.datepicker {
padding: 4px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
direction: ltr; }
.datepicker-inline {
width: 220px;
}
.datepicker.datepicker-rtl {
direction: rtl;
}
.datepicker.datepicker-rtl table tr td span {
float: right;
}
.datepicker-dropdown {
top: 0;
left: 0;
}
.datepicker-dropdown:before {
content: '';
display: inline-block;
border-left: 7px solid transparent;
border-right: 7px solid transparent;
border-bottom: 7px solid #ccc;
border-top: 0;
border-bottom-color: rgba(0, 0, 0, 0.2);
position: absolute;
}
.datepicker-dropdown:after {
content: '';
display: inline-block;
border-left: 6px solid transparent;
border-right: 6px solid transparent;
border-bottom: 6px solid #ffffff;
border-top: 0;
position: absolute;
}
.datepicker-dropdown.datepicker-orient-left:before {
left: 6px;
}
.datepicker-dropdown.datepicker-orient-left:after {
left: 7px;
}
.datepicker-dropdown.datepicker-orient-right:before {
right: 6px;
}
.datepicker-dropdown.datepicker-orient-right:after {
right: 7px;
}
.datepicker-dropdown.datepicker-orient-top:before {
top: -7px;
}
.datepicker-dropdown.datepicker-orient-top:after {
top: -6px;
}
.datepicker-dropdown.datepicker-orient-bottom:before {
bottom: -7px;
border-bottom: 0;
border-top: 7px solid #999;
}
.datepicker-dropdown.datepicker-orient-bottom:after {
bottom: -6px;
border-bottom: 0;
border-top: 6px solid #ffffff;
}
.datepicker > div {
display: none;
}
.datepicker.days div.datepicker-days {
display: block;
}
.datepicker.months div.datepicker-months {
display: block;
}
.datepicker.years div.datepicker-years {
display: block;
}
.datepicker table {
margin: 0;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.datepicker td,
.datepicker th {
text-align: center;
width: 20px;
height: 20px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
border: none;
}
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
background-color: transparent;
}
.datepicker table tr td.day:hover,
.datepicker table tr td.day.focused {
background: #eeeeee;
cursor: pointer;
}
.datepicker table tr td.old,
.datepicker table tr td.new {
color: #999999;
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
background: none;
color: #999999;
cursor: default;
}
.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
background-color: #fde19a;
background-image: -moz-linear-gradient(top, #fdd49a, #fdf59a);
background-image: -ms-linear-gradient(top, #fdd49a, #fdf59a);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdd49a), to(#fdf59a));
background-image: -webkit-linear-gradient(top, #fdd49a, #fdf59a);
background-image: -o-linear-gradient(top, #fdd49a, #fdf59a);
background-image: linear-gradient(top, #fdd49a, #fdf59a);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0);
border-color: #fdf59a #fdf59a #fbed50;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
color: #000;
}
.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today[disabled],
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today.disabled:hover[disabled] {
background-color: #fdf59a;
}
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active {
background-color: #fbf069 \9;
}
.datepicker table tr td.today:hover:hover {
color: #000;
}
.datepicker table tr td.today.active:hover {
color: #fff;
}
.datepicker table tr td.range,
.datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover {
background: #eeeeee;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}
.datepicker table tr td.range.today,
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:hover {
background-color: #f3d17a;
background-image: -moz-linear-gradient(top, #f3c17a, #f3e97a);
background-image: -ms-linear-gradient(top, #f3c17a, #f3e97a);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3c17a), to(#f3e97a));
background-image: -webkit-linear-gradient(top, #f3c17a, #f3e97a);
background-image: -o-linear-gradient(top, #f3c17a, #f3e97a);
background-image: linear-gradient(top, #f3c17a, #f3e97a);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3c17a', endColorstr='#f3e97a', GradientType=0);
border-color: #f3e97a #f3e97a #edde34;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:hover:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today:hover.disabled,
.datepicker table tr td.range.today.disabled.disabled,
.datepicker table tr td.range.today.disabled:hover.disabled,
.datepicker table tr td.range.today[disabled],
.datepicker table tr td.range.today:hover[disabled],
.datepicker table tr td.range.today.disabled[disabled],
.datepicker table tr td.range.today.disabled:hover[disabled] {
background-color: #f3e97a;
}
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active {
background-color: #efe24b \9;
}
.datepicker table tr td.selected,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover {
background-color: #9e9e9e;
background-image: -moz-linear-gradient(top, #b3b3b3, #808080);
background-image: -ms-linear-gradient(top, #b3b3b3, #808080);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b3b3b3), to(#808080));
background-image: -webkit-linear-gradient(top, #b3b3b3, #808080);
background-image: -o-linear-gradient(top, #b3b3b3, #808080);
background-image: linear-gradient(top, #b3b3b3, #808080);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3b3b3', endColorstr='#808080', GradientType=0);
border-color: #808080 #808080 #595959;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
color: #fff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected:hover:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected:hover.disabled,
.datepicker table tr td.selected.disabled.disabled,
.datepicker table tr td.selected.disabled:hover.disabled,
.datepicker table tr td.selected[disabled],
.datepicker table tr td.selected:hover[disabled],
.datepicker table tr td.selected.disabled[disabled],
.datepicker table tr td.selected.disabled:hover[disabled] {
background-color: #808080;
}
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active {
background-color: #666666 \9;
}
.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
background-color: #006dcc;
background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
background-image: -ms-linear-gradient(top, #0088cc, #0044cc);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
background-image: -o-linear-gradient(top, #0088cc, #0044cc);
background-image: linear-gradient(top, #0088cc, #0044cc);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
border-color: #0044cc #0044cc #002a80;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
color: #fff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled] {
background-color: #0044cc;
}
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active {
background-color: #003399 \9;
}
.datepicker table tr td span {
display: block;
width: 23%;
height: 54px;
line-height: 54px;
float: left;
margin: 1%;
cursor: pointer;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.datepicker table tr td span:hover {
background: #eeeeee;
}
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
background: none;
color: #999999;
cursor: default;
}
.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
background-color: #006dcc;
background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
background-image: -ms-linear-gradient(top, #0088cc, #0044cc);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
background-image: -o-linear-gradient(top, #0088cc, #0044cc);
background-image: linear-gradient(top, #0088cc, #0044cc);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
border-color: #0044cc #0044cc #002a80;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
color: #fff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled:hover[disabled] {
background-color: #0044cc;
}
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active {
background-color: #003399 \9;
}
.datepicker table tr td span.old,
.datepicker table tr td span.new {
color: #999999;
}
.datepicker th.datepicker-switch {
width: 145px;
}
.datepicker thead tr:first-child th,
.datepicker tfoot tr th {
cursor: pointer;
}
.datepicker thead tr:first-child th:hover,
.datepicker tfoot tr th:hover {
background: #eeeeee;
}
.datepicker .cw {
font-size: 10px;
width: 12px;
padding: 0 2px 0 5px;
vertical-align: middle;
}
.datepicker thead tr:first-child th.cw {
cursor: default;
background-color: transparent;
}
.input-append.date .add-on i,
.input-prepend.date .add-on i {
cursor: pointer;
width: 16px;
height: 16px;
}
.input-daterange input {
text-align: center;
}
.input-daterange input:first-child {
-webkit-border-radius: 3px 0 0 3px;
-moz-border-radius: 3px 0 0 3px;
border-radius: 3px 0 0 3px;
}
.input-daterange input:last-child {
-webkit-border-radius: 0 3px 3px 0;
-moz-border-radius: 0 3px 3px 0;
border-radius: 0 3px 3px 0;
}
.input-daterange .add-on {
display: inline-block;
width: auto;
min-width: 16px;
height: 20px;
padding: 4px 5px;
font-weight: normal;
line-height: 20px;
text-align: center;
text-shadow: 0 1px 0 #ffffff;
vertical-align: middle;
background-color: #eeeeee;
border: 1px solid #ccc;
margin-left: -5px;
margin-right: -5px;
}
.datepicker.dropdown-menu {
position: absolute;
top: 100%;
left: 0;
z-index: 1000;
float: left;
display: none;
min-width: 160px;
list-style: none;
background-color: #ffffff;
border: 1px solid #ccc;
border: 1px solid rgba(0, 0, 0, 0.2);
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
-webkit-background-clip: padding-box;
-moz-background-clip: padding;
background-clip: padding-box;
*border-right-width: 2px;
*border-bottom-width: 2px;
color: #333333;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 13px;
line-height: 20px;
}
.datepicker.dropdown-menu th,
.datepicker.dropdown-menu td {
padding: 4px 5px;
}.ls-container {
visibility: hidden;
position: relative;
}
.ls-lt-container {
position: absolute;
}
.ls-lt-container,
.ls-lt-container * {
text-align: left !important;
direction: ltr !important;
}
.ls-container-fullscreen {
margin: 0 auto !important;
padding: 2% !important;
background: black !important;
border-radius: 0 !important;
-moz-border-radius: 0 !important;
-webkit-border-radius: 0 !important;
border: none !important;
}
.ls-container-fullscreen .ls-thumbnail-wrapper,
.ls-container-fullscreen .ls-fullscreen,
.ls-container-fullscreen .ls-shadow {
display: none !important;
}
.ls-overflow-hidden {
overflow: hidden;
}
.ls-inner {
position: relative;
background-position: center center;
z-index: 2;
}
.ls-loading-container {
position: absolute !important;
display: none;
z-index: 3 !important;
left: 50% !important;
top: 50% !important;
}
.ls-loading-indicator {
margin: 0 auto;
}
.ls-inner,
.ls-slide {
width: 100%;
height: 100%;
}
.ls-slide,
.ls-layer {
position: absolute;
display: none;
background-position: center center;
overflow: hidden;
}
.ls-active,
.ls-animating {
display: block !important;
}
.ls-slide > * {
position: absolute;
line-height: normal;
margin: 0;
left: 0;
top: 0;
}
.ls-slide .ls-bg {
left: 0px;
top: 0px;
transform: none !important;
-o-transform: none !important;
-ms-transform: none !important;
-moz-transform: none !important;
-webkit-transform: none !important;
}
.ls-yourlogo {
position: absolute;
z-index: 99;
} .ls-bar-timer {
position: absolute;
width: 0;
height: 2px;
background: white;
border-bottom: 2px solid #555;
opacity: .55;
filter: alpha(opacity=55);
z-index: 4;
top: 0;
}
.ls-circle-timer {
width: 16px;
height: 16px;
position: absolute;
right: 10px;
top: 10px;
z-index: 4;
opacity: .65;
filter: alpha(opacity=65);
display: none;
}
.ls-ct-half {
background: white;
}
.ls-ct-center {
background: #444;
}
.ls-ct-left,
.ls-ct-right {
width: 50%;
height: 100%;
overflow: hidden;
}
.ls-ct-left,
.ls-ct-right {
float: left;
position: relative;
}
.ls-ct-rotate {
width: 200%;
height: 100%;
position: absolute;
top: 0;
}
.ls-ct-left .ls-ct-rotate,
.ls-ct-right .ls-ct-hider,
.ls-ct-right .ls-ct-half {
left: 0;
}
.ls-ct-right .ls-ct-rotate,
.ls-ct-left .ls-ct-hider,
.ls-ct-left .ls-ct-half {
right: 0;
}
.ls-ct-hider,
.ls-ct-half {
position: absolute;
top: 0;
}
.ls-ct-hider {
width: 50%;
height: 100%;
overflow: hidden;
}
.ls-ct-half {
width: 200%;
height: 100%;
}
.ls-ct-center {
width: 50%;
height: 50%;
left: 25%;
top: 25%;
position: absolute;
}
.ls-ct-half,
.ls-ct-center {
border-radius: 100px;
-moz-border-radius: 100px;
-webkit-border-radius: 100px;
} .ls-bottom-nav-wrapper {
height: 0;
}
.ls-bottom-slidebuttons {
text-align: left;
}
.ls-bottom-nav-wrapper,
.ls-below-thumbnails {
z-index: 2;
height: 0;
position: relative;
text-align: center;
margin: 0 auto;
}
.ls-below-thumbnails {
display: none;
z-index: 6;
}
.ls-bottom-nav-wrapper a,
.ls-nav-prev,
.ls-nav-next {
outline: none;
}
* .ls-bottom-nav-wrapper *,
* .ls-bottom-nav-wrapper span * {
direction: ltr !important;
}
.ls-bottom-slidebuttons {
position: relative;
z-index: 1000;
}
.ls-bottom-slidebuttons,
.ls-nav-start,
.ls-nav-stop,
.ls-nav-sides {
position: relative;
}
.ls-nothumb {
text-align: center !important;
}
.ls-link {
position: absolute;
width: 100% !important;
height: 100% !important;
left: 0 !important;
top: 0 !important;
background-image: url(//gardenroutelife.com/plettenbergbay/wp-content/plugins/LayerSlider/static/css/blank.gif);
}
.ls-slide > a > * {
background-image: url(//gardenroutelife.com/plettenbergbay/wp-content/plugins/LayerSlider/static/css/blank.gif);
} .ls-vpcontainer {
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
}
.ls-videopreview {
width : 100%;
height : 100%;
position : absolute;
left : 0;
top : 0;
cursor : pointer;
}
.ls-playvideo {
position: absolute;
left: 50%;
top: 50%;
cursor: pointer;
} .ls-tn {
display: none !important;
}
.ls-thumbnail-hover {
display: none;
position: absolute;
left: 0;
}
.ls-thumbnail-hover-inner {
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
display: none;
}
.ls-thumbnail-hover-bg {
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
}
.ls-thumbnail-hover-img {
position: absolute;
overflow: hidden;
}
.ls-thumbnail-hover img {
max-width: none !important;
position: absolute;
display: inline-block;
visibility: visible !important;
left: 50%;
top: 0;
}
.ls-thumbnail-hover span {
left: 50%;
top: 100%;
width: 0;
height: 0;
display: block;
position: absolute;
border-left-color: transparent !important;
border-right-color: transparent !important;
border-bottom-color: transparent !important;
}
.ls-thumbnail-wrapper {
position: relative;
width: 100%;
margin: 0 auto;
z-index: 4;
}
.ls-thumbnail {
position: relative;
margin: 0 auto;
}
.ls-thumbnail-inner,
.ls-thumbnail-slide-container {
width: 100%;
}
.ls-thumbnail-slide-container {
overflow: hidden !important;
position: relative;
}
.ls-touchscroll {
overflow-x: auto !important;
}
.ls-thumbnail-slide {
text-align: center;
white-space: nowrap;
float: left;
position: relative;
}
.ls-thumbnail-slide a {
overflow: hidden;
display: inline-block;
width: 0;
height: 0;
position: relative;
}
.ls-thumbnail-slide img {
max-width: none !important;
max-height: 100% !important;
height: 100%;
visibility: visible !important;
}
.ls-shadow {
display: none;
position: absolute;
z-index: 1;
top: 100%;
width: 100%;
left: 0;
overflow: hidden !important;
visibility: hidden;
}
.ls-shadow img {
width: 100% !important;
height: auto !important;
position: absolute !important;
left: 0 !important;
bottom: 0 !important;
}
.ls-bottom-nav-wrapper,
.ls-thumbnail-wrapper,
.ls-nav-prev,
.ls-nav-next {
visibility: hidden;
} .ls-wp-fullwidth-container {
width: 100%;
position: relative;
}
.ls-wp-fullwidth-helper {
position: absolute;
} .ls-overflow-hidden {
overflow: hidden;
}
.ls-lt-tile {
position: relative;
float: left;
perspective: 1000px;
-o-perspective: 1000px;
-ms-perspective: 1000px;
-moz-perspective: 1000px;
-webkit-perspective: 1000px;
}
.ls-lt-tile img {
visibility: visible;
display: inline-block;
}
.ls-curtiles {
overflow: hidden;
}
.ls-curtiles,
.ls-nexttiles {
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
}
.ls-curtile, .ls-nexttile {
overflow: hidden;
position: absolute;
width: 100% !important;
height: 100% !important;
backface-visibility: hidden;
-o-backface-visibility: hidden;
-ms-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-webkit-backface-visibility: hidden;
}
.ls-curtile {
left: 0;
top: 0;
}
.ls-curtile img,
.ls-nexttile img {
position: absolute;
filter: inherit;
}
.ls-3d-container {
position: relative;
overflow: visible !important;
}
.ls-3d-box {
position: absolute;
top: 50%;
left: 50%;
transform-style: preserve-3d;
-o-transform-style: preserve-3d;
-ms-transform-style: preserve-3d;
-moz-transform-style: preserve-3d;
-webkit-transform-style: preserve-3d;
}
.ls-3d-box div {
overflow: hidden;
background: #777;
margin: 0;
padding: 0;
position: absolute;
} .ls-fullscreen {
position: absolute;
z-index: 10;
cursor: pointer;
display: block;
} html * .ls-nav-prev,
html * .ls-nav-next,
html * .ls-container img,
html * .ls-bottom-nav-wrapper a,
html * .ls-container .ls-fullscreen,
body * .ls-nav-prev,
body * .ls-nav-next,
body * .ls-container img,
body * .ls-bottom-nav-wrapper a,
body * .ls-container .ls-fullscreen,
#ls-global * .ls-nav-prev,
#ls-global * .ls-nav-next,
#ls-global * .ls-container img,
#ls-global * .ls-bottom-nav-wrapper a,
#ls-global * .ls-container .ls-fullscreen,
html * .ls-thumbnail a,
body * .ls-thumbnail a,
#ls-global * .ls-thumbnail a {
transition: none;
-o-transition: none;
-ms-transition: none;
-moz-transition: none;
-webkit-transition: none;
line-height: normal;
outline: none;
padding: 0;
border: 0;
}
html * .ls-slide > a,
body * .ls-slide > a,
#ls-global * .ls-slide > a,
html * .ls-slide > h1,
body * .ls-slide > h1,
#ls-global * .ls-slide > h1,
html * .ls-slide > h2,
body * .ls-slide > h2,
#ls-global * .ls-slide > h2,
html * .ls-slide > h3,
body * .ls-slide > h3,
#ls-global * .ls-slide > h3,
html * .ls-slide > h4,
body * .ls-slide > h4,
#ls-global * .ls-slide > h4,
html * .ls-slide > h5,
body * .ls-slide > h5,
#ls-global * .ls-slide > h5,
html * .ls-slide > p,
body * .ls-slide > p,
#ls-global * .ls-slide > p,
html * .ls-slide > div,
body * .ls-slide > div,
#ls-global * .ls-slide > div,
html * .ls-slide > span,
body * .ls-slide > span,
#ls-global * .ls-slide > span,
html * .ls-slide > *,
body * .ls-slide > *,
#ls-global * .ls-slide > * {
transition: none;
-o-transition: none;
-ms-transition: none;
-moz-transition: none;
-webkit-transition: none;
}
html * .ls-slide > *,
body * .ls-slide > *,
#ls-global * .ls-slide > * {
margin: 0;
}
html * .ls-container img,
body * .ls-container img,
#ls-global * .ls-container img {
background: none !important;
min-width: 0 !important;
max-width: none !important;
border-radius: 0;
box-shadow: none;
border: 0;
padding: 0;
} html * .ls-wp-container .ls-slide > *,
body * .ls-wp-container .ls-slide > *,
#ls-global * .ls-wp-container .ls-slide > * {
line-height: normal;
outline: none;
padding: 0;
margin: 0;
border: 0;
}
html * .ls-wp-container .ls-slide > a > *,
body * .ls-wp-container .ls-slide > a > *,
#ls-global * .ls-wp-container .ls-slide > a > * {
margin: 0;
}
html * .ls-wp-container .ls-slide > a,
body * .ls-wp-container .ls-slide > a,
#ls-global * .ls-wp-container .ls-slide > a {
text-decoration: none;
}
.ls-wp-fullwidth-container,
.ls-wp-fullwidth-helper,
.ls-container,
.ls-container * {
box-sizing: content-box !important;
-moz-box-sizing: content-box !important;
-webkit-box-sizing: content-box !important;
}
html * .ls-yourlogo,
body * .ls-yourlogo,
#ls-global * .ls-yourlogo {
margin: 0;
}
html * .ls-tn,
body * .ls-tn,
#ls-global * .ls-tn {
display: none;
}
.site {
overflow: visible !important;
} .ls-debug-console * {
margin: 0 !important;
padding: 0 !important;
border: 0 !important;
color: white !important;
text-shadow: none !important;
font-family: "HelveticaNeue-Light", "Helvetica Neue Light", Helvetica, Arial, sans-serif !important;
line-height: normal !important;
-webkit-font-smoothing: antialiased !important;
text-align: left !important;
font-style: normal !important;
}
.ls-debug-console h1 {
padding-top: 10px !important;
font-size: 17px !important;
font-weight: bold !important;
}
.ls-debug-console h1:first-child {
padding-top: 0 !important;
}
.ls-debug-console ul {
padding-top: 10px !important;
list-style: none !important;
}
.ls-debug-console li {
margin-left: 10px !important;
font-size: 13px !important;
position: relative !important;
font-weight: normal !important;
}
html * .ls-debug-console li ul,
body * .ls-debug-console li ul,
#ls-global * .ls-debug-console li ul {
display: none;
width: 260px;
left: -10px;
}
.ls-debug-console li ul {
position: absolute !important;
bottom: 100% !important;
padding: 10px 10px 10px 0 !important;
background: white !important;
border-radius: 10px !important;
box-shadow: 0 0 20px black !important;
}
html * .ls-debug-console li:hover ul,
body * .ls-debug-console li:hover ul,
#ls-global * .ls-debug-console li:hover ul {
display: block;
}
.ls-debug-console li ul * {
color: black !important;
}
.ls-debug-console a {
text-decoration: none !important;
border-bottom: 1px dotted white !important;
}
.ls-error {
border-radius: 5px !important;
-moz-border-radius: 5px !important;
-wenkit-border-radius: 5px !important;
background: white !important;
height: auto !important;
width: auto !important;
color: white !important;
padding: 20px 40px 30px 80px !important;
position: relative !important;
box-shadow: 0 2px 20px -5px black;
}
.ls-error p {
line-height: normal !important;
text-shadow: none !important;
margin: 0 !important;
padding: 0 !important;
border: 0 !important;
text-align: justify !important;
font-family: Arial, sans-serif !important;
}
.ls-error .ls-error-title {
line-height: 40px !important;
color: red !important;
font-weight: bold !important;
font-size: 16px !important;
}
.ls-error .ls-error-text {
color: #555 !important;
font-weight: normal !important;
font-size: 13px !important;
}
.ls-error .ls-exclam {
width: 40px !important;
height: 40px !important;
position: absolute !important;
left: 20px !important;
top: 20px !important;
border-radius: 50px !important;
-moz-border-radius: 50px !important;
-webkit-border-radius: 50px !important;
font-size: 30px !important;
font-weight: bold !important;
color: white !important;
line-height: 40px !important;
background: red !important;
text-align: center !important;
} html * .ls-container .ls-shadow,
html * .ls-container .ls-slide > *,
html * .ls-container .ls-fullscreen,
html * .ls-container .ls-3d-container,
html * .ls-container .ls-lt-container,
html * .ls-container .ls-lt-container *,
html * .ls-container .ls-thumbnail-wrapper,
html * .ls-container .ls-bottom-nav-wrapper,
body * .ls-container .ls-shadow,
body * .ls-container .ls-slide > *,
body * .ls-container .ls-fullscreen,
body * .ls-container .ls-3d-container,
body * .ls-container .ls-lt-container,
body * .ls-container .ls-lt-container *,
body * .ls-container .ls-thumbnail-wrapper,
body * .ls-container .ls-bottom-nav-wrapper,
#ls-global * .ls-container .ls-shadow,
#ls-global * .ls-container .ls-slide > *,
#ls-global * .ls-container .ls-fullscreen,
#ls-global * .ls-container .ls-3d-container,
#ls-global * .ls-container .ls-lt-container,
#ls-global * .ls-container .ls-lt-container *,
#ls-global * .ls-container .ls-thumbnail-wrapper,
#ls-global * .ls-container .ls-bottom-nav-wrapper,
.ls-gpuhack {
transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-webkit-transform: translate3d(0, 0, 0);
}
.ls-videohack {
transform: none !important;
-o-transform: none !important;
-ms-transform: none !important;
-moz-transform: none !important;
-webkit-transform: none !important;
transform-origin: none !important;
-o-transform-origin: none !important;
-ms-transform-origin: none !important;
-moz-transform-origin: none !important;
-webkit-transform-origin: none !important;
}
.ls-oldiepnghack {
filter: none !important;
}
.ls-gpuhack {
width: 100% !important;
height: 100% !important;
left: 0px !important;
top: 0px !important;
}
html * .ls-container .ls-webkit-hack,
body * .ls-container .ls-webkit-hack,
#ls-global * .ls-container .ls-webkit-hack {
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
z-index: 1;
} @media (transform-3d), (-o-transform-3d), (-ms-transform-3d), (-moz-transform-3d), (-webkit-transform-3d) {
#ls-test3d {
position: absolute;
left: 9px;
height: 3px;
}
} .ls-forcehide {
display: none !important;
}@font-face {
font-family: 'Indie Flower';
font-style: normal;
font-weight: 400;
src: local('Indie Flower'), local('IndieFlower'), url(http://fonts.gstatic.com/s/indieflower/v8/10JVD_humAd5zP2yrFqw6onF5uFdDttMLvmWuJdhhgs.ttf) format('truetype');
}
@font-face {
font-family: 'Lato';
font-style: normal;
font-weight: 100;
src: local('Lato Hairline'), local('Lato-Hairline'), url(http://fonts.gstatic.com/s/lato/v11/vDvcuXwZxUMLuTfuLrSLpA.ttf) format('truetype');
}
@font-face {
font-family: 'Lato';
font-style: normal;
font-weight: 300;
src: local('Lato Light'), local('Lato-Light'), url(http://fonts.gstatic.com/s/lato/v11/BTu4SsVveqk58cdYjlaM9g.ttf) format('truetype');
}
@font-face {
font-family: 'Lato';
font-style: normal;
font-weight: 400;
src: local('Lato Regular'), local('Lato-Regular'), url(http://fonts.gstatic.com/s/lato/v11/4GwpJM7qx9X5Obd9KsnKxQ.ttf) format('truetype');
}
@font-face {
font-family: 'Lato';
font-style: normal;
font-weight: 700;
src: local('Lato Bold'), local('Lato-Bold'), url(http://fonts.gstatic.com/s/lato/v11/zpv3sOKAbMf4wff105oLjw.ttf) format('truetype');
}
@font-face {
font-family: 'Lato';
font-style: normal;
font-weight: 900;
src: local('Lato Black'), local('Lato-Black'), url(http://fonts.gstatic.com/s/lato/v11/5pEc4QKTMA2oB4Hi9NkS4w.ttf) format('truetype');
}
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 300;
src: local('Open Sans Light'), local('OpenSans-Light'), url(http://fonts.gstatic.com/s/opensans/v13/DXI1ORHCpsQm3Vp6mXoaTdqQynqKV_9Plp7mupa0S4g.ttf) format('truetype');
}
@font-face {
font-family: 'Oswald';
font-style: normal;
font-weight: 300;
src: local('Oswald Light'), local('Oswald-Light'), url(http://fonts.gstatic.com/s/oswald/v10/l1cOQ90roY9yC7voEhngDKCWcynf_cDxXwCLxiixG1c.ttf) format('truetype');
}
@font-face {
font-family: 'Oswald';
font-style: normal;
font-weight: 400;
src: local('Oswald Regular'), local('Oswald-Regular'), url(http://fonts.gstatic.com/s/oswald/v10/AWM5wXtMJeRP-AcRTgT4qQ.ttf) format('truetype');
}
@font-face {
font-family: 'Oswald';
font-style: normal;
font-weight: 700;
src: local('Oswald Bold'), local('Oswald-Bold'), url(http://fonts.gstatic.com/s/oswald/v10/dI-qzxlKVQA6TUC5RKSb36CWcynf_cDxXwCLxiixG1c.ttf) format('truetype');
}/*/*/*/
#es_content,
#es_search,
#es_request_form,
#es_slideShow{ width:100%; word-wrap:break-word; }
#es_content *,
#es_search *,
#es_request_form *,
#es_slideShow *,
#es_content *:before,
#es_search *:before,
#es_request_form *:before,
#es_slideShow *:before,
#es_content *:after,
#es_search *:after,
#es_request_form *:after,
#es_slideShow *:after{ box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; -webkit-box-sizing: border-box; }
#es_content *,
#es_search *,
#es_request_form *,
#es_slideShow *{ padding:0px; margin:0px; outline:none; }
#es_content ul,
#es_search ul,
#es_request_form ul,
#es_slideShow ul,
#es_content li,
#es_search li,
#es_request_form li,
#es_slideShow li{list-style:none; padding:0px; margin:0px; }
#es_content input,
#es_search input,
#es_request_form input,
#es_slideShow input,
#es_content textarea,
#es_search textarea,
#es_request_form textarea,
#es_slideShow textarea,
#es_content select,
#es_search select,
#es_request_form select,
#es_slideShow select{ border:0px none; background:none; outline:none; font-family: 'Open Sans', sans-serif;  padding:0px; font-size:14px; font-weight:300;  }
#es_content img,
#es_search img,
#es_request_form img,
#es_slideShow img{ outline:none; border:0px none; display:block; }
#es_content h1,
#es_search h1,
#es_request_form h1,
#es_slideShow h1,
#es_content h2,
#es_search h2,
#es_request_form h2,
#es_slideShow h2,
#es_content h3,
#es_search h3,
#es_request_form h3,
#es_slideShow h3,
#es_content h4,
#es_search h4,
#es_request_form h4,
#es_slideShow h4,
#es_content h5,
#es_search h5,
#es_request_form h5,
#es_slideShow h5,
#es_content h6,
#es_search h6,
#es_request_form h6,
#es_slideShow h6,
#es_content strong,
#es_search strong,
#es_request_form strong,
#es_slideShow strong,
#es_content b,
#es_search b,
#es_request_form b,
#es_slideShow b{ font-weight:normal; }
input[type='submit']{ cursor:pointer; }
#es_content input[type='submit'],
#es_search input[type='submit'],
#es_request_form input[type='submit'],
#es_slideShow input[type='submit']{ border-radius:0px; cursor:pointer; -webkit-appearance:none; appearance:none; outline:none;}
#es_content textarea,
#es_search textarea,
#es_request_form textarea,
#es_slideShow textarea{ resize:none; overflow:auto; }
#es_content .clearfix:after,
#es_search .clearfix:after,
#es_request_form .clearfix:after,
#es_slideShow .clearfix:after,
.esMapViewOuter .clearfix:after{ content:""; display:block; clear:both; height:0px; visibility:hidden;  }
#es_content .clearfix,
#es_search .clearfix,
#es_request_form .clearfix,
#es_slideShow .clearfix,
.esMapViewOuter .clearfix{ display:block; zoom:1; }
#es_content,
#es_search,
#es_request_form,
#es_slideShow{   font-size:14px !important; font-family: 'Open Sans', sans-serif !important;  color:#1d1d1d !important; } 
#es_content ul,
#es_search ul,
#es_request_form ul,
#es_slideShow ul,
#es_content p,
#es_search p,
#es_request_form p,
#es_slideShow p,
#es_content input,
#es_search input,
#es_request_form input,
#es_slideShow input,
#es_content select,
#es_search select,
#es_request_form select,
#es_slideShow select,
#es_content button,
#es_search button,
#es_request_form button,
#es_slideShow button,
#es_content h1,
#es_search h1,
#es_request_form h1,
#es_slideShow h1,
#es_content h2,
#es_search h2,
#es_request_form h2,
#es_slideShow h2,
#es_content h3,
#es_search h3,
#es_request_form h3,
#es_slideShow h3,
#es_content h4,
#es_search h4,
#es_request_form h4,
#es_slideShow h4,
#es_content h5,
#es_search h5,
#es_request_form h5,
#es_slideShow h5,
#es_content h6,
#es_search h6,
#es_request_form h6,
#es_slideShow h6,
#es_content b,
#es_search b,
#es_request_form b,
#es_slideShow b,
#es_content strong,
#es_search strong,
#es_request_form strong,
#es_slideShow strong{ clear:none; margin:0px; padding:0; font-weight:300; }
#es_content a,
#es_search a,
#es_request_form a,
#es_slideShow a{ color:#1d1d1d; text-decoration:none;  }
#es_content p a:hover,
#es_search p a:hover,
#es_request_form p a:hover,
#es_slideShow p a:hover{ color:#1d1d1d; }
#es_content .es_breadcrumb { width:100%;padding-bottom:30px;}
#es_content .es_breadcrumb ul li { float:left; padding-right:14px; margin-right:6px; background:url(//gardenroutelife.com/plettenbergbay/wp-content/plugins/estatik/front_templates/images/es_menu_aero.png) right center no-repeat; } 
#es_content .es_breadcrumb ul li:last-child{ background:none; padding-right:0px; }
#es_content .es_breadcrumb ul li span { font-size:13px; color:#9e9e9e; display:block;}
#es_content .es_breadcrumb ul li a{ display:block;  color:#1d1d1d; }
#es_content .es_breadcrumb ul li a:hover{ text-decoration:underline; }
#es_content .es_listing_content {}
#es_content .es_view_list_outer { width:100%; padding-bottom:35px; text-align:center; }
#es_content .es_view_list_outer h1 { display:none; color:#1d1d1d; font-size:36px; text-transform:uppercase; padding-bottom:6px; }
#es_content .es_view_list { padding-top:7px; display:inline-block; }
#es_content .es_view_list label { display:inline-block; vertical-align:top; line-height:35px; color:#9e9e9e; }
#es_content .es_view_list_links {  display:inline-block !important; }
#es_content .es_view_list_links ul li{ float:left; }
#es_content .es_view_list_links ul li a { text-align:center; line-height:34px; height:34px; padding:0px 20px 0px 20px ; margin:1px; color:#9e9e9e; display:block; text-transform:capitalize;   }
#es_content .es_view_list_links ul li.current-menu-item a{  border:1px solid #e2e2e2;  margin:0px;}
#es_content .es_view_list_links ul li.current-menu-item a:hover{ color:#9e9e9e; }
#es_content .es_view_list_links ul li a:hover{ color:#1d1d1d; }
#es_content .es_listing_change .es_view_list_outer h1{  float:left; padding-bottom:0px; }
#es_content .es_listing_change .es_view_list{  float:right; }
#es_search .es_my_listing_search{  padding-bottom:20px;  }
#es_search .es_my_listing_search h3{ padding-bottom:15px; line-height:30px; font-size:30px; text-transform:uppercase; padding-bottom:18px; }
#es_search .es_my_listing_search_upper { max-width:100%; } 
#es_search .es_my_listing_search_upper input[type="text"] { background:url(//gardenroutelife.com/plettenbergbay/wp-content/plugins/estatik/front_templates/images/search_icon.png) 10px center no-repeat #fff; border:1px solid #e2e2e2; padding:3px 10px 3px 36px; line-height:22px; height:36px; color:#9e9e9e;  float:left; margin-right:10px; width:calc(100% - 220px); }
#es_search .es_my_listing_search_upper input[type="text"]:focus{ border:1px solid #1d1d1d; }
#es_search .es_my_listing_search_upper input[type="reset"]{ font-weight:normal; padding:0px; width:100px; height:36px; background:#9e9e9e; border:none; line-height:36px; height:36px; text-align:center; color:#1d1d1d; float:left;  text-transform:uppercase; cursor:pointer;}
#es_search .es_my_listing_search_upper input[type="reset"]:hover, #es_search .es_my_listing_search_upper input[type="reset"]:focus{ color:#fff; background:#9e9e9e; }
#es_search .es_my_listing_search_upper input[type="submit"] { font-weight:normal; padding:0px; width:100px; height:36px; background:none; border:1px solid #ff9600; line-height:36px; height:36px; text-align:center; color:#1d1d1d; float:left; margin-left:10px; font-weight:700; text-transform:uppercase; cursor:pointer;}
#es_search .es_my_listing_search_upper input[type="submit"]:hover, #es_search .es_my_listing_search_upper input[type="submit"]:focus{ color:#fff; background:#ff9600; }
#es_search .es_my_listing_search_lower{ padding-top:18px; }
#es_search .es_my_listing_search_field { width:calc(100% / 3 - 14px); float:left; margin-right:20px; margin-bottom:20px;}
#es_search .es_my_listing_search_field:nth-child(3n){ margin-right:0px; }
#es_search .es_my_listing_search_field label { font-weight: normal;  float:left; width:38%; position:relative; overflow:hidden; height:28px; color:#1d1d1d; line-height:28px;}
#es_search .es_my_listing_search_field i { width:6%; text-align:center; color:#1d1d1d; float:left; line-height:28px; }
#es_search .es_my_listing_search_field input{ width:28%; height:28px; line-height:18px; padding:3px 5px; text-align:center;  color:#9e9e9e;  float:left;  border:1px solid #e2e2e2;}
#es_search .es_my_listing_search_field input:focus{ border:1px solid #1d1d1d; }
#es_search .es_my_listing_search_field:last-child input[name="key_words"]{ width:62%; }
#es_search .es_search_select{ width:62%; cursor:pointer; background:#fff; height:28px; overflow:visible !important; float:left;  border:1px solid #e2e2e2; position:relative;}
#es_search .es_search_select input{  position:absolute !important; left:0%; z-index:-1; top:0px; opacity:0; }
#es_search .es_search_select span{ color:#9e9e9e; overflow:hidden; position:relative; cursor:pointer; font-size:14px; padding-left:12px; line-height:26px; height:26px; width: calc(100% - 30px ); display:block;}
#es_search .es_search_select small{ width:28px; height:28px; background:url(//gardenroutelife.com/plettenbergbay/wp-content/plugins/estatik/front_templates/images/searchArow.png) center no-repeat; position:absolute; right:-1px; top:-1px; border-radius:0px 2px 2px 0px; -webkit-border-radius:0px 2px 2px 0px; }
#es_search .es_search_select ul{ position:absolute; display:none; left:-1px; top:100%; width: calc(100% + 2px); background:#fff; border:1px solid #e2e2e2; }
#es_search .es_search_select ul li{ color:#1d1d1d; cursor:pointer; padding:0px 15px; height:28px; line-height:28px; position:relative; overflow:hidden; }
#es_search .es_search_select ul li.selected, #es_search .es_search_select ul li:hover{ background:#f0f0f0; color:#1d1d1d; }
#es_search .es_search_select.focus{ border:1px solid #e2e2e2;   z-index:2; }
#es_search .es_search_select.focus ul{ display:block; }
#es_search .es_search_select.focus small{ background-color:#9e9e9e; }
#es_content .es_my_listing { width:100%; padding-bottom:30px; }
#es_content .es_my_listing ul li { width:33.33%; padding:0px 10px 0px; vertical-align:top; float:left; margin:0px; margin-bottom:22px; }
#es_content .es_my_listing ul li:last-child{ margin-bottom:0px; } 
#es_content.es_2columns_column .es_my_listing ul li{ width:50%; }
#es_content .es_my_list_in{ border:1px solid #e2e2e2; position:relative; z-index:0; }
#es_content .es_my_list_pic{ width:100%; position:relative; min-height:150px; padding:10px; } 
#es_content .prop_labels{ text-align:left; position:absolute; left:10px; top:10px; z-index:1; margin-top:5px; }
#es_content .prop_labels label{ display:inline-block; text-transform:uppercase; height:25px; font-weight:700; font-size:14px; padding:0px 18px; line-height:25px; margin-bottom:5px; text-align:center; background:#fff; }
#es_content .prop_labels label.es_featured{ color:#00cbf0; } 
#es_content .prop_labels label.es_hot{ color:#ff9600; } 
#es_content .prop_labels label.es_openhouse{ color:#2bbe0e; } 
#es_content .prop_labels label.es_foreclosure{ color:#9e9e9e; } 
#es_content .es_my_list_pic a { width:100%; height:100%; display:block; position:relative; overflow:hidden; display:block;}
#es_content .es_my_list_pic a img{ min-width:100%;/**/}
#es_content .es_my_list_pic span{ display:block; text-align:left; padding:0px 10px; height:25px; position:absolute; left:0px; width:100%; bottom:0px; line-height:25px; background:rgba(255, 255, 255, 0.8); }
#es_content .es_my_list_pic span small{ color:#1d1d1d; font-size:14px; padding-left:25px; background:url(//gardenroutelife.com/plettenbergbay/wp-content/plugins/estatik/front_templates/images/ImgIcon.png) left center no-repeat; }
#es_content .es_my_list_title{ padding:0px 10px 10px; }
#es_content .es_my_list_title h3 { color:#1d1d1d; text-transform:capitalize; font-size:18px; text-align:center; display:block; padding-bottom:10px;}
#es_content .es_my_list_title h3 a{ color:#1d1d1d; }
#es_content .es_my_list_title h2 { color:#1d1d1d; font-size:24px; text-align:center; display:block;  font-weight:400; padding-bottom:5px;}
#es_content .es_my_list_specs { background:#f0f0f0; text-align:center; padding:10px;}
#es_content .es_my_list_specs span {  float:left; width:33.33%; padding-top:22px; color:#1d1d1d;  }
#es_content .es_my_list_specs span.es_dimen { background:url(//gardenroutelife.com/plettenbergbay/wp-content/plugins/estatik/front_templates/images/squirefit_icon.png) top center no-repeat; }
#es_content .es_my_list_specs span.es_bd { background:url(//gardenroutelife.com/plettenbergbay/wp-content/plugins/estatik/front_templates/images/bed_icon.png) top center no-repeat; }
#es_content .es_my_list_specs span.es_bth { background:url(//gardenroutelife.com/plettenbergbay/wp-content/plugins/estatik/front_templates/images/bath_icon.png) top center no-repeat; }
#es_content .es_my_list_more { background:#f0f0f0; text-align:center; padding:0 10px 10px; display:none; }
#es_content .es_my_list_more a.es_map_view { vertical-align:top; color:#1d1d1d; display:inline-block; line-height:36px; margin-right:30px; }
#es_content .es_my_list_more a.es_map_view:hover{ text-decoration:underline; }
#es_content .es_my_list_more a.es_detail_btn { color:#1d1d1d; display:inline-block; width:100px; height:36px; line-height:36px; text-align:center; color:#fff; background:#ff9600;  }
#es_content .es_my_list_more a.es_detail_btn:hover{ color:#1d1d1d; }
#es_content .es_my_listing ul li:hover .es_my_list_in{ border:1px solid #1d1d1d; z-index:1; }
#es_content .es_my_listing ul li:hover .es_my_list_more { display:block; } 
#es_content .es_my_listing ul li:hover .es_my_list_pic a { opacity:.5; }
#es_content.es_list_column .es_my_listing ul li{ width:auto; float:none; margin-right:0px; margin-bottom:20px; height:auto; padding:0; }
#es_content.es_list_column .es_my_list_in{ padding:10px; }
#es_content.es_list_column .es_my_list_pic{ padding:0; width:35%; height:auto; min-height:125px; float:left; }
#es_content.es_list_column .prop_labels{ left:0px; top:0px; }
#es_content.es_list_column .es_my_list_pic a{ min-height:125px;  }
#es_content.es_list_column .es_my_list_title{ float:right; width:62%; padding:0; padding-top:10px;  margin-bottom:10px; }
#es_content.es_list_column .es_my_list_title h3{ float:left; width:50%; text-align:left; }
#es_content.es_list_column .es_my_list_title h2{ float:right; white-space:nowrap; max-width: calc(50% - 6px); position:relative; overflow:hidden; padding-bottom:0px; background:#f0f0f0; height:36px; line-height:36px; padding:0px 20px; text-align:center; margin-right:6px; }
#es_content.es_list_column .es_my_list_specs{ background:none; padding:0px; position:absolute; right:0px; bottom:16px; width:62%; padding-right:120px; }
#es_content.es_list_column .es_my_list_specs span{ padding-top:0px; white-space:nowrap; overflow:hidden; position:relative; padding-left:30px; background-position:left center; text-align:left; }
#es_content.es_list_column .es_my_list_more{ background:none; padding:0px; text-align:center; width:100px; position:absolute; right:34px; bottom:15px; }
#es_content.es_list_column .es_my_list_more a.es_map_view{ margin-right:0px; }
#es_content .es_pagination { width:100%; text-align:center;}
#es_content .es_pagination ul {
display: inline-block; 
}
#es_content .es_pagination ul li { 
display:inline-block; 
vertical-align:top; 
margin:0px 3px;
max-height: 50px;
max-width: 30px;
}
#es_content .es_pagination ul li a, #es_content .es_pagination ul li strong { font-size:16px; font-weight:bold; width:34px; color:#9e9e9e; line-height:34px; height:34px; display:block; text-align:center; }
#es_content .es_pagination ul li:first-child  a{ width:98px;  margin:0px 14px; }
#es_content .es_pagination ul li:last-child  a { width:98px;  margin:0px 14px; }
#es_content .es_pagination .pagi_next, #es_content .es_pagination .pagi_prev{ display:none; }
#es_content .es_pagination ul li strong{ color:#ff9600;}
#es_content .es_pagination ul li a:hover{ color:#ff9600;  }
#es_search .es_my_listing_search_field input,
#es_search .es_my_listing_search_field select,
#es_search .es_my_listing_search_upper input[type="reset"],
#es_search .es_my_listing_search_upper input[type="submit"],
#es_search .es_my_listing_search_upper input[type="text"],
#es_content .es_my_list_more a.es_detail_btn,
#es_content .es_my_list_pic,
#es_content .es_pagination ul li a,
#es_content .es_pagination ul li strong,
#es_content .es_single_tabs ul li a,
#es_content .es_login_in input[type="submit"],
#es_content .es_login_in input[type="text"],
#es_content .es_login_in input[type="password"],
#es_content .es_login_in,
#es_content .es_agents_content_listing ul li,
a#es_content .es_more_props_btn,
#es_content .es_bottom_become_agent a,
#es_content .es_socil_links ul li a,
#es_content .es_contact_in,
#es_content .es_contact_in input[type="text"],
#es_content .es_contact_in textarea,
#es_content .es_contact_in input[type="submit"],
#es_content .es_banner_search_in,
#es_content .es_alert_popup_in,
#es_content .es_success,
#es_content .es_warn,
#es_content .es_error,
#es_request_form .es_learn_aboot_prop input[type="submit"],
#es_search .es_search_select,
#es_content .es_my_list_in,
#es_content .esLogOut,
.es_prop_single_pager li a,
.esMapView{ position:relative; overflow:hidden; border-radius:2px; -moz-border-radius:2px; -ms-border-radius:2px; -o-border-radius:2px; -webkit-border-radius:2px; }
#es_content.es_single_left .es_single_content{ }
#es_content.es_single_left .es_single_side_bar{ float:right; }
#es_content.es_single_left .es_prop_single_basic_facts_right{ float:right; }
#es_content.es_single_left #es_prop_single_slider_outer{ float:left; }
#es_content.es_single_center #es_prop_single_slider_outer{ float:none; width:100%; margin-bottom:25px; }
#es_content.es_single_center .es_prop_single_basic_facts_right{ float:none; width:100%; }
#es_content.es_single_center .es_prop_single_social_links { float:right; width:auto; }
#es_content.es_single_center .es_prop_single_basic_info{ float:left; width:64%;  }
#es_content.es_single_center .es_prop_single_basic_info li{ float:left; width:50%; }
#es_content.es_single_center .es_prop_single_basic_info ul li span{ }
#es_slideShow .es_slideshow_outer{ margin-bottom:25px;  }
#es_slideShow #layout_horizontal{ padding:0px 30px; }
#es_slideShow #layout_vertical{ padding-bottom:30px; }
#es_slideShow #layout_vertical h3{ margin-bottom:30px; font-size:30px; text-align:center; }
#es_slideShow .es_slideshow_outer li{ overflow:hidden; }
#es_slideShow .es_slideshow_outer h3 { font-size:18px; padding-bottom:15px; }
#es_slideShow .es_slide_list { width:100%; position:relative; margin:auto; }
#es_slideShow .es_slide_list a { min-height:50px; display:block; position:relative; overflow:hidden; }
#es_slideShow .es_slide_list a img{ }
#es_slideShow .es_slide_list_upper { width:100%; padding:6px 5%; height:46px; position:absolute; left:0px; bottom:0px; background:#f0f0f0; }
#es_slideShow .es_slide_list_price { width:100%; text-transform:capitalize; padding-bottom:5px; }
#es_slideShow .es_slide_list_price strong { font-size:14px; line-height:14px; float:left;  display:block; font-weight:700; }
#es_slideShow .es_slide_list_price strong:last-child { float:right;}
#es_slideShow .es_slide_list_specs { width:100%; } 
#es_slideShow .es_slide_list_specs span {  float:left; width:33.33%; position:relative; overflow:hidden; text-align:center; height:15px; line-height:15px; }
#es_slideShow .es_slide_list_specs span small { white-space:nowrap; display:inline-block; height:15px; position:relative; overflow:hidden; font-size:13px; color:#9e9e9e;  }
#es_slideShow .es_slide_list_specs span.es_dimen{ text-align:left; }
#es_slideShow .es_slide_list_specs span.es_dimen small{ background:url(//gardenroutelife.com/plettenbergbay/wp-content/plugins/estatik/front_templates/images/es_feature_icon1.png) left center no-repeat; padding-left:16px; }
#es_slideShow .es_slide_list_specs span.es_bd small{ background:url(//gardenroutelife.com/plettenbergbay/wp-content/plugins/estatik/front_templates/images/es_feature_icon2.png) left center no-repeat; padding-left:22px; }
#es_slideShow .es_slide_list_specs span.es_bth{ text-align:right; }
#es_slideShow .es_slide_list_specs span.es_bth small{ background:url(//gardenroutelife.com/plettenbergbay/wp-content/plugins/estatik/front_templates/images/es_feature_icon3.png) left center no-repeat; padding-left:18px; } 
#es_slideShow .es_slideshow_outer .bx-wrapper{ position:relative; }
#es_slideShow #layout_horizontal .bx-prev, #es_slideShow #layout_horizontal .bx-next{ width:19px; height:48px; display:block; font-size:0; position:absolute; top:50%; margin-top:-24px; opacity:.4;  }   
#es_slideShow #layout_horizontal .bx-prev { background:url(//gardenroutelife.com/plettenbergbay/wp-content/plugins/estatik/front_templates/images/es_lft_arow.png) 0 0 no-repeat;  left:-30px; }
#es_slideShow #layout_horizontal .bx-next { background:url(//gardenroutelife.com/plettenbergbay/wp-content/plugins/estatik/front_templates/images/es_rit_arow.png) 0 0 no-repeat; right:-30px; }
#es_slideShow #layout_horizontal .bx-prev:hover, #es_slideShow #layout_horizontal .bx-next:hover { opacity:1; }
#es_slideShow #layout_vertical .bx-prev, #es_slideShow #layout_vertical .bx-next {  width:48px; height:19px; display:block; font-size:0; position:absolute; left:50%; margin-left:-24px; opacity:.4; }
#es_slideShow #layout_vertical .bx-prev{ background:url(//gardenroutelife.com/plettenbergbay/wp-content/plugins/estatik/front_templates/images/es_slider_up_arow.png) 0 0 no-repeat; top:-30px; }
#es_slideShow #layout_vertical .bx-next { background:url(//gardenroutelife.com/plettenbergbay/wp-content/plugins/estatik/front_templates/images/es_slider_down_arow.png) 0 0 no-repeat; bottom:-30px; }
#es_slideShow #layout_vertical .bx-prev:hover, #es_slideShow #layout_vertical .bx-next:hover { opacity:1; }
#es_request_form .es_learn_aboot_prop{ background:#f0f0f0; margin-bottom:30px; padding:20px; text-align:center; }
#es_request_form .es_learn_aboot_prop h3{ text-transform:uppercase; padding-bottom:15px; line-height:18px; font-size:18px; }
#es_request_form .es_learn_aboot_prop input[type="text"], #es_request_form .es_learn_aboot_prop textarea{ text-align:left; background:#fff;  border:1px solid #e2e2e2; width:100%; height:28px; padding:2px 10px; font-size:14px; color:#9e9e9e; margin-bottom:10px; }
#es_request_form .es_learn_aboot_prop textarea{ height:70px; resize:none; margin-bottom:20px; }
#es_request_form .es_learn_aboot_prop input[type="submit"]{ cursor:pointer; border:1px solid #ff9600; background:none; font-weight:normal; color:#1d1d1d; padding:0; width:100px; height:36px; font-size:14px; }
#es_request_form .es_learn_aboot_prop input[type="submit"]:focus, #es_request_form .es_learn_aboot_prop input[type="submit"]:hover{  color:#fff; background:#ff9600; }
#es_request_form .es_learn_aboot_prop input[type="text"]:focus, #es_request_form .es_learn_aboot_prop textarea:focus{ border:1px solid #1d1d1d; }
#es_search #search_vertical{ background:#f0f0f0; overflow:hidden; padding:20px 20px 57px; position:relative; margin-bottom:30px; }
#es_search #search_vertical h3{ color:#1d1d1d; }
#es_search #search_vertical .es_my_listing_search_upper input[type="text"]{ width:100%; margin:0; }
#es_search #search_vertical .es_my_listing_search_field{ margin-right:0px; width:100%; margin-bottom:10px; }
#es_search #search_vertical .es_my_listing_search_field label{ width:30%; color:#1d1d1d; }
#es_search #search_vertical .es_my_listing_search_field input{  width:34%; background:#fff; }
#es_search #search_vertical .es_my_listing_search_field input:last-child{ margin-right:0px; float:right; }
#es_search #search_vertical .es_my_listing_search_field i{ display:none; }
#es_search #search_vertical .es_my_listing_search_field:last-child input, #es_search #search_vertical .es_my_listing_search_field select{ width:70%;  background:#fff; }
#es_search #search_vertical .es_search_select{ width:70%; }
#es_search #search_vertical .es_my_listing_search_upper input[type="reset"]{ position:absolute; right:130px; bottom:20px; background:#9e9e9e; }
#es_search #search_vertical .es_my_listing_search_upper input[type="reset"]:hover, #es_search #search_vertical .es_my_listing_search_upper input[type="reset"]:focus{ background:#fff; color:#1d1d1d; }
#es_search #search_vertical .es_my_listing_search_upper input[type="submit"]{ position:absolute; right:20px; bottom:20px; background:none; color:#1d1d1d; border:1px solid #ff9600; }
#es_search #search_vertical .es_my_listing_search_upper input[type="submit"]:hover, #es_search #search_vertical .es_my_listing_search_upper input[type="submit"]:focus{ background:#ff9600; color:#fff; }
#es_content .es_news_on_single{ margin-bottom:30px; }
#es_content .es_news_on_single h3{ padding-bottom:15px; text-align:center; color:#9e9e9e; line-height:30px; font-size:30px; text-transform:uppercase; padding-bottom:18px; }
#es_content .es_news_on_single ul li{ padding-bottom:20px; }
#es_content .es_news_on_single ul li h4{ line-height:16px; padding-bottom:4px; }
#es_content .es_news_on_single ul li h4 a{ color:#1d1d1d; font-size:14px; }
#es_content .es_news_on_single ul li h4 a:hover{ color:#9e9e9e; }
#es_content .es_news_on_single ul li span{ display:block; color:#9e9e9e; font-size:13px; padding-left:20px; display:block; line-height:16px; background:url(//gardenroutelife.com/plettenbergbay/wp-content/plugins/estatik/front_templates/images/es_news_clock.png) left no-repeat; }
#es_content .es_news_on_single .es_view_all{ border:1px solid #1d1d1d; text-align:center; background:none; font-weight:normal; color:#1d1d1d; padding:0; width:126px; height:36px; line-height:36px; margin:auto; display:block; font-size:14px; }
#es_content .es_only_pro_single{ margin-bottom:10px; }
#es_content .es_only_pro_single h3{ padding-bottom:15px; text-align:center; color:#9e9e9e; line-height:30px; font-size:30px; text-transform:uppercase; padding-bottom:18px; }
#es_content .es_only_pro_single ul li{ padding-bottom:15px; }
#es_content .es_only_pro_single ul li > a{ display:block; margin-bottom:15px; }
#es_content .es_only_pro_single ul li p{ display:inline-block; }
#es_content .es_only_pro_single ul li p a{ width:7px; height:5px; display:inline-block; margin-left:5px; background:url(//gardenroutelife.com/plettenbergbay/wp-content/plugins/estatik/front_templates/images/onlyproiiconarow.png) left no-repeat; }
#es_content .es_single_in{  }
#es_content .es_single_in h3{ border-bottom:1px solid #e2e2e2; font-size:16px; font-weight:700; padding-bottom:18px; margin-bottom:18px; } 
#es_content .es_prop_single_head{ padding-bottom:20px; }
#es_content .es_prop_single_head h1{ float:left; font-size:32px; text-transform:capitalize; width: calc(100% - 300px);  line-height:42px; }
#es_content .es_prop_single_head span{ min-width:120px; height:36px; text-transform:uppercase; line-height:36px; font-size:18px; font-weight:700; text-align:center; float:right; }
#es_content .es_prop_single_head strong{ min-width:170px; height:36px; font-size:24px; line-height:36px; font-weight:400;  background:#f0f0f0;  text-align:center; float:right; }
#es_content .es_prop_single_tabs_outer{ height:40px; margin-bottom:30px; }
#es_content .es_prop_single_tabs{   }
#es_content .es_prop_single_tabs_in{}
#es_content .es_prop_single_tabs ul{  height:39px; padding-bottom:1px;  border-bottom:1px solid #e2e2e2; background:#fff; }
#es_content .es_prop_single_tabs ul li{ float:left; background:#f0f0f0; text-align:center; margin-right:10px;  }
#es_content .es_prop_single_tabs ul li a{ margin:1px; margin-bottom:0px; color:#1d1d1d; text-align:center; display:block; height:36px; line-height:36px; padding:0px 20px; background:#f0f0f0; }
#es_content .es_prop_single_tabs ul li a.active{ background:#fff; height:39px; color:#9e9e9e; margin:0px; border:1px solid #e2e2e2; border-bottom:0px; } 
#es_content .es_prop_single_tabs.fixed{ position:fixed; left:0; top:0; width:100%; z-index:1; } #es_content .es_prop_single_basic_facts{ margin-bottom:30px; }
#es_content .es_prop_single_basic_facts_upper{ padding-bottom:30px; }
#es_content #es_prop_single_slider_outer{ width:63%;  float:right; }
#es_content #es_prop_single_slider_in{ border:1px solid #e2e2e2; max-width:100%; }
#es_content .es_prop_single_pics li{ position:relative; overflow:hidden; }
#es_content .es_prop_single_pics img{ margin:auto; }
#es_content #es_prop_single_pager_outer .bx-prev,#es_content #es_prop_single_pager_outer .bx-next { width:9px; height:23px; display:block; font-size:0; position:absolute; top:50%; margin-top:-11.5px; }
#es_content #es_prop_single_pager_outer .bx-prev { background:url(//gardenroutelife.com/plettenbergbay/wp-content/plugins/estatik/front_templates/images/es_single_arow_lft.png) 0 0 no-repeat; left:5px; }
#es_content #es_prop_single_pager_outer .bx-prev:hover { background:url(//gardenroutelife.com/plettenbergbay/wp-content/plugins/estatik/front_templates/images/es_single_arow_lft.png) -9px 0 no-repeat; }
#es_content #es_prop_single_pager_outer .bx-next { background:url(//gardenroutelife.com/plettenbergbay/wp-content/plugins/estatik/front_templates/images/es_single_arow_rit.png) 0 0 no-repeat;  right:5px; }
#es_content #es_prop_single_pager_outer .bx-next:hover { background:url(//gardenroutelife.com/plettenbergbay/wp-content/plugins/estatik/front_templates/images/es_single_arow_rit.png) -9px 0 no-repeat; }
#es_content #es_prop_single_pager_outer{ position:relative; padding:10px 15px; }
#es_content .es_prop_single_pager li a{ display:block; padding:1px; position:relative; overflow:hidden; }
#es_content .es_prop_single_pager li a:hover{ padding:0px; border:1px solid #1d1d1d; }
#es_content .es_prop_single_pager li a.active{ opacity:.6; }
#es_content .es_prop_single_pager li a img{ display:block; }
#es_content .es_prop_single_basic_facts_right{  width:35%; float:left; }
#es_content .es_prop_single_social_links { width:100%; text-align:center; margin-bottom:15px; }
#es_content .es_prop_single_social_links { font-size:0; }
#es_content .es_prop_single_social_links > span, #es_content .es_prop_single_social_links a { cursor:pointer; margin:0px 5px 10px; float:left; display:block; position:relative; font-size:0px; width:34px; height:34px; line-height:34px; border:1px solid #e2e2e2;} 
#es_content .es_prop_single_social_links > span:hover, #es_content .es_prop_single_social_links a:hover { border:1px solid #1d1d1d;}
#es_content .es_prop_single_social_links > span span{ opacity:0 !important; } 
#es_content .es_prop_single_social_links > a.pdf_player{ margin-right:0; background:url(//gardenroutelife.com/plettenbergbay/wp-content/plugins/estatik/front_templates/images/es_pdf_icon.png) center no-repeat !important;}
#es_content .es_prop_single_social_links > span.st_facebook_large{ background:url(//gardenroutelife.com/plettenbergbay/wp-content/plugins/estatik/front_templates/images/es_fb.png) center no-repeat !important;}
#es_content .es_prop_single_social_links > span.st_googleplus_large{ background:url(//gardenroutelife.com/plettenbergbay/wp-content/plugins/estatik/front_templates/images/es_google.png) center no-repeat !important;}
#es_content .es_prop_single_social_links > span.st_linkedin_large{ background:url(//gardenroutelife.com/plettenbergbay/wp-content/plugins/estatik/front_templates/images/es_in.png) center no-repeat !important;}
#es_content .es_prop_single_social_links > span.st_twitter_large{ background:url(//gardenroutelife.com/plettenbergbay/wp-content/plugins/estatik/front_templates/images/es_tweet.png) center no-repeat !important;} 
#es_content .es_prop_single_basic_info{ padding-left:6px; }
#es_content .es_prop_single_basic_info ul li{ padding-bottom:4px; }
#es_content .es_prop_single_basic_info ul li strong, #es_content .es_prop_single_basic_info ul li span{ text-transform:capitalize; float:left; width:50%; font-size:16px; }
#es_content .es_prop_single_basic_info ul li strong{ font-weight:700;  }
#es_content .es_prop_single_basic_facts_desc{ line-height:26px; font-size:16px; }
#es_content .es_prop_single_basic_facts_desc p{ line-height:26px; font-size:16px; }
#es_content .es_prop_single_basic_facts_desc strong{ font-weight:700; }
#es_content .es_prop_single_basic_facts_desc h1,
#es_content .es_prop_single_basic_facts_desc h2,
#es_content .es_prop_single_basic_facts_desc h3,
#es_content .es_prop_single_basic_facts_desc h4,
#es_content .es_prop_single_basic_facts_desc p,
#es_content .es_prop_single_basic_facts_desc ul,
#es_content .es_prop_single_basic_facts_desc ol{ margin-bottom:20px; } 
#es_content .es_prop_single_basic_facts_desc ol li{ list-style:inside none roman; padding-bottom:5px; line-height:26px; font-size:16px; }
#es_content .es_prop_single_basic_facts_desc ul li{ list-style:inside none disc; padding-bottom:5px; line-height:26px; font-size:16px; }
#es_content .es_prop_single_view_map_neigh{ margin-bottom:30px; }
#es_content #es_prop_single_view_map{ width:100%; height:240px; margin-bottom:30px; }
#es_content #es_prop_single_view_map img{ max-width:none !important; }
#es_content .es_prop_single_view_map_neigh ul li{ padding-bottom:4px; }
#es_content .es_prop_single_view_map_neigh ul li strong{ display:inline-block; text-transform:capitalize; vertical-align:top; font-size:16px; width:130px; font-weight:700; }
#es_content .es_prop_single_view_map_neigh ul li span{ display:inline-block; vertical-align:top; font-size:16px; width:300px; }
#es_content .es_prop_single_features{ margin-bottom:30px; }
#es_content .es_prop_single_features label{ display:block; padding-bottom:18px; font-size:16px; }
#es_content .es_prop_single_features_in{ width:190px; padding-right:10px; float:left; }
#es_content .es_prop_single_features ul li{ margin-bottom:10px; text-transform:capitalize; font-size:14px; padding-left:25px; background:url(//gardenroutelife.com/plettenbergbay/wp-content/plugins/estatik/front_templates/images/es_feature_tick.png) left no-repeat; }
#es_content .es_prop_single_video{ margin-bottom:30px; }
#es_content .es_prop_single_video iframe{ max-width:100%; width:100%; }
#es_content .es_prop_single_agent{ }
#es_content .es_prop_single_agent_in{ padding:0px 10px; }
#es_content .es_prop_single_agent_pic{ width:33%; float:left; }
#es_content .es_prop_single_agent_info{ width:64%; float:right; padding-top:6px; }
#es_content .es_prop_single_agent_info_head{ padding-bottom:20px }
#es_content .es_prop_single_agent_info_head_left{ width:calc( 100% - 230px ); float:left; }
#es_content .es_prop_single_agent_info_head_left h5{ text-transform:capitalize; padding-bottom:10px; font-size:18px; }
#es_content .es_prop_single_agent_info_head_left h4{ font-size:24px; padding-bottom:12px; font-weight:400;  }
#es_content .es_prop_single_agent_info_head_left p{ padding-bottom:3px;}
#es_content .es_prop_single_agent_info_head_left p a{  }
#es_content .es_prop_single_agent_info_head_left p:last-child a{ text-decoration:underline; }
#es_content .es_prop_single_agent_info_head_left p:last-child a:hover{ text-decoration:none; }
#es_content .es_prop_single_agent_info_head_right{ width:220px; float:right; }
#es_content .es_prop_single_agent_info_quantity{ background:#f0f0f0; margin-bottom:15px; padding:10px 20px; }
#es_content .es_prop_single_agent_info_quantity p{ font-size:16px; }
#es_content .es_prop_single_agent_info_quantity p a{ text-decoration:underline; } 
#es_content .es_prop_single_agent_rating{ line-height:16px; font-size:0px; text-align:center; }
#es_content .es_prop_single_agent_rating label{ font-size:16px; vertical-align:top; padding-right:3px; display:inline-block; }
#es_content .es_prop_single_agent_rating a{ font-size:16px; width:16px; height:15px; display:inline-block; margin:0px 2px; background:url(//gardenroutelife.com/plettenbergbay/wp-content/plugins/estatik/front_templates/images/es_star.png) no-repeat; }
#es_content .es_prop_single_agent_rating.es_rating_bad a:nth-child(2){ background:url(//gardenroutelife.com/plettenbergbay/wp-content/plugins/estatik/front_templates/images/es_star1.png) no-repeat; }
#es_content .es_prop_single_agent_rating.es_rating_poor a:nth-child(2),
#es_content .es_prop_single_agent_rating.es_rating_poor a:nth-child(3){ background:url(//gardenroutelife.com/plettenbergbay/wp-content/plugins/estatik/front_templates/images/es_star1.png) no-repeat; }
#es_content .es_prop_single_agent_rating.es_rating_regular a:nth-child(2),
#es_content .es_prop_single_agent_rating.es_rating_regular a:nth-child(3),
#es_content .es_prop_single_agent_rating.es_rating_regular a:nth-child(4){ background:url(//gardenroutelife.com/plettenbergbay/wp-content/plugins/estatik/front_templates/images/es_star1.png) no-repeat; }
#es_content .es_prop_single_agent_rating.es_rating_good a:nth-child(2),
#es_content .es_prop_single_agent_rating.es_rating_good a:nth-child(3),
#es_content .es_prop_single_agent_rating.es_rating_good a:nth-child(4),
#es_content .es_prop_single_agent_rating.es_rating_good a:nth-child(5){ background:url(//gardenroutelife.com/plettenbergbay/wp-content/plugins/estatik/front_templates/images/es_star1.png) no-repeat; }
#es_content .es_prop_single_agent_rating.es_rating_excellent a:nth-child(2),
#es_content .es_prop_single_agent_rating.es_rating_excellent a:nth-child(3),
#es_content .es_prop_single_agent_rating.es_rating_excellent a:nth-child(4),
#es_content .es_prop_single_agent_rating.es_rating_excellent a:nth-child(5),
#es_content .es_prop_single_agent_rating.es_rating_excellent a:nth-child(6){ background:url(//gardenroutelife.com/plettenbergbay/wp-content/plugins/estatik/front_templates/images/es_star1.png) no-repeat; }
#es_content .es_prop_single_agent_info_desc{}
#es_content .es_prop_single_agent_info_desc p{ padding-bottom:20px; font-size:14px; line-height:20px; }
#es_content .es_login{ text-align:center;  }
#es_content .es_login h1{ font-size:36px; padding-bottom:30px; text-transform:uppercase; }
#es_content .es_login_in{ width:292px; margin:auto; padding:30px; background:#e2e2e2; }
#es_content .es_login_in input[type="text"], #es_content .es_login_in input[type="password"]{ border:0px; text-align:left; width:100%; height:36px; margin-bottom:20px; background:#fff; padding:5px 10px; color:#1d1d1d; }
#es_content .es_login_in input[type="submit"]{ margin-bottom:30px; width:100px; border:1px solid #ff9600; background:none; height:36px; color:#1d1d1d; font-size:14px; text-transform:uppercase; }
#es_content .es_login_in input[type="submit"]:hover, #es_content .es_login_in input[type="submit"]:focus{ background:#ff9600; color:#fff; }
#es_content .es_login_in p{ padding-bottom:2px; text-align:left; line-height:20px; }
#es_content .es_login_in p a{ text-decoration:underline; color:#1d1d1d; font-size:14px; }
#es_content .es_login_in p a:hover{ text-decoration:none; color:#1d1d1d; }
#es_content .es_agents_content{ width:100%; }
#es_content .es_agents_content h1{ font-size:36px; padding-bottom:30px; text-transform:uppercase; }
#es_content .es_agents_content_listing ul li{ padding:10px; border:1px solid #e2e2e2; margin-bottom:20px; }
#es_content .es_agent_pic{ width:35%; float:left; }
#es_content .es_agent_pic img{ }
#es_content .es_agents_info{ width:62%; float:right; padding-top:6px; }
#es_content .es_agent_info_head{ padding-bottom:20px }
#es_content .es_agent_info_head_left{ width: calc(100% - 210px); float:left; }
#es_content .es_agent_info_head_left h5{ padding-bottom:10px; font-size:18px; }
#es_content .es_agent_info_head_left h4{ font-size:24px; padding-bottom:12px; font-weight:400;  }
#es_content .es_agent_info_head_left p{ padding-bottom:3px;}
#es_content .es_agent_info_head_left p a{  }
#es_content .es_agent_info_head_left p:last-child a{ text-decoration:underline; }
#es_content .es_agent_info_head_left p:last-child a:hover{ text-decoration:none; }
#es_content .es_agent_info_head_right{ width:200px; float:right; }
#es_content .es_agent_info_quantity{ background:#f0f0f0; margin-bottom:15px; padding:10px 20px; margin-right:-10px; }
#es_content .es_agent_info_quantity p{ font-size:16px; }
#es_content .es_agent_info_quantity p a{ text-decoration:underline; }
#es_content .es_agent_rating{ line-height:16px; font-size:0px; text-align:center; }
#es_content .es_agent_rating label{ font-size:16px; vertical-align:top; padding-right:3px; display:inline-block; }
#es_content .es_agent_rating a{ display:inline-block; float:none; font-size:14px; margin:0px 2px; width:16px; height:15px;  background:url(//gardenroutelife.com/plettenbergbay/wp-content/plugins/estatik/front_templates/images/es_star.png) no-repeat; }
#es_content .es_agent_rating.es_rating_bad a:nth-child(2){ background:url(//gardenroutelife.com/plettenbergbay/wp-content/plugins/estatik/front_templates/images/es_star1.png) no-repeat; }
#es_content .es_agent_rating.es_rating_poor a:nth-child(2),
#es_content .es_agent_rating.es_rating_poor a:nth-child(3){ background:url(//gardenroutelife.com/plettenbergbay/wp-content/plugins/estatik/front_templates/images/es_star1.png) no-repeat; }
#es_content .es_agent_rating.es_rating_regular a:nth-child(2),
#es_content .es_agent_rating.es_rating_regular a:nth-child(3),
#es_content .es_agent_rating.es_rating_regular a:nth-child(4){ background:url(//gardenroutelife.com/plettenbergbay/wp-content/plugins/estatik/front_templates/images/es_star1.png) no-repeat; }
#es_content .es_agent_rating.es_rating_good a:nth-child(2),
#es_content .es_agent_rating.es_rating_good a:nth-child(3),
#es_content .es_agent_rating.es_rating_good a:nth-child(4),
#es_content .es_agent_rating.es_rating_good a:nth-child(5){ background:url(//gardenroutelife.com/plettenbergbay/wp-content/plugins/estatik/front_templates/images/es_star1.png) no-repeat; }
#es_content .es_agent_rating.es_rating_excellent a:nth-child(2),
#es_content .es_agent_rating.es_rating_excellent a:nth-child(3),
#es_content .es_agent_rating.es_rating_excellent a:nth-child(4),
#es_content .es_agent_rating.es_rating_excellent a:nth-child(5),
#es_content .es_agent_rating.es_rating_excellent a:nth-child(6){ background:url(//gardenroutelife.com/plettenbergbay/wp-content/plugins/estatik/front_templates/images/es_star1.png) no-repeat; }
#es_content .es_agent_info_desc{}
#es_content .es_agent_info_desc p{ padding-bottom:20px; font-size:14px; line-height:20px; }
#es_loader{ position:fixed; left:0px; top:0px; width:100%; height:100%; background:#fff; z-index:1; display:block; z-index:2; }
#es_loader img{ position:absolute; left:0px; top:0px; bottom:0px; right:0px; margin:auto; }
#es_content .es_success{ border:1px solid #99cc33; color:#727983!important; font-size:13px; margin-bottom:20px; padding:7px 10px 7px 40px; line-height:20px; background:url(//gardenroutelife.com/plettenbergbay/wp-content/plugins/estatik/front_templates/images/es_success_icon.jpg) 10px center no-repeat #fff; } 
#es_content .es_warn{ border:1px solid #ffcc33; color:#727983!important; font-size:13px; margin-bottom:20px; padding:7px 10px 7px 40px; line-height:20px; background:url(//gardenroutelife.com/plettenbergbay/wp-content/plugins/estatik/front_templates/images/es_warn_icon.jpg) 10px center no-repeat #fff; } 
#es_content .es_error{ border:1px solid #fc5a75; color:#727983 !important; font-size:13px; margin-bottom:20px; padding:7px 10px 7px 40px; line-height:20px; background:url(//gardenroutelife.com/plettenbergbay/wp-content/plugins/estatik/front_templates/images/es_error_icon.jpg) 10px center no-repeat #fff; } 
#es_content { padding-bottom:50px; position:relative; }
#es_content .es_powred_by{ position:absolute; right:0px; bottom:0px; width:100%; text-align:center; } 
#es_content .es_powred_by p{  color:#1d1d1d; font-size:13px;}
#es_content .es_powred_by p a{ color:#1d1d1d; }
#es_content .es_powred_by p a:hover{ color:#1d1d1d; text-decoration:underline; }
#es_content .es_not_found{ min-height:300px; padding-top:50px; text-align:center; }
#es_content .es_not_found p a{ text-decoration:underline; }
#es_content .es_not_found p a:hover{ text-decoration:none; }
#es_content .es_not_found h1 { font-size:36px; padding-bottom:30px; text-transform:uppercase; }
#es_content #es_map_pop_outer{ position:fixed; left:0px; top:0; width:100%; opacity:0; visibility:hidden; height:100%; z-index:-1;
transition:all linear .5s;
}
#es_content #es_map_pop_outer.esShow{ top:0px; opacity:1; visibility:visible; z-index:5; }
#es_content #es_map_pop_outer:before{ position:fixed; left:0px; top:0px; width:100%; height:100%; background:#000; opacity:.7; display:block; content:""; }
#es_content #es_map_pop{ width:50%;  height:60%; padding:14px; background:#fff; border-radius:15px; position:absolute; left:0; top:0; right:0; bottom:0; margin:auto; }
#es_content #es_map_pop #es_closePop{ color:#1d1d1d; font-size:25px; font-weight:700; position:absolute; right:0px; display:block; top:0px; }
#es_content #es_map_pop h2{ position:relative; font-size:25px; padding-bottom:15px; }
#es_content #es_map{ height: calc(100% - 50px ); background:none !important;  }
#es_content .queriedHead{}
#es_content .queriedHead h1 { color:#1d1d1d; font-size:36px; text-transform:uppercase; padding-bottom:20px; }
#es_content #es_toTop{ padding-top:20px;   }  
#es_content #es_toTop a{ float:right; color:#9e9e9e; font-size:14px; display:inline-block; }
#es_content #es_toTop a:hover{ color:#1d1d1d;  }
#es_content #es_toTop a:before{ content:""; margin:auto; margin-bottom:2px; display:block; width:17px; height:10px; background:url(//gardenroutelife.com/plettenbergbay/wp-content/plugins/estatik/front_templates/images/to_top_arrow.png) no-repeat; opacity:.3; }
#es_content #es_toTop a:hover:before{ opacity:1; }
#es_content .es_view_list_outer { width:100%; padding-bottom:35px; text-align:center; }
#es_content .es_view_list_outer h1 { color:#1d1d1d; font-size:36px; text-transform:uppercase; padding-bottom:6px; }
#es_content .es_view_list { padding-top:7px; display:inline-block; }
#es_content .es_view_list label { display:inline-block; vertical-align:top; line-height:35px; color:#9e9e9e; }
#es_content .es_view_list_links {  display:inline-block; }
#es_content .es_view_list_links p{ line-height:34px; color:#9e9e9e;  }
#es_content .es_view_list_links ul li{ float:left; }
#es_content .es_view_list_links ul li a { text-align:center; line-height:34px; height:34px; padding:0px 20px 0px 20px ; margin:1px; color:#9e9e9e; display:block; text-transform:capitalize;   }
#es_content .es_view_list_links ul li.current-menu-item a{  border:1px solid #e2e2e2;  margin:0px;}
#es_content .es_view_list_links ul li.current-menu-item a:hover{ color:#9e9e9e; }
#es_content .es_view_list_links ul li a:hover{ color:#1d1d1d; }
#es_content .es_listing_change .es_view_list_outer h1{  float:left; padding-bottom:0px; }
#es_content .es_listing_change .es_view_list_outer .es_view_list{  float:right; }
#es_request_form .es_request_info_popup{ position:fixed; left:0px; display:none; top:0px; width:100%; height:100%; z-index:5; }
#es_request_form .es_request_info_popup_overlay{ background:#000; opacity:.4; position:fixed; left:0px; top:0px; width:100%; height:100%; }
#es_request_form .es_request_info_popup_in{ overflow:visible; width:370px; text-align:center; position:relative; background:#fff; padding:30px 50px; position:absolute; left:50%; top:50%; margin-top:-62px; margin-left:-165px; box-shadow:0px 0px 5px rgba(0,0,0,0.4); }
#es_request_form .es_request_info_popup_in .es_close_pop{ width:16px; height:16px; display:block; position:absolute; right:10px; top:10px; background:url(//gardenroutelife.com/plettenbergbay/wp-content/plugins/estatik/front_templates/images/requestpop_close.png) no-repeat; }
#es_request_form .es_request_info_popup_in h4{ display:inline-block; text-transform:uppercase; padding-left:25px; color:#1d1d1d; font-size:16px; font-weight:bold; margin-bottom:15px;  background:url(//gardenroutelife.com/plettenbergbay/wp-content/plugins/estatik/front_templates/images/requestpop_tick.png) left center no-repeat; }
#es_request_form .es_request_info_popup_in p{ margin:0px; color:#1d1d1d; font-size:14px;  }
#es_request_form .es_alert_popup_in ul li a:hover{ color:#389fff; background:#f8fafb; }
#es_request_form #request_form_error{ text-align:left; }
#es_request_form .es_error{ border:1px solid #fc5a75; line-height:normal !important; color:#727983 !important; font-size:13px; margin-bottom:20px; padding:7px 10px 7px 40px; background:url(//gardenroutelife.com/plettenbergbay/wp-content/plugins/estatik/front_templates/images/es_error_icon.jpg) 10px center no-repeat #fff; } 
#es_content .esLogOut { color:#9e9e9e; text-decoration:none !important; display:block; margin:auto; width:120px; height:36px; margin-top:10px; text-transform:capitalize; line-height:36px; text-align:center; border:1px solid #9e9e9e;  }
#es_content .esLogOut:hover{ color:#fff; border:1px solid #ff9600; background:#ff9600;  }
#es_content .es_mainHeading{  color: #1d1d1d; font-size: 36px; padding-bottom: 6px; text-transform: uppercase; display:none; }
#es_content .es_mainHeading.fl{ float:left; }
.esMapViewOuter{ padding:5px !important; width:100%; border:1px solid #e2e2e2; margin-bottom:30px !important;  }
.esMapView{ width:100%; height:280px; }
.esMapView img{ max-width:none !important; }
.esMapViewOuter .infobox-wrapper {
display:none;
}
.esMapView .infoBox{ background:none !important; width:100px !important; margin-left:-50px !important; } 
.esMapView .esInfoBox { width:400px !important; margin-left:-150px !important;
position: relative; border-radius:5px; -webkit-border-radius:5px; -moz-border-radius:5px;
background: #fff !important;  padding:3px !important; padding-bottom:16px !important; margin-top:12px !important;
}
.esMapView .esInfoBox:after {
bottom: 100% !important;
left: 50% !important;
border: solid transparent !important;
content: " " !important;
height: 0!important;
width: 0!important;
position: absolute!important;
pointer-events: none!important;
border-color: rgba(255, 255, 255, 0)!important;
border-bottom-color: #fff!important;
border-width: 12px!important;
margin-left: -12px!important;
}
.esMapView .infoBox img[align="right"]{ margin:0 !important; position:absolute !important; right:-140px !important; top:22px !important; z-index:1; }
.esMapView .esInfoBox h2{ padding:0px 10px !important; margin-bottom:20px !important; height:32px; line-height:32px; margin:0; color:#fff !important; font-size:16px; border-radius:5px 5px 0px 0px; -webkit-border-radius:5px 5px 0px 0px; -moz-border-radius:5px 5px 0px 0px;
background: -webkit-linear-gradient(#15bbec, #019cc9);
background: -o-linear-gradient(#15bbec, #019cc9); 
background: -moz-linear-gradient(#15bbec, #019cc9); 
background: linear-gradient(#15bbec, #019cc9);	
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#15bbec', endColorstr='#019cc9'); }
.esMapView .esInfoBox h2 span{ text-transform:uppercase; }
.esMapView .esInfoBox p{  margin:0; font-size:14px; padding-bottom:8px; }
.esMapView .esInfoBoxIn{ padding:0px 10px !important; }  
.esMapView .esInfoBoxInPic{ width:150px; float:left; }
.esMapView .esInfoBoxInDetail{ width:210px; float:right; }
.esMapView .esInfoBoxInDetail h5{ clear:none !important; font-size:14px; text-transform:uppercase; line-height:20px; padding-bottom:3px !important; }
.esMapView .esInfoBoxInDetail h4{ clear:none !important; font-size:18px; font-weight:400 !important; padding-bottom:4px !important; }
.esMapView .esInfoBoxInDetail p{ clear:none !important; color:#9e9e9e; font-size:13px; padding-bottom:6px !important; }
.esMapView .esInfoBoxInDetail p small{ font-size:13px; display:inline-block; margin-right:12px !important; }
.esMapView .esInfoBoxInDetail a{ text-decoration:underline !important; font-size:14px; }
.esMapView .esInfoBox.rentInfo h2{
background: -webkit-linear-gradient(#f23793, #db1376);
background: -o-linear-gradient(#f23793, #db1376); 
background: -moz-linear-gradient(#f23793, #db1376); 
background: linear-gradient(#f23793, #db1376);	
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#f23793', endColorstr='#db1376'); }
.esMapViewOuter.vertical .esMapView{ height:490px; }
.esMapViewOuter.vertical .esMapView h2{ margin-bottom:16px !important; }
.esMapViewOuter.vertical .esMapView .infoBox img[align="right"] { right:-50px !important;  }
.esMapViewOuter.vertical .esMapView .esInfoBox { width:220px !important; margin-left:-60px !important; }
.esMapViewOuter.vertical .esMapView .esInfoBoxInPic{ width:80px; margin-bottom:6px !important; margin-right:10px !important; }
.esMapViewOuter.vertical .esMapView .esInfoBoxInDetail{ width:auto; float:none; }
.gmnoprint img {
max-width: none!important;
}
#es_content .es_pagination .current {
color: #ff9600;
font-size: 16px;
font-weight: bold;
width: 34px;
line-height: 34px;
height: 34px;
display: inline;
text-align: center;
margin: 14px;
}
#es_content .es_pagination a{
font-size: 16px;
font-weight: bold;
width: 34px;
color: #9e9e9e;
line-height: 34px;
height: 34px;
display: inline;
text-align: center;
}
#es_content .es_pagination a:hover{
color: #ff9600;
}
#es_content .es_pagination .next.page-numbers, #es_content .es_pagination .prev.page-numbers{
display: none;
}
#es_content a{
border:0;
}
#menu-view_first li {
display: inline-block;
height: auto !important;
width: auto !important;
}
.es-gmap-wrapper img, #es_map_pop img {
max-width: none !important;
}
#infobox-container img, .esInfoBoxInPic img {
max-width: 100% !important;
}#es_content,
#es_search,
#es_request_form,
#es_slideShow {
color: #1d1d1d !important; 
} 
#es_content p a:hover,
#es_search p a:hover,
#es_request_form p a:hover,
#es_slideShow p a:hover { 
color: #1d1d1d; 
}
#es_content a,
#es_search a,
#es_request_form a,
#es_slideShow a { 
color: #1d1d1d; 
}
#es_content .es_breadcrumb ul li span { 
color: #9e9e9e;
}
#es_content .es_breadcrumb ul li a { 
color: #1d1d1d; 
}
#es_content .es_view_list_outer h1 { 
color:#1d1d1d;
}
#es_content .es_view_list label { 
color:#9e9e9e; 
}
#es_content .es_view_list_links ul li a { 
color:#9e9e9e;
}
#es_content .es_view_list_links ul li.current-menu-item a:hover{ 
color:#9e9e9e; 
}
#es_content .es_view_list_links ul li a:hover{ 
color:#1d1d1d; 
}
#es_search .es_my_listing_search_upper input[type="text"] { 
background-color: #fff; 
border-color: #e2e2e2; 
color:#9e9e9e;
}
#es_search .es_my_listing_search_upper input[type="text"]:focus{ 
border-color: #1d1d1d; 
}
#es_search .es_my_listing_search_upper input[type="reset"]{ 
background:#9e9e9e; 
color:#1d1d1d;
}
#es_search .es_my_listing_search_upper input[type="submit"] { 
color:#1d1d1d;
}
#es_search .es_my_listing_search_upper input[type="submit"]:hover, 
#es_search .es_my_listing_search_upper input[type="submit"]:focus{ 
color:#fff;
}
#es_search .es_my_listing_search_field label {
color:#1d1d1d;
}
#es_content .es_my_list_title h3 a{ 
color:#1d1d1d; 
}
#es_search .es_my_listing_search_field i { 
color:#1d1d1d;
}
#es_search .es_search_select span{ 
color:#9e9e9e;
}
#es_search .es_search_select ul{
background:#fff; 
border-color: #e2e2e2; 
}
#es_content .es_my_list_pic span small{ 
color:#1d1d1d;
}
#es_content .es_my_list_title h3 {
color:#1d1d1d;
}
#es_content .es_my_list_specs span {
color:#1d1d1d;
}
#es_content .es_my_list_more { 
background:#f0f0f0;
}
#es_content .es_my_list_specs { 
background:#f0f0f0;
}
#es_content .es_my_list_more a.es_map_view {
color:#1d1d1d;
}
#es_content .es_my_list_more a.es_detail_btn { 
color:#fff;
}
#es_content .es_my_list_pic span{ 
background:rgba(255, 255, 255, 0.8); 
}
#es_request_form .es_learn_aboot_prop input[type="text"], 
#es_request_form .es_learn_aboot_prop textarea{ 
background:#fff;  
border-color: #e2e2e2;
color:#9e9e9e;
}
#es_request_form .es_learn_aboot_prop input[type="submit"]{ 
color:#1d1d1d;
}
#es_request_form .es_learn_aboot_prop input[type="text"]:focus, 
#es_request_form .es_learn_aboot_prop textarea:focus{ 
border-color: #1d1d1d; 
}
#es_search #search_vertical h3{ 
color:#1d1d1d; 
}
#es_slideShow .es_slide_list_specs span small { 
color:#9e9e9e;
}
#es_content .es_news_on_single ul li h4 a:hover{ 
color:#9e9e9e; 
}
#es_content .es_news_on_single ul li span{
color:#9e9e9e;
}
#es_content .es_news_on_single .es_view_all{ 
border-color: #1d1d1d;
color:#1d1d1d;
}
#es_content .es_only_pro_single h3{
color:#9e9e9e;
}
#es_content .es_single_in h3{ 
border-bottom-color: #e2e2e2; 
} 
#es_content .es_prop_single_head strong{
background:#f0f0f0;
}
#es_content .es_prop_single_tabs ul{
border-bottom-color: #e2e2e2; 
background:#fff; 
}
#es_content .es_prop_single_tabs ul li{
background:#f0f0f0;
}
#es_content .es_prop_single_tabs ul li a{
color:#1d1d1d; 
background:#f0f0f0;
}
#es_search #search_vertical .es_my_listing_search_field:last-child input, 
#es_search #search_vertical .es_my_listing_search_field select{ 
background:#fff; 
}
#es_search #search_vertical .es_my_listing_search_upper input[type="reset"]{ 
background:#9e9e9e;
}
#es_search #search_vertical .es_my_listing_search_upper input[type="reset"]:hover, 
#es_search #search_vertical .es_my_listing_search_upper input[type="reset"]:focus{ 
background:#fff; 
color:#1d1d1d; 
}
#es_content .es_news_on_single h3{
color:#9e9e9e;
}
#es_content .es_news_on_single ul li h4 a{ 
color:#1d1d1d; 
}
#es_search #search_vertical .es_my_listing_search_upper input[type="submit"]{ 
color:#1d1d1d;
}
#es_search #search_vertical .es_my_listing_search_field input{  
background:#fff; 
}
#es_slideShow .es_slide_list_upper { 
background:#f0f0f0; 
}
#es_content .es_pagination ul li a { 
color:#9e9e9e;
}
#es_content .es_my_list_more a.es_detail_btn:hover{ 
color:#1d1d1d; 
}
#es_content .es_my_list_pic span small{ 
color:#1d1d1d;
}
#es_content .prop_labels label.es_foreclosure{ 
color:#9e9e9e; 
} 
#es_search .es_search_select ul li{ 
color:#1d1d1d;
}
#es_content .prop_labels label{
background:#fff; 
}
#es_search .es_search_select.focus small{ 
background-color:#9e9e9e; 
}
#es_search .es_search_select.focus{ 
border-color: #e2e2e2;
}
#es_search .es_search_select ul li.selected, 
#es_search .es_search_select ul li:hover{ 
background:#f0f0f0; 
color:#1d1d1d; 
}
#es_search .es_search_select{
background:#fff;
border-color:#e2e2e2;
}
#es_search .es_my_listing_search_field input:focus{ 
border-color: #1d1d1d; 
}
#es_search .es_my_listing_search_field input{ 
color:#9e9e9e;
border-color: #e2e2e2;
}
#es_search .es_my_listing_search_upper input[type="reset"]:hover, 
#es_search .es_my_listing_search_upper input[type="reset"]:focus{ 
color:#fff; 
background:#9e9e9e; 
}
#es_search #search_vertical { 
background: #f0f0f0;
color: #1d1d1d;
}
#es_content .es_my_list_in { 
border-color: #e2e2e2;
}
#es_content .es_my_listing ul li:hover .es_my_list_in { 
border-color: #1d1d1d;
}
#es_content.es_list_column .es_my_list_title h2 { 
background:#f0f0f0;
}
#es_content .es_my_list_title h2 { 
color:#1d1d1d; 
}
#es_content .es_prop_single_tabs ul li a.active{ 
background:#fff; 
color:#9e9e9e;
border-color: #e2e2e2;
} 
#es_content #es_prop_single_slider_in{ 
border-color: #e2e2e2;
}
#es_content .es_prop_single_pager li a:hover{
border-color: #1d1d1d;
}
#es_content .es_prop_single_social_links > span, 
#es_content .es_prop_single_social_links a { 
border-color: #e2e2e2;
} 
#es_content .es_prop_single_social_links > span:hover, 
#es_content .es_prop_single_social_links a:hover { 
border-color: #1d1d1d;
}
#es_content .es_prop_single_agent_info_quantity{ 
background:#f0f0f0;
}
#es_content .es_login_in{
background:#e2e2e2;
}
#es_content .es_login_in input[type="text"], 
#es_content .es_login_in input[type="password"]{ 
background:#fff;
color:#1d1d1d;
}
#es_content .es_login_in input[type="submit"]{ 
color:#1d1d1d;
}
#es_content .es_login_in p a{
color:#1d1d1d;
}
#es_content .es_login_in p a:hover{ 
color:#1d1d1d;
}
#es_content .es_agents_content_listing ul li{ 
border-color: #e2e2e2;
}
#es_content .es_agent_info_quantity{ 
background:#f0f0f0;
}
#es_loader{
background:#fff;
}
#es_content .es_success,
#es_content .es_warn,
#es_content .es_error { 
background-color: #fff; 
} 
#es_content .es_powred_by p,
#es_content .es_powred_by p a,
#es_content .es_powred_by p a:hover{ 
color:#1d1d1d; 
}
#es_content #es_map_pop_outer:before{
background:#000;
}
#es_content #es_map_pop{
background:#fff;
}
#es_content #es_map_pop #es_closePop{ 
color:#1d1d1d;
}
#es_content .queriedHead h1 { 
color:#1d1d1d;
}
#es_content #es_toTop a{
color:#9e9e9e;
}
#es_content #es_toTop a:hover{ 
color:#1d1d1d;
}
#es_content .es_view_list_outer h1 { 
color:#1d1d1d;
}
#es_content .es_view_list label {
color:#9e9e9e;
}
#es_content .es_view_list_links p{
color:#9e9e9e;
}
#es_content .es_view_list_links ul li a {
color:#9e9e9e;
}
#es_content .es_view_list_links ul li.current-menu-item a{  
border-color: #e2e2e2;
}
#es_content .es_view_list_links ul li.current-menu-item a:hover{ 
color:#9e9e9e;
}
#es_content .es_view_list_links ul li a:hover{ 
color:#1d1d1d;
}
#es_request_form .es_request_info_popup_overlay{ 
background:#000;
}
#es_request_form .es_request_info_popup_in{ 
background:#fff;
box-shadow:0px 0px 5px rgba(0,0,0,0.4); 
}
#es_request_form .es_request_info_popup_in h4{ 
color:#1d1d1d;
}
#es_request_form .es_request_info_popup_in p{ 
color:#1d1d1d;
}
#es_request_form .es_error{ 
background-color: #fff;
} 
#es_content .esLogOut { 
color:#9e9e9e; 
border-color: #9e9e9e;
}
#es_content .es_mainHeading{  
color: #1d1d1d;
}@media all and (max-width: 1179px) {
#es_content #es_map_pop{ width:80%;  height:60%; }  
#es_search .es_my_listing_search_upper input[type="submit"]{ float:left; margin-left:10px; }
#es_content .es_my_list_title:after{ clear:both; content:""; display:block; }
#es_content #es_prop_single_slider_outer{ float:none !important; width:auto !important; margin-bottom:15px }
#es_content .es_prop_single_basic_facts_right{ float:none !important; width:auto; }
#es_search #search_vertical .es_my_listing_search_upper input[type="text"]{ width:100%; }
#es_search #search_vertical .es_my_listing_search_field label{ width:25%; }
#es_search #search_vertical .es_my_listing_search_field input{ width:35%; margin-right:5%; }
#es_search #search_vertical .es_my_listing_search_field:last-child input{ width:75%; }
#es_search #search_vertical .es_search_select{ width:75%; }
#es_content.es_single_left #es_prop_single_slider_outer{ float:none; width:100%; }
#es_content.es_single_left .es_prop_single_basic_facts_right{ float:none; width:100%; }
#es_content.es_single_center .es_prop_single_social_links { float:none; }
#es_content.es_single_center .es_prop_single_basic_info{ width:auto; float:none; }
#es_content .es_prop_single_head h1{ float:none; width:auto; padding-bottom:10px; }
#es_content .es_prop_single_tabs ul,#es_content .es_prop_single_tabs_outer{ height:auto; border-bottom:0px; padding-bottom:0px;}
#es_content .es_prop_single_tabs ul li{ float:none; margin:0; }
#es_content .es_prop_single_tabs.fixed{ position:static; }
#es_content .es_prop_single_tabs.fixed .es_prop_single_tabs_in ul{  float:none; width:100%; }
#es_content.es_list_column .es_my_list_title{ float:left; }
#es_content .es_my_list_title h3{ float:none; }
#es_content .es_my_list_specs{ width:auto; position:static; padding-right:0px;  }
#es_content .es_my_list_pic{ float:none; margin:auto; width:auto; margin-bottom:20px; }
#es_content.es_list_column .es_my_list_title{ float:none; width:100%; height:auto; }
#es_content .es_my_list_more{ margin:auto; display:block;  }
#es_content .es_my_listing ul{ text-align:center; }
#es_content .es_my_listing ul li{ display:inline-block; height:auto !important; width:auto; vertical-align:top; float:none; max-width:100%;}
#es_content .es_agent_pic{ width:100%; text-align:center; margin-bottom:20px; float:none; }
#es_content .es_agent_pic img{ min-width:auto; margin:auto; }
#es_content .es_agents_info{ float:none; width:100%; }
#es_content .es_prop_single_agent_pic{ width:100%; float:none; margin-bottom:20px; }
#es_content .es_prop_single_agent_pic img{ margin:auto; }
#es_content .es_prop_single_agent_info{ width:100%; float:none; } 	
#es_search #search_vertical .es_my_listing_search_upper input[type="submit"]{ width:70px; }
#es_search #search_vertical .es_my_listing_search_upper input[type="reset"]{ width:70px; right:98px; }
}
@media all and (max-width:767px) {
#es_search .es_my_listing_search{ width:auto !important } #es_search .es_my_listing_search_upper input[type="text"]{ width:100% !important; float:none; }
#es_search .es_my_listing_search_field{ margin-right:0px; width:100% !important; margin-bottom:10px !important; }	
#es_search .es_my_listing_search_field label{ width:25%; }
#es_search .es_my_listing_search_field input{ width:35% !important; }
#es_search .es_my_listing_search_field i{ width:5%; }
#es_search .es_my_listing_search_field select,  #es_search .es_my_listing_search_field:last-child input[name="key_words"]{ width:75% !important; }
#es_search .es_search_select{ width:75% !important; }
#es_search .es_my_listing_search{ position:relative; padding-bottom:35px; margin-bottom:30px; }	
#es_search .es_my_listing_search_upper input[type="reset"], #es_search .es_my_listing_search_upper input[type="submit"]{ position:absolute; bottom:0px; }
#es_search .es_my_listing_search_upper input[type="reset"]{ right:110px; }
#es_search .es_my_listing_search_upper input[type="submit"]{ right:0px; }
#es_search #search_vertical .es_my_listing_search{ padding-bottom:20px; margin-bottom:0px; position:static; }
#es_content .es_view_list_outer{ text-align:center; }
#es_content .es_listing_change .es_view_list_outer h1{ float:none; }
#es_content .es_view_list { display:inline-block; float:none !important; }
#es_content .es_agent_info_head_left{ width:auto; float:none; margin-bottom:10px; }
#es_content .es_agent_info_head_right{ float:none; }
#es_content .es_prop_single_agent_info_head_left{ float:none; width:auto; padding-bottom:10px; }
#es_content .es_prop_single_agent_info_head_right{ float:none; }
}.ui-helper-hidden {
display: none;
}
.ui-helper-hidden-accessible {
border: 0;
clip: rect(0 0 0 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
}
.ui-helper-reset {
margin: 0;
padding: 0;
border: 0;
outline: 0;
line-height: 1.3;
text-decoration: none;
font-size: 100%;
list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
content: "";
display: table;
border-collapse: collapse;
}
.ui-helper-clearfix:after {
clear: both;
}
.ui-helper-clearfix {
min-height: 0; }
.ui-helper-zfix {
width: 100%;
height: 100%;
top: 0;
left: 0;
position: absolute;
opacity: 0;
filter:Alpha(Opacity=0); }
.ui-front {
z-index: 100;
} .ui-state-disabled {
cursor: default !important;
}  .ui-icon {
display: block;
text-indent: -99999px;
overflow: hidden;
background-repeat: no-repeat;
}  .ui-widget-overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.ui-accordion .ui-accordion-header {
display: block;
cursor: pointer;
position: relative;
margin: 2px 0 0 0;
padding: .5em .5em .5em .7em;
min-height: 0; font-size: 100%;
}
.ui-accordion .ui-accordion-icons {
padding-left: 2.2em;
}
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
position: absolute;
left: .5em;
top: 50%;
margin-top: -8px;
}
.ui-accordion .ui-accordion-content {
padding: 1em 2.2em;
border-top: 0;
overflow: auto;
}
.ui-autocomplete {
position: absolute;
top: 0;
left: 0;
cursor: default;
}
.ui-button {
display: inline-block;
position: relative;
padding: 0;
line-height: normal;
margin-right: .1em;
cursor: pointer;
vertical-align: middle;
text-align: center;
overflow: visible; }
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
text-decoration: none;
} .ui-button-icon-only {
width: 2.2em;
} button.ui-button-icon-only {
width: 2.4em;
}
.ui-button-icons-only {
width: 3.4em;
}
button.ui-button-icons-only {
width: 3.7em;
} .ui-button .ui-button-text {
display: block;
line-height: normal;
}
.ui-button-text-only .ui-button-text {
padding: .4em 1em;
}
.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
padding: .4em;
text-indent: -9999999px;
}
.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
padding: .4em 1em .4em 2.1em;
}
.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
padding: .4em 2.1em .4em 1em;
}
.ui-button-text-icons .ui-button-text {
padding-left: 2.1em;
padding-right: 2.1em;
} input.ui-button {
padding: .4em 1em;
} .ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
position: absolute;
top: 50%;
margin-top: -8px;
}
.ui-button-icon-only .ui-icon {
left: 50%;
margin-left: -8px;
}
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
left: .5em;
}
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
right: .5em;
} .ui-buttonset {
margin-right: 7px;
}
.ui-buttonset .ui-button {
margin-left: 0;
margin-right: -.3em;
}  input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
border: 0;
padding: 0;
}
.ui-datepicker {
width: 17em;
padding: .2em .2em 0;
display: none;
}
.ui-datepicker .ui-datepicker-header {
position: relative;
padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
position: absolute;
top: 2px;
width: 1.8em;
height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
left: 2px;
}
.ui-datepicker .ui-datepicker-next {
right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
display: block;
position: absolute;
left: 50%;
margin-left: -8px;
top: 50%;
margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
margin: 0 2.3em;
line-height: 1.8em;
text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
font-size: 1em;
margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
width: 45%;
}
.ui-datepicker table {
width: 100%;
font-size: .9em;
border-collapse: collapse;
margin: 0 0 .4em;
}
.ui-datepicker th {
padding: .7em .3em;
text-align: center;
font-weight: bold;
border: 0;
}
.ui-datepicker td {
border: 0;
padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
display: block;
padding: .2em;
text-align: right;
text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
background-image: none;
margin: .7em 0 0 0;
padding: 0 .2em;
border-left: 0;
border-right: 0;
border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
float: right;
margin: .5em .2em .4em;
cursor: pointer;
padding: .2em .6em .3em .6em;
width: auto;
overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
float: left;
} .ui-datepicker.ui-datepicker-multi {
width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
width: 95%;
margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
clear: left;
}
.ui-datepicker-row-break {
clear: both;
width: 100%;
font-size: 0;
} .ui-datepicker-rtl {
direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
right: 2px;
left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
left: 2px;
right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
right: 1px;
left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
left: 1px;
right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
border-right-width: 0;
border-left-width: 1px;
}
.ui-dialog {
overflow: hidden;
position: absolute;
top: 0;
left: 0;
padding: .2em;
outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
padding: .4em 1em;
position: relative;
}
.ui-dialog .ui-dialog-title {
float: left;
margin: .1em 0;
white-space: nowrap;
width: 90%;
overflow: hidden;
text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
position: absolute;
right: .3em;
top: 50%;
width: 20px;
margin: -10px 0 0 0;
padding: 1px;
height: 20px;
}
.ui-dialog .ui-dialog-content {
position: relative;
border: 0;
padding: .5em 1em;
background: none;
overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
text-align: left;
border-width: 1px 0 0 0;
background-image: none;
margin-top: .5em;
padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
margin: .5em .4em .5em 0;
cursor: pointer;
}
.ui-dialog .ui-resizable-se {
width: 12px;
height: 12px;
right: -5px;
bottom: -5px;
background-position: 16px 16px;
}
.ui-draggable .ui-dialog-titlebar {
cursor: move;
}
.ui-draggable-handle {
-ms-touch-action: none;
touch-action: none;
}
.ui-menu {
list-style: none;
padding: 0;
margin: 0;
display: block;
outline: none;
}
.ui-menu .ui-menu {
position: absolute;
}
.ui-menu .ui-menu-item {
position: relative;
margin: 0;
padding: 3px 1em 3px .4em;
cursor: pointer;
min-height: 0;  list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}
.ui-menu .ui-menu-divider {
margin: 5px 0;
height: 0;
font-size: 0;
line-height: 0;
border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
margin: -1px;
} .ui-menu-icons {
position: relative;
}
.ui-menu-icons .ui-menu-item {
padding-left: 2em;
} .ui-menu .ui-icon {
position: absolute;
top: 0;
bottom: 0;
left: .2em;
margin: auto 0;
} .ui-menu .ui-menu-icon {
left: auto;
right: 0;
}
.ui-progressbar {
height: 2em;
text-align: left;
overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
margin: -1px;
height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
background: url(data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==);
height: 100%;
filter: alpha(opacity=25); opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
background-image: none;
}
.ui-resizable {
position: relative;
}
.ui-resizable-handle {
position: absolute;
font-size: 0.1px;
display: block;
-ms-touch-action: none;
touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
display: none;
}
.ui-resizable-n {
cursor: n-resize;
height: 7px;
width: 100%;
top: -5px;
left: 0;
}
.ui-resizable-s {
cursor: s-resize;
height: 7px;
width: 100%;
bottom: -5px;
left: 0;
}
.ui-resizable-e {
cursor: e-resize;
width: 7px;
right: -5px;
top: 0;
height: 100%;
}
.ui-resizable-w {
cursor: w-resize;
width: 7px;
left: -5px;
top: 0;
height: 100%;
}
.ui-resizable-se {
cursor: se-resize;
width: 12px;
height: 12px;
right: 1px;
bottom: 1px;
}
.ui-resizable-sw {
cursor: sw-resize;
width: 9px;
height: 9px;
left: -5px;
bottom: -5px;
}
.ui-resizable-nw {
cursor: nw-resize;
width: 9px;
height: 9px;
left: -5px;
top: -5px;
}
.ui-resizable-ne {
cursor: ne-resize;
width: 9px;
height: 9px;
right: -5px;
top: -5px;
}
.ui-selectable {
-ms-touch-action: none;
touch-action: none;
}
.ui-selectable-helper {
position: absolute;
z-index: 100;
border: 1px dotted black;
}
.ui-selectmenu-menu {
padding: 0;
margin: 0;
position: absolute;
top: 0;
left: 0;
display: none;
}
.ui-selectmenu-menu .ui-menu {
overflow: auto; overflow-x: hidden;
padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
font-size: 1em;
font-weight: bold;
line-height: 1.5;
padding: 2px 0.4em;
margin: 0.5em 0 0 0;
height: auto;
border: 0;
}
.ui-selectmenu-open {
display: block;
}
.ui-selectmenu-button {
display: inline-block;
overflow: hidden;
position: relative;
text-decoration: none;
cursor: pointer;
}
.ui-selectmenu-button span.ui-icon {
right: 0.5em;
left: auto;
margin-top: -8px;
position: absolute;
top: 50%;
}
.ui-selectmenu-button span.ui-selectmenu-text {
text-align: left;
padding: 0.4em 2.1em 0.4em 1em;
display: block;
line-height: 1.4;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.ui-slider {
position: relative;
text-align: left;
}
.ui-slider .ui-slider-handle {
position: absolute;
z-index: 2;
width: 1.2em;
height: 1.2em;
cursor: default;
-ms-touch-action: none;
touch-action: none;
}
.ui-slider .ui-slider-range {
position: absolute;
z-index: 1;
font-size: .7em;
display: block;
border: 0;
background-position: 0 0;
} .ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
filter: inherit;
}
.ui-slider-horizontal {
height: .8em;
}
.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;
}
.ui-sortable-handle {
-ms-touch-action: none;
touch-action: none;
}
.ui-spinner {
position: relative;
display: inline-block;
overflow: hidden;
padding: 0;
vertical-align: middle;
}
.ui-spinner-input {
border: none;
background: none;
color: inherit;
padding: 0;
margin: .2em 0;
vertical-align: middle;
margin-left: .4em;
margin-right: 22px;
}
.ui-spinner-button {
width: 16px;
height: 50%;
font-size: .5em;
padding: 0;
margin: 0;
text-align: center;
position: absolute;
cursor: default;
display: block;
overflow: hidden;
right: 0;
} .ui-spinner a.ui-spinner-button {
border-top: none;
border-bottom: none;
border-right: none;
} .ui-spinner .ui-icon {
position: absolute;
margin-top: -8px;
top: 50%;
left: 0;
}
.ui-spinner-up {
top: 0;
}
.ui-spinner-down {
bottom: 0;
} .ui-spinner .ui-icon-triangle-1-s { background-position: -65px -16px;
}
.ui-tabs {
position: relative; padding: .2em;
}
.ui-tabs .ui-tabs-nav {
margin: 0;
padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
list-style: none;
float: left;
position: relative;
top: 0;
margin: 1px .2em 0 0;
border-bottom-width: 0;
padding: 0;
white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
float: left;
padding: .5em 1em;
text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
margin-bottom: -1px;
padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
display: block;
border-width: 0;
padding: 1em 1.4em;
background: none;
}
.ui-tooltip {
padding: 8px;
position: absolute;
z-index: 9999;
max-width: 300px;
-webkit-box-shadow: 0 0 5px #aaa;
box-shadow: 0 0 5px #aaa;
}
body .ui-tooltip {
border-width: 2px;
} .ui-widget {
font-family: Verdana,Arial,sans-serif;
font-size: 1.1em;
}
.ui-widget .ui-widget {
font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
font-family: Verdana,Arial,sans-serif;
font-size: 1em;
}
.ui-widget-content {
border: 1px solid #aaaaaa;
background: #ffffff url(//gardenroutelife.com/plettenbergbay/wp-content/plugins/estatik/admin_template/css/images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;
color: #222222;
}
.ui-widget-content a {
color: #222222;
}
.ui-widget-header {
border: 1px solid #aaaaaa;
background: #cccccc url(//gardenroutelife.com/plettenbergbay/wp-content/plugins/estatik/admin_template/css/images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;
color: #222222;
font-weight: bold;
}
.ui-widget-header a {
color: #222222;
} .ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
border: 1px solid #d3d3d3;
background: #e6e6e6 url(//gardenroutelife.com/plettenbergbay/wp-content/plugins/estatik/admin_template/css/images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;
font-weight: normal;
color: #555555;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
color: #555555;
text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
border: 1px solid #999999;
background: #dadada url(//gardenroutelife.com/plettenbergbay/wp-content/plugins/estatik/admin_template/css/images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;
font-weight: normal;
color: #212121;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
color: #212121;
text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
border: 1px solid #aaaaaa;
background: #ffffff url(//gardenroutelife.com/plettenbergbay/wp-content/plugins/estatik/admin_template/css/images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;
font-weight: normal;
color: #212121;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
color: #212121;
text-decoration: none;
} .ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
border: 1px solid #fcefa1;
background: #fbf9ee url(//gardenroutelife.com/plettenbergbay/wp-content/plugins/estatik/admin_template/css/images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x;
color: #363636;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
color: #363636;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
border: 1px solid #cd0a0a;
background: #fef1ec url(//gardenroutelife.com/plettenbergbay/wp-content/plugins/estatik/admin_template/css/images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x;
color: #cd0a0a;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
color: #cd0a0a;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
color: #cd0a0a;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
opacity: .7;
filter:Alpha(Opacity=70); font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
opacity: .35;
filter:Alpha(Opacity=35); background-image: none;
}
.ui-state-disabled .ui-icon {
filter:Alpha(Opacity=35); }  .ui-icon {
width: 16px;
height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
background-image: url(//gardenroutelife.com/plettenbergbay/wp-content/plugins/estatik/admin_template/css/images/ui-icons_222222_256x240.png);
}
.ui-widget-header .ui-icon {
background-image: url(//gardenroutelife.com/plettenbergbay/wp-content/plugins/estatik/admin_template/css/images/ui-icons_222222_256x240.png);
}
.ui-state-default .ui-icon {
background-image: url(//gardenroutelife.com/plettenbergbay/wp-content/plugins/estatik/admin_template/css/images/ui-icons_888888_256x240.png);
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
background-image: url(//gardenroutelife.com/plettenbergbay/wp-content/plugins/estatik/admin_template/css/images/ui-icons_454545_256x240.png);
}
.ui-state-active .ui-icon {
background-image: url(//gardenroutelife.com/plettenbergbay/wp-content/plugins/estatik/admin_template/css/images/ui-icons_454545_256x240.png);
}
.ui-state-highlight .ui-icon {
background-image: url(//gardenroutelife.com/plettenbergbay/wp-content/plugins/estatik/admin_template/css/images/ui-icons_2e83ff_256x240.png);
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
background-image: url(//gardenroutelife.com/plettenbergbay/wp-content/plugins/estatik/admin_template/css/images/ui-icons_cd0a0a_256x240.png);
} .ui-icon-blank { background-position: 16px 16px; }
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; } .ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }  .ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
border-top-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
border-top-right-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
border-bottom-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
border-bottom-right-radius: 4px;
} .ui-widget-overlay {
background: #aaaaaa url(//gardenroutelife.com/plettenbergbay/wp-content/plugins/estatik/admin_template/css/images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
opacity: .3;
filter: Alpha(Opacity=30); }
.ui-widget-shadow {
margin: -8px 0 0 -8px;
padding: 8px;
background: #aaaaaa url(//gardenroutelife.com/plettenbergbay/wp-content/plugins/estatik/admin_template/css/images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
opacity: .3;
filter: Alpha(Opacity=30); border-radius: 8px;
}.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px,1px,1px,1px); }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:before, .ui-helper-clearfix:after { content: ""; display: table; }
.ui-helper-clearfix:after { clear: both; }
.ui-helper-clearfix { zoom: 1; }
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); } .ui-state-disabled { cursor: default !important; }  .ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }  .ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }  .ui-widget { font-family: Verdana,Arial,sans-serif; font-size: 1.1em; }
.ui-widget .ui-widget { font-size: 1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Verdana,Arial,sans-serif; font-size: 1em; }
.ui-widget-content { border: 1px solid #aaaaaa; background: #ffffff url(//gardenroutelife.com/plettenbergbay/wp-content/plugins/the-events-calendar/vendor/jquery/smoothness/images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x; color: #222222; }
.ui-widget-content a { color: #222222; }
.ui-widget-header { border: 1px solid #aaaaaa; background: #cccccc url(//gardenroutelife.com/plettenbergbay/wp-content/plugins/the-events-calendar/vendor/jquery/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x; color: #222222; font-weight: bold; }
.ui-widget-header a { color: #222222; } .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #d3d3d3; background: #e6e6e6 url(//gardenroutelife.com/plettenbergbay/wp-content/plugins/the-events-calendar/vendor/jquery/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #555555; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #555555; text-decoration: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #999999; background: #dadada url(//gardenroutelife.com/plettenbergbay/wp-content/plugins/the-events-calendar/vendor/jquery/smoothness/images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #212121; }
.ui-state-hover a, .ui-state-hover a:hover { color: #212121; text-decoration: none; }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #aaaaaa; background: #ffffff url(//gardenroutelife.com/plettenbergbay/wp-content/plugins/the-events-calendar/vendor/jquery/smoothness/images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #212121; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #212121; text-decoration: none; }
.ui-widget :active { outline: none; } .ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight  {border: 1px solid #fcefa1; background: #fbf9ee url(//gardenroutelife.com/plettenbergbay/wp-content/plugins/the-events-calendar/vendor/jquery/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x; color: #363636; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #363636; }
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #cd0a0a; background: #fef1ec url(//gardenroutelife.com/plettenbergbay/wp-content/plugins/the-events-calendar/vendor/jquery/smoothness/images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x; color: #cd0a0a; }
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #cd0a0a; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #cd0a0a; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary,  .ui-widget-header .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }  .ui-icon { width: 16px; height: 16px; background-image: url(//gardenroutelife.com/plettenbergbay/wp-content/plugins/the-events-calendar/vendor/jquery/smoothness/images/ui-icons_222222_256x240.png); }
.ui-widget-content .ui-icon {background-image: url(//gardenroutelife.com/plettenbergbay/wp-content/plugins/the-events-calendar/vendor/jquery/smoothness/images/ui-icons_222222_256x240.png); }
.ui-widget-header .ui-icon {background-image: url(//gardenroutelife.com/plettenbergbay/wp-content/plugins/the-events-calendar/vendor/jquery/smoothness/images/ui-icons_222222_256x240.png); }
.ui-state-default .ui-icon { background-image: url(//gardenroutelife.com/plettenbergbay/wp-content/plugins/the-events-calendar/vendor/jquery/smoothness/images/ui-icons_888888_256x240.png); }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(//gardenroutelife.com/plettenbergbay/wp-content/plugins/the-events-calendar/vendor/jquery/smoothness/images/ui-icons_454545_256x240.png); }
.ui-state-active .ui-icon {background-image: url(//gardenroutelife.com/plettenbergbay/wp-content/plugins/the-events-calendar/vendor/jquery/smoothness/images/ui-icons_454545_256x240.png); }
.ui-state-highlight .ui-icon {background-image: url(//gardenroutelife.com/plettenbergbay/wp-content/plugins/the-events-calendar/vendor/jquery/smoothness/images/ui-icons_2e83ff_256x240.png); }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(//gardenroutelife.com/plettenbergbay/wp-content/plugins/the-events-calendar/vendor/jquery/smoothness/images/ui-icons_cd0a0a_256x240.png); } .ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-off { background-position: -96px -144px; }
.ui-icon-radio-on { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; } .ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }  .ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; -khtml-border-top-left-radius: 4px; border-top-left-radius: 4px; }
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; -khtml-border-top-right-radius: 4px; border-top-right-radius: 4px; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; -khtml-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; -khtml-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; } .ui-widget-overlay { background: #aaaaaa url(//gardenroutelife.com/plettenbergbay/wp-content/plugins/the-events-calendar/vendor/jquery/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); }
.ui-widget-shadow { margin: -8px 0 0 -8px; padding: 8px; background: #aaaaaa url(//gardenroutelife.com/plettenbergbay/wp-content/plugins/the-events-calendar/vendor/jquery/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); -moz-border-radius: 8px; -khtml-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; } .ui-resizable { position: relative;}
.ui-resizable-handle { position: absolute;font-size: 0.1px; display: block; }
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; }
.ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0; }
.ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0; }
.ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0; height: 100%; }
.ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0; height: 100%; }
.ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; }
.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; }
.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; }
.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;} .ui-selectable-helper { position: absolute; z-index: 100; border:1px dotted black; }  .ui-accordion { width: 100%; }
.ui-accordion .ui-accordion-header { cursor: pointer; position: relative; margin-top: 1px; zoom: 1; }
.ui-accordion .ui-accordion-li-fix { display: inline; }
.ui-accordion .ui-accordion-header-active { border-bottom: 0 !important; }
.ui-accordion .ui-accordion-header a { display: block; font-size: 1em; padding: .5em .5em .5em .7em; }
.ui-accordion-icons .ui-accordion-header a { padding-left: 2.2em; }
.ui-accordion .ui-accordion-header .ui-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; }
.ui-accordion .ui-accordion-content { padding: 1em 2.2em; border-top: 0; margin-top: -2px; position: relative; top: 1px; margin-bottom: 2px; overflow: auto; display: none; zoom: 1; }
.ui-accordion .ui-accordion-content-active { display: block; } .ui-autocomplete { position: absolute; cursor: default; } * html .ui-autocomplete { width:1px; }  .ui-menu {
list-style:none;
padding: 2px;
margin: 0;
display:block;
float: left;
}
.ui-menu .ui-menu {
margin-top: -3px;
}
.ui-menu .ui-menu-item {
margin:0;
padding: 0;
zoom: 1;
float: left;
clear: left;
width: 100%;
}
.ui-menu .ui-menu-item a {
text-decoration:none;
display:block;
padding:.2em .4em;
line-height:1.5;
zoom:1;
}
.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
font-weight: normal;
margin: -1px;
} .ui-button { display: inline-block; position: relative; padding: 0; margin-right: .1em; text-decoration: none !important; cursor: pointer; text-align: center; zoom: 1; overflow: visible; } .ui-button-icon-only { width: 2.2em; } button.ui-button-icon-only { width: 2.4em; } .ui-button-icons-only { width: 3.4em; } 
button.ui-button-icons-only { width: 3.7em; } .ui-button .ui-button-text { display: block; line-height: 1.4;  }
.ui-button-text-only .ui-button-text { padding: .4em 1em; }
.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text { padding: .4em; text-indent: -9999999px; }
.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 1em .4em 2.1em; }
.ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 2.1em .4em 1em; }
.ui-button-text-icons .ui-button-text { padding-left: 2.1em; padding-right: 2.1em; } input.ui-button { padding: .4em 1em; } .ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon { position: absolute; top: 50%; margin-top: -8px; }
.ui-button-icon-only .ui-icon { left: 50%; margin-left: -8px; }
.ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary { left: .5em; }
.ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }
.ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; } .ui-buttonset { margin-right: 7px; }
.ui-buttonset .ui-button { margin-left: 0; margin-right: -.3em; } button.ui-button::-moz-focus-inner { border: 0; padding: 0; }  .ui-dialog { position: absolute; padding: .2em; width: 300px; overflow: hidden; }
.ui-dialog .ui-dialog-titlebar { padding: .4em 1em; position: relative;  }
.ui-dialog .ui-dialog-title { float: left; margin: .1em 16px .1em 0; } 
.ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; }
.ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; }
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; }
.ui-dialog .ui-dialog-content { position: relative; border: 0; padding: .5em 1em; background: none; overflow: auto; zoom: 1; }
.ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; }
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { float: right; }
.ui-dialog .ui-dialog-buttonpane button { margin: .5em .4em .5em 0; cursor: pointer; }
.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
.ui-draggable .ui-dialog-titlebar { cursor: move; } .ui-slider { position: relative; text-align: left; }
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; }
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; background-position: 0 0; }
.ui-slider-horizontal { height: .8em; }
.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; } .ui-tabs { position: relative; padding: .2em; zoom: 1; } .ui-tabs .ui-tabs-nav { margin: 0; padding: .2em .2em 0; }
.ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; top: 1px; margin: 0 .2em 1px 0; border-bottom: 0 !important; padding: 0; white-space: nowrap; }
.ui-tabs .ui-tabs-nav li a { float: left; padding: .5em 1em; text-decoration: none; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { margin-bottom: 0; padding-bottom: 1px; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } .ui-tabs .ui-tabs-panel { display: block; border-width: 0; padding: 1em 1.4em; background: none; }
.ui-tabs .ui-tabs-hide { display: none !important; } .ui-datepicker { width: 17em; padding: .2em .2em 0; display: none; }
.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; height: 2em;}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }
.ui-datepicker .ui-datepicker-prev { left:2px; }
.ui-datepicker .ui-datepicker-next { right:2px; }
.ui-datepicker .ui-datepicker-prev-hover { left:1px; }
.ui-datepicker .ui-datepicker-next-hover { right:1px; }
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px;  }
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
.ui-datepicker .ui-datepicker-title select { font-size:1em; margin:1px 0; position: relative; top: -1px;}
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
.ui-datepicker select.ui-datepicker-month, 
.ui-datepicker select.ui-datepicker-year { width: 49%;}
.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0;  }
.ui-datepicker td { border: 0; padding: 1px; }
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; } .ui-datepicker.ui-datepicker-multi { width:auto; }
.ui-datepicker-multi .ui-datepicker-group { float:left; }
.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
.ui-datepicker-row-break { clear:both; width:100%; font-size:0em; } .ui-datepicker-rtl { direction: rtl; }
.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
.ui-datepicker-rtl .ui-datepicker-group { float:right; }
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; } .ui-datepicker-cover {
position: absolute; z-index: -1; filter: mask(); top: -4px; left: -4px; width: 200px; height: 200px; } .ui-progressbar { height:2em; text-align: left; overflow: hidden; }
.ui-progressbar .ui-progressbar-value {margin: -1px; height:100%; }#tribe-events-pg-template{margin:0 auto;max-width:1000px}.tribe-events-after-html{clear:both}#tribe-events .tribe-events-content p,.tribe-events-after-html p,.tribe-events-before-html p{line-height:1.7;margin:0 0 10px}#tribe-events-pg-template .tribe-events-content h1,#tribe-events-pg-template .tribe-events-content h2,#tribe-events-pg-template .tribe-events-content h3,#tribe-events-pg-template .tribe-events-content h4,#tribe-events-pg-template .tribe-events-content h5,#tribe-events-pg-template .tribe-events-content h6,.tribe-events-after-html h1,.tribe-events-after-html h2,.tribe-events-after-html h3,.tribe-events-after-html h4,.tribe-events-after-html h5,.tribe-events-after-html h6,.tribe-events-before-html h1,.tribe-events-before-html h2,.tribe-events-before-html h3,.tribe-events-before-html h4,.tribe-events-before-html h5,.tribe-events-before-html h6{line-height:1.7;margin:20px 0;margin:24px 0}#tribe-events-pg-template .tribe-events-content h1,.tribe-events-after-html h1,.tribe-events-before-html h1{font-size:21px;line-height:1.5}#tribe-events-pg-template .tribe-events-content h2,.tribe-events-after-html h2,.tribe-events-before-html h2{font-size:18px;line-height:1.6}#tribe-events-pg-template .tribe-events-content h3,.tribe-events-after-html h3,.tribe-events-before-html h3{font-size:16px;line-height:1.8}#tribe-events-pg-template .tribe-events-content h4,.tribe-events-after-html h4,.tribe-events-before-html h4{font-size:14px;line-height:1.8}#tribe-events-pg-template .tribe-events-content h5,.tribe-events-after-html h5,.tribe-events-before-html h5{font-size:13px;line-height:1.8}#tribe-events-pg-template .tribe-events-content h6,.tribe-events-after-html h6,.tribe-events-before-html h6{font-size:12px;line-height:1.8}#tribe-events-pg-template .tribe-events-content ul,.tribe-events-after-html ul,.tribe-events-before-html ul{list-style:disc outside}#tribe-events-pg-template .tribe-events-content ol,.tribe-events-after-html ol,.tribe-events-before-html ol{list-style:decimal outside}#tribe-events-pg-template .tribe-events-content ol li,#tribe-events-pg-template .tribe-events-content ul li,.tribe-events-after-html ol li,.tribe-events-after-html ul li,.tribe-events-before-html ol li,.tribe-events-before-html ul li{line-height:1.7;margin:0 0 20px}.tribe-events-back{margin:0 0 20px}#tribe-events-content a,.tribe-events-adv-list-widget .tribe-events-widget-link a,.tribe-events-adv-list-widget .tribe-events-widget-link a:hover,.tribe-events-back a,.tribe-events-back a:hover,.tribe-events-event-meta a,.tribe-events-list-widget .tribe-events-widget-link a,.tribe-events-list-widget .tribe-events-widget-link a:hover,ul.tribe-events-sub-nav a,ul.tribe-events-sub-nav a:hover{text-decoration:none}#tribe-events .tribe-events-button,.tribe-events-button{*display:inline;background-color:#666;background-image:none;border:0;border-radius:3px;box-shadow:none;color:#fff;cursor:pointer;display:inline-block;font-size:11px;font-weight:700;letter-spacing:1px;line-height:normal;padding:6px 9px;text-align:center;text-decoration:none;text-transform:uppercase;vertical-align:middle;zoom:1}.tribe-events-button.tribe-active{background-color:#666;color:#fff}#tribe-events .tribe-events-button:hover,.tribe-events-button.tribe-active:hover,.tribe-events-button.tribe-inactive,.tribe-events-button:hover{background-color:#ddd;color:#444;text-decoration:none}a.tribe-events-gcal,a.tribe-events-ical{clear:both;color:#fff;float:right;font-size:10px;font-weight:400;line-height:18px;margin-top:21px;padding:0 6px;text-decoration:none}.tribe-events-gcal{margin-right:9px}.single-tribe_events a.tribe-events-gcal,.single-tribe_events a.tribe-events-ical{float:none}.tribe-events-event-meta-desc .tribe-events-gmap,.tribe-events-event-meta .tribe-events-gmap{white-space:nowrap}.event .entry-title{color:inherit;font-size:inherit;font-weight:inherit;line-height:inherit;padding:inherit}.updated-info{height:0;text-indent:-9999px}.tribe-events-event-image{margin:0 0 20px;text-align:center}.tribe-events-event-image img{height:auto;max-width:100%}.tribe-events-schedule h2{font-style:normal;font-weight:700}.tribe-events-event-schedule-details{display:inline}.tribe-events-divider{font-weight:700;padding:0 10px}.events-archive .entry-content,.events-archive .entry-header{width:98%}.events-archive footer.entry-meta,.events-archive header.entry-header,.events-archive span.edit-link,.single-tribe_events footer.entry-meta,.single-tribe_events header.entry-header,.single-tribe_organizer footer.entry-meta,.single-tribe_organizer header.entry-header,.single-tribe_venue footer.entry-meta,.single-tribe_venue header.entry-header{display:none}.tribe-events-notices{background:#d9edf7;border:1px solid #bce8f1;border-radius:4px;color:#3a87ad;margin:10px 0 18px;padding:8px 35px 8px 14px;text-shadow:0 1px 0 #fff}div.tribe-events-notices>ul,div.tribe-events-notices>ul>li{list-style:none;margin:0;padding:0}#tribe-events-content p.tribe-events-promo{color:#999;font-size:12px}#tribe-events-content p.tribe-events-promo a{color:#666}.clearfix:after,.clearfix:before,.tribe-clearfix:after,.tribe-clearfix:before{content:'';display:table}.clearfix:after,.tribe-clearfix:after{clear:both}.clearfix,.tribe-clearfix{zoom:1}.tribe-clear{clear:both}.tribe-events-visuallyhidden{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.tribe-hide-text{overflow:hidden;text-indent:100%;white-space:nowrap}.tribe-events-error{display:none}.tribe-events-multi-event-day{color:#0f81bb}#tribe-events-content .tribe-events-abbr{border-bottom:0;cursor:default}.tribe-events-spinner{height:32px;margin-left:-16px;width:32px}.tribe-events-spinner-medium{height:24px;width:24px}.tribe-events-spinner-small{height:16px;margin-left:-8px;width:16px}*+html .events-archive h2.tribe-events-page-title{padding-bottom:30px}*+html .events-archive .tribe-events-list h2.tribe-events-page-title{padding-bottom:0}*+html #tribe-events-header{margin-bottom:30px}h2.tribe-events-page-title{clear:none;font-size:24px;font-weight:400;margin-bottom:.5em;position:relative;text-align:center;z-index:0}.tribe-events-filter-view .tribe-events-list h2.tribe-events-page-title{float:none;width:100%}h2.tribe-events-page-title a{color:#000}h2.tribe-events-page-title a:focus,h2.tribe-events-page-title a:hover{color:#333;text-decoration:underline}#tribe-events-footer,#tribe-events-header{clear:both;margin-bottom:.5em}#tribe-events-footer .tribe-events-sub-nav,#tribe-events-header .tribe-events-sub-nav{line-height:normal;list-style-type:none;margin:0;overflow:hidden;padding:0;text-align:center}#tribe-events-footer .tribe-events-sub-nav li,#tribe-events-header .tribe-events-sub-nav li{*display:inline;display:inline-block;margin:0;vertical-align:middle;zoom:1}#tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-previous,#tribe-events-header .tribe-events-sub-nav li{float:left;margin-right:5px;text-align:left}#tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-next,#tribe-events-header .tribe-events-sub-nav .tribe-events-nav-next{float:right;margin-left:5px;text-align:right}#tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-left,#tribe-events-header .tribe-events-sub-nav .tribe-events-nav-left{float:left;text-align:left}#tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-right,#tribe-events-header .tribe-events-sub-nav .tribe-events-nav-right{float:right;text-align:right}.tribe-events-ajax-loading{background:#666;border-radius:5px;box-shadow:none!important;display:none;left:50%;margin-left:-27px;padding:15px;position:absolute;top:150px;z-index:2}.tribe-events-ajax-loading.tribe-events-active-spinner,.tribe-events-ajax-loading.tribe-events-active-spinner img,.tribe-events-loading .tribe-events-ajax-loading{display:block}#tribe-events-header{position:relative}#tribe-events-footer{margin-bottom:1em}.events-list #tribe-events-footer,.tribe-events-day #tribe-events-footer,.tribe-events-map #tribe-events-footer{clear:both;margin:1.25em 0 18px}.tribe-events-map #tribe-events-header{margin:1em 0}.single-tribe_events #tribe-events-header{margin:1em 0 20px}.single-tribe_events #tribe-events-footer li,.single-tribe_events #tribe-events-header li{width:48%}#tribe-events-content .tribe-events-nav-date{padding-top:16px}select.tribe-events-dropdown{font-size:11px;margin:33px 9px 0 0;width:auto}#tribe-events-events-picker,#tribe-events-picker{display:inline}#tribe-events-content{margin-bottom:48px;padding:2px 0;position:relative}#tribe-events-content.tribe-events-list{padding:0}.tribe-events-othermonth .tribe-events-month-event-title,.tribe-events-othermonth div[id*=tribe-events-daynum-]{-khtml-opacity:.4;-ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=40)';filter:alpha(opacity=40);-moz-opacity:.4;opacity:.4}.tribe-events-list h2.tribe-events-page-title{margin-bottom:15px}#tribe-events-content.tribe-events-list{margin-bottom:60px}.tribe-events-list .type-tribe_events{border-bottom:1px solid #ddd;margin:0;padding:2.25em 0}.tribe-events-list .type-tribe_events.tribe-events-first{padding-top:0}.tribe-events-list h2.tribe-events-list-event-title{border:none;display:block;font-size:1.4em;letter-spacing:0;line-height:1.4em;margin:0;padding:0;text-transform:none;display:inline;float:none}.tribe-events-event-details .tribe-events-event-meta address.tribe-events-address{font-family:inherit;font-size:inherit;font-style:normal;line-height:inherit}.tribe-events-list .tribe-events-event-image{float:left;margin:0 3% 0 0;width:30%}.tribe-events-list .tribe-events-event-image img{height:auto;margin:0;padding:0;width:100%}.tribe-events-list .tribe-events-event-image+div.tribe-events-content{float:left;position:relative;width:67%}.tribe-events-loop .tribe-events-event-meta{border:0;clear:both;float:none;font-size:14px;font-weight:700;line-height:1.5;margin:5px 0 15px;overflow:visible}.tribe-events-list .tribe-events-loop .tribe-events-event-meta .recurringinfo{*display:inline;display:inline-block;zoom:1}.tribe-events-event-meta address.tribe-events-address{display:inline;font-family:inherit;font-size:inherit;font-style:normal;line-height:inherit;margin-right:10px}.tribe-events-list .tribe-events-loop .tribe-events-event-meta .event-is-recurring{position:relative}.tribe-events-list .time-details,.tribe-events-list .tribe-events-venue-details{display:block;line-height:1.2;margin:0}.tribe-events-list .time-details{margin:0 0 8px}.tribe-events-list .tribe-events-event-cost{float:right;margin:0 0 5px 5px}.tribe-events-list .tribe-events-event-cost span{background:#eee;border:1px solid #ddd;display:block;font-style:normal;font-weight:700;line-height:1.3;padding:5px 10px;text-align:center;text-overflow:ellipsis}.tribe-events-list .tribe-events-loop .tribe-events-content{padding:0;width:100%}.tribe-events-list-separator-year{color:#ccc;display:block;font-size:38px;font-weight:700;padding:1em 2.25em 0;text-align:center}.tribe-events-list-separator-month{background-color:#eee;display:block;font-size:14px;font-weight:700;margin:2.5em 0 0;padding:6px 10px;text-transform:uppercase}.tribe-events-list-separator-month+.type-tribe_events.tribe-events-first{padding-top:2.25em}.tribe-events-list .type-tribe_events.tribe-event-end-month{border-bottom:0;padding-bottom:0}.tribe-events-loop{clear:both}.tribe-events-loop .type-tribe_events.tribe-events-last{border-bottom:0}.tribe-events-loop .tribe-events-content{float:left;padding:0 5% 0 0;width:60%}.single-tribe_venue .tribe-events-loop .tribe-events-content p{margin:0}.events-archive h3 .published,.single-tribe_venue h3 .published{font-size:18px;font-style:italic;margin-top:0;text-transform:none}.tribe-events-event-day,.tribe-events-event-meta-desc{color:#333}.single-tribe_events h2.tribe-events-single-event-title{font-size:1.7em;line-height:1;margin:0;padding:0}#tribe-events-content .tribe-events-single-event-description img.attachment-post-thumbnail{display:block;margin-left:auto;margin-right:auto;text-align:center}.tribe-events-meta-group .tribe-events-single-section-title{font-size:1.4em;font-weight:700;margin:20px 0 10px}.tribe-events-meta-group+.tribe-events-single-section-title{margin-top:0}.tribe-events-event-meta .tribe-events-meta-group address.tribe-events-address{display:block;margin:0}#eventbrite-embed{margin:24px 0;min-height:225px;width:100%}.eventbrite-ticket-embed{margin:0 0 30px}.tribe-events-schedule{margin:20px 0 0}.single-tribe_events .tribe-events-schedule .recurringinfo,.single-tribe_events .tribe-events-schedule .tribe-events-cost,.single-tribe_events .tribe-events-schedule .tribe-events-divider{font-size:1.2em}.single-tribe_events .tribe-events-schedule h3{*display:inline;display:inline-block;font-size:1.2em;margin:0;padding:0;vertical-align:middle;white-space:nowrap;zoom:1}.single-tribe_events .tribe-events-schedule .tribe-events-cost{vertical-align:middle}.single-tribe_events .tribe-events-event-image{clear:both;margin-bottom:30px;text-align:center}.single-tribe_events .tribe-events-event-meta{background:#fafafa;border:1px solid #eee;margin:30px 0}.single-tribe_events .tribe-events-venue-map{*display:inline;background:#eee;border:1px solid #ddd;border-radius:3px;display:inline-block;float:right;margin:20px 4% 2% 0;padding:5px;vertical-align:top;width:58%;zoom:1}.single-tribe_events #tribe-events-gmap{height:0!important;margin:0!important;padding-top:50%;width:100%!important}.single-tribe_events .tribe-events-meta-group .tribe-events-venue-map{float:none;margin:20px 0 0;width:100%}.single-tribe_events .tribe-events-meta-group #tribe-events-gmap{height:0!important;margin-top:50px;padding-top:100%;width:100%!important}.single-tribe_events .tribe-events-event-meta{font-size:13px}.tribe-events-event-meta .column,.tribe-events-event-meta .tribe-events-meta-group{*display:inline;box-sizing:border-box;display:inline-block;float:left;margin:0 0 20px;padding:0 4%;text-align:left;vertical-align:top;width:33.3333%;zoom:1}.single-tribe_events .tribe-events-event-meta dl{margin:0}.single-tribe_events #tribe-events-content .tribe-events-event-meta dt{clear:left;font-weight:700;line-height:1;list-style:none}.single-tribe_events #tribe-events-content .tribe-events-event-meta dd{float:none;line-height:1.5;list-style:none;margin:0 0 10px;padding:0}#tribe-events-content .tribe-events-event-meta dd span.adr{display:block}.single-tribe_events .tribe-events-content{max-width:100%;padding:0;width:100%}.sidebar.single-tribe_events .tribe-events-content{padding:0}.tribe-events-day .tribe-events-day-time-slot h5{background-color:#eee;font-size:14px;font-weight:700;margin:2.5em 0 0;padding:6px 10px;text-transform:uppercase}.tribe-events-day .tribe-events-day-time-slot .type-tribe_events{margin-left:5%}#tribe-events-content table.tribe-events-calendar{border-collapse:collapse;clear:both;font-size:12px;margin:12px 0 .6em;table-layout:fixed;width:100%}#tribe-events-content .tribe-events-calendar td,#tribe-events-content table.tribe-events-calendar{border:1px solid #bbb}.tribe-events-calendar div[id*=tribe-events-daynum-],.tribe-events-calendar div[id*=tribe-events-daynum-] a{background-color:#f5f5f5;color:#333;font-size:11px;font-weight:700}.tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-],.tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-]>a{background-color:#666;color:#fff}.tribe-events-calendar td.tribe-events-past div[id*=tribe-events-daynum-],.tribe-events-calendar td.tribe-events-past div[id*=tribe-events-daynum-]>a{color:#999}#tribe-events-content .tribe-events-calendar td{box-sizing:border-box;color:#114b7d;font-size:12px;height:110px;padding:0 0 .5em;vertical-align:top;width:14.28%}.recurring-info-tooltip,.tribe-events-calendar .tribe-events-tooltip,.tribe-events-week .tribe-events-tooltip{background-color:#f9f9f9;border:1px solid #666;bottom:30px;color:#333;display:none;left:3px;line-height:1.4;position:absolute;width:320px;z-index:6}.tribe-events-tooltip .tribe-events-arrow{background-image:url(//gardenroutelife.com/plettenbergbay/wp-content/plugins/the-events-calendar/src/resources/images/tribe-tooltips.png);background-position:0 0;background-repeat:no-repeat;background-size:44px 19px;bottom:-11px;display:block;height:11px;left:20px;position:absolute;width:18px}.recurring-info-tooltip,.tribe-events-calendar .tribe-events-right .tribe-events-tooltip,.tribe-events-week .tribe-events-right .tribe-events-tooltip{left:auto;right:3px}.tribe-events-right .tribe-events-tooltip .tribe-events-arrow{left:auto;right:30px}.tribe-events-tooltip ol,.tribe-events-tooltip ul{margin-left:1.6em}@media screen{#tribe-events-content .tribe-events-tooltip ol,#tribe-events-content .tribe-events-tooltip ul{margin-left:1.6em}}.recurringinfo{*display:inline;display:inline-block;position:relative;vertical-align:middle;zoom:1}.event-is-recurring{color:rgba(0,0,0,.7);font-style:normal;font-weight:500;position:relative}.event-is-recurring:hover{color:#000}.recurring-info-tooltip.tribe-events-tooltip{left:10px;padding-bottom:.8em;width:200px}.events-archive.events-gridview #tribe-events-content table .type-tribe_events{border-bottom:1px solid #e7e7e7;margin:0 5%;padding:6px 8px}.events-archive.events-gridview #tribe-events-content table .tribe-events-last{border-bottom:0}.tribe-events-viewmore{border-top:1px solid #e7e7e7;font-weight:700;line-height:1;margin:0 5%;padding:9px 8px}.tribe-events-calendar td .tribe-events-viewmore a{font-size:100%}.tribe-events-calendar th{background-color:#ddd;color:#333;height:10px;letter-spacing:1px;padding:4px 0;text-align:center;text-transform:uppercase;width:14.28%}.tribe-events-calendar td div[id*=tribe-events-daynum-]{line-height:1.2;padding:6px 9px}.tribe-events-calendar td a{font-size:91.7%}.tribe-events-calendar div[id*=tribe-events-daynum-],.tribe-events-calendar div[id*=tribe-events-event-]{margin:0;position:relative}#tribe-events-content .tribe-events-calendar div[id*=tribe-events-event-] h3.tribe-events-month-event-title{font-family:sans-serif;font-size:13px;font-weight:700;font-weight:400;letter-spacing:0;line-height:1.25;margin:0;overflow:hidden;padding:0;text-transform:none}.tribe-events-calendar div[id*=tribe-events-event-] h3.tribe-events-month-event-title a{font-size:100%}#tribe-events-content .tribe-events-tooltip h4{background-color:#666;color:#fff;font-size:12px;font-weight:400;letter-spacing:1px;line-height:24px;margin:0;min-height:24px;padding:0 6px}.tribe-events-tooltip .tribe-events-event-body{font-size:11px;font-weight:400;padding:3px 6px 6px}.tribe-events-tooltip .duration{font-style:italic;margin:3px 0}.tribe-events-tooltip .tribe-events-event-thumb{float:left;padding:5px 5px 5px 0}.tribe-events-tooltip .tribe-events-event-thumb img{box-shadow:none}.tribe-events-tooltip p.entry-summary{font-size:11px;line-height:1.5;padding:0}#tribe-mobile-container{display:none}.tribe-events-list-widget ol li{list-style:none;margin-bottom:30px}.tribe-events-list-widget .duration{font-weight:700}.datepicker{z-index:5!important}.datepicker table tr td span,.datepicker td{border-radius:0}.datepicker td{border-top:1px solid #ededed}.datepicker table tr td.active.active,.datepicker table tr td span.active.active{background:#666}.datepicker table tr td.active.active:hover,.datepicker table tr td span.active.active:hover{background:#dadada;color:inherit}#tribe-events-bar{clear:none;height:auto;margin-bottom:30px;min-width:220px;position:relative;width:100%}#tribe-events-bar *{box-sizing:border-box}#tribe-bar-form{background:#f5f5f5;margin:0;position:relative;width:100%}#tribe-bar-form input{font-size:15px;margin:0 4px 0 0}#tribe-bar-form input[type=text]{background:0;border:none;border-bottom:1px dashed #b9b9b9;border-radius:0;box-shadow:none;font-weight:700;height:auto;line-height:1;padding:0 0 5px;width:100%}#tribe-bar-form input[type=text]:focus{outline:none}input[name*=tribe-bar-]::-webkit-input-placeholder{color:#5f5f5f;font-style:italic;font-weight:400;line-height:1.3}input[name*=tribe-bar-]:-moz-placeholder{color:#5f5f5f;font-style:italic;font-weight:400;line-height:1.3}.tribe-event-placeholder{color:#5f5f5f;font-weight:400;font-style:italic;line-height:1.3}#tribe-bar-form .tribe-bar-submit input[type=submit]{-webkit-appearance:button;background:#666;background-image:none;border:none;border-radius:0;color:#fff;font-size:13px;height:auto;letter-spacing:0;line-height:20px;padding:10px;width:100%}.tribe-bar-submit input[type=submit]:hover{background:#999;color:#fff}#tribe-bar-form label{display:block;font-size:11px;font-weight:700;line-height:1;margin:0 0 5px;padding:0;text-transform:uppercase}#tribe-bar-dates .select2-choice{border-bottom:1px dashed #b9b9b9}#tribe-bar-form .tribe-bar-filters{float:left;margin:0;position:relative;width:100%}#tribe-bar-form #tribe-bar-views+.tribe-bar-filters{left:auto;right:16.66667%;width:83.3333%}#tribe-bar-form .tribe-bar-filters-inner{margin:0}#tribe-bar-form.tribe-bar-full .tribe-bar-filters{display:block!important}.tribe-bar-date-filter{float:left;margin-bottom:0;padding:15px;width:25%}.tribe-bar-search-filter{float:left;margin-bottom:0;padding:15px;width:33.3333%}.tribe-bar-submit{float:left;margin-bottom:0;margin-left:16.6667%;padding:15px;width:25%}#tribe-bar-form #tribe-bar-views{background:transparent;float:left;left:83.3333%;margin:0;padding:0 0 0 5px;position:relative;right:auto;width:16.66667%}#tribe-bar-views:hover,#tribe-bar-views label:hover{cursor:pointer}.tribe-bar-views-inner{background:#e0e0e0;margin:0;padding:15px 0 45px}#tribe-bar-form .tribe-bar-views-inner label{padding:0 15px;text-align:left}.tribe-bar-views-inner .select2-container{padding:0 15px}.tribe-select2-results-views.select2-drop{background:#dbdbdb;border:none;box-shadow:none;z-index:7}#tribe-bar-form.tribe-bar-mini #tribe-bar-views{width:16.66667%}#tribe-bar-views .tribe-bar-views-list{border-radius:0 0 3px 3px;left:0;list-style-type:none;margin:0;padding:0 0 0 5px;position:absolute;top:auto;z-index:3}#tribe-bar-views li.tribe-bar-views-option{background:none;border:none;box-shadow:none;display:none;filter:'progid:DXImageTransform.Microsoft.gradient(enabled=false)';line-height:14px;list-style:none;margin:0;padding:0 5px 0 0;padding:0}#tribe-bar-views.tribe-bar-views-open .tribe-bar-views-option,#tribe-bar-views .tribe-bar-views-option.tribe-bar-active,#tribe-bar-views .tribe-bar-views-option:first-child{display:list-item}#tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option a{background:#e0e0e0;color:#444;display:block;padding:6px 15px;text-align:left;text-decoration:none}#tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option a:hover{background:#cacaca;color:inherit}#tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option.tribe-bar-active a:hover{background:#e0e0e0}#tribe-bar-views .tribe-bar-views-option:last-child a{border-radius:0 0 3px 3px}.tribe-no-js #tribe-bar-views [name=tribe-bar-view]{display:block}#tribe-bar-views [name=tribe-bar-view]{display:none}#tribe-bar-views .tribe-bar-views-list{float:left;width:100%}#tribe-bar-views .tribe-bar-settings{display:none}#tribe-bar-form.tribe-bar-mini *{font-size:12px}#tribe-bar-form.tribe-bar-mini label{font-size:11px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tribe-bar-mini .tribe-bar-filters{display:block!important;float:left;width:83.3333%}.tribe-bar-mini .tribe-bar-date-filter{padding:10px}.tribe-bar-mini .tribe-bar-search-filter{padding:10px;width:45%}.tribe-bar-mini .tribe-bar-submit{margin-left:5%;padding:10px;width:25%}#tribe-bar-form.tribe-bar-mini .tribe-bar-submit input[type=submit]{-webkit-appearance:button;font-size:11px;padding:10px 5px}.tribe-bar-mini #tribe-bar-views{width:16.66667%}.tribe-bar-mini .tribe-bar-views-inner{padding:10px 0 35px}.tribe-bar-mini .tribe-bar-views-inner label{padding:0 10px}.tribe-bar-mini #tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option a{padding:4px 15px}#tribe-bar-collapse-toggle{background:#f5f5f5;display:none;float:left;font-size:13px;font-weight:700;line-height:28px;padding:15px;position:relative;text-transform:uppercase}#tribe-bar-collapse-toggle:hover{cursor:pointer}#tribe-bar-collapse-toggle span.tribe-bar-toggle-arrow{display:inline-block;margin:0 4px;position:absolute;right:10px}#tribe-bar-collapse-toggle span.tribe-bar-toggle-arrow:after{border:solid transparent;border-color:rgba(136,183,213,0);border-top-color:inherit;border-width:8px;content:' ';height:0;pointer-events:none;position:absolute;right:0;top:10px;width:0}#tribe-bar-collapse-toggle.tribe-bar-filters-open span.tribe-bar-toggle-arrow:after{border-bottom-color:inherit;border-top-color:transparent;top:0}#tribe-bar-form.tribe-bar-collapse #tribe-bar-views+.tribe-bar-filters{clear:both;display:none;left:auto;margin-top:5px;overflow:hidden;right:auto;width:100%}.tribe-bar-collapse #tribe-bar-views,.tribe-bar-collapse .tribe-bar-filters-inner>div{height:auto;margin:0;width:100%}.tribe-bar-collapse #tribe-bar-collapse-toggle{display:block;width:70%}.tribe-bar-collapse #tribe-bar-collapse-toggle.tribe-bar-collapse-toggle-full-width{width:100%}#tribe-bar-form.tribe-bar-collapse #tribe-bar-views{float:left;left:auto;width:30%}#tribe-bar-form.tribe-bar-collapse .tribe-bar-views-inner{padding:10px 0 40px}#tribe-bar-form.tribe-bar-collapse .tribe-bar-views-inner label{margin:0}.tribe-bar-is-disabled .tribe-events-page-title{clear:none;line-height:45px;margin:0;text-align:left}.tribe-bar-disabled{float:right;position:relative;z-index:4}.tribe-bar-disabled #tribe-events-bar{float:none;min-width:0;width:auto}.tribe-bar-disabled #tribe-bar-form{border-radius:3px;width:auto}.tribe-bar-disabled .tribe-bar-filters{float:left}.tribe-bar-disabled .tribe-bar-filters .tribe-bar-date-filter{padding:5px 10px}.tribe-bar-disabled #tribe-bar-form label{font-size:10px}.tribe-bar-disabled #tribe-bar-form .tribe-bar-filters input[type=text]{border:none;display:block;font-size:13px;line-height:15px;margin:0;padding:0;width:85px}.tribe-bar-disabled #tribe-bar-form #tribe-bar-views+.tribe-bar-filters{left:auto;right:50%;width:50%}.tribe-bar-disabled .tribe-bar-date-filter,.tribe-events-uses-geolocation .tribe-bar-disabled .tribe-bar-date-filter{width:auto}.tribe-bar-disabled #tribe-bar-form #tribe-bar-views{float:left;font-size:16px;left:50%;padding:0;right:auto;width:50%}.tribe-bar-disabled .tribe-bar-views-inner{border-radius:0 3px 3px 0;min-width:100px;padding:5px 0 25px}.tribe-bar-disabled #tribe-bar-form .tribe-bar-views-inner label{padding:0 10px}.tribe-bar-disabled #tribe-bar-views .tribe-bar-views-list,.tribe-bar-disabled #tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option{margin:0}.tribe-bar-disabled #tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option a{margin:0;padding:4px 10px}.tribe-bar-disabled #tribe-bar-views .select2-container .select2-choice{font-size:13px;height:auto;line-height:18px}.tribe-bar-is-disabled .tribe-select2-results-views.select2-drop .select2-results li{padding:0 10px}.tribe-bar-disabled #tribe-bar-collapse-toggle,.tribe-bar-disabled .tribe-bar-submit{display:none}.tribe-bar-view-list a[class*=tribe-icon-],.tribe-bar-views-list span[class^=tribe-icon-],.tribe-select2-results-views span[class^=tribe-icon-]{background-position:0 50%;background-repeat:no-repeat;display:block;min-height:16px;padding-left:24px}.tribe-select2-results-views span[class^=tribe-icon-]{display:inline-block;min-height:16px}.tribe-bar-views-list span[class^=tribe-icon-],.tribe-select2-results-views span[class^=tribe-icon-]{background-image:url(//gardenroutelife.com/plettenbergbay/wp-content/plugins/the-events-calendar/src/resources/images/events-bar/icon-month.png);background-size:15px 16px}.tribe-bar-view-list span[class^=tribe-icon-],.tribe-bar-views-list span.tribe-icon-list,.tribe-select2-results-views span.tribe-icon-list{background-image:url(//gardenroutelife.com/plettenbergbay/wp-content/plugins/the-events-calendar/src/resources/images/events-bar/icon-list.png);background-size:15px 10px}.tribe-bar-view-list a.tribe-icon-list,.tribe-bar-view-list a.tribe-icon-month{background-position:10px 50%;padding-left:30px}.tribe-bar-view-list a.tribe-icon-month,.tribe-bar-views-list span.tribe-icon-month,.tribe-select2-results-views .tribe-icon-month{background-image:url(//gardenroutelife.com/plettenbergbay/wp-content/plugins/the-events-calendar/src/resources/images/events-bar/icon-month.png);background-size:15px 16px}.tribe-bar-views-list span.tribe-icon-week,.tribe-select2-results-views span.tribe-icon-week{background-image:url(//gardenroutelife.com/plettenbergbay/wp-content/plugins/the-events-calendar/src/resources/images/events-bar/icon-week.png);background-size:15px 16px}.tribe-bar-views-list span.tribe-icon-day,.tribe-select2-results-views span.tribe-icon-day{background-image:url(//gardenroutelife.com/plettenbergbay/wp-content/plugins/the-events-calendar/src/resources/images/events-bar/icon-day.png);background-size:15px 16px}.tribe-bar-views-list span.tribe-icon-photo,.tribe-select2-results-views span.tribe-icon-photo{background-image:url(//gardenroutelife.com/plettenbergbay/wp-content/plugins/the-events-calendar/src/resources/images/events-bar/icon-photo.png);background-size:15px 14px}.tribe-bar-views-list span.tribe-icon-map,.tribe-select2-results-views span.tribe-icon-map{background-image:url(//gardenroutelife.com/plettenbergbay/wp-content/plugins/the-events-calendar/src/resources/images/events-bar/icon-map.png);background-position:2px 50%;background-size:12px 16px}.tribe-events-week.tribe-theme-parent-twentyfourteen #masthead,.tribe-events-week.tribe-theme-twentyfourteen #masthead{z-index:6}.tribe-theme-parent-twentyfourteen #tribe-events-pg-template #tribe-events,.tribe-theme-twentyfourteen #tribe-events-pg-template #tribe-events{padding:20px}.tribe-theme-parent-twentyfourteen #tribe-bar-views .tribe-bar-views-list,.tribe-theme-twentyfourteen #tribe-bar-views .tribe-bar-views-list{z-index:1}@media screen and (min-width:1000px){.tribe-theme-parent-twentyfourteen #tribe-events-pg-template,.tribe-theme-twentyfourteen #tribe-events-pg-template{padding-left:220px}}#tribe-events-content .tribe-updated{display:inherit}@media screen and (max-width:400px){.list-view.events-archive .site-content .type-page .entry-content{display:initial}}.tribe-theme-twentyfifteen.events-single.tribe-events-page-template #tribe-events-pg-template{padding-top:8.3333%}.tribe-theme-twentyfifteen.events-single.tribe-events-page-template #tribe-events-content{padding:8.3333% 10%}.tribe-theme-twentyfifteen.single-tribe_events #tribe-events .tribe_events{box-shadow:none;margin-left:0;margin-right:0;padding-top:0}.tribe-theme-twentyfifteen.single-tribe_events #tribe-events .tribe-events-schedule h2{display:inline-block;font-size:1.2em;margin:0}.tribe-theme-twentyfifteen.single-tribe_events.page-template-page-php .tribe-events-single{box-shadow:none;margin-bottom:0!important;margin-left:0;margin-right:0}.tribe-theme-twentyfifteen.tribe-events-week .tribe-events-grid .hentry{margin-left:0;margin-right:0}.tribe-theme-twentyfifteen .tribe-events-list-widget .type-tribe_events{border-top:1px solid rgba(51,51,51,.1);box-shadow:none;margin-left:0;margin-right:0}.tribe-theme-twentyfifteen .tribe-events-list-widget .entry-title{font-size:2.2rem;font-size:22px;line-height:1.4545}.tribe-theme-twentyfifteen.tribe-events-page-template #tribe-events-content-wrapper{padding:3.333%}.tribe-theme-twentyfifteen .tribe-events-list .type-tribe_events,.tribe-theme-twentyfifteen .tribe-events-list .type-tribe_events.tribe-events-first{padding:8.333% 10%}.tribe-theme-twentyfifteen .tribe-events-day-time-slot .type-tribe_events{margin-left:0}.tribe-theme-twentyfifteen .type-tribe_events a.more-link{display:none}.tribe-theme-twentyfifteen .datepicker.dropdown-menu{max-width:340px}.tribe-theme-twentyfifteen .datepicker.dropdown-menu table,.tribe-theme-twentyfifteen .datepicker.dropdown-menu table.table-condensed{border-left-width:0;border-top-width:0}.tribe-theme-twentyfifteen .tribe-events-calendar td a,.tribe-theme-twentyfifteen .tribe-events-nav-next a,.tribe-theme-twentyfifteen .tribe-events-nav-previous a,.tribe-theme-twentyfifteen ul.tribe-bar-views-list li a{border-bottom:none}.tribe-theme-twentyfifteen.events-archive .entry-footer,.tribe-theme-twentyfifteen.single-tribe_events .entry-footer{display:none}.tribe-theme-twentyfifteen .tribe-events-list .time-details,.tribe-theme-twentyfifteen .tribe-events-list .tribe-events-venue-details{line-height:1.6}body.tribe-theme-twentysixteen table.tribe-events-calendar{table-layout:auto}body.tribe-theme-twentysixteen .tribe-events-single-section-title:first-child{margin-top:20px}body.tribe-theme-twentysixteen .tribe-events-content.entry-summary{font-size:inherit;margin-bottom:0;margin-top:5px}body.tribe-theme-twentysixteen.events-archive .entry-content,body.tribe-theme-twentysixteen.events-archive .entry-header{width:auto}body.tribe-theme-twentysixteen .datepicker table{border:0;width:auto}@media (-o-min-device-pixel-ratio:2/1),(-webkit-min-device-pixel-ratio:2),(min--moz-device-pixel-ratio:2),(min-device-pixel-ratio:2){.tribe-events-tooltip .tribe-events-arrow{background-image:url(//gardenroutelife.com/plettenbergbay/wp-content/plugins/the-events-calendar/src/resources/images/tribe-tooltips@2x.png)}#tribe-bar-filters .tribe-bar-button-search .tribe-bar-btn-small{background-image:url(//gardenroutelife.com/plettenbergbay/wp-content/plugins/the-events-calendar/src/resources/images/events-bar/icon-search@2x.png)}#tribe-events-bar .tribe-bar-button-settings span{background-image:url(//gardenroutelife.com/plettenbergbay/wp-content/plugins/the-events-calendar/src/resources/images/events-bar/icon-gear@2x.png)}#tribe-events-bar [class^=tribe-bar-button-]:after{background-image:url(//gardenroutelife.com/plettenbergbay/wp-content/plugins/the-events-calendar/src/resources/vendor/select2/select2x2.png)}.tribe-bar-view-list a[class^=tribe-icon-],.tribe-bar-views-list span[class^=tribe-icon-],.tribe-select2-results-views span[class^=tribe-icon-]{background-image:url(//gardenroutelife.com/plettenbergbay/wp-content/plugins/the-events-calendar/src/resources/images/events-bar/icon-month@2x.png)}.tribe-bar-view-list span[class^=tribe-icon-],.tribe-bar-views-list span.tribe-icon-list,.tribe-select2-results-views span.tribe-icon-list{background-image:url(//gardenroutelife.com/plettenbergbay/wp-content/plugins/the-events-calendar/src/resources/images/events-bar/icon-list@2x.png)}.tribe-bar-view-list a.tribe-icon-month,.tribe-bar-views-list span.tribe-icon-month,.tribe-select2-results-views span.tribe-icon-month{background-image:url(//gardenroutelife.com/plettenbergbay/wp-content/plugins/the-events-calendar/src/resources/images/events-bar/icon-month@2x.png)}.tribe-bar-views-list span.tribe-icon-week,.tribe-select2-results-views span.tribe-icon-week{background-image:url(//gardenroutelife.com/plettenbergbay/wp-content/plugins/the-events-calendar/src/resources/images/events-bar/icon-week@2x.png)}.tribe-bar-views-list span.tribe-icon-day,.tribe-select2-results-views span.tribe-icon-day{background-image:url(//gardenroutelife.com/plettenbergbay/wp-content/plugins/the-events-calendar/src/resources/images/events-bar/icon-day@2x.png)}.tribe-bar-views-list span.tribe-icon-photo,.tribe-select2-results-views span.tribe-icon-photo{background-image:url(//gardenroutelife.com/plettenbergbay/wp-content/plugins/the-events-calendar/src/resources/images/events-bar/icon-photo@2x.png)}.tribe-bar-views-list span.tribe-icon-map,.tribe-select2-results-views span.tribe-icon-map{background-image:url(//gardenroutelife.com/plettenbergbay/wp-content/plugins/the-events-calendar/src/resources/images/events-bar/icon-map@2x.png)}}#tribe-events-content .tribe-events-tooltip h4,#tribe_events_filters_wrapper .tribe_events_slider_val,.single-tribe_events a.tribe-events-gcal,.single-tribe_events a.tribe-events-ical{color:#21759b}#tribe-events .tribe-events-button,#tribe-events .tribe-events-button:hover,#tribe_events_filters_wrapper input[type=submit],.tribe-events-button,.tribe-events-button.tribe-active:hover,.tribe-events-button.tribe-inactive,.tribe-events-button:hover,.tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-],.tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-]>a{background-color:#21759b}#tribe_events_filters_wrapper input[type=submit]:hover,.tribe-events-button.tribe-active:hover{background-color:#0f3647}#tribe-events .tribe-events-button:hover,.tribe-events-button.tribe-active:hover,.tribe-events-button.tribe-inactive,.tribe-events-button:hover{color:#fff}#tribe_events_filters_wrapper h3 span:after{border-top-color:#21759b}#tribe_events_filters_wrapper .tribe_events_filter_item.closed h3 span:after{border-left-color:#21759b}.tribe-events-adv-list-widget .tribe-events-widget-link a,.tribe-events-back a,.tribe-events-list-widget .tribe-events-widget-link a,ul.tribe-events-sub-nav a{font-size:15px;font-weight:700}.tribe-events-gcal{margin-right:1.25em}.tribe-events-divider{display:none}.event-is-recurring .tribe-events-divider{display:inline}.tribe-events-event-image{margin-bottom:1.25em;text-align:left}#tribe-geo-results h2.tribe-events-page-title,h2.tribe-events-page-title{font-size:30px;font-weight:700}#tribe-events-header .tribe-events-sub-nav .tribe-events-nav-next a,#tribe-events-header .tribe-events-sub-nav li{display:none}#tribe-events-header .tribe-events-sub-nav .tribe-events-nav-next{display:block}.events-list #tribe-events-footer,.single-tribe_events #tribe-events-footer,.tribe-events-day #tribe-events-footer,.tribe-events-map #tribe-events-footer,.tribe-events-photo #tribe-events-footer{border-top:1px solid #e5e5e5;padding-top:2em}.single-tribe_events #tribe-events-header{display:none}.tribe-events-day .tribe-events-day-time-slot h5{font-size:21px;margin:1.5em 0 .25em;background-color:transparent;padding:6px 10px;background:#e0e0e0;color:#fff;text-align:center;line-height:1}.tribe-events-list .type-tribe_events{border-bottom:0;padding:1.75em 0;position:relative}.tribe-events-list .type-tribe_events h2{font-size:1.6em}.tribe-events-list-separator-year{font-size:28px;padding-top:1.25em}.tribe-events-list-separator-year+.tribe-events-list-separator-month{margin-top:.25em}.tribe-events-list-separator-month{text-transform:none;font-size:24px;margin:1.25em auto;text-align:center;position:relative;background-color:transparent;z-index:1}.tribe-events-list-separator-month:after{content:'';border-bottom:1px solid #c2c2c2;height:1px;width:100%;display:block;position:absolute;top:50%;left:0;z-index:-1}.tribe-events-list-separator-month span{background-color:#fff;padding:0 7.5%}.tribe-events-list-separator-month+.type-tribe_events.tribe-events-first{padding-top:1.5em}.tribe-events-list .type-tribe_events.tribe-event-end-month{padding-bottom:1.5em}.tribe-events-loop .tribe-events-event-meta{margin-bottom:1em;font-size:13px}.tribe-events-list .tribe-events-loop .tribe-events-event-meta .recurringinfo{padding-left:0;font-weight:400;vertical-align:top}.tribe-events-list .time-details,.tribe-events-list .tribe-events-venue-details{line-height:1.2}.tribe-events-event-meta address.tribe-events-address,.tribe-events-list .tribe-events-venue-details{font-weight:400;font-style:italic}.tribe-events-event-meta address.tribe-events-address{padding-right:3px}.events-list .tribe-events-loop,.single-tribe_organizer .tribe-events-loop,.single-tribe_venue .tribe-events-loop,.tribe-events-day .tribe-events-loop{max-width:700px;margin:0 auto}.single-tribe_events h2.tribe-events-single-event-title{font-size:33px}.tribe-events-schedule{margin:1em 0 1.5em}.single-tribe_events .tribe-events-schedule .tribe-events-divider{display:inline-block;zoom:1;*display:inline;font-weight:400}.single-tribe_events .tribe-events-schedule .recurringinfo{margin-right:.5em}.single-tribe_events .tribe-events-schedule h3{font-size:18px;margin:0}.single-tribe_events .tribe-events-cal-links{margin-bottom:1.75em;display:block}.single-tribe_events a.tribe-events-gcal,.single-tribe_events a.tribe-events-gcal:hover,.single-tribe_events a.tribe-events-ical,.single-tribe_events a.tribe-events-ical:hover{background-color:transparent;text-transform:none;font-size:14px;font-weight:700;letter-spacing:0;padding:0;float:none;color:#21759b}.single-tribe_events .tribe-events-event-image{text-align:left;margin-bottom:1.25em}.tribe-events-event-schedule-details{margin-right:.5em}.tribe-events-meta-group .tribe-events-single-section-title{font-size:17px}.single-tribe_events .tribe-events-event-meta{font-size:14px}#tribe-events-content .tribe-events-calendar td{border:1px solid #d2d2d2;border-top:0;-webkit-transition:all .2s cubic-bezier(.55,.085,.68,.53);transition:all .2s cubic-bezier(.55,.085,.68,.53)}#tribe-events-content .tribe-events-calendar td:hover{background:#f7f7f7;box-shadow:0 0 10px rgba(0,0,0,.2)}#tribe-events-content .tribe-events-calendar td.tribe-events-othermonth{background:#f9f9f9}#tribe-events-content .tribe-events-calendar .tribe-events-othermonth:hover{box-shadow:none}#tribe-events-content table.tribe-events-calendar{border-bottom:1px solid #d2d2d2;border-top:0}.tribe-events-calendar div[id*=tribe-events-daynum-],.tribe-events-calendar div[id*=tribe-events-daynum-] a{background-color:#b2b2b2;color:#fff;font-size:12px;font-weight:700}.tribe-events-calendar div[id*=tribe-events-daynum-] a:hover{color:#666}.tribe-events-calendar td.tribe-events-past div[id*=tribe-events-daynum-],.tribe-events-calendar td.tribe-events-past div[id*=tribe-events-daynum-]>a{background-color:#e0e0e0;color:#fff}.tribe-events-calendar td.tribe-events-past .tribe-events-month-event-title a,.tribe-events-calendar td.tribe-events-past .tribe-events-viewmore a{opacity:.5;filter:Alpha(opacity=50)}.recurring-info-tooltip,.tribe-events-calendar .tribe-events-tooltip,.tribe-events-week .tribe-events-tooltip{border:0;background-color:#fff;color:#606060;padding:.75em 1em 1.15em;box-shadow:3px 4px 21px rgba(0,0,0,.38)}.tribe-events-tooltip .tribe-events-arrow{width:20px;height:7px;background-image:url(//gardenroutelife.com/plettenbergbay/wp-content/plugins/the-events-calendar/src/resources/images/tribe-theme/tribe-theme-tooltips.png);background-size:37px 20px;bottom:-7px}.events-archive.events-gridview #tribe-events-content table .type-tribe_events{border-bottom:1px solid #e0e0e0}.events-archive.events-gridview #tribe-events-content table .tribe-events-last{border-bottom:0}.tribe-events-calendar thead th{background-color:#666;color:#fff;font-weight:700;padding:1em 0;white-space:nowrap;border-left:1px solid #666;border-right:1px solid #666}.tribe-events-calendar td div[id*=tribe-events-daynum-]{padding:4px 9px 6px}#tribe-events-content .tribe-events-tooltip h4{margin:0;background-color:transparent;font-size:18px;padding:0;letter-spacing:0;font-weight:700}.tribe-events-tooltip .tribe-events-event-body{font-size:11px;padding:0}.tribe-events-tooltip .duration{font-style:normal;font-weight:700;margin:0;padding:.4em 0 .5em}.tribe-events-tooltip .tribe-events-event-thumb{padding:.85em 1em 0 0}.tribe-events-tooltip p.entry-summary{font-size:13px;padding-top:.5em}.events-list.tribe-bar-is-disabled #tribe-events-content-wrapper{max-width:700px;margin:0 auto}.tribe-events-map.tribe-bar-is-disabled #tribe-events-content-wrapper{max-width:none}.tribe-shortcode-align-right{float:right}.tribe-shortcode-align-left{float:left}.tribe-shortcode-align-center{display:table;margin-left:auto!important;margin-right:auto!important}.tribe-shortcode.tribe-events-event-meta.tribe-shortcode-align-right{margin-right:20px}.tribe-shortcode.tribe-events-event-meta.tribe-shortcode-align-left{margin-left:20px}.tribe-shortcode.tribe-events-event-meta .tribe-events-meta-group{width:auto;min-width:250px}.tribe-theme-twentyeleven.single-tribe_events .tribe-events-schedule .tribe-events-divider,.tribe-theme-twentyfourteen.single-tribe_events .tribe-events-schedule .tribe-events-divider,.tribe-theme-twentyten.single-tribe_events .tribe-events-schedule .tribe-events-divider,.tribe-theme-twentythirteen.single-tribe_events .tribe-events-schedule .tribe-events-divider,.tribe-theme-twentytwelve.single-tribe_events .tribe-events-schedule .tribe-events-divider{display:none}@media (-o-min-device-pixel-ratio:2/1),(-webkit-min-device-pixel-ratio:2),(min--moz-device-pixel-ratio:2),(min-device-pixel-ratio:2){.tribe-events-tooltip .tribe-events-arrow{background-image:url(//gardenroutelife.com/plettenbergbay/wp-content/plugins/the-events-calendar/src/resources/images/tribe-theme/tribe-theme-tooltips@2x.png)}}