.nice-select {
-webkit-tap-highlight-color: transparent;
background-color: #fff;
border-radius: 0;
border: solid 1px #e8e8e8;
box-sizing: border-box;
clear: both;
cursor: pointer;
display: block;
float: left;
font-family: inherit;
font-size: 13px;
font-weight: normal;
height: 36px;
line-height: 36px;
outline: none;
padding-left: 18px;
padding-right: 30px;
position: relative;
text-align: left !important;
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
white-space: nowrap;
width: 100%; }
.nice-select:hover {
border-color: #dbdbdb; }
.nice-select:active, .nice-select.open, .nice-select:focus {
border-color: #999; }
.nice-select:after {
border-bottom: 2px solid #999;
border-right: 2px solid #999;
content: '';
display: block;
height: 5px;
margin-top: -4px;
pointer-events: none;
position: absolute;
right: 12px;
top: 50%;
-webkit-transform-origin: 66% 66%;
-ms-transform-origin: 66% 66%;
transform-origin: 66% 66%;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
-webkit-transition: all 0.15s ease-in-out;
transition: all 0.15s ease-in-out;
width: 5px; }
.nice-select.open:after {
-webkit-transform: rotate(-135deg);
-ms-transform: rotate(-135deg);
transform: rotate(-135deg); }
.nice-select.open .list {
opacity: 1;
pointer-events: auto;
-webkit-transform: scale(1) translateY(0);
-ms-transform: scale(1) translateY(0);
transform: scale(1) translateY(0); }
.nice-select.disabled {
border-color: #ededed;
color: #999;
pointer-events: none; }
.nice-select.disabled:after {
border-color: #cccccc; }
.nice-select.wide {
width: 100%; }
.nice-select.wide .list {
left: 0 !important;
right: 0 !important; }
.nice-select.right {
float: right; }
.nice-select.right .list {
left: auto;
right: 0; }
.nice-select.small {
font-size: 12px;
height: 36px;
line-height: 34px; }
.nice-select.small:after {
height: 4px;
width: 4px; }
.nice-select.small .option {
line-height: 34px;
min-height: 34px; }
.nice-select .list {
width: 100%;
background-color: #fff;
border-radius: 5px;
box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
box-sizing: border-box;
margin-top: 4px;
opacity: 0;
overflow: hidden;
padding: 0;
pointer-events: none;
position: absolute;
top: 100%;
left: 0;
-webkit-transform-origin: 50% 0;
-ms-transform-origin: 50% 0;
transform-origin: 50% 0;
-webkit-transform: scale(0.75) translateY(-21px);
-ms-transform: scale(0.75) translateY(-21px);
transform: scale(0.75) translateY(-21px);
-webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
z-index: 9; margin-left: 0;
margin-right: 0;}
.nice-select .list:hover .option:not(:hover) {
background-color: transparent !important; }
.nice-select .option {
cursor: pointer;
font-weight: 400;
line-height: 40px;
list-style: none;
min-height: 40px;
outline: none;
padding-left: 18px;
padding-right: 29px;
text-align: left;
-webkit-transition: all 0.2s;
transition: all 0.2s; }
.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
background-color: #f6f6f6; }
.nice-select .option.selected {
font-weight: bold; }
.nice-select .option.disabled {
background-color: transparent;
color: #999;
cursor: default; }
.no-csspointerevents .nice-select .list {
display: none; }
.no-csspointerevents .nice-select.open .list {
display: block; }.infoBox {
overflow: hidden;
}
.infoBox img {
position: absolute !important;
top: 70px;
right: 20px;
bottom: auto;
left: auto;
z-index: 9;
background-color: rgba(20, 20, 20, 0.6);
}
.landz-box-maps {
margin: 60px 0 10px;
width: 320px;
height: 300px;
background-color: #FFF;
overflow: hidden;
-webkit-box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.2);
-moz-box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.2);
box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.2); }
.landz-box-maps .img-container {
position: relative !important;
height: 260px;
width: 320px;
display: block;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover; }
.landz-box-maps .img-container:after {
border: 8px solid rgba(250, 250, 250, 0.5);
content: '';
width: 100%;
position: absolute !important;
top: 0;
right: 0;
bottom: 40px;
left: 0;
z-index: 7;
}
.landz-box-maps .img-container .title {
background-color: rgba(31, 183, 166, 0.9);
color: #ffffff;
display: block;
font-size: 18px;
height: 40px;
padding: 5px 10px 0 36px;
line-height: 1.7;
overflow: hidden;
font-weight: 200;
position: absolute !important;
top: auto;
right: 0;
bottom: 0;
left: 0;
z-index: 8;
-moz-transition: 0.3s all ease-in-out;
-ms-transition: 0.3s all ease-in-out;
-o-transition: 0.3s all ease-in-out;
transition: 0.3s all ease-in-out;
-webkit-transition: 0.3s all ease-in-out;
}
.landz-box-maps .img-container .title:after,
.landz-box-maps .img-container .title:before {
font-family: 'FontAwesome';
background-color: #188b7e;
line-height: 1.15;
text-align: center;
position: absolute !important;
top: 0;
right: auto;
bottom: 0;
left: auto;
z-index: 1;
}
.landz-box-maps .img-container .title:after {
content: '\f041';
font-size: 20px;
padding-top: 8px;
left: 0;
width: 30px;
font-weight: 100;
}
.landz-box-maps .img-container .title:before {
content: '\f105';
font-size: 32px;
right: 0;
width: 22px;
-moz-transition: 0.3s all ease-in-out;
-ms-transition: 0.3s all ease-in-out;
-o-transition: 0.3s all ease-in-out;
transition: 0.3s all ease-in-out;
-webkit-transition: 0.3s all ease-in-out;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity-ie)";
opacity: 0;
-moz-opacity: 0;
-khtml-opacity: 0;
}
.landz-box-maps .img-container .title:hover {
background-color: rgba(31, 183, 166, 0.9);
}
.landz-box-maps .img-container .title:hover:before {
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity-ie)";
opacity: 1;
-moz-opacity: 1;
-khtml-opacity: 1;
}
.landz-box-maps .description {
background-color: #FAFAFA;
border-bottom: 1px solid #E5E5E5;
font-size: 14.5px;
font-weight: 100;
line-height: 1.2;
padding: 6px 12px 8px;
text-align: justify;
height: 81px;
overflow: hidden;
}
.landz-box-maps .price {
background-color: rgba(70, 190, 170, 0.8);
color: #ffffff;
font-size: 28px;
font-weight: 100;
height: 42px;
padding: 2px 0 0;
text-align: center;
position: absolute !important;
top: 336px;
right: 30px;
bottom: auto;
left: 30px;
z-index: 4;
-moz-transition: 0.3s all ease-in-out;
-ms-transition: 0.3s all ease-in-out;
-o-transition: 0.3s all ease-in-out;
transition: 0.3s all ease-in-out;
-webkit-transition: 0.3s all ease-in-out;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity-ie)";
opacity: 0;
-moz-opacity: 0;
-khtml-opacity: 0;
}
.landz-box-maps:hover .price {
top: 220px;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity-ie)";
opacity: 1;
-moz-opacity: 1;
-khtml-opacity: 1;
}
.landz-box-maps .details {
border-bottom: 4px solid #16A393;
background-color: #FFF;
position: relative;
list-style: none;
height: 40px;
z-index: 5;
padding: 0;
margin: 0;
}
.landz-box-maps .details li {
background: url(//www.tetrisreality.cz/wp-content/plugins/real-estate-manager-pro/assets/images/icon-ads-grey.png) no-repeat scroll 5px top;
float: left;
color: #777;
font-size: 13px;
height: 36px;
padding: 10px 0 0 54px;
margin-right: 1px;
position: relative;
z-index: 8;
width: 75px;
}
.landz-box-maps .details li.room {
background-position: 9px -98px;
}
.landz-box-maps .details li.bed-room {
background-color: #F7F7F7;
background-position: 9px -130px;
}
.landz-box-maps .details li.bath-room {
background-color: #EFEFEF;
background-position: 9px -161px;
}
.landz-box-maps .details li.size {
background-color: #E6E6E6;
background-position: 9px -64px;
margin-right: 0;
width: 92px;
}
.landz-box-maps .details li:after {
background: url(//www.tetrisreality.cz/wp-content/plugins/real-estate-manager-pro/assets/images/mini-arrow.png) no-repeat scroll right top;
content: "";
height: 36px;
width: 22px;
position: absolute !important;
top: 8px;
right: auto;
bottom: auto;
left: 26px;
z-index: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity-ie)";
opacity: 0.5;
-moz-opacity: 0.5;
-khtml-opacity: 0.5;
}  .landz-box-property {
border: 1px solid #E5E5E5;
position: relative;
padding-bottom: 64px;
margin: 0 0 20px 16px;
margin-left: 0;
}
.landz-box-property.margin-left {
margin-left: 16px;
}
.landz-box-property .description {
display: block;
padding: 8px 12px 10px;
font-size: 15px;
border-top: 1px dotted #E5E5E5;
border-bottom: 1px dotted #E5E5E5;
background-color: #F7F7F7;
}
.landz-box-property .address {
display: block;
padding: 6px 12px;
}
.landz-box-property .image {
width: 100%;
display: block;
overflow: hidden;
position: relative !important;
}
.landz-box-property .title {
background-color: rgba(255, 255, 255, 0.9);
border-bottom: 3px solid #1fb7a6;
color: #333;
font-size: 20px;
padding: 6px 12px;
position: absolute !important;
top: auto;
right: auto;
bottom: 3px;
left: 0;
z-index: 3;
}
.landz-box-property .detail {
min-height: 120px;
list-style: outside none none;
margin: 10px 6px;
padding: 0;
}
.landz-box-property .detail dt,
.landz-box-property .detail dd {
border-bottom: 1px solid #f7f7f7;
height: 35px;
padding: 5px 6px 3px;
width: 35%;
font-size: 14px;
margin-bottom: 0 !important;
}
.landz-box-property .detail dt {
background: url(//www.tetrisreality.cz/wp-content/plugins/real-estate-manager-pro/assets/images/icon-ads-grey.png) no-repeat scroll left center;
float: left;
font-weight: 400 !important;
padding-left: 36px;
}
.landz-box-property .detail dt.status {
background-position: left -35px;
}
.landz-box-property .detail dt.area {
background-position: left -69px;
}
.landz-box-property .detail dt.bed {
background-position: left -134px;
}
.landz-box-property .detail dt.bath {
background-position: left -164px;
}
.landz-box-property .detail dd {
background: url(//www.tetrisreality.cz/wp-content/plugins/real-estate-manager-pro/assets/images/separator.png) no-repeat scroll left center;
float: right;
width: 64%;
padding-left: 18px;
}
.landz-box-property .detail dd span {
text-align: right;
display: block;
padding: 1px 6px;
background-color: #FAFAFA;
border: 1px solid #F0F0F0;
-webkit-border-radius: 1px;
-khtml-border-radius: 1px;
-moz-border-radius: 1px;
-o-border-radius: 1px;
border-radius: 1px;
}
.landz-box-property .price {
position: absolute !important;
top: auto;
right: -1px;
bottom: -1px;
left: -1px;
z-index: 2;
font-size: 20px;
height: 42px;
background-color: #1fb7a6;
font-weight: 400;
color: #ffffff;
padding: 6px 14px 0;
}
.landz-box-property .price:after {
position: absolute !important;
top: -10px;
right: 50%;
bottom: auto;
left: auto;
z-index: 2;
content: "";
margin-right: -10px;
width: 0;
height: 0;
border-left: 10px solid transparent;
border-right: 10px solid transparent;
border-bottom: 10px solid #1fb7a6;
}
.landz-box-property .footer {
clear: both;
}
.footer-buttons {
position: absolute !important;
top: auto;
right: 4px;
bottom: 4px;
left: auto;
z-index: 3;
-webkit-border-radius: 3px;
-khtml-border-radius: 3px;
-moz-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
}
.footer-buttons a{
padding: 2px 6px;
font-size: 12px;
}  .landz-box-property.box-home {
margin: 0 0 30px;
}
.landz-box-property.box-home .image {
height: 250px;
width: 100%;
} .landz-box-property.box-list {
margin: 0 0 30px;
position: relative;
padding-bottom: 0;
background-color: #FFF;
}
.landz-box-property.box-list .image {
height: 172px;
width: 240px;
position: absolute !important;
top: 10px;
right: auto;
bottom: auto;
left: 10px;
z-index: 1;
}
.landz-box-property.box-list .image:after {
position: absolute !important;
top: 6px;
right: -6px;
bottom: auto;
left: auto;
z-index: 1;
content: " ";
width: 0;
height: 0;
border-left: 8px solid #1fb7a6;
border-top: 8px solid transparent;
border-bottom: 8px solid transparent;
}
.landz-box-property.box-list .description {
border: 1px solid #E5E5E5;
border-right: none;
height: 82px;
}
.landz-box-property.box-list .address,
.landz-box-property.box-list .description,
.landz-box-property.box-list .detail,
.landz-box-property.box-list .footer {
margin-left: 260px;
border-left: 1px solid #E5E5E5;
}
.landz-box-property.box-list .detail {
border-bottom: 1px solid #E5E5E5;
float: none;
margin: 0 0 0 260px;
min-height: 30px;
}
.landz-box-property.box-list .detail dd,
.landz-box-property.box-list .detail dt {
float: none;
width: auto;
display: inline-block;
border-bottom: none;
padding-right: 4px;
}
.landz-box-property.box-list .detail dd {
border-right: 1px solid #e5e5e5;
padding-right: 8px;
}
.landz-box-property.box-list .detail dd span {
display: inline;
}
.box-grid.mini .rem-price-amount { color: #FFF; }
.landz-box-property.box-list .price {
font-size: 18px;
height: 27px;
padding: 0 10px;
position: absolute !important;
top: 3px;
right: 3px;
bottom: auto;
left: auto;
z-index: 1;
-webkit-border-radius: 3px;
-khtml-border-radius: 3px;
-moz-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
}
.landz-box-property.box-list .price:after {
border: none;
}
.landz-box-property.box-list .footer {
overflow: hidden;
position: relative;
height: 48px;
padding: 6px 10px;
}  .landz-box-property { }
.landz-box-property.box-grid {
padding-bottom: 40px;
}
.landz-box-property.box-grid .image {
position: relative;
overflow: hidden;
height: 180px;
width: 100%;
}
.landz-box-property.box-grid .description {
border-bottom: 16px solid #f7f7f7;
height: 133px;
overflow: hidden;
padding-bottom: 18px;
}
.landz-box-property.box-grid .detail {
background-color: #FFF;
margin: 0;
padding: 10px;
height: 131px;
position: absolute !important;
top: auto;
right: 0;
bottom: 0;
left: 0;
z-index: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity-ie)";
opacity: 0;
-moz-opacity: 0;
-khtml-opacity: 0;
-moz-transition: 0.3s all ease-in-out;
-ms-transition: 0.3s all ease-in-out;
-o-transition: 0.3s all ease-in-out;
transition: 0.3s all ease-in-out;
-webkit-transition: 0.3s all ease-in-out;
}
.landz-box-property.box-grid:hover .detail {
bottom: 41px;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity-ie)";
opacity: 1;
-moz-opacity: 1;
-khtml-opacity: 1;
}  .landz-box-property { }
.landz-box-property.box-grid { }
.landz-box-property.box-grid.mini .address,
.landz-box-property.box-grid.mini .detail,
.landz-box-property.box-grid.mini .description {
display: none !important;
}
.landz-box-property.box-grid.mini .image {
height: 160px;
}
.landz-box-property.box-grid.mini .price {
background-color: #F7F7F7;
border: 1px solid #E5E5E5;
border-top: 4px solid #1fb7a6;
color: #777;
height: 45px;
}
.landz-box-property.box-grid.mini .price:after {
right: auto;
right: 24px;
border-width: 7px;
border-bottom-color: #1fb7a6;
}  .property-slide {
position: relative;
z-index: 1;
}
.box-property-slide {
position: relative;
height: 386px;
color: #ffffff;
width: 100%;
margin-bottom: 15px;  }
.box-property-slide .left-block,
.box-property-slide .right-block {
display: block;
padding: 14px;
height: 100%;
width: 50%;
background-color: rgba(31, 183, 166, 0.7);
position: absolute !important;
top: 0;
right: auto;
bottom: auto;
left: auto;
z-index: 1;
}
.box-property-slide .right-block {
right: 0;
}
.box-property-slide .left-block { }
.box-property-slide .left-block:after {
position: absolute !important;
top: 50%;
right: -19px;
bottom: auto;
left: auto;
z-index: 3;
content: "";
margin-top: -40px;
width: 0;
height: 0;
border-left: 20px solid rgba(31, 183, 166, 0.7);
border-top: 20px solid rgba(31, 183, 166, 0);
border-bottom: 20px solid rgba(31, 183, 166, 0);
}
.box-property-slide .left-block .price {
position: absolute !important;
top: auto;
right: auto;
bottom: 0;
left: 0;
z-index: 1;
font-size: 22px;
background-color: #188b7e;
color: #ffffff;
padding: 10px 20px 10px 10px;
}
.box-property-slide .left-block .button {
padding: 16px 26px;
border: none;
position: absolute !important;
top: auto;
right: 0;
bottom: 0;
left: auto;
z-index: 1;
-webkit-border-radius: 0;
-khtml-border-radius: 0;
-moz-border-radius: 0;
-o-border-radius: 0;
border-radius: 0;
}
.box-property-slide .left-block .detail {
min-height: 120px;
list-style: outside none none;
margin: 6px;
padding: 0;
}
.box-property-slide .left-block .detail dt,
.box-property-slide .left-block .detail dd {
height: 35px;
padding: 6px 6px 3px;
width: 35%;
font-size: 14px;
}
.box-property-slide .left-block .detail dt {
background: url(//www.tetrisreality.cz/wp-content/plugins/real-estate-manager-pro/assets/images/icon-ads.png) no-repeat scroll left center;
font-weight: 400 !important;
float: left;
padding-left: 36px;
}
.box-property-slide .left-block .detail dt.status {
background-position: left -34px;
}
.box-property-slide .left-block .detail dt.area {
background-position: left -68px;
}
.box-property-slide .left-block .detail dt.bed {
background-position: left -133px;
}
.box-property-slide .left-block .detail dt.bath {
background-position: left -163px;
}
.box-property-slide .left-block .detail dd {
float: right;
width: 64%;
padding-left: 18px;
}
.box-property-slide .left-block .detail dd span {
position: relative;
text-align: right;
display: block;
padding: 1px 6px;
background-color: rgba(24, 139, 126, 0.3);
border: 1px solid rgba(24, 139, 126, 0.9);
-webkit-border-radius: 1px;
-khtml-border-radius: 1px;
-moz-border-radius: 1px;
-o-border-radius: 1px;
border-radius: 1px;
}
.box-property-slide .left-block .detail dd span:after {
background: url(//www.tetrisreality.cz/wp-content/plugins/real-estate-manager-pro/assets/images/mini-arrow.png) no-repeat right bottom;
content: '';
height: 21px;
width: 9px;
position: absolute !important;
top: 0;
right: auto;
bottom: auto;
left: -24px;
z-index: 1;
}
.box-property-slide .left-block .detail li {
background: url(//www.tetrisreality.cz/wp-content/plugins/real-estate-manager-pro/assets/images/icon-ads.png) no-repeat left top;
padding: 10px 5px 0 20px;
}
.box-property-slide .left-block .detail li .icon-bathroom {
background-position: left -158px;
}
.box-property-slide .left-block .detail li .icon-bedroom {
background-position: left -128px;
}
.box-property-slide .left-block .detail li .icon-purpose {
background-position: left -30px;
}
.box-property-slide .left-block .detail li .icon-type {
background-position: left 1px;
}
.box-property-slide .left-block .detail li .icon-size {
background-position: left -63px;
}
.box-property-slide .left-block .detail span {
display: block;
padding-left: 25px;
margin-left: 10px;
}
.box-property-slide .left-block .detail b {
display: inline-block;
padding-right: 30px;
font-weight: 200;
}
.box-property-slide .left-block .title {
font-size: 28px;
display: block;
border-bottom: 1px dotted #FFF;
margin-bottom: 6px;
}
.box-property-slide .left-block .description {
display: block;
height: 118px;
overflow: hidden;
width: 100%;
}
.box-property-slide .rb {
background: none;
display: block;
height: 191px;
width: 100%;
position: absolute !important;
top: 0;
right: 0;
bottom: auto;
left: 0;
z-index: 1;
}  .property-carousel-box {
padding-top: 160px; }
.property-carousel-box .content {
background-color: rgba(255, 255, 255, 0.5);
border-top: 1px solid #FFF;
border-bottom: 1px solid #FFF;
padding: 20px 0;
text-align: left !important;
float: none !important;
}
.property-carousel-box .content .title,
.property-carousel-box .content .address,
.property-carousel-box .content .price {
float: left;
clear: both;
color: #444;
font-size: 30px;
padding: 0;
margin: 0;
border: none;
}
.property-carousel-box .content .price {
font-size: 50px;
margin-top: 14px;
position: relative;
padding-left: 64px;
}
.property-carousel-box .content .price span {
display: inline-block;
background-color: #1fb7a6;
margin-top: 8px;
font-size: 36px;
color: #ffffff;
padding: 0 14px;
position: absolute !important;
top: 0;
right: auto;
bottom: auto;
left: 0;
z-index: 1;
-webkit-border-radius: 3px;
-khtml-border-radius: 3px;
-moz-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
}
.property-carousel-box .content .price span:after {
position: absolute !important;
top: 50%;
right: -8px;
bottom: auto;
left: auto;
z-index: 1;
content: "";
margin-top: -8px;
width: 0;
height: 0;
border-left: 8px solid #1fb7a6;
border-top: 8px solid transparent;
border-bottom: 8px solid transparent;
}
.property-carousel-box .content .title {
font-size: 70px;
border-bottom: 1px dotted #FFF;
padding: 10px 0;
margin-bottom: 10px;
text-transform: none !important;
font-weight: 100;
}
.property-carousel-box .button-read {
margin-top: 20px;
padding: 8px 30px;
font-size: 22px;
}
.list-box-title {
border-bottom: 3px solid #1fb7a6;
height: 36px;
position: relative;
margin-bottom: 20px;
}
.list-box-title span {
display: block;
position: absolute !important;
top: 0;
right: auto;
bottom: 0;
left: 0;
z-index: 1;
padding: 6px 10px 0;
background-color: #1fb7a6;
color: #ffffff;
}
.list-box-title span .icon {
margin-right: 10px;
}
.list-box-section {
display: block;
position: absolute !important;
top: 0;
right: auto;
bottom: 0;
left: 0;
z-index: 1;
padding: 6px 10px 0;
background-color: #1fb7a6;
color: #ffffff;
} .hover-effect {
position: relative !important;
display: block;
overflow: hidden;   }
.hover-effect:before {
position: absolute !important;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 3;
border: 8px solid rgba(255, 255, 255, 0.4);
content: "";
}
.hover-effect .cover {
background-color: rgba(31, 183, 166, 0.3);
border: 8px solid rgba(255, 255, 255, 0);
font-size: 40px;
text-align: center;
display: block;
overflow: hidden;
content: '';
position: absolute !important;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity-ie)";
opacity: 0;
-moz-opacity: 0;
-khtml-opacity: 0;
-moz-transition: 0.2s all ease-in-out;
-ms-transition: 0.2s all ease-in-out;
-o-transition: 0.2s all ease-in-out;
transition: 0.2s all ease-in-out;
-webkit-transition: 0.2s all ease-in-out;
}
.hover-effect .cover:after {
content: "";
width: 100px;
height: 100px;
background-color: rgba(255, 255, 255, 0.95);
position: absolute !important;
top: -52px;
right: -52px;
bottom: auto;
left: auto;
z-index: 1;
-webkit-transform: rotate(43deg);
-ms-transform: rotate(43deg);
transform: rotate(43deg);
}
.hover-effect .cover:before {
position: absolute !important;
top: 6px;
right: 10px;
bottom: auto;
left: auto;
z-index: 2;
font-family: "Font Awesome 5 Free";
font-size: 16px;
content: "\f0c1";
font-weight: 900;
color: #1fb7a6;
}
.compare-selected:before {
content: "\f00c" !important;
}
.hover-effect .cover-title {
height: 30px;
background-color: rgba(31, 183, 166, 0.8);
text-align: center;
padding-top: 2px;
color: #ffffff;
position: absolute !important;
top: auto;
right: 10px;
bottom: -40px;
left: 10px;
z-index: 6;
-moz-transition: 0.4s all ease-in-out;
-ms-transition: 0.4s all ease-in-out;
-o-transition: 0.4s all ease-in-out;
transition: 0.4s all ease-in-out;
-webkit-transition: 0.4s all ease-in-out;
-webkit-border-radius: 2px;
-khtml-border-radius: 2px;
-moz-border-radius: 2px;
-o-border-radius: 2px;
border-radius: 2px;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity-ie)";
opacity: 0;
-moz-opacity: 0;
-khtml-opacity: 0;
}
.hover-effect:hover .cover-title {
bottom: 10px;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity-ie)";
opacity: 1;
-moz-opacity: 1;
-khtml-opacity: 1;
}
.hover-effect:hover .cover {
border-color: rgba(255, 255, 255, 0.3);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity-ie)";
opacity: 1;
-moz-opacity: 1;
-khtml-opacity: 1;
}
.hover-effect:hover img {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
-o-transform: scale(1.1);
transform: scale(1.1);
}
.hover-effect img {
-moz-transition: 0.2s all ease-in-out;
-ms-transition: 0.2s all ease-in-out;
-o-transition: 0.2s all ease-in-out;
transition: 0.2s all ease-in-out;
-webkit-transition: 0.2s all ease-in-out;
}
.propery-style-6 {
margin-bottom: 30px;
border-bottom: 1px solid #dadada;
box-shadow: 0 0 5px rgba(167, 197, 167, 0.8);
transition: all 0.4s ease-in-out 0s;
padding: 10px;
background-color: #fff;
position: relative;
}
.propery-style-6 .post-img {
position: relative;
overflow: hidden;
}
.propery-style-6 .image.image-fill {
margin: 0 !important;
height: 175px;
border-right: none !important;
}
.propery-style-6 .post-img:before{
content: "";
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
z-index: 1;
background: rgba(0, 0, 0, 0);
transition: all 0.4s linear 0s;
}
.propery-style-6:hover .post-img:before{
background: rgba(0, 0, 0, 0.6);
}
.propery-style-6 .post-img img{
width: 100%;
height: auto;
}
.propery-style-6 .post-img:before{
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 55%, rgba(0,0,0,.75) 100%);
}
.propery-style-6 .category {
font-size: 14px;
color: #fff;
line-height: 19px;
text-align: center;
text-transform: capitalize;
padding: 11px 0; position: absolute;
bottom: 0;
left: -50%;
transition: all 0.5s ease-in-out 0s;
}
.propery-style-6 .category .price{
display: block;
font-weight: 600;
font-size: 16px;
}
.propery-style-6 .category span{
display: block;
font-size: 13px;
text-align: left;
}
.propery-style-6 .category-1{
top: 17px;
right: 10px; 
}
.propery-style-6 .category-1 {
min-width: 50px;
z-index: 9;
font-size: 11px;
color: #fff;
line-height: 11px;
text-align: center;
padding: 3px 0;
background: #4e9bea;
position: absolute;
transition: all 0.5s ease-in-out 0s;
}
.propery-style-6 .property-type{
top: 17px;
right: 62px; 
}
.propery-style-6 .property-type {
min-width: 50px;
z-index: 9;
font-size: 11px;
color: #fff;
line-height: 11px;
text-align: center; padding: 3px 0;
background: #7FBA00;
position: absolute;
transition: all 0.5s ease-in-out 0s;
}
.propery-style-6 .category{
left: 10px;
z-index: 9;
}
.propery-style-6 .post-review{
padding: 10px 10px;
background: #fff;
position: relative;
}
.propery-style-6 .post-title{
margin: 0;
}
.propery-style-6 .post-title a{
display: inline-block;
font-size: 18px;
font-weight: bold;
transition: all 0.30s linear 0s;
}
.propery-style-6 .post-title a:hover{
text-decoration: none;
color: #555;
}
.propery-style-6 .post-description{
font-size: 15px;
color: #555;
line-height: 26px;
margin-top: 10px;
}
.propery-style-6 .post-bar span{
display: inline-block;
font-size: 14px;
}
.propery-style-6 .post-bar span i{
margin-right: 5px;
color: #999;
}
.propery-style-6 .post-bar span a{
color: #999;
text-transform: uppercase;
}
.propery-style-6 .post-bar span a:hover{
text-decoration: none;
color: #ff9412;
}
.propery-style-6 .post-bar span.comments{
margin-left: 5px;
}
.rem-currency-symbol {
display: inline !important;
}
.property-style-7 {
margin-bottom: 30px;
width: 100%;
height: 300px;
background-color: #FFF;
overflow: hidden;
-webkit-box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.2);
-moz-box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.2);
box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.2); }
.property-style-7 .img-container {
position: relative !important;
height: 260px;
width: 100%;
display: block;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover; }
.property-style-7 .img-container:after {
border: 8px solid rgba(250, 250, 250, 0.5);
content: '';
width: 100%;
position: absolute !important;
top: 0;
right: 0;
bottom: 40px;
left: 0;
z-index: 7;
}
.property-style-7 .img-container .title {
background-color: rgba(31, 183, 166, 0.9);
color: #ffffff;
display: block;
font-size: 18px;
height: 40px;
padding: 5px 10px 0 36px;
line-height: 1.7;
overflow: hidden;
font-weight: 200;
position: absolute !important;
top: auto;
right: 0;
bottom: 0;
left: 0;
z-index: 8;
-moz-transition: 0.3s all ease-in-out;
-ms-transition: 0.3s all ease-in-out;
-o-transition: 0.3s all ease-in-out;
transition: 0.3s all ease-in-out;
-webkit-transition: 0.3s all ease-in-out;
}
.property-style-7 .img-container .title:after,
.property-style-7 .img-container .title:before {
font-family: 'FontAwesome';
background-color: #188b7e;
line-height: 1.15;
text-align: center;
position: absolute !important;
top: 0;
right: auto;
bottom: 0;
left: auto;
z-index: 1;
}
.property-style-7 .img-container .title:after {
content: '\f041';
font-size: 20px;
padding-top: 8px;
left: 0;
width: 30px;
font-weight: 100;
}
.property-style-7 .img-container .title:before {
content: '\f105';
font-size: 32px;
right: 0;
width: 22px;
-moz-transition: 0.3s all ease-in-out;
-ms-transition: 0.3s all ease-in-out;
-o-transition: 0.3s all ease-in-out;
transition: 0.3s all ease-in-out;
-webkit-transition: 0.3s all ease-in-out;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity-ie)";
opacity: 0;
-moz-opacity: 0;
-khtml-opacity: 0;
}
.property-style-7 .img-container .title:hover {
background-color: rgba(31, 183, 166, 0.9);
}
.property-style-7 .img-container .title:hover:before {
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity-ie)";
opacity: 1;
-moz-opacity: 1;
-khtml-opacity: 1;
}
.property-style-7 .description {
background-color: #FAFAFA;
border-bottom: 1px solid #E5E5E5;
font-size: 14.5px;
font-weight: 100;
line-height: 1.2;
padding: 6px 12px 8px;
text-align: justify;
height: 81px;
overflow: hidden;
}
.property-style-7 .price {
background-color: rgba(70, 190, 170, 0.8);
color: #ffffff;
font-size: 28px;
font-weight: 100;
height: 42px;
padding: 2px 0 0;
text-align: center;
position: absolute !important;
top: 336px;
right: 30px;
bottom: auto;
left: 30px;
z-index: 4;
-moz-transition: 0.3s all ease-in-out;
-ms-transition: 0.3s all ease-in-out;
-o-transition: 0.3s all ease-in-out;
transition: 0.3s all ease-in-out;
-webkit-transition: 0.3s all ease-in-out;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity-ie)";
opacity: 0;
-moz-opacity: 0;
-khtml-opacity: 0;
}
.property-style-7:hover .price {
top: 165px;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity-ie)";
opacity: 1;
-moz-opacity: 1;
-khtml-opacity: 1;
}
.property-style-7 .details {
border-bottom: 4px solid #16A393;
background-color: #FFF;
position: relative;
list-style: none;
height: 40px;
z-index: 5;
padding: 0;
margin: 0;
}
.property-style-7 .details .label {
line-height: 36px;
font-size: 13px;
margin: 8px;
}
.property-style-7 .details li {
height: 260px;
background: url(//www.tetrisreality.cz/wp-content/plugins/real-estate-manager-pro/assets/images/icon-ads-grey.png) no-repeat scroll 5px top;
float: left;
color: #777;
font-size: 13px;
height: 36px;
padding: 10px 0 0 54px;
margin-right: 1px;
position: relative;
z-index: 8;
width: 75px;
}
.property-style-7 .details li.room {
background-position: 9px -98px;
}
.property-style-7 .details li.bed-room {
background-color: #F7F7F7;
background-position: 9px -130px;
}
.property-style-7 .details li.bath-room {
background-color: #EFEFEF;
background-position: 9px -161px;
}
.property-style-7 .details li.size {
background-color: #E6E6E6;
background-position: 9px -64px;
margin-right: 0;
width: 92px;
}
.property-style-7 .details li:after {
background: url(//www.tetrisreality.cz/wp-content/plugins/real-estate-manager-pro/assets/images/mini-arrow.png) no-repeat scroll right top;
content: "";
height: 36px;
width: 22px;
position: absolute !important;
top: 8px;
right: auto;
bottom: auto;
left: 26px;
z-index: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity-ie)";
opacity: 0.5;
-moz-opacity: 0.5;
-khtml-opacity: 0.5;
}
.type-filtering button:focus {
outline: none !important;
border: none !important;
}
.property-style-7 .inline-property-icons {
text-align: center;
}
.ich-settings-main-wrap .rem-topbar-btn {
padding: 4px 10px;
border: 1px solid #E5E5E5;
font-size: 15px;
text-align: center;
display: inline-block;
background-color: #FFFFFF;
color: #555;
}
.rem-topbar-btn.list-view {
margin-right: 5px;
}
.rem-topbar-btn:hover {
text-decoration: none;
-webkit-box-shadow: 0 0 0 2px rgba(236, 236, 236, 0.3);
-moz-box-shadow: 0 0 0 2px rgba(236, 236, 236, 0.3);
box-shadow: 0 0 0 2px rgba(236, 236, 236, 0.3);  
}
.rem-style-1 {
font-family: nunito sans,sans-serif;
box-shadow: 0 10px 31px 0 rgba(7,152,255,.09);
border: 1px solid #f1f8ff;
transition: .3s ease-out;
margin-bottom: 30px;
position: relative;
background-color: #FFF;
}
.rem-style-1:hover {
box-shadow: 0 3px 23px 9px rgba(7,152,255,.15)!important;
transform: translate(0%,-5px);
}
.rem-style-1 .img-container {
position: relative;
float: left;
width: 40%;
}
.rem-style-1 .featured-text {
position: absolute;
top: 15px;
left: 15px;
background-color: #f1bf7f;
color: #fff;
padding: 5px;
font-size: 13px;
border-radius: 2px;
}
.rem-style-1 .property-type {
position: absolute;
top: 15px;
right: 15px;
background-color: #ff6464;
color: #fff;
padding: 5px;
font-size: 13px;
border-radius: 2px;
}
.rem-style-1 .address-text {
position: absolute;
bottom: 10px;
left: 10px;
font-size: 12px;
color: #fff;
}
.rem-style-1 .images-text {
position: absolute;
bottom: 10px;
right: 10px;
font-size: 12px;
color: #fff;
}
.rem-style-1 .img-container img {
width: 100%;
}
.rem-style-1 .content-container {
background-color: #FFF;
padding: 15px 15px 0 15px;
width: 60%;
float: left;
}
.rem-style-1 .content-container h2 {
font-size: 18px;
margin: 0;
color: #222;
padding: 0;
}
.rem-style-1 .content-container a:hover,
.rem-style-2 .content-container a:hover {
text-decoration: none;
}
.rem-style-1 .content-container .property-price {
margin: 5px 0 0 0;
color: #ff6464;
font-size: 17px;
padding: 0;
}
.rem-style-1 .content-container .property-excerpt {
margin: 0;
font-size: 14px;
color: #5c727d;
max-height: 65px;
overflow: hidden;
}
.rem-style-1 .content-footer {
margin-top: 10px;
padding-top: 10px;
padding-bottom: 10px;
position: absolute;
width: 100%;
bottom: 0;
right: 0;
padding-left: 40%;
}
.rem-style-1 .inline-property-icons {
margin-top: 5px;
}
.rem-style-1 .inline-property-icons span:first-child {
margin-left: 0;
}
.rem-style-1 .agent-name {
display: inline-block;
margin-left: 7px;
margin-top: 7px;
color: #333;
font-size: 14px;
}
.rem-style-1 .agent-info img {
width: 30px;
height: 30px;
border-radius: 50%;
display: inline-block;
}
.rem-style-1 .agent-info {
margin-left: 15px;
float: left;
}
.rem-style-1 .icons-wrap {
float: right;
margin-right: 10px;
}
.rem-style-1 .clearfix {
clear: both;
}
.rem-style-1 .icons-wrap ul {
margin: 0;
padding: 0;
list-style: none;
margin-top: 7px;
}
.rem-style-1 .icons-wrap ul li {
display: inline-block;
}
.rem-style-1 .icons-wrap ul li a {
border: 1px solid #eef3f6;
color: #c2cbd9;
padding: 4px 7px;
font-size: 16px
}
.rem-style-1 .icons-wrap a:hover {
color: #ff6464;
}
.icons-wrap ul {
padding: 0 !important;
}
@media only screen and (max-width: 668px){
.rem-style-1 .img-container {
float: none !important;
width: 100% !important
}
.rem-style-1 .content-container {
width: 100% !important;
float: none !important;
}
.rem-style-1 .content-footer {
position: relative !important;
padding-left: 0 !important;
}
.rem-style-1 .agent-info {
margin-left: 0 !important;
}
.rem-style-1 .icons-wrap {
margin-right: 0 !important;
}
}
.rem-style-2 {
font-family: nunito sans,sans-serif;
box-shadow: 0 10px 31px 0 rgba(7,152,255,.09);
border: 1px solid #f1f8ff;
transition: .3s ease-out;
margin-bottom: 30px;
}
.rem-style-2:hover {
box-shadow: 0 3px 23px 9px rgba(7,152,255,.15)!important;
transform: translate(0%,-5px);
}
.rem-style-2 .img-container {
position: relative;
}
.rem-style-2 .featured-text {
position: absolute;
top: 15px;
left: 15px;
background-color: #f1bf7f;
color: #fff;
padding: 5px;
font-size: 13px;
border-radius: 2px;
z-index: 1;
}
.rem-style-2 .property-type {
position: absolute;
top: 15px;
right: 15px;
background-color: #ff6464;
color: #fff;
padding: 5px;
font-size: 13px;
border-radius: 2px;
z-index: 1;
}
.rem-style-2 .address-text {
position: absolute;
bottom: 10px;
left: 10px;
font-size: 12px;
color: #fff;
z-index: 1;
}
.rem-style-2 .images-text {
position: absolute;
bottom: 10px;
right: 10px;
font-size: 12px;
color: #fff;
z-index: 1;
}
.rem-style-2 .img-container img {
width: 100%;
}
.rem-style-2 .content-container {
background-color: #FFF;
padding: 15px 15px 0 15px; 
}
.rem-style-2 .content-container h2 {
font-size: 18px;
margin: 0;
}
.rem-style-2 .content-container .property-price {
margin: 5px 0 0 0;
color: #ff6464;
font-size: 17px;
padding: 0;
}
.rem-style-2 .content-container .property-excerpt {
margin: 5px 0 0 0;
font-size: 14px;
color: #5c727d;
}
.rem-style-2 .feature-icons {
margin: 0;
padding: 0;
color: #5C727D;
font-size: 13px;
margin-top: 10px; 
}
.rem-style-2 .feature-icons li {
list-style: none;
display: inline-block;
margin-right: 10px;
}
.rem-style-2 .content-footer {
margin-top: 10px;
border-top: 1px solid #eef3f6;
padding-top: 10px;
padding-bottom: 10px;
}
.rem-style-2 .agent-name {
display: inline-block;
margin-left: 7px;
margin-top: 7px;
color: #333;
font-size: 14px;
}
.rem-style-2 .agent-info img {
width: 30px;
height: 30px;
border-radius: 50%;
display: inline-block;
}
.rem-style-2 .agent-info {
float: left;
}
.rem-style-2 .icons-wrap {
float: right;
}
.rem-style-2 .icons-wrap ul {
margin: 0;
padding: 0;
list-style: none;
margin-top: 7px;
}
.rem-style-2 .icons-wrap ul li {
display: inline-block;
}
.rem-style-2 .icons-wrap ul li a {
border: 1px solid #eef3f6;
color: #c2cbd9;
padding: 4px 7px;
font-size: 16px
}
.rem-style-2 .icons-wrap a:hover {
color: #ff6464;
}
.rem-style-2 .inline-property-icons span:first-child {
margin-left: 0;
}
.rem-loading-ajax:after {
content: url(//www.tetrisreality.cz/wp-content/plugins/real-estate-manager-pro/assets/images/ajax-loader.gif);
position: absolute;
top: calc(50% - 38px);
left: calc(50% - 18px);
}
.rem-loading-ajax > div {
opacity: 0.3;
}.noUi-target,
.noUi-target * {
-webkit-touch-callout: none;
-webkit-user-select: none;
-ms-touch-action: none;
-ms-user-select: none;
-moz-user-select: none;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.noUi-target {
position: relative;
direction: ltr;
}
.noUi-base {
width: 100%;
height: 100%;
position: relative;
}
.noUi-origin {
position: absolute;
right: 0;
top: 0;
left: 0;
bottom: 0;
}
.noUi-handle {
position: relative;
z-index: 1;
}
.noUi-stacking .noUi-handle { z-index: 10;
}
.noUi-stacking + .noUi-origin { *z-index: -1;
}
.noUi-state-tap .noUi-origin {
-webkit-transition: left 0.3s, top 0.3s;
transition: left 0.3s, top 0.3s;
}
.noUi-state-drag * {
cursor: inherit !important;
} .noUi-base {
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
} .noUi-horizontal {
height: 14px;
}
.noUi-horizontal .noUi-handle {
background-color: #277E70;
cursor: pointer;
height: 14px;
left: -14px;
top: -1px;
width: 14px;
-webkit-border-radius: 0;
-khtml-border-radius: 0;
-moz-border-radius: 0;
-o-border-radius: 0;
border-radius: 0; }
.noUi-vertical {
width: 18px;
}
.noUi-vertical .noUi-handle {
width: 28px;
height: 28px;
left: -6px;
top: -14px; cursor: pointer;
} .noUi-background {
background: #FAFAFA;  }
.noUi-connect {
background: #50C8B4; -webkit-transition: background 450ms;
transition: background 450ms;
}
.noUi-target {
border: 1px solid #eee;
box-shadow: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
}
.noUi-target:hover {
box-shadow: 0 9px 17px 0 rgba(7,152,255,.09);
-moz-box-shadow: 0 9px 17px 0 rgba(7,152,255,.09);
-webkit-box-shadow: 0 9px 17px 0 rgba(7,152,255,.09);
} .noUi-dragable {
cursor: w-resize;
}
.noUi-vertical .noUi-dragable {
cursor: n-resize;
}
.noUi-handle { background: #FFF;
cursor: default; }
.noUi-active {
} .noUi-handle:after { }
.noUi-handle:after {
left: 15px;
}
.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
width: 14px;
height: 1px;
left: 6px;
top: 14px;
}
.noUi-vertical .noUi-handle:after {
top: 17px;
} [disabled].noUi-connect,
[disabled] .noUi-connect {
background: #B8B8B8;
}
[disabled] .noUi-handle {
cursor: not-allowed;
}
.price-slider.price #price-value-min,
.price-slider.price #price-value-max {
margin-top: 10px;
font-size: 12px;
background-color: #50c8b4;
position: relative;
color: #FFF;
display: inline-block;
padding: 1px 6px;
-webkit-border-radius: 2px;
-khtml-border-radius: 2px;
-moz-border-radius: 2px;
-o-border-radius: 2px;
border-radius: 2px;
}
.price-slider.price #price-value-min:after,
.price-slider.price #price-value-max:after {
border-bottom: 6px solid transparent;
border-left: 6px solid #50c8b4;
border-top: 6px solid transparent;
content: "";
height: 0;
position: absolute;
right: -6px;
top: 3px;
width: 0;
}
.rtl .price-slider.price #price-value-min:after {
left: -6px;
right: auto !important;
border-right: 6px solid #50c8b4;
border-left: 0 !important;
}
.price-slider.price #price-value-max:after {
border-left: none;
border-right: 6px solid #50c8b4;
left: -6px;
right: auto;
}
.rtl .price-slider.price #price-value-max:after {
left: auto !important;
right: -6px;
border-left: 6px solid #50c8b4;
border-right: 0 !important;
}
.price-slider.price .separator {
margin: 0 8px;
font-weight: 400;
}input.labelauty + label ::selection { background-color: rgba(255, 255, 255, 0); }
input.labelauty + label ::-moz-selection { background-color: rgba(255, 255, 255, 0); } input.labelauty { display: none !important; } input.labelauty + label
{
display: table;
font-size: 15px; color: #555;
cursor: pointer;
font-weight: 300;
border-radius: 1px;
-moz-border-radius: 1px;
-webkit-border-radius: 1px;
transition: background-color 0.25s;
-moz-transition: background-color 0.25s;
-webkit-transition: background-color 0.25s;
-o-transition: background-color 0.25s;
-moz-user-select: none;
-khtml-user-select: none;
-webkit-user-select: none;
-o-user-select: none;
} input.labelauty + label > span.labelauty-unchecked,
input.labelauty + label > span.labelauty-checked
{
display: inline-block; vertical-align: bottom;
} input.labelauty + label > span.labelauty-unchecked-image,
input.labelauty + label > span.labelauty-checked-image
{
display: inline-block;
width: 20px;
height: 20px;
vertical-align: bottom;
background-repeat: no-repeat;
background-position: center center;
position: absolute; -webkit-border-radius: 3px;
-khtml-border-radius: 3px;
-moz-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
transition: background-image 0.5s linear;
-moz-transition: background-image 0.5s linear;
-webkit-transition: background-image 0.5s linear;
-o-transition: background-image 0.5s linear;
} input.labelauty + label > span.labelauty-unchecked-image + span.labelauty-unchecked,
input.labelauty + label > span.labelauty-checked-image + span.labelauty-checked
{
margin-left: 30px; } input.labelauty:not(:checked):not([disabled]) + label:hover
{ color: #aaa;
}
input.labelauty:not(:checked) + label > span.labelauty-checked-image
{
display: none;
}
input.labelauty:not(:checked) + label > span.labelauty-checked
{
display: none;
} input.labelauty:checked + label
{ }
input.labelauty:checked:not([disabled]) + label:hover
{ }
input.labelauty:checked + label > span.labelauty-unchecked-image
{
display: none;
}
input.labelauty:checked + label > span.labelauty-unchecked
{
display: none;
}
input.labelauty:checked + label > span.labelauty-checked
{
display: inline-block;
}
input.labelauty.no-label:checked + label > span.labelauty-checked
{
display: block;
} input.labelauty[disabled] + label
{
opacity: 0.5;
} input.labelauty + label > span.labelauty-unchecked-image
{
background-image: url(//www.tetrisreality.cz/wp-content/plugins/real-estate-manager-pro/assets/front/lib/images/input-unchecked.png);
background-color: #F3F1F1;
border: 1px solid #E4E4E4;
}
input.labelauty + label > span.labelauty-checked-image
{
background-image: url(//www.tetrisreality.cz/wp-content/plugins/real-estate-manager-pro/assets/front/lib/images/input-checked.png);
background-color: #50C8B4;
border: none;
}
input.labelauty:hover + label > span.labelauty-checked-image
{
background-color: #3CBDA7;
border: 1px solid #38B49E;
}#rem-search-box {
height: 90px; }
#rem-search-box.no-margin {
height: auto !important;
}
#rem-search-box .rem-search-1 {
height: 1px;
position: relative;
height: 172px;
}
#rem-search-box .rem-search-1 .search-options {
height: auto; min-height: 43px; top: auto;
right: 0;
bottom: 80px;
left: 0;
z-index: 1; }
#rem-search-box .rem-search-1 .search-options.sample-page {
bottom: 4px;
border: 1px solid #eee;
}
#rem-search-box .rem-search-1 .search-options .botton-options-inactive,
#rem-search-box .rem-search-1 .search-options .botton-options {
text-transform: uppercase;
display: block;
height: 43px;
cursor: pointer;
color: #ffffff;
font-size: 14px;
padding: 11px 24px 0 46px;
background-color: rgba(24, 139, 126, 0.8);
position: absolute !important;
top: 0;
right: auto;
bottom: auto;
left: 0;
z-index: 2;
-webkit-border-radius: 2px 2px 0 0;
-khtml-border-radius: 2px 2px 0 0;
-moz-border-radius: 2px 2px 0 0;
-o-border-radius: 2px 2px 0 0;
border-radius: 2px 2px 0 0;
-moz-transition: 0.3s all ease-in-out;
-ms-transition: 0.3s all ease-in-out;
-o-transition: 0.3s all ease-in-out;
transition: 0.3s all ease-in-out;
-webkit-transition: 0.3s all ease-in-out;
}
#rem-search-box .rem-search-1 .search-options .botton-options-inactive:hover,
#rem-search-box .rem-search-1 .search-options .botton-options:hover {
background-color: rgba(16, 96, 87, 0.9);
}
#rem-search-box .rem-search-1 .search-options .botton-options-inactive i,
#rem-search-box .rem-search-1 .search-options .botton-options i {
position: absolute !important;
top: 15px;
right: auto;
bottom: auto;
left: 18px;
z-index: 1;
}
#rem-search-box .rem-search-1 .search-options .searcher {
padding-top: 36px; margin-bottom: 0;
background-color: rgba(255, 255, 255, 0.96);
}
#rem-search-box .rem-search-1 .search-options .searcher .margin-div {
padding-left: 32px;
padding-right: 32px;
}
#rem-search-box .rem-search-1 .search-options .searcher .footer {
background-color: rgba(220, 220, 220, 0.5);
height: 84px;
padding: 22px 32px 0;
margin-bottom: 0;
}
#rem-search-box .rem-search-1 .search-options .searcher .price {
font-size: 13px;
}
#rem-search-box .rem-search-1 .search-options .searcher .price .more-button {
width: 120px;
padding-left: 32px;
float: left;
}
#rem-search-box .rem-search-1 .search-options .searcher .price .more-button:after {
font-family: 'FontAwesome';
position: absolute !important;
top: 4px;
right: auto;
bottom: auto;
left: 12px;
z-index: 1;
content: "\f107";
font-size: 18px;
}
#rem-search-box .rem-search-1 .search-button {
float: right;
text-transform: uppercase;
padding: 10px 14px;
}
#rem-search-box .rem-search-1 .search-options .searcher .sercher-margin-bottom {
padding-bottom: 4px;
border-bottom: 1px solid #E5E5E5;
}
#rem-search-box .rem-search-1 .search-options .searcher .filter,
#rem-search-box .rem-search-4 .filter {
max-height: 1800px;
overflow: hidden;
-moz-transition: 0.4s all ease-in-out;
-ms-transition: 0.4s all ease-in-out;
-o-transition: 0.4s all ease-in-out;
transition: 0.4s all ease-in-out;
-webkit-transition: 0.2s all ease-in-out;
}
#rem-search-box .rem-search-1 .search-options .searcher .filter:not(.hide-filter),
#rem-search-box .rem-search-4 .filter:not(.hide-filter) {
overflow: visible;
}
#rem-search-box .rem-search-1 .search-options .searcher .filter:not(.hide-filter) {
padding: 0 32px 20px;
}
#rem-search-box .rem-search-1 .search-options .searcher .filter.hide-filter,
#rem-search-box .rem-search-4 .filter.hide-filter {
border-bottom: none;
max-height: 0;
}
#rem-search-box .rem-search-1 .search-options .searcher .filter label {
margin: 20px 0 5px;
}
#rem-search-box .rem-search-1 .search-options .searcher .dropdown {
margin-bottom: 30px;
}
#rem-search-box .rem-search-1.fixed-map {
height: auto;
margin-bottom: 15px;
} .ads-type {
background-color: #1fb7a6;
position: relative;
z-index: 12;
margin: 0 -15px;
padding: 0 40px;
height: 80px;
overflow: hidden;
}
.ads-type a.item-type {
height: 80px;
display: block;
padding: 20px 0 20px 70px;
background-color: #1ba192;
background-image: url(//www.tetrisreality.cz/wp-content/plugins/real-estate-manager-pro/assets/images/icon-property.png);
background-repeat: no-repeat;
cursor: pointer;
color: #ffffff;
text-decoration: none;
border-right: 1px solid #1eb3a2;
-moz-transition: 0.2s all ease-in-out;
-ms-transition: 0.2s all ease-in-out;
-o-transition: 0.2s all ease-in-out;
transition: 0.2s all ease-in-out;
-webkit-transition: 0.2s all ease-in-out;
}
.ads-type a.item-type:hover {
background-color: #1a988a;
}
.ads-type a.item-type.item-selected {
background-color: #188b7e;
}
.ads-type a.item-type.item-selected:after {
content: "";
position: absolute !important;
top: 6px;
right: 6px;
bottom: auto;
left: auto;
z-index: 1;
width: 16px;
height: 16px;
background-image: url(//www.tetrisreality.cz/wp-content/plugins/real-estate-manager-pro/assets/images/icon-property.png);
background-position: right bottom;
}
.ads-type .icon-1 {
background-position: 10px 7px;
}
.ads-type .icon-2 {
background-position: 10px -61px;
}
.ads-type .icon-3 {
background-position: 10px -125px;
}
.ads-type .icon-4 {
background-position: 10px -192px;
}
.ads-type .icon-5 {
background-position: 10px -259px;
}
.ads-type .icon-6 {
background-position: 10px -326px;
}
.ads-type .title {
display: block;
font-size: 20px;
line-height: 1.2;
}
.ads-type span.sub-title {
font-size: 11px;
display: block;
}
.ads-type .nav-box a {
background-image: url(//www.tetrisreality.cz/wp-content/plugins/real-estate-manager-pro/assets/images/icon-slider.png);
background-color: #1daa9a;
display: block;
width: 40px;
height: 80px;
position: absolute !important;
top: 0;
right: auto;
bottom: auto;
left: auto;
z-index: 1;
-moz-transition: 0.2s all ease-in-out;
-ms-transition: 0.2s all ease-in-out;
-o-transition: 0.2s all ease-in-out;
transition: 0.2s all ease-in-out;
-webkit-transition: 0.2s all ease-in-out;
}
.ads-type .nav-box a:hover,
.ads-type .nav-box a:focus {
background-color: #1ba192;
}
.ads-type .nav-box .previous {
background-position: left top;
border: 1px solid #20c0ae;
border-right: 1px solid #1eb3a2;
border-top: none;
border-bottom: none;
left: 0;
}
.ads-type .nav-box .next {
background-position: right top;
border-right: 1px solid #20c0ae;
right: 0;
}
.search-box-page .space-div {
padding-bottom: 20px;
} .rem-field-hide {
display: none;
}
.rem-field-show {
display: block;
}
.ui-autocomplete {
position: absolute;
top: 100%;
left: 0;
z-index: 1000;
float: left;
display: none;
min-width: 160px;
_width: 160px;
padding: 4px 0;
margin: 2px 0 0 0;
list-style: none;
background-color: #ffffff;
border-color: #ccc;
border-color: rgba(0, 0, 0, 0.2);
border-style: solid;
border-width: 1px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
-webkit-background-clip: padding-box;
-moz-background-clip: padding;
background-clip: padding-box;
*border-right-width: 2px;
*border-bottom-width: 2px;
}
.ui-autocomplete .ui-menu-item {
cursor: pointer;
display: block;
padding: 3px 15px;
clear: both;
font-weight: normal;
line-height: 18px;
color: #555555;
white-space: nowrap;
}
.ui-autocomplete .ui-menu-item:hover, .ui-autocomplete .ui-menu-item:active {
color: #ffffff;
text-decoration: none;
background-color: #0088cc;
border-radius: 0px;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
background-image: none;
}
.searcher .margin-div.footer br {
display: none;
}
.price-slider .any-check {
position: absolute;
left: 14px;
top: 20px;
cursor: pointer;
}
.rem-widget-search .any-check {
position: absolute;
top: 50px;
}
#rem-search-box .rem-search-2 .search-button {
float: none;
text-transform: uppercase;
padding: 0;
width: 100%;
height: 36px;
}
#rem-search-box .rem-search-2 .padding-none {
padding-left: 0;
padding-right: 0;
}
#rem-search-box .rem-search-2 .padding-none:first-child {
padding-left: 15px;
}
#rem-search-box .rem-search-2 .padding-none:last-child {
padding-right: 15px;
}
#rem-search-box .rem-search-2 .dropdown .carat {
border-left: 0;
}
#rem-search-box .rem-search-2 .dropdown.open .carat {
background: transparent;
}
@media (max-width: 991px){
#rem-search-box .rem-search-2 .padding-none:first-child {
padding-left: 0;
}
#rem-search-box .rem-search-2 .padding-none:last-child {
padding-right: 0;
}
}
.searcher .margin-bottom {
margin-bottom: 20px;
}
.rem-min-max-number-fields {
display: flex;
flex-direction: row;
flex-wrap: nowrap;
}
.rem-title-number-field {
padding-right: 8px;
padding-left: 8px;
align-items: center;
display: flex;
text-align: center;
}.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__rendered li{list-style:none}.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:200px;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, #fff 50%, #eee 100%);background-image:-o-linear-gradient(top, #fff 50%, #eee 100%);background-image:linear-gradient(to bottom, #fff 50%, #eee 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, #eee 50%, #ccc 100%);background-image:-o-linear-gradient(top, #eee 50%, #ccc 100%);background-image:linear-gradient(to bottom, #eee 50%, #ccc 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, #fff 0%, #eee 50%);background-image:-o-linear-gradient(top, #fff 0%, #eee 50%);background-image:linear-gradient(to bottom, #fff 0%, #eee 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, #eee 50%, #fff 100%);background-image:-o-linear-gradient(top, #eee 50%, #fff 100%);background-image:linear-gradient(to bottom, #eee 50%, #fff 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:#fff;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:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb}