/*! =========================================================
 * bootstrap-slider.js
 *
 * Maintainers:
 *		Kyle Kemp
 *			- Twitter: @seiyria
 *			- Github:  seiyria
 *		Rohit Kalkur
 *			- Twitter: @Rovolutionary
 *			- Github:  rovolution
 *
 * =========================================================
 *
 * bootstrap-slider is released under the MIT License
 * Copyright (c) 2017 Kyle Kemp, Rohit Kalkur, and contributors
 *
 * Permission is hereby granted, free of charge, to any person
 * obtaining a copy of this software and associated documentation
 * files (the "Software"), to deal in the Software without
 * restriction, including without limitation the rights to use,
 * copy, modify, merge, publish, distribute, sublicense, and/or sell
 * copies of the Software, and to permit persons to whom the
 * Software is furnished to do so, subject to the following
 * conditions:
 *
 * The above copyright notice and this permission notice shall be
 * included in all copies or substantial portions of the Software.
 *
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
 * OTHER DEALINGS IN THE SOFTWARE.
 *
 * ========================================================= */.slider{display:inline-block;vertical-align:middle;position:relative}.slider.slider-horizontal{width:210px;height:20px}.slider.slider-horizontal .slider-track{height:10px;width:100%;margin-top:-5px;top:50%;left:0}.slider.slider-horizontal .slider-selection,.slider.slider-horizontal .slider-track-high,.slider.slider-horizontal .slider-track-low{height:100%;top:0;bottom:0}.slider.slider-horizontal .slider-handle,.slider.slider-horizontal .slider-tick{margin-left:-10px}.slider.slider-horizontal .slider-handle.triangle,.slider.slider-horizontal .slider-tick.triangle{position:relative;top:50%;transform:translateY(-50%);border-width:0 10px 10px 10px;width:0;height:0;border-bottom-color:#036fa5;margin-top:0}.slider.slider-horizontal .slider-tick-container{white-space:nowrap;position:absolute;top:0;left:0;width:100%}.slider.slider-horizontal .slider-tick-label-container{white-space:nowrap;margin-top:20px}.slider.slider-horizontal .slider-tick-label-container .slider-tick-label{display:inline-block;padding-top:24px;text-align:center}.slider.slider-horizontal.slider-rtl .slider-track{left:initial;right:0}.slider.slider-horizontal.slider-rtl .slider-handle,.slider.slider-horizontal.slider-rtl .slider-tick{margin-left:initial;margin-right:-10px}.slider.slider-horizontal.slider-rtl .slider-tick-container{left:initial;right:0}.slider.slider-vertical{height:210px;width:20px}.slider.slider-vertical .slider-track{width:10px;height:100%;left:25%;top:0}.slider.slider-vertical .slider-selection{width:100%;left:0;top:0;bottom:0}.slider.slider-vertical .slider-track-high,.slider.slider-vertical .slider-track-low{width:100%;left:0;right:0}.slider.slider-vertical .slider-handle,.slider.slider-vertical .slider-tick{margin-top:-10px}.slider.slider-vertical .slider-handle.triangle,.slider.slider-vertical .slider-tick.triangle{border-width:10px 0 10px 10px;width:1px;height:1px;border-left-color:#036fa5;margin-left:0}.slider.slider-vertical .slider-tick-label-container{white-space:nowrap}.slider.slider-vertical .slider-tick-label-container .slider-tick-label{padding-left:4px}.slider.slider-vertical.slider-rtl .slider-track{left:initial;right:25%}.slider.slider-vertical.slider-rtl .slider-selection{left:initial;right:0}.slider.slider-vertical.slider-rtl .slider-handle.triangle,.slider.slider-vertical.slider-rtl .slider-tick.triangle{border-width:10px 10px 10px 0}.slider.slider-vertical.slider-rtl .slider-tick-label-container .slider-tick-label{padding-left:initial;padding-right:4px}.slider.slider-disabled .slider-handle{background-color:#cfcfcf;background-image:-moz-linear-gradient(top,#dfdfdf,#bebebe);background-image:-webkit-gradient(linear,0 0,0 100%,from(#dfdfdf),to(#bebebe));background-image:-webkit-linear-gradient(top,#dfdfdf,#bebebe);background-image:-o-linear-gradient(top,#dfdfdf,#bebebe);background-image:linear-gradient(to bottom,#dfdfdf,#bebebe);background-repeat:repeat-x}.slider.slider-disabled .slider-track{background-color:#e7e7e7;background-image:-moz-linear-gradient(top,#e5e5e5,#e9e9e9);background-image:-webkit-gradient(linear,0 0,0 100%,from(#e5e5e5),to(#e9e9e9));background-image:-webkit-linear-gradient(top,#e5e5e5,#e9e9e9);background-image:-o-linear-gradient(top,#e5e5e5,#e9e9e9);background-image:linear-gradient(to bottom,#e5e5e5,#e9e9e9);background-repeat:repeat-x;cursor:not-allowed}.slider input{display:none}.slider .tooltip-inner{white-space:nowrap;max-width:none}.slider .tooltip{pointer-events:none}.slider .tooltip.top{margin-top:-36px}.slider .tooltip-inner{white-space:nowrap;max-width:none}.slider .hide{display:none}.slider-track{background-color:#f7f7f7;background-image:-moz-linear-gradient(top,#f5f5f5,#f9f9f9);background-image:-webkit-gradient(linear,0 0,0 100%,from(#f5f5f5),to(#f9f9f9));background-image:-webkit-linear-gradient(top,#f5f5f5,#f9f9f9);background-image:-o-linear-gradient(top,#f5f5f5,#f9f9f9);background-image:linear-gradient(to bottom,#f5f5f5,#f9f9f9);background-repeat:repeat-x;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);-moz-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);box-shadow:inset 0 1px 2px rgba(0,0,0,.1);-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;position:absolute;cursor:pointer}.slider-selection{background-color:#f7f7f7;background-image:-moz-linear-gradient(top,#f9f9f9,#f5f5f5);background-image:-webkit-gradient(linear,0 0,0 100%,from(#f9f9f9),to(#f5f5f5));background-image:-webkit-linear-gradient(top,#f9f9f9,#f5f5f5);background-image:-o-linear-gradient(top,#f9f9f9,#f5f5f5);background-image:linear-gradient(to bottom,#f9f9f9,#f5f5f5);background-repeat:repeat-x;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);-moz-box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;position:absolute}.slider-selection.tick-slider-selection{background-color:#46c1fe;background-image:-moz-linear-gradient(top,#52c5ff,#3abcfd);background-image:-webkit-gradient(linear,0 0,0 100%,from(#52c5ff),to(#3abcfd));background-image:-webkit-linear-gradient(top,#52c5ff,#3abcfd);background-image:-o-linear-gradient(top,#52c5ff,#3abcfd);background-image:linear-gradient(to bottom,#52c5ff,#3abcfd);background-repeat:repeat-x}.slider-track-high,.slider-track-low{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;position:absolute;background:0 0}.slider-handle{background-color:#0478b2;background-image:-moz-linear-gradient(top,#0480be,#036fa5);background-image:-webkit-gradient(linear,0 0,0 100%,from(#0480be),to(#036fa5));background-image:-webkit-linear-gradient(top,#0480be,#036fa5);background-image:-o-linear-gradient(top,#0480be,#036fa5);background-image:linear-gradient(to bottom,#0480be,#036fa5);background-repeat:repeat-x;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05);-moz-box-shadow:inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05);box-shadow:inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05);position:absolute;top:0;width:20px;height:20px;background-color:#0480be;border:0 solid transparent}.slider-handle:hover{cursor:pointer}.slider-handle.round{-webkit-border-radius:20px;-moz-border-radius:20px;border-radius:20px}.slider-handle.triangle{background:transparent none}.slider-handle.custom{background:transparent none}.slider-handle.custom::before{line-height:20px;font-size:20px;content:'\2605';color:#726204}.slider-tick{background-color:#f7f7f7;background-image:-moz-linear-gradient(top,#f5f5f5,#f9f9f9);background-image:-webkit-gradient(linear,0 0,0 100%,from(#f5f5f5),to(#f9f9f9));background-image:-webkit-linear-gradient(top,#f5f5f5,#f9f9f9);background-image:-o-linear-gradient(top,#f5f5f5,#f9f9f9);background-image:linear-gradient(to bottom,#f5f5f5,#f9f9f9);background-repeat:repeat-x;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);-moz-box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;position:absolute;cursor:pointer;width:20px;height:20px;filter:none;opacity:.8;border:0 solid transparent}.slider-tick.round{border-radius:50%}.slider-tick.triangle{background:transparent none}.slider-tick.custom{background:transparent none}.slider-tick.custom::before{line-height:20px;font-size:20px;content:'\2605';color:#726204}.slider-tick.in-selection{background-color:#46c1fe;background-image:-moz-linear-gradient(top,#52c5ff,#3abcfd);background-image:-webkit-gradient(linear,0 0,0 100%,from(#52c5ff),to(#3abcfd));background-image:-webkit-linear-gradient(top,#52c5ff,#3abcfd);background-image:-o-linear-gradient(top,#52c5ff,#3abcfd);background-image:linear-gradient(to bottom,#52c5ff,#3abcfd);background-repeat:repeat-x;opacity:1}@font-face{font-family:'Source Sans Pro';font-style:normal;font-weight:300;src:local("Source Sans Pro Light"),local("SourceSansPro-Light"),url(https://fonts.gstatic.com/s/sourcesanspro/v11/6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zwmhdu3cOWxy40.woff2) format("woff2");unicode-range:U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:'Source Sans Pro';font-style:normal;font-weight:300;src:local("Source Sans Pro Light"),local("SourceSansPro-Light"),url(https://fonts.gstatic.com/s/sourcesanspro/v11/6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zwkxdu3cOWxy40.woff2) format("woff2");unicode-range:U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:'Source Sans Pro';font-style:normal;font-weight:300;src:local("Source Sans Pro Light"),local("SourceSansPro-Light"),url(https://fonts.gstatic.com/s/sourcesanspro/v11/6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zwmxdu3cOWxy40.woff2) format("woff2");unicode-range:U+1F00-1FFF}@font-face{font-family:'Source Sans Pro';font-style:normal;font-weight:300;src:local("Source Sans Pro Light"),local("SourceSansPro-Light"),url(https://fonts.gstatic.com/s/sourcesanspro/v11/6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zwlBdu3cOWxy40.woff2) format("woff2");unicode-range:U+0370-03FF}@font-face{font-family:'Source Sans Pro';font-style:normal;font-weight:300;src:local("Source Sans Pro Light"),local("SourceSansPro-Light"),url(https://fonts.gstatic.com/s/sourcesanspro/v11/6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zwmBdu3cOWxy40.woff2) format("woff2");unicode-range:U+0102-0103,U+0110-0111,U+1EA0-1EF9,U+20AB}@font-face{font-family:'Source Sans Pro';font-style:normal;font-weight:300;src:local("Source Sans Pro Light"),local("SourceSansPro-Light"),url(https://fonts.gstatic.com/s/sourcesanspro/v11/6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zwmRdu3cOWxy40.woff2) format("woff2");unicode-range:U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:'Source Sans Pro';font-style:normal;font-weight:300;src:local("Source Sans Pro Light"),local("SourceSansPro-Light"),url(https://fonts.gstatic.com/s/sourcesanspro/v11/6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zwlxdu3cOWxw.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:'Source Sans Pro';font-style:normal;font-weight:400;src:local("Source Sans Pro Regular"),local("SourceSansPro-Regular"),url(https://fonts.gstatic.com/s/sourcesanspro/v11/6xK3dSBYKcSV-LCoeQqfX1RYOo3qNa7lujVj9_mf.woff2) format("woff2");unicode-range:U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:'Source Sans Pro';font-style:normal;font-weight:400;src:local("Source Sans Pro Regular"),local("SourceSansPro-Regular"),url(https://fonts.gstatic.com/s/sourcesanspro/v11/6xK3dSBYKcSV-LCoeQqfX1RYOo3qPK7lujVj9_mf.woff2) format("woff2");unicode-range:U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:'Source Sans Pro';font-style:normal;font-weight:400;src:local("Source Sans Pro Regular"),local("SourceSansPro-Regular"),url(https://fonts.gstatic.com/s/sourcesanspro/v11/6xK3dSBYKcSV-LCoeQqfX1RYOo3qNK7lujVj9_mf.woff2) format("woff2");unicode-range:U+1F00-1FFF}@font-face{font-family:'Source Sans Pro';font-style:normal;font-weight:400;src:local("Source Sans Pro Regular"),local("SourceSansPro-Regular"),url(https://fonts.gstatic.com/s/sourcesanspro/v11/6xK3dSBYKcSV-LCoeQqfX1RYOo3qO67lujVj9_mf.woff2) format("woff2");unicode-range:U+0370-03FF}@font-face{font-family:'Source Sans Pro';font-style:normal;font-weight:400;src:local("Source Sans Pro Regular"),local("SourceSansPro-Regular"),url(https://fonts.gstatic.com/s/sourcesanspro/v11/6xK3dSBYKcSV-LCoeQqfX1RYOo3qN67lujVj9_mf.woff2) format("woff2");unicode-range:U+0102-0103,U+0110-0111,U+1EA0-1EF9,U+20AB}@font-face{font-family:'Source Sans Pro';font-style:normal;font-weight:400;src:local("Source Sans Pro Regular"),local("SourceSansPro-Regular"),url(https://fonts.gstatic.com/s/sourcesanspro/v11/6xK3dSBYKcSV-LCoeQqfX1RYOo3qNq7lujVj9_mf.woff2) format("woff2");unicode-range:U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:'Source Sans Pro';font-style:normal;font-weight:400;src:local("Source Sans Pro Regular"),local("SourceSansPro-Regular"),url(https://fonts.gstatic.com/s/sourcesanspro/v11/6xK3dSBYKcSV-LCoeQqfX1RYOo3qOK7lujVj9w.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:'Source Sans Pro';font-style:normal;font-weight:600;src:local("Source Sans Pro SemiBold"),local("SourceSansPro-SemiBold"),url(https://fonts.gstatic.com/s/sourcesanspro/v11/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwmhdu3cOWxy40.woff2) format("woff2");unicode-range:U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:'Source Sans Pro';font-style:normal;font-weight:600;src:local("Source Sans Pro SemiBold"),local("SourceSansPro-SemiBold"),url(https://fonts.gstatic.com/s/sourcesanspro/v11/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwkxdu3cOWxy40.woff2) format("woff2");unicode-range:U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:'Source Sans Pro';font-style:normal;font-weight:600;src:local("Source Sans Pro SemiBold"),local("SourceSansPro-SemiBold"),url(https://fonts.gstatic.com/s/sourcesanspro/v11/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwmxdu3cOWxy40.woff2) format("woff2");unicode-range:U+1F00-1FFF}@font-face{font-family:'Source Sans Pro';font-style:normal;font-weight:600;src:local("Source Sans Pro SemiBold"),local("SourceSansPro-SemiBold"),url(https://fonts.gstatic.com/s/sourcesanspro/v11/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwlBdu3cOWxy40.woff2) format("woff2");unicode-range:U+0370-03FF}@font-face{font-family:'Source Sans Pro';font-style:normal;font-weight:600;src:local("Source Sans Pro SemiBold"),local("SourceSansPro-SemiBold"),url(https://fonts.gstatic.com/s/sourcesanspro/v11/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwmBdu3cOWxy40.woff2) format("woff2");unicode-range:U+0102-0103,U+0110-0111,U+1EA0-1EF9,U+20AB}@font-face{font-family:'Source Sans Pro';font-style:normal;font-weight:600;src:local("Source Sans Pro SemiBold"),local("SourceSansPro-SemiBold"),url(https://fonts.gstatic.com/s/sourcesanspro/v11/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwmRdu3cOWxy40.woff2) format("woff2");unicode-range:U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:'Source Sans Pro';font-style:normal;font-weight:600;src:local("Source Sans Pro SemiBold"),local("SourceSansPro-SemiBold"),url(https://fonts.gstatic.com/s/sourcesanspro/v11/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwlxdu3cOWxw.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:'Source Sans Pro';font-style:normal;font-weight:700;src:local("Source Sans Pro Bold"),local("SourceSansPro-Bold"),url(https://fonts.gstatic.com/s/sourcesanspro/v11/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwmhdu3cOWxy40.woff2) format("woff2");unicode-range:U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:'Source Sans Pro';font-style:normal;font-weight:700;src:local("Source Sans Pro Bold"),local("SourceSansPro-Bold"),url(https://fonts.gstatic.com/s/sourcesanspro/v11/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwkxdu3cOWxy40.woff2) format("woff2");unicode-range:U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:'Source Sans Pro';font-style:normal;font-weight:700;src:local("Source Sans Pro Bold"),local("SourceSansPro-Bold"),url(https://fonts.gstatic.com/s/sourcesanspro/v11/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwmxdu3cOWxy40.woff2) format("woff2");unicode-range:U+1F00-1FFF}@font-face{font-family:'Source Sans Pro';font-style:normal;font-weight:700;src:local("Source Sans Pro Bold"),local("SourceSansPro-Bold"),url(https://fonts.gstatic.com/s/sourcesanspro/v11/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwlBdu3cOWxy40.woff2) format("woff2");unicode-range:U+0370-03FF}@font-face{font-family:'Source Sans Pro';font-style:normal;font-weight:700;src:local("Source Sans Pro Bold"),local("SourceSansPro-Bold"),url(https://fonts.gstatic.com/s/sourcesanspro/v11/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwmBdu3cOWxy40.woff2) format("woff2");unicode-range:U+0102-0103,U+0110-0111,U+1EA0-1EF9,U+20AB}@font-face{font-family:'Source Sans Pro';font-style:normal;font-weight:700;src:local("Source Sans Pro Bold"),local("SourceSansPro-Bold"),url(https://fonts.gstatic.com/s/sourcesanspro/v11/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwmRdu3cOWxy40.woff2) format("woff2");unicode-range:U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:'Source Sans Pro';font-style:normal;font-weight:700;src:local("Source Sans Pro Bold"),local("SourceSansPro-Bold"),url(https://fonts.gstatic.com/s/sourcesanspro/v11/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwlxdu3cOWxw.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:'Nunito Sans';font-style:italic;font-weight:700;src:local("Nunito Sans Bold Italic"),local("NunitoSans-BoldItalic"),url(https://fonts.gstatic.com/s/nunitosans/v3/pe01MImSLYBIv1o4X1M8cce4G2JvY1wIUrt9w6fk2A.woff2) format("woff2");unicode-range:U+0102-0103,U+0110-0111,U+1EA0-1EF9,U+20AB}@font-face{font-family:'Nunito Sans';font-style:italic;font-weight:700;src:local("Nunito Sans Bold Italic"),local("NunitoSans-BoldItalic"),url(https://fonts.gstatic.com/s/nunitosans/v3/pe01MImSLYBIv1o4X1M8cce4G2JvY10IUrt9w6fk2A.woff2) format("woff2");unicode-range:U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:'Nunito Sans';font-style:italic;font-weight:700;src:local("Nunito Sans Bold Italic"),local("NunitoSans-BoldItalic"),url(https://fonts.gstatic.com/s/nunitosans/v3/pe01MImSLYBIv1o4X1M8cce4G2JvY1MIUrt9w6c.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:'Nunito Sans';font-style:normal;font-weight:400;src:local("Nunito Sans Regular"),local("NunitoSans-Regular"),url(https://fonts.gstatic.com/s/nunitosans/v3/pe0qMImSLYBIv1o4X1M8cceyI9tAcVwob5A.woff2) format("woff2");unicode-range:U+0102-0103,U+0110-0111,U+1EA0-1EF9,U+20AB}@font-face{font-family:'Nunito Sans';font-style:normal;font-weight:400;src:local("Nunito Sans Regular"),local("NunitoSans-Regular"),url(https://fonts.gstatic.com/s/nunitosans/v3/pe0qMImSLYBIv1o4X1M8ccezI9tAcVwob5A.woff2) format("woff2");unicode-range:U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:'Nunito Sans';font-style:normal;font-weight:400;src:local("Nunito Sans Regular"),local("NunitoSans-Regular"),url(https://fonts.gstatic.com/s/nunitosans/v3/pe0qMImSLYBIv1o4X1M8cce9I9tAcVwo.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:'Nunito Sans';font-style:normal;font-weight:200;src:local("Nunito Sans ExtraLight"),local("NunitoSans-ExtraLight"),url(https://fonts.gstatic.com/s/nunitosans/v3/pe03MImSLYBIv1o4X1M8cc9yAs5iU1ECVZl_86Y.woff2) format("woff2");unicode-range:U+0102-0103,U+0110-0111,U+1EA0-1EF9,U+20AB}@font-face{font-family:'Nunito Sans';font-style:normal;font-weight:200;src:local("Nunito Sans ExtraLight"),local("NunitoSans-ExtraLight"),url(https://fonts.gstatic.com/s/nunitosans/v3/pe03MImSLYBIv1o4X1M8cc9yAs5jU1ECVZl_86Y.woff2) format("woff2");unicode-range:U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:'Nunito Sans';font-style:normal;font-weight:200;src:local("Nunito Sans ExtraLight"),local("NunitoSans-ExtraLight"),url(https://fonts.gstatic.com/s/nunitosans/v3/pe03MImSLYBIv1o4X1M8cc9yAs5tU1ECVZl_.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:'Nunito Sans';font-style:normal;font-weight:300;src:local("Nunito Sans Light"),local("NunitoSans-Light"),url(https://fonts.gstatic.com/s/nunitosans/v3/pe03MImSLYBIv1o4X1M8cc8WAc5iU1ECVZl_86Y.woff2) format("woff2");unicode-range:U+0102-0103,U+0110-0111,U+1EA0-1EF9,U+20AB}@font-face{font-family:'Nunito Sans';font-style:normal;font-weight:300;src:local("Nunito Sans Light"),local("NunitoSans-Light"),url(https://fonts.gstatic.com/s/nunitosans/v3/pe03MImSLYBIv1o4X1M8cc8WAc5jU1ECVZl_86Y.woff2) format("woff2");unicode-range:U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:'Nunito Sans';font-style:normal;font-weight:300;src:local("Nunito Sans Light"),local("NunitoSans-Light"),url(https://fonts.gstatic.com/s/nunitosans/v3/pe03MImSLYBIv1o4X1M8cc8WAc5tU1ECVZl_.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:ept-icons;src:url(../fonts/ept-icons.eot?bdadc11edda9eefc6560c0792fe588ff);src:url(../fonts/ept-icons.eot?#iefix) format("embedded-opentype"),url(../fonts/ept-icons.woff?bdadc11edda9eefc6560c0792fe588ff) format("woff"),url(../fonts/ept-icons.ttf?bdadc11edda9eefc6560c0792fe588ff) format("truetype");font-weight:400;font-style:normal}.ept-icon{font-family:ept-icons;display:inline-block;line-height:1;font-weight:400;font-style:normal;speak:none;text-decoration:inherit;text-transform:none;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.ept-icon_001-garage:before{content:"\f101"}.ept-icon_002-bath:before{content:"\f102"}.ept-icon_003-double-bed:before{content:"\f103"}.ept-icon_004-layout:before{content:"\f104"}.ept-icon_404:before{content:"\f105"}.ept-icon_location:before{content:"\f106"}.ept-property{padding-top:15px;padding-bottom:15px}.ept-property a{text-decoration:none}.ept-property__inner{border-radius:3px;overflow:hidden}.ept-property-image{position:relative;overflow:hidden}.ept-property-image .ept-property-image__background{padding-top:75%;height:100%;min-height:230px}.ept-property-image img{width:100%;height:auto}.ept-property-image .es-property-label{position:absolute;top:24px;left:-29px;color:#fff;font-size:11px;padding:5px 0;text-align:center;transform:rotate(-45deg);width:130px;z-index:3}.ept-property-image .ept-property-image__overlay{width:100%;height:35%;position:absolute;bottom:0;background:-moz-linear-gradient(top,rgba(0,0,0,0) 1%,rgba(0,0,0,0) 17%,rgba(0,0,0,.65) 100%);background:-webkit-linear-gradient(top,rgba(0,0,0,0) 1%,rgba(0,0,0,0) 17%,rgba(0,0,0,.65) 100%);background:linear-gradient(to bottom,rgba(0,0,0,0) 1%,rgba(0,0,0,0) 17%,rgba(0,0,0,.65) 100%)}.ept-property-image .ept-property-image__overlay .ept-property__control{display:none;text-align:center}.ept-property-image .ept-property-image__overlay .ept-property__control a{display:inline-block;border-width:1.46px;border-color:#fff;border-style:solid;border-radius:50%;width:33px;height:33px;color:#fff!important;margin:0 8px;line-height:24px;text-decoration:none}.ept-property-image .ept-property-image__overlay .ept-property__control a:hover{color:#fff!important}.ept-property-image .ept-property-image__overlay .ept-property__control i{vertical-align:middle;margin-top:2px;font-size:16px}.ept-property-image .ept-property-image__overlay .ept-property__control i.fa{color:#fff;margin-right:0}.ept-property-image .ept-property-image__tags{text-align:right;position:absolute;top:0;right:0;z-index:2}.ept-property-image .ept-property-image__tags a{border-radius:3px;background-color:#212121;opacity:.8;padding:5px 15px;display:inline-block;text-align:center;color:#fff!important;font-size:12px;margin:20px 20px 0 0;text-decoration:none;font-weight:300}.ept-property-image .ept-property-image__tags a:hover{opacity:1}.ept-property-image .ept-property-image__price{position:absolute;bottom:20px;left:20px;font-family:'Nunito Sans',sans-serif;z-index:2}.ept-property-image .ept-property-image__price .es-price{background:0 0;font-size:24px;color:#fff;display:block;padding:0;letter-spacing:1px;font-weight:300}.ept-property-image .ept-property-image__price .ept-tags{margin-top:2px;margin-left:3px}.ept-property-image .ept-property-image__price .ept-tags a{color:#fff!important;font-size:16px;font-weight:300}.ept-property-image:hover .ept-property-image__overlay{background-color:rgba(0,0,0,.7);position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.ept-property-image:hover .ept-property-image__overlay .ept-property__control{display:block;position:relative;top:50%;transform:translateY(-50%)}.gm-style-iw .ept-property-image:hover .ept-property-image__overlay{width:100%;height:35%;position:absolute;bottom:0;top:initial;transform:initial;background:-moz-linear-gradient(top,rgba(0,0,0,0) 1%,rgba(0,0,0,0) 17%,rgba(0,0,0,.65) 100%);background:-webkit-linear-gradient(top,rgba(0,0,0,0) 1%,rgba(0,0,0,0) 17%,rgba(0,0,0,.65) 100%);background:linear-gradient(to bottom,rgba(0,0,0,0) 1%,rgba(0,0,0,0) 17%,rgba(0,0,0,.65) 100%)}.gm-style-iw .ept-property-image:hover .ept-property-image__overlay .ept-property__control{display:none}.ept-property__content{background:#fff;padding:20px;box-sizing:border-box}.ept-property__content h2{font-size:22px;font-weight:400}.ept-property__content .etf-property__address{color:#212121;font-size:15px;font-weight:300}.ept-property__content .etf-property__address .fa{font-size:18px;margin-right:5px}.ept-property__content .ept-map-link{font-size:12px;display:block;margin-top:8px}.ept-property__content .ept-map-link:hover{text-decoration:underline}.ept-property__content .ept-property__icon{font-size:15px;font-weight:300;margin-top:10px;padding-left:5px;padding-right:5px}.ept-property__content .ept-property__icon i{margin-right:10px;font-size:20px;margin-top:-3px}.ept-v1-item .ept-property__icons{margin-left:-5px;margin-right:-5px}.ept-v1-item .ept-property__icons .ept-property__icon:last-child{flex:1 0 50%;max-width:100%;width:100%}.ept-v2-item .ept-property__inner{display:flex;flex-wrap:wrap}.ept-v2-item .ept-property__title{flex:1 0 100%}.ept-v2-item .ept-property__description{flex:1 0 100%;overflow:hidden;max-height:75px;align-self:center}.ept-v2-item .ept-property-image{width:100%;flex:1 0 36%;min-width:220px}.ept-v2-item .ept-property__content{flex:1 0 64%;width:100%;display:flex;flex-wrap:wrap;color:#212121;font-size:16px;font-weight:300}.ept-v2-item .ept-property__icons{flex:1 0 100%;align-self:flex-end;padding:0 15px}.ept-properties__layout .ept-property__content{background:#fff}.ept-property-sortbar{background-color:#fafafa;box-shadow:0 6px 9px 0 rgba(33,33,33,.1);padding:8px 10px;border-radius:3px;margin-bottom:5px}.ept-property-sortbar .btn{font-size:13px;color:#888;background:#fff;padding:8px 12px}.ept-property-sortbar .sort-btn-group{text-align:right;margin-left:auto}.ept-property-sortbar .btn-group.show .btn{color:#fff;background-color:#388d3c!important;box-shadow:none!important;outline:0!important;border:0!important}.ept-property-sortbar .category-btn-group{flex-wrap:wrap}.ept-property-sortbar .category-btn-group .btn{padding:8px 25px;flex:1;min-width:90px}@media screen and (max-width:1000px){.ept-property-sortbar{padding-top:0}.ept-property-sortbar .category-btn-group,.ept-property-sortbar .sort-btn-group{flex:1 0 100%;margin-top:8px}}.ept-my-listing__wrap{margin-bottom:20px}footer .ept-property__content{background:0 0}.es-search__wrapper.es-search__wrapper--horizontal form .es-search__buttons{margin-top:23px}@media screen and (max-width:1000px){.es-search__wrapper.es-search__wrapper--horizontal form .es-search__buttons{order:unset}}.widget_es_search_widget{padding:0!important;background:#fff}.widget_es_search_widget .es-search__wrapper{font-family:'Source Sans Pro',sans-serif}.widget_es_search_widget .es-search__wrapper .es-field__label{flex:1 0 100%!important;width:100%;margin-bottom:4px}.widget_es_search_widget .es-search__wrapper .es-field__label label{color:#333;font-size:15px}.widget_es_search_widget .es-search__wrapper .es-search__field--address{margin:0}.widget_es_search_widget .es-search__wrapper .es-search__field--address .es-field__label{display:block!important}.widget_es_search_widget .es-search__wrapper .es-search__field{margin:13px 0!important}.widget_es_search_widget .es-search__wrapper input[type=number],.widget_es_search_widget .es-search__wrapper input[type=text]{border:1px solid #f1f1f1!important;border-radius:3px;font-size:13px;font-family:'Source Sans Pro',sans-serif;letter-spacing:.3px;color:#888;padding:5px 10px;font-weight:300!important}.es-search-dropdown{border:1px solid #f1f1f1!important}.es-search__wrapper .select2-selection{border:1px solid #f1f1f1!important}.es-search__wrapper .es-field__range{display:flex;margin:0 -10px}.es-search__wrapper .es-field__range .select2,.es-search__wrapper .es-field__range input,.es-search__wrapper .es-field__range select{flex:1;margin:0 10px}.es-search__wrapper .select2-selection__rendered{color:#888!important;margin:0!important;line-height:24px!important}.es-search__wrapper{background:0 0}.es-search__wrapper .es-button__wrap input{padding:4px 17px!important;line-height:inherit!important;margin:10px 0!important}.es-search__wrapper .es-field__wrap{width:100%}.es-search__wrapper.es-search__wrapper--horizontal .es-search__buttons{padding:0!important}.widget_ept_logo_description_widget .widgettext{font-size:16px;line-height:30px}.widget_ept_logo_description_widget img{width:130px;height:auto}.widget_search{padding:0!important}#searchform{display:flex}#searchform input{border:0;margin:0;padding:0;width:100%}#searchform input[type=text]{flex:4 0;-webkit-border-top-left-radius:3px;-webkit-border-bottom-left-radius:3px;-moz-border-radius-topleft:3px;-moz-border-radius-bottomleft:3px;border-top-left-radius:3px;border-bottom-left-radius:3px;padding:0 10px;font-size:13px}#searchform input[type=submit]{flex:1 0;-webkit-border-top-right-radius:3px;-webkit-border-bottom-right-radius:3px;-moz-border-radius-topright:3px;-moz-border-radius-bottomright:3px;border-top-right-radius:3px;border-bottom-right-radius:3px;font-size:15px;text-transform:uppercase;text-align:center;padding:5px 20px}.ept-properties-list-widget{background:#fff;padding:20px}.ept-properties-list-widget .ept-property{letter-spacing:0;padding-top:5px;padding-bottom:5px}.ept-properties-list-widget .ept-property__title{margin-top:-2px}.ept-properties-list-widget .ept-property-image{padding-right:10px;margin:5px 0}.ept-properties-list-widget .ept-property-image img{border-radius:3px}.ept-properties-list-widget .ept-property__content{padding:0 15px 0 10px;margin:5px 0}.ept-properties-list-widget .ept-property__content h3{font-family:'Source Sans Pro',sans-serif;font-size:18px;font-weight:400;line-height:1;margin-bottom:4px}.ept-properties-list-widget .etf-property__address{font-size:12px;line-height:1.4;display:block}.ept-properties-list-widget .etf-property__address .fa{font-size:14px;margin:0 0 0 -3px}.ept-properties-list-widget .es-price{background:0 0;color:#212121;font-size:14px;font-family:'Nunito Sans',sans-serif;line-height:1;padding:0!important;font-weight:500!important}.ept-properties-list-widget .ept-view-details{font-family:'Nunito Sans',sans-serif;font-size:12px;display:block}.ept-properties-list-widget .ept-view-details:hover{text-decoration:underline}.ept-follow-us-widget ul{list-style:none;margin:0;padding:0}.ept-follow-us-widget ul li{margin-bottom:8px}.ept-follow-us-widget ul li:before{display:none}.ept-follow-us-widget ul li a{text-decoration:none}.ept-follow-us-widget ul li i{margin-right:17px}.ept-contact-us-widget address{margin-bottom:0}.ept-contact-us-widget ul{margin:0;padding:0}.ept-contact-us-widget ul li{list-style:none}.ept-contact-us-widget ul li:before{content:'';display:none}.ept-contact-us-widget ul li i{margin-right:8px}.ept-contact-us-widget .ept-soc-ico{text-decoration:none;font-size:24px;margin-right:10px}.ept-contact-us-widget .ept-soc-ico .fa-facebook:hover{color:#3b5998}.ept-contact-us-widget .ept-soc-ico .fa-twitter:hover{color:#1da1f2}.ept-contact-us-widget .ept-soc-ico .fa-google-plus:hover{color:#db4437}.ept-contact-us-widget .ept-soc-ico .fa-pinterest-p:hover{color:#bd081c}.ept-contact-us-widget .ept-soc-ico .fa-linkedin:hover{color:#c32aa3}.ept-contact-us-widget .ept-soc-ico .fa-instagram:hover{color:#682c15}.ept-testimonials .slick-arrow{position:absolute;cursor:pointer;top:50%;transform:translateY(-50%);font-size:34px;color:#bdbdbd}.ept-testimonials .slick-arrow:hover{color:#757575}.ept-testimonials .slick-arrow.fa-chevron-circle-left{left:-30px}.ept-testimonials .slick-arrow.fa-chevron-circle-right{right:-30px}.ept-testimonials .ept-testimonial__image{padding:7%}@media (max-width:767px){.ept-testimonials .ept-testimonial__image{padding:20% 20% 10% 20%}}.ept-testimonials .ept-testimonial__image .ept-testimonial__image-inner{border-radius:50%;padding:7px;box-shadow:0 11px 22px 0 rgba(33,33,33,.4);position:relative}.ept-testimonials .ept-testimonial__image .ept-testimonial__image-inner img{width:100%;height:auto;border-radius:50%}.ept-testimonials .slick-dots li{margin:0 4px;width:auto;height:auto}.ept-testimonials .slick-dots li button{background-color:#e6e6e6;width:33px;height:6px;padding:0;border-radius:4px}.ept-testimonials .slick-dots li button:before{content:''}.ept-testimonials .ept-testimonials__content{padding-right:7%}.ept-testimonials .ept-testimonials__content.ept-testimonials__padded{padding:7%}@media screen and (max-width:767px){.ept-testimonials .ept-testimonials__content{padding-right:15px}}.ept-testimonials .ept-testimonials__content-text{font-size:15px;color:#212121;font-style:italic;line-height:1.6;position:relative;padding:30px 0 0 0}.ept-testimonials .ept-testimonials__content-text:after,.ept-testimonials .ept-testimonials__content-text:before{content:'';display:block;width:32px;height:25px;position:absolute}.ept-testimonials .ept-testimonials__content-text:before{background:url(../images/quote.png) no-repeat;background-size:cover;top:0;left:0}.ept-testimonials .ept-testimonials__content-text:after{background:url(../images/quote.png) no-repeat;background-size:cover;transform:rotate(180deg);bottom:-35px;right:0}.ept-testimonials .ept-testimonial-name,.ept-testimonials .ept-testimonial-name a{font-size:24px;font-weight:700;line-height:1}.t-ellips{display:block;border-radius:50%}.t-ellips-1{background-color:#4caf50;box-shadow:-7px 19.092px 24px 0 rgba(33,33,33,.25);position:absolute;width:70%;padding-top:70%;top:-5%;left:-10%;z-index:-2}.t-ellips-2{background-color:#388e3c;box-shadow:-19.092px 19.092px 24px 0 rgba(33,33,33,.25);position:absolute;top:-19%;left:22%;width:20%;padding-top:20%;z-index:-1}.t-ellips-3{background-color:#388e3c;box-shadow:-2.828px 2.828px 13px 0 rgba(33,33,33,.25);position:absolute;bottom:23%;left:-9%;width:7%;padding-top:7%;z-index:347}.t-ellips-4{background-color:#fff;box-shadow:0 10px 24px 0 rgba(33,33,33,.2);position:absolute;right:5%;bottom:11%;width:16%;padding-top:16%;z-index:-1}.t-ellips-5{background-color:#fff;box-shadow:0 10px 24px 0 rgba(33,33,33,.2);position:absolute;bottom:-10%;right:5%;width:32%;padding-top:32%;z-index:-2}.widget_ept-grid{position:relative}.siteorigin-panels-stretch{position:relative}.siteorigin-panels-stretch .widget_ept-grid{position:static}.ept-grid__item{margin-top:15px;margin-bottom:15px}.ept-grid__item:hover .ept-grid__item-inner{box-shadow:0 10px 18px 0 rgba(33,33,33,.5)}.ept-grid__item .ept-grid__item-inner{background:#fff;text-align:center;border-radius:3px;padding:30px}.ept-grid__item .ept-grid__item-image{border-radius:50%;background-color:#fafafa;display:flex;margin:0 auto;width:116px;height:116px}.ept-grid__item .ept-grid__item-image img,.ept-grid__item .ept-grid__item-image svg{min-width:70px;height:auto;margin:auto;width:30%}.ept-grid__item .ept-grid__title{margin:15px 0;line-height:1}.ept-grid__item .ept-grid__title,.ept-grid__item .ept-grid__title a{font-size:22px;color:#212121;text-decoration:none}.ept-grid__item .ept-grid__text{font-size:15px;color:#9e9e9e;line-height:1.333;text-align:center}.ept-grid__item .ept-grid__text p{margin-bottom:0}.ept-grid__item .ept-grid__more{font-size:17px;color:#757575;line-height:1}.ept-overlay{position:absolute;top:0;left:0;width:100%;height:100%;opacity:.8}.siteorigin-panels-stretch{position:relative}.ept-prop-cat__item{padding-bottom:15px;padding-top:15px}.ept-prop-cat__item .ept-prop-cat-btn{visibility:hidden}.ept-prop-cat__item:hover .ept-prop-cat-btn{visibility:visible}.ept-prop-cat__item .ept-prop-cat-desc{display:block;text-align:center;margin-bottom:15px}.ept-prop-cat__content{position:absolute;z-index:0;color:#fff;top:50%;transform:translateY(-50%);text-align:center;margin:auto;left:0;right:0;padding:0 15px}.ept-prop-cat__content .ept-prop-cat__desc{display:block;text-align:center}.ept-prop-cat__item__inner{position:relative}.ept-prop-cat__item__inner .ept-overlay{background-color:#242a35!important;opacity:.702}.ept-prop-cat__item__inner:before{content:"";display:block;padding-top:100%}.ept-prop-cat__item__inner .ept-grid__more--absolute{position:absolute;top:0;left:0;width:100%;height:100%}.ept-achievement__item-inner{border-radius:3px;background-color:#fff;box-shadow:0 10px 20px 0 rgba(33,33,33,.15);text-align:center;padding:30px 20px}.ept-achievement__item-inner .ept-achievement__title{font-size:48px;line-height:1.333;color:#757575;text-align:center;margin-bottom:0}.ept-achievement__item-inner .ept-achievement__text{font-size:18px;color:#757575;line-height:1;text-align:center}.ept-achievement__item-inner .ept-achievement__image{margin-bottom:10px}.ept-achievement__item-inner .ept-achievement__image img,.ept-achievement__item-inner .ept-achievement__image svg{width:30%;min-width:65px;height:auto}.ept-achievement__item{padding-top:15px;padding-bottom:15px}.ept-partner img{-webkit-filter:grayscale(100%);filter:grayscale(100%);margin:0 auto;width:50%;height:auto}.ept-partner:hover img{-webkit-filter:none;filter:none}.ept-partners{padding-top:15px;padding-bottom:15px}.ept-partners .slick-track{display:flex;align-items:center}.ept-partners .slick-arrow{position:absolute;top:-30px;font-size:34px;color:#bdbdbd;cursor:pointer}.ept-partners .slick-arrow:hover{color:#757575}.ept-partners .fa-chevron-circle-right{right:-3px}.ept-partners .fa-chevron-circle-left{right:34px}.widget_es_request_widget .ept-request-widget{background-color:#fff}.widget_es_request_widget input[type=email],.widget_es_request_widget input[type=tel],.widget_es_request_widget input[type=text],.widget_es_request_widget textarea{border:1px solid #f1f1f1!important;border-radius:3px;font-size:13px;font-family:'Source Sans Pro',sans-serif;letter-spacing:.3px;color:#888;padding:5px 10px;font-weight:300!important}.widget_es_request_widget input[type=email]:focus,.widget_es_request_widget input[type=tel]:focus,.widget_es_request_widget input[type=text]:focus,.widget_es_request_widget textarea:focus{box-shadow:none}.widget_es_request_widget input[type=checkbox]{border:1px solid #f1f1f1!important;border-radius:3px}.widget_es_request_widget input[type=checkbox]:focus{box-shadow:none}.widget_es_request_widget input[type=submit]{padding:4px 17px}.widget_es_request_widget .form-check-label{font-size:13px;position:relative;top:-4px}.widget_es_request_widget textarea{height:130px}.widget_es_request_widget .btn{width:100%}.widget_es_request_widget .es-response-block h3{font-size:20px}.widget_es_request_widget .es-response-block p{font-size:14px}.widget_es_request_widget .es-response-block .fa{display:none}.widget_ept-locations ul{padding:0}.widget_ept-locations li{list-style:none}.widget_ept-locations li a{font-size:22px;color:#888;line-height:1.7}.widget_recent-posts .ept-recent-post,.widget_recent_entries .ept-recent-post{margin-bottom:20px}.widget_recent-posts .ept-recent-post:last-child,.widget_recent_entries .ept-recent-post:last-child{margin-bottom:0}.widget_recent-posts .ept-recent-post__image,.widget_recent_entries .ept-recent-post__image{width:100%;margin-bottom:10px}.widget_recent-posts .ept-recent-post__image img,.widget_recent_entries .ept-recent-post__image img{width:100%;height:auto;border-radius:3px}.widget_recent-posts .ept-recent-post__content,.widget_recent_entries .ept-recent-post__content{width:100%}.widget_recent-posts .ept-recent-post__content h3,.widget_recent_entries .ept-recent-post__content h3{line-height:1.4;font-size:16px}.widget_recent-posts .ept-recent-post__content h3 a,.widget_recent_entries .ept-recent-post__content h3 a{color:#212121!important}.widget_recent-posts .ept-recent-post__content .post-date,.widget_recent_entries .ept-recent-post__content .post-date{font-size:14px;display:block}#wp-calendar{width:100%}#wp-calendar tbody,#wp-calendar thead{text-align:center}.page-title,.so-panel .widget-title{font-size:28px;color:#333;text-align:center;text-transform:uppercase;font-weight:700;letter-spacing:1px;margin-bottom:30px}.page-title:before,.so-panel .widget-title:before{content:'';width:50px;height:4px;display:block;border-radius:3px;margin:0 auto 15px}article.type-post img{max-width:100%;height:auto}blockquote{background:#fafafa;color:#333;border-left:5px solid #5cc961;line-height:1.778;margin-left:20px;padding:20px;border-radius:3px}blockquote p{margin:0}.wrap-content{margin-top:88px;margin-bottom:85px}.ept-featured-post{background:#fff;overflow:hidden}.ept-featured-post .entry-title{margin-bottom:15px;text-transform:uppercase}.ept-featured-post .ept-featured-post__content{font-size:15px;color:#333;line-height:1.6;font-weight:lighter}.ept-featured-post .ept-featured-post__image img{width:100%;height:auto}.meta-title{font-size:20px;color:#212121;margin:15px 0}.badge{border-radius:3px;font-size:14px;text-align:center;display:inline-block;padding:9px 18px;margin:0 5px 5px 0;font-weight:300;text-decoration:none;text-transform:uppercase;color:#fff}.badge a{color:#fff;text-decoration:none}.badge.badge-secondary{background-color:#bdbdbd}.badge.badge-twitter{border:1px solid #1da1f2}.badge.badge-twitter a{color:#1da1f2}.badge.badge-twitter:hover{background:#1da1f2}.badge.badge-twitter:hover a{color:#fff}.badge.badge-google{border:1px solid #dd4b39}.badge.badge-google a{color:#dd4b39}.badge.badge-google:hover{background:#dd4b39}.badge.badge-google:hover a{color:#fff}.badge.badge-facebook{border:1px solid #3b5998}.badge.badge-facebook a{color:#3b5998}.badge.badge-facebook:hover{background:#3b5998}.badge.badge-facebook:hover a{color:#fff}.badge.badge-pinterest{border:1px solid #bd081c}.badge.badge-pinterest a{color:#bd081c}.badge.badge-pinterest:hover{background:#bd081c}.badge.badge-pinterest:hover a{color:#fff}.ept-post-block{display:none}.ept-post-block.active{display:block}.ept-icon-content{text-align:center;padding:15px;cursor:pointer}.ept-icon-content h4,.ept-icon-content h4 a{font-size:13px;color:#fff;font-weight:700;text-decoration:none}.ept-icon-content h4{padding-bottom:15px;margin:0}.ept-icon-content img,.ept-icon-content svg{width:100%;height:auto;max-width:50px;padding-bottom:15px;fill:#fff}.ept-icon-content .ept-read-more{visibility:hidden;color:#fff;text-decoration:none}.ept-icon-content .ept-read-more:hover{text-decoration:underline}.ept-icon-content.active,.ept-icon-content:hover{opacity:.9}.ept-icon-content.active .ept-read-more,.ept-icon-content:hover .ept-read-more{color:#fff;visibility:visible!important}.ept-featured-post__image-content{padding:100px 0}.ept-featured-post__image-content h2{color:#fff}.ept-featured-post__image-content h2:before{background:#fff}.ept-featured-post__inner{padding:50px 0;width:100%}@media screen and (max-width:991px){.ept-featured-post__image-content{padding:50px 0;margin:0 5%}.ept-featured-post__content .container{margin-left:auto!important;margin-right:auto!important;padding:50px 45px}}.content-box{box-sizing:border-box;border-radius:3px;background-color:#fff;margin-bottom:20px;padding:26px 20px}.es-listing{padding:0}#primary{position:relative}.breadcrumbs{margin-bottom:10px}.breadcrumbs,.breadcrumbs a{font-size:18px;font-family:"Nunito Sans";color:#757575}.breadcrumbs .fa{margin:0 6px;font-size:15px}#secondary{margin-bottom:100px}.ept-post-thumbnail__wrap img{width:100%;height:auto;border-top-left-radius:3px;border-top-right-radius:3px}.box-shadow{box-shadow:0 8px 24px 0 rgba(33,33,33,.2)}.comments-title,.entry-title{color:#333;font-size:22px;letter-spacing:.8px}.comments-title a,.entry-title a{color:#333}.comments-title:before,.entry-title:before{content:'';width:50px;height:4px;display:block;border-radius:3px;margin-bottom:16px}.meta-box{font-size:15px;color:#757575;font-weight:lighter;letter-spacing:.2px;margin-bottom:10px}.meta-box a{color:#757575}.meta-box.post-author img{border-radius:50%;width:34px;height:34px;margin-right:5px}.meta-box i.fa{font-size:18px;margin-right:1px;position:relative;top:1px}.ept-blog-item__inner .meta-box{margin-bottom:0}article.page .entry-content,article.post .entry-content{font-size:15px;color:#333;margin-top:26px}.page-template-contact-us{background:#fff}.no-posts-found{margin-top:20px;font-size:22px;font-weight:300;line-height:1.4;letter-spacing:.5px}.ept-blog-item{padding-bottom:30px}.ept-blog-item .ept-blog-item__inner{background:#fff}.ept-blog-item .ept-blog-item__image{position:relative;min-height:220px;height:100%}.ept-blog-item .ept-blog-item__image img{-webkit-border-top-left-radius:3px;-webkit-border-top-right-radius:3px;-moz-border-radius-topleft:3px;-moz-border-radius-topright:3px;border-top-left-radius:3px;border-top-right-radius:3px;width:100%;height:auto;display:block}.ept-blog-item .ept-blog-item__image .ept-btn-read-more{position:absolute;left:-10px;z-index:2;bottom:22px;font-weight:300;font-size:15px;padding:4px 23px;-webkit-transition:all .5s ease-in-out;-moz-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out;transition:all .5s ease-in-out}.ept-blog-item .ept-blog-item__content{padding:16px 21px 9px 21px}.ept-blog-item .ept-blog-item__content p{color:#212121;font-size:15px;font-weight:lighter;line-height:1.4}.ept-blog-item .ept-blog-item__author{border-top:1px solid #dedede;padding:17px 20px}.ept-blog-item .ept-blog-item__author img{width:50px;height:50px}.ept-blog-item .ept-blog-item__image-overlay{display:none}.ept-blog-item:hover .ept-blog-item__image-overlay{width:100%;height:100%;position:absolute;top:0;display:block;left:0;background-color:rgba(0,0,0,.702)}.ept-blog-item:hover .ept-btn-read-more{-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;left:10px}.post-title{font-size:22px;font-weight:300;line-height:1.4;letter-spacing:.5px}.post-title a:hover{text-decoration:none}.post-author__info{display:inline-block;vertical-align:middle}.post-author__info .post-author__name{color:#757575;font-size:18px;display:block}.post-author__info .post-author__date{color:#bdbdbd;font-size:15px;font-weight:lighter;display:block;margin-top:-3px}.ept-property__gallery-wrap{position:relative}.ept-property__gallery-wrap>img{width:100%;height:auto}.ept-property__gallery-wrap .ept-property__gallery .ept-gallery__item{position:relative;overflow:hidden}.ept-property__gallery-wrap .ept-property__gallery .slick-slide{position:relative}.ept-property__gallery-wrap .ept-property__gallery .slick-slide img{width:100%;height:auto;display:inline-block}.ept-property__gallery-wrap .ept-property__gallery .slick-slide .slick-overlay{display:block;position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(75,75,75,.6)}.ept-property__gallery-wrap .ept-property__gallery .slick-slide.slick-current+.slick-slide .slick-overlay{display:none}@media screen and (max-width:541px){.ept-property__gallery-wrap .ept-property__gallery .slick-slide .slick-overlay{display:none}}.ept-property__gallery-wrap .ept-property__gallery .slick-dots{position:absolute;bottom:15px}.ept-property__gallery-wrap .ept-property__gallery .slick-dots li{margin:0 2px}.ept-property__gallery-wrap .ept-property__gallery .slick-dots li button:before{border:2px solid #fff;border-radius:50%;width:14px;height:14px;content:'';opacity:1}.ept-property__gallery-wrap .ept-property__gallery .slick-dots li.slick-active button:before{background-color:#fff}@media screen and (max-width:751px){.ept-property__gallery-wrap .ept-property__gallery .slick-dots{right:30px;display:inline-block;width:auto}}@media screen and (max-width:541px){.ept-property__gallery-wrap .ept-property__gallery .slick-dots{display:block;width:100%;right:auto}}.ept-property__gallery-wrap .ept-share-wrap{position:absolute;right:30px;top:30px;z-index:1}.ept-property__gallery-wrap .ept-share-wrap a{font-size:20px;text-decoration:none!important;border-radius:50%;border:1px solid #fff;z-index:1;width:32px;height:32px;display:inline-block;text-align:center;color:#fff;margin-left:9px}.ept-property__gallery-wrap .ept-share-wrap a .fa{color:#fff}.ept-property__gallery-wrap .ept-share-wrap a i{margin:0}.ept-property__gallery-wrap .ept-share-wrap a:hover{color:#fff!important}.es-property-fields table{border-collapse:collapse;border-style:hidden;width:100%}.es-property-fields table td{border:1px solid #dedede;padding:16px 0;width:25%}.es-property-fields table td .label{font-size:15px;color:#888;text-align:center;display:block;-moz-transform:matrix(.8852272727,0,0,.9444444444,0,0);-webkit-transform:matrix(.8852272727,0,0,.9444444444,0,0);-ms-transform:matrix(.8852272727,0,0,.9444444444,0,0)}.es-property-fields table td .content{font-size:16px;color:#212121;text-align:center;display:block;line-height:1.3}@media screen and (max-width:880px){.es-property-fields table tr{flex-wrap:wrap;display:flex}.es-property-fields table td{flex:1 0 50%}}.ept-single-property .es-basic-info{margin:20px 0}.ept-single-property .content-box h2{font-size:20px;color:#212121}.ept-single-property .es-property-single-fields{padding:0;margin:10px 0;width:100%;display:flex;flex-wrap:wrap}.ept-single-property .es-property-single-fields li{flex:1 0 50%;width:100%;font-size:14px;color:#212121;list-style:none;padding-left:16px;line-height:1.8}@media screen and (max-width:767px){.ept-single-property .es-property-single-fields li{width:100%;flex-basis:100%}}.ept-single-property .es-property-single-fields li strong{font-size:15px;color:#888;font-weight:400}.ept-single-property .es-property-single-fields li strong:before{content:"\f121";margin-right:10px;vertical-align:middle;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-decoration:inherit;text-rendering:optimizeLegibility;text-transform:none;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-smoothing:antialiased}.ept-single-property .es-features-list-wrap,.ept-single-property .es-fields{margin-top:20px}.ept-single-property .es-features-list-wrap .fa,.ept-single-property .es-fields .fa{vertical-align:middle;margin-right:10px}.ept-single-property .es-features-list-wrap .content,.ept-single-property .es-fields .content{font-size:14px;color:#212121;word-break:break-all}.ept-single-property .es-features-list-wrap .label,.ept-single-property .es-fields .label{font-size:15px;color:#888}.ept-share-popup{position:relative;background:#fff;padding:50px;width:auto;max-width:350px;margin:20px auto;text-align:center}.ept-share-popup .page-title,.ept-share-popup .so-panel .widget-title,.so-panel .ept-share-popup .widget-title{margin-bottom:20px}.ept-categories{margin:0 -5px 15px}.ept-categories a{border-radius:3px;background-color:#bdbdbd;color:#fff;margin:0 5px;padding:3px 9px;text-decoration:none;text-transform:uppercase;font-size:10px;font-weight:400}.ept-single-header{display:flex;flex-wrap:wrap;margin-bottom:20px}.ept-single-header .es-price{font-size:22px;font-family:'Nunito Sans',sans-serif;color:#333;font-weight:700;background:0 0;padding:0;line-height:1;letter-spacing:.5px}.ept-single-header .entry-title{flex:1;font-size:22px;font-family:'Nunito Sans',sans-serif;font-weight:700}.ept-single-header .ept-single-header__right{text-align:right;margin-left:auto}#es-video iframe{width:100%}.es-file__wrap{list-style:none;flex:0 0 25%;max-width:25%;width:100%;padding-right:15px;padding-left:15px}.es-file__wrap img{width:100%;height:auto}.ept-gallery-image-link{position:absolute;top:0;left:0;width:100%;height:100%}.ept-property-description .es-property-single-fields li{padding-left:0}@media screen and (min-width:540px){.ept-property__gallery--centered .slick-slide>div{transition:all .2s ease;width:100%}.ept-property__gallery--centered .slick-slide.slick-center{z-index:1}.ept-property__gallery--centered .slick-slide.slick-center>div{transform:translate(-130px,0);width:calc(100% + 240px);max-width:initial}.ept-property__gallery--centered .slick-slide .slick-overlay{display:block!important}.ept-property__gallery--centered .slick-slide.slick-center .slick-overlay{display:none!important}}.ept-agent{padding-top:15px;padding-bottom:15px}.ept-agent .ept-agent__image{width:100%;height:100%;min-height:240px}.ept-agent .ept-agent-image{width:100%;height:auto}.ept-agent__content .es-share-wrapper{margin-bottom:0;margin-top:20px}.ept-agent__content .es-share-wrapper a:hover{text-decoration:none}.ept-agent__card{border-radius:3px;background-color:#fff;overflow:hidden}.ept-agent__card .ept-agent__content{padding:20px}.ept-agent__card.ept-agent__card__inner{margin-bottom:20px;box-shadow:0 8px 24px 0 rgba(33,33,33,.2)}.ept-agent__card.ept-agent__card__inner .ept-agent__content{padding:20px 20px 20px 0}@media screen and (max-width:991px){.ept-agent__card.ept-agent__card__inner .ept-agent__content{padding:20px}}.ept-agent__card .ept-agent__about{font-size:15px;color:#333;line-height:1.6}.ept-agent__card .ept-agent__image{height:100%}@media screen and (max-width:991px){.ept-agent__card .ept-agent__image{min-height:320px}}.ept-agent__card .ept-agent__image img{width:100%;height:auto}.ept-agent__name{font-size:22px;margin:0;line-height:1;letter-spacing:.5px}.ept-agent__company{font-size:16px;font-family:'Nunito Sans',sans-serif;color:#757575;margin-top:2px;display:block;letter-spacing:-.4px}.ept-agent__fields{padding:0;margin:0;list-style:none}.ept-agent__fields li{font-size:18px;color:#707070;line-height:1;margin-bottom:10px;word-break:break-all}.ept-agent__fields li:last-child{margin-bottom:0}.ept-agent__fields li .fa{font-size:16px;margin-right:8px}.ept-agent__link{font-size:15px}.ept-agent__buttons{align-items:center}.ept-agent__buttons .col-md-6{padding-top:15px;text-align:center}.ept-agent__buttons .btn{width:100%;padding:4px 10px}.ept-agent__header{padding-bottom:10px}.ept-agent__top-fields{font-family:'Nunito Sans',sans-serif;list-style:none;margin:0;padding:0}.ept-agent__top-fields li{font-size:15px;color:#757575}.ept-agent__top-fields li b{font-weight:700}.ept_agent__about{font-size:15px;color:#333;line-height:1.6;margin-top:10px}.ept-agent-rating .fa{color:#ff9800;font-size:18px}.error404 .wrap-content{margin-top:50px;margin-bottom:50px}.ept-404-content .ept-404-label{font-size:14vw;line-height:1;font-family:'Source Sans Pro',sans-serif;font-weight:700;letter-spacing:2vw;text-shadow:0 12px 11.31px rgba(33,33,33,.16)}@media screen and (max-width:767px){.ept-404-content .ept-404-label{font-size:120px}}.ept-404-content h2{color:#616161;font-weight:700;font-size:38px}.ept-404-content p{font-size:16px;color:#9e9e9e}@media screen and (max-width:767px){.ept-404-content{text-align:center}}.ept-404-img{width:100%;max-width:520px}.ept-property-slider-widget{padding:20px 0 0 0}.ept-properties-slider.arrowed{padding-top:50px}.ept-properties-slider .slick-list{padding:0 0 27px 0}.ept-properties-slider .slick-arrow{position:absolute;top:0;font-size:34px;color:#bdbdbd;cursor:pointer}.ept-properties-slider .slick-arrow:hover{color:#757575}.ept-properties-slider .fa-chevron-circle-right{right:-3px}.ept-properties-slider .fa-chevron-circle-left{right:34px}.ept-properties-slider .slick-slide{margin:0 10px}.ept-properties-slider .slick-list{margin:0 -10px}.ept-properties-slider .ept-property__inner{box-shadow:0 0 7px 0 rgba(33,33,33,.2)}.ept-search .ept-btn__wrap,.ept-search .ept-field{padding:5px}.ept-search .ept-search__price-row{margin-top:32px}.ept-search .ept-search__price-row a{color:#fff;text-decoration:none;font-size:15px}.ept-search .ept-search__price-row .ept-more-opt{margin-left:15px;text-align:right;min-width:130px}.ept-search .ept-search__price-row .slider{width:100%}.ept-search .ept-search__price-row .js-toggle-container:before{content:'-';margin-right:10px;font-size:22px;font-weight:100;line-height:0;position:relative;top:2px}.ept-search .ept-search__price-row .js-toggle-container.el-hidden:before{content:'+'}.ept-search .ept-btn-primary,.ept-search .ept-btn-secondary{height:33px}.ept-search .es-button-green-corner{background:0 0!important;color:#fff!important;border:1px solid #fff!important}.ept-field .input-group{flex-wrap:nowrap}.ept-field .input-group .input-group-text{border:0;background:#fff;color:#bdbdbd;font-size:15px;height:33px}.ept-field .select2{width:100%!important}.ept-field .select2 .select2-selection__choice{border-radius:3px;border:0;color:#fff;font-size:13px;padding:4px;margin:1px 2px 2px 1px}.ept-field .select2 .select2-selection__choice .select2-selection__choice__remove{color:#fff}.ept-field input[type=number],.ept-field input[type=text],.ept-field select:not([multiple]){border-radius:3px;background-color:#fff;width:100%;height:33px!important;border:0;padding:6px 9px}.ept-field input[type=number]:focus,.ept-field input[type=text]:focus,.ept-field select:not([multiple]):focus{outline:0;box-shadow:none}.ept-field input[type=number],.ept-field input[type=text],.ept-field option,.ept-field select:not([multiple]){letter-spacing:-.3px;color:#888;font-size:14px}.ept-field .select2-container{height:33px}.ept-field .select2-container--default .select2-selection{border:0}.ept-field .select2-container--default .select2-selection--multiple{border:0;padding:2px!important}.ept-field .select2-container--default .select2-selection--multiple .select2-selection__rendered{padding:0}.ept-field .select2-selection{height:100%;min-height:auto}.ept-field .select2-search__field{background-color:#fff;letter-spacing:-.3px;font-size:14px!important;color:#888;margin-top:6px!important;margin-left:4px}.ept-field .select2-selection__choice{border:0;background:0 0;letter-spacing:-.3px;font-size:14px;color:#888;margin-top:6px}.ept-field .select2-selection__choice__remove{margin-right:4px}.select2-results__option,.select2-results__option[aria-selected]{background:#fff!important;font-size:15px;color:#757575!important;padding:5px 12px!important}.select2-dropdown{border:0;border-bottom-right-radius:3px;border-bottom-left-radius:3px;z-index:10510}.select2-results__options{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.es-autocomplete-result .autocomplete-dropdown-list{border:0}.slider-track-high,.slider-track-low{background-color:#fff;opacity:.502}.slider.slider-horizontal .slider-track{height:4px}.slider-handle{width:18px;height:18px;margin-top:-2px}.min-slider-handle{margin-left:0!important}.tooltip-max,.tooltip-min{opacity:1;display:block;transform:translateX(-50%);margin-top:-28px!important;font-family:'Source Sans Pro',sans-serif}.tooltip-max.tooltip-min,.tooltip-min.tooltip-min{transform:translateX(calc(-50% + 10px))}.tooltip-max .tooltip-arrow,.tooltip-min .tooltip-arrow{display:none}.tooltip-max .tooltip-inner,.tooltip-min .tooltip-inner{background:0 0;color:#fff;padding:0;font-size:15px}.ept-search__advanced.hidden{display:none}.ept-hero-gallery{height:100vh;width:100%;position:relative}.ept-hero-gallery .ept-hero-gallery__inner{height:100%}.ept-hero-gallery .ept-hero-gallery__inner .ept-hero-gallery__slide,.ept-hero-gallery .ept-hero-gallery__inner .slick-list,.ept-hero-gallery .ept-hero-gallery__inner .slick-slide,.ept-hero-gallery .ept-hero-gallery__inner .slick-slide>div,.ept-hero-gallery .ept-hero-gallery__inner .slick-track{height:100%}.ept-hero-gallery .ept-hero-gallery__inner .ept-hero-gallery__slide .ept-property__content,.ept-hero-gallery .ept-hero-gallery__inner .slick-list .ept-property__content,.ept-hero-gallery .ept-hero-gallery__inner .slick-slide .ept-property__content,.ept-hero-gallery .ept-hero-gallery__inner .slick-slide>div .ept-property__content,.ept-hero-gallery .ept-hero-gallery__inner .slick-track .ept-property__content{background:#fff;border-radius:3px;box-shadow:0 20px 20px 0 rgba(0,0,0,.25)}.ept-hero-gallery .ept-hero-gallery__inner .ept-hero-gallery__slide .ept-property__content .ept-property__icon,.ept-hero-gallery .ept-hero-gallery__inner .slick-list .ept-property__content .ept-property__icon,.ept-hero-gallery .ept-hero-gallery__inner .slick-slide .ept-property__content .ept-property__icon,.ept-hero-gallery .ept-hero-gallery__inner .slick-slide>div .ept-property__content .ept-property__icon,.ept-hero-gallery .ept-hero-gallery__inner .slick-track .ept-property__content .ept-property__icon{padding-left:15px;padding-right:15px}.ept-hero-gallery .ept-hero-gallery__inner .ept-hero-gallery__slide .container,.ept-hero-gallery .ept-hero-gallery__inner .ept-hero-gallery__slide .row,.ept-hero-gallery .ept-hero-gallery__inner .slick-list .container,.ept-hero-gallery .ept-hero-gallery__inner .slick-list .row,.ept-hero-gallery .ept-hero-gallery__inner .slick-slide .container,.ept-hero-gallery .ept-hero-gallery__inner .slick-slide .row,.ept-hero-gallery .ept-hero-gallery__inner .slick-slide>div .container,.ept-hero-gallery .ept-hero-gallery__inner .slick-slide>div .row,.ept-hero-gallery .ept-hero-gallery__inner .slick-track .container,.ept-hero-gallery .ept-hero-gallery__inner .slick-track .row{height:100%}@media screen and (max-width:767px){.ept-hero-gallery .ept-justify-content-center{justify-content:center!important}.ept-hero-gallery .col-auto{width:100%}}.ept-hero-gallery__pagination.slick-vertical{max-width:100px;text-align:center;position:absolute;top:50%;transform:translateY(-50%)}.ept-hero-gallery__pagination:not(.slick-vertical){max-width:50%;width:100%;display:inline-block;left:0;right:0;margin-left:auto;margin-right:auto;position:absolute}.ept-hero-gallery__pagination:not(.slick-vertical) .slick-arrow{position:absolute;top:50%;transform:translateY(-50%)}.ept-hero-gallery__pagination:not(.slick-vertical) .slick-arrow.fa-chevron-circle-left{left:-45px}.ept-hero-gallery__pagination:not(.slick-vertical) .slick-arrow.fa-chevron-circle-right{right:-45px}.ept-hero-gallery__pagination .slick-arrow{font-size:35px;color:#fafafa;text-align:center;opacity:.4}.ept-hero-gallery__pagination .slick-arrow:hover{opacity:1;cursor:pointer}.ept-hero-gallery__pagination .slick-slide{box-sizing:border-box;border:none!important;overflow:hidden}.ept-hero-gallery__pagination .slick-slide .ept-hero-gallery-pagination__slide{width:100%;-webkit-box-shadow:0 0 4px 0 rgba(0,0,0,.75);-moz-box-shadow:0 0 4px 0 rgba(0,0,0,.75);box-shadow:0 0 4px 0 rgba(0,0,0,.75);overflow:hidden;border-style:solid;border-width:2px;border-color:#dfdfdf}.ept-hero-gallery__pagination .slick-slide .ept-hero-gallery-pagination__slide img{width:100%;height:auto}.ept-hero-gallery__pagination .slick-slide.slick-current{-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}@media screen and (max-width:767px){.ept-hero-gallery__pagination{bottom:20px;top:initial;transform:none}.ept-hero-gallery__pagination .slick-slide{margin:0 7px}.ept-hero-gallery__pagination .slick-list{margin:0 -7px}.ept-hero-gallery__pagination .slick-slider{width:60%;margin:auto;left:0;right:0}.ept-hero-gallery__pagination .slick-slider .slick-arrow{position:absolute;top:50%;transform:translateY(-50%)}.ept-hero-gallery__pagination .slick-slider .slick-arrow.fa-chevron-circle-left{left:-40px}.ept-hero-gallery__pagination .slick-slider .slick-arrow.fa-chevron-circle-right{right:-40px}}.es-widget-map-wrap{padding:0;border:0}.es-properties-map .gm-style-iw{text-align:center;max-height:200px!important}.es-properties-map .gm-style-iw .gm-style-iw-d{max-height:200px!important}.es-properties-map .gm-style-iw>div{text-align:left}.es-properties-map .gm-style-iw>button{display:inline-block!important;opacity:1!important;z-index:10}.es-properties-map .gm-style-iw>button img{width:18px;height:18px;margin:15px 0 0 0!important}@media screen and (max-width:460px){.es-properties-map .gm-style-iw>button img{filter:invert(1);z-index:2;margin:0 0 0 9px!important}}.es-map-vertical .gm-style-iw>button img{filter:invert(1);z-index:2;margin:0 0 0 9px!important}.es-marker .ept-icon{font-size:35px;margin-top:-24px;margin-left:-10px}.es-map-popup{max-width:380px;width:85%}.es-map-vertical .es-map-popup{width:60%}.es-map-vertical .es-map-popup .ept-v2-item.ept-map-infoWindow .ept-property-image{flex:1 0 100%!important}.ept-v2-item.ept-map-infoWindow{width:100%;padding:0;position:relative}.ept-v2-item.ept-map-infoWindow .es-overlay__close{position:absolute;top:-23px;right:-23px;display:block;font-size:18px;padding:5px;color:#000}.ept-v2-item.ept-map-infoWindow .ept-property__title h2{font-size:15px}.ept-v2-item.ept-map-infoWindow .ept-property-image{min-width:initial;flex:1 0 45%}.ept-v2-item.ept-map-infoWindow .ept-property-image .ept-property-image__background{min-height:initial}.ept-v2-item.ept-map-infoWindow .ept-property-image .ept-property-image__tags a{margin:15px 15px 0 0}.ept-v2-item.ept-map-infoWindow .ept-property-image .ept-property-image__price{bottom:15px;left:15px}.ept-v2-item.ept-map-infoWindow .ept-property-image .ept-property-image__price .ept-tags a{font-size:14px}.ept-v2-item.ept-map-infoWindow .ept-property-image .ept-property-image__price .es-price{font-size:16px;font-weight:700;line-height:1}.ept-v2-item.ept-map-infoWindow .ept-property__content{flex:1 0 55%;padding:15px}.ept-v2-item.ept-map-infoWindow .ept-property__content .ept-property__icon{text-align:center;font-size:12px}.ept-v2-item.ept-map-infoWindow .ept-property__content .ept-property__icon .ept-icon{display:block;margin-right:0;font-size:18px}footer{font-family:'Source Sans Pro',sans-serif;font-size:18px;font-weight:300}footer .es-price,footer .etf-property__address{color:#f1f1f1!important}footer .ept-properties-slider .ept-property__content{padding:15px}footer .ept-properties-slider .ept-property__control i{margin-top:-3px!important}footer .ept-properties-slider .slick-list{padding:0}footer .widget{margin-bottom:20px}footer .ept-property__content{background:#fff}footer .container__inner{padding:120px 0 84px 0}footer .widgettitle{font-family:'Nunito Sans',sans-serif;font-size:22px;text-transform:uppercase;font-weight:300;margin-bottom:16px}footer .textwidget p{margin-bottom:4px}footer .widget .menu,footer .widget_nav_menu .menu{padding:0;margin:0 0 0 -7px}footer .widget ul,footer .widget_nav_menu ul{margin:0;padding:0}footer .widget li,footer .widget_nav_menu li{list-style:none;margin-bottom:8px}footer .widget li:before,footer .widget_nav_menu li:before{margin-right:17px;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-decoration:inherit;text-rendering:optimizeLegibility;text-transform:none;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-smoothing:antialiased;content:'\f112';position:relative;left:0;-webkit-transition:all .5s ease-in-out;-moz-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out;transition:all .5s ease-in-out}footer .widget li:hover:before,footer .widget_nav_menu li:hover:before{left:5px;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;opacity:1}footer .widget a,footer .widget_nav_menu a{text-decoration:none}footer #copyright{border-top:1px solid #6f6f6f;padding:22px 0;text-align:center}footer #copyright small{font-size:18px;font-weight:300}footer .ept-properties-slider .ept-property__inner{box-shadow:none}.admin-bar .header_transparent{margin-top:32px}#header{background:#fff}#header .navbar-nav .dropdown-menu{border:0}#header h1{color:#fff;margin:0}#header.header_transparent{background:0 0;position:absolute;top:0;left:0;z-index:920;width:100%}#header:not(.header_transparent) .navbar-nav a{color:#515151}#header .dropdown-menu li a{color:#888}#header .dropdown-menu li a:hover{color:#fff}@media screen and (min-width:992px){#header .navbar-nav>.menu-item-has-children .menu-item-has-children{position:relative}#header .navbar-nav>.menu-item-has-children .menu-item-has-children .dropdown-menu{position:absolute;left:100%;top:0}#header .menu-item-has-children:hover>.dropdown-menu{display:block}#header:not(.header_transparent){box-shadow:0 10px 18px 0 rgba(44,44,44,.1)}#header.header_transparent .navbar-nav>li>a{border-bottom:1px solid transparent;color:#fff!important}#header.header_transparent .navbar-nav>li>a:not(.dropdown-toggle):hover{border-bottom:1px solid #fff}#header .dropdown-item,#header .nav-link{font-size:15px;padding:9px 12px}#header .navbar-nav>.dropdown a:after{display:none}#header .navbar-nav .dropdown-menu{padding:0;margin:0;border-radius:3px;box-shadow:0 10px 20px 0 rgba(33,33,33,.3)}#header .navbar-brand h1{margin:0;padding:0}#header .dropdown-menu li:last-child{border-bottom:0!important}#header .navbar-login-menu>li:last-child{display:flex;align-items:center}#header .navbar-login-menu>li:last-child>a{padding:4px 17px;border-radius:3px;text-transform:uppercase;background:0 0;color:#fff;border:1px solid transparent}#header .navbar-login-menu>li:last-child>a:hover{text-decoration:none!important;border:0}}@media screen and (max-width:991px){#header .navbar-nav{margin:0!important}#header .navbar-nav a{padding:5px 0}#header .navbar-nav .dropdown-menu{display:block;margin-left:15px;padding:0}#header .navbar-collapse{background:#fff}#header .navbar-collapse a{color:#888}#header:not(.header_transparent){box-shadow:0 10px 18px 0 rgba(44,44,44,.1)}#header.header_transparent .navbar-collapse{box-shadow:0 10px 18px 0 rgba(44,44,44,.1);border-radius:3px}#header.header_transparent .navbar-toggler{color:#fff}#header .navbar-nav>.dropdown a:after{display:none}}#secondary .widget{background:#fff;margin-bottom:30px;border-radius:3px;padding:20px;letter-spacing:.6px}#secondary .widgettitle{color:#212121;font-size:22px}#secondary .es-search__wrapper{background:#fff!important;border-radius:3px}#secondary .ept-property-slider-widget{background:0 0}#secondary .ept-property-slider-widget .ept-property__content{background:#fff}#secondary .ept-property-slider-widget .slick-list{padding:0 0 12px 0}#secondary .ept-property-slider-widget .arrowed{padding-top:0}#secondary .ept-property-slider-widget .arrowed .slick-arrow{top:-40px}.comments-area{background:#fff}.comments-area li,.comments-area ol,.comments-area ul{list-style:none}.comments-area .comments-title{margin-bottom:25px}.comment-list{padding:0}.comment-list .children{padding:15px 0 15px 80px}.comment-reply-title{color:#333;font-size:18px}.comment-reply-title #cancel-comment-reply-link{font-size:14px;color:#757575}.comment{position:relative}.comment .user-avatar{padding-right:10px}.comment .user-avatar img{margin-left:-2px;margin-top:2px;border-radius:50%}.comment .comment-body{padding-left:7px;padding-top:4px}.comment .comment-body .comment-reply-link{position:absolute;right:15px;top:0}.comment .comment-author{font-size:18px;color:#212121}.comment .comment-text{color:#333;font-size:15px;font-weight:300;padding-top:4px;line-height:23px}#commentform a{color:#757575}#commentform p label{display:block}#commentform .comment-form-comment label{display:block}#commentform .comment-form-comment textarea{width:100%;height:110px;border-radius:3px;border:1px solid #d1d1d1}.btn,.comment-form .submit,.comment-reply-link{padding:4px 17px;border-radius:3px;text-transform:uppercase;border:0}.btn:hover,.comment-form .submit:hover,.comment-reply-link:hover{text-decoration:none!important}.ept-btn-secondary,.ept-btn-secondary:focus{background:0 0;color:#fff;border:1px solid #fff}.ept-btn-secondary:focus:hover,.ept-btn-secondary:hover{color:#fff}.ept-btn-corner{background:0 0}.ept-btn-reset{background:#bdbdbd;color:#fff;border:1px solid #bdbdbd}.ept-btn-reset:hover{background:0 0;color:#bdbdbd}.btn:focus{box-shadow:none}.ept-btn-primary,.es-btn-orange{border:1px solid transparent}.btn-group.show .btn,.btn.active,.comment-form .submit,.comment-form .submit:focus,.comment-reply-link,.comment-reply-link:focus,.dropdown-item.active,.ept-btn-primary,.ept-btn-primary:focus,.ept-property-sortbar .btn:hover,.es-btn-orange{color:#fff}.pagination .page-numbers{color:#212121!important;font-size:22px!important;display:inline-block;line-height:1;margin:0 8px;text-decoration:none;padding:0!important;font-weight:400!important}.pagination .page-numbers:first-child{margin-left:0}.pagination .current{border-radius:50%;box-shadow:-2.828px 2.828px 12px 0 rgba(33,33,33,.25);width:46px;line-height:46px;text-align:center;color:#fff!important}.pagination .prev{margin-left:0;text-align:left}.pagination .next{margin-right:0;text-align:right}.ept-post-nav{box-shadow:0 10px 24px 0 rgba(33,33,33,.2)}.ept-post-nav .ept-post-container{position:relative;padding:15px 94px;font-weight:300}.ept-post-nav .ept-post-container a{text-decoration:none}.ept-post-nav .ept-post-container .fa{position:absolute;font-size:34px;color:#bdbdbd;line-height:1;text-align:center;top:50%;transform:translateY(-50%)}.ept-post-nav .ept-post-container .fa:hover{color:#757575}.ept-post-nav .ept-post-container .sup-title{font-size:18px;font-family:'Nunito Sans',sans-serif;color:#bdbdbd;margin-bottom:6px;display:inline-block}.ept-post-nav .ept-post-container h3{font-size:18px;font-weight:300}.ept-post-nav .ept-post-container__left{padding:15px 60px 15px 94px}.ept-post-nav .ept-post-container__left .fa{left:14px}.ept-post-nav .ept-post-container__right{text-align:right;padding:15px 94px 15px 60px}.ept-post-nav .ept-post-container__right .fa{right:14px}.ept-contact-banner{position:relative;padding:78px 15px 95px 15px}.ept-contact-banner .ept-contact-banner__overlay{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.ept-contact-banner .page-title,.ept-contact-banner .so-panel .widget-title,.so-panel .ept-contact-banner .widget-title{margin-bottom:9px}.ept-contact-banner .contact-icon{font-size:45px;border-radius:50%;width:64px;height:64px;text-align:center;margin:12px auto}.ept-contact-banner .contact-label{font-size:18px;color:#fff}.ept-contact-banner .contact-label .fa{text-decoration:none;font-size:24px;margin:0 2px}.ept-contact-banner .ept-contact-banner__content{font-size:15px;line-height:1.6;text-align:center;font-weight:lighter}.ept-contact-banner .ept-contact-banner__icons{margin-top:31px}.ept-contact-form .btn-submit{width:100%;padding:6px 17px}.ept-contact-form textarea{height:88px}.so-panel .widget-title{margin-bottom:30px}.so-panel .ept-properties-slider.arrowed{padding-top:15px}.so-panel .ept-properties-slider .slick-arrow{top:-30px}@media (min-width:1200px){.container{max-width:80%}}body{font-family:'Source Sans Pro',sans-serif;background:#f2f2f2}h1,h2,h3,h4,h5,h6{font-family:'Nunito Sans',sans-serif}h2{font-weight:700}.widget-title,.widgettitle{word-break:break-word}.valign-space-between{display:flex;flex-direction:column;justify-content:space-between}.mfp-fade.mfp-bg.mfp-ready{opacity:.7!important}.es-search__wrapper input{font-family:'Source Sans Pro',sans-serif;}.es-login__wrap label{width:100%}.alignnone{margin:5px 20px 20px 0}.aligncenter,div.aligncenter{display:block;margin:5px auto 5px auto}.alignright{float:right;margin:5px 0 20px 20px}.alignleft{float:left;margin:5px 20px 20px 0}a img.alignright{float:right;margin:5px 0 20px 20px}a img.alignnone{margin:5px 20px 20px 0}a img.alignleft{float:left;margin:5px 20px 20px 0}a img.aligncenter{display:block;margin-left:auto;margin-right:auto}.es-captcha{width:100%}.ept-slide-align-center{width:100%;height:100%;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center}.ept-slide-align-center>div{margin:0 auto;width:100%}