@charset "UTF-8";
/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, .content p, .content ul, .content ol, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { border: 0; font-size: 100%; font: inherit; vertical-align: baseline; margin: 0; padding: 0; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: none; }
table { border-collapse: collapse; border-spacing: 0; }
/* Add border-box */
html { box-sizing: border-box; }
*, *:before, *:after { box-sizing: inherit; }
ul > li:before { content: none !important; }

/*!
 * Bootstrap v3.2.0 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
.container { margin-right: auto; margin-left: auto; padding-left: 15px; padding-right: 15px; max-width: 1170px; position: relative; }
.non-responsive .container { width: 1170px; }
.row { margin-left: -15px; margin-right: -15px; position: relative; }
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 { position: relative; min-height: 1px; padding-left: 15px; padding-right: 15px; }
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 { 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: 768px) { .col-sm-1, .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-10, .col-sm-11, .col-sm-12 { float: left; }
  .col-sm-12 { width: 100%; }
  .col-sm-11 { width: 91.66666667%; }
  .col-sm-10 { width: 83.33333333%; }
  .col-sm-9 { width: 75%; }
  .col-sm-8 { width: 66.66666667%; }
  .col-sm-7 { width: 58.33333333%; }
  .col-sm-6 { width: 50%; }
  .col-sm-5 { width: 41.66666667%; }
  .col-sm-4 { width: 33.33333333%; }
  .col-sm-3 { width: 25%; }
  .col-sm-2 { width: 16.66666667%; }
  .col-sm-1 { width: 8.33333333%; }
  .col-sm-pull-12 { right: 100%; }
  .col-sm-pull-11 { right: 91.66666667%; }
  .col-sm-pull-10 { right: 83.33333333%; }
  .col-sm-pull-9 { right: 75%; }
  .col-sm-pull-8 { right: 66.66666667%; }
  .col-sm-pull-7 { right: 58.33333333%; }
  .col-sm-pull-6 { right: 50%; }
  .col-sm-pull-5 { right: 41.66666667%; }
  .col-sm-pull-4 { right: 33.33333333%; }
  .col-sm-pull-3 { right: 25%; }
  .col-sm-pull-2 { right: 16.66666667%; }
  .col-sm-pull-1 { right: 8.33333333%; }
  .col-sm-pull-0 { right: auto; }
  .col-sm-push-12 { left: 100%; }
  .col-sm-push-11 { left: 91.66666667%; }
  .col-sm-push-10 { left: 83.33333333%; }
  .col-sm-push-9 { left: 75%; }
  .col-sm-push-8 { left: 66.66666667%; }
  .col-sm-push-7 { left: 58.33333333%; }
  .col-sm-push-6 { left: 50%; }
  .col-sm-push-5 { left: 41.66666667%; }
  .col-sm-push-4 { left: 33.33333333%; }
  .col-sm-push-3 { left: 25%; }
  .col-sm-push-2 { left: 16.66666667%; }
  .col-sm-push-1 { left: 8.33333333%; }
  .col-sm-push-0 { left: auto; }
  .col-sm-offset-12 { margin-left: 100%; }
  .col-sm-offset-11 { margin-left: 91.66666667%; }
  .col-sm-offset-10 { margin-left: 83.33333333%; }
  .col-sm-offset-9 { margin-left: 75%; }
  .col-sm-offset-8 { margin-left: 66.66666667%; }
  .col-sm-offset-7 { margin-left: 58.33333333%; }
  .col-sm-offset-6 { margin-left: 50%; }
  .col-sm-offset-5 { margin-left: 41.66666667%; }
  .col-sm-offset-4 { margin-left: 33.33333333%; }
  .col-sm-offset-3 { margin-left: 25%; }
  .col-sm-offset-2 { margin-left: 16.66666667%; }
  .col-sm-offset-1 { margin-left: 8.33333333%; }
  .col-sm-offset-0 { margin-left: 0%; } }
@media (min-width: 992px) { .col-md-1, .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-10, .col-md-11, .col-md-12 { float: left; }
  .col-md-12 { width: 100%; }
  .col-md-11 { width: 91.66666667%; }
  .col-md-10 { width: 83.33333333%; }
  .col-md-9 { width: 75%; }
  .col-md-8 { width: 66.66666667%; }
  .col-md-7 { width: 58.33333333%; }
  .col-md-6 { width: 50%; }
  .col-md-5 { width: 41.66666667%; }
  .col-md-4 { width: 33.33333333%; }
  .col-md-3 { width: 25%; }
  .col-md-2 { width: 16.66666667%; }
  .col-md-1 { width: 8.33333333%; }
  .col-md-pull-12 { right: 100%; }
  .col-md-pull-11 { right: 91.66666667%; }
  .col-md-pull-10 { right: 83.33333333%; }
  .col-md-pull-9 { right: 75%; }
  .col-md-pull-8 { right: 66.66666667%; }
  .col-md-pull-7 { right: 58.33333333%; }
  .col-md-pull-6 { right: 50%; }
  .col-md-pull-5 { right: 41.66666667%; }
  .col-md-pull-4 { right: 33.33333333%; }
  .col-md-pull-3 { right: 25%; }
  .col-md-pull-2 { right: 16.66666667%; }
  .col-md-pull-1 { right: 8.33333333%; }
  .col-md-pull-0 { right: auto; }
  .col-md-push-12 { left: 100%; }
  .col-md-push-11 { left: 91.66666667%; }
  .col-md-push-10 { left: 83.33333333%; }
  .col-md-push-9 { left: 75%; }
  .col-md-push-8 { left: 66.66666667%; }
  .col-md-push-7 { left: 58.33333333%; }
  .col-md-push-6 { left: 50%; }
  .col-md-push-5 { left: 41.66666667%; }
  .col-md-push-4 { left: 33.33333333%; }
  .col-md-push-3 { left: 25%; }
  .col-md-push-2 { left: 16.66666667%; }
  .col-md-push-1 { left: 8.33333333%; }
  .col-md-push-0 { left: auto; }
  .col-md-offset-12 { margin-left: 100%; }
  .col-md-offset-11 { margin-left: 91.66666667%; }
  .col-md-offset-10 { margin-left: 83.33333333%; }
  .col-md-offset-9 { margin-left: 75%; }
  .col-md-offset-8 { margin-left: 66.66666667%; }
  .col-md-offset-7 { margin-left: 58.33333333%; }
  .col-md-offset-6 { margin-left: 50%; }
  .col-md-offset-5 { margin-left: 41.66666667%; }
  .col-md-offset-4 { margin-left: 33.33333333%; }
  .col-md-offset-3 { margin-left: 25%; }
  .col-md-offset-2 { margin-left: 16.66666667%; }
  .col-md-offset-1 { margin-left: 8.33333333%; }
  .col-md-offset-0 { margin-left: 0%; } }
@media (min-width: 1200px) { .col-lg-1, .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-10, .col-lg-11, .col-lg-12 { float: left; }
  .col-lg-12 { width: 100%; }
  .col-lg-11 { width: 91.66666667%; }
  .col-lg-10 { width: 83.33333333%; }
  .col-lg-9 { width: 75%; }
  .col-lg-8 { width: 66.66666667%; }
  .col-lg-7 { width: 58.33333333%; }
  .col-lg-6 { width: 50%; }
  .col-lg-5 { width: 41.66666667%; }
  .col-lg-4 { width: 33.33333333%; }
  .col-lg-3 { width: 25%; }
  .col-lg-2 { width: 16.66666667%; }
  .col-lg-1 { width: 8.33333333%; }
  .col-lg-pull-12 { right: 100%; }
  .col-lg-pull-11 { right: 91.66666667%; }
  .col-lg-pull-10 { right: 83.33333333%; }
  .col-lg-pull-9 { right: 75%; }
  .col-lg-pull-8 { right: 66.66666667%; }
  .col-lg-pull-7 { right: 58.33333333%; }
  .col-lg-pull-6 { right: 50%; }
  .col-lg-pull-5 { right: 41.66666667%; }
  .col-lg-pull-4 { right: 33.33333333%; }
  .col-lg-pull-3 { right: 25%; }
  .col-lg-pull-2 { right: 16.66666667%; }
  .col-lg-pull-1 { right: 8.33333333%; }
  .col-lg-pull-0 { right: auto; }
  .col-lg-push-12 { left: 100%; }
  .col-lg-push-11 { left: 91.66666667%; }
  .col-lg-push-10 { left: 83.33333333%; }
  .col-lg-push-9 { left: 75%; }
  .col-lg-push-8 { left: 66.66666667%; }
  .col-lg-push-7 { left: 58.33333333%; }
  .col-lg-push-6 { left: 50%; }
  .col-lg-push-5 { left: 41.66666667%; }
  .col-lg-push-4 { left: 33.33333333%; }
  .col-lg-push-3 { left: 25%; }
  .col-lg-push-2 { left: 16.66666667%; }
  .col-lg-push-1 { left: 8.33333333%; }
  .col-lg-push-0 { left: auto; }
  .col-lg-offset-12 { margin-left: 100%; }
  .col-lg-offset-11 { margin-left: 91.66666667%; }
  .col-lg-offset-10 { margin-left: 83.33333333%; }
  .col-lg-offset-9 { margin-left: 75%; }
  .col-lg-offset-8 { margin-left: 66.66666667%; }
  .col-lg-offset-7 { margin-left: 58.33333333%; }
  .col-lg-offset-6 { margin-left: 50%; }
  .col-lg-offset-5 { margin-left: 41.66666667%; }
  .col-lg-offset-4 { margin-left: 33.33333333%; }
  .col-lg-offset-3 { margin-left: 25%; }
  .col-lg-offset-2 { margin-left: 16.66666667%; }
  .col-lg-offset-1 { margin-left: 8.33333333%; }
  .col-lg-offset-0 { margin-left: 0%; } }
.clearfix:before, .search-filters-item:before, .clearfix:after, .search-filters-item:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after { content: " "; display: table; }
.clearfix:after, .search-filters-item:after, .container:after, .container-fluid:after, .row:after { clear: both; }

/* Responsive utilities */
@-ms-viewport { width: device-width; }
.visible-xs, .visible-sm, .visible-md, .visible-lg { display: none !important; }

.visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block { display: none !important; }

@media (max-width: 767px) { .visible-xs { display: block !important; }
  table.visible-xs { display: table; }
  tr.visible-xs { display: table-row !important; }
  th.visible-xs, td.visible-xs { display: table-cell !important; } }
@media (max-width: 767px) { .visible-xs-block { display: block !important; } }
@media (max-width: 767px) { .visible-xs-inline { display: inline !important; } }
@media (max-width: 767px) { .visible-xs-inline-block { display: inline-block !important; } }
@media (min-width: 768px) and (max-width: 991px) { .visible-sm { display: block !important; }
  table.visible-sm { display: table; }
  tr.visible-sm { display: table-row !important; }
  th.visible-sm, td.visible-sm { display: table-cell !important; } }
@media (min-width: 768px) and (max-width: 991px) { .visible-sm-block { display: block !important; } }
@media (min-width: 768px) and (max-width: 991px) { .visible-sm-inline { display: inline !important; } }
@media (min-width: 768px) and (max-width: 991px) { .visible-sm-inline-block { display: inline-block !important; } }
@media (min-width: 992px) and (max-width: 1199px) { .visible-md { display: block !important; }
  table.visible-md { display: table; }
  tr.visible-md { display: table-row !important; }
  th.visible-md, td.visible-md { display: table-cell !important; } }
@media (min-width: 992px) and (max-width: 1199px) { .visible-md-block { display: block !important; } }
@media (min-width: 992px) and (max-width: 1199px) { .visible-md-inline { display: inline !important; } }
@media (min-width: 992px) and (max-width: 1199px) { .visible-md-inline-block { display: inline-block !important; } }
@media (min-width: 1200px) { .visible-lg { display: block !important; }
  table.visible-lg { display: table; }
  tr.visible-lg { display: table-row !important; }
  th.visible-lg, td.visible-lg { display: table-cell !important; } }
