@font-face {
font-family: 'flexslider-icon';
src: url(//remaxcrest.ca/wp-content/themes/realhomes/assets/modern/scripts/vendors/flexslider/fonts/flexslider-icon.eot);
src: url(//remaxcrest.ca/wp-content/themes/realhomes/assets/modern/scripts/vendors/flexslider/fonts/flexslider-icon.eot?#iefix) format('embedded-opentype'), url(//remaxcrest.ca/wp-content/themes/realhomes/assets/modern/scripts/vendors/flexslider/fonts/flexslider-icon.woff) format('woff'), url(//remaxcrest.ca/wp-content/themes/realhomes/assets/modern/scripts/vendors/flexslider/fonts/flexslider-icon.ttf) format('truetype'), url(//remaxcrest.ca/wp-content/themes/realhomes/assets/modern/scripts/vendors/flexslider/fonts/flexslider-icon.svg#flexslider-icon) format('svg');
font-weight: normal;
font-style: normal;
} .flex-container a:hover,
.flex-slider a:hover {
outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
margin: 0;
padding: 0;
list-style: none;
}
.flex-pauseplay span {
text-transform: capitalize;
} .flexslider {
margin: 0;
padding: 0;
}
.flexslider .slides > li {
display: none;
-webkit-backface-visibility: hidden;
}
.flexslider .slides img {
width: 100%;
display: block;
}
.flexslider .slides:after {
content: "\0020";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
}
html[xmlns] .flexslider .slides {
display: block;
}
* html .flexslider .slides {
height: 1%;
}
.no-js .flexslider .slides > li:first-child {
display: block;
} .flexslider {
margin: 0 0 60px;
background: #ffffff;
border: 4px solid #ffffff;
position: relative;
zoom: 1;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
-moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
-o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
}
.flexslider .slides {
zoom: 1;
}
.flexslider .slides img {
height: auto;
-moz-user-select: none;
}
.flex-viewport {
max-height: 2000px;
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-ms-transition: all 1s ease;
-o-transition: all 1s ease;
transition: all 1s ease;
}
.loading .flex-viewport {
max-height: 300px;
}
.carousel li {
margin-right: 5px;
}
.flex-direction-nav {
*height: 0;
}
.flex-direction-nav a {
text-decoration: none;
display: block;
width: 40px;
height: 40px;
margin: -20px 0 0;
position: absolute;
top: 50%;
z-index: 10;
overflow: hidden;
opacity: 0;
cursor: pointer;
color: rgba(0, 0, 0, 0.8);
text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
font-family: "flexslider-icon";
font-size: 40px;
display: inline-block;
content: '\f001';
color: rgba(0, 0, 0, 0.8);
text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.flex-direction-nav a.flex-next:before {
content: '\f002';
}
.flex-direction-nav .flex-prev {
left: -50px;
}
.flex-direction-nav .flex-next {
right: -50px;
text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {
opacity: 0.7;
left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
opacity: 0.7;
right: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
opacity: 1;
}
.flex-direction-nav .flex-disabled {
opacity: 0!important;
filter: alpha(opacity=0);
cursor: default;
z-index: -1;
}
.flex-pauseplay a {
display: block;
width: 20px;
height: 20px;
position: absolute;
bottom: 5px;
left: 10px;
opacity: 0.8;
z-index: 10;
overflow: hidden;
cursor: pointer;
color: #000;
}
.flex-pauseplay a:before {
font-family: "flexslider-icon";
font-size: 20px;
display: inline-block;
content: '\f004';
}
.flex-pauseplay a:hover {
opacity: 1;
}
.flex-pauseplay a.flex-play:before {
content: '\f003';
}
.flex-control-nav {
width: 100%;
position: absolute;
bottom: -40px;
text-align: center;
}
.flex-control-nav li {
margin: 0 6px;
display: inline-block;
zoom: 1;
*display: inline;
}
.flex-control-paging li a {
width: 11px;
height: 11px;
display: block;
background: #666;
background: rgba(0, 0, 0, 0.5);
cursor: pointer;
text-indent: -9999px;
-webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
-moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
-o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
}
.flex-control-paging li a:hover {
background: #333;
background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
background: #000;
background: rgba(0, 0, 0, 0.9);
cursor: default;
}
.flex-control-thumbs {
margin: 5px 0 0;
position: static;
overflow: hidden;
}
.flex-control-thumbs li {
width: 25%;
float: left;
margin: 0;
}
.flex-control-thumbs img {
width: 100%;
height: auto;
display: block;
opacity: .7;
cursor: pointer;
-moz-user-select: none;
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-ms-transition: all 1s ease;
-o-transition: all 1s ease;
transition: all 1s ease;
}
.flex-control-thumbs img:hover {
opacity: 1;
}
.flex-control-thumbs .flex-active {
opacity: 1;
cursor: default;
} @media screen and (max-width: 860px) {
.flex-direction-nav .flex-prev {
opacity: 1;
left: 10px;
}
.flex-direction-nav .flex-next {
opacity: 1;
right: 10px;
}
}html.swipebox-html.swipebox-touch{overflow:hidden!important}#swipebox-overlay img{border:none!important}#swipebox-overlay{width:100%;height:100%;position:fixed;top:0;left:0;z-index:99999!important;overflow:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}#swipebox-container{position:relative;width:100%;height:100%}#swipebox-slider{-webkit-transition:-webkit-transform .4s ease;transition:transform .4s ease;height:100%;left:0;top:0;width:100%;white-space:nowrap;position:absolute;display:none;cursor:pointer}#swipebox-slider .slide{height:100%;width:100%;line-height:1px;text-align:center;display:inline-block}#swipebox-slider .slide:before{content:"";display:inline-block;height:50%;width:1px;margin-right:-1px}#swipebox-slider .slide .swipebox-inline-container,#swipebox-slider .slide .swipebox-video-container,#swipebox-slider .slide img{display:inline-block;max-height:100%;max-width:100%;margin:0;padding:0;width:auto;height:auto;vertical-align:middle}#swipebox-slider .slide .swipebox-video-container{background:0 0;max-width:1140px;max-height:100%;width:100%;padding:5%;-webkit-box-sizing:border-box;box-sizing:border-box}#swipebox-slider .slide .swipebox-video-container .swipebox-video{width:100%;height:0;padding-bottom:56.25%;overflow:hidden;position:relative}#swipebox-slider .slide .swipebox-video-container .swipebox-video iframe{width:100%!important;height:100%!important;position:absolute;top:0;left:0}#swipebox-slider .slide-loading{background:url(//remaxcrest.ca/wp-content/themes/realhomes/assets/modern/scripts/vendors/swipebox/img/loader.gif) center center no-repeat}#swipebox-bottom-bar,#swipebox-top-bar{-webkit-transition:.5s;transition:.5s;position:absolute;left:0;z-index:999;height:50px;width:100%}#swipebox-bottom-bar{bottom:-50px}#swipebox-bottom-bar.visible-bars{-webkit-transform:translate3d(0,-50px,0);transform:translate3d(0,-50px,0)}#swipebox-top-bar{top:-50px}#swipebox-top-bar.visible-bars{-webkit-transform:translate3d(0,50px,0);transform:translate3d(0,50px,0)}#swipebox-title{display:block;width:100%;text-align:center}#swipebox-close,#swipebox-next,#swipebox-prev{background-image:url(//remaxcrest.ca/wp-content/themes/realhomes/assets/modern/scripts/vendors/swipebox/img/icons.png);background-repeat:no-repeat;border:none!important;text-decoration:none!important;cursor:pointer;width:50px;height:50px;top:0}#swipebox-arrows{display:block;margin:0 auto;width:100%;height:50px}#swipebox-prev{background-position:-32px 13px;float:left}#swipebox-next{background-position:-78px 13px;float:right}#swipebox-close{top:0;right:0;position:absolute;z-index:9999;background-position:15px 12px}.swipebox-no-close-button #swipebox-close{display:none}#swipebox-next.disabled,#swipebox-prev.disabled{opacity:.3}.swipebox-no-touch #swipebox-overlay.rightSpring #swipebox-slider{-webkit-animation:rightSpring .3s;animation:rightSpring .3s}.swipebox-no-touch #swipebox-overlay.leftSpring #swipebox-slider{-webkit-animation:leftSpring .3s;animation:leftSpring .3s}.swipebox-touch #swipebox-container:after,.swipebox-touch #swipebox-container:before{-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transition:all .3s ease;transition:all .3s ease;content:' ';position:absolute;z-index:999;top:0;height:100%;width:20px;opacity:0}.swipebox-touch #swipebox-container:before{left:0;-webkit-box-shadow:inset 10px 0 10px -8px #656565;box-shadow:inset 10px 0 10px -8px #656565}.swipebox-touch #swipebox-container:after{right:0;-webkit-box-shadow:inset -10px 0 10px -8px #656565;box-shadow:inset -10px 0 10px -8px #656565}.swipebox-touch #swipebox-overlay.leftSpringTouch #swipebox-container:before,.swipebox-touch #swipebox-overlay.rightSpringTouch #swipebox-container:after{opacity:1}@-webkit-keyframes rightSpring{0%{left:0}50%{left:-30px}100%{left:0}}@keyframes rightSpring{0%{left:0}50%{left:-30px}100%{left:0}}@-webkit-keyframes leftSpring{0%{left:0}50%{left:30px}100%{left:0}}@keyframes leftSpring{0%{left:0}50%{left:30px}100%{left:0}}@media screen and (min-width:800px){#swipebox-close{right:10px}#swipebox-arrows{width:92%;max-width:800px}}#swipebox-overlay{background:#0d0d0d}#swipebox-bottom-bar,#swipebox-top-bar{text-shadow:1px 1px 1px #000;background:#000;opacity:.95}#swipebox-top-bar{color:#fff!important;font-size:15px;line-height:43px;font-family:Helvetica,Arial,sans-serif}div.pp_default .pp_top,div.pp_default .pp_top .pp_middle,div.pp_default .pp_top .pp_left,div.pp_default .pp_top .pp_right,div.pp_default .pp_bottom,div.pp_default .pp_bottom .pp_left,div.pp_default .pp_bottom .pp_middle,div.pp_default .pp_bottom .pp_right{height:13px}
div.pp_default .pp_top .pp_left{background:url(//remaxcrest.ca/wp-content/themes/realhomes/assets/modern/scripts/vendors/prettyphoto/images/prettyPhoto/default/sprite.png) -78px -93px no-repeat}
div.pp_default .pp_top .pp_middle{background:url(//remaxcrest.ca/wp-content/themes/realhomes/assets/modern/scripts/vendors/prettyphoto/images/prettyPhoto/default/sprite_x.png) top left repeat-x}
div.pp_default .pp_top .pp_right{background:url(//remaxcrest.ca/wp-content/themes/realhomes/assets/modern/scripts/vendors/prettyphoto/images/prettyPhoto/default/sprite.png) -112px -93px no-repeat}
div.pp_default .pp_content .ppt{color:#f8f8f8}
div.pp_default .pp_content_container .pp_left{background:url(//remaxcrest.ca/wp-content/themes/realhomes/assets/modern/scripts/vendors/prettyphoto/images/prettyPhoto/default/sprite_y.png) -7px 0 repeat-y;padding-left:13px}
div.pp_default .pp_content_container .pp_right{background:url(//remaxcrest.ca/wp-content/themes/realhomes/assets/modern/scripts/vendors/prettyphoto/images/prettyPhoto/default/sprite_y.png) top right repeat-y;padding-right:13px}
div.pp_default .pp_next:hover{background:url(//remaxcrest.ca/wp-content/themes/realhomes/assets/modern/scripts/vendors/prettyphoto/images/prettyPhoto/default/sprite_next.png) center right no-repeat;cursor:pointer}
div.pp_default .pp_previous:hover{background:url(//remaxcrest.ca/wp-content/themes/realhomes/assets/modern/scripts/vendors/prettyphoto/images/prettyPhoto/default/sprite_prev.png) center left no-repeat;cursor:pointer}
div.pp_default .pp_expand{background:url(//remaxcrest.ca/wp-content/themes/realhomes/assets/modern/scripts/vendors/prettyphoto/images/prettyPhoto/default/sprite.png) 0 -29px no-repeat;cursor:pointer;width:28px;height:28px}
div.pp_default .pp_expand:hover{background:url(//remaxcrest.ca/wp-content/themes/realhomes/assets/modern/scripts/vendors/prettyphoto/images/prettyPhoto/default/sprite.png) 0 -56px no-repeat;cursor:pointer}
div.pp_default .pp_contract{background:url(//remaxcrest.ca/wp-content/themes/realhomes/assets/modern/scripts/vendors/prettyphoto/images/prettyPhoto/default/sprite.png) 0 -84px no-repeat;cursor:pointer;width:28px;height:28px}
div.pp_default .pp_contract:hover{background:url(//remaxcrest.ca/wp-content/themes/realhomes/assets/modern/scripts/vendors/prettyphoto/images/prettyPhoto/default/sprite.png) 0 -113px no-repeat;cursor:pointer}
div.pp_default .pp_close{width:30px;height:30px;background:url(//remaxcrest.ca/wp-content/themes/realhomes/assets/modern/scripts/vendors/prettyphoto/images/prettyPhoto/default/sprite.png) 2px 1px no-repeat;cursor:pointer}
div.pp_default .pp_gallery ul li a{background:url(//remaxcrest.ca/wp-content/themes/realhomes/assets/modern/scripts/vendors/prettyphoto/images/prettyPhoto/default/default_thumb.png) center center #f8f8f8;border:1px solid #aaa}
div.pp_default .pp_social{margin-top:7px}
div.pp_default .pp_gallery a.pp_arrow_previous,div.pp_default .pp_gallery a.pp_arrow_next{position:static;left:auto}
div.pp_default .pp_nav .pp_play,div.pp_default .pp_nav .pp_pause{background:url(//remaxcrest.ca/wp-content/themes/realhomes/assets/modern/scripts/vendors/prettyphoto/images/prettyPhoto/default/sprite.png) -51px 1px no-repeat;height:30px;width:30px}
div.pp_default .pp_nav .pp_pause{background-position:-51px -29px}
div.pp_default a.pp_arrow_previous,div.pp_default a.pp_arrow_next{background:url(//remaxcrest.ca/wp-content/themes/realhomes/assets/modern/scripts/vendors/prettyphoto/images/prettyPhoto/default/sprite.png) -31px -3px no-repeat;height:20px;width:20px;margin:4px 0 0}
div.pp_default a.pp_arrow_next{left:52px;background-position:-82px -3px}
div.pp_default .pp_content_container .pp_details{margin-top:5px}
div.pp_default .pp_nav{clear:none;height:30px;width:110px;position:relative}
div.pp_default .pp_nav .currentTextHolder{font-family:Georgia;font-style:italic;color:#999;font-size:11px;left:75px;line-height:25px;position:absolute;top:2px;margin:0;padding:0 0 0 10px}
div.pp_default .pp_close:hover,div.pp_default .pp_nav .pp_play:hover,div.pp_default .pp_nav .pp_pause:hover,div.pp_default .pp_arrow_next:hover,div.pp_default .pp_arrow_previous:hover{opacity:0.7}
div.pp_default .pp_description{font-size:11px;font-weight:700;line-height:14px;margin:5px 50px 5px 0}
div.pp_default .pp_bottom .pp_left{background:url(//remaxcrest.ca/wp-content/themes/realhomes/assets/modern/scripts/vendors/prettyphoto/images/prettyPhoto/default/sprite.png) -78px -127px no-repeat}
div.pp_default .pp_bottom .pp_middle{background:url(//remaxcrest.ca/wp-content/themes/realhomes/assets/modern/scripts/vendors/prettyphoto/images/prettyPhoto/default/sprite_x.png) bottom left repeat-x}
div.pp_default .pp_bottom .pp_right{background:url(//remaxcrest.ca/wp-content/themes/realhomes/assets/modern/scripts/vendors/prettyphoto/images/prettyPhoto/default/sprite.png) -112px -127px no-repeat}
div.pp_default .pp_loaderIcon{background:url(//remaxcrest.ca/wp-content/themes/realhomes/assets/modern/scripts/vendors/prettyphoto/images/prettyPhoto/default/loader.gif) center center no-repeat}
div.light_rounded .pp_top .pp_left{background:url(//remaxcrest.ca/wp-content/themes/realhomes/assets/modern/scripts/vendors/prettyphoto/images/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat}
div.light_rounded .pp_top .pp_right{background:url(//remaxcrest.ca/wp-content/themes/realhomes/assets/modern/scripts/vendors/prettyphoto/images/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat}
div.light_rounded .pp_next:hover{background:url(//remaxcrest.ca/wp-content/themes/realhomes/assets/modern/scripts/vendors/prettyphoto/images/prettyPhoto/light_rounded/btnNext.png) center right no-repeat;cursor:pointer}
div.light_rounded .pp_previous:hover{background:url(//remaxcrest.ca/wp-content/themes/realhomes/assets/modern/scripts/vendors/prettyphoto/images/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}
div.light_rounded .pp_expand{background:url(//remaxcrest.ca/wp-content/themes/realhomes/assets/modern/scripts/vendors/prettyphoto/images/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.light_rounded .pp_expand:hover{background:url(//remaxcrest.ca/wp-content/themes/realhomes/assets/modern/scripts/vendors/prettyphoto/images/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.light_rounded .pp_contract{background:url(//remaxcrest.ca/wp-content/themes/realhomes/assets/modern/scripts/vendors/prettyphoto/images/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.light_rounded .pp_contract:hover{background:url(//remaxcrest.ca/wp-content/themes/realhomes/assets/modern/scripts/vendors/prettyphoto/images/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.light_rounded .pp_close{width:75px;height:22px;background:url(//remaxcrest.ca/wp-content/themes/realhomes/assets/modern/scripts/vendors/prettyphoto/images/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.light_rounded .pp_nav .pp_play{background:url(//remaxcrest.ca/wp-content/themes/realhomes/assets/modern/scripts/vendors/prettyphoto/images/prettyPhoto/light_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.light_rounded .pp_nav .pp_pause{background:url(//remaxcrest.ca/wp-content/themes/realhomes/assets/modern/scripts/vendors/prettyphoto/images/prettyPhoto/light_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.light_rounded .pp_arrow_previous{background:url(//remaxcrest.ca/wp-content/themes/realhomes/assets/modern/scripts/vendors/prettyphoto/images/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat}
div.light_rounded .pp_arrow_next{background:url(//remaxcrest.ca/wp-content/themes/realhomes/assets/modern/scripts/vendors/prettyphoto/images/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat}
div.light_rounded .pp_bottom .pp_left{background:url(//remaxcrest.ca/wp-content/themes/realhomes/assets/modern/scripts/vendors/prettyphoto/images/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat}
div.light_rounded .pp_bottom .pp_right{background:url(//remaxcrest.ca/wp-content/themes/realhomes/assets/modern/scripts/vendors/prettyphoto/images/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat}
div.dark_rounded .pp_top .pp_left{background:url(//remaxcrest.ca/wp-content/themes/realhomes/assets/modern/scripts/vendors/prettyphoto/images/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat}
div.dark_rounded .pp_top .pp_right{background:url(//remaxcrest.ca/wp-content/themes/realhomes/assets/modern/scripts/vendors/prettyphoto/images/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat}
div.dark_rounded .pp_content_container .pp_left{background:url(//remaxcrest.ca/wp-content/themes/realhomes/assets/modern/scripts/vendors/prettyphoto/images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y}
div.dark_rounded .pp_content_container .pp_right{background:url(//remaxcrest.ca/wp-content/themes/realhomes/assets/modern/scripts/vendors/prettyphoto/images/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y}
div.dark_rounded .pp_next:hover{background:url(//remaxcrest.ca/wp-content/themes/realhomes/assets/modern/scripts/vendors/prettyphoto/images/prettyPhoto/dark_rounded/btnNext.png) center right no-repeat;cursor:pointer}
div.dark_rounded .pp_previous:hover{background:url(//remaxcrest.ca/wp-content/themes/realhomes/assets/modern/scripts/vendors/prettyphoto/images/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}
div.dark_rounded .pp_expand{background:url(//remaxcrest.ca/wp-content/themes/realhomes/assets/modern/scripts/vendors/prettyphoto/images/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.dark_rounded .pp_expand:hover{background:url(//remaxcrest.ca/wp-content/themes/realhomes/assets/modern/scripts/vendors/prettyphoto/images/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.dark_rounded .pp_contract{background:url(//remaxcrest.ca/wp-content/themes/realhomes/assets/modern/scripts/vendors/prettyphoto/images/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.dark_rounded .pp_contract:hover{background:url(//remaxcrest.ca/wp-content/themes/realhomes/assets/modern/scripts/vendors/prettyphoto/images/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.dark_rounded .pp_close{width:75px;height:22px;background:url(//remaxcrest.ca/wp-content/themes/realhomes/assets/modern/scripts/vendors/prettyphoto/images/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.dark_rounded .pp_description{margin-right:85px;color:#fff}
div.dark_rounded .pp_nav .pp_play{background:url(//remaxcrest.ca/wp-content/themes/realhomes/assets/modern/scripts/vendors/prettyphoto/images/prettyPhoto/dark_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.dark_rounded .pp_nav .pp_pause{background:url(//remaxcrest.ca/wp-content/themes/realhomes/assets/modern/scripts/vendors/prettyphoto/images/prettyPhoto/dark_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.dark_rounded .pp_arrow_previous{background:url(//remaxcrest.ca/wp-content/themes/realhomes/assets/modern/scripts/vendors/prettyphoto/images/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat}
div.dark_rounded .pp_arrow_next{background:url(//remaxcrest.ca/wp-content/themes/realhomes/assets/modern/scripts/vendors/prettyphoto/images/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat}
div.dark_rounded .pp_bottom .pp_left{background:url(//remaxcrest.ca/wp-content/themes/realhomes/assets/modern/scripts/vendors/prettyphoto/images/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat}
div.dark_rounded .pp_bottom .pp_right{background:url(//remaxcrest.ca/wp-content/themes/realhomes/assets/modern/scripts/vendors/prettyphoto/images/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat}
div.dark_rounded .pp_loaderIcon{background:url(//remaxcrest.ca/wp-content/themes/realhomes/assets/modern/scripts/vendors/prettyphoto/images/prettyPhoto/dark_rounded/loader.gif) center center no-repeat}
div.dark_square .pp_left,div.dark_square .pp_middle,div.dark_square .pp_right,div.dark_square .pp_content{background:#000}
div.dark_square .pp_description{color:#fff;margin:0 85px 0 0}
div.dark_square .pp_loaderIcon{background:url(//remaxcrest.ca/wp-content/themes/realhomes/assets/modern/scripts/vendors/prettyphoto/images/prettyPhoto/dark_square/loader.gif) center center no-repeat}
div.dark_square .pp_expand{background:url(//remaxcrest.ca/wp-content/themes/realhomes/assets/modern/scripts/vendors/prettyphoto/images/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.dark_square .pp_expand:hover{background:url(//remaxcrest.ca/wp-content/themes/realhomes/assets/modern/scripts/vendors/prettyphoto/images/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.dark_square .pp_contract{background:url(//remaxcrest.ca/wp-content/themes/realhomes/assets/modern/scripts/vendors/prettyphoto/images/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.dark_square .pp_contract:hover{background:url(//remaxcrest.ca/wp-content/themes/realhomes/assets/modern/scripts/vendors/prettyphoto/images/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.dark_square .pp_close{width:75px;height:22px;background:url(//remaxcrest.ca/wp-content/themes/realhomes/assets/modern/scripts/vendors/prettyphoto/images/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.dark_square .pp_nav{clear:none}
div.dark_square .pp_nav .pp_play{background:url(//remaxcrest.ca/wp-content/themes/realhomes/assets/modern/scripts/vendors/prettyphoto/images/prettyPhoto/dark_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.dark_square .pp_nav .pp_pause{background:url(//remaxcrest.ca/wp-content/themes/realhomes/assets/modern/scripts/vendors/prettyphoto/images/prettyPhoto/dark_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.dark_square .pp_arrow_previous{background:url(//remaxcrest.ca/wp-content/themes/realhomes/assets/modern/scripts/vendors/prettyphoto/images/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat}
div.dark_square .pp_arrow_next{background:url(//remaxcrest.ca/wp-content/themes/realhomes/assets/modern/scripts/vendors/prettyphoto/images/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat}
div.dark_square .pp_next:hover{background:url(//remaxcrest.ca/wp-content/themes/realhomes/assets/modern/scripts/vendors/prettyphoto/images/prettyPhoto/dark_square/btnNext.png) center right no-repeat;cursor:pointer}
div.dark_square .pp_previous:hover{background:url(//remaxcrest.ca/wp-content/themes/realhomes/assets/modern/scripts/vendors/prettyphoto/images/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat;cursor:pointer}
div.light_square .pp_expand{background:url(//remaxcrest.ca/wp-content/themes/realhomes/assets/modern/scripts/vendors/prettyphoto/images/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.light_square .pp_expand:hover{background:url(//remaxcrest.ca/wp-content/themes/realhomes/assets/modern/scripts/vendors/prettyphoto/images/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.light_square .pp_contract{background:url(//remaxcrest.ca/wp-content/themes/realhomes/assets/modern/scripts/vendors/prettyphoto/images/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.light_square .pp_contract:hover{background:url(//remaxcrest.ca/wp-content/themes/realhomes/assets/modern/scripts/vendors/prettyphoto/images/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.light_square .pp_close{width:75px;height:22px;background:url(//remaxcrest.ca/wp-content/themes/realhomes/assets/modern/scripts/vendors/prettyphoto/images/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.light_square .pp_nav .pp_play{background:url(//remaxcrest.ca/wp-content/themes/realhomes/assets/modern/scripts/vendors/prettyphoto/images/prettyPhoto/light_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.light_square .pp_nav .pp_pause{background:url(//remaxcrest.ca/wp-content/themes/realhomes/assets/modern/scripts/vendors/prettyphoto/images/prettyPhoto/light_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.light_square .pp_arrow_previous{background:url(//remaxcrest.ca/wp-content/themes/realhomes/assets/modern/scripts/vendors/prettyphoto/images/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat}
div.light_square .pp_arrow_next{background:url(//remaxcrest.ca/wp-content/themes/realhomes/assets/modern/scripts/vendors/prettyphoto/images/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat}
div.light_square .pp_next:hover{background:url(//remaxcrest.ca/wp-content/themes/realhomes/assets/modern/scripts/vendors/prettyphoto/images/prettyPhoto/light_square/btnNext.png) center right no-repeat;cursor:pointer}
div.light_square .pp_previous:hover{background:url(//remaxcrest.ca/wp-content/themes/realhomes/assets/modern/scripts/vendors/prettyphoto/images/prettyPhoto/light_square/btnPrevious.png) center left no-repeat;cursor:pointer}
div.facebook .pp_top .pp_left{background:url(//remaxcrest.ca/wp-content/themes/realhomes/assets/modern/scripts/vendors/prettyphoto/images/prettyPhoto/facebook/sprite.png) -88px -53px no-repeat}
div.facebook .pp_top .pp_middle{background:url(//remaxcrest.ca/wp-content/themes/realhomes/assets/modern/scripts/vendors/prettyphoto/images/prettyPhoto/facebook/contentPatternTop.png) top left repeat-x}
div.facebook .pp_top .pp_right{background:url(//remaxcrest.ca/wp-content/themes/realhomes/assets/modern/scripts/vendors/prettyphoto/images/prettyPhoto/facebook/sprite.png) -110px -53px no-repeat}
div.facebook .pp_content_container .pp_left{background:url(//remaxcrest.ca/wp-content/themes/realhomes/assets/modern/scripts/vendors/prettyphoto/images/prettyPhoto/facebook/contentPatternLeft.png) top left repeat-y}
div.facebook .pp_content_container .pp_right{background:url(//remaxcrest.ca/wp-content/themes/realhomes/assets/modern/scripts/vendors/prettyphoto/images/prettyPhoto/facebook/contentPatternRight.png) top right repeat-y}
div.facebook .pp_expand{background:url(//remaxcrest.ca/wp-content/themes/realhomes/assets/modern/scripts/vendors/prettyphoto/images/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.facebook .pp_expand:hover{background:url(//remaxcrest.ca/wp-content/themes/realhomes/assets/modern/scripts/vendors/prettyphoto/images/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.facebook .pp_contract{background:url(//remaxcrest.ca/wp-content/themes/realhomes/assets/modern/scripts/vendors/prettyphoto/images/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.facebook .pp_contract:hover{background:url(//remaxcrest.ca/wp-content/themes/realhomes/assets/modern/scripts/vendors/prettyphoto/images/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.facebook .pp_close{width:22px;height:22px;background:url(//remaxcrest.ca/wp-content/themes/realhomes/assets/modern/scripts/vendors/prettyphoto/images/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.facebook .pp_description{margin:0 37px 0 0}
div.facebook .pp_loaderIcon{background:url(//remaxcrest.ca/wp-content/themes/realhomes/assets/modern/scripts/vendors/prettyphoto/images/prettyPhoto/facebook/loader.gif) center center no-repeat}
div.facebook .pp_arrow_previous{background:url(//remaxcrest.ca/wp-content/themes/realhomes/assets/modern/scripts/vendors/prettyphoto/images/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat;height:22px;margin-top:0;width:22px}
div.facebook .pp_arrow_previous.disabled{background-position:0 -96px;cursor:default}
div.facebook .pp_arrow_next{background:url(//remaxcrest.ca/wp-content/themes/realhomes/assets/modern/scripts/vendors/prettyphoto/images/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat;height:22px;margin-top:0;width:22px}
div.facebook .pp_arrow_next.disabled{background-position:-32px -96px;cursor:default}
div.facebook .pp_nav{margin-top:0}
div.facebook .pp_nav p{font-size:15px;padding:0 3px 0 4px}
div.facebook .pp_nav .pp_play{background:url(//remaxcrest.ca/wp-content/themes/realhomes/assets/modern/scripts/vendors/prettyphoto/images/prettyPhoto/facebook/sprite.png) -1px -123px no-repeat;height:22px;width:22px}
div.facebook .pp_nav .pp_pause{background:url(//remaxcrest.ca/wp-content/themes/realhomes/assets/modern/scripts/vendors/prettyphoto/images/prettyPhoto/facebook/sprite.png) -32px -123px no-repeat;height:22px;width:22px}
div.facebook .pp_next:hover{background:url(//remaxcrest.ca/wp-content/themes/realhomes/assets/modern/scripts/vendors/prettyphoto/images/prettyPhoto/facebook/btnNext.png) center right no-repeat;cursor:pointer}
div.facebook .pp_previous:hover{background:url(//remaxcrest.ca/wp-content/themes/realhomes/assets/modern/scripts/vendors/prettyphoto/images/prettyPhoto/facebook/btnPrevious.png) center left no-repeat;cursor:pointer}
div.facebook .pp_bottom .pp_left{background:url(//remaxcrest.ca/wp-content/themes/realhomes/assets/modern/scripts/vendors/prettyphoto/images/prettyPhoto/facebook/sprite.png) -88px -80px no-repeat}
div.facebook .pp_bottom .pp_middle{background:url(//remaxcrest.ca/wp-content/themes/realhomes/assets/modern/scripts/vendors/prettyphoto/images/prettyPhoto/facebook/contentPatternBottom.png) top left repeat-x}
div.facebook .pp_bottom .pp_right{background:url(//remaxcrest.ca/wp-content/themes/realhomes/assets/modern/scripts/vendors/prettyphoto/images/prettyPhoto/facebook/sprite.png) -110px -80px no-repeat}
div.pp_pic_holder a:focus{outline:none}
div.pp_overlay{background:#000;display:none;left:0;position:absolute;top:0;width:100%;z-index:9500}
div.pp_pic_holder{display:none;position:absolute;width:100px;z-index:10000}
.pp_content{height:40px;min-width:40px}
* html .pp_content{width:40px}
.pp_content_container{position:relative;text-align:left;width:100%}
.pp_content_container .pp_left{padding-left:20px}
.pp_content_container .pp_right{padding-right:20px}
.pp_content_container .pp_details{float:left;margin:10px 0 2px}
.pp_description{display:none;margin:0}
.pp_social{float:left;margin:0}
.pp_social .facebook{float:left;margin-left:5px;width:55px;overflow:hidden}
.pp_social .twitter{float:left}
.pp_nav{clear:right;float:left;margin:3px 10px 0 0}
.pp_nav p{float:left;white-space:nowrap;margin:2px 4px}
.pp_nav .pp_play,.pp_nav .pp_pause{float:left;margin-right:4px;text-indent:-10000px}
a.pp_arrow_previous,a.pp_arrow_next{display:block;float:left;height:15px;margin-top:3px;overflow:hidden;text-indent:-10000px;width:14px}
.pp_hoverContainer{position:absolute;top:0;width:100%;z-index:2000}
.pp_gallery{display:none;left:50%;margin-top:-50px;position:absolute;z-index:10000}
.pp_gallery div{float:left;overflow:hidden;position:relative}
.pp_gallery ul{float:left;height:35px;position:relative;white-space:nowrap;margin:0 0 0 5px;padding:0}
.pp_gallery ul a{border:1px rgba(0,0,0,0.5) solid;display:block;float:left;height:33px;overflow:hidden}
.pp_gallery ul a img{border:0}
.pp_gallery li{display:block;float:left;margin:0 5px 0 0;padding:0}
.pp_gallery li.default a{background:url(//remaxcrest.ca/wp-content/themes/realhomes/assets/modern/scripts/vendors/prettyphoto/images/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;display:block;height:33px;width:50px}
.pp_gallery .pp_arrow_previous,.pp_gallery .pp_arrow_next{margin-top:7px!important}
a.pp_next{background:url(//remaxcrest.ca/wp-content/themes/realhomes/assets/modern/scripts/vendors/prettyphoto/images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:right;height:100%;text-indent:-10000px;width:49%}
a.pp_previous{background:url(//remaxcrest.ca/wp-content/themes/realhomes/assets/modern/scripts/vendors/prettyphoto/images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:left;height:100%;text-indent:-10000px;width:49%}
a.pp_expand,a.pp_contract{cursor:pointer;display:none;height:20px;position:absolute;right:30px;text-indent:-10000px;top:10px;width:20px;z-index:20000}
a.pp_close{position:absolute;right:0;top:0;display:block;line-height:22px;text-indent:-10000px}
.pp_loaderIcon{display:block;height:24px;left:50%;position:absolute;top:50%;width:24px;margin:-12px 0 0 -12px}
#pp_full_res{line-height:1!important}
#pp_full_res .pp_inline{text-align:left}
#pp_full_res .pp_inline p{margin:0 0 15px}
div.ppt{color:#fff;display:none;font-size:17px;z-index:9999;margin:0 0 5px 15px}
div.pp_default .pp_content,div.light_rounded .pp_content{background-color:#fff}
div.pp_default #pp_full_res .pp_inline,div.light_rounded .pp_content .ppt,div.light_rounded #pp_full_res .pp_inline,div.light_square .pp_content .ppt,div.light_square #pp_full_res .pp_inline,div.facebook .pp_content .ppt,div.facebook #pp_full_res .pp_inline{color:#000}
div.pp_default .pp_gallery ul li a:hover,div.pp_default .pp_gallery ul li.selected a,.pp_gallery ul a:hover,.pp_gallery li.selected a{border-color:#fff}
div.pp_default .pp_details,div.light_rounded .pp_details,div.dark_rounded .pp_details,div.dark_square .pp_details,div.light_square .pp_details,div.facebook .pp_details{position:relative}
div.light_rounded .pp_top .pp_middle,div.light_rounded .pp_content_container .pp_left,div.light_rounded .pp_content_container .pp_right,div.light_rounded .pp_bottom .pp_middle,div.light_square .pp_left,div.light_square .pp_middle,div.light_square .pp_right,div.light_square .pp_content,div.facebook .pp_content{background:#fff}
div.light_rounded .pp_description,div.light_square .pp_description{margin-right:85px}
div.light_rounded .pp_gallery a.pp_arrow_previous,div.light_rounded .pp_gallery a.pp_arrow_next,div.dark_rounded .pp_gallery a.pp_arrow_previous,div.dark_rounded .pp_gallery a.pp_arrow_next,div.dark_square .pp_gallery a.pp_arrow_previous,div.dark_square .pp_gallery a.pp_arrow_next,div.light_square .pp_gallery a.pp_arrow_previous,div.light_square .pp_gallery a.pp_arrow_next{margin-top:12px!important}
div.light_rounded .pp_arrow_previous.disabled,div.dark_rounded .pp_arrow_previous.disabled,div.dark_square .pp_arrow_previous.disabled,div.light_square .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default}
div.light_rounded .pp_arrow_next.disabled,div.dark_rounded .pp_arrow_next.disabled,div.dark_square .pp_arrow_next.disabled,div.light_square .pp_arrow_next.disabled{background-position:-22px -87px;cursor:default}
div.light_rounded .pp_loaderIcon,div.light_square .pp_loaderIcon{background:url(//remaxcrest.ca/wp-content/themes/realhomes/assets/modern/scripts/vendors/prettyphoto/images/prettyPhoto/light_rounded/loader.gif) center center no-repeat}
div.dark_rounded .pp_top .pp_middle,div.dark_rounded .pp_content,div.dark_rounded .pp_bottom .pp_middle{background:url(//remaxcrest.ca/wp-content/themes/realhomes/assets/modern/scripts/vendors/prettyphoto/images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat}
div.dark_rounded .currentTextHolder,div.dark_square .currentTextHolder{color:#c4c4c4}
div.dark_rounded #pp_full_res .pp_inline,div.dark_square #pp_full_res .pp_inline{color:#fff}
.pp_top,.pp_bottom{height:20px;position:relative}
* html .pp_top,* html .pp_bottom{padding:0 20px}
.pp_top .pp_left,.pp_bottom .pp_left{height:20px;left:0;position:absolute;width:20px}
.pp_top .pp_middle,.pp_bottom .pp_middle{height:20px;left:20px;position:absolute;right:20px}
* html .pp_top .pp_middle,* html .pp_bottom .pp_middle{left:0;position:static}
.pp_top .pp_right,.pp_bottom .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px}
.pp_fade,.pp_gallery li.default a img{display:none}@font-face{font-family:'FontAwesome';src:url(//remaxcrest.ca/wp-content/themes/realhomes/common/font-awesome/fonts/fontawesome-webfont.eot?v=4.7.0);src:url(//remaxcrest.ca/wp-content/themes/realhomes/common/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'),url(//remaxcrest.ca/wp-content/themes/realhomes/common/font-awesome/fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'),url(//remaxcrest.ca/wp-content/themes/realhomes/common/font-awesome/fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'),url(//remaxcrest.ca/wp-content/themes/realhomes/common/font-awesome/fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'),url(//remaxcrest.ca/wp-content/themes/realhomes/common/font-awesome/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}.hidden {
display: none !important;
visibility: hidden !important;
}
.tawcvs-swatches {
padding: 5px;
}
.tawcvs-swatches .swatch {
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
display: inline-block;
width: 30px;
height: 30px;
line-height: 28px;
text-align: center;
margin-right: 15px;
margin-bottom: 15px;
cursor: pointer;
border: 2px solid transparent;
position: relative;
white-space: nowrap;
}
.tawcvs-swatches .swatch.selected {
border-color: #999;
}
.tawcvs-swatches .swatch.disabled {
cursor: default;
opacity: 0.1 !important;
}
.tawcvs-swatches .swatch.disabled .swatch__tooltip {
display: none;
}
.tawcvs-swatches .swatch-color {
text-indent: -9999em;
border: 2px solid #ccc;
}
.tawcvs-swatches .swatch-color.selected {
border-color: #333;
}
.tawcvs-swatches .swatch-color.selected:before {
-webkit-transform: translate(-50%, -50%) rotate(45deg);
-moz-transform: translate(-50%, -50%) rotate(45deg);
transform: translate(-50%, -50%) rotate(45deg);
content: "";
width: 6px;
height: 10px;
display: block;
border: solid #eee;
border-width: 0 2px 2px 0;
position: absolute;
top: 50%;
left: 50%;
margin: -2px -2px 0 0;
}
.tawcvs-swatches .swatch-label {
font-size: 14px;
background-color: #f1f1f1;
}
.tawcvs-swatches .swatch-image {
font-size: 0;
}
.tawcvs-swatches .swatch-image img {
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
}
.tawcvs-swatches .swatch-image .swatch__tooltip {
font-size: 14px;
}
.tawcvs-swatches .swatch__tooltip {
-webkit-transform: translate(-50%, -100%);
-moz-transform: translate(-50%, -100%);
transform: translate(-50%, -100%);
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
position: absolute;
left: 50%;
top: 0;
background: #333;
z-index: 2;
color: #fff;
margin: -15px 0 0 0;
padding: 5px 10px;
text-indent: initial;
font-size: 14px;
font-weight: 500;
opacity: 0;
visibility: hidden;
user-select: none;
}
.tawcvs-swatches .swatch__tooltip:after {
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
transform: rotate(45deg);
content: "";
position: absolute;
width: 12px;
height: 12px;
background: #333;
bottom: -4px;
left: 50%;
margin-left: -6px;
}
.tawcvs-swatches .swatch:hover .swatch__tooltip {
opacity: 1;
visibility: visible;
user-select: auto;
}.bootstrap-realtypress {  
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 14px;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
line-height: 1.42857143;
color: #333333;
background-color: transparent;
}
.bootstrap-realtypress html {
font-family: sans-serif;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
}
.bootstrap-realtypress body {
margin: 0;
}
.bootstrap-realtypress article,
.bootstrap-realtypress aside,
.bootstrap-realtypress details,
.bootstrap-realtypress figcaption,
.bootstrap-realtypress figure,
.bootstrap-realtypress footer,
.bootstrap-realtypress header,
.bootstrap-realtypress hgroup,
.bootstrap-realtypress main,
.bootstrap-realtypress menu,
.bootstrap-realtypress nav,
.bootstrap-realtypress section,
.bootstrap-realtypress summary {
display: block;
}
.bootstrap-realtypress audio,
.bootstrap-realtypress canvas,
.bootstrap-realtypress progress,
.bootstrap-realtypress video {
display: inline-block;
vertical-align: baseline;
}
.bootstrap-realtypress audio:not([controls]) {
display: none;
height: 0;
}
.bootstrap-realtypress [hidden],
.bootstrap-realtypress template {
display: none;
}
.bootstrap-realtypress a { }
.bootstrap-realtypress a:active,
.bootstrap-realtypress a:hover {
outline: 0;
}
.bootstrap-realtypress abbr[title] {
border-bottom: 1px dotted;
}
.bootstrap-realtypress b,
.bootstrap-realtypress strong {
font-weight: bold;
}
.bootstrap-realtypress dfn {
font-style: italic;
}
.bootstrap-realtypress h1 {
font-size: 2em;
margin: 0.67em 0;
}
.bootstrap-realtypress mark {
background: #ff0;
color: #000;
}
.bootstrap-realtypress small {
font-size: 80%;
}
.bootstrap-realtypress sub,
.bootstrap-realtypress sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
.bootstrap-realtypress sup {
top: -0.5em;
}
.bootstrap-realtypress sub {
bottom: -0.25em;
}
.bootstrap-realtypress img {
border: 0;
}
.bootstrap-realtypress svg:not(:root) {
overflow: hidden;
}
.bootstrap-realtypress figure {
margin: 1em 40px;
}
.bootstrap-realtypress hr {
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
box-sizing: content-box;
height: 0;
}
.bootstrap-realtypress pre {
overflow: auto;
}
.bootstrap-realtypress code,
.bootstrap-realtypress kbd,
.bootstrap-realtypress pre,
.bootstrap-realtypress samp {
font-family: monospace, monospace;
font-size: 1em;
}
.bootstrap-realtypress button,
.bootstrap-realtypress input,
.bootstrap-realtypress optgroup,
.bootstrap-realtypress select,
.bootstrap-realtypress textarea {
color: inherit;
font: inherit;
margin: 0;
}
.bootstrap-realtypress button {
overflow: visible;
}
.bootstrap-realtypress button,
.bootstrap-realtypress select {
text-transform: none;
}
.bootstrap-realtypress button,
.bootstrap-realtypress html input[type="button"],
.bootstrap-realtypress input[type="reset"],
.bootstrap-realtypress input[type="submit"] {
-webkit-appearance: button;
cursor: pointer;
}
.bootstrap-realtypress button[disabled],
.bootstrap-realtypress html input[disabled] {
cursor: default;
}
.bootstrap-realtypress button::-moz-focus-inner,
.bootstrap-realtypress input::-moz-focus-inner {
border: 0;
padding: 0;
}
.bootstrap-realtypress input {
line-height: normal;
}
.bootstrap-realtypress input[type="checkbox"],
.bootstrap-realtypress input[type="radio"] {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 0;
}
.bootstrap-realtypress input[type="number"]::-webkit-inner-spin-button,
.bootstrap-realtypress input[type="number"]::-webkit-outer-spin-button {
height: auto;
}
.bootstrap-realtypress input[type="search"] {
-webkit-appearance: textfield;
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
box-sizing: content-box;
}
.bootstrap-realtypress input[type="search"]::-webkit-search-cancel-button,
.bootstrap-realtypress input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
.bootstrap-realtypress fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em;
}
.bootstrap-realtypress legend {
border: 0;
padding: 0;
}
.bootstrap-realtypress textarea {
overflow: auto;
}
.bootstrap-realtypress optgroup {
font-weight: bold;
}
.bootstrap-realtypress table {
border-collapse: collapse;
border-spacing: 0;
}
.bootstrap-realtypress td,
.bootstrap-realtypress th {
padding: 0;
}
@media print {
.bootstrap-realtypress *,
.bootstrap-realtypress *:before,
.bootstrap-realtypress *:after {
background: transparent !important;
color: #000 !important;
-webkit-box-shadow: none !important;
box-shadow: none !important;
text-shadow: none !important;
}
.bootstrap-realtypress a,
.bootstrap-realtypress a:visited {
text-decoration: underline;
}
.bootstrap-realtypress a[href]:after {
content: " (" attr(href) ")";
}
.bootstrap-realtypress abbr[title]:after {
content: " (" attr(title) ")";
}
.bootstrap-realtypress a[href^="#"]:after,
.bootstrap-realtypress a[href^="javascript:"]:after {
content: "";
}
.bootstrap-realtypress pre,
.bootstrap-realtypress blockquote {
border: 1px solid #999;
page-break-inside: avoid;
}
.bootstrap-realtypress thead {
display: table-header-group;
}
.bootstrap-realtypress tr,
.bootstrap-realtypress img {
page-break-inside: avoid;
}
.bootstrap-realtypress img {
max-width: 100% !important;
}
.bootstrap-realtypress p,
.bootstrap-realtypress h2,
.bootstrap-realtypress h3 {
orphans: 3;
widows: 3;
}
.bootstrap-realtypress h2,
.bootstrap-realtypress h3 {
page-break-after: avoid;
}
.bootstrap-realtypress select {
background: #fff !important;
}
.bootstrap-realtypress .navbar {
display: none;
}
.bootstrap-realtypress .btn > .caret,
.bootstrap-realtypress .dropup > .btn > .caret {
border-top-color: #000 !important;
}
.bootstrap-realtypress .label {
border: 1px solid #000;
}
.bootstrap-realtypress .table {
border-collapse: collapse !important;
}
.bootstrap-realtypress .table td,
.bootstrap-realtypress .table th {
background-color: #fff !important;
}
.bootstrap-realtypress .table-bordered th,
.bootstrap-realtypress .table-bordered td {
border: 1px solid #ddd !important;
}
}
@font-face {
font-family: 'Glyphicons Halflings';
src: url(//remaxcrest.ca/wp-content/plugins/realtypress-premium/public/third-party/bootstrap-3.3.4/fonts/glyphicons-halflings-regular.eot);
src: url(//remaxcrest.ca/wp-content/plugins/realtypress-premium/public/third-party/bootstrap-3.3.4/fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'), url(//remaxcrest.ca/wp-content/plugins/realtypress-premium/public/third-party/bootstrap-3.3.4/fonts/glyphicons-halflings-regular.woff2) format('woff2'), url(//remaxcrest.ca/wp-content/plugins/realtypress-premium/public/third-party/bootstrap-3.3.4/fonts/glyphicons-halflings-regular.woff) format('woff'), url(//remaxcrest.ca/wp-content/plugins/realtypress-premium/public/third-party/bootstrap-3.3.4/fonts/glyphicons-halflings-regular.ttf) format('truetype'), url(//remaxcrest.ca/wp-content/plugins/realtypress-premium/public/third-party/bootstrap-3.3.4/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg');
}
.bootstrap-realtypress .glyphicon {
position: relative;
top: 1px;
display: inline-block;
font-family: 'Glyphicons Halflings';
font-style: normal;
font-weight: normal;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.bootstrap-realtypress .glyphicon-asterisk:before {
content: "\2a";
}
.bootstrap-realtypress .glyphicon-plus:before {
content: "\2b";
}
.bootstrap-realtypress .glyphicon-euro:before,
.bootstrap-realtypress .glyphicon-eur:before {
content: "\20ac";
}
.bootstrap-realtypress .glyphicon-minus:before {
content: "\2212";
}
.bootstrap-realtypress .glyphicon-cloud:before {
content: "\2601";
}
.bootstrap-realtypress .glyphicon-envelope:before {
content: "\2709";
}
.bootstrap-realtypress .glyphicon-pencil:before {
content: "\270f";
}
.bootstrap-realtypress .glyphicon-glass:before {
content: "\e001";
}
.bootstrap-realtypress .glyphicon-music:before {
content: "\e002";
}
.bootstrap-realtypress .glyphicon-search:before {
content: "\e003";
}
.bootstrap-realtypress .glyphicon-heart:before {
content: "\e005";
}
.bootstrap-realtypress .glyphicon-star:before {
content: "\e006";
}
.bootstrap-realtypress .glyphicon-star-empty:before {
content: "\e007";
}
.bootstrap-realtypress .glyphicon-user:before {
content: "\e008";
}
.bootstrap-realtypress .glyphicon-film:before {
content: "\e009";
}
.bootstrap-realtypress .glyphicon-th-large:before {
content: "\e010";
}
.bootstrap-realtypress .glyphicon-th:before {
content: "\e011";
}
.bootstrap-realtypress .glyphicon-th-list:before {
content: "\e012";
}
.bootstrap-realtypress .glyphicon-ok:before {
content: "\e013";
}
.bootstrap-realtypress .glyphicon-remove:before {
content: "\e014";
}
.bootstrap-realtypress .glyphicon-zoom-in:before {
content: "\e015";
}
.bootstrap-realtypress .glyphicon-zoom-out:before {
content: "\e016";
}
.bootstrap-realtypress .glyphicon-off:before {
content: "\e017";
}
.bootstrap-realtypress .glyphicon-signal:before {
content: "\e018";
}
.bootstrap-realtypress .glyphicon-cog:before {
content: "\e019";
}
.bootstrap-realtypress .glyphicon-trash:before {
content: "\e020";
}
.bootstrap-realtypress .glyphicon-home:before {
content: "\e021";
}
.bootstrap-realtypress .glyphicon-file:before {
content: "\e022";
}
.bootstrap-realtypress .glyphicon-time:before {
content: "\e023";
}
.bootstrap-realtypress .glyphicon-road:before {
content: "\e024";
}
.bootstrap-realtypress .glyphicon-download-alt:before {
content: "\e025";
}
.bootstrap-realtypress .glyphicon-download:before {
content: "\e026";
}
.bootstrap-realtypress .glyphicon-upload:before {
content: "\e027";
}
.bootstrap-realtypress .glyphicon-inbox:before {
content: "\e028";
}
.bootstrap-realtypress .glyphicon-play-circle:before {
content: "\e029";
}
.bootstrap-realtypress .glyphicon-repeat:before {
content: "\e030";
}
.bootstrap-realtypress .glyphicon-refresh:before {
content: "\e031";
}
.bootstrap-realtypress .glyphicon-list-alt:before {
content: "\e032";
}
.bootstrap-realtypress .glyphicon-lock:before {
content: "\e033";
}
.bootstrap-realtypress .glyphicon-flag:before {
content: "\e034";
}
.bootstrap-realtypress .glyphicon-headphones:before {
content: "\e035";
}
.bootstrap-realtypress .glyphicon-volume-off:before {
content: "\e036";
}
.bootstrap-realtypress .glyphicon-volume-down:before {
content: "\e037";
}
.bootstrap-realtypress .glyphicon-volume-up:before {
content: "\e038";
}
.bootstrap-realtypress .glyphicon-qrcode:before {
content: "\e039";
}
.bootstrap-realtypress .glyphicon-barcode:before {
content: "\e040";
}
.bootstrap-realtypress .glyphicon-tag:before {
content: "\e041";
}
.bootstrap-realtypress .glyphicon-tags:before {
content: "\e042";
}
.bootstrap-realtypress .glyphicon-book:before {
content: "\e043";
}
.bootstrap-realtypress .glyphicon-bookmark:before {
content: "\e044";
}
.bootstrap-realtypress .glyphicon-print:before {
content: "\e045";
}
.bootstrap-realtypress .glyphicon-camera:before {
content: "\e046";
}
.bootstrap-realtypress .glyphicon-font:before {
content: "\e047";
}
.bootstrap-realtypress .glyphicon-bold:before {
content: "\e048";
}
.bootstrap-realtypress .glyphicon-italic:before {
content: "\e049";
}
.bootstrap-realtypress .glyphicon-text-height:before {
content: "\e050";
}
.bootstrap-realtypress .glyphicon-text-width:before {
content: "\e051";
}
.bootstrap-realtypress .glyphicon-align-left:before {
content: "\e052";
}
.bootstrap-realtypress .glyphicon-align-center:before {
content: "\e053";
}
.bootstrap-realtypress .glyphicon-align-right:before {
content: "\e054";
}
.bootstrap-realtypress .glyphicon-align-justify:before {
content: "\e055";
}
.bootstrap-realtypress .glyphicon-list:before {
content: "\e056";
}
.bootstrap-realtypress .glyphicon-indent-left:before {
content: "\e057";
}
.bootstrap-realtypress .glyphicon-indent-right:before {
content: "\e058";
}
.bootstrap-realtypress .glyphicon-facetime-video:before {
content: "\e059";
}
.bootstrap-realtypress .glyphicon-picture:before {
content: "\e060";
}
.bootstrap-realtypress .glyphicon-map-marker:before {
content: "\e062";
}
.bootstrap-realtypress .glyphicon-adjust:before {
content: "\e063";
}
.bootstrap-realtypress .glyphicon-tint:before {
content: "\e064";
}
.bootstrap-realtypress .glyphicon-edit:before {
content: "\e065";
}
.bootstrap-realtypress .glyphicon-share:before {
content: "\e066";
}
.bootstrap-realtypress .glyphicon-check:before {
content: "\e067";
}
.bootstrap-realtypress .glyphicon-move:before {
content: "\e068";
}
.bootstrap-realtypress .glyphicon-step-backward:before {
content: "\e069";
}
.bootstrap-realtypress .glyphicon-fast-backward:before {
content: "\e070";
}
.bootstrap-realtypress .glyphicon-backward:before {
content: "\e071";
}
.bootstrap-realtypress .glyphicon-play:before {
content: "\e072";
}
.bootstrap-realtypress .glyphicon-pause:before {
content: "\e073";
}
.bootstrap-realtypress .glyphicon-stop:before {
content: "\e074";
}
.bootstrap-realtypress .glyphicon-forward:before {
content: "\e075";
}
.bootstrap-realtypress .glyphicon-fast-forward:before {
content: "\e076";
}
.bootstrap-realtypress .glyphicon-step-forward:before {
content: "\e077";
}
.bootstrap-realtypress .glyphicon-eject:before {
content: "\e078";
}
.bootstrap-realtypress .glyphicon-chevron-left:before {
content: "\e079";
}
.bootstrap-realtypress .glyphicon-chevron-right:before {
content: "\e080";
}
.bootstrap-realtypress .glyphicon-plus-sign:before {
content: "\e081";
}
.bootstrap-realtypress .glyphicon-minus-sign:before {
content: "\e082";
}
.bootstrap-realtypress .glyphicon-remove-sign:before {
content: "\e083";
}
.bootstrap-realtypress .glyphicon-ok-sign:before {
content: "\e084";
}
.bootstrap-realtypress .glyphicon-question-sign:before {
content: "\e085";
}
.bootstrap-realtypress .glyphicon-info-sign:before {
content: "\e086";
}
.bootstrap-realtypress .glyphicon-screenshot:before {
content: "\e087";
}
.bootstrap-realtypress .glyphicon-remove-circle:before {
content: "\e088";
}
.bootstrap-realtypress .glyphicon-ok-circle:before {
content: "\e089";
}
.bootstrap-realtypress .glyphicon-ban-circle:before {
content: "\e090";
}
.bootstrap-realtypress .glyphicon-arrow-left:before {
content: "\e091";
}
.bootstrap-realtypress .glyphicon-arrow-right:before {
content: "\e092";
}
.bootstrap-realtypress .glyphicon-arrow-up:before {
content: "\e093";
}
.bootstrap-realtypress .glyphicon-arrow-down:before {
content: "\e094";
}
.bootstrap-realtypress .glyphicon-share-alt:before {
content: "\e095";
}
.bootstrap-realtypress .glyphicon-resize-full:before {
content: "\e096";
}
.bootstrap-realtypress .glyphicon-resize-small:before {
content: "\e097";
}
.bootstrap-realtypress .glyphicon-exclamation-sign:before {
content: "\e101";
}
.bootstrap-realtypress .glyphicon-gift:before {
content: "\e102";
}
.bootstrap-realtypress .glyphicon-leaf:before {
content: "\e103";
}
.bootstrap-realtypress .glyphicon-fire:before {
content: "\e104";
}
.bootstrap-realtypress .glyphicon-eye-open:before {
content: "\e105";
}
.bootstrap-realtypress .glyphicon-eye-close:before {
content: "\e106";
}
.bootstrap-realtypress .glyphicon-warning-sign:before {
content: "\e107";
}
.bootstrap-realtypress .glyphicon-plane:before {
content: "\e108";
}
.bootstrap-realtypress .glyphicon-calendar:before {
content: "\e109";
}
.bootstrap-realtypress .glyphicon-random:before {
content: "\e110";
}
.bootstrap-realtypress .glyphicon-comment:before {
content: "\e111";
}
.bootstrap-realtypress .glyphicon-magnet:before {
content: "\e112";
}
.bootstrap-realtypress .glyphicon-chevron-up:before {
content: "\e113";
}
.bootstrap-realtypress .glyphicon-chevron-down:before {
content: "\e114";
}
.bootstrap-realtypress .glyphicon-retweet:before {
content: "\e115";
}
.bootstrap-realtypress .glyphicon-shopping-cart:before {
content: "\e116";
}
.bootstrap-realtypress .glyphicon-folder-close:before {
content: "\e117";
}
.bootstrap-realtypress .glyphicon-folder-open:before {
content: "\e118";
}
.bootstrap-realtypress .glyphicon-resize-vertical:before {
content: "\e119";
}
.bootstrap-realtypress .glyphicon-resize-horizontal:before {
content: "\e120";
}
.bootstrap-realtypress .glyphicon-hdd:before {
content: "\e121";
}
.bootstrap-realtypress .glyphicon-bullhorn:before {
content: "\e122";
}
.bootstrap-realtypress .glyphicon-bell:before {
content: "\e123";
}
.bootstrap-realtypress .glyphicon-certificate:before {
content: "\e124";
}
.bootstrap-realtypress .glyphicon-thumbs-up:before {
content: "\e125";
}
.bootstrap-realtypress .glyphicon-thumbs-down:before {
content: "\e126";
}
.bootstrap-realtypress .glyphicon-hand-right:before {
content: "\e127";
}
.bootstrap-realtypress .glyphicon-hand-left:before {
content: "\e128";
}
.bootstrap-realtypress .glyphicon-hand-up:before {
content: "\e129";
}
.bootstrap-realtypress .glyphicon-hand-down:before {
content: "\e130";
}
.bootstrap-realtypress .glyphicon-circle-arrow-right:before {
content: "\e131";
}
.bootstrap-realtypress .glyphicon-circle-arrow-left:before {
content: "\e132";
}
.bootstrap-realtypress .glyphicon-circle-arrow-up:before {
content: "\e133";
}
.bootstrap-realtypress .glyphicon-circle-arrow-down:before {
content: "\e134";
}
.bootstrap-realtypress .glyphicon-globe:before {
content: "\e135";
}
.bootstrap-realtypress .glyphicon-wrench:before {
content: "\e136";
}
.bootstrap-realtypress .glyphicon-tasks:before {
content: "\e137";
}
.bootstrap-realtypress .glyphicon-filter:before {
content: "\e138";
}
.bootstrap-realtypress .glyphicon-briefcase:before {
content: "\e139";
}
.bootstrap-realtypress .glyphicon-fullscreen:before {
content: "\e140";
}
.bootstrap-realtypress .glyphicon-dashboard:before {
content: "\e141";
}
.bootstrap-realtypress .glyphicon-paperclip:before {
content: "\e142";
}
.bootstrap-realtypress .glyphicon-heart-empty:before {
content: "\e143";
}
.bootstrap-realtypress .glyphicon-link:before {
content: "\e144";
}
.bootstrap-realtypress .glyphicon-phone:before {
content: "\e145";
}
.bootstrap-realtypress .glyphicon-pushpin:before {
content: "\e146";
}
.bootstrap-realtypress .glyphicon-usd:before {
content: "\e148";
}
.bootstrap-realtypress .glyphicon-gbp:before {
content: "\e149";
}
.bootstrap-realtypress .glyphicon-sort:before {
content: "\e150";
}
.bootstrap-realtypress .glyphicon-sort-by-alphabet:before {
content: "\e151";
}
.bootstrap-realtypress .glyphicon-sort-by-alphabet-alt:before {
content: "\e152";
}
.bootstrap-realtypress .glyphicon-sort-by-order:before {
content: "\e153";
}
.bootstrap-realtypress .glyphicon-sort-by-order-alt:before {
content: "\e154";
}
.bootstrap-realtypress .glyphicon-sort-by-attributes:before {
content: "\e155";
}
.bootstrap-realtypress .glyphicon-sort-by-attributes-alt:before {
content: "\e156";
}
.bootstrap-realtypress .glyphicon-unchecked:before {
content: "\e157";
}
.bootstrap-realtypress .glyphicon-expand:before {
content: "\e158";
}
.bootstrap-realtypress .glyphicon-collapse-down:before {
content: "\e159";
}
.bootstrap-realtypress .glyphicon-collapse-up:before {
content: "\e160";
}
.bootstrap-realtypress .glyphicon-log-in:before {
content: "\e161";
}
.bootstrap-realtypress .glyphicon-flash:before {
content: "\e162";
}
.bootstrap-realtypress .glyphicon-log-out:before {
content: "\e163";
}
.bootstrap-realtypress .glyphicon-new-window:before {
content: "\e164";
}
.bootstrap-realtypress .glyphicon-record:before {
content: "\e165";
}
.bootstrap-realtypress .glyphicon-save:before {
content: "\e166";
}
.bootstrap-realtypress .glyphicon-open:before {
content: "\e167";
}
.bootstrap-realtypress .glyphicon-saved:before {
content: "\e168";
}
.bootstrap-realtypress .glyphicon-import:before {
content: "\e169";
}
.bootstrap-realtypress .glyphicon-export:before {
content: "\e170";
}
.bootstrap-realtypress .glyphicon-send:before {
content: "\e171";
}
.bootstrap-realtypress .glyphicon-floppy-disk:before {
content: "\e172";
}
.bootstrap-realtypress .glyphicon-floppy-saved:before {
content: "\e173";
}
.bootstrap-realtypress .glyphicon-floppy-remove:before {
content: "\e174";
}
.bootstrap-realtypress .glyphicon-floppy-save:before {
content: "\e175";
}
.bootstrap-realtypress .glyphicon-floppy-open:before {
content: "\e176";
}
.bootstrap-realtypress .glyphicon-credit-card:before {
content: "\e177";
}
.bootstrap-realtypress .glyphicon-transfer:before {
content: "\e178";
}
.bootstrap-realtypress .glyphicon-cutlery:before {
content: "\e179";
}
.bootstrap-realtypress .glyphicon-header:before {
content: "\e180";
}
.bootstrap-realtypress .glyphicon-compressed:before {
content: "\e181";
}
.bootstrap-realtypress .glyphicon-earphone:before {
content: "\e182";
}
.bootstrap-realtypress .glyphicon-phone-alt:before {
content: "\e183";
}
.bootstrap-realtypress .glyphicon-tower:before {
content: "\e184";
}
.bootstrap-realtypress .glyphicon-stats:before {
content: "\e185";
}
.bootstrap-realtypress .glyphicon-sd-video:before {
content: "\e186";
}
.bootstrap-realtypress .glyphicon-hd-video:before {
content: "\e187";
}
.bootstrap-realtypress .glyphicon-subtitles:before {
content: "\e188";
}
.bootstrap-realtypress .glyphicon-sound-stereo:before {
content: "\e189";
}
.bootstrap-realtypress .glyphicon-sound-dolby:before {
content: "\e190";
}
.bootstrap-realtypress .glyphicon-sound-5-1:before {
content: "\e191";
}
.bootstrap-realtypress .glyphicon-sound-6-1:before {
content: "\e192";
}
.bootstrap-realtypress .glyphicon-sound-7-1:before {
content: "\e193";
}
.bootstrap-realtypress .glyphicon-copyright-mark:before {
content: "\e194";
}
.bootstrap-realtypress .glyphicon-registration-mark:before {
content: "\e195";
}
.bootstrap-realtypress .glyphicon-cloud-download:before {
content: "\e197";
}
.bootstrap-realtypress .glyphicon-cloud-upload:before {
content: "\e198";
}
.bootstrap-realtypress .glyphicon-tree-conifer:before {
content: "\e199";
}
.bootstrap-realtypress .glyphicon-tree-deciduous:before {
content: "\e200";
}
.bootstrap-realtypress .glyphicon-cd:before {
content: "\e201";
}
.bootstrap-realtypress .glyphicon-save-file:before {
content: "\e202";
}
.bootstrap-realtypress .glyphicon-open-file:before {
content: "\e203";
}
.bootstrap-realtypress .glyphicon-level-up:before {
content: "\e204";
}
.bootstrap-realtypress .glyphicon-copy:before {
content: "\e205";
}
.bootstrap-realtypress .glyphicon-paste:before {
content: "\e206";
}
.bootstrap-realtypress .glyphicon-alert:before {
content: "\e209";
}
.bootstrap-realtypress .glyphicon-equalizer:before {
content: "\e210";
}
.bootstrap-realtypress .glyphicon-king:before {
content: "\e211";
}
.bootstrap-realtypress .glyphicon-queen:before {
content: "\e212";
}
.bootstrap-realtypress .glyphicon-pawn:before {
content: "\e213";
}
.bootstrap-realtypress .glyphicon-bishop:before {
content: "\e214";
}
.bootstrap-realtypress .glyphicon-knight:before {
content: "\e215";
}
.bootstrap-realtypress .glyphicon-baby-formula:before {
content: "\e216";
}
.bootstrap-realtypress .glyphicon-tent:before {
content: "\26fa";
}
.bootstrap-realtypress .glyphicon-blackboard:before {
content: "\e218";
}
.bootstrap-realtypress .glyphicon-bed:before {
content: "\e219";
}
.bootstrap-realtypress .glyphicon-apple:before {
content: "\f8ff";
}
.bootstrap-realtypress .glyphicon-erase:before {
content: "\e221";
}
.bootstrap-realtypress .glyphicon-hourglass:before {
content: "\231b";
}
.bootstrap-realtypress .glyphicon-lamp:before {
content: "\e223";
}
.bootstrap-realtypress .glyphicon-duplicate:before {
content: "\e224";
}
.bootstrap-realtypress .glyphicon-piggy-bank:before {
content: "\e225";
}
.bootstrap-realtypress .glyphicon-scissors:before {
content: "\e226";
}
.bootstrap-realtypress .glyphicon-bitcoin:before {
content: "\e227";
}
.bootstrap-realtypress .glyphicon-btc:before {
content: "\e227";
}
.bootstrap-realtypress .glyphicon-xbt:before {
content: "\e227";
}
.bootstrap-realtypress .glyphicon-yen:before {
content: "\00a5";
}
.bootstrap-realtypress .glyphicon-jpy:before {
content: "\00a5";
}
.bootstrap-realtypress .glyphicon-ruble:before {
content: "\20bd";
}
.bootstrap-realtypress .glyphicon-rub:before {
content: "\20bd";
}
.bootstrap-realtypress .glyphicon-scale:before {
content: "\e230";
}
.bootstrap-realtypress .glyphicon-ice-lolly:before {
content: "\e231";
}
.bootstrap-realtypress .glyphicon-ice-lolly-tasted:before {
content: "\e232";
}
.bootstrap-realtypress .glyphicon-education:before {
content: "\e233";
}
.bootstrap-realtypress .glyphicon-option-horizontal:before {
content: "\e234";
}
.bootstrap-realtypress .glyphicon-option-vertical:before {
content: "\e235";
}
.bootstrap-realtypress .glyphicon-menu-hamburger:before {
content: "\e236";
}
.bootstrap-realtypress .glyphicon-modal-window:before {
content: "\e237";
}
.bootstrap-realtypress .glyphicon-oil:before {
content: "\e238";
}
.bootstrap-realtypress .glyphicon-grain:before {
content: "\e239";
}
.bootstrap-realtypress .glyphicon-sunglasses:before {
content: "\e240";
}
.bootstrap-realtypress .glyphicon-text-size:before {
content: "\e241";
}
.bootstrap-realtypress .glyphicon-text-color:before {
content: "\e242";
}
.bootstrap-realtypress .glyphicon-text-background:before {
content: "\e243";
}
.bootstrap-realtypress .glyphicon-object-align-top:before {
content: "\e244";
}
.bootstrap-realtypress .glyphicon-object-align-bottom:before {
content: "\e245";
}
.bootstrap-realtypress .glyphicon-object-align-horizontal:before {
content: "\e246";
}
.bootstrap-realtypress .glyphicon-object-align-left:before {
content: "\e247";
}
.bootstrap-realtypress .glyphicon-object-align-vertical:before {
content: "\e248";
}
.bootstrap-realtypress .glyphicon-object-align-right:before {
content: "\e249";
}
.bootstrap-realtypress .glyphicon-triangle-right:before {
content: "\e250";
}
.bootstrap-realtypress .glyphicon-triangle-left:before {
content: "\e251";
}
.bootstrap-realtypress .glyphicon-triangle-bottom:before {
content: "\e252";
}
.bootstrap-realtypress .glyphicon-triangle-top:before {
content: "\e253";
}
.bootstrap-realtypress .glyphicon-console:before {
content: "\e254";
}
.bootstrap-realtypress .glyphicon-superscript:before {
content: "\e255";
}
.bootstrap-realtypress .glyphicon-subscript:before {
content: "\e256";
}
.bootstrap-realtypress .glyphicon-menu-left:before {
content: "\e257";
}
.bootstrap-realtypress .glyphicon-menu-right:before {
content: "\e258";
}
.bootstrap-realtypress .glyphicon-menu-down:before {
content: "\e259";
}
.bootstrap-realtypress .glyphicon-menu-up:before {
content: "\e260";
}
.bootstrap-realtypress * {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.bootstrap-realtypress *:before,
.bootstrap-realtypress *:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.bootstrap-realtypress html {
font-size: 10px;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.bootstrap-realtypress body {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 14px;
line-height: 1.42857143;
color: #333333;
background-color: #ffffff;
}
.bootstrap-realtypress input,
.bootstrap-realtypress button,
.bootstrap-realtypress select,
.bootstrap-realtypress textarea {
font-family: inherit;
font-size: inherit;
line-height: inherit;
}
.bootstrap-realtypress a {
color: #337ab7;
text-decoration: none;
}
.bootstrap-realtypress a:hover,
.bootstrap-realtypress a:focus {
color: #23527c;
text-decoration: underline;
}
.bootstrap-realtypress a:focus {
outline: thin dotted;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
.bootstrap-realtypress figure {
margin: 0;
}
.bootstrap-realtypress img {
vertical-align: middle;
}
.bootstrap-realtypress .img-responsive,
.bootstrap-realtypress .thumbnail > img,
.bootstrap-realtypress .thumbnail a > img,
.bootstrap-realtypress .carousel-inner > .item > img,
.bootstrap-realtypress .carousel-inner > .item > a > img {
display: block;
max-width: 100%;
height: auto;
}
.bootstrap-realtypress .img-rounded {
border-radius: 6px;
}
.bootstrap-realtypress .img-thumbnail {
padding: 4px;
line-height: 1.42857143;
background-color: #ffffff;
border: 1px solid #dddddd;
border-radius: 4px;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
display: inline-block;
max-width: 100%;
height: auto;
}
.bootstrap-realtypress .img-circle {
border-radius: 50%;
}
.bootstrap-realtypress hr {
margin-top: 20px;
margin-bottom: 20px;
border: 0;
border-top: 1px solid #eeeeee;
}
.bootstrap-realtypress .sr-only {
position: absolute;
width: 1px;
height: 1px;
margin: -1px;
padding: 0;
overflow: hidden;
clip: rect(0, 0, 0, 0);
border: 0;
}
.bootstrap-realtypress .sr-only-focusable:active,
.bootstrap-realtypress .sr-only-focusable:focus {
position: static;
width: auto;
height: auto;
margin: 0;
overflow: visible;
clip: auto;
}
.bootstrap-realtypress [role="button"] {
cursor: pointer;
}
.bootstrap-realtypress h1,
.bootstrap-realtypress h2,
.bootstrap-realtypress h3,
.bootstrap-realtypress h4,
.bootstrap-realtypress h5,
.bootstrap-realtypress h6,
.bootstrap-realtypress .h1,
.bootstrap-realtypress .h2,
.bootstrap-realtypress .h3,
.bootstrap-realtypress .h4,
.bootstrap-realtypress .h5,
.bootstrap-realtypress .h6 {
font-family: inherit;
font-weight: 500;
line-height: 1.1;
color: inherit;
}
.bootstrap-realtypress h1 small,
.bootstrap-realtypress h2 small,
.bootstrap-realtypress h3 small,
.bootstrap-realtypress h4 small,
.bootstrap-realtypress h5 small,
.bootstrap-realtypress h6 small,
.bootstrap-realtypress .h1 small,
.bootstrap-realtypress .h2 small,
.bootstrap-realtypress .h3 small,
.bootstrap-realtypress .h4 small,
.bootstrap-realtypress .h5 small,
.bootstrap-realtypress .h6 small,
.bootstrap-realtypress h1 .small,
.bootstrap-realtypress h2 .small,
.bootstrap-realtypress h3 .small,
.bootstrap-realtypress h4 .small,
.bootstrap-realtypress h5 .small,
.bootstrap-realtypress h6 .small,
.bootstrap-realtypress .h1 .small,
.bootstrap-realtypress .h2 .small,
.bootstrap-realtypress .h3 .small,
.bootstrap-realtypress .h4 .small,
.bootstrap-realtypress .h5 .small,
.bootstrap-realtypress .h6 .small {
font-weight: normal;
line-height: 1;
color: #777777;
}
.bootstrap-realtypress h1,
.bootstrap-realtypress .h1,
.bootstrap-realtypress h2,
.bootstrap-realtypress .h2,
.bootstrap-realtypress h3,
.bootstrap-realtypress .h3 {
margin-top: 20px;
margin-bottom: 10px;
}
.bootstrap-realtypress h1 small,
.bootstrap-realtypress .h1 small,
.bootstrap-realtypress h2 small,
.bootstrap-realtypress .h2 small,
.bootstrap-realtypress h3 small,
.bootstrap-realtypress .h3 small,
.bootstrap-realtypress h1 .small,
.bootstrap-realtypress .h1 .small,
.bootstrap-realtypress h2 .small,
.bootstrap-realtypress .h2 .small,
.bootstrap-realtypress h3 .small,
.bootstrap-realtypress .h3 .small {
font-size: 65%;
}
.bootstrap-realtypress h4,
.bootstrap-realtypress .h4,
.bootstrap-realtypress h5,
.bootstrap-realtypress .h5,
.bootstrap-realtypress h6,
.bootstrap-realtypress .h6 {
margin-top: 10px;
margin-bottom: 10px;
}
.bootstrap-realtypress h4 small,
.bootstrap-realtypress .h4 small,
.bootstrap-realtypress h5 small,
.bootstrap-realtypress .h5 small,
.bootstrap-realtypress h6 small,
.bootstrap-realtypress .h6 small,
.bootstrap-realtypress h4 .small,
.bootstrap-realtypress .h4 .small,
.bootstrap-realtypress h5 .small,
.bootstrap-realtypress .h5 .small,
.bootstrap-realtypress h6 .small,
.bootstrap-realtypress .h6 .small {
font-size: 75%;
}
.bootstrap-realtypress h1,
.bootstrap-realtypress .h1 {
font-size: 36px;
}
.bootstrap-realtypress h2,
.bootstrap-realtypress .h2 {
font-size: 30px;
}
.bootstrap-realtypress h3,
.bootstrap-realtypress .h3 {
font-size: 24px;
}
.bootstrap-realtypress h4,
.bootstrap-realtypress .h4 {
font-size: 18px;
}
.bootstrap-realtypress h5,
.bootstrap-realtypress .h5 {
font-size: 14px;
}
.bootstrap-realtypress h6,
.bootstrap-realtypress .h6 {
font-size: 12px;
}
.bootstrap-realtypress p {
margin: 0 0 10px;
}
.bootstrap-realtypress .lead {
margin-bottom: 20px;
font-size: 16px;
font-weight: 300;
line-height: 1.4;
}
@media (min-width: 768px) {
.bootstrap-realtypress .lead {
font-size: 21px;
}
}
.bootstrap-realtypress small,
.bootstrap-realtypress .small {
font-size: 85%;
}
.bootstrap-realtypress mark,
.bootstrap-realtypress .mark {
background-color: #fcf8e3;
padding: .2em;
}
.bootstrap-realtypress .text-left {
text-align: left;
}
.bootstrap-realtypress .text-right {
text-align: right;
}
.bootstrap-realtypress .text-center {
text-align: center;
}
.bootstrap-realtypress .text-justify {
text-align: justify;
}
.bootstrap-realtypress .text-nowrap {
white-space: nowrap;
}
.bootstrap-realtypress .text-lowercase {
text-transform: lowercase;
}
.bootstrap-realtypress .text-uppercase {
text-transform: uppercase;
}
.bootstrap-realtypress .text-capitalize {
text-transform: capitalize;
}
.bootstrap-realtypress .text-muted {
color: #777777;
}
.bootstrap-realtypress .text-primary {
color: #337ab7;
}
.bootstrap-realtypress a.text-primary:hover {
color: #286090;
}
.bootstrap-realtypress .text-success {
color: #3c763d;
}
.bootstrap-realtypress a.text-success:hover {
color: #2b542c;
}
.bootstrap-realtypress .text-info {
color: #31708f;
}
.bootstrap-realtypress a.text-info:hover {
color: #245269;
}
.bootstrap-realtypress .text-warning {
color: #8a6d3b;
}
.bootstrap-realtypress a.text-warning:hover {
color: #66512c;
}
.bootstrap-realtypress .text-danger {
color: #a94442;
}
.bootstrap-realtypress a.text-danger:hover {
color: #843534;
}
.bootstrap-realtypress .bg-primary {
color: #fff;
background-color: #337ab7;
}
.bootstrap-realtypress a.bg-primary:hover {
background-color: #286090;
}
.bootstrap-realtypress .bg-success {
background-color: #dff0d8;
}
.bootstrap-realtypress a.bg-success:hover {
background-color: #c1e2b3;
}
.bootstrap-realtypress .bg-info {
background-color: #d9edf7;
}
.bootstrap-realtypress a.bg-info:hover {
background-color: #afd9ee;
}
.bootstrap-realtypress .bg-warning {
background-color: #fcf8e3;
}
.bootstrap-realtypress a.bg-warning:hover {
background-color: #f7ecb5;
}
.bootstrap-realtypress .bg-danger {
background-color: #f2dede;
}
.bootstrap-realtypress a.bg-danger:hover {
background-color: #e4b9b9;
}
.bootstrap-realtypress .page-header {
padding-bottom: 9px;
margin: 40px 0 20px;
border-bottom: 1px solid #eeeeee;
}
.bootstrap-realtypress ul,
.bootstrap-realtypress ol {
margin-top: 0;
margin-bottom: 10px;
}
.bootstrap-realtypress ul ul,
.bootstrap-realtypress ol ul,
.bootstrap-realtypress ul ol,
.bootstrap-realtypress ol ol {
margin-bottom: 0;
}
.bootstrap-realtypress .list-unstyled {
padding-left: 0;
list-style: none;
}
.bootstrap-realtypress .list-inline {
padding-left: 0;
list-style: none;
margin-left: -5px;
}
.bootstrap-realtypress .list-inline > li {
display: inline-block;
padding-left: 5px;
padding-right: 5px;
}
.bootstrap-realtypress dl {
margin-top: 0;
margin-bottom: 20px;
}
.bootstrap-realtypress dt,
.bootstrap-realtypress dd {
line-height: 1.42857143;
}
.bootstrap-realtypress dt {
font-weight: bold;
}
.bootstrap-realtypress dd {
margin-left: 0;
}
@media (min-width: 768px) {
.bootstrap-realtypress .dl-horizontal dt {
float: left;
width: 160px;
clear: left;
text-align: right;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.bootstrap-realtypress .dl-horizontal dd {
margin-left: 180px;
}
}
.bootstrap-realtypress abbr[title],
.bootstrap-realtypress abbr[data-original-title] {
cursor: help;
border-bottom: 1px dotted #777777;
}
.bootstrap-realtypress .initialism {
font-size: 90%;
text-transform: uppercase;
}
.bootstrap-realtypress blockquote {
padding: 10px 20px;
margin: 0 0 20px;
font-size: 17.5px;
border-left: 5px solid #eeeeee;
}
.bootstrap-realtypress blockquote p:last-child,
.bootstrap-realtypress blockquote ul:last-child,
.bootstrap-realtypress blockquote ol:last-child {
margin-bottom: 0;
}
.bootstrap-realtypress blockquote footer,
.bootstrap-realtypress blockquote small,
.bootstrap-realtypress blockquote .small {
display: block;
font-size: 80%;
line-height: 1.42857143;
color: #777777;
}
.bootstrap-realtypress blockquote footer:before,
.bootstrap-realtypress blockquote small:before,
.bootstrap-realtypress blockquote .small:before {
content: '\2014 \00A0';
}
.bootstrap-realtypress .blockquote-reverse,
.bootstrap-realtypress blockquote.pull-right {
padding-right: 15px;
padding-left: 0;
border-right: 5px solid #eeeeee;
border-left: 0;
text-align: right;
}
.bootstrap-realtypress .blockquote-reverse footer:before,
.bootstrap-realtypress blockquote.pull-right footer:before,
.bootstrap-realtypress .blockquote-reverse small:before,
.bootstrap-realtypress blockquote.pull-right small:before,
.bootstrap-realtypress .blockquote-reverse .small:before,
.bootstrap-realtypress blockquote.pull-right .small:before {
content: '';
}
.bootstrap-realtypress .blockquote-reverse footer:after,
.bootstrap-realtypress blockquote.pull-right footer:after,
.bootstrap-realtypress .blockquote-reverse small:after,
.bootstrap-realtypress blockquote.pull-right small:after,
.bootstrap-realtypress .blockquote-reverse .small:after,
.bootstrap-realtypress blockquote.pull-right .small:after {
content: '\00A0 \2014';
}
.bootstrap-realtypress address {
margin-bottom: 20px;
font-style: normal;
line-height: 1.42857143;
}
.bootstrap-realtypress code,
.bootstrap-realtypress kbd,
.bootstrap-realtypress pre,
.bootstrap-realtypress samp {
font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
.bootstrap-realtypress code {
padding: 2px 4px;
font-size: 90%;
color: #c7254e;
background-color: #f9f2f4;
border-radius: 4px;
}
.bootstrap-realtypress kbd {
padding: 2px 4px;
font-size: 90%;
color: #ffffff;
background-color: #333333;
border-radius: 3px;
-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap-realtypress kbd kbd {
padding: 0;
font-size: 100%;
font-weight: bold;
-webkit-box-shadow: none;
box-shadow: none;
}
.bootstrap-realtypress pre {
display: block;
padding: 9.5px;
margin: 0 0 10px;
font-size: 13px;
line-height: 1.42857143;
word-break: break-all;
word-wrap: break-word;
color: #333333;
background-color: #f5f5f5;
border: 1px solid #cccccc;
border-radius: 4px;
}
.bootstrap-realtypress pre code {
padding: 0;
font-size: inherit;
color: inherit;
white-space: pre-wrap;
background-color: transparent;
border-radius: 0;
}
.bootstrap-realtypress .pre-scrollable {
max-height: 340px;
overflow-y: scroll;
}
.bootstrap-realtypress .container {
margin-right: auto;
margin-left: auto;
padding-left: 15px;
padding-right: 15px;
}
@media (min-width: 768px) {
.bootstrap-realtypress .container {
width: 750px;
}
}
@media (min-width: 992px) {
.bootstrap-realtypress .container {
width: 970px;
}
}
@media (min-width: 1200px) {
.bootstrap-realtypress .container {
width: 1170px;
}
}
.bootstrap-realtypress .container-fluid {
margin-right: auto;
margin-left: auto;
padding-left: 15px;
padding-right: 15px;
}
.bootstrap-realtypress .row {
margin-left: -15px;
margin-right: -15px;
}
.bootstrap-realtypress .col-xs-1,
.bootstrap-realtypress .col-sm-1,
.bootstrap-realtypress .col-md-1,
.bootstrap-realtypress .col-lg-1,
.bootstrap-realtypress .col-xs-2,
.bootstrap-realtypress .col-sm-2,
.bootstrap-realtypress .col-md-2,
.bootstrap-realtypress .col-lg-2,
.bootstrap-realtypress .col-xs-3,
.bootstrap-realtypress .col-sm-3,
.bootstrap-realtypress .col-md-3,
.bootstrap-realtypress .col-lg-3,
.bootstrap-realtypress .col-xs-4,
.bootstrap-realtypress .col-sm-4,
.bootstrap-realtypress .col-md-4,
.bootstrap-realtypress .col-lg-4,
.bootstrap-realtypress .col-xs-5,
.bootstrap-realtypress .col-sm-5,
.bootstrap-realtypress .col-md-5,
.bootstrap-realtypress .col-lg-5,
.bootstrap-realtypress .col-xs-6,
.bootstrap-realtypress .col-sm-6,
.bootstrap-realtypress .col-md-6,
.bootstrap-realtypress .col-lg-6,
.bootstrap-realtypress .col-xs-7,
.bootstrap-realtypress .col-sm-7,
.bootstrap-realtypress .col-md-7,
.bootstrap-realtypress .col-lg-7,
.bootstrap-realtypress .col-xs-8,
.bootstrap-realtypress .col-sm-8,
.bootstrap-realtypress .col-md-8,
.bootstrap-realtypress .col-lg-8,
.bootstrap-realtypress .col-xs-9,
.bootstrap-realtypress .col-sm-9,
.bootstrap-realtypress .col-md-9,
.bootstrap-realtypress .col-lg-9,
.bootstrap-realtypress .col-xs-10,
.bootstrap-realtypress .col-sm-10,
.bootstrap-realtypress .col-md-10,
.bootstrap-realtypress .col-lg-10,
.bootstrap-realtypress .col-xs-11,
.bootstrap-realtypress .col-sm-11,
.bootstrap-realtypress .col-md-11,
.bootstrap-realtypress .col-lg-11,
.bootstrap-realtypress .col-xs-12,
.bootstrap-realtypress .col-sm-12,
.bootstrap-realtypress .col-md-12,
.bootstrap-realtypress .col-lg-12 {
position: relative;
min-height: 1px;
padding-left: 15px;
padding-right: 15px;
}
.bootstrap-realtypress .col-xs-1,
.bootstrap-realtypress .col-xs-2,
.bootstrap-realtypress .col-xs-3,
.bootstrap-realtypress .col-xs-4,
.bootstrap-realtypress .col-xs-5,
.bootstrap-realtypress .col-xs-6,
.bootstrap-realtypress .col-xs-7,
.bootstrap-realtypress .col-xs-8,
.bootstrap-realtypress .col-xs-9,
.bootstrap-realtypress .col-xs-10,
.bootstrap-realtypress .col-xs-11,
.bootstrap-realtypress .col-xs-12 {
float: left;
}
.bootstrap-realtypress .col-xs-12 {
width: 100%;
}
.bootstrap-realtypress .col-xs-11 {
width: 91.66666667%;
}
.bootstrap-realtypress .col-xs-10 {
width: 83.33333333%;
}
.bootstrap-realtypress .col-xs-9 {
width: 75%;
}
.bootstrap-realtypress .col-xs-8 {
width: 66.66666667%;
}
.bootstrap-realtypress .col-xs-7 {
width: 58.33333333%;
}
.bootstrap-realtypress .col-xs-6 {
width: 50%;
}
.bootstrap-realtypress .col-xs-5 {
width: 41.66666667%;
}
.bootstrap-realtypress .col-xs-4 {
width: 33.33333333%;
}
.bootstrap-realtypress .col-xs-3 {
width: 25%;
}
.bootstrap-realtypress .col-xs-2 {
width: 16.66666667%;
}
.bootstrap-realtypress .col-xs-1 {
width: 8.33333333%;
}
.bootstrap-realtypress .col-xs-pull-12 {
right: 100%;
}
.bootstrap-realtypress .col-xs-pull-11 {
right: 91.66666667%;
}
.bootstrap-realtypress .col-xs-pull-10 {
right: 83.33333333%;
}
.bootstrap-realtypress .col-xs-pull-9 {
right: 75%;
}
.bootstrap-realtypress .col-xs-pull-8 {
right: 66.66666667%;
}
.bootstrap-realtypress .col-xs-pull-7 {
right: 58.33333333%;
}
.bootstrap-realtypress .col-xs-pull-6 {
right: 50%;
}
.bootstrap-realtypress .col-xs-pull-5 {
right: 41.66666667%;
}
.bootstrap-realtypress .col-xs-pull-4 {
right: 33.33333333%;
}
.bootstrap-realtypress .col-xs-pull-3 {
right: 25%;
}
.bootstrap-realtypress .col-xs-pull-2 {
right: 16.66666667%;
}
.bootstrap-realtypress .col-xs-pull-1 {
right: 8.33333333%;
}
.bootstrap-realtypress .col-xs-pull-0 {
right: auto;
}
.bootstrap-realtypress .col-xs-push-12 {
left: 100%;
}
.bootstrap-realtypress .col-xs-push-11 {
left: 91.66666667%;
}
.bootstrap-realtypress .col-xs-push-10 {
left: 83.33333333%;
}
.bootstrap-realtypress .col-xs-push-9 {
left: 75%;
}
.bootstrap-realtypress .col-xs-push-8 {
left: 66.66666667%;
}
.bootstrap-realtypress .col-xs-push-7 {
left: 58.33333333%;
}
.bootstrap-realtypress .col-xs-push-6 {
left: 50%;
}
.bootstrap-realtypress .col-xs-push-5 {
left: 41.66666667%;
}
.bootstrap-realtypress .col-xs-push-4 {
left: 33.33333333%;
}
.bootstrap-realtypress .col-xs-push-3 {
left: 25%;
}
.bootstrap-realtypress .col-xs-push-2 {
left: 16.66666667%;
}
.bootstrap-realtypress .col-xs-push-1 {
left: 8.33333333%;
}
.bootstrap-realtypress .col-xs-push-0 {
left: auto;
}
.bootstrap-realtypress .col-xs-offset-12 {
margin-left: 100%;
}
.bootstrap-realtypress .col-xs-offset-11 {
margin-left: 91.66666667%;
}
.bootstrap-realtypress .col-xs-offset-10 {
margin-left: 83.33333333%;
}
.bootstrap-realtypress .col-xs-offset-9 {
margin-left: 75%;
}
.bootstrap-realtypress .col-xs-offset-8 {
margin-left: 66.66666667%;
}
.bootstrap-realtypress .col-xs-offset-7 {
margin-left: 58.33333333%;
}
.bootstrap-realtypress .col-xs-offset-6 {
margin-left: 50%;
}
.bootstrap-realtypress .col-xs-offset-5 {
margin-left: 41.66666667%;
}
.bootstrap-realtypress .col-xs-offset-4 {
margin-left: 33.33333333%;
}
.bootstrap-realtypress .col-xs-offset-3 {
margin-left: 25%;
}
.bootstrap-realtypress .col-xs-offset-2 {
margin-left: 16.66666667%;
}
.bootstrap-realtypress .col-xs-offset-1 {
margin-left: 8.33333333%;
}
.bootstrap-realtypress .col-xs-offset-0 {
margin-left: 0%;
}
@media (min-width: 768px) {
.bootstrap-realtypress .col-sm-1,
.bootstrap-realtypress .col-sm-2,
.bootstrap-realtypress .col-sm-3,
.bootstrap-realtypress .col-sm-4,
.bootstrap-realtypress .col-sm-5,
.bootstrap-realtypress .col-sm-6,
.bootstrap-realtypress .col-sm-7,
.bootstrap-realtypress .col-sm-8,
.bootstrap-realtypress .col-sm-9,
.bootstrap-realtypress .col-sm-10,
.bootstrap-realtypress .col-sm-11,
.bootstrap-realtypress .col-sm-12 {
float: left;
}
.bootstrap-realtypress .col-sm-12 {
width: 100%;
}
.bootstrap-realtypress .col-sm-11 {
width: 91.66666667%;
}
.bootstrap-realtypress .col-sm-10 {
width: 83.33333333%;
}
.bootstrap-realtypress .col-sm-9 {
width: 75%;
}
.bootstrap-realtypress .col-sm-8 {
width: 66.66666667%;
}
.bootstrap-realtypress .col-sm-7 {
width: 58.33333333%;
}
.bootstrap-realtypress .col-sm-6 {
width: 50%;
}
.bootstrap-realtypress .col-sm-5 {
width: 41.66666667%;
}
.bootstrap-realtypress .col-sm-4 {
width: 33.33333333%;
}
.bootstrap-realtypress .col-sm-3 {
width: 25%;
}
.bootstrap-realtypress .col-sm-2 {
width: 16.66666667%;
}
.bootstrap-realtypress .col-sm-1 {
width: 8.33333333%;
}
.bootstrap-realtypress .col-sm-pull-12 {
right: 100%;
}
.bootstrap-realtypress .col-sm-pull-11 {
right: 91.66666667%;
}
.bootstrap-realtypress .col-sm-pull-10 {
right: 83.33333333%;
}
.bootstrap-realtypress .col-sm-pull-9 {
right: 75%;
}
.bootstrap-realtypress .col-sm-pull-8 {
right: 66.66666667%;
}
.bootstrap-realtypress .col-sm-pull-7 {
right: 58.33333333%;
}
.bootstrap-realtypress .col-sm-pull-6 {
right: 50%;
}
.bootstrap-realtypress .col-sm-pull-5 {
right: 41.66666667%;
}
.bootstrap-realtypress .col-sm-pull-4 {
right: 33.33333333%;
}
.bootstrap-realtypress .col-sm-pull-3 {
right: 25%;
}
.bootstrap-realtypress .col-sm-pull-2 {
right: 16.66666667%;
}
.bootstrap-realtypress .col-sm-pull-1 {
right: 8.33333333%;
}
.bootstrap-realtypress .col-sm-pull-0 {
right: auto;
}
.bootstrap-realtypress .col-sm-push-12 {
left: 100%;
}
.bootstrap-realtypress .col-sm-push-11 {
left: 91.66666667%;
}
.bootstrap-realtypress .col-sm-push-10 {
left: 83.33333333%;
}
.bootstrap-realtypress .col-sm-push-9 {
left: 75%;
}
.bootstrap-realtypress .col-sm-push-8 {
left: 66.66666667%;
}
.bootstrap-realtypress .col-sm-push-7 {
left: 58.33333333%;
}
.bootstrap-realtypress .col-sm-push-6 {
left: 50%;
}
.bootstrap-realtypress .col-sm-push-5 {
left: 41.66666667%;
}
.bootstrap-realtypress .col-sm-push-4 {
left: 33.33333333%;
}
.bootstrap-realtypress .col-sm-push-3 {
left: 25%;
}
.bootstrap-realtypress .col-sm-push-2 {
left: 16.66666667%;
}
.bootstrap-realtypress .col-sm-push-1 {
left: 8.33333333%;
}
.bootstrap-realtypress .col-sm-push-0 {
left: auto;
}
.bootstrap-realtypress .col-sm-offset-12 {
margin-left: 100%;
}
.bootstrap-realtypress .col-sm-offset-11 {
margin-left: 91.66666667%;
}
.bootstrap-realtypress .col-sm-offset-10 {
margin-left: 83.33333333%;
}
.bootstrap-realtypress .col-sm-offset-9 {
margin-left: 75%;
}
.bootstrap-realtypress .col-sm-offset-8 {
margin-left: 66.66666667%;
}
.bootstrap-realtypress .col-sm-offset-7 {
margin-left: 58.33333333%;
}
.bootstrap-realtypress .col-sm-offset-6 {
margin-left: 50%;
}
.bootstrap-realtypress .col-sm-offset-5 {
margin-left: 41.66666667%;
}
.bootstrap-realtypress .col-sm-offset-4 {
margin-left: 33.33333333%;
}
.bootstrap-realtypress .col-sm-offset-3 {
margin-left: 25%;
}
.bootstrap-realtypress .col-sm-offset-2 {
margin-left: 16.66666667%;
}
.bootstrap-realtypress .col-sm-offset-1 {
margin-left: 8.33333333%;
}
.bootstrap-realtypress .col-sm-offset-0 {
margin-left: 0%;
}
}
@media (min-width: 992px) {
.bootstrap-realtypress .col-md-1,
.bootstrap-realtypress .col-md-2,
.bootstrap-realtypress .col-md-3,
.bootstrap-realtypress .col-md-4,
.bootstrap-realtypress .col-md-5,
.bootstrap-realtypress .col-md-6,
.bootstrap-realtypress .col-md-7,
.bootstrap-realtypress .col-md-8,
.bootstrap-realtypress .col-md-9,
.bootstrap-realtypress .col-md-10,
.bootstrap-realtypress .col-md-11,
.bootstrap-realtypress .col-md-12 {
float: left;
}
.bootstrap-realtypress .col-md-12 {
width: 100%;
}
.bootstrap-realtypress .col-md-11 {
width: 91.66666667%;
}
.bootstrap-realtypress .col-md-10 {
width: 83.33333333%;
}
.bootstrap-realtypress .col-md-9 {
width: 75%;
}
.bootstrap-realtypress .col-md-8 {
width: 66.66666667%;
}
.bootstrap-realtypress .col-md-7 {
width: 58.33333333%;
}
.bootstrap-realtypress .col-md-6 {
width: 50%;
}
.bootstrap-realtypress .col-md-5 {
width: 41.66666667%;
}
.bootstrap-realtypress .col-md-4 {
width: 33.33333333%;
}
.bootstrap-realtypress .col-md-3 {
width: 25%;
}
.bootstrap-realtypress .col-md-2 {
width: 16.66666667%;
}
.bootstrap-realtypress .col-md-1 {
width: 8.33333333%;
}
.bootstrap-realtypress .col-md-pull-12 {
right: 100%;
}
.bootstrap-realtypress .col-md-pull-11 {
right: 91.66666667%;
}
.bootstrap-realtypress .col-md-pull-10 {
right: 83.33333333%;
}
.bootstrap-realtypress .col-md-pull-9 {
right: 75%;
}
.bootstrap-realtypress .col-md-pull-8 {
right: 66.66666667%;
}
.bootstrap-realtypress .col-md-pull-7 {
right: 58.33333333%;
}
.bootstrap-realtypress .col-md-pull-6 {
right: 50%;
}
.bootstrap-realtypress .col-md-pull-5 {
right: 41.66666667%;
}
.bootstrap-realtypress .col-md-pull-4 {
right: 33.33333333%;
}
.bootstrap-realtypress .col-md-pull-3 {
right: 25%;
}
.bootstrap-realtypress .col-md-pull-2 {
right: 16.66666667%;
}
.bootstrap-realtypress .col-md-pull-1 {
right: 8.33333333%;
}
.bootstrap-realtypress .col-md-pull-0 {
right: auto;
}
.bootstrap-realtypress .col-md-push-12 {
left: 100%;
}
.bootstrap-realtypress .col-md-push-11 {
left: 91.66666667%;
}
.bootstrap-realtypress .col-md-push-10 {
left: 83.33333333%;
}
.bootstrap-realtypress .col-md-push-9 {
left: 75%;
}
.bootstrap-realtypress .col-md-push-8 {
left: 66.66666667%;
}
.bootstrap-realtypress .col-md-push-7 {
left: 58.33333333%;
}
.bootstrap-realtypress .col-md-push-6 {
left: 50%;
}
.bootstrap-realtypress .col-md-push-5 {
left: 41.66666667%;
}
.bootstrap-realtypress .col-md-push-4 {
left: 33.33333333%;
}
.bootstrap-realtypress .col-md-push-3 {
left: 25%;
}
.bootstrap-realtypress .col-md-push-2 {
left: 16.66666667%;
}
.bootstrap-realtypress .col-md-push-1 {
left: 8.33333333%;
}
.bootstrap-realtypress .col-md-push-0 {
left: auto;
}
.bootstrap-realtypress .col-md-offset-12 {
margin-left: 100%;
}
.bootstrap-realtypress .col-md-offset-11 {
margin-left: 91.66666667%;
}
.bootstrap-realtypress .col-md-offset-10 {
margin-left: 83.33333333%;
}
.bootstrap-realtypress .col-md-offset-9 {
margin-left: 75%;
}
.bootstrap-realtypress .col-md-offset-8 {
margin-left: 66.66666667%;
}
.bootstrap-realtypress .col-md-offset-7 {
margin-left: 58.33333333%;
}
.bootstrap-realtypress .col-md-offset-6 {
margin-left: 50%;
}
.bootstrap-realtypress .col-md-offset-5 {
margin-left: 41.66666667%;
}
.bootstrap-realtypress .col-md-offset-4 {
margin-left: 33.33333333%;
}
.bootstrap-realtypress .col-md-offset-3 {
margin-left: 25%;
}
.bootstrap-realtypress .col-md-offset-2 {
margin-left: 16.66666667%;
}
.bootstrap-realtypress .col-md-offset-1 {
margin-left: 8.33333333%;
}
.bootstrap-realtypress .col-md-offset-0 {
margin-left: 0%;
}
}
@media (min-width: 1200px) {
.bootstrap-realtypress .col-lg-1,
.bootstrap-realtypress .col-lg-2,
.bootstrap-realtypress .col-lg-3,
.bootstrap-realtypress .col-lg-4,
.bootstrap-realtypress .col-lg-5,
.bootstrap-realtypress .col-lg-6,
.bootstrap-realtypress .col-lg-7,
.bootstrap-realtypress .col-lg-8,
.bootstrap-realtypress .col-lg-9,
.bootstrap-realtypress .col-lg-10,
.bootstrap-realtypress .col-lg-11,
.bootstrap-realtypress .col-lg-12 {
float: left;
}
.bootstrap-realtypress .col-lg-12 {
width: 100%;
}
.bootstrap-realtypress .col-lg-11 {
width: 91.66666667%;
}
.bootstrap-realtypress .col-lg-10 {
width: 83.33333333%;
}
.bootstrap-realtypress .col-lg-9 {
width: 75%;
}
.bootstrap-realtypress .col-lg-8 {
width: 66.66666667%;
}
.bootstrap-realtypress .col-lg-7 {
width: 58.33333333%;
}
.bootstrap-realtypress .col-lg-6 {
width: 50%;
}
.bootstrap-realtypress .col-lg-5 {
width: 41.66666667%;
}
.bootstrap-realtypress .col-lg-4 {
width: 33.33333333%;
}
.bootstrap-realtypress .col-lg-3 {
width: 25%;
}
.bootstrap-realtypress .col-lg-2 {
width: 16.66666667%;
}
.bootstrap-realtypress .col-lg-1 {
width: 8.33333333%;
}
.bootstrap-realtypress .col-lg-pull-12 {
right: 100%;
}
.bootstrap-realtypress .col-lg-pull-11 {
right: 91.66666667%;
}
.bootstrap-realtypress .col-lg-pull-10 {
right: 83.33333333%;
}
.bootstrap-realtypress .col-lg-pull-9 {
right: 75%;
}
.bootstrap-realtypress .col-lg-pull-8 {
right: 66.66666667%;
}
.bootstrap-realtypress .col-lg-pull-7 {
right: 58.33333333%;
}
.bootstrap-realtypress .col-lg-pull-6 {
right: 50%;
}
.bootstrap-realtypress .col-lg-pull-5 {
right: 41.66666667%;
}
.bootstrap-realtypress .col-lg-pull-4 {
right: 33.33333333%;
}
.bootstrap-realtypress .col-lg-pull-3 {
right: 25%;
}
.bootstrap-realtypress .col-lg-pull-2 {
right: 16.66666667%;
}
.bootstrap-realtypress .col-lg-pull-1 {
right: 8.33333333%;
}
.bootstrap-realtypress .col-lg-pull-0 {
right: auto;
}
.bootstrap-realtypress .col-lg-push-12 {
left: 100%;
}
.bootstrap-realtypress .col-lg-push-11 {
left: 91.66666667%;
}
.bootstrap-realtypress .col-lg-push-10 {
left: 83.33333333%;
}
.bootstrap-realtypress .col-lg-push-9 {
left: 75%;
}
.bootstrap-realtypress .col-lg-push-8 {
left: 66.66666667%;
}
.bootstrap-realtypress .col-lg-push-7 {
left: 58.33333333%;
}
.bootstrap-realtypress .col-lg-push-6 {
left: 50%;
}
.bootstrap-realtypress .col-lg-push-5 {
left: 41.66666667%;
}
.bootstrap-realtypress .col-lg-push-4 {
left: 33.33333333%;
}
.bootstrap-realtypress .col-lg-push-3 {
left: 25%;
}
.bootstrap-realtypress .col-lg-push-2 {
left: 16.66666667%;
}
.bootstrap-realtypress .col-lg-push-1 {
left: 8.33333333%;
}
.bootstrap-realtypress .col-lg-push-0 {
left: auto;
}
.bootstrap-realtypress .col-lg-offset-12 {
margin-left: 100%;
}
.bootstrap-realtypress .col-lg-offset-11 {
margin-left: 91.66666667%;
}
.bootstrap-realtypress .col-lg-offset-10 {
margin-left: 83.33333333%;
}
.bootstrap-realtypress .col-lg-offset-9 {
margin-left: 75%;
}
.bootstrap-realtypress .col-lg-offset-8 {
margin-left: 66.66666667%;
}
.bootstrap-realtypress .col-lg-offset-7 {
margin-left: 58.33333333%;
}
.bootstrap-realtypress .col-lg-offset-6 {
margin-left: 50%;
}
.bootstrap-realtypress .col-lg-offset-5 {
margin-left: 41.66666667%;
}
.bootstrap-realtypress .col-lg-offset-4 {
margin-left: 33.33333333%;
}
.bootstrap-realtypress .col-lg-offset-3 {
margin-left: 25%;
}
.bootstrap-realtypress .col-lg-offset-2 {
margin-left: 16.66666667%;
}
.bootstrap-realtypress .col-lg-offset-1 {
margin-left: 8.33333333%;
}
.bootstrap-realtypress .col-lg-offset-0 {
margin-left: 0%;
}
}
.bootstrap-realtypress table {
background-color: transparent;
}
.bootstrap-realtypress caption {
padding-top: 8px;
padding-bottom: 8px;
color: #777777;
text-align: left;
}
.bootstrap-realtypress th {
text-align: left;
}
.bootstrap-realtypress .table {
width: 100%;
max-width: 100%;
margin-bottom: 20px;
}
.bootstrap-realtypress .table > thead > tr > th,
.bootstrap-realtypress .table > tbody > tr > th,
.bootstrap-realtypress .table > tfoot > tr > th,
.bootstrap-realtypress .table > thead > tr > td,
.bootstrap-realtypress .table > tbody > tr > td,
.bootstrap-realtypress .table > tfoot > tr > td {
padding: 8px;
line-height: 1.42857143;
vertical-align: top;
border-top: 1px solid #dddddd;
}
.bootstrap-realtypress .table > thead > tr > th {
vertical-align: bottom;
border-bottom: 2px solid #dddddd;
}
.bootstrap-realtypress .table > caption + thead > tr:first-child > th,
.bootstrap-realtypress .table > colgroup + thead > tr:first-child > th,
.bootstrap-realtypress .table > thead:first-child > tr:first-child > th,
.bootstrap-realtypress .table > caption + thead > tr:first-child > td,
.bootstrap-realtypress .table > colgroup + thead > tr:first-child > td,
.bootstrap-realtypress .table > thead:first-child > tr:first-child > td {
border-top: 0;
}
.bootstrap-realtypress .table > tbody + tbody {
border-top: 2px solid #dddddd;
}
.bootstrap-realtypress .table .table {
background-color: #ffffff;
}
.bootstrap-realtypress .table-condensed > thead > tr > th,
.bootstrap-realtypress .table-condensed > tbody > tr > th,
.bootstrap-realtypress .table-condensed > tfoot > tr > th,
.bootstrap-realtypress .table-condensed > thead > tr > td,
.bootstrap-realtypress .table-condensed > tbody > tr > td,
.bootstrap-realtypress .table-condensed > tfoot > tr > td {
padding: 5px;
}
.bootstrap-realtypress .table-bordered {
border: 1px solid #dddddd;
}
.bootstrap-realtypress .table-bordered > thead > tr > th,
.bootstrap-realtypress .table-bordered > tbody > tr > th,
.bootstrap-realtypress .table-bordered > tfoot > tr > th,
.bootstrap-realtypress .table-bordered > thead > tr > td,
.bootstrap-realtypress .table-bordered > tbody > tr > td,
.bootstrap-realtypress .table-bordered > tfoot > tr > td {
border: 1px solid #dddddd;
}
.bootstrap-realtypress .table-bordered > thead > tr > th,
.bootstrap-realtypress .table-bordered > thead > tr > td {
border-bottom-width: 2px;
}
.bootstrap-realtypress .table-striped > tbody > tr:nth-of-type(odd) {
background-color: #f9f9f9;
}
.bootstrap-realtypress .table-hover > tbody > tr:hover {
background-color: #f5f5f5;
}
.bootstrap-realtypress table col[class*="col-"] {
position: static;
float: none;
display: table-column;
}
.bootstrap-realtypress table td[class*="col-"],
.bootstrap-realtypress table th[class*="col-"] {
position: static;
float: none;
display: table-cell;
}
.bootstrap-realtypress .table > thead > tr > td.active,
.bootstrap-realtypress .table > tbody > tr > td.active,
.bootstrap-realtypress .table > tfoot > tr > td.active,
.bootstrap-realtypress .table > thead > tr > th.active,
.bootstrap-realtypress .table > tbody > tr > th.active,
.bootstrap-realtypress .table > tfoot > tr > th.active,
.bootstrap-realtypress .table > thead > tr.active > td,
.bootstrap-realtypress .table > tbody > tr.active > td,
.bootstrap-realtypress .table > tfoot > tr.active > td,
.bootstrap-realtypress .table > thead > tr.active > th,
.bootstrap-realtypress .table > tbody > tr.active > th,
.bootstrap-realtypress .table > tfoot > tr.active > th {
background-color: #f5f5f5;
}
.bootstrap-realtypress .table-hover > tbody > tr > td.active:hover,
.bootstrap-realtypress .table-hover > tbody > tr > th.active:hover,
.bootstrap-realtypress .table-hover > tbody > tr.active:hover > td,
.bootstrap-realtypress .table-hover > tbody > tr:hover > .active,
.bootstrap-realtypress .table-hover > tbody > tr.active:hover > th {
background-color: #e8e8e8;
}
.bootstrap-realtypress .table > thead > tr > td.success,
.bootstrap-realtypress .table > tbody > tr > td.success,
.bootstrap-realtypress .table > tfoot > tr > td.success,
.bootstrap-realtypress .table > thead > tr > th.success,
.bootstrap-realtypress .table > tbody > tr > th.success,
.bootstrap-realtypress .table > tfoot > tr > th.success,
.bootstrap-realtypress .table > thead > tr.success > td,
.bootstrap-realtypress .table > tbody > tr.success > td,
.bootstrap-realtypress .table > tfoot > tr.success > td,
.bootstrap-realtypress .table > thead > tr.success > th,
.bootstrap-realtypress .table > tbody > tr.success > th,
.bootstrap-realtypress .table > tfoot > tr.success > th {
background-color: #dff0d8;
}
.bootstrap-realtypress .table-hover > tbody > tr > td.success:hover,
.bootstrap-realtypress .table-hover > tbody > tr > th.success:hover,
.bootstrap-realtypress .table-hover > tbody > tr.success:hover > td,
.bootstrap-realtypress .table-hover > tbody > tr:hover > .success,
.bootstrap-realtypress .table-hover > tbody > tr.success:hover > th {
background-color: #d0e9c6;
}
.bootstrap-realtypress .table > thead > tr > td.info,
.bootstrap-realtypress .table > tbody > tr > td.info,
.bootstrap-realtypress .table > tfoot > tr > td.info,
.bootstrap-realtypress .table > thead > tr > th.info,
.bootstrap-realtypress .table > tbody > tr > th.info,
.bootstrap-realtypress .table > tfoot > tr > th.info,
.bootstrap-realtypress .table > thead > tr.info > td,
.bootstrap-realtypress .table > tbody > tr.info > td,
.bootstrap-realtypress .table > tfoot > tr.info > td,
.bootstrap-realtypress .table > thead > tr.info > th,
.bootstrap-realtypress .table > tbody > tr.info > th,
.bootstrap-realtypress .table > tfoot > tr.info > th {
background-color: #d9edf7;
}
.bootstrap-realtypress .table-hover > tbody > tr > td.info:hover,
.bootstrap-realtypress .table-hover > tbody > tr > th.info:hover,
.bootstrap-realtypress .table-hover > tbody > tr.info:hover > td,
.bootstrap-realtypress .table-hover > tbody > tr:hover > .info,
.bootstrap-realtypress .table-hover > tbody > tr.info:hover > th {
background-color: #c4e3f3;
}
.bootstrap-realtypress .table > thead > tr > td.warning,
.bootstrap-realtypress .table > tbody > tr > td.warning,
.bootstrap-realtypress .table > tfoot > tr > td.warning,
.bootstrap-realtypress .table > thead > tr > th.warning,
.bootstrap-realtypress .table > tbody > tr > th.warning,
.bootstrap-realtypress .table > tfoot > tr > th.warning,
.bootstrap-realtypress .table > thead > tr.warning > td,
.bootstrap-realtypress .table > tbody > tr.warning > td,
.bootstrap-realtypress .table > tfoot > tr.warning > td,
.bootstrap-realtypress .table > thead > tr.warning > th,
.bootstrap-realtypress .table > tbody > tr.warning > th,
.bootstrap-realtypress .table > tfoot > tr.warning > th {
background-color: #fcf8e3;
}
.bootstrap-realtypress .table-hover > tbody > tr > td.warning:hover,
.bootstrap-realtypress .table-hover > tbody > tr > th.warning:hover,
.bootstrap-realtypress .table-hover > tbody > tr.warning:hover > td,
.bootstrap-realtypress .table-hover > tbody > tr:hover > .warning,
.bootstrap-realtypress .table-hover > tbody > tr.warning:hover > th {
background-color: #faf2cc;
}
.bootstrap-realtypress .table > thead > tr > td.danger,
.bootstrap-realtypress .table > tbody > tr > td.danger,
.bootstrap-realtypress .table > tfoot > tr > td.danger,
.bootstrap-realtypress .table > thead > tr > th.danger,
.bootstrap-realtypress .table > tbody > tr > th.danger,
.bootstrap-realtypress .table > tfoot > tr > th.danger,
.bootstrap-realtypress .table > thead > tr.danger > td,
.bootstrap-realtypress .table > tbody > tr.danger > td,
.bootstrap-realtypress .table > tfoot > tr.danger > td,
.bootstrap-realtypress .table > thead > tr.danger > th,
.bootstrap-realtypress .table > tbody > tr.danger > th,
.bootstrap-realtypress .table > tfoot > tr.danger > th {
background-color: #f2dede;
}
.bootstrap-realtypress .table-hover > tbody > tr > td.danger:hover,
.bootstrap-realtypress .table-hover > tbody > tr > th.danger:hover,
.bootstrap-realtypress .table-hover > tbody > tr.danger:hover > td,
.bootstrap-realtypress .table-hover > tbody > tr:hover > .danger,
.bootstrap-realtypress .table-hover > tbody > tr.danger:hover > th {
background-color: #ebcccc;
}
.bootstrap-realtypress .table-responsive {
overflow-x: auto;
min-height: 0.01%;
}
@media screen and (max-width: 767px) {
.bootstrap-realtypress .table-responsive {
width: 100%;
margin-bottom: 15px;
overflow-y: hidden;
-ms-overflow-style: -ms-autohiding-scrollbar;
border: 1px solid #dddddd;
}
.bootstrap-realtypress .table-responsive > .table {
margin-bottom: 0;
}
.bootstrap-realtypress .table-responsive > .table > thead > tr > th,
.bootstrap-realtypress .table-responsive > .table > tbody > tr > th,
.bootstrap-realtypress .table-responsive > .table > tfoot > tr > th,
.bootstrap-realtypress .table-responsive > .table > thead > tr > td,
.bootstrap-realtypress .table-responsive > .table > tbody > tr > td,
.bootstrap-realtypress .table-responsive > .table > tfoot > tr > td {
white-space: nowrap;
}
.bootstrap-realtypress .table-responsive > .table-bordered {
border: 0;
}
.bootstrap-realtypress .table-responsive > .table-bordered > thead > tr > th:first-child,
.bootstrap-realtypress .table-responsive > .table-bordered > tbody > tr > th:first-child,
.bootstrap-realtypress .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.bootstrap-realtypress .table-responsive > .table-bordered > thead > tr > td:first-child,
.bootstrap-realtypress .table-responsive > .table-bordered > tbody > tr > td:first-child,
.bootstrap-realtypress .table-responsive > .table-bordered > tfoot > tr > td:first-child {
border-left: 0;
}
.bootstrap-realtypress .table-responsive > .table-bordered > thead > tr > th:last-child,
.bootstrap-realtypress .table-responsive > .table-bordered > tbody > tr > th:last-child,
.bootstrap-realtypress .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.bootstrap-realtypress .table-responsive > .table-bordered > thead > tr > td:last-child,
.bootstrap-realtypress .table-responsive > .table-bordered > tbody > tr > td:last-child,
.bootstrap-realtypress .table-responsive > .table-bordered > tfoot > tr > td:last-child {
border-right: 0;
}
.bootstrap-realtypress .table-responsive > .table-bordered > tbody > tr:last-child > th,
.bootstrap-realtypress .table-responsive > .table-bordered > tfoot > tr:last-child > th,
.bootstrap-realtypress .table-responsive > .table-bordered > tbody > tr:last-child > td,
.bootstrap-realtypress .table-responsive > .table-bordered > tfoot > tr:last-child > td {
border-bottom: 0;
}
}
.bootstrap-realtypress fieldset {
padding: 0;
margin: 0;
border: 0;
min-width: 0;
}
.bootstrap-realtypress legend {
display: block;
width: 100%;
padding: 0;
margin-bottom: 20px;
font-size: 21px;
line-height: inherit;
color: #333333;
border: 0;
border-bottom: 1px solid #e5e5e5;
}
.bootstrap-realtypress label {
display: inline-block;
max-width: 100%;
margin-bottom: 5px;
font-weight: bold;
}
.bootstrap-realtypress input[type="search"] {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.bootstrap-realtypress input[type="radio"],
.bootstrap-realtypress input[type="checkbox"] {
margin: 4px 0 0;
margin-top: 1px \9;
line-height: normal;
}
.bootstrap-realtypress input[type="file"] {
display: block;
}
.bootstrap-realtypress input[type="range"] {
display: block;
width: 100%;
}
.bootstrap-realtypress select[multiple],
.bootstrap-realtypress select[size] {
height: auto;
}
.bootstrap-realtypress input[type="file"]:focus,
.bootstrap-realtypress input[type="radio"]:focus,
.bootstrap-realtypress input[type="checkbox"]:focus {
outline: thin dotted;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
.bootstrap-realtypress output {
display: block;
padding-top: 7px;
font-size: 14px;
line-height: 1.42857143;
color: #555555;
}
.bootstrap-realtypress .form-control {
display: block;
width: 100%;
height: 34px;
padding: 6px 12px;
font-size: 14px;
line-height: 1.42857143;
color: #555555;
background-color: #ffffff;
background-image: none;
border: 1px solid #cccccc;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
-o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.bootstrap-realtypress .form-control:focus {
border-color: #66afe9;
outline: 0;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.bootstrap-realtypress .form-control::-moz-placeholder {
color: #999999;
opacity: 1;
}
.bootstrap-realtypress .form-control:-ms-input-placeholder {
color: #999999;
}
.bootstrap-realtypress .form-control::-webkit-input-placeholder {
color: #999999;
}
.bootstrap-realtypress .form-control[disabled],
.bootstrap-realtypress .form-control[readonly],
.bootstrap-realtypress fieldset[disabled] .form-control {
background-color: #eeeeee;
opacity: 1;
}
.bootstrap-realtypress .form-control[disabled],
.bootstrap-realtypress fieldset[disabled] .form-control {
cursor: not-allowed;
}
.bootstrap-realtypress textarea.form-control {
height: auto;
}
.bootstrap-realtypress input[type="search"] {
-webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
.bootstrap-realtypress input[type="date"],
.bootstrap-realtypress input[type="time"],
.bootstrap-realtypress input[type="datetime-local"],
.bootstrap-realtypress input[type="month"] {
line-height: 34px;
}
.bootstrap-realtypress input[type="date"].input-sm,
.bootstrap-realtypress input[type="time"].input-sm,
.bootstrap-realtypress input[type="datetime-local"].input-sm,
.bootstrap-realtypress input[type="month"].input-sm,
.bootstrap-realtypress .input-group-sm input[type="date"],
.bootstrap-realtypress .input-group-sm input[type="time"],
.bootstrap-realtypress .input-group-sm input[type="datetime-local"],
.bootstrap-realtypress .input-group-sm input[type="month"] {
line-height: 30px;
}
.bootstrap-realtypress input[type="date"].input-lg,
.bootstrap-realtypress input[type="time"].input-lg,
.bootstrap-realtypress input[type="datetime-local"].input-lg,
.bootstrap-realtypress input[type="month"].input-lg,
.bootstrap-realtypress .input-group-lg input[type="date"],
.bootstrap-realtypress .input-group-lg input[type="time"],
.bootstrap-realtypress .input-group-lg input[type="datetime-local"],
.bootstrap-realtypress .input-group-lg input[type="month"] {
line-height: 46px;
}
}
.bootstrap-realtypress .form-group {
margin-bottom: 15px;
}
.bootstrap-realtypress .radio,
.bootstrap-realtypress .checkbox {
position: relative;
display: block;
margin-top: 10px;
margin-bottom: 10px;
}
.bootstrap-realtypress .radio label,
.bootstrap-realtypress .checkbox label {
min-height: 20px;
padding-left: 20px;
margin-bottom: 0;
font-weight: normal;
cursor: pointer;
}
.bootstrap-realtypress .radio input[type="radio"],
.bootstrap-realtypress .radio-inline input[type="radio"],
.bootstrap-realtypress .checkbox input[type="checkbox"],
.bootstrap-realtypress .checkbox-inline input[type="checkbox"] {
position: absolute;
margin-left: -20px;
margin-top: 4px \9;
}
.bootstrap-realtypress .radio + .radio,
.bootstrap-realtypress .checkbox + .checkbox {
margin-top: -5px;
}
.bootstrap-realtypress .radio-inline,
.bootstrap-realtypress .checkbox-inline {
position: relative;
display: inline-block;
padding-left: 20px;
margin-bottom: 0;
vertical-align: middle;
font-weight: normal;
cursor: pointer;
}
.bootstrap-realtypress .radio-inline + .radio-inline,
.bootstrap-realtypress .checkbox-inline + .checkbox-inline {
margin-top: 0;
margin-left: 10px;
}
.bootstrap-realtypress input[type="radio"][disabled],
.bootstrap-realtypress input[type="checkbox"][disabled],
.bootstrap-realtypress input[type="radio"].disabled,
.bootstrap-realtypress input[type="checkbox"].disabled,
.bootstrap-realtypress fieldset[disabled] input[type="radio"],
.bootstrap-realtypress fieldset[disabled] input[type="checkbox"] {
cursor: not-allowed;
}
.bootstrap-realtypress .radio-inline.disabled,
.bootstrap-realtypress .checkbox-inline.disabled,
.bootstrap-realtypress fieldset[disabled] .radio-inline,
.bootstrap-realtypress fieldset[disabled] .checkbox-inline {
cursor: not-allowed;
}
.bootstrap-realtypress .radio.disabled label,
.bootstrap-realtypress .checkbox.disabled label,
.bootstrap-realtypress fieldset[disabled] .radio label,
.bootstrap-realtypress fieldset[disabled] .checkbox label {
cursor: not-allowed;
}
.bootstrap-realtypress .form-control-static {
padding-top: 7px;
padding-bottom: 7px;
margin-bottom: 0;
min-height: 34px;
}
.bootstrap-realtypress .form-control-static.input-lg,
.bootstrap-realtypress .form-control-static.input-sm {
padding-left: 0;
padding-right: 0;
}
.bootstrap-realtypress .input-sm {
height: 30px;
padding: 5px 10px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px;
}
.bootstrap-realtypress select.input-sm {
height: 30px;
line-height: 30px;
}
.bootstrap-realtypress textarea.input-sm,
.bootstrap-realtypress select[multiple].input-sm {
height: auto;
}
.bootstrap-realtypress .form-group-sm .form-control {
height: 30px;
padding: 5px 10px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px;
}
.bootstrap-realtypress select.form-group-sm .form-control {
height: 30px;
line-height: 30px;
}
.bootstrap-realtypress textarea.form-group-sm .form-control,
.bootstrap-realtypress select[multiple].form-group-sm .form-control {
height: auto;
}
.bootstrap-realtypress .form-group-sm .form-control-static {
height: 30px;
padding: 5px 10px;
font-size: 12px;
line-height: 1.5;
min-height: 32px;
}
.bootstrap-realtypress .input-lg {
height: 46px;
padding: 10px 16px;
font-size: 18px;
line-height: 1.3333333;
border-radius: 6px;
}
.bootstrap-realtypress select.input-lg {
height: 46px;
line-height: 46px;
}
.bootstrap-realtypress textarea.input-lg,
.bootstrap-realtypress select[multiple].input-lg {
height: auto;
}
.bootstrap-realtypress .form-group-lg .form-control {
height: 46px;
padding: 10px 16px;
font-size: 18px;
line-height: 1.3333333;
border-radius: 6px;
}
.bootstrap-realtypress select.form-group-lg .form-control {
height: 46px;
line-height: 46px;
}
.bootstrap-realtypress textarea.form-group-lg .form-control,
.bootstrap-realtypress select[multiple].form-group-lg .form-control {
height: auto;
}
.bootstrap-realtypress .form-group-lg .form-control-static {
height: 46px;
padding: 10px 16px;
font-size: 18px;
line-height: 1.3333333;
min-height: 38px;
}
.bootstrap-realtypress .has-feedback {
position: relative;
}
.bootstrap-realtypress .has-feedback .form-control {
padding-right: 42.5px;
}
.bootstrap-realtypress .form-control-feedback {
position: absolute;
top: 0;
right: 0;
z-index: 2;
display: block;
width: 34px;
height: 34px;
line-height: 34px;
text-align: center;
pointer-events: none;
}
.bootstrap-realtypress .input-lg + .form-control-feedback {
width: 46px;
height: 46px;
line-height: 46px;
}
.bootstrap-realtypress .input-sm + .form-control-feedback {
width: 30px;
height: 30px;
line-height: 30px;
}
.bootstrap-realtypress .has-success .help-block,
.bootstrap-realtypress .has-success .control-label,
.bootstrap-realtypress .has-success .radio,
.bootstrap-realtypress .has-success .checkbox,
.bootstrap-realtypress .has-success .radio-inline,
.bootstrap-realtypress .has-success .checkbox-inline,
.bootstrap-realtypress .has-success.radio label,
.bootstrap-realtypress .has-success.checkbox label,
.bootstrap-realtypress .has-success.radio-inline label,
.bootstrap-realtypress .has-success.checkbox-inline label {
color: #3c763d;
}
.bootstrap-realtypress .has-success .form-control {
border-color: #3c763d;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.bootstrap-realtypress .has-success .form-control:focus {
border-color: #2b542c;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.bootstrap-realtypress .has-success .input-group-addon {
color: #3c763d;
border-color: #3c763d;
background-color: #dff0d8;
}
.bootstrap-realtypress .has-success .form-control-feedback {
color: #3c763d;
}
.bootstrap-realtypress .has-warning .help-block,
.bootstrap-realtypress .has-warning .control-label,
.bootstrap-realtypress .has-warning .radio,
.bootstrap-realtypress .has-warning .checkbox,
.bootstrap-realtypress .has-warning .radio-inline,
.bootstrap-realtypress .has-warning .checkbox-inline,
.bootstrap-realtypress .has-warning.radio label,
.bootstrap-realtypress .has-warning.checkbox label,
.bootstrap-realtypress .has-warning.radio-inline label,
.bootstrap-realtypress .has-warning.checkbox-inline label {
color: #8a6d3b;
}
.bootstrap-realtypress .has-warning .form-control {
border-color: #8a6d3b;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.bootstrap-realtypress .has-warning .form-control:focus {
border-color: #66512c;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.bootstrap-realtypress .has-warning .input-group-addon {
color: #8a6d3b;
border-color: #8a6d3b;
background-color: #fcf8e3;
}
.bootstrap-realtypress .has-warning .form-control-feedback {
color: #8a6d3b;
}
.bootstrap-realtypress .has-error .help-block,
.bootstrap-realtypress .has-error .control-label,
.bootstrap-realtypress .has-error .radio,
.bootstrap-realtypress .has-error .checkbox,
.bootstrap-realtypress .has-error .radio-inline,
.bootstrap-realtypress .has-error .checkbox-inline,
.bootstrap-realtypress .has-error.radio label,
.bootstrap-realtypress .has-error.checkbox label,
.bootstrap-realtypress .has-error.radio-inline label,
.bootstrap-realtypress .has-error.checkbox-inline label {
color: #a94442;
}
.bootstrap-realtypress .has-error .form-control {
border-color: #a94442;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.bootstrap-realtypress .has-error .form-control:focus {
border-color: #843534;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.bootstrap-realtypress .has-error .input-group-addon {
color: #a94442;
border-color: #a94442;
background-color: #f2dede;
}
.bootstrap-realtypress .has-error .form-control-feedback {
color: #a94442;
}
.bootstrap-realtypress .has-feedback label ~ .form-control-feedback {
top: 25px;
}
.bootstrap-realtypress .has-feedback label.sr-only ~ .form-control-feedback {
top: 0;
}
.bootstrap-realtypress .help-block {
display: block;
margin-top: 5px;
margin-bottom: 10px;
color: #737373;
}
@media (min-width: 768px) {
.bootstrap-realtypress .form-inline .form-group {
display: inline-block;
margin-bottom: 0;
vertical-align: middle;
}
.bootstrap-realtypress .form-inline .form-control {
display: inline-block;
width: auto;
vertical-align: middle;
}
.bootstrap-realtypress .form-inline .form-control-static {
display: inline-block;
}
.bootstrap-realtypress .form-inline .input-group {
display: inline-table;
vertical-align: middle;
}
.bootstrap-realtypress .form-inline .input-group .input-group-addon,
.bootstrap-realtypress .form-inline .input-group .input-group-btn,
.bootstrap-realtypress .form-inline .input-group .form-control {
width: auto;
}
.bootstrap-realtypress .form-inline .input-group > .form-control {
width: 100%;
}
.bootstrap-realtypress .form-inline .control-label {
margin-bottom: 0;
vertical-align: middle;
}
.bootstrap-realtypress .form-inline .radio,
.bootstrap-realtypress .form-inline .checkbox {
display: inline-block;
margin-top: 0;
margin-bottom: 0;
vertical-align: middle;
}
.bootstrap-realtypress .form-inline .radio label,
.bootstrap-realtypress .form-inline .checkbox label {
padding-left: 0;
}
.bootstrap-realtypress .form-inline .radio input[type="radio"],
.bootstrap-realtypress .form-inline .checkbox input[type="checkbox"] {
position: relative;
margin-left: 0;
}
.bootstrap-realtypress .form-inline .has-feedback .form-control-feedback {
top: 0;
}
}
.bootstrap-realtypress .form-horizontal .radio,
.bootstrap-realtypress .form-horizontal .checkbox,
.bootstrap-realtypress .form-horizontal .radio-inline,
.bootstrap-realtypress .form-horizontal .checkbox-inline {
margin-top: 0;
margin-bottom: 0;
padding-top: 7px;
}
.bootstrap-realtypress .form-horizontal .radio,
.bootstrap-realtypress .form-horizontal .checkbox {
min-height: 27px;
}
.bootstrap-realtypress .form-horizontal .form-group {
margin-left: -15px;
margin-right: -15px;
}
@media (min-width: 768px) {
.bootstrap-realtypress .form-horizontal .control-label {
text-align: right;
margin-bottom: 0;
padding-top: 7px;
}
}
.bootstrap-realtypress .form-horizontal .has-feedback .form-control-feedback {
right: 15px;
}
@media (min-width: 768px) {
.bootstrap-realtypress .form-horizontal .form-group-lg .control-label {
padding-top: 14.333333px;
}
}
@media (min-width: 768px) {
.bootstrap-realtypress .form-horizontal .form-group-sm .control-label {
padding-top: 6px;
}
}
.bootstrap-realtypress .btn {
display: inline-block;
margin-bottom: 0;
font-weight: normal;
text-align: center;
vertical-align: middle;
-ms-touch-action: manipulation;
touch-action: manipulation;
cursor: pointer;
background-image: none;
border: 1px solid transparent;
white-space: nowrap;
padding: 6px 12px;
font-size: 14px;
line-height: 1.42857143;
border-radius: 4px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.bootstrap-realtypress .btn:focus,
.bootstrap-realtypress .btn:active:focus,
.bootstrap-realtypress .btn.active:focus,
.bootstrap-realtypress .btn.focus,
.bootstrap-realtypress .btn:active.focus,
.bootstrap-realtypress .btn.active.focus {
outline: thin dotted;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
.bootstrap-realtypress .btn:hover,
.bootstrap-realtypress .btn:focus,
.bootstrap-realtypress .btn.focus {
color: #333333;
text-decoration: none;
}
.bootstrap-realtypress .btn:active,
.bootstrap-realtypress .btn.active {
outline: 0;
background-image: none;
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.bootstrap-realtypress .btn.disabled,
.bootstrap-realtypress .btn[disabled],
.bootstrap-realtypress fieldset[disabled] .btn {
cursor: not-allowed;
pointer-events: none;
opacity: 0.65;
filter: alpha(opacity=65);
-webkit-box-shadow: none;
box-shadow: none;
}
.bootstrap-realtypress .btn-default {
color: #333333;
background-color: #ffffff;
border-color: #cccccc;
}
.bootstrap-realtypress .btn-default:hover,
.bootstrap-realtypress .btn-default:focus,
.bootstrap-realtypress .btn-default.focus,
.bootstrap-realtypress .btn-default:active,
.bootstrap-realtypress .btn-default.active,
.bootstrap-realtypress .open > .dropdown-toggle.btn-default {
color: #333333;
background-color: #e6e6e6;
border-color: #adadad;
}
.bootstrap-realtypress .btn-default:active,
.bootstrap-realtypress .btn-default.active,
.bootstrap-realtypress .open > .dropdown-toggle.btn-default {
background-image: none;
}
.bootstrap-realtypress .btn-default.disabled,
.bootstrap-realtypress .btn-default[disabled],
.bootstrap-realtypress fieldset[disabled] .btn-default,
.bootstrap-realtypress .btn-default.disabled:hover,
.bootstrap-realtypress .btn-default[disabled]:hover,
.bootstrap-realtypress fieldset[disabled] .btn-default:hover,
.bootstrap-realtypress .btn-default.disabled:focus,
.bootstrap-realtypress .btn-default[disabled]:focus,
.bootstrap-realtypress fieldset[disabled] .btn-default:focus,
.bootstrap-realtypress .btn-default.disabled.focus,
.bootstrap-realtypress .btn-default[disabled].focus,
.bootstrap-realtypress fieldset[disabled] .btn-default.focus,
.bootstrap-realtypress .btn-default.disabled:active,
.bootstrap-realtypress .btn-default[disabled]:active,
.bootstrap-realtypress fieldset[disabled] .btn-default:active,
.bootstrap-realtypress .btn-default.disabled.active,
.bootstrap-realtypress .btn-default[disabled].active,
.bootstrap-realtypress fieldset[disabled] .btn-default.active {
background-color: #ffffff;
border-color: #cccccc;
}
.bootstrap-realtypress .btn-default .badge {
color: #ffffff;
background-color: #333333;
}
.bootstrap-realtypress .btn-primary {
color: #ffffff;
background-color: #337ab7;
border-color: #337ab7;
}
.bootstrap-realtypress .btn-primary:hover,
.bootstrap-realtypress .btn-primary:focus,
.bootstrap-realtypress .btn-primary.focus,
.bootstrap-realtypress .btn-primary:active,
.bootstrap-realtypress .btn-primary.active,
.bootstrap-realtypress .open > .dropdown-toggle.btn-primary {
color: #ffffff;
background-color: #286090;
border-color: #286090;
}
.bootstrap-realtypress .btn-primary:active,
.bootstrap-realtypress .btn-primary.active,
.bootstrap-realtypress .open > .dropdown-toggle.btn-primary {
background-image: none;
}
.bootstrap-realtypress .btn-primary.disabled,
.bootstrap-realtypress .btn-primary[disabled],
.bootstrap-realtypress fieldset[disabled] .btn-primary,
.bootstrap-realtypress .btn-primary.disabled:hover,
.bootstrap-realtypress .btn-primary[disabled]:hover,
.bootstrap-realtypress fieldset[disabled] .btn-primary:hover,
.bootstrap-realtypress .btn-primary.disabled:focus,
.bootstrap-realtypress .btn-primary[disabled]:focus,
.bootstrap-realtypress fieldset[disabled] .btn-primary:focus,
.bootstrap-realtypress .btn-primary.disabled.focus,
.bootstrap-realtypress .btn-primary[disabled].focus,
.bootstrap-realtypress fieldset[disabled] .btn-primary.focus,
.bootstrap-realtypress .btn-primary.disabled:active,
.bootstrap-realtypress .btn-primary[disabled]:active,
.bootstrap-realtypress fieldset[disabled] .btn-primary:active,
.bootstrap-realtypress .btn-primary.disabled.active,
.bootstrap-realtypress .btn-primary[disabled].active,
.bootstrap-realtypress fieldset[disabled] .btn-primary.active {
background-color: #337ab7;
border-color: #337ab7;
}
.bootstrap-realtypress .btn-primary .badge {
color: #337ab7;
background-color: #ffffff;
}
.bootstrap-realtypress .btn-success {
color: #ffffff;
background-color: #5cb85c;
border-color: #5cb85c;
}
.bootstrap-realtypress .btn-success:hover,
.bootstrap-realtypress .btn-success:focus,
.bootstrap-realtypress .btn-success.focus,
.bootstrap-realtypress .btn-success:active,
.bootstrap-realtypress .btn-success.active,
.bootstrap-realtypress .open > .dropdown-toggle.btn-success {
color: #ffffff;
background-color: #449d44;
border-color: #449d44;
}
.bootstrap-realtypress .btn-success:active,
.bootstrap-realtypress .btn-success.active,
.bootstrap-realtypress .open > .dropdown-toggle.btn-success {
background-image: none;
}
.bootstrap-realtypress .btn-success.disabled,
.bootstrap-realtypress .btn-success[disabled],
.bootstrap-realtypress fieldset[disabled] .btn-success,
.bootstrap-realtypress .btn-success.disabled:hover,
.bootstrap-realtypress .btn-success[disabled]:hover,
.bootstrap-realtypress fieldset[disabled] .btn-success:hover,
.bootstrap-realtypress .btn-success.disabled:focus,
.bootstrap-realtypress .btn-success[disabled]:focus,
.bootstrap-realtypress fieldset[disabled] .btn-success:focus,
.bootstrap-realtypress .btn-success.disabled.focus,
.bootstrap-realtypress .btn-success[disabled].focus,
.bootstrap-realtypress fieldset[disabled] .btn-success.focus,
.bootstrap-realtypress .btn-success.disabled:active,
.bootstrap-realtypress .btn-success[disabled]:active,
.bootstrap-realtypress fieldset[disabled] .btn-success:active,
.bootstrap-realtypress .btn-success.disabled.active,
.bootstrap-realtypress .btn-success[disabled].active,
.bootstrap-realtypress fieldset[disabled] .btn-success.active {
background-color: #5cb85c;
border-color: #5cb85c;
}
.bootstrap-realtypress .btn-success .badge {
color: #5cb85c;
background-color: #ffffff;
}
.bootstrap-realtypress .btn-info {
color: #ffffff;
background-color: #5bc0de;
border-color: #5bc0de;
}
.bootstrap-realtypress .btn-info:hover,
.bootstrap-realtypress .btn-info:focus,
.bootstrap-realtypress .btn-info.focus,
.bootstrap-realtypress .btn-info:active,
.bootstrap-realtypress .btn-info.active,
.bootstrap-realtypress .open > .dropdown-toggle.btn-info {
color: #ffffff;
background-color: #31b0d5;
border-color: #31b0d5;
}
.bootstrap-realtypress .btn-info:active,
.bootstrap-realtypress .btn-info.active,
.bootstrap-realtypress .open > .dropdown-toggle.btn-info {
background-image: none;
}
.bootstrap-realtypress .btn-info.disabled,
.bootstrap-realtypress .btn-info[disabled],
.bootstrap-realtypress fieldset[disabled] .btn-info,
.bootstrap-realtypress .btn-info.disabled:hover,
.bootstrap-realtypress .btn-info[disabled]:hover,
.bootstrap-realtypress fieldset[disabled] .btn-info:hover,
.bootstrap-realtypress .btn-info.disabled:focus,
.bootstrap-realtypress .btn-info[disabled]:focus,
.bootstrap-realtypress fieldset[disabled] .btn-info:focus,
.bootstrap-realtypress .btn-info.disabled.focus,
.bootstrap-realtypress .btn-info[disabled].focus,
.bootstrap-realtypress fieldset[disabled] .btn-info.focus,
.bootstrap-realtypress .btn-info.disabled:active,
.bootstrap-realtypress .btn-info[disabled]:active,
.bootstrap-realtypress fieldset[disabled] .btn-info:active,
.bootstrap-realtypress .btn-info.disabled.active,
.bootstrap-realtypress .btn-info[disabled].active,
.bootstrap-realtypress fieldset[disabled] .btn-info.active {
background-color: #5bc0de;
border-color: #5bc0de;
}
.bootstrap-realtypress .btn-info .badge {
color: #5bc0de;
background-color: #ffffff;
}
.bootstrap-realtypress .btn-warning {
color: #ffffff;
background-color: #f0ad4e;
border-color: #f0ad4e;
}
.bootstrap-realtypress .btn-warning:hover,
.bootstrap-realtypress .btn-warning:focus,
.bootstrap-realtypress .btn-warning.focus,
.bootstrap-realtypress .btn-warning:active,
.bootstrap-realtypress .btn-warning.active,
.bootstrap-realtypress .open > .dropdown-toggle.btn-warning {
color: #ffffff;
background-color: #ec971f;
border-color: #ec971f;
}
.bootstrap-realtypress .btn-warning:active,
.bootstrap-realtypress .btn-warning.active,
.bootstrap-realtypress .open > .dropdown-toggle.btn-warning {
background-image: none;
}
.bootstrap-realtypress .btn-warning.disabled,
.bootstrap-realtypress .btn-warning[disabled],
.bootstrap-realtypress fieldset[disabled] .btn-warning,
.bootstrap-realtypress .btn-warning.disabled:hover,
.bootstrap-realtypress .btn-warning[disabled]:hover,
.bootstrap-realtypress fieldset[disabled] .btn-warning:hover,
.bootstrap-realtypress .btn-warning.disabled:focus,
.bootstrap-realtypress .btn-warning[disabled]:focus,
.bootstrap-realtypress fieldset[disabled] .btn-warning:focus,
.bootstrap-realtypress .btn-warning.disabled.focus,
.bootstrap-realtypress .btn-warning[disabled].focus,
.bootstrap-realtypress fieldset[disabled] .btn-warning.focus,
.bootstrap-realtypress .btn-warning.disabled:active,
.bootstrap-realtypress .btn-warning[disabled]:active,
.bootstrap-realtypress fieldset[disabled] .btn-warning:active,
.bootstrap-realtypress .btn-warning.disabled.active,
.bootstrap-realtypress .btn-warning[disabled].active,
.bootstrap-realtypress fieldset[disabled] .btn-warning.active {
background-color: #f0ad4e;
border-color: #f0ad4e;
}
.bootstrap-realtypress .btn-warning .badge {
color: #f0ad4e;
background-color: #ffffff;
}
.bootstrap-realtypress .btn-danger {
color: #ffffff;
background-color: #d9534f;
border-color: #d9534f;
}
.bootstrap-realtypress .btn-danger:hover,
.bootstrap-realtypress .btn-danger:focus,
.bootstrap-realtypress .btn-danger.focus,
.bootstrap-realtypress .btn-danger:active,
.bootstrap-realtypress .btn-danger.active,
.bootstrap-realtypress .open > .dropdown-toggle.btn-danger {
color: #ffffff;
background-color: #c9302c;
border-color: #c9302c;
}
.bootstrap-realtypress .btn-danger:active,
.bootstrap-realtypress .btn-danger.active,
.bootstrap-realtypress .open > .dropdown-toggle.btn-danger {
background-image: none;
}
.bootstrap-realtypress .btn-danger.disabled,
.bootstrap-realtypress .btn-danger[disabled],
.bootstrap-realtypress fieldset[disabled] .btn-danger,
.bootstrap-realtypress .btn-danger.disabled:hover,
.bootstrap-realtypress .btn-danger[disabled]:hover,
.bootstrap-realtypress fieldset[disabled] .btn-danger:hover,
.bootstrap-realtypress .btn-danger.disabled:focus,
.bootstrap-realtypress .btn-danger[disabled]:focus,
.bootstrap-realtypress fieldset[disabled] .btn-danger:focus,
.bootstrap-realtypress .btn-danger.disabled.focus,
.bootstrap-realtypress .btn-danger[disabled].focus,
.bootstrap-realtypress fieldset[disabled] .btn-danger.focus,
.bootstrap-realtypress .btn-danger.disabled:active,
.bootstrap-realtypress .btn-danger[disabled]:active,
.bootstrap-realtypress fieldset[disabled] .btn-danger:active,
.bootstrap-realtypress .btn-danger.disabled.active,
.bootstrap-realtypress .btn-danger[disabled].active,
.bootstrap-realtypress fieldset[disabled] .btn-danger.active {
background-color: #d9534f;
border-color: #d9534f;
}
.bootstrap-realtypress .btn-danger .badge {
color: #d9534f;
background-color: #ffffff;
}
.bootstrap-realtypress .btn-link {
color: #337ab7;
font-weight: normal;
border-radius: 0;
}
.bootstrap-realtypress .btn-link,
.bootstrap-realtypress .btn-link:active,
.bootstrap-realtypress .btn-link.active,
.bootstrap-realtypress .btn-link[disabled],
.bootstrap-realtypress fieldset[disabled] .btn-link {
background-color: transparent;
-webkit-box-shadow: none;
box-shadow: none;
}
.bootstrap-realtypress .btn-link,
.bootstrap-realtypress .btn-link:hover,
.bootstrap-realtypress .btn-link:focus,
.bootstrap-realtypress .btn-link:active {
border-color: transparent;
}
.bootstrap-realtypress .btn-link:hover,
.bootstrap-realtypress .btn-link:focus {
color: #23527c;
text-decoration: underline;
background-color: transparent;
}
.bootstrap-realtypress .btn-link[disabled]:hover,
.bootstrap-realtypress fieldset[disabled] .btn-link:hover,
.bootstrap-realtypress .btn-link[disabled]:focus,
.bootstrap-realtypress fieldset[disabled] .btn-link:focus {
color: #777777;
text-decoration: none;
}
.bootstrap-realtypress .btn-lg,
.bootstrap-realtypress .btn-group-lg > .btn {
padding: 10px 16px;
font-size: 18px;
line-height: 1.3333333;
border-radius: 6px;
}
.bootstrap-realtypress .btn-sm,
.bootstrap-realtypress .btn-group-sm > .btn {
padding: 5px 10px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px;
}
.bootstrap-realtypress .btn-xs,
.bootstrap-realtypress .btn-group-xs > .btn {
padding: 1px 5px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px;
}
.bootstrap-realtypress .btn-block {
display: block;
width: 100%;
}
.bootstrap-realtypress .btn-block + .btn-block {
margin-top: 5px;
}
.bootstrap-realtypress input[type="submit"].btn-block,
.bootstrap-realtypress input[type="reset"].btn-block,
.bootstrap-realtypress input[type="button"].btn-block {
width: 100%;
}
.bootstrap-realtypress .fade {
opacity: 0;
-webkit-transition: opacity 0.15s linear;
-o-transition: opacity 0.15s linear;
transition: opacity 0.15s linear;
}
.bootstrap-realtypress .fade.in {
opacity: 1;
}
.bootstrap-realtypress .collapse {
display: none;
}
.bootstrap-realtypress .collapse.in {
display: block;
}
.bootstrap-realtypress tr.collapse.in {
display: table-row;
}
.bootstrap-realtypress tbody.collapse.in {
display: table-row-group;
}
.bootstrap-realtypress .collapsing {
position: relative;
height: 0;
overflow: hidden;
-webkit-transition-property: height, visibility;
-o-transition-property: height, visibility;
transition-property: height, visibility;
-webkit-transition-duration: 0.35s;
-o-transition-duration: 0.35s;
transition-duration: 0.35s;
-webkit-transition-timing-function: ease;
-o-transition-timing-function: ease;
transition-timing-function: ease;
}
.bootstrap-realtypress .caret {
display: inline-block;
width: 0;
height: 0;
margin-left: 2px;
vertical-align: middle;
border-top: 4px dashed;
border-right: 4px solid transparent;
border-left: 4px solid transparent;
}
.bootstrap-realtypress .dropup,
.bootstrap-realtypress .dropdown {
position: relative;
}
.bootstrap-realtypress .dropdown-toggle:focus {
outline: 0;
}
.bootstrap-realtypress .dropdown-menu {
position: absolute;
top: 100%;
left: 0;
z-index: 1000;
display: none;
float: left;
min-width: 160px;
padding: 5px 0;
margin: 2px 0 0;
list-style: none;
font-size: 14px;
text-align: left;
background-color: #ffffff;
border: 1px solid #cccccc;
border: 1px solid rgba(0, 0, 0, 0.15);
border-radius: 4px;
-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
-webkit-background-clip: padding-box;
background-clip: padding-box;
}
.bootstrap-realtypress .dropdown-menu.pull-right {
right: 0;
left: auto;
}
.bootstrap-realtypress .dropdown-menu .divider {
height: 1px;
margin: 9px 0;
overflow: hidden;
background-color: #e5e5e5;
}
.bootstrap-realtypress .dropdown-menu > li > a {
display: block;
padding: 3px 20px;
clear: both;
font-weight: normal;
line-height: 1.42857143;
color: #333333;
white-space: nowrap;
}
.bootstrap-realtypress .dropdown-menu > li > a:hover,
.bootstrap-realtypress .dropdown-menu > li > a:focus {
text-decoration: none;
color: #262626;
background-color: #f5f5f5;
}
.bootstrap-realtypress .dropdown-menu > .active > a,
.bootstrap-realtypress .dropdown-menu > .active > a:hover,
.bootstrap-realtypress .dropdown-menu > .active > a:focus {
color: #ffffff;
text-decoration: none;
outline: 0;
background-color: #337ab7;
}
.bootstrap-realtypress .dropdown-menu > .disabled > a,
.bootstrap-realtypress .dropdown-menu > .disabled > a:hover,
.bootstrap-realtypress .dropdown-menu > .disabled > a:focus {
color: #777777;
}
.bootstrap-realtypress .dropdown-menu > .disabled > a:hover,
.bootstrap-realtypress .dropdown-menu > .disabled > a:focus {
text-decoration: none;
background-color: transparent;
background-image: none;
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
cursor: not-allowed;
}
.bootstrap-realtypress .open > .dropdown-menu {
display: block;
}
.bootstrap-realtypress .open > a {
outline: 0;
}
.bootstrap-realtypress .dropdown-menu-right {
left: auto;
right: 0;
}
.bootstrap-realtypress .dropdown-menu-left {
left: 0;
right: auto;
}
.bootstrap-realtypress .dropdown-header {
display: block;
padding: 3px 20px;
font-size: 12px;
line-height: 1.42857143;
color: #777777;
white-space: nowrap;
}
.bootstrap-realtypress .dropdown-backdrop {
position: fixed;
left: 0;
right: 0;
bottom: 0;
top: 0;
z-index: 990;
}
.bootstrap-realtypress .pull-right > .dropdown-menu {
right: 0;
left: auto;
}
.bootstrap-realtypress .dropup .caret,
.bootstrap-realtypress .navbar-fixed-bottom .dropdown .caret {
border-top: 0;
border-bottom: 4px solid;
content: "";
}
.bootstrap-realtypress .dropup .dropdown-menu,
.bootstrap-realtypress .navbar-fixed-bottom .dropdown .dropdown-menu {
top: auto;
bottom: 100%;
margin-bottom: 2px;
}
@media (min-width: 768px) {
.bootstrap-realtypress .navbar-right .dropdown-menu {
left: auto;
right: 0;
}
.bootstrap-realtypress .navbar-right .dropdown-menu-left {
left: 0;
right: auto;
}
}
.bootstrap-realtypress .btn-group,
.bootstrap-realtypress .btn-group-vertical {
position: relative;
display: inline-block;
vertical-align: middle;
}
.bootstrap-realtypress .btn-group > .btn,
.bootstrap-realtypress .btn-group-vertical > .btn {
position: relative;
float: left;
}
.bootstrap-realtypress .btn-group > .btn:hover,
.bootstrap-realtypress .btn-group-vertical > .btn:hover,
.bootstrap-realtypress .btn-group > .btn:focus,
.bootstrap-realtypress .btn-group-vertical > .btn:focus,
.bootstrap-realtypress .btn-group > .btn:active,
.bootstrap-realtypress .btn-group-vertical > .btn:active,
.bootstrap-realtypress .btn-group > .btn.active,
.bootstrap-realtypress .btn-group-vertical > .btn.active {
z-index: 2;
}
.bootstrap-realtypress .btn-group .btn + .btn,
.bootstrap-realtypress .btn-group .btn + .btn-group,
.bootstrap-realtypress .btn-group .btn-group + .btn,
.bootstrap-realtypress .btn-group .btn-group + .btn-group {
margin-left: -1px;
}
.bootstrap-realtypress .btn-toolbar {
margin-left: -5px;
}
.bootstrap-realtypress .btn-toolbar .btn-group,
.bootstrap-realtypress .btn-toolbar .input-group {
float: left;
}
.bootstrap-realtypress .btn-toolbar > .btn,
.bootstrap-realtypress .btn-toolbar > .btn-group,
.bootstrap-realtypress .btn-toolbar > .input-group {
margin-left: 5px;
}
.bootstrap-realtypress .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
border-radius: 0;
}
.bootstrap-realtypress .btn-group > .btn:first-child {
margin-left: 0;
}
.bootstrap-realtypress .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
border-bottom-right-radius: 0;
border-top-right-radius: 0;
}
.bootstrap-realtypress .btn-group > .btn:last-child:not(:first-child),
.bootstrap-realtypress .btn-group > .dropdown-toggle:not(:first-child) {
border-bottom-left-radius: 0;
border-top-left-radius: 0;
}
.bootstrap-realtypress .btn-group > .btn-group {
float: left;
}
.bootstrap-realtypress .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
border-radius: 0;
}
.bootstrap-realtypress .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.bootstrap-realtypress .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
border-bottom-right-radius: 0;
border-top-right-radius: 0;
}
.bootstrap-realtypress .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
border-bottom-left-radius: 0;
border-top-left-radius: 0;
}
.bootstrap-realtypress .btn-group .dropdown-toggle:active,
.bootstrap-realtypress .btn-group.open .dropdown-toggle {
outline: 0;
}
.bootstrap-realtypress .btn-group > .btn + .dropdown-toggle {
padding-left: 8px;
padding-right: 8px;
}
.bootstrap-realtypress .btn-group > .btn-lg + .dropdown-toggle {
padding-left: 12px;
padding-right: 12px;
}
.bootstrap-realtypress .btn-group.open .dropdown-toggle {
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.bootstrap-realtypress .btn-group.open .dropdown-toggle.btn-link {
-webkit-box-shadow: none;
box-shadow: none;
}
.bootstrap-realtypress .btn .caret {
margin-left: 0;
}
.bootstrap-realtypress .btn-lg .caret {
border-width: 5px 5px 0;
border-bottom-width: 0;
}
.bootstrap-realtypress .dropup .btn-lg .caret {
border-width: 0 5px 5px;
}
.bootstrap-realtypress .btn-group-vertical > .btn,
.bootstrap-realtypress .btn-group-vertical > .btn-group,
.bootstrap-realtypress .btn-group-vertical > .btn-group > .btn {
display: block;
float: none;
width: 100%;
max-width: 100%;
}
.bootstrap-realtypress .btn-group-vertical > .btn-group > .btn {
float: none;
}
.bootstrap-realtypress .btn-group-vertical > .btn + .btn,
.bootstrap-realtypress .btn-group-vertical > .btn + .btn-group,
.bootstrap-realtypress .btn-group-vertical > .btn-group + .btn,
.bootstrap-realtypress .btn-group-vertical > .btn-group + .btn-group {
margin-top: -1px;
margin-left: 0;
}
.bootstrap-realtypress .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
border-radius: 0;
}
.bootstrap-realtypress .btn-group-vertical > .btn:first-child:not(:last-child) {
border-top-right-radius: 4px;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
.bootstrap-realtypress .btn-group-vertical > .btn:last-child:not(:first-child) {
border-bottom-left-radius: 4px;
border-top-right-radius: 0;
border-top-left-radius: 0;
}
.bootstrap-realtypress .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
border-radius: 0;
}
.bootstrap-realtypress .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.bootstrap-realtypress .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
.bootstrap-realtypress .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
border-top-right-radius: 0;
border-top-left-radius: 0;
}
.bootstrap-realtypress .btn-group-justified {
display: table;
width: 100%;
table-layout: fixed;
border-collapse: separate;
}
.bootstrap-realtypress .btn-group-justified > .btn,
.bootstrap-realtypress .btn-group-justified > .btn-group {
float: none;
display: table-cell;
width: 1%;
}
.bootstrap-realtypress .btn-group-justified > .btn-group .btn {
width: 100%;
}
.bootstrap-realtypress .btn-group-justified > .btn-group .dropdown-menu {
left: auto;
}
.bootstrap-realtypress [data-toggle="buttons"] > .btn input[type="radio"],
.bootstrap-realtypress [data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
.bootstrap-realtypress [data-toggle="buttons"] > .btn input[type="checkbox"],
.bootstrap-realtypress [data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
position: absolute;
clip: rect(0, 0, 0, 0);
pointer-events: none;
}
.bootstrap-realtypress .input-group {
position: relative;
display: table;
border-collapse: separate;
}
.bootstrap-realtypress .input-group[class*="col-"] {
float: none;
padding-left: 0;
padding-right: 0;
}
.bootstrap-realtypress .input-group .form-control {
position: relative;
z-index: 2;
float: left;
width: 100%;
margin-bottom: 0;
}
.bootstrap-realtypress .input-group-lg > .form-control,
.bootstrap-realtypress .input-group-lg > .input-group-addon,
.bootstrap-realtypress .input-group-lg > .input-group-btn > .btn {
height: 46px;
padding: 10px 16px;
font-size: 18px;
line-height: 1.3333333;
border-radius: 6px;
}
.bootstrap-realtypress select.input-group-lg > .form-control,
.bootstrap-realtypress select.input-group-lg > .input-group-addon,
.bootstrap-realtypress select.input-group-lg > .input-group-btn > .btn {
height: 46px;
line-height: 46px;
}
.bootstrap-realtypress textarea.input-group-lg > .form-control,
.bootstrap-realtypress textarea.input-group-lg > .input-group-addon,
.bootstrap-realtypress textarea.input-group-lg > .input-group-btn > .btn,
.bootstrap-realtypress select[multiple].input-group-lg > .form-control,
.bootstrap-realtypress select[multiple].input-group-lg > .input-group-addon,
.bootstrap-realtypress select[multiple].input-group-lg > .input-group-btn > .btn {
height: auto;
}
.bootstrap-realtypress .input-group-sm > .form-control,
.bootstrap-realtypress .input-group-sm > .input-group-addon,
.bootstrap-realtypress .input-group-sm > .input-group-btn > .btn {
height: 30px;
padding: 5px 10px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px;
}
.bootstrap-realtypress select.input-group-sm > .form-control,
.bootstrap-realtypress select.input-group-sm > .input-group-addon,
.bootstrap-realtypress select.input-group-sm > .input-group-btn > .btn {
height: 30px;
line-height: 30px;
}
.bootstrap-realtypress textarea.input-group-sm > .form-control,
.bootstrap-realtypress textarea.input-group-sm > .input-group-addon,
.bootstrap-realtypress textarea.input-group-sm > .input-group-btn > .btn,
.bootstrap-realtypress select[multiple].input-group-sm > .form-control,
.bootstrap-realtypress select[multiple].input-group-sm > .input-group-addon,
.bootstrap-realtypress select[multiple].input-group-sm > .input-group-btn > .btn {
height: auto;
}
.bootstrap-realtypress .input-group-addon,
.bootstrap-realtypress .input-group-btn,
.bootstrap-realtypress .input-group .form-control {
display: table-cell;
}
.bootstrap-realtypress .input-group-addon:not(:first-child):not(:last-child),
.bootstrap-realtypress .input-group-btn:not(:first-child):not(:last-child),
.bootstrap-realtypress .input-group .form-control:not(:first-child):not(:last-child) {
border-radius: 0;
}
.bootstrap-realtypress .input-group-addon,
.bootstrap-realtypress .input-group-btn {
width: 1%;
white-space: nowrap;
vertical-align: middle;
}
.bootstrap-realtypress .input-group-addon {
padding: 6px 12px;
font-size: 14px;
font-weight: normal;
line-height: 1;
color: #555555;
text-align: center;
background-color: #eeeeee;
border: 1px solid #cccccc;
border-radius: 4px;
}
.bootstrap-realtypress .input-group-addon.input-sm {
padding: 5px 10px;
font-size: 12px;
border-radius: 3px;
}
.bootstrap-realtypress .input-group-addon.input-lg {
padding: 10px 16px;
font-size: 18px;
border-radius: 6px;
}
.bootstrap-realtypress .input-group-addon input[type="radio"],
.bootstrap-realtypress .input-group-addon input[type="checkbox"] {
margin-top: 0;
}
.bootstrap-realtypress .input-group .form-control:first-child,
.bootstrap-realtypress .input-group-addon:first-child,
.bootstrap-realtypress .input-group-btn:first-child > .btn,
.bootstrap-realtypress .input-group-btn:first-child > .btn-group > .btn,
.bootstrap-realtypress .input-group-btn:first-child > .dropdown-toggle,
.bootstrap-realtypress .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.bootstrap-realtypress .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
border-bottom-right-radius: 0;
border-top-right-radius: 0;
}
.bootstrap-realtypress .input-group-addon:first-child {
border-right: 0;
}
.bootstrap-realtypress .input-group .form-control:last-child,
.bootstrap-realtypress .input-group-addon:last-child,
.bootstrap-realtypress .input-group-btn:last-child > .btn,
.bootstrap-realtypress .input-group-btn:last-child > .btn-group > .btn,
.bootstrap-realtypress .input-group-btn:last-child > .dropdown-toggle,
.bootstrap-realtypress .input-group-btn:first-child > .btn:not(:first-child),
.bootstrap-realtypress .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
border-bottom-left-radius: 0;
border-top-left-radius: 0;
}
.bootstrap-realtypress .input-group-addon:last-child {
border-left: 0;
}
.bootstrap-realtypress .input-group-btn {
position: relative;
font-size: 0;
white-space: nowrap;
}
.bootstrap-realtypress .input-group-btn > .btn {
position: relative;
}
.bootstrap-realtypress .input-group-btn > .btn + .btn {
margin-left: -1px;
}
.bootstrap-realtypress .input-group-btn > .btn:hover,
.bootstrap-realtypress .input-group-btn > .btn:focus,
.bootstrap-realtypress .input-group-btn > .btn:active {
z-index: 2;
}
.bootstrap-realtypress .input-group-btn:first-child > .btn,
.bootstrap-realtypress .input-group-btn:first-child > .btn-group {
margin-right: -1px;
}
.bootstrap-realtypress .input-group-btn:last-child > .btn,
.bootstrap-realtypress .input-group-btn:last-child > .btn-group {
margin-left: -1px;
}
.bootstrap-realtypress .nav {
margin-bottom: 0;
padding-left: 0;
list-style: none;
}
.bootstrap-realtypress .nav > li {
position: relative;
display: block;
}
.bootstrap-realtypress .nav > li > a {
position: relative;
display: block;
padding: 10px 15px;
}
.bootstrap-realtypress .nav > li > a:hover,
.bootstrap-realtypress .nav > li > a:focus {
text-decoration: none;
background-color: #eeeeee;
}
.bootstrap-realtypress .nav > li.disabled > a {
color: #777777;
}
.bootstrap-realtypress .nav > li.disabled > a:hover,
.bootstrap-realtypress .nav > li.disabled > a:focus {
color: #777777;
text-decoration: none;
background-color: transparent;
cursor: not-allowed;
}
.bootstrap-realtypress .nav .open > a,
.bootstrap-realtypress .nav .open > a:hover,
.bootstrap-realtypress .nav .open > a:focus {
background-color: #eeeeee;
border-color: #337ab7;
}
.bootstrap-realtypress .nav .nav-divider {
height: 1px;
margin: 9px 0;
overflow: hidden;
background-color: #e5e5e5;
}
.bootstrap-realtypress .nav > li > a > img {
max-width: none;
}
.bootstrap-realtypress .nav-tabs {
border-bottom: 1px solid #dddddd;
}
.bootstrap-realtypress .nav-tabs > li {
float: left;
margin-bottom: -1px;
}
.bootstrap-realtypress .nav-tabs > li > a {
margin-right: 2px;
line-height: 1.42857143;
border: 1px solid transparent;
border-radius: 4px 4px 0 0;
}
.bootstrap-realtypress .nav-tabs > li > a:hover {
border-color: #eeeeee #eeeeee #dddddd;
}
.bootstrap-realtypress .nav-tabs > li.active > a,
.bootstrap-realtypress .nav-tabs > li.active > a:hover,
.bootstrap-realtypress .nav-tabs > li.active > a:focus {
color: #555555;
background-color: #ffffff;
border: 1px solid #dddddd;
border-bottom-color: transparent;
cursor: default;
}
.bootstrap-realtypress .nav-tabs.nav-justified {
width: 100%;
border-bottom: 0;
}
.bootstrap-realtypress .nav-tabs.nav-justified > li {
float: none;
}
.bootstrap-realtypress .nav-tabs.nav-justified > li > a {
text-align: center;
margin-bottom: 5px;
}
.bootstrap-realtypress .nav-tabs.nav-justified > .dropdown .dropdown-menu {
top: auto;
left: auto;
}
@media (min-width: 768px) {
.bootstrap-realtypress .nav-tabs.nav-justified > li {
display: table-cell;
width: 1%;
}
.bootstrap-realtypress .nav-tabs.nav-justified > li > a {
margin-bottom: 0;
}
}
.bootstrap-realtypress .nav-tabs.nav-justified > li > a {
margin-right: 0;
border-radius: 4px;
}
.bootstrap-realtypress .nav-tabs.nav-justified > .active > a,
.bootstrap-realtypress .nav-tabs.nav-justified > .active > a:hover,
.bootstrap-realtypress .nav-tabs.nav-justified > .active > a:focus {
border: 1px solid #dddddd;
}
@media (min-width: 768px) {
.bootstrap-realtypress .nav-tabs.nav-justified > li > a {
border-bottom: 1px solid #dddddd;
border-radius: 4px 4px 0 0;
}
.bootstrap-realtypress .nav-tabs.nav-justified > .active > a,
.bootstrap-realtypress .nav-tabs.nav-justified > .active > a:hover,
.bootstrap-realtypress .nav-tabs.nav-justified > .active > a:focus {
border-bottom-color: #ffffff;
}
}
.bootstrap-realtypress .nav-pills > li {
float: left;
}
.bootstrap-realtypress .nav-pills > li > a {
border-radius: 4px;
}
.bootstrap-realtypress .nav-pills > li + li {
margin-left: 2px;
}
.bootstrap-realtypress .nav-pills > li.active > a,
.bootstrap-realtypress .nav-pills > li.active > a:hover,
.bootstrap-realtypress .nav-pills > li.active > a:focus {
color: #ffffff;
background-color: #337ab7;
}
.bootstrap-realtypress .nav-stacked > li {
float: none;
}
.bootstrap-realtypress .nav-stacked > li + li {
margin-top: 2px;
margin-left: 0;
}
.bootstrap-realtypress .nav-justified {
width: 100%;
}
.bootstrap-realtypress .nav-justified > li {
float: none;
}
.bootstrap-realtypress .nav-justified > li > a {
text-align: center;
margin-bottom: 5px;
}
.bootstrap-realtypress .nav-justified > .dropdown .dropdown-menu {
top: auto;
left: auto;
}
@media (min-width: 768px) {
.bootstrap-realtypress .nav-justified > li {
display: table-cell;
width: 1%;
}
.bootstrap-realtypress .nav-justified > li > a {
margin-bottom: 0;
}
}
.bootstrap-realtypress .nav-tabs-justified {
border-bottom: 0;
}
.bootstrap-realtypress .nav-tabs-justified > li > a {
margin-right: 0;
border-radius: 4px;
}
.bootstrap-realtypress .nav-tabs-justified > .active > a,
.bootstrap-realtypress .nav-tabs-justified > .active > a:hover,
.bootstrap-realtypress .nav-tabs-justified > .active > a:focus {
border: 1px solid #dddddd;
}
@media (min-width: 768px) {
.bootstrap-realtypress .nav-tabs-justified > li > a {
border-bottom: 1px solid #dddddd;
border-radius: 4px 4px 0 0;
}
.bootstrap-realtypress .nav-tabs-justified > .active > a,
.bootstrap-realtypress .nav-tabs-justified > .active > a:hover,
.bootstrap-realtypress .nav-tabs-justified > .active > a:focus {
border-bottom-color: #ffffff;
}
}
.bootstrap-realtypress .tab-content > .tab-pane {
display: none;
}
.bootstrap-realtypress .tab-content > .active {
display: block;
}
.bootstrap-realtypress .nav-tabs .dropdown-menu {
margin-top: -1px;
border-top-right-radius: 0;
border-top-left-radius: 0;
}
.bootstrap-realtypress .navbar {
position: relative;
min-height: 50px;
margin-bottom: 20px;
border: 1px solid transparent;
}
@media (min-width: 768px) {
.bootstrap-realtypress .navbar {
border-radius: 4px;
}
}
@media (min-width: 768px) {
.bootstrap-realtypress .navbar-header {
float: left;
}
}
.bootstrap-realtypress .navbar-collapse {
overflow-x: visible;
padding-right: 15px;
padding-left: 15px;
border-top: 1px solid transparent;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
-webkit-overflow-scrolling: touch;
}
.bootstrap-realtypress .navbar-collapse.in {
overflow-y: auto;
}
@media (min-width: 768px) {
.bootstrap-realtypress .navbar-collapse {
width: auto;
border-top: 0;
-webkit-box-shadow: none;
box-shadow: none;
}
.bootstrap-realtypress .navbar-collapse.collapse {
display: block !important;
height: auto !important;
padding-bottom: 0;
overflow: visible !important;
}
.bootstrap-realtypress .navbar-collapse.in {
overflow-y: visible;
}
.bootstrap-realtypress .navbar-fixed-top .navbar-collapse,
.bootstrap-realtypress .navbar-static-top .navbar-collapse,
.bootstrap-realtypress .navbar-fixed-bottom .navbar-collapse {
padding-left: 0;
padding-right: 0;
}
}
.bootstrap-realtypress .navbar-fixed-top .navbar-collapse,
.bootstrap-realtypress .navbar-fixed-bottom .navbar-collapse {
max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
.bootstrap-realtypress .navbar-fixed-top .navbar-collapse,
.bootstrap-realtypress .navbar-fixed-bottom .navbar-collapse {
max-height: 200px;
}
}
.bootstrap-realtypress .container > .navbar-header,
.bootstrap-realtypress .container-fluid > .navbar-header,
.bootstrap-realtypress .container > .navbar-collapse,
.bootstrap-realtypress .container-fluid > .navbar-collapse {
margin-right: -15px;
margin-left: -15px;
}
@media (min-width: 768px) {
.bootstrap-realtypress .container > .navbar-header,
.bootstrap-realtypress .container-fluid > .navbar-header,
.bootstrap-realtypress .container > .navbar-collapse,
.bootstrap-realtypress .container-fluid > .navbar-collapse {
margin-right: 0;
margin-left: 0;
}
}
.bootstrap-realtypress .navbar-static-top {
z-index: 1000;
border-width: 0 0 1px;
}
@media (min-width: 768px) {
.bootstrap-realtypress .navbar-static-top {
border-radius: 0;
}
}
.bootstrap-realtypress .navbar-fixed-top,
.bootstrap-realtypress .navbar-fixed-bottom {
position: fixed;
right: 0;
left: 0;
z-index: 1030;
}
@media (min-width: 768px) {
.bootstrap-realtypress .navbar-fixed-top,
.bootstrap-realtypress .navbar-fixed-bottom {
border-radius: 0;
}
}
.bootstrap-realtypress .navbar-fixed-top {
top: 0;
border-width: 0 0 1px;
}
.bootstrap-realtypress .navbar-fixed-bottom {
bottom: 0;
margin-bottom: 0;
border-width: 1px 0 0;
}
.bootstrap-realtypress .navbar-brand {
float: left;
padding: 15px 15px;
font-size: 18px;
line-height: 20px;
height: 50px;
}
.bootstrap-realtypress .navbar-brand:hover,
.bootstrap-realtypress .navbar-brand:focus {
text-decoration: none;
}
.bootstrap-realtypress .navbar-brand > img {
display: block;
}
@media (min-width: 768px) {
.bootstrap-realtypress .navbar > .container .navbar-brand,
.bootstrap-realtypress .navbar > .container-fluid .navbar-brand {
margin-left: -15px;
}
}
.bootstrap-realtypress .navbar-toggle {
position: relative;
float: right;
margin-right: 15px;
padding: 9px 10px;
margin-top: 8px;
margin-bottom: 8px;
background-color: transparent;
background-image: none;
border: 1px solid transparent;
border-radius: 4px;
}
.bootstrap-realtypress .navbar-toggle:focus {
outline: 0;
}
.bootstrap-realtypress .navbar-toggle .icon-bar {
display: block;
width: 22px;
height: 2px;
border-radius: 1px;
}
.bootstrap-realtypress .navbar-toggle .icon-bar + .icon-bar {
margin-top: 4px;
}
@media (min-width: 768px) {
.bootstrap-realtypress .navbar-toggle {
display: none;
}
}
.bootstrap-realtypress .navbar-nav {
margin: 7.5px -15px;
}
.bootstrap-realtypress .navbar-nav > li > a {
padding-top: 10px;
padding-bottom: 10px;
line-height: 20px;
}
@media (max-width: 767px) {
.bootstrap-realtypress .navbar-nav .open .dropdown-menu {
position: static;
float: none;
width: auto;
margin-top: 0;
background-color: transparent;
border: 0;
-webkit-box-shadow: none;
box-shadow: none;
}
.bootstrap-realtypress .navbar-nav .open .dropdown-menu > li > a,
.bootstrap-realtypress .navbar-nav .open .dropdown-menu .dropdown-header {
padding: 5px 15px 5px 25px;
}
.bootstrap-realtypress .navbar-nav .open .dropdown-menu > li > a {
line-height: 20px;
}
.bootstrap-realtypress .navbar-nav .open .dropdown-menu > li > a:hover,
.bootstrap-realtypress .navbar-nav .open .dropdown-menu > li > a:focus {
background-image: none;
}
}
@media (min-width: 768px) {
.bootstrap-realtypress .navbar-nav {
float: left;
margin: 0;
}
.bootstrap-realtypress .navbar-nav > li {
float: left;
}
.bootstrap-realtypress .navbar-nav > li > a {
padding-top: 15px;
padding-bottom: 15px;
}
}
.bootstrap-realtypress .navbar-form {
margin-left: -15px;
margin-right: -15px;
padding: 10px 15px;
border-top: 1px solid transparent;
border-bottom: 1px solid transparent;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
margin-top: 8px;
margin-bottom: 8px;
}
@media (min-width: 768px) {
.bootstrap-realtypress .navbar-form .form-group {
display: inline-block;
margin-bottom: 0;
vertical-align: middle;
}
.bootstrap-realtypress .navbar-form .form-control {
display: inline-block;
width: auto;
vertical-align: middle;
}
.bootstrap-realtypress .navbar-form .form-control-static {
display: inline-block;
}
.bootstrap-realtypress .navbar-form .input-group {
display: inline-table;
vertical-align: middle;
}
.bootstrap-realtypress .navbar-form .input-group .input-group-addon,
.bootstrap-realtypress .navbar-form .input-group .input-group-btn,
.bootstrap-realtypress .navbar-form .input-group .form-control {
width: auto;
}
.bootstrap-realtypress .navbar-form .input-group > .form-control {
width: 100%;
}
.bootstrap-realtypress .navbar-form .control-label {
margin-bottom: 0;
vertical-align: middle;
}
.bootstrap-realtypress .navbar-form .radio,
.bootstrap-realtypress .navbar-form .checkbox {
display: inline-block;
margin-top: 0;
margin-bottom: 0;
vertical-align: middle;
}
.bootstrap-realtypress .navbar-form .radio label,
.bootstrap-realtypress .navbar-form .checkbox label {
padding-left: 0;
}
.bootstrap-realtypress .navbar-form .radio input[type="radio"],
.bootstrap-realtypress .navbar-form .checkbox input[type="checkbox"] {
position: relative;
margin-left: 0;
}
.bootstrap-realtypress .navbar-form .has-feedback .form-control-feedback {
top: 0;
}
}
@media (max-width: 767px) {
.bootstrap-realtypress .navbar-form .form-group {
margin-bottom: 5px;
}
.bootstrap-realtypress .navbar-form .form-group:last-child {
margin-bottom: 0;
}
}
@media (min-width: 768px) {
.bootstrap-realtypress .navbar-form {
width: auto;
border: 0;
margin-left: 0;
margin-right: 0;
padding-top: 0;
padding-bottom: 0;
-webkit-box-shadow: none;
box-shadow: none;
}
}
.bootstrap-realtypress .navbar-nav > li > .dropdown-menu {
margin-top: 0;
border-top-right-radius: 0;
border-top-left-radius: 0;
}
.bootstrap-realtypress .navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
margin-bottom: 0;
border-top-right-radius: 4px;
border-top-left-radius: 4px;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
.bootstrap-realtypress .navbar-btn {
margin-top: 8px;
margin-bottom: 8px;
}
.bootstrap-realtypress .navbar-btn.btn-sm {
margin-top: 10px;
margin-bottom: 10px;
}
.bootstrap-realtypress .navbar-btn.btn-xs {
margin-top: 14px;
margin-bottom: 14px;
}
.bootstrap-realtypress .navbar-text {
margin-top: 15px;
margin-bottom: 15px;
}
@media (min-width: 768px) {
.bootstrap-realtypress .navbar-text {
float: left;
margin-left: 15px;
margin-right: 15px;
}
}
@media (min-width: 768px) {
.bootstrap-realtypress .navbar-left {
float: left !important;
}
.bootstrap-realtypress .navbar-right {
float: right !important;
margin-right: -15px;
}
.bootstrap-realtypress .navbar-right ~ .navbar-right {
margin-right: 0;
}
}
.bootstrap-realtypress .navbar-default {
background-color: #f8f8f8;
border-color: #e7e7e7;
}
.bootstrap-realtypress .navbar-default .navbar-brand {
color: #777777;
}
.bootstrap-realtypress .navbar-default .navbar-brand:hover,
.bootstrap-realtypress .navbar-default .navbar-brand:focus {
color: #5e5e5e;
background-color: transparent;
}
.bootstrap-realtypress .navbar-default .navbar-text {
color: #777777;
}
.bootstrap-realtypress .navbar-default .navbar-nav > li > a {
color: #777777;
}
.bootstrap-realtypress .navbar-default .navbar-nav > li > a:hover,
.bootstrap-realtypress .navbar-default .navbar-nav > li > a:focus {
color: #333333;
background-color: transparent;
}
.bootstrap-realtypress .navbar-default .navbar-nav > .active > a,
.bootstrap-realtypress .navbar-default .navbar-nav > .active > a:hover,
.bootstrap-realtypress .navbar-default .navbar-nav > .active > a:focus {
color: #555555;
background-color: #e7e7e7;
}
.bootstrap-realtypress .navbar-default .navbar-nav > .disabled > a,
.bootstrap-realtypress .navbar-default .navbar-nav > .disabled > a:hover,
.bootstrap-realtypress .navbar-default .navbar-nav > .disabled > a:focus {
color: #cccccc;
background-color: transparent;
}
.bootstrap-realtypress .navbar-default .navbar-toggle {
border-color: #dddddd;
}
.bootstrap-realtypress .navbar-default .navbar-toggle:hover,
.bootstrap-realtypress .navbar-default .navbar-toggle:focus {
background-color: #dddddd;
}
.bootstrap-realtypress .navbar-default .navbar-toggle .icon-bar {
background-color: #888888;
}
.bootstrap-realtypress .navbar-default .navbar-collapse,
.bootstrap-realtypress .navbar-default .navbar-form {
border-color: #e7e7e7;
}
.bootstrap-realtypress .navbar-default .navbar-nav > .open > a,
.bootstrap-realtypress .navbar-default .navbar-nav > .open > a:hover,
.bootstrap-realtypress .navbar-default .navbar-nav > .open > a:focus {
background-color: #e7e7e7;
color: #555555;
}
@media (max-width: 767px) {
.bootstrap-realtypress .navbar-default .navbar-nav .open .dropdown-menu > li > a {
color: #777777;
}
.bootstrap-realtypress .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
.bootstrap-realtypress .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
color: #333333;
background-color: transparent;
}
.bootstrap-realtypress .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
.bootstrap-realtypress .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
.bootstrap-realtypress .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
color: #555555;
background-color: #e7e7e7;
}
.bootstrap-realtypress .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
.bootstrap-realtypress .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
.bootstrap-realtypress .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
color: #cccccc;
background-color: transparent;
}
}
.bootstrap-realtypress .navbar-default .navbar-link {
color: #777777;
}
.bootstrap-realtypress .navbar-default .navbar-link:hover {
color: #333333;
}
.bootstrap-realtypress .navbar-default .btn-link {
color: #777777;
}
.bootstrap-realtypress .navbar-default .btn-link:hover,
.bootstrap-realtypress .navbar-default .btn-link:focus {
color: #333333;
}
.bootstrap-realtypress .navbar-default .btn-link[disabled]:hover,
.bootstrap-realtypress fieldset[disabled] .navbar-default .btn-link:hover,
.bootstrap-realtypress .navbar-default .btn-link[disabled]:focus,
.bootstrap-realtypress fieldset[disabled] .navbar-default .btn-link:focus {
color: #cccccc;
}
.bootstrap-realtypress .navbar-inverse {
background-color: #222222;
border-color: #080808;
}
.bootstrap-realtypress .navbar-inverse .navbar-brand {
color: #9d9d9d;
}
.bootstrap-realtypress .navbar-inverse .navbar-brand:hover,
.bootstrap-realtypress .navbar-inverse .navbar-brand:focus {
color: #ffffff;
background-color: transparent;
}
.bootstrap-realtypress .navbar-inverse .navbar-text {
color: #9d9d9d;
}
.bootstrap-realtypress .navbar-inverse .navbar-nav > li > a {
color: #9d9d9d;
}
.bootstrap-realtypress .navbar-inverse .navbar-nav > li > a:hover,
.bootstrap-realtypress .navbar-inverse .navbar-nav > li > a:focus {
color: #ffffff;
background-color: transparent;
}
.bootstrap-realtypress .navbar-inverse .navbar-nav > .active > a,
.bootstrap-realtypress .navbar-inverse .navbar-nav > .active > a:hover,
.bootstrap-realtypress .navbar-inverse .navbar-nav > .active > a:focus {
color: #ffffff;
background-color: #080808;
}
.bootstrap-realtypress .navbar-inverse .navbar-nav > .disabled > a,
.bootstrap-realtypress .navbar-inverse .navbar-nav > .disabled > a:hover,
.bootstrap-realtypress .navbar-inverse .navbar-nav > .disabled > a:focus {
color: #444444;
background-color: transparent;
}
.bootstrap-realtypress .navbar-inverse .navbar-toggle {
border-color: #333333;
}
.bootstrap-realtypress .navbar-inverse .navbar-toggle:hover,
.bootstrap-realtypress .navbar-inverse .navbar-toggle:focus {
background-color: #333333;
}
.bootstrap-realtypress .navbar-inverse .navbar-toggle .icon-bar {
background-color: #ffffff;
}
.bootstrap-realtypress .navbar-inverse .navbar-collapse,
.bootstrap-realtypress .navbar-inverse .navbar-form {
border-color: #101010;
}
.bootstrap-realtypress .navbar-inverse .navbar-nav > .open > a,
.bootstrap-realtypress .navbar-inverse .navbar-nav > .open > a:hover,
.bootstrap-realtypress .navbar-inverse .navbar-nav > .open > a:focus {
background-color: #080808;
color: #ffffff;
}
@media (max-width: 767px) {
.bootstrap-realtypress .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
border-color: #080808;
}
.bootstrap-realtypress .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
background-color: #080808;
}
.bootstrap-realtypress .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
color: #9d9d9d;
}
.bootstrap-realtypress .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
.bootstrap-realtypress .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
color: #ffffff;
background-color: transparent;
}
.bootstrap-realtypress .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
.bootstrap-realtypress .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
.bootstrap-realtypress .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
color: #ffffff;
background-color: #080808;
}
.bootstrap-realtypress .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
.bootstrap-realtypress .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
.bootstrap-realtypress .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
color: #444444;
background-color: transparent;
}
}
.bootstrap-realtypress .navbar-inverse .navbar-link {
color: #9d9d9d;
}
.bootstrap-realtypress .navbar-inverse .navbar-link:hover {
color: #ffffff;
}
.bootstrap-realtypress .navbar-inverse .btn-link {
color: #9d9d9d;
}
.bootstrap-realtypress .navbar-inverse .btn-link:hover,
.bootstrap-realtypress .navbar-inverse .btn-link:focus {
color: #ffffff;
}
.bootstrap-realtypress .navbar-inverse .btn-link[disabled]:hover,
.bootstrap-realtypress fieldset[disabled] .navbar-inverse .btn-link:hover,
.bootstrap-realtypress .navbar-inverse .btn-link[disabled]:focus,
.bootstrap-realtypress fieldset[disabled] .navbar-inverse .btn-link:focus {
color: #444444;
}
.bootstrap-realtypress .breadcrumb {
padding: 8px 15px;
margin-bottom: 20px;
list-style: none;
background-color: #f5f5f5;
border-radius: 4px;
}
.bootstrap-realtypress .breadcrumb > li {
display: inline-block;
}
.bootstrap-realtypress .breadcrumb > li + li:before {
content: "/\00a0";
padding: 0 5px;
color: #cccccc;
}
.bootstrap-realtypress .breadcrumb > .active {
color: #777777;
}
.bootstrap-realtypress .pagination {
display: inline-block;
padding-left: 0;
margin: 20px 0;
border-radius: 4px;
}
.bootstrap-realtypress .pagination > li {
display: inline;
}
.bootstrap-realtypress .pagination > li > a,
.bootstrap-realtypress .pagination > li > span {
position: relative;
float: left;
padding: 6px 12px;
line-height: 1.42857143;
text-decoration: none;
color: #337ab7;
background-color: #ffffff;
border: 1px solid #dddddd;
margin-left: -1px;
}
.bootstrap-realtypress .pagination > li:first-child > a,
.bootstrap-realtypress .pagination > li:first-child > span {
margin-left: 0;
border-bottom-left-radius: 4px;
border-top-left-radius: 4px;
}
.bootstrap-realtypress .pagination > li:last-child > a,
.bootstrap-realtypress .pagination > li:last-child > span {
border-bottom-right-radius: 4px;
border-top-right-radius: 4px;
}
.bootstrap-realtypress .pagination > li > a:hover,
.bootstrap-realtypress .pagination > li > span:hover,
.bootstrap-realtypress .pagination > li > a:focus,
.bootstrap-realtypress .pagination > li > span:focus {
color: #23527c;
background-color: #eeeeee;
border-color: #dddddd;
}
.bootstrap-realtypress .pagination > .active > a,
.bootstrap-realtypress .pagination > .active > span,
.bootstrap-realtypress .pagination > .active > a:hover,
.bootstrap-realtypress .pagination > .active > span:hover,
.bootstrap-realtypress .pagination > .active > a:focus,
.bootstrap-realtypress .pagination > .active > span:focus {
z-index: 2;
color: #ffffff;
background-color: #337ab7;
border-color: #337ab7;
cursor: default;
}
.bootstrap-realtypress .pagination > .disabled > span,
.bootstrap-realtypress .pagination > .disabled > span:hover,
.bootstrap-realtypress .pagination > .disabled > span:focus,
.bootstrap-realtypress .pagination > .disabled > a,
.bootstrap-realtypress .pagination > .disabled > a:hover,
.bootstrap-realtypress .pagination > .disabled > a:focus {
color: #777777;
background-color: #ffffff;
border-color: #dddddd;
cursor: not-allowed;
}
.bootstrap-realtypress .pagination-lg > li > a,
.bootstrap-realtypress .pagination-lg > li > span {
padding: 10px 16px;
font-size: 18px;
}
.bootstrap-realtypress .pagination-lg > li:first-child > a,
.bootstrap-realtypress .pagination-lg > li:first-child > span {
border-bottom-left-radius: 6px;
border-top-left-radius: 6px;
}
.bootstrap-realtypress .pagination-lg > li:last-child > a,
.bootstrap-realtypress .pagination-lg > li:last-child > span {
border-bottom-right-radius: 6px;
border-top-right-radius: 6px;
}
.bootstrap-realtypress .pagination-sm > li > a,
.bootstrap-realtypress .pagination-sm > li > span {
padding: 5px 10px;
font-size: 12px;
}
.bootstrap-realtypress .pagination-sm > li:first-child > a,
.bootstrap-realtypress .pagination-sm > li:first-child > span {
border-bottom-left-radius: 3px;
border-top-left-radius: 3px;
}
.bootstrap-realtypress .pagination-sm > li:last-child > a,
.bootstrap-realtypress .pagination-sm > li:last-child > span {
border-bottom-right-radius: 3px;
border-top-right-radius: 3px;
}
.bootstrap-realtypress .pager {
padding-left: 0;
margin: 20px 0;
list-style: none;
text-align: center;
}
.bootstrap-realtypress .pager li {
display: inline;
}
.bootstrap-realtypress .pager li > a,
.bootstrap-realtypress .pager li > span {
display: inline-block;
padding: 5px 14px;
background-color: #ffffff;
border: 1px solid #dddddd;
border-radius: 15px;
}
.bootstrap-realtypress .pager li > a:hover,
.bootstrap-realtypress .pager li > a:focus {
text-decoration: none;
background-color: #eeeeee;
}
.bootstrap-realtypress .pager .next > a,
.bootstrap-realtypress .pager .next > span {
float: right;
}
.bootstrap-realtypress .pager .previous > a,
.bootstrap-realtypress .pager .previous > span {
float: left;
}
.bootstrap-realtypress .pager .disabled > a,
.bootstrap-realtypress .pager .disabled > a:hover,
.bootstrap-realtypress .pager .disabled > a:focus,
.bootstrap-realtypress .pager .disabled > span {
color: #777777;
background-color: #ffffff;
cursor: not-allowed;
}
.bootstrap-realtypress .label {
display: inline;
padding: .2em .6em .3em;
font-size: 75%;
font-weight: bold;
line-height: 1;
color: #ffffff;
text-align: center;
white-space: nowrap;
vertical-align: baseline;
border-radius: .25em;
}
.bootstrap-realtypress a.label:hover,
.bootstrap-realtypress a.label:focus {
color: #ffffff;
text-decoration: none;
cursor: pointer;
}
.bootstrap-realtypress .label:empty {
display: none;
}
.bootstrap-realtypress .btn .label {
position: relative;
top: -1px;
}
.bootstrap-realtypress .label-default {
background-color: #777777;
}
.bootstrap-realtypress .label-default[href]:hover,
.bootstrap-realtypress .label-default[href]:focus {
background-color: #5e5e5e;
}
.bootstrap-realtypress .label-primary {
background-color: #337ab7;
}
.bootstrap-realtypress .label-primary[href]:hover,
.bootstrap-realtypress .label-primary[href]:focus {
background-color: #286090;
}
.bootstrap-realtypress .label-success {
background-color: #5cb85c;
}
.bootstrap-realtypress .label-success[href]:hover,
.bootstrap-realtypress .label-success[href]:focus {
background-color: #449d44;
}
.bootstrap-realtypress .label-info {
background-color: #5bc0de;
}
.bootstrap-realtypress .label-info[href]:hover,
.bootstrap-realtypress .label-info[href]:focus {
background-color: #31b0d5;
}
.bootstrap-realtypress .label-warning {
background-color: #f0ad4e;
}
.bootstrap-realtypress .label-warning[href]:hover,
.bootstrap-realtypress .label-warning[href]:focus {
background-color: #ec971f;
}
.bootstrap-realtypress .label-danger {
background-color: #d9534f;
}
.bootstrap-realtypress .label-danger[href]:hover,
.bootstrap-realtypress .label-danger[href]:focus {
background-color: #c9302c;
}
.bootstrap-realtypress .badge {
display: inline-block;
min-width: 10px;
padding: 3px 7px;
font-size: 12px;
font-weight: bold;
color: #ffffff;
line-height: 1;
vertical-align: baseline;
white-space: nowrap;
text-align: center;
background-color: #777777;
border-radius: 10px;
}
.bootstrap-realtypress .badge:empty {
display: none;
}
.bootstrap-realtypress .btn .badge {
position: relative;
top: -1px;
}
.bootstrap-realtypress .btn-xs .badge,
.bootstrap-realtypress .btn-group-xs > .btn .badge {
top: 0;
padding: 1px 5px;
}
.bootstrap-realtypress a.badge:hover,
.bootstrap-realtypress a.badge:focus {
color: #ffffff;
text-decoration: none;
cursor: pointer;
}
.bootstrap-realtypress .list-group-item.active > .badge,
.bootstrap-realtypress .nav-pills > .active > a > .badge {
color: #337ab7;
background-color: #ffffff;
}
.bootstrap-realtypress .list-group-item > .badge {
float: right;
}
.bootstrap-realtypress .list-group-item > .badge + .badge {
margin-right: 5px;
}
.bootstrap-realtypress .nav-pills > li > a > .badge {
margin-left: 3px;
}
.bootstrap-realtypress .jumbotron {
padding: 30px 15px;
margin-bottom: 30px;
color: inherit;
background-color: #eeeeee;
}
.bootstrap-realtypress .jumbotron h1,
.bootstrap-realtypress .jumbotron .h1 {
color: inherit;
}
.bootstrap-realtypress .jumbotron p {
margin-bottom: 15px;
font-size: 21px;
font-weight: 200;
}
.bootstrap-realtypress .jumbotron > hr {
border-top-color: #d5d5d5;
}
.bootstrap-realtypress .container .jumbotron,
.bootstrap-realtypress .container-fluid .jumbotron {
border-radius: 6px;
}
.bootstrap-realtypress .jumbotron .container {
max-width: 100%;
}
@media screen and (min-width: 768px) {
.bootstrap-realtypress .jumbotron {
padding: 48px 0;
}
.bootstrap-realtypress .container .jumbotron,
.bootstrap-realtypress .container-fluid .jumbotron {
padding-left: 60px;
padding-right: 60px;
}
.bootstrap-realtypress .jumbotron h1,
.bootstrap-realtypress .jumbotron .h1 {
font-size: 63px;
}
}
.bootstrap-realtypress .thumbnail {
display: block;
padding: 4px;
margin-bottom: 20px;
line-height: 1.42857143;
background-color: #ffffff;
border: 1px solid #dddddd;
border-radius: 4px;
-webkit-transition: border 0.2s ease-in-out;
-o-transition: border 0.2s ease-in-out;
transition: border 0.2s ease-in-out;
}
.bootstrap-realtypress .thumbnail > img,
.bootstrap-realtypress .thumbnail a > img {
margin-left: auto;
margin-right: auto;
}
.bootstrap-realtypress a.thumbnail:hover,
.bootstrap-realtypress a.thumbnail:focus,
.bootstrap-realtypress a.thumbnail.active {
border-color: #337ab7;
}
.bootstrap-realtypress .thumbnail .caption {
padding: 9px;
color: #333333;
}
.bootstrap-realtypress .alert {
padding: 15px;
margin-bottom: 20px;
border: 1px solid transparent;
border-radius: 4px;
}
.bootstrap-realtypress .alert h4 {
margin-top: 0;
color: inherit;
}
.bootstrap-realtypress .alert .alert-link {
font-weight: bold;
}
.bootstrap-realtypress .alert > p,
.bootstrap-realtypress .alert > ul {
margin-bottom: 0;
}
.bootstrap-realtypress .alert > p + p {
margin-top: 5px;
}
.bootstrap-realtypress .alert-dismissable,
.bootstrap-realtypress .alert-dismissible {
padding-right: 35px;
}
.bootstrap-realtypress .alert-dismissable .close,
.bootstrap-realtypress .alert-dismissible .close {
position: relative;
top: -2px;
right: -21px;
color: inherit;
}
.bootstrap-realtypress .alert-success {
background-color: #dff0d8;
border-color: #d6e9c6;
color: #3c763d;
}
.bootstrap-realtypress .alert-success hr {
border-top-color: #c9e2b3;
}
.bootstrap-realtypress .alert-success .alert-link {
color: #2b542c;
}
.bootstrap-realtypress .alert-info {
background-color: #d9edf7;
border-color: #bce8f1;
color: #31708f;
}
.bootstrap-realtypress .alert-info hr {
border-top-color: #a6e1ec;
}
.bootstrap-realtypress .alert-info .alert-link {
color: #245269;
}
.bootstrap-realtypress .alert-warning {
background-color: #fcf8e3;
border-color: #faebcc;
color: #8a6d3b;
}
.bootstrap-realtypress .alert-warning hr {
border-top-color: #f7e1b5;
}
.bootstrap-realtypress .alert-warning .alert-link {
color: #66512c;
}
.bootstrap-realtypress .alert-danger {
background-color: #f2dede;
border-color: #ebccd1;
color: #a94442;
}
.bootstrap-realtypress .alert-danger hr {
border-top-color: #e4b9c0;
}
.bootstrap-realtypress .alert-danger .alert-link {
color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
from {
background-position: 40px 0;
}
to {
background-position: 0 0;
}
}
@-o-keyframes progress-bar-stripes {
from {
background-position: 40px 0;
}
to {
background-position: 0 0;
}
}
@keyframes progress-bar-stripes {
from {
background-position: 40px 0;
}
to {
background-position: 0 0;
}
}
.bootstrap-realtypress .progress {
overflow: hidden;
height: 20px;
margin-bottom: 20px;
background-color: #f5f5f5;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.bootstrap-realtypress .progress-bar {
float: left;
width: 0%;
height: 100%;
font-size: 12px;
line-height: 20px;
color: #ffffff;
text-align: center;
background-color: #337ab7;
-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
-webkit-transition: width 0.6s ease;
-o-transition: width 0.6s ease;
transition: width 0.6s ease;
}
.bootstrap-realtypress .progress-striped .progress-bar,
.bootstrap-realtypress .progress-bar-striped {
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
-webkit-background-size: 40px 40px;
background-size: 40px 40px;
}
.bootstrap-realtypress .progress.active .progress-bar,
.bootstrap-realtypress .progress-bar.active {
-webkit-animation: progress-bar-stripes 2s linear infinite;
-o-animation: progress-bar-stripes 2s linear infinite;
animation: progress-bar-stripes 2s linear infinite;
}
.bootstrap-realtypress .progress-bar-success {
background-color: #5cb85c;
}
.bootstrap-realtypress .progress-striped .progress-bar-success {
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.bootstrap-realtypress .progress-bar-info {
background-color: #5bc0de;
}
.bootstrap-realtypress .progress-striped .progress-bar-info {
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.bootstrap-realtypress .progress-bar-warning {
background-color: #f0ad4e;
}
.bootstrap-realtypress .progress-striped .progress-bar-warning {
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.bootstrap-realtypress .progress-bar-danger {
background-color: #d9534f;
}
.bootstrap-realtypress .progress-striped .progress-bar-danger {
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.bootstrap-realtypress .media {
margin-top: 15px;
}
.bootstrap-realtypress .media:first-child {
margin-top: 0;
}
.bootstrap-realtypress .media,
.bootstrap-realtypress .media-body {
zoom: 1;
overflow: hidden;
}
.bootstrap-realtypress .media-body {
width: 10000px;
}
.bootstrap-realtypress .media-object {
display: block;
}
.bootstrap-realtypress .media-right,
.bootstrap-realtypress .media > .pull-right {
padding-left: 10px;
}
.bootstrap-realtypress .media-left,
.bootstrap-realtypress .media > .pull-left {
padding-right: 10px;
}
.bootstrap-realtypress .media-left,
.bootstrap-realtypress .media-right,
.bootstrap-realtypress .media-body {
display: table-cell;
vertical-align: top;
}
.bootstrap-realtypress .media-middle {
vertical-align: middle;
}
.bootstrap-realtypress .media-bottom {
vertical-align: bottom;
}
.bootstrap-realtypress .media-heading {
margin-top: 0;
margin-bottom: 5px;
}
.bootstrap-realtypress .media-list {
padding-left: 0;
list-style: none;
}
.bootstrap-realtypress .list-group {
margin-bottom: 20px;
padding-left: 0;
}
.bootstrap-realtypress .list-group-item {
position: relative;
display: block;
padding: 10px 15px;
margin-bottom: -1px;
background-color: #ffffff;
border: 1px solid #dddddd;
}
.bootstrap-realtypress .list-group-item:first-child {
border-top-right-radius: 4px;
border-top-left-radius: 4px;
}
.bootstrap-realtypress .list-group-item:last-child {
margin-bottom: 0;
border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px;
}
.bootstrap-realtypress a.list-group-item {
color: #555555;
}
.bootstrap-realtypress a.list-group-item .list-group-item-heading {
color: #333333;
}
.bootstrap-realtypress a.list-group-item:hover,
.bootstrap-realtypress a.list-group-item:focus {
text-decoration: none;
color: #555555;
background-color: #f5f5f5;
}
.bootstrap-realtypress .list-group-item.disabled,
.bootstrap-realtypress .list-group-item.disabled:hover,
.bootstrap-realtypress .list-group-item.disabled:focus {
background-color: #eeeeee;
color: #777777;
cursor: not-allowed;
}
.bootstrap-realtypress .list-group-item.disabled .list-group-item-heading,
.bootstrap-realtypress .list-group-item.disabled:hover .list-group-item-heading,
.bootstrap-realtypress .list-group-item.disabled:focus .list-group-item-heading {
color: inherit;
}
.bootstrap-realtypress .list-group-item.disabled .list-group-item-text,
.bootstrap-realtypress .list-group-item.disabled:hover .list-group-item-text,
.bootstrap-realtypress .list-group-item.disabled:focus .list-group-item-text {
color: #777777;
}
.bootstrap-realtypress .list-group-item.active,
.bootstrap-realtypress .list-group-item.active:hover,
.bootstrap-realtypress .list-group-item.active:focus {
z-index: 2;
color: #ffffff;
background-color: #337ab7;
border-color: #337ab7;
}
.bootstrap-realtypress .list-group-item.active .list-group-item-heading,
.bootstrap-realtypress .list-group-item.active:hover .list-group-item-heading,
.bootstrap-realtypress .list-group-item.active:focus .list-group-item-heading,
.bootstrap-realtypress .list-group-item.active .list-group-item-heading > small,
.bootstrap-realtypress .list-group-item.active:hover .list-group-item-heading > small,
.bootstrap-realtypress .list-group-item.active:focus .list-group-item-heading > small,
.bootstrap-realtypress .list-group-item.active .list-group-item-heading > .small,
.bootstrap-realtypress .list-group-item.active:hover .list-group-item-heading > .small,
.bootstrap-realtypress .list-group-item.active:focus .list-group-item-heading > .small {
color: inherit;
}
.bootstrap-realtypress .list-group-item.active .list-group-item-text,
.bootstrap-realtypress .list-group-item.active:hover .list-group-item-text,
.bootstrap-realtypress .list-group-item.active:focus .list-group-item-text {
color: #c7ddef;
}
.bootstrap-realtypress .list-group-item-success {
color: #3c763d;
background-color: #dff0d8;
}
.bootstrap-realtypress a.list-group-item-success {
color: #3c763d;
}
.bootstrap-realtypress a.list-group-item-success .list-group-item-heading {
color: inherit;
}
.bootstrap-realtypress a.list-group-item-success:hover,
.bootstrap-realtypress a.list-group-item-success:focus {
color: #3c763d;
background-color: #d0e9c6;
}
.bootstrap-realtypress a.list-group-item-success.active,
.bootstrap-realtypress a.list-group-item-success.active:hover,
.bootstrap-realtypress a.list-group-item-success.active:focus {
color: #fff;
background-color: #3c763d;
border-color: #3c763d;
}
.bootstrap-realtypress .list-group-item-info {
color: #31708f;
background-color: #d9edf7;
}
.bootstrap-realtypress a.list-group-item-info {
color: #31708f;
}
.bootstrap-realtypress a.list-group-item-info .list-group-item-heading {
color: inherit;
}
.bootstrap-realtypress a.list-group-item-info:hover,
.bootstrap-realtypress a.list-group-item-info:focus {
color: #31708f;
background-color: #c4e3f3;
}
.bootstrap-realtypress a.list-group-item-info.active,
.bootstrap-realtypress a.list-group-item-info.active:hover,
.bootstrap-realtypress a.list-group-item-info.active:focus {
color: #fff;
background-color: #31708f;
border-color: #31708f;
}
.bootstrap-realtypress .list-group-item-warning {
color: #8a6d3b;
background-color: #fcf8e3;
}
.bootstrap-realtypress a.list-group-item-warning {
color: #8a6d3b;
}
.bootstrap-realtypress a.list-group-item-warning .list-group-item-heading {
color: inherit;
}
.bootstrap-realtypress a.list-group-item-warning:hover,
.bootstrap-realtypress a.list-group-item-warning:focus {
color: #8a6d3b;
background-color: #faf2cc;
}
.bootstrap-realtypress a.list-group-item-warning.active,
.bootstrap-realtypress a.list-group-item-warning.active:hover,
.bootstrap-realtypress a.list-group-item-warning.active:focus {
color: #fff;
background-color: #8a6d3b;
border-color: #8a6d3b;
}
.bootstrap-realtypress .list-group-item-danger {
color: #a94442;
background-color: #f2dede;
}
.bootstrap-realtypress a.list-group-item-danger {
color: #a94442;
}
.bootstrap-realtypress a.list-group-item-danger .list-group-item-heading {
color: inherit;
}
.bootstrap-realtypress a.list-group-item-danger:hover,
.bootstrap-realtypress a.list-group-item-danger:focus {
color: #a94442;
background-color: #ebcccc;
}
.bootstrap-realtypress a.list-group-item-danger.active,
.bootstrap-realtypress a.list-group-item-danger.active:hover,
.bootstrap-realtypress a.list-group-item-danger.active:focus {
color: #fff;
background-color: #a94442;
border-color: #a94442;
}
.bootstrap-realtypress .list-group-item-heading {
margin-top: 0;
margin-bottom: 5px;
}
.bootstrap-realtypress .list-group-item-text {
margin-bottom: 0;
line-height: 1.3;
}
.bootstrap-realtypress .panel {
margin-bottom: 20px;
background-color: #ffffff;
border: 1px solid transparent;
border-radius: 4px;
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.bootstrap-realtypress .panel-body {
padding: 15px;
}
.bootstrap-realtypress .panel-heading {
padding: 10px 15px;
border-bottom: 1px solid transparent;
border-top-right-radius: 3px;
border-top-left-radius: 3px;
}
.bootstrap-realtypress .panel-heading > .dropdown .dropdown-toggle {
color: inherit;
}
.bootstrap-realtypress .panel-title {
margin-top: 0;
margin-bottom: 0;
font-size: 16px;
color: inherit;
}
.bootstrap-realtypress .panel-title > a,
.bootstrap-realtypress .panel-title > small,
.bootstrap-realtypress .panel-title > .small,
.bootstrap-realtypress .panel-title > small > a,
.bootstrap-realtypress .panel-title > .small > a {
color: inherit;
}
.bootstrap-realtypress .panel-footer {
padding: 10px 15px;
background-color: #f5f5f5;
border-top: 1px solid #dddddd;
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
}
.bootstrap-realtypress .panel > .list-group,
.bootstrap-realtypress .panel > .panel-collapse > .list-group {
margin-bottom: 0;
}
.bootstrap-realtypress .panel > .list-group .list-group-item,
.bootstrap-realtypress .panel > .panel-collapse > .list-group .list-group-item {
border-width: 1px 0;
border-radius: 0;
}
.bootstrap-realtypress .panel > .list-group:first-child .list-group-item:first-child,
.bootstrap-realtypress .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
border-top: 0;
border-top-right-radius: 3px;
border-top-left-radius: 3px;
}
.bootstrap-realtypress .panel > .list-group:last-child .list-group-item:last-child,
.bootstrap-realtypress .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
border-bottom: 0;
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
}
.bootstrap-realtypress .panel-heading + .list-group .list-group-item:first-child {
border-top-width: 0;
}
.bootstrap-realtypress .list-group + .panel-footer {
border-top-width: 0;
}
.bootstrap-realtypress .panel > .table,
.bootstrap-realtypress .panel > .table-responsive > .table,
.bootstrap-realtypress .panel > .panel-collapse > .table {
margin-bottom: 0;
}
.bootstrap-realtypress .panel > .table caption,
.bootstrap-realtypress .panel > .table-responsive > .table caption,
.bootstrap-realtypress .panel > .panel-collapse > .table caption {
padding-left: 15px;
padding-right: 15px;
}
.bootstrap-realtypress .panel > .table:first-child,
.bootstrap-realtypress .panel > .table-responsive:first-child > .table:first-child {
border-top-right-radius: 3px;
border-top-left-radius: 3px;
}
.bootstrap-realtypress .panel > .table:first-child > thead:first-child > tr:first-child,
.bootstrap-realtypress .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.bootstrap-realtypress .panel > .table:first-child > tbody:first-child > tr:first-child,
.bootstrap-realtypress .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
border-top-left-radius: 3px;
border-top-right-radius: 3px;
}
.bootstrap-realtypress .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.bootstrap-realtypress .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.bootstrap-realtypress .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.bootstrap-realtypress .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.bootstrap-realtypress .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.bootstrap-realtypress .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.bootstrap-realtypress .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.bootstrap-realtypress .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
border-top-left-radius: 3px;
}
.bootstrap-realtypress .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.bootstrap-realtypress .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.bootstrap-realtypress .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.bootstrap-realtypress .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.bootstrap-realtypress .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.bootstrap-realtypress .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.bootstrap-realtypress .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.bootstrap-realtypress .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
border-top-right-radius: 3px;
}
.bootstrap-realtypress .panel > .table:last-child,
.bootstrap-realtypress .panel > .table-responsive:last-child > .table:last-child {
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
}
.bootstrap-realtypress .panel > .table:last-child > tbody:last-child > tr:last-child,
.bootstrap-realtypress .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.bootstrap-realtypress .panel > .table:last-child > tfoot:last-child > tr:last-child,
.bootstrap-realtypress .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
border-bottom-left-radius: 3px;
border-bottom-right-radius: 3px;
}
.bootstrap-realtypress .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.bootstrap-realtypress .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.bootstrap-realtypress .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.bootstrap-realtypress .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.bootstrap-realtypress .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.bootstrap-realtypress .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.bootstrap-realtypress .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.bootstrap-realtypress .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
border-bottom-left-radius: 3px;
}
.bootstrap-realtypress .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.bootstrap-realtypress .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.bootstrap-realtypress .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.bootstrap-realtypress .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.bootstrap-realtypress .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.bootstrap-realtypress .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.bootstrap-realtypress .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.bootstrap-realtypress .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
border-bottom-right-radius: 3px;
}
.bootstrap-realtypress .panel > .panel-body + .table,
.bootstrap-realtypress .panel > .panel-body + .table-responsive,
.bootstrap-realtypress .panel > .table + .panel-body,
.bootstrap-realtypress .panel > .table-responsive + .panel-body {
border-top: 1px solid #dddddd;
}
.bootstrap-realtypress .panel > .table > tbody:first-child > tr:first-child th,
.bootstrap-realtypress .panel > .table > tbody:first-child > tr:first-child td {
border-top: 0;
}
.bootstrap-realtypress .panel > .table-bordered,
.bootstrap-realtypress .panel > .table-responsive > .table-bordered {
border: 0;
}
.bootstrap-realtypress .panel > .table-bordered > thead > tr > th:first-child,
.bootstrap-realtypress .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.bootstrap-realtypress .panel > .table-bordered > tbody > tr > th:first-child,
.bootstrap-realtypress .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.bootstrap-realtypress .panel > .table-bordered > tfoot > tr > th:first-child,
.bootstrap-realtypress .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.bootstrap-realtypress .panel > .table-bordered > thead > tr > td:first-child,
.bootstrap-realtypress .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.bootstrap-realtypress .panel > .table-bordered > tbody > tr > td:first-child,
.bootstrap-realtypress .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.bootstrap-realtypress .panel > .table-bordered > tfoot > tr > td:first-child,
.bootstrap-realtypress .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
border-left: 0;
}
.bootstrap-realtypress .panel > .table-bordered > thead > tr > th:last-child,
.bootstrap-realtypress .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.bootstrap-realtypress .panel > .table-bordered > tbody > tr > th:last-child,
.bootstrap-realtypress .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.bootstrap-realtypress .panel > .table-bordered > tfoot > tr > th:last-child,
.bootstrap-realtypress .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.bootstrap-realtypress .panel > .table-bordered > thead > tr > td:last-child,
.bootstrap-realtypress .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.bootstrap-realtypress .panel > .table-bordered > tbody > tr > td:last-child,
.bootstrap-realtypress .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.bootstrap-realtypress .panel > .table-bordered > tfoot > tr > td:last-child,
.bootstrap-realtypress .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
border-right: 0;
}
.bootstrap-realtypress .panel > .table-bordered > thead > tr:first-child > td,
.bootstrap-realtypress .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.bootstrap-realtypress .panel > .table-bordered > tbody > tr:first-child > td,
.bootstrap-realtypress .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.bootstrap-realtypress .panel > .table-bordered > thead > tr:first-child > th,
.bootstrap-realtypress .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.bootstrap-realtypress .panel > .table-bordered > tbody > tr:first-child > th,
.bootstrap-realtypress .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
border-bottom: 0;
}
.bootstrap-realtypress .panel > .table-bordered > tbody > tr:last-child > td,
.bootstrap-realtypress .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.bootstrap-realtypress .panel > .table-bordered > tfoot > tr:last-child > td,
.bootstrap-realtypress .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.bootstrap-realtypress .panel > .table-bordered > tbody > tr:last-child > th,
.bootstrap-realtypress .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.bootstrap-realtypress .panel > .table-bordered > tfoot > tr:last-child > th,
.bootstrap-realtypress .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
border-bottom: 0;
}
.bootstrap-realtypress .panel > .table-responsive {
border: 0;
margin-bottom: 0;
}
.bootstrap-realtypress .panel-group {
margin-bottom: 20px;
}
.bootstrap-realtypress .panel-group .panel {
margin-bottom: 0;
border-radius: 4px;
}
.bootstrap-realtypress .panel-group .panel + .panel {
margin-top: 5px;
}
.bootstrap-realtypress .panel-group .panel-heading {
border-bottom: 0;
}
.bootstrap-realtypress .panel-group .panel-heading + .panel-collapse > .panel-body,
.bootstrap-realtypress .panel-group .panel-heading + .panel-collapse > .list-group {
border-top: 1px solid #dddddd;
}
.bootstrap-realtypress .panel-group .panel-footer {
border-top: 0;
}
.bootstrap-realtypress .panel-group .panel-footer + .panel-collapse .panel-body {
border-bottom: 1px solid #dddddd;
}
.bootstrap-realtypress .panel-default {
border-color: #dddddd;
}
.bootstrap-realtypress .panel-default > .panel-heading {
color: #333333;
background-color: #f5f5f5;
border-color: #dddddd;
}
.bootstrap-realtypress .panel-default > .panel-heading + .panel-collapse > .panel-body {
border-top-color: #dddddd;
}
.bootstrap-realtypress .panel-default > .panel-heading .badge {
color: #f5f5f5;
background-color: #333333;
}
.bootstrap-realtypress .panel-default > .panel-footer + .panel-collapse > .panel-body {
border-bottom-color: #dddddd;
}
.bootstrap-realtypress .panel-primary {
border-color: #337ab7;
}
.bootstrap-realtypress .panel-primary > .panel-heading {
color: #ffffff;
background-color: #337ab7;
border-color: #337ab7;
}
.bootstrap-realtypress .panel-primary > .panel-heading + .panel-collapse > .panel-body {
border-top-color: #337ab7;
}
.bootstrap-realtypress .panel-primary > .panel-heading .badge {
color: #337ab7;
background-color: #ffffff;
}
.bootstrap-realtypress .panel-primary > .panel-footer + .panel-collapse > .panel-body {
border-bottom-color: #337ab7;
}
.bootstrap-realtypress .panel-success {
border-color: #d6e9c6;
}
.bootstrap-realtypress .panel-success > .panel-heading {
color: #3c763d;
background-color: #dff0d8;
border-color: #d6e9c6;
}
.bootstrap-realtypress .panel-success > .panel-heading + .panel-collapse > .panel-body {
border-top-color: #d6e9c6;
}
.bootstrap-realtypress .panel-success > .panel-heading .badge {
color: #dff0d8;
background-color: #3c763d;
}
.bootstrap-realtypress .panel-success > .panel-footer + .panel-collapse > .panel-body {
border-bottom-color: #d6e9c6;
}
.bootstrap-realtypress .panel-info {
border-color: #bce8f1;
}
.bootstrap-realtypress .panel-info > .panel-heading {
color: #31708f;
background-color: #d9edf7;
border-color: #bce8f1;
}
.bootstrap-realtypress .panel-info > .panel-heading + .panel-collapse > .panel-body {
border-top-color: #bce8f1;
}
.bootstrap-realtypress .panel-info > .panel-heading .badge {
color: #d9edf7;
background-color: #31708f;
}
.bootstrap-realtypress .panel-info > .panel-footer + .panel-collapse > .panel-body {
border-bottom-color: #bce8f1;
}
.bootstrap-realtypress .panel-warning {
border-color: #faebcc;
}
.bootstrap-realtypress .panel-warning > .panel-heading {
color: #8a6d3b;
background-color: #fcf8e3;
border-color: #faebcc;
}
.bootstrap-realtypress .panel-warning > .panel-heading + .panel-collapse > .panel-body {
border-top-color: #faebcc;
}
.bootstrap-realtypress .panel-warning > .panel-heading .badge {
color: #fcf8e3;
background-color: #8a6d3b;
}
.bootstrap-realtypress .panel-warning > .panel-footer + .panel-collapse > .panel-body {
border-bottom-color: #faebcc;
}
.bootstrap-realtypress .panel-danger {
border-color: #ebccd1;
}
.bootstrap-realtypress .panel-danger > .panel-heading {
color: #a94442;
background-color: #f2dede;
border-color: #ebccd1;
}
.bootstrap-realtypress .panel-danger > .panel-heading + .panel-collapse > .panel-body {
border-top-color: #ebccd1;
}
.bootstrap-realtypress .panel-danger > .panel-heading .badge {
color: #f2dede;
background-color: #a94442;
}
.bootstrap-realtypress .panel-danger > .panel-footer + .panel-collapse > .panel-body {
border-bottom-color: #ebccd1;
}
.bootstrap-realtypress .embed-responsive {
position: relative;
display: block;
height: 0;
padding: 0;
overflow: hidden;
}
.bootstrap-realtypress .embed-responsive .embed-responsive-item,
.bootstrap-realtypress .embed-responsive iframe,
.bootstrap-realtypress .embed-responsive embed,
.bootstrap-realtypress .embed-responsive object,
.bootstrap-realtypress .embed-responsive video {
position: absolute;
top: 0;
left: 0;
bottom: 0;
height: 100%;
width: 100%;
border: 0;
}
.bootstrap-realtypress .embed-responsive-16by9 {
padding-bottom: 56.25%;
}
.bootstrap-realtypress .embed-responsive-4by3 {
padding-bottom: 75%;
}
.bootstrap-realtypress .well {
min-height: 20px;
padding: 19px;
margin-bottom: 20px;
background-color: #f5f5f5;
border: 1px solid #e3e3e3;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.bootstrap-realtypress .well blockquote {
border-color: #ddd;
border-color: rgba(0, 0, 0, 0.15);
}
.bootstrap-realtypress .well-lg {
padding: 24px;
border-radius: 6px;
}
.bootstrap-realtypress .well-sm {
padding: 9px;
border-radius: 3px;
}
.bootstrap-realtypress .close {
float: right;
font-size: 21px;
font-weight: bold;
line-height: 1;
color: #000000;
text-shadow: 0 1px 0 #ffffff;
opacity: 0.2;
filter: alpha(opacity=20);
}
.bootstrap-realtypress .close:hover,
.bootstrap-realtypress .close:focus {
color: #000000;
text-decoration: none;
cursor: pointer;
opacity: 0.5;
filter: alpha(opacity=50);
}
.bootstrap-realtypress button.close {
padding: 0;
cursor: pointer;
background: transparent;
border: 0;
-webkit-appearance: none;
}
.bootstrap-realtypress .modal-open {
overflow: hidden;
}
.bootstrap-realtypress .modal {
display: none;
overflow: hidden;
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1050;
-webkit-overflow-scrolling: touch;
outline: 0;
}
.bootstrap-realtypress .modal.fade .modal-dialog {
-webkit-transform: translate(0, -25%);
-ms-transform: translate(0, -25%);
-o-transform: translate(0, -25%);
transform: translate(0, -25%);
-webkit-transition: -webkit-transform 0.3s ease-out;
-o-transition: -o-transform 0.3s ease-out;
transition: transform 0.3s ease-out;
}
.bootstrap-realtypress .modal.in .modal-dialog {
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
-o-transform: translate(0, 0);
transform: translate(0, 0);
}
.bootstrap-realtypress .modal-open .modal {
overflow-x: hidden;
overflow-y: auto;
}
.bootstrap-realtypress .modal-dialog {
position: relative;
width: auto;
margin: 10px;
}
.bootstrap-realtypress .modal-content {
position: relative;
background-color: #ffffff;
border: 1px solid #999999;
border: 1px solid rgba(0, 0, 0, 0.2);
border-radius: 6px;
-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
-webkit-background-clip: padding-box;
background-clip: padding-box;
outline: 0;
}
.bootstrap-realtypress .modal-backdrop {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1040;
background-color: #000000;
}
.bootstrap-realtypress .modal-backdrop.fade {
opacity: 0;
filter: alpha(opacity=0);
}
.bootstrap-realtypress .modal-backdrop.in {
opacity: 0.5;
filter: alpha(opacity=50);
}
.bootstrap-realtypress .modal-header {
padding: 15px;
border-bottom: 1px solid #e5e5e5;
min-height: 16.42857143px;
}
.bootstrap-realtypress .modal-header .close {
margin-top: -2px;
}
.bootstrap-realtypress .modal-title {
margin: 0;
line-height: 1.42857143;
}
.bootstrap-realtypress .modal-body {
position: relative;
padding: 15px;
}
.bootstrap-realtypress .modal-footer {
padding: 15px;
text-align: right;
border-top: 1px solid #e5e5e5;
}
.bootstrap-realtypress .modal-footer .btn + .btn {
margin-left: 5px;
margin-bottom: 0;
}
.bootstrap-realtypress .modal-footer .btn-group .btn + .btn {
margin-left: -1px;
}
.bootstrap-realtypress .modal-footer .btn-block + .btn-block {
margin-left: 0;
}
.bootstrap-realtypress .modal-scrollbar-measure {
position: absolute;
top: -9999px;
width: 50px;
height: 50px;
overflow: scroll;
}
@media (min-width: 768px) {
.bootstrap-realtypress .modal-dialog {
width: 600px;
margin: 30px auto;
}
.bootstrap-realtypress .modal-content {
-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}
.bootstrap-realtypress .modal-sm {
width: 300px;
}
}
@media (min-width: 992px) {
.bootstrap-realtypress .modal-lg {
width: 900px;
}
}
.bootstrap-realtypress .tooltip {
position: absolute;
z-index: 1070;
display: block;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 12px;
font-weight: normal;
line-height: 1.4;
opacity: 0;
filter: alpha(opacity=0);
}
.bootstrap-realtypress .tooltip.in {
opacity: 0.9;
filter: alpha(opacity=90);
}
.bootstrap-realtypress .tooltip.top {
margin-top: -3px;
padding: 5px 0;
}
.bootstrap-realtypress .tooltip.right {
margin-left: 3px;
padding: 0 5px;
}
.bootstrap-realtypress .tooltip.bottom {
margin-top: 3px;
padding: 5px 0;
}
.bootstrap-realtypress .tooltip.left {
margin-left: -3px;
padding: 0 5px;
}
.bootstrap-realtypress .tooltip-inner {
max-width: 200px;
padding: 3px 8px;
color: #ffffff;
text-align: center;
text-decoration: none;
background-color: #000000;
border-radius: 4px;
}
.bootstrap-realtypress .tooltip-arrow {
position: absolute;
width: 0;
height: 0;
border-color: transparent;
border-style: solid;
}
.bootstrap-realtypress .tooltip.top .tooltip-arrow {
bottom: 0;
left: 50%;
margin-left: -5px;
border-width: 5px 5px 0;
border-top-color: #000000;
}
.bootstrap-realtypress .tooltip.top-left .tooltip-arrow {
bottom: 0;
right: 5px;
margin-bottom: -5px;
border-width: 5px 5px 0;
border-top-color: #000000;
}
.bootstrap-realtypress .tooltip.top-right .tooltip-arrow {
bottom: 0;
left: 5px;
margin-bottom: -5px;
border-width: 5px 5px 0;
border-top-color: #000000;
}
.bootstrap-realtypress .tooltip.right .tooltip-arrow {
top: 50%;
left: 0;
margin-top: -5px;
border-width: 5px 5px 5px 0;
border-right-color: #000000;
}
.bootstrap-realtypress .tooltip.left .tooltip-arrow {
top: 50%;
right: 0;
margin-top: -5px;
border-width: 5px 0 5px 5px;
border-left-color: #000000;
}
.bootstrap-realtypress .tooltip.bottom .tooltip-arrow {
top: 0;
left: 50%;
margin-left: -5px;
border-width: 0 5px 5px;
border-bottom-color: #000000;
}
.bootstrap-realtypress .tooltip.bottom-left .tooltip-arrow {
top: 0;
right: 5px;
margin-top: -5px;
border-width: 0 5px 5px;
border-bottom-color: #000000;
}
.bootstrap-realtypress .tooltip.bottom-right .tooltip-arrow {
top: 0;
left: 5px;
margin-top: -5px;
border-width: 0 5px 5px;
border-bottom-color: #000000;
}
.bootstrap-realtypress .popover {
position: absolute;
top: 0;
left: 0;
z-index: 1060;
display: none;
max-width: 276px;
padding: 1px;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 14px;
font-weight: normal;
line-height: 1.42857143;
text-align: left;
background-color: #ffffff;
-webkit-background-clip: padding-box;
background-clip: padding-box;
border: 1px solid #cccccc;
border: 1px solid rgba(0, 0, 0, 0.2);
border-radius: 6px;
-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
white-space: normal;
}
.bootstrap-realtypress .popover.top {
margin-top: -10px;
}
.bootstrap-realtypress .popover.right {
margin-left: 10px;
}
.bootstrap-realtypress .popover.bottom {
margin-top: 10px;
}
.bootstrap-realtypress .popover.left {
margin-left: -10px;
}
.bootstrap-realtypress .popover-title {
margin: 0;
padding: 8px 14px;
font-size: 14px;
background-color: #f7f7f7;
border-bottom: 1px solid #ebebeb;
border-radius: 5px 5px 0 0;
}
.bootstrap-realtypress .popover-content {
padding: 9px 14px;
}
.bootstrap-realtypress .popover > .arrow,
.bootstrap-realtypress .popover > .arrow:after {
position: absolute;
display: block;
width: 0;
height: 0;
border-color: transparent;
border-style: solid;
}
.bootstrap-realtypress .popover > .arrow {
border-width: 11px;
}
.bootstrap-realtypress .popover > .arrow:after {
border-width: 10px;
content: "";
}
.bootstrap-realtypress .popover.top > .arrow {
left: 50%;
margin-left: -11px;
border-bottom-width: 0;
border-top-color: #999999;
border-top-color: rgba(0, 0, 0, 0.25);
bottom: -11px;
}
.bootstrap-realtypress .popover.top > .arrow:after {
content: " ";
bottom: 1px;
margin-left: -10px;
border-bottom-width: 0;
border-top-color: #ffffff;
}
.bootstrap-realtypress .popover.right > .arrow {
top: 50%;
left: -11px;
margin-top: -11px;
border-left-width: 0;
border-right-color: #999999;
border-right-color: rgba(0, 0, 0, 0.25);
}
.bootstrap-realtypress .popover.right > .arrow:after {
content: " ";
left: 1px;
bottom: -10px;
border-left-width: 0;
border-right-color: #ffffff;
}
.bootstrap-realtypress .popover.bottom > .arrow {
left: 50%;
margin-left: -11px;
border-top-width: 0;
border-bottom-color: #999999;
border-bottom-color: rgba(0, 0, 0, 0.25);
top: -11px;
}
.bootstrap-realtypress .popover.bottom > .arrow:after {
content: " ";
top: 1px;
margin-left: -10px;
border-top-width: 0;
border-bottom-color: #ffffff;
}
.bootstrap-realtypress .popover.left > .arrow {
top: 50%;
right: -11px;
margin-top: -11px;
border-right-width: 0;
border-left-color: #999999;
border-left-color: rgba(0, 0, 0, 0.25);
}
.bootstrap-realtypress .popover.left > .arrow:after {
content: " ";
right: 1px;
border-right-width: 0;
border-left-color: #ffffff;
bottom: -10px;
}
.bootstrap-realtypress .carousel {
position: relative;
}
.bootstrap-realtypress .carousel-inner {
position: relative;
overflow: hidden;
width: 100%;
}
.bootstrap-realtypress .carousel-inner > .item {
display: none;
position: relative;
-webkit-transition: 0.6s ease-in-out left;
-o-transition: 0.6s ease-in-out left;
transition: 0.6s ease-in-out left;
}
.bootstrap-realtypress .carousel-inner > .item > img,
.bootstrap-realtypress .carousel-inner > .item > a > img {
line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
.bootstrap-realtypress .carousel-inner > .item {
-webkit-transition: -webkit-transform 0.6s ease-in-out;
-o-transition: -o-transform 0.6s ease-in-out;
transition: transform 0.6s ease-in-out;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-perspective: 1000;
perspective: 1000;
}
.bootstrap-realtypress .carousel-inner > .item.next,
.bootstrap-realtypress .carousel-inner > .item.active.right {
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
left: 0;
}
.bootstrap-realtypress .carousel-inner > .item.prev,
.bootstrap-realtypress .carousel-inner > .item.active.left {
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
left: 0;
}
.bootstrap-realtypress .carousel-inner > .item.next.left,
.bootstrap-realtypress .carousel-inner > .item.prev.right,
.bootstrap-realtypress .carousel-inner > .item.active {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
left: 0;
}
}
.bootstrap-realtypress .carousel-inner > .active,
.bootstrap-realtypress .carousel-inner > .next,
.bootstrap-realtypress .carousel-inner > .prev {
display: block;
}
.bootstrap-realtypress .carousel-inner > .active {
left: 0;
}
.bootstrap-realtypress .carousel-inner > .next,
.bootstrap-realtypress .carousel-inner > .prev {
position: absolute;
top: 0;
width: 100%;
}
.bootstrap-realtypress .carousel-inner > .next {
left: 100%;
}
.bootstrap-realtypress .carousel-inner > .prev {
left: -100%;
}
.bootstrap-realtypress .carousel-inner > .next.left,
.bootstrap-realtypress .carousel-inner > .prev.right {
left: 0;
}
.bootstrap-realtypress .carousel-inner > .active.left {
left: -100%;
}
.bootstrap-realtypress .carousel-inner > .active.right {
left: 100%;
}
.bootstrap-realtypress .carousel-control {
position: absolute;
top: 0;
left: 0;
bottom: 0;
width: 15%;
opacity: 0.5;
filter: alpha(opacity=50);
font-size: 20px;
color: #ffffff;
text-align: center;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.bootstrap-realtypress .carousel-control.left {
background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.bootstrap-realtypress .carousel-control.right {
left: auto;
right: 0;
background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.bootstrap-realtypress .carousel-control:hover,
.bootstrap-realtypress .carousel-control:focus {
outline: 0;
color: #ffffff;
text-decoration: none;
opacity: 0.9;
filter: alpha(opacity=90);
}
.bootstrap-realtypress .carousel-control .icon-prev,
.bootstrap-realtypress .carousel-control .icon-next,
.bootstrap-realtypress .carousel-control .glyphicon-chevron-left,
.bootstrap-realtypress .carousel-control .glyphicon-chevron-right {
position: absolute;
top: 50%;
z-index: 5;
display: inline-block;
}
.bootstrap-realtypress .carousel-control .icon-prev,
.bootstrap-realtypress .carousel-control .glyphicon-chevron-left {
left: 50%;
margin-left: -10px;
}
.bootstrap-realtypress .carousel-control .icon-next,
.bootstrap-realtypress .carousel-control .glyphicon-chevron-right {
right: 50%;
margin-right: -10px;
}
.bootstrap-realtypress .carousel-control .icon-prev,
.bootstrap-realtypress .carousel-control .icon-next {
width: 20px;
height: 20px;
margin-top: -10px;
line-height: 1;
font-family: serif;
}
.bootstrap-realtypress .carousel-control .icon-prev:before {
content: '\2039';
}
.bootstrap-realtypress .carousel-control .icon-next:before {
content: '\203a';
}
.bootstrap-realtypress .carousel-indicators {
position: absolute;
bottom: 10px;
left: 50%;
z-index: 15;
width: 60%;
margin-left: -30%;
padding-left: 0;
list-style: none;
text-align: center;
}
.bootstrap-realtypress .carousel-indicators li {
display: inline-block;
width: 10px;
height: 10px;
margin: 1px;
text-indent: -999px;
border: 1px solid #ffffff;
border-radius: 10px;
cursor: pointer;
background-color: #000 \9;
background-color: rgba(0, 0, 0, 0);
}
.bootstrap-realtypress .carousel-indicators .active {
margin: 0;
width: 12px;
height: 12px;
background-color: #ffffff;
}
.bootstrap-realtypress .carousel-caption {
position: absolute;
left: 15%;
right: 15%;
bottom: 20px;
z-index: 10;
padding-top: 20px;
padding-bottom: 20px;
color: #ffffff;
text-align: center;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.bootstrap-realtypress .carousel-caption .btn {
text-shadow: none;
}
@media screen and (min-width: 768px) {
.bootstrap-realtypress .carousel-control .glyphicon-chevron-left,
.bootstrap-realtypress .carousel-control .glyphicon-chevron-right,
.bootstrap-realtypress .carousel-control .icon-prev,
.bootstrap-realtypress .carousel-control .icon-next {
width: 30px;
height: 30px;
margin-top: -15px;
font-size: 30px;
}
.bootstrap-realtypress .carousel-control .glyphicon-chevron-left,
.bootstrap-realtypress .carousel-control .icon-prev {
margin-left: -15px;
}
.bootstrap-realtypress .carousel-control .glyphicon-chevron-right,
.bootstrap-realtypress .carousel-control .icon-next {
margin-right: -15px;
}
.bootstrap-realtypress .carousel-caption {
left: 20%;
right: 20%;
padding-bottom: 30px;
}
.bootstrap-realtypress .carousel-indicators {
bottom: 20px;
}
}
.bootstrap-realtypress .clearfix:before,
.bootstrap-realtypress .clearfix:after,
.bootstrap-realtypress .dl-horizontal dd:before,
.bootstrap-realtypress .dl-horizontal dd:after,
.bootstrap-realtypress .container:before,
.bootstrap-realtypress .container:after,
.bootstrap-realtypress .container-fluid:before,
.bootstrap-realtypress .container-fluid:after,
.bootstrap-realtypress .row:before,
.bootstrap-realtypress .row:after,
.bootstrap-realtypress .form-horizontal .form-group:before,
.bootstrap-realtypress .form-horizontal .form-group:after,
.bootstrap-realtypress .btn-toolbar:before,
.bootstrap-realtypress .btn-toolbar:after,
.bootstrap-realtypress .btn-group-vertical > .btn-group:before,
.bootstrap-realtypress .btn-group-vertical > .btn-group:after,
.bootstrap-realtypress .nav:before,
.bootstrap-realtypress .nav:after,
.bootstrap-realtypress .navbar:before,
.bootstrap-realtypress .navbar:after,
.bootstrap-realtypress .navbar-header:before,
.bootstrap-realtypress .navbar-header:after,
.bootstrap-realtypress .navbar-collapse:before,
.bootstrap-realtypress .navbar-collapse:after,
.bootstrap-realtypress .pager:before,
.bootstrap-realtypress .pager:after,
.bootstrap-realtypress .panel-body:before,
.bootstrap-realtypress .panel-body:after,
.bootstrap-realtypress .modal-footer:before,
.bootstrap-realtypress .modal-footer:after {
content: " ";
display: table;
}
.bootstrap-realtypress .clearfix:after,
.bootstrap-realtypress .dl-horizontal dd:after,
.bootstrap-realtypress .container:after,
.bootstrap-realtypress .container-fluid:after,
.bootstrap-realtypress .row:after,
.bootstrap-realtypress .form-horizontal .form-group:after,
.bootstrap-realtypress .btn-toolbar:after,
.bootstrap-realtypress .btn-group-vertical > .btn-group:after,
.bootstrap-realtypress .nav:after,
.bootstrap-realtypress .navbar:after,
.bootstrap-realtypress .navbar-header:after,
.bootstrap-realtypress .navbar-collapse:after,
.bootstrap-realtypress .pager:after,
.bootstrap-realtypress .panel-body:after,
.bootstrap-realtypress .modal-footer:after {
clear: both;
}
.bootstrap-realtypress .center-block {
display: block;
margin-left: auto;
margin-right: auto;
}
.bootstrap-realtypress .pull-right {
float: right !important;
}
.bootstrap-realtypress .pull-left {
float: left !important;
}
.bootstrap-realtypress .hide {
display: none !important;
}
.bootstrap-realtypress .show {
display: block !important;
}
.bootstrap-realtypress .invisible {
visibility: hidden;
}
.bootstrap-realtypress .text-hide {
font: 0/0 a;
color: transparent;
text-shadow: none;
background-color: transparent;
border: 0;
}
.bootstrap-realtypress .hidden {
display: none !important;
}
.bootstrap-realtypress .affix {
position: fixed;
}
@-ms-viewport {
width: device-width;
}
.bootstrap-realtypress .visible-xs,
.bootstrap-realtypress .visible-sm,
.bootstrap-realtypress .visible-md,
.bootstrap-realtypress .visible-lg {
display: none !important;
}
.bootstrap-realtypress .visible-xs-block,
.bootstrap-realtypress .visible-xs-inline,
.bootstrap-realtypress .visible-xs-inline-block,
.bootstrap-realtypress .visible-sm-block,
.bootstrap-realtypress .visible-sm-inline,
.bootstrap-realtypress .visible-sm-inline-block,
.bootstrap-realtypress .visible-md-block,
.bootstrap-realtypress .visible-md-inline,
.bootstrap-realtypress .visible-md-inline-block,
.bootstrap-realtypress .visible-lg-block,
.bootstrap-realtypress .visible-lg-inline,
.bootstrap-realtypress .visible-lg-inline-block {
display: none !important;
}
@media (max-width: 767px) {
.bootstrap-realtypress .visible-xs {
display: block !important;
}
.bootstrap-realtypress table.visible-xs {
display: table;
}
.bootstrap-realtypress tr.visible-xs {
display: table-row !important;
}
.bootstrap-realtypress th.visible-xs,
.bootstrap-realtypress td.visible-xs {
display: table-cell !important;
}
}
@media (max-width: 767px) {
.bootstrap-realtypress .visible-xs-block {
display: block !important;
}
}
@media (max-width: 767px) {
.bootstrap-realtypress .visible-xs-inline {
display: inline !important;
}
}
@media (max-width: 767px) {
.bootstrap-realtypress .visible-xs-inline-block {
display: inline-block !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.bootstrap-realtypress .visible-sm {
display: block !important;
}
.bootstrap-realtypress table.visible-sm {
display: table;
}
.bootstrap-realtypress tr.visible-sm {
display: table-row !important;
}
.bootstrap-realtypress th.visible-sm,
.bootstrap-realtypress td.visible-sm {
display: table-cell !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.bootstrap-realtypress .visible-sm-block {
display: block !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.bootstrap-realtypress .visible-sm-inline {
display: inline !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.bootstrap-realtypress .visible-sm-inline-block {
display: inline-block !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.bootstrap-realtypress .visible-md {
display: block !important;
}
.bootstrap-realtypress table.visible-md {
display: table;
}
.bootstrap-realtypress tr.visible-md {
display: table-row !important;
}
.bootstrap-realtypress th.visible-md,
.bootstrap-realtypress td.visible-md {
display: table-cell !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.bootstrap-realtypress .visible-md-block {
display: block !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.bootstrap-realtypress .visible-md-inline {
display: inline !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.bootstrap-realtypress .visible-md-inline-block {
display: inline-block !important;
}
}
@media (min-width: 1200px) {
.bootstrap-realtypress .visible-lg {
display: block !important;
}
.bootstrap-realtypress table.visible-lg {
display: table;
}
.bootstrap-realtypress tr.visible-lg {
display: table-row !important;
}
.bootstrap-realtypress th.visible-lg,
.bootstrap-realtypress td.visible-lg {
display: table-cell !important;
}
}
@media (min-width: 1200px) {
.bootstrap-realtypress .visible-lg-block {
display: block !important;
}
}
@media (min-width: 1200px) {
.bootstrap-realtypress .visible-lg-inline {
display: inline !important;
}
}
@media (min-width: 1200px) {
.bootstrap-realtypress .visible-lg-inline-block {
display: inline-block !important;
}
}
@media (max-width: 767px) {
.bootstrap-realtypress .hidden-xs {
display: none !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.bootstrap-realtypress .hidden-sm {
display: none !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.bootstrap-realtypress .hidden-md {
display: none !important;
}
}
@media (min-width: 1200px) {
.bootstrap-realtypress .hidden-lg {
display: none !important;
}
}
.bootstrap-realtypress .visible-print {
display: none !important;
}
@media print {
.bootstrap-realtypress .visible-print {
display: block !important;
}
.bootstrap-realtypress table.visible-print {
display: table;
}
.bootstrap-realtypress tr.visible-print {
display: table-row !important;
}
.bootstrap-realtypress th.visible-print,
.bootstrap-realtypress td.visible-print {
display: table-cell !important;
}
}
.bootstrap-realtypress .visible-print-block {
display: none !important;
}
@media print {
.bootstrap-realtypress .visible-print-block {
display: block !important;
}
}
.bootstrap-realtypress .visible-print-inline {
display: none !important;
}
@media print {
.bootstrap-realtypress .visible-print-inline {
display: inline !important;
}
}
.bootstrap-realtypress .visible-print-inline-block {
display: none !important;
}
@media print {
.bootstrap-realtypress .visible-print-inline-block {
display: inline-block !important;
}
}
@media print {
.bootstrap-realtypress .hidden-print {
display: none !important;
}
}
.bootstrap-realtypress .btn-default,
.bootstrap-realtypress .btn-primary,
.bootstrap-realtypress .btn-success,
.bootstrap-realtypress .btn-info,
.bootstrap-realtypress .btn-warning,
.bootstrap-realtypress .btn-danger {   }
.bootstrap-realtypress .btn-default:active,
.bootstrap-realtypress .btn-primary:active,
.bootstrap-realtypress .btn-success:active,
.bootstrap-realtypress .btn-info:active,
.bootstrap-realtypress .btn-warning:active,
.bootstrap-realtypress .btn-danger:active,
.bootstrap-realtypress .btn-default.active,
.bootstrap-realtypress .btn-primary.active,
.bootstrap-realtypress .btn-success.active,
.bootstrap-realtypress .btn-info.active,
.bootstrap-realtypress .btn-warning.active,
.bootstrap-realtypress .btn-danger.active {  }
.bootstrap-realtypress .btn-default .badge,
.bootstrap-realtypress .btn-primary .badge,
.bootstrap-realtypress .btn-success .badge,
.bootstrap-realtypress .btn-info .badge,
.bootstrap-realtypress .btn-warning .badge,
.bootstrap-realtypress .btn-danger .badge {
text-shadow: none;
}
.bootstrap-realtypress .btn:active,
.bootstrap-realtypress .btn.active {
background-image: none;
}
.bootstrap-realtypress .btn-default {
background-image: -webkit-linear-gradient(top, #ffffff 0%, #e0e0e0 100%);
background-image: -o-linear-gradient(top, #ffffff 0%, #e0e0e0 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e0e0e0));
background-image: linear-gradient(to bottom, #ffffff 0%, #e0e0e0 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
background-repeat: repeat-x;
border-color: #dbdbdb;
text-shadow: 0 1px 0 #fff;
border-color: #ccc;
}
.bootstrap-realtypress .btn-default:hover,
.bootstrap-realtypress .btn-default:focus {
background-color: #e0e0e0;
background-position: 0 -15px;
}
.bootstrap-realtypress .btn-default:active,
.bootstrap-realtypress .btn-default.active {
background-color: #e0e0e0;
border-color: #dbdbdb;
}
.bootstrap-realtypress .btn-default.disabled,
.bootstrap-realtypress .btn-default:disabled,
.bootstrap-realtypress .btn-default[disabled] {
background-color: #e0e0e0;
background-image: none;
}
.bootstrap-realtypress .btn-primary {       border-color: #337ab7;
}
.bootstrap-realtypress .btn-primary:hover,
.bootstrap-realtypress .btn-primary:focus {
background-color: #265a88;
background-position: 0 -15px;
}
.bootstrap-realtypress .btn-primary:active,
.bootstrap-realtypress .btn-primary.active {
background-color: #265a88;
border-color: #265a88;
}
.bootstrap-realtypress .btn-primary.disabled,
.bootstrap-realtypress .btn-primary:disabled,
.bootstrap-realtypress .btn-primary[disabled] {
background-color: #265a88;
background-image: none;
}
.bootstrap-realtypress .btn-success {       border-color: #3e8f3e;
}
.bootstrap-realtypress .btn-success:hover,
.bootstrap-realtypress .btn-success:focus {
background-color: #419641;
background-position: 0 -15px;
}
.bootstrap-realtypress .btn-success:active,
.bootstrap-realtypress .btn-success.active {
background-color: #419641;
border-color: #419641;
}
.bootstrap-realtypress .btn-success.disabled,
.bootstrap-realtypress .btn-success:disabled,
.bootstrap-realtypress .btn-success[disabled] {
background-color: #419641;
background-image: none;
}
.bootstrap-realtypress .btn-info {        }
.bootstrap-realtypress .btn-info:hover,
.bootstrap-realtypress .btn-info:focus {
background-color: #2aabd2;
background-position: 0 -15px;
}
.bootstrap-realtypress .btn-info:active,
.bootstrap-realtypress .btn-info.active {
background-color: #2aabd2;
border-color: #2aabd2;
}
.bootstrap-realtypress .btn-info.disabled,
.bootstrap-realtypress .btn-info:disabled,
.bootstrap-realtypress .btn-info[disabled] {
background-color: #2aabd2;
background-image: none;
}
.bootstrap-realtypress .btn-warning {        }
.bootstrap-realtypress .btn-warning:hover,
.bootstrap-realtypress .btn-warning:focus {
background-color: #eb9316;
background-position: 0 -15px;
}
.bootstrap-realtypress .btn-warning:active,
.bootstrap-realtypress .btn-warning.active {
background-color: #eb9316;
border-color: #eb9316;
}
.bootstrap-realtypress .btn-warning.disabled,
.bootstrap-realtypress .btn-warning:disabled,
.bootstrap-realtypress .btn-warning[disabled] {
background-color: #eb9316;
background-image: none;
}
.bootstrap-realtypress .btn-danger {        }
.bootstrap-realtypress .btn-danger:hover,
.bootstrap-realtypress .btn-danger:focus {
background-color: #c12e2a;
background-position: 0 -15px;
}
.bootstrap-realtypress .btn-danger:active,
.bootstrap-realtypress .btn-danger.active {
background-color: #c12e2a;
border-color: #c12e2a;
}
.bootstrap-realtypress .btn-danger.disabled,
.bootstrap-realtypress .btn-danger:disabled,
.bootstrap-realtypress .btn-danger[disabled] {
background-color: #c12e2a;
background-image: none;
}
.bootstrap-realtypress .thumbnail,
.bootstrap-realtypress .img-thumbnail {
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}
.bootstrap-realtypress .dropdown-menu > li > a:hover,
.bootstrap-realtypress .dropdown-menu > li > a:focus {
background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
background-image: -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));
background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
background-color: #e8e8e8;
}
.bootstrap-realtypress .dropdown-menu > .active > a,
.bootstrap-realtypress .dropdown-menu > .active > a:hover,
.bootstrap-realtypress .dropdown-menu > .active > a:focus {
background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
background-image: -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
background-image: linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
background-color: #2e6da4;
}
.bootstrap-realtypress .navbar-default {
background-image: -webkit-linear-gradient(top, #ffffff 0%, #f8f8f8 100%);
background-image: -o-linear-gradient(top, #ffffff 0%, #f8f8f8 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f8f8f8));
background-image: linear-gradient(to bottom, #ffffff 0%, #f8f8f8 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
}
.bootstrap-realtypress .navbar-default .navbar-nav > .open > a,
.bootstrap-realtypress .navbar-default .navbar-nav > .active > a {
background-image: -webkit-linear-gradient(top, #dbdbdb 0%, #e2e2e2 100%);
background-image: -o-linear-gradient(top, #dbdbdb 0%, #e2e2e2 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#dbdbdb), to(#e2e2e2));
background-image: linear-gradient(to bottom, #dbdbdb 0%, #e2e2e2 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdbdbdb', endColorstr='#ffe2e2e2', GradientType=0);
-webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
}
.bootstrap-realtypress .navbar-brand,
.bootstrap-realtypress .navbar-nav > li > a {
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
}
.bootstrap-realtypress .navbar-inverse {
background-image: -webkit-linear-gradient(top, #3c3c3c 0%, #222222 100%);
background-image: -o-linear-gradient(top, #3c3c3c 0%, #222222 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#3c3c3c), to(#222222));
background-image: linear-gradient(to bottom, #3c3c3c 0%, #222222 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.bootstrap-realtypress .navbar-inverse .navbar-nav > .open > a,
.bootstrap-realtypress .navbar-inverse .navbar-nav > .active > a {
background-image: -webkit-linear-gradient(top, #080808 0%, #0f0f0f 100%);
background-image: -o-linear-gradient(top, #080808 0%, #0f0f0f 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#080808), to(#0f0f0f));
background-image: linear-gradient(to bottom, #080808 0%, #0f0f0f 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff080808', endColorstr='#fe5e5e5f', GradientType=0);
-webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
}
.bootstrap-realtypress .navbar-inverse .navbar-brand,
.bootstrap-realtypress .navbar-inverse .navbar-nav > li > a {
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap-realtypress .navbar-static-top,
.bootstrap-realtypress .navbar-fixed-top,
.bootstrap-realtypress .navbar-fixed-bottom {
border-radius: 0;
}
@media (max-width: 767px) {
.bootstrap-realtypress .navbar .navbar-nav .open .dropdown-menu > .active > a,
.bootstrap-realtypress .navbar .navbar-nav .open .dropdown-menu > .active > a:hover,
.bootstrap-realtypress .navbar .navbar-nav .open .dropdown-menu > .active > a:focus {
color: #fff;
background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
background-image: -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
background-image: linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
}
}
.bootstrap-realtypress .alert {
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.bootstrap-realtypress .alert-success {
background-image: -webkit-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
background-image: -o-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#c8e5bc));
background-image: linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);
border-color: #b2dba1;
}
.bootstrap-realtypress .alert-info {
background-image: -webkit-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
background-image: -o-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#b9def0));
background-image: linear-gradient(to bottom, #d9edf7 0%, #b9def0 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);
border-color: #9acfea;
}
.bootstrap-realtypress .alert-warning {
background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
background-image: -o-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#f8efc0));
background-image: linear-gradient(to bottom, #fcf8e3 0%, #f8efc0 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);
border-color: #f5e79e;
}
.bootstrap-realtypress .alert-danger {
background-image: -webkit-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
background-image: -o-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#e7c3c3));
background-image: linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
border-color: #dca7a7;
}
.bootstrap-realtypress .progress {
background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
background-image: -o-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#f5f5f5));
background-image: linear-gradient(to bottom, #ebebeb 0%, #f5f5f5 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0);
}
.bootstrap-realtypress .progress-bar {
background-image: -webkit-linear-gradient(top, #337ab7 0%, #286090 100%);
background-image: -o-linear-gradient(top, #337ab7 0%, #286090 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#286090));
background-image: linear-gradient(to bottom, #337ab7 0%, #286090 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff286090', GradientType=0);
}
.bootstrap-realtypress .progress-bar-success {
background-image: -webkit-linear-gradient(top, #5cb85c 0%, #449d44 100%);
background-image: -o-linear-gradient(top, #5cb85c 0%, #449d44 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#449d44));
background-image: linear-gradient(to bottom, #5cb85c 0%, #449d44 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0);
}
.bootstrap-realtypress .progress-bar-info {
background-image: -webkit-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
background-image: -o-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#31b0d5));
background-image: linear-gradient(to bottom, #5bc0de 0%, #31b0d5 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0);
}
.bootstrap-realtypress .progress-bar-warning {
background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
background-image: -o-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#ec971f));
background-image: linear-gradient(to bottom, #f0ad4e 0%, #ec971f 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0);
}
.bootstrap-realtypress .progress-bar-danger {
background-image: -webkit-linear-gradient(top, #d9534f 0%, #c9302c 100%);
background-image: -o-linear-gradient(top, #d9534f 0%, #c9302c 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c9302c));
background-image: linear-gradient(to bottom, #d9534f 0%, #c9302c 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0);
}
.bootstrap-realtypress .progress-bar-striped {
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.bootstrap-realtypress .list-group {
border-radius: 4px;
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}
.bootstrap-realtypress .list-group-item.active,
.bootstrap-realtypress .list-group-item.active:hover,
.bootstrap-realtypress .list-group-item.active:focus {
text-shadow: 0 -1px 0 #286090;
background-image: -webkit-linear-gradient(top, #337ab7 0%, #2b669a 100%);
background-image: -o-linear-gradient(top, #337ab7 0%, #2b669a 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2b669a));
background-image: linear-gradient(to bottom, #337ab7 0%, #2b669a 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2b669a', GradientType=0);
border-color: #2b669a;
}
.bootstrap-realtypress .list-group-item.active .badge,
.bootstrap-realtypress .list-group-item.active:hover .badge,
.bootstrap-realtypress .list-group-item.active:focus .badge {
text-shadow: none;
}
.bootstrap-realtypress .panel {
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.bootstrap-realtypress .panel-default > .panel-heading {
background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
background-image: -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));
background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
}
.bootstrap-realtypress .panel-primary > .panel-heading {
background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
background-image: -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
background-image: linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
}
.bootstrap-realtypress .panel-success > .panel-heading {
background-image: -webkit-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
background-image: -o-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#d0e9c6));
background-image: linear-gradient(to bottom, #dff0d8 0%, #d0e9c6 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0);
}
.bootstrap-realtypress .panel-info > .panel-heading {
background-image: -webkit-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
background-image: -o-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#c4e3f3));
background-image: linear-gradient(to bottom, #d9edf7 0%, #c4e3f3 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0);
}
.bootstrap-realtypress .panel-warning > .panel-heading {
background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
background-image: -o-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#faf2cc));
background-image: linear-gradient(to bottom, #fcf8e3 0%, #faf2cc 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fffaf2cc', GradientType=0);
}
.bootstrap-realtypress .panel-danger > .panel-heading {
background-image: -webkit-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
background-image: -o-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#ebcccc));
background-image: linear-gradient(to bottom, #f2dede 0%, #ebcccc 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffebcccc', GradientType=0);
}
.bootstrap-realtypress .well {
background-image: -webkit-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
background-image: -o-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#e8e8e8), to(#f5f5f5));
background-image: linear-gradient(to bottom, #e8e8e8 0%, #f5f5f5 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);
border-color: #dcdcdc;
-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
}.slider-container{width:300px;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif}.slider-container .back-bar{height:10px;position:relative}.slider-container .back-bar .selected-bar{position:absolute;height:100%}.slider-container .back-bar .pointer{position:absolute;width:10px;height:10px;background-color:red;cursor:col-resize;opacity:1;z-index:2}.slider-container .back-bar .pointer.last-active{z-index:3}.slider-container .back-bar .pointer-label{position:absolute;top:-17px;font-size:8px;background:#fff;white-space:nowrap;line-height:1}.slider-container .back-bar .focused{z-index:10}.slider-container .clickable-dummy{cursor:pointer;position:absolute;width:100%;height:100%;z-index:1}.slider-container .scale{top:2px;position:relative}.slider-container .scale span{position:absolute;height:5px;border-left:1px solid #999;font-size:0}.slider-container .scale ins{font-size:9px;text-decoration:none;position:absolute;left:0;top:5px;color:#999;line-height:1}.slider-container.slider-readonly .clickable-dummy,.slider-container.slider-readonly .pointer{cursor:auto}.theme-green .back-bar{height:5px;border-radius:2px;background-color:#e7e7e7;background-image:-moz-linear-gradient(top,#eee,#ddd);background-image:-webkit-gradient(linear,0 0,0 100%,from(#eee),to(#ddd));background-image:-webkit-linear-gradient(top,#eee,#ddd);background-image:-o-linear-gradient(top,#eee,#ddd);background-image:linear-gradient(to bottom,#eee,#ddd);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeeeeee', endColorstr='#ffdddddd', GradientType=0)}.theme-green .back-bar .selected-bar{border-radius:2px;background-color:#a1fad0;background-image:-moz-linear-gradient(top,#bdfade,#76fabc);background-image:-webkit-gradient(linear,0 0,0 100%,from(#bdfade),to(#76fabc));background-image:-webkit-linear-gradient(top,#bdfade,#76fabc);background-image:-o-linear-gradient(top,#bdfade,#76fabc);background-image:linear-gradient(to bottom,#bdfade,#76fabc);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffbdfade', endColorstr='#ff76fabc', GradientType=0)}.theme-blue .back-bar,.theme-green .back-bar .pointer{background-repeat:repeat-x;background-color:#e7e7e7;background-image:-moz-linear-gradient(top,#eee,#ddd);background-image:-webkit-gradient(linear,0 0,0 100%,from(#eee),to(#ddd));background-image:-webkit-linear-gradient(top,#eee,#ddd);background-image:-o-linear-gradient(top,#eee,#ddd);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeeeeee', endColorstr='#ffdddddd', GradientType=0)}.theme-green .back-bar .pointer{height:14px;box-sizing:border-box;border-radius:10px;border:1px solid #AAA;background-image:linear-gradient(to bottom,#eee,#ddd)}.theme-blue .back-bar .pointer,.theme-green .back-bar .pointer{width:14px;top:-5px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box}.theme-green .back-bar .pointer-label{color:#999}.theme-green .back-bar .focused{color:#333}.theme-blue .back-bar .pointer-label,.theme-green .scale ins{color:#999}.theme-green .scale span{border-left:1px solid #e5e5e5}.theme-blue .back-bar{height:5px;border-radius:2px;background-image:linear-gradient(to bottom,#eee,#ddd)}.theme-blue .back-bar .selected-bar{border-radius:2px;background-color:#92c1f9;background-image:-moz-linear-gradient(top,#b1d1f9,#64a8f9);background-image:-webkit-gradient(linear,0 0,0 100%,from(#b1d1f9),to(#64a8f9));background-image:-webkit-linear-gradient(top,#b1d1f9,#64a8f9);background-image:-o-linear-gradient(top,#b1d1f9,#64a8f9);background-image:linear-gradient(to bottom,#b1d1f9,#64a8f9);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffb1d1f9', endColorstr='#ff64a8f9', GradientType=0)}.theme-blue .back-bar .pointer{height:14px;box-sizing:border-box;border-radius:10px;border:1px solid #AAA;background-color:#e7e7e7;background-image:-moz-linear-gradient(top,#eee,#ddd);background-image:-webkit-gradient(linear,0 0,0 100%,from(#eee),to(#ddd));background-image:-webkit-linear-gradient(top,#eee,#ddd);background-image:-o-linear-gradient(top,#eee,#ddd);background-image:linear-gradient(to bottom,#eee,#ddd);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeeeeee', endColorstr='#ffdddddd', GradientType=0)}.theme-blue .back-bar .focused{color:#333}.theme-blue .scale span{border-left:1px solid #e5e5e5}.theme-blue .scale ins{color:#999}.bx-wrapper{position:relative;margin:0 auto 60px;padding:0}.bx-wrapper img{max-width:100%;display:block}.bx-wrapper .bx-viewport{-moz-box-shadow:0 0 5px #ccc;-webkit-box-shadow:0 0 5px #ccc;box-shadow:0 0 5px #ccc;border:5px solid #fff;left:-5px;background:#fff;-webkit-transform:translatez(0);-moz-transform:translatez(0);-ms-transform:translatez(0);-o-transform:translatez(0);transform:translatez(0)}.bx-wrapper .bx-controls-auto,.bx-wrapper .bx-pager{position:absolute;bottom:-30px;width:100%}.bx-wrapper .bx-loading{min-height:50px;background:url(//remaxcrest.ca/wp-content/plugins/realtypress-premium/public/third-party/bxslider/images/bx_loader.gif) center center no-repeat #fff;height:100%;width:100%;position:absolute;top:0;left:0;z-index:2000}.bx-wrapper .bx-pager{text-align:center;font-size:.85em;font-family:Arial;font-weight:700;color:#666;padding-top:20px}.bx-wrapper .bx-controls-auto .bx-controls-auto-item,.bx-wrapper .bx-pager .bx-pager-item{display:inline-block}.bx-wrapper .bx-pager.bx-default-pager a{background:#666;text-indent:-9999px;display:block;width:10px;height:10px;margin:0 5px;outline:0;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px}.bx-wrapper .bx-pager.bx-default-pager a.active,.bx-wrapper .bx-pager.bx-default-pager a:hover{background:#000}.bx-wrapper .bx-prev{left:10px;background:url(//remaxcrest.ca/wp-content/plugins/realtypress-premium/public/third-party/bxslider/images/controls.png) 0 -32px no-repeat}.bx-wrapper .bx-next{right:10px;background:url(//remaxcrest.ca/wp-content/plugins/realtypress-premium/public/third-party/bxslider/images/controls.png) -43px -32px no-repeat}.bx-wrapper .bx-prev:hover{background-position:0 0}.bx-wrapper .bx-next:hover{background-position:-43px 0}.bx-wrapper .bx-controls-direction a{position:absolute;top:50%;margin-top:-16px;outline:0;width:32px;height:32px;text-indent:-9999px;z-index:9999}.bx-wrapper .bx-controls-direction a.disabled{display:none}.bx-wrapper .bx-controls-auto{text-align:center}.bx-wrapper .bx-controls-auto .bx-start{display:block;text-indent:-9999px;width:10px;height:11px;outline:0;background:url(//remaxcrest.ca/wp-content/plugins/realtypress-premium/public/third-party/bxslider/images/controls.png) -86px -11px no-repeat;margin:0 3px}.bx-wrapper .bx-controls-auto .bx-start.active,.bx-wrapper .bx-controls-auto .bx-start:hover{background-position:-86px 0}.bx-wrapper .bx-controls-auto .bx-stop{display:block;text-indent:-9999px;width:9px;height:11px;outline:0;background:url(//remaxcrest.ca/wp-content/plugins/realtypress-premium/public/third-party/bxslider/images/controls.png) -86px -44px no-repeat;margin:0 3px}.bx-wrapper .bx-controls-auto .bx-stop.active,.bx-wrapper .bx-controls-auto .bx-stop:hover{background-position:-86px -33px}.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager{text-align:left;width:80%}.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto{right:0;width:35px}.bx-wrapper .bx-caption{position:absolute;bottom:0;left:0;background:rgba(80,80,80,.75);width:100%}.bx-wrapper .bx-caption span{color:#fff;font-family:Arial;display:block;font-size:.85em;padding:10px}@font-face{font-family:'FontAwesome';src:url(//remaxcrest.ca/wp-content/plugins/realtypress-premium/public/third-party/font-awesome-4.2.0/fonts/fontawesome-webfont.eot?v=4.2.0);src:url(//remaxcrest.ca/wp-content/plugins/realtypress-premium/public/third-party/font-awesome-4.2.0/fonts/fontawesome-webfont.eot?#iefix&v=4.2.0) format('embedded-opentype'),url(//remaxcrest.ca/wp-content/plugins/realtypress-premium/public/third-party/font-awesome-4.2.0/fonts/fontawesome-webfont.woff?v=4.2.0) format('woff'),url(//remaxcrest.ca/wp-content/plugins/realtypress-premium/public/third-party/font-awesome-4.2.0/fonts/fontawesome-webfont.ttf?v=4.2.0) format('truetype'),url(//remaxcrest.ca/wp-content/plugins/realtypress-premium/public/third-party/font-awesome-4.2.0/fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular) format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.leaflet-image-layer,.leaflet-layer,.leaflet-map-pane,.leaflet-marker-icon,.leaflet-marker-pane,.leaflet-marker-shadow,.leaflet-overlay-pane,.leaflet-overlay-pane svg,.leaflet-popup-pane,.leaflet-shadow-pane,.leaflet-tile,.leaflet-tile-container,.leaflet-tile-pane,.leaflet-zoom-box{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden;-ms-touch-action:none}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container img{max-width:none!important}.leaflet-container img.leaflet-image-layer{max-width:15000px!important}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-tile-pane{z-index:2}.leaflet-objects-pane{z-index:3}.leaflet-overlay-pane{z-index:4}.leaflet-shadow-pane{z-index:5}.leaflet-marker-pane{z-index:6}.leaflet-popup-pane{z-index:7}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(//remaxcrest.ca/wp-content/plugins/realtypress-premium/public/third-party/leaflet-0.7.3/css/#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:7;pointer-events:auto}.leaflet-bottom,.leaflet-top{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup,.leaflet-fade-anim .leaflet-tile{opacity:0;-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;-o-transition:opacity .2s linear;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup,.leaflet-fade-anim .leaflet-tile-loaded{opacity:1}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);-o-transition:-o-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-pan-anim .leaflet-tile,.leaflet-touching .leaflet-zoom-animated,.leaflet-zoom-anim .leaflet-tile{-webkit-transition:none;-moz-transition:none;-o-transition:none;transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-clickable{cursor:pointer}.leaflet-container{cursor:-webkit-grab;cursor:-moz-grab}.leaflet-control,.leaflet-popup-pane{cursor:auto}.leaflet-dragging .leaflet-clickable,.leaflet-dragging .leaflet-container{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing}.leaflet-container{background:#ddd;outline:0}.leaflet-container a{color:#0078A8}.leaflet-container a.leaflet-active{outline:orange solid 2px}.leaflet-zoom-box{border:2px dotted #38f;background:rgba(255,255,255,.5)}.leaflet-container{font:12px/1.5 "Helvetica Neue",Arial,Helvetica,sans-serif}.leaflet-bar{box-shadow:0 1px 5px rgba(0,0,0,.65);border-radius:4px}.leaflet-bar a,.leaflet-bar a:hover{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px 'Lucida Console',Monaco,monospace;text-indent:1px}.leaflet-control-zoom-out{font-size:20px}.leaflet-touch .leaflet-control-zoom-in{font-size:22px}.leaflet-touch .leaflet-control-zoom-out{font-size:24px}.leaflet-control-layers{box-shadow:0 1px 5px rgba(0,0,0,.4);background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(//remaxcrest.ca/wp-content/plugins/realtypress-premium/public/third-party/leaflet-0.7.3/images/layers.png);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(//remaxcrest.ca/wp-content/plugins/realtypress-premium/public/third-party/leaflet-0.7.3/images/layers-2x.png);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-container .leaflet-control-attribution{background:#fff;background:rgba(255,255,255,.7);margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover{text-decoration:underline}.leaflet-container .leaflet-control-attribution,.leaflet-container .leaflet-control-scale{font-size:11px}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;font-size:11px;white-space:nowrap;overflow:hidden;-moz-box-sizing:content-box;box-sizing:content-box;background:#fff;background:rgba(255,255,255,.5)}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-bar,.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers{box-shadow:none}.leaflet-touch .leaflet-bar,.leaflet-touch .leaflet-control-layers{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 19px;line-height:1.4}.leaflet-popup-content p{margin:18px 0}.leaflet-popup-tip-container{margin:0 auto;width:40px;height:20px;position:relative;overflow:hidden}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;box-shadow:0 3px 14px rgba(0,0,0,.4)}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;padding:4px 4px 0 0;text-align:center;width:18px;height:14px;font:16px/14px Tahoma,Verdana,sans-serif;color:#c3c3c3;text-decoration:none;font-weight:700;background:0 0}.leaflet-container a.leaflet-popup-close-button:hover{color:#999}.leaflet-popup-scrolled{overflow:auto;border-bottom:1px solid #ddd;border-top:1px solid #ddd}.leaflet-oldie .leaflet-popup-content-wrapper{zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678, M12=.70710678, M21=-.70710678, M22=.70710678)}.leaflet-oldie .leaflet-popup-tip-container{margin-top:-1px}.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-control-fullscreen a{background:#fff url(//remaxcrest.ca/wp-content/plugins/realtypress-premium/public/third-party/leaflet-plugins/fullscreen/img/fullscreen.png) no-repeat 0 0; background-size:26px 52px;}.leaflet-fullscreen-on .leaflet-control-fullscreen a{background-position:0 -26px;} .leaflet-container:-webkit-full-screen{width:100%!important; height:100%!important;}.leaflet-container.leaflet-fullscreen-on{width:100%!important; height:100%!important;}.leaflet-pseudo-fullscreen{position:fixed!important; width:100%!important; height:100%!important; top:0!important; left:0!important; z-index:99999;}@media (-webkit-min-device-pixel-ratio:2), (min-resolution:192dpi){.leaflet-control-fullscreen a{background-image:url(//remaxcrest.ca/wp-content/plugins/realtypress-premium/public/third-party/leaflet-plugins/fullscreen/img/fullscreen@2x.png);}}.marker-cluster-small{background-color:rgba(181,226,140,0.6)}.marker-cluster-small div{background-color:rgba(110,204,57,0.6)}.marker-cluster-medium{background-color:rgba(241,211,87,0.6)}.marker-cluster-medium div{background-color:rgba(240,194,12,0.6)}.marker-cluster-large{background-color:rgba(253,156,115,0.6)}.marker-cluster-large div{background-color:rgba(241,128,23,0.6)}.leaflet-oldie .marker-cluster-small{background-color:#b5e28c}.leaflet-oldie .marker-cluster-small div{background-color:#6ecc39}.leaflet-oldie .marker-cluster-medium{background-color:#f1d357}.leaflet-oldie .marker-cluster-medium div{background-color:#f0c20c}.leaflet-oldie .marker-cluster-large{background-color:#fd9c73}.leaflet-oldie .marker-cluster-large div{background-color:#f18017}.marker-cluster{background-clip:padding-box;border-radius:20px}.marker-cluster div{width:30px;height:30px;margin-left:5px;margin-top:5px;text-align:center;border-radius:15px;font:12px "Helvetica Neue",Arial,Helvetica,sans-serif}.marker-cluster span{line-height:30px}.leaflet-cluster-anim .leaflet-marker-icon,.leaflet-cluster-anim .leaflet-marker-shadow{-webkit-transition:-webkit-transform .3s ease-out,opacity .3s ease-in;-moz-transition:-moz-transform .3s ease-out,opacity .3s ease-in;-o-transition:-o-transform .3s ease-out,opacity .3s ease-in;transition:transform .3s ease-out,opacity .3s ease-in}.marker-cluster-small{background-color:rgba(51,137,170,0.6)}.marker-cluster-small div{background-color:rgba(0,0,0,0.5)}.marker-cluster-medium{background-color:rgba(51,137,170,0.6)}.marker-cluster-medium div{background-color:rgba(0,0,0,0.5)}.marker-cluster-large{background-color:rgba(51,137,170,0.6)}.marker-cluster-large div{background-color:rgba(0,0,0,0.5)}.marker-cluster div{width:30px;height:30px;margin-left:5px;margin-top:5px;font-weight:700;text-align:center;border-radius:15px;font:12px "Helvetica Neue",Arial,Helvetica,sans-serif;color:#fff}.history-control.leaflet-bar.hidden{display:none}.history-control.leaflet-bar.horizontal a{display:inline-block;border-bottom:0;border-radius:0;border-right:1px solid #ccc}.history-control.leaflet-bar.horizontal a:first-child{border-top-left-radius:4px;border-bottom-left-radius:4px}.history-control.leaflet-bar.horizontal a:last-child{border-top-right-radius:4px;border-bottom-right-radius:4px;border-right:0}.history-control.leaflet-bar a{width:auto;font-size:1.1em;min-width:26px}.bootstrap-realtypress {  
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 14px;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
line-height: 1.42857143;
color: #555;
background-color: transparent;
font-weight:normal;
}
.bootstrap-realtypress * {
text-transform: none;
}
.bootstrap-realtypress p,
.bootstrap-realtypress .table, 
.bootstrap-realtypress .table tr td, 
.bootstrap-realtypress .table tbody tr td,
.bootstrap-realtypress .table thead tr th {  
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
line-height: 1.42857143;
color: #555;
font-weight: normal;
box-shadow: none;
text-shadow: none;
} .bootstrap-realtypress .table {
text-align:left;
margin-bottom: 20px !important;
letter-spacing:0;
}
.bootstrap-realtypress .table tr td, 
.bootstrap-realtypress .table tbody tr td {
color: #555 !important;
}
.bootstrap-realtypress .table-bordered,
.bootstrap-realtypress .table-bordered tbody tr td,
.bootstrap-realtypress .table-bordered tfoot tr th {
border: 1px solid #ddd !important;
} .bootstrap-realtypress .breadcrumb {
border-radius: 0;
margin-left:0;
} .bootstrap-realtypress .nav-tabs {
border-bottom: 3px solid #dddddd;
}
.bootstrap-realtypress .nav-tabs > li {
margin-bottom: 0;
}
.bootstrap-realtypress .nav-tabs .tab-content {
border: 3px solid #ddd;
} .bootstrap-realtypress label {
display: inline-block;
max-width: 100%;
margin-bottom: 0;
font-weight: bold;
color:#888888;
line-height: 16px;
}
.bootstrap-realtypress .form-control {
display: block;
width: 100%;
height: 38px;
padding: 6px 12px;
font-size: 13px;
line-height: 1.42857143;
color: #444;
background: #ffffff none;
border: 1px solid #e5e5e5;
border-radius: 0;
-webkit-box-shadow: none;
box-shadow: none;
-webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
-o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.bootstrap-realtypress .form-control:focus {
border-color: #66afe9;
outline: 0;
-webkit-box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.12), inset 0 0 0 2px rgba(102, 175, 233, 1);
box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.12), inset 0 0 0 2px rgba(102, 175, 233, 1);
background: #fffef7
}
.bootstrap-realtypress .form-control.input-lg {
height: 46px;
padding: 10px 16px;
font-size: 18px;
line-height: 1.3333333;
border-radius: 6px;
}
.bootstrap-realtypress .input-group-addon {
padding: 6px 12px;
font-size: 14px;
font-weight: normal;
line-height: 1;
color: #888888;
text-align: center;
background-color: #fafafa;
border: 1px solid #e5e5e5;
border-radius: 4px;
} .bootstrap-realtypress .panel-default {
border-color: #e5e5e5;
}
.bootstrap-realtypress .panel-default > .panel-heading {
color: #666666;
background: #fafafa none;
border-color: #e5e5e5;
}
.bootstrap-realtypress .panel-footer {
padding: 10px 15px;
background-color: #fafafa;
border-top: 1px solid #e5e5e5;
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
} .bootstrap-realtypress .pagination {
border: none;
padding: 0;
}
.bootstrap-realtypress .pagination {
border: none;
padding: 0;
} .bootstrap-realtypress .btn {
border-radius: 0;
box-shadow: none;
}
.bootstrap-realtypress .panel {
border-radius: 0;
box-shadow: none;
}
.bootstrap-realtypress .rps-contact-alerts .alert {
margin-top: 15px;
}
.btn-lightgrey{
background: #f5f5f5;
}
.bootstrap-realtypress .table-bordered,
.bootstrap-realtypress .table-bordered tbody tr td,
.bootstrap-realtypress .table-bordered thead tr th,
.bootstrap-realtypress .table-bordered tfoot tr th {
border-right-width: 0 !important;
border-left-width: 0 !important;
border-top-width: 0 !important;  }.rps-single-listing-map-tabs .tab-content {
margin-bottom:30px;
border: 3px solid #ddd;
border-top:0;
max-height:504px;
overflow:hidden;
} .bootstrap-realtypress .rps-single-listing {
position: relative;
margin-top:20px;
margin-bottom:20px;
} .bootstrap-realtypress .rps-single-listing .rps-agent-details {
background: #ffffff;
padding:10px;
margin-bottom: 30px;
font-size:0.9em;
border: 1px solid #e6e6e6;
word-break: break-all;
}
.bootstrap-realtypress .rps-single-listing .rps-agent-details .agent-photo {
border: 3px solid #ddd;
float:left;
margin: 0 10px 10px 0;
max-width: 100px;
} .bootstrap-realtypress .rps-single-listing .rps-agent-details .office-website {
display:block;
word-break: break-all;
} .bootstrap-realtypress .rps-single-listing .rps-contact-form-wrap-v {
background: #ffffff;
padding:0 10px;
margin-bottom: 30px;
border: 1px solid #e6e6e6;
}
.bootstrap-realtypress .rps-single-listing .rps-contact-form-wrap-h {
background: #ffffff;
padding:0 15px;
margin-bottom: 30px;
border: 1px solid #e6e6e6;
} .bootstrap-realtypress .rps-single-listing .rps-single-overlay {
position:fixed; 
top:0;
left:0;
width:100%;
height:100%;
background: rgba(0,0,0,0.4);
z-index:1000;
display: block;
}
.bootstrap-realtypress .rps-single-listing .rps-single-overlay .loading-text {
color: #777;
margin-top: 200px;
background-color: rgba(255,255,255,.90);
padding: 20px 0;
border: 1px solid #efefef;
font-size: 16px;
font-weight: 500;
box-shadow: 0 0 4px 1px rgba(0,0,0,0.05);
width: 100%;
}
.bootstrap-realtypress .rps-single-listing .rps-single-overlay .fa {
font-size:4em;
color: #777;
margin-bottom:15px;
}
.bootstrap-realtypress .rps-single-listing .rps-listing-not-found {
min-height:500px;
}
.bootstrap-realtypress .rps-single-listing .rps-listing-not-found h3 {
margin-top:60px;
} .bootstrap-realtypress .rps-single-listing .rps-altenate-url {
height:80px;
line-height:80px;
font-size:20px;
color: #b3b3b3;
text-decoration:none;
}
.bootstrap-realtypress .rps-single-listing .rps-altenate-url .fa {
font-size:18px;
background: #b3b3b3;
width:42px;
height:42px;
text-align:center;
line-height: 42px;
display:inline-block;
border-radius: 100%;
margin-right:5px;
color: #fff;
} .bootstrap-realtypress .rps-single-listing .open-house-row {
margin-bottom: 30px;
}
.bootstrap-realtypress .rps-single-listing .open-house-row .open-house-calendar {
border: 1px solid #ddd;
}
.bootstrap-realtypress .rps-single-listing .open-house-row .open-house-calendar .top {
text-align:center;
background: #f3f3f3;
font-weight: 700;
padding:4px 4px;
font-size:15px;
}
.bootstrap-realtypress .rps-single-listing .open-house-row .open-house-calendar .middle .day-numeric {
text-align:center;
font-size: 36px;
padding: 0;
}
.bootstrap-realtypress .rps-single-listing .open-house-row .open-house-calendar .middle .day-text {
text-align:center;
font-size: 13px;
font-style: italic;
background: #f3f3f3;
padding: 3px 0;
}
.bootstrap-realtypress .rps-single-listing .open-house-row.expired .open-house-calendar {
border: 1px solid #f3f3f3;
background: #f3f3f3 !important;
color: #bbb;
text-decoration: line-through;
}
.bootstrap-realtypress .rps-single-listing .open-house-row.expired .open-house-times,
.bootstrap-realtypress .rps-single-listing .open-house-row.expired .open-house-times p {
color: #bbb;
text-decoration: line-through;
} .bootstrap-realtypress .rps-single-listing .live-stream-row {
margin-bottom: 30px;
}
.bootstrap-realtypress .rps-single-listing .live-stream-row .live-stream-calendar {
border: 1px solid #ddd;
}
.bootstrap-realtypress .rps-single-listing .live-stream-row .live-stream-calendar .top {
text-align:center;
background: #f3f3f3;
font-weight: 700;
padding:4px 4px;
font-size:15px;
}
.bootstrap-realtypress .rps-single-listing .live-stream-row .live-stream-calendar .middle .day-numeric {
text-align:center;
font-size: 36px;
padding: 0;
}
.bootstrap-realtypress .rps-single-listing .live-stream-row .live-stream-calendar .middle .day-text {
text-align:center;
font-size: 13px;
font-style: italic;
background: #f3f3f3;
padding: 3px 0;
}
.bootstrap-realtypress .rps-single-listing .live-stream-row.expired .live-stream-calendar {
border: 1px solid #f3f3f3;
background: #f3f3f3 !important;
color: #bbb;
text-decoration: line-through;
}
.bootstrap-realtypress .rps-single-listing .live-stream-row.expired .live-stream-times,
.bootstrap-realtypress .rps-single-listing .live-stream-row.expired .live-stream-times p {
color: #bbb;
text-decoration: line-through;
} .bootstrap-realtypress .rps-single-listing .rps-single-feature-label {    
color: #fff;  
font-size:17px;
padding:8px 12px;
background: #b3b3b3;
margin-right:5px;
margin-bottom:5px;
border-radius: 6px;
font-weight: 500;
display:block;
float:left;
}
.bootstrap-realtypress .rps-single-listing .rps-single-feature-label-sm {    
color: #fff;  
font-size:14px;
padding:4px 8px;
background: #b3b3b3;
margin-right:5px;
margin-bottom:5px;
border-radius: 6px;
display:block;
float:left;
font-weight: 500;
}
.bootstrap-realtypress .rps-single-listing .rps-single-features {
margin-top:0;
} .bootstrap-realtypress .rps-single-listing .rps-pricing {
}
.bootstrap-realtypress .rps-single-listing .rps-pricing .rps-maintenance {  font-size:0.5em !important;
padding: 0 0 10px 0;
margin-top: 5px;
border-bottom: 1px solid #ddd;
}
.bootstrap-realtypress .rps-single-listing .rps-pricing .rps-maintenance p {
margin-bottom: 5px;
font-size:0.9em;
color: #555;
}
.bootstrap-realtypress .rps-single-listing .rps-pricing .rps-maintenance .rps-maintenance-fee {   margin-top: 5px;
font-size:1.2em;
} .bootstrap-realtypress .property-tab-pane {
padding:15px;
border:1px solid #ddd;
background: #efefef;
display:none;
} .bootstrap-realtypress .rps-single-listing-social {
margin-bottom:10px;
}
.bootstrap-realtypress .rps-single-listing-social-inner {
display: inline-block;
margin:0 auto;
} .bootstrap-realtypress .rps-single-listing .rps-single-listing-favorites-wrap {
min-height:40px;
margin-bottom: 4px;
}
.bootstrap-realtypress .rps-add-favorite strong.text-danger {
color: #dd3333;
}
.bootstrap-realtypress .rps-favorited-heart {
position:absolute;
right:8px;
bottom:8px;
width:28px;
height:28px;
border-radius:100%;
z-index:300;
text-align:center;
background-color: rgba(237,0,0,0.7);
border: 1px solid #913d3b;
}
.bootstrap-realtypress .rps-favorited-heart i {
font-size:1.2em;
line-height:30px;
color: #fff;
text-shadow: 0 1px 0 #913d3b
}
.bootstrap-realtypress button.rps-add-favorite {
padding: 10px 12px;
} .bootstrap-realtypress .rps-sidebar-favorites {
}
.bootstrap-realtypress .rps-sidebar-favorites .panel-body {
padding: 0;
}
.bootstrap-realtypress .rps-sidebar-favorites a {
display: block;
background: #fff;
padding: 6px 10px;
border-bottom: 1px solid #efefef;
-webkit-transition: all 200ms ease-in-out;
-moz-transition: all 200ms ease-in-out;
-o-transition: all 200ms ease-in-out;
transition: all 200ms ease-in-out; 
}
.bootstrap-realtypress .rps-sidebar-favorites a:hover,
.bootstrap-realtypress .rps-sidebar-favorites a:focus,
.bootstrap-realtypress .rps-sidebar-favorites a:active {
background: #efefef;
padding: 6px 5px 6px 15px;
border-bottom: 1px solid #ddd;
text-decoration: none;
text-shadow: 0 1px 0 #fff;
}
.bootstrap-realtypress .rps-sidebar-favorites .rps-small {
display: block;
font-size: 0.8em;
} .bootstrap-realtypress .property-result {
margin-bottom: 20px;
overflow: hidden;
position: relative;
width: 100%;
} .bootstrap-realtypress .rps-result-overlay {
position:fixed; 
top:0;
left:0;
width:100%;
height:100%;
background: rgba(0,0,0,0.4);
z-index:2000;
display: none;
}
.bootstrap-realtypress .rps-result-overlay .loading-text {
color: #777;
margin-top: 200px;
background-color: rgba(255,255,255,095);
padding: 20px 0;
border: 1px solid #efefef;
font-size: 16px;
font-weight: 500;
box-shadow: 0 0 4px 1px rgba(0,0,0,0.05);
}
.bootstrap-realtypress .rps-result-overlay .fa {
font-size:4em;
color: #777;
margin-bottom:15px;
}
.bootstrap-realtypress .box{
width:200px;
height:200px;
background-color:#ccc;
}
.bootstrap-realtypress .listing-container {
padding-left: 5px !important;
padding-right: 5px !important;
padding-bottom: 10px !important;
}
.bootstrap-realtypress .image-holder {
position: relative;
overflow: hidden;
} .bootstrap-realtypress .image-holder figure {
display: block;
}
.bootstrap-realtypress .image-holder a {
}
.bootstrap-realtypress .img-zoom,
.bootstrap-realtypress .image-holder .img-zoom {
margin: auto;
width: 100%;
-webkit-transition: all 200ms ease-in-out;
-moz-transition: all 200ms ease-in-out;
-o-transition: all 200ms ease-in-out;
transition: all 200ms ease-in-out; -webkit-backface-visibility: hidden;
image-rendering: crisp-edges;
padding:0;
}
.bootstrap-realtypress .img-zoom:hover,
.bootstrap-realtypress .image-holder:hover .img-zoom {
transform: scale(1.2);  
} .bootstrap-realtypress .rps-result-count {
font-size: 14px;
line-height:32px;
font-weight:500 !important;
} .bootstrap-realtypress .rps-toolbar-btn-sm {
display:inline-block;
font-size:13px;
width: 32px;
height: 32px;
line-height: 32px;
text-align:center; border-radius:0;
-moz-border-radius:0;
-webkit-border-radius:0;
font-weight:700;
margin-bottom:5px;
}
.bootstrap-realtypress .rps-toolbar-btn-sm.active {
background: #efefef;
border: 1px solid #e5e5e5;
text-shadow: 0 1px 0 #fff;
}
.bootstrap-realtypress .rps-toolbar-btn-lg {
display:inline-block;
font-size:24px;
width: 38px;
height: 38px;
line-height: 38px;
text-align:center; border-radius:0;
-moz-border-radius:0;
-webkit-border-radius:0;
}
.bootstrap-realtypress .rps-toolbar-btn-lg.active {
background: #efefef;
border: 1px solid #e5e5e5;
text-shadow: 0 1px 0 #fff;
} .bootstrap-realtypress .rps-list-result .rps-property-result {
background: #f6f6f6;
border: 0;
margin: 0 0 20px 0; }
.bootstrap-realtypress .rps-list-result .rps-property-result .col-sm-4 {
padding-left:0;
padding-right:0;
} .bootstrap-realtypress .rps-list-result .rps-property-result .rps-property-img .rps-property-img-wrap {
text-align: center;
}
.bootstrap-realtypress .rps-list-result .rps-property-result .rps-property-img {
display: inline-block;
margin: 0 auto;
overflow:hidden;
position: relative;
}
.bootstrap-realtypress .rps-list-result .rps-property-result .rps-property-img img {
border: 1px solid #e3e3e3;
border-radius: 3px;
margin-bottom:20px;
width: 100%;
} .bootstrap-realtypress .rps-list-result .rps-property-result .rps-property-info h4 {
color: #428bca;
font-size: 18px;
font-weight: 400 !important;
margin: 20px 0 5px 0;
}
.bootstrap-realtypress .rps-list-result .rps-property-result .rps-property-info .city-province-postalcode {
font-size: 13px;
color: #666;
margin-bottom:5px;
}
.bootstrap-realtypress .rps-list-result .rps-property-result .rps-property-info .property-features {
margin-bottom: 10px;
}
.bootstrap-realtypress .rps-list-result .rps-property-result .rps-property-info .property-features .label.label-default {
background-color: #bbb;
}
.bootstrap-realtypress .rps-list-result .rps-property-result .rps-property-description {
color:#666;
font-size:0.9em;
max-height: 71px;
overflow: hidden;
padding-right: 10px;
padding-bottom: 0;
}
.bootstrap-realtypress .rps-list-result .rps-property-result .rps-price {
font-size: 21px;
font-weight:500;
height: 68px;
} .bootstrap-realtypress .rps-grid-result {
padding: 0 10px;
}
.bootstrap-realtypress .rps-grid-result .rps-property-result {
border-top: 0;   }
.bootstrap-realtypress .rps-grid-result .rps-property-result .rps-property-info {
background: #f3f3f3;
padding: 10px 10px 8px 10px;
font-size:0.9em;
border-top: 3px solid #337ab7;
color:#6f6f6f;
}
.bootstrap-realtypress .rps-grid-result .rps-property-result h4 {
color: #428bca;
font-size: 15px;
font-weight: 400 !important;
margin: 0;
padding:0;
line-height: 1.4;
}
.bootstrap-realtypress .rps-grid-result .rps-property-info .city-province-postalcode {
font-size: 13px;
color: #888888;
padding: 2px 0;
margin-bottom: 6px;
}
.bootstrap-realtypress .rps-grid-result .rps-property-result .rps-property-info .property-features {
margin-bottom: 10px;
}
.bootstrap-realtypress .rps-grid-result .rps-property-result .rps-property-info .property-features .label.label-default {
background-color: #bbb;
}
.bootstrap-realtypress .rps-grid-result .rps-property-result .rps-price {
font-size: 19px;
height: 65px;
} .bootstrap-realtypress .image-holder .rps-price {
color: #fff;
display: block;
font-size:1.2em;
font-weight:500;
padding: 33px 0 0 10px;
position:absolute;
bottom: 0;
left: 0;
z-index: 90;
height:60px;
width:100%;
text-shadow: 0 1px 1px #000;
background: rgba(44,44,44,0);
background: -moz-linear-gradient(top, rgba(44,44,44,0) 0%, rgba(43,43,43,0.21) 22%, rgba(0,0,0,0.45) 58%, rgba(19,19,19,0.7) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(44,44,44,0)), color-stop(22%, rgba(43,43,43,0.21)), color-stop(58%, rgba(0,0,0,0.45)), color-stop(100%, rgba(19,19,19,0.7)));
background: -webkit-linear-gradient(top, rgba(44,44,44,0) 0%, rgba(43,43,43,0.21) 22%, rgba(0,0,0,0.45) 58%, rgba(19,19,19,0.7) 100%);
background: -o-linear-gradient(top, rgba(44,44,44,0) 0%, rgba(43,43,43,0.21) 22%, rgba(0,0,0,0.45) 58%, rgba(19,19,19,0.7) 100%);
background: -ms-linear-gradient(top, rgba(44,44,44,0) 0%, rgba(43,43,43,0.21) 22%, rgba(0,0,0,0.45) 58%, rgba(19,19,19,0.7) 100%);
background: linear-gradient(to bottom, rgba(44,44,44,0) 0%, rgba(43,43,43,0.21) 22%, rgba(0,0,0,0.45) 58%, rgba(19,19,19,0.7) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c2c2c', endColorstr='#131313', GradientType=0 );
}
.bootstrap-realtypress .image-holder .rps-price small {
font-size: 75%;
} .bootstrap-realtypress .image-holder .rps-price.rps-price-default {  } .bootstrap-realtypress .image-holder .rps-price.rps-price-primary { background-color: rgba(51, 122, 183, 0.9)
} .bootstrap-realtypress .image-holder .rps-price.rps-price-success { background-color: rgba(92, 184, 92, 0.9);
} .bootstrap-realtypress .image-holder .rps-price.rps-price-info { background-color: rgba(91, 192, 222, 0.9);
} .bootstrap-realtypress .image-holder .rps-price.rps-price-warning { background-color: rgba(240, 173, 78, 0.9);
} .bootstrap-realtypress .image-holder .rps-price.rps-price-danger { background-color: rgba(217, 83, 79,0.91);
} .bootstrap-realtypress .bx-wrapper .rps-ribbon,
.bootstrap-realtypress .image-holder .rps-ribbon {
color: #fff;
font-size: 10px;
line-height: 12px;
font-weight: 700;
position: absolute;
text-align: center;
text-transform: uppercase;
z-index: 90;
}
.bootstrap-realtypress .image-holder .rps-ribbon-open-house {
left: 10px;
bottom: 36px;
padding:8px 8px 6px 6px;
}
.bootstrap-realtypress .bx-wrapper .rps-ribbon-sold,
.bootstrap-realtypress .image-holder .rps-ribbon-sold {
position:absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
width:100%;
height:100%;
background-color: rgba(0,0,0,0.4);
border:none;
}
.bootstrap-realtypress .bx-wrapper .rps-ribbon-sold span,
.bootstrap-realtypress .image-holder .rps-ribbon-sold span {
position: relative;
left: 0;
right: 0;
top: 50%;
bottom: 0;
font-weight: 700;
font-size: 42px;
color: #ffffff;
border: 1px solid white;  
transform: translateY(-50%);
padding: 0 5px;
}
.bootstrap-realtypress .image-holder .rps-ribbon.top-ribbon {
top: 0;
right: 10px;
padding:28px 6px 6px 6px;
} .bootstrap-realtypress .image-holder .rps-ribbon.rps-ribbon-default {
background-color: rgba(0,0,0,0.6);
text-shadow: 0 1px 1px #000;
border-left: 1px solid #000;
border-right: 1px solid #000;
border-bottom: 1px solid #000;
} .bootstrap-realtypress .image-holder .rps-ribbon.rps-ribbon-primary {
background-color: rgba(51,122,183, 0.9);
border-left: 1px solid #337ab7;
border-right: 1px solid #337ab7;
border-bottom: 1px solid #337ab7;
text-shadow: 0 1px 0 #333;
} .bootstrap-realtypress .image-holder .rps-ribbon.rps-ribbon-success {
background-color: rgba(50,170,21, 0.9);
border-left: 1px solid #32aa15;
border-right: 1px solid #32aa15;
border-bottom: 1px solid #32aa15;
text-shadow: 0 1px 0 #333;
} .bootstrap-realtypress .image-holder .rps-ribbon.rps-ribbon-info {
background-color: rgba(66,139,202,0.9);
border-left: 1px solid #428bca;
border-right: 1px solid #428bca;
border-bottom: 1px solid #428bca;
text-shadow: 0 1px 0 #333;
} .bootstrap-realtypress .image-holder .rps-ribbon.rps-ribbon-warning {
background-color: rgba(240,173,78,0.9);
border-left: 1px solid #f0ad4e;
border-right: 1px solid #f0ad4e;
border-bottom: 1px solid #f0ad4e;
text-shadow: 0 1px 0 #333;
} .bootstrap-realtypress .image-holder .rps-ribbon.rps-ribbon-danger {
background-color: rgba(237,0,0,0.9);
border-left: 1px solid #ed0000;
border-right: 1px solid #ed0000;
border-bottom: 1px solid #ed0000;
text-shadow: 0 1px 0 #333;
} .bootstrap-realtypress .image-holder .rps-ribbon.rps-ribbon-open-house {
background-color: rgb(221, 51, 51);
text-shadow: 0 1px 0 #333;
z-index: 99;
} .bootstrap-realtypress .rps-result-feature-label {    
color: #fff;  
font-size:13px;
padding:2px 6px;
background: #bbb;
margin-right:3px;
margin-bottom:3px;
border-radius: 0;
display:block;
float:left;
font-weight: 700;
}
.bootstrap-realtypress .rps-result-feature-label-sm {
color: #fff;
font-size:12px;
padding:2px 6px;
background: #bbb;
margin-right:3px;
margin-bottom:3px;
border-radius: 0;
display:block;
float:left;
font-weight: 500;
border-radius: 3px;
}
.bootstrap-realtypress .rps-result-feature-label-sold {
color: #fff;
font-size:18px;
padding:4px 8px;
background: #d9534f;
margin-right:3px;
margin-bottom:3px;
border-radius: 0;
display:block;
float:left;
border-radius: 6px;
}
.bootstrap-realtypress .rps-result-feature-label-sm.label-danger {
background-color: #d9534f;
}
.bootstrap-realtypress .rps-result-features {
} .bootstrap-realtypress #ws-walkscore-tile { 
position:relative;
text-align:left;
padding:10px !important;
margin-bottom: 20px;
}
.bootstrap-realtypress #ws-walkscore-tile,
.bootstrap-realtypress #ws-walkscore-tile iframe { 
width:100% !important; 
}
.bootstrap-realtypress #ws-walkscore-tile * {
float:none;
}
.bootstrap-realtypress #ws-walkscore-tile #tile-container,
.bootstrap-realtypress #ws-walkscore-tile #content {
width:100%;
} .bootstrap-realtypress #ws-walkscore-tile .scrollable {
left:0;
width:50%;
}
.bootstrap-realtypress #ws-walkscore-tile #map-wrapper {
width:50%;
left:50%;
}
.bootstrap-realtypress #ws-walkscore-tile #g-container {
width:100%;
} .bootstrap-realtypress  #birdseye_view .MicrosoftMap {
width: 100% !important;
} .bootstrap-realtypress .rps-favorites .rps-favorites-result {
background: #fafafa;
border: 1px solid #e5e5e5;
margin: 0 0 30px 0;
}
.bootstrap-realtypress .rps-favorites .rps-favorites-result .col-sm-4 {
padding-left:0;
padding-right:0;
}
.bootstrap-realtypress .rps-favorites .rps-favorites-result .rps-remove-favorite-output {
font-weight: 700;
margin-left: 10px;
} .bootstrap-realtypress .rps-favorites .rps-favorites-result .rps-property-img .rps-property-img-wrap {
text-align: center;
}
.bootstrap-realtypress .rps-favorites .rps-favorites-result .rps-property-img {
display: inline-block;
margin: 0 auto;
overflow:hidden;
position: relative;
}
.bootstrap-realtypress .rps-favorites .rps-favorites-result .rps-property-img img {
border: 1px solid #e3e3e3;
border-radius: 3px;
margin-bottom:20px;
width: 100%;
} .bootstrap-realtypress .rps-favorites .rps-favorites-result .rps-property-info h4 {
color: #428bca;
font-size: 15px;
font-weight: 300 !important;
margin: 20px 0 5px 0;
}
.bootstrap-realtypress .rps-favorites .rps-favorites-result .rps-property-info .city-province-postalcode {
font-size: 12px;
color: #666;
margin-bottom:5px;
}
.bootstrap-realtypress .rps-favorites .rps-favorites-result .rps-property-info .property-features {
margin-bottom: 10px;
}
.bootstrap-realtypress .rps-favorites .rps-favorites-result .rps-property-info .property-features .label.label-default {
background-color: #bbb;
}
.bootstrap-realtypress .rps-favorites .rps-favorites-result .rps-property-description {
color:#666;
font-size:0.9em;
max-height: 71px;
overflow: hidden;
padding-right: 10px;
}
.bootstrap-realtypress .rps-favorites .rps-favorites-result .rps-property-price {
font-size: 16px;
color: #666;
font-weight:700;
margin-bottom: 10px;
} .bootstrap-realtypress .slider-container {
margin-top: 20px;
width: 100% !important;
max-width:100%;
}
.bootstrap-realtypress .slider-container .back-bar .pointer-label {
position: absolute;
top: -27px;
font-size: 13px;
background: #fff;
white-space: nowrap;
line-height: 1;
font-weight:  700;
}
.bootstrap-realtypress .slider-container .back-bar .pointer.last-active {
background-color: #337ab7;
border: 1px solid #337ab7;
}
.bootstrap-realtypress .slider-container ins {
display: none;
}
.bootstrap-realtypress .jrange-input { margin-bottom:5px;
}
.bootstrap-realtypress .jrange-input .range {
display:block;
height:26px;
clear:both;
padding: 0 12px;
}
.bootstrap-realtypress .jrange-input label {
height:22px;
margin-bottom: 6px;
}
.bootstrap-realtypress .theme-green .back-bar .selected-bar {
border-radius: 0;
background: #337ab7 none;
height:6px;
}
.bootstrap-realtypress .theme-green .back-bar .pointer {
width: 24px;
height: 24px;
top: -8px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
border-radius: 100%;
border-color: #ddd;
background: #e5e5e5;  
} .bootstrap-realtypress .bx-wrapper {
margin: 0 auto;
overflow: hidden;
}
.bootstrap-realtypress .bx-wrapper .bx-wrapper .bx-viewport { border: none;
box-shadow: none;
-moz-box-shadow: none;
-webkit-box-shadow: none;
left:0;
width: auto; }
.bootstrap-realtypress .bx-wrapper .bx-viewport ul {
margin:0;
padding:0;
}
.bootstrap-realtypress .bx-slider li {
display: inline-block;
text-align: center;
overflow: hidden;
border: 1px solid #ddd;
max-height:100% !important;
}
.bootstrap-realtypress .bx-slider li img {
display:block;
width:100% !important;
max-width:100% !important;
position: relative;
margin: auto; } .bootstrap-realtypress .rps-single-listing .bx-wrapper .bx-controls-direction a {
display: block;
background: rgba(0,0,0,0.1);
margin-top: 0;
width: 30px;
height: 100%;
top: 0;
-webkit-transition: all 200ms ease-in-out;
-moz-transition: all 200ms ease-in-out;
-o-transition: all 200ms ease-in-out;
transition: all 200ms ease-in-out; 
}
.bootstrap-realtypress .rps-single-listing .bx-wrapper .bx-controls-direction a.bx-prev {
background: rgba(0,0,0,0.1) url(//remaxcrest.ca/wp-content/plugins/realtypress-premium/public/templates/default/img/slider-arrow-left-sm.png) center center no-repeat;
left: 0;
}
.bootstrap-realtypress .rps-single-listing .bx-wrapper .bx-controls-direction a.bx-prev:hover {
background: rgba(0,0,0,0.3) url(//remaxcrest.ca/wp-content/plugins/realtypress-premium/public/templates/default/img/slider-arrow-left-sm.png) center center no-repeat;
left: 0;
}
.bootstrap-realtypress .rps-single-listing .bx-wrapper .bx-controls-direction a.bx-next {
background: rgba(0,0,0,0.1) url(//remaxcrest.ca/wp-content/plugins/realtypress-premium/public/templates/default/img/slider-arrow-right-sm.png) center center no-repeat;
right: 0;
}
.bootstrap-realtypress .rps-single-listing .bx-wrapper .bx-controls-direction a.bx-next:hover {
background: rgba(0,0,0,0.3) url(//remaxcrest.ca/wp-content/plugins/realtypress-premium/public/templates/default/img/slider-arrow-right-sm.png) center center no-repeat;
right: 0;
} .bootstrap-realtypress .bx-pager-wrap .bx-wrapper .bx-viewport {
margin: 0 31px;
width: auto !important;
} .bootstrap-realtypress .rps-single-listing .bx-pager {
list-style: none !important;
margin:0;
padding:0;
}
.bootstrap-realtypress .rps-single-listing .bx-pager .slide {
float:left;
display:block;
margin:0;
padding:0;
width:50%;
}
.bootstrap-realtypress .rps-single-listing .bx-pager a {
display:block;
border: 3px solid #e6e6e6; margin:0;
padding: 0;
width:100%;
}
.bootstrap-realtypress .rps-single-listing .bx-pager a:hover,
.bootstrap-realtypress .rps-single-listing .bx-pager a.active {
border: 3px solid #606060;
}
.bootstrap-realtypress .rps-single-listing .bx-pager a img {
width:100%;
}
.bootstrap-realtypress .rps-single-listing .bx-pager a img:hover,
.bootstrap-realtypress .rps-single-listing .bx-pager a img:active {
}
.bootstrap-realtypress .rps-single-listing .bx-wrapper .bx-controls-auto, 
.bootstrap-realtypress .rps-single-listing .bx-wrapper .bx-pager {
position: absolute;
bottom: 0;
width: 100%;
} .bootstrap-realtypress .rps-property-photo-row {
margin-bottom:30px;
}
.bootstrap-realtypress .rps-property-photo-row .bx-pager-wrap {
overflow:auto;
overflow-x: hidden;
max-height:650px;
background: #ffffff;
border: 1px solid #e6e6e6;
}
.bootstrap-realtypress .rps-property-photo-row .bx-slider li {
height: 650px
}
.bootstrap-realtypress .rps-property-photo-row .bx-slider li img {
display: block;
position: absolute;
top: 0;
bottom: 0;
left: -9999px;
right: -9999px;
margin: auto;
max-width: 100% !important;
width: auto !important;
height: auto !important;
max-height: 100%
} .rps-property-photo-row .bx-pager-wrap.horizontal {
overflow: hidden;
max-height:650px;
background: #ffffff;
border: none;
margin-bottom:20px;
}
.bootstrap-realtypress .bx-pager-wrap.horizontal .bx-pager .slide {
width:16.6666%;
padding: 0 0 10px 0;
}
.bootstrap-realtypress .bx-pager-wrap.horizontal .bx-pager .slide a.active{
border: 3px solid #e6e6e6 !important;
} .bootstrap-realtypress .leaflet-control-container label {
display: block; 
}
.bootstrap-realtypress .leaflet-popup-content p {
margin: 0;
}
.bootstrap-realtypress .leaflet-popup-content {
margin: 0;
line-height: 1.4;
width: 500px !important;
}
.bootstrap-realtypress .leaflet-popup-content-wrapper {
padding: 0;
text-align: left;
border-radius: 3px;
margin-top: 40px;
margin-left: 40px;
margin-right: 40px;
-webkit-transition: all 200ms ease-in-out;
-moz-transition: all 200ms ease-in-out;
-o-transition: all 200ms ease-in-out;
transition: all 200ms ease-in-out;
}
.bootstrap-realtypress .leaflet-container a.leaflet-popup-close-button {
display:none;
}
.bootstrap-realtypress .leaflet-popup .map-pop-content {
padding:0;
clear:both;
}
.bootstrap-realtypress .leaflet-popup .map-pop-content .img-zoom {    -webkit-backface-visibility: hidden;
}
.bootstrap-realtypress .leaflet-popup .map-pop-content .img-zoom:hover {    -webkit-backface-visibility: hidden;
}
.bootstrap-realtypress .leaflet-popup .map-pop-body {
padding:10px;
color: #666;
}
.bootstrap-realtypress .leaflet-popup .map-pop-body a {
font-size:1.1em;
}
.bootstrap-realtypress .leaflet-popup .map-pop-body p {
font-size: 1.1em;
line-height: 16px;
}
.bootstrap-realtypress .leaflet-popup .map-pop-body .label.label-default {
background-color: #bbb;
}
.bootstrap-realtypress .leaflet-popup .map-pop-left {
float:left;
width:48%;
overflow:hidden;
border-right: 2px solid #efefef;
}
.bootstrap-realtypress .leaflet-popup .map-pop-right {
float:right;
width:52%;
}
.bootstrap-realtypress .leaflet-popup .map-popup-image {
max-width:100% !important; }
.bootstrap-realtypress .leaflet-popup .wp-post-image {
border-radius: 0 !important; 
box-shadow: none !important; 
}
.bootstrap-realtypress .leaflet-popup p {
margin-bottom:5px;
}
.bootstrap-realtypress .leaflet-popup-loading {
height: 100%;
width: 100%;
text-align:center;
font-weight: 700;
font-size: 1.1em;
padding: 28px;
}
.bootstrap-realtypress .leaflet-popup-loading .fa {
display:block;
font-weight: normal;
font-size: 3em;
}
.leaflet-popup-content-wrapper, .leaflet-popup-tip {
background: #fff; }
.bootstrap-realtypress img.leaflet-marker-icon {
padding:10px 10px 0 10px;
width: 45px !important;
height: 51px !important;
}
.bootstrap-realtypress .widget-area {
float: right;
width: 100%;
}
.rps-result-grid-business-type {
font-size:10px;
font-weight:700;
margin-bottom:3px;
}
.rps-result-list-business-type {
font-weight:700;
margin-top:20px;
}
.rps-result-map-business-type {
font-weight:700;
margin-bottom:5px;
}
.rps-no-map-results {
background: #efefef;
color:#999;
font-weight:700;
padding: 15px 10px;
text-align:center;
margin-bottom:10px;
}
.rps-no-map-results span {
color: #888;
font-size:1.1em;
}
.rps-crea-terms-wrap {
background:#fff;
padding: 15px 15px 0 15px;
margin-bottom:30px;
}
.rps-listing-stats label {
font-size:11px;
line-height:12px;
font-weight:500;
color: #999;
padding-top:9px;
}
.rps-listing-stats {
padding: 10px 0; 
}
.rps-listing-stats p {
margin-bottom:0;
}
.rps-text-white {
color: #fff !important;
}
.rps-video-wrapper {
position: relative;
padding-bottom: 56.25%; padding-top: 25px;
height: 0;
}
.rps-video-wrapper iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
padding-bottom: 0;
padding-top: 15px;
padding-left: 15px;
padding-right: 15px;
max-width: 100% !important;
}.rps-single-listing-map-tabs .tab-pane .tab-map {
height:450px !important;
}
.border-none {
border: 0 !important;
}  .rps-m-auto { margin: 0 auto; } .rps-mt30 { margin-top: 30px; }
.rps-mb30 { margin-top: 30px; } .pt-0 { padding-top: 0px !important; }
.pr-0 { padding-right: 0px !important; }
.pb-0 { padding-bottom: 0px !important; }
.pl-0 { padding-left: 0px !important; }
.pt-20 { padding-top: 20px !important; }
.pr-20 { padding-right: 20px !important; }
.pb-20 { padding-bottom: 20px !important; }
.pl-20 { padding-left: 20px !important; }
.pt-30 { padding-top: 30px !important; }
.pr-30 { padding-right: 30px !important; }
.pb-30 { padding-bottom: 30px !important; }
.pl-30 { padding-left: 30px !important; }@media only screen and (max-width : 1200px) {
.bootstrap-realtypress .rps-property-photo-row .bx-slider li {
height: 460px
}
} @media only screen and (max-width : 992px) {
.bootstrap-realtypress .bx-pager .slide {
width:20%;
}
.bootstrap-realtypress .rps-property-photo-row .bx-pager-wrap {
display:none;
}
.bootstrap-realtypress .rps-property-photo-row .bx-slider li {
height: 460px
}
} @media only screen and (max-width : 767px) {
.bootstrap-realtypress .rps-text-center-sm {
text-align: center !important;
}
.bootstrap-realtypress .bx-pager .slide {
width:25%;
}
.bootstrap-realtypress .rps-result-feature-label-sm {
float: none;
display: inline-block;
}
.text-left-sm {
text-align: left !important;
}
.bootstrap-realtypress .rps-property-photo-row .bx-slider li {
height: 400px
}
.bootstrap-realtypress .leaflet-popup-content {
margin: 0;
line-height: 1.4;
width: 400px !important;
}
.bootstrap-realtypress .leaflet-popup-content-wrapper {
margin-top: 40px;
margin-left: 0;
margin-right: 0;
}
} @media only screen and (max-width : 480px) {
.bootstrap-realtypress .bx-pager .slide {
width:33%;
}
.bootstrap-realtypress .rps-property-photo-row .bx-slider li {
height: 300px
}
.bootstrap-realtypress .leaflet-popup-content {
margin: 0;
line-height: 1.4;
width: 200px !important;
}
.bootstrap-realtypress .leaflet-popup-content-wrapper {
margin-top: 40px;
margin-left: 0;
margin-right: 0;
}
.bootstrap-realtypress .leaflet-popup .map-pop-left {
float:none;
width:200px;
overflow:hidden;
border-right: 2px solid #efefef;
}
.bootstrap-realtypress .leaflet-popup .map-pop-right {
float:none;
width:200px;
}
.bootstrap-realtypress .leaflet-popup .map-popup-image {
width:200px; }
.bootstrap-realtypress .leaflet-popup  .rps-popup-description {
display:none;
}
}
@media screen and (max-width: 380px) {
.bootstrap-realtypress .rps-property-photo-row .bx-slider li {
height: 200px;
}
.bootstrap-realtypress .rps-property-photo-row .bx-viewport {
height: 200px !important;
}
} @media only screen and (max-width : 320px) {
.bootstrap-realtypress .bx-pager .slide {
width:50%;
}
}.rps-city-list-widget .bootstrap-realtypress .city-list {
margin:0 0 10px 0;
padding: 0 8px;
list-style: none;
background: #fff;
}
.rps-city-list-widget .bootstrap-realtypress .city-list li {
margin:0;
padding: 0;
background: #fff;
border-bottom: 1px solid #e5e5e5;
}
.rps-city-list-widget .bootstrap-realtypress .city-list li a {
padding: 4px;
display: block;
-webkit-transition: all 200ms ease-in-out;
-moz-transition: all 200ms ease-in-out;
-o-transition: all 200ms ease-in-out;
transition: all 200ms ease-in-out; 
}
.rps-city-list-widget .bootstrap-realtypress .city-list li a:hover,
.rps-city-list-widget .bootstrap-realtypress .city-list li a:focus,
.rps-city-list-widget .bootstrap-realtypress .city-list li a:active {
padding-left: 10px;
border-left: 4px solid #ddd;
text-decoration: none;
background: #fafafa;
} .rps-property-type-list-widget .bootstrap-realtypress .property-types-list {
margin:0 0 10px 0;
padding: 0 8px;
list-style: none;
background: #fff;
}
.rps-property-type-list-widget .bootstrap-realtypress .property-types-list li {
margin:0;
padding: 0;
background: #fff;
border-bottom: 1px solid #e5e5e5;
}
.rps-property-type-list-widget .bootstrap-realtypress .property-types-list li a {
padding: 4px;
display: block;
-webkit-transition: all 200ms ease-in-out;
-moz-transition: all 200ms ease-in-out;
-o-transition: all 200ms ease-in-out;
transition: all 200ms ease-in-out; 
}
.rps-property-type-list-widget .bootstrap-realtypress .property-types-list li a:hover,
.rps-property-type-list-widget .bootstrap-realtypress .property-types-list li a:focus,
.rps-property-type-list-widget .bootstrap-realtypress .property-types-list li a:active {
padding-left: 10px;
border-left: 4px solid #ddd;
text-decoration: none;
background: #fafafa;
}@media only print {
.bootstrap-realtypress .no-print,
.bootstrap-realtypress .no-print * {
display: none !important;
}
.bootstrap-realtypress .rps-contact-form-wrap-v,
.bootstrap-realtypress .rps-contact-form-wrap-h,
.bootstrap-realtypress .bx-slider,
.bootstrap-realtypress .btn-print,
.bootstrap-realtypress .rps-listing-social,
.bootstrap-realtypress .breadcrumb,
.bootstrap-realtypress .bx-prev,
.bootstrap-realtypress .bx-next {
display:none !important;
}
.bootstrap-realtypress .bx-pager {
display: block;
}
.bootstrap-realtypress .rps-property-photo-row .bx-pager-wrap {
overflow: visible;
max-height: 100% !important;
border: 0;
}
.bootstrap-realtypress .bx-pager .slide {
max-width: 148px;
display: inline;
border: 0;
}
.bootstrap-realtypress a[href]:after {
content: "" !important;
}
.bootstrap-realtypress .bx-viewport {
max-height:150px !important;
}
.bootstrap-realtypress .bx-slider {
width:1000% !important;
}
.bootstrap-realtypress .bx-slider .slide {
max-height: 150px;
max-width:170px !important;
} 
.bootstrap-realtypress .bx-slider .slide img {
height:150px;
}  
}.bootstrap-realtypress .sc-rps-search-location-form {
margin: 0 0 15px 0;
}
.bootstrap-realtypress .sc-rps-search-location-form form {
margin: 0;
padding: 0;
}
.bootstrap-realtypress .sc-rps-search-location-form .look-search-blurb {
padding-left:15px;
color: #bbbbbb;
} .sc-rps-search-business-type .input-business-type {
font-size: 14px !important;
padding: 10px 16px 10px 10px !important;
} .bootstrap-realtypress .rps-listing-carousel-shortcode.vertical .panel {
display: inline-block;
}
.bootstrap-realtypress .rps-listing-carousel-shortcode .panel-body {
padding:2px;
}
.bootstrap-realtypress .rps-listing-carousel-shortcode .progress-bar {
-webkit-transition: none !important;
transition: none !important;
}
.bootstrap-realtypress .rps-listing-carousel-shortcode .bx-wrapper {
position: relative;
margin: 0 auto;
padding: 0;
}
.bootstrap-realtypress .rps-listing-carousel-shortcode .bx-wrapper .bx-viewport {
border: none;
box-shadow: none;
-moz-box-shadow: none;
-webkit-box-shadow: none;
left:0;
width: auto !important;
}
.bootstrap-realtypress .rps-listing-carousel-shortcode .bx-wrapper .bx-controls-direction a {
display: block;
background: rgba(0,0,0,0.1);
width: 22px;
height: 100%;
top: 0;
margin-top: 0;
-webkit-transition: all 200ms ease-in-out;
-moz-transition: all 200ms ease-in-out;
-o-transition: all 200ms ease-in-out;
transition: all 200ms ease-in-out; 
border: 1px solid rgba(0,0,0,0.04);
} .bootstrap-realtypress .rps-listing-carousel-shortcode.horizontal .bx-wrapper .bx-viewport {
margin: 0 23px 0 23px; 
left:0;
}
.bootstrap-realtypress .rps-listing-carousel-shortcode.horizontal .bx-wrapper .bx-controls-direction a.bx-prev {
background: rgba(0,0,0,.01) url(//remaxcrest.ca/wp-content/plugins/realtypress-premium/public/templates/default/img/slider-arrow-left-sm.png) center center no-repeat;
left: 0;
}
.bootstrap-realtypress .rps-listing-carousel-shortcode.horizontal .bx-wrapper .bx-controls-direction a.bx-prev:hover {
background: rgba(0,0,0,.03) url(//remaxcrest.ca/wp-content/plugins/realtypress-premium/public/templates/default/img/slider-arrow-left-sm.png) center center no-repeat;
left: 0;
}
.bootstrap-realtypress .rps-listing-carousel-shortcode.horizontal .bx-wrapper .bx-controls-direction a.bx-next {
background: rgba(0,0,0,.01) url(//remaxcrest.ca/wp-content/plugins/realtypress-premium/public/templates/default/img/slider-arrow-right-sm.png) center center no-repeat;
right: 0;
}
.bootstrap-realtypress .rps-listing-carousel-shortcode.horizontal .bx-wrapper .bx-controls-direction a.bx-next:hover {
background: rgba(0,0,0,.03) url(//remaxcrest.ca/wp-content/plugins/realtypress-premium/public/templates/default/img/slider-arrow-right-sm.png) center center no-repeat;
right: 0;
} .bootstrap-realtypress .rps-listing-carousel-shortcode.vertical  .bx-wrapper .bx-viewport .slide {
width: 100% !important;
margin-top:1px;
}
.bootstrap-realtypress .rps-listing-carousel-shortcode.vertical  .bx-wrapper .bx-viewport {
margin: 31px 0 31px 0;
padding:0;
}
.bootstrap-realtypress .rps-listing-carousel-shortcode.vertical .bx-wrapper .bx-controls-direction a {
height: 30px;
width: 100%;
-webkit-transition: all 200ms ease-in-out;
-moz-transition: all 200ms ease-in-out;
-o-transition: all 200ms ease-in-out;
transition: all 200ms ease-in-out;
border: 1px solid rgba(0,0,0,0.04);
}
.bootstrap-realtypress .rps-listing-carousel-shortcode.vertical .bx-wrapper .bx-controls-direction a.bx-prev {
background: rgba(0,0,0,.03) url(//remaxcrest.ca/wp-content/plugins/realtypress-premium/public/templates/default/img/slider-arrow-up-sm.png) center center no-repeat;
top: 0;
left: 0;
}
.bootstrap-realtypress .rps-listing-carousel-shortcode.vertical .bx-wrapper .bx-controls-direction a.bx-prev:hover {
background: rgba(0,0,0,0.01) url(//remaxcrest.ca/wp-content/plugins/realtypress-premium/public/templates/default/img/slider-arrow-up-sm.png) center center no-repeat;
top:0;
left: 0;
}
.bootstrap-realtypress .rps-listing-carousel-shortcode.vertical .bx-wrapper .bx-controls-direction a.bx-next {
background: rgba(0,0,0,.03) url(//remaxcrest.ca/wp-content/plugins/realtypress-premium/public/templates/default/img/slider-arrow-down-sm.png) center center no-repeat;
top: calc( 100% - 29px );
right:0;
}
.bootstrap-realtypress .rps-listing-carousel-shortcode.vertical .bx-wrapper .bx-controls-direction a.bx-next:hover {
background: rgba(0,0,0,0.01) url(//remaxcrest.ca/wp-content/plugins/realtypress-premium/public/templates/default/img/slider-arrow-down-sm.png) center center no-repeat;
top: calc( 100% - 29px );
right:0;
} .bootstrap-realtypress .rps-listing-carousel-shortcode .bx-wrapper .bx-caption {
position: absolute;
bottom: 0;
left: 0;
text-shadow: 0 1px 1px #000;
background: rgba(30,30,30,0.6);
width: 100%;
font-weight:700;
font-size:1em;
overflow:hidden;
height:46px;
padding: 0;
cursor: pointer;
border-top: 2px solid #428bca;
text-align:center;
}
.bootstrap-realtypress .rps-listing-carousel-shortcode .bx-wrapper .bx-caption.caption-hover {
padding-top: 40px;
}
.bx-wrapper .bx-caption span {
color: #fff;
font-family: inherit;
display: block;
font-size: .85em;
padding: 2px;
}
.bootstrap-realtypress .rps-listing-carousel-shortcode .bx-wrapper .bx-caption .price {
font-size: 18px;
line-height: 22px;
text-align:center;
}
.bootstrap-realtypress .rps-listing-carousel-shortcode .bx-wrapper .bx-caption .price.sold {
font-size: 32px;
line-height: 36px;
text-align:center;
}
.bootstrap-realtypress .rps-listing-carousel-shortcode .bx-wrapper .bx-caption .bed_bath {
display: inline-block;
background-color: rgba(66,139,202,0.8);
border: 1px solid #428bca;
margin: 4px auto;
padding: 6px 8px;
font-size: 0.9em;
}  .bootstrap-realtypress .rps-listing-preview-shortcode.vertical {
padding: 0;
margin-bottom:20px;
}
.bootstrap-realtypress .rps-listing-preview-shortcode.vertical .rps-property-result {
border: 1px solid #e5e5e5;
margin-bottom:10px;
}
.bootstrap-realtypress .rps-listing-preview-shortcode.vertical .rps-property-result .rps-property-info {
background: #fbfbfb;
padding: 10px 10px 5px 10px;
font-size:0.9em;
border-top: 3px solid #337ab7;
color:#6f6f6f;
}
.bootstrap-realtypress .rps-listing-preview-shortcode.vertical .rps-property-result h4 {
color: #428bca;
font-size: 14px;
font-weight: 300 !important;
margin: 0;
}
.bootstrap-realtypress .rps-listing-preview-shortcode.vertical .rps-property-info .city-province-postalcode {
font-size: 12px;
color: #888888;
margin-bottom:0;
padding: 2px 0;
}
.bootstrap-realtypress .rps-listing-preview-shortcode.vertical .rps-property-result .rps-property-info .property-features {
margin-bottom: 10px;
}
.bootstrap-realtypress .rps-listing-preview-shortcode.vertical .rps-property-result .rps-property-info .property-features .label.label-default {
background-color: #bbb;
}  .bootstrap-realtypress .rps-listing-preview-shortcode.horizontal {
padding: 0;
background: #fbfbfb;
margin-bottom:20px;
}
.bootstrap-realtypress .rps-listing-preview-shortcode.horizontal .rps-property-result h4 {
color: #428bca;
font-size: 18px;
font-weight: 300 !important;
margin: 20px 0 0 0;
}
.bootstrap-realtypress .rps-listing-preview-shortcode.horizontal .rps-property-result {
border: 1px solid #e5e5e5;
margin-bottom:10px;
}
.bootstrap-realtypress .rps-listing-preview-shortcode.horizontal .rps-property-result .rps-property-info {  
padding: 10px 15px 10px 15px;
font-size:1em;
color:#6f6f6f;
}
.bootstrap-realtypress .rps-listing-preview-shortcode.horizontal .rps-property-info .city-province-postalcode {
font-size: 14px;
color: #666;
margin-bottom:10px;
}
.bootstrap-realtypress .rps-listing-preview-shortcode.horizontal .rps-property-office {
font-size: 14px;
color: #888;
margin:10px 0;
}
.bootstrap-realtypress .rps-listing-preview-shortcode.horizontal .rps-property-result .rps-property-info .property-features {
margin-bottom: 10px;
}
.rps-result-feature-label {
color: #fff;
font-size: 15px;
padding: 4px 8px;
background: #bbb;
margin-right: 3px;
margin-bottom: 3px;
border-radius: 0;
display: block;
float: left;
}  .bootstrap-realtypress .rps-listing-slider-shortcode .carousel {
position: relative;
border: 1px solid #ddd;
margin-bottom: 15px;
text-align: center
}
.bootstrap-realtypress .rps-listing-slider-shortcode .carousel-control {
position: absolute;
top: 0;
bottom: 0;
width: 30px;
font-size: 20px;
color: #ffffff;
text-align: center;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
opacity:1;
height:100%;
border:0;
background: rgba(0,0,0,1);
border-radius: 0;
margin:0;
}
.bootstrap-realtypress .rps-listing-slider-shortcode .carousel-control:hover {
}
.bootstrap-realtypress .rps-listing-slider-shortcode .carousel-control.left,
.bootstrap-realtypress .rps-listing-slider-shortcode .carousel-control.right {
-moz-transition: 200ms;
-webkit-transition: 200ms;
transition: 200ms;
background: rgba(0,0,0,0.1);
}
.bootstrap-realtypress .rps-listing-slider-shortcode .carousel-control.left {
left: 0;
background: rgba(0,0,0,0.1) url(//remaxcrest.ca/wp-content/plugins/realtypress-premium/public/templates/default/img/slider-arrow-left-sm.png) center center no-repeat;
}
.bootstrap-realtypress .rps-listing-slider-shortcode .carousel-control.left:hover {
background: rgba(0,0,0,0.4) url(//remaxcrest.ca/wp-content/plugins/realtypress-premium/public/templates/default/img/slider-arrow-left-sm.png) center center no-repeat;
}
.bootstrap-realtypress .rps-listing-slider-shortcode .carousel-control.right {
right: 0;
background: rgba(0,0,0,0.1) url(//remaxcrest.ca/wp-content/plugins/realtypress-premium/public/templates/default/img/slider-arrow-right-sm.png) center center no-repeat;
}
.bootstrap-realtypress .rps-listing-slider-shortcode .carousel-control.right:hover {
background: rgba(0,0,0,0.4) url(//remaxcrest.ca/wp-content/plugins/realtypress-premium/public/templates/default/img/slider-arrow-right-sm.png) center center no-repeat;
}
.bootstrap-realtypress .rps-listing-slider-shortcode .carousel-inner > .active {
display: flex;
}
.bootstrap-realtypress .rps-listing-slider-shortcode .carousel-inner > .item {
min-height: 600px;
max-height: 600px;
height: 600px;
align-items: center;
}
.bootstrap-realtypress .rps-listing-slider-shortcode .carousel-inner > .item > img, 
.bootstrap-realtypress .rps-listing-slider-shortcode .carousel-inner > .item > a > img {
line-height: 1;
width: 100%;
overflow: hidden;
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: auto;
margin: auto;
}
.bootstrap-realtypress .rps-listing-slider-shortcode .carousel-inner .carousel-caption {
position: absolute;
top:30px;
right: 60px;
left:auto;
bottom:auto;
z-index: 10;
margin-left:30px;
padding: 0 40px 15px 60px;
color: #ffffff;
text-align: right;
width:  auto;
height: auto;
background: rgba(0,0,0,0.6);
}
.bootstrap-realtypress .rps-listing-carousel-shortcode .carousel-caption h3 {
color: #fff;
}
.bootstrap-realtypress .rps-listing-slider-shortcode .carousel-inner .carousel-caption .rps-result-feature-label-sm {    
color: #fff;  
font-size:14px;
padding:4px 6px;
background: #337ab7;
margin-right:3px;
margin-bottom:3px;
border-radius: 0;
display:block;
float:right;
text-shadow: 0 1px 0 #444;
}
.bootstrap-realtypress .rps-listing-slider-shortcode .carousel-inner .carousel-caption p {
font-weight: 500;
color: #ffffff;
}
.bootstrap-realtypress .rps-listing-slider-shortcode .carousel-inner .carousel-caption h3 {
font-size:  2.2em;
font-weight: 700;
margin-bottom: 5px;
}
.bootstrap-realtypress .rps-listing-slider-shortcode .carousel-inner .carousel-caption small {
color:  #fff;
font-weight: 500;
}
.bootstrap-realtypress .rps-listing-slider-shortcode .carousel-indicators { 
position: absolute;
top: auto;
bottom: 10px;
left: 50%;
right: auto;
z-index: 15;
width: 60%;
padding-left: 0;
margin-left: -30%;
text-align: center !important;
list-style: none;
}
.bootstrap-realtypress .rps-listing-slider-shortcode .carousel-indicators li {
display: inline-block;
width: 12px;
height: 12px;
margin: 1px 2px;
text-indent: -999px;
border: 1px solid #ccc;
border-radius: 0;
cursor: pointer;
background-color: rgba(0, 0, 0, 0.3);
}
.bootstrap-realtypress .rps-listing-slider-shortcode .carousel-indicators .active {
margin: 1px 2px;
width: 12px;
height: 12px;
background-color: #337ab7;
} .bootstrap-realtypress .rps-listing-screen-slider-shortcode .rps-listings-screen-slider-container {
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
}
.bootstrap-realtypress .rps-listing-screen-slider-shortcode .rps-listing-screen-slider {
position:absolute;
top:0;
left:0;
width:78%;
height:100%;
background:#fff;
}
.bootstrap-realtypress .rps-listing-screen-slider-shortcode .rps-listing-screen-slider .carousel {
position: relative;
border: 1px solid #ddd;
margin-bottom: 15px;
text-align: center;
}
.bootstrap-realtypress .rps-listing-screen-slider-shortcode .rps-listing-screen-slider .carousel,
.bootstrap-realtypress .rps-listing-screen-slider-shortcode .rps-listing-screen-slider .item,
.bootstrap-realtypress .rps-listing-screen-slider-shortcode .rps-listing-screen-slider .active {
height: 100%;
}
.bootstrap-realtypress .rps-listing-screen-slider-shortcode .rps-listing-screen-slider .carousel-inner {
height: 100%;
}
.bootstrap-realtypress .rps-listing-screen-slider-shortcode .rps-listing-screen-slider .carousel-inner .carousel-caption {
position: absolute;
bottom: 0;
left: 0;
right: auto;
top: auto;
z-index: 10;
margin-left: 0;
padding: 10px 20px 10px 10px;
color: #ffffff;
text-align: right;
width: 100%;
height:auto;
min-height: 180px;
background: -moz-linear-gradient(22deg, rgba(184,0,0,1) 0%, rgba(117,0,0,1) 100%); background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(184,0,0,1)), color-stop(100%, rgba(117,0,0,1))); background: -webkit-linear-gradient(22deg, rgba(184,0,0,1) 0%, rgba(117,0,0,1) 100%); background: -o-linear-gradient(22deg, rgba(184,0,0,1) 0%, rgba(117,0,0,1) 100%); background: -ms-linear-gradient(22deg, rgba(184,0,0,1) 0%, rgba(117,0,0,1) 100%); background: linear-gradient(68deg, rgba(184,0,0,1) 0%, rgba(117,0,0,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b80000', endColorstr='#750000',GradientType=1 ); border-top: 3px solid #970000;
border-bottom: 3px solid #970000;
box-shadow: 0 0 10px 6px rgba(0,0,0,0.2);
-moz-box-shadow: 0 0 10px 6px rgba(0,0,0,0.2);
-webkit-box-shadow: 0 0 10px 6px rgba(0,0,0,0.2);
text-shadow: none;
} .bootstrap-realtypress .rps-listing-screen-slider-shortcode .rps-listing-screen-slider .carousel-inner > .active {
display: flex;
}
.bootstrap-realtypress .rps-listing-screen-slider-shortcode .rps-listing-screen-slider .carousel-inner > .item {
min-height: 100%;
max-height: 100%;
height: 100%;
align-items: center;
}
.bootstrap-realtypress .rps-listing-screen-slider-shortcode .rps-listing-screen-slider .carousel-inner > .item > img, 
.bootstrap-realtypress .rps-listing-screen-slider-shortcode .rps-listing-screen-slider .carousel-inner > .item > a > img {
line-height: 1;
width: 100%;
overflow: hidden;
position: absolute;
left: -9999px;
right: -9999px;
top: -9999px;
bottom: -9999px;
margin: auto;
}
.bootstrap-realtypress .rps-listing-screen-slider-shortcode .rps-listing-screen-slider .carousel-inner .carousel-caption p {
color: #fff;
}   .bootstrap-realtypress .rps-listing-screen-slider-shortcode .row {
margin-bottom: 0;
} .bootstrap-realtypress .rps-listing-screen-slider-shortcode .rps-screen-slider-listing-image {
padding-bottom: 250px;
}
.bootstrap-realtypress .rps-listing-screen-slider-shortcode .rps-screen-slider-title {
margin-top:0;
font-size:26px;
}
.bootstrap-realtypress .rps-listing-screen-slider-shortcode .rps-screen-slider-city-province {
display:block;
font-size:.7em;
margin-top:5px; 
}
.bootstrap-realtypress .rps-listing-screen-slider-shortcode .rps-screen-slider-bed-bath {
font-weight:700;
font-size:1em;
}
.bootstrap-realtypress .rps-listing-screen-slider-shortcode .rps-screen-slider-public-remarks {
color: #fff;
font-size:0.9em;
}
.bootstrap-realtypress .rps-listing-screen-slider-shortcode .rps-screen-slider-mls {
font-size: 1.2em;
}
.bootstrap-realtypress .rps-listing-screen-slider-shortcode .rps-screen-slider-price {
margin-top:0;
margin-bottom:0;
color:#fff !important;
font-size:36px;
} .bootstrap-realtypress .rps-listing-screen-slider-shortcode .rps-screen-slider-agent-col {
border-right: 2px solid rgba(255,255,255,0.2);
}
.bootstrap-realtypress .rps-listing-screen-slider-shortcode .rps-screen-slider-agent-name {
font-size:1.5em;
}
.bootstrap-realtypress .rps-listing-screen-slider-shortcode .rps-screen-slider-agent-position {
font-size:1.2em;
} .bootstrap-realtypress .rps-listing-screen-slider-shortcode .rps-screen-slider-agent-container {
height: 120px;
}
.bootstrap-realtypress .rps-listing-screen-slider-shortcode .rps-screen-slider-agent-photo {
height: 110px;
float:left;
border:4px solid #fff
}
.bootstrap-realtypress .rps-listing-screen-slider-shortcode .rps-screen-slider-office-photo {
width: 80px;
float:left;
margin-right:10px;
}    .rps-listings-screen-slider-sidebar {
position:absolute;
top:0;
right:0;
width:22%;
height:100%;
background:#D2CCB4;
box-shadow: 0 0 10px 6px rgba(0,0,0,0.2);
-moz-box-shadow: 0 0 10px 6px rgba(0,0,0,0.2);
-webkit-box-shadow: 0 0 10px 6px rgba(0,0,0,0.2);
color:#333
}
.rps-listings-screen-slider-sidebar .rps-listings-screen-slider-sidebar-inner {
padding:20px;
} .rps-listings-screen-slider-sidebar .rps-listings-screen-slider-sidebar-inner .screen-slider-logo,
.rps-listings-screen-slider-sidebar .rps-listings-screen-slider-sidebar-inner .screen-slider-image {
margin-top:20px
} #rps-listing-screen-slider-announcements {
background:#efefef;
padding:15px 20px;
color:#333;
border:2px solid #bbb
}
.rps-listing-screen-slider-announcements-title {
font-size:16px !important;
font-weight:700 !important;
margin-top: 30px !important;
margin-bottom: 5px !important;
text-align: center;
} .rps-listings-screen-slider-sidebar-office-wrap {
padding-bottom:10px;
border-bottom: 3px solid #CF1E24;
}
.rps-listing-screen-slider-shortcode h3.rps-sidebar-screen-slider-office-name {
font-weight: 700;
margin-bottom:0;
text-align:center;
}
.rps-listing-screen-slider-shortcode .rps-sidebar-screen-slider-office-location {
color: #555;
margin-bottom:5px; 
text-align:center;
}
.rps-listing-screen-slider-shortcode .rps-sidebar-screen-slider-office-telephone {
color: #555; 
font-size:18px;
margin-top:0;
text-align:center;
} .bootstrap-realtypress .rps-listings-screen-slider-sidebar .carousel {
position: relative;
border: 1px solid #ddd;
margin-bottom: 15px;
}
.bootstrap-realtypress .rps-listings-screen-slider-sidebar .carousel .carousel-inner .carousel-caption {
position:static;
padding:0;
text-align: left;
color: #333;
text-shadow: none;
} @media only screen and (max-width : 992px) {
.bootstrap-realtypress .rps-listing-slider-shortcode .carousel-inner > .item {
min-height: 500px;
max-height: 500px;
height: 500px;
}
} @media only screen and (max-width : 768px) {
.bootstrap-realtypress .rps-listing-slider-shortcode .carousel-inner > .item {
min-height: 360px;
max-height: 360px;
height: 360px;
}
} @media only screen and (max-width : 480px) {
.bootstrap-realtypress .rps-listing-slider-shortcode .carousel-inner > .item {
min-height: 260px;
max-height: 260px;
height: 260px;
}
} @media only screen and (max-width : 320px) {
.bootstrap-realtypress .rps-listing-slider-shortcode .carousel-inner > .item {
min-height: 200px;
max-height: 200px;
height: 200px;
}
}@font-face {font-family: 'Defaults';src:url(//remaxcrest.ca/wp-content/uploads/smile_fonts/Defaults/Defaults.eot?rfa9z8);src:url(//remaxcrest.ca/wp-content/uploads/smile_fonts/Defaults/Defaults.eot?#iefixrfa9z8) format('embedded-opentype'),url(//remaxcrest.ca/wp-content/uploads/smile_fonts/Defaults/Defaults.woff?rfa9z8) format('woff'),url(//remaxcrest.ca/wp-content/uploads/smile_fonts/Defaults/Defaults.ttf?rfa9z8) format('truetype'),url(//remaxcrest.ca/wp-content/uploads/smile_fonts/Defaults/Defaults.svg?rfa9z8#Defaults) format('svg');font-weight: normal;font-style: normal;}[class^="Defaults-"], [class*=" Defaults-"] {font-family: 'Defaults';speak: none;font-style: normal;font-weight: normal;font-variant: normal;text-transform: none;line-height: 1;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;}.Defaults-glass:before {content: "\f000";}.Defaults-music:before {content: "\f001";}.Defaults-search:before {content: "\f002";}.Defaults-envelope-o:before {content: "\f003";}.Defaults-heart:before {content: "\f004";}.Defaults-star:before {content: "\f005";}.Defaults-star-o:before {content: "\f006";}.Defaults-user:before {content: "\f007";}.Defaults-film:before {content: "\f008";}.Defaults-th-large:before {content: "\f009";}.Defaults-th:before {content: "\f00a";}.Defaults-th-list:before {content: "\f00b";}.Defaults-check:before {content: "\f00c";}.Defaults-close:before {content: "\f00d";}.Defaults-remove:before {content: "\f00d";}.Defaults-times:before {content: "\f00d";}.Defaults-search-plus:before {content: "\f00e";}.Defaults-search-minus:before {content: "\f010";}.Defaults-power-off:before {content: "\f011";}.Defaults-signal:before {content: "\f012";}.Defaults-cog:before {content: "\f013";}.Defaults-gear:before {content: "\f013";}.Defaults-trash-o:before {content: "\f014";}.Defaults-home:before {content: "\f015";}.Defaults-file-o:before {content: "\f016";}.Defaults-clock-o:before {content: "\f017";}.Defaults-road:before {content: "\f018";}.Defaults-download:before {content: "\f019";}.Defaults-arrow-circle-o-down:before {content: "\f01a";}.Defaults-arrow-circle-o-up:before {content: "\f01b";}.Defaults-inbox:before {content: "\f01c";}.Defaults-play-circle-o:before {content: "\f01d";}.Defaults-repeat:before {content: "\f01e";}.Defaults-rotate-right:before {content: "\f01e";}.Defaults-refresh:before {content: "\f021";}.Defaults-list-alt:before {content: "\f022";}.Defaults-lock:before {content: "\f023";}.Defaults-flag:before {content: "\f024";}.Defaults-headphones:before {content: "\f025";}.Defaults-volume-off:before {content: "\f026";}.Defaults-volume-down:before {content: "\f027";}.Defaults-volume-up:before {content: "\f028";}.Defaults-qrcode:before {content: "\f029";}.Defaults-barcode:before {content: "\f02a";}.Defaults-tag:before {content: "\f02b";}.Defaults-tags:before {content: "\f02c";}.Defaults-book:before {content: "\f02d";}.Defaults-bookmark:before {content: "\f02e";}.Defaults-print:before {content: "\f02f";}.Defaults-camera:before {content: "\f030";}.Defaults-font:before {content: "\f031";}.Defaults-bold:before {content: "\f032";}.Defaults-italic:before {content: "\f033";}.Defaults-text-height:before {content: "\f034";}.Defaults-text-width:before {content: "\f035";}.Defaults-align-left:before {content: "\f036";}.Defaults-align-center:before {content: "\f037";}.Defaults-align-right:before {content: "\f038";}.Defaults-align-justify:before {content: "\f039";}.Defaults-list:before {content: "\f03a";}.Defaults-dedent:before {content: "\f03b";}.Defaults-outdent:before {content: "\f03b";}.Defaults-indent:before {content: "\f03c";}.Defaults-video-camera:before {content: "\f03d";}.Defaults-image:before {content: "\f03e";}.Defaults-photo:before {content: "\f03e";}.Defaults-picture-o:before {content: "\f03e";}.Defaults-pencil:before {content: "\f040";}.Defaults-map-marker:before {content: "\f041";}.Defaults-adjust:before {content: "\f042";}.Defaults-tint:before {content: "\f043";}.Defaults-edit:before {content: "\f044";}.Defaults-pencil-square-o:before {content: "\f044";}.Defaults-share-square-o:before {content: "\f045";}.Defaults-check-square-o:before {content: "\f046";}.Defaults-arrows:before {content: "\f047";}.Defaults-step-backward:before {content: "\f048";}.Defaults-fast-backward:before {content: "\f049";}.Defaults-backward:before {content: "\f04a";}.Defaults-play:before {content: "\f04b";}.Defaults-pause:before {content: "\f04c";}.Defaults-stop:before {content: "\f04d";}.Defaults-forward:before {content: "\f04e";}.Defaults-fast-forward:before {content: "\f050";}.Defaults-step-forward:before {content: "\f051";}.Defaults-eject:before {content: "\f052";}.Defaults-chevron-left:before {content: "\f053";}.Defaults-chevron-right:before {content: "\f054";}.Defaults-plus-circle:before {content: "\f055";}.Defaults-minus-circle:before {content: "\f056";}.Defaults-times-circle:before {content: "\f057";}.Defaults-check-circle:before {content: "\f058";}.Defaults-question-circle:before {content: "\f059";}.Defaults-info-circle:before {content: "\f05a";}.Defaults-crosshairs:before {content: "\f05b";}.Defaults-times-circle-o:before {content: "\f05c";}.Defaults-check-circle-o:before {content: "\f05d";}.Defaults-ban:before {content: "\f05e";}.Defaults-arrow-left:before {content: "\f060";}.Defaults-arrow-right:before {content: "\f061";}.Defaults-arrow-up:before {content: "\f062";}.Defaults-arrow-down:before {content: "\f063";}.Defaults-mail-forward:before {content: "\f064";}.Defaults-share:before {content: "\f064";}.Defaults-expand:before {content: "\f065";}.Defaults-compress:before {content: "\f066";}.Defaults-plus:before {content: "\f067";}.Defaults-minus:before {content: "\f068";}.Defaults-asterisk:before {content: "\f069";}.Defaults-exclamation-circle:before {content: "\f06a";}.Defaults-gift:before {content: "\f06b";}.Defaults-leaf:before {content: "\f06c";}.Defaults-fire:before {content: "\f06d";}.Defaults-eye:before {content: "\f06e";}.Defaults-eye-slash:before {content: "\f070";}.Defaults-exclamation-triangle:before {content: "\f071";}.Defaults-warning:before {content: "\f071";}.Defaults-plane:before {content: "\f072";}.Defaults-calendar:before {content: "\f073";}.Defaults-random:before {content: "\f074";}.Defaults-comment:before {content: "\f075";}.Defaults-magnet:before {content: "\f076";}.Defaults-chevron-up:before {content: "\f077";}.Defaults-chevron-down:before {content: "\f078";}.Defaults-retweet:before {content: "\f079";}.Defaults-shopping-cart:before {content: "\f07a";}.Defaults-folder:before {content: "\f07b";}.Defaults-folder-open:before {content: "\f07c";}.Defaults-arrows-v:before {content: "\f07d";}.Defaults-arrows-h:before {content: "\f07e";}.Defaults-bar-chart:before {content: "\f080";}.Defaults-bar-chart-o:before {content: "\f080";}.Defaults-twitter-square:before {content: "\f081";}.Defaults-facebook-square:before {content: "\f082";}.Defaults-camera-retro:before {content: "\f083";}.Defaults-key:before {content: "\f084";}.Defaults-cogs:before {content: "\f085";}.Defaults-gears:before {content: "\f085";}.Defaults-comments:before {content: "\f086";}.Defaults-thumbs-o-up:before {content: "\f087";}.Defaults-thumbs-o-down:before {content: "\f088";}.Defaults-star-half:before {content: "\f089";}.Defaults-heart-o:before {content: "\f08a";}.Defaults-sign-out:before {content: "\f08b";}.Defaults-linkedin-square:before {content: "\f08c";}.Defaults-thumb-tack:before {content: "\f08d";}.Defaults-external-link:before {content: "\f08e";}.Defaults-sign-in:before {content: "\f090";}.Defaults-trophy:before {content: "\f091";}.Defaults-github-square:before {content: "\f092";}.Defaults-upload:before {content: "\f093";}.Defaults-lemon-o:before {content: "\f094";}.Defaults-phone:before {content: "\f095";}.Defaults-square-o:before {content: "\f096";}.Defaults-bookmark-o:before {content: "\f097";}.Defaults-phone-square:before {content: "\f098";}.Defaults-twitter:before {content: "\f099";}.Defaults-facebook:before {content: "\f09a";}.Defaults-facebook-f:before {content: "\f09a";}.Defaults-github:before {content: "\f09b";}.Defaults-unlock:before {content: "\f09c";}.Defaults-credit-card:before {content: "\f09d";}.Defaults-rss:before {content: "\f09e";}.Defaults-hdd-o:before {content: "\f0a0";}.Defaults-bullhorn:before {content: "\f0a1";}.Defaults-bell-o:before {content: "\f0a2";}.Defaults-certificate:before {content: "\f0a3";}.Defaults-hand-o-right:before {content: "\f0a4";}.Defaults-hand-o-left:before {content: "\f0a5";}.Defaults-hand-o-up:before {content: "\f0a6";}.Defaults-hand-o-down:before {content: "\f0a7";}.Defaults-arrow-circle-left:before {content: "\f0a8";}.Defaults-arrow-circle-right:before {content: "\f0a9";}.Defaults-arrow-circle-up:before {content: "\f0aa";}.Defaults-arrow-circle-down:before {content: "\f0ab";}.Defaults-globe:before {content: "\f0ac";}.Defaults-wrench:before {content: "\f0ad";}.Defaults-tasks:before {content: "\f0ae";}.Defaults-filter:before {content: "\f0b0";}.Defaults-briefcase:before {content: "\f0b1";}.Defaults-arrows-alt:before {content: "\f0b2";}.Defaults-group:before {content: "\f0c0";}.Defaults-users:before {content: "\f0c0";}.Defaults-chain:before {content: "\f0c1";}.Defaults-link:before {content: "\f0c1";}.Defaults-cloud:before {content: "\f0c2";}.Defaults-flask:before {content: "\f0c3";}.Defaults-cut:before {content: "\f0c4";}.Defaults-scissors:before {content: "\f0c4";}.Defaults-copy:before {content: "\f0c5";}.Defaults-files-o:before {content: "\f0c5";}.Defaults-paperclip:before {content: "\f0c6";}.Defaults-floppy-o:before {content: "\f0c7";}.Defaults-save:before {content: "\f0c7";}.Defaults-square:before {content: "\f0c8";}.Defaults-bars:before {content: "\f0c9";}.Defaults-navicon:before {content: "\f0c9";}.Defaults-reorder:before {content: "\f0c9";}.Defaults-list-ul:before {content: "\f0ca";}.Defaults-list-ol:before {content: "\f0cb";}.Defaults-strikethrough:before {content: "\f0cc";}.Defaults-underline:before {content: "\f0cd";}.Defaults-table:before {content: "\f0ce";}.Defaults-magic:before {content: "\f0d0";}.Defaults-truck:before {content: "\f0d1";}.Defaults-pinterest:before {content: "\f0d2";}.Defaults-pinterest-square:before {content: "\f0d3";}.Defaults-google-plus-square:before {content: "\f0d4";}.Defaults-google-plus:before {content: "\f0d5";}.Defaults-money:before {content: "\f0d6";}.Defaults-caret-down:before {content: "\f0d7";}.Defaults-caret-up:before {content: "\f0d8";}.Defaults-caret-left:before {content: "\f0d9";}.Defaults-caret-right:before {content: "\f0da";}.Defaults-columns:before {content: "\f0db";}.Defaults-sort:before {content: "\f0dc";}.Defaults-unsorted:before {content: "\f0dc";}.Defaults-sort-desc:before {content: "\f0dd";}.Defaults-sort-down:before {content: "\f0dd";}.Defaults-sort-asc:before {content: "\f0de";}.Defaults-sort-up:before {content: "\f0de";}.Defaults-envelope:before {content: "\f0e0";}.Defaults-linkedin:before {content: "\f0e1";}.Defaults-rotate-left:before {content: "\f0e2";}.Defaults-undo:before {content: "\f0e2";}.Defaults-gavel:before {content: "\f0e3";}.Defaults-legal:before {content: "\f0e3";}.Defaults-dashboard:before {content: "\f0e4";}.Defaults-tachometer:before {content: "\f0e4";}.Defaults-comment-o:before {content: "\f0e5";}.Defaults-comments-o:before {content: "\f0e6";}.Defaults-bolt:before {content: "\f0e7";}.Defaults-flash:before {content: "\f0e7";}.Defaults-sitemap:before {content: "\f0e8";}.Defaults-umbrella:before {content: "\f0e9";}.Defaults-clipboard:before {content: "\f0ea";}.Defaults-paste:before {content: "\f0ea";}.Defaults-lightbulb-o:before {content: "\f0eb";}.Defaults-exchange:before {content: "\f0ec";}.Defaults-cloud-download:before {content: "\f0ed";}.Defaults-cloud-upload:before {content: "\f0ee";}.Defaults-user-md:before {content: "\f0f0";}.Defaults-stethoscope:before {content: "\f0f1";}.Defaults-suitcase:before {content: "\f0f2";}.Defaults-bell:before {content: "\f0f3";}.Defaults-coffee:before {content: "\f0f4";}.Defaults-cutlery:before {content: "\f0f5";}.Defaults-file-text-o:before {content: "\f0f6";}.Defaults-building-o:before {content: "\f0f7";}.Defaults-hospital-o:before {content: "\f0f8";}.Defaults-ambulance:before {content: "\f0f9";}.Defaults-medkit:before {content: "\f0fa";}.Defaults-fighter-jet:before {content: "\f0fb";}.Defaults-beer:before {content: "\f0fc";}.Defaults-h-square:before {content: "\f0fd";}.Defaults-plus-square:before {content: "\f0fe";}.Defaults-angle-double-left:before {content: "\f100";}.Defaults-angle-double-right:before {content: "\f101";}.Defaults-angle-double-up:before {content: "\f102";}.Defaults-angle-double-down:before {content: "\f103";}.Defaults-angle-left:before {content: "\f104";}.Defaults-angle-right:before {content: "\f105";}.Defaults-angle-up:before {content: "\f106";}.Defaults-angle-down:before {content: "\f107";}.Defaults-desktop:before {content: "\f108";}.Defaults-laptop:before {content: "\f109";}.Defaults-tablet:before {content: "\f10a";}.Defaults-mobile:before {content: "\f10b";}.Defaults-mobile-phone:before {content: "\f10b";}.Defaults-circle-o:before {content: "\f10c";}.Defaults-quote-left:before {content: "\f10d";}.Defaults-quote-right:before {content: "\f10e";}.Defaults-spinner:before {content: "\f110";}.Defaults-circle:before {content: "\f111";}.Defaults-mail-reply:before {content: "\f112";}.Defaults-reply:before {content: "\f112";}.Defaults-github-alt:before {content: "\f113";}.Defaults-folder-o:before {content: "\f114";}.Defaults-folder-open-o:before {content: "\f115";}.Defaults-smile-o:before {content: "\f118";}.Defaults-frown-o:before {content: "\f119";}.Defaults-meh-o:before {content: "\f11a";}.Defaults-gamepad:before {content: "\f11b";}.Defaults-keyboard-o:before {content: "\f11c";}.Defaults-flag-o:before {content: "\f11d";}.Defaults-flag-checkered:before {content: "\f11e";}.Defaults-terminal:before {content: "\f120";}.Defaults-code:before {content: "\f121";}.Defaults-mail-reply-all:before {content: "\f122";}.Defaults-reply-all:before {content: "\f122";}.Defaults-star-half-empty:before {content: "\f123";}.Defaults-star-half-full:before {content: "\f123";}.Defaults-star-half-o:before {content: "\f123";}.Defaults-location-arrow:before {content: "\f124";}.Defaults-crop:before {content: "\f125";}.Defaults-code-fork:before {content: "\f126";}.Defaults-chain-broken:before {content: "\f127";}.Defaults-unlink:before {content: "\f127";}.Defaults-question:before {content: "\f128";}.Defaults-info:before {content: "\f129";}.Defaults-exclamation:before {content: "\f12a";}.Defaults-superscript:before {content: "\f12b";}.Defaults-subscript:before {content: "\f12c";}.Defaults-eraser:before {content: "\f12d";}.Defaults-puzzle-piece:before {content: "\f12e";}.Defaults-microphone:before {content: "\f130";}.Defaults-microphone-slash:before {content: "\f131";}.Defaults-shield:before {content: "\f132";}.Defaults-calendar-o:before {content: "\f133";}.Defaults-fire-extinguisher:before {content: "\f134";}.Defaults-rocket:before {content: "\f135";}.Defaults-maxcdn:before {content: "\f136";}.Defaults-chevron-circle-left:before {content: "\f137";}.Defaults-chevron-circle-right:before {content: "\f138";}.Defaults-chevron-circle-up:before {content: "\f139";}.Defaults-chevron-circle-down:before {content: "\f13a";}.Defaults-html5:before {content: "\f13b";}.Defaults-css3:before {content: "\f13c";}.Defaults-anchor:before {content: "\f13d";}.Defaults-unlock-alt:before {content: "\f13e";}.Defaults-bullseye:before {content: "\f140";}.Defaults-ellipsis-h:before {content: "\f141";}.Defaults-ellipsis-v:before {content: "\f142";}.Defaults-rss-square:before {content: "\f143";}.Defaults-play-circle:before {content: "\f144";}.Defaults-ticket:before {content: "\f145";}.Defaults-minus-square:before {content: "\f146";}.Defaults-minus-square-o:before {content: "\f147";}.Defaults-level-up:before {content: "\f148";}.Defaults-level-down:before {content: "\f149";}.Defaults-check-square:before {content: "\f14a";}.Defaults-pencil-square:before {content: "\f14b";}.Defaults-external-link-square:before {content: "\f14c";}.Defaults-share-square:before {content: "\f14d";}.Defaults-compass:before {content: "\f14e";}.Defaults-caret-square-o-down:before {content: "\f150";}.Defaults-toggle-down:before {content: "\f150";}.Defaults-caret-square-o-up:before {content: "\f151";}.Defaults-toggle-up:before {content: "\f151";}.Defaults-caret-square-o-right:before {content: "\f152";}.Defaults-toggle-right:before {content: "\f152";}.Defaults-eur:before {content: "\f153";}.Defaults-euro:before {content: "\f153";}.Defaults-gbp:before {content: "\f154";}.Defaults-dollar:before {content: "\f155";}.Defaults-usd:before {content: "\f155";}.Defaults-inr:before {content: "\f156";}.Defaults-rupee:before {content: "\f156";}.Defaults-cny:before {content: "\f157";}.Defaults-jpy:before {content: "\f157";}.Defaults-rmb:before {content: "\f157";}.Defaults-yen:before {content: "\f157";}.Defaults-rouble:before {content: "\f158";}.Defaults-rub:before {content: "\f158";}.Defaults-ruble:before {content: "\f158";}.Defaults-krw:before {content: "\f159";}.Defaults-won:before {content: "\f159";}.Defaults-bitcoin:before {content: "\f15a";}.Defaults-btc:before {content: "\f15a";}.Defaults-file:before {content: "\f15b";}.Defaults-file-text:before {content: "\f15c";}.Defaults-sort-alpha-asc:before {content: "\f15d";}.Defaults-sort-alpha-desc:before {content: "\f15e";}.Defaults-sort-amount-asc:before {content: "\f160";}.Defaults-sort-amount-desc:before {content: "\f161";}.Defaults-sort-numeric-asc:before {content: "\f162";}.Defaults-sort-numeric-desc:before {content: "\f163";}.Defaults-thumbs-up:before {content: "\f164";}.Defaults-thumbs-down:before {content: "\f165";}.Defaults-youtube-square:before {content: "\f166";}.Defaults-youtube:before {content: "\f167";}.Defaults-xing:before {content: "\f168";}.Defaults-xing-square:before {content: "\f169";}.Defaults-youtube-play:before {content: "\f16a";}.Defaults-dropbox:before {content: "\f16b";}.Defaults-stack-overflow:before {content: "\f16c";}.Defaults-instagram:before {content: "\f16d";}.Defaults-flickr:before {content: "\f16e";}.Defaults-adn:before {content: "\f170";}.Defaults-bitbucket:before {content: "\f171";}.Defaults-bitbucket-square:before {content: "\f172";}.Defaults-tumblr:before {content: "\f173";}.Defaults-tumblr-square:before {content: "\f174";}.Defaults-long-arrow-down:before {content: "\f175";}.Defaults-long-arrow-up:before {content: "\f176";}.Defaults-long-arrow-left:before {content: "\f177";}.Defaults-long-arrow-right:before {content: "\f178";}.Defaults-apple:before {content: "\f179";}.Defaults-windows:before {content: "\f17a";}.Defaults-android:before {content: "\f17b";}.Defaults-linux:before {content: "\f17c";}.Defaults-dribbble:before {content: "\f17d";}.Defaults-skype:before {content: "\f17e";}.Defaults-foursquare:before {content: "\f180";}.Defaults-trello:before {content: "\f181";}.Defaults-female:before {content: "\f182";}.Defaults-male:before {content: "\f183";}.Defaults-gittip:before {content: "\f184";}.Defaults-gratipay:before {content: "\f184";}.Defaults-sun-o:before {content: "\f185";}.Defaults-moon-o:before {content: "\f186";}.Defaults-archive:before {content: "\f187";}.Defaults-bug:before {content: "\f188";}.Defaults-vk:before {content: "\f189";}.Defaults-weibo:before {content: "\f18a";}.Defaults-renren:before {content: "\f18b";}.Defaults-pagelines:before {content: "\f18c";}.Defaults-stack-exchange:before {content: "\f18d";}.Defaults-arrow-circle-o-right:before {content: "\f18e";}.Defaults-arrow-circle-o-left:before {content: "\f190";}.Defaults-caret-square-o-left:before {content: "\f191";}.Defaults-toggle-left:before {content: "\f191";}.Defaults-dot-circle-o:before {content: "\f192";}.Defaults-wheelchair:before {content: "\f193";}.Defaults-vimeo-square:before {content: "\f194";}.Defaults-try:before {content: "\f195";}.Defaults-turkish-lira:before {content: "\f195";}.Defaults-plus-square-o:before {content: "\f196";}.Defaults-space-shuttle:before {content: "\f197";}.Defaults-slack:before {content: "\f198";}.Defaults-envelope-square:before {content: "\f199";}.Defaults-wordpress:before {content: "\f19a";}.Defaults-openid:before {content: "\f19b";}.Defaults-bank:before {content: "\f19c";}.Defaults-institution:before {content: "\f19c";}.Defaults-university:before {content: "\f19c";}.Defaults-graduation-cap:before {content: "\f19d";}.Defaults-mortar-board:before {content: "\f19d";}.Defaults-yahoo:before {content: "\f19e";}.Defaults-google:before {content: "\f1a0";}.Defaults-reddit:before {content: "\f1a1";}.Defaults-reddit-square:before {content: "\f1a2";}.Defaults-stumbleupon-circle:before {content: "\f1a3";}.Defaults-stumbleupon:before {content: "\f1a4";}.Defaults-delicious:before {content: "\f1a5";}.Defaults-digg:before {content: "\f1a6";}.Defaults-pied-piper:before {content: "\f1a7";}.Defaults-pied-piper-alt:before {content: "\f1a8";}.Defaults-drupal:before {content: "\f1a9";}.Defaults-joomla:before {content: "\f1aa";}.Defaults-language:before {content: "\f1ab";}.Defaults-fax:before {content: "\f1ac";}.Defaults-building:before {content: "\f1ad";}.Defaults-child:before {content: "\f1ae";}.Defaults-paw:before {content: "\f1b0";}.Defaults-spoon:before {content: "\f1b1";}.Defaults-cube:before {content: "\f1b2";}.Defaults-cubes:before {content: "\f1b3";}.Defaults-behance:before {content: "\f1b4";}.Defaults-behance-square:before {content: "\f1b5";}.Defaults-steam:before {content: "\f1b6";}.Defaults-steam-square:before {content: "\f1b7";}.Defaults-recycle:before {content: "\f1b8";}.Defaults-automobile:before {content: "\f1b9";}.Defaults-car:before {content: "\f1b9";}.Defaults-cab:before {content: "\f1ba";}.Defaults-taxi:before {content: "\f1ba";}.Defaults-tree:before {content: "\f1bb";}.Defaults-spotify:before {content: "\f1bc";}.Defaults-deviantart:before {content: "\f1bd";}.Defaults-soundcloud:before {content: "\f1be";}.Defaults-database:before {content: "\f1c0";}.Defaults-file-pdf-o:before {content: "\f1c1";}.Defaults-file-word-o:before {content: "\f1c2";}.Defaults-file-excel-o:before {content: "\f1c3";}.Defaults-file-powerpoint-o:before {content: "\f1c4";}.Defaults-file-image-o:before {content: "\f1c5";}.Defaults-file-photo-o:before {content: "\f1c5";}.Defaults-file-picture-o:before {content: "\f1c5";}.Defaults-file-archive-o:before {content: "\f1c6";}.Defaults-file-zip-o:before {content: "\f1c6";}.Defaults-file-audio-o:before {content: "\f1c7";}.Defaults-file-sound-o:before {content: "\f1c7";}.Defaults-file-movie-o:before {content: "\f1c8";}.Defaults-file-video-o:before {content: "\f1c8";}.Defaults-file-code-o:before {content: "\f1c9";}.Defaults-vine:before {content: "\f1ca";}.Defaults-codepen:before {content: "\f1cb";}.Defaults-jsfiddle:before {content: "\f1cc";}.Defaults-life-bouy:before {content: "\f1cd";}.Defaults-life-buoy:before {content: "\f1cd";}.Defaults-life-ring:before {content: "\f1cd";}.Defaults-life-saver:before {content: "\f1cd";}.Defaults-support:before {content: "\f1cd";}.Defaults-circle-o-notch:before {content: "\f1ce";}.Defaults-ra:before {content: "\f1d0";}.Defaults-rebel:before {content: "\f1d0";}.Defaults-empire:before {content: "\f1d1";}.Defaults-ge:before {content: "\f1d1";}.Defaults-git-square:before {content: "\f1d2";}.Defaults-git:before {content: "\f1d3";}.Defaults-hacker-news:before {content: "\f1d4";}.Defaults-tencent-weibo:before {content: "\f1d5";}.Defaults-qq:before {content: "\f1d6";}.Defaults-wechat:before {content: "\f1d7";}.Defaults-weixin:before {content: "\f1d7";}.Defaults-paper-plane:before {content: "\f1d8";}.Defaults-send:before {content: "\f1d8";}.Defaults-paper-plane-o:before {content: "\f1d9";}.Defaults-send-o:before {content: "\f1d9";}.Defaults-history:before {content: "\f1da";}.Defaults-circle-thin:before {content: "\f1db";}.Defaults-genderless:before {content: "\f1db";}.Defaults-header:before {content: "\f1dc";}.Defaults-paragraph:before {content: "\f1dd";}.Defaults-sliders:before {content: "\f1de";}.Defaults-share-alt:before {content: "\f1e0";}.Defaults-share-alt-square:before {content: "\f1e1";}.Defaults-bomb:before {content: "\f1e2";}.Defaults-futbol-o:before {content: "\f1e3";}.Defaults-soccer-ball-o:before {content: "\f1e3";}.Defaults-tty:before {content: "\f1e4";}.Defaults-binoculars:before {content: "\f1e5";}.Defaults-plug:before {content: "\f1e6";}.Defaults-slideshare:before {content: "\f1e7";}.Defaults-twitch:before {content: "\f1e8";}.Defaults-yelp:before {content: "\f1e9";}.Defaults-newspaper-o:before {content: "\f1ea";}.Defaults-wifi:before {content: "\f1eb";}.Defaults-calculator:before {content: "\f1ec";}.Defaults-paypal:before {content: "\f1ed";}.Defaults-google-wallet:before {content: "\f1ee";}.Defaults-cc-visa:before {content: "\f1f0";}.Defaults-cc-mastercard:before {content: "\f1f1";}.Defaults-cc-discover:before {content: "\f1f2";}.Defaults-cc-amex:before {content: "\f1f3";}.Defaults-cc-paypal:before {content: "\f1f4";}.Defaults-cc-stripe:before {content: "\f1f5";}.Defaults-bell-slash:before {content: "\f1f6";}.Defaults-bell-slash-o:before {content: "\f1f7";}.Defaults-trash:before {content: "\f1f8";}.Defaults-copyright:before {content: "\f1f9";}.Defaults-at:before {content: "\f1fa";}.Defaults-eyedropper:before {content: "\f1fb";}.Defaults-paint-brush:before {content: "\f1fc";}.Defaults-birthday-cake:before {content: "\f1fd";}.Defaults-area-chart:before {content: "\f1fe";}.Defaults-pie-chart:before {content: "\f200";}.Defaults-line-chart:before {content: "\f201";}.Defaults-lastfm:before {content: "\f202";}.Defaults-lastfm-square:before {content: "\f203";}.Defaults-toggle-off:before {content: "\f204";}.Defaults-toggle-on:before {content: "\f205";}.Defaults-bicycle:before {content: "\f206";}.Defaults-bus:before {content: "\f207";}.Defaults-ioxhost:before {content: "\f208";}.Defaults-angellist:before {content: "\f209";}.Defaults-cc:before {content: "\f20a";}.Defaults-ils:before {content: "\f20b";}.Defaults-shekel:before {content: "\f20b";}.Defaults-sheqel:before {content: "\f20b";}.Defaults-meanpath:before {content: "\f20c";}.Defaults-buysellads:before {content: "\f20d";}.Defaults-connectdevelop:before {content: "\f20e";}.Defaults-dashcube:before {content: "\f210";}.Defaults-forumbee:before {content: "\f211";}.Defaults-leanpub:before {content: "\f212";}.Defaults-sellsy:before {content: "\f213";}.Defaults-shirtsinbulk:before {content: "\f214";}.Defaults-simplybuilt:before {content: "\f215";}.Defaults-skyatlas:before {content: "\f216";}.Defaults-cart-plus:before {content: "\f217";}.Defaults-cart-arrow-down:before {content: "\f218";}.Defaults-diamond:before {content: "\f219";}.Defaults-ship:before {content: "\f21a";}.Defaults-user-secret:before {content: "\f21b";}.Defaults-motorcycle:before {content: "\f21c";}.Defaults-street-view:before {content: "\f21d";}.Defaults-heartbeat:before {content: "\f21e";}.Defaults-venus:before {content: "\f221";}.Defaults-mars:before {content: "\f222";}.Defaults-mercury:before {content: "\f223";}.Defaults-transgender:before {content: "\f224";}.Defaults-transgender-alt:before {content: "\f225";}.Defaults-venus-double:before {content: "\f226";}.Defaults-mars-double:before {content: "\f227";}.Defaults-venus-mars:before {content: "\f228";}.Defaults-mars-stroke:before {content: "\f229";}.Defaults-mars-stroke-v:before {content: "\f22a";}.Defaults-mars-stroke-h:before {content: "\f22b";}.Defaults-neuter:before {content: "\f22c";}.Defaults-facebook-official:before {content: "\f230";}.Defaults-pinterest-p:before {content: "\f231";}.Defaults-whatsapp:before {content: "\f232";}.Defaults-server:before {content: "\f233";}.Defaults-user-plus:before {content: "\f234";}.Defaults-user-times:before {content: "\f235";}.Defaults-bed:before {content: "\f236";}.Defaults-hotel:before {content: "\f236";}.Defaults-viacoin:before {content: "\f237";}.Defaults-train:before {content: "\f238";}.Defaults-subway:before {content: "\f239";}.Defaults-medium:before {content: "\f23a";}.select2-container {
box-sizing: border-box;
display: inline-block;
margin: 0;
position: relative;
vertical-align: middle; }
.select2-container .select2-selection--single {
box-sizing: border-box;
cursor: pointer;
display: block;
height: 28px;
user-select: none;
-webkit-user-select: none; }
.select2-container .select2-selection--single .select2-selection__rendered {
display: block;
padding-left: 8px;
padding-right: 20px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap; }
.select2-container .select2-selection--single .select2-selection__clear {
position: relative; }
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
padding-right: 8px;
padding-left: 20px; }
.select2-container .select2-selection--multiple {
box-sizing: border-box;
cursor: pointer;
display: block;
min-height: 32px;
user-select: none;
-webkit-user-select: none; }
.select2-container .select2-selection--multiple .select2-selection__rendered {
display: inline-block;
overflow: hidden;
padding-left: 8px;
text-overflow: ellipsis;
white-space: nowrap; }
.select2-container .select2-search--inline {
float: left; }
.select2-container .select2-search--inline .select2-search__field {
box-sizing: border-box;
border: none;
font-size: 100%;
margin-top: 5px;
padding: 0; }
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
-webkit-appearance: none; }
.select2-dropdown {
background-color: white;
border: 1px solid #aaa;
border-radius: 4px;
box-sizing: border-box;
display: block;
position: absolute;
left: -100000px;
width: 100%;
z-index: 1051; }
.select2-results {
display: block; }
.select2-results__options {
list-style: none;
margin: 0;
padding: 0; }
.select2-results__option {
padding: 6px;
user-select: none;
-webkit-user-select: none; }
.select2-results__option[aria-selected] {
cursor: pointer; }
.select2-container--open .select2-dropdown {
left: 0; }
.select2-container--open .select2-dropdown--above {
border-bottom: none;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0; }
.select2-container--open .select2-dropdown--below {
border-top: none;
border-top-left-radius: 0;
border-top-right-radius: 0; }
.select2-search--dropdown {
display: block;
padding: 4px; }
.select2-search--dropdown .select2-search__field {
padding: 4px;
width: 100%;
box-sizing: border-box; }
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
-webkit-appearance: none; }
.select2-search--dropdown.select2-search--hide {
display: none; }
.select2-close-mask {
border: 0;
margin: 0;
padding: 0;
display: block;
position: fixed;
left: 0;
top: 0;
min-height: 100%;
min-width: 100%;
height: auto;
width: auto;
opacity: 0;
z-index: 99;
background-color: #fff;
filter: alpha(opacity=0); }
.select2-hidden-accessible {
border: 0 !important;
clip: rect(0 0 0 0) !important;
height: 1px !important;
margin: -1px !important;
overflow: hidden !important;
padding: 0 !important;
position: absolute !important;
width: 1px !important; }
.select2-container--default .select2-selection--single {
background-color: #fff;
border: 1px solid #aaa;
border-radius: 4px; }
.select2-container--default .select2-selection--single .select2-selection__rendered {
color: #444;
line-height: 28px; }
.select2-container--default .select2-selection--single .select2-selection__clear {
cursor: pointer;
float: right;
font-weight: bold; }
.select2-container--default .select2-selection--single .select2-selection__placeholder {
color: #999; }
.select2-container--default .select2-selection--single .select2-selection__arrow {
height: 26px;
position: absolute;
top: 1px;
right: 1px;
width: 20px; }
.select2-container--default .select2-selection--single .select2-selection__arrow b {
border-color: #888 transparent transparent transparent;
border-style: solid;
border-width: 5px 4px 0 4px;
height: 0;
left: 50%;
margin-left: -4px;
margin-top: -2px;
position: absolute;
top: 50%;
width: 0; }
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
float: left; }
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
left: 1px;
right: auto; }
.select2-container--default.select2-container--disabled .select2-selection--single {
background-color: #eee;
cursor: default; }
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
display: none; }
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
border-color: transparent transparent #888 transparent;
border-width: 0 4px 5px 4px; }
.select2-container--default .select2-selection--multiple {
background-color: white;
border: 1px solid #aaa;
border-radius: 4px;
cursor: text; }
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
box-sizing: border-box;
list-style: none;
margin: 0;
padding: 0 5px;
width: 100%; }
.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
color: #999;
margin-top: 5px;
float: left; }
.select2-container--default .select2-selection--multiple .select2-selection__clear {
cursor: pointer;
float: right;
font-weight: bold;
margin-top: 5px;
margin-right: 10px; }
.select2-container--default .select2-selection--multiple .select2-selection__choice {
background-color: #e4e4e4;
border: 1px solid #aaa;
border-radius: 4px;
cursor: default;
float: left;
margin-right: 5px;
margin-top: 5px;
padding: 0 5px; }
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
color: #999;
cursor: pointer;
display: inline-block;
font-weight: bold;
margin-right: 2px; }
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
color: #333; }
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
float: right; }
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
margin-left: 5px;
margin-right: auto; }
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
margin-left: 2px;
margin-right: auto; }
.select2-container--default.select2-container--focus .select2-selection--multiple {
border: solid black 1px;
outline: 0; }
.select2-container--default.select2-container--disabled .select2-selection--multiple {
background-color: #eee;
cursor: default; }
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
display: none; }
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
border-top-left-radius: 0;
border-top-right-radius: 0; }
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
border-bottom-left-radius: 0;
border-bottom-right-radius: 0; }
.select2-container--default .select2-search--dropdown .select2-search__field {
border: 1px solid #aaa; }
.select2-container--default .select2-search--inline .select2-search__field {
background: transparent;
border: none;
outline: 0;
box-shadow: none;
-webkit-appearance: textfield; }
.select2-container--default .select2-results > .select2-results__options {
max-height: 193px;
overflow-y: auto; }
.select2-container--default .select2-results__option[role=group] {
padding: 0; }
.select2-container--default .select2-results__option[aria-disabled=true] {
color: #999; }
.select2-container--default .select2-results__option[aria-selected=true] {
background-color: #ddd; }
.select2-container--default .select2-results__option .select2-results__option {
padding-left: 1em; }
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
padding-left: 0; }
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
margin-left: -1em;
padding-left: 2em; }
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
margin-left: -2em;
padding-left: 3em; }
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
margin-left: -3em;
padding-left: 4em; }
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
margin-left: -4em;
padding-left: 5em; }
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
margin-left: -5em;
padding-left: 6em; }
.select2-container--default .select2-results__option--highlighted[aria-selected] {
background-color: #5897fb;
color: white; }
.select2-container--default .select2-results__group {
cursor: default;
display: block;
padding: 6px; }
.select2-container--classic .select2-selection--single {
background-color: #f7f7f7;
border: 1px solid #aaa;
border-radius: 4px;
outline: 0;
background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
.select2-container--classic .select2-selection--single:focus {
border: 1px solid #5897fb; }
.select2-container--classic .select2-selection--single .select2-selection__rendered {
color: #444;
line-height: 28px; }
.select2-container--classic .select2-selection--single .select2-selection__clear {
cursor: pointer;
float: right;
font-weight: bold;
margin-right: 10px; }
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
color: #999; }
.select2-container--classic .select2-selection--single .select2-selection__arrow {
background-color: #ddd;
border: none;
border-left: 1px solid #aaa;
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
height: 26px;
position: absolute;
top: 1px;
right: 1px;
width: 20px;
background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
border-color: #888 transparent transparent transparent;
border-style: solid;
border-width: 5px 4px 0 4px;
height: 0;
left: 50%;
margin-left: -4px;
margin-top: -2px;
position: absolute;
top: 50%;
width: 0; }
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
float: left; }
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
border: none;
border-right: 1px solid #aaa;
border-radius: 0;
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
left: 1px;
right: auto; }
.select2-container--classic.select2-container--open .select2-selection--single {
border: 1px solid #5897fb; }
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
background: transparent;
border: none; }
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
border-color: transparent transparent #888 transparent;
border-width: 0 4px 5px 4px; }
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
border-top: none;
border-top-left-radius: 0;
border-top-right-radius: 0;
background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
border-bottom: none;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }
.select2-container--classic .select2-selection--multiple {
background-color: white;
border: 1px solid #aaa;
border-radius: 4px;
cursor: text;
outline: 0; }
.select2-container--classic .select2-selection--multiple:focus {
border: 1px solid #5897fb; }
.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
list-style: none;
margin: 0;
padding: 0 5px; }
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
display: none; }
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
background-color: #e4e4e4;
border: 1px solid #aaa;
border-radius: 4px;
cursor: default;
float: left;
margin-right: 5px;
margin-top: 5px;
padding: 0 5px; }
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
color: #888;
cursor: pointer;
display: inline-block;
font-weight: bold;
margin-right: 2px; }
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
color: #555; }
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
float: right; }
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
margin-left: 5px;
margin-right: auto; }
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
margin-left: 2px;
margin-right: auto; }
.select2-container--classic.select2-container--open .select2-selection--multiple {
border: 1px solid #5897fb; }
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
border-top: none;
border-top-left-radius: 0;
border-top-right-radius: 0; }
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
border-bottom: none;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0; }
.select2-container--classic .select2-search--dropdown .select2-search__field {
border: 1px solid #aaa;
outline: 0; }
.select2-container--classic .select2-search--inline .select2-search__field {
outline: 0;
box-shadow: none; }
.select2-container--classic .select2-dropdown {
background-color: white;
border: 1px solid transparent; }
.select2-container--classic .select2-dropdown--above {
border-bottom: none; }
.select2-container--classic .select2-dropdown--below {
border-top: none; }
.select2-container--classic .select2-results > .select2-results__options {
max-height: 200px;
overflow-y: auto; }
.select2-container--classic .select2-results__option[role=group] {
padding: 0; }
.select2-container--classic .select2-results__option[aria-disabled=true] {
color: grey; }
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
background-color: #3875d7;
color: white; }
.select2-container--classic .select2-results__group {
cursor: default;
display: block;
padding: 6px; }
.select2-container--classic.select2-container--open .select2-dropdown {
border-color: #5897fb; }html{line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}
html.swipebox-html{overflow:hidden !important}
html.swipebox-html body{direction:ltr}
article,aside,footer,header,nav,section{display:block}
h1{font-size:2em;margin:.67em 0}
figcaption,figure,main{display:block}
figure{margin:1em 40px}
hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0;overflow:visible}
pre{font-family:monospace,monospace;font-size:1em}
a{background-color:transparent;-webkit-text-decoration-skip:objects}
abbr[title]{border-bottom:0;text-decoration:underline;-webkit-text-decoration:underline dotted;-moz-text-decoration:underline dotted;text-decoration:underline dotted}
b,strong{font-weight:inherit}
b,strong{font-weight:bolder}
code,kbd,samp{font-family:monospace,monospace;font-size:1em}
dfn{font-style:italic}
mark{background-color:#ff0;color:#000}
small{font-size:80%}
sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}
sub{bottom:-.25em}
sup{top:-.5em}
audio,video{display:inline-block}
audio:not([controls]){display:none;height:0}
img{border-style:none}
svg:not(:root){overflow:hidden}
button,input,optgroup,select,textarea{margin:0}
button,input{overflow:visible}
button,select{text-transform:none}
[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}
[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}
[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}
legend{-webkit-box-sizing:border-box;box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}
progress{display:inline-block;vertical-align:baseline}
textarea{overflow:auto}
[type=checkbox],[type=radio]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}
[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}
[type=search]{-webkit-appearance:textfield;outline-offset:-2px}
[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}
::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}
details,menu{display:block}
summary{display:list-item}
canvas{display:inline-block}
template{display:none}
[hidden]{display:none} :root{-ms-overflow-style:-ms-autohiding-scrollbar;overflow-y:scroll;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;-ms-text-size-adjust:100%;text-size-adjust:100%}
audio:not([controls]){display:none}
details{display:block}
input[type=number]{width:auto}
input[type=search]{-webkit-appearance:textfield}
input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}
main{display:block}
summary{display:block}
pre{overflow:auto}
progress{display:inline-block}
small{font-size:75%}
template{display:none}
textarea{overflow:auto}
[hidden]{display:none}
[unselectable]{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
*,::after,::before{-webkit-box-sizing:inherit;box-sizing:inherit}
*{font-size:inherit;line-height:inherit}
::after,::before{text-decoration:inherit;vertical-align:inherit}
*,::after,::before{border-style:solid;border-width:0}
*{margin:0;padding:0}
:root{-webkit-box-sizing:border-box;box-sizing:border-box;cursor:default;font:62.5%/1.5 sans-serif;text-rendering:optimizeLegibility}
html{background-color:#fff}
a{text-decoration:none}
audio,canvas,iframe,img,svg,video{vertical-align:middle}
button,input,select,textarea{background-color:transparent}
button,input,select,textarea{color:inherit;font-family:inherit;font-style:inherit;font-weight:inherit}
[type=button],[type=date],[type=datetime-local],[type=datetime],[type=email],[type=month],[type=number],[type=password],[type=reset],[type=search],[type=submit],[type=tel],[type=text],[type=time],[type=url],[type=week],button,select,textarea{min-height:1.5em}
code,kbd,pre,samp{font-family:monospace,monospace}
nav ol,nav ul{list-style:none}
select{-moz-appearance:none;-webkit-appearance:none}
select::-ms-expand{display:none}
select::-ms-value{color:currentColor}
table{border-collapse:collapse;border-spacing:0}
textarea{resize:vertical}
::-moz-selection{background-color:#b3d4fc;text-shadow:none}
::selection{background-color:#b3d4fc;text-shadow:none}
*,:after,:before{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-font-smoothing:antialiased;font-smoothing:antialiased;text-rendering:optimizeLegibility}
html{font-size:62.5%;height:100%;min-height:100%}
body{font:400 11px/1.4 Rubik,sans-serif;color:#444;margin:0;background:#f7f7f7;min-height:100%}
.clear:after,.clear:before{content:' ';display:table}
.clear:after{clear:both}
.clear{*zoom:1}
img{max-width:100%;vertical-align:bottom;height:auto}
a{color:#444;text-decoration:none}
a:hover{color:#444}
a:focus{outline:0}
a:active,a:hover{outline:0}
select{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}
.aligncenter{display:block;margin:5px auto 5px auto}
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}
.wp-caption{background:#fff;max-width:96%;padding:5px 3px 0;text-align:center}
.gallery-caption{font-size:11px;line-height:18px;padding:5px 0}
.wp-caption.alignnone{margin:5px 20px 20px 0}
.wp-caption.alignleft{margin:5px 20px 20px 0}
.wp-caption.alignright{margin:5px 0 20px 20px}
.wp-caption img{border:0 none;height:auto;margin:0;max-width:98.5%;padding:0;width:auto}
.rh_agent_form .wp-caption .wp-caption-text.rh_agent_form__row,.wp-caption .rh_agent_form .wp-caption-text.rh_agent_form__row,.wp-caption p.wp-caption-text{font-size:11px;line-height:17px;margin:0;padding:0 4px 5px}
.alert-wrapper{margin-bottom:80px}
.text-right{text-align:right}
.text-left{text-align:left}
.text-center{text-align:center}
.screen-reader-text{clip:rect(1px,1px,1px,1px);position:absolute !important;height:1px;width:1px;overflow:hidden}
.screen-reader-text:focus{background-color:#f1f1f1;border-radius:3px;-webkit-box-shadow:0 0 2px 2px rgba(0,0,0,.6);box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto !important;color:#21759b;display:block;font-size:14px;font-size:.875rem;font-weight:700;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}
.rh_agent_form .rh_agent_form__row,a,p{color:grey;font-size:1.4rem;font-weight:400;line-height:1.2}
h1,h2,h3,h4,h5,h6{font-family:Rubik,sans-serif;font-weight:700;margin-top:2rem;margin-bottom:0;line-height:1.2;color:#1a1a1a}
h1{font-size:5.4rem;margin-top:4rem}
h2{font-size:3.6rem;margin-top:4rem}
h3{font-size:1.8rem}
h4{font-size:1.6363636364rem}
h5{font-size:1.3846153846rem}
h6{font-size:1.2rem}
::-moz-selection{color:#fff;background:#1ea69a}
::selection{color:#fff;background:#1ea69a}
span{font-size:inherit;font-weight:400;line-height:1.2}
button,dl,figure,input,label,legend,ol,pre,select,table,textarea,ul{font-size:1.5rem;font-weight:400;line-height:1.2}
input,textarea{padding:.5rem;outline:0;-webkit-box-shadow:none;box-shadow:none}
button{-webkit-box-shadow:none;box-shadow:none;background:#1ea69a;color:#fff;border:0;padding:.5rem 1rem;outline:0}
button:focus{outline:0}
blockquote{background-color:rgba(30,166,154,.1);border-color:#1ea69a;font-size:1.5rem;border-left:5px solid #1ea69a}
table{width:100%;margin-bottom:2rem;table-layout:fixed}
table,td,th{border:1px solid rgba(128,128,128,.2);border-collapse:collapse}
th{color:#1a1a1a;font-size:1.5rem;font-weight:500;line-height:1.5;padding:.5rem .7rem}
td{font-size:1.5rem;line-height:1.5;padding:.5rem .7rem}
dl{margin-bottom:2rem}
dl dt{font-size:1.8rem;font-weight:500;line-height:1.5;color:#1a1a1a}
dl dd{font-size:1.5rem;line-height:2;margin-bottom:1.5rem}
address{margin-bottom:2rem}
pre{margin-bottom:2rem;line-height:1.5}
.rh_wrap{position:relative;overflow:hidden;z-index:0;margin:0 auto}
.rh_wrap--padding{padding:0 10rem;max-width:1440px;margin:0 auto}
.rh_wrap--topPadding{padding-top:8rem}
.clearfix{*zoom:1}
.clearfix:after,.clearfix:before{display:table;content:"";line-height:0}
.clearfix:after{clear:both}
.rh_svg{fill:#1ea69a}
.hide{display:none}
.highlight svg path{fill:#ea723d}
.highlight__red svg path{fill:#ea3d3d}
.only-for-print{display:none}
#rh_inspiry_gdpr{width:100%;display:block;margin-bottom:1.5rem}
#rh_inspiry_gdpr.rh_agent_form__field{margin-bottom:3rem}
#rh_inspiry_gdpr .gdpr-checkbox-label{display:block;color:#1a1a1a;font-weight:700;font-size:14px;line-height:1.5;margin-bottom:.5rem}
#rh_inspiry_gdpr input,#rh_inspiry_gdpr label{float:left}
#rh_inspiry_gdpr input{width:auto;margin:3px 0 0}
#rh_inspiry_gdpr label{color:#1a1a1a;width:95%;margin-left:8px;margin-bottom:0 !important}
.rh_header{position:absolute;top:0;width:100%;-webkit-box-sizing:border-box;box-sizing:border-box;z-index:999}
.rh_header .rh_header__wrap{max-width:1440px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin:0 auto;padding:2.5rem 10rem}
.rh_header--shadow{background:#303030;background:-webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(0,0,0,.7)),color-stop(100%,rgba(192,192,192,0)));background:-webkit-linear-gradient(270deg,rgba(0,0,0,.7) 0,rgba(192,192,192,0) 100%);background:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.7)),to(rgba(192,192,192,0)));background:-webkit-linear-gradient(top,rgba(0,0,0,.7) 0,rgba(192,192,192,0) 100%);background:linear-gradient(180deg,rgba(0,0,0,.7) 0,rgba(192,192,192,0) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000',endColorstr='silver',GradientType=0)}
.rh_logo{-webkit-box-flex:1;-webkit-flex:1 0 12rem;-ms-flex:1 0 12rem;flex:1 0 12rem}
.rh_logo .rh_logo__heading{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin:0;color:#fff;line-height:1}
.rh_logo .rh_logo__heading a{color:#fff;font-weight:500;font-size:2rem;-webkit-transition:.2s all linear;transition:.2s all linear}
.rh_logo .only-for-print{display:none}
.rh_menu{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-webkit-flex:0 1 auto;-ms-flex:0 1 auto;flex:0 1 auto;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;padding:0}
.rh_menu .main-menu{-webkit-box-ordinal-group:2;-webkit-order:1;-ms-flex-order:1;order:1;position:relative}
.rh_menu .rh_menu__hamburger{display:none;padding:0;height:4.3rem}
ul.rh_menu__main{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;position:relative;list-style-type:none;margin:0;padding:0 0 0 1.5rem}
ul.rh_menu__main>li{position:relative}
ul.rh_menu__main>li:hover>.sub-menu{visibility:visible;opacity:1;z-index:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);-webkit-transition-delay:0s,0s,.2s;transition-delay:0s,0s,.2s}
ul.rh_menu__main>li>.sub-menu>li>.sub-menu>li .sub-menu{left:auto;right:100%}
ul.rh_menu__main>.current-menu-ancestor>a,ul.rh_menu__main>.current-menu-item>a{background-color:#ea723d}
ul.rh_menu__main li{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}
ul.rh_menu__main li:hover{background-color:#ea723d}
ul.rh_menu__main li a{color:#fff;line-height:2.4rem;padding:1.3rem 1.7rem;text-decoration:none;-webkit-transition:.2s all linear;transition:.2s all linear}
ul.rh_menu__main li a:hover{background:#ea723d;-webkit-transition:.2s all linear;transition:.2s all linear}
ul.rh_menu__main li a span{margin-left:1rem;background:#fff;padding:.2rem .5rem;font-size:1.2rem;color:#ea723d;float:right;margin-top:3px}
ul.rh_menu__main ul.sub-menu{display:inline-block;width:230px;background:#fff;border-top:4px solid #ea723d;padding:2rem 0;visibility:hidden;opacity:0;position:absolute;top:100%;left:0;-webkit-transform:translateY(-1rem);-ms-transform:translateY(-1rem);transform:translateY(-1rem);z-index:-1;-webkit-transition:all .3s ease-in-out 0s,visibility 0s linear .3s,z-index 0s linear 10ms;transition:all .3s ease-in-out 0s,visibility 0s linear .3s,z-index 0s linear 10ms;-webkit-box-shadow:0 0 5px 2px rgba(0,0,0,.05);box-shadow:0 0 5px 2px rgba(0,0,0,.05)}
ul.rh_menu__main ul.sub-menu li{width:100%;padding:0;-webkit-box-sizing:border-box;box-sizing:border-box;position:relative;-webkit-transition:.2s all linear;transition:.2s all linear}
ul.rh_menu__main ul.sub-menu li a{display:block;width:100%;color:grey;padding:1rem 2.5rem}
ul.rh_menu__main ul.sub-menu li a:hover{background:0;color:#000}
ul.rh_menu__main ul.sub-menu li a span{background:#1ea69a;color:#fff}
ul.rh_menu__main ul.sub-menu li:hover>.sub-menu{visibility:visible;opacity:1;z-index:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);-webkit-transition-delay:0s,0s,.2s;transition-delay:0s,0s,.2s}
ul.rh_menu__main ul.sub-menu li.current-menu-item,ul.rh_menu__main ul.sub-menu li:hover{background:#f7f7f7;cursor:pointer;-webkit-transition:.2s all linear;transition:.2s all linear}
ul.rh_menu__main ul.sub-menu ul.sub-menu{display:inline-block;width:230px;background:#fff;border-top:4px solid #ea723d;padding:2rem 0;visibility:hidden;opacity:0;position:absolute;top:0;left:100%;-webkit-transform:translateX(1rem);-ms-transform:translateX(1rem);transform:translateX(1rem);z-index:-1;-webkit-transition:all .3s ease-in-out 0s,visibility 0s linear .3s,z-index 0s linear 10ms;transition:all .3s ease-in-out 0s,visibility 0s linear .3s,z-index 0s linear 10ms}
ul.rh_menu__main ul.sub-menu ul.sub-menu a{color:grey}
ul.rh_menu__main ul.sub-menu ul.sub-menu a:hover{background:0;color:#000}
.rh_menu__user{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-webkit-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-ordinal-group:3;-webkit-order:2;-ms-flex-order:2;order:2}
.rh_menu__user .rh_menu__user_phone{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;padding:0 0 0 1rem}
.rh_menu__user .rh_menu__user_phone svg{fill:#fff}
.rh_menu__user .rh_menu__user_phone .contact-number{display:inline-block;color:#fff;font-weight:500;margin:0 0 0 1rem}
.rh_menu__user .rh_menu__user_profile{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;padding:0 0 0 1rem;position:relative}
.rh_menu__user .rh_menu__user_profile .user-icon{fill:#fff;width:38px;height:38px;border-radius:500rem;cursor:pointer;padding:.5rem;-webkit-transition:.2s all linear;transition:.2s all linear}
.rh_menu__user .rh_menu__user_profile .user-icon:hover{background:rgba(85,85,85,.3);-webkit-transition:.2s all linear;transition:.2s all linear}
.rh_menu__user .rh_menu__user_profile.open-login .rh_modal{top:15px;opacity:1;visibility:visible}
.rh_menu__user .rh_menu__user_submit{padding:0 0 0 1rem}
.rh_menu__user .rh_menu__user_submit a{display:inline-block;background:#1ea69a;color:#fff;font-weight:500;padding:1.4rem 2rem;text-decoration:none;-webkit-transition:.2s all linear;transition:.2s all linear}
.rh_menu__user .rh_menu__user_submit a:hover{background:#1c9d92;-webkit-transition:.2s all linear;transition:.2s all linear}
.rh_menu--hover{background:#ea723d;-webkit-transition:.2s all linear;transition:.2s all linear}
.rh_modal{padding-top:15px;display:inline-block;width:260px;visibility:hidden;opacity:0;position:absolute;top:30px;right:2rem;-webkit-transform:translateY(2em);-ms-transform:translateY(2em);transform:translateY(2em);z-index:999999;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}
.rh_modal .rh_modal__corner{display:block;width:10px;height:10px;margin:0 0 0 auto;border-top:10px solid transparent;border-right:20px solid #f7f7f7;position:relative}
.rh_modal .rh_modal__wrap{display:block;text-align:center;background:#f7f7f7;-webkit-box-shadow:0 0 5px 2px rgba(0,0,0,.05);box-shadow:0 0 5px 2px rgba(0,0,0,.05)}
.rh_modal .rh_modal__wrap label{display:block;text-align:left;margin:.5rem 0;font-size:1.4rem;padding:0;color:#444}
.rh_modal .rh_modal__wrap .modal-loader{display:none;width:35px;height:35px}
.rh_modal .rh_modal__wrap .rh_modal__msg{margin-bottom:1rem;font-size:1.4rem;line-height:1.5}
.rh_modal .rh_modal__wrap .rh_modal__login_wrap{padding:2.5rem}
.rh_modal .rh_modal__wrap .rh_modal__login_wrap .inspiry-social-login .wp-social-login-widget{margin-bottom:20px}
.rh_modal .rh_modal__wrap .rh_modal__login_wrap .inspiry-social-login .wp-social-login-connect-with{color:grey;font-size:1.5rem;font-weight:500}
.rh_modal .rh_modal__wrap .rh_modal__login_wrap .inspiry-social-login .wp-social-login-provider-list{padding:0;margin:0}
.rh_modal .rh_modal__wrap .rh_modal__login_wrap .inspiry-social-login .wp-social-login-provider-list a{color:#fff}
.rh_modal .rh_modal__wrap .rh_modal__login_wrap .inspiry-social-login .wp-social-login-provider-list a:hover{color:#fff}
.rh_modal .rh_modal__wrap .rh_modal__login_wrap .inspiry-social-login .wp-social-login-provider{display:inline-block;padding:8px 13px;margin:5px 0;width:100%;font-size:13px;line-height:20px;text-align:center;color:#fff;background-color:#1ea69a}
.rh_modal .rh_modal__wrap .rh_modal__login_wrap .inspiry-social-login i.fa{display:inline-block}
.rh_modal .rh_modal__wrap .rh_modal__login_wrap .inspiry-social-login .wp-social-login-provider-facebook{background-color:#3b5998}
.rh_modal .rh_modal__wrap .rh_modal__login_wrap .inspiry-social-login .wp-social-login-provider-facebook:focus,.rh_modal .rh_modal__wrap .rh_modal__login_wrap .inspiry-social-login .wp-social-login-provider-facebook:hover{background-color:#344e86}
.rh_modal .rh_modal__wrap .rh_modal__login_wrap .inspiry-social-login .wp-social-login-provider-google{background-color:#dd4b39}
.rh_modal .rh_modal__wrap .rh_modal__login_wrap .inspiry-social-login .wp-social-login-provider-google:focus,.rh_modal .rh_modal__wrap .rh_modal__login_wrap .inspiry-social-login .wp-social-login-provider-google:hover{background-color:#4285f4}
.rh_modal .rh_modal__wrap .rh_modal__login_wrap .inspiry-social-login .wp-social-login-provider-twitter{background-color:#1da1f2}
.rh_modal .rh_modal__wrap .rh_modal__login_wrap .inspiry-social-login .wp-social-login-provider-twitter:focus,.rh_modal .rh_modal__wrap .rh_modal__login_wrap .inspiry-social-login .wp-social-login-provider-twitter:hover{background-color:#14171a}
.rh_modal .rh_modal__wrap .rh_modal__login_wrap .inspiry-social-login .wp-social-login-provider-yahoo{background-color:#410093}
.rh_modal .rh_modal__wrap .rh_modal__login_wrap .inspiry-social-login .wp-social-login-provider-yahoo:focus,.rh_modal .rh_modal__wrap .rh_modal__login_wrap .inspiry-social-login .wp-social-login-provider-yahoo:hover{background-color:#36007a}
.rh_modal .rh_modal__wrap .rh_modal__login_wrap .inspiry-social-login .wp-social-login-provider-linkedin{background-color:#0077b5}
.rh_modal .rh_modal__wrap .rh_modal__login_wrap .inspiry-social-login .wp-social-login-provider-linkedin:focus,.rh_modal .rh_modal__wrap .rh_modal__login_wrap .inspiry-social-login .wp-social-login-provider-linkedin:hover{background-color:#8d6cab}
.rh_modal .rh_modal__wrap .rh_modal__login_wrap .inspiry-social-login .wp-social-login-provider-instagram{background-color:#f77737}
.rh_modal .rh_modal__wrap .rh_modal__login_wrap .inspiry-social-login .wp-social-login-provider-instagram:focus,.rh_modal .rh_modal__wrap .rh_modal__login_wrap .inspiry-social-login .wp-social-login-provider-instagram:hover{background-color:#fcaf45}
.rh_modal .rh_modal__wrap .rh_modal__login_wrap .inspiry-social-login .wp-social-login-provider-wordpress{background-color:#21759b}
.rh_modal .rh_modal__wrap .rh_modal__login_wrap .inspiry-social-login .wp-social-login-provider-wordpress:focus,.rh_modal .rh_modal__wrap .rh_modal__login_wrap .inspiry-social-login .wp-social-login-provider-wordpress:hover{background-color:#464646}
.rh_modal .rh_modal__wrap .rh_modal__login_wrap .inspiry-social-login .wp-social-login-provider-disqus{background-color:#2e9fff}
.rh_modal .rh_modal__wrap .rh_modal__login_wrap .inspiry-social-login .wp-social-login-provider-disqus:focus,.rh_modal .rh_modal__wrap .rh_modal__login_wrap .inspiry-social-login .wp-social-login-provider-disqus:hover{background-color:#1593ff}
.rh_modal .rh_modal__wrap .rh_modal__login_wrap .inspiry-social-login .wp-social-login-provider-reddit{background-color:#ff4500}
.rh_modal .rh_modal__wrap .rh_modal__login_wrap .inspiry-social-login .wp-social-login-provider-reddit:focus,.rh_modal .rh_modal__wrap .rh_modal__login_wrap .inspiry-social-login .wp-social-login-provider-reddit:hover{background-color:#5f99cf}
.rh_modal .rh_modal__wrap .rh_modal__login_wrap .inspiry-social-login .wp-social-login-provider-foursquare{background-color:#f94877}
.rh_modal .rh_modal__wrap .rh_modal__login_wrap .inspiry-social-login .wp-social-login-provider-foursquare:focus,.rh_modal .rh_modal__wrap .rh_modal__login_wrap .inspiry-social-login .wp-social-login-provider-foursquare:hover{background-color:#0732a2}
.rh_modal .rh_modal__wrap .rh_modal__login_wrap .inspiry-social-login .wp-social-login-provider-lastfm{background-color:#d51007}
.rh_modal .rh_modal__wrap .rh_modal__login_wrap .inspiry-social-login .wp-social-login-provider-lastfm:focus,.rh_modal .rh_modal__wrap .rh_modal__login_wrap .inspiry-social-login .wp-social-login-provider-lastfm:hover{background-color:#bc0e06}
.rh_modal .rh_modal__wrap .rh_modal__login_wrap .inspiry-social-login .wp-social-login-provider-tumblr{background-color:#35465c}
.rh_modal .rh_modal__wrap .rh_modal__login_wrap .inspiry-social-login .wp-social-login-provider-tumblr:focus,.rh_modal .rh_modal__wrap .rh_modal__login_wrap .inspiry-social-login .wp-social-login-provider-tumblr:hover{background-color:#2c3a4c}
.rh_modal .rh_modal__wrap .rh_modal__login_wrap .inspiry-social-login .wp-social-login-provider-goodreads{background-color:#553b08}
.rh_modal .rh_modal__wrap .rh_modal__login_wrap .inspiry-social-login .wp-social-login-provider-goodreads:focus,.rh_modal .rh_modal__wrap .rh_modal__login_wrap .inspiry-social-login .wp-social-login-provider-goodreads:hover{background-color:#3e2b06}
.rh_modal .rh_modal__wrap .rh_modal__login_wrap .inspiry-social-login .wp-social-login-provider-stackoverflow{background-color:#fe7a15}
.rh_modal .rh_modal__wrap .rh_modal__login_wrap .inspiry-social-login .wp-social-login-provider-stackoverflow:focus,.rh_modal .rh_modal__wrap .rh_modal__login_wrap .inspiry-social-login .wp-social-login-provider-stackoverflow:hover{background-color:#f86c01}
.rh_modal .rh_modal__wrap .rh_modal__login_wrap .inspiry-social-login .wp-social-login-provider-github{background-color:#4183c4}
.rh_modal .rh_modal__wrap .rh_modal__login_wrap .inspiry-social-login .wp-social-login-provider-github:focus,.rh_modal .rh_modal__wrap .rh_modal__login_wrap .inspiry-social-login .wp-social-login-provider-github:hover{background-color:#3876b4}
.rh_modal .rh_modal__wrap .rh_modal__login_wrap .inspiry-social-login .wp-social-login-provider-dribbble{background-color:#ea4c89}
.rh_modal .rh_modal__wrap .rh_modal__login_wrap .inspiry-social-login .wp-social-login-provider-dribbble:focus,.rh_modal .rh_modal__wrap .rh_modal__login_wrap .inspiry-social-login .wp-social-login-provider-dribbble:hover{background-color:#444}
.rh_modal .rh_modal__wrap .rh_modal__login_wrap .inspiry-social-login .wp-social-login-provider-500px{background-color:#0099e5}
.rh_modal .rh_modal__wrap .rh_modal__login_wrap .inspiry-social-login .wp-social-login-provider-500px:focus,.rh_modal .rh_modal__wrap .rh_modal__login_wrap .inspiry-social-login .wp-social-login-provider-500px:hover{background-color:#ff4c4c}
.rh_modal .rh_modal__wrap .rh_modal__login_wrap .inspiry-social-login .wp-social-login-provider-skyrock{background-color:#009aff}
.rh_modal .rh_modal__wrap .rh_modal__login_wrap .inspiry-social-login .wp-social-login-provider-skyrock:focus,.rh_modal .rh_modal__wrap .rh_modal__login_wrap .inspiry-social-login .wp-social-login-provider-skyrock:hover{background-color:#008be6}
.rh_modal .rh_modal__wrap .rh_modal__login_wrap .inspiry-social-login .wp-social-login-provider-mixi{background-color:#e67e22}
.rh_modal .rh_modal__wrap .rh_modal__login_wrap .inspiry-social-login .wp-social-login-provider-mixi:focus,.rh_modal .rh_modal__wrap .rh_modal__login_wrap .inspiry-social-login .wp-social-login-provider-mixi:hover{background-color:#d67118}
.rh_modal .rh_modal__wrap .rh_modal__login_wrap .inspiry-social-login .wp-social-login-provider-steam{background-color:#000}
.rh_modal .rh_modal__wrap .rh_modal__login_wrap .inspiry-social-login .wp-social-login-provider-steam:focus,.rh_modal .rh_modal__wrap .rh_modal__login_wrap .inspiry-social-login .wp-social-login-provider-steam:hover{background-color:#00adee}
.rh_modal .rh_modal__wrap .rh_modal__login_wrap .inspiry-social-login .wp-social-login-provider-twitchtv{background-color:#6441a5}
.rh_modal .rh_modal__wrap .rh_modal__login_wrap .inspiry-social-login .wp-social-login-provider-twitchtv:focus,.rh_modal .rh_modal__wrap .rh_modal__login_wrap .inspiry-social-login .wp-social-login-provider-twitchtv:hover{background-color:#b9a3e3}
.rh_modal .rh_modal__wrap .rh_modal__login_wrap .inspiry-social-login .wp-social-login-provider-vkontakte{background-color:#45668e}
.rh_modal .rh_modal__wrap .rh_modal__login_wrap .inspiry-social-login .wp-social-login-provider-vkontakte:focus,.rh_modal .rh_modal__wrap .rh_modal__login_wrap .inspiry-social-login .wp-social-login-provider-vkontakte:hover{background-color:#3d5a7d}
.rh_modal .rh_modal__wrap .rh_modal__login_wrap .inspiry-social-login .wp-social-login-provider-mailru{background-color:#07c}
.rh_modal .rh_modal__wrap .rh_modal__login_wrap .inspiry-social-login .wp-social-login-provider-mailru:focus,.rh_modal .rh_modal__wrap .rh_modal__login_wrap .inspiry-social-login .wp-social-login-provider-mailru:hover{background-color:#0068b3}
.rh_modal .rh_modal__wrap .rh_modal__login_wrap .inspiry-social-login .wp-social-login-provider-yandex{background-color:#fc0}
.rh_modal .rh_modal__wrap .rh_modal__login_wrap .inspiry-social-login .wp-social-login-provider-yandex:focus,.rh_modal .rh_modal__wrap .rh_modal__login_wrap .inspiry-social-login .wp-social-login-provider-yandex:hover{background-color:#e6b800}
.rh_modal .rh_modal__wrap .rh_modal__login_wrap .inspiry-social-login .wp-social-login-provider-odnoklassniki{background-color:#ed812b}
.rh_modal .rh_modal__wrap .rh_modal__login_wrap .inspiry-social-login .wp-social-login-provider-odnoklassniki:focus,.rh_modal .rh_modal__wrap .rh_modal__login_wrap .inspiry-social-login .wp-social-login-provider-odnoklassniki:hover{background-color:#eb7314}
.rh_modal .rh_modal__wrap .rh_modal__login_wrap .inspiry-social-login .wp-social-login-provider-aol{background-color:#ff0b00}
.rh_modal .rh_modal__wrap .rh_modal__login_wrap .inspiry-social-login .wp-social-login-provider-aol:focus,.rh_modal .rh_modal__wrap .rh_modal__login_wrap .inspiry-social-login .wp-social-login-provider-aol:hover{background-color:#00c4ff}
.rh_modal .rh_modal__wrap .rh_modal__login_wrap .inspiry-social-login .wp-social-login-provider-live{background-color:#00bcf2}
.rh_modal .rh_modal__wrap .rh_modal__login_wrap .inspiry-social-login .wp-social-login-provider-live:focus,.rh_modal .rh_modal__wrap .rh_modal__login_wrap .inspiry-social-login .wp-social-login-provider-live:hover{background-color:#00a8d9}
.rh_modal .rh_modal__wrap .rh_modal__login_wrap .inspiry-social-login .wp-social-login-provider-pixelpin{background-color:#1d8bd5}
.rh_modal .rh_modal__wrap .rh_modal__login_wrap .inspiry-social-login .wp-social-login-provider-pixelpin:focus,.rh_modal .rh_modal__wrap .rh_modal__login_wrap .inspiry-social-login .wp-social-login-provider-pixelpin:hover{background-color:#1a7cbf}
.rh_modal .rh_modal__wrap h3{font-weight:500;margin:0 0 1rem 0;text-align:left}
.rh_modal .rh_modal__wrap input{background:#fff;font-size:1.5rem;padding:1.5rem;width:100%;border-bottom:2px solid #f7f7f7}
.rh_modal .rh_modal__wrap button{width:100%;padding:1.5rem;cursor:pointer;margin:0;margin-bottom:1.5rem;-webkit-transition:.2s background linear;transition:.2s background linear}
.rh_modal .rh_modal__wrap button:hover{background:#1c9d92;-webkit-transition:.2s background linear;transition:.2s background linear}
.rh_modal .rh_modal__wrap a{display:inline-block;font-size:1.5rem;font-weight:500;margin-bottom:1rem}
.rh_modal .rh_modal__wrap a:hover{color:#ea723d;text-decoration:underline}
.rh_modal .rh_modal__wrap .rh_modal__dashboard{display:block;padding:2.5rem 2.5rem 1rem;background:#fff;text-align:left}
.rh_modal .rh_modal__wrap .rh_modal__dashboard .rh_modal__dash_link{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;width:100%;margin-bottom:2.5rem;-webkit-transition:.2s all linear;transition:.2s all linear}
.rh_modal .rh_modal__wrap .rh_modal__dashboard .rh_modal__dash_link:hover svg{fill:#ea723d;-webkit-transition:.2s all linear;transition:.2s all linear}
.rh_modal .rh_modal__wrap .rh_modal__dashboard .rh_modal__dash_link svg{width:16px;fill:grey}
.rh_modal .rh_modal__wrap .rh_modal__dashboard .rh_modal__dash_link span{padding:0 0 0 1.5rem}
.rh_modal .rh_modal__recaptcha{margin-top:2px}
.rh_modal .rh_modal__recaptcha .inspiry-recaptcha-wrapper{height:56px}
.rh_modal--display{visibility:visible;opacity:1;z-index:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);-webkit-transition-delay:0s,0s,.2s;transition-delay:0s,0s,.2s}
.rh_modal__user_icon{background:rgba(85,85,85,.3);-webkit-transition:.2s all linear;transition:.2s all linear}
.rh_modal__msg{margin-bottom:1rem}
.rh_modal__forgot_wrap,.rh_modal__register_wrap{display:none;padding:2.5rem}
.rh_user{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin:0 auto;padding:2.5rem}
.rh_user .rh_user__avatar{padding:0 1.5rem 0 0}
.rh_user .rh_user__avatar img{width:4rem;height:4rem;border-radius:500rem;padding:0}
.rh_user .rh_user__details{text-align:left}
.rh_user .rh_user__details .rh_user__msg{font-size:1.3rem;margin-bottom:.2rem}
.rh_user .rh_user__details .rh_user__name{font-size:1.5rem;margin-bottom:0;font-weight:500}
.rh_menu__responsive{display:block;width:25rem;margin-top:1.5rem;padding:1.5rem 0;background:#fff;position:absolute;top:0;right:0;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);visibility:hidden;opacity:0;z-index:-1;-webkit-transition:all .3s ease-in-out 0s,visibility 0s linear .3s,z-index 0s linear 10ms;transition:all .3s ease-in-out 0s,visibility 0s linear .3s,z-index 0s linear 10ms}
.rh_menu__responsive li{padding:0;position:relative}
.rh_menu__responsive li a{display:block;padding:1.5rem 2.5rem;line-height:1.5;-webkit-transition:.2s all linear;transition:.2s all linear}
.rh_menu__responsive li a:hover{-webkit-transition:.2s all linear;transition:.2s all linear}
.rh_menu__responsive .rh_menu__indicator{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;width:4rem;height:5rem;position:absolute;right:0;top:0;line-height:.4;cursor:pointer;color:grey;-webkit-transition:.2s all linear;transition:.2s all linear}
.rh_menu__responsive .rh_menu__indicator_up{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg);-webkit-transition:.2s all linear;transition:.2s all linear}
.rh_menu__responsive ul.sub-menu{display:none;width:25rem;padding:1.5rem 0;margin:0;background:#f2f2f2}
.rh_menu__responsive ul.sub-menu ul.sub-menu{display:none;width:25rem;padding:1.5rem 0;margin:0;background:#e6e5e5}
.rh_menu__responsive ul.sub-menu ul.rh_menu__submenu_third{left:2.5rem;visibility:visible;z-index:1;opacity:1;-webkit-transition-delay:0s,0s,.2s;transition-delay:0s,0s,.2s}
.rh_menu__responsive ul.rh_menu__submenu_second{left:2.5rem;visibility:visible;z-index:1;opacity:1;-webkit-transition-delay:0s,0s,.2s;transition-delay:0s,0s,.2s}
.rh_menu__responsive_show{-webkit-transform:translateY(4.3rem);-ms-transform:translateY(4.3rem);transform:translateY(4.3rem);visibility:visible;opacity:1;z-index:1;-webkit-transition-delay:0s,0s,.2s;transition-delay:0s,0s,.2s}
#rh_progress{position:fixed;top:0;left:0;width:100%;height:5px;z-index:99999}
#currency-switcher-form{display:inline-block;float:left;margin-left:1rem}
#currency-switcher{margin:0;position:relative}
#currency-switcher #selected-currency{color:#fff;border:1px solid #fff;width:50px;height:24px;font-size:11px;line-height:24px;padding:0 8px;cursor:pointer;position:relative}
#currency-switcher #selected-currency:after{position:absolute;top:0;right:5px;content:"\f0d7";font-family:FontAwesome}
#currency-switcher #selected-currency:hover{background-color:#1ea69a}
#currency-switcher-list{margin:0;list-style:none;position:absolute;top:24px;left:0;z-index:9999;display:none}
#currency-switcher-list li{background-color:#1ea69a;color:#fff;border:1px solid #fff;border-top:0;width:50px;height:24px;font-size:11px;line-height:26px;padding:0 10px;cursor:pointer}
#currency-switcher-list li:first-child{border-top-width:1px;border-top-style:solid}
#currency-switcher-list li:hover{background-color:#ea723d}
.rh_label{display:inline-block;font-size:1.4rem;background:#ea723d;color:#fff}
.rh_label .rh_label__wrap{position:relative;padding:.5rem .5rem .5rem 1rem}
.rh_label span{display:inline-block;width:0;height:0;position:absolute;right:-.9rem;top:0;border:0 solid transparent;border-bottom-width:13px;border-top-width:13px;border-left:9px solid #ea723d}
.rh_label__slide{position:absolute;top:-13px;left:0}
.rh_label__property{position:absolute;left:1.5rem;top:-1.3rem;z-index:999}
.rh_label__property .rh_label__wrap{padding:.4rem .5rem .3rem 1rem}
.rh_label__featured{position:absolute;left:0;top:-1.3rem;z-index:999}
.rh_label__list{position:absolute;left:0;top:-1.3rem;z-index:9}
.rh_label__featured_widget{position:absolute;left:0;top:-1.3rem;z-index:999}
.rh_label__featured_widget .rh_label__wrap{padding:.3rem .5rem .2rem 1rem}
.rh_label__property_grid{position:absolute;left:1.5rem;top:-1.3rem;z-index:9}
.rh_label__property_grid .rh_label__wrap{padding:.4rem .5rem .3rem 1rem}
.rh_label__favorite{position:absolute;left:1.5rem;top:-1.3rem;z-index:999}
.rh_label__favorite .rh_label__wrap{padding:.4rem .5rem .3rem 1rem}
.rh_prop_search{max-width:1440px;margin:0 auto}
.rh_prop_search .home-widget-label{font-size:3rem;font-weight:300;margin-top:2.5rem;text-align:center}
.rh_prop_search .ihf-widget{padding:2.5rem 0 0}
.rh_prop_search--page{padding-bottom:5rem}
.rh_prop_search__form{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;position:relative;margin-top:-4.25rem;z-index:99}
.rh_prop_search__form .rh_prop_search__fields{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-webkit-flex:0 1 auto;-ms-flex:0 1 auto;flex:0 1 auto;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;background:#fff;width:80%;position:relative}
.rh_prop_search__form .rh_prop_search__fields .rh_prop_search__wrap{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;border-bottom:1px solid rgba(128,128,128,.2);border-left:1px solid rgba(128,128,128,.2);position:relative;z-index:999}
.rh_prop_search__form .rh_prop_search__fields .rh_prop_search__wrap .select2-container--default .select2-selection--single{padding:0 2.5rem}
.rh_prop_search__form .rh_prop_search__fields .rh_prop_search__wrap .select2-container--disabled .select2-selection--single{background:0}
.rh_prop_search__form .rh_prop_search__fields .rh_prop_search__dropdown{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%;height:initial;opacity:0;visibility:hidden;-webkit-transition:all .4s ease-in-out 0s;transition:all .4s ease-in-out 0s;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);position:absolute;top:0;z-index:99;border-left:1px solid rgba(128,128,128,.2)}
.rh_prop_search__form .rh_prop_search__fields .rh_prop_search__dropdown .rh_prop_search__option{border-bottom:1px solid rgba(128,128,128,.2)}
.rh_prop_search__form .rh_prop_search__fields .rh_prop_search__dropdown .rh_prop_search__option:nth-last-child(1){border-right:1px solid rgba(128,128,128,.2)}
.rh_prop_search__form .rh_prop_search__fields .rh_prop_search__dropdown .select2-container--default .select2-selection--single{padding:0 2.5rem}
.rh_prop_search__form .rh_prop_search__fields .rh_prop_search__dropdown .select2-container--default.select2-container--disabled .select2-selection--single{background:#fff}
.rh_prop_search__form .rh_prop_search__fields .rh_prop_search__ddActive{height:auto;opacity:1;visibility:visible;-webkit-transition:all .4s ease-in-out 0s;transition:all .4s ease-in-out 0s;-webkit-transform:translateY(9.5rem);-ms-transform:translateY(9.5rem);transform:translateY(9.5rem)}
.rh_prop_search__form .rh_prop_search__fields .rh_prop_search__option{-webkit-box-flex:1;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;width:25%;padding:2rem 0;background:#fff;border-right:1px solid rgba(128,128,128,.2);-webkit-transition:.2s all linear;transition:.2s all linear}
.rh_prop_search__form .rh_prop_search__fields .rh_prop_search__option:nth-last-child(1){border-right:0}
.rh_prop_search__form .rh_prop_search__fields .rh_prop_search__option label{display:block;font-size:1.4rem;font-weight:500;margin-bottom:1rem;padding:0 2.5rem;cursor:pointer}
.rh_prop_search__form .rh_prop_search__fields .rh_prop_search__option label span{display:inline-block;font-size:1.4rem}
.rh_prop_search__form .rh_prop_search__fields .rh_prop_search__option label .label{font-weight:500}
.rh_prop_search__form .rh_prop_search__fields .rh_prop_search__option span{display:block;font-size:1.5rem;outline:0;border:0;padding-left:0;border-radius:0;-webkit-transition:.2s all linear;transition:.2s all linear}
.rh_prop_search__form .rh_prop_search__fields .rh_prop_search__option span select{outline:0;padding:0 2.5rem !important}
.rh_prop_search__form .rh_prop_search__fields .rh_prop_search__option input{display:block;padding:0 2.5rem;width:100%;line-height:1.9}
.rh_prop_search__form .rh_prop_search__fields .hide-fields{display:none}
.rh_prop_search__form .rh_prop_search__fields .rh_prop_search__select{padding:0}
.rh_prop_search__form .rh_prop_search__fields .rh_prop_search__select:hover{cursor:pointer}
.rh_prop_search__form .rh_prop_search__fields .rh_prop_search__select .select2-selection__arrow{display:inline-block;right:1.5rem}
.rh_prop_search__form .rh_prop_search__fields .rh_prop_search__active{background:#1ea69a;border-right:0;-webkit-transition:.2s all linear;transition:.2s all linear}
.rh_prop_search__form .rh_prop_search__fields .rh_prop_search__active label{color:#fff;-webkit-transition:.2s all linear;transition:.2s all linear}
.rh_prop_search__form .rh_prop_search__btnWrap{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;width:100%;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}
.rh_prop_search__form .rh_prop_search__buttons{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-webkit-flex:0 1 auto;-ms-flex:0 1 auto;flex:0 1 auto;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;width:20%;position:relative}
.rh_prop_search__form .rh_prop_search__buttons .rh_prop_search__advance{position:relative;display:inline-block;width:38%;text-align:center;background:#18998e}
.rh_prop_search__form .rh_prop_search__buttons .rh_prop_search__advance .advance-search-arrow{position:absolute;top:100%;margin-top:6px;left:0;right:0;margin-left:-18px;display:none}
.rh_prop_search__form .rh_prop_search__buttons .rh_prop_search__advance .advance-search-arrow span{display:inline-block}
.rh_prop_search__form .rh_prop_search__buttons .rh_prop_search__advance .advance-search-arrow .arrow-inner{position:relative}
.rh_prop_search__form .rh_prop_search__buttons .rh_prop_search__advance .advance-search-arrow .arrow-inner svg g{stroke:#333}
.rh_prop_search__form .rh_prop_search__buttons .rh_prop_search__advance .advance-search-arrow .arrow-inner span{position:absolute;white-space:nowrap;font-size:14px;font-weight:500;right:40px;top:22px;color:#333}
.rh_prop_search__form .rh_prop_search__buttons .rh_prop_search__advance a{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;width:100%;height:100%;padding:3.6rem 0;-webkit-transition:.2s background linear;transition:.2s background linear}
.rh_prop_search__form .rh_prop_search__buttons .rh_prop_search__advance a:hover{background:#179086;-webkit-transition:.2s background linear;transition:.2s background linear}
.rh_prop_search__form .rh_prop_search__buttons .rh_prop_search__advance a svg{display:inline-block;width:20px;height:23px}
.rh_prop_search__form .rh_prop_search__buttons .rh_prop_search__searchBtn{width:62%;text-align:center}
.rh_prop_search__form .rh_prop_search__buttons .rh_prop_search__searchBtn .rh_btn__prop_search{display:block;width:100%;margin:0;padding:3.7rem 0;cursor:pointer;-webkit-transition:.2s background linear;transition:.2s background linear}
.rh_prop_search__form .rh_prop_search__buttons .rh_prop_search__searchBtn .rh_btn__prop_search:hover{background:#1c9d92;-webkit-transition:.2s background linear;transition:.2s background linear}
.rh_prop_search__form .rh_prop_search__buttons .rh_prop_search__searchBtn .rh_btn__prop_search svg{display:inline-block;width:18px;height:18px;margin-right:.5rem}
.home .rh_prop_search__form .rh_prop_search__buttons .rh_prop_search__advance .advance-search-arrow{display:inline-block}
.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#fff transparent transparent transparent}
.rh_prop_search__active .select2-container--default .select2-selection--single{background:#1ea69a;color:#fff;-webkit-transition:.2s all linear;transition:.2s all linear}
.rh_prop_search__active .select2-container--default .select2-selection--single .select2-selection__rendered{color:#fff;-webkit-transition:.2s all linear;transition:.2s all linear}
.rh_prop_search__active .select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#fff transparent transparent transparent}
.rh_prop_search__active .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #fff transparent}
.rh_prop_search__active .select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#fff transparent transparent transparent}
.select2-container--open .select2-dropdown--above,.select2-container--open .select2-dropdown--below{background:#1ea69a;border-radius:0;border:0}
.select2-container--open .select2-dropdown--above .select2-results__option,.select2-container--open .select2-dropdown--below .select2-results__option{padding:1.5rem 2.5rem;color:#fff}
.select2-container--default .select2-results__option--highlighted[aria-selected],.select2-container--default .select2-results__option[aria-selected=true]{background-color:#1a9086;color:#fff;-webkit-transition:.2s all linear;transition:.2s all linear}
.select2-search--dropdown .select2-search__field{padding:1rem 2.5rem}
.rh_prop_search--map_listing{padding-bottom:0}
.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #fff;color:#fff}
.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar{width:.5rem;background:#1ea69a}
.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-thumb{background-color:#18877e}
.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background-color:#1ea69a}
.comment-form .form-submit .submit,.post-password-form input[type=submit],.rh_btn,.rh_contact__form .wpcf7-form input[type=submit],.rh_memberships__selection #ims-free-button,.rh_memberships__selection .ims-stripe-button .stripe-button-el,.widget .searchform input[type=submit],.widget.widget_mc4wp_form_widget input[type=submit]{display:inline-block;color:#fff;font-size:1.5rem;padding:1.5rem 2rem;text-align:center;outline:0;border:0;border-radius:0;cursor:pointer}
.comment-form .form-submit .submit:hover,.post-password-form input[type=submit]:hover,.rh_btn:hover,.rh_contact__form .wpcf7-form input[type=submit]:hover,.rh_memberships__selection #ims-free-button:hover,.rh_memberships__selection .ims-stripe-button .stripe-button-el:hover,.widget .searchform input[type=submit]:hover,.widget.widget_mc4wp_form_widget input[type=submit]:hover{color:#fff}
.rh_btn--secondary,.widget.widget_mc4wp_form_widget input[type=submit]{background:#ea723d;-webkit-transition:.2s background linear;transition:.2s background linear}
.rh_btn--secondary:hover,.widget.widget_mc4wp_form_widget input[type=submit]:hover{background:rgba(234,114,61,.8);-webkit-transition:.2s background linear;transition:.2s background linear}
.rh_btn--greyBG{background:rgba(255,255,255,.25);-webkit-transition:.2s background linear;transition:.2s background linear}
.rh_btn--greyBG:hover{background:rgba(255,255,255,.4);-webkit-transition:.2s background linear;transition:.2s background linear}
.rh_btn--greybtn{background:#aeadad;-webkit-transition:.2s background linear;transition:.2s background linear}
.rh_btn--greybtn:hover{background:#838181;-webkit-transition:.2s background linear;transition:.2s background linear}
.rh_btn--blackBG{background:#303030;-webkit-transition:.2s background linear;transition:.2s background linear}
.rh_btn--blackBG:hover{background:rgba(48,48,48,.8);-webkit-transition:.2s background linear;transition:.2s background linear}
.rh_btn--whiteBG{background:#fff;color:#303030;-webkit-transition:.2s background linear;transition:.2s background linear}
.rh_btn--whiteBG:hover{background:rgba(255,255,255,.8);color:#303030;-webkit-transition:.2s background linear;transition:.2s background linear}
.rh_btn--profileDelete{background:#ccc;-webkit-transition:.2s background linear;transition:.2s background linear}
.rh_btn--profileDelete:hover{background:#bfbfbf;-webkit-transition:.2s background linear;transition:.2s background linear}
.comment-form .form-submit .submit,.post-password-form input[type=submit],.rh_btn--primary,.rh_contact__form .wpcf7-form input[type=submit],.rh_memberships__selection #ims-free-button,.rh_memberships__selection .ims-stripe-button .stripe-button-el,.widget .searchform input[type=submit]{background:#1ea69a;-webkit-transition:.2s background linear;transition:.2s background linear}
.comment-form .form-submit .submit:hover,.post-password-form input[type=submit]:hover,.rh_btn--primary:hover,.rh_contact__form .wpcf7-form input[type=submit]:hover,.rh_memberships__selection #ims-free-button:hover,.rh_memberships__selection .ims-stripe-button .stripe-button-el:hover,.widget .searchform input[type=submit]:hover{background:#1a9086;-webkit-transition:.2s background linear;transition:.2s background linear}
.btn-mini{font-size:1.3rem}
.btn-small{padding:1.5rem 2.5rem}
.btn-large{font-size:1.8rem;font-weight:500;padding:1.5rem 3rem}
.rh_banner{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:end;-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end;width:100%;background:#303030;position:relative}
.rh_banner .rh_banner__wrap{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;width:100%;position:relative;padding:0 10rem 8rem;margin:0 auto;max-width:1440px}
.rh_banner .rh_banner__title{color:#fff;font-size:3.6rem;font-weight:400;margin:0}
.rh_banner .rh_view_type a:hover path{fill:#1ea69a}
.rh_banner .rh_view_type .active path{fill:#1ea69a}
.rh_banner .rh_view_type svg path{fill:#fff}
.rh_banner__default{height:20rem}
.rh_banner__image{height:30rem}
.rh_banner__cover{display:block;position:absolute;top:0;width:100%;height:100%;background:rgba(0,0,0,.5)}
.rh_form{display:block;position:relative;padding:3rem 1.5rem;background:#fff;text-align:left}
.rh_form #rh_modal__forgot_form{display:none}
.rh_form__login_wrap{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}
.rh_form__login_wrap .rh_form__login{width:50%}
.rh_form__login_wrap .rh_form__register{width:50%}
.commentlist article .comment-detail-wrap .rh_form__login_wrap .comment-body,.rh_form__login_wrap .commentlist article .comment-detail-wrap .comment-body,.rh_form__login_wrap .rh_content{padding:0 1.5rem 2rem}
.rh_form__row{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:0}
.rh_form__item{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-webkit-flex:0 1 auto;-ms-flex:0 1 auto;flex:0 1 auto;padding:0 1.5rem 3rem}
.rh_form__item label{display:inline-block;margin-bottom:1rem;font-size:1.5rem;font-weight:500;line-height:1.5;padding:0}
.rh_form__item .error{margin:1rem 0 0 0;font-weight:400;color:#ea4d4d}
.rh_form__item input{display:block;width:100%;margin:0 auto;padding:1.3rem 1.5rem;border:1px solid rgba(128,128,128,.2);font-size:1.5rem;color:grey}
.rh_form__item input[type=submit]{display:inline-block;width:initial;margin:0;color:#fff;cursor:pointer}
.rh_form__item textarea{display:block;width:100%;margin:0 auto;padding:1.3rem 1.5rem;border:1px solid rgba(128,128,128,.2);font-size:1.5rem;line-height:2;color:grey}
.rh_agent_form .rh_form__item .note.rh_agent_form__row,.rh_form__item .rh_agent_form .note.rh_agent_form__row,.rh_form__item p.note{font-size:1.3rem;font-weight:500;line-height:1.5;margin-top:1rem}
.rh_form__item .rh_form__social{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}
.rh_form__item .rh_form__social span{width:46px;height:46px;padding:1.5rem;font-size:1.7rem;line-height:.6;border:1px solid rgba(128,128,128,.2);border-right:0;color:rgba(128,128,128,.5)}
.rh_form__item .rh_form__social input{border-left:0;padding:1.3rem 1.5rem 1.3rem 0}
.rh_form__item .wp-editor-container{border:1px solid rgba(128,128,128,.2)}
.rh_form__item .quicktags-toolbar input{display:inline-block;width:initial}
.rh_form__item .selectwrap select{outline:0}
.rh_form__item span{border:0}
.rh_form__item .select2-container{display:block;outline:0}
.rh_form__item .select2-container:focus{outline:0}
.rh_form__item .select2-selection--single{border:1px solid rgba(128,128,128,.2);border-radius:0;height:initial;outline:0}
.rh_form__item .select2-selection--single .select2-selection__rendered{color:grey;font-size:1.5rem;line-height:1.2;padding:1.3rem 0 1.3rem 1.5rem}
.rh_form__item .select2-selection--single .select2-selection__arrow{width:44px;height:44px;background:#f7f7f7;border-left:1px solid rgba(128,128,128,.2)}
.rh_form__item .select2-selection--single .select2-selection__arrow b{right:1.7rem}
.rh_form__item #gallery-thumbs-container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}
.rh_form__item #gallery-thumbs-container .gallery-thumb{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;background:#f7f7f7;position:relative;margin:0 1.5rem 1.5rem 0;width:150px;height:150px;font-size:1.4rem;color:grey}
.rh_form__item #gallery-thumbs-container .gallery-thumb .mark-featured{position:absolute;bottom:0;left:0}
.rh_form__item #gallery-thumbs-container .gallery-thumb .remove-image{position:absolute;bottom:0;right:0}
.rh_form__item #gallery-thumbs-container .gallery-thumb a{background:rgba(0,0,0,.5);color:#fff;padding:.5rem .8rem}
.rh_form__item #gallery-thumbs-container .gallery-thumb .loader{display:none;position:absolute;top:0;left:0;background:rgba(0,0,0,.5);color:#fff;padding:.5rem .8rem}
.rh_form__item #drag-and-drop{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;height:30rem;background:#f7f7f7;border:1px solid rgba(128,128,128,.2);border-style:dashed;font:500 1.5rem/1.5 Rubik,sans-serif}
.rh_form__item #drag-and-drop div{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin:0 1rem}
.rh_form__item #drag-and-drop i{font-size:2.2rem;color:rgba(0,0,0,.2)}
.rh_form__item .field-description{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;margin:1.5rem 0}
.rh_form__item .field-description span{font-weight:500;font-size:1.3rem;line-height:1.5}
.rh_form__item .field-description .note{width:6rem}
.rh_form__item .address-wrapper{padding:2.3rem;z-index:999}
.rh_form__item .address-wrapper input{background:#fff;margin:0 0 1rem 0}
.rh_form__item .address-wrapper #address-error{float:none;width:100%;text-align:right}
.rh_form__item .map-wrapper{height:40rem;position:absolute;top:0;display:block;width:100%;padding:0 3rem 0 0}
.rh_form__item .map-wrapper .map-canvas{height:100%}
.comment-form .form-submit .rh_form__item .map-wrapper .submit,.post-password-form .rh_form__item .map-wrapper input[type=submit],.rh_contact__form .wpcf7-form .rh_form__item .map-wrapper input[type=submit],.rh_form__item .map-wrapper .comment-form .form-submit .submit,.rh_form__item .map-wrapper .post-password-form input[type=submit],.rh_form__item .map-wrapper .rh_btn,.rh_form__item .map-wrapper .rh_contact__form .wpcf7-form input[type=submit],.rh_form__item .map-wrapper .rh_memberships__selection #ims-free-button,.rh_form__item .map-wrapper .rh_memberships__selection .ims-stripe-button .stripe-button-el,.rh_form__item .map-wrapper .widget .searchform input[type=submit],.rh_form__item .map-wrapper .widget.widget_mc4wp_form_widget input[type=submit],.rh_memberships__selection .ims-stripe-button .rh_form__item .map-wrapper .stripe-button-el,.rh_memberships__selection .rh_form__item .map-wrapper #ims-free-button,.widget .searchform .rh_form__item .map-wrapper input[type=submit],.widget.widget_mc4wp_form_widget .rh_form__item .map-wrapper input[type=submit]{position:absolute;z-index:999;left:2.3rem;top:12rem}
.rh_form__item #inspiry-additional-details-container .inspiry-detail{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin:1rem 0}
.rh_form__item #inspiry-additional-details-container .inspiry-detail .inspiry-detail-control{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;height:46px}
.rh_form__item #inspiry-additional-details-container .inspiry-detail .inspiry-detail-control i{font-size:2.2rem;color:rgba(128,128,128,.5);-webkit-transition:.2s all linear;transition:.2s all linear}
.rh_form__item #inspiry-additional-details-container .inspiry-detail .inspiry-detail-control .sort-detail{cursor:pointer}
.rh_form__item #inspiry-additional-details-container .inspiry-detail .inspiry-detail-control .sort-detail:hover{color:#2196f3;-webkit-transition:.2s all linear;transition:.2s all linear}
.rh_form__item #inspiry-additional-details-container .inspiry-detail .inspiry-detail-control .remove-detail i:hover{color:#d32c3d;-webkit-transition:.2s all linear;transition:.2s all linear}
.rh_form__item #inspiry-additional-details-container .inspiry-detail .inspiry-detail-title,.rh_form__item #inspiry-additional-details-container .inspiry-detail .inspiry-detail-value{-webkit-box-flex:1;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto}
.rh_form__item #inspiry-additional-details-container .inspiry-detail .inspiry-detail-title{margin:0 1.5rem}
.rh_form__item #inspiry-additional-details-container .inspiry-detail .inspiry-detail-value{margin:0 1.5rem}
.rh_form__item .inspiry-details-wrapper .inspiry-detail{display:inline-block;margin:0 3.5rem;text-align:center}
.rh_form__item .inspiry-details-wrapper .inspiry-detail .inspiry-detail-control{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}
.rh_form__item .inspiry-details-wrapper .inspiry-detail .add-detail{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;width:37px;height:37px;background:#ea723d;color:#fff;padding:1rem 1.3rem;-webkit-transition:.2s all linear;transition:.2s all linear}
.rh_form__item .inspiry-details-wrapper .inspiry-detail .add-detail:hover{background:#e75b1d;-webkit-transition:.2s all linear;transition:.2s all linear}
.rh_form__item .features-checkboxes{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;list-style-type:none}
.rh_form__item .features-checkboxes li{width:25%}
.rh_form__item #errors-log{color:grey;font:400 1.4rem/1.5 Rubik,sans-serif}
.rh_form__item .select2-container--default .select2-selection--multiple,.rh_form__item .select2-container--default.select2-container--focus .select2-selection--multiple{border-color:#cdcdcd;-webkit-box-shadow:none;box-shadow:none;min-height:38px;border-radius:0}
.rh_form__item .select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#f7f7f7;height:28px;line-height:27px;border-radius:0}
.rh_form__response{padding-bottom:0}
.rh_form__response .rh_form__msg{display:none;margin-bottom:3rem}
.rh_form__response .rh_form__error{display:none;margin-bottom:3rem}
.address-map-fields-wrapper{height:43rem}
.rh_form__submit{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}
.rh_form--columnAlign{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}
.rh_form--3-column{width:33.3%}
.rh_form--2-column{width:50%}
.rh_form--1-column{width:100%}
.rh_form--relative{position:relative}
.rh_form--align_start{-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}
.rh_form--align_end{-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}
.rh_checkbox label{position:relative;padding:0 0 0 4rem;margin-top:.5rem;margin-bottom:.5rem;cursor:pointer}
.rh_checkbox span.rh_checkbox__title{display:inline-block;padding:.6rem 0;font-size:1.4rem;color:grey}
.rh_checkbox input[type=checkbox]{visibility:hidden;display:none}
.rh_checkbox input[type=checkbox]:checked~.rh_checkbox__indicator:after{display:block}
.rh_checkbox .rh_checkbox__indicator{position:absolute;top:0;left:0;width:25px;height:25px;background:#fff;border:1px solid rgba(128,128,128,.2);-webkit-box-shadow:0 0 5px 2px rgba(0,0,0,.1);box-shadow:0 0 5px 2px rgba(0,0,0,.05)}
.rh_checkbox .rh_checkbox__indicator:after{content:'';position:absolute;display:none;width:24px;height:24px;background:url(//remaxcrest.ca/wp-content/themes/realhomes/assets/modern/images/icons/icon-tick.png) 50% 50% no-repeat}
.rh_checkbox #terms-error{padding:0 0 0 1rem}
.rh_checkbox__featured{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;background:#f7f7f7;padding:1.5rem 2rem}
.rh_checkbox__featured label{margin:0;padding:0 0 0 4rem}
.rh_checkbox__featured label input{display:inline-block;width:initial}
.rh_checkbox__featured label .rh_checkbox__title{font-weight:500;margin-left:1rem;padding:0;line-height:1.5}
.rh_agent_options{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;margin-bottom:1.5rem}
.rh_agent_options input[type=radio]{visibility:hidden}
.rh_agent_options input[type=radio]:checked~.control__indicator:after{display:block}
.rh_agent_options input{width:initial}
.rh_agent_options label{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;position:relative;padding:0 0 0 4rem;cursor:pointer;margin:1.5rem 0}
.rh_agent_options label span{font-size:1.4rem;line-height:2;margin-right:1rem}
.rh_agent_options label a{font-size:1.4rem;-webkit-transition:.2s all linear;transition:.2s all linear}
.rh_agent_options label a:hover{-webkit-transition:.2s all linear;transition:.2s all linear}
.rh_agent_options label .sub-title{color:grey}
.rh_agent_options label .control__indicator{position:absolute;top:0;left:0;width:25px;height:25px;background:#f7f7f7;border:1px solid rgba(128,128,128,.2);border-radius:500rem;-webkit-box-shadow:0 0 5px 2px rgba(0,0,0,.1);box-shadow:0 0 5px 2px rgba(0,0,0,.05)}
.rh_agent_options label .control__indicator:after{content:'';position:absolute;display:none;width:13px;height:13px;border-radius:500rem;background:#ea723d;top:5px;left:5px}
.rh_agent_options .rh_agent_options__wrap{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}
.rh_agent_options .rh_agent_options__wrap span.select2{width:30rem;margin-left:1rem}
.ui-autocomplete{padding:.5rem 0;margin:0;list-style:none;z-index:10000;border:1px solid rgba(128,128,128,.2);background:#fff}
.ui-autocomplete li{padding:1rem;margin-bottom:0;white-space:nowrap;text-align:left;cursor:pointer}
.ui-autocomplete li:hover{background:#f1f1f1;-webkit-transition:.2s all linear;transition:.2s all linear}
.ui-autocomplete li a{display:block;height:100%}
.ui-autocomplete li a.ui-state-focus{cursor:pointer}
.rh_pagination{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin:2rem 0}
.rh_pagination a{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin:1rem;color:grey;background:#fff;border-radius:500rem;width:4rem;height:4rem;font-size:1.4rem;font-weight:500;-webkit-transition:.2s all linear;transition:.2s all linear;-webkit-box-shadow:0 0 5px 2px rgba(0,0,0,.05);box-shadow:0 0 5px 2px rgba(0,0,0,.05)}
.rh_pagination .rh_pagination__btn:hover{background:#1ea69a;color:#fff;-webkit-transition:.2s all linear;transition:.2s all linear;-webkit-box-shadow:0 0 5px 2px rgba(0,0,0,.05);box-shadow:0 0 5px 2px rgba(0,0,0,.05)}
.rh_pagination .current{color:#fff;background:#1ea69a}
.rh_pagination__next svg,.rh_pagination__prev svg{fill:grey;width:23px}
.rh_pagination__next:hover svg,.rh_pagination__prev:hover svg{fill:#fff}
.rh_pagination__pages-nav{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin:0;padding:0 0 5rem 0}
.rh_pagination__pages-nav a{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin:0 1rem;padding:1.5rem;color:#fff;font-size:1.4rem;font-weight:500;background:#1ea69a;-webkit-box-shadow:0 0 5px 2px rgba(0,0,0,.05);box-shadow:0 0 5px 2px rgba(0,0,0,.05);-webkit-transition:.2s all linear;transition:.2s all linear}
.rh_pagination__pages-nav a:hover{background:#1a9086;-webkit-transition:.2s all linear;transition:.2s all linear}
.inspiry-post-nav{display:none;height:11rem;position:fixed;top:50%;top:calc(50% - 5.5rem);background:#303030;color:#fff;padding:1.5rem;z-index:999;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);-webkit-transition:all .3s ease-out 0s;transition:all .3s ease-out 0s}
.inspiry-post-nav:hover{background:rgba(48,48,48,.8)}
.inspiry-post-nav:hover .label{color:#fff}
.inspiry-post-nav:hover .entry-info-wrap{display:block;width:240px}
.inspiry-post-nav .label{width:1rem;font-size:2.4rem;position:absolute;top:50%;top:calc(50% - 1.4rem);text-align:center}
.inspiry-post-nav .entry-info-wrap{display:inline-block;width:0;overflow:hidden;-webkit-transition:all .3s ease-out 0s;transition:all .3s ease-out 0s}
.inspiry-post-nav .entry-info{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;width:22rem}
.inspiry-post-nav .entry-info .entry-title{line-height:1.5}
.inspiry-post-nav .entry-info .entry-image{display:block;width:8rem;height:8rem}
.inspiry-post-nav .entry-info img{display:block;border-radius:500rem;max-width:8rem}
.inspiry-post-nav .entry-info .entry-title{color:#fff}
.inspiry-post-prev{left:0}
.inspiry-post-prev .label{left:1rem}
.inspiry-post-prev .entry-info{margin-left:2rem}
.inspiry-post-prev .entry-info .entry-title{margin-right:1rem}
.inspiry-post-next{right:0}
.inspiry-post-next .label{-webkit-box-ordinal-group:3;-webkit-order:2;-ms-flex-order:2;order:2;right:1rem}
.inspiry-post-next .entry-info{margin-right:2rem}
.inspiry-post-next .entry-info .entry-title{margin-left:1rem}
.rh_sidebar{text-align:left}
.rh_sidebar .widget a:hover{color:#ea723d}
.rh_sidebar .rh_prop_card{z-index:9;margin:0 0 3rem}
.rh_sidebar .rh_prop_card:nth-last-child(1){margin:0}
.commentlist article .comment-detail-wrap .comment-body,.rh_content{color:grey;font-size:1.5rem;font-weight:400;line-height:2;text-align:left}
.commentlist article .comment-detail-wrap .comment-body .rh_agent_form .rh_agent_form__row,.commentlist article .comment-detail-wrap .comment-body p,.rh_agent_form .commentlist article .comment-detail-wrap .comment-body .rh_agent_form__row,.rh_agent_form .rh_content .rh_agent_form__row,.rh_content .rh_agent_form .rh_agent_form__row,.rh_content p{font-size:1.5rem;line-height:2;margin-bottom:2rem}
.commentlist article .comment-detail-wrap .comment-body h1,.commentlist article .comment-detail-wrap .comment-body h2,.commentlist article .comment-detail-wrap .comment-body h3,.commentlist article .comment-detail-wrap .comment-body h4,.commentlist article .comment-detail-wrap .comment-body h5,.commentlist article .comment-detail-wrap .comment-body h6,.rh_content h1,.rh_content h2,.rh_content h3,.rh_content h4,.rh_content h5,.rh_content h6{margin:0 auto;margin-bottom:2rem;line-height:1.5}
.commentlist article .comment-detail-wrap .comment-body ol,.commentlist article .comment-detail-wrap .comment-body ul,.rh_content ol,.rh_content ul{margin:0;margin-bottom:1rem;padding:0 0 0 3rem;color:grey;line-height:2}
.commentlist article .comment-detail-wrap .comment-body blockquote,.rh_content blockquote{position:relative;margin:0 0 2rem 0;padding:34px 36px 46px 56px}
.commentlist article .comment-detail-wrap .comment-body blockquote:before,.rh_content blockquote:before{color:#c6cdd1;content:"\f10d";position:absolute;top:30px;left:28px;display:inline-block;font:normal normal normal 14px/1 FontAwesome;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0);font-size:24px}
.commentlist article .comment-detail-wrap .comment-body blockquote .rh_agent_form .rh_agent_form__row,.commentlist article .comment-detail-wrap .comment-body blockquote p,.rh_agent_form .commentlist article .comment-detail-wrap .comment-body blockquote .rh_agent_form__row,.rh_agent_form .rh_content blockquote .rh_agent_form__row,.rh_content blockquote .rh_agent_form .rh_agent_form__row,.rh_content blockquote p{font-size:1.7rem;margin:0}
.commentlist article .comment-detail-wrap .comment-body .error,.rh_content .error{background:#ff1200}
.commentlist article .comment-detail-wrap .rh_wrap--fluidwidth .comment-body,.rh_wrap--fluidwidth .commentlist article .comment-detail-wrap .comment-body,.rh_wrap--fluidwidth .rh_content{margin:0}
.post-password-form{text-align:left}
.post-password-form .rh_agent_form .rh_agent_form__row,.post-password-form p,.rh_agent_form .post-password-form .rh_agent_form__row{line-height:2}
.post-password-form input{border-bottom:1px solid rgba(128,128,128,.2)}
.post-password-form input[type=submit]{padding:.7rem 2rem}
.info{background:#303030;color:#fff;padding:1.5rem 3rem 1.5rem 2rem;position:relative;-webkit-transition:.2s all linear;transition:.2s all linear}
.tip{background:#ea723d;color:#fff;padding:1.5rem 3rem 1.5rem 2rem;position:relative;-webkit-transition:.2s all linear;transition:.2s all linear}
.success{background:#1ea69a;color:#fff;padding:1.5rem 3rem 1.5rem 2rem;position:relative;-webkit-transition:.2s all linear;transition:.2s all linear}
.error{color:#fff;padding:1.5rem 3rem 1.5rem 2rem;position:relative;-webkit-transition:.2s all linear;transition:.2s all linear}
.icon-remove{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:1.8rem;color:#fff;position:absolute;top:2rem;right:1.5rem;cursor:pointer}
.icon-remove:before{content:"\f00d"}
.row-fluid{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin:0 -1rem}
.row-fluid .span3{-webkit-box-flex:1;-webkit-flex:1 1 25%;-ms-flex:1 1 25%;flex:1 1 25%;width:25%;padding:0 1rem}
.row-fluid .span6{-webkit-box-flex:1;-webkit-flex:1 1 50%;-ms-flex:1 1 50%;flex:1 1 50%;width:50%;padding:0 1rem}
.row-fluid .span4{-webkit-box-flex:1;-webkit-flex:1 1 33.3%;-ms-flex:1 1 33.3%;flex:1 1 33.3%;width:33.3%;padding:0 1rem}
.row-fluid .span2{-webkit-box-flex:1;-webkit-flex:1 1 16.67%;-ms-flex:1 1 16.67%;flex:1 1 16.67%;width:16.67%;padding:0 1rem}
.disc-list ul{padding:0;list-style-type:none}
.disc-list ul li{background:url(//remaxcrest.ca/wp-content/themes/realhomes/assets/modern/images/icons/icon-disc-small.png) 12px 12px no-repeat;padding:0 0 0 3rem}
.small-arrow-list ul{padding:0;list-style-type:none}
.small-arrow-list ul li{background:url(//remaxcrest.ca/wp-content/themes/realhomes/assets/modern/images/icons/icon-arrow-small.png) 12px 9px no-repeat;padding:0 0 0 3rem}
.tick-list ul{padding:0;list-style-type:none}
.tick-list ul li{background:url(//remaxcrest.ca/wp-content/themes/realhomes/assets/modern/images/icons/icon-tick-list.png) 8px 7px no-repeat;padding:0 0 0 3rem}
.arrow-list ul{padding:0;list-style-type:none}
.arrow-list ul li{background:url(//remaxcrest.ca/wp-content/themes/realhomes/assets/modern/images/icons/icon-arrow.png) 9px 10px no-repeat;padding:0 0 0 3rem}
.rh_tooltip{text-align:center;position:absolute;top:-55px;left:-38px;left:calc(100% - 63.5px)}
.rh_tooltip .label{display:inline-block;width:100px;position:relative;background:#000;color:#fff;padding:1rem 0;opacity:0;visibility:hidden;-webkit-transition:.3s all linear;transition:.3s all linear}
.rh_tooltip .label:after{content:'';position:absolute;bottom:-10px;left:42px;width:0;height:0;border:0 solid transparent;border-left-width:10px;border-right-width:10px;border-top:10px solid #000}
[data-tooltip]{position:relative}
[data-tooltip]::after,[data-tooltip]::before{text-transform:none;font-size:.9em;line-height:1;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;position:absolute;display:none;opacity:0;z-index:99}
[data-tooltip]::before{content:'';border:5px solid transparent;z-index:1001}
[data-tooltip]::after{content:attr(data-tooltip);font:400 1.2rem/1.5 Rubik,sans-serif;text-align:center;text-transform:uppercase;min-width:3rem;max-width:21rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding:.7rem 1.5rem;-webkit-box-shadow:0 1em 2em -.5em rgba(0,0,0,.35);box-shadow:0 1em 2em -.5em rgba(0,0,0,.35);background:#ea723d;color:#fff}
[data-tooltip]:hover::after,[data-tooltip]:hover::before{display:block}
[tooltip='']::after,[tooltip='']::before{display:none !important}
[data-tooltip]:not([flow])::before,[data-tooltip][flow^=up]::before{bottom:100%;border-bottom-width:0;border-top-color:#ea723d}
[data-tooltip]:not([flow])::after,[data-tooltip][flow^=up]::after{bottom:calc(100% + 5px)}
[data-tooltip]:not([flow])::after,[data-tooltip]:not([flow])::before,[data-tooltip][flow^=up]::after,[data-tooltip][flow^=up]::before{left:50%;-webkit-transform:translate(-50%,-.5em);-ms-transform:translate(-50%,-.5em);transform:translate(-50%,-.5em)}
[data-tooltip]:not([flow]):hover::after,[data-tooltip]:not([flow]):hover::before,[data-tooltip][flow^=down]:hover::after,[data-tooltip][flow^=down]:hover::before,[data-tooltip][flow^=up]:hover::after,[data-tooltip][flow^=up]:hover::before{-webkit-animation:tooltips-vert .3s ease-out forwards;animation:tooltips-vert .3s ease-out forwards} .hamburger{padding:0;display:inline-block;cursor:pointer;-webkit-transition-property:opacity,-webkit-filter;transition-property:opacity,-webkit-filter;transition-property:opacity,filter;transition-property:opacity,filter,-webkit-filter;-webkit-transition-duration:.15s;transition-duration:.15s;-webkit-transition-timing-function:linear;transition-timing-function:linear;font:inherit;color:inherit;text-transform:none;background-color:transparent;border:0;margin:0;overflow:visible}
.hamburger:hover{opacity:.7}
.hamburger-box{width:25px;height:19px;display:inline-block;position:relative}
.hamburger-inner{display:block;top:50%;margin-top:-.5px}
.hamburger-inner,.hamburger-inner::after,.hamburger-inner::before{width:25px;height:1px;background-color:#fff;border-radius:4px;position:absolute;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-transition-duration:.15s;transition-duration:.15s;-webkit-transition-timing-function:ease;transition-timing-function:ease}
.hamburger-inner::after,.hamburger-inner::before{content:"";display:block}
.hamburger-inner::before{top:-9px}
.hamburger-inner::after{bottom:-9px}
.hamburger--3dx .hamburger-box{-webkit-perspective:50px;perspective:50px}
.hamburger--3dx .hamburger-inner{-webkit-transition:background-color 0s .1s cubic-bezier(.645,.045,.355,1),-webkit-transform .15s cubic-bezier(.645,.045,.355,1);transition:background-color 0s .1s cubic-bezier(.645,.045,.355,1),-webkit-transform .15s cubic-bezier(.645,.045,.355,1);transition:transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s .1s cubic-bezier(.645,.045,.355,1);transition:transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s .1s cubic-bezier(.645,.045,.355,1),-webkit-transform .15s cubic-bezier(.645,.045,.355,1)}
.hamburger--3dx .hamburger-inner::after,.hamburger--3dx .hamburger-inner::before{-webkit-transition:-webkit-transform 0s .1s cubic-bezier(.645,.045,.355,1);transition:-webkit-transform 0s .1s cubic-bezier(.645,.045,.355,1);transition:transform 0s .1s cubic-bezier(.645,.045,.355,1);transition:transform 0s .1s cubic-bezier(.645,.045,.355,1),-webkit-transform 0s .1s cubic-bezier(.645,.045,.355,1)}
.hamburger--3dx.is-active .hamburger-inner{background-color:transparent;-webkit-transform:rotateY(180deg);transform:rotateY(180deg)}
.hamburger--3dx.is-active .hamburger-inner::before{-webkit-transform:translate3d(0,9px,0) rotate(45deg);transform:translate3d(0,9px,0) rotate(45deg)}
.hamburger--3dx.is-active .hamburger-inner::after{-webkit-transform:translate3d(0,-9px,0) rotate(-45deg);transform:translate3d(0,-9px,0) rotate(-45deg)}
.hamburger--3dx-r .hamburger-box{-webkit-perspective:50px;perspective:50px}
.hamburger--3dx-r .hamburger-inner{-webkit-transition:background-color 0s .1s cubic-bezier(.645,.045,.355,1),-webkit-transform .15s cubic-bezier(.645,.045,.355,1);transition:background-color 0s .1s cubic-bezier(.645,.045,.355,1),-webkit-transform .15s cubic-bezier(.645,.045,.355,1);transition:transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s .1s cubic-bezier(.645,.045,.355,1);transition:transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s .1s cubic-bezier(.645,.045,.355,1),-webkit-transform .15s cubic-bezier(.645,.045,.355,1)}
.hamburger--3dx-r .hamburger-inner::after,.hamburger--3dx-r .hamburger-inner::before{-webkit-transition:-webkit-transform 0s .1s cubic-bezier(.645,.045,.355,1);transition:-webkit-transform 0s .1s cubic-bezier(.645,.045,.355,1);transition:transform 0s .1s cubic-bezier(.645,.045,.355,1);transition:transform 0s .1s cubic-bezier(.645,.045,.355,1),-webkit-transform 0s .1s cubic-bezier(.645,.045,.355,1)}
.hamburger--3dx-r.is-active .hamburger-inner{background-color:transparent;-webkit-transform:rotateY(-180deg);transform:rotateY(-180deg)}
.hamburger--3dx-r.is-active .hamburger-inner::before{-webkit-transform:translate3d(0,9px,0) rotate(45deg);transform:translate3d(0,9px,0) rotate(45deg)}
.hamburger--3dx-r.is-active .hamburger-inner::after{-webkit-transform:translate3d(0,-9px,0) rotate(-45deg);transform:translate3d(0,-9px,0) rotate(-45deg)}
.hamburger--3dy .hamburger-box{-webkit-perspective:50px;perspective:50px}
.hamburger--3dy .hamburger-inner{-webkit-transition:background-color 0s .1s cubic-bezier(.645,.045,.355,1),-webkit-transform .15s cubic-bezier(.645,.045,.355,1);transition:background-color 0s .1s cubic-bezier(.645,.045,.355,1),-webkit-transform .15s cubic-bezier(.645,.045,.355,1);transition:transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s .1s cubic-bezier(.645,.045,.355,1);transition:transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s .1s cubic-bezier(.645,.045,.355,1),-webkit-transform .15s cubic-bezier(.645,.045,.355,1)}
.hamburger--3dy .hamburger-inner::after,.hamburger--3dy .hamburger-inner::before{-webkit-transition:-webkit-transform 0s .1s cubic-bezier(.645,.045,.355,1);transition:-webkit-transform 0s .1s cubic-bezier(.645,.045,.355,1);transition:transform 0s .1s cubic-bezier(.645,.045,.355,1);transition:transform 0s .1s cubic-bezier(.645,.045,.355,1),-webkit-transform 0s .1s cubic-bezier(.645,.045,.355,1)}
.hamburger--3dy.is-active .hamburger-inner{background-color:transparent;-webkit-transform:rotateX(-180deg);transform:rotateX(-180deg)}
.hamburger--3dy.is-active .hamburger-inner::before{-webkit-transform:translate3d(0,9px,0) rotate(45deg);transform:translate3d(0,9px,0) rotate(45deg)}
.hamburger--3dy.is-active .hamburger-inner::after{-webkit-transform:translate3d(0,-9px,0) rotate(-45deg);transform:translate3d(0,-9px,0) rotate(-45deg)}
.hamburger--3dy-r .hamburger-box{-webkit-perspective:50px;perspective:50px}
.hamburger--3dy-r .hamburger-inner{-webkit-transition:background-color 0s .1s cubic-bezier(.645,.045,.355,1),-webkit-transform .15s cubic-bezier(.645,.045,.355,1);transition:background-color 0s .1s cubic-bezier(.645,.045,.355,1),-webkit-transform .15s cubic-bezier(.645,.045,.355,1);transition:transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s .1s cubic-bezier(.645,.045,.355,1);transition:transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s .1s cubic-bezier(.645,.045,.355,1),-webkit-transform .15s cubic-bezier(.645,.045,.355,1)}
.hamburger--3dy-r .hamburger-inner::after,.hamburger--3dy-r .hamburger-inner::before{-webkit-transition:-webkit-transform 0s .1s cubic-bezier(.645,.045,.355,1);transition:-webkit-transform 0s .1s cubic-bezier(.645,.045,.355,1);transition:transform 0s .1s cubic-bezier(.645,.045,.355,1);transition:transform 0s .1s cubic-bezier(.645,.045,.355,1),-webkit-transform 0s .1s cubic-bezier(.645,.045,.355,1)}
.hamburger--3dy-r.is-active .hamburger-inner{background-color:transparent;-webkit-transform:rotateX(180deg);transform:rotateX(180deg)}
.hamburger--3dy-r.is-active .hamburger-inner::before{-webkit-transform:translate3d(0,9px,0) rotate(45deg);transform:translate3d(0,9px,0) rotate(45deg)}
.hamburger--3dy-r.is-active .hamburger-inner::after{-webkit-transform:translate3d(0,-9px,0) rotate(-45deg);transform:translate3d(0,-9px,0) rotate(-45deg)}
.hamburger--arrow.is-active .hamburger-inner::before{-webkit-transform:translate3d(-5px,0,0) rotate(-45deg) scale(.7,1);transform:translate3d(-5px,0,0) rotate(-45deg) scale(.7,1)}
.hamburger--arrow.is-active .hamburger-inner::after{-webkit-transform:translate3d(-5px,0,0) rotate(45deg) scale(.7,1);transform:translate3d(-5px,0,0) rotate(45deg) scale(.7,1)}
.hamburger--arrow-r.is-active .hamburger-inner::before{-webkit-transform:translate3d(5px,0,0) rotate(45deg) scale(.7,1);transform:translate3d(5px,0,0) rotate(45deg) scale(.7,1)}
.hamburger--arrow-r.is-active .hamburger-inner::after{-webkit-transform:translate3d(5px,0,0) rotate(-45deg) scale(.7,1);transform:translate3d(5px,0,0) rotate(-45deg) scale(.7,1)}
.hamburger--arrowalt .hamburger-inner::before{-webkit-transition:top .1s .1s ease,-webkit-transform .1s cubic-bezier(.165,.84,.44,1);transition:top .1s .1s ease,-webkit-transform .1s cubic-bezier(.165,.84,.44,1);transition:top .1s .1s ease,transform .1s cubic-bezier(.165,.84,.44,1);transition:top .1s .1s ease,transform .1s cubic-bezier(.165,.84,.44,1),-webkit-transform .1s cubic-bezier(.165,.84,.44,1)}
.hamburger--arrowalt .hamburger-inner::after{-webkit-transition:bottom .1s .1s ease,-webkit-transform .1s cubic-bezier(.165,.84,.44,1);transition:bottom .1s .1s ease,-webkit-transform .1s cubic-bezier(.165,.84,.44,1);transition:bottom .1s .1s ease,transform .1s cubic-bezier(.165,.84,.44,1);transition:bottom .1s .1s ease,transform .1s cubic-bezier(.165,.84,.44,1),-webkit-transform .1s cubic-bezier(.165,.84,.44,1)}
.hamburger--arrowalt.is-active .hamburger-inner::before{top:0;-webkit-transform:translate3d(-5px,-6.25px,0) rotate(-45deg) scale(.7,1);transform:translate3d(-5px,-6.25px,0) rotate(-45deg) scale(.7,1);-webkit-transition:top .1s ease,-webkit-transform .1s .1s cubic-bezier(.895,.03,.685,.22);transition:top .1s ease,-webkit-transform .1s .1s cubic-bezier(.895,.03,.685,.22);transition:top .1s ease,transform .1s .1s cubic-bezier(.895,.03,.685,.22);transition:top .1s ease,transform .1s .1s cubic-bezier(.895,.03,.685,.22),-webkit-transform .1s .1s cubic-bezier(.895,.03,.685,.22)}
.hamburger--arrowalt.is-active .hamburger-inner::after{bottom:0;-webkit-transform:translate3d(-5px,6.25px,0) rotate(45deg) scale(.7,1);transform:translate3d(-5px,6.25px,0) rotate(45deg) scale(.7,1);-webkit-transition:bottom .1s ease,-webkit-transform .1s .1s cubic-bezier(.895,.03,.685,.22);transition:bottom .1s ease,-webkit-transform .1s .1s cubic-bezier(.895,.03,.685,.22);transition:bottom .1s ease,transform .1s .1s cubic-bezier(.895,.03,.685,.22);transition:bottom .1s ease,transform .1s .1s cubic-bezier(.895,.03,.685,.22),-webkit-transform .1s .1s cubic-bezier(.895,.03,.685,.22)}
.hamburger--arrowalt-r .hamburger-inner::before{-webkit-transition:top .1s .1s ease,-webkit-transform .1s cubic-bezier(.165,.84,.44,1);transition:top .1s .1s ease,-webkit-transform .1s cubic-bezier(.165,.84,.44,1);transition:top .1s .1s ease,transform .1s cubic-bezier(.165,.84,.44,1);transition:top .1s .1s ease,transform .1s cubic-bezier(.165,.84,.44,1),-webkit-transform .1s cubic-bezier(.165,.84,.44,1)}
.hamburger--arrowalt-r .hamburger-inner::after{-webkit-transition:bottom .1s .1s ease,-webkit-transform .1s cubic-bezier(.165,.84,.44,1);transition:bottom .1s .1s ease,-webkit-transform .1s cubic-bezier(.165,.84,.44,1);transition:bottom .1s .1s ease,transform .1s cubic-bezier(.165,.84,.44,1);transition:bottom .1s .1s ease,transform .1s cubic-bezier(.165,.84,.44,1),-webkit-transform .1s cubic-bezier(.165,.84,.44,1)}
.hamburger--arrowalt-r.is-active .hamburger-inner::before{top:0;-webkit-transform:translate3d(5px,-6.25px,0) rotate(45deg) scale(.7,1);transform:translate3d(5px,-6.25px,0) rotate(45deg) scale(.7,1);-webkit-transition:top .1s ease,-webkit-transform .1s .1s cubic-bezier(.895,.03,.685,.22);transition:top .1s ease,-webkit-transform .1s .1s cubic-bezier(.895,.03,.685,.22);transition:top .1s ease,transform .1s .1s cubic-bezier(.895,.03,.685,.22);transition:top .1s ease,transform .1s .1s cubic-bezier(.895,.03,.685,.22),-webkit-transform .1s .1s cubic-bezier(.895,.03,.685,.22)}
.hamburger--arrowalt-r.is-active .hamburger-inner::after{bottom:0;-webkit-transform:translate3d(5px,6.25px,0) rotate(-45deg) scale(.7,1);transform:translate3d(5px,6.25px,0) rotate(-45deg) scale(.7,1);-webkit-transition:bottom .1s ease,-webkit-transform .1s .1s cubic-bezier(.895,.03,.685,.22);transition:bottom .1s ease,-webkit-transform .1s .1s cubic-bezier(.895,.03,.685,.22);transition:bottom .1s ease,transform .1s .1s cubic-bezier(.895,.03,.685,.22);transition:bottom .1s ease,transform .1s .1s cubic-bezier(.895,.03,.685,.22),-webkit-transform .1s .1s cubic-bezier(.895,.03,.685,.22)}
.hamburger--boring .hamburger-inner,.hamburger--boring .hamburger-inner::after,.hamburger--boring .hamburger-inner::before{-webkit-transition-property:none;transition-property:none}
.hamburger--boring.is-active .hamburger-inner{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}
.hamburger--boring.is-active .hamburger-inner::before{top:0;opacity:0}
.hamburger--boring.is-active .hamburger-inner::after{bottom:0;-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg)}
.hamburger--collapse .hamburger-inner{top:auto;bottom:0;-webkit-transition-duration:.13s;transition-duration:.13s;-webkit-transition-delay:.13s;transition-delay:.13s;-webkit-transition-timing-function:cubic-bezier(.55,.055,.675,.19);transition-timing-function:cubic-bezier(.55,.055,.675,.19)}
.hamburger--collapse .hamburger-inner::after{top:-18px;-webkit-transition:top .2s .2s cubic-bezier(.33333,.66667,.66667,1),opacity .1s linear;transition:top .2s .2s cubic-bezier(.33333,.66667,.66667,1),opacity .1s linear}
.hamburger--collapse .hamburger-inner::before{-webkit-transition:top .12s .2s cubic-bezier(.33333,.66667,.66667,1),-webkit-transform .13s cubic-bezier(.55,.055,.675,.19);transition:top .12s .2s cubic-bezier(.33333,.66667,.66667,1),-webkit-transform .13s cubic-bezier(.55,.055,.675,.19);transition:top .12s .2s cubic-bezier(.33333,.66667,.66667,1),transform .13s cubic-bezier(.55,.055,.675,.19);transition:top .12s .2s cubic-bezier(.33333,.66667,.66667,1),transform .13s cubic-bezier(.55,.055,.675,.19),-webkit-transform .13s cubic-bezier(.55,.055,.675,.19)}
.hamburger--collapse.is-active .hamburger-inner{-webkit-transform:translate3d(0,-9px,0) rotate(-45deg);transform:translate3d(0,-9px,0) rotate(-45deg);-webkit-transition-delay:.22s;transition-delay:.22s;-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1)}
.hamburger--collapse.is-active .hamburger-inner::after{top:0;opacity:0;-webkit-transition:top .2s cubic-bezier(.33333,0,.66667,.33333),opacity .1s .22s linear;transition:top .2s cubic-bezier(.33333,0,.66667,.33333),opacity .1s .22s linear}
.hamburger--collapse.is-active .hamburger-inner::before{top:0;-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);-webkit-transition:top .1s .16s cubic-bezier(.33333,0,.66667,.33333),-webkit-transform .13s .25s cubic-bezier(.215,.61,.355,1);transition:top .1s .16s cubic-bezier(.33333,0,.66667,.33333),-webkit-transform .13s .25s cubic-bezier(.215,.61,.355,1);transition:top .1s .16s cubic-bezier(.33333,0,.66667,.33333),transform .13s .25s cubic-bezier(.215,.61,.355,1);transition:top .1s .16s cubic-bezier(.33333,0,.66667,.33333),transform .13s .25s cubic-bezier(.215,.61,.355,1),-webkit-transform .13s .25s cubic-bezier(.215,.61,.355,1)}
.hamburger--collapse-r .hamburger-inner{top:auto;bottom:0;-webkit-transition-duration:.13s;transition-duration:.13s;-webkit-transition-delay:.13s;transition-delay:.13s;-webkit-transition-timing-function:cubic-bezier(.55,.055,.675,.19);transition-timing-function:cubic-bezier(.55,.055,.675,.19)}
.hamburger--collapse-r .hamburger-inner::after{top:-18px;-webkit-transition:top .2s .2s cubic-bezier(.33333,.66667,.66667,1),opacity .1s linear;transition:top .2s .2s cubic-bezier(.33333,.66667,.66667,1),opacity .1s linear}
.hamburger--collapse-r .hamburger-inner::before{-webkit-transition:top .12s .2s cubic-bezier(.33333,.66667,.66667,1),-webkit-transform .13s cubic-bezier(.55,.055,.675,.19);transition:top .12s .2s cubic-bezier(.33333,.66667,.66667,1),-webkit-transform .13s cubic-bezier(.55,.055,.675,.19);transition:top .12s .2s cubic-bezier(.33333,.66667,.66667,1),transform .13s cubic-bezier(.55,.055,.675,.19);transition:top .12s .2s cubic-bezier(.33333,.66667,.66667,1),transform .13s cubic-bezier(.55,.055,.675,.19),-webkit-transform .13s cubic-bezier(.55,.055,.675,.19)}
.hamburger--collapse-r.is-active .hamburger-inner{-webkit-transform:translate3d(0,-9px,0) rotate(45deg);transform:translate3d(0,-9px,0) rotate(45deg);-webkit-transition-delay:.22s;transition-delay:.22s;-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1)}
.hamburger--collapse-r.is-active .hamburger-inner::after{top:0;opacity:0;-webkit-transition:top .2s cubic-bezier(.33333,0,.66667,.33333),opacity .1s .22s linear;transition:top .2s cubic-bezier(.33333,0,.66667,.33333),opacity .1s .22s linear}
.hamburger--collapse-r.is-active .hamburger-inner::before{top:0;-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);-webkit-transition:top .1s .16s cubic-bezier(.33333,0,.66667,.33333),-webkit-transform .13s .25s cubic-bezier(.215,.61,.355,1);transition:top .1s .16s cubic-bezier(.33333,0,.66667,.33333),-webkit-transform .13s .25s cubic-bezier(.215,.61,.355,1);transition:top .1s .16s cubic-bezier(.33333,0,.66667,.33333),transform .13s .25s cubic-bezier(.215,.61,.355,1);transition:top .1s .16s cubic-bezier(.33333,0,.66667,.33333),transform .13s .25s cubic-bezier(.215,.61,.355,1),-webkit-transform .13s .25s cubic-bezier(.215,.61,.355,1)}
.hamburger--elastic .hamburger-inner{top:.5px;-webkit-transition-duration:275ms;transition-duration:275ms;-webkit-transition-timing-function:cubic-bezier(.68,-.55,.265,1.55);transition-timing-function:cubic-bezier(.68,-.55,.265,1.55)}
.hamburger--elastic .hamburger-inner::before{top:9px;-webkit-transition:opacity 125ms 275ms ease;transition:opacity 125ms 275ms ease}
.hamburger--elastic .hamburger-inner::after{top:18px;-webkit-transition:-webkit-transform 275ms cubic-bezier(.68,-.55,.265,1.55);transition:-webkit-transform 275ms cubic-bezier(.68,-.55,.265,1.55);transition:transform 275ms cubic-bezier(.68,-.55,.265,1.55);transition:transform 275ms cubic-bezier(.68,-.55,.265,1.55),-webkit-transform 275ms cubic-bezier(.68,-.55,.265,1.55)}
.hamburger--elastic.is-active .hamburger-inner{-webkit-transform:translate3d(0,9px,0) rotate(135deg);transform:translate3d(0,9px,0) rotate(135deg);-webkit-transition-delay:75ms;transition-delay:75ms}
.hamburger--elastic.is-active .hamburger-inner::before{-webkit-transition-delay:0s;transition-delay:0s;opacity:0}
.hamburger--elastic.is-active .hamburger-inner::after{-webkit-transform:translate3d(0,-18px,0) rotate(-270deg);transform:translate3d(0,-18px,0) rotate(-270deg);-webkit-transition-delay:75ms;transition-delay:75ms}
.hamburger--elastic-r .hamburger-inner{top:.5px;-webkit-transition-duration:275ms;transition-duration:275ms;-webkit-transition-timing-function:cubic-bezier(.68,-.55,.265,1.55);transition-timing-function:cubic-bezier(.68,-.55,.265,1.55)}
.hamburger--elastic-r .hamburger-inner::before{top:9px;-webkit-transition:opacity 125ms 275ms ease;transition:opacity 125ms 275ms ease}
.hamburger--elastic-r .hamburger-inner::after{top:18px;-webkit-transition:-webkit-transform 275ms cubic-bezier(.68,-.55,.265,1.55);transition:-webkit-transform 275ms cubic-bezier(.68,-.55,.265,1.55);transition:transform 275ms cubic-bezier(.68,-.55,.265,1.55);transition:transform 275ms cubic-bezier(.68,-.55,.265,1.55),-webkit-transform 275ms cubic-bezier(.68,-.55,.265,1.55)}
.hamburger--elastic-r.is-active .hamburger-inner{-webkit-transform:translate3d(0,9px,0) rotate(-135deg);transform:translate3d(0,9px,0) rotate(-135deg);-webkit-transition-delay:75ms;transition-delay:75ms}
.hamburger--elastic-r.is-active .hamburger-inner::before{-webkit-transition-delay:0s;transition-delay:0s;opacity:0}
.hamburger--elastic-r.is-active .hamburger-inner::after{-webkit-transform:translate3d(0,-18px,0) rotate(270deg);transform:translate3d(0,-18px,0) rotate(270deg);-webkit-transition-delay:75ms;transition-delay:75ms}
.hamburger--emphatic{overflow:hidden}
.hamburger--emphatic .hamburger-inner{-webkit-transition:background-color 125ms 175ms ease-in;transition:background-color 125ms 175ms ease-in}
.hamburger--emphatic .hamburger-inner::before{left:0;-webkit-transition:top 50ms 125ms linear,left 125ms 175ms ease-in,-webkit-transform 125ms cubic-bezier(.6,.04,.98,.335);transition:top 50ms 125ms linear,left 125ms 175ms ease-in,-webkit-transform 125ms cubic-bezier(.6,.04,.98,.335);transition:transform 125ms cubic-bezier(.6,.04,.98,.335),top 50ms 125ms linear,left 125ms 175ms ease-in;transition:transform 125ms cubic-bezier(.6,.04,.98,.335),top 50ms 125ms linear,left 125ms 175ms ease-in,-webkit-transform 125ms cubic-bezier(.6,.04,.98,.335)}
.hamburger--emphatic .hamburger-inner::after{top:9px;right:0;-webkit-transition:top 50ms 125ms linear,right 125ms 175ms ease-in,-webkit-transform 125ms cubic-bezier(.6,.04,.98,.335);transition:top 50ms 125ms linear,right 125ms 175ms ease-in,-webkit-transform 125ms cubic-bezier(.6,.04,.98,.335);transition:transform 125ms cubic-bezier(.6,.04,.98,.335),top 50ms 125ms linear,right 125ms 175ms ease-in;transition:transform 125ms cubic-bezier(.6,.04,.98,.335),top 50ms 125ms linear,right 125ms 175ms ease-in,-webkit-transform 125ms cubic-bezier(.6,.04,.98,.335)}
.hamburger--emphatic.is-active .hamburger-inner{-webkit-transition-delay:0s;transition-delay:0s;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out;background-color:transparent}
.hamburger--emphatic.is-active .hamburger-inner::before{left:-50px;top:-50px;-webkit-transform:translate3d(50px,50px,0) rotate(45deg);transform:translate3d(50px,50px,0) rotate(45deg);-webkit-transition:left 125ms ease-out,top 50ms 125ms linear,-webkit-transform 125ms 175ms cubic-bezier(.075,.82,.165,1);transition:left 125ms ease-out,top 50ms 125ms linear,-webkit-transform 125ms 175ms cubic-bezier(.075,.82,.165,1);transition:left 125ms ease-out,top 50ms 125ms linear,transform 125ms 175ms cubic-bezier(.075,.82,.165,1);transition:left 125ms ease-out,top 50ms 125ms linear,transform 125ms 175ms cubic-bezier(.075,.82,.165,1),-webkit-transform 125ms 175ms cubic-bezier(.075,.82,.165,1)}
.hamburger--emphatic.is-active .hamburger-inner::after{right:-50px;top:-50px;-webkit-transform:translate3d(-50px,50px,0) rotate(-45deg);transform:translate3d(-50px,50px,0) rotate(-45deg);-webkit-transition:right 125ms ease-out,top 50ms 125ms linear,-webkit-transform 125ms 175ms cubic-bezier(.075,.82,.165,1);transition:right 125ms ease-out,top 50ms 125ms linear,-webkit-transform 125ms 175ms cubic-bezier(.075,.82,.165,1);transition:right 125ms ease-out,top 50ms 125ms linear,transform 125ms 175ms cubic-bezier(.075,.82,.165,1);transition:right 125ms ease-out,top 50ms 125ms linear,transform 125ms 175ms cubic-bezier(.075,.82,.165,1),-webkit-transform 125ms 175ms cubic-bezier(.075,.82,.165,1)}
.hamburger--emphatic-r{overflow:hidden}
.hamburger--emphatic-r .hamburger-inner{-webkit-transition:background-color 125ms 175ms ease-in;transition:background-color 125ms 175ms ease-in}
.hamburger--emphatic-r .hamburger-inner::before{left:0;-webkit-transition:top 50ms 125ms linear,left 125ms 175ms ease-in,-webkit-transform 125ms cubic-bezier(.6,.04,.98,.335);transition:top 50ms 125ms linear,left 125ms 175ms ease-in,-webkit-transform 125ms cubic-bezier(.6,.04,.98,.335);transition:transform 125ms cubic-bezier(.6,.04,.98,.335),top 50ms 125ms linear,left 125ms 175ms ease-in;transition:transform 125ms cubic-bezier(.6,.04,.98,.335),top 50ms 125ms linear,left 125ms 175ms ease-in,-webkit-transform 125ms cubic-bezier(.6,.04,.98,.335)}
.hamburger--emphatic-r .hamburger-inner::after{top:9px;right:0;-webkit-transition:top 50ms 125ms linear,right 125ms 175ms ease-in,-webkit-transform 125ms cubic-bezier(.6,.04,.98,.335);transition:top 50ms 125ms linear,right 125ms 175ms ease-in,-webkit-transform 125ms cubic-bezier(.6,.04,.98,.335);transition:transform 125ms cubic-bezier(.6,.04,.98,.335),top 50ms 125ms linear,right 125ms 175ms ease-in;transition:transform 125ms cubic-bezier(.6,.04,.98,.335),top 50ms 125ms linear,right 125ms 175ms ease-in,-webkit-transform 125ms cubic-bezier(.6,.04,.98,.335)}
.hamburger--emphatic-r.is-active .hamburger-inner{-webkit-transition-delay:0s;transition-delay:0s;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out;background-color:transparent}
.hamburger--emphatic-r.is-active .hamburger-inner::before{left:-50px;top:50px;-webkit-transform:translate3d(50px,-50px,0) rotate(-45deg);transform:translate3d(50px,-50px,0) rotate(-45deg);-webkit-transition:left 125ms ease-out,top 50ms 125ms linear,-webkit-transform 125ms 175ms cubic-bezier(.075,.82,.165,1);transition:left 125ms ease-out,top 50ms 125ms linear,-webkit-transform 125ms 175ms cubic-bezier(.075,.82,.165,1);transition:left 125ms ease-out,top 50ms 125ms linear,transform 125ms 175ms cubic-bezier(.075,.82,.165,1);transition:left 125ms ease-out,top 50ms 125ms linear,transform 125ms 175ms cubic-bezier(.075,.82,.165,1),-webkit-transform 125ms 175ms cubic-bezier(.075,.82,.165,1)}
.hamburger--emphatic-r.is-active .hamburger-inner::after{right:-50px;top:50px;-webkit-transform:translate3d(-50px,-50px,0) rotate(45deg);transform:translate3d(-50px,-50px,0) rotate(45deg);-webkit-transition:right 125ms ease-out,top 50ms 125ms linear,-webkit-transform 125ms 175ms cubic-bezier(.075,.82,.165,1);transition:right 125ms ease-out,top 50ms 125ms linear,-webkit-transform 125ms 175ms cubic-bezier(.075,.82,.165,1);transition:right 125ms ease-out,top 50ms 125ms linear,transform 125ms 175ms cubic-bezier(.075,.82,.165,1);transition:right 125ms ease-out,top 50ms 125ms linear,transform 125ms 175ms cubic-bezier(.075,.82,.165,1),-webkit-transform 125ms 175ms cubic-bezier(.075,.82,.165,1)}
.hamburger--slider .hamburger-inner{top:.5px}
.hamburger--slider .hamburger-inner::before{top:9px;-webkit-transition-property:opacity,-webkit-transform;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;-webkit-transition-timing-function:ease;transition-timing-function:ease;-webkit-transition-duration:.15s;transition-duration:.15s}
.hamburger--slider .hamburger-inner::after{top:18px}
.hamburger--slider.is-active .hamburger-inner{-webkit-transform:translate3d(0,9px,0) rotate(45deg);transform:translate3d(0,9px,0) rotate(45deg)}
.hamburger--slider.is-active .hamburger-inner::before{-webkit-transform:rotate(-45deg) translate3d(-3.5714285714px,-8px,0);transform:rotate(-45deg) translate3d(-3.5714285714px,-8px,0);opacity:0}
.hamburger--slider.is-active .hamburger-inner::after{-webkit-transform:translate3d(0,-18px,0) rotate(-90deg);transform:translate3d(0,-18px,0) rotate(-90deg)}
.hamburger--slider-r .hamburger-inner{top:.5px}
.hamburger--slider-r .hamburger-inner::before{top:9px;-webkit-transition-property:opacity,-webkit-transform;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;-webkit-transition-timing-function:ease;transition-timing-function:ease;-webkit-transition-duration:.15s;transition-duration:.15s}
.hamburger--slider-r .hamburger-inner::after{top:18px}
.hamburger--slider-r.is-active .hamburger-inner{-webkit-transform:translate3d(0,9px,0) rotate(-45deg);transform:translate3d(0,9px,0) rotate(-45deg)}
.hamburger--slider-r.is-active .hamburger-inner::before{-webkit-transform:rotate(45deg) translate3d(3.5714285714px,-8px,0);transform:rotate(45deg) translate3d(3.5714285714px,-8px,0);opacity:0}
.hamburger--slider-r.is-active .hamburger-inner::after{-webkit-transform:translate3d(0,-18px,0) rotate(90deg);transform:translate3d(0,-18px,0) rotate(90deg)}
.hamburger--spring .hamburger-inner{top:.5px;-webkit-transition:background-color 0s .13s linear;transition:background-color 0s .13s linear}
.hamburger--spring .hamburger-inner::before{top:9px;-webkit-transition:top .1s .2s cubic-bezier(.33333,.66667,.66667,1),-webkit-transform .13s cubic-bezier(.55,.055,.675,.19);transition:top .1s .2s cubic-bezier(.33333,.66667,.66667,1),-webkit-transform .13s cubic-bezier(.55,.055,.675,.19);transition:top .1s .2s cubic-bezier(.33333,.66667,.66667,1),transform .13s cubic-bezier(.55,.055,.675,.19);transition:top .1s .2s cubic-bezier(.33333,.66667,.66667,1),transform .13s cubic-bezier(.55,.055,.675,.19),-webkit-transform .13s cubic-bezier(.55,.055,.675,.19)}
.hamburger--spring .hamburger-inner::after{top:18px;-webkit-transition:top .2s .2s cubic-bezier(.33333,.66667,.66667,1),-webkit-transform .13s cubic-bezier(.55,.055,.675,.19);transition:top .2s .2s cubic-bezier(.33333,.66667,.66667,1),-webkit-transform .13s cubic-bezier(.55,.055,.675,.19);transition:top .2s .2s cubic-bezier(.33333,.66667,.66667,1),transform .13s cubic-bezier(.55,.055,.675,.19);transition:top .2s .2s cubic-bezier(.33333,.66667,.66667,1),transform .13s cubic-bezier(.55,.055,.675,.19),-webkit-transform .13s cubic-bezier(.55,.055,.675,.19)}
.hamburger--spring.is-active .hamburger-inner{-webkit-transition-delay:.22s;transition-delay:.22s;background-color:transparent}
.hamburger--spring.is-active .hamburger-inner::before{top:0;-webkit-transition:top .1s .15s cubic-bezier(.33333,0,.66667,.33333),-webkit-transform .13s .22s cubic-bezier(.215,.61,.355,1);transition:top .1s .15s cubic-bezier(.33333,0,.66667,.33333),-webkit-transform .13s .22s cubic-bezier(.215,.61,.355,1);transition:top .1s .15s cubic-bezier(.33333,0,.66667,.33333),transform .13s .22s cubic-bezier(.215,.61,.355,1);transition:top .1s .15s cubic-bezier(.33333,0,.66667,.33333),transform .13s .22s cubic-bezier(.215,.61,.355,1),-webkit-transform .13s .22s cubic-bezier(.215,.61,.355,1);-webkit-transform:translate3d(0,9px,0) rotate(45deg);transform:translate3d(0,9px,0) rotate(45deg)}
.hamburger--spring.is-active .hamburger-inner::after{top:0;-webkit-transition:top .2s cubic-bezier(.33333,0,.66667,.33333),-webkit-transform .13s .22s cubic-bezier(.215,.61,.355,1);transition:top .2s cubic-bezier(.33333,0,.66667,.33333),-webkit-transform .13s .22s cubic-bezier(.215,.61,.355,1);transition:top .2s cubic-bezier(.33333,0,.66667,.33333),transform .13s .22s cubic-bezier(.215,.61,.355,1);transition:top .2s cubic-bezier(.33333,0,.66667,.33333),transform .13s .22s cubic-bezier(.215,.61,.355,1),-webkit-transform .13s .22s cubic-bezier(.215,.61,.355,1);-webkit-transform:translate3d(0,9px,0) rotate(-45deg);transform:translate3d(0,9px,0) rotate(-45deg)}
.hamburger--spring-r .hamburger-inner{top:auto;bottom:0;-webkit-transition-duration:.13s;transition-duration:.13s;-webkit-transition-delay:0s;transition-delay:0s;-webkit-transition-timing-function:cubic-bezier(.55,.055,.675,.19);transition-timing-function:cubic-bezier(.55,.055,.675,.19)}
.hamburger--spring-r .hamburger-inner::after{top:-18px;-webkit-transition:top .2s .2s cubic-bezier(.33333,.66667,.66667,1),opacity 0s linear;transition:top .2s .2s cubic-bezier(.33333,.66667,.66667,1),opacity 0s linear}
.hamburger--spring-r .hamburger-inner::before{-webkit-transition:top .1s .2s cubic-bezier(.33333,.66667,.66667,1),-webkit-transform .13s cubic-bezier(.55,.055,.675,.19);transition:top .1s .2s cubic-bezier(.33333,.66667,.66667,1),-webkit-transform .13s cubic-bezier(.55,.055,.675,.19);transition:top .1s .2s cubic-bezier(.33333,.66667,.66667,1),transform .13s cubic-bezier(.55,.055,.675,.19);transition:top .1s .2s cubic-bezier(.33333,.66667,.66667,1),transform .13s cubic-bezier(.55,.055,.675,.19),-webkit-transform .13s cubic-bezier(.55,.055,.675,.19)}
.hamburger--spring-r.is-active .hamburger-inner{-webkit-transform:translate3d(0,-9px,0) rotate(-45deg);transform:translate3d(0,-9px,0) rotate(-45deg);-webkit-transition-delay:.22s;transition-delay:.22s;-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1)}
.hamburger--spring-r.is-active .hamburger-inner::after{top:0;opacity:0;-webkit-transition:top .2s cubic-bezier(.33333,0,.66667,.33333),opacity 0s .22s linear;transition:top .2s cubic-bezier(.33333,0,.66667,.33333),opacity 0s .22s linear}
.hamburger--spring-r.is-active .hamburger-inner::before{top:0;-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);-webkit-transition:top .1s .15s cubic-bezier(.33333,0,.66667,.33333),-webkit-transform .13s .22s cubic-bezier(.215,.61,.355,1);transition:top .1s .15s cubic-bezier(.33333,0,.66667,.33333),-webkit-transform .13s .22s cubic-bezier(.215,.61,.355,1);transition:top .1s .15s cubic-bezier(.33333,0,.66667,.33333),transform .13s .22s cubic-bezier(.215,.61,.355,1);transition:top .1s .15s cubic-bezier(.33333,0,.66667,.33333),transform .13s .22s cubic-bezier(.215,.61,.355,1),-webkit-transform .13s .22s cubic-bezier(.215,.61,.355,1)}
.hamburger--stand .hamburger-inner{-webkit-transition:background-color 0s 75ms linear,-webkit-transform 75ms .15s cubic-bezier(.55,.055,.675,.19);transition:background-color 0s 75ms linear,-webkit-transform 75ms .15s cubic-bezier(.55,.055,.675,.19);transition:transform 75ms .15s cubic-bezier(.55,.055,.675,.19),background-color 0s 75ms linear;transition:transform 75ms .15s cubic-bezier(.55,.055,.675,.19),background-color 0s 75ms linear,-webkit-transform 75ms .15s cubic-bezier(.55,.055,.675,.19)}
.hamburger--stand .hamburger-inner::before{-webkit-transition:top 75ms 75ms ease-in,-webkit-transform 75ms 0s cubic-bezier(.55,.055,.675,.19);transition:top 75ms 75ms ease-in,-webkit-transform 75ms 0s cubic-bezier(.55,.055,.675,.19);transition:top 75ms 75ms ease-in,transform 75ms 0s cubic-bezier(.55,.055,.675,.19);transition:top 75ms 75ms ease-in,transform 75ms 0s cubic-bezier(.55,.055,.675,.19),-webkit-transform 75ms 0s cubic-bezier(.55,.055,.675,.19)}
.hamburger--stand .hamburger-inner::after{-webkit-transition:bottom 75ms 75ms ease-in,-webkit-transform 75ms 0s cubic-bezier(.55,.055,.675,.19);transition:bottom 75ms 75ms ease-in,-webkit-transform 75ms 0s cubic-bezier(.55,.055,.675,.19);transition:bottom 75ms 75ms ease-in,transform 75ms 0s cubic-bezier(.55,.055,.675,.19);transition:bottom 75ms 75ms ease-in,transform 75ms 0s cubic-bezier(.55,.055,.675,.19),-webkit-transform 75ms 0s cubic-bezier(.55,.055,.675,.19)}
.hamburger--stand.is-active .hamburger-inner{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);background-color:transparent;-webkit-transition:background-color 0s .15s linear,-webkit-transform 75ms 0s cubic-bezier(.215,.61,.355,1);transition:background-color 0s .15s linear,-webkit-transform 75ms 0s cubic-bezier(.215,.61,.355,1);transition:transform 75ms 0s cubic-bezier(.215,.61,.355,1),background-color 0s .15s linear;transition:transform 75ms 0s cubic-bezier(.215,.61,.355,1),background-color 0s .15s linear,-webkit-transform 75ms 0s cubic-bezier(.215,.61,.355,1)}
.hamburger--stand.is-active .hamburger-inner::before{top:0;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transition:top 75ms .1s ease-out,-webkit-transform 75ms .15s cubic-bezier(.215,.61,.355,1);transition:top 75ms .1s ease-out,-webkit-transform 75ms .15s cubic-bezier(.215,.61,.355,1);transition:top 75ms .1s ease-out,transform 75ms .15s cubic-bezier(.215,.61,.355,1);transition:top 75ms .1s ease-out,transform 75ms .15s cubic-bezier(.215,.61,.355,1),-webkit-transform 75ms .15s cubic-bezier(.215,.61,.355,1)}
.hamburger--stand.is-active .hamburger-inner::after{bottom:0;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);-webkit-transition:bottom 75ms .1s ease-out,-webkit-transform 75ms .15s cubic-bezier(.215,.61,.355,1);transition:bottom 75ms .1s ease-out,-webkit-transform 75ms .15s cubic-bezier(.215,.61,.355,1);transition:bottom 75ms .1s ease-out,transform 75ms .15s cubic-bezier(.215,.61,.355,1);transition:bottom 75ms .1s ease-out,transform 75ms .15s cubic-bezier(.215,.61,.355,1),-webkit-transform 75ms .15s cubic-bezier(.215,.61,.355,1)}
.hamburger--stand-r .hamburger-inner{-webkit-transition:background-color 0s 75ms linear,-webkit-transform 75ms .15s cubic-bezier(.55,.055,.675,.19);transition:background-color 0s 75ms linear,-webkit-transform 75ms .15s cubic-bezier(.55,.055,.675,.19);transition:transform 75ms .15s cubic-bezier(.55,.055,.675,.19),background-color 0s 75ms linear;transition:transform 75ms .15s cubic-bezier(.55,.055,.675,.19),background-color 0s 75ms linear,-webkit-transform 75ms .15s cubic-bezier(.55,.055,.675,.19)}
.hamburger--stand-r .hamburger-inner::before{-webkit-transition:top 75ms 75ms ease-in,-webkit-transform 75ms 0s cubic-bezier(.55,.055,.675,.19);transition:top 75ms 75ms ease-in,-webkit-transform 75ms 0s cubic-bezier(.55,.055,.675,.19);transition:top 75ms 75ms ease-in,transform 75ms 0s cubic-bezier(.55,.055,.675,.19);transition:top 75ms 75ms ease-in,transform 75ms 0s cubic-bezier(.55,.055,.675,.19),-webkit-transform 75ms 0s cubic-bezier(.55,.055,.675,.19)}
.hamburger--stand-r .hamburger-inner::after{-webkit-transition:bottom 75ms 75ms ease-in,-webkit-transform 75ms 0s cubic-bezier(.55,.055,.675,.19);transition:bottom 75ms 75ms ease-in,-webkit-transform 75ms 0s cubic-bezier(.55,.055,.675,.19);transition:bottom 75ms 75ms ease-in,transform 75ms 0s cubic-bezier(.55,.055,.675,.19);transition:bottom 75ms 75ms ease-in,transform 75ms 0s cubic-bezier(.55,.055,.675,.19),-webkit-transform 75ms 0s cubic-bezier(.55,.055,.675,.19)}
.hamburger--stand-r.is-active .hamburger-inner{-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);background-color:transparent;-webkit-transition:background-color 0s .15s linear,-webkit-transform 75ms 0s cubic-bezier(.215,.61,.355,1);transition:background-color 0s .15s linear,-webkit-transform 75ms 0s cubic-bezier(.215,.61,.355,1);transition:transform 75ms 0s cubic-bezier(.215,.61,.355,1),background-color 0s .15s linear;transition:transform 75ms 0s cubic-bezier(.215,.61,.355,1),background-color 0s .15s linear,-webkit-transform 75ms 0s cubic-bezier(.215,.61,.355,1)}
.hamburger--stand-r.is-active .hamburger-inner::before{top:0;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transition:top 75ms .1s ease-out,-webkit-transform 75ms .15s cubic-bezier(.215,.61,.355,1);transition:top 75ms .1s ease-out,-webkit-transform 75ms .15s cubic-bezier(.215,.61,.355,1);transition:top 75ms .1s ease-out,transform 75ms .15s cubic-bezier(.215,.61,.355,1);transition:top 75ms .1s ease-out,transform 75ms .15s cubic-bezier(.215,.61,.355,1),-webkit-transform 75ms .15s cubic-bezier(.215,.61,.355,1)}
.hamburger--stand-r.is-active .hamburger-inner::after{bottom:0;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);-webkit-transition:bottom 75ms .1s ease-out,-webkit-transform 75ms .15s cubic-bezier(.215,.61,.355,1);transition:bottom 75ms .1s ease-out,-webkit-transform 75ms .15s cubic-bezier(.215,.61,.355,1);transition:bottom 75ms .1s ease-out,transform 75ms .15s cubic-bezier(.215,.61,.355,1);transition:bottom 75ms .1s ease-out,transform 75ms .15s cubic-bezier(.215,.61,.355,1),-webkit-transform 75ms .15s cubic-bezier(.215,.61,.355,1)}
.hamburger--spin .hamburger-inner{-webkit-transition-duration:.22s;transition-duration:.22s;-webkit-transition-timing-function:cubic-bezier(.55,.055,.675,.19);transition-timing-function:cubic-bezier(.55,.055,.675,.19)}
.hamburger--spin .hamburger-inner::before{-webkit-transition:top .1s .25s ease-in,opacity .1s ease-in;transition:top .1s .25s ease-in,opacity .1s ease-in}
.hamburger--spin .hamburger-inner::after{-webkit-transition:bottom .1s .25s ease-in,-webkit-transform .22s cubic-bezier(.55,.055,.675,.19);transition:bottom .1s .25s ease-in,-webkit-transform .22s cubic-bezier(.55,.055,.675,.19);transition:bottom .1s .25s ease-in,transform .22s cubic-bezier(.55,.055,.675,.19);transition:bottom .1s .25s ease-in,transform .22s cubic-bezier(.55,.055,.675,.19),-webkit-transform .22s cubic-bezier(.55,.055,.675,.19)}
.hamburger--spin.is-active .hamburger-inner{-webkit-transform:rotate(225deg);-ms-transform:rotate(225deg);transform:rotate(225deg);-webkit-transition-delay:.12s;transition-delay:.12s;-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1)}
.hamburger--spin.is-active .hamburger-inner::before{top:0;opacity:0;-webkit-transition:top .1s ease-out,opacity .1s .12s ease-out;transition:top .1s ease-out,opacity .1s .12s ease-out}
.hamburger--spin.is-active .hamburger-inner::after{bottom:0;-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);-webkit-transition:bottom .1s ease-out,-webkit-transform .22s .12s cubic-bezier(.215,.61,.355,1);transition:bottom .1s ease-out,-webkit-transform .22s .12s cubic-bezier(.215,.61,.355,1);transition:bottom .1s ease-out,transform .22s .12s cubic-bezier(.215,.61,.355,1);transition:bottom .1s ease-out,transform .22s .12s cubic-bezier(.215,.61,.355,1),-webkit-transform .22s .12s cubic-bezier(.215,.61,.355,1)}
.hamburger--spin-r .hamburger-inner{-webkit-transition-duration:.22s;transition-duration:.22s;-webkit-transition-timing-function:cubic-bezier(.55,.055,.675,.19);transition-timing-function:cubic-bezier(.55,.055,.675,.19)}
.hamburger--spin-r .hamburger-inner::before{-webkit-transition:top .1s .25s ease-in,opacity .1s ease-in;transition:top .1s .25s ease-in,opacity .1s ease-in}
.hamburger--spin-r .hamburger-inner::after{-webkit-transition:bottom .1s .25s ease-in,-webkit-transform .22s cubic-bezier(.55,.055,.675,.19);transition:bottom .1s .25s ease-in,-webkit-transform .22s cubic-bezier(.55,.055,.675,.19);transition:bottom .1s .25s ease-in,transform .22s cubic-bezier(.55,.055,.675,.19);transition:bottom .1s .25s ease-in,transform .22s cubic-bezier(.55,.055,.675,.19),-webkit-transform .22s cubic-bezier(.55,.055,.675,.19)}
.hamburger--spin-r.is-active .hamburger-inner{-webkit-transform:rotate(-225deg);-ms-transform:rotate(-225deg);transform:rotate(-225deg);-webkit-transition-delay:.12s;transition-delay:.12s;-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1)}
.hamburger--spin-r.is-active .hamburger-inner::before{top:0;opacity:0;-webkit-transition:top .1s ease-out,opacity .1s .12s ease-out;transition:top .1s ease-out,opacity .1s .12s ease-out}
.hamburger--spin-r.is-active .hamburger-inner::after{bottom:0;-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);-webkit-transition:bottom .1s ease-out,-webkit-transform .22s .12s cubic-bezier(.215,.61,.355,1);transition:bottom .1s ease-out,-webkit-transform .22s .12s cubic-bezier(.215,.61,.355,1);transition:bottom .1s ease-out,transform .22s .12s cubic-bezier(.215,.61,.355,1);transition:bottom .1s ease-out,transform .22s .12s cubic-bezier(.215,.61,.355,1),-webkit-transform .22s .12s cubic-bezier(.215,.61,.355,1)}
.hamburger--squeeze .hamburger-inner{-webkit-transition-duration:75ms;transition-duration:75ms;-webkit-transition-timing-function:cubic-bezier(.55,.055,.675,.19);transition-timing-function:cubic-bezier(.55,.055,.675,.19)}
.hamburger--squeeze .hamburger-inner::before{-webkit-transition:top 75ms .12s ease,opacity 75ms ease;transition:top 75ms .12s ease,opacity 75ms ease}
.hamburger--squeeze .hamburger-inner::after{-webkit-transition:bottom 75ms .12s ease,-webkit-transform 75ms cubic-bezier(.55,.055,.675,.19);transition:bottom 75ms .12s ease,-webkit-transform 75ms cubic-bezier(.55,.055,.675,.19);transition:bottom 75ms .12s ease,transform 75ms cubic-bezier(.55,.055,.675,.19);transition:bottom 75ms .12s ease,transform 75ms cubic-bezier(.55,.055,.675,.19),-webkit-transform 75ms cubic-bezier(.55,.055,.675,.19)}
.hamburger--squeeze.is-active .hamburger-inner{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);-webkit-transition-delay:.12s;transition-delay:.12s;-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1)}
.hamburger--squeeze.is-active .hamburger-inner::before{top:0;opacity:0;-webkit-transition:top 75ms ease,opacity 75ms .12s ease;transition:top 75ms ease,opacity 75ms .12s ease}
.hamburger--squeeze.is-active .hamburger-inner::after{bottom:0;-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);-webkit-transition:bottom 75ms ease,-webkit-transform 75ms .12s cubic-bezier(.215,.61,.355,1);transition:bottom 75ms ease,-webkit-transform 75ms .12s cubic-bezier(.215,.61,.355,1);transition:bottom 75ms ease,transform 75ms .12s cubic-bezier(.215,.61,.355,1);transition:bottom 75ms ease,transform 75ms .12s cubic-bezier(.215,.61,.355,1),-webkit-transform 75ms .12s cubic-bezier(.215,.61,.355,1)}
.hamburger--vortex .hamburger-inner{-webkit-transition-duration:.2s;transition-duration:.2s;-webkit-transition-timing-function:cubic-bezier(.19,1,.22,1);transition-timing-function:cubic-bezier(.19,1,.22,1)}
.hamburger--vortex .hamburger-inner::after,.hamburger--vortex .hamburger-inner::before{-webkit-transition-duration:0s;transition-duration:0s;-webkit-transition-delay:.1s;transition-delay:.1s;-webkit-transition-timing-function:linear;transition-timing-function:linear}
.hamburger--vortex .hamburger-inner::before{-webkit-transition-property:top,opacity;transition-property:top,opacity}
.hamburger--vortex .hamburger-inner::after{-webkit-transition-property:bottom,-webkit-transform;transition-property:bottom,-webkit-transform;transition-property:bottom,transform;transition-property:bottom,transform,-webkit-transform}
.hamburger--vortex.is-active .hamburger-inner{-webkit-transform:rotate(765deg);-ms-transform:rotate(765deg);transform:rotate(765deg);-webkit-transition-timing-function:cubic-bezier(.19,1,.22,1);transition-timing-function:cubic-bezier(.19,1,.22,1)}
.hamburger--vortex.is-active .hamburger-inner::after,.hamburger--vortex.is-active .hamburger-inner::before{-webkit-transition-delay:0s;transition-delay:0s}
.hamburger--vortex.is-active .hamburger-inner::before{top:0;opacity:0}
.hamburger--vortex.is-active .hamburger-inner::after{bottom:0;-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}
.hamburger--vortex-r .hamburger-inner{-webkit-transition-duration:.2s;transition-duration:.2s;-webkit-transition-timing-function:cubic-bezier(.19,1,.22,1);transition-timing-function:cubic-bezier(.19,1,.22,1)}
.hamburger--vortex-r .hamburger-inner::after,.hamburger--vortex-r .hamburger-inner::before{-webkit-transition-duration:0s;transition-duration:0s;-webkit-transition-delay:.1s;transition-delay:.1s;-webkit-transition-timing-function:linear;transition-timing-function:linear}
.hamburger--vortex-r .hamburger-inner::before{-webkit-transition-property:top,opacity;transition-property:top,opacity}
.hamburger--vortex-r .hamburger-inner::after{-webkit-transition-property:bottom,-webkit-transform;transition-property:bottom,-webkit-transform;transition-property:bottom,transform;transition-property:bottom,transform,-webkit-transform}
.hamburger--vortex-r.is-active .hamburger-inner{-webkit-transform:rotate(-765deg);-ms-transform:rotate(-765deg);transform:rotate(-765deg);-webkit-transition-timing-function:cubic-bezier(.19,1,.22,1);transition-timing-function:cubic-bezier(.19,1,.22,1)}
.hamburger--vortex-r.is-active .hamburger-inner::after,.hamburger--vortex-r.is-active .hamburger-inner::before{-webkit-transition-delay:0s;transition-delay:0s}
.hamburger--vortex-r.is-active .hamburger-inner::before{top:0;opacity:0}
.hamburger--vortex-r.is-active .hamburger-inner::after{bottom:0;-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg)}
.rh_map{display:block}
.rh_map #map-head{height:600px;height:60rem}
.rh_map #map-head #listing-map{height:100%}
.rh_map__search #map-head{margin-top:-5.3rem}
.rh_gallery{display:block;width:100%;margin:0 auto;padding:0}
.rh_gallery__wrap{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 -1.5rem}
.rh_gallery__wrap .rh_gallery__item{padding:0 1.5rem 3rem 1.5rem}
.rh_gallery__wrap .rh_gallery__item figure{position:relative;margin:0}
.rh_gallery__wrap .rh_gallery__item figure img{display:block;margin:0 auto}
.rh_gallery__wrap .rh_gallery__item .media_container{position:absolute;top:0;left:0;width:100%;height:100%;z-index:200;background:rgba(30,166,154,.9);display:none}
.rh_gallery__wrap .rh_gallery__item .media_container a{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;opacity:1;z-index:250;position:absolute;top:50%;width:50px;height:50px;background-color:#fff;border-radius:500rem}
.rh_gallery__wrap .rh_gallery__item .media_container a:hover{background-color:rgba(255,255,255,.9);-webkit-transition:.2s all ease-in-out;transition:.2s all ease-in-out}
.rh_gallery__wrap .rh_gallery__item .media_container img{width:16px;height:16px}
.rh_gallery__wrap .rh_gallery__item .media_container a.zoom{left:0}
.rh_gallery__wrap .rh_gallery__item .media_container a.link{right:0}
.rh_gallery__wrap .rh_gallery__item .item-title{margin:1.5rem 0}
.rh_gallery__wrap .rh_gallery__item .item-title a{display:inline-block;color:#1a1a1a;-webkit-transition:.2s all linear;transition:.2s all linear}
.rh_gallery__wrap .rh_gallery__item .item-title a:hover{color:#1ea69a;-webkit-transition:.2s all linear;transition:.2s all linear}
.rh_gallery--3-columns{width:33.3%}
.rh_gallery--2-columns{width:50%}
.rh_gallery--4-columns{width:25%}
.infoBox>img{background:#fff;-webkit-transition:.2s all;transition:.2s all}
.infoBox>img:hover{background:rgba(255,255,255,.8)}
.infoBox .map-info-window{display:block;width:24.4rem;background:#fff;margin-bottom:2rem;border-bottom:3px solid #1ea69a}
.infoBox .map-info-window .prop-thumb{width:100%}
.infoBox .map-info-window .prop-title{color:#1a1a1a;font-weight:500;font-size:1.5rem;margin:0;padding:1.5rem;line-height:1.5}
.infoBox .map-info-window a{color:#1a1a1a;font-weight:500;font-size:1.5rem;line-height:1.5;-webkit-transition:.2s all linear;transition:.2s all linear}
.infoBox .map-info-window a:hover{color:#1ea69a;-webkit-transition:.2s all linear;transition:.2s all linear}
.infoBox .map-info-window .rh_agent_form .rh_agent_form__row,.infoBox .map-info-window p,.rh_agent_form .infoBox .map-info-window .rh_agent_form__row{padding:0 1.5rem 1.5rem;color:#1ea69a}
.infoBox .map-info-window .arrow-down{width:0;height:0;border-style:solid;border-width:10px 10px 0 10px;border-color:#1ea69a transparent transparent transparent;position:absolute;bottom:1rem;left:50%;left:calc(50% - 10px)}
.rh_slider{margin:0}
.rh_slider .flexslider{margin:0;border-radius:0;border:0}
.rh_slider .flexslider ul.slides .slide{display:block;height:100%;height:90rem;height:90vh}
.rh_slider .flexslider ul.slides div.rh_slide__desc{position:relative;max-width:1440px;margin:0 auto}
.rh_slider .flexslider ul.slides a.read-more{display:inline-block;height:initial;margin-top:1.5rem}
.rh_slider .flexslider ul.slides li{position:relative}
.rh_slide__desc{width:100%}
.rh_slide__desc .rh_slide--max_width{position:relative;max-width:1440px;margin:auto;height:100%}
.rh_slide__desc .rh_slide__desc_wrap{display:block;width:100%;position:absolute;background:#fff;padding:5rem;max-width:50rem}
.rh_slide__desc h3{font-size:2.4rem;font-weight:500;line-height:1.5;margin-top:0;margin-bottom:1rem}
.rh_slide__desc h3 .title{display:inline-block;font-size:2.4rem;font-weight:500;color:#1a1a1a;line-height:1.5;-webkit-transition:.2s all linear;transition:.2s all linear}
.rh_slide__desc h3 .title:hover{color:#1ea69a;-webkit-transition:.2s all linear;transition:.2s all linear}
.rh_agent_form .rh_slide__desc .rh_agent_form__row,.rh_slide__desc .rh_agent_form .rh_agent_form__row,.rh_slide__desc p{line-height:2}
.rh_slide__desc .rh_slide__meta_wrap{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;margin:3rem 0}
.rh_slide__desc .rh_slide__meta_wrap .rh_slide__prop_meta{padding:0 2rem 0 0}
.rh_slide__desc .rh_slide__meta_wrap .rh_slide__prop_meta h4{font-size:1.3rem;font-weight:500;margin-top:0;margin-bottom:1rem}
.rh_slide__desc .rh_slide__meta_wrap .rh_slide__prop_meta span{font-size:1.4rem}
.rh_slide__desc .rh_slide__meta_wrap .rh_slide__prop_meta span.figure{font-weight:500;padding:0 0 0 1rem}
.rh_slide__desc .rh_slide_prop_price{display:block}
.rh_slide__desc .rh_slide_prop_price h4{font-size:1.3rem;font-weight:500;margin-top:0;margin-bottom:.5rem}
.rh_slide__desc .rh_slide_prop_price span{font-size:2.4rem;color:#1ea69a}
.rh_slider_mod{position:relative}
.rh_slider_mod .rh_flexslider__nav_main a{width:42px;height:42px;position:absolute;top:50%;margin-top:-21px;z-index:999999999;display:inline-block;opacity:0;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}
.rh_slider_mod .rh_flexslider__nav_main a svg{width:55px;height:55px}
.rh_slider_mod .rh_flexslider__nav_main a.flex-prev{left:-20px;-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}
.rh_slider_mod .rh_flexslider__nav_main a.flex-next{right:-20px}
.rh_slider_mod:hover .rh_flexslider__nav_main a{opacity:.8}
.rh_slider_mod:hover .rh_flexslider__nav_main a:hover{opacity:1}
.rh_slider_mod:hover .rh_flexslider__nav_main a.flex-prev{left:30px}
.rh_slider_mod:hover .rh_flexslider__nav_main a.flex-next{right:30px}
ul.flex-direction-nav a{width:45px;height:45px}
ul.flex-direction-nav a.flex-prev:before{content:'';background:url(//remaxcrest.ca/wp-content/themes/realhomes/assets/modern/images/icons/icon-arrow-left.png) 50% 50% no-repeat;width:45px;height:45px;background-size:cover}
ul.flex-direction-nav a.flex-next:before{content:'';background:url(//remaxcrest.ca/wp-content/themes/realhomes/assets/modern/images/icons/icon-arrow-right.png) 50% 50% no-repeat;width:45px;height:45px;background-size:cover}
.rh_section{display:block;text-align:center}
.rh_section .rh_section__head{max-width:1440px;margin:0 auto}
.rh_section .rh_section__head .rh_section__title{margin:0;font-weight:300;padding:0 0 1.5rem 0}
.rh_section .rh_section__head .rh_section__subtitle{display:block;color:#1ea69a;font-size:1.5rem;font-weight:500}
.rh_section .rh_section__head .rh_section__desc{font-size:1.5rem;line-height:1.5}
.rh_section .rh_section__head .rh_section__desc a{color:#1a1a1a}
.rh_section .rh_section__head .rh_section__desc a:hover{color:#1ea69a}
.rh_section__properties{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;position:relative;z-index:9;max-width:1440px;margin:0 auto}
.rh_section--flex{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap}
.rh_section--props_padding{position:relative}
.rh_section--props_padding.diagonal-border:after{content:'';color:transparent;width:0;height:0;border-bottom-width:180px;border-left:1440px solid #f7f7f7;border-left:100vw solid #f7f7f7;position:absolute;bottom:-90px;left:0;z-index:9999}
.rh_section--featured{padding:0 10rem 7.5rem 10rem;background:#fff;position:relative}
.rh_section--featured.diagonal-border:before{content:'';color:transparent;width:0;height:0;border:0 solid transparent;border-right-width:0;border-left-width:1440px;border-left-width:100vw;border-bottom:180px solid #fff;position:absolute;top:-90px;left:0;z-index:9999}
.rh_section--featured.diagonal-border:after{content:'';color:transparent;width:0;height:0;border:0 solid transparent;border-bottom-width:180px;border-left:1440px solid #fff;border-left:100vw solid #fff;position:absolute;bottom:-90px;left:0;z-index:9999}
.rh_section__left_sidebar .rh_page__sidebar{margin-right:3rem}
.rh_section__left_sidebar .rh_page__main{padding-right:0}
.diagonal-border.section-margin-top{margin-top:230px}
.rh_section--featured.diagonal-border.section-margin-top:before{top:-180px}
.rh_section__content.flat-border:after{display:none}
.rh_prop_card{width:33.3%;padding:0 1.5rem 3rem 1.5rem;position:relative}
.rh_prop_card .rh_prop_card__featured{margin:0 auto;max-width:55rem;position:relative;margin-top:-11rem;padding:4rem;-webkit-box-shadow:0 0 5px 2px rgba(0,0,0,.05);box-shadow:0 0 5px 2px rgba(0,0,0,.05)}
.rh_prop_card .rh_prop_card__child_property{margin:0 auto;max-width:55rem;position:relative;margin-top:-5rem;padding:4rem;-webkit-box-shadow:0 0 5px 2px rgba(0,0,0,.05);box-shadow:0 0 5px 2px rgba(0,0,0,.05)}
.rh_prop_card .rh_prop_card__wrap{-webkit-box-shadow:0 0 5px 2px rgba(0,0,0,.05);box-shadow:0 0 5px 2px rgba(0,0,0,.05)}
.rh_prop_card .rh_prop_card__thumbnail{margin:0;position:relative}
.rh_prop_card .rh_prop_card__thumbnail:hover .rh_overlay{opacity:1}
.rh_prop_card .rh_prop_card__thumbnail:hover .rh_overlay__contents{top:50%;left:50%;opacity:1}
.rh_prop_card .rh_prop_card__thumbnail a{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}
.rh_prop_card .rh_prop_card__thumbnail .rh_overlay__contents a{display:inline-block;color:#fff;font-weight:500;font-size:1.4rem;border:1px solid #fff;padding:1.5rem 2rem;line-height:1.5;-webkit-transition:.2s all linear;transition:.2s all linear}
.rh_prop_card .rh_prop_card__thumbnail .rh_overlay__contents a:hover{color:#1ea69a;background:#fff;-webkit-transition:.2s all linear;transition:.2s all linear}
.rh_prop_card .rh_prop_card__thumbnail img{width:100%;height:100%;-webkit-transition:.2s -webkit-transform linear;transition:.2s -webkit-transform linear;transition:.2s transform linear;transition:.2s transform linear,.2s -webkit-transform linear}
.rh_prop_card .rh_prop_card__thumbnail .rh_prop_card__btns{position:absolute;right:0;bottom:0;padding:2rem}
.rh_prop_card .rh_prop_card__thumbnail .rh_prop_card__btns a{display:inline-block;margin-left:1rem}
.rh_prop_card .rh_prop_card__thumbnail .rh_prop_card__btns a svg path{fill:#fff;-webkit-transition:.2s all linear;transition:.2s all linear}
.rh_prop_card .rh_prop_card__thumbnail .rh_prop_card__btns a:hover svg path{fill:#ea723d;-webkit-transition:.2s all linear;transition:.2s all linear}
.rh_prop_card .rh_prop_card__thumbnail .rh_prop_card__btns .favorite:hover svg path{fill:#ea3d3d}
.rh_prop_card .rh_prop_card__thumbnail .rh_prop_card__btns .hide{display:none}
.rh_prop_card .rh_prop_card__thumbnail .rh_prop_card__remove_fav{position:absolute;right:0;top:0;padding:0}
.rh_prop_card .rh_prop_card__thumbnail .rh_prop_card__remove_fav a{display:inline-block;background:rgba(0,0,0,.2);padding:.5rem .8rem}
.rh_prop_card .rh_prop_card__thumbnail .rh_prop_card__remove_fav a:hover{background:rgba(0,0,0,.5);-webkit-transition:.2s all linear;transition:.2s all linear}
.rh_prop_card .rh_prop_card__thumbnail .rh_prop_card__remove_fav a i{color:#fff}
.rh_prop_card .rh_prop_card__child_thumb{max-width:70rem;margin:0 auto}
.rh_prop_card .rh_prop_card__details{display:block;width:100%;background:#fff;padding:2.5rem;text-align:left}
.rh_prop_card .rh_prop_card__details h3{margin:0;margin-bottom:1.5rem}
.rh_prop_card .rh_prop_card__details h3 a{color:#1a1a1a;font-size:1.9rem;font-weight:500;line-height:1.5;-webkit-transition:.2s all linear;transition:.2s all linear}
.rh_prop_card .rh_prop_card__details h3 a:hover{color:#1ea69a;-webkit-transition:.2s all linear;transition:.2s all linear}
.rh_prop_card .rh_prop_card__details .rh_prop_card__excerpt{font-size:1.4rem;line-height:1.5;margin-bottom:2rem}
.rh_prop_card .rh_prop_card__details .rh_prop_card__meta_wrap{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:.5rem}
.rh_prop_card .rh_prop_card__details .rh_prop_card__meta{padding:0 1.5rem 1.5rem 0}
.rh_prop_card .rh_prop_card__details .rh_prop_card__meta h4{font-size:1.3rem;font-weight:500;margin:0;margin-bottom:1rem}
.rh_prop_card .rh_prop_card__details .rh_prop_card__meta svg{fill:#b3b3b3}
.rh_prop_card .rh_prop_card__details .rh_prop_card__meta .figure{font-size:1.3rem;font-weight:500;padding:0 0 0 1rem}
.rh_prop_card .rh_prop_card__details .rh_prop_card__meta .label{font-size:1.3rem;padding:0 0 0 .3rem}
.rh_prop_card .rh_prop_card__details .rh_prop_card__priceLabel .rh_prop_card__status{font-size:1.3rem;font-weight:500;margin:0;margin-bottom:.5rem}
.rh_prop_card .rh_prop_card__details .rh_prop_card__priceLabel .rh_prop_card__price{font-size:2.2rem;color:#1ea69a}
.add-to-compare path{fill:#fff;-webkit-transition:.2s all linear;transition:.2s all linear}
.rh_section__featured{margin:0 auto;max-width:65rem;padding:0 0 3rem 0;position:relative}
.rh_section__featured .rh_flexslider__nav a{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;width:73px;height:73px;position:absolute;top:32%;border-radius:500rem;-webkit-box-shadow:0 0 5px 2px rgba(0,0,0,.1);box-shadow:0 0 5px 2px rgba(0,0,0,.05);-webkit-transition:.2s all linear;transition:.2s all linear}
.rh_section__featured .rh_flexslider__nav a:hover{background:#ea723d;-webkit-transition:.2s all linear;transition:.2s all linear}
.rh_section__featured .rh_flexslider__nav a:hover svg{fill:#fff;-webkit-transition:.2s all linear;transition:.2s all linear}
.rh_section__featured .rh_flexslider__nav a svg{fill:grey;-webkit-transition:.2s all linear;transition:.2s all linear}
.rh_section__featured .rh_flexslider__prev{left:-15rem}
.rh_section__featured .rh_flexslider__next{right:-15rem}
.rh_section__featured .rh_prop_card__thumbnail img{min-height:416px}
.rh_section__featured .flexslider{background:0;border:0;border-radius:0;-webkit-box-shadow:none;box-shadow:none;margin:0}
.rh_section__featured .flexslider ul.flex-direction-nav{display:none}
.rh_prop_card--block{display:block;width:100%;padding:0;margin:2rem 0 4rem 0}
.rh_prop_card--listing{width:50%;padding:0 1.5rem 3rem 1.5rem}
.rh_prop_card--similar{width:50%;padding:0 2rem 4rem 2rem;z-index:0}
.property-label{position:absolute;left:20px;bottom:20px;color:#fff;padding:5px 8px 4px;border-radius:1px;font-size:14px}
.rh_overlay{background:rgba(30,166,154,.7);position:absolute;height:100%;width:100%;left:0;top:0;bottom:0;right:0;opacity:0;-webkit-transition:all .4s ease-in-out 0s;transition:all .4s ease-in-out 0s}
.rh_overlay__contents{position:absolute;text-align:center;padding-left:1em;padding-right:1em;width:100%;top:50%;left:50%;opacity:0;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-webkit-transition:all .3s ease-in-out 0s;transition:all .3s ease-in-out 0s}
.rh_overlay__fadeIn-bottom{top:80%}
.rh_section__testimonial{background:#1ea69a;padding:10rem;position:relative}
.rh_section__testimonial.diagonal-border:before{content:'';color:transparent;width:0;height:0;border:0 solid transparent;border-right-width:0;border-left-width:1440px;border-left-width:100vw;border-bottom:180px solid #1ea69a;position:absolute;top:-90px;left:0;z-index:99}
.rh_section__testimonial.diagonal-border:after{content:'';width:0;height:0;border:0 solid transparent;border-left-width:0;border-right-width:1440px;border-right-width:100vw;border-top:180px solid #1ea69a;position:absolute;bottom:-90px;left:0;z-index:9999}
.rh_section__testimonial .quotes-marks{position:absolute;z-index:999999;opacity:.9}
.rh_section__testimonial .quotes-marks.mark-left{top:-180px;left:-90px}
.rh_section__testimonial .quotes-marks.mark-right{bottom:-180px;right:-90px;-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}
.rh_section__testimonial .quotes-marks svg{fill:#1c9d92}
.rh_testimonial{max-width:95rem;text-align:center;margin:0 auto;position:relative;z-index:99999}
.rh_testimonial .rh_testimonial__quote{position:relative;z-index:999;font-size:3.6rem;font-weight:400;line-height:1.5;color:#fff;margin:0;margin-bottom:5rem}
.rh_testimonial .rh_testimonial__quote a{font-size:3.6rem;font-weight:400;line-height:1.5}
.rh_testimonial .rh_testimonial__author{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;position:relative;z-index:999}
.rh_testimonial .rh_testimonial__author .rh_testimonial__author_name{color:#fff;font-size:3rem;font-weight:500;padding:0 1rem 0 0}
.rh_testimonial .rh_testimonial__author .rh_testimonial__author__link a{color:#fff;font-size:1.8rem;text-decoration:underline}
.rh_testimonial__quote_bg{position:absolute;top:0;left:0;width:100%;height:100%;margin-top:1.5rem;opacity:.8;z-index:99999}
.rh_section__cta{position:relative;z-index:999}
.rh_section__cta.diagonal-border:after{content:'';color:transparent;width:0;height:0;border-top-width:180px;border-bottom-width:0;border-right:1440px solid transparent;border-right:100vw solid transparent;position:absolute;bottom:-90px;left:0}
.rh_cta{background-position:50%;background-size:cover;position:absolute;top:-90px;height:100%;height:calc(100% + 18rem);width:100%;z-index:-9999}
.rh_cta .rh_cta__overlay{display:block;width:100%;height:100%;background:#1ea69a}
.rh_cta__wrap{max-width:1440px;margin:0 auto}
.rh_cta__wrap .rh_cta__title{color:#fff;font-size:1.5rem;font-weight:500;margin-bottom:1.5rem}
.rh_cta__wrap .rh_cta__quote{color:#fff;font-size:3.6rem;font-weight:400;line-height:1.5;max-width:95rem;margin:0 auto;margin-bottom:2.5rem}
.rh_cta__wrap .rh_cta__quote a{font-size:3.6rem;font-weight:400;line-height:1.5}
.rh_cta__wrap .rh_cta__btns{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}
.rh_cta__wrap .rh_cta__btns a{display:inline-block;font-size:1.5rem;font-weight:500;margin:0 1rem 0;z-index:1}
.rh_cta--featured.flat-border .rh_cta{top:0;height:100%}
.rh_cta--featured .rh_cta{background:url(//remaxcrest.ca/wp-content/themes/realhomes/assets/modern/images/cta-bg.jpg) 50% 50% no-repeat;background-size:cover}
.rh_cta--contact:after{border-right:0;display:none}
.rh_cta--contact .rh_cta{background:50% 50% no-repeat #1ea69a;background-size:cover}
.rh_cta--contact .rh_cta__btns a{margin:0}
.rh_section__agents{position:relative}
.rh_section__agents.diagonal-border:before{content:'';color:transparent;width:0;height:0;border-top-width:180px;border-bottom-width:0;border-right:1440px solid #f7f7f7;border-right:100vw solid #f7f7f7;position:absolute;top:-90px;left:0;z-index:9999}
.rh_section__agents.diagonal-border:after{content:'';width:0;height:0;border:0 solid transparent;border-bottom-width:180px;border-left:1440px solid #f7f7f7;border-left:100vw solid #f7f7f7;position:absolute;bottom:-90px;left:0;z-index:9999}
.rh_section__agents_wrap{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;padding:2rem 0 10rem 0;max-width:1440px;margin:0 auto}
.rh_agent{-webkit-box-flex:0;-webkit-flex:0 1 auto;-ms-flex:0 1 auto;flex:0 1 auto;width:25%;padding:0 1.5rem}
.rh_agent .rh_agent__wrap{display:block;text-align:center;background:#fff;position:relative;-webkit-box-shadow:0 0 5px 2px rgba(0,0,0,.1);box-shadow:0 0 5px 2px rgba(0,0,0,.05)}
.rh_agent .rh_agent__wrap:hover .rh_agent__details .rh_agent__arrow{display:block;opacity:1;visibility:visible;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);-webkit-transition-delay:0s,0s,.2s;transition-delay:0s,0s,.2s}
.rh_agent .rh_agent__thumbnail{display:inline-block;margin:0 auto;margin-top:-4rem;width:128px;height:128px}
.rh_agent .rh_agent__details{display:block;padding:2.5rem 2rem}
.rh_agent .rh_agent__details h3{margin:0;margin-bottom:1.5rem}
.rh_agent .rh_agent__details h3 a{color:#1a1a1a;font-size:1.9rem;font-weight:500;line-height:1.5;-webkit-transition:.2s all linear;transition:.2s all linear}
.rh_agent .rh_agent__details h3 a:hover{color:#1ea69a;-webkit-transition:.2s all linear;transition:.2s all linear}
.rh_agent .rh_agent__details .rh_agent__phone{color:#1ea69a;font-size:1.5rem;margin-bottom:.5rem}
.rh_agent .rh_agent__details .rh_agent__email{display:inline-block;color:#1a1a1a;font-size:1.5rem;margin-bottom:2rem;-webkit-transition:.2s all linear;transition:.2s all linear}
.rh_agent .rh_agent__details .rh_agent__email:hover{color:#1ea69a;-webkit-transition:.2s all linear;transition:.2s all linear}
.rh_agent .rh_agent__details .rh_agent__listed .figure{font-size:2.4rem;color:#1ea69a;margin-bottom:.5rem}
.rh_agent .rh_agent__details .rh_agent__listed .heading{color:#1a1a1a;font-size:1.3rem;font-weight:500;margin-bottom:1rem}
.rh_agent .rh_agent__details .rh_agent__arrow{display:inline-block;position:absolute;left:37%;left:calc(50% - 35px);bottom:-4rem;opacity:0;visibility:hidden;-webkit-transform:scale(3);-ms-transform:scale(3);transform:scale(3);-webkit-transition:all .3s ease-in-out 0s,visibility 0s linear .3s,z-index 0s linear 10ms;transition:all .3s ease-in-out 0s,visibility 0s linear .3s,z-index 0s linear 10ms}
.rh_section__features{background:#fff;position:relative}
.rh_section__features.diagonal-border:before{content:'';color:transparent;width:0;height:0;border-top-width:180px;border-bottom-width:0;border-right:1440px solid #fff;border-right:100vw solid #fff;position:absolute;top:-90px;left:0;z-index:9999}
.rh_section__features.diagonal-border:after{content:'';width:0;height:0;border:0 solid transparent;border-bottom-width:180px;border-left:1440px solid #fff;border-left:100vw solid #fff;position:absolute;bottom:-90px;left:0;z-index:9999}
.rh_section__features_wrap{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;max-width:1440px;margin:0 auto}
.rh_feature{-webkit-box-flex:0;-webkit-flex:0 1 auto;-ms-flex:0 1 auto;flex:0 1 auto;width:33.3%;padding:0 2rem 10rem}
.rh_feature .rh_feature__icon{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin:0 auto;margin-bottom:3rem;width:6.4rem;height:6.4rem;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}
.rh_feature .rh_feature__icon img{width:100%}
.rh_feature .rh_feature__title{font-size:1.8rem;font-weight:500;line-height:1.5;margin:0;margin-bottom:1.5rem}
.rh_feature .rh_feature__title a{display:inline-block;margin:0 auto;color:#1a1a1a;font-size:1.8rem;font-weight:500;line-height:1.5;-webkit-transition:.2s all linear;transition:.2s all linear}
.rh_feature .rh_feature__title a:hover{color:#1ea69a;-webkit-transition:.2s all linear;transition:.2s all linear}
.rh_feature .rh_feature__desc{padding:0 2rem 0}
.rh_agent_form .rh_feature .rh_feature__desc .rh_agent_form__row,.rh_feature .rh_feature__desc .rh_agent_form .rh_agent_form__row,.rh_feature .rh_feature__desc p{font-size:1.5rem;line-height:2}
.rh_section__partners{background:#fff;padding:5rem 9rem 10rem;position:relative}
.rh_section__partners.diagonal-border:before{content:'';color:transparent;width:0;height:0;border-top-width:180px;border-bottom-width:0;border-right:1440px solid #fff;border-right:100vw solid #fff;position:absolute;top:-90px;left:0;z-index:9999}
.rh_section__partners.diagonal-border:after{content:'';color:transparent;width:0;height:0;border-bottom-width:180px;border-top-width:0;border-left:1440px solid #fff;border-left:100vw solid #fff;position:absolute;bottom:-90px;left:0;z-index:99999}
.rh_section__partners_wrap{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;max-width:1440px;margin:0 auto}
.rh_partner{-webkit-box-flex:0;-webkit-flex:0 1 auto;-ms-flex:0 1 auto;flex:0 1 auto;width:16.6%;text-align:center;padding:0 1rem 2rem;z-index:1}
.rh_section__content{position:relative}
.commentlist article .comment-detail-wrap .rh_section__content .comment-body,.rh_section__content .commentlist article .comment-detail-wrap .comment-body,.rh_section__content .rh_content{max-width:1440px;margin:0 auto}
.commentlist article .comment-detail-wrap .rh_section__content .comment-body h1,.commentlist article .comment-detail-wrap .rh_section__content .comment-body h2,.commentlist article .comment-detail-wrap .rh_section__content .comment-body h3,.commentlist article .comment-detail-wrap .rh_section__content .comment-body h4,.commentlist article .comment-detail-wrap .rh_section__content .comment-body h5,.commentlist article .comment-detail-wrap .rh_section__content .comment-body h6,.rh_section__content .commentlist article .comment-detail-wrap .comment-body h1,.rh_section__content .commentlist article .comment-detail-wrap .comment-body h2,.rh_section__content .commentlist article .comment-detail-wrap .comment-body h3,.rh_section__content .commentlist article .comment-detail-wrap .comment-body h4,.rh_section__content .commentlist article .comment-detail-wrap .comment-body h5,.rh_section__content .commentlist article .comment-detail-wrap .comment-body h6,.rh_section__content .rh_content h1,.rh_section__content .rh_content h2,.rh_section__content .rh_content h3,.rh_section__content .rh_content h4,.rh_section__content .rh_content h5,.rh_section__content .rh_content h6{font-weight:300}
.rh_section--content_padding:after{content:'';color:transparent;width:0;height:0;border-bottom-width:180px;border-left:1440px solid #f7f7f7;border-left:100vw solid #f7f7f7;position:absolute;bottom:-90px;left:0;z-index:9}
.rh_footer{display:block;background:#303030;position:relative;padding:5rem 0 10rem 0}
.rh_footer.diagonal-border:before{content:'';width:0;height:0;border:0 solid transparent;border-top-width:180px;border-bottom-width:0;border-right:1440px solid #303030;border-right:100vw solid #303030;position:absolute;top:-90px;left:0;z-index:9999}
.rh_footer .rh_footer--alignCenter{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}
.rh_footer .rh_footer--alignTop{-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}
.rh_footer .rh_footer__wrap{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;max-width:1440px;margin:0 auto;padding:0 8rem 0}
.rh_footer .rh_footer__wrap .copyrights{display:inline-block;margin:0;font-size:1.5rem;line-height:2;text-align:left;padding:0 2rem}
.rh_footer .rh_footer__wrap .copyrights .separator{display:inline-block}
.rh_footer .rh_footer__wrap .copyrights a{font-size:1.5rem;-webkit-transition:.2s color linear;transition:.2s color linear}
.rh_footer .rh_footer__wrap .copyrights a:hover{color:#fff;-webkit-transition:.2s color linear;transition:.2s color linear}
.rh_footer .rh_footer__wrap .designed-by{display:inline-block;margin:0;font-size:1.5rem;line-height:2;padding:0 2rem}
.rh_footer .rh_footer__wrap .designed-by a{-webkit-transition:.2s all;transition:.2s all}
.rh_footer .rh_footer__wrap .designed-by a:hover{color:#fff}
.rh_footer .rh_footer--paddingBottom{padding-bottom:5rem}
.rh_footer .rh_footer__logo{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;width:50%;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;padding:0 0 0 2rem}
.rh_footer .rh_footer__logo .rh_footer__heading{font-size:1.4rem;margin:0}
.rh_footer .rh_footer__logo .rh_footer__heading a{display:block;font-size:1.8rem;line-height:1.8rem;font-weight:500;color:#fff;-webkit-transition:.2s all linear;transition:.2s all linear}
.rh_footer .rh_footer__logo .rh_footer__heading a:hover{color:#ccc;-webkit-transition:.2s all linear;transition:.2s all linear}
.rh_footer .rh_footer__logo img{margin-right:1.5rem}
.rh_footer .rh_footer__logo .tag-line{font-size:1.4rem}
.rh_footer .rh_footer__social{width:50%;text-align:right;padding:0 2rem 0 0}
.rh_footer .rh_footer__social a{display:inline-block;margin-left:1rem;-webkit-transition:.2s color linear;transition:.2s color linear}
.rh_footer .rh_footer__social a:hover{color:#fff;-webkit-transition:.2s color linear;transition:.2s color linear}
.rh_footer__before_fix{z-index:99999}
.rh_footer--space_between{-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}
.separator{font-size:1.4rem;margin:0 1.5rem}
.rh_footer__widgets{-webkit-box-flex:0;-webkit-flex:0 1 auto;-ms-flex:0 1 auto;flex:0 1 auto;width:33.3%;padding:0 2rem}
.rh_footer__widgets .widget_mc4wp_form_widget{margin-bottom:0}
.rh_widgets{display:block;width:100%;margin:0 auto;color:grey}
.widget{display:block;width:100%;padding:0;margin:0 auto;margin-bottom:3rem}
.rh_agent_form .widget .rh_agent_form__row,.widget .rh_agent_form .rh_agent_form__row,.widget p{color:grey;line-height:2;margin-bottom:2rem}
.widget .qaet-tweet small{opacity:1}
.widget *{font-size:1.5rem}
.widget .mc-wrapper,.widget .rh_widget_search__form{-webkit-box-shadow:0 0 5px 2px rgba(0,0,0,.05);box-shadow:0 0 5px 2px rgba(0,0,0,.05)}
.widget .title{color:#fff;font-weight:500;margin:0 auto;margin-bottom:2rem}
.widget a{-webkit-transition:.2s color linear;transition:.2s color linear}
.widget a:hover{color:#fff;-webkit-transition:.2s color linear;transition:.2s color linear}
.widget ol,.widget ul{display:block;width:100%;margin-top:1rem;list-style-type:none}
.widget ol .children,.widget ul .children{margin:0;padding:0 0 0 1rem}
.widget ol li,.widget ul li{color:grey;margin:0;line-height:2}
.widget ol a,.widget ul a{display:inline-block}
.widget ol .sub-menu,.widget ul .sub-menu{margin:1rem 0 1rem 1rem}
.widget select{color:grey;border-bottom:1px solid grey;border-radius:0;padding:1.5rem 0;outline:0}
.widget select:focus{outline:0}
.widget table{border:1px solid grey;border-collapse:collapse;width:100%;margin:0}
.widget table caption{color:grey;margin-bottom:1rem;text-align:left}
.widget table td,.widget table th{border:1px solid grey;color:grey;font-size:1.4rem;text-align:center;padding:1rem}
.widget .rssSummary{line-height:1.5}
.widget .searchform div{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}
.widget .searchform input[type=text]{border:1px solid #b3b3b3;color:grey;padding:1.5rem 1rem;margin:0}
.widget .searchform input[type=submit]{cursor:pointer;margin-top:1.5rem}
.widget_rss .title{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}
.widget_rss .title a{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-right:1rem;color:#fff;font-weight:500}
.textwidget{color:grey}
.rh_agent_form .textwidget .rh_agent_form__row,.textwidget .rh_agent_form .rh_agent_form__row,.textwidget p{color:grey;line-height:2;margin-bottom:2rem}
.textwidget div.wp-caption img{margin:0}
.rh_agent_form .textwidget .wp-caption-text.rh_agent_form__row,.textwidget .rh_agent_form .wp-caption-text.rh_agent_form__row,.textwidget p.wp-caption-text{font-size:1.5rem;padding:0 0 2rem 0}
.textwidget img{margin:1rem 0}
.tagcloud a{display:inline-block;margin:0 0 .5rem;padding:.7rem 1rem;font-size:1.5rem !important}
.widget .tagcloud a{color:#fff;background:#1ea69a;-webkit-transition:.2s all linear;transition:.2s all linear}
.widget .tagcloud a:hover{color:#fff;background:#ea723d;-webkit-transition:.2s all linear;transition:.2s all linear}
.widget.widget_mc4wp_form_widget input[type=email],.widget.widget_mc4wp_form_widget input[type=text]{display:block;width:100%;background:#fff;padding:1.5rem 2rem;margin-bottom:1.5rem}
.widget.widget_mc4wp_form_widget input[type=submit]{cursor:pointer;font-weight:500;margin-bottom:2rem}
.rh_agent_form .widget.widget_mc4wp_form_widget .mc4wp-alert .rh_agent_form__row,.widget.widget_mc4wp_form_widget .mc4wp-alert .rh_agent_form .rh_agent_form__row,.widget.widget_mc4wp_form_widget .mc4wp-alert p{color:#ea723d;line-height:1.5}
.RH_Contact_Information{margin-bottom:0}
.rh_contact_widget{display:block}
.rh_contact_widget .rh_contact_widget__item{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;padding:0 0 2rem 0;line-height:1.5}
.rh_agent_form .rh_contact_widget .rh_contact_widget__item .rh_agent_form__row,.rh_contact_widget .rh_contact_widget__item .rh_agent_form .rh_agent_form__row,.rh_contact_widget .rh_contact_widget__item p{margin-bottom:0}
.rh_contact_widget .rh_contact_widget__item .icon{padding:0 1.5rem}
.rh_contact_widget .rh_contact_widget__item .icon svg{fill:grey}
.rh_contact_widget .rh_contact_widget__item .content{font-size:1.5rem;line-height:2;max-width:25rem}
.rh_contact_widget .rh_contact_widget__item a.content{display:inline-block;-webkit-transition:.2s all linear;transition:.2s all linear}
.rh_contact_widget .rh_contact_widget__item a.content:hover{color:#fff;-webkit-transition:.2s all linear;transition:.2s all linear}
.rh_contact_widget .rh_contact_widget--alignTop{-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}
.rh_contact_widget .rh_contact_widget--alignCenter{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}
.rh_contact_widget .rh_contact_widget--alignBaseline{-webkit-box-align:baseline;-webkit-align-items:baseline;-ms-flex-align:baseline;align-items:baseline}
.rh_sidebar .widget .title{color:#1a1a1a;font-size:2.2rem;font-weight:400;margin:0 0 2rem 0;text-align:left}
.rh_sidebar .Agent_Featured_Properties_Widget .title,.rh_sidebar .Agent_Properties_Widget .title,.rh_sidebar .Featured_Properties_Widget .title{margin:0 0 3rem 0}
.rh_sidebar .widget_rss .title a{color:#1a1a1a}
.rh_widgets .widget_nav_menu .menu{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0}
.rh_widgets .widget_nav_menu .menu-item{width:50%;line-height:1;margin-bottom:2rem}
.rh_widgets .widget_nav_menu .sub-menu{display:none}
.inspiry-message{color:#1a1a1a;line-height:2;text-align:left;margin-bottom:3rem}
.inspiry-message strong{font-size:1.6rem;font-weight:500}
.inspiry-message span{font-size:1.5rem}
.inspiry-message a{color:#1ea69a;-webkit-transition:.2s all linear;transition:.2s all linear}
.inspiry-message a:hover{color:#ea723d;-webkit-transition:.2s all linear;transition:.2s all linear}
.rh_page{padding:0 0 20rem 0}
.rh_page .no-results{font-size:1.5rem;font-weight:500;line-height:1.5}
.rh_page .rh_alert-wrapper{margin:0}
.rh_page__listing_page{padding:0 0 20rem 0;margin:0 auto}
.rh_page__main{width:70%;padding-right:3rem}
.rh_page__sidebar{width:30%;margin:0 auto}
.rh_page__listing{display:block;width:100%;margin:0 auto;padding:0}
.rh_page__head{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;text-align:left;padding:0 0 5rem 0}
.rh_page__head .rh_page__title{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:1;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;margin:0;padding:0}
.rh_page__head .rh_page__title .sub{color:#1ea69a;font-size:1.5rem;font-weight:500}
.rh_page__head .rh_page__title .title{color:#1a1a1a;font-size:3.6rem}
.rh_page__head .rh_page__title_pad{padding:0}
.rh_page__head .rh_page__nav{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;text-align:right;padding:0}
.rh_page__head .rh_page__nav .rh_page__nav_item{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;padding:1.5rem;border-bottom:3px solid transparent;-webkit-transition:.2s all linear;transition:.2s all linear}
.rh_page__head .rh_page__nav .rh_page__nav_item:hover{border-bottom:3px solid #1ea69a;-webkit-transition:.2s all linear;transition:.2s all linear}
.rh_page__head .rh_page__nav .rh_page__nav_item:hover svg path{fill:#1a1a1a}
.rh_agent_form .rh_page__head .rh_page__nav .rh_page__nav_item:hover .rh_agent_form__row,.rh_page__head .rh_page__nav .rh_page__nav_item:hover .rh_agent_form .rh_agent_form__row,.rh_page__head .rh_page__nav .rh_page__nav_item:hover p{color:#1a1a1a}
.rh_page__head .rh_page__nav .rh_page__nav_item svg path{fill:grey}
.rh_agent_form .rh_page__head .rh_page__nav .rh_page__nav_item .rh_agent_form__row,.rh_page__head .rh_page__nav .rh_page__nav_item .rh_agent_form .rh_agent_form__row,.rh_page__head .rh_page__nav .rh_page__nav_item p{display:inline-block;margin-left:1rem}
.rh_page__head .rh_page__nav .active{border-bottom:3px solid #1ea69a}
.rh_page__head .rh_page__nav .active svg path{fill:#1a1a1a}
.rh_agent_form .rh_page__head .rh_page__nav .active .rh_agent_form__row,.rh_page__head .rh_page__nav .active .rh_agent_form .rh_agent_form__row,.rh_page__head .rh_page__nav .active p{color:#1a1a1a}
.rh_page__head .rh_page__controls{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;text-align:right}
.rh_page__head .rh_page__controls .rh_sort_controls{position:relative;-webkit-box-shadow:0 0 5px 2px rgba(0,0,0,.05);box-shadow:0 0 5px 2px rgba(0,0,0,.05)}
.rh_page__head .rh_page__controls .rh_sort_controls select{background:#fff;border:1px solid rgba(128,128,128,.2);border-radius:0;color:grey;padding:1.5rem 2rem;outline:0;width:22rem}
.rh_page__head .rh_page__controls .rh_sort_controls select:focus{outline:0}
.rh_page__head .rh_page__controls .rh_sort_controls .select2-selection--single{border:1px solid rgba(128,128,128,.2);border-radius:0;color:grey;padding:1rem 2rem;outline:0;width:22rem;height:initial;text-align:left}
.rh_page__head .rh_page__controls .rh_sort_controls .select2-selection__arrow{top:27%;top:calc(50% - 13px);right:1rem}
.rh_page__head .rh_page__controls .rh_sort_controls .select2-selection__rendered{color:grey;font-size:1.5rem;padding-left:0;padding-right:1rem}
.rh_view_type{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}
.rh_view_type a{display:inline-block;margin:0 0 0 2.5rem}
.rh_view_type a:hover svg path{fill:#ea723d;-webkit-transition:.2s all linear;transition:.2s all linear}
.rh_view_type a svg path{fill:#1ea69a;-webkit-transition:.2s all linear;transition:.2s all linear}
.rh_view_type a.active svg path{fill:#ea723d}
.rh_page__listing_grid{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;width:initial;margin:0 -1.5rem}
.rh_page__listing_map{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;width:50%;height:100%;padding:0}
.rh_page__listing_map #map-head{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;width:100%}
.rh_page__listing_map #listing-map{width:100%}
.rh_page__news{max-width:100%}
.rh_page__map_properties{width:50%;padding:10rem 10rem 15rem 3rem;max-width:720px;margin:0 auto 0 0}
.rh_page__map_properties .rh_list_card{max-width:55rem}
.rh_page--agents_listing{padding:0 0 2rem 0}
.rh_page--single_agent{padding:3rem 0}
.rh_page--fullWidth{width:100%}
.rh_page__property{-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}
.rh_page__property .rh_page__property_title .rh_page__title{font-size:2.4rem;font-weight:500;line-height:1.5;margin-bottom:.5rem;padding:0}
.rh_page__property .rh_page__property_title .rh_page__property_address{font-size:1.5rem;line-height:1.5}
.rh_page__property .rh_page__property_price{padding:0 0 0 2rem;border-left:1px solid rgba(128,128,128,.2);border-left-style:dotted}
.rh_page__property .rh_page__property_price .status{font-size:1.5rem;color:#1a1a1a}
.rh_page__property .rh_page__property_price .price{font-size:2.4rem;line-height:1.5;color:#1ea69a}
.rh_page__favorites{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 -1.5rem}
.rh_page__favorites .rh_alert-wrapper{margin:0 1.5rem}
.rh_alert-wrapper{margin:0 1.5rem;text-align:left}
.rh_alert-wrapper .no-results{font-size:1.5rem;font-weight:500;line-height:2;margin:0}
.rh_page__section .rh_alert-wrapper{margin:0}
.rh_alert__widget{margin:0}
.rh_page__gallery_filters a{display:inline-block;padding:1.5rem;-webkit-transition:.2s all linear;transition:.2s all linear;border-bottom:3px solid rgba(255,255,255,0)}
.rh_page__gallery_filters a:hover{color:#1a1a1a;border-bottom:3px solid #1ea69a;-webkit-transition:.2s all linear;transition:.2s all linear}
.rh_page__gallery_filters a.active{color:#1a1a1a;border-bottom:3px solid #1ea69a}
.rh_page__contact{background:#fff}
.rh_page__contact .rh_blog{padding:2rem 0 0 0}
.rh_page__content{display:block;background:#fff;padding:2rem 2rem 1px;margin-bottom:3rem;-webkit-box-shadow:0 0 5px 2px rgba(0,0,0,.05);box-shadow:0 0 5px 2px rgba(0,0,0,.05)}
#user-profile-img{margin-top:-4.5rem;margin-right:3rem}
#user-profile-img .profile-thumb{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;width:128px;height:128px;background:#fff url(//remaxcrest.ca/wp-content/themes/realhomes/assets/modern/images/profile-img-placeholder.png) no-repeat center center;background-size:cover;margin:0 auto}
.profile-img-controls{text-align:center}
.profile-img-controls a{padding:1.3rem 2rem;margin-right:1.5rem}
.profile-img-controls .field-description{display:block;list-style-type:none;font-size:1.5rem;font-weight:500;line-height:1.5;padding:2rem 0 0 0;margin:0;text-align:left}
#form-loader{display:none;width:32px;height:32px;margin-left:1.5rem}
#form-message{font-size:1.5rem;padding:0 1.5rem}
#form-errors{display:block;color:grey;font-size:1.5rem;padding:0 1.5rem;list-style-type:none;line-height:1.5}
.rh_list_card{display:block;width:100%;padding:0 0 2rem 0;margin:0 auto;margin-top:1.3rem}
.rh_list_card__wrap{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;min-height:19rem;-webkit-box-shadow:0 0 5px 2px rgba(0,0,0,.05);box-shadow:0 0 5px 2px rgba(0,0,0,.05)}
.rh_list_card__wrap .rh_list_card__thumbnail{position:relative;margin:0;width:30%}
.rh_list_card__wrap .rh_list_card__thumbnail:hover .rh_overlay{opacity:1}
.rh_list_card__wrap .rh_list_card__thumbnail:hover .rh_overlay__contents{top:50%;left:50%;opacity:1}
.rh_list_card__wrap .rh_list_card__thumbnail>a{display:block;position:absolute;width:100%;height:100%;overflow:hidden}
.rh_list_card__wrap .rh_list_card__thumbnail>a .post_thumbnail{height:100%}
.rh_list_card__wrap .rh_list_card__thumbnail .rh_overlay__contents a{display:inline-block;color:#fff;font-weight:500;font-size:1.4rem;border:1px solid #fff;padding:1rem 2rem;line-height:1.5;-webkit-transition:.2s all linear;transition:.2s all linear}
.rh_list_card__wrap .rh_list_card__thumbnail .rh_overlay__contents a:hover{color:#1ea69a;background:#fff;-webkit-transition:.2s all linear;transition:.2s all linear}
.rh_list_card__wrap .rh_list_card__thumbnail .rh_list_card__btns{position:absolute;bottom:0;right:0;margin:2rem}
.rh_list_card__wrap .rh_list_card__thumbnail .rh_list_card__btns a{display:inline-block;margin-left:1rem}
.rh_list_card__wrap .rh_list_card__thumbnail .rh_list_card__btns a svg path{fill:#fff;-webkit-transition:.2s all linear;transition:.2s all linear}
.rh_list_card__wrap .rh_list_card__thumbnail .rh_list_card__btns a:hover svg path{fill:#ea723d;-webkit-transition:.2s all linear;transition:.2s all linear}
.rh_list_card__wrap .rh_list_card__thumbnail .rh_list_card__btns .favorite:hover svg path{fill:#ea3d3d}
.rh_list_card__wrap .rh_list_card__thumbnail .rh_list_card__btns .hide{display:none}
.rh_list_card__wrap .rh_list_card__details_wrap{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;width:70%;background:#fff;padding:2rem 2.5rem;text-align:left}
.rh_list_card__wrap .rh_list_card__details_wrap h3{margin:0;margin-bottom:1rem}
.rh_list_card__wrap .rh_list_card__details_wrap h3 a{color:#1a1a1a;font-size:1.7rem;font-weight:500;line-height:1.5;-webkit-transition:.2s all linear;transition:.2s all linear}
.rh_list_card__wrap .rh_list_card__details_wrap h3 a:hover{color:#1ea69a;-webkit-transition:.2s all linear;transition:.2s all linear}
.rh_list_card__wrap .rh_list_card__details_wrap .rh_list_card__excerpt{font-size:1.4rem}
.rh_list_card__wrap .rh_list_card__details_wrap .rh_list_card__meta_wrap{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-top:2rem}
.rh_list_card__wrap .rh_list_card__details{width:65%;padding:0 2rem 0 0;border-right:1px solid rgba(128,128,128,.2)}
.rh_list_card__wrap .rh_list_card__map_thumbnail{position:relative;margin:0;width:40%}
.rh_list_card__wrap .rh_list_card__map_thumbnail img{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);-webkit-transition:.2s all linear;transition:.2s all linear}
.rh_list_card__wrap .rh_list_card__map_thumbnail>a{display:block;width:100%;position:absolute;overflow:hidden;height:100%}
.rh_list_card__wrap .rh_list_card__map_thumbnail>a .post_thumbnail{display:block;height:100%;-webkit-transition:.2s all linear;transition:.2s all linear}
.rh_list_card__wrap .rh_list_card__map_thumbnail>a:hover .post_thumbnail,.rh_list_card__wrap .rh_list_card__map_thumbnail>a:hover img{-webkit-transform:scale(1.08);-ms-transform:scale(1.08);transform:scale(1.08);-webkit-transition:.2s all linear;transition:.2s all linear}
.rh_list_card__wrap .rh_list_card__map_thumbnail:hover .rh_overlay{opacity:1}
.rh_list_card__wrap .rh_list_card__map_thumbnail:hover .rh_overlay__contents{top:50%;left:50%;opacity:1}
.rh_list_card__wrap .rh_list_card__map_thumbnail .rh_overlay__contents a{display:inline-block;color:#fff;border:1px solid #fff;padding:1rem 2rem;line-height:1.5;-webkit-transition:.2s all linear;transition:.2s all linear}
.rh_list_card__wrap .rh_list_card__map_thumbnail .rh_overlay__contents a:hover{color:#1ea69a;background:#fff;-webkit-transition:.2s all linear;transition:.2s all linear}
.rh_list_card__wrap .rh_list_card__map_thumbnail .rh_list_card__btns{position:absolute;bottom:0;right:0;margin:2rem}
.rh_list_card__wrap .rh_list_card__map_thumbnail .rh_list_card__btns a{margin-left:1rem}
.rh_list_card__wrap .rh_list_card__map_thumbnail .rh_list_card__btns a svg path{fill:#fff;-webkit-transition:.2s all linear;transition:.2s all linear}
.rh_list_card__wrap .rh_list_card__map_thumbnail .rh_list_card__btns a:hover svg path{fill:#ea723d;-webkit-transition:.2s all linear;transition:.2s all linear}
.rh_list_card__wrap .rh_list_card__map_thumbnail .rh_list_card__btns .favorite:hover svg path{fill:#ea3d3d}
.rh_list_card__wrap .rh_list_card__map_thumbnail .rh_list_card__btns .hide{display:none}
.rh_list_card__wrap .rh_list_card__map_wrap{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;width:60%;background:#fff;padding:2rem 2.5rem;text-align:left}
.rh_list_card__wrap .rh_list_card__map_wrap h3{margin:0;margin-bottom:1rem}
.rh_list_card__wrap .rh_list_card__map_wrap h3 a{color:#1a1a1a;font-size:1.7rem;font-weight:500;line-height:1.5;-webkit-transition:.2s all linear;transition:.2s all linear}
.rh_list_card__wrap .rh_list_card__map_wrap h3 a:hover{color:#1ea69a;-webkit-transition:.2s all linear;transition:.2s all linear}
.rh_list_card__wrap .rh_list_card__map_wrap .rh_list_card__excerpt{font-size:1.4rem}
.rh_list_card__wrap .rh_list_card__map_wrap .rh_list_card__meta_wrap{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;margin-top:2rem}
.rh_list_card__wrap .rh_list_card__priceLabel{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;width:35%;padding:0 0 0 2rem}
.rh_list_card__wrap .rh_list_card__priceLabel .rh_list_card__price .status{margin:0;margin-bottom:.5rem;font-size:1.3rem;font-weight:500}
.rh_list_card__wrap .rh_list_card__priceLabel .rh_list_card__price .price{color:#1ea69a;font-size:2.2rem;line-height:1.3}
.rh_list_card__wrap .rh_list_card__priceLabel .rh_list_card__author{font-size:1.3rem}
.rh_list_card__wrap .rh_list_card__priceLabel .rh_list_card__author span{display:block;font-size:1.3rem;font-weight:500;margin-top:.5rem;color:#1a1a1a}
.rh_list_card__meta{padding:0 0 2.5rem 0}
.rh_list_card__meta h4{margin:0;margin-bottom:1rem;font-size:1.3rem;font-weight:500}
.rh_list_card__meta div{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}
.rh_list_card__meta div svg{fill:rgba(128,128,128,.5)}
.rh_list_card__meta div .figure{margin-left:1rem;font-size:1.4rem;font-weight:500}
.rh_list_card__meta div .label{font-size:1.4rem;color:grey;margin-left:.5rem}
.rh_list_card__wrap .rh_list_card__map_details{width:100%}
.rh_list_card__wrap .rh_list_card__map_details .rh_list_card__priceLabel{display:block;width:100%;padding:0}
.rh_list_card__wrap .rh_list_card__map_details .rh_list_card__priceLabel .rh_list_card__price .status{margin:0;margin-bottom:.5rem;font-size:1.3rem;font-weight:500}
.rh_list_card__wrap .rh_list_card__map_details .rh_list_card__priceLabel .rh_list_card__price .price{color:#1ea69a;font-size:2.2rem;line-height:1.3}
.add-to-compare path{fill:#fff;-webkit-transition:.2s all linear;transition:.2s all linear}
.compare-placeholder{display:inline-block;margin-left:1rem}
.favorite-placeholder{margin-left:1rem}
.advance-search{display:block;width:100%;text-align:left}
.advance-search .search-heading{color:#1ea69a;font-size:1.5rem;font-weight:400;margin:2rem 0}
.advance-search .search-heading i{display:none}
.advance-search .rh_prop_search__select{cursor:pointer}
.advance-search .rh_prop_search__select .rh_prop_search__selectwrap .select2-selection__arrow{display:inline-block;right:1rem}
.advance-search .rh_prop_search__option{background:#fff;border-bottom:1px solid rgba(128,128,128,.2)}
.advance-search .rh_prop_search__option label{display:block;padding:2rem 2rem 0;font-size:1.3rem;color:#1a1a1a;cursor:pointer}
.advance-search .rh_prop_search__option label span{font-size:1.3rem}
.advance-search .rh_prop_search__option input{display:block;width:100%;padding:0 2rem 2rem;margin-top:1rem;color:grey;font-size:1.5rem}
.advance-search .rh_prop_search__option .rh_prop_search__selectwrap{display:block;width:100%;padding:0;margin-top:1rem}
.advance-search .rh_prop_search__option .rh_prop_search__selectwrap .select2{display:block;width:100%;padding:0 2rem 2rem;border:0}
.advance-search .rh_prop_search__option .rh_prop_search__selectwrap .select2-container--default .select2-selection--single{border:0;outline:0;background:0;color:grey}
.advance-search .rh_prop_search__option .rh_prop_search__selectwrap .select2-container--default .select2-selection--single .select2-selection__rendered{padding:0;color:grey;font-size:1.5rem}
.advance-search .hide-fields{display:none}
.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:rgba(128,128,128,.7) transparent transparent transparent}
.rh_widget_search__buttons .rh_prop_search__advance{display:none}
.rh_widget_search__buttons .rh_prop_search__searchBtn button{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;width:100%;padding:2.5rem 2rem;-webkit-transition:.2s all linear;transition:.2s all linear}
.rh_widget_search__buttons .rh_prop_search__searchBtn button:hover{background:#1a9086;-webkit-transition:.2s all linear;transition:.2s all linear}
.rh_widget_search__buttons .rh_prop_search__searchBtn button svg{display:inline-block;width:18px;height:18px;margin-right:.5rem}
.advance-search .rh_prop_search__active .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent rgba(128,128,128,.7) transparent}
.widget_mortgage-calculator{display:block;width:100%;text-align:left}
.widget_mortgage-calculator .title{color:#1ea69a;font-size:1.5rem;font-weight:400;margin:2rem 0}
.widget_mortgage-calculator .mc-wrapper{background:#fff}
.rh_agent_form .widget_mortgage-calculator .mc-wrapper .rh_agent_form__row,.widget_mortgage-calculator .mc-wrapper .rh_agent_form .rh_agent_form__row,.widget_mortgage-calculator .mc-wrapper p{margin:0;border-bottom:1px solid rgba(128,128,128,.2)}
.rh_agent_form .widget_mortgage-calculator .mc-wrapper .rh_agent_form__row label,.widget_mortgage-calculator .mc-wrapper .rh_agent_form .rh_agent_form__row label,.widget_mortgage-calculator .mc-wrapper p label{display:block;font-size:1.3rem;color:#1a1a1a;margin:0;padding:2rem 2rem 0}
.rh_agent_form .widget_mortgage-calculator .mc-wrapper .rh_agent_form__row input,.widget_mortgage-calculator .mc-wrapper .rh_agent_form .rh_agent_form__row input,.widget_mortgage-calculator .mc-wrapper p input{display:block;width:100%;padding:0 2rem 2rem;margin-top:1rem;color:grey;font-size:1.5rem;height:initial}
.rh_agent_form .widget_mortgage-calculator .mc-wrapper .rh_agent_form__row input[type=submit],.widget_mortgage-calculator .mc-wrapper .rh_agent_form .rh_agent_form__row input[type=submit],.widget_mortgage-calculator .mc-wrapper p input[type=submit]{background:#1ea69a;margin:0;padding:2.5rem 2rem;color:#fff;-webkit-transition:.2s background linear;transition:.2s background linear}
.rh_agent_form .widget_mortgage-calculator .mc-wrapper .rh_agent_form__row input[type=submit]:hover,.widget_mortgage-calculator .mc-wrapper .rh_agent_form .rh_agent_form__row input[type=submit]:hover,.widget_mortgage-calculator .mc-wrapper p input[type=submit]:hover{background:#1a9086;-webkit-transition:.2s background linear;transition:.2s background linear}
.rh_agent_form .widget_mortgage-calculator .mc-wrapper .rh_agent_form__row .error,.widget_mortgage-calculator .mc-wrapper .rh_agent_form .rh_agent_form__row .error,.widget_mortgage-calculator .mc-wrapper p .error{padding:0 2rem 2rem}
.widget_mortgage-calculator #mc-output{padding:2rem}
.rh_agent_form .widget_mortgage-calculator #mc-output .rh_agent_form__row,.widget_mortgage-calculator #mc-output .rh_agent_form .rh_agent_form__row,.widget_mortgage-calculator #mc-output p{border-bottom:0}
.rh_agent_card{display:block;width:100%;margin-top:6.5rem;padding:0}
.rh_agent_card__wrap{display:block;background:#fff;padding:2.5rem}
.rh_agent_card__wrap .rh_agent_card__head{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;text-align:left;margin-bottom:2rem}
.rh_agent_card__wrap .rh_agent_card__head .rh_agent_card__dp{margin:0;margin-top:-6rem;width:20%}
.rh_agent_card__wrap .rh_agent_card__head .rh_agent_card__name{width:56%;margin-left:2.5rem}
.rh_agent_card__wrap .rh_agent_card__head .rh_agent_card__name .name{margin:0;margin-bottom:.8rem}
.rh_agent_card__wrap .rh_agent_card__head .rh_agent_card__name .name a{font-size:2.4rem;font-weight:500;line-height:1.5;color:#1a1a1a;-webkit-transition:.2s all linear;transition:.2s all linear}
.rh_agent_card__wrap .rh_agent_card__head .rh_agent_card__name .name a:hover{color:#1ea69a;-webkit-transition:.2s all linear;transition:.2s all linear}
.rh_agent_card__wrap .rh_agent_card__head .rh_agent_card__name .social a{display:inline-block;vertical-align:top;margin:0 .5rem;color:rgba(128,128,128,.5);-webkit-transition:.2s all linear;transition:.2s all linear}
.rh_agent_card__wrap .rh_agent_card__head .rh_agent_card__name .social a:hover{color:#ea723d;-webkit-transition:.2s all linear;transition:.2s all linear}
.rh_agent_card__wrap .rh_agent_card__head .rh_agent_card__name .social a i{font-size:1.8rem}
.rh_agent_card__wrap .rh_agent_card__head .rh_agent_card__listings{width:24%;padding:0 0 0 3rem;border-left:1px solid rgba(128,128,128,.2)}
.rh_agent_card__wrap .rh_agent_card__head .rh_agent_card__listings .head{color:#1a1a1a;font-size:1.3rem;margin-bottom:.8rem}
.rh_agent_card__wrap .rh_agent_card__head .rh_agent_card__listings .count{font-size:2.4rem;color:#1ea69a}
.rh_agent_card__wrap .rh_agent_card__details{text-align:left}
.rh_agent_card__wrap .rh_agent_card__details .content{line-height:2;margin-bottom:3rem}
.rh_agent_card__wrap .rh_agent_card__details .rh_agent_card__contact{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}
.rh_agent_card__wrap .rh_agent_card__details .rh_agent_card__contact .rh_agent_card__contact_wrap{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}
.rh_agent_card__wrap .rh_agent_card__details .rh_agent_card__contact .rh_agent_card__contact_wrap .contact{line-height:1.5;margin-bottom:1rem;margin-right:1rem;padding:0 1rem 0 0}
.rh_agent_card__wrap .rh_agent_card__details .rh_agent_card__contact .rh_agent_card__contact_wrap .contact a{display:inline-block;font-size:1.5rem;color:#1a1a1a;-webkit-transition:.2s all linear;transition:.2s all linear}
.rh_agent_card__wrap .rh_agent_card__details .rh_agent_card__contact .rh_agent_card__contact_wrap .contact a:hover{color:#1ea69a;-webkit-transition:.2s all linear;transition:.2s all linear}
.rh_agent_card__wrap .rh_agent_card__details .rh_agent_card__contact .rh_agent_card__link{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;min-width:15rem;-webkit-transition:.2s all linear;transition:.2s all linear}
.rh_agent_card__wrap .rh_agent_card__details .rh_agent_card__contact .rh_agent_card__link:hover .rh_agent_form .rh_agent_form__row,.rh_agent_card__wrap .rh_agent_card__details .rh_agent_card__contact .rh_agent_card__link:hover i,.rh_agent_card__wrap .rh_agent_card__details .rh_agent_card__contact .rh_agent_card__link:hover p,.rh_agent_form .rh_agent_card__wrap .rh_agent_card__details .rh_agent_card__contact .rh_agent_card__link:hover .rh_agent_form__row{color:#1ea69a;-webkit-transition:.2s all linear;transition:.2s all linear}
.rh_agent_card__wrap .rh_agent_card__details .rh_agent_card__contact .rh_agent_card__link .rh_agent_form .rh_agent_form__row,.rh_agent_card__wrap .rh_agent_card__details .rh_agent_card__contact .rh_agent_card__link p,.rh_agent_form .rh_agent_card__wrap .rh_agent_card__details .rh_agent_card__contact .rh_agent_card__link .rh_agent_form__row{color:#ea723d;-webkit-transition:.2s all linear;transition:.2s all linear;margin-right:2rem;transition:.2s all linear}
.rh_agent_card__wrap .rh_agent_card__details .rh_agent_card__contact .rh_agent_card__link i{font-size:1.8rem;color:#ea723d;-webkit-transition:.2s all linear;transition:.2s all linear}
.rh_agent_profile{display:block;margin-top:1.5rem;margin-bottom:3rem;padding:0;text-align:left}
.rh_agent_profile__wrap{display:block;padding:3rem;background:#fff;-webkit-box-shadow:0 0 5px 2px rgba(0,0,0,.05);box-shadow:0 0 5px 2px rgba(0,0,0,.05)}
.rh_agent_profile__wrap .rh_agent_profile__head{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;padding:0;margin-bottom:2rem}
.rh_agent_profile__wrap .rh_agent_profile__head .rh_agent_profile__dp{width:20%;margin-top:-4.5rem;text-align:center}
.rh_agent_profile__wrap .rh_agent_profile__head .rh_agent_profile__dp .picture{margin:0}
.rh_agent_profile__wrap .rh_agent_profile__head .rh_agent_profile__dp .listed_properties{margin-top:1.5rem}
.rh_agent_profile__wrap .rh_agent_profile__head .rh_agent_profile__dp .listed_properties .number{font-size:2.4rem;color:#1ea69a;margin-bottom:.2rem}
.rh_agent_profile__wrap .rh_agent_profile__head .rh_agent_profile__dp .listed_properties .heading{color:#1a1a1a;font-size:1.3rem}
.rh_agent_profile__wrap .rh_agent_profile__head .rh_agent_profile__details{width:80%;padding:0 0 0 3rem}
.rh_agent_profile__wrap .rh_agent_profile__head .rh_agent_profile__details .rh_agent_profile__name{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin-bottom:2.5rem}
.rh_agent_profile__wrap .rh_agent_profile__head .rh_agent_profile__details .name{width:65%;font-size:2.4rem;font-weight:500;margin:0;line-height:1.5}
.rh_agent_profile__wrap .rh_agent_profile__head .rh_agent_profile__details .rh_agent_profile__contact{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}
.rh_agent_profile__wrap .rh_agent_profile__head .rh_agent_profile__details .detail{line-height:1.5;padding:0 1.5rem 0 0;margin:0 1.5rem 1rem 0}
.rh_agent_profile__wrap .rh_agent_profile__head .rh_agent_profile__details .detail span{color:#1a1a1a}
.rh_agent_profile__wrap .rh_agent_profile__head .rh_agent_profile__details .detail a{color:#1a1a1a;-webkit-transition:.2s all linear;transition:.2s all linear}
.rh_agent_profile__wrap .rh_agent_profile__head .rh_agent_profile__details .detail a:hover{color:#1ea69a;-webkit-transition:.2s all linear;transition:.2s all linear}
.rh_agent_profile__wrap .rh_agent_profile__head .rh_agent_profile__details .detail-border{display:inline-block;background:rgba(128,128,128,.2);width:1px;height:18px}
.rh_agent_profile__wrap .rh_agent_profile__head .rh_agent_profile__social{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:end;-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;width:35%}
.rh_agent_profile__wrap .rh_agent_profile__head .rh_agent_profile__social a{display:inline-block;color:rgba(128,128,128,.5);margin:.5rem;-webkit-transition:.2s all linear;transition:.2s all linear}
.rh_agent_profile__wrap .rh_agent_profile__head .rh_agent_profile__social a:hover{color:#ea723d;-webkit-transition:.2s all linear;transition:.2s all linear}
.rh_agent_profile__wrap .rh_agent_profile__head .rh_agent_profile__social a i{font-size:1.8rem}
.rh_agent_profile__wrap .rh_agent_profile__excerpt{border-bottom:1px solid rgba(128,128,128,.2)}
.rh_agent_form{display:block;padding:2rem 0 0 0;margin:0}
.rh_agent_form form{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}
.rh_agent_form .rh_agent_form__field{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}
.rh_agent_form .rh_agent_form__text{width:48%;margin-bottom:1.5rem}
.rh_agent_form .rh_agent_form__text label{display:inline-block;font-size:1.5rem;color:#1a1a1a;margin-bottom:1rem}
.rh_agent_form .rh_agent_form__text input{display:block;font-size:1.4rem;color:grey;border:1px solid rgba(128,128,128,.2);padding:1.5rem 1rem;margin-bottom:1.5rem;-webkit-transition:.2s all linear;transition:.2s all linear}
.rh_agent_form .rh_agent_form__text .error{background:rgba(234,61,61,.05);border-color:#ea3d3d;-webkit-transition:.2s all linear;transition:.2s all linear}
.rh_agent_form .rh_agent_form__textarea{width:100%;margin-bottom:1.5rem}
.rh_agent_form .rh_agent_form__textarea label{display:inline-block;font-size:1.5rem;color:#1a1a1a;margin-bottom:1rem}
.rh_agent_form .rh_agent_form__textarea textarea{display:block;font-size:1.4rem;color:grey;border:1px solid rgba(128,128,128,.2);padding:1.5rem 1rem;margin-bottom:1.5rem;-webkit-transition:.2s all linear;transition:.2s all linear}
.rh_agent_form .rh_agent_form__textarea .error{background:rgba(234,61,61,.05);border-color:#ea3d3d;-webkit-transition:.2s all linear;transition:.2s all linear}
.rh_agent_form .rh_agent_form__row{width:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}
.rh_agent_form .rh_agent_form__row #ajax-loader{display:none}
.rh_agent_form .rh_agent_form__row #error-container,.rh_agent_form .rh_agent_form__row #message-container{display:block;width:100%;margin:0}
.rh_agent_form .rh_agent_form__row #message-container{margin-top:1rem}
.rh_agent_form .inspiry-recaptcha-wrapper{margin-bottom:2.5rem}
.rh_property{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}
.rh_property #property-detail-flexslider{margin-bottom:3rem}
.rh_property .rh_property__row{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;margin-bottom:3rem}
.rh_property .rh_property__meta_wrap{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:0}
.rh_property .rh_property__wrap{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}
.rh_property .rh_property__meta{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}
.rh_property .rh_property--borderBottom{padding:0 0 3rem 0;border-bottom:1px dashed rgba(128,128,128,.2)}
.rh_property .rh_property__main{width:70%;margin-right:3rem}
.rh_property .rh_property__content{margin-bottom:3rem;padding:3rem;background:#fff;text-align:left;-webkit-box-shadow:0 0 5px 2px rgba(0,0,0,.05);box-shadow:0 0 5px 2px rgba(0,0,0,.05)}
.rh_property .rh_property__sidebar{width:30%;max-width:40rem;margin:0 auto;margin-bottom:3rem}
.rh_property--padding{padding:5rem 0 0 0}
#property-featured-image{padding:0;margin-bottom:3rem}
#property-featured-image img{width:100%}
#property-detail-flexslider .flexslider{margin:0;border:0}
#property-detail-flexslider .flexslider ul.flex-direction-nav a.flex-prev{background:#fff;width:40px;height:60px;opacity:1;left:2rem}
#property-detail-flexslider .flexslider ul.flex-direction-nav a.flex-prev:before{background:url(//remaxcrest.ca/wp-content/themes/realhomes/assets/modern/images/gallery-left-arrow.png) 50% 50% no-repeat;width:40px;height:60px}
#property-detail-flexslider .flexslider ul.flex-direction-nav a.flex-prev:hover{background:#000}
#property-detail-flexslider .flexslider ul.flex-direction-nav a.flex-prev:hover:before{background:url(//remaxcrest.ca/wp-content/themes/realhomes/assets/modern/images/gallery-left-arrow-hover.png) 50% 50% no-repeat}
#property-detail-flexslider .flexslider ul.flex-direction-nav a.flex-next{background:#fff;width:40px;height:60px;opacity:1;right:2rem}
#property-detail-flexslider .flexslider ul.flex-direction-nav a.flex-next:before{background:url(//remaxcrest.ca/wp-content/themes/realhomes/assets/modern/images/gallery-right-arrow.png) 50% 50% no-repeat;width:40px;height:60px}
#property-detail-flexslider .flexslider ul.flex-direction-nav a.flex-next:hover{background:#000}
#property-detail-flexslider .flexslider ul.flex-direction-nav a.flex-next:hover:before{background:url(//remaxcrest.ca/wp-content/themes/realhomes/assets/modern/images/gallery-right-arrow-hover.png) 50% 50% no-repeat}
.rh_property__id{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}
.rh_property__id .title{color:#1a1a1a}
.rh_property__id .id{color:#1ea69a}
.rh_property__print{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;position:relative}
.rh_property__print a{display:inline-block;width:24px;height:24px;margin-left:2rem;color:rgba(128,128,128,.5);position:relative;text-align:center}
.rh_property__print a svg path{fill:rgba(128,128,128,.5);-webkit-transition:.2s all linear;transition:.2s all linear}
.rh_property__print a:hover svg path{fill:#000;-webkit-transition:.2s all linear;transition:.2s all linear}
.rh_property__print a:hover .label{opacity:1;visibility:visible;-webkit-transition:.3s all linear;transition:.3s all linear}
.rh_property__print .highlight svg path{fill:#000;-webkit-transition:.2s all linear;transition:.2s all linear}
.rh_property__print .share{-webkit-transform:rotateY(180deg);transform:rotateY(180deg)}
.rh_property__print .share-this.sharer-0{width:0;position:absolute;left:12px;top:1.5rem}
.rh_property__print .share-this.sharer-0 label{display:none}
.rh_property__print .share-this.sharer-0 .social ul li{width:50px}
.rh_property__print .share-this.sharer-0 .social ul li:hover{background:#000;color:#fff}
.rh_property__print .share-this.sharer-0 .social li[class*=pinterest]{background:#bd081c}
.rh_property__print .share-this.sharer-0 .social li[class*=twitter]{background:#1da1f2}
.rh_property__print .share-this.sharer-0 .social li[class*=gplus]{background:#dd4b39}
.rh_property__print .share-this.sharer-0 .social{position:relative;z-index:999}
.rh_property__print .favorite-placeholder{display:inline-block;width:24px;height:24px;margin-left:2rem;color:#000;position:relative;text-align:center}
.rh_property__print .hide{display:none}
.rh_property__meta_wrap{-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}
.rh_property__meta_wrap .rh_property__meta{margin-right:2rem;margin-bottom:2rem;text-align:left}
.rh_property__meta_wrap .rh_property__meta h4{margin:0;margin-bottom:1.5rem;font-weight:400;font-size:1.3rem}
.rh_property__meta_wrap .rh_property__meta div{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}
.rh_property__meta_wrap .rh_property__meta .figure{margin-left:1.5rem;color:#1a1a1a;font-size:1.4rem}
.rh_property__meta_wrap .rh_property__meta .label{margin-left:.5rem;color:grey;font-size:1.4rem}
.rh_property__heading{display:block;margin:0;margin-bottom:2rem;font-size:1.6rem;font-weight:500;line-height:1.5;color:#1ea69a}
.rh_property__additional{display:block;width:100%;list-style-type:none;font-size:1.5rem;margin-bottom:3rem}
.rh_property__additional li{line-height:2;padding:.7rem 2rem}
.rh_property__additional li:nth-child(2n){background:#f7f7f7}
.rh_property__additional li span{font-size:1.5rem}
.rh_property__additional li .title{color:#1a1a1a;margin-right:.5rem}
.rh_property__features_wrap{display:block;margin-bottom:1rem}
.rh_property__features_wrap .rh_property__features{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;list-style-type:none}
.rh_property__features_wrap .rh_property__feature{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-flex-basis:50%;-ms-flex-preferred-size:50%;flex-basis:50%;position:relative;padding:0 2rem 2rem}
.rh_property__features_wrap .rh_property__feature:before{content:'';display:inline-block;background:url(//remaxcrest.ca/wp-content/themes/realhomes/assets/modern/images/icons/icon-tick.png) 50% 50% no-repeat;position:absolute;left:0;top:0;width:20px;height:20px}
.rh_property__features_wrap .rh_property__feature a{display:inline-block;margin-left:1rem;line-height:1.4;-webkit-transition:.1s all linear;transition:.1s all linear}
.rh_property__features_wrap .rh_property__feature a:hover{-webkit-transition:.1s all linear;transition:.1s all linear}
.rh_property__attachments_wrap{display:block;margin-bottom:1rem}
.rh_property__attachments_wrap .rh_property__attachments{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;list-style-type:none}
.rh_property__attachments_wrap .rh_property__attachments li{-webkit-flex-basis:50%;-ms-flex-preferred-size:50%;flex-basis:50%;padding:0 0 2rem 0}
.rh_property__attachments_wrap .rh_property__attachments li a{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;color:#676666}
.rh_property__attachments_wrap .rh_property__attachments li a:hover{color:#1a1a1a}
.rh_property__attachments_wrap .rh_property__attachments li i{display:inline-block;font-size:5rem;margin-right:1.5rem}
.rh_property__floor_plans{display:block;margin-bottom:1.5rem}
.floor-plans-accordions{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}
.floor-plans-accordions .floor-plan{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;margin-bottom:1.5rem;background:#f7f7f7}
.floor-plans-accordions .floor-plan-title{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;padding:2rem;border:1px solid rgba(128,128,128,.2);cursor:pointer}
.floor-plans-accordions .floor-plan-title .title{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}
.floor-plans-accordions .floor-plan-title .title h3{margin:0;margin-left:1.5rem;font-weight:500;font-size:1.5rem;line-height:1.5}
.floor-plans-accordions .floor-plan-title .floor-plan-meta{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}
.floor-plans-accordions .floor-plan-title .floor-plan-meta .rh_agent_form .rh_agent_form__row,.floor-plans-accordions .floor-plan-title .floor-plan-meta p,.rh_agent_form .floor-plans-accordions .floor-plan-title .floor-plan-meta .rh_agent_form__row{display:inline-block;line-height:1.5}
.floor-plans-accordions .floor-plan-title .floor-plan-meta .floor-price-value{color:#1ea69a}
.floor-plans-accordions .floor-plan-content{display:none;padding:2rem;background:#fff;border:1px solid rgba(128,128,128,.2);border-top:0}
.floor-plans-accordions .floor-plan-content .rh_agent_form .rh_agent_form__row,.floor-plans-accordions .floor-plan-content p,.rh_agent_form .floor-plans-accordions .floor-plan-content .rh_agent_form__row{display:block;margin-bottom:2rem;line-height:1.5}
.floor-plans-accordions .floor-plan-content img{display:block;margin:0 auto}
.rh_property__video,.rh_property__virtual_tour{display:block;margin-bottom:3rem}
.rh_property__video .pretty-photo,.rh_property__virtual_tour .pretty-photo{display:block;position:relative}
.rh_property__video .pretty-photo .play-btn,.rh_property__virtual_tour .pretty-photo .play-btn{position:absolute;top:50%;left:50%;margin-top:-24px;margin-left:-24px;width:48px;height:48px;background:url(//remaxcrest.ca/wp-content/themes/realhomes/assets/modern/images/play-btn.png) 50% 50% no-repeat;-webkit-transition:.2s all linear;transition:.2s all linear}
.rh_property__video .pretty-photo .play-btn:hover,.rh_property__virtual_tour .pretty-photo .play-btn:hover{opacity:.9;-webkit-transition:.2s all linear;transition:.2s all linear}
.rh_property__video iframe,.rh_property__virtual_tour iframe{height:400px}
.rh_property__map_wrap{display:block;margin-bottom:3rem}
.rh_property__map_wrap #property_map{height:40rem}
.rh_property__common_note{display:block;margin-bottom:3rem}
.rh_agent_form .rh_property__common_note .rh_agent_form__row,.rh_property__common_note .rh_agent_form .rh_agent_form__row,.rh_property__common_note p{padding:2rem;background:#f7f7f7;line-height:2}
.rh_property__views{display:block;padding-bottom:3rem}
.rh_property__child_properties .flexslider{margin:0;border:0}
.rh_property__child_properties .flexslider:hover ul.flex-direction-nav a.flex-prev{left:0;opacity:1}
.rh_property__child_properties .flexslider:hover ul.flex-direction-nav a.flex-next{right:0;opacity:1}
.rh_property__child_properties .flexslider ul.slides li{padding:0 0 .5rem 0}
.rh_property__child_properties ul.flex-direction-nav a.flex-prev{background:#fff;width:40px;height:60px;opacity:1;left:0}
.rh_property__child_properties ul.flex-direction-nav a.flex-prev:before{background:url(//remaxcrest.ca/wp-content/themes/realhomes/assets/modern/images/gallery-left-arrow.png) 50% 50% no-repeat;width:40px;height:60px}
.rh_property__child_properties ul.flex-direction-nav a.flex-prev:hover{background:#000}
.rh_property__child_properties ul.flex-direction-nav a.flex-prev:hover:before{background:url(//remaxcrest.ca/wp-content/themes/realhomes/assets/modern/images/gallery-left-arrow-hover.png) 50% 50% no-repeat}
.rh_property__child_properties ul.flex-direction-nav a.flex-next{background:#fff;width:40px;height:60px;opacity:1;right:0}
.rh_property__child_properties ul.flex-direction-nav a.flex-next:before{background:url(//remaxcrest.ca/wp-content/themes/realhomes/assets/modern/images/gallery-right-arrow.png) 50% 50% no-repeat;width:40px;height:60px}
.rh_property__child_properties ul.flex-direction-nav a.flex-next:hover{background:#000}
.rh_property__child_properties ul.flex-direction-nav a.flex-next:hover:before{background:url(//remaxcrest.ca/wp-content/themes/realhomes/assets/modern/images/gallery-right-arrow-hover.png) 50% 50% no-repeat}
.rh_property__agent_detail{display:block;border-top:1px dashed rgba(128,128,128,.2);margin-top:2rem}
.rh_property__agent_head{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:1rem}
.rh_property__agent_head figure{margin:0;padding:0 2rem 0 0}
.rh_property__agent_head figure a{display:block;padding:0}
.rh_property__agent_head figure img{width:128px}
.rh_property__agent_head .description{width:40%}
.rh_property__agent_head .description .name{margin:0;margin-bottom:1.5rem;font-size:1.9rem;font-weight:500}
.rh_agent_form .rh_property__agent_head .description .rh_agent_form__row,.rh_property__agent_head .description .rh_agent_form .rh_agent_form__row,.rh_property__agent_head .description p{line-height:1.5}
.rh_agent_form .rh_property__agent_head .description .rh_agent_form__row a,.rh_property__agent_head .description .rh_agent_form .rh_agent_form__row a,.rh_property__agent_head .description p a{color:#1a1a1a;-webkit-transition:.2s all linear;transition:.2s all linear}
.rh_agent_form .rh_property__agent_head .description .rh_agent_form__row a:hover,.rh_property__agent_head .description .rh_agent_form .rh_agent_form__row a:hover,.rh_property__agent_head .description p a:hover{color:#1ea69a;-webkit-transition:.2s all linear;transition:.2s all linear}
.rh_property__agent_head .contacts-list{width:40%;padding:0 0 0 2rem}
.rh_property__agent_head .contacts-list .contact{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:1rem;color:#1a1a1a}
.rh_property__agent_head .contacts-list .contact span{color:grey}
.rh_property__agent_head .contacts-list .contact.email a{color:#1a1a1a;-webkit-transition:.2s all linear;transition:.2s all linear}
.rh_property__agent_head .contacts-list .contact.email a:hover{color:#1ea69a;-webkit-transition:.2s all linear;transition:.2s all linear}
.rh_property__similar_properties{display:block;text-align:left;padding:2rem 0 0 0}
.rh_property__similar_properties .rh_property__container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-left:-2rem;margin-right:-2rem}
.rh_property__comments .comment-form .form-submit{padding:0 1.5rem}
.rh_property_agent{display:block;width:100%;background:#fff;text-align:center;margin-bottom:3rem;-webkit-box-shadow:0 0 5px 2px rgba(0,0,0,.05);box-shadow:0 0 5px 2px rgba(0,0,0,.05)}
.rh_property_agent .agent-image{display:inline-block;width:128px}
.rh_property_agent img{display:inline-block;margin-top:-4rem;padding:0 0 1rem 0}
.rh_property_agent .rh_property_agent__title{margin:2rem 1rem;font-size:1.9rem;font-weight:500}
.rh_property_agent .rh_property_agent__agent_info{padding:0 1.5rem 1.5rem}
.rh_property_agent .rh_property_agent__agent_info .contact{margin-bottom:1rem;line-height:1.5}
.rh_property_agent .rh_property_agent__agent_info .value{color:#1a1a1a}
.rh_property_agent .rh_property_agent__agent_info .email .value{color:#1ea69a}
.rh_property_agent .rh_property_agent__link{display:block;padding:2rem 0;-webkit-transition:.2s all linear;transition:.2s all linear}
.rh_property_agent .rh_property_agent__link:hover{-webkit-transition:.2s all linear;transition:.2s all linear}
.rh_property_agent .inspiry-google-recaptcha{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:space-around;-ms-flex-pack:distribute;justify-content:space-around;margin:2rem 1rem}
.multiple-agent{margin-top:7rem}
.rh_sidebar .rh_property_agent .rh_property_agent__link:hover{color:#fff}
.rh_widget_form{text-align:left}
.rh_widget_form .rh_widget_form__row{border-bottom:1px solid rgba(128,128,128,.2);margin:0;padding:2rem}
.rh_widget_form .rh_widget_form__row label{display:block;color:#1a1a1a;font-size:1.3rem;margin-bottom:1rem}
.rh_widget_form .rh_widget_form__row input,.rh_widget_form .rh_widget_form__row textarea{display:block;width:100%;line-height:1.5;padding:0;color:grey}
.rh_widget_form .rh_widget_form__row#rh_inspiry_gdpr{margin-bottom:0;border:0}
.rh_widget_form .rh_widget_form__row#rh_inspiry_gdpr label{width:92%}
.rh_widget_form .rh_widget_form__submit{width:100%;padding:2rem}
.rh_widget_form #ajax-loader{margin:2rem}
.rh_widget_form .error-container,.rh_widget_form .message-container{display:block;color:grey;line-height:2;margin:2rem}
.rh_agent_form .rh_widget_form .error-container .rh_agent_form__row,.rh_agent_form .rh_widget_form .message-container .rh_agent_form__row,.rh_widget_form .error-container .rh_agent_form .rh_agent_form__row,.rh_widget_form .error-container p,.rh_widget_form .message-container .rh_agent_form .rh_agent_form__row,.rh_widget_form .message-container p{margin:0;padding:0 0 1.5rem 0}
.rh_widget_form .error-container .error,.rh_widget_form .message-container .error{display:block;color:#ea3d3d;padding:0 0 1.5rem 0;line-height:1.5}
#comments{display:block;width:100%;padding:0 5rem 5rem;margin:0 auto;background:#fff;text-align:left}
#comments .rh_comments__header{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;padding:0 0 2rem 0;border-bottom:1px solid rgba(128,128,128,.2)}
#comments #comments-title{font-size:1.8rem;font-weight:500;margin:0}
#comments #comments-title i{font-size:2.4rem}
.commentlist{display:block;list-style-type:none;overflow:hidden;padding:0 0 2.5rem;margin:0 0 5rem 0;border-bottom:1px solid rgba(128,128,128,.2)}
.commentlist .comment{display:block}
.commentlist article{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;padding:3rem 0 2rem 0}
.commentlist article>a{display:inline-block;min-width:6.8rem}
.commentlist article>a:hover img{border:3px solid #ea723d;-webkit-transition:.2s all linear;transition:.2s all linear}
.commentlist article>a img{width:6.8rem;height:6.8rem;border-radius:500rem;border:3px solid #1ea69a;-webkit-transition:.2s all linear;transition:.2s all linear}
.commentlist article .comment-detail-wrap{padding:0 2rem}
.commentlist article .comment-detail-wrap .comment-detail-wrap-arrow{display:none}
.commentlist article .comment-detail-wrap .comment-meta{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}
.commentlist article .comment-detail-wrap .comment-meta .rh_agent_form .rh_agent_form__row,.commentlist article .comment-detail-wrap .comment-meta p,.rh_agent_form .commentlist article .comment-detail-wrap .comment-meta .rh_agent_form__row{margin-bottom:.5rem}
.commentlist article .comment-detail-wrap .comment-meta .rh_agent_form .rh_agent_form__row a,.commentlist article .comment-detail-wrap .comment-meta p a,.rh_agent_form .commentlist article .comment-detail-wrap .comment-meta .rh_agent_form__row a{-webkit-transition:.2s all linear;transition:.2s all linear}
.commentlist article .comment-detail-wrap .comment-meta .rh_agent_form .rh_agent_form__row a:hover,.commentlist article .comment-detail-wrap .comment-meta p a:hover,.rh_agent_form .commentlist article .comment-detail-wrap .comment-meta .rh_agent_form__row a:hover{-webkit-transition:.2s all linear;transition:.2s all linear}
.commentlist article .comment-detail-wrap .author{font-weight:500;margin:0;margin-right:.7rem;margin-bottom:.5rem}
.commentlist article .comment-detail-wrap .url{color:#1ea69a;-webkit-transition:.2s all linear;transition:.2s all linear}
.commentlist article .comment-detail-wrap .url:hover{color:#ea723d;-webkit-transition:.2s all linear;transition:.2s all linear}
.commentlist article .comment-detail-wrap .comment-body{margin-bottom:0}
.commentlist article .comment-detail-wrap .comment-reply-link{display:inline-block;color:#1ea69a;-webkit-transition:.2s all linear;transition:.2s all linear}
.commentlist article .comment-detail-wrap .comment-reply-link:hover{color:#ea723d;-webkit-transition:.2s all linear;transition:.2s all linear}
.comment .children{margin-left:8.8rem}
.comment-respond .comment-reply-title{font-size:1.8rem;font-weight:500;margin:0;margin-bottom:1.5rem}
.comment-respond .comment-reply-title small{margin-left:1rem}
.comment-respond .comment-reply-title small a{color:#1ea69a;-webkit-transition:.2s all linear;transition:.2s all linear}
.comment-respond .comment-reply-title small a:hover{color:#1a9086;-webkit-transition:.2s all linear;transition:.2s all linear}
.comment-form{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 -1.5rem}
.comment-form .rh_agent_form .rh_agent_form__row,.comment-form p,.rh_agent_form .comment-form .rh_agent_form__row{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;width:100%;padding:0 1.5rem 3rem 1.5rem;margin:0}
.comment-form .rh_agent_form .rh_agent_form__row label,.comment-form p label,.rh_agent_form .comment-form .rh_agent_form__row label{display:inline-block;color:#1a1a1a;margin-bottom:1.5rem}
.comment-form .rh_agent_form .rh_agent_form__row textarea,.comment-form p textarea,.rh_agent_form .comment-form .rh_agent_form__row textarea{width:100%;border:1px solid rgba(128,128,128,.2);padding:1.5rem 2rem;line-height:2}
.comment-form .form-submit{padding:0 1.5rem}
.comment-form .logged-in-as{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}
.comment-form .comment-notes{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;line-height:1.5}
.comment-form .comment-notes #email-notes{display:inline-block;line-height:1.5;margin-right:.5rem}
.comment-form .comment-form-author,.comment-form .comment-form-email,.comment-form .comment-form-url{width:50%}
.comment-form .comment-form-author input,.comment-form .comment-form-email input,.comment-form .comment-form-url input{display:block;width:100%;font-size:1.4rem;color:grey;margin-bottom:1.5rem;border-width:1px;border-style:solid;border-color:rgba(128,128,128,.2);padding:1.5rem 1rem}
.comment-form .comment-form-cookies-consent{display:block}
.comment-form .comment-form-cookies-consent input,.comment-form .comment-form-cookies-consent label{margin:0;float:left}
.comment-form .comment-form-cookies-consent label{display:inline-block;margin-left:8px;cursor:pointer}
.comment-form .comment-form-cookies-consent input{margin-top:3px}
#rate-it{display:none}
.rating-stars{font-size:1.5rem;line-height:1.5}
.rating-stars i{margin-right:2px}
.rating-stars i.rated{color:#ea723d}
.stars-avg-rating{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;text-align:center;font:400 1.5rem/1.5 Rubik,sans-serif;color:grey}
.stars-avg-rating .rating-stars{font-size:1.5rem;margin-right:1rem}
.stars-comment-rating{padding:0 1.5rem .5rem}
.rating-span{line-height:1.5}
.rh_my-property{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin-bottom:3rem;background:#fff;-webkit-box-shadow:0 0 5px 2px rgba(0,0,0,.05);box-shadow:0 0 5px 2px rgba(0,0,0,.05)}
.rh_my-property .rh_my-property__thumb{width:200px}
.rh_my-property .rh_my-property__title{width:36%;padding:0 2.5rem;text-align:left}
.rh_my-property .rh_my-property__title h5{margin:0;font-size:1.9rem;font-weight:500;line-height:1.5}
.rh_agent_form .rh_my-property .rh_my-property__title .rh_agent_form__row,.rh_my-property .rh_my-property__title .rh_agent_form .rh_agent_form__row,.rh_my-property .rh_my-property__title p{line-height:1.5}
.rh_my-property .rh_my-property__btns{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;padding:0}
.rh_my-property .rh_my-property__btns h5{font-weight:400;font-size:1.5rem;line-height:2}
.rh_my-property .rh_my-property__btns form{margin:1rem 1.5rem 0 0}
.rh_my-property .rh_my-property__publish{width:17%;text-align:left;border-right:1px dotted rgba(128,128,128,.2);border-left:1px dotted rgba(128,128,128,.2);padding:.5rem 2.5rem}
.rh_my-property .rh_my-property__publish .property-date{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}
.rh_my-property .rh_my-property__publish .property-date h5{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;color:grey;font-weight:400;font-size:1.5rem;line-height:1.5;margin:0;margin-bottom:1.5rem}
.rh_my-property .rh_my-property__publish .property-date h5 i{font-size:1.9rem;margin-right:1rem}
.rh_my-property .rh_my-property__publish .property-status{display:inline-block;border-radius:500rem}
.rh_my-property .rh_my-property__publish .property-status h5{font-weight:400;font-size:1.3rem;margin:0;padding:.7rem 1.7rem;text-transform:uppercase}
.rh_my-property .rh_my-property__publish .publish{background:rgba(33,182,90,.2)}
.rh_my-property .rh_my-property__publish .publish h5{color:#21b65a}
.rh_my-property .rh_my-property__publish .other{background:rgba(234,114,61,.2)}
.rh_my-property .rh_my-property__publish .other h5{color:#ea723d}
.rh_my-property .rh_my-property__controls{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;width:32%}
.rh_my-property .rh_my-property__controls a{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;padding:1rem;-webkit-transition:.2s all linear;transition:.2s all linear}
.rh_my-property .rh_my-property__controls a i{padding:0 .5rem;font-size:1.9rem}
.rh_my-property .rh_my-property__controls .preview:hover{color:#21b65a}
.rh_my-property .rh_my-property__controls .edit:hover{color:#2196f3}
.rh_my-property .rh_my-property__controls .delete:hover{color:#d32c3d}
.rh_my-property .rh_my-property__controls .confirm:hover{color:#d32c3d}
.rh_my-property .rh_my-property__controls .cancel:hover{color:#21b65a}
.rh_my-property .rh_my-property__controls .confirmation{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}
.rh_my-property .rh_my-property__controls .hide{display:none}
.rh_memberships{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 -1rem;padding:0}
.rh_memberships .rh_alert-wrapper{margin:0 1rem 1.5rem}
.rh_membership{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;width:33.3%;padding:0 1rem 2rem}
.rh_membership .rh_membership__wrap{padding:2rem 2.5rem;background:#fff;-webkit-box-shadow:0 0 5px 2px rgba(0,0,0,.05);box-shadow:0 0 5px 2px rgba(0,0,0,.05);height:100%}
.rh_membership .rh_membership__title{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;padding:0 0 2.5rem 0}
.rh_membership .rh_membership__title .title{font-size:2.4rem;font-weight:400;line-height:1.5;margin:0;color:#1ea69a}
.rh_membership .rh_membership__title .price{font-size:2.4rem;font-weight:400;line-height:1.5;color:grey}
.rh_membership .rh_membership__details{text-align:left}
.rh_agent_form .rh_membership .rh_membership__details .rh_agent_form__row,.rh_membership .rh_membership__details .rh_agent_form .rh_agent_form__row,.rh_membership .rh_membership__details p{font-size:1.5rem;line-height:2;padding:.5rem 0}
.rh_memberships__sidebar{display:block;text-align:left;margin-bottom:3rem}
.rh_memberships__sidebar .title{font-size:1.5rem;font-weight:500;margin:0;margin-bottom:2rem}
.rh_memberships__sidebar .message{color:#1a1a1a}
.rh_memberships__sidebar .details{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;padding:1rem 2.5rem;background:#efefef;border:1px solid rgba(0,0,0,.05)}
.rh_memberships__sidebar .details .membership{color:#1ea69a;padding:1rem 0}
.rh_memberships__sidebar .details .cancel{padding:1rem 0}
.rh_memberships__sidebar .details .cancel .title{display:none}
.rh_memberships__sidebar .details .cancel #ims-btn-close{display:none}
.rh_memberships__sidebar .details .cancel #ims-btn-confirm{background:0;color:grey;text-decoration:underline;padding:0}
.rh_memberships__selection .form-option{background:#efefef;padding:0 0 2.5rem 0}
.rh_memberships__selection .form-option h4{font-size:1.3rem;font-weight:500;line-height:1.5;margin:0;padding:1.5rem 2rem 1rem;background:#fff}
.rh_memberships__selection .form-option .select2-container{display:block;padding:0 2rem 1.2rem;background:#fff}
.rh_memberships__selection .form-option .select2-container:focus{outline:0}
.rh_memberships__selection .form-option .select2-container--default .select2-selection--single{border-right:0;border:0}
.rh_memberships__selection .form-option .select2-container--default .select2-selection--single:focus{outline:0}
.rh_memberships__selection .form-option .select2-container--default .select2-selection__rendered{color:grey;font-size:1.5rem;padding-left:0}
.rh_memberships__selection .form-option .select2-container--default .select2-selection__arrow{right:1rem}
.rh_memberships__selection .form-option #ims_recurring_label{position:relative;display:block;margin:2rem 2rem 0;padding:0 0 2rem 4rem;cursor:pointer;border-bottom:1px dashed rgba(128,128,128,.2)}
.rh_memberships__selection .form-option #ims_recurring_label .rh_checkbox__title{font-size:1.3rem;line-height:2;padding:0}
.rh_memberships__selection .ims-membership_loader{display:none}
.rh_memberships__selection .ims-stripe-button{padding:0 2rem 2.5rem;background:#efefef}
.rh_memberships__selection .ims-stripe-button #ims-stripe{font-size:1.5rem}
.rh_memberships__selection .ims-stripe-button .stripe-button-el{-webkit-box-shadow:none;box-shadow:none;padding:1rem 2rem}
.rh_memberships__selection .ims-stripe-button .stripe-button-el span{height:initial;padding:0;background:0;-webkit-box-shadow:none;box-shadow:none;font:400 1.5rem/2 Rubik,sans-serif}
.rh_memberships__selection .ims-paypal-button{padding:0 2rem 2.5rem;background:#efefef}
.rh_memberships__selection .ims-wire-transfer{padding:2.5rem 0 0 0}
.rh_memberships__selection .ims-wire-transfer h4{font-size:1.5rem;font-weight:500;line-height:1.5;margin:0;margin-bottom:1.5rem}
.rh_agent_form .rh_memberships__selection .ims-wire-transfer .rh_agent_form__row,.rh_memberships__selection .ims-wire-transfer .rh_agent_form .rh_agent_form__row,.rh_memberships__selection .ims-wire-transfer p{background:#fff;line-height:2;padding:0 2rem 0}
.rh_agent_form .rh_memberships__selection .ims-wire-transfer .rh_agent_form__row:nth-child(1):before,.rh_memberships__selection .ims-wire-transfer .rh_agent_form .rh_agent_form__row:nth-child(1):before,.rh_memberships__selection .ims-wire-transfer p:nth-child(1):before{content:'';height:5px}
.rh_memberships__selection .ims-wire-transfer .wire-details-after,.rh_memberships__selection .ims-wire-transfer .wire-details-before{display:block;height:2rem;background:#fff}
.rh_memberships__selection .ims-receipt-button #ims-receipt{display:block;background:#1ea69a;color:#fff;padding:2rem;text-align:center;-webkit-transition:.2s all linear;transition:.2s all linear}
.rh_memberships__selection .ims-receipt-button #ims-receipt:hover{background:#1c998e;-webkit-transition:.2s all linear;transition:.2s all linear}
.rh_memberships__selection .ims-button-option.error{display:block;margin-top:2rem;font:400 1.5rem/2 Rubik,sans-serif;background:0;padding:0;color:grey}
.rh_blog__post{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;background:#fff;text-align:left;margin:0 0 3rem 0}
.rh_blog__post figure{display:block;margin:0}
.rh_blog__post figure img{display:block;max-width:100%;margin:0 auto}
.rh_blog__post .entry-header{display:block;position:relative;z-index:9;margin:0 3rem;margin-top:-9rem;padding:2rem 2.5rem;background:#1ea69a}
.rh_blog__post .entry-header .entry-title{margin:0;margin-bottom:2rem;font-size:2.1rem;font-weight:500;line-height:1.5;color:#fff}
.rh_blog__post .entry-header .entry-title a{display:inline-block;color:#fff;font-size:2.1rem;font-weight:500;line-height:1.5;-webkit-transition:.2s all linear;transition:.2s all linear}
.rh_blog__post .entry-header .entry-title a:hover{color:#e6e5e5;-webkit-transition:.2s all linear;transition:.2s all linear}
.rh_blog__post .entry-header .entry-meta{color:#1a1a1a;font:400 1.5rem/2 Rubik,sans-serif}
.rh_blog__post .entry-header .entry-meta .vcard{display:inline-block;color:#1a1a1a}
.rh_blog__post .entry-header .entry-meta a{color:#1a1a1a;-webkit-transition:.2s all linear;transition:.2s all linear}
.rh_blog__post .entry-header .entry-meta a:hover{color:#fff;-webkit-transition:.2s all linear;transition:.2s all linear}
.rh_blog__post .entry-summary{padding:3rem;margin-top:0}
.rh_agent_form .rh_blog__post .entry-summary .rh_agent_form__row,.rh_blog__post .entry-summary .rh_agent_form .rh_agent_form__row,.rh_blog__post .entry-summary p{line-height:2;margin-bottom:1.5rem}
.rh_blog__post .post-video .video-wrapper iframe{display:block;width:100%;height:450px}
.rh_blog__post .listing-slider{position:relative;background:#fff}
.rh_blog__post .listing-slider:hover .flex-direction-nav .flex-prev{left:2rem;opacity:1}
.rh_blog__post .listing-slider:hover .flex-direction-nav .flex-next{right:2rem;opacity:1}
.rh_blog__post .listing-slider .flex-control-nav{bottom:100px}
.rh_blog__post .listing-slider .flex-direction-nav a{width:45px;height:45px}
.rh_blog__post .listing-slider .flex-direction-nav .flex-prev{left:-2rem;opacity:0}
.rh_blog__post .listing-slider .flex-direction-nav .flex-next{right:-2rem;opacity:0}
.rh_blog__post .listing-slider img{display:block;margin:0 auto}
.rh_blog__single{background:#fff}
.rh_blog__single .rh_blog__post{margin:0}
.entry-header-margin-fix{margin-top:12rem}
.entry-header-margin-fix:first-of-type{margin-top:9rem}
.entry-content{padding:2rem 3rem;margin:0 2rem}
.rh_blog__single .post_format-post-format-video .entry-header{margin-top:0}
.page .entry-header{min-height:12rem}
.page .entry-header .entry-title{margin-bottom:0}
.rh_prop_compare{display:block;width:100%}
.rh_prop_compare .nothing-found{font-size:1.5rem;font-weight:500;line-height:2;text-align:left;color:#1a1a1a}
.rh_prop_compare__wrap{display:block;padding:2rem;background:#fff;-webkit-box-shadow:0 0 5px 2px rgba(0,0,0,.05);box-shadow:0 0 5px 2px rgba(0,0,0,.05)}
.rh_prop_compare__row{display:block;margin:0;margin-left:-2rem;padding:0 1rem}
.rh_prop_compare__row .rh_prop_compare__column{display:inline-block;width:20%;padding:0 1rem;text-align:left}
.rh_agent_form .rh_prop_compare__row .rh_prop_compare__column .rh_agent_form__row,.rh_prop_compare__row .rh_prop_compare__column .rh_agent_form .rh_agent_form__row,.rh_prop_compare__row .rh_prop_compare__column p{line-height:1.5;margin:0 -2rem;padding:1.5rem 2rem}
.rh_agent_form .rh_prop_compare__row .rh_prop_compare__column .rh_agent_form__row:nth-child(2n),.rh_prop_compare__row .rh_prop_compare__column .rh_agent_form .rh_agent_form__row:nth-child(2n),.rh_prop_compare__row .rh_prop_compare__column p:nth-child(2n){background:#f7f7f7}
.rh_agent_form .rh_prop_compare__row .heading .rh_agent_form__row,.rh_prop_compare__row .heading .rh_agent_form .rh_agent_form__row,.rh_prop_compare__row .heading p{color:#1a1a1a;font-weight:500}
.rh_prop_compare--height_fixed{margin-right:-2rem}
.property-thumbnail{background:#fff;margin:0 -2rem;padding:0 2rem;white-space:initial;z-index:99}
.property-thumbnail .property-title{margin:1rem 0}
.property-thumbnail .property-title a{display:inline-block;font-size:1.7rem;font-weight:500;line-height:1.5;color:#1a1a1a;-webkit-transition:.2s all linear;transition:.2s all linear}
.property-thumbnail .property-title a:hover{color:#1ea69a;-webkit-transition:.2s all linear;transition:.2s all linear}
.property-thumbnail .property-status{font-size:1.3rem;font-weight:500;line-height:1.5;margin:0;margin-bottom:.5rem}
.property-thumbnail .property-price .rh_agent_form .rh_agent_form__row,.property-thumbnail .property-price p,.rh_agent_form .property-thumbnail .property-price .rh_agent_form__row{font-size:1.7rem;line-height:1.5;color:#1ea69a;padding:0 2rem 1.5rem 2rem}
.rh_compare{display:none;width:100%;padding:2rem;margin:0 0 3rem 0;text-align:left;background:#fff;-webkit-box-shadow:0 0 5px 2px rgba(0,0,0,.05);box-shadow:0 0 5px 2px rgba(0,0,0,.05)}
.rh_compare .title{margin:0;margin-bottom:1.5rem;font-size:1.5rem;font-weight:500;line-height:1.5}
.rh_compare .rh_compare__carousel{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 -1rem}
.rh_compare .rh_compare__carousel .rh_compare__slide{position:relative;padding:0 1rem;margin-bottom:1.5rem;width:25%}
.rh_compare .rh_compare__carousel .rh_compare__slide img{width:100%}
.rh_compare .rh_compare__carousel .rh_compare__remove{position:absolute;top:0;right:1rem;padding:.2rem .5rem;background:rgba(0,0,0,.2);-webkit-transition:.2s all linear;transition:.2s all linear}
.rh_compare .rh_compare__carousel .rh_compare__remove:hover{background:rgba(0,0,0,.4);-webkit-transition:.2s all linear;transition:.2s all linear}
.rh_compare .rh_compare__carousel .rh_compare__remove i{color:#fff}
.rh_compare--map_variation .rh_compare__carousel .rh_compare__slide{width:33%}
.rh_contact{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;padding:0 2rem;margin:0 -2rem;text-align:left}
.rh_contact__wrap{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%;background:#fff;padding:0 3rem 5rem}
.rh_contact__form{width:50%;padding:0 2rem}
.rh_contact__form .contact-form{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}
.rh_agent_form .rh_contact__form .wpcf7-form .rh_agent_form__row,.rh_contact__form .wpcf7-form .rh_agent_form .rh_agent_form__row,.rh_contact__form .wpcf7-form p{display:block;width:100%}
.rh_contact__form .wpcf7-form label{display:block;width:100%;color:#1a1a1a;font-size:1.5rem;line-height:1.5;padding:0 0 1.5rem}
.rh_contact__form .wpcf7-form span{display:block;width:100%}
.rh_contact__form .wpcf7-form span.wpcf7-not-valid-tip{margin:1rem 0}
.rh_contact__form .wpcf7-form input,.rh_contact__form .wpcf7-form textarea{display:block;width:100%;color:grey;font-size:1.4rem;line-height:1.5;padding:1.5rem 1rem;border:1px solid rgba(128,128,128,.2);margin-top:1.5rem;-webkit-transition:.2s all linear;transition:.2s all linear}
.rh_contact__form .wpcf7-form textarea{line-height:2}
.rh_contact__form .wpcf7-form input[type=submit]{display:inline-block;width:initial;font-size:1.4rem;margin-top:0;margin-bottom:1.5rem}
.rh_contact__form .wpcf7-form .ajax-loader{display:inline-block;width:initial;margin-left:1.5rem}
.rh_contact__form .wpcf7-form .wpcf7-response-output{font-size:1.5rem;color:grey;margin:0;border:0;padding:1rem 0}
.rh_contact__form .wpcf7-form .wpcf7-recaptcha div{margin-bottom:1.5rem}
.rh_contact__form .rh_contact__input{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;width:100%}
.rh_contact__form .rh_contact__input label{color:#1a1a1a;font-size:1.5rem;line-height:1.5;margin-bottom:1rem}
.rh_contact__form .rh_contact__input input,.rh_contact__form .rh_contact__input textarea{display:block;width:100%;color:grey;font-size:1.4rem;line-height:1.5;padding:1.5rem 1rem;border:1px solid rgba(128,128,128,.2);margin-bottom:1.5rem;-webkit-transition:.2s all linear;transition:.2s all linear}
.rh_contact__form .rh_contact__input textarea{line-height:2}
.rh_contact__form .rh_contact__input input[type=submit]{color:#fff;padding:1.5rem 2rem}
.rh_contact__form .rh_contact__input .error{background:rgba(234,61,61,.05);border-color:#ea3d3d;-webkit-transition:.2s all linear;transition:.2s all linear}
.rh_contact__form .rh_contact__input .inspiry-google-recaptcha{margin-bottom:1.5rem}
.rh_contact__form .rh_contact__submit{width:initial;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}
.rh_contact__form .rh_contact__submit input[type=submit]{margin-bottom:0}
.rh_contact__details{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;width:50%;padding:0 2rem}
.rh_contact__details .rh_contact__item{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:baseline;-webkit-align-items:baseline;-ms-flex-align:baseline;align-items:baseline;width:100%;margin-bottom:1.5rem}
.rh_contact__details .rh_contact__item .icon{width:2rem;margin-right:1rem}
.rh_contact__details .rh_contact__item .icon svg{fill:grey}
.rh_contact__details .rh_contact__item .content{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;line-height:2}
.rh_contact__details .rh_contact__item .content a{line-height:2;-webkit-transition:.2s all linear;transition:.2s all linear}
.rh_contact__details .rh_contact__item .label{color:#1a1a1a;font-size:1.3rem;margin-bottom:.5rem}
#ajax-loader{display:none;margin-left:1.5rem}
#error-container{display:block;width:100%}
#error-container label{display:block;width:100%;margin:0;padding:1rem 0 0;line-height:2;color:#ea3d3d}
#error-container label:nth-child(1){margin-top:1rem}
#message-container{display:block;width:100%;font:400 1.5rem/1.5 Rubik,sans-serif;color:grey;margin:1rem 0;padding:0}
.rh_contact__map{display:block;width:100%;height:50rem;padding:0 2rem;margin-top:2rem}
.rh_contact__map #map_canvas{height:100%}
.list-container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;margin-left:-1.5rem;margin-right:-1.5rem}
.list-container .rh_list_card__wrap .rh_list_card__details{border-bottom:0}
.listing-layout .list-container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;margin-left:-2rem;margin-right:-2rem}
.inspiry-shortcode .list-container .rh_label__property_grid .rh_label__wrap{line-height:1.4}
.qe-testimonial-wrapper .qe-testimonial-img{margin-top:0}
.qe-testimonial-wrapper .qe-testimonial-img a:hover .avatar{border:3px solid #ea723d;-webkit-transition:.2s all linear;transition:.2s all linear}
.qe-testimonial-wrapper .qe-testimonial-img a .avatar{border:3px solid #1ea69a;-webkit-transition:.2s all linear;transition:.2s all linear}
.qe-testimonial-wrapper .qe-testimonial-name{font-size:1.6rem;font-weight:500;line-height:2;color:#1a1a1a}
.qe-testimonial-wrapper .qe-testimonial-byline{line-height:1.5}
.qe-testimonial-wrapper .qe-testimonial-byline a{color:#1ea69a;font-size:1.4rem;-webkit-transition:.2s all linear;transition:.2s all linear}
.qe-testimonial-wrapper .qe-testimonial-byline a:hover{color:#ea723d;-webkit-transition:.2s all linear;transition:.2s all linear}
.qe-testimonial-wrapper .qe-testimonial-text{margin:1.5rem 0}
.qe-testimonial-wrapper .qe-testimonial-text:before{display:none}
.qe-testimonial-wrapper .qe-testimonial-text .rh_agent_form .rh_agent_form__row,.qe-testimonial-wrapper .qe-testimonial-text p,.rh_agent_form .qe-testimonial-wrapper .qe-testimonial-text .rh_agent_form__row{font-size:1.5rem}
.commentlist article .comment-detail-wrap .comment-body .qe-faqs-filters-container,.rh_content .qe-faqs-filters-container{padding:0;margin-bottom:2.5rem}
.qe-faqs-filters-container li a{color:#1ea69a;padding:1rem 1.5rem;-webkit-transition:.2s all linear;transition:.2s all linear;border-bottom:2px solid}
.qe-faqs-filters-container li a:hover{color:#ea723d;-webkit-transition:.2s all linear;transition:.2s all linear}
.qe-faqs-filters-container li.active a{font-weight:500}
.qe-faq-toggle{margin-bottom:1.5rem}
.qe-faq-toggle .qe-toggle-title{border:0;background:rgba(30,166,154,.1);color:#1a1a1a}
.qe-faq-toggle .qe-toggle-title:hover{background:rgba(30,166,154,.2)}
.qe-faq-toggle .qe-toggle-title strong{font-weight:500}
.qe-faq-toggle .qe-toggle-title .fa-plus-circle{color:grey}
.qe-faq-toggle .qe-toggle-title .fa-plus-circle:before{content:"\f067"}
.qe-faq-toggle .qe-toggle-title .fa-minus-circle{color:grey}
.qe-faq-toggle .qe-toggle-title .fa-minus-circle:before{content:"\f068"}
.qe-faq-toggle .qe-toggle-content{border:0;background:rgba(30,166,154,.1)}
.qe-faq-toggle.active .qe-toggle-title{background:rgba(30,166,154,.2)}
#ihf-main-container{color:grey;font-size:1.5rem;line-height:1.5}
#ihf-main-container #ihf-map-canvas{margin-top:1rem}
#ihf-main-container a{color:grey;-webkit-transition:.2s all linear;transition:.2s all linear}
#ihf-main-container a:focus,#ihf-main-container a:hover{color:#1ea69a;text-decoration:none;-webkit-transition:.2s all linear;transition:.2s all linear}
#ihf-main-container a:focus .ihf-grid-result-address,#ihf-main-container a:hover .ihf-grid-result-address{color:#1ea69a;-webkit-transition:.2s all linear;transition:.2s all linear}
#ihf-main-container .btn{-webkit-box-shadow:none;box-shadow:none;border-radius:0;font-size:1.5rem;line-height:1.5;padding:.9rem 1.5rem;-webkit-transition:.2s all linear;transition:.2s all linear}
#ihf-main-container .btn:active,#ihf-main-container .btn:focus,#ihf-main-container .btn:hover{-webkit-box-shadow:none;box-shadow:none;outline:0;-webkit-transition:.2s all linear;transition:.2s all linear}
#ihf-main-container .btn-primary{background-color:#1ea69a;border:0}
#ihf-main-container .btn-primary:active,#ihf-main-container .btn-primary:focus,#ihf-main-container .btn-primary:hover{background-color:#1a9086;border:0}
#ihf-main-container .btn-primary.active{background-color:#ea723d}
#ihf-main-container .btn-primary.active:active,#ihf-main-container .btn-primary.active:focus,#ihf-main-container .btn-primary.active:hover{background-color:#ec8354}
#ihf-main-container .btn-default{background:#1ea69a;border:0;color:#fff}
#ihf-main-container .btn-default:active,#ihf-main-container .btn-default:focus,#ihf-main-container .btn-default:hover{background:#1a9086;border:0;color:#fff}
#ihf-main-container .btn-link{color:grey}
#ihf-main-container .btn-link:active,#ihf-main-container .btn-link:focus,#ihf-main-container .btn-link:hover{color:grey;text-decoration:none;border-color:rgba(128,128,128,.2)}
#ihf-main-container .btn-group.open .dropdown-toggle{-webkit-box-shadow:none;box-shadow:none;border-color:rgba(128,128,128,.2)}
#ihf-main-container .close{color:#fff;font-weight:400;opacity:1;text-shadow:none;-webkit-transition:.2s all linear;transition:.2s all linear}
#ihf-main-container .close:focus,#ihf-main-container .close:hover{color:#fff;background:#1a9086;opacity:1;-webkit-transition:.2s all linear;transition:.2s all linear}
#ihf-main-container .modal-header{border-radius:0}
#ihf-main-container .modal-header .close{margin-top:-27px}
#ihf-main-container .modal-footer{border-radius:0}
#ihf-main-container .modal-footer .btn{background:#1ea69a;color:#fff;-webkit-transition:.2s all linear;transition:.2s all linear}
#ihf-main-container .modal-footer .btn:active,#ihf-main-container .modal-footer .btn:focus,#ihf-main-container .modal-footer .btn:hover{background:#1a9086;border-color:#1a9086;color:#fff;-webkit-transition:.2s all linear;transition:.2s all linear}
#ihf-main-container .carousel-control{opacity:1;text-shadow:none}
#ihf-main-container .carousel-control .glyphicon-chevron-left,#ihf-main-container .carousel-control .glyphicon-chevron-right,#ihf-main-container .carousel-control .icon-next,#ihf-main-container .carousel-control .icon-prev{font-size:2.7rem;top:50%;top:calc(50% - 1.35rem)}
#ihf-main-container .carousel-control .glyphicon-chevron-right,#ihf-main-container .carousel-control .icon-next{left:auto}
#ihf-main-container .dropdown-toggle{background:#fff;border:1px solid rgba(128,128,128,.2);color:grey;font-size:1.5rem;text-decoration:none}
#ihf-main-container .dropdown-toggle:active,#ihf-main-container .dropdown-toggle:focus,#ihf-main-container .dropdown-toggle:hover{background:#fff;border:1px solid rgba(128,128,128,.2);color:grey}
#ihf-main-container .dropdown-toggle .caret{border-top-color:grey;margin-left:1rem}
#ihf-main-container .dropdown-menu{border:1px solid rgba(128,128,128,.2);border-radius:0;-webkit-box-shadow:none;box-shadow:none;padding:1rem 0}
#ihf-main-container .dropdown-menu>li>a{color:grey;padding:1rem 2rem;-webkit-transition:.2s all linear;transition:.2s all linear}
#ihf-main-container .dropdown-menu>li>a:hover{background:#1ea69a;-webkit-transition:.2s all linear;transition:.2s all linear}
#ihf-main-container .dropdown-menu>li>a:hover .ihf-share-btn-google-plus,#ihf-main-container .dropdown-menu>li>a:hover .ihf-share-btn-pinterest,#ihf-main-container .dropdown-menu>li>a:hover .ihf-share-btn-twitter{color:#fff !important}
#ihf-main-container .dropdown-menu>.active>a{background:#1ea69a}
#ihf-main-container .dropdown-menu>.active>a:hover{background:#1ea69a}
#ihf-main-container .title-bar-1{border-radius:0;background:#1ea69a;border-color:transparent;color:#fff;padding:1rem 2rem;text-shadow:none}
#ihf-main-container .ihf-grid-result-price{margin:-10px -20px -20px}
#ihf-main-container .ihf-grid-result-price a{line-height:1.5}
#ihf-main-container .ihf-grid-result-address{display:block;width:100%;font-size:1.8rem;line-height:1.5;padding:0 0 5px 0;color:#1a1a1a;text-transform:capitalize;white-space:normal;-webkit-transition:.2s all linear;transition:.2s all linear}
#ihf-main-container .well{border-radius:0;-webkit-box-shadow:none;box-shadow:none}
#ihf-main-container .ihf-grid-result-container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}
#ihf-main-container .ihf-grid-result-container .row:nth-child(1){-webkit-box-ordinal-group:3;-webkit-order:2;-ms-flex-order:2;order:2}
#ihf-main-container .ihf-grid-result-basic-info-container{font-size:1.5rem;line-height:1.5}
#ihf-main-container .ihf-grid-result-basic-info-item1{padding-right:1rem}
#ihf-main-container .ihf-grid-result-basic-info-item2{padding-right:1rem;padding-left:1rem}
#ihf-main-container .ihf-grid-result-basic-info-item3{padding-left:1rem}
#ihf-main-container .ihf-grid-result-photocount{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;font-size:1.5rem;line-height:1.6;padding-top:1rem;padding-bottom:1rem;padding-left:0}
#ihf-main-container .ihf-grid-result-photocount a{margin-right:.5rem}
#ihf-main-container .ihf-grid-result-photocount .glyphicon{font-size:1.6rem}
#ihf-main-container .ihf-grid-result-additional-info .listing-open-home-text{display:none}
#ihf-main-container .ihf-grid-results-logo{display:none}
#ihf-main-container .ihf-grid-result-attribution,#ihf-main-container .ihf-grid-result-mlsnum-proptype{font-size:1.5rem;margin-top:.5rem;line-height:1.5;text-align:center;white-space:normal}
#ihf-main-container .pagination{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;border-radius:0}
#ihf-main-container .pagination li{margin-right:1rem}
#ihf-main-container .pagination li:first-child>a,#ihf-main-container .pagination li:first-child>span,#ihf-main-container .pagination li:last-child>a,#ihf-main-container .pagination li:last-child>span{border-radius:0}
#ihf-main-container .pagination li:first-child>a,#ihf-main-container .pagination li:first-child>span,#ihf-main-container .pagination li:last-child>a,#ihf-main-container .pagination li:last-child>span{background:#1ea69a;color:#fff}
#ihf-main-container .pagination li:first-child>a:hover,#ihf-main-container .pagination li:first-child>span:hover,#ihf-main-container .pagination li:last-child>a:hover,#ihf-main-container .pagination li:last-child>span:hover{background:#1a9086;border-color:rgba(128,128,128,.2);color:#fff}
#ihf-main-container .pagination li a,#ihf-main-container .pagination li span{background:#1ea69a;border-color:rgba(128,128,128,.2);color:#fff}
#ihf-main-container .pagination li a:active,#ihf-main-container .pagination li a:focus,#ihf-main-container .pagination li a:hover,#ihf-main-container .pagination li span:active,#ihf-main-container .pagination li span:focus,#ihf-main-container .pagination li span:hover{background:#1a9086;color:#fff}
#ihf-main-container .pagination .disabled>a,#ihf-main-container .pagination .disabled>span{border-color:rgba(128,128,128,.2)}
#ihf-main-container .ihf-gallery-slider-paging{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;width:100%}
#ihf-main-container .ihf-gallery-slider-paging li:first-child>.ihf-slider-next,#ihf-main-container .ihf-gallery-slider-paging li:first-child>.ihf-slider-prev,#ihf-main-container .ihf-gallery-slider-paging li:last-child>.ihf-slider-next,#ihf-main-container .ihf-gallery-slider-paging li:last-child>.ihf-slider-prev{border-radius:500rem;padding:1rem 1.5rem;width:4.7rem;height:4.7rem}
#ihf-main-container .ihf-gallery-slider-paging li:first-child>.ihf-slider-next .glyphicon,#ihf-main-container .ihf-gallery-slider-paging li:first-child>.ihf-slider-prev .glyphicon,#ihf-main-container .ihf-gallery-slider-paging li:last-child>.ihf-slider-next .glyphicon,#ihf-main-container .ihf-gallery-slider-paging li:last-child>.ihf-slider-prev .glyphicon{top:4px}
#ihf-main-container .form-control{border-color:rgba(128,128,128,.2);border-radius:0;-webkit-box-shadow:none;box-shadow:none;color:grey;font-size:1.5rem;line-height:1.5;padding:.8rem 1.5rem;height:initial}
#ihf-main-container .form-control:focus{border-color:rgba(128,128,128,.2);outline:0;-webkit-box-shadow:none;box-shadow:none}
#ihf-main-container .ihf-widget{margin-bottom:0}
#ihf-main-container label{color:grey;font-size:1.4rem;margin-bottom:1rem}
#ihf-main-container .field-label{color:#1a1a1a}
#ihf-main-container .error{background:0;padding:initial}
#ihf-main-container .input-text,#ihf-main-container input[type=input],#ihf-main-container input[type=text]{border-radius:0 !important}
#ihf-main-container .ihf-label-overlay-money{top:50%;top:calc(50% - 1rem);left:1.5rem}
#ihf-main-container .chosen-container-single .chosen-single{border-radius:0;border-color:rgba(128,128,128,.2);-webkit-box-shadow:none;box-shadow:none;color:grey;height:initial;padding:1rem;line-height:1.5}
#ihf-main-container .chosen-container-single .chosen-single div b{background-position-y:10px}
#ihf-main-container .chosen-container-single .chosen-single span{margin-right:5px}
#ihf-main-container .chosen-container-single .chosen-drop{margin-top:0;border-radius:0;-webkit-box-shadow:none;box-shadow:none;border:1px solid rgba(128,128,128,.2)}
#ihf-main-container .chosen-container .chosen-results{padding:10px 0 0;margin-right:0}
#ihf-main-container .chosen-container .chosen-results li{color:grey;padding:1.2rem 1rem}
#ihf-main-container .chosen-container .chosen-results li.highlighted{background-color:#1ea69a;background-image:none;color:#fff}
#ihf-main-container .chosen-container .chosen-drop{border-color:rgba(128,128,128,.2);-webkit-box-shadow:none;box-shadow:none}
#ihf-main-container .ihf-txt-uc{display:inline-block;padding:0 0 1rem 0;text-decoration:none}
#ihf-main-container .gallery-sidebar-photo{margin:0 0 1rem 0}
#ihf-main-container .gallery-sellerrep{display:none}
#ihf-main-container .gallery-prop-info .property-divider{margin:1.5rem 0}
#ihf-main-container .panel{border-radius:0;-webkit-box-shadow:none;box-shadow:none}
#ihf-main-container .panel-default{border-color:rgba(128,128,128,.2)}
#ihf-main-container .panel-default>.panel-heading{color:#1a1a1a}
#ihf-main-container .panel-body{font-size:1.4rem;line-height:2}
#ihf-main-container .badge{text-shadow:none;border-radius:0;font-weight:500;padding:.5rem 1rem}
#ihf-main-container h4.ihf-address{font-weight:500;line-height:1.5}
#ihf-main-container h4.ihf-price{color:#1ea69a;font-weight:500}
#ihf-main-container h4.ihf-price .ihf-for-sale-price{font-weight:500}
#ihf-main-container .property-main-detail-item{display:inline-block}
#ihf-main-container .ihf-social-share .ihf-share-btn-email,#ihf-main-container .ihf-social-share .ihf-share-btn-facebook,#ihf-main-container .ihf-social-share .ihf-share-btn-more,#ihf-main-container .ihf-social-share .ihf-share-btn-print{background:#1ea69a;padding:7px !important;width:30px;height:30px}
#ihf-main-container .ihf-social-share .ihf-share-btn-email:hover,#ihf-main-container .ihf-social-share .ihf-share-btn-facebook:hover,#ihf-main-container .ihf-social-share .ihf-share-btn-more:hover,#ihf-main-container .ihf-social-share .ihf-share-btn-print:hover{background:#1a9086}
#ihf-main-container .ihf-social-share .ihf-share-btn-google-plus,#ihf-main-container .ihf-social-share .ihf-share-btn-pinterest,#ihf-main-container .ihf-social-share .ihf-share-btn-twitter{background:0;color:grey !important;font-size:1.4rem !important}
#ihf-main-container .nav-tabs>li>a{border-radius:0}
#ihf-main-container .nav-tabs>li.active>a{color:#1a1a1a;border-color:rgba(128,128,128,.2);border-bottom-color:transparent;border-radius:0}
#ihf-main-container .nav-tabs>li.dropdown .dropdown-toggle{border-color:transparent;border-bottom-color:rgba(128,128,128,.2)}
#ihf-main-container .nav-tabs>li.dropdown .dropdown-toggle:hover{color:#1ea69a}
#ihf-main-container .nav-tabs>li.dropdown .dropdown-toggle:active,#ihf-main-container .nav-tabs>li.dropdown .dropdown-toggle:focus{border-color:#eee;border-bottom-color:rgba(128,128,128,.2)}
#ihf-main-container .nav-tabs>li.dropdown .dropdown-menu>li{float:none !important;text-align:right}
#ihf-main-container .ihf-detail-tab-content #ihf-detail-features-tab .row{margin-right:-5rem;margin-left:-5rem}
#ihf-main-container .ihf-detail-tab-content #ihf-detail-features-tab .title-bar-1{font-size:1.5rem;font-weight:500;padding:1.5rem 5rem}
#ihf-main-container .ihf-detail-tab-content #ihf-detail-features-tab .listing-info-item{font-size:1.5rem;line-height:2;margin-right:3.5rem;margin-left:3.5rem;padding:1rem 0}
#ihf-main-container .ihf-detail-tab-content #ihf-detail-features-tab .listing-info-item .listing-info-item-title{font-weight:500}
#ihf-main-container .mc-amount,#ihf-main-container .mc-total-payment,#ihf-main-container .mc-total-payment-sm{color:#1a1a1a}
#ihf-main-container .mc-total-payment-subline{color:grey}
#ihf-main-container .mc-payments-table td{border-bottom-color:rgba(128,128,128,.2)}
#ihf-main-container .mc-lineitem{color:grey}
#ihf-main-container .input-group-addon{border-radius:0;border-color:rgba(128,128,128,.1)}
#ihf-main-container .input-group-addon .areaPickerExpandAllButtonClass:first-child{display:none !important}
#ihf-main-container .input-group-addon .glyphicon.glyphicon-align-justify{display:block !important;padding:0 5px 2px;line-height:1.1}
#ihf-main-container .radio input[type=radio],#ihf-main-container .radio-inline input[type=radio]{display:inline-block;float:none;margin-right:.5rem;margin-bottom:.2rem}
#ihf-main-container .radio input[type=radio]:focus,#ihf-main-container .radio-inline input[type=radio]:focus{outline:0}
#ihf-main-container .checkbox input[type=checkbox],#ihf-main-container .checkbox-inline input[type=checkbox]{float:none;margin-right:.5rem}
#ihf-main-container .checkbox input[type=checkbox]:focus,#ihf-main-container .checkbox-inline input[type=checkbox]:focus{outline:0}
#ihf-main-container .checkbox,#ihf-main-container .radio{display:inline-block}
#ihf-main-container .checkbox label,#ihf-main-container .radio label{line-height:1.5}
#ihf-main-container .checkbox .ihf-area-inclusion-label{margin-bottom:1.5rem}
#ihf-main-container .chosen-container-multi .chosen-choices{background-image:none;border-radius:0;border-color:rgba(128,128,128,.2)}
#ihf-main-container .chosen-container-multi .chosen-choices li.search-choice{background-image:none;-webkit-box-shadow:none;box-shadow:none;border-radius:0;border-color:rgba(128,128,128,.2);color:grey}
#ihf-main-container .chosen-container-multi .chosen-choices li.search-choice .search-choice-close{top:7px;top:calc(50% - 6px)}
#ihf-main-container .chosen-container-active .chosen-choices{-webkit-box-shadow:none;box-shadow:none}
#ihf-main-container .ihf-map-search-refine-link{background:#1ea69a;color:#fff;margin-top:3rem;padding:.8rem 1.5rem}
#ihf-main-container .ihf-map-search-refine-link:hover{background:#1a9086;border-color:transparent;color:#fff}
#ihf-main-container .ihf-map-results-count{line-height:1.2;margin:0 0 12px}
#ihf-main-container .ihf-results-organizer-items,#ihf-main-container .ihf-results-property-info{font-size:1.5rem}
#ihf-main-container .ihf-results-property-info .ihf-results-price{font-size:16px;font-weight:500}
#ihf-main-container .ihf-results-property-info .ihf-results-price .ihf-for-sale-price{font-size:16px;font-weight:500}
#ihf-main-container #ihf-map-canvas a{font-size:1.4rem;line-height:1.5}
#ihf-main-container #Map{margin-top:2rem}
#ihf-main-container strong{font-weight:500}
#ihf-main-container .leaflet-popup-content-wrapper{border-radius:0}
#ihf-main-container #ihf-refine-search{margin-right:1rem}
#ihf-main-container .ihf-refine-search-container .ihf-label-overlay-money{left:1rem}
#ihf-main-container .ihf-refine-search-container .form-control{padding:.8rem 1rem}
#ihf-main-container .ihf-refine-search-container #ihf-mini-form-maxprice,#ihf-main-container .ihf-refine-search-container #ihf-mini-form-minprice{padding:.8rem 1rem .8rem 2rem}
#ihf-main-container .form-horizontal .control-label{margin-right:0;line-height:2}
#ihf-main-container .form-horizontal .checkbox,#ihf-main-container .form-horizontal .checkbox-inline,#ihf-main-container .form-horizontal .radio,#ihf-main-container .form-horizontal .radio-inline{line-height:2;margin-left:0;margin-right:10px}
#ihf-main-container .help-block{line-height:2}
#ihf-main-container #Map{overflow:hidden}
#ihf-main-container #Map .glyphicon{top:0}
#ihf-main-container #ihf-refine-map-search-form{position:relative}
#ihf-main-container #ihf-refine-map-search-form .field-label{color:#fff;margin-bottom:.5rem}
#ihf-main-container #ihf-refine-map-search-form .ihf-mapsearch-refine-checkbox-label{color:#fff;font-size:1.3rem}
#ihf-main-container #ihf-refine-map-search-form .ihf-mapsearch-refine-checkbox-label input{margin-right:0}
#ihf-main-container #ihf-refine-map-search-form .ihf-mapsearch-proptype-checkbox{margin-left:-1.6rem}
#ihf-main-container #ihf-refine-map-search-form .ihf-label-overlay-money{top:calc(50% - .9rem)}
#ihf-main-container #ihf-refine-map-search-form input[type=text]{padding:.8rem 1.5rem .8rem 2.2rem}
#ihf-main-container #ihf-refine-map-search-form #ihf-refine-search-close{margin-top:-6rem;font-size:2rem;width:4rem;height:4rem;padding:.3rem;border:1px solid #fff}
#ihf-main-container .ihf-advanced-search-launch{padding:0;white-space:normal}
#ihf-main-container .ihf-advanced-search-launch:active,#ihf-main-container .ihf-advanced-search-launch:focus,#ihf-main-container .ihf-advanced-search-launch:hover{border-color:transparent}
.ui-menu .ui-menu-item{list-style-type:none;padding:.5rem 1rem;color:grey;font:400 1.4rem/1.5 Rubik,sans-serif;cursor:pointer;outline:0}
.ui-state-focus,.ui-state-hover,.ui-widget-content .ui-state-focus,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-focus,.ui-widget-header .ui-state-hover{border:0}
#social-icons{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}
#social-icons a{margin:0 .5rem .5rem 0}
.widget_ihomefinderagentbiowidget table{border:0;background:#fff}
.widget_ihomefinderagentbiowidget table td,.widget_ihomefinderagentbiowidget table th{border-color:rgba(128,128,128,.2);padding:1.5rem}
.widget_ihomefinderagentbiowidget table .ihf-bio-about-info{line-height:1.7}
.rh_sidebar .widget_ihomefinderpropertiesgallery>br{display:none}
.rh_sidebar .widget_ihomefinderpropertiesgallery>a{display:block;background:#1ea69a;color:#fff;line-height:1.5;text-align:center;padding:1rem;-webkit-transition:.2s all linear;transition:.2s all linear}
.rh_sidebar .widget_ihomefinderpropertiesgallery>a:hover{background:#1a9086;color:#fff;-webkit-transition:.2s all linear;transition:.2s all linear}
.rh_sidebar .widget_ihomefinderlinkwidget>div{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}
.rh_sidebar .widget_ihomefinderlinkwidget .ihf-seo-link{margin:0 .5rem .5rem 0}
.rh_sidebar .widget_ihomefinderlinkwidget .ihf-seo-link a:hover{color:#1ea69a}
#areaPickerExpandAllContainer,#autocompleteMatch,.areaPickerExpandAllTopBar{border-radius:0;-webkit-box-shadow:none;box-shadow:none}
#areaPickerClearAll .glyphicon{color:#fff !important}
#areaPickerExpandAllCloseButton .badge{background:0;border-radius:0;font-size:1.5rem;font-weight:400}
#areaPickerExpandAllContainer{border-top:0;border-color:rgba(128,128,128,.2)}
.autocompleteMouseOver{background:#1ea69a;border-radius:0;font-weight:400;-webkit-transition:.2s all linear;transition:.2s all linear}
.areaSelected{font-weight:400;background:#1ea69a;border-radius:0;border-color:transparent;color:#fff;-webkit-transition:.2s all linear;transition:.2s all linear}
#areaPickerContainer{color:grey}
.areaPickerExpandAllElement{border-radius:0;font:400 1.4rem/2 Rubik,sans-serif;text-align:center}
#ihf-selectedAreas .ihf-one-selectedArea{border:0}
#ihf-selectedAreas .ihf-one-selectedArea .btn:focus,#ihf-selectedAreas .ihf-one-selectedArea .btn:hover{background:#1a9086;color:#fff}
.ihf-map-icon{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;background:#1ea69a;border:0;border-radius:0}
.ihf-map-icon:after{border-top-color:#1ea69a;left:7px;left:calc(50% - 5px)}
.ihf-map-icon-commercial,.ihf-map-icon-condo,.ihf-map-icon-farm,.ihf-map-icon-house,.ihf-map-icon-land,.ihf-map-icon-mobilehome,.ihf-map-icon-multiunit,.ihf-map-icon-rental{background:#1ea69a !important;border:none !important}
.ihf-map-icon-commercial:after,.ihf-map-icon-condo:after,.ihf-map-icon-farm:after,.ihf-map-icon-house:after,.ihf-map-icon-land:after,.ihf-map-icon-mobilehome:after,.ihf-map-icon-multiunit:after,.ihf-map-icon-rental:after{border-top-color:#1ea69a !important}
.ihf-map-info-box-top{width:95%;width:calc(100% - 18px)}
.leaflet-container{font:1.4rem/1.5 Rubik,sans-serif}
.leaflet-container a.leaflet-popup-close-button{font-weight:400;top:1rem;right:.7rem;padding:0;height:18px}
.ihf-map-info-window-detail{line-height:1.5}
#ihf-board-detail-disclaimer,#ihf-board-disclaimers{margin-top:0}
#areaPickerContainer .input-text,#areaPickerContainer input[type=input],#areaPickerContainer input[type=text]{padding:6px 0 6px 5px !important}
.page-template-template-dsIDX .entry-content{padding:2rem 0}
.page-template-template-dsIDX .select2-container{width:100%}
.page-template-template-dsIDX .select2-container--default .select2-selection--single{border-color:#e1dfdf;border-radius:0;height:36px}
.page-template-template-dsIDX .select2-container--default .select2-selection--single .select2-selection__arrow{height:36px}
.page-template-template-dsIDX .select2-container--default .select2-selection--single .select2-selection__rendered{line-height:36px;padding-right:25px}
.page-template-template-dsIDX .select2-container--open .select2-dropdown--above .select2-results__option,.page-template-template-dsIDX .select2-container--open .select2-dropdown--below .select2-results__option{padding:1.5rem}
#dsidx .dsidx-large-button,#dsidx .dsidx-small-button,body.dsidx .dsidx-large-button,body.dsidx .dsidx-small-button{background:#1ea69a;border:0;border-radius:0;padding:0 15px}
#dsidx .dsidx-large-button:hover,#dsidx .dsidx-small-button:hover,body.dsidx .dsidx-large-button:hover,body.dsidx .dsidx-small-button:hover{background:#1c9d92}
#dsidx .dsidx-small-button,body.dsidx .dsidx-small-button{height:24px;line-height:25px;-webkit-box-shadow:none;box-shadow:none}
#dsidx.dsidx-results .dsidx-paging-control a{display:inline-block;font:normal normal normal 14px/1 FontAwesome;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:0;font-weight:700;text-align:center;background:0;line-height:16px;height:16px;cursor:pointer;color:#1ea69a;padding:0}
#dsidx.dsidx-results .dsidx-paging-control a:hover{color:#ea723d;text-decoration:none}
#dsidx.dsidx-results .dsidx-paging-control a.dsidx-paging-control-disabled{color:#394041}
#dsidx.dsidx-results .dsidx-paging-control a.dsidx-paging-control-prev:before{content:"\f104";font-size:18px}
#dsidx.dsidx-results .dsidx-paging-control a.dsidx-paging-control-next:before{content:"\f105";font-size:18px}
#dsidx.dsidx-results .dsidx-sorting-control{line-height:36px}
#dsidx.dsidx-results .dsidx-sorting-control .select2-container{width:77%;float:right}
#dsidx-rentzestimate-notice,#dsidx-zestimate-notice{background:#1ea69a;line-height:22px}
#dsidx-rentzestimate,#dsidx-zestimate{border-color:#1ea69a}
#dsidx-rentzestimate-triangle,#dsidx-zestimate-triangle{border-left:10px solid #1ea69a}
.dsidx-alert-text{font-size:10pt}
.dsidx-alert-color{height:32px}
#dsidx ul.dsidx-tabs,body.dsidx ul.dsidx-tabs{height:28px}
#dsidx ul.dsidx-tabs.dsidx-result-tabs li.dsidx-tab,body.dsidx ul.dsidx-tabs.dsidx-result-tabs li.dsidx-tab{height:28px;border-radius:0;border-style:solid;border-color:#dedede;border-width:1px 1px 0 1px}
#dsidx ul.dsidx-tabs.dsidx-result-tabs li.dsidx-tab span,body.dsidx ul.dsidx-tabs.dsidx-result-tabs li.dsidx-tab span{padding-left:22px;font-size:13px;color:#404040;opacity:1 !important}
#dsidx-profile-header .dsidx-profile-button{color:#404040}
#dsidx-profile-header .dsidx-profile-button .dsidx-profile-dropicon{margin-top:5px;margin-left:4px}
#dsidx-profile-header #dsidx-profile-login-button{margin-left:0}
#dsidx-profile-header #dsidx-profile-login-button span{display:none}
.dsidx-top-actions .dsidx-profile-button{color:#404040}
#dsidx-top-search{border-radius:0}
#dsidx-top-search input{border:1px solid #e1dfdf}
#dsidx-top-search input.dsidx-medium{width:86px}
#dsidx-top-search #dsidx-search-form-main{border-radius:0}
#dsidx-top-search #dsidx-search-bar input{background-color:#fff}
#dsidx-top-search #dsidx-search-bar{border-radius:0}
#dsidx-top-search #dsidx-search-bar .dsidx-search-controls .button{margin-right:28px;-webkit-box-shadow:none;box-shadow:none}
#dsidx-top-search #dsidx-search-bar .dsidx-search-controls .button button{background:#1ea69a;padding:5px 10px}
#dsidx-top-search #dsidx-search-bar .dsidx-search-controls .button button:hover{background:#1c9d92}
#dsidx-top-search span.dsidx-search-bar-openclose{background-image:none;display:inline-block;font:normal normal normal 14px/1 FontAwesome;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:28px;font-weight:700;text-align:center;line-height:24px;cursor:pointer;color:#1ea69a}
#dsidx-top-search span.dsidx-search-bar-openclose:hover{color:#ea723d}
#dsidx-top-search span.dsidx-search-bar-openclose.dsidx-search-bar-pull-down:after{content:"\f107"}
#dsidx-top-search span.dsidx-search-bar-openclose.dsidx-search-bar-pull-up{top:auto;bottom:-38px;right:6px;z-index:999}
#dsidx-top-search span.dsidx-search-bar-openclose.dsidx-search-bar-pull-up:after{content:"\f106"}
#dsidx-top-search #dsidx-search-form table td.label{width:82px}
#dsidx-top-search #dsidx-search-form table th{border:0}
#dsidx-top-search .dsidx-search-filters-body .select2-container{max-width:235px}
#dsidx-top-search .dsidx-search-filters-body .dsidx-search-tag-checkbox{margin-top:11px}
#dsidx-top-search .dsidx-search-filters-body .dsidx-search-tag-list .dsidx-search-empty-list{line-height:19px}
#dsidx-top-search .dsidx-search-filters-body .dsidx-search-tag-list .dsidx-search-tag-checkbox{margin:3px 6px}
.dsidx-results:not(.dsidx-results-grid) #dsidx-listings li.dsidx-listing-container{padding:10px;margin-bottom:10px;border:1px solid #dedede}
.dsidx-results:not(.dsidx-results-grid) #dsidx-listings .dsidx-listing{border:0}
.dsidx-results:not(.dsidx-results-grid) #dsidx-listings .dsidx-listing .dsidx-media{margin:0;padding:0;width:35%}
.dsidx-results:not(.dsidx-results-grid) #dsidx-listings .dsidx-listing .dsidx-media .dsidx-photo{border:0}
.dsidx-results:not(.dsidx-results-grid) #dsidx-listings .dsidx-listing .dsidx-media .dsidx-photo img{width:100%;height:auto}
.dsidx-results:not(.dsidx-results-grid) #dsidx-listings .dsidx-listing .dsidx-media .dsidx-photo .dsidx-photo-count{padding:10px 6px 10px 24px;left:0;bottom:-1px;background-position-y:4px;background-position-x:5px;background-color:#1ea69a}
.dsidx-results:not(.dsidx-results-grid) #dsidx-listings .dsidx-listing .dsidx-data{margin:0;width:65%;float:right}
.dsidx-results:not(.dsidx-results-grid) #dsidx-listings .dsidx-listing .dsidx-data .dsidx-primary-data{border:0;padding:10px 15px;background-color:#f7f7f7}
.dsidx-results:not(.dsidx-results-grid) #dsidx-listings .dsidx-listing .dsidx-data .dsidx-primary-data .dsidx-address a{font-size:1.7rem;font-weight:500}
.dsidx-results:not(.dsidx-results-grid) #dsidx-listings .dsidx-listing .dsidx-data .dsidx-primary-data .dsidx-price{color:#1ea69a;background-color:#f7f7f7;font-weight:500;padding:0;line-height:35px}
.dsidx-results:not(.dsidx-results-grid) #dsidx-listings .dsidx-listing .dsidx-data .dsidx-secondary-data{font-size:14px;padding:10px 15px}
.dsidx-results:not(.dsidx-results-grid) #dsidx-listings .dsidx-listing .dsidx-data .dsidx-secondary-data>div{float:left;width:40%;padding:10px 0;font-size:15px;color:#3b3b3b}
.dsidx-results:not(.dsidx-results-grid) #dsidx-listings .dsidx-listing .dsidx-data .dsidx-secondary-data>div:before{display:inline-block;content:"\f054";font:normal normal normal 14px/1 FontAwesome;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0);margin-right:5px;font-size:10px;vertical-align:1px;color:#1ea69a}
.dsidx-results:not(.dsidx-results-grid) #dsidx-listings .dsidx-listing .dsidx-data .dsidx-secondary-data span{font-size:14px;font-weight:400}
.dsidx-results-grid #dsidx-listings .dsidx-listing{border:1px solid #dedede}
.dsidx-results-grid #dsidx-listings .dsidx-listing .dsidx-media{padding:0;background:#fff}
.dsidx-results-grid #dsidx-listings .dsidx-listing .dsidx-media .dsidx-photo{-webkit-box-shadow:none;box-shadow:none;border:0;left:0}
.dsidx-results-grid #dsidx-listings .dsidx-listing .dsidx-media .dsidx-photo img{width:100%}
.dsidx-results-grid #dsidx-listings .dsidx-listing .dsidx-media .dsidx-photo .dsidx-photo-count{padding:3px 6px 4px 24px !important;left:0;bottom:0;line-height:14px;background-position-y:4px;background-position-x:5px;background-color:#1ea69a}
.dsidx-results-grid #dsidx-listings .dsidx-listing .dsidx-data{padding:0}
.dsidx-results-grid #dsidx-listings .dsidx-listing .dsidx-data .dsidx-primary-data .dsidx-address{padding:5px 10px 10px}
.dsidx-results-grid #dsidx-listings .dsidx-listing .dsidx-data .dsidx-primary-data .dsidx-address a{font-weight:500}
.dsidx-results-grid #dsidx-listings .dsidx-listing .dsidx-data .dsidx-primary-data .dsidx-price{background:#1ea69a;border:0;font-weight:500}
.dsidx-results-grid #dsidx-listings .dsidx-listing .dsidx-data .dsidx-secondary-data{padding:10px}
.dsidx-results-grid #dsidx-listings .dsidx-listing .dsidx-data .dsidx-secondary-data span{font-weight:400}
.dsidx-results-grid #dsidx-listings .dsidx-listing .dsidx-data .dsidx-secondary-data>div{color:#363636}
.dsidx-results-grid #dsidx-listings .dsidx-listing:hover .dsidx-media{padding:0}
.dsidx-results-grid #dsidx-listings .dsidx-listing:hover .dsidx-data{padding:0}
.dsidx-results-grid #dsidx-listings .dsidx-listing:hover .dsidx-data .dsidx-primary-data .dsidx-price{padding:5px 10px}
#dsidx.dsidx-details #dsidx-header{margin-top:10px}
#dsidx.dsidx-details #dsidx-header #dsidx-media-td{padding-bottom:10px}
#dsidx.dsidx-details #dsidx-primary-data tr th{text-align:right}
#dsidx.dsidx-details #dsidx-primary-data tr#dsidx-price td{font-size:18px}
#dsidx.dsidx-details #dsidx-description{background:#fff;border:0;padding:10px;margin-bottom:0}
#dsidx.dsidx-details #dsidx-description:before{content:none}
#dsidx.dsidx-details .dsidx-headerbar-green{border-color:#1ea69a;border-bottom:0;background:#1ea69a}
#dsidx.dsidx-details .dsidx-headerbar-green span.dsidx-header-title{color:#fff !important}
#dsidx.dsidx-details .dsidx-contact-form{border-color:#1ea69a}
#dsidx.dsidx-details .dsidx-contact-form table td,#dsidx.dsidx-details .dsidx-contact-form table th{vertical-align:middle;font-size:14px}
#dsidx.dsidx-details .dsidx-contact-form table input.dsidx-text{border:1px solid #ededed;height:35px;padding:5px 10px}
#dsidx.dsidx-details .dsidx-contact-form table .dsidx-contact-form-comments{border:1px solid #ededed;padding:5px 10px}
#dsidx.dsidx-details .dsidx-contact-form table .dsidx-contact-form-schedule-yesno{margin-right:7px}
#dsidx.dsidx-details .dsidx-contact-form table .select2-container{width:22%}
#dsidx.dsidx-details #dsidx-contact-disclaimer{margin-bottom:10px}
#dsidx-similar-listings{width:100%;padding:0 !important}
#dsidx-similar-listings .dsidx-result{float:left;width:33.3%;min-height:126px}
#dsidx-similar-listings .dsidx-result:nth-child(3n+1){clear:left}
.dsidx-ui-widget.dsidx-dialog .ui-dialog-titlebar{background-color:#1ea69a !important}
.dsidx-ui-widget.dsidx-dialog .ui-dialog-titlebar .ui-icon-closethick{background-position:-97px -128px}
.dsidx-ui-widget.dsidx-dialog form input.text,.dsidx-ui-widget.dsidx-dialog form select{width:100%;height:30px;padding:5px 10px;border-color:#dedede;-webkit-box-shadow:none;box-shadow:none}
.dsidx-ui-widget.dsidx-dialog form input.checkbox{vertical-align:0}
#dsidx-profile-header .dsidx-profile-button.Drop.Selected .Shim{border-color:#dedede}
#dsidx-profile-personal-info.dsidx-profile-item{border-color:#dedede;-webkit-box-shadow:0 1px 5px -4px #000;box-shadow:0 1px 5px -4px #000}
#dsidx-profile-personal-info.dsidx-profile-item table,#dsidx-profile-personal-info.dsidx-profile-item td,#dsidx-profile-personal-info.dsidx-profile-item tr{border:0}
#dsidx-profile-personal-info.dsidx-profile-item label{text-align:left}
#dsidx-profile-personal-info.dsidx-profile-item input.text,#dsidx-profile-personal-info.dsidx-profile-item select{-webkit-box-shadow:none;box-shadow:none;border:1px solid #dedede;height:30px;padding:5px 10px;width:100%;border-radius:0;outline:0}
#dsidx-profile-searches{border-color:#dedede;-webkit-box-shadow:0 1px 5px -4px #000;box-shadow:0 1px 5px -4px #000}
#dsidx-profile-searches input.dsidx-search-title-input{background:#fff;border:1px solid #e1dfdf}
#dsidx-profile-searches .dsidx-search-alerts label{vertical-align:middle}
#dsidx-profile-listings{border-color:#dedede;-webkit-box-shadow:0 1px 5px -4px #000;box-shadow:0 1px 5px -4px #000}
#dsidx-profile-listings ul.dsidx-tabs li.dsidx-tab{height:27px !important}
#dsidx-profile-listings ul.dsidx-tabs li.dsidx-tab span{font-size:13px}
#dsidx-profile-listings .dsidx-profile-item-inner ul{padding:0}
#dsidx-profile-listings .dsidx-price.dsidx-result-line-small{padding:5px}
#dsidx-profile-listings .dsidx-secondary-data span{font-weight:400}
#dsidx-savesearch #dsidx-savesearch-updates+label{display:inline-block}
ol.dsidx-results li.dsidx-prop-summary{border:1px solid #e6e6e6;padding:15px}
ol.dsidx-results li.dsidx-prop-summary .dsidx-prop-title{background-color:#1ea69a;padding:8px 18px;float:right;width:65%;margin-bottom:0 !important}
ol.dsidx-results li.dsidx-prop-summary .dsidx-prop-title a,ol.dsidx-results li.dsidx-prop-summary .dsidx-prop-title b{font-weight:500;text-transform:capitalize;font-size:18px;color:#fff}
ol.dsidx-results li.dsidx-prop-summary .dsidx-prop-title a:hover{text-decoration:underline}
ol.dsidx-results li.dsidx-prop-summary .dsidx-prop-title+div{width:35% !important;height:auto !important;min-height:0 !important}
ol.dsidx-results li.dsidx-prop-summary .dsidx-prop-title+div img{width:100% !important;max-width:100% !important;height:auto !important;border:0 !important}
ol.dsidx-results li.dsidx-prop-summary .dsidx-prop-features{float:right;width:65%;padding:5px}
ol.dsidx-results li.dsidx-prop-summary .dsidx-prop-features>div{float:left;width:45%;padding:10px;font-size:15px}
ol.dsidx-results li.dsidx-prop-summary .dsidx-prop-features>div:before{display:inline-block;content:"\f054";font:normal normal normal 14px/1 FontAwesome;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0);margin-right:5px;font-size:10px;vertical-align:1px;color:#1ea69a}
body.home ol.dsidx-results{*zoom:1}
body.home ol.dsidx-results:after,body.home ol.dsidx-results:before{display:table;content:"";line-height:0}
body.home ol.dsidx-results:after{clear:both}
body.home ol.dsidx-results li.dsidx-prop-summary{background-color:#fff;float:left;width:49.3%}
body.home ol.dsidx-results li.dsidx-prop-summary:nth-child(2n){margin-left:15px}
body.home ol.dsidx-results li.dsidx-prop-summary:nth-child(2n+1){clear:left}
body.home ol.dsidx-results li.dsidx-prop-summary .dsidx-prop-title{width:55%}
body.home ol.dsidx-results li.dsidx-prop-summary .dsidx-prop-title b{line-height:0}
body.home ol.dsidx-results li.dsidx-prop-summary .dsidx-prop-title+div{width:45% !important}
body.home ol.dsidx-results li.dsidx-prop-summary .dsidx-prop-features{width:55%}
body.home ol.dsidx-results li.dsidx-prop-summary .dsidx-prop-features>div{padding:5px 10px}
.dsidx-resp-search-box.dsidx-inline-form label{margin-bottom:5px}
.dsidx-resp-search-box.dsidx-inline-form input[type=text]{border:1px solid #e6e6e6;height:36px;padding:5px 8px}
.dsidx-resp-search-box.dsidx-inline-form input[type=submit]{background:#1ea69a;color:#fff;height:36px;padding:5px 8px;cursor:pointer}
.dsidx-resp-search-box.dsidx-inline-form input[type=submit]:hover{background:#ea723d}
.dsidx-resp-search-box.dsidx-inline-form.dsidx-resp-vertical .dsidx-resp-area{margin-bottom:15px}
.dsidx-resp-search-box.dsidx-inline-form.dsidx-resp-vertical .dsidx-resp-area input[type=text]{margin-bottom:0}
.dsidx-resp-search-box.dsidx-inline-form.dsidx-resp-vertical .dsidx-resp-area input[type=submit]{width:100%}
.dsidx-widget-guided-search .dsidx-resp-search-box,.dsidx-widget-quick-search .dsidx-resp-search-box{background:#fff;padding:20px}
.dsidx-widget-guided-search form label,.dsidx-widget-quick-search form label{margin-bottom:5px;margin-top:5px}
.dsidx-widget-guided-search form label.dsidx-resp-location,.dsidx-widget-quick-search form label.dsidx-resp-location{margin-top:0}
.dsidx-widget-guided-search form .select2-container,.dsidx-widget-quick-search form .select2-container{margin-bottom:10px}
.dsidx-widget-guided-search form .select2-container:focus,.dsidx-widget-quick-search form .select2-container:focus{outline:0}
.dsidx-widget-guided-search form .select2-container .select2-container--default .select2-selection--single,.dsidx-widget-quick-search form .select2-container .select2-container--default .select2-selection--single{border-color:#e6e6e6}
.dsidx-widget-guided-search form input[type=text],.dsidx-widget-quick-search form input[type=text]{background:#fff;border:1px solid #e6e6e6;height:36px;padding:5px 8px}
.dsidx-widget-guided-search form input[type=submit],.dsidx-widget-quick-search form input[type=submit]{background:#1ea69a;color:#fff;width:100% !important;padding:10px;margin-top:10px;cursor:pointer}
.dsidx-widget-guided-search form input[type=submit]:hover,.dsidx-widget-quick-search form input[type=submit]:hover{background:#ea723d}
.dsidx-widget-guided-search .dsidx-resp-horizontal form label,.dsidx-widget-quick-search .dsidx-resp-horizontal form label{margin-top:0}
.dsidx-widget-guided-search .dsidx-resp-horizontal form input[type=submit],.dsidx-widget-quick-search .dsidx-resp-horizontal form input[type=submit]{margin-top:0}
.dsidx-results-widget .dsidx-expanded .featured-listing{background:#fff;padding-top:0;margin-bottom:20px !important}
.dsidx-results-widget .dsidx-expanded .featured-listing .dsidx-photo{width:100%;position:static;margin:0 0 15px}
.dsidx-results-widget .dsidx-expanded .featured-listing .dsidx-photo img{max-width:100% !important;width:100%;border:0}
.dsidx-results-widget .dsidx-expanded .featured-listing>h4{margin-left:0 !important;clear:both;padding:0 20px}
.dsidx-results-widget .dsidx-expanded .featured-listing>h4 a{color:#1a1a1a;font-size:18px !important}
.dsidx-results-widget .dsidx-expanded .featured-listing>h4 a:hover{color:#ea723d}
.dsidx-results-widget .dsidx-expanded .featured-listing ul{margin-left:0 !important;padding:0 20px}
.dsidx-results-widget .dsidx-expanded .featured-listing ul li{padding:10px 0;font-size:13px !important;display:block;border-bottom:1px solid #e6e6e6}
.dsidx-results-widget .dsidx-expanded .featured-listing ul li:before{display:inline-block;content:"\f054";font:normal normal normal 14px/1 FontAwesome;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0);margin-right:5px;font-size:10px;vertical-align:1px;color:#1ea69a}
.dsidx-results-widget .dsidx-expanded .featured-listing ul:last-child{padding-bottom:10px}
.dsidx-results-widget .dsidx-expanded .featured-listing ul:last-child li:last-child{border-bottom:0}
.dsidx-results-widget .dsidx-results-widget-map-details{height:auto !important}
.dsidx-results-widget .dsidx-results-widget-map-details .featured-listing{background:#fff;padding:0 !important;border:1px solid #dedede !important;margin-top:10px !important;display:none !important}
.dsidx-results-widget .dsidx-results-widget-map-details .featured-listing:first-child{display:block !important}
.dsidx-results-widget .dsidx-results-widget-map-details .featured-listing .dsidx-photo{width:100%;position:static;margin-bottom:20px}
.dsidx-results-widget .dsidx-results-widget-map-details .featured-listing .dsidx-photo img{max-width:100% !important;width:100%;border:0}
.dsidx-results-widget .dsidx-results-widget-map-details .featured-listing>h4{margin-left:0 !important;clear:both;padding:0 20px}
.dsidx-results-widget .dsidx-results-widget-map-details .featured-listing>h4 a{color:#1a1a1a;font-size:18px !important}
.dsidx-results-widget .dsidx-results-widget-map-details .featured-listing>h4 a:hover{color:#ea723d}
.dsidx-results-widget .dsidx-results-widget-map-details .featured-listing ul{margin-left:0 !important;padding:0 20px}
.dsidx-results-widget .dsidx-results-widget-map-details .featured-listing ul li{padding:10px 0;font-size:13px !important;display:block;border-bottom:1px solid #e6e6e6}
.dsidx-results-widget .dsidx-results-widget-map-details .featured-listing ul li:before{display:inline-block;content:"\f054";font:normal normal normal 14px/1 FontAwesome;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0);margin-right:5px;font-size:10px;vertical-align:1px;color:#1ea69a}
.dsidx-results-widget .dsidx-results-widget-map-details .featured-listing ul:last-child{padding-bottom:10px}
.dsidx-results-widget .dsidx-results-widget-map-details .featured-listing ul:last-child li:last-child{border-bottom:0}
.dsidx-results-widget .dsidx-slideshow{background:#fff}
.dsidx-results-widget .dsidx-slideshow .dsidx-photo{margin-left:7px;border:0}
.dsidx-results-widget .dsidx-slideshow .dsidx-slideshow-control{text-transform:capitalize;height:25px;line-height:22px;background:#1ea69a;color:#fff !important}
.dsidx-results-widget .dsidx-slideshow .dsidx-slideshow-control:hover{background:#ea723d}
.dsidx-results-widget .dsidx-slideshow h4,.dsidx-results-widget .dsidx-slideshow ul{margin-left:110px !important}
.dsidx-results-widget .dsidx-slideshow h4 a{font-weight:500}
.dsidx-results-widget .dsidx-controls{display:none}
.dsidx-widget-single-listing{width:100%}
.dsidx-widget-single-listing .dsidx-widget-single-listing-photo{width:100% !important;height:auto !important}
.dsidx-widget-single-listing .dsidx-widget-single-listing-photo img{width:100%;height:auto}
.dsidx-widget-single-listing .dsidx-widget-single-listing-meta .dsidx-widget-single-listing-photo-count{top:60%;margin-top:0}
.dsidx-resp-search-box .select2-container{width:100%}
.dsidx-resp-search-box .select2-selection--single{border-radius:0;border-color:#e6e6e6;height:36px}
.dsidx-resp-search-box .select2-selection--single .select2-selection__rendered{height:36px;line-height:36px}
.dsidx-resp-search-box .select2-selection--single .select2-selection__arrow{height:36px;right:5px}
#home-idx-search.dsidx-widget-guided-search{position:relative;z-index:10}
#home-idx-search.dsidx-widget-guided-search .home-widget-label{display:none}
#home-idx-search.dsidx-widget-guided-search .dsidx-resp-search-box{padding-bottom:10px}
#home-idx-search.dsidx-widget-guided-search .dsidx-resp-search-box .select2-container{font-size:1.5rem}
#home-idx-search.dsidx-widget-guided-search .dsidx-resp-search-box .dsidx-resp-search-form{margin-left:-10px}
#home-idx-search.dsidx-widget-guided-search .dsidx-resp-search-box .dsidx-resp-area{float:left !important;width:18.5% !important;margin-left:15px}
#home-idx-search.dsidx-widget-guided-search .dsidx-resp-search-box .dsidx-resp-area.dsidx-resp-area-half.dsidx-resp-area-left,#home-idx-search.dsidx-widget-guided-search .dsidx-resp-search-box .dsidx-resp-area.dsidx-resp-area-half.dsidx-resp-area-right,#home-idx-search.dsidx-widget-guided-search .dsidx-resp-search-box .dsidx-resp-vertical .dsidx-resp-area.dsidx-resp-area-half.dsidx-resp-area-left{padding:0 !important}
#home-idx-search.dsidx-widget-guided-search .dsidx-resp-search-box input[type=submit]{margin-top:26px}
@media screen{[hidden~=screen]{display:inherit}
[hidden~=screen]:not(:active):not(:focus):not(:target){clip:rect(0 0 0 0) !important;position:absolute !important}
}@media(min-width:320px){.rh_agent_form .rh_agent_form__row,a,p{font-size:1.4rem}
.rh_wrap--padding{padding:0 2rem}
.rh_wrap--topPadding{padding-top:2rem}
.rh_header .rh_header__wrap{padding:2rem}
.rh_menu .main-menu{-webkit-box-ordinal-group:3;-webkit-order:2;-ms-flex-order:2;order:2}
.rh_menu .rh_menu__hamburger{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;padding:1.2rem 0 1.2rem 1.5rem}
ul.rh_menu__main{display:none}
.rh_menu__user{-webkit-box-ordinal-group:2;-webkit-order:1;-ms-flex-order:1;order:1}
.rh_menu__user .rh_menu__user_phone{display:none;padding:0 0 0 1rem}
.rh_menu__user .rh_menu__user_phone .contact-number{margin:0 0 0 1rem}
.rh_menu__user .rh_menu__user_profile{padding:0 0 0 1rem}
.rh_menu__user .rh_menu__user_submit a{display:inline-block;padding:.3rem 1rem}
.rh_modal{width:225px}
.rh_prop_search--page{padding-bottom:2rem}
.rh_prop_search__form{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-top:0}
.rh_prop_search__form .rh_prop_search__fields{width:100%}
.rh_prop_search__form .rh_prop_search__fields .rh_prop_search__wrap{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;border-bottom:0}
.rh_prop_search__form .rh_prop_search__fields .rh_prop_search__wrap .select2-container--default .select2-selection--single{padding:0 1.5rem}
.rh_prop_search__form .rh_prop_search__fields .rh_prop_search__dropdown{height:0;opacity:0;visibility:hidden;-webkit-transform:translateY(-5rem);-ms-transform:translateY(-5rem);transform:translateY(-5rem);position:relative;top:0;z-index:1}
.rh_prop_search__form .rh_prop_search__fields .rh_prop_search__dropdown .select2-container--default .select2-selection--single{padding:0 1.5rem}
.rh_prop_search__form .rh_prop_search__fields .rh_prop_search__ddActive{height:auto;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);visibility:visible;opacity:1}
.rh_prop_search__form .rh_prop_search__fields .rh_prop_search__option:nth-last-child(1){border-right:1px solid rgba(128,128,128,.2)}
.rh_prop_search__form .rh_prop_search__fields .rh_prop_search__option{width:100%;padding:1.5rem 0;border-bottom:1px solid rgba(128,128,128,.2)}
.rh_prop_search__form .rh_prop_search__fields .rh_prop_search__option label{padding:0 1.5rem;margin-bottom:.3rem}
.rh_prop_search__form .rh_prop_search__fields .rh_prop_search__option input{padding:0 1.5rem}
.rh_prop_search__form .rh_prop_search__fields .rh_prop_search__select{padding:0}
.rh_prop_search__form .rh_prop_search__fields .rh_prop_search__select label{padding:1.5rem 1.5rem .3rem;margin-bottom:0}
.rh_prop_search__form .rh_prop_search__fields .rh_prop_search__select .rh_prop_search__selectwrap{padding:0 0 1.5rem 0}
.rh_prop_search__form .rh_prop_search__buttons{width:100%}
.rh_prop_search__form .rh_prop_search__buttons .rh_prop_search__advance{width:35%}
.rh_prop_search__form .rh_prop_search__buttons .rh_prop_search__advance a{padding:2.2rem 0}
.rh_prop_search__form .rh_prop_search__buttons .rh_prop_search__searchBtn{width:100%}
.rh_prop_search__form .rh_prop_search__buttons .rh_prop_search__searchBtn .rh_btn__prop_search{padding:2.5rem 0}
.rh_banner .rh_banner__wrap{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;padding:0 2rem 2rem}
.rh_banner__default{height:17rem}
.rh_form{padding:2rem 1.5rem;margin-bottom:2rem;margin-top:1.5rem}
.rh_form__login_wrap{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}
.rh_form__login_wrap .rh_form__login{width:100%}
.rh_form__login_wrap .rh_form__register{width:100%}
.commentlist article .comment-detail-wrap .rh_form__login_wrap .comment-body,.rh_form__login_wrap .commentlist article .comment-detail-wrap .comment-body,.rh_form__login_wrap .rh_content{padding:0 .5rem 2rem}
.rh_form__item{padding:0 .5rem 2rem}
.rh_form__item #drag-and-drop{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}
.rh_form__item #drag-and-drop div{margin:1rem 0}
.rh_form__item .field-description .note{width:13rem}
.rh_form__item .address-wrapper{padding:2rem}
.rh_form__item .address-wrapper #address-error{float:right;width:40%}
.rh_form__item .map-wrapper{padding:0 1rem 0 0}
.rh_form__item #inspiry-additional-details-container .inspiry-detail{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}
.rh_form__item #inspiry-additional-details-container .inspiry-detail .inspiry-detail-title{margin:.5rem 0;width:100%}
.rh_form__item #inspiry-additional-details-container .inspiry-detail .inspiry-detail-value{margin:.5rem 0;width:100%}
.rh_form__item .inspiry-details-wrapper .inspiry-detail{display:block;margin:0 auto}
.rh_form__item .features-checkboxes li{width:100%}
.rh_form--3-column{width:100%}
.rh_form--2-column{width:100%}
.rh_form__user_profile{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}
.rh_checkbox__featured label{padding:0 0 0 3rem}
.rh_checkbox__featured label .rh_checkbox__title{margin-left:1rem;padding:0}
.rh_agent_options{margin-bottom:2rem}
.rh_agent_options .rh_agent_options__wrap{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}
.rh_agent_options .rh_agent_options__wrap span.select2{margin-left:0;width:100%}
.rh_pagination{margin:1rem 0}
.rh_pagination__pages-nav{padding:0 0 3rem 0}
.row-fluid{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}
.row-fluid .span3{-webkit-box-flex:1;-webkit-flex:1 1 100%;-ms-flex:1 1 100%;flex:1 1 100%;width:100%}
.row-fluid .span6{-webkit-box-flex:1;-webkit-flex:1 1 100%;-ms-flex:1 1 100%;flex:1 1 100%;width:100%}
.row-fluid .span4{-webkit-box-flex:1;-webkit-flex:1 1 100%;-ms-flex:1 1 100%;flex:1 1 100%;width:100%}
.row-fluid .span2{-webkit-box-flex:1;-webkit-flex:1 1 100%;-ms-flex:1 1 100%;flex:1 1 100%;width:100%}
[data-tooltip]:hover::after,[data-tooltip]:hover::before{display:none}
.rh_map__search #map-head{margin-top:2rem}
.rh_gallery--3-columns{width:100%}
.rh_gallery--2-columns{width:100%}
.rh_gallery--4-columns{width:100%}
.rh_slider .flexslider:hover .flex-direction-nav .flex-prev{left:25px}
.rh_slider .flexslider:hover .flex-direction-nav .flex-next{right:25px}
.rh_slider .flexslider .flex-direction-nav .flex-prev{display:none;left:25px}
.rh_slider .flexslider .flex-direction-nav .flex-next{display:none;right:25px}
.rh_slider .flexslider ul.slides .slide{height:40rem}
.rh_slider .flexslider ul.slides a.read-more{display:none}
.rh_slide__desc .rh_slide__desc_wrap{display:none;padding:3rem;bottom:10rem;right:10rem}
.rh_agent_form .rh_slide__desc .rh_agent_form__row,.rh_slide__desc .rh_agent_form .rh_agent_form__row,.rh_slide__desc p{display:none}
.rh_slide__desc .rh_slide__meta_wrap{display:none}
.rh_slide__desc .rh_slide_prop_price{display:none}
.rh_section__properties{padding:0 .5rem}
.rh_section--flex{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}
.rh_section--props_padding{padding:3rem 0 0}
.rh_section--props_padding.diagonal-border:after{border-left-width:0;border-bottom-width:0}
.rh_section--props_padding .rh_section__head{padding:0 2rem 3rem}
.rh_section--top_padding{padding-top:2rem}
.rh_section--featured{padding:3rem 0 1.5rem}
.rh_section--featured.diagonal-border:before{border-left-width:0;border-bottom-width:0}
.rh_section--featured.diagonal-border:after{border-left-width:0;border-bottom-width:0}
.rh_section--featured .rh_section__head{padding:0 2rem 3rem}
.rh_section__map_listing{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-top:2rem}
.rh_section__left_sidebar .rh_page__sidebar{-webkit-box-ordinal-group:3;-webkit-order:2;-ms-flex-order:2;order:2;margin:0 auto}
.rh_section__left_sidebar .rh_page__main{-webkit-box-ordinal-group:2;-webkit-order:1;-ms-flex-order:1;order:1}
.rh_prop_card{width:100%}
.rh_prop_card .rh_prop_card__featured{max-width:30rem}
.rh_prop_card .rh_prop_card__child_property{-webkit-box-shadow:none;box-shadow:none}
.rh_prop_card .rh_prop_card__details{padding:2rem}
.rh_prop_card .rh_prop_card__details .rh_prop_card__meta{padding:0 1rem 1rem 0}
.rh_section__featured{max-width:100%;padding:0 2rem 3rem}
.rh_section__featured .rh_flexslider__nav a{display:none}
.rh_section__featured .rh_flexslider__prev{left:-2rem}
.rh_section__featured .rh_flexslider__next{right:-2rem}
.rh_section__featured .rh_prop_card__thumbnail img{min-height:300px}
.rh_prop_card--block{width:100%;margin:2rem 0}
.rh_prop_card--listing{width:100%;max-width:40rem;margin:0 auto;margin-top:1.3rem;padding:0 1.5rem 2rem 1.5rem}
.rh_prop_card--similar{width:100%;padding:0 2rem 2rem}
.rh_section__testimonial{padding:5rem 2rem}
.rh_section__testimonial.diagonal-border:before{border-left-width:0;border-bottom-width:0}
.rh_section__testimonial.diagonal-border:after{border-right-width:0;border-top-width:0}
.rh_testimonial .rh_testimonial__quote{font-size:2.2rem;margin-bottom:2rem}
.rh_testimonial .rh_testimonial__author{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}
.rh_testimonial .rh_testimonial__author .rh_testimonial__author_name{font-size:2rem;padding:0 0 1rem 0}
.rh_testimonial__quote_bg{display:none}
.rh_section__cta.diagonal-border:after{border-right-width:0;border-top-width:0}
.rh_cta{top:0;height:100%}
.rh_cta__wrap .rh_cta__quote{font-size:2.2rem}
.rh_cta__wrap .rh_cta__btns{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}
.rh_cta__wrap .rh_cta__btns a{margin:0 0 1rem 0}
.rh_cta--featured .rh_cta__wrap{padding:5rem 2rem}
.rh_cta--contact .rh_cta__wrap{padding:5rem 2rem}
.rh_cta--contact .rh_cta__btns a{margin:0 0 1rem 0}
.rh_section__agents{padding:3rem 0 0}
.rh_section__agents.diagonal-border:before{border-right-width:0;border-top-width:0}
.rh_section__agents.diagonal-border:after{border-left-width:0;border-bottom-width:0}
.rh_section__agents .rh_section__head{padding:0 2rem 2rem}
.rh_section__agents_wrap{padding:1rem .5rem 0}
.rh_agent{margin:3rem 0;width:100%}
.rh_agent .rh_agent__wrap:hover .rh_agent__details .rh_agent__arrow{display:none}
.rh_section__features{padding:2rem 0 0}
.rh_section__features.diagonal-border:before{border-right-width:0;border-top-width:0}
.rh_section__features.diagonal-border:after{border-left-width:0;border-bottom-width:0}
.rh_section__features .rh_section__head{padding:0 2rem 0}
.rh_section__features_wrap{padding:2rem 2rem 0}
.rh_feature{width:100%;padding:0 0 3rem}
.rh_feature .rh_feature__desc{padding:0}
.rh_section__partners{padding:2rem 0 0}
.rh_section__partners.diagonal-border:before{border-right-width:0;border-top-width:0}
.rh_section__partners.diagonal-border:after{border-left-width:0;border-bottom-width:0}
.rh_section__partners .rh_section__head{padding:0 2rem 3rem}
.rh_section__partners_wrap{padding:0 2rem 2rem}
.rh_partner{width:100%;padding:0 1rem 2rem}
.rh_section__content{padding:3rem 0 0 0}
.commentlist article .comment-detail-wrap .rh_section__content .comment-body,.rh_section__content .commentlist article .comment-detail-wrap .comment-body,.rh_section__content .rh_content{padding:0 2rem 0 2rem}
.rh_section--content_padding{padding-bottom:1rem}
.rh_section--content_padding:after{border-left-width:0;border-bottom-width:0}
.rh_footer{padding:5rem 0 3rem}
.rh_footer.diagonal-border:before{border-right-width:0;border-top-width:0}
.rh_footer .rh_footer__wrap{padding:0 2rem 0}
.rh_footer .rh_footer__wrap .copyrights{padding:0 0 2rem 0}
.rh_footer .rh_footer__wrap .copyrights .separator{margin:0 .5rem}
.rh_footer .rh_footer__wrap .designed-by{padding:0 0 2rem 0}
.rh_footer .rh_footer--paddingBottom{padding-bottom:2rem}
.rh_footer .rh_footer__logo{width:100%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;padding:0 0 3rem 0}
.rh_footer .rh_footer__logo img{margin-bottom:1rem;margin-right:0}
.rh_footer .rh_footer__social{width:100%;text-align:center;padding:0}
.rh_footer .rh_footer__social a{margin:0 1.5rem;margin-bottom:1.5rem}
.rh_footer__before_fix{padding:5rem 0 3rem}
.rh_footer__before_fix:before{top:-180px}
.separator{display:none}
.rh_footer__widgets{width:100%;padding:0}
.rh_contact_widget{margin-bottom:2rem}
.rh_contact_widget .rh_contact_widget__item .icon{padding:0 1.5rem 0 0}
.rh_widgets .widget_nav_menu .menu-item{width:100%}
.rh_page{padding:0}
.rh_page__listing_page{padding:0 0 2rem 0}
.rh_page__main{width:100%;padding-right:0}
.rh_page__sidebar{width:100%;max-width:35rem}
.rh_page__head{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;padding:0 0 1rem 0}
.rh_page__head .rh_page__title{padding:0 0 1rem 0}
.rh_page__head .rh_page__title_pad{padding:0 0 2rem 0}
.rh_page__head .rh_page__gallery_filters{padding:0 0 3rem 0}
.rh_page__head .rh_page__nav{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;padding:0 0 1rem 0}
.rh_page__head .rh_page__controls{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;padding:0 0 1rem 0}
.rh_view_type a{margin:2rem 3rem 0 0}
.rh_page__listing_map{width:100%;height:50rem;padding:0}
.rh_page__map_properties{width:100%;padding:2rem 2rem 3rem 2rem;margin:0 auto;max-width:400px}
.rh_page__map_properties .rh_list_card{max-width:40rem}
.rh_page--agents_listing{padding:0}
.rh_page__agents{padding:0}
.rh_page__agents .rh_page__content{margin-top:1rem;margin-bottom:5.5rem}
.rh_page__property{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;padding:0 0 2rem 0}
.rh_page__property .rh_page__property_title{text-align:center}
.rh_page__property .rh_page__property_title .rh_page__title{margin-bottom:0}
.rh_page__property .rh_page__property_price{text-align:center;padding:2rem 0 0 0;border-left:0}
.rh_alert__404{margin:0 0 2rem 0}
.rh_page__contact .rh_blog{padding:0}
.rh_page__contact .entry-content{padding:2rem 2.5rem 0;margin:0}
#user-profile-img{margin-top:-3.5rem;margin-right:0;margin-bottom:2rem}
.profile-img-controls{text-align:center}
.profile-img-controls a{margin-right:0;margin-bottom:1.5rem}
.profile-img-controls .field-description{padding:.5rem 0 0 0}
.rh_list_card{max-width:35rem}
.rh_list_card__wrap{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;min-height:15rem}
.rh_list_card__wrap .rh_list_card__thumbnail{width:100%;height:20rem}
.rh_list_card__wrap .rh_list_card__details_wrap{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;width:100%;padding:2rem}
.rh_list_card__wrap .rh_list_card__details_wrap .rh_list_card__meta_wrap{-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}
.rh_list_card__wrap .rh_list_card__details{width:100%;padding:0;border-right:0;border-bottom:1px solid rgba(128,128,128,.2)}
.rh_list_card__wrap .rh_list_card__map_thumbnail{width:100%;height:20rem}
.rh_list_card__wrap .rh_list_card__map_wrap{width:100%;padding:2rem}
.rh_list_card__wrap .rh_list_card__map_wrap .rh_list_card__meta_wrap{-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}
.rh_list_card__wrap .rh_list_card__priceLabel{width:100%;padding:2rem 0 0 0}
.rh_list_card__meta{margin-right:2rem}
.rh_agent_card{margin-top:4.5rem;padding:0 0 1rem 0}
.rh_agent_card__wrap .rh_agent_card__head{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}
.rh_agent_card__wrap .rh_agent_card__head .rh_agent_card__dp{width:50%;text-align:center}
.rh_agent_card__wrap .rh_agent_card__head .rh_agent_card__name{width:100%;margin-left:0;margin-top:2rem;text-align:center}
.rh_agent_card__wrap .rh_agent_card__head .rh_agent_card__listings{width:100%;padding:2rem 0 0 0;text-align:center;border-left:0}
.rh_agent_card__wrap .rh_agent_card__details .content{margin-bottom:2rem}
.rh_agent_card__wrap .rh_agent_card__details .rh_agent_card__contact{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}
.rh_agent_card__wrap .rh_agent_card__details .rh_agent_card__contact .rh_agent_card__link{margin-top:1rem}
.rh_agent_profile{margin-bottom:1rem}
.rh_agent_profile__wrap{padding:2rem}
.rh_agent_profile__wrap .rh_agent_profile__head{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin-bottom:2rem}
.rh_agent_profile__wrap .rh_agent_profile__head .rh_agent_profile__dp{width:60%;text-align:center}
.rh_agent_profile__wrap .rh_agent_profile__head .rh_agent_profile__details{width:100%;padding:2rem 0 0;text-align:center}
.rh_agent_profile__wrap .rh_agent_profile__head .rh_agent_profile__details .rh_agent_profile__name{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;margin-bottom:1rem}
.rh_agent_profile__wrap .rh_agent_profile__head .rh_agent_profile__details .name{width:100%;margin-bottom:.5rem}
.rh_agent_profile__wrap .rh_agent_profile__head .rh_agent_profile__details .rh_agent_profile__contact{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}
.rh_agent_profile__wrap .rh_agent_profile__head .rh_agent_profile__details .detail{padding:0;margin:0 .5rem 1rem}
.rh_agent_profile__wrap .rh_agent_profile__head .rh_agent_profile__social{width:80%}
.rh_agent_form form{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}
.rh_agent_form .rh_agent_form__text{width:100%}
.rh_property .rh_property__row{margin-bottom:2rem;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}
.rh_property .rh_property__wrap{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}
.rh_property .rh_property--borderBottom{padding:0 0 2rem 0}
.rh_property .rh_property__main{width:100%;margin-right:0}
.rh_property .rh_property__content{padding:2rem;margin-bottom:2rem}
.rh_property .rh_property__sidebar{width:100%;margin-top:4rem}
.rh_property--padding{padding:2rem 0 0 0}
#property-detail-flexslider .flexslider ul.flex-direction-nav a.flex-prev{margin-top:-25px;width:30px;height:50px;left:0}
#property-detail-flexslider .flexslider ul.flex-direction-nav a.flex-prev:before{width:30px;height:50px}
#property-detail-flexslider .flexslider ul.flex-direction-nav a.flex-next{margin-top:-25px;width:30px;height:50px;right:0}
#property-detail-flexslider .flexslider ul.flex-direction-nav a.flex-next:before{width:30px;height:50px}
.rh_property__print a{margin:2rem 2rem 0 0}
.rh_property__print .share-this.sharer-0{top:3.5rem}
.rh_property__print .share-this.sharer-0 .social.networks-5.center{margin-left:-125px}
.rh_property__print .favorite-placeholder{margin:2rem 2rem 0 0}
.rh_property__meta_wrap .rh_property__meta{margin-bottom:2rem}
.rh_property__additional li{padding:.7rem 1rem}
.rh_property__features_wrap .rh_property__features{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}
.rh_property__features_wrap .rh_property__feature:before{width:15px;height:15px}
.rh_property__attachments_wrap .rh_property__attachments{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}
.floor-plans-accordions .floor-plan-title{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;padding:2rem 1rem}
.floor-plans-accordions .floor-plan-title .title{margin-bottom:.5rem}
.floor-plans-accordions .floor-plan-title .floor-plan-meta .rh_agent_form .rh_agent_form__row,.floor-plans-accordions .floor-plan-title .floor-plan-meta p,.rh_agent_form .floor-plans-accordions .floor-plan-title .floor-plan-meta .rh_agent_form__row{margin:0 1.5rem .5rem 0}
.rh_property__child_slider{margin:0 -2rem}
.rh_property__child_properties{padding:0 0 2rem 0}
.rh_property__child_properties ul.flex-direction-nav a{top:13%}
.rh_property__child_properties ul.flex-direction-nav a.flex-prev{width:30px;height:50px}
.rh_property__child_properties ul.flex-direction-nav a.flex-prev:before{width:30px;height:50px}
.rh_property__child_properties ul.flex-direction-nav a.flex-next{width:30px;height:50px}
.rh_property__child_properties ul.flex-direction-nav a.flex-next:before{width:30px;height:50px}
.rh_property__agent_detail{padding:2rem 0 0 0}
.rh_property__agent_head{text-align:center}
.rh_property__agent_head figure{width:100%;padding:0 0 2rem 0}
.rh_property__agent_head .description{width:100%}
.rh_property__agent_head .contacts-list{width:100%;padding:2rem 0 0 0}
.rh_property__agent_head .contacts-list .contact{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}
.rh_property__comments #comments{padding:2.5rem}
.rh_property_agent img{margin-top:0;padding:3rem 0 1rem 0}
.multiple-agent{margin-top:0}
#comments{padding:0 2.5rem 0}
#comments .nopassword{padding:0 0 2.5rem 0}
.commentlist{margin:0 0 2.5rem 0}
.commentlist article{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}
.commentlist article .comment-detail-wrap{padding:2rem 0 0}
.commentlist article .comment-detail-wrap .comment-meta{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}
.commentlist article .comment-detail-wrap .author{margin-bottom:1rem}
.comment .children{margin-left:0}
.comment-respond{padding:0 0 2.5rem 0}
.comment-form .rh_agent_form .rh_agent_form__row,.comment-form p,.rh_agent_form .comment-form .rh_agent_form__row{padding:0 1.5rem 2rem 1.5rem}
.comment-form .comment-form-author,.comment-form .comment-form-email,.comment-form .comment-form-url{width:100%}
.comment-form .comment-form-author input,.comment-form .comment-form-email input,.comment-form .comment-form-url input{margin-bottom:.5rem}
.stars-avg-rating{margin-top:1rem}
.rh_properties{margin-bottom:2rem}
.rh_my-property{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;padding:2rem;margin-bottom:2rem}
.rh_my-property .rh_my-property__thumb{width:100%}
.rh_my-property .rh_my-property__title{width:100%;padding:2rem 0;text-align:center}
.rh_agent_form .rh_my-property .rh_my-property__title .rh_agent_form__row,.rh_my-property .rh_my-property__title .rh_agent_form .rh_agent_form__row,.rh_my-property .rh_my-property__title p{display:none;margin-top:1rem}
.rh_my-property .rh_my-property__btns{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}
.rh_my-property .rh_my-property__btns form{margin:1rem .5rem 0 .5rem}
.rh_my-property .rh_my-property__publish{width:100%;padding:0 0 2rem 0;text-align:center;border:0}
.rh_my-property .rh_my-property__publish .property-date{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}
.rh_my-property .rh_my-property__controls{width:100%}
.rh_membership{width:100%}
.rh_memberships__sidebar .details{padding:1rem 2.5rem}
.rh_blog__post .entry-header{margin:0;margin-top:0}
.rh_blog__post .entry-summary{padding:2rem 2.5rem 2.5rem 2.5rem}
.rh_blog__post .listing-slider .flex-control-nav{bottom:15px}
.entry-header-margin-fix{margin-top:0}
.entry-header-margin-fix:first-of-type{margin-top:0}
.entry-content{padding:2rem 2.5rem;margin:0}
.rh_prop_compare{padding:0 0 2rem 0}
.rh_prop_compare__row{overflow-x:scroll;white-space:nowrap}
.rh_prop_compare__row .rh_prop_compare__column{width:75%;float:none}
.rh_compare .rh_compare__carousel .rh_compare__slide{width:100%}
.rh_compare--map_variation .rh_compare__carousel .rh_compare__slide{width:100%}
.rh_contact{margin-bottom:2rem}
.rh_contact__wrap{padding:0 .5rem 2.5rem}
.rh_contact__form{width:100%}
.rh_contact__form .wpcf7-form .wpcf7-recaptcha{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;-webkit-transform:scale(.76);-ms-transform:scale(.76);transform:scale(.76)}
.rh_contact__details{width:100%;margin-top:0}
.rh_contact__map{margin-top:.5rem}
.list-container .rh_list_card{max-width:35rem}
.list-container .rh_list_card__wrap .rh_list_card__details{width:100%;padding:0;border-right:0}
.list-container .rh_list_card__wrap .rh_list_card__priceLabel{display:none}
.list-container .rh_list_card__wrap .rh_list_card__thumbnail{width:100%}
.list-container .rh_list_card__wrap .rh_list_card__details_wrap{width:100%}
.listing-layout .list-container{margin-left:0;margin-right:0}
#ihf-main-container .ihf-grid-result-price{margin:-10px -20px -20px}
#ihf-main-container .ihf-grid-result-container{padding:19px}
#ihf-main-container .ihf-grid-result-basic-info-item1{padding-right:.5rem}
#ihf-main-container .ihf-grid-result-basic-info-item2{padding-right:.5rem;padding-left:.5rem}
#ihf-main-container .ihf-grid-result-basic-info-item3{padding-left:.5rem}
#ihf-main-container .ihf-grid-result-photocount{font-size:1.4rem}
#ihf-main-container .ihf-grid-result-photocount .glyphicon{font-size:1.5rem}
#ihf-main-container .ihf-slider-col{width:100%;float:none}
#ihf-main-container .pagination{width:170%}
#ihf-main-container .ihf-gallery-slider-paging{width:100%}
#ihf-main-container .form-control{margin-bottom:10px}
#ihf-main-container .error{display:none !important}
#ihf-main-container .visible-xs label{display:none !important}
#ihf-main-container .chosen-container-single .chosen-single{margin-bottom:10px}
#ihf-main-container .save-listing-btn,#ihf-main-container .schedule-showing-btn{width:100%}
#ihf-main-container .info-req-btn{width:100%;margin:10px 0}
#ihf-main-container .property-main-detail-item{margin:5px 10px 5px 0;float:none}
#ihf-main-container .ihf-social-share{float:none !important;margin-top:5px}
#ihf-main-container .nav>li>a{padding:10px}
#ihf-main-container .ihf-detail-tab-content #ihf-detail-features-tab .row{margin-right:-2.5rem;margin-left:-2.5rem}
#ihf-main-container .ihf-detail-tab-content #ihf-detail-features-tab .title-bar-1{padding:1.5rem 2.5rem}
#ihf-main-container .ihf-detail-tab-content #ihf-detail-features-tab .listing-info-item{margin-right:1rem;margin-left:1rem}
#ihf-main-container .ihf-map-search-refine-link{display:none}
#ihf-main-container .ihf-map-results-count{font-size:1.4rem;margin:0 0 12px}
#ihf-main-container #ihf-refine-map-search-form #ihf-main-search-form-submit{width:50%}
#ihf-main-container #ihf-main-search-form-submit,#ihf-main-container #ihf-search-adv-submit,#ihf-main-container #ihf-search-profile-submit{margin-left:-23px;width:80px}
#ihf-main-container .ihf-results-photo{width:100%;margin-bottom:15px}
#ihf-main-container .btn-group-justified .btn{display:table;width:100%}
#ihf-main-container .btn-group-justified .btn+.btn{margin-left:0;margin-top:5px}
#areaPickerCustomListToggle{width:60px}
#areaPickerClearAll,#areaPickerExpandAllCloseButton{width:60px}
#areaPickerExpandAllCloseButton .badge{padding:0}
}@media(min-width:480px){.rh_agent_form .rh_agent_form__row,a,p{font-size:1.5rem}
.rh_wrap--padding{padding:0 3rem}
.rh_wrap--topPadding{padding-top:3rem}
.rh_header .rh_header__wrap{padding:2rem 3rem}
.rh_menu .main-menu{-webkit-box-ordinal-group:3;-webkit-order:2;-ms-flex-order:2;order:2}
.rh_menu .rh_menu__hamburger{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;padding:1.2rem 0 1.2rem 1.5rem}
ul.rh_menu__main{display:none}
.rh_menu__user{-webkit-box-ordinal-group:2;-webkit-order:1;-ms-flex-order:1;order:1}
.rh_menu__user .rh_menu__user_phone{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;padding:0 0 0 1rem}
.rh_menu__user .rh_menu__user_phone .contact-number{margin:0 0 0 1rem}
.rh_menu__user .rh_menu__user_profile{padding:0 0 0 1rem}
.rh_menu__user .rh_menu__user_submit a{display:inline-block;padding:.3rem 1rem}
.rh_modal{width:260px}
.rh_prop_search--page{padding-bottom:3rem}
.rh_prop_search__form{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-top:0}
.rh_prop_search__form .rh_prop_search__fields{width:100%}
.rh_prop_search__form .rh_prop_search__fields .rh_prop_search__wrap{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;border-bottom:0}
.rh_prop_search__form .rh_prop_search__fields .rh_prop_search__wrap .select2-container--default .select2-selection--single{padding:0 1.5rem}
.rh_prop_search__form .rh_prop_search__fields .rh_prop_search__dropdown .select2-container--default .select2-selection--single{padding:0 1.5rem}
.rh_prop_search__form .rh_prop_search__fields .rh_prop_search__ddActive{height:auto;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);visibility:visible;opacity:1}
.rh_prop_search__form .rh_prop_search__fields .rh_prop_search__option:nth-last-child(1){border-right:1px solid rgba(128,128,128,.2)}
.rh_prop_search__form .rh_prop_search__fields .rh_prop_search__option{width:50%;padding:1.5rem 0;border-bottom:1px solid rgba(128,128,128,.2)}
.rh_prop_search__form .rh_prop_search__fields .rh_prop_search__option label{padding:0 1.5rem;margin-bottom:.3rem}
.rh_prop_search__form .rh_prop_search__fields .rh_prop_search__option input{padding:0 1.5rem}
.rh_prop_search__form .rh_prop_search__fields .rh_prop_search__select{padding:0}
.rh_prop_search__form .rh_prop_search__fields .rh_prop_search__select label{padding:1.5rem 1.5rem .3rem;margin-bottom:0}
.rh_prop_search__form .rh_prop_search__fields .rh_prop_search__select .rh_prop_search__selectwrap{padding:0 0 1.5rem 0}
.rh_prop_search__form .rh_prop_search__buttons{width:100%}
.rh_prop_search__form .rh_prop_search__buttons .rh_prop_search__advance{width:25%}
.rh_prop_search__form .rh_prop_search__buttons .rh_prop_search__advance a{padding:2.5rem 0}
.rh_prop_search__form .rh_prop_search__buttons .rh_prop_search__searchBtn{width:100%}
.rh_prop_search__form .rh_prop_search__buttons .rh_prop_search__searchBtn .rh_btn__prop_search{padding:2.7rem 0}
.rh_banner .rh_banner__wrap{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;padding:0 3rem 3rem}
.rh_banner__default{height:17rem}
.rh_form{padding:3rem 1.5rem;margin-bottom:3rem;margin-top:1.5rem}
.rh_form__login_wrap{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}
.rh_form__login_wrap .rh_form__login{width:100%}
.rh_form__login_wrap .rh_form__register{width:100%}
.commentlist article .comment-detail-wrap .rh_form__login_wrap .comment-body,.rh_form__login_wrap .commentlist article .comment-detail-wrap .comment-body,.rh_form__login_wrap .rh_content{padding:0 1.5rem 2rem}
.rh_form__item{padding:0 1.5rem 3rem}
.rh_form__item #drag-and-drop{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}
.rh_form__item #drag-and-drop div{margin:1rem 0}
.rh_form__item .field-description .note{width:9rem}
.rh_form__item .address-wrapper{padding:2.3rem}
.rh_form__item .address-wrapper #address-error{float:right;width:50%}
.rh_form__item .map-wrapper{padding:0 3rem 0 0}
.rh_form__item #inspiry-additional-details-container .inspiry-detail{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}
.rh_form__item #inspiry-additional-details-container .inspiry-detail .inspiry-detail-title{margin:0 .5rem 0 1rem;width:initial}
.rh_form__item #inspiry-additional-details-container .inspiry-detail .inspiry-detail-value{margin:0 1rem 0 .5rem;width:initial}
.rh_form__item .inspiry-details-wrapper .inspiry-detail{display:inline-block;margin:0 3rem}
.rh_form__item .features-checkboxes li{width:100%}
.rh_form--3-column{width:100%}
.rh_form--2-column{width:100%}
.rh_form__user_profile{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}
.rh_checkbox__featured label{padding:0 0 0 3rem}
.rh_checkbox__featured label .rh_checkbox__title{margin-left:1rem;padding:.2rem 0}
.rh_agent_options{margin-bottom:3rem}
.rh_agent_options .rh_agent_options__wrap{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}
.rh_agent_options .rh_agent_options__wrap span.select2{margin-left:0;width:100%}
.rh_pagination{margin:2rem 0}
.rh_pagination__pages-nav{padding:0 0 4rem 0}
.row-fluid{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}
.row-fluid .span3{-webkit-box-flex:1;-webkit-flex:1 1 100%;-ms-flex:1 1 100%;flex:1 1 100%;width:100%}
.row-fluid .span6{-webkit-box-flex:1;-webkit-flex:1 1 100%;-ms-flex:1 1 100%;flex:1 1 100%;width:100%}
.row-fluid .span4{-webkit-box-flex:1;-webkit-flex:1 1 100%;-ms-flex:1 1 100%;flex:1 1 100%;width:100%}
.row-fluid .span2{-webkit-box-flex:1;-webkit-flex:1 1 100%;-ms-flex:1 1 100%;flex:1 1 100%;width:100%}
[data-tooltip]:hover::after,[data-tooltip]:hover::before{display:none}
.rh_map__search #map-head{margin-top:3rem}
.rh_gallery--3-columns{width:50%}
.rh_gallery--2-columns{width:50%}
.rh_gallery--4-columns{width:50%}
.rh_slider .flexslider:hover .flex-direction-nav .flex-prev{left:25px}
.rh_slider .flexslider:hover .flex-direction-nav .flex-next{right:25px}
.rh_slider .flexslider .flex-direction-nav .flex-prev{display:none;left:25px}
.rh_slider .flexslider .flex-direction-nav .flex-next{display:none;right:25px}
.rh_slider .flexslider ul.slides .slide{height:40rem}
.rh_slider .flexslider ul.slides a.read-more{display:none}
.rh_slide__desc .rh_slide__desc_wrap{display:none;padding:3rem;bottom:10rem;right:10rem}
.rh_agent_form .rh_slide__desc .rh_agent_form__row,.rh_slide__desc .rh_agent_form .rh_agent_form__row,.rh_slide__desc p{display:none}
.rh_slide__desc .rh_slide__meta_wrap{display:none}
.rh_slide__desc .rh_slide_prop_price{display:none}
.rh_section__properties{padding:0 1.5rem}
.rh_section--flex{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}
.rh_section--props_padding{padding:3rem 0 0}
.rh_section--props_padding.diagonal-border:after{border-left-width:0;border-bottom-width:0}
.rh_section--props_padding .rh_section__head{padding:0 3rem 3rem}
.rh_section--top_padding{padding-top:3rem}
.rh_section--featured{padding:3rem 0 0 0}
.rh_section--featured.diagonal-border:before{border-left-width:0;border-bottom-width:0}
.rh_section--featured.diagonal-border:after{border-left-width:0;border-bottom-width:0}
.rh_section--featured .rh_section__head{padding:0 3rem 3rem}
.rh_section__map_listing{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-top:3rem}
.rh_section__left_sidebar .rh_page__sidebar{-webkit-box-ordinal-group:3;-webkit-order:2;-ms-flex-order:2;order:2;margin:0 auto}
.rh_section__left_sidebar .rh_page__main{-webkit-box-ordinal-group:2;-webkit-order:1;-ms-flex-order:1;order:1}
.rh_prop_card{width:100%}
.rh_prop_card .rh_prop_card__featured{max-width:45rem}
.rh_prop_card .rh_prop_card__child_property{-webkit-box-shadow:none;box-shadow:none}
.rh_prop_card .rh_prop_card__details{padding:2.5rem}
.rh_prop_card .rh_prop_card__details .rh_prop_card__meta{padding:0 1.5rem 1.5rem 0}
.rh_section__featured{max-width:100%;padding:0 3rem 3rem}
.rh_section__featured .rh_flexslider__nav a{display:none}
.rh_section__featured .rh_flexslider__prev{left:-2rem}
.rh_section__featured .rh_flexslider__next{right:-2rem}
.rh_section__featured .rh_prop_card__thumbnail img{min-height:300px}
.rh_prop_card--block{width:100%;margin:2rem 0}
.rh_prop_card--listing{width:100%;max-width:40rem;margin:0 auto;margin-top:1.3rem;padding:0 1.5rem 2rem 1.5rem}
.rh_prop_card--similar{width:100%;padding:0 2rem 3rem}
.rh_section__testimonial{padding:7rem 3rem}
.rh_section__testimonial.diagonal-border:before{border-left-width:0;border-bottom-width:0}
.rh_section__testimonial.diagonal-border:after{border-right-width:0;border-top-width:0}
.rh_testimonial .rh_testimonial__quote{font-size:2.5rem;margin-bottom:3rem}
.rh_testimonial .rh_testimonial__author{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}
.rh_testimonial .rh_testimonial__author .rh_testimonial__author_name{font-size:2.2rem;padding:0 0 1rem 0}
.rh_testimonial__quote_bg{display:none}
.rh_section__cta.diagonal-border:after{border-right-width:0;border-top-width:0}
.rh_cta{top:0;height:100%}
.rh_cta__wrap .rh_cta__quote{font-size:2.5rem}
.rh_cta__wrap .rh_cta__btns{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}
.rh_cta__wrap .rh_cta__btns a{margin:0 1rem 0}
.rh_cta--featured .rh_cta__wrap{padding:7rem 3rem}
.rh_cta--contact .rh_cta__wrap{padding:7rem 3rem}
.rh_cta--contact .rh_cta__btns a{margin:0}
.rh_section__agents{padding:3rem 0 0}
.rh_section__agents.diagonal-border:before{border-right-width:0;border-top-width:0}
.rh_section__agents.diagonal-border:after{border-left-width:0;border-bottom-width:0}
.rh_section__agents .rh_section__head{padding:0 3rem 2rem}
.rh_section__agents_wrap{padding:1rem 3rem 0}
.rh_agent{margin:3rem 0;width:80%}
.rh_agent .rh_agent__wrap:hover .rh_agent__details .rh_agent__arrow{display:none}
.rh_section__features{padding:2rem 0 0}
.rh_section__features.diagonal-border:before{border-right-width:0;border-top-width:0}
.rh_section__features.diagonal-border:after{border-left-width:0;border-bottom-width:0}
.rh_section__features .rh_section__head{padding:1rem 3rem 2rem}
.rh_section__features_wrap{padding:1rem 3rem 0}
.rh_feature{width:80%;padding:0 0 3rem}
.rh_feature .rh_feature__desc{padding:0}
.rh_section__partners{padding:3rem 0 0}
.rh_section__partners.diagonal-border:before{border-right-width:0;border-top-width:0}
.rh_section__partners.diagonal-border:after{border-left-width:0;border-bottom-width:0}
.rh_section__partners .rh_section__head{padding:0 3rem 3rem}
.rh_section__partners_wrap{padding:0 3rem 3rem}
.rh_partner{width:80%;padding:0 1rem 3rem}
.rh_section__content{padding:3rem 0 0 0}
.commentlist article .comment-detail-wrap .rh_section__content .comment-body,.rh_section__content .commentlist article .comment-detail-wrap .comment-body,.rh_section__content .rh_content{padding:0 3rem 0 3rem}
.rh_section--content_padding{padding-bottom:1rem}
.rh_section--content_padding:after{border-left-width:0;border-bottom-width:0}
.rh_footer{padding:5rem 0 3rem}
.rh_footer.diagonal-border:before{border-right-width:0;border-top-width:0}
.rh_footer .rh_footer__wrap{padding:0 3rem 0}
.rh_footer .rh_footer__wrap .copyrights{padding:0 0 2rem 0}
.rh_footer .rh_footer__wrap .copyrights .separator{margin:0 1rem}
.rh_footer .rh_footer__wrap .designed-by{padding:0 0 2rem 0}
.rh_footer .rh_footer--paddingBottom{padding-bottom:2rem}
.rh_footer .rh_footer__logo{width:100%;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;padding:0 0 3rem 0}
.rh_footer .rh_footer__logo img{margin-bottom:0;margin-right:1.5rem}
.rh_footer .rh_footer__social{width:100%;text-align:center;padding:0}
.rh_footer .rh_footer__social a{margin:0 1.5rem;margin-bottom:1.5rem}
.rh_footer__before_fix{padding:5rem 0 3rem}
.rh_footer__before_fix:before{top:-180px}
.separator{display:inline-block}
.rh_footer__widgets{width:100%;padding:0}
.rh_contact_widget{margin-bottom:2rem}
.rh_contact_widget .rh_contact_widget__item .icon{padding:0 1.5rem 0 0}
.rh_widgets .widget_nav_menu .menu-item{width:50%}
.rh_page{padding:0}
.rh_page__listing_page{padding:0 0 2rem 0}
.rh_page__main{width:100%;padding-right:0}
.rh_page__sidebar{width:100%;max-width:35rem}
.rh_page__head{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;padding:0 0 2rem 0}
.rh_page__head .rh_page__title{padding:0 0 1rem 0}
.rh_page__head .rh_page__title_pad{padding:0 0 2rem 0}
.rh_page__head .rh_page__gallery_filters{padding:0 0 2rem 0}
.rh_page__head .rh_page__nav{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;padding:0 0 1rem 0}
.rh_page__head .rh_page__controls{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;width:100%;padding:0 0 1rem 0}
.rh_view_type a{margin:0 0 0 2.5rem}
.rh_page__listing_map{width:100%;height:50rem;padding:0}
.rh_page__news{max-width:100%}
.rh_page__map_properties{width:100%;padding:3rem;margin:0 auto;max-width:410px}
.rh_page__map_properties .rh_list_card{max-width:35rem}
.rh_page--agents_listing{padding:0}
.rh_page__agents{padding:0 0 2rem 0}
.rh_page__agents .rh_page__content{margin-top:2rem;margin-bottom:6.5rem}
.rh_page__property{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;padding:0 0 3rem 0}
.rh_page__property .rh_page__property_title{text-align:center}
.rh_page__property .rh_page__property_title .rh_page__title{margin-bottom:.5rem}
.rh_page__property .rh_page__property_price{text-align:center;padding:2.5rem 0 0 0;border-left:0}
.rh_alert__404{margin:0 0 3rem 0}
.rh_page__contact .rh_blog{padding:0}
.rh_page__contact .entry-content{padding:2rem 2.5rem 0;margin:0}
#user-profile-img{margin-top:-4.5rem;margin-right:0;margin-bottom:3rem}
.profile-img-controls{text-align:center}
.profile-img-controls a{margin-right:1.5rem;margin-bottom:0}
.profile-img-controls .field-description{padding:2rem 0 0 0}
.rh_list_card{max-width:35rem}
.rh_list_card__wrap{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;min-height:15rem}
.rh_list_card__wrap .rh_list_card__thumbnail{width:100%;height:25rem}
.rh_list_card__wrap .rh_list_card__details_wrap{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;width:100%;padding:2rem 2.5rem}
.rh_list_card__wrap .rh_list_card__details_wrap .rh_list_card__meta_wrap{-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}
.rh_list_card__wrap .rh_list_card__details{width:100%;padding:0;border-right:0;border-bottom:1px solid rgba(128,128,128,.2)}
.rh_list_card__wrap .rh_list_card__map_thumbnail{width:100%;height:25rem}
.rh_list_card__wrap .rh_list_card__map_wrap{width:100%;padding:2rem 2.5rem}
.rh_list_card__wrap .rh_list_card__map_wrap .rh_list_card__meta_wrap{-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}
.rh_list_card__wrap .rh_list_card__priceLabel{width:100%;padding:2rem 0 0 0}
.rh_list_card__meta{margin-right:2rem}
.rh_agent_card{margin-top:5.5rem;padding:0 0 1rem 0}
.rh_agent_card__wrap .rh_agent_card__head{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}
.rh_agent_card__wrap .rh_agent_card__head .rh_agent_card__dp{width:30%;text-align:center}
.rh_agent_card__wrap .rh_agent_card__head .rh_agent_card__name{width:100%;margin-left:0;margin-top:2rem;text-align:center}
.rh_agent_card__wrap .rh_agent_card__head .rh_agent_card__listings{width:100%;padding:2rem 0 0 0;text-align:center;border-left:0}
.rh_agent_card__wrap .rh_agent_card__details .content{margin-bottom:2rem}
.rh_agent_card__wrap .rh_agent_card__details .rh_agent_card__contact{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}
.rh_agent_card__wrap .rh_agent_card__details .rh_agent_card__contact .rh_agent_card__link{margin-top:1rem}
.rh_agent_profile{margin-bottom:1rem}
.rh_agent_profile__wrap{padding:3rem}
.rh_agent_profile__wrap .rh_agent_profile__head{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin-bottom:2rem}
.rh_agent_profile__wrap .rh_agent_profile__head .rh_agent_profile__dp{width:50%;text-align:center}
.rh_agent_profile__wrap .rh_agent_profile__head .rh_agent_profile__details{width:100%;padding:1.5rem 0 0;text-align:center}
.rh_agent_profile__wrap .rh_agent_profile__head .rh_agent_profile__details .rh_agent_profile__name{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;margin-bottom:1rem}
.rh_agent_profile__wrap .rh_agent_profile__head .rh_agent_profile__details .name{width:100%;margin-bottom:.5rem}
.rh_agent_profile__wrap .rh_agent_profile__head .rh_agent_profile__details .rh_agent_profile__contact{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}
.rh_agent_profile__wrap .rh_agent_profile__head .rh_agent_profile__details .detail{padding:0;margin:0 .5rem 1rem}
.rh_agent_profile__wrap .rh_agent_profile__head .rh_agent_profile__social{width:50%}
.rh_agent_form form{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}
.rh_agent_form .rh_agent_form__text{width:100%}
.rh_property .rh_property__row{margin-bottom:3rem;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}
.rh_property .rh_property__wrap{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}
.rh_property .rh_property--borderBottom{padding:0 0 3rem 0}
.rh_property .rh_property__main{width:100%;margin-right:0}
.rh_property .rh_property__content{padding:3rem;margin-bottom:3rem}
.rh_property .rh_property__sidebar{width:100%;margin-top:4rem}
.rh_property--padding{padding:3rem 0 0 0}
#property-detail-flexslider .flexslider ul.flex-direction-nav a.flex-prev{margin-top:-30px;width:40px;height:60px;left:0}
#property-detail-flexslider .flexslider ul.flex-direction-nav a.flex-prev:before{width:40px;height:60px}
#property-detail-flexslider .flexslider ul.flex-direction-nav a.flex-next{margin-top:-30px;width:40px;height:60px;right:0}
#property-detail-flexslider .flexslider ul.flex-direction-nav a.flex-next:before{width:40px;height:60px}
.rh_property__print a{margin:0 0 0 2rem}
.rh_property__print .share-this.sharer-0{top:1.5rem}
.rh_property__print .share-this.sharer-0 .social.networks-5.center{margin-left:-155px}
.rh_property__print .favorite-placeholder{margin:0 0 0 2rem}
.rh_property__meta_wrap .rh_property__meta{margin-bottom:3rem}
.rh_property__additional li{padding:.7rem 2rem}
.rh_property__features_wrap .rh_property__features{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}
.rh_property__features_wrap .rh_property__feature:before{width:20px;height:20px}
.rh_property__attachments_wrap .rh_property__attachments{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}
.floor-plans-accordions .floor-plan-title{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;padding:2rem 1rem}
.floor-plans-accordions .floor-plan-title .title{margin-bottom:.5rem}
.floor-plans-accordions .floor-plan-title .floor-plan-meta .rh_agent_form .rh_agent_form__row,.floor-plans-accordions .floor-plan-title .floor-plan-meta p,.rh_agent_form .floor-plans-accordions .floor-plan-title .floor-plan-meta .rh_agent_form__row{margin:0 1.5rem .5rem 0}
.rh_property__child_slider{margin:0}
.rh_property__child_properties{padding:0 0 3rem 0}
.rh_property__child_properties ul.flex-direction-nav a{top:20%}
.rh_property__child_properties ul.flex-direction-nav a.flex-prev{width:40px;height:60px}
.rh_property__child_properties ul.flex-direction-nav a.flex-prev:before{width:40px;height:60px}
.rh_property__child_properties ul.flex-direction-nav a.flex-next{width:40px;height:60px}
.rh_property__child_properties ul.flex-direction-nav a.flex-next:before{width:40px;height:60px}
.rh_property__agent_detail{padding:3rem 0 0 0}
.rh_property__agent_head{text-align:center}
.rh_property__agent_head figure{width:100%;padding:0 0 2rem 0}
.rh_property__agent_head .description{width:100%}
.rh_property__agent_head .contacts-list{width:100%;padding:2rem 0 0 0}
.rh_property__agent_head .contacts-list .contact{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}
.rh_property__comments #comments{padding:2.5rem}
.rh_property_agent img{margin-top:0;padding:3rem 0 1rem 0}
.multiple-agent{margin-top:0}
#comments{padding:0 2.5rem 0}
#comments .nopassword{padding:0 0 2.5rem 0}
.commentlist{margin:0 0 3rem 0}
.commentlist article{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}
.commentlist article .comment-detail-wrap{padding:0 2rem}
.commentlist article .comment-detail-wrap .comment-meta{-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}
.commentlist article .comment-detail-wrap .author{margin-bottom:.5rem}
.comment .children{margin-left:0}
.comment-respond{padding:0 0 3rem 0}
.comment-form .rh_agent_form .rh_agent_form__row,.comment-form p,.rh_agent_form .comment-form .rh_agent_form__row{padding:0 1.5rem 2rem 1.5rem}
.comment-form .comment-form-author,.comment-form .comment-form-email,.comment-form .comment-form-url{width:100%}
.comment-form .comment-form-author input,.comment-form .comment-form-email input,.comment-form .comment-form-url input{margin-bottom:.5rem}
.stars-avg-rating{margin-top:1.5rem}
.rh_properties{margin-bottom:3rem}
.rh_my-property{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;padding:2.5rem;margin-bottom:3rem}
.rh_my-property .rh_my-property__thumb{width:100%}
.rh_my-property .rh_my-property__title{width:100%;padding:2rem 0;text-align:center}
.rh_agent_form .rh_my-property .rh_my-property__title .rh_agent_form__row,.rh_my-property .rh_my-property__title .rh_agent_form .rh_agent_form__row,.rh_my-property .rh_my-property__title p{display:none;margin-top:1rem}
.rh_my-property .rh_my-property__btns{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}
.rh_my-property .rh_my-property__btns form{margin:1rem .5rem 0 .5rem}
.rh_my-property .rh_my-property__publish{width:100%;padding:0 0 2rem 0;text-align:center;border:0}
.rh_my-property .rh_my-property__publish .property-date{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}
.rh_my-property .rh_my-property__controls{width:100%}
.rh_membership{width:100%}
.rh_memberships__sidebar .details{padding:1rem 2.5rem}
.rh_blog__post .entry-header{margin:0;margin-top:0}
.rh_blog__post .entry-summary{padding:2rem 2.5rem 2.5rem 2.5rem}
.rh_blog__post .listing-slider .flex-control-nav{bottom:15px}
.entry-header-margin-fix{margin-top:0}
.entry-header-margin-fix:first-of-type{margin-top:0}
.entry-content{padding:2rem 2.5rem;margin:0}
.rh_prop_compare{padding:0 0 3rem 0}
.rh_prop_compare__row{overflow-x:scroll;white-space:nowrap}
.rh_prop_compare__row .rh_prop_compare__column{width:50%;float:none}
.rh_compare .rh_compare__carousel .rh_compare__slide{width:50%}
.rh_compare--map_variation .rh_compare__carousel .rh_compare__slide{width:50%}
.rh_contact{margin-bottom:3rem}
.rh_contact__wrap{padding:0 .5rem 2.5rem}
.rh_contact__form{width:100%}
.rh_contact__form .wpcf7-form .wpcf7-recaptcha{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}
.rh_contact__details{width:100%;margin-top:0}
.rh_contact__map{margin-top:.5rem}
.list-container .rh_list_card{max-width:35rem}
.list-container .rh_list_card__wrap .rh_list_card__details{width:100%;padding:0;border-right:0}
.list-container .rh_list_card__wrap .rh_list_card__priceLabel{display:none}
.list-container .rh_list_card__wrap .rh_list_card__thumbnail{width:100%}
.list-container .rh_list_card__wrap .rh_list_card__details_wrap{width:100%}
.listing-layout .list-container{margin-left:0;margin-right:0}
#ihf-main-container .ihf-grid-result-price{margin:-10px -20px -20px}
#ihf-main-container .ihf-grid-result-container{padding:19px}
#ihf-main-container .ihf-grid-result-basic-info-item1{padding-right:.5rem}
#ihf-main-container .ihf-grid-result-basic-info-item2{padding-right:.5rem;padding-left:.5rem}
#ihf-main-container .ihf-grid-result-basic-info-item3{padding-left:.5rem}
#ihf-main-container .ihf-grid-result-photocount{font-size:1.4rem}
#ihf-main-container .ihf-grid-result-photocount .glyphicon{font-size:1.5rem}
#ihf-main-container .ihf-slider-col{width:100%;float:none}
#ihf-main-container .pagination{width:150%}
#ihf-main-container .ihf-gallery-slider-paging{width:100%}
#ihf-main-container .form-control{margin-bottom:10px}
#ihf-main-container .error{display:none !important}
#ihf-main-container .visible-xs label{display:none !important}
#ihf-main-container .chosen-container-single .chosen-single{margin-bottom:10px}
#ihf-main-container .save-listing-btn,#ihf-main-container .schedule-showing-btn{width:100%}
#ihf-main-container .info-req-btn{width:100%;margin:10px 0}
#ihf-main-container .property-main-detail-item{margin:5px 10px 5px 0;float:none}
#ihf-main-container .ihf-social-share{float:none !important;margin-top:5px}
#ihf-main-container .nav>li>a{padding:10px 15px}
#ihf-main-container .ihf-detail-tab-content #ihf-detail-features-tab .row{margin-right:-2.5rem;margin-left:-2.5rem}
#ihf-main-container .ihf-detail-tab-content #ihf-detail-features-tab .title-bar-1{padding:1.5rem 2.5rem}
#ihf-main-container .ihf-detail-tab-content #ihf-detail-features-tab .listing-info-item{margin-right:1rem;margin-left:1rem}
#ihf-main-container .ihf-map-search-refine-link{display:none}
#ihf-main-container .ihf-map-results-count{font-size:1.4rem;margin:0 0 14px}
#ihf-main-container #ihf-refine-map-search-form #ihf-main-search-form-submit{width:50%}
#ihf-main-container #ihf-main-search-form-submit,#ihf-main-container #ihf-search-adv-submit,#ihf-main-container #ihf-search-profile-submit{margin-left:0;width:100%}
#ihf-main-container .ihf-results-photo{width:100%;margin-bottom:15px}
#ihf-main-container .btn-group-justified .btn{display:table;width:100%}
#ihf-main-container .btn-group-justified .btn+.btn{margin-left:0;margin-top:5px}
#areaPickerCustomListToggle{width:80px}
#areaPickerClearAll,#areaPickerExpandAllCloseButton{width:70px}
#areaPickerExpandAllCloseButton .badge{padding:.5rem 1rem}
}@media(min-width:768px){.rh_agent_form .rh_agent_form__row,a,p{font-size:1.5rem}
.rh_wrap--padding{padding:0 5rem}
.rh_wrap--topPadding{padding-top:5rem}
.rh_header .rh_header__wrap{padding:2.5rem 5rem}
.rh_menu .main-menu{-webkit-box-ordinal-group:3;-webkit-order:2;-ms-flex-order:2;order:2}
.rh_menu .rh_menu__hamburger{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;padding:1.2rem 0 1.2rem 1.5rem}
ul.rh_menu__main{display:none}
.rh_menu__user{-webkit-box-ordinal-group:2;-webkit-order:1;-ms-flex-order:1;order:1}
.rh_menu__user .rh_menu__user_phone{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;padding:0 0 0 1rem}
.rh_menu__user .rh_menu__user_phone .contact-number{margin:0 0 0 1rem}
.rh_menu__user .rh_menu__user_profile{padding:0 0 0 1rem}
.rh_menu__user .rh_menu__user_submit a{display:inline-block;padding:1.2rem 1.7rem}
.rh_modal{width:260px}
.rh_prop_search--page{padding-bottom:5rem}
.rh_prop_search__form{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-top:0}
.rh_prop_search__form .rh_prop_search__fields{width:100%}
.rh_prop_search__form .rh_prop_search__fields .rh_prop_search__wrap{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;border-bottom:1px solid rgba(128,128,128,.2)}
.rh_prop_search__form .rh_prop_search__fields .rh_prop_search__wrap .select2-container--default .select2-selection--single{padding:0 1.5rem}
.rh_prop_search__form .rh_prop_search__fields .rh_prop_search__dropdown .select2-container--default .select2-selection--single{padding:0 1.5rem}
.rh_prop_search__form .rh_prop_search__fields .rh_prop_search__ddActive{height:auto;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);visibility:visible;opacity:1}
.rh_prop_search__form .rh_prop_search__fields .rh_prop_search__option:nth-last-child(1){border-right:1px solid rgba(128,128,128,.2)}
.rh_prop_search__form .rh_prop_search__fields .rh_prop_search__option{width:25%;padding:1.5rem 0;border-bottom:0}
.rh_prop_search__form .rh_prop_search__fields .rh_prop_search__option label{padding:0 1.5rem;margin-bottom:.3rem}
.rh_prop_search__form .rh_prop_search__fields .rh_prop_search__option input{padding:0 1.5rem}
.rh_prop_search__form .rh_prop_search__fields .rh_prop_search__select{padding:0}
.rh_prop_search__form .rh_prop_search__fields .rh_prop_search__select label{padding:1.5rem 1.5rem .3rem;margin-bottom:0}
.rh_prop_search__form .rh_prop_search__fields .rh_prop_search__select .rh_prop_search__selectwrap{padding:0 0 1.5rem 0}
.rh_prop_search__form .rh_prop_search__buttons{width:100%}
.rh_prop_search__form .rh_prop_search__buttons .rh_prop_search__advance{width:15%}
.rh_prop_search__form .rh_prop_search__buttons .rh_prop_search__advance a{padding:2.7rem 0}
.rh_prop_search__form .rh_prop_search__buttons .rh_prop_search__searchBtn{width:100%}
.rh_prop_search__form .rh_prop_search__buttons .rh_prop_search__searchBtn .rh_btn__prop_search{padding:2.9rem 0}
.rh_banner .rh_banner__wrap{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;padding:0 5rem 5rem}
.rh_banner__default{height:16rem}
.rh_form{padding:3rem 1.5rem;margin-bottom:5rem;margin-top:1.5rem}
.rh_form__login_wrap{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}
.rh_form__login_wrap .rh_form__login{width:100%}
.rh_form__login_wrap .rh_form__register{width:100%}
.commentlist article .comment-detail-wrap .rh_form__login_wrap .comment-body,.rh_form__login_wrap .commentlist article .comment-detail-wrap .comment-body,.rh_form__login_wrap .rh_content{padding:0 1.5rem 2rem}
.rh_form__item{padding:0 1.5rem 3rem}
.rh_form__item #drag-and-drop{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}
.rh_form__item #drag-and-drop div{margin:1rem 0}
.rh_form__item .field-description .note{width:9rem}
.rh_form__item .address-wrapper{padding:2.3rem}
.rh_form__item .address-wrapper #address-error{float:none;width:100%}
.rh_form__item .map-wrapper{padding:0 3rem 0 0}
.rh_form__item #inspiry-additional-details-container .inspiry-detail{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}
.rh_form__item #inspiry-additional-details-container .inspiry-detail .inspiry-detail-title{margin:0 1.5rem;width:initial}
.rh_form__item #inspiry-additional-details-container .inspiry-detail .inspiry-detail-value{margin:0 1.5rem;width:initial}
.rh_form__item .inspiry-details-wrapper .inspiry-detail{display:inline-block;margin:0 3.5rem}
.rh_form__item .features-checkboxes li{width:50%}
.rh_form--3-column{width:50%}
.rh_form--2-column{width:100%}
.rh_form__user_profile{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}
.rh_checkbox__featured label{padding:0 0 0 4rem}
.rh_checkbox__featured label .rh_checkbox__title{margin-left:0;padding:.3rem 0}
.rh_agent_options{margin-bottom:1.5rem}
.rh_agent_options .rh_agent_options__wrap{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}
.rh_agent_options .rh_agent_options__wrap span.select2{margin-left:1rem;width:30rem}
.rh_pagination{margin:2rem 0}
.rh_pagination__pages-nav{padding:0 0 4rem 0}
.row-fluid{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}
.row-fluid .span3{-webkit-box-flex:1;-webkit-flex:1 1 100%;-ms-flex:1 1 100%;flex:1 1 100%;width:100%}
.row-fluid .span6{-webkit-box-flex:1;-webkit-flex:1 1 100%;-ms-flex:1 1 100%;flex:1 1 100%;width:100%}
.row-fluid .span4{-webkit-box-flex:1;-webkit-flex:1 1 100%;-ms-flex:1 1 100%;flex:1 1 100%;width:100%}
.row-fluid .span2{-webkit-box-flex:1;-webkit-flex:1 1 100%;-ms-flex:1 1 100%;flex:1 1 100%;width:100%}
[data-tooltip]:hover::after,[data-tooltip]:hover::before{display:block}
.rh_map__search #map-head{margin-top:5rem}
.rh_gallery--3-columns{width:50%}
.rh_gallery--2-columns{width:50%}
.rh_gallery--4-columns{width:50%}
.rh_slider .flexslider:hover .flex-direction-nav .flex-prev{left:15px}
.rh_slider .flexslider:hover .flex-direction-nav .flex-next{right:15px}
.rh_slider .flexslider .flex-direction-nav .flex-prev{display:block;left:15px}
.rh_slider .flexslider .flex-direction-nav .flex-next{display:block;right:15px}
.rh_slider .flexslider ul.slides .slide{height:50rem}
.rh_slider .flexslider ul.slides a.read-more{display:none}
.rh_slide__desc .rh_slide__desc_wrap{display:block;padding:3rem;bottom:5rem;right:5rem}
.rh_agent_form .rh_slide__desc .rh_agent_form__row,.rh_slide__desc .rh_agent_form .rh_agent_form__row,.rh_slide__desc p{display:none}
.rh_slide__desc .rh_slide__meta_wrap{display:none}
.rh_slide__desc .rh_slide_prop_price{display:none}
.rh_section__properties{padding:0 3.5rem}
.rh_section--flex{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}
.rh_section--props_padding{padding:5rem 0 3rem 0}
.rh_section--props_padding.diagonal-border:after{border-left-width:0;border-bottom-width:0}
.rh_section--props_padding .rh_section__head{padding:0 5rem 5rem}
.rh_section--top_padding{padding-top:5rem}
.rh_section--featured{padding:5rem 0 3rem 0}
.rh_section--featured.diagonal-border:before{border-left-width:0;border-bottom-width:0}
.rh_section--featured.diagonal-border:after{border-left-width:0;border-bottom-width:0}
.rh_section--featured .rh_section__head{padding:0 5rem 5rem}
.rh_section__map_listing{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-top:5rem}
.rh_section__left_sidebar .rh_page__sidebar{-webkit-box-ordinal-group:3;-webkit-order:2;-ms-flex-order:2;order:2;margin:0 auto}
.rh_section__left_sidebar .rh_page__main{-webkit-box-ordinal-group:2;-webkit-order:1;-ms-flex-order:1;order:1}
.rh_prop_card{width:50%}
.rh_prop_card .rh_prop_card__featured{max-width:45rem}
.rh_prop_card .rh_prop_card__child_property{-webkit-box-shadow:0 0 5px 2px rgba(0,0,0,.05);box-shadow:0 0 5px 2px rgba(0,0,0,.05)}
.rh_prop_card .rh_prop_card__details{padding:2.5rem}
.rh_prop_card .rh_prop_card__details .rh_prop_card__meta{padding:0 1rem 1rem 0}
.rh_section__featured{max-width:50rem;padding:0 0 3rem 0}
.rh_section__featured .rh_flexslider__nav a{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;width:73px;height:73px}
.rh_section__featured .rh_flexslider__prev{left:-10rem}
.rh_section__featured .rh_flexslider__next{right:-10rem}
.rh_section__featured .rh_prop_card__thumbnail img{min-height:350px}
.rh_prop_card--block{width:100%;margin:2rem 0 4rem 0}
.rh_prop_card--listing{width:50%;max-width:100%;margin:0;padding:0 1.5rem 3rem 1.5rem}
.rh_prop_card--similar{width:50%;padding:0 2rem 4rem 2rem}
.rh_section__testimonial{padding:7rem}
.rh_section__testimonial.diagonal-border:before{border-left-width:0;border-bottom-width:0}
.rh_section__testimonial.diagonal-border:after{border-right-width:0;border-top-width:0}
.rh_testimonial .rh_testimonial__quote{font-size:2.7rem;margin-bottom:5rem}
.rh_testimonial .rh_testimonial__author{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}
.rh_testimonial .rh_testimonial__author .rh_testimonial__author_name{font-size:2.5rem;padding:0 1rem 0 0}
.rh_testimonial__quote_bg{display:none}
.rh_section__cta.diagonal-border:after{border-right-width:0;border-top-width:0}
.rh_cta{top:0;height:100%}
.rh_cta__wrap .rh_cta__quote{font-size:2.7rem}
.rh_cta__wrap .rh_cta__btns{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}
.rh_cta__wrap .rh_cta__btns a{margin:0 1rem 0}
.rh_cta--featured .rh_cta__wrap{padding:9rem 7rem}
.rh_cta--contact .rh_cta__wrap{padding:10rem 7rem}
.rh_cta--contact .rh_cta__btns a{margin:0}
.rh_section__agents{padding:5rem 0 1rem}
.rh_section__agents.diagonal-border:before{border-right-width:0;border-top-width:0}
.rh_section__agents.diagonal-border:after{border-left-width:0;border-bottom-width:0}
.rh_section__agents .rh_section__head{padding:0 5rem 5rem}
.rh_section__agents_wrap{padding:0 3.5rem}
.rh_agent{margin:4rem 0;width:50%}
.rh_agent .rh_agent__wrap:hover .rh_agent__details .rh_agent__arrow{display:block}
.rh_section__features{padding:3rem 0 0}
.rh_section__features.diagonal-border:before{border-right-width:0;border-top-width:0}
.rh_section__features.diagonal-border:after{border-left-width:0;border-bottom-width:0}
.rh_section__features .rh_section__head{padding:1rem 5rem 3rem}
.rh_section__features_wrap{padding:1rem 3rem 0}
.rh_feature{width:50%;padding:0 2rem 5rem}
.rh_feature .rh_feature__desc{padding:0 2rem 0}
.rh_section__partners{padding:5rem 0 0}
.rh_section__partners.diagonal-border:before{border-right-width:0;border-top-width:0}
.rh_section__partners.diagonal-border:after{border-left-width:0;border-bottom-width:0}
.rh_section__partners .rh_section__head{padding:0 5rem 5rem}
.rh_section__partners_wrap{padding:0 4rem 5rem}
.rh_partner{width:25%;padding:0 1rem 2rem}
.rh_section__content{padding:5rem 0 0 0}
.commentlist article .comment-detail-wrap .rh_section__content .comment-body,.rh_section__content .commentlist article .comment-detail-wrap .comment-body,.rh_section__content .rh_content{padding:0 5rem 0 5rem}
.rh_section--content_padding{padding-bottom:3rem}
.rh_section--content_padding:after{border-left-width:0;border-bottom-width:0}
.rh_footer{padding:5rem 0}
.rh_footer.diagonal-border:before{border-right-width:0;border-top-width:0}
.rh_footer .rh_footer__wrap{padding:0 3rem 0}
.rh_footer .rh_footer__wrap .copyrights{padding:0 2rem}
.rh_footer .rh_footer__wrap .copyrights .separator{margin:0 1.5rem}
.rh_footer .rh_footer__wrap .designed-by{padding:0 2rem}
.rh_footer .rh_footer--paddingBottom{padding-bottom:3rem}
.rh_footer .rh_footer__logo{width:100%;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;padding:0 2rem 2rem 2rem}
.rh_footer .rh_footer__logo img{margin-bottom:0;margin-right:1.5rem}
.rh_footer .rh_footer__social{width:100%;text-align:center;padding:0 2rem 2rem}
.rh_footer .rh_footer__social a{margin:0;margin-left:1rem}
.rh_footer__before_fix{padding:5rem 0}
.rh_footer__before_fix:before{top:-180px}
.separator{display:inline-block}
.rh_footer__widgets{width:50%;padding:0 2rem}
.rh_footer__widgets.column-1{width:100%;padding:0 2rem}
.rh_contact_widget{margin-bottom:0}
.rh_contact_widget .rh_contact_widget__item .icon{padding:0 1.5rem}
.rh_widgets .widget_nav_menu .menu-item{width:50%}
.rh_page{padding:0}
.rh_page__listing_page{padding:0 0 2rem 0}
.rh_page__main{width:100%;padding-right:0}
.rh_page__sidebar{width:60%;max-width:100%}
.rh_page__head{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;padding:0 0 4rem 0}
.rh_page__head .rh_page__title{padding:0}
.rh_page__head .rh_page__title_pad{padding:0}
.rh_page__head .rh_page__gallery_filters{padding:0}
.rh_page__head .rh_page__nav{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;padding:0}
.rh_page__head .rh_page__controls{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;width:initial;padding:0}
.rh_view_type a{margin:0 0 0 2.5rem}
.rh_page__listing_map{width:100%;height:50rem;padding:0}
.rh_page__map_properties{width:100%;padding:5rem 5rem 3rem 5rem;margin:0 auto;max-width:720px}
.rh_page__map_properties .rh_list_card{max-width:100%}
.rh_page--agents_listing{padding:0}
.rh_page__agents{padding:0 0 3rem 0}
.rh_page__agents .rh_page__content{margin-top:3rem;margin-bottom:3rem}
.rh_page__property{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;padding:0 0 5rem 0}
.rh_page__property .rh_page__property_title{text-align:center}
.rh_page__property .rh_page__property_title .rh_page__title{margin-bottom:.5rem}
.rh_page__property .rh_page__property_price{text-align:center;padding:2rem 0 0 0;border-left:0}
.rh_alert__404{margin:0 0 5rem 0}
.rh_page__contact .rh_blog{padding:2rem 0 0 0}
.rh_page__contact .entry-content{padding:2rem 3rem;margin:0 2rem}
#user-profile-img{margin-top:-4.5rem;margin-right:3rem;margin-bottom:0}
.profile-img-controls{text-align:left}
.profile-img-controls a{margin-right:1.5rem;margin-bottom:0}
.profile-img-controls .field-description{padding:2rem 0 0 0}
.rh_list_card{max-width:100%}
.rh_list_card__wrap{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;min-height:17rem}
.rh_list_card__wrap .rh_list_card__thumbnail{width:30%;height:initial}
.rh_list_card__wrap .rh_list_card__details_wrap{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;width:70%;padding:2rem 2.5rem}
.rh_list_card__wrap .rh_list_card__details_wrap .rh_list_card__meta_wrap{-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}
.rh_list_card__wrap .rh_list_card__details{width:65%;padding:0 1.5rem 0 0;border-right:1px solid rgba(128,128,128,.2);border-bottom:0}
.rh_list_card__wrap .rh_list_card__map_thumbnail{width:40%;height:initial}
.rh_list_card__wrap .rh_list_card__map_wrap{width:60%;padding:2rem 2.5rem}
.rh_list_card__wrap .rh_list_card__map_wrap .rh_list_card__meta_wrap{-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}
.rh_list_card__wrap .rh_list_card__priceLabel{width:35%;padding:0 0 0 1.5rem}
.rh_list_card__meta{margin-right:0}
.rh_agent_card{margin-top:6.5rem;padding:0}
.rh_agent_card__wrap .rh_agent_card__head{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}
.rh_agent_card__wrap .rh_agent_card__head .rh_agent_card__dp{width:22%;text-align:left}
.rh_agent_card__wrap .rh_agent_card__head .rh_agent_card__name{width:54%;margin-left:2.5rem;margin-top:0;text-align:left}
.rh_agent_card__wrap .rh_agent_card__head .rh_agent_card__listings{width:24%;padding:0 0 0 3rem;text-align:left;border-left:1px solid rgba(128,128,128,.2)}
.rh_agent_card__wrap .rh_agent_card__details .content{margin-bottom:3rem}
.rh_agent_card__wrap .rh_agent_card__details .rh_agent_card__contact{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}
.rh_agent_card__wrap .rh_agent_card__details .rh_agent_card__contact .rh_agent_card__link{margin-top:0}
.rh_agent_profile{margin-bottom:3rem}
.rh_agent_profile__wrap{padding:3rem}
.rh_agent_profile__wrap .rh_agent_profile__head{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;margin-bottom:2rem}
.rh_agent_profile__wrap .rh_agent_profile__head .rh_agent_profile__dp{width:20%;text-align:left}
.rh_agent_profile__wrap .rh_agent_profile__head .rh_agent_profile__details{width:80%;padding:0 0 0 2rem;text-align:left}
.rh_agent_profile__wrap .rh_agent_profile__head .rh_agent_profile__details .rh_agent_profile__name{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;margin-bottom:1.5rem}
.rh_agent_profile__wrap .rh_agent_profile__head .rh_agent_profile__details .name{width:65%;margin-bottom:0}
.rh_agent_profile__wrap .rh_agent_profile__head .rh_agent_profile__details .rh_agent_profile__contact{-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}
.rh_agent_profile__wrap .rh_agent_profile__head .rh_agent_profile__details .detail{padding:0 1.5rem 0 0;margin:0 1.5rem 1rem 0}
.rh_agent_profile__wrap .rh_agent_profile__head .rh_agent_profile__social{width:35%}
.rh_agent_form form{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}
.rh_agent_form .rh_agent_form__text{width:48%}
.rh_property .rh_property__row{margin-bottom:3rem;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}
.rh_property .rh_property__wrap{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}
.rh_property .rh_property--borderBottom{padding:0 0 3rem 0}
.rh_property .rh_property__main{width:100%;margin-right:0}
.rh_property .rh_property__content{padding:3rem;margin-bottom:3rem}
.rh_property .rh_property__sidebar{width:100%;margin-top:4rem}
.rh_property--padding{padding:5rem 0 0 0}
#property-detail-flexslider .flexslider ul.flex-direction-nav a.flex-prev{margin-top:-30px;width:40px;height:60px;left:2rem}
#property-detail-flexslider .flexslider ul.flex-direction-nav a.flex-prev:before{width:40px;height:60px}
#property-detail-flexslider .flexslider ul.flex-direction-nav a.flex-next{margin-top:-30px;width:40px;height:60px;right:2rem}
#property-detail-flexslider .flexslider ul.flex-direction-nav a.flex-next:before{width:40px;height:60px}
.rh_property__print a{margin:0 0 0 2rem}
.rh_property__print .share-this.sharer-0{top:1.5rem}
.rh_property__print .share-this.sharer-0 .social.networks-5.center{margin-left:-105px}
.rh_property__print .favorite-placeholder{margin:0 0 0 2rem}
.rh_property__meta_wrap .rh_property__meta{margin-bottom:3rem}
.rh_property__additional li{padding:.7rem 2rem}
.rh_property__features_wrap .rh_property__features{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}
.rh_property__features_wrap .rh_property__feature:before{width:20px;height:20px}
.rh_property__attachments_wrap .rh_property__attachments{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}
.floor-plans-accordions .floor-plan-title{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;padding:2rem 1rem}
.floor-plans-accordions .floor-plan-title .title{margin-bottom:0}
.floor-plans-accordions .floor-plan-title .floor-plan-meta .rh_agent_form .rh_agent_form__row,.floor-plans-accordions .floor-plan-title .floor-plan-meta p,.rh_agent_form .floor-plans-accordions .floor-plan-title .floor-plan-meta .rh_agent_form__row{margin:0 0 0 1.5rem}
.rh_property__child_slider{margin:0}
.rh_property__child_properties{padding:0 0 3rem 0}
.rh_property__child_properties ul.flex-direction-nav a{top:35%}
.rh_property__child_properties ul.flex-direction-nav a.flex-prev{width:40px;height:60px}
.rh_property__child_properties ul.flex-direction-nav a.flex-prev:before{width:40px;height:60px}
.rh_property__child_properties ul.flex-direction-nav a.flex-next{width:40px;height:60px}
.rh_property__child_properties ul.flex-direction-nav a.flex-next:before{width:40px;height:60px}
.rh_property__agent_detail{padding:3rem 0 0 0}
.rh_property__agent_head{text-align:left}
.rh_property__agent_head figure{width:20%;padding:0 2rem 0 0}
.rh_property__agent_head .description{width:40%}
.rh_property__agent_head .contacts-list{width:40%;padding:0 0 0 2rem}
.rh_property__agent_head .contacts-list .contact{-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}
.rh_property__comments #comments{padding:4rem 5rem 0 5rem}
.rh_property_agent img{margin-top:0;padding:3rem 0 1rem 0}
.multiple-agent{margin-top:0}
#comments{padding:0 5rem 0}
#comments .nopassword{padding:0 0 5rem 0}
.commentlist{margin:0 0 5rem 0}
.commentlist article{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}
.commentlist article .comment-detail-wrap{padding:0 2rem}
.commentlist article .comment-detail-wrap .comment-meta{-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}
.commentlist article .comment-detail-wrap .author{margin-bottom:.5rem}
.comment .children{margin-left:8.8rem}
.comment-respond{padding:0 0 5rem 0}
.comment-form .rh_agent_form .rh_agent_form__row,.comment-form p,.rh_agent_form .comment-form .rh_agent_form__row{padding:0 1.5rem 3rem 1.5rem}
.comment-form .comment-form-author,.comment-form .comment-form-email,.comment-form .comment-form-url{width:50%}
.comment-form .comment-form-author input,.comment-form .comment-form-email input,.comment-form .comment-form-url input{margin-bottom:1.5rem}
.stars-avg-rating{margin-top:0}
.rh_properties{margin-bottom:4rem}
.rh_my-property{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;padding:2.5rem;margin-bottom:3rem}
.rh_my-property .rh_my-property__thumb{width:100%}
.rh_my-property .rh_my-property__title{width:100%;padding:2rem 0;text-align:center}
.rh_agent_form .rh_my-property .rh_my-property__title .rh_agent_form__row,.rh_my-property .rh_my-property__title .rh_agent_form .rh_agent_form__row,.rh_my-property .rh_my-property__title p{display:none;margin-top:1rem}
.rh_my-property .rh_my-property__btns{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}
.rh_my-property .rh_my-property__btns form{margin:1rem .5rem 0 .5rem}
.rh_my-property .rh_my-property__publish{width:100%;padding:0 0 2rem 0;text-align:center;border:0}
.rh_my-property .rh_my-property__publish .property-date{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}
.rh_my-property .rh_my-property__controls{width:100%}
.rh_membership{width:50%}
.rh_memberships__sidebar .details{padding:1rem 2.5rem}
.rh_blog__post .entry-header{margin:0 3rem;margin-top:-9rem}
.rh_blog__post .entry-summary{padding:3rem}
.rh_blog__post .listing-slider .flex-control-nav{bottom:100px}
.entry-header-margin-fix{margin-top:12rem}
.entry-header-margin-fix:first-of-type{margin-top:9rem}
.entry-content{padding:2rem 3rem;margin:0 2rem}
.rh_prop_compare{padding:0 0 5rem 0}
.rh_prop_compare__row{overflow-x:scroll;white-space:nowrap}
.rh_prop_compare__row .rh_prop_compare__column{width:30%;float:none}
.rh_compare .rh_compare__carousel .rh_compare__slide{width:25%}
.rh_compare--map_variation .rh_compare__carousel .rh_compare__slide{width:33%}
.rh_contact{margin-bottom:5rem}
.rh_contact__wrap{padding:0 3rem 5rem}
.rh_contact__form{width:100%}
.rh_contact__details{width:100%;margin-top:2rem}
.rh_contact__map{margin-top:2rem}
.list-container .rh_list_card{max-width:60rem}
.list-container .rh_list_card__wrap .rh_list_card__details{width:100%;padding:0;border-right:0}
.list-container .rh_list_card__wrap .rh_list_card__priceLabel{display:none}
.list-container .rh_list_card__wrap .rh_list_card__thumbnail{width:40%}
.list-container .rh_list_card__wrap .rh_list_card__details_wrap{width:60%}
.listing-layout .list-container{margin-left:-2rem;margin-right:-2rem}
#ihf-main-container .ihf-grid-result-price{margin:-10px -11px -20px}
#ihf-main-container .ihf-grid-result-container{padding:10px}
#ihf-main-container .ihf-grid-result-basic-info-item1{padding-right:1rem}
#ihf-main-container .ihf-grid-result-basic-info-item2{padding-right:1rem;padding-left:1rem}
#ihf-main-container .ihf-grid-result-basic-info-item3{padding-left:1rem}
#ihf-main-container .ihf-grid-result-photocount{font-size:1.5rem}
#ihf-main-container .ihf-grid-result-photocount .glyphicon{font-size:1.6rem}
#ihf-main-container .ihf-slider-col{width:33.33333333333333%;float:left}
#ihf-main-container .pagination{width:100%}
#ihf-main-container .form-control{margin-bottom:0}
#ihf-main-container .error{display:inline-block !important}
#ihf-main-container .visible-xs label{display:inline-block !important}
#ihf-main-container .chosen-container-single .chosen-single{margin-bottom:0}
#ihf-main-container .save-listing-btn,#ihf-main-container .schedule-showing-btn{width:33%}
#ihf-main-container .info-req-btn{width:31%;margin:0}
#ihf-main-container .property-main-detail-item{margin:5px 10px 5px 0;float:none}
#ihf-main-container .ihf-social-share{float:none !important;margin-top:5px}
#ihf-main-container .nav>li>a{padding:10px 15px}
#ihf-main-container .ihf-detail-tab-content #ihf-detail-features-tab .row{margin-right:-5rem;margin-left:-5rem}
#ihf-main-container .ihf-detail-tab-content #ihf-detail-features-tab .title-bar-1{padding:1.5rem 5rem}
#ihf-main-container .ihf-detail-tab-content #ihf-detail-features-tab .listing-info-item{margin-right:3.5rem;margin-left:3.5rem}
#ihf-main-container .ihf-map-search-refine-link{display:inline-block}
#ihf-main-container .ihf-map-results-count{font-size:1.5rem;margin:0 0 12px}
#ihf-main-container #ihf-refine-map-search-form #ihf-main-search-form-submit{width:50%}
#ihf-main-container #ihf-main-search-form-submit,#ihf-main-container #ihf-search-adv-submit,#ihf-main-container #ihf-search-profile-submit{margin-left:0;width:100%}
#ihf-main-container .ihf-results-photo{width:240px;margin-bottom:0}
#ihf-main-container .btn-group-justified .btn{display:table-cell;width:1%}
#ihf-main-container .btn-group-justified .btn+.btn{margin-left:-1px;margin-top:0}
#areaPickerCustomListToggle{width:80px}
#areaPickerClearAll,#areaPickerExpandAllCloseButton{width:70px}
#areaPickerExpandAllCloseButton .badge{padding:.5rem 1rem}
ol.dsidx-results li.dsidx-prop-summary .dsidx-prop-title+div{margin-right:0 !important}
#home-idx-search.dsidx-widget-guided-search{top:-40px;margin-bottom:-40px}
}@media(min-width:1024px){.rh_agent_form .rh_agent_form__row,a,p{font-size:1.5rem}
.rh_wrap--padding{padding:0 5rem}
.rh_wrap--topPadding{padding-top:5rem}
.rh_header .rh_header__wrap{padding:2.5rem 5rem}
.rh_menu .main-menu{-webkit-box-ordinal-group:3;-webkit-order:2;-ms-flex-order:2;order:2}
.rh_menu .rh_menu__hamburger{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;padding:1.2rem 0 1.2rem 1.5rem}
ul.rh_menu__main{display:none}
.rh_menu__user{-webkit-box-ordinal-group:2;-webkit-order:1;-ms-flex-order:1;order:1}
.rh_menu__user .rh_menu__user_phone{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;padding:0 0 0 1rem}
.rh_menu__user .rh_menu__user_phone .contact-number{margin:0 0 0 1rem}
.rh_menu__user .rh_menu__user_profile{padding:0 0 0 1rem}
.rh_menu__user .rh_menu__user_submit a{display:inline-block;padding:1.4rem 1.5rem}
.rh_modal{width:260px}
.rh_prop_search--page{padding-bottom:5rem}
.rh_prop_search__form{-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;margin-top:-4.5rem}
.rh_prop_search__form .rh_prop_search__fields{width:77%}
.rh_prop_search__form .rh_prop_search__fields .rh_prop_search__wrap{-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;border-bottom:1px solid rgba(128,128,128,.2)}
.rh_prop_search__form .rh_prop_search__fields .rh_prop_search__wrap .select2-container--default .select2-selection--single{padding:0 2rem}
.rh_prop_search__form .rh_prop_search__fields .rh_prop_search__dropdown{height:initial;opacity:0;visibility:hidden;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);position:absolute;top:0}
.rh_prop_search__form .rh_prop_search__fields .rh_prop_search__dropdown .select2-container--default .select2-selection--single{padding:0 2rem}
.rh_prop_search__form .rh_prop_search__fields .rh_prop_search__ddActive{height:auto;-webkit-transform:translateY(9rem);-ms-transform:translateY(9rem);transform:translateY(9rem);visibility:visible;opacity:1}
.rh_prop_search__form .rh_prop_search__fields .rh_prop_search__option:nth-last-child(1){border-right:0}
.rh_prop_search__form .rh_prop_search__fields .rh_prop_search__option{width:25%;padding:2rem 0;border-bottom:0}
.rh_prop_search__form .rh_prop_search__fields .rh_prop_search__option label{padding:0 2rem;margin-bottom:.5rem}
.rh_prop_search__form .rh_prop_search__fields .rh_prop_search__option input{padding:0 2rem}
.rh_prop_search__form .rh_prop_search__fields .rh_prop_search__select{padding:0}
.rh_prop_search__form .rh_prop_search__fields .rh_prop_search__select label{padding:2rem 2rem .5rem;margin-bottom:0}
.rh_prop_search__form .rh_prop_search__fields .rh_prop_search__select .rh_prop_search__selectwrap{padding:0 0 2rem 0}
.rh_prop_search__form .rh_prop_search__buttons{width:23%}
.rh_prop_search__form .rh_prop_search__buttons .rh_prop_search__advance{width:38%}
.rh_prop_search__form .rh_prop_search__buttons .rh_prop_search__advance a{padding:3.3rem 0}
.rh_prop_search__form .rh_prop_search__buttons .rh_prop_search__searchBtn{width:62%}
.rh_prop_search__form .rh_prop_search__buttons .rh_prop_search__searchBtn .rh_btn__prop_search{padding:3.5rem 0}
.rh_banner .rh_banner__wrap{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;padding:0 5rem 7rem}
.rh_banner__default{height:18rem}
.rh_form{padding:3rem 1.5rem;margin-bottom:5rem;margin-top:0}
.rh_form__login_wrap{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}
.rh_form__login_wrap .rh_form__login{width:50%}
.rh_form__login_wrap .rh_form__register{width:50%}
.commentlist article .comment-detail-wrap .rh_form__login_wrap .comment-body,.rh_form__login_wrap .commentlist article .comment-detail-wrap .comment-body,.rh_form__login_wrap .rh_content{padding:0 1.5rem 2rem}
.rh_form__item{padding:0 1.5rem 3rem}
.rh_form__item #drag-and-drop{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}
.rh_form__item #drag-and-drop div{margin:1rem 0}
.rh_form__item .field-description .note{width:8rem}
.rh_form__item .address-wrapper{padding:2.3rem}
.rh_form__item .address-wrapper #address-error{float:none;width:100%}
.rh_form__item .map-wrapper{padding:0 3rem 0 0}
.rh_form__item #inspiry-additional-details-container .inspiry-detail{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}
.rh_form__item #inspiry-additional-details-container .inspiry-detail .inspiry-detail-title{margin:0 1.5rem;width:initial}
.rh_form__item #inspiry-additional-details-container .inspiry-detail .inspiry-detail-value{margin:0 1.5rem;width:initial}
.rh_form__item .inspiry-details-wrapper .inspiry-detail{display:inline-block;margin:0 3.5rem}
.rh_form__item .features-checkboxes li{width:25%}
.rh_form--3-column{width:33.3%}
.rh_form--2-column{width:50%}
.rh_form__user_profile{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}
.rh_checkbox__featured label{padding:0 0 0 4rem}
.rh_checkbox__featured label .rh_checkbox__title{margin-left:0;padding:.3rem 0}
.rh_agent_options{margin-bottom:1.5rem}
.rh_agent_options .rh_agent_options__wrap{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}
.rh_agent_options .rh_agent_options__wrap span.select2{margin-left:1rem;width:30rem}
.rh_pagination{margin:2rem 0}
.rh_pagination__pages-nav{padding:0 0 4rem 0}
.row-fluid{-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap}
.row-fluid .span3{-webkit-box-flex:1;-webkit-flex:1 1 25%;-ms-flex:1 1 25%;flex:1 1 25%;width:25%}
.row-fluid .span6{-webkit-box-flex:1;-webkit-flex:1 1 50%;-ms-flex:1 1 50%;flex:1 1 50%;width:50%}
.row-fluid .span4{-webkit-box-flex:1;-webkit-flex:1 1 33.3%;-ms-flex:1 1 33.3%;flex:1 1 33.3%;width:33.3%}
.row-fluid .span2{-webkit-box-flex:1;-webkit-flex:1 1 16.67%;-ms-flex:1 1 16.67%;flex:1 1 16.67%;width:16.67%}
[data-tooltip]:hover::after,[data-tooltip]:hover::before{display:block}
.rh_map__search #map-head{margin-top:-4.5rem}
.rh_gallery--3-columns{width:33.3%}
.rh_gallery--2-columns{width:50%}
.rh_gallery--4-columns{width:33.3%}
.rh_slider .flexslider:hover .flex-direction-nav .flex-prev{left:5px}
.rh_slider .flexslider:hover .flex-direction-nav .flex-next{right:5px}
.rh_slider .flexslider .flex-direction-nav .flex-prev{display:block;left:-50px}
.rh_slider .flexslider .flex-direction-nav .flex-next{display:block;right:-50px}
.rh_slider .flexslider ul.slides .slide{height:90vh}
.rh_slider .flexslider ul.slides a.read-more{display:inline-block}
.rh_slide__desc .rh_slide__desc_wrap{display:block;padding:5rem;bottom:7rem;right:5rem}
.rh_agent_form .rh_slide__desc .rh_agent_form__row,.rh_slide__desc .rh_agent_form .rh_agent_form__row,.rh_slide__desc p{display:block}
.rh_slide__desc .rh_slide__meta_wrap{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}
.rh_slide__desc .rh_slide_prop_price{display:block}
.rh_section__properties{padding:0 3.5rem}
.rh_section--flex{-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap}
.rh_section--props_padding{padding:5rem 0 7rem 0}
.rh_section--props_padding.diagonal-border:after{bottom:-70px;border-left-width:100vw;border-bottom-width:140px}
.rh_section--props_padding .rh_section__head{padding:0 5rem 5rem}
.rh_section--top_padding{padding-top:5rem}
.rh_section--featured{padding:9rem 0 5rem 0}
.rh_section--featured.diagonal-border:before{top:-70px;border-left-width:100vw;border-bottom-width:140px}
.rh_section--featured.diagonal-border:after{bottom:-70px;border-left-width:100vw;border-bottom-width:140px}
.rh_section--featured .rh_section__head{padding:3rem 5rem 2rem}
.rh_section__map_listing{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-top:-4.5rem}
.rh_section__left_sidebar .rh_page__sidebar{-webkit-box-ordinal-group:2;-webkit-order:1;-ms-flex-order:1;order:1;margin-right:3rem}
.rh_section__left_sidebar .rh_page__main{-webkit-box-ordinal-group:3;-webkit-order:2;-ms-flex-order:2;order:2}
.rh_prop_card{width:33.3%}
.rh_prop_card .rh_prop_card__featured{max-width:55rem}
.rh_prop_card .rh_prop_card__child_property{-webkit-box-shadow:0 0 5px 2px rgba(0,0,0,.05);box-shadow:0 0 5px 2px rgba(0,0,0,.05)}
.rh_prop_card .rh_prop_card__details{padding:2rem}
.rh_prop_card .rh_prop_card__details .rh_prop_card__meta{padding:0 1rem 1rem 0}
.rh_section__featured{max-width:65rem;padding:3rem 0}
.rh_section__featured .rh_flexslider__nav a{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;width:73px;height:73px}
.rh_section__featured .rh_flexslider__prev{left:-15rem}
.rh_section__featured .rh_flexslider__next{right:-15rem}
.rh_section__featured .rh_prop_card__thumbnail img{min-height:416px}
.rh_prop_card--block{width:100%;margin:2rem 0 4rem 0}
.rh_prop_card--listing{width:50%;max-width:100%;margin:0;padding:0 1.5rem 3rem 1.5rem}
.rh_prop_card--similar{width:50%;padding:0 2rem 4rem 2rem}
.rh_section__testimonial{padding:18rem 7rem}
.rh_section__testimonial.diagonal-border:before{top:-70px;border-left-width:100vw;border-bottom-width:140px}
.rh_section__testimonial.diagonal-border:after{bottom:-70px;border-right-width:100vw;border-top-width:140px}
.rh_testimonial .rh_testimonial__quote{font-size:3.2rem;margin-bottom:5rem}
.rh_testimonial .rh_testimonial__author{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}
.rh_testimonial .rh_testimonial__author .rh_testimonial__author_name{font-size:3rem;padding:0 1rem 0 0}
.rh_testimonial__quote_bg{display:block}
.rh_section__cta.diagonal-border:after{bottom:-70px;border-right-width:100vw;border-top-width:140px}
.rh_cta{top:-70px;height:calc(100% + 14rem)}
.rh_cta__wrap .rh_cta__quote{font-size:3.2rem}
.rh_cta__wrap .rh_cta__btns{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}
.rh_cta__wrap .rh_cta__btns a{margin:0 1rem 0}
.rh_cta--featured .rh_cta__wrap{padding:15rem 7rem}
.rh_cta--contact .rh_cta__wrap{padding:13rem 7rem}
.rh_cta--contact .rh_cta__btns a{margin:0}
.rh_section__agents{padding:9rem 0}
.rh_section__agents.diagonal-border:before{top:-70px;border-right-width:100vw;border-top-width:140px}
.rh_section__agents.diagonal-border:after{bottom:-70px;border-left-width:100vw;border-bottom-width:140px}
.rh_section__agents .rh_section__head{padding:2rem 5rem 0}
.rh_section__agents_wrap{padding:5rem 3.5rem 2rem 3.5rem}
.rh_agent{margin:4rem 0;width:33.3%}
.rh_agent .rh_agent__wrap:hover .rh_agent__details .rh_agent__arrow{display:block}
.rh_section__features{padding:9rem 0 3rem}
.rh_section__features.diagonal-border:before{top:-70px;border-right-width:100vw;border-top-width:140px}
.rh_section__features.diagonal-border:after{bottom:-70px;border-left-width:100vw;border-bottom-width:140px}
.rh_section__features .rh_section__head{padding:3rem 5rem 2rem}
.rh_section__features_wrap{padding:3rem 3rem 0}
.rh_feature{width:33.3%;padding:0 2rem 5rem}
.rh_feature .rh_feature__desc{padding:0 2rem 0}
.rh_section__partners{padding:9rem 0}
.rh_section__partners.diagonal-border:before{top:-70px;border-right-width:100vw;border-top-width:140px}
.rh_section__partners.diagonal-border:after{bottom:-70px;border-left-width:100vw;border-bottom-width:140px}
.rh_section__partners .rh_section__head{padding:0 5rem 5rem}
.rh_section__partners_wrap{padding:0 4rem 5rem}
.rh_partner{width:16.6%;padding:0 1rem 2rem}
.rh_section__content{padding:5rem 0 0 0}
.commentlist article .comment-detail-wrap .rh_section__content .comment-body,.rh_section__content .commentlist article .comment-detail-wrap .comment-body,.rh_section__content .rh_content{padding:0 5rem 0 5rem}
.rh_section--content_padding{padding-bottom:7rem}
.rh_section--content_padding:after{bottom:-70px;border-left-width:100vw;border-bottom-width:140px}
.rh_footer{padding:14rem 0 5rem 0}
.rh_footer.diagonal-border:before{top:-70px;border-right-width:100vw;border-top-width:140px}
.rh_footer .rh_footer__wrap{padding:0 3rem 0}
.rh_footer .rh_footer__wrap .copyrights{padding:0 2rem}
.rh_footer .rh_footer__wrap .copyrights .separator{margin:0 1.5rem}
.rh_footer .rh_footer__wrap .designed-by{padding:0 2rem}
.rh_footer .rh_footer--paddingBottom{padding-bottom:5rem}
.rh_footer .rh_footer__logo{width:50%;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;padding:0 0 0 2rem}
.rh_footer .rh_footer__logo img{margin-bottom:0;margin-right:1.5rem}
.rh_footer .rh_footer__social{width:50%;text-align:right;padding:0 2rem 0 0}
.rh_footer .rh_footer__social a{margin:0;margin-left:1rem}
.rh_footer__before_fix{padding:5rem 0}
.rh_footer__before_fix:before{top:-140px}
.separator{display:inline-block}
.rh_footer__widgets{width:33.3%;padding:0 2rem}
.rh_footer__widgets.columns-4{width:25%;padding:0 2rem}
.rh_footer__widgets.columns-2{width:50%;padding:0 2rem}
.rh_footer__widgets.column-1{width:100%;padding:0 2rem}
.rh_contact_widget{margin-bottom:0}
.rh_contact_widget .rh_contact_widget__item .icon{padding:0 1.5rem}
.rh_widgets .widget_nav_menu .menu-item{width:50%}
.rh_page{padding:0 0 17rem 0}
.rh_page__listing_page{padding:0 0 17rem 0}
.rh_page__main{width:73%;padding-right:3rem}
.rh_page__sidebar{width:27%;max-width:100%}
.rh_page__head{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;padding:0 0 4rem 0}
.rh_page__head .rh_page__title{padding:0}
.rh_page__head .rh_page__title_pad{padding:0}
.rh_page__head .rh_page__gallery_filters{padding:0}
.rh_page__head .rh_page__nav{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;padding:0}
.rh_page__head .rh_page__controls{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;width:initial;padding:0}
.rh_view_type a{margin:0 0 0 2.5rem}
.rh_page__listing_map{width:100%;height:50rem;padding:0}
.rh_page__map_properties{width:100%;padding:5rem 5rem 15rem 5rem;margin:0 auto;max-width:720px}
.rh_page__map_properties .rh_list_card{max-width:100%}
.rh_page--agents_listing{padding:0 0 2rem 0}
.rh_page__agents{padding:0 3rem 17rem 0}
.rh_page__agents .rh_page__content{margin-top:0;margin-bottom:3rem}
.rh_page__property{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;padding:0 0 5rem 0}
.rh_page__property .rh_page__property_title{text-align:left}
.rh_page__property .rh_page__property_title .rh_page__title{margin-bottom:.5rem}
.rh_page__property .rh_page__property_price{text-align:left;padding:0 0 0 2rem;border-left:1px solid rgba(128,128,128,.2)}
.rh_alert__404{margin:0}
.rh_page__contact .rh_blog{padding:2rem 0 0 0}
.rh_page__contact .entry-content{padding:2rem 3rem;margin:0 2rem}
#user-profile-img{margin-top:-4.5rem;margin-right:3rem;margin-bottom:0}
.profile-img-controls{text-align:left}
.profile-img-controls a{margin-right:1.5rem;margin-bottom:0}
.profile-img-controls .field-description{padding:2rem 0 0 0}
.rh_list_card{max-width:100%}
.rh_list_card__wrap{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;min-height:17rem}
.rh_list_card__wrap .rh_list_card__thumbnail{width:30%;height:initial}
.rh_list_card__wrap .rh_list_card__details_wrap{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;width:70%;padding:2rem}
.rh_list_card__wrap .rh_list_card__details_wrap .rh_list_card__meta_wrap{-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}
.rh_list_card__wrap .rh_list_card__details{width:65%;padding:0 1rem 0 0;border-right:1px solid rgba(128,128,128,.2);border-bottom:0}
.rh_list_card__wrap .rh_list_card__map_thumbnail{width:45%;height:initial}
.rh_list_card__wrap .rh_list_card__map_wrap{width:55%;padding:2rem}
.rh_list_card__wrap .rh_list_card__map_wrap .rh_list_card__meta_wrap{-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}
.rh_list_card__wrap .rh_list_card__priceLabel{width:35%;padding:0 0 0 1rem}
.rh_list_card__meta{margin-right:0}
.rh_agent_card{margin-top:6.5rem;padding:0}
.rh_agent_card__wrap .rh_agent_card__head{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}
.rh_agent_card__wrap .rh_agent_card__head .rh_agent_card__dp{width:23%;text-align:left}
.rh_agent_card__wrap .rh_agent_card__head .rh_agent_card__name{width:53%;margin-left:2.5rem;margin-top:0;text-align:left}
.rh_agent_card__wrap .rh_agent_card__head .rh_agent_card__listings{width:24%;padding:0 0 0 3rem;text-align:left;border-left:1px solid rgba(128,128,128,.2)}
.rh_agent_card__wrap .rh_agent_card__details .content{margin-bottom:3rem}
.rh_agent_card__wrap .rh_agent_card__details .rh_agent_card__contact{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}
.rh_agent_card__wrap .rh_agent_card__details .rh_agent_card__contact .rh_agent_card__link{margin-top:0}
.rh_agent_profile{margin-bottom:3rem}
.rh_agent_profile__wrap{padding:3rem}
.rh_agent_profile__wrap .rh_agent_profile__head{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;margin-bottom:2rem}
.rh_agent_profile__wrap .rh_agent_profile__head .rh_agent_profile__dp{width:20%;text-align:left}
.rh_agent_profile__wrap .rh_agent_profile__head .rh_agent_profile__details{width:80%;padding:0 0 0 3rem;text-align:left}
.rh_agent_profile__wrap .rh_agent_profile__head .rh_agent_profile__details .rh_agent_profile__name{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;margin-bottom:2.5rem}
.rh_agent_profile__wrap .rh_agent_profile__head .rh_agent_profile__details .name{width:65%;margin-bottom:0}
.rh_agent_profile__wrap .rh_agent_profile__head .rh_agent_profile__details .rh_agent_profile__contact{-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}
.rh_agent_profile__wrap .rh_agent_profile__head .rh_agent_profile__details .detail{padding:0 1.5rem 0 0;margin:0 1.5rem 1rem 0}
.rh_agent_profile__wrap .rh_agent_profile__head .rh_agent_profile__social{width:35%}
.rh_agent_form form{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}
.rh_agent_form .rh_agent_form__text{width:48%}
.rh_property .rh_property__row{margin-bottom:3rem;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}
.rh_property .rh_property__wrap{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}
.rh_property .rh_property--borderBottom{padding:0 0 3rem 0}
.rh_property .rh_property__main{width:70%;margin-right:3rem}
.rh_property .rh_property__content{padding:3rem;margin-bottom:3rem}
.rh_property .rh_property__sidebar{width:30%;margin-top:0}
.rh_property--padding{padding:5rem 0 0 0}
#property-detail-flexslider .flexslider ul.flex-direction-nav a.flex-prev{margin-top:-30px;width:40px;height:60px;left:2rem}
#property-detail-flexslider .flexslider ul.flex-direction-nav a.flex-prev:before{width:40px;height:60px}
#property-detail-flexslider .flexslider ul.flex-direction-nav a.flex-next{margin-top:-30px;width:40px;height:60px;right:2rem}
#property-detail-flexslider .flexslider ul.flex-direction-nav a.flex-next:before{width:40px;height:60px}
.rh_property__print a{margin:0 0 0 2rem}
.rh_property__print .share-this.sharer-0{top:1.5rem}
.rh_property__print .share-this.sharer-0 .social.networks-5.center{margin-left:-105px}
.rh_property__print .favorite-placeholder{margin:0 0 0 2rem}
.rh_property__meta_wrap .rh_property__meta{margin-bottom:3rem}
.rh_property__additional li{padding:.7rem 2rem}
.rh_property__features_wrap .rh_property__features{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}
.rh_property__features_wrap .rh_property__feature:before{width:20px;height:20px}
.rh_property__attachments_wrap .rh_property__attachments{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}
.floor-plans-accordions .floor-plan-title{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;padding:2rem}
.floor-plans-accordions .floor-plan-title .title{margin-bottom:0}
.floor-plans-accordions .floor-plan-title .floor-plan-meta .rh_agent_form .rh_agent_form__row,.floor-plans-accordions .floor-plan-title .floor-plan-meta p,.rh_agent_form .floor-plans-accordions .floor-plan-title .floor-plan-meta .rh_agent_form__row{margin:0 0 0 1.5rem}
.rh_property__child_slider{margin:0}
.rh_property__child_properties{padding:0 0 3rem 0}
.rh_property__child_properties ul.flex-direction-nav a{top:35%}
.rh_property__child_properties ul.flex-direction-nav a.flex-prev{width:40px;height:60px}
.rh_property__child_properties ul.flex-direction-nav a.flex-prev:before{width:40px;height:60px}
.rh_property__child_properties ul.flex-direction-nav a.flex-next{width:40px;height:60px}
.rh_property__child_properties ul.flex-direction-nav a.flex-next:before{width:40px;height:60px}
.rh_property__agent_detail{padding:3rem 0 0 0}
.rh_property__agent_head{text-align:left}
.rh_property__agent_head figure{width:20%;padding:0 1.5rem 0 0}
.rh_property__agent_head .description{width:40%}
.rh_property__agent_head .contacts-list{width:40%;padding:0 0 0 2rem}
.rh_property__agent_head .contacts-list .contact{-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}
.rh_property__comments #comments{padding:4rem 5rem 0 5rem}
.rh_property_agent img{margin-top:-4rem;padding:0 0 1rem 0}
.multiple-agent{margin-top:7rem}
#comments{padding:0 5rem 0}
#comments .nopassword{padding:0 0 5rem 0}
.commentlist{margin:0 0 5rem 0}
.commentlist article{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}
.commentlist article .comment-detail-wrap{padding:0 2rem}
.commentlist article .comment-detail-wrap .comment-meta{-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}
.commentlist article .comment-detail-wrap .author{margin-bottom:.5rem}
.comment .children{margin-left:8.8rem}
.comment-respond{padding:0 0 5rem 0}
.comment-form .rh_agent_form .rh_agent_form__row,.comment-form p,.rh_agent_form .comment-form .rh_agent_form__row{padding:0 1.5rem 3rem 1.5rem}
.comment-form .comment-form-author,.comment-form .comment-form-email,.comment-form .comment-form-url{width:50%}
.comment-form .comment-form-author input,.comment-form .comment-form-email input,.comment-form .comment-form-url input{margin-bottom:1.5rem}
.stars-avg-rating{margin-top:0}
.rh_properties{margin-bottom:0}
.rh_my-property{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;padding:0;margin-bottom:3rem}
.rh_my-property .rh_my-property__thumb{width:200px}
.rh_my-property .rh_my-property__title{width:36%;padding:0 2rem;text-align:left}
.rh_agent_form .rh_my-property .rh_my-property__title .rh_agent_form__row,.rh_my-property .rh_my-property__title .rh_agent_form .rh_agent_form__row,.rh_my-property .rh_my-property__title p{display:none;margin-top:.5rem}
.rh_my-property .rh_my-property__btns{-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}
.rh_my-property .rh_my-property__btns form{margin:.5rem 1rem 0 0}
.rh_my-property .rh_my-property__publish{width:21%;padding:.5rem 1.5rem;text-align:left;border-right:1px dotted rgba(128,128,128,.2);border-left:1px dotted rgba(128,128,128,.2)}
.rh_my-property .rh_my-property__publish .property-date{-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}
.rh_my-property .rh_my-property__controls{width:28%}
.rh_membership{width:50%}
.rh_memberships__sidebar .details{padding:1rem 2rem}
.rh_blog__post .entry-header{margin:0 3rem;margin-top:-9rem}
.rh_blog__post .entry-summary{padding:3rem}
.rh_blog__post .listing-slider .flex-control-nav{bottom:100px}
.entry-header-margin-fix{margin-top:12rem}
.entry-header-margin-fix:first-of-type{margin-top:9rem}
.entry-content{padding:2rem 3rem;margin:0 2rem}
.rh_prop_compare{padding:0}
.rh_prop_compare__row{overflow-x:initial;white-space:initial}
.rh_prop_compare__row .rh_prop_compare__column{width:20%;float:left}
.rh_compare .rh_compare__carousel .rh_compare__slide{width:25%}
.rh_compare--map_variation .rh_compare__carousel .rh_compare__slide{width:33%}
.rh_contact{margin-bottom:5rem}
.rh_contact__wrap{padding:0 3rem 5rem}
.rh_contact__form{width:50%}
.rh_contact__details{width:50%;margin-top:0}
.rh_contact__map{margin-top:2rem}
.list-container .rh_list_card{max-width:60rem}
.list-container .rh_list_card__wrap .rh_list_card__details{width:100%;padding:0;border-right:0}
.list-container .rh_list_card__wrap .rh_list_card__priceLabel{display:none}
.list-container .rh_list_card__wrap .rh_list_card__thumbnail{width:40%}
.list-container .rh_list_card__wrap .rh_list_card__details_wrap{width:60%}
.listing-layout .list-container{margin-left:-2rem;margin-right:-2rem}
#ihf-main-container .ihf-grid-result-price{margin:-10px -20px -20px}
#ihf-main-container .ihf-grid-result-container{padding:19px}
#ihf-main-container .ihf-grid-result-basic-info-item1{padding-right:.5rem}
#ihf-main-container .ihf-grid-result-basic-info-item2{padding-right:.5rem;padding-left:.5rem}
#ihf-main-container .ihf-grid-result-basic-info-item3{padding-left:.5rem}
#ihf-main-container .ihf-grid-result-photocount{font-size:1.4rem}
#ihf-main-container .ihf-grid-result-photocount .glyphicon{font-size:1.5rem}
#ihf-main-container .ihf-slider-col{width:33.33333333333333%;float:left}
#ihf-main-container .pagination{width:100%}
#ihf-main-container .form-control{margin-bottom:0}
#ihf-main-container .error{display:inline-block !important}
#ihf-main-container .visible-xs label{display:inline-block !important}
#ihf-main-container .chosen-container-single .chosen-single{margin-bottom:0}
#ihf-main-container .save-listing-btn,#ihf-main-container .schedule-showing-btn{width:33%}
#ihf-main-container .info-req-btn{width:31%;margin:0}
#ihf-main-container .property-main-detail-item{margin:5px 10px 5px 0;float:none}
#ihf-main-container .ihf-social-share{float:none !important;margin-top:5px}
#ihf-main-container .nav>li>a{padding:10px 15px}
#ihf-main-container .ihf-detail-tab-content #ihf-detail-features-tab .row{margin-right:-5rem;margin-left:-5rem}
#ihf-main-container .ihf-detail-tab-content #ihf-detail-features-tab .title-bar-1{padding:1.5rem 5rem}
#ihf-main-container .ihf-detail-tab-content #ihf-detail-features-tab .listing-info-item{margin-right:3.5rem;margin-left:3.5rem}
#ihf-main-container .ihf-map-search-refine-link{display:inline-block}
#ihf-main-container .ihf-map-results-count{font-size:1.5rem;margin:0 0 12px}
#ihf-main-container #ihf-refine-map-search-form #ihf-main-search-form-submit{width:100%}
#ihf-main-container #ihf-main-search-form-submit,#ihf-main-container #ihf-search-adv-submit,#ihf-main-container #ihf-search-profile-submit{margin-left:0;width:100%}
#ihf-main-container .ihf-results-photo{width:240px;margin-bottom:0}
#ihf-main-container .btn-group-justified .btn{display:table-cell;width:1%}
#ihf-main-container .btn-group-justified .btn+.btn{margin-left:-1px;margin-top:0}
#areaPickerCustomListToggle{width:80px}
#areaPickerClearAll,#areaPickerExpandAllCloseButton{width:70px}
#areaPickerExpandAllCloseButton .badge{padding:.5rem 1rem}
}@media(min-width:1140px){.rh_agent_form .rh_agent_form__row,a,p{font-size:1.5rem}
.rh_wrap--padding{padding:0 7rem}
.rh_wrap--topPadding{padding-top:7rem}
.rh_header .rh_header__wrap{padding:2.5rem 7rem}
.rh_menu .main-menu{-webkit-box-ordinal-group:2;-webkit-order:1;-ms-flex-order:1;order:1}
.rh_menu .rh_menu__hamburger{display:none;padding:0}
ul.rh_menu__main{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}
.rh_menu__user{-webkit-box-ordinal-group:3;-webkit-order:2;-ms-flex-order:2;order:2}
.rh_menu__user .rh_menu__user_phone{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;padding:0 0 0 .5rem}
.rh_menu__user .rh_menu__user_phone .contact-number{margin:0 0 0 .5rem}
.rh_menu__user .rh_menu__user_profile{padding:0 0 0 .5rem}
.rh_menu__user .rh_menu__user_submit a{display:inline-block;padding:1.4rem 1.5rem}
.rh_modal{width:260px}
.rh_prop_search--page{padding-bottom:5rem}
.rh_prop_search__form{-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;margin-top:-4rem}
.rh_prop_search__form .rh_prop_search__fields{width:80%}
.rh_prop_search__form .rh_prop_search__fields .rh_prop_search__wrap{-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;border-bottom:1px solid rgba(128,128,128,.2)}
.rh_prop_search__form .rh_prop_search__fields .rh_prop_search__wrap .select2-container--default .select2-selection--single{padding:0 2rem}
.rh_prop_search__form .rh_prop_search__fields .rh_prop_search__dropdown .select2-container--default .select2-selection--single{padding:0 2rem}
.rh_prop_search__form .rh_prop_search__fields .rh_prop_search__ddActive{height:auto;-webkit-transform:translateY(8rem);-ms-transform:translateY(8rem);transform:translateY(8rem)}
.rh_prop_search__form .rh_prop_search__fields .rh_prop_search__option:nth-last-child(1){border-right:0}
.rh_prop_search__form .rh_prop_search__fields .rh_prop_search__option{width:25%;padding:1.5rem 0;border-bottom:0}
.rh_prop_search__form .rh_prop_search__fields .rh_prop_search__option label{padding:0 2rem;margin-bottom:.5rem}
.rh_prop_search__form .rh_prop_search__fields .rh_prop_search__option input{padding:0 2rem}
.rh_prop_search__form .rh_prop_search__fields .rh_prop_search__select{padding:0}
.rh_prop_search__form .rh_prop_search__fields .rh_prop_search__select label{padding:1.5rem 2rem .5rem;margin-bottom:0}
.rh_prop_search__form .rh_prop_search__fields .rh_prop_search__select .rh_prop_search__selectwrap{padding:0 0 1.5rem 0}
.rh_prop_search__form .rh_prop_search__buttons{width:20%}
.rh_prop_search__form .rh_prop_search__buttons .rh_prop_search__advance{width:38%}
.rh_prop_search__form .rh_prop_search__buttons .rh_prop_search__advance a{padding:2.8rem 0}
.rh_prop_search__form .rh_prop_search__buttons .rh_prop_search__searchBtn{width:62%}
.rh_prop_search__form .rh_prop_search__buttons .rh_prop_search__searchBtn .rh_btn__prop_search{padding:3rem 0}
.rh_banner .rh_banner__wrap{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;padding:0 7rem 7rem}
.rh_banner__default{height:22rem}
.rh_form{padding:3rem 1.5rem;margin-bottom:0;margin-top:0}
.rh_form__login_wrap{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}
.rh_form__login_wrap .rh_form__login{width:50%}
.rh_form__login_wrap .rh_form__register{width:50%}
.commentlist article .comment-detail-wrap .rh_form__login_wrap .comment-body,.rh_form__login_wrap .commentlist article .comment-detail-wrap .comment-body,.rh_form__login_wrap .rh_content{padding:0 1.5rem 2rem}
.rh_form__item{padding:0 1.5rem 3rem}
.rh_form__item #drag-and-drop{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}
.rh_form__item #drag-and-drop div{margin:0 1rem}
.rh_form__item .field-description .note{width:7rem}
.rh_form__item .address-wrapper{padding:2.3rem}
.rh_form__item .address-wrapper #address-error{float:none;width:100%}
.rh_form__item .map-wrapper{padding:0 3rem 0 0}
.rh_form__item #inspiry-additional-details-container .inspiry-detail{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}
.rh_form__item #inspiry-additional-details-container .inspiry-detail .inspiry-detail-title{margin:0 1.5rem;width:initial}
.rh_form__item #inspiry-additional-details-container .inspiry-detail .inspiry-detail-value{margin:0 1.5rem;width:initial}
.rh_form__item .inspiry-details-wrapper .inspiry-detail{display:inline-block;margin:0 3.5rem}
.rh_form__item .features-checkboxes li{width:25%}
.rh_form--3-column{width:33.3%}
.rh_form--2-column{width:50%}
.rh_form__user_profile{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}
.rh_checkbox__featured label{padding:0 0 0 4rem}
.rh_checkbox__featured label .rh_checkbox__title{margin-left:0;padding:.3rem 0}
.rh_agent_options{margin-bottom:1.5rem}
.rh_agent_options .rh_agent_options__wrap{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}
.rh_agent_options .rh_agent_options__wrap span.select2{margin-left:1rem;width:30rem}
.rh_pagination{margin:2rem 0}
.rh_pagination__pages-nav{padding:0 0 4rem 0}
.row-fluid{-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap}
.row-fluid .span3{-webkit-box-flex:1;-webkit-flex:1 1 25%;-ms-flex:1 1 25%;flex:1 1 25%;width:25%}
.row-fluid .span6{-webkit-box-flex:1;-webkit-flex:1 1 50%;-ms-flex:1 1 50%;flex:1 1 50%;width:50%}
.row-fluid .span4{-webkit-box-flex:1;-webkit-flex:1 1 33.3%;-ms-flex:1 1 33.3%;flex:1 1 33.3%;width:33.3%}
.row-fluid .span2{-webkit-box-flex:1;-webkit-flex:1 1 16.67%;-ms-flex:1 1 16.67%;flex:1 1 16.67%;width:16.67%}
[data-tooltip]:hover::after,[data-tooltip]:hover::before{display:block}
.rh_map__search #map-head{margin-top:-4rem}
.rh_gallery--3-columns{width:33.3%}
.rh_gallery--2-columns{width:50%}
.rh_gallery--4-columns{width:25%}
.rh_slider .flexslider:hover .flex-direction-nav .flex-prev{left:25px}
.rh_slider .flexslider:hover .flex-direction-nav .flex-next{right:25px}
.rh_slider .flexslider .flex-direction-nav .flex-prev{display:block;left:-50px}
.rh_slider .flexslider .flex-direction-nav .flex-next{display:block;right:-50px}
.rh_slider .flexslider ul.slides .slide{height:90vh}
.rh_slider .flexslider ul.slides a.read-more{display:inline-block}
.rh_slide__desc .rh_slide__desc_wrap{display:block;padding:5rem;bottom:7rem;right:7rem}
.rh_agent_form .rh_slide__desc .rh_agent_form__row,.rh_slide__desc .rh_agent_form .rh_agent_form__row,.rh_slide__desc p{display:block}
.rh_slide__desc .rh_slide__meta_wrap{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}
.rh_slide__desc .rh_slide_prop_price{display:block}
.rh_section__properties{padding:0 5.5rem}
.rh_section--flex{-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap}
.rh_section--props_padding{padding:7rem 0}
.rh_section--props_padding.diagonal-border:after{bottom:-80px;border-left-width:100vw;border-bottom-width:160px}
.rh_section--props_padding .rh_section__head{padding:0 7rem 7rem}
.rh_section--top_padding{padding-top:7rem}
.rh_section--featured{padding:9rem 0}
.rh_section--featured.diagonal-border:before{top:-80px;border-left-width:100vw;border-bottom-width:160px}
.rh_section--featured.diagonal-border:after{bottom:-80px;border-left-width:100vw;border-bottom-width:160px}
.rh_section--featured .rh_section__head{padding:3rem 7rem 4rem}
.rh_section__map_listing{-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;margin-top:-4rem}
.rh_section__left_sidebar .rh_page__sidebar{-webkit-box-ordinal-group:2;-webkit-order:1;-ms-flex-order:1;order:1;margin-right:3rem}
.rh_section__left_sidebar .rh_page__main{-webkit-box-ordinal-group:3;-webkit-order:2;-ms-flex-order:2;order:2}
.rh_prop_card{width:33.3%}
.rh_prop_card .rh_prop_card__featured{max-width:55rem}
.rh_prop_card .rh_prop_card__child_property{-webkit-box-shadow:0 0 5px 2px rgba(0,0,0,.05);box-shadow:0 0 5px 2px rgba(0,0,0,.05)}
.rh_prop_card .rh_prop_card__details{padding:2rem}
.rh_prop_card .rh_prop_card__details .rh_prop_card__meta{padding:0 1rem 1rem 0}
.rh_section__featured{max-width:65rem;padding:3rem 0}
.rh_section__featured .rh_flexslider__nav a{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;width:73px;height:73px}
.rh_section__featured .rh_flexslider__prev{left:-15rem}
.rh_section__featured .rh_flexslider__next{right:-15rem}
.rh_section__featured .rh_prop_card__thumbnail img{min-height:416px}
.rh_prop_card--block{width:100%;margin:2rem 0 4rem 0}
.rh_prop_card--listing{width:50%;max-width:100%;margin:0;padding:0 1.5rem 3rem 1.5rem}
.rh_prop_card--similar{width:50%;padding:0 2rem 4rem 2rem}
.rh_section__testimonial{padding:18rem 7rem}
.rh_section__testimonial.diagonal-border:before{top:-80px;border-left-width:100vw;border-bottom-width:160px}
.rh_section__testimonial.diagonal-border:after{bottom:-80px;border-right-width:100vw;border-top-width:160px}
.rh_testimonial .rh_testimonial__quote{font-size:3.2rem;margin-bottom:5rem}
.rh_testimonial .rh_testimonial__author{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}
.rh_testimonial .rh_testimonial__author .rh_testimonial__author_name{font-size:3rem;padding:0 1rem 0 0}
.rh_testimonial__quote_bg{display:block}
.rh_section__cta.diagonal-border:after{bottom:-80px;border-right-width:100vw;border-top-width:160px}
.rh_cta{top:-80px;height:calc(100% + 16rem)}
.rh_cta__wrap .rh_cta__quote{font-size:3.2rem}
.rh_cta__wrap .rh_cta__btns{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}
.rh_cta__wrap .rh_cta__btns a{margin:0 1rem 0}
.rh_cta--featured .rh_cta__wrap{padding:17rem 7rem}
.rh_cta--contact .rh_cta__wrap{padding:15rem 7rem}
.rh_cta--contact .rh_cta__btns a{margin:0}
.rh_section__agents{padding:9rem 0}
.rh_section__agents.diagonal-border:before{top:-80px;border-right-width:100vw;border-top-width:160px}
.rh_section__agents.diagonal-border:after{bottom:-80px;border-left-width:100vw;border-bottom-width:160px}
.rh_section__agents .rh_section__head{padding:2rem 7rem 0}
.rh_section__agents_wrap{padding:7rem 5.5rem 2rem 5.5rem}
.rh_agent{margin:4rem 0;width:33.3%}
.rh_agent .rh_agent__wrap:hover .rh_agent__details .rh_agent__arrow{display:block}
.rh_section__features{padding:9rem 0 1rem}
.rh_section__features.diagonal-border:before{top:-80px;border-right-width:100vw;border-top-width:160px}
.rh_section__features.diagonal-border:after{bottom:-80px;border-left-width:100vw;border-bottom-width:160px}
.rh_section__features .rh_section__head{padding:3rem 7rem 4rem}
.rh_section__features_wrap{padding:3rem 5rem 0}
.rh_feature{width:33.3%;padding:0 2rem 7rem}
.rh_feature .rh_feature__desc{padding:0 2rem 0}
.rh_section__partners{padding:9rem 0}
.rh_section__partners.diagonal-border:before{top:-80px;border-right-width:100vw;border-top-width:160px}
.rh_section__partners.diagonal-border:after{bottom:-80px;border-left-width:100vw;border-bottom-width:160px}
.rh_section__partners .rh_section__head{padding:0 7rem 7rem}
.rh_section__partners_wrap{padding:0 6rem 5rem}
.rh_partner{width:16.6%;padding:0 1rem 2rem}
.rh_section__content{padding:7rem 0 0 0}
.commentlist article .comment-detail-wrap .rh_section__content .comment-body,.rh_section__content .commentlist article .comment-detail-wrap .comment-body,.rh_section__content .rh_content{padding:0 7rem 0 7rem}
.rh_section--content_padding{padding-bottom:8rem}
.rh_section--content_padding:after{bottom:-80px;border-left-width:100vw;border-bottom-width:160px}
.rh_footer{padding:15rem 0 7rem 0}
.rh_footer.diagonal-border:before{top:-80px;border-right-width:100vw;border-top-width:160px}
.rh_footer .rh_footer__wrap{padding:0 5rem 0}
.rh_footer .rh_footer__wrap .copyrights{padding:0 2rem}
.rh_footer .rh_footer__wrap .copyrights .separator{margin:0 1.5rem}
.rh_footer .rh_footer__wrap .designed-by{padding:0 2rem}
.rh_footer .rh_footer--paddingBottom{padding-bottom:5rem}
.rh_footer .rh_footer__logo{width:50%;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;padding:0 0 0 2rem}
.rh_footer .rh_footer__logo img{margin-bottom:0;margin-right:1.5rem}
.rh_footer .rh_footer__social{width:50%;text-align:right;padding:0 2rem 0 0}
.rh_footer .rh_footer__social a{margin:0;margin-left:1rem}
.rh_footer__before_fix{padding:5rem 0 7rem 0}
.rh_footer__before_fix:before{top:-160px}
.separator{display:inline-block}
.rh_footer__widgets{width:33.3%;padding:0 2rem}
.rh_footer__widgets.columns-4{width:25%;padding:0 2rem}
.rh_footer__widgets.columns-2{width:50%;padding:0 2rem}
.rh_footer__widgets.column-1{width:100%;padding:0 2rem}
.rh_contact_widget{margin-bottom:0}
.rh_contact_widget .rh_contact_widget__item .icon{padding:0 1.5rem}
.rh_widgets .widget_nav_menu .menu-item{width:50%}
.rh_page{padding:0 0 20rem 0}
.rh_page__listing_page{padding:0 0 20rem 0}
.rh_page__main{width:73%;padding-right:3rem}
.rh_page__sidebar{width:27%;max-width:100%}
.rh_page__head{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;padding:0 0 4rem 0}
.rh_page__head .rh_page__title{padding:0}
.rh_page__head .rh_page__title_pad{padding:0}
.rh_page__head .rh_page__gallery_filters{padding:0}
.rh_page__head .rh_page__nav{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;padding:0}
.rh_page__head .rh_page__controls{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;width:initial;padding:0}
.rh_view_type a{margin:0 0 0 2.5rem}
.rh_page__listing_map{width:50%;height:initial;padding:0}
.rh_page__map_properties{width:50%;padding:10rem 7rem 15rem 3rem;margin:0 auto 0 0;max-width:720px}
.rh_page__map_properties .rh_list_card{max-width:100%}
.rh_page--agents_listing{padding:0 0 2rem 0}
.rh_page__agents{padding:0 3rem 20rem 0}
.rh_page__agents .rh_page__content{margin-top:0;margin-bottom:3rem}
.rh_page__property{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;padding:0 0 5rem 0}
.rh_page__property .rh_page__property_title{text-align:left}
.rh_page__property .rh_page__property_title .rh_page__title{margin-bottom:.5rem}
.rh_page__property .rh_page__property_price{text-align:left;padding:0 0 0 2rem;border-left:1px solid rgba(128,128,128,.2)}
.rh_alert__404{margin:0}
.rh_page__contact .rh_blog{padding:2rem 0 0 0}
.rh_page__contact .entry-content{padding:2rem 3rem;margin:0 2rem}
#user-profile-img{margin-top:-4.5rem;margin-right:3rem;margin-bottom:0}
.profile-img-controls{text-align:left}
.profile-img-controls a{margin-right:1.5rem;margin-bottom:0}
.profile-img-controls .field-description{padding:2rem 0 0 0}
.rh_list_card{max-width:100%}
.rh_list_card__wrap{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;min-height:17rem}
.rh_list_card__wrap .rh_list_card__thumbnail{width:30%;height:initial}
.rh_list_card__wrap .rh_list_card__details_wrap{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;width:70%;padding:2rem 2.5rem}
.rh_list_card__wrap .rh_list_card__details_wrap .rh_list_card__meta_wrap{-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}
.rh_list_card__wrap .rh_list_card__details{width:65%;padding:0 2rem 0 0;border-right:1px solid rgba(128,128,128,.2);border-bottom:0}
.rh_list_card__wrap .rh_list_card__map_thumbnail{width:45%;height:initial}
.rh_list_card__wrap .rh_list_card__map_wrap{width:55%;padding:2rem}
.rh_list_card__wrap .rh_list_card__map_wrap .rh_list_card__meta_wrap{-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}
.rh_list_card__wrap .rh_list_card__priceLabel{width:35%;padding:0 0 0 2rem}
.rh_list_card__meta{margin-right:0}
.rh_agent_card{margin-top:6.5rem;padding:0}
.rh_agent_card__wrap .rh_agent_card__head{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}
.rh_agent_card__wrap .rh_agent_card__head .rh_agent_card__dp{width:20%;text-align:left}
.rh_agent_card__wrap .rh_agent_card__head .rh_agent_card__name{width:56%;margin-left:2.5rem;margin-top:0;text-align:left}
.rh_agent_card__wrap .rh_agent_card__head .rh_agent_card__listings{width:24%;padding:0 0 0 3rem;text-align:left;border-left:1px solid rgba(128,128,128,.2)}
.rh_agent_card__wrap .rh_agent_card__details .content{margin-bottom:3rem}
.rh_agent_card__wrap .rh_agent_card__details .rh_agent_card__contact{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}
.rh_agent_card__wrap .rh_agent_card__details .rh_agent_card__contact .rh_agent_card__link{margin-top:0}
.rh_agent_profile{margin-bottom:3rem}
.rh_agent_profile__wrap{padding:3rem}
.rh_agent_profile__wrap .rh_agent_profile__head{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;margin-bottom:2rem}
.rh_agent_profile__wrap .rh_agent_profile__head .rh_agent_profile__dp{width:20%;text-align:left}
.rh_agent_profile__wrap .rh_agent_profile__head .rh_agent_profile__details{width:80%;padding:0 0 0 3rem;text-align:left}
.rh_agent_profile__wrap .rh_agent_profile__head .rh_agent_profile__details .rh_agent_profile__name{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;margin-bottom:2.5rem}
.rh_agent_profile__wrap .rh_agent_profile__head .rh_agent_profile__details .name{width:65%;margin-bottom:0}
.rh_agent_profile__wrap .rh_agent_profile__head .rh_agent_profile__details .rh_agent_profile__contact{-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}
.rh_agent_profile__wrap .rh_agent_profile__head .rh_agent_profile__details .detail{padding:0 1.5rem 0 0;margin:0 1.5rem 1rem 0}
.rh_agent_profile__wrap .rh_agent_profile__head .rh_agent_profile__social{width:35%}
.rh_agent_form form{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}
.rh_agent_form .rh_agent_form__text{width:48%}
.rh_property .rh_property__row{margin-bottom:3rem;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}
.rh_property .rh_property__wrap{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}
.rh_property .rh_property--borderBottom{padding:0 0 3rem 0}
.rh_property .rh_property__main{width:70%;margin-right:3rem}
.rh_property .rh_property__content{padding:3rem;margin-bottom:3rem}
.rh_property .rh_property__sidebar{width:30%;margin-top:0}
.rh_property--padding{padding:5rem 0 0 0}
#property-detail-flexslider .flexslider ul.flex-direction-nav a.flex-prev{margin-top:-30px;width:40px;height:60px;left:2rem}
#property-detail-flexslider .flexslider ul.flex-direction-nav a.flex-prev:before{width:40px;height:60px}
#property-detail-flexslider .flexslider ul.flex-direction-nav a.flex-next{margin-top:-30px;width:40px;height:60px;right:2rem}
#property-detail-flexslider .flexslider ul.flex-direction-nav a.flex-next:before{width:40px;height:60px}
.rh_property__print a{margin:0 0 0 2rem}
.rh_property__print .share-this.sharer-0{top:1.5rem}
.rh_property__print .share-this.sharer-0 .social.networks-5.center{margin-left:-105px}
.rh_property__print .favorite-placeholder{margin:0 0 0 2rem}
.rh_property__meta_wrap .rh_property__meta{margin-bottom:3rem}
.rh_property__additional li{padding:.7rem 2rem}
.rh_property__features_wrap .rh_property__features{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}
.rh_property__features_wrap .rh_property__feature:before{width:20px;height:20px}
.rh_property__attachments_wrap .rh_property__attachments{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}
.floor-plans-accordions .floor-plan-title{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;padding:2rem}
.floor-plans-accordions .floor-plan-title .title{margin-bottom:0}
.floor-plans-accordions .floor-plan-title .floor-plan-meta .rh_agent_form .rh_agent_form__row,.floor-plans-accordions .floor-plan-title .floor-plan-meta p,.rh_agent_form .floor-plans-accordions .floor-plan-title .floor-plan-meta .rh_agent_form__row{margin:0 0 0 1.5rem}
.rh_property__child_slider{margin:0}
.rh_property__child_properties{padding:0 0 3rem 0}
.rh_property__child_properties ul.flex-direction-nav a{top:35%}
.rh_property__child_properties ul.flex-direction-nav a.flex-prev{width:40px;height:60px}
.rh_property__child_properties ul.flex-direction-nav a.flex-prev:before{width:40px;height:60px}
.rh_property__child_properties ul.flex-direction-nav a.flex-next{width:40px;height:60px}
.rh_property__child_properties ul.flex-direction-nav a.flex-next:before{width:40px;height:60px}
.rh_property__agent_detail{padding:3rem 0 0 0}
.rh_property__agent_head{text-align:left}
.rh_property__agent_head figure{width:20%;padding:0 2rem 0 0}
.rh_property__agent_head .description{width:40%}
.rh_property__agent_head .contacts-list{width:40%;padding:0 0 0 2rem}
.rh_property__agent_head .contacts-list .contact{-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}
.rh_property__comments #comments{padding:4rem 5rem 0 5rem}
.rh_property_agent img{margin-top:-4rem;padding:0 0 1rem 0}
.multiple-agent{margin-top:7rem}
#comments{padding:0 5rem 0}
#comments .nopassword{padding:0 0 5rem 0}
.commentlist{margin:0 0 5rem 0}
.commentlist article{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}
.commentlist article .comment-detail-wrap{padding:0 2rem}
.commentlist article .comment-detail-wrap .comment-meta{-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}
.commentlist article .comment-detail-wrap .author{margin-bottom:.5rem}
.comment .children{margin-left:8.8rem}
.comment-respond{padding:0 0 5rem 0}
.comment-form .rh_agent_form .rh_agent_form__row,.comment-form p,.rh_agent_form .comment-form .rh_agent_form__row{padding:0 1.5rem 3rem 1.5rem}
.comment-form .comment-form-author,.comment-form .comment-form-email,.comment-form .comment-form-url{width:50%}
.comment-form .comment-form-author input,.comment-form .comment-form-email input,.comment-form .comment-form-url input{margin-bottom:1.5rem}
.stars-avg-rating{margin-top:0}
.rh_properties{margin-bottom:0}
.rh_my-property{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;padding:0;margin-bottom:3rem}
.rh_my-property .rh_my-property__thumb{width:200px}
.rh_my-property .rh_my-property__title{width:36%;padding:0 2rem;text-align:left}
.rh_agent_form .rh_my-property .rh_my-property__title .rh_agent_form__row,.rh_my-property .rh_my-property__title .rh_agent_form .rh_agent_form__row,.rh_my-property .rh_my-property__title p{display:block;margin-top:.5rem}
.rh_my-property .rh_my-property__btns{-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}
.rh_my-property .rh_my-property__btns form{margin:.5rem 1rem 0 0}
.rh_my-property .rh_my-property__publish{width:20%;padding:.5rem 1.5rem;text-align:left;border-right:1px dotted rgba(128,128,128,.2);border-left:1px dotted rgba(128,128,128,.2)}
.rh_my-property .rh_my-property__publish .property-date{-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}
.rh_my-property .rh_my-property__controls{width:27%}
.rh_membership{width:33.3%}
.rh_memberships__sidebar .details{padding:1rem 2rem}
.rh_blog__post .entry-header{margin:0 3rem;margin-top:-9rem}
.rh_blog__post .entry-summary{padding:3rem}
.rh_blog__post .listing-slider .flex-control-nav{bottom:100px}
.entry-header-margin-fix{margin-top:12rem}
.entry-header-margin-fix:first-of-type{margin-top:9rem}
.entry-content{padding:2rem 3rem;margin:0 2rem}
.rh_prop_compare{padding:0}
.rh_prop_compare__row{overflow-x:initial;white-space:initial}
.rh_prop_compare__row .rh_prop_compare__column{width:20%;float:left}
.rh_compare .rh_compare__carousel .rh_compare__slide{width:25%}
.rh_compare--map_variation .rh_compare__carousel .rh_compare__slide{width:33%}
.rh_contact{margin-bottom:0}
.rh_contact__wrap{padding:0 3rem 5rem}
.rh_contact__form{width:50%}
.rh_contact__details{width:50%;margin-top:0}
.rh_contact__map{margin-top:2rem}
.list-container .rh_list_card{max-width:60rem}
.list-container .rh_list_card__wrap .rh_list_card__details{width:100%;padding:0;border-right:0}
.list-container .rh_list_card__wrap .rh_list_card__priceLabel{display:none}
.list-container .rh_list_card__wrap .rh_list_card__thumbnail{width:40%}
.list-container .rh_list_card__wrap .rh_list_card__details_wrap{width:60%}
.listing-layout .list-container{margin-left:-2rem;margin-right:-2rem}
#ihf-main-container .ihf-grid-result-price{margin:-10px -20px -20px}
#ihf-main-container .ihf-grid-result-container{padding:19px}
#ihf-main-container .ihf-grid-result-basic-info-item1{padding-right:1rem}
#ihf-main-container .ihf-grid-result-basic-info-item2{padding-right:1rem;padding-left:1rem}
#ihf-main-container .ihf-grid-result-basic-info-item3{padding-left:1rem}
#ihf-main-container .ihf-grid-result-photocount{font-size:1.5rem}
#ihf-main-container .ihf-grid-result-photocount .glyphicon{font-size:1.6rem}
#ihf-main-container .ihf-slider-col{width:33.33333333333333%;float:left}
#ihf-main-container .pagination{width:100%}
#ihf-main-container .form-control{margin-bottom:0}
#ihf-main-container .error{display:inline-block !important}
#ihf-main-container .visible-xs label{display:inline-block !important}
#ihf-main-container .chosen-container-single .chosen-single{margin-bottom:0}
#ihf-main-container .save-listing-btn,#ihf-main-container .schedule-showing-btn{width:33%}
#ihf-main-container .info-req-btn{width:31%;margin:0}
#ihf-main-container .property-main-detail-item{margin:4px 15px 4px 0;float:left}
#ihf-main-container .ihf-social-share{float:right !important;margin-top:0}
#ihf-main-container .nav>li>a{padding:10px 15px}
#ihf-main-container .ihf-detail-tab-content #ihf-detail-features-tab .row{margin-right:-5rem;margin-left:-5rem}
#ihf-main-container .ihf-detail-tab-content #ihf-detail-features-tab .title-bar-1{padding:1.5rem 5rem}
#ihf-main-container .ihf-detail-tab-content #ihf-detail-features-tab .listing-info-item{margin-right:3.5rem;margin-left:3.5rem}
#ihf-main-container .ihf-map-search-refine-link{display:inline-block}
#ihf-main-container .ihf-map-results-count{font-size:1.5rem;margin:0 0 12px}
#ihf-main-container #ihf-refine-map-search-form #ihf-main-search-form-submit{width:100%}
#ihf-main-container #ihf-main-search-form-submit,#ihf-main-container #ihf-search-adv-submit,#ihf-main-container #ihf-search-profile-submit{margin-left:0;width:100%}
#ihf-main-container .ihf-results-photo{width:240px;margin-bottom:0}
#ihf-main-container .btn-group-justified .btn{display:table-cell;width:1%}
#ihf-main-container .btn-group-justified .btn+.btn{margin-left:-1px;margin-top:0}
#areaPickerCustomListToggle{width:80px}
#areaPickerClearAll,#areaPickerExpandAllCloseButton{width:70px}
#areaPickerExpandAllCloseButton .badge{padding:.5rem 1rem}
}@media(min-width:1251px) and (max-width:1300px){body.home ol.dsidx-results li.dsidx-prop-summary .dsidx-prop-features>div{padding:0 10px}
}@media(min-width:1280px){.rh_agent_form .rh_agent_form__row,a,p{font-size:1.5rem}
.rh_wrap--padding{padding:0 10rem}
.rh_wrap--topPadding{padding-top:8rem}
.rh_header .rh_header__wrap{padding:2.5rem 10rem}
.rh_menu .main-menu{-webkit-box-ordinal-group:2;-webkit-order:1;-ms-flex-order:1;order:1}
.rh_menu .rh_menu__hamburger{display:none;padding:0}
ul.rh_menu__main{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}
.rh_menu__user{-webkit-box-ordinal-group:3;-webkit-order:2;-ms-flex-order:2;order:2}
.rh_menu__user .rh_menu__user_phone{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;padding:0 0 0 1.5rem}
.rh_menu__user .rh_menu__user_phone .contact-number{margin:0 0 0 1rem}
.rh_menu__user .rh_menu__user_profile{padding:0 0 0 1rem}
.rh_menu__user .rh_menu__user_submit a{display:inline-block;padding:1.4rem 2rem}
.rh_modal{width:260px}
.rh_prop_search--page{padding-bottom:5rem}
.rh_prop_search__form{-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;margin-top:-4.75rem}
.rh_prop_search__form .rh_prop_search__fields{width:80%}
.rh_prop_search__form .rh_prop_search__fields .rh_prop_search__wrap{-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;border-bottom:1px solid rgba(128,128,128,.2)}
.rh_prop_search__form .rh_prop_search__fields .rh_prop_search__wrap .select2-container--default .select2-selection--single{padding:0 2.5rem}
.rh_prop_search__form .rh_prop_search__fields .rh_prop_search__dropdown .select2-container--default .select2-selection--single{padding:0 2.5rem}
.rh_prop_search__form .rh_prop_search__fields .rh_prop_search__ddActive{height:auto;-webkit-transform:translateY(9.5rem);-ms-transform:translateY(9.5rem);transform:translateY(9.5rem)}
.rh_prop_search__form .rh_prop_search__fields .rh_prop_search__option:nth-last-child(1){border-right:0}
.rh_prop_search__form .rh_prop_search__fields .rh_prop_search__option{width:25%;padding:2rem 0;border-bottom:0}
.rh_prop_search__form .rh_prop_search__fields .rh_prop_search__option label{padding:0 2.5rem;margin-bottom:1rem}
.rh_prop_search__form .rh_prop_search__fields .rh_prop_search__option input{padding:0 2.5rem}
.rh_prop_search__form .rh_prop_search__fields .rh_prop_search__select{padding:0}
.rh_prop_search__form .rh_prop_search__fields .rh_prop_search__select label{padding:2rem 2.5rem 1rem;margin-bottom:0}
.rh_prop_search__form .rh_prop_search__fields .rh_prop_search__select .rh_prop_search__selectwrap{padding:0 0 2rem 0}
.rh_prop_search__form .rh_prop_search__buttons{width:20%}
.rh_prop_search__form .rh_prop_search__buttons .rh_prop_search__advance{width:38%}
.rh_prop_search__form .rh_prop_search__buttons .rh_prop_search__advance a{padding:3.6rem 0}
.rh_prop_search__form .rh_prop_search__buttons .rh_prop_search__searchBtn{width:62%}
.rh_prop_search__form .rh_prop_search__buttons .rh_prop_search__searchBtn .rh_btn__prop_search{padding:3.8rem 0}
.rh_banner .rh_banner__wrap{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;padding:0 10rem 8rem}
.rh_banner__default{height:20rem}
.rh_form{padding:3rem 1.5rem;margin-bottom:0;margin-top:0}
.rh_form__login_wrap{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}
.rh_form__login_wrap .rh_form__login{width:50%}
.rh_form__login_wrap .rh_form__register{width:50%}
.commentlist article .comment-detail-wrap .rh_form__login_wrap .comment-body,.rh_form__login_wrap .commentlist article .comment-detail-wrap .comment-body,.rh_form__login_wrap .rh_content{padding:0 1.5rem 2rem}
.rh_form__item{padding:0 1.5rem 3rem}
.rh_form__item #drag-and-drop{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}
.rh_form__item #drag-and-drop div{margin:0 1rem}
.rh_form__item .field-description .note{width:6rem}
.rh_form__item .address-wrapper{padding:2.3rem}
.rh_form__item .address-wrapper #address-error{float:none;width:100%}
.rh_form__item .map-wrapper{padding:0 3rem 0 0}
.rh_form__item #inspiry-additional-details-container .inspiry-detail{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}
.rh_form__item #inspiry-additional-details-container .inspiry-detail .inspiry-detail-title{margin:0 1.5rem;width:initial}
.rh_form__item #inspiry-additional-details-container .inspiry-detail .inspiry-detail-value{margin:0 1.5rem;width:initial}
.rh_form__item .inspiry-details-wrapper .inspiry-detail{display:inline-block;margin:0 3.5rem}
.rh_form__item .features-checkboxes li{width:25%}
.rh_form--3-column{width:33.3%}
.rh_form--2-column{width:50%}
.rh_form__user_profile{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}
.rh_checkbox__featured label{padding:0 0 0 4rem}
.rh_checkbox__featured label .rh_checkbox__title{margin-left:0;padding:.3rem 0}
.rh_agent_options{margin-bottom:1.5rem}
.rh_agent_options .rh_agent_options__wrap{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}
.rh_agent_options .rh_agent_options__wrap span.select2{margin-left:1rem;width:30rem}
.rh_pagination{margin:2rem 0}
.rh_pagination__pages-nav{padding:0 0 4rem 0}
.row-fluid{-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap}
.row-fluid .span3{-webkit-box-flex:1;-webkit-flex:1 1 25%;-ms-flex:1 1 25%;flex:1 1 25%;width:25%}
.row-fluid .span6{-webkit-box-flex:1;-webkit-flex:1 1 50%;-ms-flex:1 1 50%;flex:1 1 50%;width:50%}
.row-fluid .span4{-webkit-box-flex:1;-webkit-flex:1 1 33.3%;-ms-flex:1 1 33.3%;flex:1 1 33.3%;width:33.3%}
.row-fluid .span2{-webkit-box-flex:1;-webkit-flex:1 1 16.67%;-ms-flex:1 1 16.67%;flex:1 1 16.67%;width:16.67%}
[data-tooltip]:hover::after,[data-tooltip]:hover::before{display:block}
.rh_map__search #map-head{margin-top:-4.75rem}
.rh_gallery--3-columns{width:33.3%}
.rh_gallery--2-columns{width:50%}
.rh_gallery--4-columns{width:25%}
.rh_slider .flexslider:hover .flex-direction-nav .flex-prev{left:25px}
.rh_slider .flexslider:hover .flex-direction-nav .flex-next{right:25px}
.rh_slider .flexslider .flex-direction-nav .flex-prev{display:block;left:-50px}
.rh_slider .flexslider .flex-direction-nav .flex-next{display:block;right:-50px}
.rh_slider .flexslider ul.slides .slide{height:90vh}
.rh_slider .flexslider ul.slides a.read-more{display:inline-block}
.rh_slide__desc .rh_slide__desc_wrap{display:block;padding:5rem;bottom:10rem;right:10rem}
.rh_agent_form .rh_slide__desc .rh_agent_form__row,.rh_slide__desc .rh_agent_form .rh_agent_form__row,.rh_slide__desc p{display:block}
.rh_slide__desc .rh_slide__meta_wrap{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}
.rh_slide__desc .rh_slide_prop_price{display:block}
.rh_section__properties{padding:0 8.5rem}
.rh_section--flex{-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap}
.rh_section--props_padding{padding:10rem 0 7rem 0}
.rh_section--props_padding.diagonal-border:after{bottom:-90px;border-left-width:100vw;border-bottom-width:180px}
.rh_section--props_padding .rh_section__head{padding:0 10rem 7rem}
.rh_section--top_padding{padding-top:10rem}
.rh_section--featured{padding:10rem 0 7rem 0}
.rh_section--featured.diagonal-border:before{top:-90px;border-left-width:100vw;border-bottom-width:180px}
.rh_section--featured.diagonal-border:after{bottom:-90px;border-left-width:100vw;border-bottom-width:180px}
.rh_section--featured .rh_section__head{padding:3rem 10rem 4rem}
.rh_section__map_listing{-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;margin-top:-4.75rem}
.rh_section__left_sidebar .rh_page__sidebar{-webkit-box-ordinal-group:2;-webkit-order:1;-ms-flex-order:1;order:1;margin-right:3rem}
.rh_section__left_sidebar .rh_page__main{-webkit-box-ordinal-group:3;-webkit-order:2;-ms-flex-order:2;order:2}
.rh_prop_card{width:33.3%}
.rh_prop_card .rh_prop_card__featured{max-width:55rem}
.rh_prop_card .rh_prop_card__child_property{-webkit-box-shadow:0 0 5px 2px rgba(0,0,0,.05);box-shadow:0 0 5px 2px rgba(0,0,0,.05)}
.rh_prop_card .rh_prop_card__details{padding:2.5rem}
.rh_prop_card .rh_prop_card__details .rh_prop_card__meta{padding:0 1.5rem 1.5rem 0}
.rh_section__featured{max-width:65rem;padding:3rem 0}
.rh_section__featured .rh_flexslider__nav a{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;width:73px;height:73px}
.rh_section__featured .rh_flexslider__prev{left:-15rem}
.rh_section__featured .rh_flexslider__next{right:-15rem}
.rh_section__featured .rh_prop_card__thumbnail img{min-height:416px}
.rh_prop_card--block{width:100%;margin:2rem 0 4rem 0}
.rh_prop_card--listing{width:50%;max-width:100%;margin:0;padding:0 1.5rem 3rem 1.5rem}
.rh_prop_card--similar{width:50%;padding:0 2rem 4rem 2rem}
.rh_section__testimonial{padding:18rem 10rem}
.rh_section__testimonial.diagonal-border:before{top:-90px;border-left-width:100vw;border-bottom-width:180px}
.rh_section__testimonial.diagonal-border:after{bottom:-90px;border-right-width:100vw;border-top-width:180px}
.rh_testimonial .rh_testimonial__quote{font-size:3.6rem;margin-bottom:5rem}
.rh_testimonial .rh_testimonial__author{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}
.rh_testimonial .rh_testimonial__author .rh_testimonial__author_name{font-size:3rem;padding:0 1rem 0 0}
.rh_testimonial__quote_bg{display:block}
.rh_section__cta.diagonal-border:after{bottom:-90px;border-right-width:100vw;border-top-width:180px}
.rh_cta{top:-90px;height:calc(100% + 18rem)}
.rh_cta__wrap .rh_cta__quote{font-size:3.6rem}
.rh_cta__wrap .rh_cta__btns{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}
.rh_cta__wrap .rh_cta__btns a{margin:0 1rem 0}
.rh_cta--featured .rh_cta__wrap{padding:20rem 10rem}
.rh_cta--contact .rh_cta__wrap{padding:16rem 10rem}
.rh_cta--contact .rh_cta__btns a{margin:0}
.rh_section__agents{padding:9rem 0}
.rh_section__agents.diagonal-border:before{top:-90px;border-right-width:100vw;border-top-width:180px}
.rh_section__agents.diagonal-border:after{bottom:-90px;border-left-width:100vw;border-bottom-width:180px}
.rh_section__agents .rh_section__head{padding:4rem 10rem 0}
.rh_section__agents_wrap{padding:9rem 8.5rem 6rem 8.5rem}
.rh_agent{margin:0;width:25%}
.rh_agent .rh_agent__wrap:hover .rh_agent__details .rh_agent__arrow{display:block}
.rh_section__features{padding:9rem 0 0}
.rh_section__features.diagonal-border:before{top:-90px;border-right-width:100vw;border-top-width:180px}
.rh_section__features.diagonal-border:after{bottom:-90px;border-left-width:100vw;border-bottom-width:180px}
.rh_section__features .rh_section__head{padding:3rem 10rem 4rem}
.rh_section__features_wrap{padding:3rem 8rem 0}
.rh_feature{width:33.3%;padding:0 2rem 10rem}
.rh_feature .rh_feature__desc{padding:0 2rem 0}
.rh_section__partners{padding:9rem 0}
.rh_section__partners.diagonal-border:before{top:-90px;border-right-width:100vw;border-top-width:180px}
.rh_section__partners.diagonal-border:after{bottom:-90px;border-left-width:100vw;border-bottom-width:180px}
.rh_section__partners .rh_section__head{padding:0 10rem 7rem}
.rh_section__partners_wrap{padding:0 9rem 5rem}
.rh_partner{width:16.6%;padding:0 1rem 2rem}
.rh_section__content{padding:10rem 0 0 0}
.commentlist article .comment-detail-wrap .rh_section__content .comment-body,.rh_section__content .commentlist article .comment-detail-wrap .comment-body,.rh_section__content .rh_content{padding:0 10rem 0 10rem}
.rh_section--content_padding{padding-bottom:9rem}
.rh_section--content_padding:after{bottom:-90px;border-left-width:100vw;border-bottom-width:180px}
.rh_footer{padding:15rem 0 10rem 0}
.rh_footer.diagonal-border:before{top:-90px;border-right-width:100vw;border-top-width:180px}
.rh_footer .rh_footer__wrap{padding:0 8rem 0}
.rh_footer .rh_footer__wrap .copyrights{padding:0 2rem}
.rh_footer .rh_footer__wrap .copyrights .separator{margin:0 1.5rem}
.rh_footer .rh_footer__wrap .designed-by{padding:0 2rem}
.rh_footer .rh_footer--paddingBottom{padding-bottom:5rem}
.rh_footer .rh_footer__logo{width:50%;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;padding:0 0 0 2rem}
.rh_footer .rh_footer__logo img{margin-bottom:0;margin-right:1.5rem}
.rh_footer .rh_footer__social{width:50%;text-align:right;padding:0 2rem 0 0}
.rh_footer .rh_footer__social a{margin:0;margin-left:1rem}
.rh_footer__before_fix{padding:5rem 0 10rem 0}
.rh_footer__before_fix:before{top:-180px}
.separator{display:inline-block}
.rh_footer__widgets{width:33.3%;padding:0 2rem}
.rh_footer__widgets.columns-4{width:25%;padding:0 2rem}
.rh_footer__widgets.columns-2{width:50%;padding:0 2rem}
.rh_footer__widgets.column-1{width:100%;padding:0 2rem}
.rh_contact_widget{margin-bottom:0}
.rh_contact_widget .rh_contact_widget__item .icon{padding:0 1.5rem}
.rh_widgets .widget_nav_menu .menu-item{width:50%}
.rh_page{padding:0 0 20rem 0}
.rh_page__listing_page{padding:0 0 20rem 0}
.rh_page__main{width:70%;padding-right:3rem}
.rh_page__sidebar{width:30%;max-width:100%}
.rh_page__head{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;padding:0 0 4rem 0}
.rh_page__head .rh_page__title{padding:0}
.rh_page__head .rh_page__title_pad{padding:0}
.rh_page__head .rh_page__gallery_filters{padding:0}
.rh_page__head .rh_page__nav{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;padding:0}
.rh_page__head .rh_page__controls{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;width:initial;padding:0}
.rh_view_type a{margin:0 0 0 2.5rem}
.rh_page__listing_map{width:50%;height:initial;padding:0}
.rh_page__map_properties{width:50%;padding:10rem 10rem 15rem 3rem;margin:0 auto 0 0;max-width:720px}
.rh_page__map_properties .rh_list_card{max-width:100%}
.rh_page--agents_listing{padding:0 0 2rem 0}
.rh_page__agents{padding:0 3rem 20rem 0}
.rh_page__agents .rh_page__content{margin-top:0;margin-bottom:3rem}
.rh_page__property{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;padding:0 0 5rem 0}
.rh_page__property .rh_page__property_title{text-align:left}
.rh_page__property .rh_page__property_title .rh_page__title{margin-bottom:.5rem}
.rh_page__property .rh_page__property_price{text-align:left;padding:0 0 0 2rem;border-left:1px solid rgba(128,128,128,.2)}
.rh_alert__404{margin:0}
.rh_page__contact .rh_blog{padding:2rem 0 0 0}
.rh_page__contact .entry-content{padding:2rem 3rem;margin:0 2rem}
#user-profile-img{margin-top:-4.5rem;margin-right:3rem;margin-bottom:0}
.profile-img-controls{text-align:left}
.profile-img-controls a{margin-right:1.5rem;margin-bottom:0}
.profile-img-controls .field-description{padding:2rem 0 0 0}
.rh_list_card{max-width:100%}
.rh_list_card__wrap{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;min-height:19rem}
.rh_list_card__wrap .rh_list_card__thumbnail{width:30%;height:initial}
.rh_list_card__wrap .rh_list_card__details_wrap{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;width:70%;padding:2rem 2.5rem}
.rh_list_card__wrap .rh_list_card__details_wrap .rh_list_card__meta_wrap{-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}
.rh_list_card__wrap .rh_list_card__details{width:65%;padding:0 2rem 0 0;border-right:1px solid rgba(128,128,128,.2);border-bottom:0}
.rh_list_card__wrap .rh_list_card__map_thumbnail{width:40%;height:initial}
.rh_list_card__wrap .rh_list_card__map_wrap{width:60%;padding:2rem 2.5rem}
.rh_list_card__wrap .rh_list_card__map_wrap .rh_list_card__meta_wrap{-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}
.rh_list_card__wrap .rh_list_card__priceLabel{width:35%;padding:0 0 0 2rem}
.rh_list_card__meta{margin-right:0}
.rh_agent_card{margin-top:6.5rem;padding:0}
.rh_agent_card__wrap .rh_agent_card__head{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}
.rh_agent_card__wrap .rh_agent_card__head .rh_agent_card__dp{width:20%;text-align:left}
.rh_agent_card__wrap .rh_agent_card__head .rh_agent_card__name{width:56%;margin-left:2.5rem;margin-top:0;text-align:left}
.rh_agent_card__wrap .rh_agent_card__head .rh_agent_card__listings{width:24%;padding:0 0 0 3rem;text-align:left;border-left:1px solid rgba(128,128,128,.2)}
.rh_agent_card__wrap .rh_agent_card__details .content{margin-bottom:3rem}
.rh_agent_card__wrap .rh_agent_card__details .rh_agent_card__contact{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}
.rh_agent_card__wrap .rh_agent_card__details .rh_agent_card__contact .rh_agent_card__link{margin-top:0}
.rh_agent_profile{margin-bottom:3rem}
.rh_agent_profile__wrap{padding:3rem}
.rh_agent_profile__wrap .rh_agent_profile__head{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;margin-bottom:2rem}
.rh_agent_profile__wrap .rh_agent_profile__head .rh_agent_profile__dp{width:20%;text-align:left}
.rh_agent_profile__wrap .rh_agent_profile__head .rh_agent_profile__details{width:80%;padding:0 0 0 3rem;text-align:left}
.rh_agent_profile__wrap .rh_agent_profile__head .rh_agent_profile__details .rh_agent_profile__name{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;margin-bottom:2.5rem}
.rh_agent_profile__wrap .rh_agent_profile__head .rh_agent_profile__details .name{width:65%;margin-bottom:0}
.rh_agent_profile__wrap .rh_agent_profile__head .rh_agent_profile__details .rh_agent_profile__contact{-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}
.rh_agent_profile__wrap .rh_agent_profile__head .rh_agent_profile__details .detail{padding:0 1.5rem 0 0;margin:0 1.5rem 1rem 0}
.rh_agent_profile__wrap .rh_agent_profile__head .rh_agent_profile__social{width:35%}
.rh_agent_form form{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}
.rh_agent_form .rh_agent_form__text{width:48%}
.rh_property .rh_property__row{margin-bottom:3rem;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}
.rh_property .rh_property__wrap{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}
.rh_property .rh_property--borderBottom{padding:0 0 3rem 0}
.rh_property .rh_property__main{width:70%;margin-right:3rem}
.rh_property .rh_property__content{padding:3rem;margin-bottom:3rem}
.rh_property .rh_property__sidebar{width:30%;margin-top:0}
.rh_property--padding{padding:5rem 0 0 0}
#property-detail-flexslider .flexslider ul.flex-direction-nav a.flex-prev{margin-top:-30px;width:40px;height:60px;left:2rem}
#property-detail-flexslider .flexslider ul.flex-direction-nav a.flex-prev:before{width:40px;height:60px}
#property-detail-flexslider .flexslider ul.flex-direction-nav a.flex-next{margin-top:-30px;width:40px;height:60px;right:2rem}
#property-detail-flexslider .flexslider ul.flex-direction-nav a.flex-next:before{width:40px;height:60px}
.rh_property__print a{margin:0 0 0 2rem}
.rh_property__print .share-this.sharer-0{top:1.5rem}
.rh_property__print .share-this.sharer-0 .social.networks-5.center{margin-left:-105px}
.rh_property__print .favorite-placeholder{margin:0 0 0 2rem}
.rh_property__meta_wrap .rh_property__meta{margin-bottom:3rem}
.rh_property__additional li{padding:.7rem 2rem}
.rh_property__features_wrap .rh_property__features{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}
.rh_property__features_wrap .rh_property__feature:before{width:20px;height:20px}
.rh_property__attachments_wrap .rh_property__attachments{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}
.floor-plans-accordions .floor-plan-title{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;padding:2rem}
.floor-plans-accordions .floor-plan-title .title{margin-bottom:0}
.floor-plans-accordions .floor-plan-title .floor-plan-meta .rh_agent_form .rh_agent_form__row,.floor-plans-accordions .floor-plan-title .floor-plan-meta p,.rh_agent_form .floor-plans-accordions .floor-plan-title .floor-plan-meta .rh_agent_form__row{margin:0 0 0 1.5rem}
.rh_property__child_slider{margin:0}
.rh_property__child_properties{padding:0 0 3rem 0}
.rh_property__child_properties ul.flex-direction-nav a{top:35%}
.rh_property__child_properties ul.flex-direction-nav a.flex-prev{width:40px;height:60px}
.rh_property__child_properties ul.flex-direction-nav a.flex-prev:before{width:40px;height:60px}
.rh_property__child_properties ul.flex-direction-nav a.flex-next{width:40px;height:60px}
.rh_property__child_properties ul.flex-direction-nav a.flex-next:before{width:40px;height:60px}
.rh_property__agent_detail{padding:3rem 0 0 0}
.rh_property__agent_head{text-align:left}
.rh_property__agent_head figure{width:20%;padding:0 2.5rem 0 0}
.rh_property__agent_head .description{width:40%}
.rh_property__agent_head .contacts-list{width:40%;padding:0 0 0 2rem}
.rh_property__agent_head .contacts-list .contact{-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}
.rh_property__comments #comments{padding:4rem 5rem 0 5rem}
.rh_property_agent img{margin-top:-4rem;padding:0 0 1rem 0}
.multiple-agent{margin-top:7rem}
#comments{padding:0 5rem 0}
#comments .nopassword{padding:0 0 5rem 0}
.commentlist{margin:0 0 5rem 0}
.commentlist article{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}
.commentlist article .comment-detail-wrap{padding:0 2rem}
.commentlist article .comment-detail-wrap .comment-meta{-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}
.commentlist article .comment-detail-wrap .author{margin-bottom:.5rem}
.comment .children{margin-left:8.8rem}
.comment-respond{padding:0 0 5rem 0}
.comment-form .rh_agent_form .rh_agent_form__row,.comment-form p,.rh_agent_form .comment-form .rh_agent_form__row{padding:0 1.5rem 3rem 1.5rem}
.comment-form .comment-form-author,.comment-form .comment-form-email,.comment-form .comment-form-url{width:50%}
.comment-form .comment-form-author input,.comment-form .comment-form-email input,.comment-form .comment-form-url input{margin-bottom:1.5rem}
.stars-avg-rating{margin-top:0}
.rh_properties{margin-bottom:0}
.rh_my-property{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;padding:0;margin-bottom:3rem}
.rh_my-property .rh_my-property__thumb{width:200px}
.rh_my-property .rh_my-property__title{width:36%;padding:0 2.5rem;text-align:left}
.rh_agent_form .rh_my-property .rh_my-property__title .rh_agent_form__row,.rh_my-property .rh_my-property__title .rh_agent_form .rh_agent_form__row,.rh_my-property .rh_my-property__title p{display:block;margin-top:1rem}
.rh_my-property .rh_my-property__btns{-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}
.rh_my-property .rh_my-property__btns form{margin:1rem 1.5rem 0 0}
.rh_my-property .rh_my-property__publish{width:17%;padding:.5rem 2.5rem;text-align:left;border-right:1px dotted rgba(128,128,128,.2);border-left:1px dotted rgba(128,128,128,.2)}
.rh_my-property .rh_my-property__publish .property-date{-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}
.rh_my-property .rh_my-property__controls{width:32%}
.rh_membership{width:33.3%}
.rh_memberships__sidebar .details{padding:1rem 2.5rem}
.rh_blog__post .entry-header{margin:0 3rem;margin-top:-9rem}
.rh_blog__post .entry-summary{padding:3rem}
.rh_blog__post .listing-slider .flex-control-nav{bottom:100px}
.entry-header-margin-fix{margin-top:12rem}
.entry-header-margin-fix:first-of-type{margin-top:9rem}
.entry-content{padding:2rem 3rem;margin:0 2rem}
.rh_prop_compare{padding:0}
.rh_prop_compare__row{overflow-x:initial;white-space:initial}
.rh_prop_compare__row .rh_prop_compare__column{width:20%;float:left}
.rh_compare .rh_compare__carousel .rh_compare__slide{width:25%}
.rh_compare--map_variation .rh_compare__carousel .rh_compare__slide{width:33%}
.rh_contact{margin-bottom:0}
.rh_contact__wrap{padding:0 3rem 5rem}
.rh_contact__form{width:50%}
.rh_contact__details{width:50%;margin-top:0}
.rh_contact__map{margin-top:2rem}
.list-container .rh_list_card{max-width:80rem}
.list-container .rh_list_card__wrap .rh_list_card__details{width:65%;padding:0 2rem 0 0;border-right:1px solid rgba(128,128,128,.2)}
.list-container .rh_list_card__wrap .rh_list_card__priceLabel{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}
.list-container .rh_list_card__wrap .rh_list_card__thumbnail{width:30%}
.list-container .rh_list_card__wrap .rh_list_card__details_wrap{width:70%}
.listing-layout .list-container{margin-left:-2rem;margin-right:-2rem}
#ihf-main-container .ihf-grid-result-price{margin:-10px -20px -20px}
#ihf-main-container .ihf-grid-result-container{padding:19px}
#ihf-main-container .ihf-grid-result-basic-info-item1{padding-right:1rem}
#ihf-main-container .ihf-grid-result-basic-info-item2{padding-right:1rem;padding-left:1rem}
#ihf-main-container .ihf-grid-result-basic-info-item3{padding-left:1rem}
#ihf-main-container .ihf-grid-result-photocount{font-size:1.5rem}
#ihf-main-container .ihf-grid-result-photocount .glyphicon{font-size:1.6rem}
#ihf-main-container .ihf-slider-col{width:33.33333333333333%;float:left}
#ihf-main-container .pagination{width:100%}
#ihf-main-container .form-control{margin-bottom:0}
#ihf-main-container .error{display:inline-block !important}
#ihf-main-container .visible-xs label{display:inline-block !important}
#ihf-main-container .chosen-container-single .chosen-single{margin-bottom:0}
#ihf-main-container .save-listing-btn,#ihf-main-container .schedule-showing-btn{width:33%}
#ihf-main-container .info-req-btn{width:31%;margin:0}
#ihf-main-container .property-main-detail-item{margin:4px 17px 4px 0;float:left}
#ihf-main-container .ihf-social-share{float:right !important;margin-top:0}
#ihf-main-container .nav>li>a{padding:10px 15px}
#ihf-main-container .ihf-detail-tab-content #ihf-detail-features-tab .row{margin-right:-5rem;margin-left:-5rem}
#ihf-main-container .ihf-detail-tab-content #ihf-detail-features-tab .title-bar-1{padding:1.5rem 5rem}
#ihf-main-container .ihf-detail-tab-content #ihf-detail-features-tab .listing-info-item{margin-right:3.5rem;margin-left:3.5rem}
#ihf-main-container .ihf-map-search-refine-link{display:inline-block}
#ihf-main-container .ihf-map-results-count{font-size:1.5rem;margin:0 0 12px}
#ihf-main-container #ihf-refine-map-search-form #ihf-main-search-form-submit{width:100%}
#ihf-main-container #ihf-main-search-form-submit,#ihf-main-container #ihf-search-adv-submit,#ihf-main-container #ihf-search-profile-submit{margin-left:0;width:100%}
#ihf-main-container .ihf-results-photo{width:240px;margin-bottom:0}
#ihf-main-container .btn-group-justified .btn{display:table-cell;width:1%}
#ihf-main-container .btn-group-justified .btn+.btn{margin-left:-1px;margin-top:0}
#areaPickerCustomListToggle{width:80px}
#areaPickerClearAll,#areaPickerExpandAllCloseButton{width:70px}
#areaPickerExpandAllCloseButton .badge{padding:.5rem 1rem}
}@media(min-width:1500px){.rh_slide__desc .rh_slide__desc_wrap{bottom:20rem}
}@media(max-width:1250px) and (max-width:800px){body.home ol.dsidx-results li.dsidx-prop-summary .dsidx-prop-features>div{width:100%}
}@media(max-width:1250px){body.home ol.dsidx-results li.dsidx-prop-summary{width:48.7%}
body.home ol.dsidx-results li.dsidx-prop-summary .dsidx-prop-title{width:100%}
body.home ol.dsidx-results li.dsidx-prop-summary .dsidx-prop-title b{line-height:0}
body.home ol.dsidx-results li.dsidx-prop-summary .dsidx-prop-title+div{width:100% !important}
body.home ol.dsidx-results li.dsidx-prop-summary .dsidx-prop-features{width:100%}
}@media(max-width:1179px){#home-idx-search.dsidx-widget-guided-search .dsidx-resp-search-box .dsidx-resp-area{width:23% !important}
}@media(max-width:1023px){.rh_prop_search__form .rh_prop_search__buttons .rh_prop_search__advance .advance-search-arrow{display:none !important}
.rh_section__testimonial .quotes-marks{display:none}
}@media(max-width:959px){#dsidx-top-search #dsidx-search-price-max,#dsidx-top-search #dsidx-search-price-min{width:49%}
}@media(max-width:879px){#home-idx-search.dsidx-widget-guided-search .dsidx-resp-search-box .dsidx-resp-area{width:30.6% !important}
}@media(max-width:768px){#rh_inspiry_gdpr input{vertical-align:top;margin-top:4px}
#rh_inspiry_gdpr label{width:89%}
.comment-form .comment-form-cookies-consent input{vertical-align:top;margin-top:4px}
.comment-form .comment-form-cookies-consent label{width:92%}
}@media(max-width:767px) and (max-width:417px){#dsidx.dsidx-details .dsidx-call-to-action #dsidx-button-contact-agent:first-child,#dsidx.dsidx-details .dsidx-call-to-action #dsidx-button-schedule-showing:first-child{margin-bottom:5px}
}@media(max-width:767px) and (max-width:375px){#dsidx.dsidx-results .dsidx-data .dsidx-primary-data .dsidx-address,#dsidx.dsidx-results .dsidx-data .dsidx-primary-data .dsidx-price{float:none;margin-left:0}
}@media(max-width:767px){.rh_header .rh_header__wrap{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}
.rh_header .rh_header__wrap .rh_logo{width:100%;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-flex:1;-webkit-flex:auto;-ms-flex:auto;flex:auto;margin-bottom:20px;text-align:center}
.rh_header .rh_header__wrap .rh_logo h2{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}
.rh_menu__user .rh_menu__user_submit a{background:0 0 !important;border:2px solid #fff !important}
#dsidx-profile-header{float:none}
#dsidx-profile-sharing-button{margin-top:3px}
.dsidx-results:not(.dsidx-results-grid) #dsidx-listings .dsidx-listing-container{margin-bottom:15px !important}
.dsidx-results:not(.dsidx-results-grid) #dsidx-listings .dsidx-listing{margin-bottom:0}
.dsidx-results:not(.dsidx-results-grid) #dsidx-listings .dsidx-listing .dsidx-data{width:100%;margin:0 !important}
.dsidx-results:not(.dsidx-results-grid) #dsidx-listings .dsidx-listing .dsidx-data .dsidx-secondary-data>div{padding-top:0;width:100%}
.dsidx-results:not(.dsidx-results-grid) #dsidx-listings .dsidx-listing .dsidx-media{width:100%;padding:0 !important}
#dsidx.dsidx-results{padding:0 10px}
#dsidx.dsidx-results #dsidx-profile-header,#dsidx.dsidx-results .dsidx-paging-control{float:none}
#dsidx.dsidx-results .dsidx-sorting-control{float:none;margin:15px 0}
.dsidx-results-grid #dsidx-listings li.dsidx-listing-container{width:100%;float:none}
.dsidx-results-grid #dsidx-listings li.dsidx-listing-container .dsidx-listing{margin:15px 0}
.dsidx-results-grid #dsidx-listings li.dsidx-listing-container .dsidx-listing .dsidx-media{padding:0 !important}
.dsidx-results-grid #dsidx-listings li.dsidx-listing-container .dsidx-listing .dsidx-data{margin:0 !important}
.dsidx-results-grid #dsidx-listings li.dsidx-listing-container .dsidx-listing .dsidx-data .dsidx-primary-data{padding:0;margin:0;border:0 !important}
.dsidx-results-grid #dsidx-listings li.dsidx-listing-container .dsidx-listing .dsidx-data .dsidx-primary-data .dsidx-address,.dsidx-results-grid #dsidx-listings li.dsidx-listing-container .dsidx-listing .dsidx-data .dsidx-primary-data .dsidx-price{float:none}
#dsidx.dsidx-details{padding:0 12px}
#dsidx.dsidx-details .dsidx-call-to-action #dsidx-button-contact-agent,#dsidx.dsidx-details .dsidx-call-to-action #dsidx-button-schedule-showing{width:auto !important}
#dsidx.dsidx-details .dsidx-contact-form table .select2-container,#dsidx.dsidx-details .dsidx-contact-form table input.dsidx-text,#dsidx.dsidx-details .dsidx-contact-form table textarea{width:90%}
#dsidx.dsidx-details .dsidx-contact-form table .select2-container{margin-bottom:5px}
#dsidx-similar-listings .dsidx-result{width:100%}
#dsidx-similar-listings .dsidx-small-listing .dsidx-media{width:auto}
ol.dsidx-results li.dsidx-prop-summary{width:100%;max-width:500px;margin:0 auto 15px;float:none}
ol.dsidx-results li.dsidx-prop-summary .dsidx-prop-title{width:100%}
ol.dsidx-results li.dsidx-prop-summary .dsidx-prop-title+div{width:100% !important}
ol.dsidx-results li.dsidx-prop-summary .dsidx-prop-features{width:100%}
}@media(max-width:767px) and (max-width:800px){ol.dsidx-results li.dsidx-prop-summary .dsidx-prop-features>div{width:100%}
}@media(max-width:679px){.dsidx-resp-search-box.dsidx-inline-form .dsidx-resp-area{margin-bottom:15px}
.dsidx-resp-search-box.dsidx-inline-form .dsidx-resp-area input[type=text]{margin-bottom:0}
.dsidx-resp-search-box.dsidx-inline-form .dsidx-resp-area input[type=submit]{width:100%}
}@media(max-width:674px){#home-idx-search.dsidx-widget-guided-search .dsidx-resp-search-box .dsidx-resp-area{width:95% !important}
}@media(max-width:640px){body.home ol.dsidx-results li.dsidx-prop-summary{width:100%;max-width:500px;margin:0 auto 15px !important;float:none}
}@media(max-width:479px){.rh_menu{width:100%}
.rh_menu__user{-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}
.rh_menu__user .rh_menu__user_profile{padding-left:0}
.rh_menu__user .rh_menu__user_profile.open-login .rh_modal{right:auto;left:2rem}
.rh_modal{right:auto;left:2rem}
.rh_modal .rh_modal__corner{border-right:0;border-left:20px solid #f7f7f7;margin:0}
}@media(max-width:375px){#dsidx-top-search #dsidx-search-form table .dsidx-small{margin-bottom:5px}
}@media(max-width:340px){#dsidx-top-search #dsidx-search-bar{padding:2px !important}
#dsidx-top-search.open #dsidx-search-bar{padding:10px !important}
}@media(max-width:320px){#dsidx ul.dsidx-tabs.dsidx-result-tabs li.dsidx-tab:last-child,body.dsidx ul.dsidx-tabs.dsidx-result-tabs li.dsidx-tab:last-child{margin-right:0}
#dsidx ul.dsidx-tabs.dsidx-result-tabs li.dsidx-tab span,body.dsidx ul.dsidx-tabs.dsidx-result-tabs li.dsidx-tab span{padding-left:19px}
}@media print{*{background:0 0 !important;color:#000 !important;-webkit-box-shadow:none !important;box-shadow:none !important;text-shadow:none !important}
a,a:visited{text-decoration:underline}
a[href]:after{content:""}
abbr[title]:after{content:" (" attr(title) ")"}
[class*=span]{width:auto}
.ir a:after,a[href^="#"]:after,a[href^="javascript:"]:after{content:""}
blockquote,pre{border:1px solid #999;page-break-inside:avoid}
thead{display:table-header-group}
img,tr{page-break-inside:avoid}
img{max-width:100% !important}
.rh_agent_form .rh_agent_form__row,h2,h3,p{orphans:3;widows:3}
h2,h3{page-break-after:avoid}
.only-for-print{display:block}
.rh_header .rh_header__wrap{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}
.rh_logo{display:block;width:100%;margin:0 auto;text-align:center}
.rh_logo .rh_logo__heading{font-size:2.4rem;font-weight:500}
.rh_logo .only-for-print{display:block}
.rh_agent_form .rh_logo .only-for-print.rh_agent_form__row,.rh_logo .rh_agent_form .only-for-print.rh_agent_form__row,.rh_logo p.only-for-print{margin-top:1rem}
.rh_logo a{display:none}
.rh_menu{display:block;width:100%}
.rh_menu .main-menu{display:none}
.rh_menu__user .rh_menu__user_profile,.rh_menu__user .rh_menu__user_submit{display:none}
.rh_menu__user .rh_menu__user_phone{display:block;width:100%;margin:0 auto;padding:0;margin-top:1rem;text-align:center}
.rh_menu__user .rh_menu__user_phone svg{display:none}
.rh_menu__user .rh_menu__user_phone .contact-number{font-weight:400;text-decoration:none}
.rh_section{padding:0 1rem}
.rh_page__property{-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}
.rh_page__property .rh_page__property_title{text-align:left}
.rh_page__property .rh_page__property_title .rh_page__title{font-size:1.8rem}
.rh_page__property .rh_page__property_price{padding:1rem 0 0}
.rh_page__property .rh_page__property_price .status{font-weight:500}
.rh_page__property .rh_page__property_price .price{font-size:1.4rem}
#property-detail-flexslider,.flex-direction-nav,.rh_banner,.rh_footer,.rh_property__child_properties,.rh_property__comments,.rh_property__print,.rh_property__similar_properties,.rh_property__video,.rh_property__virtual_tour{display:none}
.rh_header{position:relative}
.inspiry-post-nav{display:none !important}
#property-featured-image{margin-bottom:2rem}
.rh_property .rh_property__sidebar{margin-top:0;max-width:100%}
.rh_property .rh_property__sidebar .widget:not(.rh_property_agent){display:none}
.rh_property .rh_property__sidebar .widget .rh_property_agent__enquiry_form,.rh_property .rh_property__sidebar .widget .rh_property_agent__link{display:none}
.rh_property .rh_property__wrap{padding:0}
.rh_property .rh_property__content{padding:0;margin-bottom:2rem}
.rh_property .rh_property__meta{margin-bottom:2rem;padding:0;border-bottom:0}
.rh_property__heading{margin-bottom:1rem}
.rh_property__additional li{border-bottom:1px solid rgba(128,128,128,.2);padding:.7rem 0}
.rh_agent_form .rh_property__common_note .rh_agent_form__row,.rh_property__common_note .rh_agent_form .rh_agent_form__row,.rh_property__common_note p{padding:0}
.rh_property__features_wrap .rh_property__feature{-webkit-flex-basis:auto;-ms-flex-preferred-size:auto;flex-basis:auto;padding:0 2rem 2rem 0}
.rh_property__features_wrap .rh_property__feature:before{display:none}
.rh_property__features_wrap .rh_property__feature a{margin-left:0;text-decoration:none}
.rh_property__attachments_wrap .rh_property__attachments li{-webkit-flex-basis:auto;-ms-flex-preferred-size:auto;flex-basis:auto;padding:0 2rem 2rem 0}
.rh_property__attachments_wrap .rh_property__attachments li a{text-decoration:none}
.rh_property__attachments_wrap .rh_property__attachments li i{font-size:2rem}
.floor-plans-accordions .floor-plan-title .title i{display:none}
.floor-plans-accordions .floor-plan-title .title h3{margin-left:0}
.floor-plans-accordions .floor-plan-content{border:0;padding:2rem 0}
.rh_property__map_wrap #property_map{width:auto;page-break-inside:avoid}
.rh_property__map_wrap #property_map img{max-width:none !important}
.rh_agent_form .rh_property__agent_head .description .rh_agent_form__row,.rh_property__agent_head .description .rh_agent_form .rh_agent_form__row,.rh_property__agent_head .description p{line-height:2}
.rh_property__agent_head .description a{display:none}
.rh_property__agent_head a{text-decoration:none}
.rh_agent_form{display:none}
.rh_prop_search{display:none}
.rh_property_agent{margin-bottom:0}
.rh_property_agent .rh_property_agent__title{margin:1rem 0}
.rh_property_agent .rh_property_agent__agent_info{padding:0}
.rh_property_agent .rh_property_agent__agent_info .email .value{text-decoration:none}
.multiple-agent{margin-top:1rem}
}@-webkit-keyframes tooltips-vert{to{opacity:.9;-webkit-transform:translate(-50%,0);transform:translate(-50%,0)}
}@keyframes tooltips-vert{to{opacity:.9;-webkit-transform:translate(-50%,0);transform:translate(-50%,0)}
}@-webkit-keyframes tooltips-horz{to{opacity:.9;-webkit-transform:translate(0,-50%);transform:translate(0,-50%)}
}@keyframes tooltips-horz{to{opacity:.9;-webkit-transform:translate(0,-50%);transform:translate(0,-50%)}
}.contact_socialmediabanner {
margin-top: 2rem;
}
.rh_footer__social .footer_wechat {
background-color: inherit;
color: #808080;
-webkit-transition: .2s color linear;
transition: .2s color linear;
padding: 0;
}
.rh_footer__social .footer_wechat:hover {
color: white;
}
ul#menu-footer-right-side-menu li {
width: 100%;
text-align: right;
}
.bootstrap-realtypress .btn-primary {
background-color: #ff3b3f !important;
border: none; 
}
.rh_footer {
background: url(https://remaxcrest.ca/wp-content/themes/realhomes-child/assets/modern/images/footer-bg.jpg) !important;
}
.rh_footer .rh_footer--paddingBottom {
margin-top: 4rem;
}
.rh_footer.diagonal-border:before {
border-right: 100vw solid #393939;
}
.bootstrap-realtypress .rps-single-listing .rps-agent-details .agent-photo {
border: none;
}
.bootstrap-realtypress .rps-property-photo-row .bx-slider li img,
.bootstrap-realtypress .rps-single-listing .bx-pager a img {
transform: scale(1.2);
}
body > div.rh_wrap > div.bootstrap-realtypress > div > div > div:nth-child(2) > div.rps-footer > p {
display: none;
}
body > div.rh_wrap > div.bootstrap-realtypress > div > div > div:nth-child(2) > div:nth-child(6) > div:nth-child(3) > div.col-md-9.col-sm-8.col-xs-12 > p:nth-child(18) {
display: none;
}
.rh_page__title {
display: none;
}
.rh_banner .rh_banner__title {
display: none;
}
header div.rh_logo > a > img,
footer div.rh_footer__logo > a > img {
max-height: 100px;
}
h2.rh_page__title .sub {
font-size: 2rem !important;
margin-top: 2rem;
}
.page-template-agents-list input[type=text],
.blog input[type=text] {
background-color: #fff;
border: 1px solid rgba(128, 128, 128, 0.2) !important;
}
.fa-lg {
font-size: 3em;
}
.widget .tagcloud a {
background-color: #1e73be;
}
.rh_blog__post figure img,
.rh_blog__post .listing-slider img {
width: 100%;
}
.home .rh_btn,
.single-agent .rh_btn,
.single-agency .rh_btn,
.page-template-agents-list .rh_btn,
.page-template-agencies-list .rh_btn
{
width: 200px !important;
}
.rh_cta__btns a {
margin: 0 1rem 4rem !important;
}
.content-spacer-20 {
height: 20px;
clear: both;
}
.content-spacer-40 {
height: 40px;
clear: both;
}
.flexbox-spacer {
width: 23%;
height: 0;
}
.rh_list_card__wrap .rh_list_card__thumbnail .rh_list_card__btns,
.rh_prop_card__btns {
display: none;
}
@media (min-width: 768px) {
#recent-posts-4 {
text-align: right;
}
} .rh_banner__cover {
background: none;
}
.rh_header {
background-color: #303030;
-webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,.5);
-moz-box-shadow: 0 0 5px 0 rgba(0,0,0,.5);
box-shadow: 0 0 5px 0 rgba(0,0,0,.5);
}
.rh_header--shadow {
background: #303030;
} .rh_logo img {
max-height: 150px !important;
}
@media (min-width: 768px) {
.rh_logo > a {
position: absolute;
}
.rh_logo > a > img {
position: relative;
top: -5rem;
}
}
@media (min-width: 1140px) {
ul.rh_menu__main li a {
padding: 0.9rem 1rem;
}
}
@media (min-width: 1280px) {
ul.rh_menu__main li a {
padding: 0.9rem 1.2rem;
}
}
@media (min-width: 1440px) {
ul.rh_menu__main li a {
padding: 0.9rem 1.7rem;
}
} .rh_menu {
padding-top: 10px;
padding-bottom: 10px;
z-index: 999;
}
.rh_menu__user .rh_menu__user_submit a {
background: #ff3b3f !important;
padding: 1.2rem 1.7rem !important;
}
ul.rh_menu__main li a:hover, ul.rh_menu__main > .current-menu-ancestor > a, ul.rh_menu__main li:hover, .rh_menu--hover, .rh_section__featured .rh_flexslider__nav a:hover, [data-tooltip]::after, .dsidx-widget-guided-search form input[type=submit]:hover, .dsidx-widget-quick-search form input[type=submit]:hover, #ihf-main-container .btn-primary.active {
background: #1e73be;
}
.home ul.rh_menu__main > .current-menu-item > a {
background: none !important;
}
ul.rh_menu__main ul.sub-menu,
ul.rh_menu__main ul.sub-menu ul.sub-menu {
border-top-color: #1e73be;
} .rt_banner_home {
background-size: cover;
height: 0;
}
.rh_banner.rh_banner__default.rt_banner_home {
background-size: cover !important;
}
.rh_banner {
margin-top: 25rem;
}
.rt_gradient {
position: absolute;
height: 100vh;
width: 100%;
background: linear-gradient(to bottom, rgba(0,0,0,.6), rgba(255,0,0,0) 12%), linear-gradient(to top, rgba(0,0,0,.6), rgba(255,0,0,0) 40%);
}
.home .rh_prop_search {
position: relative;
}
.rt_home_info {
display: none;
position: absolute;
bottom: 10rem;
left: 0rem;
color: white;
font-size: 2rem;
padding: inherit;
width: 100%;
}
.rt_home_info p {
font-size: 2rem;
margin-top: -0.8rem;
}
.rt_home_info .bold {
font-weight: bold;
}
.rt_home_info .largetext {
font-size: 4.8rem;
}
.rt_home_info .smalltext {
font-size: 1.1rem;
}
.rt_home_info .rt_stats .rt_stats_item {
margin-left: 2rem;
text-align: center;
width: 8rem;
height: 8rem;
background: rgba(0,0,0,0.7);
}
.rt_home_info .rt_stats .rt_stats_item > img {
margin-top: -4rem;
}
.rt_home_info .rt_stats .rt_stats_item p {
color: white;
}
.rt_home_info .rt_stats .rt_stats_item:nth-child(3) {
background: rgba(30, 115, 190, 0.7);
}
@media (min-width: 768px) {
body:not(.home) .rh_banner {
margin-top: 10rem;	
}
.rh_header--shadow {
background: none;
box-shadow: none;
}
.home .rh_banner {
margin-top: 0;	
}
.rt_banner_home {
height: 100vh;
}
.rt_home_info {
display: flex;
flex-flow: column wrap;
justify-content: center;
}
.rt_home_info	.rt_numberone {
text-align: center;
margin-bottom: 5rem;
}
.rt_home_info .rt_stats {
display: flex;
justify-content: center;
}
}
@media (min-width: 1000px) {
.rt_home_info {
flex-flow: row nowrap;
justify-content: space-between;
}
.rt_home_info	.rt_numberone {
text-align: left;
margin-bottom: 0;
}
.rt_home_info .rt_stats {
justify-content: baseline;
}
} #map {
height: 40em;
}
.main-menu a {
font-size: 1.2rem; 
}
.main-menu ul.rh_menu__main {
margin-left: 50px; 
} .home .bootstrap-realtypress .sc-rps-search-location-form {
margin: 10rem 0 10rem;
box-shadow: 0 0 5px 2px rgba(0,0,0,.05);
-webkit-box-shadow: 0 0 5px 2px rgba(0,0,0,.05);
-moz-box-shadow: 0 0 5px 2px rgba(0,0,0,.05);
}
.home .bootstrap-realtypress .form-control.input-lg {
height: 8rem;
padding: 10px 30px;
font-size: 22px;
}
.home .bootstrap-realtypress .sc-rps-search-location-form .input-group-btn button {
z-index: 9;
width: 8rem;
height: 8rem;
}
.bootstrap-realtypress .btn-primary {
background-color: #1e73be;
border-color: #1e73be;
}
.home .bootstrap-realtypress .sc-rps-search-location-form .look-search-blurb {
display: none;
}
@media (min-width: 768px) {
.home .bootstrap-realtypress .sc-rps-search-location-form {
margin: -16rem 0 10rem;
}
} .home .rh_section__properties .bootstrap-realtypress.rps-mb30 {
margin: 0 0 2rem;
}
.home .rh_section__properties .bootstrap-realtypress .rps-property-result {
margin: 0 0 20px 0;
border: 1px solid #eaeaea;
background: white;
box-shadow: 0 0 5px 2px rgba(0,0,0,.05);
-webkit-box-shadow: 0 0 5px 2px rgba(0,0,0,.05);
-moz-box-shadow: 0 0 5px 2px rgba(0,0,0,.05);
}
.bootstrap-realtypress .rps-property-result .rps-property-info {
background: white;
}
.home .bootstrap-realtypress .rps-result-features {
display: flex;
flex-flow: row wrap;
justify-content: center;
text-align: left;
}
.home .rh_section__properties .bootstrap-realtypress .rps-contact-form,
.home .rh_section__properties .bootstrap-realtypress .result-pagination {
display: none;
}
@media (min-width: 768px) {
.home .rh_section__properties .bootstrap-realtypress .image-holder {
height: 150px;
}
}
@media (min-width: 960px) {
.home .rh_section__properties .bootstrap-realtypress .image-holder {
height: 200px;
}
}
@media (min-width: 1200px) {
.home .rh_section__properties .bootstrap-realtypress .image-holder {
height: 230px;
}
}
@media (min-width: 1440px) {
.home .rh_section__properties .bootstrap-realtypress .image-holder {
height: 260px;
}
} body > div.rh_wrap > section.rh_section.rh_section--featured.diagonal-border > div.rh_section__properties > div > div > div > div > div > div {
max-width: 1130px !important;
margin: 0px auto !important;
}
.home .bootstrap-realtypress .rps-listing-carousel-shortcode.horizontal .bx-wrapper .bx-viewport {
height: auto !important;
}
.home .bootstrap-realtypress .rps-listing-carousel-shortcode.horizontal .bx-slider li.slide {
width: 360px !important;
height: 280px;
}
.home .bootstrap-realtypress .rps-listing-carousel-shortcode .bx-wrapper .bx-caption {
font-size: 1.8rem;
}
.home .bootstrap-realtypress .rps-listing-carousel-shortcode .bx-wrapper .bx-caption .price {
font-size: 24px;
margin: 10px 0;
}
.home .bootstrap-realtypress .rps-listing-carousel-shortcode .bx-wrapper .bx-caption .bed_bath {
margin: 10px auto;
}
.home .rh_section--featured .rh_cta__btns {
margin-top: 3rem;
} .home .rh_section__agents .rh_agent__wrap {
height: 273px;
} .page-template-agents-list .rh_page__main {
width: 100%;
}
.page-template-agents-list .widget {
margin-bottom: 0;
}
.page-template-agents-list .widget .searchform input[type=text] {
width: 300px;
float: left;
border: 1px solid rgba(128, 128, 128, 0.2);
}
.page-template-agents-list .widget .searchform input[type=submit] {
width: 150px;
float: left;
margin-top: 0;
height: 50px;
}
.page-template-agents-list .rh_sort_controls {
box-shadow: none !important;
-webkit-box-shadow: none !important;
}
.page-template-agents-list
.rh_page__listing {
display: flex;
flex-flow: row wrap;
justify-content: space-between;
margin-top: 6rem;
}
.page-template-agents-list .rh_agent_card__wrap .rh_agent_card__head .rh_agent_card__dp {
width: 100%;
text-align: center;
}
.page-template-agents-list
.rh_agent_card {
margin-top: 0;
margin-bottom: 6.5rem;
}
.page-template-agents-list
.rh_agent_card__wrap {
box-shadow: 0 0 5px 2px rgba(0,0,0,.05);
-webkit-box-shadow: 0 0 5px 2px rgba(0,0,0,.05);
-moz-box-shadow: 0 0 5px 2px rgba(0,0,0,.05);
height: 386px;
}
.page-template-agents-list .rh_agent_card__name .name {
margin: 0;
text-align: center;
}
.page-template-agents-list .rh_agent_card__name .name a {
font-size: 2.4rem;
font-weight: 500;
line-height: 1.5;
color: #1a1a1a;
}
.page-template-agents-list .rh_agent_card__name .social {
margin: 0.5rem 0 2rem;
}
.page-template-agents-list .rh_agent_card__name .social a { 
display: inline-block; 
vertical-align: top; 
margin: 0 0.5rem; 
color: rgba(128, 128, 128, 0.5); 
-webkit-transition: 0.2s all linear; 
transition: 0.2s all linear; 
}
.page-template-agents-list .rh_agent_card__name .social a:hover { 
color: #ea723d; 
-webkit-transition: 0.2s all linear; 
transition: 0.2s all linear; 
}
.page-template-agents-list .rh_agent_card__name .social a i {
font-size: 1.8rem; 
}
.page-template-agents-list .rh_agent_card__contact_wrap,
.page-template-agents-list .rh_agent_card .contact {
margin-right: auto !important;
margin-left: auto !important;
flex-direction: column;
}
.page-template-agents-list .rh_agent_card__wrap .rh_agent_card__details .rh_agent_card__contact .rh_agent_card__contact_wrap .contact {
padding: 0;
}
.page-template-agents-list .rh_cta__btns {
text-align: center;
}
.page-template-agents-list .rh_btn--redBG {
background: #ff3b3f;
width: 80px !important;
margin: 1rem;
padding: 1rem 0;
}
@media (min-width: 320px) {
.page-template-agents-list .rh_agent_card {
width: 100%;
max-width: 350px;
margin-left: auto;
margin-right: auto;
}
.page-template-agents-list 	.rh_page__head .rh_page__controls {
flex-direction: column;
-webkit-flex-direction: column;
}
.page-template-agents-list .widget .searchform input[type=text],
.page-template-agents-list .widget .searchform input[type=submit] {
width: 100%;
margin-left: 0;
}
.rh_page__head .rh_page__controls .rh_sort_controls {
margin-top: 2rem;
}
}
@media (min-width: 600px) {
.page-template-agents-list
.rh_agent_card {
width: 45%;
margin-left: 0;
margin-right: 0;
}
.page-template-agents-list 	.rh_page__head .rh_page__controls {
flex-direction: row;
-webkit-flex-direction: row;
}
.rh_page__head .rh_page__controls .rh_sort_controls {
margin-top: 0;
}
.page-template-agents-list .widget .searchform input[type=text],
.page-template-agents-list .widget .searchform input[type=submit] {
width: 100%;
max-width: 300px;
margin-left: auto;
margin-right: auto;
} 
}
@media (min-width: 768px) {
.page-template-agents-list
.rh_agent_card {
width: 47%;
}
}
@media (min-width: 840px) {
.page-template-agents-list
.rh_agent_card {
width: 47%;
}
.page-template-agents-list .widget .searchform input[type=submit] {
width: 150px;
margin-left: 1rem;
}
}
@media (min-width: 1024px) {
.page-template-agents-list
.rh_agent_card {
width: 30%;
}
}
@media (min-width: 1280px) {
.page-template-agents-list
.rh_agent_card {
width: 23%;
}
} .single-agent .rh_banner {
display: none;
}
.single-agent .rh_section {
margin-top: 30rem;
}
.single-agent .rh_page__agents {
padding: 0 3rem 5rem 0;
}
.single-agent .rt_agent_profile__reviews, 
h3.title {
margin: 2rem 0;
}
.single-agent .rh_agent_profile h3 {
font-weight: 500;
}
.single-agent .rh_agent_profile__wrap .rh_agent_profile__head .rh_agent_profile__social {
width: auto;
}
.rh_agent_card .social button,
.rh_agent_profile__social button {
background: none;
margin: 0;
padding: 0;
}
.single-agent .rankmyagent-widget[data-agent] .header .left {
display: none;
}
.single-agent .rt_google_reviews {
text-align: center;
}
.single-agent .rt_google_reviews > a > img {
margin: 6rem 0 1rem;
}
.single-agent .rh_agent_profile__contact_form {
clear: both;
}
.single-agent .rh_agent_form {
padding-top: 4rem;
}
.single-agent ul.rt_languages_wrap {
padding-left: 0;
margin: 1rem 0 2rem;
}
.single-agent ul.rt_languages_wrap li {
display: inline;
margin-right: 1rem;
border: 1px solid #a1a1a1;
padding: 0.5rem 1rem;
border-radius: 3px;
}
.single-agent .sidebar_social {
margin: 4rem 0;
text-align: left;
}
.single-agent .sidebar_social h3.sidebar_title {
color: #1a1a1a;
font-size: 2.2rem;
font-weight: 400;
text-align: left;
margin: 0 0 1rem;
}
.single-agent .bootstrap-realtypress .rps-contact-form {
display: none;
}
.single-agent .bootstrap-realtypress.rps-mb30 {
margin-top: 0;
}
.single-agent .bootstrap-realtypress .col-sm-12 {
padding: 0;
}
.rh_page__agents.rh_page__main .bootstrap-realtypress .result-header {
display: none !important;
}
.single_agent .bootstrap-realtypress .result-header {
display: none;
}
.single-agent .bootstrap-realtypress .rps-result-features {
display: flex;
flex-flow: row wrap;
justify-content: center;
}
#realtypress_search_box_widget-2 > div > h3 {
color: #1a1a1a;
font-size: 2.2rem;
font-weight: 400;
margin: 2rem 0 1.5rem;
}
.single-agent .agent_property_search .look-search-blurb {
display: none;
}
@media (min-width: 768px) {
.single-agent .rh_section {
margin-top: 12rem;
}
.single-agent .rt_google_reviews {
text-align: left;
}
}
@media (min-width: 768px) {
.post-type-archive-rps_listing .bootstrap-realtypress,
.single-rps_listing .bootstrap-realtypress {
margin: 20rem auto 10rem;
max-width: 1280px;
}
.single-agent .bootstrap-realtypress .rps-grid-result .image-holder {
height: 130px;
}
}
@media (min-width: 960px) {
.single-agent .bootstrap-realtypress .rps-grid-result .image-holder {
height: 180px;
}
}
@media (min-width: 1080px) {
.single-agent .bootstrap-realtypress .rps-grid-result .image-holder {
height: 150px;
}
}
@media (min-width: 1200px) {
.single-agent .bootstrap-realtypress .rps-grid-result .image-holder {
height: 180px;
}
}
@media (min-width: 1440px) {
.single-agent .bootstrap-realtypress .rps-grid-result .image-holder {
height: 200px;
}
} .page-template-agencies-list .rh_page__title {
margin-top: 8rem;
}
.page-template-agencies-list .rh_wrap--topPadding {
padding-top: 0;
}
.page-template-agencies-list .rh_page__main {
width: 100%;
}
.page-template-agencies-list .rh_page__listing {
display: flex;
flex-flow: row wrap;
justify-content: space-between;
}
.page-template-agencies-list .rh_agent_card__wrap {
box-shadow: 0 0 5px 2px rgba(0,0,0,.05);
-webkit-box-shadow: 0 0 5px 2px rgba(0,0,0,.05);
-moz-box-shadow: 0 0 5px 2px rgba(0,0,0,.05);
}
.page-template-agencies-list .rh_agent_card__wrap .rh_agent_card__head .rh_agent_card__dp {
margin-top: 0;
}
@media (min-width: 300px) {
.page-template-agencies-list .agency {
width: 100%;
}
} 
@media (min-width: 1000px) {
.page-template-agencies-list .agency {
width: 48%;
}
} .single-agency .rh_agent_profile h3.name {
width: 100% !important;
}
.single-agency .rh_agent_profile h3 {
margin: 2rem 0 1rem;
}
.single-agency .rh_agent_profile h4 {
color: #1e73be;
margin-bottom: 0.5rem;
}
.single-agency .rh_agent_profile .rh_content > img.manager {
height: 300px;
}
.single-agency .gallery-item {
margin-bottom: 0.5rem !important;
}
.single-agency .gallery-item img {
border: none !important;
width: 180px;
}
.single-agency .gallery-item dd {
display: none;
}
.single-agency .rh_page__section {
display: flex;
flex-flow: row wrap;
justify-content: space-around;
}
.single-agency .rh_agent_card__wrap {
box-shadow: 0 0 5px 2px rgba(0,0,0,.05);
-webkit-box-shadow: 0 0 5px 2px rgba(0,0,0,.05);
-moz-box-shadow: 0 0 5px 2px rgba(0,0,0,.05);
height: 336px;
}
.single-agency .rh_agent_card__wrap .rh_agent_card__head .rh_agent_card__dp {
width: 100%;
text-align: center;
}
.single-agency .rh_agent_card {
width: 31%;
margin: 6rem 0 0;
}
.single-agency .rh_agent_card__name .name {
margin: 0;
text-align: center;
}
.single-agency .rh_agent_card__name .name a {
font-size: 2.4rem;
font-weight: 500;
line-height: 1.5;
color: #1a1a1a;
}
.single-agency .rh_agent_card__name .social {
margin: 0.5rem 0 2rem;
}
.single-agency .rh_agent_card__name .social a { 
display: inline-block; 
vertical-align: top; 
margin: 0 0.5rem; 
color: rgba(128, 128, 128, 0.5); 
-webkit-transition: 0.2s all linear; 
transition: 0.2s all linear; 
}
.single-agency .rh_agent_card__name .social a:hover { 
color: #ea723d; 
-webkit-transition: 0.2s all linear; 
transition: 0.2s all linear; 
}
.single-agency .rh_agent_card__name .social a i {
font-size: 1.8rem; 
}
.single-agency .rh_agent_card__contact_wrap,
.single-agency .rh_agent_card .contact {
margin-right: auto !important;
margin-left: auto !important;
flex-direction: column;
}
.single-agency .rh_btn {
margin-top: 0 auto 4rem;
}
.rh_page__sidebar h3.title {
color: #1a1a1a;
font-size: 2.2rem;
font-weight: 400;
margin: 2rem 0 -1rem;
text-align: left;
}
.single-agency .bootstrap-realtypress .rps-result-features {
display: flex;
flex-flow: row wrap;
justify-content: center;
}
.single-agency .bootstrap-realtypress .col-sm-12 {
padding: 0;
}
.single-agency .bootstrap-realtypress .rps-list-result .rps-property-info {
margin: 0;
padding: 0 0 10px;
}
.single-agency .bootstrap-realtypress .result-pagination,
.single-agency .bootstrap-realtypress .rps-contact-form {
display: none;
}
.single-agency .rh_page__sidebar .rh_cta__btns {
margin-top: 3rem;
}
@media (min-width: 320px) {
.single-agency .gallery-item {
width: 50% !important;
}
.single-agency .rh_agent_card {
width: 100%;
max-width: 350px;
margin-left: auto;
margin-right: auto;
}
} 
@media (min-width: 600px) {
.single-agency .rh_agent_card {
width: 48%;
margin-left: 0;
margin-right: 0;
}
} 
@media (min-width: 768px) {
.single-agency .gallery-item {
width: 25% !important;
}
}
@media (min-width: 1200px) {
.single-agency .rh_agent_card {
width: 31%;
}
} .counters {
display: flex;
flex-flow: row nowrap;
justify-content: space-around;
}
.counter-wrap {
text-align: center;
}
.counter {
color: #1e73be;
font-weight: bold;
font-size: 3rem;
}
.counter-wrap p {
font-size: 1.2rem;
margin-top: -1rem
} .rt_cta_properties {
position: fixed;
bottom: 0;
left: -460px;
width: 450px;
background-color: white;
height: 300px;
box-shadow: 0 0 5px 2px rgba(0,0,0,.1);
z-index: 999999999;
transition: all 0.5s;
padding: 2.5rem;
text-align: center;
}
.rt_cta h2 {
margin: 4rem 0 3rem;
}
.rt_close_cta_properties {
float: right;
cursor: pointer;
}
@media (max-width: 500px) {
.rt_cta_properties {
width: 100%;
}
} .rt_cta_suppliers {
position: fixed;
bottom: 0%;
right: -460px;
width: 450px;
background-color: white;
height: 300px;
box-shadow: 0 0 5px 2px rgba(0,0,0,.1);
z-index: 999999999;
transition: all 0.5s;
padding: 2.5rem;
text-align: center;
}
.rt_close_cta_suppliers {
float: right;
cursor: pointer;
} .bootstrap-realtypress,
.bootstrap-realtypress p, 
.bootstrap-realtypress .table, 
.bootstrap-realtypress .table tr td, 
.bootstrap-realtypress .table tbody tr td, 
.bootstrap-realtypress .table thead tr th {
font-family: "Rubik", sans-serif;
}
.bootstrap-realtypress a:hover, .bootstrap-realtypress a:focus {
text-decoration: none;
}
.bootstrap-realtypress #rps-result-wrap .pl-20 {
padding: 0 !important;
}
.bootstrap-realtypress #rps-result-wrap .rps-property-result {
background: white;
box-shadow: 0 0 5px 2px rgba(0,0,0,.05);
-webkit-box-shadow: 0 0 5px 2px rgba(0,0,0,.05);
-moz-box-shadow: 0 0 5px 2px rgba(0,0,0,.05);
}
.bootstrap-realtypress #rps-result-wrap .rps-property-info {
background: white;
}
.bootstrap-realtypress #rps-result-wrap .rps-property-info > a > h4 {
font-size: 1.9rem;
font-weight: 500;
color: #1a1a1a !important;
font-family: 400 11px/1.4 Rubik,sans-serif;
}
.bootstrap-realtypress #rps-result-wrap .rps-property-info .city-province-postalcode {
padding: 5px 0 0;
font-size: 1.5rem;
font-weight: 400;
color: #1e73be;
}
.bootstrap-realtypress #rps-result-wrap .rps-property-info .rh_prop_card__meta_wrap {
display: flex;
margin-bottom: 10px;
text-align: left;
flex-flow: row wrap;
}
.bootstrap-realtypress #rps-result-wrap .rps-property-info .rh_prop_card__meta {
text-align: left;
}
.bootstrap-realtypress #rps-result-wrap .rps-property-info .rh_prop_card__meta h4 {
margin: 10px 10px 5px 0;
color: #1a1a1a !important;
font-size: 1.2rem;
}
.bootstrap-realtypress #rps-result-wrap .rps-property-info .rh_prop_card__meta .rh_svg {
fill: #b3b3b3; 
}
.bootstrap-realtypress #rps-result-wrap .rps-property-info .rh_prop_card__meta .figure {
margin-left: 5px;
font-size: 1.5rem;
vertical-align: middle;
}
.post-type-archive-rps_listing .bootstrap-realtypress,
.single-rps_listing .bootstrap-realtypress {
margin: 30rem auto 10rem;
}
.post-type-archive-rps_listing .bootstrap-realtypress .rps-list-result .rps-property-info {
padding: 5px 20px;
}
@media (max-width: 768px) {
.bootstrap-realtypress #rps-result-wrap .rps-property-info .rh_prop_card__meta_wrap {
justify-content: center;
}
}
@media (min-width: 768px) {
.post-type-archive-rps_listing .bootstrap-realtypress,
.single-rps_listing .bootstrap-realtypress {
margin: 20rem auto 10rem;
max-width: 1280px;
}
.post-type-archive-rps_listing .bootstrap-realtypress .rps-grid-result .image-holder {
height: 100px;
}
}
@media (min-width: 960px) {
.post-type-archive-rps_listing .bootstrap-realtypress .rps-grid-result .image-holder {
height: 130px;
}
}
@media (min-width: 1080px) {
.post-type-archive-rps_listing .bootstrap-realtypress .rps-grid-result .image-holder {
height: 150px;
}
}
@media (min-width: 1200px) {
.post-type-archive-rps_listing .bootstrap-realtypress .rps-grid-result .image-holder {
height: 180px;
}
}
@media (min-width: 1440px) {
.post-type-archive-rps_listing .bootstrap-realtypress .rps-grid-result .image-holder {
height: 200px;
}
} .single-rps_listing .bootstrap-realtypress .rps-single-listing .bx-pager .slide {
width: 100%;
} .page-template-properties-search-right-sidebar .rh_banner {
display: none;
}
.page-template-properties-search-right-sidebar .rh_section {
margin-top: 30rem;
}
@media (min-width: 768px) {
.page-template-properties-search-right-sidebar .rh_section {
margin-top: 12rem;
}
} .single-property .rh_banner {
display: none;
}
.single-property .rh_section {
margin-top: 30rem;
}
@media (min-width: 768px) {
.single-property .rh_section {
margin-top: 12rem;
}
}
@media (max-width: 768px) {
.single-property .rh_page__property_title,
.single-property .rh_page__property_price {
margin-left: auto;
margin-right: auto;
}
} .post,
.rh_blog__single, 
.rh_page__contact,
.rh_sidebar .menu {
box-shadow: 0 0 5px 2px rgba(0,0,0,.05);
-webkit-box-shadow: 0 0 5px 2px rgba(0,0,0,.05);
-moz-box-shadow: 0 0 5px 2px rgba(0,0,0,.05);
}
.rh_sidebar .menu {
background: white;
padding-bottom: 1rem;
}
.rh_sidebar .widget {
}
.rh_sidebar .menu li {
text-align: center;
}
.rh_sidebar .menu {
margin-top: 0;
}
.rh_sidebar .menu > li.menu-item-has-children > a {
font-weight: 500;
font-size: 2rem;
background-color: #1e73be;
color: white;
padding: 2.35rem;
width: 100%;
}
.rh_sidebar .menu .sub-menu > li.menu-item-has-children > a {
font-weight: 500;
background-color: #ff3b3f;
color: white;
padding: 1.2rem;
width: 100%;
}
.rh_sidebar .menu .sub-menu > li.menu-item-has-children > .sub-menu li {
margin-top: 1rem;
}
.rh_sidebar .widget ol .sub-menu, .widget ul .sub-menu {
margin: 0 0 2rem 0;
}
.rh_blog .entry-header {
min-height: auto;
}
.rh_blog .rh_blog__post .entry-header {
margin-top: -4rem;
}
.rh_blog .entry-header-margin-fix:first-of-type {
margin-top: 4rem;
}
.rh_blog ul {
margin-bottom: 4rem;
}
.rh_blog h2 {
}
.rh_blog h3 {
margin-top: 2rem;
}
.rh_blog h4 {
margin-top: 2rem;
}
.footer_wechat_hover{
position: relative;
}
.qrCodeHover {
opacity: 0;
position: absolute;
transition: 0.5s all;
top: 50px;
transform: translateY(-10px);
width: 200px;
left: -75px;
pointer-events: none;
}
.footer_wechat_hover:hover .qrCodeHover{
opacity: 1;
transform: translateY(0);
pointer-events: all;
}
@media (max-width: 576px){
.qrCodeHover {
left: 0;
}
}