@media (min-width: 1200px) { .visible-lg-block { display: block !important; } }
@media (min-width: 1200px) { .visible-lg-inline { display: inline !important; } }
@media (min-width: 1200px) { .visible-lg-inline-block { display: inline-block !important; } }
@media (max-width: 767px) { .hidden-xs { display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) { .hidden-sm { display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) { .hidden-md { display: none !important; } }
@media (min-width: 1200px) { .hidden-lg { display: none !important; } }
.visible-print, tr.visible-print, th.visible-print, td.visible-print { display: none !important; }

@media print { .visible-print { display: block !important; }
  tr.visible-print { display: table-row !important; }
  th.visible-print, td.visible-print { display: table-cell !important; }
  .hidden-print, tr.hidden-print, th.hidden-print, td.hidden-print { display: none !important; } }
.modal-open { overflow: hidden; }
.modal { display: none; overflow: hidden; position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 10; background: rgba(0, 0, 0, 0.4); outline: 0; }
.modal.fade .modal-dialog { -webkit-transform: translate(0, -25%); -ms-transform: translate(0, -25%); transform: translate(0, -25%); -webkit-transition: -webkit-transform 0.3s ease-out; transition: transform 0.3s ease-out; }
.modal.in .modal-dialog { -webkit-transform: translate(0, 0); -ms-transform: translate(0, 0); transform: translate(0, 0); }
.modal-open .modal { overflow-x: hidden; overflow-y: auto; }
.modal-dialog { position: relative; width: auto; margin: 10px; }
.modal-content { position: relative; background-color: white; border: 1px solid gray; background-clip: padding-box; outline: 0; }
.modal-backdrop { position: absolute; top: 0; right: 0; left: 0; -webkit-filter: blur(2); filter: blur(2); }
.modal-backdrop.fade { opacity: 0; }
.modal-backdrop.in { opacity: .7; }
.modal-header { padding: 1rem; min-height: 2rem; background: #414141; color: white; font-size: 1.2rem; }
.modal-header .close { margin-top: -9px; float: right; opacity: .9; -webkit-appearance: none; padding: 0; cursor: pointer; background: 0 0; border: 0; font-size: 1.6rem; color: rgba(250, 250, 250, 0.7); }
.modal-title { margin: 0; }
.modal-body { position: relative; padding: 1rem; }
.modal-footer { padding: 1rem 2rem; text-align: right; background: #f5f5f5; border-top: 1px solid #dfdfdf; }
.modal-footer .btn + .btn { margin-left: 5px; margin-bottom: 0; }
.modal-footer .btn-group .btn + .btn { margin-left: -1px; }
.modal-footer .btn-block + .btn-block { margin-left: 0; }
.modal-scrollbar-measure { position: absolute; top: -9999px; width: 50px; height: 50px; overflow: scroll; }

@media (min-width: 767px) { .modal-dialog { width: 767px; margin: 30px auto; } }
.modal--green-rounded .modal-content { border-radius: 10px; overflow: hidden; border: 0; }
.modal--green-rounded .modal-content .modal-header { background: #00b22d; }
.modal--green-rounded .modal-content .modal-header .close { color: white; margin-top: 0; }
.modal--green-rounded .modal-content .modal-header .modal-title { padding: .6rem; font-weight: 700; font-size: 1.25rem; color: white; }
.modal--green-rounded .modal-content .modal-body { padding: 2rem; }
.modal--green-rounded .modal-content .modal-footer { padding: 1.3rem 2rem; }

.modal--narrow .modal-content { border-radius: 10px; overflow: hidden; border: 0; }
.modal--narrow .modal-content .modal-header { background: none; }
.modal--narrow .modal-content .modal-header .close { color: rgba(0, 0, 0, 0.4); }
.modal--narrow .modal-content .modal-header .modal-title { font-weight: 700; font-size: 1.25rem; color: #414141; }
@media (min-width: 767px) { .modal--narrow .modal-dialog { width: 320px; margin: 30px auto; } }

.fade { opacity: 0; -webkit-transition: opacity .15s linear; transition: opacity .15s linear; }
.fade.in { opacity: 1; }
.collapse { display: none; visibility: hidden; }
.collapse.in { display: block; visibility: visible; }
tr.collapse.in { display: table-row; }
tbody.collapse.in { display: table-row-group; }
.collapsing { position: relative; height: 0; overflow: hidden; -webkit-transition-property: height, visibility; transition-property: height, visibility; -webkit-transition-duration: .35s; transition-duration: .35s; -webkit-transition-timing-function: ease; transition-timing-function: ease; }
.collapse-toggle--once { display: none !important; }
.collapse-toggle--once.collapsed { display: block !important; }
.caret { display: inline-block; width: 0; height: 0; margin-left: 2px; vertical-align: middle; }
.dropdown { position: relative; }
.dropdown-toggle:focus { outline: 0; }
.dropdown-menu { position: absolute; top: 100%; left: 0; z-index: 9; display: none; opacity: 0.5; -webkit-transform: translateY(-30px); -ms-transform: translateY(-30px); transform: translateY(-30px); float: left; min-width: 140px; padding: 5px 0; margin: 15px 0 0; list-style: none; text-align: left; background-color: white; border: 1px solid #dfdfdf; border-radius: 6px; background-clip: padding-box; }
@media screen and (max-width: 991px) { .dropdown-menu { left: -90px; } }
.dropdown-menu:before, .dropdown-menu:after { display: block; position: absolute; left: 21px; top: -24px; border: solid transparent; content: " "; height: 0; width: 0; content: ''; }
@media screen and (max-width: 991px) { .dropdown-menu:before, .dropdown-menu:after { left: auto; right: 21px; } }
.dropdown-menu:after { border-bottom-color: #fff; border-width: 12px; margin-top: 1px; }
.dropdown-menu:before { border-bottom-color: #dfdfdf; border-width: 12px; margin-top: 0px; }
.dropdown-menu.pull-right { right: 0; left: auto; }
.dropdown-menu > li > a { display: block; padding: 5px 20px; clear: both; font-weight: normal; font-size: .93rem; color: #414141; white-space: nowrap; }
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus { text-decoration: none; color: #00b22d; }
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus { text-decoration: none; outline: 0; }
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus { text-decoration: none; background-color: transparent; background-image: none; }
.open > .dropdown-menu { display: flex; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); opacity: 1; }
.open > a { outline: 0; }
.dropdown-menu-right { left: auto; right: 0; }
.dropdown-menu-left { left: 0; right: auto; }
.dropdown-header { display: block; padding: 3px 20px; white-space: nowrap; }
.dropdown-backdrop { position: fixed; left: 0; right: 0; bottom: 0; top: 0; }
.pull-right > .dropdown-menu { right: 0; left: auto; }
.dropup .caret, .navbar-fixed-bottom .dropdown .caret { border-top: 0; content: ""; }
.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu { top: auto; bottom: 100%; margin-bottom: 1px; }
.dropdown--profile .dropdown-menu { padding: 8px 0; }
.dropdown--profile .dropdown-menu > li > a { padding: 7px 24px; }
.tab-pane { display: none; }
.tab-pane.active { display: block; }

/* IMAGE LIGHTBOX SELECTOR */
#imagelightbox { cursor: pointer; position: fixed; z-index: 10000; -ms-touch-action: none; touch-action: none; /* 50 */ /* 50 */ box-shadow: 0 0 3.125em rgba(0, 0, 0, 0.75); /* 50 */ }

/* WITH ACTIVITY INDICATION */
#imagelightbox-loading, #imagelightbox-loading div { border-radius: 9999px; }
#imagelightbox-loading { background-color: gray; background-color: rgba(0, 0, 0, 0.5); position: fixed; z-index: 10003; top: 50%; left: 50%; padding: 0.65em; margin: -1.3em 0 0 -1.3em; /* 40 */ /* 40 */ box-shadow: 0 0 2.5em rgba(0, 0, 0, 0.75); /* 40 */ }
#imagelightbox-loading div { width: 1.3em; height: 1.3em; background-color: #fff; -webkit-animation: imagelightbox-loading .5s ease infinite; animation: imagelightbox-loading .5s ease infinite; }

@-webkit-keyframes imagelightbox-loading { from { opacity: .5; -webkit-transform: scale(0.75); }
  50% { opacity: 1; -webkit-transform: scale(1); }
  to { opacity: .5; -webkit-transform: scale(0.75); } }
@keyframes imagelightbox-loading { from { opacity: .5; -webkit-transform: scale(0.75); transform: scale(0.75); }
  50% { opacity: 1; -webkit-transform: scale(1); transform: scale(1); }
  to { opacity: .5; -webkit-transform: scale(0.75); transform: scale(0.75); } }
/* WITH OVERLAY */
#imagelightbox-overlay { background-color: #000; background-color: rgba(0, 0, 0, 0.5); position: fixed; z-index: 9998; top: 0; right: 0; bottom: 0; left: 0; }

/* WITH "CLOSE" BUTTON */
#imagelightbox-close { width: 2.5em; /* 40 */ height: 2.5em; /* 40 */ background-color: #666; position: fixed; z-index: 10002; top: 2.5em; /* 40 */ right: 2.5em; /* 40 */ border-radius: 50%; -webkit-transition: color .3s ease; transition: color .3s ease; }
#imagelightbox-close:hover { background-color: #111; }
#imagelightbox-close:before, #imagelightbox-close:after { width: 2px; background-color: #fff; content: ''; position: absolute; top: 20%; bottom: 20%; left: 50%; margin-left: -1px; }
#imagelightbox-close:before { -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }
#imagelightbox-close:after { -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); }
a.modal--close { color: #777; margin-left: 25px; }
@media only screen and (max-width: 480px) { a.modal--close { display: block; margin-top: 2rem; margin-left: 0; text-align: center; } }
a.modal--close:hover { color: #414141; }

/* WITH CAPTION */
#imagelightbox-caption { text-align: center; color: #fff; background-color: rgba(0, 0, 0, 0.7); position: fixed; z-index: 10001; left: 0; right: 0; bottom: 0; padding: 0.625em; /* 10 */ display: none; }

/* WITH NAVIGATION */
#imagelightbox-nav { background-color: #444; background-color: rgba(0, 0, 0, 0.5); position: fixed; z-index: 10001; left: 50%; bottom: 3.75em; /* 60 */ padding: 0.313em; /* 5 */ -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); border-radius: 20px; }
#imagelightbox-nav a { width: 1em; /* 20 */ height: 1em; /* 20 */ border: 1px solid #fff; display: inline-block; margin: 0 0.313em; /* 5 */ border-radius: 50%; }
#imagelightbox-nav .active { background-color: #fff; }
#imagelightbox-loading, #imagelightbox-overlay, #imagelightbox-close, #imagelightbox-caption, #imagelightbox-nav { -webkit-animation: fade-in .25s linear; animation: fade-in .25s linear; }

@-webkit-keyframes fade-in { from { opacity: 0; }
  to { opacity: 1; } }
@keyframes fade-in { from { opacity: 0; }
  to { opacity: 1; } }
@media only screen and (max-width: 41.25em) { #container { width: 100%; }
  #imagelightbox-close { top: 1.25em; /* 20 */ right: 1.25em; /* 20 */ }
  #imagelightbox-nav { bottom: 1.25em; /* 20 */ } }

/*!
 * jQuery UI Slider 1.11.2
 * http://jqueryui.com
 * http://api.jqueryui.com/slider/#theming
 */
.ui-slider { position: relative; text-align: left; background: #edeeee; border: 1px solid #dfdfdf; }
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 18px; height: 19px; cursor: default; -ms-touch-action: none; touch-action: none; background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAATCAYAAACdkl3yAAAAuklEQVQ4y+2QwQqCQBCG99pr1NMI9UzZI1WHIMFDgdfAc6YnT5k397RM/x+TiFli0CFw4YdlZ76PmTUiYnZB4CE5IgNDxqPDqCi/laUMPWTINkXy7VH2X0R9nzyuNq72MxEuE2S1D8PqkmXinOuF2cNeMmB9Oh4T6VQzZHuMIrkWxVsJawf0sJfMk69FDeECSU5xLNbaWsA731A7I/M29yJSGdf1OXqSpsLoGkvWuphOUWvdDbJGpp9670s9txSqq+ArAAAAAElFTkSuQmCC); cursor: pointer; }
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; background-position: 0 0; }
/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle, .ui-slider.ui-state-disabled .ui-slider-range { -webkit-filter: inherit; filter: inherit; }
.ui-slider-horizontal { height: 8px; }
.ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; }
.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
.ui-slider-horizontal .ui-slider-range-max { right: 0; }
.ui-slider-vertical { width: .8em; height: 100px; }
.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
.ui-slider-vertical .ui-slider-range-max { top: 0; }
[search-pricerange-inner] { position: absolute; height: 100%; top: 0; }
body div.ui-slider-range.ui-widget-header { background: #00b22d; }

/* jquery.Jcrop.css v0.9.12 - MIT License */
/* The outer-most container in a typical Jcrop instance If you are having difficulty with formatting related to styles on a parent element, place any fixes here or in a like selector
 You can also style this element if you want to add a border, etc A better method for styling can be seen below with .jcrop-light (Add a class to the holder and style elements for that extended class)
*/
.jcrop-holder { direction: ltr; text-align: left; }
/* Selection Border */
.jcrop-vline, .jcrop-hline { background: #ffffff url("../images/vendor/Jcrop.gif"); font-size: 0; position: absolute; }
.jcrop-vline { height: 100%; width: 1px !important; }
.jcrop-vline.right { right: 0; }
.jcrop-hline { height: 1px !important; width: 100%; }
.jcrop-hline.bottom { bottom: 0; }
/* Invisible click targets */
.jcrop-tracker { height: 100%; width: 100%; /* "turn off" link highlight */ -webkit-tap-highlight-color: transparent; /* disable callout, image save panel */ -webkit-touch-callout: none; /* disable cut copy paste */ -webkit-user-select: none; }
/* Selection Handles */
.jcrop-handle { background-color: #333333; border: 1px #eeeeee solid; width: 7px; height: 7px; font-size: 1px; }
.jcrop-handle.ord-n { left: 50%; margin-left: -4px; margin-top: -4px; top: 0; }
.jcrop-handle.ord-s { bottom: 0; left: 50%; margin-bottom: -4px; margin-left: -4px; }
.jcrop-handle.ord-e { margin-right: -4px; margin-top: -4px; right: 0; top: 50%; }
.jcrop-handle.ord-w { left: 0; margin-left: -4px; margin-top: -4px; top: 50%; }
.jcrop-handle.ord-nw { left: 0; margin-left: -4px; margin-top: -4px; top: 0; }
.jcrop-handle.ord-ne { margin-right: -4px; margin-top: -4px; right: 0; top: 0; }
.jcrop-handle.ord-se { bottom: 0; margin-bottom: -4px; margin-right: -4px; right: 0; }
.jcrop-handle.ord-sw { bottom: 0; left: 0; margin-bottom: -4px; margin-left: -4px; }
/* Dragbars */
.jcrop-dragbar.ord-n, .jcrop-dragbar.ord-s { height: 7px; width: 100%; }
.jcrop-dragbar.ord-e, .jcrop-dragbar.ord-w { height: 100%; width: 7px; }
.jcrop-dragbar.ord-n { margin-top: -4px; }
.jcrop-dragbar.ord-s { bottom: 0; margin-bottom: -4px; }
.jcrop-dragbar.ord-e { margin-right: -4px; right: 0; }
.jcrop-dragbar.ord-w { margin-left: -4px; }
/* The "jcrop-light" class/extension */
.jcrop-light .jcrop-vline, .jcrop-light .jcrop-hline { background: #ffffff; filter: alpha(opacity=70) !important; opacity: 0.7 !important; }
.jcrop-light .jcrop-handle { -moz-border-radius: 3px; -webkit-border-radius: 3px; background-color: #000000; border-color: #ffffff; border-radius: 3px; }
/* The "jcrop-dark" class/extension */
.jcrop-dark .jcrop-vline, .jcrop-dark .jcrop-hline { background: #000000; filter: alpha(opacity=70) !important; opacity: 0.7 !important; }
.jcrop-dark .jcrop-handle { -moz-border-radius: 3px; -webkit-border-radius: 3px; background-color: #ffffff; border-color: #000000; border-radius: 3px; }
/* Simple macro to turn off the antlines */
.solid-line .jcrop-vline, .solid-line .jcrop-hline { background: #ffffff; }
/* Fix for twitter bootstrap et al. */
.jcrop-holder img, img.jcrop-preview { max-width: none; }
.jcrop-keymgr { display: none !important; }
.cancel-on-png, .cancel-off-png, .star-on-png, .star-off-png, .star-half-png { font-size: 2em; }
@font-face { font-family: "raty"; font-style: normal; font-weight: normal; src: url("fonts/raty.eot"); src: url("fonts/raty.eot?#iefix") format("embedded-opentype"); src: url("fonts/raty.svg#raty") format("svg"); src: url("fonts/raty.ttf") format("truetype"); src: url("fonts/raty.woff") format("woff"); }
.cancel-on-png, .cancel-off-png, .star-on-png, .star-off-png, .star-half-png { -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; font-family: "raty"; font-style: normal; font-variant: normal; font-weight: normal; line-height: 1; speak: none; text-transform: none; }
.cancel-on-png:before { content: "\e600"; }
.cancel-off-png:before { content: "\e601"; }
.star-on-png:before { content: "\f005"; }
.star-off-png:before { content: "\f006"; }
.star-half-png:before { content: "\f123"; }

.transparent { -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: alpha(opacity=0); -moz-opacity: 0; -khtml-opacity: 0; opacity: 0; }

.u-f-l { float: left; }
.u-f-r { float: right; }
.u-c-l { clear: left; }
.u-c-r { clear: right; }
.u-ta-left { text-align: left; }
.u-ta-right { text-align: right; }
.u-ta-center { text-align: center; }
.u-ba-center { margin-left: auto; margin-right: auto; }
.u-fw-300 { font-weight: 300 !important; }
.u-sprite, .u-cover, .mainmenu-hamburger { background-position: center; background-repeat: no-repeat; }
.u-overflow-hidden { position: relative; overflow: hidden; }
.u-cover { background-size: cover; }
.u-tt-none { text-transform: none !important; }
.is-hidden, .hide, .hidden { display: none !important; }
.u-inline, .u-inlineblock { width: auto !important; display: inline-block; }
.u-fit { max-width: 100%; }
.u-fill { width: 100% !important; }
.u-zlift { z-index: 2; position: relative; }
.pointer { cursor: pointer; }
.green { color: #00b22d !important; }
.white { color: #ffffff !important; }
.dark { color: #414141 !important; }
.light { color: #777 !important; }
.clearfix:after, .search-filters-item:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.u-p10 { padding: 10px; }
.u-p15 { padding: 15px; }
.u-p20 { padding: 20px; }
.u-p30 { padding: 30px; }
.u-p40 { padding: 40px; }
.u-pt10 { padding-top: 10px !important; }
.u-pt15 { padding-top: 15px; }
.u-pt20 { padding-top: 20px; }
.u-pt30 { padding-top: 30px; }
.u-pt40 { padding-top: 40px; }
.u-pr0 { padding-right: 0px; }
.u-pr20 { padding-right: 20px; }
.u-pr30 { padding-right: 30px; }
.u-pr40 { padding-right: 40px; }
.u-pb5 { padding-bottom: 5px; }
.u-pb10 { padding-bottom: 10px !important; }
.u-pb20 { padding-bottom: 20px; }
.u-pb30 { padding-bottom: 30px; }
.u-pb40 { padding-bottom: 40px; }
.u-pl30 { padding-left: 30px; }
.u-mt0 { margin-top: 0px !important; }
.u-mb20 { margin-bottom: 20px; }
.u-mr20 { margin-right: 20px; }
.u-mt20 { margin-top: 20px; }
.u-ml30 { margin-left: 30px; }
.u-mr30 { margin-right: 30px; }
.u-mr15 { margin-right: 15px; }

@font-face { font-family: sourceSansRegular; font-style: normal; font-weight: normal; src: url(../fonts/sourcesanspro/sourcesanspro-regular-webfont.eot); }
@font-face { font-family: sourceSansRegular; font-style: normal; font-weight: normal; src: url(../fonts/sourcesanspro/sourcesanspro-regular-webfont.eot) format("eot"), url(../fonts/sourcesanspro/sourcesanspro-regular-webfont.woff) format("woff"), url(../fonts/sourcesanspro/sourcesanspro-regular-webfont.ttf) format("truetype"); }
@font-face { font-family: sourceSansBold; font-style: normal; font-weight: normal; src: url(../fonts/sourcesanspro/sourcesanspro-bold-webfont.eot); }
@font-face { font-family: sourceSansBold; font-style: normal; font-weight: normal; src: url(../fonts/sourcesanspro/sourcesanspro-bold-webfont.eot) format("eot"), url(../fonts/sourcesanspro/sourcesanspro-bold-webfont.woff) format("woff"), url(../fonts/sourcesanspro/sourcesanspro-bold-webfont.ttf) format("truetype"); }
@font-face { font-family: sourceSansItalic; font-style: normal; font-weight: normal; src: url(../fonts/sourcesanspro/sourcesanspro-it-webfont.eot); }
@font-face { font-family: sourceSansItalic; font-style: normal; font-weight: normal; src: url(../fonts/sourcesanspro/sourcesanspro-it-webfont.eot) format("eot"), url(../fonts/sourcesanspro/sourcesanspro-it-webfont.woff) format("woff"), url(../fonts/sourcesanspro/sourcesanspro-it-webfont.ttf) format("truetype"); }
@font-face { font-family: sourceSansLight; font-style: normal; font-weight: normal; src: url(../fonts/sourcesanspro/sourcesanspro-light-webfont.eot); }
@font-face { font-family: sourceSansLight; font-style: normal; font-weight: normal; src: url(../fonts/sourcesanspro/sourcesanspro-light-webfont.eot) format("eot"), url(../fonts/sourcesanspro/sourcesanspro-light-webfont.woff) format("woff"), url(../fonts/sourcesanspro/sourcesanspro-light-webfont.ttf) format("truetype"); }
@font-face { font-family: sourceSansSemibold; font-style: normal; font-weight: normal; src: url(../fonts/sourcesanspro/sourcesanspro-semibold-webfont.eot); }
@font-face { font-family: sourceSansSemibold; font-style: normal; font-weight: normal; src: url(../fonts/sourcesanspro/sourcesanspro-semibold-webfont.eot) format("eot"), url(../fonts/sourcesanspro/sourcesanspro-semibold-webfont.woff) format("woff"), url(../fonts/sourcesanspro/sourcesanspro-semibold-webfont.ttf) format("truetype"); }
@font-face { font-family: sourceSansSemiboldItalic; font-style: normal; font-weight: normal; src: url(../fonts/sourcesanspro/sourcesanspro-semiboldit-webfont.eot); }
@font-face { font-family: sourceSansSemiboldItalic; font-style: normal; font-weight: normal; src: url(../fonts/sourcesanspro/sourcesanspro-semiboldit-webfont.eot) format("eot"), url(../fonts/sourcesanspro/sourcesanspro-semiboldit-webfont.woff) format("woff"), url(../fonts/sourcesanspro/sourcesanspro-semiboldit-webfont.ttf) format("truetype"); }
@font-face { font-family: progaia; font-style: normal; font-weight: normal; src: url(../fonts/progaia/progaia.eot); }
@font-face { font-family: progaia; font-style: normal; font-weight: normal; src: url(../fonts/progaia/progaia.eot) format("eot"), url(../fonts/progaia/progaia.woff) format("woff"), url(../fonts/progaia/progaia.ttf) format("truetype"); }
.icon, .icon--16, .icon--20, .icon--24 { display: inline-block; /* For normal, healthy browsers */ position: relative; font-family: "faf"; background-position: center; background-repeat: no-repeat; width: 1.2rem; height: 1rem; bottom: -3px; }
* html .icon, * html .icon--16, * html .icon--20, * html .icon--24 { /* for IE6 */ display: inline; }
* + html .icon, * + html .icon--16, * + html .icon--20, * + html .icon--24 { /* for IE7 */ display: inline; }
.icon:before, .icon--16:before, .icon--20:before, .icon--24:before { padding-right: 5px; }

.icon--16 { width: 16px; height: 16px; line-height: 16px; }
.icon--20 { width: 20px; height: 20px; line-height: 20px; vertical-align: bottom; }
.icon--24 { width: 24px; height: 1.2rem; margin-top: -3px; bottom: -4px; }
.icon--after-text { margin-left: 4px; }
.icon--before-text { margin-right: 4px; }
.icon--before-text-2x { margin-right: 8px; }
.icon--external { width: 37px; height: 37px; -webkit-transition: none; transition: none; }
.image-checkmark-gray, .icon--checkmark-gray { background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAAXCAYAAADgKtSgAAABnElEQVRIx62VMU4CQRSGZxdCqSfwKFqJmLCNF7C0dSmMHYWHAHWpVFALEzu9gLEDCuUG2hkl0QqT8X/mH7NOZgYWKL4suzvzvZ3hvTfq4vxMeYjBJmiBAXgHmtcBn8v7WGutXPjECXim7BX0QBMc8trjc81xySzyCjjmpEewzRX4VlbjOBl/IvN9chHfgQlogCiwZXkijp9wfsUlPwXfYGdG6S9GxHkyP7PldS6tUUSclzNAg57EyGXvnpgB8YLymJ6R/FZMJ80MUYvIGcDsQlUxX99AeQ555JCX6WvJzRBcziHeBV9gzRHgSrZHseKac4glM65dFUrfh+L+HDgEkvc3YD0gLrkqkz4d+vISeODSN1xi1x9qf/mQvcK1/FUG+ARHtjgg/9vz9pRskQC33L5/Yk8qlvLZYvK8HvgDV8CeLZ6S51umqqSi+kuq0H6+Qk3/lmjpgvJ9u7cYsiV1xc60fp4W7Ocp5937+rkJkOVOolqBk6gTOonsM3TESS+ga52hXT7XHJcUOaDNl1VZB1JoY8rGvG/zvff0/wGqCcmf6Ko0NQAAAABJRU5ErkJggg==); }
.icon--checkmark-gray { height: 24px; bottom: -6px; }

.has-icon { background-position: right .6rem center; padding-right: 3rem !important; }
.typo-heading-1, .content h1 { font-size: 1.875rem; font-weight: 700; padding-bottom: 1.5rem; line-height: 1em; }
.typo-heading-2, .content h2, .form legend { font-size: 1.375rem; font-weight: 700; padding-bottom: 1rem; padding-top: .7rem; line-height: 1em; }
.typo-heading-3, .content h3 { font-size: 1.2rem; font-weight: 700; padding-bottom: 1rem; line-height: 1em; }
.typo-heading-4, .content h4 { font-size: 1rem; font-weight: 700; text-transform: uppercase; padding-bottom: 1rem; line-height: 1em; }
.typo-heading-5, .content h5 { font-size: 1rem; font-weight: 700; padding-bottom: 1rem; line-height: 1em; }
.typo-color-green { color: #00b22d; }
.typo-color-red, .typo-color-error { color: #a00; }
.typo-scale-25 { font-size: .25em !important; }
.typo-scale-50 { font-size: .50em !important; }
.typo-scale-75 { font-size: .75em !important; }
.typo-scale-80 { font-size: .80em !important; }
.typo-scale-90 { font-size: .90em !important; }
.typo-scale-150 { font-size: 1.5em !important; }
.typo-scale-200 { font-size: 2.0em !important; }

.header { position: relative; z-index: 3; color: white; height: 57px; -webkit-backface-visibility: hidden; backface-visibility: hidden; }
@media screen and (max-width: 767px) { .header { background-position: center; } }
.header-video { position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: 0; overflow: hidden; }
.header-top { padding: 25px; position: absolute; top: 0; left: 0; right: 0; z-index: 6; }
.header-top.landingpage { padding: 25px 45px; }
@media screen and (max-width: 767px) { .header-top.landingpage { padding: 25px; } }
@media screen and (max-width: 479px) { .header-top.landingpage { padding: 25px 10px; } }
.header-top-search { margin-left: 1.2rem; width: 450px; }
@media screen and (max-width: 991px) { .header-top-search { width: 360px; margin-left: .3rem; } }
@media screen and (max-width: 767px) { .header-top-search { width: 100%; margin: 3rem 0 0; } }
.header-top-search-text { width: 60%; margin-right: 3%; display: inline-block; float: left; }
@media screen and (max-width: 991px) { .header-top-search-text { width: 180px; } }
.header-top-search-text input[type=text] { font-size: 16px; box-shadow: 0; -webkit-appearance: none; }
.header-top-search-text input[type=text]::-webkit-input-placeholder { color: transparent; }
@media screen and (max-width: 767px) { .header-top-search-text input[type=text]::-webkit-input-placeholder { color: #a0a0a0; } }
.header-top-search-type { width: 35%; display: inline-block; }
@media screen and (max-width: 991px) { .header-top-search-type { width: 40%; } }
.header-headline { top: 25%; position: relative; text-align: center; color: #414141;}
.header-headline h1 { font-size: 2.3rem; font-weight: 600; letter-spacing: -0.078rem; line-height: 1.1em; margin-bottom: 1.6rem; }
.header-headline h2 { font-size: 1.3rem; line-height: 1.8rem; }
@media screen and (max-width: 991px) {
  .header-headline h1 { font-size: 2.2rem; padding-left: 10px; padding-right: 10px; }
}
@media screen and (max-width: 767px) {
  .header-headline { top: 20%; }
  .header-headline h1 { font-size: 1.9rem; padding-left: 10px; padding-right: 10px; }
  .header-headline h2 { line-height: 1.6rem; font-size: 1.1rem; }
}
@media screen and (max-width: 479px) {
  .header-headline h1 { font-size: 1.6rem; }
  .header-headline h1 span.prefix { display: block; }
  .header-headline h2 { line-height: 1.6rem; font-size: .95rem; }
}
.header-headline p, .header-headline .content ul, .content .header-headline ul, .header-headline .content ol, .content .header-headline ol { font-size: 1.4rem; }
.header-headline--lefty { top: auto; text-align: left; }
.header-headline--lefty h1 { color: #00b22d; font-size: 2.5rem; font-weight: 700; }
@media screen and (max-width: 767px) { .header-headline--lefty h1 { padding-left: 0; padding-right: 0; } }
.header-headline--lefty p, .header-headline--lefty .content ul, .content .header-headline--lefty ul, .header-headline--lefty .content ol, .content .header-headline--lefty ol { font-size: 1.56rem; line-height: 1.3em; margin-bottom: 1.5rem; }
@media screen and (min-width: 961px) { .header-headline--lefty p, .header-headline--lefty .content ul, .content .header-headline--lefty ul, .header-headline--lefty .content ol, .content .header-headline--lefty ol { max-width: 70%; } }
.header-headline--lefty small { font-size: .95rem; }
.header-headline--white h1 { color: white; }
.header-headline--white h1 span { font-weight: 700; font-size: 1em; display: inline-block; color: #00b22d; }
.header-secondaryNav { position: absolute; top: 57px; left: 0; right: 0; background: rgba(255, 255, 255, 0.95); border-bottom: 1px solid #dbdbdb; -webkit-transition: all 300ms cubic-bezier(0.395, 0.425, 0.015, 1); transition: all 300ms cubic-bezier(0.395, 0.425, 0.015, 1); opacity: 0; -webkit-transform: scale(0.6); -ms-transform: scale(0.6); transform: scale(0.6); }
.header-secondaryNav.is-on { opacity: 1; position: fixed; top: 0; z-index: 4; -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); }
.header-bottom { position: absolute; bottom: 0; left: 0; right: 0; background: rgba(0, 0, 0, 0.35); }
.header-bottom--darker { background: rgba(0, 0, 0, 0.6); }
@media screen and (max-width: 991px) { .header-bottom--darker { background: rgba(0, 0, 0, 0.6); } }
.header-search-bottom { text-align: center; }
.header-search-inner { display: inline-block; margin: 0 auto; min-width: 800px; position: relative; padding: 1.5rem 0; text-align: left; }
@media screen and (max-width: 991px) { .header-search-inner { min-width: 0; width: 100%; } }
.header-search-geo { position: absolute; top: 0; right: 0; background: #2f2f2f; font-size: 0.813rem; font-weight: 400; border-radius: 2px; padding: .4rem .7rem; }
.header-search-geo a { color: #78bc41; }
.header-search-bar { border-radius: 3px; }
.header-search-bar .ui-widget { position: relative; }
.header-search-bar i { position: absolute; top: 13px; left: 16px; font-size: 1.5rem; color: #00b22d; }
.header-search-bar input, .header-search-bar button { height: 50px; padding: 10px; display: inline-block; float: left; }
.header-search-bar input { width: 70%; padding-left: 2.4rem; font-size: .95rem; font-weight: 600; color: #414141; border: 1px solid transparent; border-radius: 0; border-top-left-radius: 3px; border-bottom-left-radius: 3px; }
.header-search-bar input:placeholder { color: #a0a0a0; }
.header-search-bar input:focus { border: 1px solid #00b22d; }
@media screen and (max-width: 767px) { .header-search-bar input { width: 82%; font-size: .9rem; } }
.header-search-bar button { width: 30%; font-size: 1.063rem; font-weight: 400; text-align: center; background: #00b22d; border: 0; color: white; cursor: pointer; border-radius: 0 3px 3px 0; font-weight: 700; }
.header-search-bar button:hover, .header-search-bar button:focus { background-color: #414141; border-bottom-color: #333; }
@media screen and (max-width: 767px) { .header-search-bar button { text-indent: -999px; font-size: 0.001px; color: transparent; overflow: hidden; width: 18%; background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACoAAAAsCAQAAAC5k+LNAAAChElEQVRIx63WT2gUZxQA8JFYo9HiqZco0oOiFTwoNpocNC3UKJp40PakVRAFLxY9JCIiarUNNBVa/+DFQw+KYD1U6EEtUaMUFSEoRGOMFqqoRA8mQsgmG34e3JVsdnf+7Drv9M08fjDfzHvvCwTjotK3TrlnEPS55pBFeVmhkbucYo/XCl03NZSG1noC0i5r0aRevY2OeJiBz5qeFN1kBMPaVOel1bsKenyeBP0edJlfJHGCbYbwvxlx0RrD6Ih4vWUGcNukOGilHnTF2LEGozgQB92FEQtifYRWDEVtQeATz/FbzN+lygv8EoWuxmic7c9EC16qCEeP4Z8E9TITLA5H72B3ojLsxo5wtB+NidA/8Xs4CjWJ0BP442Ojx6PRAaxJhJ7D0XC0E82J0Pv4IRw9iYsJyGqwNBxtRLpAuysWzegzMapMX0YX3oeY7Cl+jW4oLUj5IhZ6ECmzotHJHuOeaZHkV9I4HK9J10mjXVVo8hL96FQZd5xsAXfNKZq62SD6o149d/BtNYohP/ksL63WpcycpdU6591yvnjJjF0s9xSkXLDTSovVWe9ndzMj+i/nxp0GWuMcJqbZ703Bw0SnJoEKveBve10vzubfmmqD0x5Jg7dua1OXeTYXtAgEKpwuxoZt+Kd533kHek3IrIqyiQ5e9uHamHWW/bEc9DukLMxhzzB+ICVDp/gPr8wbc2+SC+PZZGhggVd4ZnYYmxTNFmsomxwNZ7eXihZmK7Vn2dLQLNtrZs456z27qlQ0sMxgAfYG/i0dDXxdgF2B0XLQQmwjUuWhWbY704MrXEFHuWjgG8N4YJ21roCV5aOBJqkxnXdf6b9Ubnyp3YhhHVYJBO8AWmhdUAtQ8BkAAAAASUVORK5CYII=); background-size: 21px 22px; background-repeat: no-repeat; background-position: center; } }
.header-search-help { position: absolute; display: none; top: 50px; padding: .2rem .4rem; background-color: white; color: #414141; font-size: .875rem; border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; }

.header--faded { position: relative; }
.header--faded:before { content: ''; display: block; position: absolute; top: 0; bottom: 0; left: 0; right: 0; background: rgba(0, 0, 0, 0.5); z-index: 1; }
.header--faded .alignbox { position: relative; z-index: 2; }

.header--full { height: calc(100%); background-size: cover; background-position: center top; }
@media screen and (max-height: 480px) { .header--full { height: 480px; } }
@media screen and (max-width: 767px) { .header--full { height: auto; min-height: 100%; }
  .header--full .alignbox { padding-top: 10rem; } }

.header--tall { height: 620px; background-image: url('../img/fundo/fundo1.jpg'); background-size: cover; }
@media screen and (min-width: 1650px) { .header--tall { height: 790px !important; } }
@media screen and (min-width: 1281px) { .header--tall { height: 700px; } }
/*@media screen and (max-width: 767px) { .header--tall { background-image: url('assets/bg-small.jpg'); background-position-y: 100%; } }*/
@media screen and (max-width: 479px) { .header--tall { background-image: url('assets/bg-small.jpg'); background-size: contain !important; background-position: center 85%; background-repeat: no-repeat; } }

.header--medium { height: 450px; background-size: cover; }
@media screen and (max-width: 767px) { .header--medium { height: auto; } }

.header--medium-flexy { height: 470px; background-size: cover; }
@media screen and (min-width: 1281px) { .header--medium-flexy { height: 650px; } }
@media screen and (min-width: 1650px) { .header--medium-flexy { height: 750px; } }
@media screen and (max-width: 767px) { .header--medium-flexy { height: 380px; } }
@media screen and (max-width: 480px) { .header--medium-flexy { height: 380px; } }

.header--green { background-color: #00b22d !important; }

.header--condensed { height: 330px; background-size: cover; }
@media screen and (max-width: 767px) { .header--condensed { height: 360px; } }

.header--white { padding: 0; background-color: white; }
.header--white .header-top { background: white; padding: 10px 12px; border-bottom: 2px solid #00b22d; }
.header--white .header-top.padding { padding: 13px 55px; }
.header--white .header-top-search { float: left; }
@media screen and (max-width: 767px) {
  .header--white { /*background: none !important;*/ background-color: #999 !important; }
  .header--white .header-top-search { float: none; display: none; }
  .header--white .header-top-search .header-top-search-text { float: none; width: 60%; }
  .header--white .header-top-search .header-top-search-type { float: none; width: 36%; }
  .header--white .header-top-search .header-top-search-type .select { width: 100% !important; }
}
@media screen and (max-width: 480px) {
  .header--white .header-top-search { width: 100%; }
  .header--white .header-top-search .header-top-search-text { width: 70%; margin: .3rem 0; }
  .header--white .header-top-search .header-top-search-type { width: auto; margin: .3rem 0; }
}
@media screen and (max-width: 767px) { .header--white .alignbox { padding-top: 4rem; padding-bottom: 2rem; } }
@media screen and (max-width: 1200px) { .header--white .header-top.padding { padding: 13px 15px; } }


.footer { z-index: 4; position: relative; padding: 5.4rem 1rem 2.4rem !important; }
.footer-controls { margin-bottom: 1.7rem; }
.footer-controls .select { margin-right: .8rem; }
.footer-logo { background-repeat: no-repeat; background-size: 161px 33px; width: 198px; height: 33px; position: relative; top: -10px; }
.footer .list a { color: #414141; }
@media screen and (max-width: 767px) { .footer .list { margin-bottom: 30px; } }
@media screen and (max-width: 767px) { .footer small { margin-bottom: 30px; display: inline-block; } }

.logo { position: relative; float: left; margin-left: 10px; top: 3px; }
.logo h1 { position: absolute; left: -9999px; top: 0px; }
/*.logo a { color: #00b22d; font-size: 1.4rem; font-weight: 700; letter-spacing: -.02rem; display: block; z-index: 100; width: 182px; height: 36px; margin: 0px 0 0; padding: 10px 5px 8px 5px; position: relative; top: 1px; background-image: url('../images/logo.png'); background-size: 245px 64px; background-repeat: no-repeat; }*/
@media screen and (max-width: 767px) { .logo a { margin-left: auto; margin-right: auto; } }

.mainmenu { float: right; }
.l-details .mainmenu { top: 2px; position: relative; }
@media screen and (max-width: 767px) { .mainmenu { float: none; text-align: center; } }
.mainmenu-hamburger { display: none; cursor: pointer; width: 30px; height: 30px; position: fixed; top: 1.5rem; right: 1.5rem; }
.mainmenu-close { display: none; position: absolute; top: 1rem; right: 1rem; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); font-family: arial, Helvetica, sans-serif; font-size: 2rem; cursor: pointer; }
.mainmenu-close:hover { -webkit-transform: rotate(135deg) scale(1.2); -ms-transform: rotate(135deg) scale(1.2); transform: rotate(135deg) scale(1.2); }
.mainmenu-profile .dropdown > a { display: inline-block; margin-top: -18px; top: 15px; padding-right: 3rem; background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAHCAQAAAB5eQ+RAAAALklEQVQY02O49f/W//8M6BAkCqUwJf4zMGBKwnhoXGQWmlpk/Wg2IBuMZj0yDwAhAG8WjQw8ogAAAABJRU5ErkJggg==); background-repeat: no-repeat; background-position: 46px 17px; }
@media screen and (max-width: 991px) { .mainmenu-profile .dropdown > a { padding-right: 1.5rem; } }
.mainmenu-profile .dropdown > a img { width: 38px; height: 38px; border: 2px solid #b6b6b6; border-radius: 50%; }
.mainmenu-profile .dropdown > a:hover img { border: 2px solid #00b22d; }
.mainmenu-profile .dropdown .dropdown-menu { margin: 29px 0 0 -14px; }

@media screen and (min-width: 161px) { .mainmenu-hamburger { display: none; }
  .mainmenu > ul { white-space: nowrap; }
  .mainmenu > ul > li { display: inline-block; position: relative; -webkit-backface-visibility: hidden; }
  .mainmenu > ul > li a { position: relative; color: #414141; font-weight: 600; font-size: .95rem;}
  .mainmenu > ul > li a:hover { color: #00b22d; }
  .mainmenu > ul > li:hover > .mainmenu-sub { display: block; } }
.sidemenu ul { display: block; }
.sidemenu ul li { display: block; padding: .65rem  1.5rem .65rem .2rem; }
.sidemenu ul li a { position: relative; font-size: 0.875rem; display: block; color: #414141; }
.sidemenu ul li a:hover { color: #00b22d; }
.sidemenu ul li a:after { width: 7px; height: 13px; background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAANCAYAAABlyXS1AAAAO0lEQVQoz2NIXaP9H4gZsGEGqOR/XJI4FSBzMBSgG4WiAJtD4AoYcLgUrIAknTjtxOlanP7EG0I4wxYArEOIPXIQORMAAAAASUVORK5CYII=); left: 8px; top: 2px; bottom: -1px; content: ""; display: none; position: relative; }
.sidemenu ul li.is-active a { color: #00b22d; font-weight: 700; padding-left: .6rem; border-left: 3px solid #00b22d; }
.sidemenu ul li.is-active a:after { display: inline-block; }

.button { display: inline-block; text-decoration: none; padding: .5em 1em; border: 1px solid transparent; border-radius: 2px; font-size: 1rem; text-align: center; -webkit-appearance: none; }
.button:hover { cursor: pointer; }
.button--outline { border: 1px solid #dbdbdb; }
.button--small { padding: .5rem 1rem; font-size: 0.813rem; font-weight: 400; text-transform: none; }
.button--medium { padding: .7rem 1rem; }
.button--big { padding: 1.1rem 1.5rem; }
.button--bigger { font-size: 1.25rem; font-weight: 700; text-transform: none; padding: 1.2rem 2.5rem; border-radius: 5px; }
.button--strong { font-weight: 600; }
.button--transparent { color: white; }
.button--transparent:hover, .button--transparent:focus { color: #00b22d; }
.button--transparent-dark { color: #414141; }
.button--transparent-dark:hover, .button--transparent-dark:focus { color: #00b22d !important; }
.button--white { background: white; color: #414141; }
.button--dark { color: white; background: #414141; }
.button--link { background: transparent; color: #0072bc; }
.button--link-dark { background: transparent; color: #414141; }
.button--green {
  background: -webkit-linear-gradient(#35c350, #03b525);
  background: -moz-linear-gradient(#35c350, #03b525);
  background: -o-linear-gradient(#35c350, #03b525);
  background: linear-gradient(#35c350, #03b525);
  border: 1px solid #00b22d;
  color: white;
  text-shadow: 0 -1px 1px rgba(0,0,0,0.2);
}
.button--green:hover { background-color: #b6b6b6; }
.button--dark-translucent { color: white; font-weight: 700; background-color: rgba(32, 32, 32, 0.7); }
.button--green-translucent { color: white; font-weight: 700; background-color: rgba(101, 172, 43, 0.8); }
.button--frame { background: transparent; border-color: white; color: white; }
.button--mail { background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAWCAQAAAALUFbPAAABrUlEQVQ4y5XUO0jVYRjH8UcbDALJGgwx8EKDSVDQ4FAIFUFIGG0NNbQkNDVIixDRkGIp0cnT0RrsSkMEFdRuQ0FzDhbR5SiEhnaxi8qn4ajoyaP/836n9/L7wsv7vE/o1idl0F13imJASkZryI3Pxk0lZlLWd3AlTIJBW1SrT0SdSgd9AV1hzkM3cUEkps4IemWlA5eEx7hnfaL4AT/QqtyE/kBGKHENQ6rWjJ/AV3uEalMygevzW+cwZueq8Xa80yCE2nxBaMO05oLxTrxWOz+r+V8QWvw24+gK4TK38VzF4sqKgrDLJ5zOi1d6gVvWLVkrIAibvcl71gYj6Mg7V1BQ6z24qlQITbLgYjJBs0l/tBnAU+WaTZt10iAe2bCW4Bgm7BNCCsNmjdkrlErjlerVBGeRXVIJ7fiocXHegbd2FBL0YFj9sgsdWTye4xTGNS0vpIxQ5j6e2bhmKR/2018tQpVvOUG3MIR+JYk+026jOK4i95nmPPEAZxKFc2zyEjeM6ltoKP222qYxEdvV2O8D6FxoaeN+mSmCKdMLLe28bl1S0vqKolenyw79AznxxrArhFtbAAAAAElFTkSuQmCC); background-position: 8px center; }
.button--mail:hover { background-color: #414141; }
.button--mail, .button--facebook, .button--gplus { color: white; background-repeat: no-repeat; padding: .7rem 1rem .7rem 3rem; text-align: left; }
.button--hover-dark:hover { background: #414141; border-color: #414141; color: white; }
.button--hover-grey:hover { background: #777777; border-color: #777777; color: white; }
.button--hover-green:hover { background: #00b22d; border-color: #00b22d; color: white; }
.button--hover-white:hover { border-color: white; background: white; color: #414141; }
.button--hover-transparent-dark:hover { color: #414141; }
.button--hasborder { border: 0; border-bottom: 3px solid #598527; }
.button--hasborder-thin { border: 0; border: 1px solid #dfdfdf; }
.button--radius-2x { border-radius: 5px; }
.button--capsule { border-radius: 1em; }
.content strong { font-weight: normal; }
.content h2 { margin-top: .4em; }
@media screen and (max-width: 489px) { .content h2 { text-align: center; } }
.content h3 { font-size: 1rem; margin-top: .3em; padding-bottom: .7rem; text-transform: uppercase; }
.content h4 { text-transform: none; padding-bottom: .4rem; }
.content img { max-width: 100%; padding-bottom: 1rem; }
.content p strong, .content ul strong, .content ol strong { font-weight: 700; }
.content p em, .content ul em, .content ol em { font-style: italic; }
.content p a, .content ul a, .content ol a { color: #00b22d; }
.content p a:hover, .content ul a:hover, .content ol a:hover { text-decoration: underline; }
.content ul, .content ol { padding-left: 0.9rem; margin-left: 2rem; margin-right: 4rem; margin-bottom: 1rem; }
@media screen and (max-width: 767px) { .content ul, .content ol { padding-left: 0.5rem; margin-left: 1rem; margin-right: 2rem; margin-bottom: 1rem; } }
.content ul li, .content ol li { list-style: none; padding-bottom: .8rem; }
.content ul li:before, .content ol li:before { content: "•"; display: inline-block; padding-right: .4rem; font-size: 1.2em; margin-left: -0.8rem; }
.content ul li > ul, .content ol li > ul { padding-bottom: 0rem; padding-left: 0rem; }
.content ul li > ul > li, .content ol li > ul > li { padding-left: 1.1rem; }
.content ul li > ul > li:before, .content ol li > ul > li:before { content: "-"; display: inline-block; padding-right: .3rem; }
.content ol { list-style-type: decimal; }
.content ol > li { list-style-type: decimal; }
.content ol > li:before { display: none; }
.content ol > li > ul, .content ol > li > ol, .content ul > li > ul, .content ul > li > ol { margin-bottom: 0; }

/** Tooltips! */
/* Base styles for the element that has a tooltip */
[data-tooltip], .tooltip { position: relative; cursor: pointer; }

/* Base styles for the entire tooltip */
[data-tooltip]:before, [data-tooltip]:after, .tooltip:before, .tooltip:after { position: absolute; visibility: hidden; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); opacity: 0; -webkit-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, -webkit-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24); transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24); -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); pointer-events: none; }

/* Show the entire tooltip on hover and focus */
[data-tooltip]:hover:before, [data-tooltip]:hover:after, [data-tooltip]:focus:before, [data-tooltip]:focus:after, .tooltip:hover:before, .tooltip:hover:after, .tooltip:focus:before, .tooltip:focus:after { visibility: visible; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100); opacity: 1; }

/* Base styles for the tooltip's directional arrow */
.tooltip:before, [data-tooltip]:before { z-index: 1001; border: 6px solid transparent; background: transparent; content: ""; }

/* Base styles for the tooltip's content area */
.tooltip:after, [data-tooltip]:after { z-index: 1000; padding: 8px; width: 130px; border-radius: 3px; background-color: #000; background-color: rgba(0, 0, 0, 0.7); color: #fff; content: attr(data-tooltip); font-size: 13px; font-family: Arial; line-height: 1.3; text-align: center; }
@media screen and (max-width: 991px) { .tooltip:after, [data-tooltip]:after { width: 130px; } }

/* Directions */
/* Top (default) */
[data-tooltip]:before, [data-tooltip]:after, .tooltip:before, .tooltip:after, .tooltip-top:before, .tooltip-top:after { bottom: 100%; left: 50%; }

[data-tooltip]:before, .tooltip:before, .tooltip-top:before { margin-left: -6px; margin-bottom: -12px; border-top-color: #000; border-top-color: rgba(0, 0, 0, 0.7); }

/* Horizontally align top/bottom tooltips */
[data-tooltip]:after, .tooltip:after, .tooltip-top:after { margin-left: -65px; }

[data-tooltip]:hover:before, [data-tooltip]:hover:after, [data-tooltip]:focus:before, [data-tooltip]:focus:after, .tooltip:hover:before, .tooltip:hover:after, .tooltip:focus:before, .tooltip:focus:after, .tooltip-top:hover:before, .tooltip-top:hover:after, .tooltip-top:focus:before, .tooltip-top:focus:after { -webkit-transform: translateY(-12px); -ms-transform: translateY(-12px); transform: translateY(-12px); }

/* Left */
.tooltip-left:before, .tooltip-left:after { right: 105%; bottom: 50%; left: auto; }
.tooltip-left:before { margin-left: 0; margin-right: -12px; margin-bottom: 0; border-top-color: transparent; border-left-color: #000; border-left-color: rgba(0, 0, 0, 0.7); }
.tooltip-left:hover:before, .tooltip-left:hover:after, .tooltip-left:focus:before, .tooltip-left:focus:after { -webkit-transform: translateX(-12px); -ms-transform: translateX(-12px); transform: translateX(-12px); }
/* Bottom */
.tooltip-bottom:before, .tooltip-bottom:after { top: 100%; bottom: auto; left: 50%; }
.tooltip-bottom:before { margin-top: -12px; margin-bottom: 0; border-top-color: transparent; border-bottom-color: #000; border-bottom-color: rgba(51, 51, 51, 0.8); }
.tooltip-bottom:hover:before, .tooltip-bottom:hover:after, .tooltip-bottom:focus:before, .tooltip-bottom:focus:after { -webkit-transform: translateY(12px); -ms-transform: translateY(12px); transform: translateY(12px); }
/* Right */
.tooltip-right:before, .tooltip-right:after { bottom: 50%; left: 100%; }
.tooltip-right:before { margin-bottom: 0; margin-left: -12px; border-top-color: transparent; border-right-color: #000; border-right-color: rgba(0, 0, 0, 0.7); }
.tooltip-right:hover:before, .tooltip-right:hover:after, .tooltip-right:focus:before, .tooltip-right:focus:after { -webkit-transform: translateX(12px); -ms-transform: translateX(12px); transform: translateX(12px); }
/* Move directional arrows down a bit for left/right tooltips */
.tooltip-left:before, .tooltip-right:before { top: 3px; }
/* Vertically center tooltip content for left/right tooltips */
.tooltip-left:after, .tooltip-right:after { margin-left: 0; margin-bottom: -16px; }
.tooltip--questionmark { width: 12px; height: 12px; display: inline-block; background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAAtUlEQVQoz2MIi4phgGI2IM4D4uNA/BmKj0PF2GDqYIqlgfg8EP/Hgc9D1TDATIYr3rR5y38YALGRNF0AYnaQhlyYYFNr2/9v3779LymvBLNBIC0zG1lTLgPUnVidAtOMJHYcpOEnNsUg51y8eAld/AdWDctXrPz/5MlTdOeA8GesTjp+4gS6h1GclIcnONFxHkgDOzTIUNyPxYaLsGAlJuIuIEccctLIB+LTQPwFik9DxeBJAwAXrh4KIPY7gwAAAABJRU5ErkJggg==); background-repeat: no-repeat; background-position: center; position: relative; bottom: 4px; }
.tooltip--questionmark:after { width: 170px; }
.tooltip--price:after { width: 100px !important; font-weight: 600 !important; left: 70% !important; }
.titlebar { text-align: center; padding: 3rem 1rem; }
.titlebar-title { font-size: 1.75rem; font-weight: 700; line-height: 1.1; margin-bottom: 1.2rem; }
.titlebar-title span { color: #00b22d; }
.titlebar-subtitle p, .titlebar-subtitle .content ul, .content .titlebar-subtitle ul, .titlebar-subtitle .content ol, .content .titlebar-subtitle ol { line-height: 1.6; font-size: 0.875rem; }
.titlebar--condensed { padding: 1rem 1rem; }
.bg { background: white; background-size: cover; position: relative; color: #414141; }
.bg--gray { background-color: #fafafa; }
.bg--green { background-color: #00b22d; color: white; }
.bg--mild { background: #f6f9f6; border-top: 1px solid #dfdfdf; border-bottom: 1px solid #dfdfdf; }
.bg--faded-dark { position: relative; }
.bg--faded-dark:before { content: ''; display: block; position: absolute; top: 0; bottom: 0; left: 0; right: 0; background: rgba(0, 0, 0, 0.6); z-index: 1; }
.bg--faded-dark > * { z-index: 2; }
.bg--map { background-color: rgba(101, 192, 53, 0); color: white; }
.bg--map:before { position: absolute; top: 0; right: 0; bottom: 0; left: 0; display: block; content: ''; z-index: -1; background-color: #469701; }

.alignbox { display: table; table-layout: fixed; width: 100%; height: 100%; box-sizing: border-box; }
.alignbox-item { display: table-cell; vertical-align: middle; height: 100%; }
.alignbox-item--top { vertical-align: top; }
.alignbox-item--middle { vertical-align: middle; }
.alignbox-item--bottom { vertical-align: bottom; }

.alignbox--autosize { width: auto; }

.nicelist { margin-bottom: 1.2rem; }
.nicelist-title { font-size: 1.125rem; font-weight: 700; color: #00b22d; margin-bottom: 1.2rem; display: inline-block; }
.nicelist-items { margin-bottom: 1.2rem; }
.nicelist-item { display: block; position: relative; margin-bottom: 1rem; }
.nicelist-item:after { content: ''; position: absolute; border-bottom: 1px solid #dfdfdf; display: block; bottom: 0; left: 90px; right: 0; height: 0; }
.nicelist-item:last-child:after { display: none; }
.nicelist-item-thumbnail { width: 85px; position: absolute; left: 0; }
.nicelist-item-thumbnail img { width: 75px; height: 75px; border-radius: 50%; }
.nicelist-item-content { position: relative; min-height: 79px; }
.nicelist-item-content.has-thumbnail { padding-left: 90px; }
.nicelist-item-title { font-weight: 700; color: #414141; }
@media screen and (max-width: 767px) { .nicelist-item-title { margin-top: 20px; } }
.nicelist-item-title .rating { display: inline-block; position: relative; margin-bottom: 0; top: 4px; }
.nicelist-item-title .rating--small { top: 1px; }
.nicelist-item-subtitle { font-size: 0.75rem; color: #a0a0a0; margin-bottom: .3rem; margin-top: .3rem; }
.nicelist-item-subtitle a { color: #a0a0a0; }
.nicelist-item-subtitle a:hover { color: #00b22d; }
.nicelist-item-text { font-size: 0.813rem; font-weight: 400; overflow: hidden; }
.nicelist-item-text--limited { margin-bottom: 1rem; max-height: 2.8em; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.nicelist-item .show-more { font-size: 0.85rem; text-align: center; padding: 1.5rem 0;}

a.nicelist-item-title:hover { color: #00b22d; }

.nicelist--testimonial { max-width: 800px; margin: 1.8rem auto 2.2rem; }
@media screen and (max-width: 767px) { .nicelist--testimonial { text-align: center; } }
.nicelist--testimonial .nicelist-item-thumbnail { width: 105px; position: absolute; left: 0; }
.nicelist--testimonial .nicelist-item-thumbnail img { width: 100px; height: 100px; border-radius: 50%; }
@media screen and (max-width: 767px) { .nicelist--testimonial .nicelist-item-thumbnail { position: relative; left: auto; margin: auto; text-align: center; margin-bottom: .4rem; display: block; }
  .nicelist--testimonial .nicelist-item-thumbnail img { width: 80px; height: 80px; } }
.nicelist--testimonial .nicelist-item-content.has-thumbnail { padding-left: 120px; }
@media screen and (max-width: 767px) { .nicelist--testimonial .nicelist-item-content.has-thumbnail { padding-left: 0; } }
@media screen and (max-width: 767px) { .nicelist--testimonial .nicelist-item-title .rating { display: block; } }
.nicelist--testimonial .nicelist-item-title:hover { text-decoration: underline; }
.nicelist--testimonial .nicelist-item-title, .nicelist--testimonial .nicelist-item-subtitle { color: white; }

.nicelist-item--boxed { min-height: 160px; }
.nicelist-item--boxed:after { display: none; }
@media screen and (max-width: 767px) { .nicelist-item--boxed:last-child .nicelist-item-content .nicelist-item-bg { border: 0; } }
.nicelist-item--boxed .nicelist-item-author { font-weight: 700; font-size: .75rem; line-height: 1.15em; }
.nicelist-item--boxed .nicelist-item-author span { font-weight: 400; display: block; }
.nicelist-item--boxed .nicelist-item-author small { font-size: .7rem; display: block; font-weight: 400; }
.nicelist-item--boxed .nicelist-item-thumbnail { width: 115px; position: absolute; top: 0rem; left: 0; }
.nicelist-item--boxed .nicelist-item-thumbnail img { width: 100px; height: 100px; border-radius: 50%; margin-bottom: .4rem; }
@media screen and (max-width: 767px) { .nicelist-item--boxed .nicelist-item-thumbnail { position: relative; left: auto; margin: auto; text-align: center; margin-bottom: .4rem; }
  .nicelist-item--boxed .nicelist-item-thumbnail img { width: 80px; height: 80px; } }
.nicelist-item--boxed .nicelist-item-content { position: relative; }
.nicelist-item--boxed .nicelist-item-content .nicelist-item-bg { background: white; border: 1px solid #dfdfdf; padding: 1rem; }
@media screen and (max-width: 767px) { .nicelist-item--boxed .nicelist-item-content .nicelist-item-bg { background: transparent; border-width: 0 0 1px 0; padding: 0; text-align: center; } }
.nicelist-item--boxed .nicelist-item-content .nicelist-item-bg:after, .nicelist-item--boxed .nicelist-item-content .nicelist-item-bg:before { display: block; position: absolute; left: 92px; top: 50px; border: solid transparent; content: " "; height: 0; width: 0; content: ''; }
@media screen and (max-width: 767px) { .nicelist-item--boxed .nicelist-item-content .nicelist-item-bg:after, .nicelist-item--boxed .nicelist-item-content .nicelist-item-bg:before { display: none; } }
.nicelist-item--boxed .nicelist-item-content .nicelist-item-bg:after { border-right-color: #fff; border-width: 13px; margin-top: -13px; }
.nicelist-item--boxed .nicelist-item-content .nicelist-item-bg:before { border-right-color: #dfdfdf; border-width: 12px; margin-top: -12px; }
.nicelist-item--boxed .nicelist-item-content.has-thumbnail { padding-left: 115px; }
@media screen and (max-width: 767px) { .nicelist-item--boxed .nicelist-item-content.has-thumbnail { padding-left: 0; } }

.list li { padding-bottom: .5rem; font-size: 0.813rem; font-weight: 400; }
.list li.list-title { font-size: 0.938rem; font-weight: 700; padding-bottom: .65rem; }

.list--condensed li { padding-bottom: 0 !important; }

.list-group-item { margin-bottom: 1rem; }
.list-group-item .form-control { max-width: 50%; }
.list-group-item-remove { font-size: .8rem; color: #a00; cursor: pointer; }

.select { display: inline-block; position: relative; cursor: pointer; padding: 0 !important; }
.select select { font-size: 0.813rem; font-weight: 400; color: #414141; width: 100%; border: 0; background: none; background: white\0 !important; cursor: pointer; padding: 0.525rem 1.825rem 0.625rem 0.625rem; -webkit-appearance: none; -moz-appearance: none; text-indent: 0.01px; text-overflow: ''; }
.select select::-ms-expand { display: none; }
.select select:focus { outline: 0; }
.select--inline { width: auto !important; }

.select:before { content: ''; position: absolute; pointer-events: none; color: #82888a; top: 14px; padding-top: 0.7em; line-height: 1; right: 11px; width: 13px; height: 7px; text-align: center; background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAHCAQAAAB5eQ+RAAAAOElEQVQY02WNsQ0AMAjD/P9Bec8dQLSiygK2IMQYXImR8MsiZOSkN9xypnpwUQvxUYX7Yituo8gBKzxgTkt3YeoAAAAASUVORK5CYII=); background-repeat: no-repeat; }

.Safari .select select { padding-top: .425rem; }

.Mac.Firefox .select select { padding-top: .5rem; }

.featured { text-align: center; height: 347px; background-size: cover; background-position: center; margin-bottom: 30px; color: #ffffff; position: relative; display: block; -webkit-transition: all 400ms ease; transition: all 400ms ease; }
.featured-title { font-size: 1.825rem; font-weight: 700; margin-bottom: .8rem; line-height: 1.1em; }
.featured-subtitle { font-size: 0.938rem; font-weight: 400; }
.featured:before { position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: black; opacity: .3; content: ''; display: block; -webkit-transition: all 400ms ease; transition: all 400ms ease; z-index: 1; }
.featured:hover:before { opacity: .1; }

.featured .alignbox { position: relative; z-index: 2; }

.rating { text-align: center; white-space: nowrap; }
.rating .star { width: 25px; height: 25px; display: inline-block; margin: 0px; margin-right: 1px; background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAXCAYAAAARIY8tAAABOUlEQVRIx2OoS+JlIBLzAvEqIJ4MxIww8f///+PFDCRYUAjE/6HYidoWgFx8E8mCtdS2wBnJcBD+A8TS1LRgLZoFINxALQukgPg3FgueATErNSxowWI4DMcSYwEo+ZkDsT8QpwNxPRDPAOL1QHwej+GwuDgOTb5TgbgKiFOA2AuIjYGYDWTBAwKGUIK3gCy4S0ML9oAskAHiizQwfB8Q88Mikh+Id1HR8MWg8EdPRWxAvJAKhoNSHSOuZAoqEprINPgvEKcRmw/aybAgnZSMlkOGBT6kWLCcnLAnxYInZFhwmFgLVMiM5B9AzEGMBUk4DHgKjRtQefMRhxo7YixYgKbpJxB3ADEPkhpxIJ4LxP/Q1NYQY8Fl5MIKGmS44soMiE8gV6XEWJAMxJuA2JWE+joKiHeAiml0CwAisdx0bMC9mwAAAABJRU5ErkJggg==); background-repeat: no-repeat; background-size: contain; }
.rating .is-filled { background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAXCAYAAAARIY8tAAABOklEQVRIx2N4tEWbgUjMC8SrgHgyEDPCxP///48XM5BgQSEQ/4diJ2pbAHLxTSQL1lLbAmckw0H4DxBLU9OCtWgWgHADtSyQAuLfWCx4BsSs1LCgBYvhMBxLjAWg5GcOxP5AnA7E9UA8A4jXA/F5PIbD4uI4NPlOBeIqIE4BYi8gNgZiNpAFDwgYQgneArLgLg0t2AOyQAaIL9LA8H1AzA+LSH4g3kVFwxeDwh89FbEB8UIqGA5KdYy4kimoSGgi0+C/QJxGbD5oJ8OCdFIyWg4ZFviQYsFycsKeFAuekGHBYWItUCEzkn8AMQcxFiThMOApNG5A5c1HHGrsiLFgAZqmn0DcAcQ8SGrEgXguEP9DU1tDjAWXkQsraJDhiiszID6BXJUSY0EyEG8CYlcS6usoIN4BKqbRLQAA/nNQZr7gx5gAAAAASUVORK5CYII=); }
.rating .is-half { background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAXCAYAAAARIY8tAAABQ0lEQVRIx7XUPyhFURzA8fsGL4PXGxVGm1GxGcgiZVeWR97yFqteSLfYpSyKDErdlO4gyWJg08tkUBJ2G/n7/dV9Ok7n8bun84bPdLq/b93zJ7pPByKlEg6WKqUNFBBpRDkCC/jiIzEaOlDAjRFIQgfGZLgReEdvyEBiBcRKqEAP3hyBJ3SECMTN4VZAzGgCcvyGMYUqlrGFQ1yZwx0B2YsLyPHdxCLmMIFBFCVwZw/5ixX4TyqB2zYGTiXQh0YbAmcoNzeyjJOAgT35//YpKmI3QCA23yrXk7DqGfjAvPYerHkEqnkuWs0jMJknsO8RiPMEHjwC59pAv+cmv6BTE6i0GP4oe5O9N88tIiOawI41+BXr6JL17MNubOPTCtQ1gWtjeJr9sp91a8AQLo1AognM4gjjrgPg2Ei5tdM4zp7pX+vfaWrslJOumCgAAAAASUVORK5CYII=); }

.rating--small .star { width: 15px; height: 15px; }
.rating--medium .star { width: 20px; height: 20px; margin-right: 3px; }
.rating--big .star { width: 25px; height: 25px; }

.rating--block { display: block !important; text-align: left; }

.rating--inline { display: inline-block !important; text-align: left; top: 2px; position: relative; }

.rating-grid { margin-bottom: 2rem; }
.rating-grid-item { padding: 0.15rem .5rem; }
@media screen and (max-width: 767px) { .rating-grid-item { padding: 0.5rem .5rem .8rem; } }
.rating-grid-item:nth-child(2n) { background: #f1f1f1; }
.rating-grid-item-label { font-weight: 300; font-size: .95rem; min-width: 170px; display: inline-block; position: relative; top: -4px; }
.rating-grid-item-stars { display: inline-block; }

.submenu ul { font-size: 0.002px; }
.submenu ul li { font-size: 0.875rem; font-weight: 400; position: relative; border-bottom: 3px solid transparent; display: inline-block; }
.submenu ul li a { display: inline-block; color: #414141; padding: 1rem 1rem; }
.submenu ul li:hover a { color: #00b22d; }
.submenu ul li.is-active, .submenu ul li.active { border-bottom-color: #00b22d; }
.submenu ul li.is-active a, .submenu ul li.active a { color: #00b22d; }
.submenu ul li:before { position: absolute; content: ''; display: block; height: 45%; top: 28%; width: 1px; background: rgba(160, 160, 160, 0.5); left: 0; }
.submenu ul li:first-child:before { display: none; }

.submenu--dashboard { background: #f5f5f5; border-bottom: 1px solid #b6b6b6; padding-left: 3rem; position: relative; display: block; }
.submenu--dashboard .submenu-sidelink { position: absolute; right: 1rem; top: 0.6rem; font-weight: 700; color: #414141; }
.submenu--dashboard .submenu-sidelink:hover { color: #00b22d; }
.submenu--dashboard ul li { margin-bottom: -2px; margin-right: 1rem; margin-left: 1rem; }
.submenu--dashboard ul li a { color: #414141; font-weight: 700; padding: .8rem .5rem; }
.submenu--dashboard ul li:before { display: none; }
.submenu--dashboard ul li:hover { border-bottom-color: transparent; }
.submenu--dashboard ul li:hover a { color: #00b22d; }
.submenu--dashboard ul li.is-active, .submenu--dashboard ul li.active { border-bottom-color: #00b22d; }
.submenu--dashboard ul li.is-active a, .submenu--dashboard ul li.active a { color: #414141; }

.prop-caption { height: 120px; overflow: hidden; }
@media screen and (max-width: 767px) { .prop-caption { height: auto; padding-bottom: 1.5rem; } }
.prop-caption-img { width: 170px; height: 170px; float: left; border: 5px solid white; border-radius: 5px; overflow: hidden; position: absolute; top: -25px; display: block; box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.15); }
@media screen and (max-width: 767px) { .prop-caption-img { display: block; float: none; margin: 14rem auto 0rem; position: relative; width: 150px; height: 150px; } }
.prop-caption-img img { width: 100%; height: 100%; }
.prop-caption-content { float: left; margin-left: 170px; padding: 1.4rem 1rem 0 2rem; }
@media screen and (max-width: 767px) { .prop-caption-content { margin-left: 0; padding: 0 !important; text-align: center; width: 100%; } }
.prop-caption-title { font-weight: 700; font-size: 1.6rem; margin-bottom: .2rem; color: #fff;}
.prop-caption-title .rating { display: inline-block; position: relative; top: 3px; }
@media screen and (max-width: 991px) { .prop-caption-title { font-size: 1.4rem; margin-bottom: .1rem; } }
@media screen and (max-width: 767px) { .prop-caption-title { font-size: 1.2rem; }
  .prop-caption-title .rating { top: 1px; position: relative; }
  .prop-caption-title .rating .star { width: 15px; height: 15px; } }
.prop-caption-subtitle { font-size: 0.9rem; margin-top: .8rem; margin-bottom: .6rem; }
@media screen and (max-width: 991px) { .prop-caption-subtitle { margin-bottom: .3rem; } }
.prop-caption-nav { font-size: .85rem; }
.prop-caption-nav strong { font-size: 1rem; }
.prop-caption-nav ul, .prop-caption-nav li { list-style: none; }
.prop-caption-nav li { display: inline-block; margin-right: .9rem; }
.prop-caption-nav li a { color: white; }
.prop-caption-nav li a:hover { color: #00b22d; }



.prop-card {  width: 400px; float: right; background: #fafafa; border: 1px solid #dfdfdf; position: absolute; right: 0; z-index: 2; }
@media screen and (max-width: 991px) { .prop-card { background-color: #f6f9f6; position: relative; width: 100%; border-right: 0; border-left: 0; float: none; right: auto; border: 0; margin-top: 4rem; margin-bottom: -2rem; } }
@media screen and (max-width: 767px) { .prop-card { margin-top: 3rem; margin-bottom: 1rem; } }
.prop-card, .prop-card * { -webkit-transition: none; transition: none; }
.prop-card-pad { padding: 1.5rem 1.5rem 1rem; background-color: #00b22d; color: #fff; }
.prop-card-pad p { font-size: .85rem; margin-top: 5px; }
.prop-card-pad .subheading { font-weight: 600; font-size: .9rem; }
.prop-card-title { font-size: 1.5rem; font-weight: 700; margin-bottom: .2rem; line-height: 1em; }
.prop-card-title img { width: 40px; }
@media screen and (max-width: 479px) { .prop-card-title { font-size: 1rem; } .prop-card-title img { width: 30px; top: -7px; position: relative; } }
.prop-card-subtitle { font-size: 0.813rem; margin-bottom: .6rem; }
.prop-card p, .prop-card .content ul, .content .prop-card ul, .prop-card .content ol, .content .prop-card ol { font-size: .95rem; padding-bottom: 0rem; }
.prop-card-cta { padding: .7rem 1.5rem .2rem; }
@media screen and (max-width: 1024px) { .prop-card-cta { padding: 1.2rem 1rem; } }
.prop-card-cta a.button { display: block; padding: 1rem; font-size: 1.2rem; font-weight: 600; }

.prop-card-form { padding: 2rem 1.5rem .7rem; }
.prop-card-form p { margin-bottom: 1rem; }
.prop-card-submit { padding: .7rem 0; }
.prop-card-submit a.button, .prop-card-submit input { display: block; width: 100%; padding: 1rem; font-size: 1.2rem; font-weight: 600; }

.horarios { padding: 1rem; background-color: #fff; font-size: .8rem; border: 1px solid #dfdfdf; }
.horarios .horarios-label { color: #00b22d; margin-bottom: .2rem; }
.horarios .horarios-group { display: block; margin-bottom: .6rem; }
.horarios .horarios-group span { display: block; float: left; margin-right: .6rem; }
.horarios .horarios-group span:last-child { margin-right: 0; }
.horarios .horarios-group input { font-size: 1rem; }
#select .horarios { display: none; }
#select:hover .horarios, #select:focus .horarios, #select:active .horarios { border-right: 3px solid #00b22d; position: absolute; display: block; width: 100%; z-index: 9999; }

.prop-card-social-proof { padding: 1rem 1.5rem; text-align: center; }
.prop-card-social-proof .rating { padding: 0; }
.prop-card-social-proof .reviews { font-weight: 600; font-size: .9rem; position: relative; top: -4px; }
.prop-card-social-proof strong { font-size: 1rem; color: #00b22d; }
.prop-card-social-proof ul > li { font-size: .9rem; padding: .25rem 0; }

.prop-card-share { padding: 0; background: white; text-align: center; }
.prop-card-share > ul, .prop-card-share li { list-style: none; margin: 0; padding: 0; }
.prop-card-share > ul > li { display: inline-block; }
.prop-card-share > ul > li a { font-size: 0.9rem; font-weight: 600; color: #777; padding: 1rem 0; display: inline-block; }
.prop-card-share > ul > li a:after { content: ''; display: block; position: absolute; top: 20%; bottom: 20%; right: 0; background: #dfdfdf; width: 1px; }
.prop-card-share > ul > li a:hover { color: #00b22d; }
.prop-card-share > ul > li:last-child a:after { display: none; }

@media screen and (max-width: 479px) { .prop-card-pad p, .prop-card-pad .content ul, .content .prop-card-pad ul, .prop-card-pad .content ol, .content .prop-card-pad ol { display: none; } }
.is-snapped { position: fixed; top: 0; z-index: 3; }

.Safari .prop-card, .Safari .prop-card * { -webkit-transition: all 300ms ease; transition: all 300ms ease; }

.prop-services { margin-top: 1.5rem; }
.prop-services-more-toggle { color: #00b22d; cursor: pointer; }
.prop-services-more-toggle:hover { text-decoration: underline; }
.prop-services-item { position: relative; margin-bottom: 1rem; padding-bottom: 1rem; padding-left: 170px; font-size: 0.813rem; line-height: 2.5rem; vertical-align: middle; }
@media screen and (max-width: 479px) { .prop-services-item { padding-left: 0; padding-top: 1rem; padding-bottom: 1rem; } }
.prop-services-item:after { display: block; position: absolute; bottom: 0; left: 160px; background: #dfdfdf; height: 1px; right: 0; content: ''; }
@media screen and (max-width: 479px) { .prop-services-item:after { display: none; } }
.prop-services-item:last-child:after { display: none; }
.prop-services-item-title { color: #414141; left: 0px; position: absolute; font-weight: 700; }
@media screen and (max-width: 479px) { .prop-services-item-title { top: -1.2rem; } }
.prop-services-item ul, .prop-services-item li { list-style: none; }
.prop-services-item li { display: inline-block; width: 50%; float: left; }
@media screen and (max-width: 767px) { .prop-services-item li { width: 100%; padding-left: 10px; } }
.prop-services-item li.is-single { line-height: 1.2rem; margin-top: .3rem; margin-bottom: .7rem; width: 100%; }
.prop-services-item li.is-hidden { margin: 0; padding: 0; overflow: hidden; display: none; }
.prop-services-item #bairros-hidden { width: 100%; }
.prop-services-item .channels span { margin-right: 1rem; display: inline-block;}
.prop-services-item .channels i { font-size: 1.5rem; margin-right: .3rem; }
.prop-services-item .channels a { color: #414141; }
.prop-services-item .channels a:hover { color: #00b22d; }

.prop-tarifs { position: relative; }
.prop-tarifs h4 { color: #777; }
.prop-tarifs-currency { float: right; }
.prop-tarifs-items { margin-bottom: 3.5rem; margin-top: 1.5rem; background-color: #fff; }
.prop-tarifs-item { padding: 1.4rem 190px 2rem 1.2rem; position: relative; border-bottom: 1px solid #dfdfdf; min-height: 11rem; overflow: hidden; border-left: 4px solid transparent; }
@media screen and (max-width: 479px) { .prop-tarifs-item { padding: 1.2rem 1.2rem 2rem; text-align: left; } .prop-tarifs h4 { text-align: center; font-size: 1rem; } }
.prop-tarifs-item:hover { border-left: 4px solid #00b22d; }
.prop-tarifs-item:nth-child(2n) { background: #fbfbfb; }
.prop-tarifs-item:first-child { border-top: 1px solid #dfdfdf; }
.prop-tarifs-item:last-child { border-bottom: 1px solid #dfdfdf; }

.prop-tarifs-item-price { width: 170px; position: absolute; right: 0; padding-top: .5rem; font-size: 1.2rem; line-height: 1em; text-align: center; white-space: nowrap; }
@media screen and (max-width: 479px) { .prop-tarifs-item-price { position: relative; right: auto; width: 100%; margin: .5rem auto; } }
.prop-tarifs-item-price del, .prop-tarifs-item-price > span { display: block; }
.prop-tarifs-item-price > span { font-weight: 700; margin-bottom: .8rem; }
.prop-tarifs-item-price > span > span { font-size: 1.6rem; }
.prop-tarifs-item-price del { font-size: 1.5rem; line-height: 1em; }
.prop-tarifs-item-price del > span > span { font-size: 1.2rem; }
.prop-tarifs-item-price span.is-IDR { font-size: 1.5rem; }

.prop-tarifs-item-price .price-hidden { font-size: .9rem; }
.prop-tarifs-item-price .from { font-weight: 500; font-size: .7rem;  color: #777; display: block; margin-bottom: .2rem; text-transform: lowercase; }
.prop-tarifs-item-price .discount { color: #ff5a5f; font-weight: 600; ; display: block; font-size: .7rem; margin-top: .6rem; text-transform: uppercase; }
.prop-tarifs-item-price .periodicity { font-weight: 500; font-size: .8rem;  color: #777; margin-left: 2px;}
.prop-tarifs-item-price .cta { font-size: .9rem; margin-top: 0px; }

.prop-tarifs-item-title { font-size: 1.2rem; font-weight: 700; margin-bottom: 1.2rem; margin-top: .5rem; color: #00b22d;}
.prop-tarifs-item-title a:hover { color: #777; }
.prop-tarifs-item-title .discount { color: #ff5a5f; font-size: 1rem; font-weight: 400; white-space: nowrap; }
@media screen and (max-width: 479px) { .prop-tarifs-item-title { margin-top: 2.5rem; line-height: 1.5rem; } .prop-tarifs-item-title span { min-width: 300px; display: inline-block; margin: .3rem 0; } }
.prop-tarifs-item-tagline { display: block; color: #414141; font-size: .8rem; font-weight: 600; text-transform: uppercase; margin-bottom: .1rem;}
.prop-tarifs-item-subtitle { margin-top: 1rem; font-size: 0.85rem; }
.prop-tarifs-item-subtitle strong { margin-bottom: 4px; }
.prop-tarifs-item-subtitle span { display: inline-block; background-color: #999; color: white; letter-spacing: .01rem; padding: .2rem .4rem; margin-top: .2rem; border-radius: 4px; }
.prop-tarifs-item-subtitle span.color { background-color: #00b22d; }
.prop-tarifs-item-subtitle span:hover { background-color: #00b22d; }
.prop-tarifs-item-description { margin-top: 10px; font-size: .9rem; color: #666; }
.prop-tarifs-item-description strong { font-weight: 600; }
.prop-tarifs-item .content ul, .content .prop-tarifs-item ul, .prop-tarifs-item .content ol, .content .prop-tarifs-item ol { color: #a0a0a0; font-size: 0.9rem; }
.prop-tarifs-item-content .content ul, .content .prop-tarifs-item-content ul, .prop-tarifs-item-content .content ol, .content .prop-tarifs-item-content ol { color: #414141; font-size: 0.9rem; }
@media screen and (max-width: 479px) { .prop-tarifs-item-content p, .prop-tarifs-item-content .content ul, .content .prop-tarifs-item-content ul, .prop-tarifs-item-content .content ol, .content .prop-tarifs-item-content ol { display: inline-block; } }
.prop-tarifs-item-content .show-more { font-size: .9rem; margin-top: .8rem; display: inline-block; color: #00b22d;}
.prop-tarifs-item-content .show-more:hover { color: #414141;}
.prop-tarifs-item-details { margin-top: .5rem; font-size: .9rem; display: none; }
@media screen and (max-width: 479px) { .prop-tarifs-item-details { text-align: left; } }
.prop-tarifs-item-details ul { margin-top: .3rem; }
.prop-tarifs-item-details ul > li { font-size: .85rem; margin-bottom: .5rem; }

.prop-contact { padding: 1rem 1.5rem 2rem; background-color: #fff; border-left: 4px solid #00b22d; margin-top: 60px; margin-bottom: 50px; }
@media screen and (min-width: 992px) { .prop-contact { display: none; } }

@media screen and (max-width: 479px) { .modal-lead--cta { display: block; width: 100%; } }

@media screen and (max-width: 767px) { .prop-comments h2 { text-align: center; line-height: 2rem; } }
.prop-comments .content { padding-bottom: 1rem; }
.prop-comments-title { padding-top: 0; position: relative; max-width: 500px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }
@media screen and (max-width: 767px) { .prop-comments-title { white-space: normal; text-align: center; width: 100%; display: block; max-width: none; } }
.prop-comments-title .rating { display: inline-block; position: relative; top: 3px; margin-bottom: 0; }
@media screen and (max-width: 767px) { .prop-comments-title .rating { display: block; margin-left: auto; margin-right: auto; } }
.prop-comments-new { float: right; }
@media screen and (max-width: 767px) { .prop-comments-new { float: none; margin: .4rem auto; text-align: center; } }
.prop-comments-summary { font-size: 0.875rem; margin: 1rem 0 3rem; }
@media screen and (max-width: 767px) { .prop-comments-summary { max-width: 300px; margin-left: auto; margin-right: auto; } }
.prop-comments-summary-block { width: 45%; float: left; margin-right: 1.2rem; padding-right: 1.2rem; position: relative; }
@media screen and (max-width: 767px) { .prop-comments-summary-block { width: 100%; margin-right: 0; padding-right: 0; } }
.prop-comments-summary-block:after { content: ''; position: absolute; display: block; width: 1px; height: 80%; top: 10%; right: 0; background: #dfdfdf; }
@media screen and (max-width: 767px) { .prop-comments-summary-block:after { display: none; } }
.prop-comments-summary-block:last-child { margin-right: 0; padding-right: 0; }
.prop-comments-summary-block:last-child:after { display: none; }
.prop-comments-summary-block ul, .prop-comments-summary-block li { list-style: none; }
.prop-comments-summary-block li { display: block; line-height: 2rem; vertical-align: middle; white-space: nowrap; position: relative; }
.prop-comments-summary-block li .rating { display: inline-block; position: absolute; right: 0rem; top: 2px; }
.prop-comments-avg { font-size: 3.125rem; margin-top: .2rem; margin-left: 1rem; background-repeat: no-repeat; background-position: right 10px; padding-right: 54px; display: inline-block; }
.prop-comments-avg span { display: inline-block; color: #00b22d; font-weight: 700; line-height: 1em; margin-top: 1rem; text-align: right; }
.prop-comments-avg small { font-size: .875rem; line-height: 1em; display: block; }

[map] * { -webkit-transition: none; transition: none; }
.map-label { z-index: 2; position: relative; top: 70px; left: 50px; color: #00b22d; background-color: rgba(255,255,255,.95); padding: .7rem 1rem; font-weight: 600; border-radius: 5px; }
.map--prop-big { height: 500px; }

.map--testimonial-bg { position: absolute; top: 0; right: 0; left: 0; bottom: 0; opacity: .3; -webkit-filter: grayscale(100%); -moz-filter: grayscale(100%); -ms-filter: grayscale(100%); filter: grayscale(100%); filter: url("data:image/svg+xml;utf8,<svg%20xmlns='http://www.w3.org/2000/svg'><filter%20id='grayscale'><feColorMatrix%20type='matrix'%20values='0.3333%200.3333%200.3333%200%200%200.3333%200.3333%200.3333%200%200%200.3333%200.3333%200.3333%200%200%200%200%200%201%200'/></filter></svg>#grayscale"); /* Firefox 4+ */ -webkit-filter: gray; filter: gray; /* IE 6-9 */ }

.box { padding: 3rem 0 2rem 0; }
.box-item-icon { margin-bottom: 1rem; }

.box--three-blocks { padding: 3rem 0; }
.box--three-blocks article { padding: 1rem; }
.box--three-blocks article h2 { color: #414141; font-size: 1.5rem; font-weight: 700; margin-bottom: 1rem; }
.box--three-blocks article p, .box--three-blocks article .content ul, .content .box--three-blocks article ul, .box--three-blocks article .content ol, .content .box--three-blocks article ol { font-size: 1.125rem; font-weight: 400; padding-bottom: 0; }
@media screen and (max-width: 767px) { .box--three-blocks article p, .box--three-blocks article .content ul, .content .box--three-blocks article ul, .box--three-blocks article .content ol, .content .box--three-blocks article ol { font-size: .9rem; } }

.box--shrinked article h2 { font-size: 1rem; font-weight: 700; margin-bottom: .3rem; }
.box--shrinked article p, .box--shrinked article .content ul, .content .box--shrinked article ul, .box--shrinked article .content ol, .content .box--shrinked article ol { font-size: 1rem; }

.gallery { position: relative; }
.gallery-sly { height: 250px; overflow: hidden; position: relative; }
@media screen and (min-width: 1850px) { .gallery-sly { height: 550px; } }
.gallery-items { list-style: none; margin: 0; padding: 0; height: 100%; }
.gallery-item { position: relative; display: inline-block; float: left; width: 25%; width: calc(25vw); height: 100%; margin: 0; padding: 0; background: #333; color: #ddd; text-align: center; cursor: pointer; }
.gallery-item a { position: absolute; top: 0; left: 0; bottom: 0; right: 0; background-size: cover; background-position: center; }
.gallery-controls { z-index: 2; }
.gallery-controls button { top: 38%; border: 0; width: 62px; height: 77px; display: block; position: absolute; background-color: rgba(255, 255, 255, 0.2); background-position: center; background-repeat: no-repeat; color: transparent; font-size: 0.0001px; cursor: pointer; }
.gallery-controls button:hover { background-color: rgba(101, 172, 43, 0.5); }
.gallery-controls button.disabled { opacity: 0; }
.gallery-controls button[sly-next] { right: 0; background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAyCAQAAADhV6NkAAABDElEQVRIx6XWwUrDQBRG4aNpKgSiUaRCN1qj7UrQgnufxseWSvE5xtXQksyd+W9ys/44N5lAQiDEeQiMr+wEqKL+ffbjJavIDxt3mY7eqhfwkB9fXDhXF7DNJWxxEae5jFPcgcfchccH58KOehD4YePCYj2I/G/nwsKjCw4+qgcXH9SLOFcXsM0lbC0v4gH/efRhqOjut5FT+zBfi0jbHXcsHDhcRtp88saaKxmf0T3v9HRUIk5S7Z4NqmCTlnGGMoci0vojQZlDmbpwFiuUqQubWKVMXTiJPZQ5lAJVv89JqmGDKtikZZyhJXyRo8Xyd31ze/16epsc/57AkhU9W56K55qYioaWlsZL/wE+qc5WIHNPwwAAAABJRU5ErkJggg==); }
.gallery-controls button[sly-prev] { left: 0; background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB0AAAAyCAQAAAAKYBhnAAABDUlEQVRIS5XWOw6CQBgE4EkQMCQisdBCMSSgNXoCL+EVvP8N1oJHFP7H7FBRfJmfXQiLAPv6TTiFMcMtTcN1hjsUSGga6hne0eKIjKQ/jT16tKjI1tAIkHlWsZFZJhW6VIcOtaBJbWhQD6pU3g6C+o0KrSkoUK5RoC0NF5RZHJEKjf+fukaFxgCGio0MVaFHlVF9eragTcfsnxI06TubcN6toUmRHy4Tfm2X0KYJqvI24U8aQYODTWpjh1rYpTomqIYpOuC8+8cklTBN12NH0Ai8puuxIyiJZUqNrVEC69TFFnWwTU3sUh0TVMMUlTFJF/i1iaHjG1Y800d5c36fQhJUaOaTaWQSFNgN5+EvR229RlhY8WUAAAAASUVORK5CYII=); }

.gallery--items-2 .gallery-item { height: 375px; width: 50%; }
@media screen and (min-width: 1850px) { .gallery--items-2 .gallery-item { height: 550px; } }

.gallery--items-3 .gallery-item { height: 275px; width: 33.33333%; }
@media screen and (min-width: 1850px) { .gallery--items-3 .gallery-item { height: 550px; } }

input[type=text].form-control, input[type=email].form-control, input[type=tel].form-control, input[type=number].form-control, input[type=password].form-control, .select, textarea.form-control { border-radius: 2px; border-width: 1px; border-color: #dfdfdf; border-style: solid; background-color: white; width: 100%; font-family: arial, Helvetica, sans-serif; font-size: 0.813rem; font-weight: 400; color: #414141; height: 36px; padding: 10px 10px; -webkit-appearance: none; }
input[type=text].form-control:placeholder, input[type=email].form-control:placeholder, input[type=number].form-control:placeholder, input[type=tel].form-control:placeholder, input[type=password].form-control:placeholder, .select:placeholder, textarea.form-control:placeholder { font-weight: 300; color: #414141; }
input[type=text].form-control:hover, input[type=text].form-control:focus,
input[type=email].form-control:hover, input[type=email].form-control:focus,
input[type=number].form-control:hover, input[type=number].form-control:focus,
input[type=tel].form-control:hover, input[type=tel].form-control:focus,
input[type=password].form-control:hover, input[type=password].form-control:focus,
.select:hover, .select:focus, textarea.form-control:hover, textarea.form-control:focus { border-color: #414141; color: #414141; outline: 0 !important; }
input[type=text].form-control.form-control--100, input[type=email].form-control.form-control--100, input[type=password].form-control.form-control--100, .select.form-control--100, textarea.form-control.form-control--100 { width: 100px; }
input[type=text].form-control.has-icon, input[type=email].form-control.has-icon, input[type=password].form-control.has-icon, .select.has-icon, textarea.form-control.has-icon { background-repeat: no-repeat; }
input[type=text].form-control.has-icon.has-icon--mail, input[type=email].form-control.has-icon.has-icon--mail, input[type=password].form-control.has-icon.has-icon--mail, .select.has-icon.has-icon--mail, textarea.form-control.has-icon.has-icon--mail { padding-left: 37px; }
input[type=text].form-control.has-icon.has-icon--earth, input[type=email].form-control.has-icon.has-icon--earth, input[type=password].form-control.has-icon.has-icon--earth, .select.has-icon.has-icon--earth, textarea.form-control.has-icon.has-icon--earth { padding-left: 37px; }

.form fieldset { margin-bottom: 1rem; padding-bottom: 1.5rem; border-bottom: 1px solid #dfdfdf; }
.form fieldset:last-child { border: 0; }
.form legend { font-size: 1.275rem; margin-bottom: .5rem; }
.form legend span { font-size: 0.938rem; font-weight: 400; line-height: 1.2; display: block; margin-top: .45rem; color: rgba(65, 65, 65, 0.8); }
.form .legend-sub { font-size: 0.838rem; font-weight: 400; line-height: 1.2; display: block; margin-top: 2rem; margin-bottom: 1rem; }
.form hr { border: 0; height: 1px; width: 100%; background: #dfdfdf; margin: 1.5rem 0 2rem; }
.form .label-success { color: #00b22d; }
.form .label-danger { color: #a00; }

.form-group--inline { display: inline-block; }
.form-group--inline-content { margin-top: 26px; }
.form-group--double-height textarea { min-height: 8.9em; }
.form-group--triple-height textarea { min-height: 13em; }
.form-group--poem-height textarea { min-height: 33em; }

.form-group textarea { resize: vertical; min-height: 4rem; }
@media screen and (max-width: 480px) { .form-group textarea { min-height: 5rem; } }

.side-label { position: absolute; left: 100%; min-width: 100%; margin-left: 15px; top: 1.863rem; font-size: 0.813rem; font-weight: normal; }

.form-group { margin-bottom: 1rem; position: relative; }
.form-group.has-error { color: #a00; }
.form-group.has-error .form-control { border-color: #a00; }

.control-label { font-size: 0.913rem;  display: inline-block; margin-bottom: .4rem; }
.control-label--inline { display: inline-block; }

.inside-label { position: relative; display: inline-table; vertical-align: middle; }
.inside-label:before { display: block; content: ''; clear: both; width: 100%; }
.inside-label span { display: table-cell; background: rgba(223, 223, 223, 0.7); color: black; border-width: 1px 0 1px 1px; border-style: solid; border-color: #dfdfdf; border-top-left-radius: 3px; border-bottom-left-radius: 3px; font-weight: bold; font-size: .8rem; padding: .5rem .8rem .5rem .5rem; width: auto; min-width: 90px; }
.inside-label input.form-control { display: table-cell; border-top-left-radius: 0; border-bottom-left-radius: 0; min-width: 300px; margin-left: 0; -webkit-appearance: textfield; }

.toggle-label { font-size: 0.938rem; font-weight: 700; display: inline-block; float: left; margin-right: 1.4rem; min-width: 5rem; }
@media screen and (max-width: 767px) { .toggle-label { float: none; display: block; } }

.help-block { font-size: .875rem; margin-top: 5px; color: rgba(65, 65, 65, 0.8); }

.autosave_status_error, .autosave_status_success { position: absolute; margin-top: -1.3em; display: block; right: 0; }

.radio label, .checkbox label { cursor: pointer; font-size: 0.875rem; margin-left: 30px !important; margin-right: 1rem; display: inline-block; }
.radio label:before, .checkbox label:before { margin-left: -30px !important; }
@media screen and (max-width: 767px) { .radio label, .checkbox label { margin-bottom: .3rem; } }
.radio input[type=radio], .radio input[type=checkbox], .checkbox input[type=radio], .checkbox input[type=checkbox] { position: absolute; overflow: hidden; clip: rect(0 0 0 0); height: 1px; width: 1px; margin: -1px; padding: 0; border: 0; opacity: 0; }
.radio input[type=radio] + label:before, .radio input[type=checkbox] + label:before, .checkbox input[type=radio] + label:before, .checkbox input[type=checkbox] + label:before { content: ''; margin-right: 7px; height: 21px; width: 21px; display: inline-block; line-height: 15px; background-repeat: no-repeat; font-size: 15px; vertical-align: middle; cursor: pointer; border: 1px solid #a0a0a0; border-radius: 3px; position: relative; bottom: 1px; }
.radio input[type=checkbox] + label:before, .checkbox input[type=checkbox] + label:before { background: none; }
.radio input[type=radio] + label:before, .checkbox input[type=radio] + label:before { border-radius: 50%; }
.radio input + label:hover, .checkbox input + label:hover { color: #00b22d; }
.radio input[type=checkbox]:checked + label:before, .checkbox input[type=checkbox]:checked + label:before { background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAMCAYAAABSgIzaAAAAp0lEQVQoz2NIXaPNQCKeAsSPSdHAAcQbgfg/EFcQq0kUiPdANdWDxIjRJA3ER6CaJsLECWnSAuLbUE0rkeXwabID4jdQTVuBmBVdYwsQK6Jp8gTid1BNx4FYCN1gELENqigSKhgKxN+hmq4CsQQ2F4EIcSD+CFV4Goj/Qtn3gFgJl1dgjDSoYhj+CvUjAyGNbEB8AKrpO9SPDMRoBGFzIL4FxMnEJAoAreH1HNQ0tcoAAAAASUVORK5CYII=); background-position: center; background-repeat: no-repeat; }
.radio input[type=radio]:checked + label:before, .checkbox input[type=radio]:checked + label:before { border-color: #00b22d; background: #00b22d; }

.radio--padded label, .checkbox--padded label { margin-bottom: .8rem; }

.radio--small label, .checkbox--small label { font-size: 0.875rem; margin-left: 23px !important; margin-right: 1rem; display: inline-block; }
.radio--small label:before, .checkbox--small label:before { margin-left: -23px !important; }
.radio--small input[type=radio] + label:before, .radio--small input[type=checkbox] + label:before, .checkbox--small input[type=radio] + label:before, .checkbox--small input[type=checkbox] + label:before { margin-right: 7px; height: 14px; width: 14px; border: 3px solid white; background: white; border-radius: 2px; bottom: 1px; }
.radio--small input[type=radio] + label:before, .checkbox--small input[type=radio] + label:before { border: 1px solid #a0a0a0; }
.radio--small input[type=checkbox] + label:before, .checkbox--small input[type=checkbox] + label:before { border: 1px solid #a0a0a0; }
.radio--small input[type=radio] + label:before, .checkbox--small input[type=radio] + label:before { border-radius: 50%; }
.radio--small input[type=checkbox]:checked + label:before, .checkbox--small input[type=checkbox]:checked + label:before { background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAMCAYAAABSgIzaAAAAp0lEQVQoz2NIXaPNQCKeAsSPSdHAAcQbgfg/EFcQq0kUiPdANdWDxIjRJA3ER6CaJsLECWnSAuLbUE0rkeXwabID4jdQTVuBmBVdYwsQK6Jp8gTid1BNx4FYCN1gELENqigSKhgKxN+hmq4CsQQ2F4EIcSD+CFV4Goj/Qtn3gFgJl1dgjDSoYhj+CvUjAyGNbEB8AKrpO9SPDMRoBGFzIL4FxMnEJAoAreH1HNQ0tcoAAAAASUVORK5CYII=); background-position: center; background-repeat: no-repeat; background-size: 10px; }
.radio--small input[type=radio]:checked + label:before, .checkbox--small input[type=radio]:checked + label:before { border-color: white; background: #00b22d; }

.checkbox--icon { text-align: center; }
.checkbox--icon label { font-size: 0.75rem; margin: 0 .5rem !important; padding: 0; text-align: center; display: inline-block; max-width: 80%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.checkbox--icon label i { display: block; margin: 0 auto; }
.checkbox--icon input[type=radio] + label:before, .checkbox--icon input[type=checkbox] + label:before, .checkbox--icon input[type=radio] + label:hover:before, .checkbox--icon input[type=checkbox] + label:hover:before { display: none; }
.checkbox--icon input[type=checkbox] + label .icon, .checkbox--icon input[type=checkbox] + label .icon--16, .checkbox--icon input[type=checkbox] + label .icon--20, .checkbox--icon input[type=checkbox] + label .icon--24 { background-position: center top; }
.checkbox--icon input[type=checkbox]:checked + label { color: #00b22d; }
.checkbox--icon input[type=checkbox]:checked + label .icon, .checkbox--icon input[type=checkbox]:checked + label .icon--16, .checkbox--icon input[type=checkbox]:checked + label .icon--20, .checkbox--icon input[type=checkbox]:checked + label .icon--24 { background-position: center bottom; }

.radio--below label { display: inline-block; position: relative; margin: 1rem 1rem 0px 0px !important; }
.radio--below label:before { margin: 0 !important; }
.radio--below input + label:before { position: absolute; height: 14px; width: 14px; border: 3px solid white; top: -1rem; margin: 0 !important; }

.prop-description { margin-top: 1rem; margin-bottom: 1rem; max-width: 580px; overflow: hidden; position: relative; }
@media screen and (max-width: 1100px) { .prop-description { max-width: 480px; } }
@media screen and (max-width: 1024px) { .prop-description { margin-bottom: 0; } }

@media screen and (max-width: 767px) { #description.box { padding-top: 2rem; } }

.search-map-container { position: absolute; bottom: 50px; left: 0; right: 0; top: 0; text-align: center; background: #dfdfdf; }
.search-map-footer { min-height: 85px; padding-left: 50px; text-align: left; background-image: url('../images/icons/winner.png'); position: absolute; bottom: 0; left: 0; right: 0; border-top: 2px solid #00b22d; background: white; background-repeat: no-repeat; background-position: 1rem 1.3rem; padding: .8rem; }
@media screen and (max-width: 1024px) { .search-map-footer { background-image: none; } }
.search-map-footer-new { text-align: left; display: inline-block; font-size: 0.813rem; font-weight: 400; line-height: 1.2em; margin-left: 1rem; position: relative; top: .3rem; }
.search-map-footer-new a { font-size: 1rem; }
.search-map-bubble { text-align: left; width: 340px; height: 90px; padding: 0; margin: .4rem 0; position: relative; overflow: hidden; }
.search-map-bubble-thumbnail { width: 90px; height: 90px; float: left; margin-right: .7rem; display: block; }
.search-map-bubble-thumbnail img { width: 100%; height: 100%; }
.search-map-bubble-location { margin-top: -7px; }
.search-map-bubble-location .icon--phone { margin-left: -4px; }
.search-map-bubble-content { float: left; font-size: 0.813rem; font-weight: 400; line-height: 1.3em; max-width: 230px; }
.search-map-bubble-title { font-size: 1rem; font-weight: 700; line-height: 1.3em; color: #414141; max-width: 220px; display: inline-block; margin-bottom: 3px; }
.search-map-bubble-title .rating { display: inline-block; }

.search-results-header { min-height: 70px; padding: 1rem 1rem; background-color: #fff; border-bottom: 1px solid #dfdfdf; }
@media screen and (max-width: 767px) { .search-results-header { position: relative; } }
.search-results-header .result-qty { font-size: 1rem; font-weight: 600; color: #414141; position: relative; top: 10px;}
.result-qty a { color: #00b22d; font-weight: 500; }
@media screen and (max-width: 480px) { .search-results-header .result-qty { font-size: .9rem; } .result-qty a { margin-top: 5px; display: block; } }
.search-results-header-opened { display: none; }


.search-filters-header { min-height: 70px; padding: 1rem 1rem; background-color: #fff; border-bottom: 1px solid #dfdfdf; }
.search-filters-header .title { font-size: 1rem; font-weight: 600; color: #414141; position: relative; top: 10px;}
.search-filters-header .selected-filters-count { font-size: .9rem; font-weight: 600; color: #999; position: relative; top: 10px;}
.search-filters-pricerange { margin: .7rem 2.5rem 2rem; }
.search-filters-pricerange-min, .search-filters-pricerange-max { font-size: .75rem; margin-top: .7rem; font-weight: 600; }
.search-filters-pricerange-min { margin-left: -1rem; }
.search-filters-pricerange-max { margin-right: -1rem; }
.search-filters-pricerange div.ui-slider-range.ui-widget-header { background: #00b22d; }
.search-filters-group { border-bottom: 1px solid #e0e0e0; margin: 1rem 1.5rem 1.2rem 1rem; padding: .5rem 0 1.2rem; }
@media screen and (max-width: 991px) { .search-filters-group { padding: 0; border-bottom: none; } }
.search-filters-group:last-child { border-bottom: 0; }
.search-filters-group-label { width: 38%; padding-left: 10px; float: left; font-size: 0.813rem; font-weight: 700; }
@media screen and (max-width: 767px) { .search-filters-group-label { width: 100%; margin-bottom: .1rem; padding: 0 0 .2rem !important; } }
.search-filters-group-label--middle { margin-top: .5rem; }
@media screen and (max-width: 767px) { .search-filters-group-label--middle { margin-top: 0rem; display: block; } }
.search-filters-group-label span { width: 12px; height: 12px; display: inline-block; background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAAtUlEQVQoz2MIi4phgGI2IM4D4uNA/BmKj0PF2GDqYIqlgfg8EP/Hgc9D1TDATIYr3rR5y38YALGRNF0AYnaQhlyYYFNr2/9v3779LymvBLNBIC0zG1lTLgPUnVidAtOMJHYcpOEnNsUg51y8eAld/AdWDctXrPz/5MlTdOeA8GesTjp+4gS6h1GclIcnONFxHkgDOzTIUNyPxYaLsGAlJuIuIEccctLIB+LTQPwFik9DxeBJAwAXrh4KIPY7gwAAAABJRU5ErkJggg==); background-repeat: no-repeat; background-position: center; position: relative; top: 2px; }
.search-filters-group-content { width: 62%; float: right; }
@media screen and (max-width: 767px) { .search-filters-group-content { width: 100%; } }
.search-filters-group-label-selected { display: block; width: 100%; float: left; font-size: 0.75rem; font-weight: 500; color: #00b22d; text-align: right; }
.search-filters-group-label-selected .item { margin: 0 .5rem .5rem 0; display: inline-block; }
.search-filters-group-label-selected .item span.remove { color: #999; margin-left: .2rem; cursor: pointer; font-size: 1rem; position: relative; top: .1rem; }
.search-filters-group-label-selected .item span.remove:hover { color: #222; }

.search-filters-group-more { display: none; padding-top: 1rem; margin-top: 1rem; border-top: 1px solid #dfdfdf; margin-left: 2.33%; }
.search-filters-group-more .search-filters-item { margin-bottom: .3rem; }
.search-filters-group-more input[type=checkbox] { margin-bottom: 1rem; float: left; }
.search-filters-more .search-filters-group:first-child { border-top: 1px solid #dfdfdf; padding-top: 1.1rem; }
.search-filters-item { display: inline-block; float: left; width: 33.33%; height: 35px; font-size: 0.75rem; font-weight: 400; }
@media screen and (max-width: 767px) { .search-filters-item { width: 50%; } }
.search-filters-item.is-padded { width: 31%; margin-left: 2.33%; }
@media screen and (max-width: 767px) { .search-filters-item.is-padded { width: 70%; margin-left: 0; } }
@media screen and (max-width: 767px) { .search-filters-item .checkbox--icon label { font-size: .7rem; line-height: 1em; white-space: normal; } }
.search-filters-item .checkbox--small label { font-size: .75rem; }

.is-opened .search-filters-form { position: absolute; top: 0; bottom: 70px; overflow-y: scroll; padding-bottom: 50px; }
.is-opened .search-results-header-closed { display: none; }
.is-opened .search-results-header-opened { display: block; }

.search-results { overflow-y: auto; }
@media screen and (max-width: 767px) { .search-results { border-top: 1px solid #dfdfdf; } }
.search-overlay { position: absolute; background-color: #fff; width: 100%; height: 100%; z-index: 3; opacity: .85; text-align:center; }
.search-overlay img { position: fixed; top: 40%; }

.search-item { padding: 0 0 0 25px; height: 170px; display: block; overflow: hidden; background: white; position: relative; border-left: 3px solid transparent; }
@media screen and (max-width: 991px) { .search-item { padding: 0 15px; } }
@media screen and (max-width: 767px) { .search-item { padding: 0; height: auto; border-bottom: 1px solid #dfdfdf; } }
@media screen and (max-width: 479px) { .search-item { padding: 0; } }
.search-item:after { content: ''; display: block; bottom: 0; left: 0; right: 0; height: 0; position: absolute; border-bottom: 1px solid #dfdfdf; visibility: visible; }
.search-item:hover { background: #f5f5f5; border-left: 3px solid #00b22d; }
.search-item:hover .search-item-available-plan { background: white; }
.search-item:hover .search-item-title { color: #00b22d; }
.search-item:hover .search-item-index { color: #00b22d; }
.search-item:hover .search-item-speciality { background-color: transparent; border-color: #00b22d !important; color: #00b22d; }
.search-item:hover .search-item-subtitle a { color: #00b22d !important; }
.search-item.search-item-footer { height: 9rem; font-size: .9rem; font-weight: 500; line-height: 1.2rem; text-align: center; color: #777; margin-top: 0; padding-top: 2rem; }
@media screen and (max-width: 479px) { .search-item.search-item-footer { height: 12rem; text-align: left; padding-left: 15px;  } }
.search-item.search-item-footer strong { display: block; font-weight: 600; margin-bottom: 1rem; font-size: 1rem; }
.search-item .rating { display: inline-block; }
.search-item-thumbnail { width: 140px; height: 140px; border-radius: 50%; margin-top: 15px; float: left; z-index: 1; display: block; position: relative; background-position-x: center; background-position-y: top; background-size: cover; -webkit-transition: all 600ms cubic-bezier(0.395, 0.425, 0.015, 1); transition: all 600ms cubic-bezier(0.395, 0.425, 0.015, 1); border-bottom: 1px solid rgba(255, 255, 255, 0.5); }
@media screen and (max-width: 767px) { .search-item-thumbnail { width: 90px; height: 90px; position: relative; margin: 15px 15px 15px 10px; } }
.search-item-content { width: auto; padding: 1.3rem 1.5rem 1.3rem 170px; position: relative; font-size: 0.813rem; }
@media screen and (max-width: 767px) { .search-item-content { width: 100%; padding: 15px; } }
.search-item-index { position: inherit; font-size: 1rem; margin-right: 5px; left: 2rem; color: #a0a0a0; }
@media screen and (max-width: 767px) { .search-item-index { display: none; } }
.search-item-title { font-size: 1.2rem; font-weight: 700; color: #414141; }
.search-item-title:hover { color: #00b22d; }
@media screen and (max-width: 767px) { .search-item-title { font-size: 1rem; margin-bottom: -.4rem; }
.search-item-title .rating { margin-bottom: 0; } }
.search-item-reviews { font-size: .8rem; font-weight: 700; position: relative; top: -2px; }
@media screen and (max-width: 479px) { .search-item-reviews .sufix { display: none; } }
.search-item:hover .search-item-reviews { color: #414141; }
.search-item-premium { margin: 0; position: relative; float: right; top: -6px; right: 5px; }
.search-item-premium img { width: 36px; height: 36px; }
@media screen and (max-width: 480px) { .search-item-premium { top: -4px; } .search-item-premium img { width: 30px; height: 30px; } }
.search-item-specialities { margin-top: .8rem; margin-bottom: .8rem; }
.search-item-speciality { background-color: #f0f0f0; color: #777; border: 1px solid transparent !important; border-radius: 3px; padding: .2rem .4rem; margin-right: .1rem; margin-bottom: .15rem; font-size: .75rem; font-weight: 600; display: inline-block; }
  .search-item-speciality.active, .search-item-speciality:hover { background-color: #00b22d !important; color: #fff !important; }
@media screen and (max-width: 767px) { .search-item-speciality { padding: .12rem .22rem; margin-bottom: .25rem; margin-right: 0rem; font-size: .72rem; } }
.search-item-description { margin-top: 8px; font-size: .75rem; overflow: hidden; line-height: 1.1rem; max-height: 2.2rem; text-overflow: ellipsis; font-weight: 400; }
@media screen and (max-width: 767px) { .search-item-description { display: none; } }
.search-item-description a { color: #777; }
.search-item-subtitle { margin-top: .4rem; margin-bottom: .7rem; }
@media screen and (max-width: 767px) { .search-item-subtitle { margin-top: .3rem; } }
.search-item-subtitle .lead-count { color: #777; font-size: .75rem; }
.search-item-subtitle ul, .search-item-subtitle li { list-style: none; }
.search-item-subtitle li { display: inline-block; margin-right: .3rem; }
.search-item-subtitle a { color: #414141; }
.search-item-subtitle a:hover { color: #00b22d; }
.search-item.is-special .search-item-thumbnail:before { content: ''; display: block; position: absolute; top: 0; right: 0px; width: 48px; height: 48px; background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAACIUlEQVRo3tXXS0sCURTAcfs4fYNq1SKIKKhdW4syKKRVj0URvTctektFi1oELVoEQeu2LVoEQbTqRYhFOg/HNGdO947MJDbpHc9cD3PgioqL/0/HezWSjjc3sbXOFoRxRdhNJMwIBxBaRDkglIhKQOgQXoBQIf4DBIbIXWyAnoiRAAJBFF/vgY9xOk8CQCMyUy1QfLy1EZahei5TSYG2NQDqUrcUABqhLHaBM4WbSzDTSfexlTdA3xu1kZb+CepqnxQACqHMddix+etzUGbbwThbKcXnNNB2htxPyHlOXeuXAqgb4QAKd1eg77N3++2hFL87bN+vHD8Iv4C6EA7ADWSXirYZ9Yx3X/Ols+9FVArAN6IcYMdvD4KZeoJaYxVyNRH1AnwhHICZSdq7jfn+XDO+HKEnRqQAhBEc4MZ/vAjHu1P8tr87MgBCiMx0ayk+k/QfX444iEsBCCH4ZcAjUGOZ7JMYkwIQRMTsaxozfCuWBRBC8F0Fg8geT0oFiCPYPu93vH4QygAIIfhJy09c0Ws/ezIjbReSi+DxRxPSzgE8gv365Kez55jFqvGNAAgiev8iqhxejQaIIZZ7fg86wfhGAgRP7DbQD8dBWeiU9n9AOsLvajQgcAQFIFAEFSAwBCUgEAQ1AI2gjkcjqMPRCOpoNII6GI2gjkUjqEPRCOpINII6EI2gjkMjqMPQCOooNII6CI2gjkEjqEPQCOoINOIH71g2PUs1jOEAAAAASUVORK5CYII=); }

.nocontent { text-align: center; color: #999; font-size: 1em; padding: 50px 20px 100px; text-shadow: 1px 1px 0 white; }
.nocontent header { font-size: 1.2em; margin-bottom: 15px; }

.dash-side { float: left; background: #303030; color: white; width: 250px; font-size: 0.938rem; font-weight: 400; height: calc(100vw); min-height: 700px; }
.dash-side-menu { margin-bottom: 2rem; }
.dash-side-menu-items ul, .dash-side-menu-items li { list-style: none; padding: 0; margin: 0; }
.dash-side-menu-items li { display: block; }
.dash-side-menu-items li a { color: white; padding: 17px 20px 20px; display: block; border-bottom: 1px solid rgba(255, 255, 255, 0.07); border-left: 3px solid transparent; }
.dash-side-menu-items li a:hover { color: #00b22d; }
.dash-side-menu-items li a i { margin-right: 25px; }
.dash-side-menu-items li.is-active a { border-left: 3px solid #00b22d; color: #00b22d; }
.dash-side-subscription { padding: 20px; }
.dash-side-subscription-title { font-weight: 700; margin-bottom: 1rem; }
.dash-side-subscription ul { list-style: none; margin-bottom: 1rem; }
.dash-side-subscription ul li { display: block; padding-left: 2rem; background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAASklEQVQoz2O4HR7OAMSqQLwWiD9C8VqoGANIUh2I3wPxfzQMElNngKr+jwOvZYAaiUvBZ6IUELRCA48jNRig3lSHmvQJitdCxRgAXX6UCUyDGLkAAAAASUVORK5CYII=); background-position: left center; background-repeat: no-repeat; }
.dash-side-subscription ul li.is-active { background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAASklEQVQoz2NIXaPNAMSqQLwWiD9C8VqoGANIUh2I3wPxfzQMElNngKr+jwOvZYAaiUvBZ6IUELRCA48jNRig3lSHmvQJitdCxRgAU8iAydqpEDAAAAAASUVORK5CYII=); }

.badge { display: inline-block; border-radius: 1em; min-width: 1.6em; text-align: center; padding: 0.2rem .3rem; font-size: .8em; vertical-align: middle; line-height: 1em; }
.badge--red { background: #db5757; color: white; }
.badge--verified { background: #3b5998; color: white; border-radius: .6em; line-height: 1.2em; padding: 0.4rem 0.6rem; font-size: 1rem; height: 29px; top: -2px; position: relative; }

.dash-content { padding: 4rem 3rem; overflow: hidden; max-width: 988px; }
.dash-content-title { display: block; font-size: 1.25rem; font-weight: 700; margin-bottom: 2rem; }

.dash-content-top { overflow: hidden; }

.table { width: 100%; margin-top: 1rem; margin-bottom: 2rem; }
.table small { font-size: .8em; }
.table td, .table th { border-bottom: 1px solid #b6b6b6; padding: 1rem 1rem 1rem 0.5rem; text-align: left; }
.table th { color: #00b22d; font-weight: 700; vertical-align: bottom; }
.table tr:hover td { background: #fcfcfc; background: rgba(101, 172, 43, 0.15); }

.table--condensed { font-size: .9rem; }
.table--condensed td, .table--condensed th { padding: 0.5rem 0.5rem 0.5rem 0; }

.social ul li { display: inline-block; }

.icon--social-facebook-white:hover { background-color: #3b5998; }

.icon--social-twitter-white:hover { background-color: #00acef; }

.icon--social-gplus-white:hover { background-color: #db3f1c; }

.icon--social-youtube-white:hover { background-color: #cd201f; }

.icon--social-pinterest-white { background-position: 5px 7px; }
.icon--social-pinterest-white:hover { background-color: #c91618; }

.icon--social-instagram-white:hover { background-color: #2a5b83; }

.icon--social-linkedin-white:hover { background-color: #0076b2; }

.faq-item { padding: 1.1rem 0 .6rem; border-bottom: 1px dashed #a0a0a0; }
.faq-item-title { position: relative; padding-left: 40px; cursor: pointer; color: #00b22d; }
.faq-item-title:hover { color: #00b22d; }
.faq-item-title:before { content: ''; width: 28px; height: 33px; background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAhCAYAAADK6cvnAAABj0lEQVRIx6WWwa2DMAyGGYERcn+XjMAIjOBL7xmhGzACC1RiBEZgBEZgBF5AcRVZtmPTwy9VJckX/3HsdK/PX9dQn5Wy1qwj6yS6/luyoIxV19M+hqyZAWi64JMGlmAgRIOLrkrEOGa0ArmoVsWyUL5tzDxoASlszxoM54wayxwRSm2sB86WJBCSjEY7UGAg5zE/AGnQAzfPWbk/jIyD1kG8ERik8IUzAgcUSJQ3MJFstExODmidRDdw1dJYSKjNAYylEo0IrH3uDTBUeHK2HfXYCPPaygLPUgffRTNjY2rYGqr5VMABJW3F7l6xNSq19Xs1OkNH2MjZLoytFth9C3CRoVJtw8gkEpDNUNhB1lg4oLeC0FZU/45k/FSXzKdlaxF6YGxc/LHeNTbUwVmyNFjiShueoad4BwMsSMWbq+ybAQrFlWhoTzttT9gJTifU2guj9MRIP0K5bg/eR5QV2oRpz0Qv1ARrPYStUDOsBbRAXTALUIO6YVagBHXDPMBWGwNPx/8VCt4nhlfTU9ilf8pHvb6djWpYAAAAAElFTkSuQmCC); background-repeat: no-repeat; background-position: center; display: block; position: absolute; top: -9px; left: 0; -webkit-transition: -webkit-transform 300ms ease; transition: transform 300ms ease; -webkit-transform: rotate(-17deg); -ms-transform: rotate(-17deg); transform: rotate(-17deg); }
.faq-item-title.collapsed { color: #414141; }
.faq-item-title.collapsed:before { -webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg); }
.faq-item-content { padding-left: 40px; }

.dash-photos-item { display: inline-block; width: 270px; margin: 30px 10px 15px; position: relative; }
.dash-photos-item.is-profilepic, .dash-photos-item.is-header { width: auto; margin-top: 0; }
.dash-photos-item.is-profilepic { margin-left: 0; }
.dash-photos-item.is-profilepic .dash-photos-item-remove a { padding: .5rem; padding-bottom: .7rem; font-size: .825rem; }
.dash-photos-item img { width: 100%; }
.dash-photos-item:hover .dash-photos-item-remove a { opacity: 1; }
.dash-photos-item-remove a { position: absolute; bottom: 0; left: 0; right: 0; opacity: 0; -webkit-transition: opacity 300ms cubic-bezier(0.395, 0.425, 0.015, 1); transition: opacity 300ms cubic-bezier(0.395, 0.425, 0.015, 1); font-size: .975rem; font-weight: bold; padding: 1rem; text-align: center; color: white; background-color: #db5757; color: white; }
.dash-photos-item-remove a i { position: relative; top: 0px; }

.dopamine-oldies { padding: 4px; position: relative; z-index: 11; }

.dl-menuwrapper { width: 100%; max-width: 290px; float: left; position: relative; -webkit-perspective: 1000px; perspective: 1000px; -webkit-perspective-origin: 50% 200%; perspective-origin: 50% 200%; position: absolute; right: 15px; top: 6px; z-index: 9; width: 300px; text-align: right; }
@media screen and (min-width: 767px) { .dl-menuwrapper { display: none; } }

.dl-menuwrapper button { background: transparent; border: none; border-radius: 0; width: 48px; height: 45px; position: relative; cursor: pointer; outline: none; font-weight: 700; }
.dl-menuwrapper button span { display: block; position: absolute; left: -95%; color: #414141; margin-top: -9px; text-decoration: none; text-transform: uppercase; font-size: 14px; }
@media screen and (max-width: 400px) { .dl-menuwrapper button span { display: none; } }

.dl-menuwrapper button:after { content: ''; position: absolute; width: 52%; height: 3px; background: #414141; top: 12px; left: 30%; box-shadow: 0 8px 0 #414141, 0 16px 0 #414141; }

.dl-menuwrapper ul { padding: 0; list-style: none; -webkit-transform-style: preserve-3d; transform-style: preserve-3d; text-align: left; }

.dl-menuwrapper li { position: relative; }

.dl-menuwrapper li a { display: block; position: relative; padding: 15px 20px; font-size: 16px; line-height: 20px; font-weight: 300; color: #fff; outline: none; }

.no-touch .dl-menuwrapper li a:hover { background: rgba(255, 248, 213, 0.1); }

.dl-menuwrapper li.dl-back > a { padding-left: 30px; background: rgba(0, 0, 0, 0.1); }

.dl-menuwrapper li.dl-back:after, .dl-menuwrapper li > a:not(:only-child):after { position: absolute; top: 0; content: ''; width: 0; height: 0; border: 7px solid transparent; border-left-color: rgba(255, 255, 255, 0.8); top: 38%; }

.dl-menuwrapper li.dl-back:after { left: 8px; color: rgba(212, 204, 1, 0.3); -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg); top: 34%; }

.dl-menuwrapper li > a:after { right: 10px; color: rgba(0, 0, 0, 0.15); }

.dl-menuwrapper .dl-menu { margin: 5px 0 0 0; position: absolute; width: 100%; opacity: 0; pointer-events: none; -webkit-transform: translateY(10px); -ms-transform: translateY(10px); transform: translateY(10px); -webkit-backface-visibility: hidden; backface-visibility: hidden; display: none; }
.dl-menuwrapper .dl-menu a:hover { color: white; }

.dl-menuwrapper .dl-menu.dl-menu-toggle { -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }

.dl-menuwrapper .dl-menu.dl-menuopen { opacity: 1; pointer-events: auto; -webkit-transform: translateY(0px); -ms-transform: translateY(0px); transform: translateY(0px); }

/* Hide the inner submenus */
.dl-menuwrapper li .dl-submenu { display: none; }

/*
When a submenu is openend, we will hide all li siblings.
For that we give a class to the parent menu called "dl-subview".
We also hide the submenu link.
The opened submenu will get the class "dl-subviewopen".
All this is done for any sub-level being entered.
*/
.dl-menu.dl-subview li, .dl-menu.dl-subview li.dl-subviewopen > a, .dl-menu.dl-subview li.dl-subview > a { display: none; }

.dl-menu.dl-subview li.dl-subview, .dl-menu.dl-subview li.dl-subview .dl-submenu, .dl-menu.dl-subview li.dl-subviewopen, .dl-menu.dl-subview li.dl-subviewopen > .dl-submenu, .dl-menu.dl-subview li.dl-subviewopen > .dl-submenu > li { display: block; }

/* Dynamically added submenu outside of the menu context */
.dl-menuwrapper > .dl-submenu { position: absolute; width: 100%; top: 50px; left: 0; margin: 0; }

/* Animation classes for moving out and in */
.dl-menu.dl-animate-out-4 { -webkit-animation: MenuAnimOut4 0.4s ease; animation: MenuAnimOut4 0.4s ease; }

@-webkit-keyframes MenuAnimOut4 { 100% { -webkit-transform: translateZ(-300px); opacity: 0; } }
@keyframes MenuAnimOut4 { 100% { -webkit-transform: translateZ(-300px); transform: translateZ(-300px); opacity: 0; } }
.dl-menu.dl-animate-in-4 { -webkit-animation: MenuAnimIn4 0.4s ease; animation: MenuAnimIn4 0.4s ease; }

@-webkit-keyframes MenuAnimIn4 { 0% { -webkit-transform: translateZ(-300px); opacity: 0; }
  100% { -webkit-transform: translateZ(0px); opacity: 1; } }
@keyframes MenuAnimIn4 { 0% { -webkit-transform: translateZ(-300px); transform: translateZ(-300px); opacity: 0; }
  100% { -webkit-transform: translateZ(0px); transform: translateZ(0px); opacity: 1; } }
.dl-menuwrapper > .dl-submenu.dl-animate-in-4 { -webkit-animation: SubMenuAnimIn4 0.4s ease; animation: SubMenuAnimIn4 0.4s ease; }

@-webkit-keyframes SubMenuAnimIn4 { 0% { -webkit-transform: translateZ(300px); opacity: 0; }
  100% { -webkit-transform: translateZ(0px); opacity: 1; } }
@keyframes SubMenuAnimIn4 { 0% { -webkit-transform: translateZ(300px); transform: translateZ(300px); opacity: 0; }
  100% { -webkit-transform: translateZ(0px); transform: translateZ(0px); opacity: 1; } }
.dl-menuwrapper > .dl-submenu.dl-animate-out-4 { -webkit-animation: SubMenuAnimOut4 0.4s ease; animation: SubMenuAnimOut4 0.4s ease; }

@-webkit-keyframes SubMenuAnimOut4 { 0% { -webkit-transform: translateZ(0px); opacity: 1; }
  100% { -webkit-transform: translateZ(300px); opacity: 0; } }
@keyframes SubMenuAnimOut4 { 0% { -webkit-transform: translateZ(0px); transform: translateZ(0px); opacity: 1; }
  100% { -webkit-transform: translateZ(300px); transform: translateZ(300px); opacity: 0; } }
/* No JS Fallback */
.no-js .dl-menuwrapper .dl-menu { position: relative; opacity: 1; -webkit-transform: none; -ms-transform: none; transform: none; }

.no-js .dl-menuwrapper li .dl-submenu { display: block; }

.no-js .dl-menuwrapper li.dl-back { display: none; }

.no-js .dl-menuwrapper li > a:not(:only-child) { background: rgba(0, 0, 0, 0.1); }

.no-js .dl-menuwrapper li > a:not(:only-child):after { content: ''; }

.dl-menuwrapper button:hover:after, .dl-menuwrapper button.dl-active:after { background: #414141; box-shadow: 0 8px 0 #414141, 0 16px 0 #414141; }
.dl-menuwrapper button:hover, .dl-menuwrapper button.dl-active, .dl-menuwrapper ul { background: #fff; }
.l-select .dl-menuwrapper, .l-home .dl-menuwrapper { right: 15px; top: 24px; }
.l-select .dl-menuwrapper button span, .l-home .dl-menuwrapper button span { color: #414141; }
.l-select .dl-menuwrapper button:after, .l-home .dl-menuwrapper button:after { background: #414141; box-shadow: 0 8px 0 #414141, 0 16px 0 #414141; }

.prop-claim { position: absolute; margin-top: -120px; height: 120px; z-index: 3; padding: 12px 15px 15px; pointer-events: none; }
@media screen and (max-width: 1024px) { .prop-claim { position: relative; z-index: 0; margin: -50px -15px 15px -15px; height: auto; background: #fafafa; padding: 50px 15px 30px; } }
@media screen and (max-width: 767px) { .prop-claim { margin-top: -50px; padding-top: 30px; } }
.prop-claim-title { color: #ff5a62; margin-bottom: .4rem; font-weight: bold; }
.prop-claim-description { color: white; font-size: .875rem; margin-bottom: .4rem; }
@media screen and (max-width: 1024px) { .prop-claim-description { color: #414141; } }
.prop-claim .button { pointer-events: all; }
.prop-claim-modal-well { background: #f5f5f5; border-radius: 1rem; padding: 1rem 1.5rem; margin-bottom: 2rem; }
.prop-claim-modal-contact h4 { font-weight: bold; }
.is-fixy .prop-claim { display: none; }

html, body { height: 100%; }

body { font-family: arial, Helvetica, sans-serif; font-size: 16px; color: #414141; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; padding: 0; margin: 0; line-height: 1.1em; position: relative; }

p, .content p, .content ul, .content ol { line-height: 1.4em; padding-bottom: 1rem; }

hr { height: 1px; border: 0; background: #dfdfdf; margin-bottom: 1rem; }

a { color: #00b22d; text-decoration: none; cursor: pointer; }

strong { font-weight: 700; }

small { font-size: .7em; }

* { -webkit-transition: -webkit-transform 250ms cubic-bezier(0.395, 0.425, 0.015, 1), color 250ms cubic-bezier(0.395, 0.425, 0.015, 1), background-color 250ms cubic-bezier(0.395, 0.425, 0.015, 1), border-color 250ms cubic-bezier(0.395, 0.425, 0.015, 1), opacity 250ms cubic-bezier(0.395, 0.425, 0.015, 1); transition: transform 250ms cubic-bezier(0.395, 0.425, 0.015, 1), color 250ms cubic-bezier(0.395, 0.425, 0.015, 1), background-color 250ms cubic-bezier(0.395, 0.425, 0.015, 1), border-color 250ms cubic-bezier(0.395, 0.425, 0.015, 1), opacity 250ms cubic-bezier(0.395, 0.425, 0.015, 1); }

:focus { outline: 0; }

.touch.Safari input, .touch.Safari textarea, .touch.Safari select { font-size: 16px !important; -webkit-appearance: none; }

.l-home { background: none !important; }
@media screen and (max-width: 991px) { .l-home .header { height: calc(100%); } }
.l-home #content, .l-home .footer { position: relative; z-index: 5; }
.l-home .footer a:hover { color: #00b22d; }
.l-home-createpage { text-align: center; padding: .5rem; margin-bottom: 2rem; }
.l-home-createpage-title { font-size: 1.125rem; font-weight: 700; background: #00b22d; border-radius: 5px; display: inline-block; padding: 6px 9px; margin-bottom: 1rem; color: white; }
.l-home-createpage-subtitle { font-size: 1.375rem; font-weight: 700; margin-bottom: 1rem; line-height: 1.1; }
.l-home-createpage p, .l-home-createpage .content ul, .content .l-home-createpage ul, .l-home-createpage .content ol, .content .l-home-createpage ol { line-height: 1.25; }
.l-home-createpage img { margin-bottom: 2rem; }
.l-home-buttonbar { margin-bottom: 2.6rem; text-align: center; }
.l-home-buttonbar ul, .l-home-buttonbar li { list-style: none; }
.l-home-buttonbar li { display: inline-block; margin: 1rem .2rem; }

.l-contact article a:hover { color: #414141; }
.l-contact .l-contact-success { margin: 8rem auto 7rem; }

.left-search { position: relative; }
.left-search .search-filters { position: absolute; top: 0; right: 0; left: 0; overflow-y: auto; height: 150px; z-index: 2; }
@media screen and (max-width: 767px) { .left-search .search-filters { position: relative; height: auto; } }
.left-search .search-results { top: 0; position: absolute; right: 0; left: 0; z-index: 1; }
@media screen and (max-width: 767px) { .left-search .search-results { position: relative; top: auto; padding-bottom: 60px; } }
.search-side, .left-search .search-r-filters { position: fixed; top: 58px; bottom: 0px; }
.search-r-filters { width: 30%; left: 0;  background: #f5f5f5; }
@media screen and (max-width: 991px) {.left-search .search-r-filters { width: 100% !important; z-index: 999999 !important; display: none; top: 0 !important; }}
.left-search .search-side { width: 70%; right: 0; ; overflow-y: auto; background: white; }
@media screen and (max-width: 991px) { .left-search .search-side { width: 100%; } }
@media screen and (max-width: 767px) { .left-search .search-side { position: relative; top: auto; bottom: auto; } }
.left-search .search-side.is-opened { overflow: hidden; display: block; }
.left-search .search-side.is-opened .search-filters { height: auto; bottom: 0; }
@media screen and (max-width: 767px) { .left-search .search-side.is-opened .search-filters { height: 100%; } }
@media screen and (max-width: 767px) { .left-search .search-side.is-opened .search-filters-form { display: block; } }
@media screen and (max-width: 767px) { .left-search .search-side.is-opened .search-results { display: none; } }
@media screen and (max-width: 767px) { .left-search .header--white { height: auto; } }
.left-search .header--white .header-top-search { display: block; }
.left-search .header--white .header-top { position: relative; top: auto; left: auto; right: auto; padding: 13px 20px 13px 10px; }
.left-search .mainmenu > ul > li a, .l-details .mainmenu > ul > li a, .l-success .mainmenu > ul > li a { font-size: .87rem; }

@media screen and (max-width: 767px) { .l-details .header--condensed { min-height: 450px; } }
@media screen and (max-width: 1024px) { .l-details .header { z-index: 4; } }



.l-dashboard { font-size: 0.938rem; background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAPoAAABxCAAAAADZ8OH6AAAAhklEQVR42u3PgQAAAAACoJH2pxvkMii9FXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV19VMD3JSyDZKrzBkAAAAASUVORK5CYII=); background-repeat: repeat-y; background-position: top left; }
.l-dashboard-headline { background: #505050; font-size: 0.938rem; font-weight: 700; padding: .8rem .6rem; color: white; }
.l-dashboard-headline a { position: relative; top: -3px; }
.l-dashboard-compare { background: #cfb500; display: inline-block; padding: .3rem; color: #414141; font-size: .875rem; margin-top: .5rem; border-radius: 4px; }
.l-dashboard-compare:hover { color: #414141; text-decoration: underline; }
.l-dashboard-owner { position: relative; }
.l-dashboard-owner-pic { width: 124px; height: 124px; border-radius: 50%; border: 2px solid #f5f5f5; margin-left: 140px; position: absolute; left: -140px; top: 1rem; }
.l-dashboard-owner-details { margin-left: 140px; width: 320px; padding-top: 2rem; }
.l-dashboard-owner-details h1 { font-size: 1.25rem; font-weight: 700; margin-bottom: .4rem; }
.l-dashboard-group { background: #f5f5f5; padding: 1.2rem 2rem; margin-top: 1rem; }
.l-dashboard-group-title { color: #00b22d; font-size: 1.25rem; font-weight: 700; margin-bottom: 1.3rem; }
.l-dashboard-group ul li { display: block; line-height: 1.1em; padding: .2rem; }
.l-dashboard-group ul li a { color: #414141; }
.l-dashboard-group ul li a:hover { color: #00b22d; }
.l-dashboard-message { padding: 1rem 1rem 1rem 4.3rem; color: #414141; background-position: 18px center; background-repeat: no-repeat; border-radius: 10px; margin-bottom: 1rem; }
.l-dashboard-message strong { font-size: 1.25rem; margin-bottom: .3rem; font-weight: bold; display: block; }
.l-dashboard-message em { font-weight: normal; text-decoration: underline; }
.l-dashboard-message a { font-weight: bold; }
.l-dashboard-message.is-green { background-color: #dbecce; background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAmCAYAAACoPemuAAADAElEQVRYw82YSWgUQRiFezSMUaLkElSQJBhBNMYoCnGBoCYD8aCMgjmIiObiKTokoMxFIYiCBxdcYhRcrhJxHwkmIUQPgih6kLiBIMYNFT24xKjj+/U1loOtU9XVdA98w1R1/a/eVFd111+OY/CpKCsfA+pBGhwHGdBHzoEDYCOYC0Y6QX7QwQiQBGfAEMjm8MGj/g1oB3OCMNUI7imd3QLbQQMoF9NK2ziYDlaBg+CpEncFzLZhaBLooegXcARUGox0AnRR5xvYBwpNTYnYW4pdAhUW/ugSMEDNO6BMV2A1R0jmzAbL02I06KC5Z6Aq38Akh/s9qA1wMaVo7gWY8r/GVeAjqdHsaJ4sBM2YTTR3FxR5NSoE99lwpWYH2xg3lPet+R27n7HHvBq0sUG7wW05qzwSGjVj41wIErs49+JE8In3e5yBsUpwGRwGowzia2jseu6FnbyQckL6KKOecCsKOFLvZCn7eF0ltJ9Lf2ospLFTbkUdKzp8iDZT45WflzZiH4DPPwcIXzsoutyH4F5l8hf70NlDjXopdFsQtGVsBTXSUngirwafE9eWsanUOOnwnt6IiLEiamQc/uiLgjFq/fLDH9ciMmJxavQ43PoORMTYBGp0SuEm914FETBWS41dDrOcrJ+9uEVjLdRYK4V1LGyOgLEMNUqlMB58BbfDNIa4EjAsWyC18iJF54doLM34FrVyESu7wjAme0Dwmjuc4tyL/RROhmDMjd/qtQuVe/xcnieawusp/BjENGPrmJU98kyCcWELO+jX3TSi/Qzd0ZK0DbzkgCz4V8MYOE1z50327xqmSjlK0ldzvu+rXmXkSgIwJcdTg+yjTSdQcsxOJY1fasmQ5BetynFVq4lIjHNumCJyLlZtaEi0lin5o+QGDX7/ZTW4qjwO5DY35bNy0WYaH5zuCc93cNTq9OAhXTfFXZMyeS+AQ7IjALvZcS9Xm9tOkukTcqDnBLyaUkxQB/9ytJnlu/chzawxye5tGB0LJoNZYKYkvbKy/er+AMSMkGY3uwq5AAAAAElFTkSuQmCC); }
.l-dashboard-message.is-green a { color: #00b22d; }
.l-dashboard-message.is-red { background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAmCAYAAACoPemuAAAC/UlEQVRYw82YS0gVURjHx5tM3qhwIxmESgrRQy0S7AFSWWCLxIJaRES5cWWKQeKmQKKgRQ96aAVZ2yi8lSmRxcVaBFF0F9FLCKLSIqMWlb28/b/4jxxkbt1zZsY7Az+YM3O+//kz58yZ7xvL8ngUFxbZoBCUgcVgLphhTfaBQWeCbeA8eAF+gaQLb0AMNIOCIA0toJlvyuDvwG1wFhwGh8ApcA0MKv3GQD+o8dNQHgce4yBPQBuYn0ZsPqinecfkHVDu1VQNeE/BBNgAsgy1ykE3tX6CViMtBO2myHeeZ/s0A+vBW2pfAjk6we3KAq4IYL3K8hjgGDLNdjpBjQwYDPJtgvZUcJVjXf7ntOLmCs6/vG0lmgPlgkWaMVHlybWm6pTDp/QbVGsOkAVecoCdmrHy5g7xgSx067CXwkcNpiVX2Q5M4usYO+Am/Al8kJ19so1R4wbjV6kXW3ixzVDUD2PLGd+jXkxwjvMyZYw6j/jtnSWNAgr2ehD0y9geauyQxnY2WkJgbAk1uixmBNKoCoGxbPADPLD4vRLB/Ewbo5ZkLyNycouCdkiM3RUdOYn/PfEm5qexuGOsl4LTQ2LsPhiVkwsUnBcSY5KrvbKYJovgxhC8lY5OvzTWsnEkBMZqqXHAyYlGwXMPglOU2qDRg85palQ7Fy7ywkoPolL0rgMRw/goM5zh8fqCgmIsZmXoYGEsHg5OvHGPNyoN8/dO0OeahaZX3Q+zmJ498eZqpX60NYW3KIs/ZmCsg7HtqTqcY4fjmsKlrD8ldp9m7CbGPUtZY8ruDx6zY5PmAEVgmWZMJfhKSv/XuYTzLeaaA1zsVeAzq7I6nalxynjZW6I+m2rg1EvutdVkX0oof3jW+GCoGFyn5kfZpkyFpAg+xsedZImlvYnKFgLO8AklmQPO8ePRSy5+U9kSXoOTYDN/6NlK3whfBPmFtR88VOKeytYSxIJdyj1nxOXXpqyZLymud7PajlhBHvxoV4Bd4AS4wswzzsSzi+mUZC7TTMb4A0NVkGYxAawkAAAAAElFTkSuQmCC); background-color: #f8dddd; }
.l-dashboard-message.is-red a { color: #a00; }

.l-demo-item { padding: 4rem 2rem; }
.l-demo-item-title { font-size: 1.875rem; font-weight: 400; margin-bottom: 1.3rem; }
.l-demo-item-subtitle { font-size: 1.563rem; font-weight: 400; color: #00b22d; margin-bottom: 1.3rem; }
.l-demo-item p, .l-demo-item .content ul, .content .l-demo-item ul, .l-demo-item .content ol, .content .l-demo-item ol { font-size: 1.125rem; font-weight: 400; line-height: 1.333; color: #757575; padding-bottom: 1.4rem; }
.l-demo-item small { color: #b6b6b6; font-size: .9rem; font-weight: 300; }
.l-demo-item img { margin: auto; }
.l-demo-comments .nicelist-items { margin-bottom: 0; }
.l-demo-comments .nicelist-item-title { font-size: .875rem; }
.l-demo-faq { text-align: center; padding: 2rem; }
.l-demo-faq-title { font-size: 2.188rem; font-weight: 400; margin-bottom: 2rem; line-height: 1.1em; }
.l-demo-faq-subtitle { font-size: 1.375rem; font-weight: 400; color: white; line-height: 1.2em; }
.l-demo-faq-subtitle a { color: #414141; text-decoration: none; }
.l-demo-faq-subtitle a:hover { text-decoration: underline; color: #414141; }

.l-404 .header-headline { color: white; margin-top: 10rem; text-align: left; position: relative; }

.l-static #content { margin-bottom: 3rem; }
@media screen and (max-width: 767px) { .l-static .header-top-search { display: none; } }







/* PROFILE */
.prop-caption-title .rating { margin-left: 5px; }
.prop-caption-title .reviews { font-size: .9rem; font-weight: 600; }
@media screen and (max-width: 480px) { .prop-caption-title .reviews { display: none; } }
.prop-caption-title .reviews a { color: #fff; }


.contact { margin-top:35px; margin-bottom: 10px; }
@media screen and (min-width: 992px) { .contact { display: none; } }
@media screen and (max-width: 479px) { .contact { text-align: center; } .contact a { display: block; margin-top: 5px; } }
.contact a { font-weight: 600; }
.contact a:hover { color: #414141; }

.show-more { font-weight: 600; }
.show-more:hover { color: #414141; }

.prop-services-item-title { font-size: .9rem; }


.prop-card { border-top: none; }

.nicelist-item--boxed .nicelist-item-thumbnail img { width: 90px; height: 90px; }
.footer-logo { background-image: url('assets/icon-medium.png'); background-size: 90px 90px; height: 100px; margin-top: 5px; }


.blur {
  -webkit-filter: blur(9px);
  filter: blur(9px);
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
  margin-bottom: 35px;
  margin-top: 20px;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}











/*Google Maps Autocomplete*/
.pac-icon { display: none; }
.pac-item { padding: 6px 6px 6px 10px; cursor: pointer;}
.pac-item-query { font-size: .95rem; margin-right: 5px; }
.pac-item:hover,.pac-item-selected,.pac-item-selected:hover{background-color:rgba(0, 178, 45, 0.12);}
.pac-matched { color: #00b22d; }
.pac-logo:after { background-image: none; }





/* --------------------------------

Animated Headline

-------------------------------- */

.cd-words-wrapper {
  display: inline-block;
  position: relative;
  text-align: left;
}
.cd-words-wrapper b {
  color: #00b22d;
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  left: 0;
  top: 0;
}
.cd-words-wrapper b.is-visible {
  position: relative;
}
.no-js .cd-words-wrapper b {
  opacity: 0;
}
.no-js .cd-words-wrapper b.is-visible {
  opacity: 1;
}

/* --------------------------------

xclip

-------------------------------- */
.cd-headline.clip span {
  display: inline-block;
  padding: .2em 0;
}
.cd-headline.clip .cd-words-wrapper {
  overflow: hidden;
  vertical-align: top;
}
.cd-headline.clip .cd-words-wrapper::after {
  /* line */
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 2px;
  height: 100%;
  background-color: #aebcb9;
}
.cd-headline.clip b {
  opacity: 0;
}
.cd-headline.clip b.is-visible {
  opacity: 1;
}


/* --------------------------------

Steps

-------------------------------- */
.cd-breadcrumb, .cd-multi-steps {
  /*width: 90%;*/
  /*max-width: 768px;*/
  padding: 0.5em 1em;
  margin: 1em auto;
  background-color: #edeff0;
  border-radius: .25em;
}
.cd-breadcrumb:after, .cd-multi-steps:after {
  content: "";
  display: table;
  clear: both;
}
.cd-breadcrumb li, .cd-multi-steps li {
  display: inline-block;
  float: left;
  margin: 0.5em 0;
}
.cd-breadcrumb li::after, .cd-multi-steps li::after {
  /* this is the separator between items */
  display: inline-block;
  content: '\00bb';
  margin: 0 .6em;
  color: #959fa5;
}
.cd-breadcrumb li:last-of-type::after, .cd-multi-steps li:last-of-type::after {
  /* hide separator after the last item */
  display: none;
}
.cd-breadcrumb li > *, .cd-multi-steps li > * {
  /* single step */
  display: inline-block;
  font-size: 1.1rem;
  line-height: 1.3rem;
  color: #2c3f4c;
}
.cd-breadcrumb li.current > *, .cd-multi-steps li.current > * {
  /* selected step */
  color: #00b22d;
}
.no-touch .cd-breadcrumb a:hover, .no-touch .cd-multi-steps a:hover {
  /* steps already visited */
  color: #00b22d;
}
.cd-breadcrumb.custom-separator li::after, .cd-multi-steps.custom-separator li::after {
  /* replace the default arrow separator with a custom icon */
  content: '';
  height: 16px;
  width: 16px;
  /*background: url(../img/cd-custom-separator.svg) no-repeat center center;*/
  vertical-align: middle;
}
.cd-breadcrumb.custom-icons li > *::before, .cd-multi-steps.custom-icons li > *::before {
  /* add a custom icon before each item */
  content: '';
  display: inline-block;
  height: 20px;
  width: 20px;
  margin-right: .4em;
  margin-top: -2px;
  background: url(../img/cd-custom-icons-01.svg) no-repeat 0 0;
  vertical-align: middle;
}
.cd-breadcrumb.custom-icons li:not(.current):nth-of-type(2) > *::before, .cd-multi-steps.custom-icons li:not(.current):nth-of-type(2) > *::before {
  /* change custom icon using image sprites */
  background-position: -20px 0;
}
.cd-breadcrumb.custom-icons li:not(.current):nth-of-type(3) > *::before, .cd-multi-steps.custom-icons li:not(.current):nth-of-type(3) > *::before {
  background-position: -40px 0;
}
.cd-breadcrumb.custom-icons li:not(.current):nth-of-type(4) > *::before, .cd-multi-steps.custom-icons li:not(.current):nth-of-type(4) > *::before {
  background-position: -60px 0;
}
.cd-breadcrumb.custom-icons li.current:first-of-type > *::before, .cd-multi-steps.custom-icons li.current:first-of-type > *::before {
  /* change custom icon for the current item */
  background-position: 0 -20px;
}
.cd-breadcrumb.custom-icons li.current:nth-of-type(2) > *::before, .cd-multi-steps.custom-icons li.current:nth-of-type(2) > *::before {
  background-position: -20px -20px;
}
.cd-breadcrumb.custom-icons li.current:nth-of-type(3) > *::before, .cd-multi-steps.custom-icons li.current:nth-of-type(3) > *::before {
  background-position: -40px -20px;
}
.cd-breadcrumb.custom-icons li.current:nth-of-type(4) > *::before, .cd-multi-steps.custom-icons li.current:nth-of-type(4) > *::before {
  background-position: -60px -20px;
}
@media only screen and (min-width: 768px) {
  .cd-breadcrumb, .cd-multi-steps {
    padding: 0 1.2em;
  }
  .cd-breadcrumb li, .cd-multi-steps li {
    margin: 1.2em 0;
  }
  .cd-breadcrumb li::after, .cd-multi-steps li::after {
    margin: 0 1em;
  }
  .cd-breadcrumb li > *, .cd-multi-steps li > * {
    font-size: 1rem;
  }
}


/* --------------------------------

Custom icons hover effects - breadcrumb and multi-steps

-------------------------------- */
@media only screen and (min-width: 768px) {
  .no-touch .cd-breadcrumb.triangle.custom-icons li:first-of-type a:hover::before, .cd-breadcrumb.triangle.custom-icons li.current:first-of-type em::before, .no-touch .cd-multi-steps.text-center.custom-icons li:first-of-type a:hover::before, .cd-multi-steps.text-center.custom-icons li.current:first-of-type em::before {
    /* change custom icon using image sprites - hover effect or current item */
    background-position: 0 -40px;
  }
  .no-touch .cd-breadcrumb.triangle.custom-icons li:nth-of-type(2) a:hover::before, .cd-breadcrumb.triangle.custom-icons li.current:nth-of-type(2) em::before, .no-touch .cd-multi-steps.text-center.custom-icons li:nth-of-type(2) a:hover::before, .cd-multi-steps.text-center.custom-icons li.current:nth-of-type(2) em::before {
    background-position: -20px -40px;
  }
  .no-touch .cd-breadcrumb.triangle.custom-icons li:nth-of-type(3) a:hover::before, .cd-breadcrumb.triangle.custom-icons li.current:nth-of-type(3) em::before, .no-touch .cd-multi-steps.text-center.custom-icons li:nth-of-type(3) a:hover::before, .cd-multi-steps.text-center.custom-icons li.current:nth-of-type(3) em::before {
    background-position: -40px -40px;
  }
  .no-touch .cd-breadcrumb.triangle.custom-icons li:nth-of-type(4) a:hover::before, .cd-breadcrumb.triangle.custom-icons li.current:nth-of-type(4) em::before, .no-touch .cd-multi-steps.text-center.custom-icons li:nth-of-type(4) a:hover::before, .cd-multi-steps.text-center.custom-icons li.current:nth-of-type(4) em::before {
    background-position: -60px -40px;
  }
}
/* --------------------------------

Multi steps indicator

-------------------------------- */

@media only screen and (max-width: 767px) {
  .cd-multi-steps {margin-top: 0;}
  .cd-multi-steps li{margin: 2rem 0 !important;}
  .cd-multi-steps.text-top li, .cd-multi-steps.text-bottom li { width: 100% !important; }
  .cd-multi-steps.text-bottom.count li::after {display: none;}
}

/*@media only screen and (min-width: 768px) {*/
  .cd-multi-steps {
    /* reset style */
    background-color: transparent;
    padding: 0;
    text-align: center;
    margin-top:40px;
  }

  .cd-multi-steps li {
    position: relative;
    float: none;
    margin: 0.4em 40px 0.4em 0;
  }


  .cd-multi-steps li:last-of-type {
    margin-right: 0;
  }
  .cd-multi-steps li::after {
    /* this is the line connecting 2 adjacent items */
    position: absolute;
    content: '';
    height: 4px;
    background: #edeff0;
    /* reset style */
    margin: 0;
  }
  .cd-multi-steps li.visited::after {
    background-color: #00b22d;
  }
  .cd-multi-steps li > *, .cd-multi-steps li.current > * {
    position: relative;
    color: #2c3f4c;
  }

  .cd-multi-steps.custom-separator li::after {
    /* reset style */
    height: 4px;
    background: #edeff0;
  }

  .cd-multi-steps.text-center li::after {
    width: 100%;
    top: 50%;
    left: 100%;
    -webkit-transform: translateY(-50%) translateX(-1px);
    -moz-transform: translateY(-50%) translateX(-1px);
    -ms-transform: translateY(-50%) translateX(-1px);
    -o-transform: translateY(-50%) translateX(-1px);
    transform: translateY(-50%) translateX(-1px);
  }
  .cd-multi-steps.text-center li > * {
    z-index: 1;
    padding: .6em 1em;
    border-radius: .25em;
    background-color: #edeff0;
  }
  .no-touch .cd-multi-steps.text-center a:hover {
    background-color: #00b22d;
  }
  .cd-multi-steps.text-center li.current > *, .cd-multi-steps.text-center li.visited > * {
    color: #ffffff;
    background-color: #00b22d;
  }
  .cd-multi-steps.text-center.custom-icons li.visited a::before {
    /* change the custom icon for the visited item - check icon */
    background-position: 0 -60px;
  }

  .cd-multi-steps.text-top li, .cd-multi-steps.text-bottom li {
    width: 175px;
    text-align: center;
  }
  .cd-multi-steps.text-top li::after, .cd-multi-steps.text-bottom li::after {
    /* this is the line connecting 2 adjacent items */
    position: absolute;
    left: 50%;
    /* 40px is the <li> right margin value */
    width: calc(100% + 40px);
  }
  .cd-multi-steps.text-top li > *::before, .cd-multi-steps.text-bottom li > *::before {
    /* this is the spot indicator */
    content: '';
    position: absolute;
    z-index: 1;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 12px;
    width: 12px;
    border-radius: 50%;
    background-color: #edeff0;
  }
  .cd-multi-steps.text-top li.visited > *::before,
  .cd-multi-steps.text-top li.current > *::before, .cd-multi-steps.text-bottom li.visited > *::before,
  .cd-multi-steps.text-bottom li.current > *::before {
    background-color: #00b22d;
  }
  .no-touch .cd-multi-steps.text-top a:hover, .no-touch .cd-multi-steps.text-bottom a:hover {
    color: #00b22d;
  }
  .no-touch .cd-multi-steps.text-top a:hover::before, .no-touch .cd-multi-steps.text-bottom a:hover::before {
    box-shadow: 0 0 0 8px rgba(0, 178, 45, 0.38);
  }

  .cd-multi-steps.text-top li::after {
    /* this is the line connecting 2 adjacent items */
    bottom: 4px;
  }
  .cd-multi-steps.text-top li > * {
    padding-bottom: 20px;
  }
  .cd-multi-steps.text-top li > *::before {
    /* this is the spot indicator */
    bottom: 0;
  }

  .cd-multi-steps.text-bottom li::after {
    /* this is the line connecting 2 adjacent items */
    top: 3px;
  }
  .cd-multi-steps.text-bottom li > * {
    padding-top: 20px;
  }
  .cd-multi-steps.text-bottom li > *::before {
    /* this is the spot indicator */
    top: 0;
  }
/*}*/
/* --------------------------------

Add a counter to the multi-steps indicator

-------------------------------- */
.cd-multi-steps.count li {counter-increment: steps;}
.cd-multi-steps.count li::before { content: ''; }
.cd-multi-steps.count li > *::before {content: counter(steps) " - ";}

/*@media only screen and (min-width: 768px) {*/
  .cd-multi-steps.text-top.count li > *::before,
  .cd-multi-steps.text-bottom.count li > *::before {
    /* this is the spot indicator */
    content: counter(steps);
    height: 40px;
    width: 40px;
    line-height: 40px;
    font-size: 1.2rem;
    color: #ffffff;
    font-weight: 600;
  }

  .cd-multi-steps.text-top.count li:not(.current) em::before,
  .cd-multi-steps.text-bottom.count li:not(.current) em::before {
    /* steps not visited yet - counter color */
    color: #2c3f4c;
  }

  .cd-multi-steps.text-top.count li::after {
    bottom: 19px;
  }

  .cd-multi-steps.text-top.count li > * {
    padding-bottom: 34px;
  }

  .cd-multi-steps.text-bottom.count li::after {
    top: 19px;
  }

  .cd-multi-steps.text-bottom.count li > * {
    padding-top: 60px;
  }
/*}*/



/*Mobile Nav Menu*/

.fixed {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
}

.nav-collapse,
.nav-collapse * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.nav-collapse,
.nav-collapse ul {
  list-style: none;
  width: 100%;
  float: left;
  z-index: 7;
  position: relative;
  background-color: #fff;
  margin-bottom: 10px;
}

.nav-collapse li {
  float: left;
  width: 100%;
  padding-left: 0;
}


.nav-collapse a {
  color: #fff;
  text-decoration: none;
  width: 100%;
  background: #00b22d;
  border-bottom: 1px solid white;
  padding: 0.7em 1em;
  float: left;
}

@media screen and (min-width: 40em) {
  .nav-collapse a {
    margin: 0;
    padding: 1em;
    float: left;
    text-align: center;
    border-bottom: 0;
    border-right: 1px solid white;
  }
}

.nav-collapse ul ul a {
  background: #ca3716;
  padding-left: 2em;
}

@media screen and (min-width: 40em) {
  .nav-collapse ul ul a {
    display: none;
  }
}
