@charset "UTF-8";
@charset "UTF-8";

 a {
color: #000000;
text-decoration: none;
}
a.hover,
a:hover {
color: #000000;
}
a.focus,
a:focus {
color: #000000;
}
a.active,
a:active {
color: #121717;
text-decoration: none;
}
a.disabled,
a:disabled {
cursor: not-allowed;
color: #ccc;
}
p {
color: #606e7c;
} @-webkit-keyframes wobble-reverse {
0% {
-webkit-transform: translateX(0%);
transform: translateX(0%);
}
15% {
-webkit-transform: translateX(25%) rotate(5deg);
transform: translateX(25%) rotate(5deg);
}
30% {
-webkit-transform: translateX(-20%) rotate(-3deg);
transform: translateX(-20%) rotate(-3deg);
}
45% {
-webkit-transform: translateX(15%) rotate(3deg);
transform: translateX(15%) rotate(3deg);
}
60% {
-webkit-transform: translateX(-10%) rotate(-2deg);
transform: translateX(-10%) rotate(-2deg);
}
75% {
-webkit-transform: translateX(5%) rotate(1deg);
transform: translateX(5%) rotate(1deg);
}
100% {
-webkit-transform: translateX(0%);
transform: translateX(0%);
}
}
@keyframes wobble-reverse {
0% {
-webkit-transform: translateX(0%);
transform: translateX(0%);
}
15% {
-webkit-transform: translateX(25%) rotate(5deg);
transform: translateX(25%) rotate(5deg);
}
30% {
-webkit-transform: translateX(-20%) rotate(-3deg);
transform: translateX(-20%) rotate(-3deg);
}
45% {
-webkit-transform: translateX(15%) rotate(3deg);
transform: translateX(15%) rotate(3deg);
}
60% {
-webkit-transform: translateX(-10%) rotate(-2deg);
transform: translateX(-10%) rotate(-2deg);
}
75% {
-webkit-transform: translateX(5%) rotate(1deg);
transform: translateX(5%) rotate(1deg);
}
100% {
-webkit-transform: translateX(0%);
transform: translateX(0%);
}
}
select {
display: block;
width: 100%;
padding: 6px 20px;
font-size: 16px;
border-radius: 0 !important;
border-color: #d6d6d6;
}
@-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);
}
}
@-webkit-keyframes moveUp {
0% {
-webkit-transform: translateY(50%);
transform: translateY(50%);
opacity: 0;
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@-webkit-keyframes shake {
0%, 100% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
10%, 30%, 50%, 70%, 90% {
-webkit-transform: translateX(-10px);
transform: translateX(-10px);
}
20%, 40%, 60%, 80% {
-webkit-transform: translateX(10px);
transform: translateX(10px);
}
}
@keyframes shake {
0%, 100% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
10%, 30%, 50%, 70%, 90% {
-webkit-transform: translateX(-10px);
transform: translateX(-10px);
}
20%, 40%, 60%, 80% {
-webkit-transform: translateX(10px);
transform: translateX(10px);
}
}
@-webkit-keyframes scaleFromUp {
0% {
-webkit-transform: scale(0);
transform: scale(0);
opacity: 0;
}
100% {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
}
}
@keyframes scaleFromUp {
0% {
-webkit-transform: scale(0);
transform: scale(0);
opacity: 0;
}
100% {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
}
} html {
font-family: sans-serif;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
}
body {
margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
display: block;
}
audio,
canvas,
progress,
video {
display: inline-block;
vertical-align: baseline;
}
audio:not([controls]) {
display: none;
height: 0;
}
[hidden],
template {
display: none;
}
a {
background-color: transparent;
}
a:active,
a:hover {
outline: 0;
}
abbr[title] {
border-bottom: 1px dotted;
}
b,
strong {
font-weight: bold;
}
dfn {
font-style: italic;
}
h1 {
font-size: 2em;
margin: 0.67em 0;
}
mark {
background: #ff0;
color: #000;
}
small {
font-size: 80%;
}
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
top: -0.5em;
}
sub {
bottom: -0.25em;
}
img {
border: 0;
}
svg:not(:root) {
overflow: hidden;
}
figure {
margin: 1em 40px;
}
hr {
-webkit-box-sizing: content-box;
box-sizing: content-box;
height: 0;
}
pre {
overflow: auto;
}
code,
kbd,
pre,
samp {
font-family: monospace, monospace;
font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
color: inherit;
font: inherit;
margin: 0;
}
button {
overflow: visible;
}
button,
select {
text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
-webkit-appearance: button;
cursor: pointer;
}
button[disabled],
html input[disabled] {
cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0;
}
input {
line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
height: auto;
}
input[type="search"] {
-webkit-appearance: textfield;
-webkit-box-sizing: content-box;
box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em;
}
legend {
border: 0;
padding: 0;
}
textarea {
overflow: auto;
}
optgroup {
font-weight: bold;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
td,
th {
padding: 0;
}
@font-face {
font-family: 'Glyphicons Halflings';
src: url(//www.flowrealproperty.be/hosting/2324-flow/wp-content/themes/realtyspace/public/fonts/bootstrap/glyphicons-halflings-regular.eot);
src: url(//www.flowrealproperty.be/hosting/2324-flow/wp-content/themes/realtyspace/public/fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix) format("embedded-opentype"), url(//www.flowrealproperty.be/hosting/2324-flow/wp-content/themes/realtyspace/public/fonts/bootstrap/glyphicons-halflings-regular.woff2) format("woff2"), url(//www.flowrealproperty.be/hosting/2324-flow/wp-content/themes/realtyspace/public/fonts/bootstrap/glyphicons-halflings-regular.woff) format("woff"), url(//www.flowrealproperty.be/hosting/2324-flow/wp-content/themes/realtyspace/public/fonts/bootstrap/glyphicons-halflings-regular.ttf) format("truetype"), url(//www.flowrealproperty.be/hosting/2324-flow/wp-content/themes/realtyspace/public/fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format("svg");
}
.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;
}
.glyphicon-asterisk:before {
content: "\002a";
}
.glyphicon-plus:before {
content: "\002b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
content: "\20ac";
}
.glyphicon-minus:before {
content: "\2212";
}
.glyphicon-cloud:before {
content: "\2601";
}
.glyphicon-envelope:before {
content: "\2709";
}
.glyphicon-pencil:before {
content: "\270f";
}
.glyphicon-glass:before {
content: "\e001";
}
.glyphicon-music:before {
content: "\e002";
}
.glyphicon-search:before {
content: "\e003";
}
.glyphicon-heart:before {
content: "\e005";
}
.glyphicon-star:before {
content: "\e006";
}
.glyphicon-star-empty:before {
content: "\e007";
}
.glyphicon-user:before {
content: "\e008";
}
.glyphicon-film:before {
content: "\e009";
}
.glyphicon-th-large:before {
content: "\e010";
}
.glyphicon-th:before {
content: "\e011";
}
.glyphicon-th-list:before {
content: "\e012";
}
.glyphicon-ok:before {
content: "\e013";
}
.glyphicon-remove:before {
content: "\e014";
}
.glyphicon-zoom-in:before {
content: "\e015";
}
.glyphicon-zoom-out:before {
content: "\e016";
}
.glyphicon-off:before {
content: "\e017";
}
.glyphicon-signal:before {
content: "\e018";
}
.glyphicon-cog:before {
content: "\e019";
}
.glyphicon-trash:before {
content: "\e020";
}
.glyphicon-home:before {
content: "\e021";
}
.glyphicon-file:before {
content: "\e022";
}
.glyphicon-time:before {
content: "\e023";
}
.glyphicon-road:before {
content: "\e024";
}
.glyphicon-download-alt:before {
content: "\e025";
}
.glyphicon-download:before {
content: "\e026";
}
.glyphicon-upload:before {
content: "\e027";
}
.glyphicon-inbox:before {
content: "\e028";
}
.glyphicon-play-circle:before {
content: "\e029";
}
.glyphicon-repeat:before {
content: "\e030";
}
.glyphicon-refresh:before {
content: "\e031";
}
.glyphicon-list-alt:before {
content: "\e032";
}
.glyphicon-lock:before {
content: "\e033";
}
.glyphicon-flag:before {
content: "\e034";
}
.glyphicon-headphones:before {
content: "\e035";
}
.glyphicon-volume-off:before {
content: "\e036";
}
.glyphicon-volume-down:before {
content: "\e037";
}
.glyphicon-volume-up:before {
content: "\e038";
}
.glyphicon-qrcode:before {
content: "\e039";
}
.glyphicon-barcode:before {
content: "\e040";
}
.glyphicon-tag:before {
content: "\e041";
}
.glyphicon-tags:before {
content: "\e042";
}
.glyphicon-book:before {
content: "\e043";
}
.glyphicon-bookmark:before {
content: "\e044";
}
.glyphicon-print:before {
content: "\e045";
}
.glyphicon-camera:before {
content: "\e046";
}
.glyphicon-font:before {
content: "\e047";
}
.glyphicon-bold:before {
content: "\e048";
}
.glyphicon-italic:before {
content: "\e049";
}
.glyphicon-text-height:before {
content: "\e050";
}
.glyphicon-text-width:before {
content: "\e051";
}
.glyphicon-align-left:before {
content: "\e052";
}
.glyphicon-align-center:before {
content: "\e053";
}
.glyphicon-align-right:before {
content: "\e054";
}
.glyphicon-align-justify:before {
content: "\e055";
}
.glyphicon-list:before {
content: "\e056";
}
.glyphicon-indent-left:before {
content: "\e057";
}
.glyphicon-indent-right:before {
content: "\e058";
}
.glyphicon-facetime-video:before {
content: "\e059";
}
.glyphicon-picture:before {
content: "\e060";
}
.glyphicon-map-marker:before {
content: "\e062";
}
.glyphicon-adjust:before {
content: "\e063";
}
.glyphicon-tint:before {
content: "\e064";
}
.glyphicon-edit:before {
content: "\e065";
}
.glyphicon-share:before {
content: "\e066";
}
.glyphicon-check:before {
content: "\e067";
}
.glyphicon-move:before {
content: "\e068";
}
.glyphicon-step-backward:before {
content: "\e069";
}
.glyphicon-fast-backward:before {
content: "\e070";
}
.glyphicon-backward:before {
content: "\e071";
}
.glyphicon-play:before {
content: "\e072";
}
.glyphicon-pause:before {
content: "\e073";
}
.glyphicon-stop:before {
content: "\e074";
}
.glyphicon-forward:before {
content: "\e075";
}
.glyphicon-fast-forward:before {
content: "\e076";
}
.glyphicon-step-forward:before {
content: "\e077";
}
.glyphicon-eject:before {
content: "\e078";
}
.glyphicon-chevron-left:before {
content: "\e079";
}
.glyphicon-chevron-right:before {
content: "\e080";
}
.glyphicon-plus-sign:before {
content: "\e081";
}
.glyphicon-minus-sign:before {
content: "\e082";
}
.glyphicon-remove-sign:before {
content: "\e083";
}
.glyphicon-ok-sign:before {
content: "\e084";
}
.glyphicon-question-sign:before {
content: "\e085";
}
.glyphicon-info-sign:before {
content: "\e086";
}
.glyphicon-screenshot:before {
content: "\e087";
}
.glyphicon-remove-circle:before {
content: "\e088";
}
.glyphicon-ok-circle:before {
content: "\e089";
}
.glyphicon-ban-circle:before {
content: "\e090";
}
.glyphicon-arrow-left:before {
content: "\e091";
}
.glyphicon-arrow-right:before {
content: "\e092";
}
.glyphicon-arrow-up:before {
content: "\e093";
}
.glyphicon-arrow-down:before {
content: "\e094";
}
.glyphicon-share-alt:before {
content: "\e095";
}
.glyphicon-resize-full:before {
content: "\e096";
}
.glyphicon-resize-small:before {
content: "\e097";
}
.glyphicon-exclamation-sign:before {
content: "\e101";
}
.glyphicon-gift:before {
content: "\e102";
}
.glyphicon-leaf:before {
content: "\e103";
}
.glyphicon-fire:before {
content: "\e104";
}
.glyphicon-eye-open:before {
content: "\e105";
}
.glyphicon-eye-close:before {
content: "\e106";
}
.glyphicon-warning-sign:before {
content: "\e107";
}
.glyphicon-plane:before {
content: "\e108";
}
.glyphicon-calendar:before {
content: "\e109";
}
.glyphicon-random:before {
content: "\e110";
}
.glyphicon-comment:before {
content: "\e111";
}
.glyphicon-magnet:before {
content: "\e112";
}
.glyphicon-chevron-up:before {
content: "\e113";
}
.glyphicon-chevron-down:before {
content: "\e114";
}
.glyphicon-retweet:before {
content: "\e115";
}
.glyphicon-shopping-cart:before {
content: "\e116";
}
.glyphicon-folder-close:before {
content: "\e117";
}
.glyphicon-folder-open:before {
content: "\e118";
}
.glyphicon-resize-vertical:before {
content: "\e119";
}
.glyphicon-resize-horizontal:before {
content: "\e120";
}
.glyphicon-hdd:before {
content: "\e121";
}
.glyphicon-bullhorn:before {
content: "\e122";
}
.glyphicon-bell:before {
content: "\e123";
}
.glyphicon-certificate:before {
content: "\e124";
}
.glyphicon-thumbs-up:before {
content: "\e125";
}
.glyphicon-thumbs-down:before {
content: "\e126";
}
.glyphicon-hand-right:before {
content: "\e127";
}
.glyphicon-hand-left:before {
content: "\e128";
}
.glyphicon-hand-up:before {
content: "\e129";
}
.glyphicon-hand-down:before {
content: "\e130";
}
.glyphicon-circle-arrow-right:before {
content: "\e131";
}
.glyphicon-circle-arrow-left:before {
content: "\e132";
}
.glyphicon-circle-arrow-up:before {
content: "\e133";
}
.glyphicon-circle-arrow-down:before {
content: "\e134";
}
.glyphicon-globe:before {
content: "\e135";
}
.glyphicon-wrench:before {
content: "\e136";
}
.glyphicon-tasks:before {
content: "\e137";
}
.glyphicon-filter:before {
content: "\e138";
}
.glyphicon-briefcase:before {
content: "\e139";
}
.glyphicon-fullscreen:before {
content: "\e140";
}
.glyphicon-dashboard:before {
content: "\e141";
}
.glyphicon-paperclip:before {
content: "\e142";
}
.glyphicon-heart-empty:before {
content: "\e143";
}
.glyphicon-link:before {
content: "\e144";
}
.glyphicon-phone:before {
content: "\e145";
}
.glyphicon-pushpin:before {
content: "\e146";
}
.glyphicon-usd:before {
content: "\e148";
}
.glyphicon-gbp:before {
content: "\e149";
}
.glyphicon-sort:before {
content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
content: "\e152";
}
.glyphicon-sort-by-order:before {
content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
content: "\e154";
}
.glyphicon-sort-by-attributes:before {
content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
content: "\e156";
}
.glyphicon-unchecked:before {
content: "\e157";
}
.glyphicon-expand:before {
content: "\e158";
}
.glyphicon-collapse-down:before {
content: "\e159";
}
.glyphicon-collapse-up:before {
content: "\e160";
}
.glyphicon-log-in:before {
content: "\e161";
}
.glyphicon-flash:before {
content: "\e162";
}
.glyphicon-log-out:before {
content: "\e163";
}
.glyphicon-new-window:before {
content: "\e164";
}
.glyphicon-record:before {
content: "\e165";
}
.glyphicon-save:before {
content: "\e166";
}
.glyphicon-open:before {
content: "\e167";
}
.glyphicon-saved:before {
content: "\e168";
}
.glyphicon-import:before {
content: "\e169";
}
.glyphicon-export:before {
content: "\e170";
}
.glyphicon-send:before {
content: "\e171";
}
.glyphicon-floppy-disk:before {
content: "\e172";
}
.glyphicon-floppy-saved:before {
content: "\e173";
}
.glyphicon-floppy-remove:before {
content: "\e174";
}
.glyphicon-floppy-save:before {
content: "\e175";
}
.glyphicon-floppy-open:before {
content: "\e176";
}
.glyphicon-credit-card:before {
content: "\e177";
}
.glyphicon-transfer:before {
content: "\e178";
}
.glyphicon-cutlery:before {
content: "\e179";
}
.glyphicon-header:before {
content: "\e180";
}
.glyphicon-compressed:before {
content: "\e181";
}
.glyphicon-earphone:before {
content: "\e182";
}
.glyphicon-phone-alt:before {
content: "\e183";
}
.glyphicon-tower:before {
content: "\e184";
}
.glyphicon-stats:before {
content: "\e185";
}
.glyphicon-sd-video:before {
content: "\e186";
}
.glyphicon-hd-video:before {
content: "\e187";
}
.glyphicon-subtitles:before {
content: "\e188";
}
.glyphicon-sound-stereo:before {
content: "\e189";
}
.glyphicon-sound-dolby:before {
content: "\e190";
}
.glyphicon-sound-5-1:before {
content: "\e191";
}
.glyphicon-sound-6-1:before {
content: "\e192";
}
.glyphicon-sound-7-1:before {
content: "\e193";
}
.glyphicon-copyright-mark:before {
content: "\e194";
}
.glyphicon-registration-mark:before {
content: "\e195";
}
.glyphicon-cloud-download:before {
content: "\e197";
}
.glyphicon-cloud-upload:before {
content: "\e198";
}
.glyphicon-tree-conifer:before {
content: "\e199";
}
.glyphicon-tree-deciduous:before {
content: "\e200";
}
.glyphicon-cd:before {
content: "\e201";
}
.glyphicon-save-file:before {
content: "\e202";
}
.glyphicon-open-file:before {
content: "\e203";
}
.glyphicon-level-up:before {
content: "\e204";
}
.glyphicon-copy:before {
content: "\e205";
}
.glyphicon-paste:before {
content: "\e206";
}
.glyphicon-alert:before {
content: "\e209";
}
.glyphicon-equalizer:before {
content: "\e210";
}
.glyphicon-king:before {
content: "\e211";
}
.glyphicon-queen:before {
content: "\e212";
}
.glyphicon-pawn:before {
content: "\e213";
}
.glyphicon-bishop:before {
content: "\e214";
}
.glyphicon-knight:before {
content: "\e215";
}
.glyphicon-baby-formula:before {
content: "\e216";
}
.glyphicon-tent:before {
content: "\26fa";
}
.glyphicon-blackboard:before {
content: "\e218";
}
.glyphicon-bed:before {
content: "\e219";
}
.glyphicon-apple:before {
content: "\f8ff";
}
.glyphicon-erase:before {
content: "\e221";
}
.glyphicon-hourglass:before {
content: "\231b";
}
.glyphicon-lamp:before {
content: "\e223";
}
.glyphicon-duplicate:before {
content: "\e224";
}
.glyphicon-piggy-bank:before {
content: "\e225";
}
.glyphicon-scissors:before {
content: "\e226";
}
.glyphicon-bitcoin:before {
content: "\e227";
}
.glyphicon-btc:before {
content: "\e227";
}
.glyphicon-xbt:before {
content: "\e227";
}
.glyphicon-yen:before {
content: "\00a5";
}
.glyphicon-jpy:before {
content: "\00a5";
}
.glyphicon-ruble:before {
content: "\20bd";
}
.glyphicon-rub:before {
content: "\20bd";
}
.glyphicon-scale:before {
content: "\e230";
}
.glyphicon-ice-lolly:before {
content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
content: "\e232";
}
.glyphicon-education:before {
content: "\e233";
}
.glyphicon-option-horizontal:before {
content: "\e234";
}
.glyphicon-option-vertical:before {
content: "\e235";
}
.glyphicon-menu-hamburger:before {
content: "\e236";
}
.glyphicon-modal-window:before {
content: "\e237";
}
.glyphicon-oil:before {
content: "\e238";
}
.glyphicon-grain:before {
content: "\e239";
}
.glyphicon-sunglasses:before {
content: "\e240";
}
.glyphicon-text-size:before {
content: "\e241";
}
.glyphicon-text-color:before {
content: "\e242";
}
.glyphicon-text-background:before {
content: "\e243";
}
.glyphicon-object-align-top:before {
content: "\e244";
}
.glyphicon-object-align-bottom:before {
content: "\e245";
}
.glyphicon-object-align-horizontal:before {
content: "\e246";
}
.glyphicon-object-align-left:before {
content: "\e247";
}
.glyphicon-object-align-vertical:before {
content: "\e248";
}
.glyphicon-object-align-right:before {
content: "\e249";
}
.glyphicon-triangle-right:before {
content: "\e250";
}
.glyphicon-triangle-left:before {
content: "\e251";
}
.glyphicon-triangle-bottom:before {
content: "\e252";
}
.glyphicon-triangle-top:before {
content: "\e253";
}
.glyphicon-console:before {
content: "\e254";
}
.glyphicon-superscript:before {
content: "\e255";
}
.glyphicon-subscript:before {
content: "\e256";
}
.glyphicon-menu-left:before {
content: "\e257";
}
.glyphicon-menu-right:before {
content: "\e258";
}
.glyphicon-menu-down:before {
content: "\e259";
}
.glyphicon-menu-up:before {
content: "\e260";
}
* {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
*:before,
*:after {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
html {
font-size: 10px;
-webkit-tap-highlight-color: transparent;
}
body {
font-family: "Source Sans Pro", sans-serif;
font-size: 15px;
line-height: 1.6;
color: #121717;
background-color: #fff;
}
input,
button,
select,
textarea {
font-family: inherit;
font-size: inherit;
line-height: inherit;
}
a {
color: #000000;
text-decoration: none;
}
a:hover,
a:focus {
color: #000000;
text-decoration: underline;
}
a:focus {
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
figure {
margin: 0;
}
img {
vertical-align: middle;
}
.img-responsive {
display: block;
max-width: 100%;
height: auto;
}
.img-rounded {
border-radius: 0;
}
.img-thumbnail {
padding: 4px;
line-height: 1.6;
background-color: #fff;
border: 1px solid #ddd;
border-radius: 0;
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
display: inline-block;
max-width: 100%;
height: auto;
}
.img-circle {
border-radius: 50%;
}
hr {
margin-top: 24px;
margin-bottom: 24px;
border: 0;
border-top: 1px solid #eeeeee;
}
.sr-only {
position: absolute;
width: 1px;
height: 1px;
margin: -1px;
padding: 0;
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;
}
[role="button"] {
cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
font-family: inherit;
font-weight: 500;
line-height: 1.1;
color: inherit;
}
h1 small,
h1 .small,
h2 small,
h2 .small,
h3 small,
h3 .small,
h4 small,
h4 .small,
h5 small,
h5 .small,
h6 small,
h6 .small,
.h1 small,
.h1 .small,
.h2 small,
.h2 .small,
.h3 small,
.h3 .small,
.h4 small,
.h4 .small,
.h5 small,
.h5 .small,
.h6 small,
.h6 .small {
font-weight: normal;
line-height: 1;
color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
margin-top: 24px;
margin-bottom: 12px;
}
h1 small,
h1 .small,
.h1 small,
.h1 .small,
h2 small,
h2 .small,
.h2 small,
.h2 .small,
h3 small,
h3 .small,
.h3 small,
.h3 .small {
font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
margin-top: 12px;
margin-bottom: 12px;
}
h4 small,
h4 .small,
.h4 small,
.h4 .small,
h5 small,
h5 .small,
.h5 small,
.h5 .small,
h6 small,
h6 .small,
.h6 small,
.h6 .small {
font-size: 75%;
}
h1,
.h1 {
font-size: 39px;
}
h2,
.h2 {
font-size: 32px;
}
h3,
.h3 {
font-size: 26px;
}
h4,
.h4 {
font-size: 19px;
}
h5,
.h5 {
font-size: 15px;
}
h6,
.h6 {
font-size: 13px;
}
p {
margin: 0 0 12px;
}
.lead {
margin-bottom: 24px;
font-size: 17px;
font-weight: 300;
line-height: 1.4;
}
@media (min-width: 768px) {
.lead {
font-size: 22.5px;
}
}
small,
.small {
font-size: 86%;
}
mark,
.mark {
background-color: #fcf8e3;
padding: .2em;
}
.text-left {
text-align: left;
}
.text-right {
text-align: right;
}
.text-center {
text-align: center;
}
.text-justify {
text-align: justify;
}
.text-nowrap {
white-space: nowrap;
}
.text-lowercase {
text-transform: lowercase;
}
.text-uppercase,
.initialism {
text-transform: uppercase;
}
.text-capitalize {
text-transform: capitalize;
}
.text-muted {
color: #777777;
}
.text-primary {
color: #337ab7;
}
a.text-primary:hover,
a.text-primary:focus {
color: #286090;
}
.text-success {
color: #000000;
}
a.text-success:hover,
a.text-success:focus {
color: #000000;
}
.text-info {
color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
color: #245269;
}
.text-warning {
color: #121717;
}
a.text-warning:hover,
a.text-warning:focus {
color: #efa736;
}
.text-danger {
color: #e95b35;
}
a.text-danger:hover,
a.text-danger:focus {
color: #d43f17;
}
.bg-primary {
color: #fff;
}
.bg-primary {
background-color: #337ab7;
}
a.bg-primary:hover,
a.bg-primary:focus {
background-color: #286090;
}
.bg-success {
background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
background-color: #c1e2b3;
}
.bg-info {
background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
background-color: #afd9ee;
}
.bg-warning {
background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
background-color: #f7ecb5;
}
.bg-danger {
background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
background-color: #e4b9b9;
}
.page-header {
padding-bottom: 11px;
margin: 48px 0 24px;
border-bottom: 1px solid #eeeeee;
}
ul,
ol {
margin-top: 0;
margin-bottom: 12px;
}
ul ul,
ul ol,
ol ul,
ol ol {
margin-bottom: 0;
}
.list-unstyled {
padding-left: 0;
list-style: none;
}
.list-inline {
padding-left: 0;
list-style: none;
margin-left: -5px;
}
.list-inline > li {
display: inline-block;
padding-left: 5px;
padding-right: 5px;
}
dl {
margin-top: 0;
margin-bottom: 24px;
}
dt,
dd {
line-height: 1.6;
}
dt {
font-weight: bold;
}
dd {
margin-left: 0;
}
.dl-horizontal dd:before,
.dl-horizontal dd:after {
content: " ";
display: table;
}
.dl-horizontal dd:after {
clear: both;
}
@media (min-width: 768px) {
.dl-horizontal dt {
float: left;
width: 160px;
clear: left;
text-align: right;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.dl-horizontal dd {
margin-left: 180px;
}
}
abbr[title],
abbr[data-original-title] {
cursor: help;
border-bottom: 1px dotted #777777;
}
.initialism {
font-size: 90%;
}
blockquote {
padding: 12px 24px;
margin: 0 0 24px;
font-size: 15.75px;
border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
display: block;
font-size: 80%;
line-height: 1.6;
color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
padding-right: 15px;
padding-left: 0;
border-right: 5px solid #eeeeee;
border-left: 0;
text-align: right;
}
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
content: '';
}
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
content: '\00A0 \2014';
}
address {
margin-bottom: 24px;
font-style: normal;
line-height: 1.6;
}
code,
kbd,
pre,
samp {
font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
padding: 2px 4px;
font-size: 90%;
color: #c7254e;
background-color: #f9f2f4;
border-radius: 0;
}
kbd {
padding: 2px 4px;
font-size: 90%;
color: #fff;
background-color: #333;
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);
}
kbd kbd {
padding: 0;
font-size: 100%;
font-weight: bold;
-webkit-box-shadow: none;
box-shadow: none;
}
pre {
display: block;
padding: 11.5px;
margin: 0 0 12px;
font-size: 14px;
line-height: 1.6;
word-break: break-all;
word-wrap: break-word;
color: #333333;
background-color: #f5f5f5;
border: 1px solid #ccc;
border-radius: 0;
}
pre code {
padding: 0;
font-size: inherit;
color: inherit;
white-space: pre-wrap;
background-color: transparent;
border-radius: 0;
}
.pre-scrollable {
max-height: 340px;
overflow-y: scroll;
}
.container {
margin-right: auto;
margin-left: auto;
padding-left: 15px;
padding-right: 15px;
}
.container:before,
.container:after {
content: " ";
display: table;
}
.container:after {
clear: both;
}
@media (min-width: 768px) {
.container {
width: 750px;
}
}
@media (min-width: 992px) {
.container {
width: 970px;
}
}
@media (min-width: 1200px) {
.container {
width: 1200px;
}
}
.container-fluid {
margin-right: auto;
margin-left: auto;
padding-left: 15px;
padding-right: 15px;
}
.container-fluid:before,
.container-fluid:after {
content: " ";
display: table;
}
.container-fluid:after {
clear: both;
}
.row {
margin-left: -15px;
margin-right: -15px;
}
.row:before,
.row:after {
content: " ";
display: table;
}
.row:after {
clear: both;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
position: relative;
min-height: 1px;
padding-left: 15px;
padding-right: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
float: left;
}
.col-xs-1 {
width: 8.33333%;
}
.col-xs-2 {
width: 16.66667%;
}
.col-xs-3 {
width: 25%;
}
.col-xs-4 {
width: 33.33333%;
}
.col-xs-5 {
width: 41.66667%;
}
.col-xs-6 {
width: 50%;
}
.col-xs-7 {
width: 58.33333%;
}
.col-xs-8 {
width: 66.66667%;
}
.col-xs-9 {
width: 75%;
}
.col-xs-10 {
width: 83.33333%;
}
.col-xs-11 {
width: 91.66667%;
}
.col-xs-12 {
width: 100%;
}
.col-xs-pull-0 {
right: auto;
}
.col-xs-pull-1 {
right: 8.33333%;
}
.col-xs-pull-2 {
right: 16.66667%;
}
.col-xs-pull-3 {
right: 25%;
}
.col-xs-pull-4 {
right: 33.33333%;
}
.col-xs-pull-5 {
right: 41.66667%;
}
.col-xs-pull-6 {
right: 50%;
}
.col-xs-pull-7 {
right: 58.33333%;
}
.col-xs-pull-8 {
right: 66.66667%;
}
.col-xs-pull-9 {
right: 75%;
}
.col-xs-pull-10 {
right: 83.33333%;
}
.col-xs-pull-11 {
right: 91.66667%;
}
.col-xs-pull-12 {
right: 100%;
}
.col-xs-push-0 {
left: auto;
}
.col-xs-push-1 {
left: 8.33333%;
}
.col-xs-push-2 {
left: 16.66667%;
}
.col-xs-push-3 {
left: 25%;
}
.col-xs-push-4 {
left: 33.33333%;
}
.col-xs-push-5 {
left: 41.66667%;
}
.col-xs-push-6 {
left: 50%;
}
.col-xs-push-7 {
left: 58.33333%;
}
.col-xs-push-8 {
left: 66.66667%;
}
.col-xs-push-9 {
left: 75%;
}
.col-xs-push-10 {
left: 83.33333%;
}
.col-xs-push-11 {
left: 91.66667%;
}
.col-xs-push-12 {
left: 100%;
}
.col-xs-offset-0 {
margin-left: 0%;
}
.col-xs-offset-1 {
margin-left: 8.33333%;
}
.col-xs-offset-2 {
margin-left: 16.66667%;
}
.col-xs-offset-3 {
margin-left: 25%;
}
.col-xs-offset-4 {
margin-left: 33.33333%;
}
.col-xs-offset-5 {
margin-left: 41.66667%;
}
.col-xs-offset-6 {
margin-left: 50%;
}
.col-xs-offset-7 {
margin-left: 58.33333%;
}
.col-xs-offset-8 {
margin-left: 66.66667%;
}
.col-xs-offset-9 {
margin-left: 75%;
}
.col-xs-offset-10 {
margin-left: 83.33333%;
}
.col-xs-offset-11 {
margin-left: 91.66667%;
}
.col-xs-offset-12 {
margin-left: 100%;
}
@media (min-width: 768px) {
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12 {
float: left;
}
.col-sm-1 {
width: 8.33333%;
}
.col-sm-2 {
width: 16.66667%;
}
.col-sm-3 {
width: 25%;
}
.col-sm-4 {
width: 33.33333%;
}
.col-sm-5 {
width: 41.66667%;
}
.col-sm-6 {
width: 50%;
}
.col-sm-7 {
width: 58.33333%;
}
.col-sm-8 {
width: 66.66667%;
}
.col-sm-9 {
width: 75%;
}
.col-sm-10 {
width: 83.33333%;
}
.col-sm-11 {
width: 91.66667%;
}
.col-sm-12 {
width: 100%;
}
.col-sm-pull-0 {
right: auto;
}
.col-sm-pull-1 {
right: 8.33333%;
}
.col-sm-pull-2 {
right: 16.66667%;
}
.col-sm-pull-3 {
right: 25%;
}
.col-sm-pull-4 {
right: 33.33333%;
}
.col-sm-pull-5 {
right: 41.66667%;
}
.col-sm-pull-6 {
right: 50%;
}
.col-sm-pull-7 {
right: 58.33333%;
}
.col-sm-pull-8 {
right: 66.66667%;
}
.col-sm-pull-9 {
right: 75%;
}
.col-sm-pull-10 {
right: 83.33333%;
}
.col-sm-pull-11 {
right: 91.66667%;
}
.col-sm-pull-12 {
right: 100%;
}
.col-sm-push-0 {
left: auto;
}
.col-sm-push-1 {
left: 8.33333%;
}
.col-sm-push-2 {
left: 16.66667%;
}
.col-sm-push-3 {
left: 25%;
}
.col-sm-push-4 {
left: 33.33333%;
}
.col-sm-push-5 {
left: 41.66667%;
}
.col-sm-push-6 {
left: 50%;
}
.col-sm-push-7 {
left: 58.33333%;
}
.col-sm-push-8 {
left: 66.66667%;
}
.col-sm-push-9 {
left: 75%;
}
.col-sm-push-10 {
left: 83.33333%;
}
.col-sm-push-11 {
left: 91.66667%;
}
.col-sm-push-12 {
left: 100%;
}
.col-sm-offset-0 {
margin-left: 0%;
}
.col-sm-offset-1 {
margin-left: 8.33333%;
}
.col-sm-offset-2 {
margin-left: 16.66667%;
}
.col-sm-offset-3 {
margin-left: 25%;
}
.col-sm-offset-4 {
margin-left: 33.33333%;
}
.col-sm-offset-5 {
margin-left: 41.66667%;
}
.col-sm-offset-6 {
margin-left: 50%;
}
.col-sm-offset-7 {
margin-left: 58.33333%;
}
.col-sm-offset-8 {
margin-left: 66.66667%;
}
.col-sm-offset-9 {
margin-left: 75%;
}
.col-sm-offset-10 {
margin-left: 83.33333%;
}
.col-sm-offset-11 {
margin-left: 91.66667%;
}
.col-sm-offset-12 {
margin-left: 100%;
}
}
@media (min-width: 992px) {
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12 {
float: left;
}
.col-md-1 {
width: 8.33333%;
}
.col-md-2 {
width: 16.66667%;
}
.col-md-3 {
width: 25%;
}
.col-md-4 {
width: 33.33333%;
}
.col-md-5 {
width: 41.66667%;
}
.col-md-6 {
width: 50%;
}
.col-md-7 {
width: 58.33333%;
}
.col-md-8 {
width: 66.66667%;
}
.col-md-9 {
width: 75%;
}
.col-md-10 {
width: 83.33333%;
}
.col-md-11 {
width: 91.66667%;
}
.col-md-12 {
width: 100%;
}
.col-md-pull-0 {
right: auto;
}
.col-md-pull-1 {
right: 8.33333%;
}
.col-md-pull-2 {
right: 16.66667%;
}
.col-md-pull-3 {
right: 25%;
}
.col-md-pull-4 {
right: 33.33333%;
}
.col-md-pull-5 {
right: 41.66667%;
}
.col-md-pull-6 {
right: 50%;
}
.col-md-pull-7 {
right: 58.33333%;
}
.col-md-pull-8 {
right: 66.66667%;
}
.col-md-pull-9 {
right: 75%;
}
.col-md-pull-10 {
right: 83.33333%;
}
.col-md-pull-11 {
right: 91.66667%;
}
.col-md-pull-12 {
right: 100%;
}
.col-md-push-0 {
left: auto;
}
.col-md-push-1 {
left: 8.33333%;
}
.col-md-push-2 {
left: 16.66667%;
}
.col-md-push-3 {
left: 25%;
}
.col-md-push-4 {
left: 33.33333%;
}
.col-md-push-5 {
left: 41.66667%;
}
.col-md-push-6 {
left: 50%;
}
.col-md-push-7 {
left: 58.33333%;
}
.col-md-push-8 {
left: 66.66667%;
}
.col-md-push-9 {
left: 75%;
}
.col-md-push-10 {
left: 83.33333%;
}
.col-md-push-11 {
left: 91.66667%;
}
.col-md-push-12 {
left: 100%;
}
.col-md-offset-0 {
margin-left: 0%;
}
.col-md-offset-1 {
margin-left: 8.33333%;
}
.col-md-offset-2 {
margin-left: 16.66667%;
}
.col-md-offset-3 {
margin-left: 25%;
}
.col-md-offset-4 {
margin-left: 33.33333%;
}
.col-md-offset-5 {
margin-left: 41.66667%;
}
.col-md-offset-6 {
margin-left: 50%;
}
.col-md-offset-7 {
margin-left: 58.33333%;
}
.col-md-offset-8 {
margin-left: 66.66667%;
}
.col-md-offset-9 {
margin-left: 75%;
}
.col-md-offset-10 {
margin-left: 83.33333%;
}
.col-md-offset-11 {
margin-left: 91.66667%;
}
.col-md-offset-12 {
margin-left: 100%;
}
}
@media (min-width: 1200px) {
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12 {
float: left;
}
.col-lg-1 {
width: 8.33333%;
}
.col-lg-2 {
width: 16.66667%;
}
.col-lg-3 {
width: 25%;
}
.col-lg-4 {
width: 33.33333%;
}
.col-lg-5 {
width: 41.66667%;
}
.col-lg-6 {
width: 50%;
}
.col-lg-7 {
width: 58.33333%;
}
.col-lg-8 {
width: 66.66667%;
}
.col-lg-9 {
width: 75%;
}
.col-lg-10 {
width: 83.33333%;
}
.col-lg-11 {
width: 91.66667%;
}
.col-lg-12 {
width: 100%;
}
.col-lg-pull-0 {
right: auto;
}
.col-lg-pull-1 {
right: 8.33333%;
}
.col-lg-pull-2 {
right: 16.66667%;
}
.col-lg-pull-3 {
right: 25%;
}
.col-lg-pull-4 {
right: 33.33333%;
}
.col-lg-pull-5 {
right: 41.66667%;
}
.col-lg-pull-6 {
right: 50%;
}
.col-lg-pull-7 {
right: 58.33333%;
}
.col-lg-pull-8 {
right: 66.66667%;
}
.col-lg-pull-9 {
right: 75%;
}
.col-lg-pull-10 {
right: 83.33333%;
}
.col-lg-pull-11 {
right: 91.66667%;
}
.col-lg-pull-12 {
right: 100%;
}
.col-lg-push-0 {
left: auto;
}
.col-lg-push-1 {
left: 8.33333%;
}
.col-lg-push-2 {
left: 16.66667%;
}
.col-lg-push-3 {
left: 25%;
}
.col-lg-push-4 {
left: 33.33333%;
}
.col-lg-push-5 {
left: 41.66667%;
}
.col-lg-push-6 {
left: 50%;
}
.col-lg-push-7 {
left: 58.33333%;
}
.col-lg-push-8 {
left: 66.66667%;
}
.col-lg-push-9 {
left: 75%;
}
.col-lg-push-10 {
left: 83.33333%;
}
.col-lg-push-11 {
left: 91.66667%;
}
.col-lg-push-12 {
left: 100%;
}
.col-lg-offset-0 {
margin-left: 0%;
}
.col-lg-offset-1 {
margin-left: 8.33333%;
}
.col-lg-offset-2 {
margin-left: 16.66667%;
}
.col-lg-offset-3 {
margin-left: 25%;
}
.col-lg-offset-4 {
margin-left: 33.33333%;
}
.col-lg-offset-5 {
margin-left: 41.66667%;
}
.col-lg-offset-6 {
margin-left: 50%;
}
.col-lg-offset-7 {
margin-left: 58.33333%;
}
.col-lg-offset-8 {
margin-left: 66.66667%;
}
.col-lg-offset-9 {
margin-left: 75%;
}
.col-lg-offset-10 {
margin-left: 83.33333%;
}
.col-lg-offset-11 {
margin-left: 91.66667%;
}
.col-lg-offset-12 {
margin-left: 100%;
}
}
table {
background-color: transparent;
}
caption {
padding-top: 8px;
padding-bottom: 8px;
color: #777777;
text-align: left;
}
th {
text-align: left;
}
.table {
width: 100%;
max-width: 100%;
margin-bottom: 24px;
}
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
padding: 8px;
line-height: 1.6;
vertical-align: top;
border-top: 1px solid #ddd;
}
.table > thead > tr > th {
vertical-align: bottom;
border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
border-top: 0;
}
.table > tbody + tbody {
border-top: 2px solid #ddd;
}
.table .table {
background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
padding: 5px;
}
.table-bordered {
border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
background-color: #f5f5f5;
}
table col[class*="col-"] {
position: static;
float: none;
display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
position: static;
float: none;
display: table-cell;
}
.table > thead > tr > td.active,
.table > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > thead > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
background-color: #ebcccc;
}
.table-responsive {
overflow-x: auto;
min-height: 0.01%;
}
@media screen and (max-width: 767px) {
.table-responsive {
width: 100%;
margin-bottom: 18px;
overflow-y: hidden;
-ms-overflow-style: -ms-autohiding-scrollbar;
border: 1px solid #ddd;
}
.table-responsive > .table {
margin-bottom: 0;
}
.table-responsive > .table > thead > tr > th,
.table-responsive > .table > thead > tr > td,
.table-responsive > .table > tbody > tr > th,
.table-responsive > .table > tbody > tr > td,
.table-responsive > .table > tfoot > tr > th,
.table-responsive > .table > tfoot > tr > td {
white-space: nowrap;
}
.table-responsive > .table-bordered {
border: 0;
}
.table-responsive > .table-bordered > thead > tr > th:first-child,
.table-responsive > .table-bordered > thead > tr > td:first-child,
.table-responsive > .table-bordered > tbody > tr > th:first-child,
.table-responsive > .table-bordered > tbody > tr > td:first-child,
.table-responsive > .table-bordered > tfoot > tr > th:first-child,
.table-responsive > .table-bordered > tfoot > tr > td:first-child {
border-left: 0;
}
.table-responsive > .table-bordered > thead > tr > th:last-child,
.table-responsive > .table-bordered > thead > tr > td:last-child,
.table-responsive > .table-bordered > tbody > tr > th:last-child,
.table-responsive > .table-bordered > tbody > tr > td:last-child,
.table-responsive > .table-bordered > tfoot > tr > th:last-child,
.table-responsive > .table-bordered > tfoot > tr > td:last-child {
border-right: 0;
}
.table-responsive > .table-bordered > tbody > tr:last-child > th,
.table-responsive > .table-bordered > tbody > tr:last-child > td,
.table-responsive > .table-bordered > tfoot > tr:last-child > th,
.table-responsive > .table-bordered > tfoot > tr:last-child > td {
border-bottom: 0;
}
}
fieldset {
padding: 0;
margin: 0;
border: 0;
min-width: 0;
}
legend {
display: block;
width: 100%;
padding: 0;
margin-bottom: 24px;
font-size: 22.5px;
line-height: inherit;
color: #333333;
border: 0;
border-bottom: 1px solid #e5e5e5;
}
label {
display: inline-block;
max-width: 100%;
margin-bottom: 5px;
font-weight: bold;
}
input[type="search"] {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
margin: 4px 0 0;
margin-top: 1px \9;
line-height: normal;
}
input[type="file"] {
display: block;
}
input[type="range"] {
display: block;
width: 100%;
}
select[multiple],
select[size] {
height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
output {
display: block;
padding-top: 7px;
font-size: 15px;
line-height: 1.6;
color: #121717;
}
.form-control {
display: block;
width: 100%;
height: 40px;
padding: 6px 20px;
font-size: 15px;
line-height: 1.6;
color: #121717;
background-color: #fff;
background-image: none;
border: 1px solid #d6d6d6;
border-radius: 0;
-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;
transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
border-color: #000000;
outline: 0;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 187, 170, 0.6);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 187, 170, 0.6);
}
.form-control::-moz-placeholder {
color: #121717;
opacity: 1;
}
.form-control:-ms-input-placeholder {
color: #121717;
}
.form-control::-webkit-input-placeholder {
color: #121717;
}
.form-control::-ms-expand {
border: 0;
background-color: transparent;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
background-color: #eeeeee;
opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
cursor: not-allowed;
}
textarea.form-control {
height: auto;
}
input[type="search"] {
-webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
input[type="date"].form-control,
input[type="time"].form-control,
input[type="datetime-local"].form-control,
input[type="month"].form-control {
line-height: 40px;
}
input[type="date"].input-sm,
.input-group-sm > input[type="date"].form-control,
.input-group-sm > input[type="date"].input-group-addon,
.input-group-sm > .input-group-btn > input[type="date"].btn,
.input-group-sm input[type="date"],
input[type="time"].input-sm,
.input-group-sm > input[type="time"].form-control,
.input-group-sm > input[type="time"].input-group-addon,
.input-group-sm > .input-group-btn > input[type="time"].btn,
.input-group-sm
input[type="time"],
input[type="datetime-local"].input-sm,
.input-group-sm > input[type="datetime-local"].form-control,
.input-group-sm > input[type="datetime-local"].input-group-addon,
.input-group-sm > .input-group-btn > input[type="datetime-local"].btn,
.input-group-sm
input[type="datetime-local"],
input[type="month"].input-sm,
.input-group-sm > input[type="month"].form-control,
.input-group-sm > input[type="month"].input-group-addon,
.input-group-sm > .input-group-btn > input[type="month"].btn,
.input-group-sm
input[type="month"] {
line-height: 31px;
}
input[type="date"].input-lg,
.input-group-lg > input[type="date"].form-control,
.input-group-lg > input[type="date"].input-group-addon,
.input-group-lg > .input-group-btn > input[type="date"].btn,
.input-group-lg input[type="date"],
input[type="time"].input-lg,
.input-group-lg > input[type="time"].form-control,
.input-group-lg > input[type="time"].input-group-addon,
.input-group-lg > .input-group-btn > input[type="time"].btn,
.input-group-lg
input[type="time"],
input[type="datetime-local"].input-lg,
.input-group-lg > input[type="datetime-local"].form-control,
.input-group-lg > input[type="datetime-local"].input-group-addon,
.input-group-lg > .input-group-btn > input[type="datetime-local"].btn,
.input-group-lg
input[type="datetime-local"],
input[type="month"].input-lg,
.input-group-lg > input[type="month"].form-control,
.input-group-lg > input[type="month"].input-group-addon,
.input-group-lg > .input-group-btn > input[type="month"].btn,
.input-group-lg
input[type="month"] {
line-height: 48px;
}
}
.form-group {
margin-bottom: 15px;
}
.radio,
.checkbox {
position: relative;
display: block;
margin-top: 10px;
margin-bottom: 10px;
}
.radio label,
.checkbox label {
min-height: 24px;
padding-left: 20px;
margin-bottom: 0;
font-weight: normal;
cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
position: absolute;
margin-left: -20px;
margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
position: relative;
display: inline-block;
padding-left: 20px;
margin-bottom: 0;
vertical-align: middle;
font-weight: normal;
cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
margin-top: 0;
margin-left: 10px;
}
input[type="radio"][disabled],
input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled]
input[type="checkbox"] {
cursor: not-allowed;
}
.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled]
.checkbox-inline {
cursor: not-allowed;
}
.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled]
.checkbox label {
cursor: not-allowed;
}
.form-control-static {
padding-top: 7px;
padding-bottom: 7px;
margin-bottom: 0;
min-height: 39px;
}
.form-control-static.input-lg,
.input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn,
.form-control-static.input-sm,
.input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn {
padding-left: 0;
padding-right: 0;
}
.input-sm,
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
height: 31px;
padding: 5px 10px;
font-size: 13px;
line-height: 1.5;
border-radius: 3px;
}
select.input-sm,
.input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
height: 31px;
line-height: 31px;
}
textarea.input-sm,
.input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
height: auto;
}
.form-group-sm .form-control {
height: 31px;
padding: 5px 10px;
font-size: 13px;
line-height: 1.5;
border-radius: 3px;
}
.form-group-sm select.form-control {
height: 31px;
line-height: 31px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
height: auto;
}
.form-group-sm .form-control-static {
height: 31px;
min-height: 37px;
padding: 6px 10px;
font-size: 13px;
line-height: 1.5;
}
.input-lg,
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
height: 48px;
padding: 10px 16px;
font-size: 19px;
line-height: 1.33333;
border-radius: 0;
}
select.input-lg,
.input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
height: 48px;
line-height: 48px;
}
textarea.input-lg,
.input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
height: auto;
}
.form-group-lg .form-control {
height: 48px;
padding: 10px 16px;
font-size: 19px;
line-height: 1.33333;
border-radius: 0;
}
.form-group-lg select.form-control {
height: 48px;
line-height: 48px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
height: auto;
}
.form-group-lg .form-control-static {
height: 48px;
min-height: 43px;
padding: 11px 16px;
font-size: 19px;
line-height: 1.33333;
}
.has-feedback {
position: relative;
}
.has-feedback .form-control {
padding-right: 50px;
}
.form-control-feedback {
position: absolute;
top: 0;
right: 0;
z-index: 2;
display: block;
width: 40px;
height: 40px;
line-height: 40px;
text-align: center;
pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
width: 48px;
height: 48px;
line-height: 48px;
}
.input-sm + .form-control-feedback,
.input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
width: 31px;
height: 31px;
line-height: 31px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
color: #000000;
}
.has-success .form-control {
border-color: #000000;
-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);
}
.has-success .form-control:focus {
border-color: #000000;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #22ffeb;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #22ffeb;
}
.has-success .input-group-addon {
color: #000000;
border-color: #000000;
background-color: #dff0d8;
}
.has-success .form-control-feedback {
color: #000000;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
color: #121717;
}
.has-warning .form-control {
border-color: #121717;
-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);
}
.has-warning .form-control:focus {
border-color: #efa736;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #fae5c4;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #fae5c4;
}
.has-warning .input-group-addon {
color: #121717;
border-color: #121717;
background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
color: #121717;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
color: #e95b35;
}
.has-error .form-control {
border-color: #e95b35;
-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);
}
.has-error .form-control:focus {
border-color: #d43f17;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f3a691;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f3a691;
}
.has-error .input-group-addon {
color: #e95b35;
border-color: #e95b35;
background-color: #f2dede;
}
.has-error .form-control-feedback {
color: #e95b35;
}
.has-feedback label ~ .form-control-feedback {
top: 29px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
top: 0;
}
.help-block {
display: block;
margin-top: 5px;
margin-bottom: 10px;
color: #597ea2;
}
@media (min-width: 768px) {
.form-inline .form-group {
display: inline-block;
margin-bottom: 0;
vertical-align: middle;
}
.form-inline .form-control {
display: inline-block;
width: auto;
vertical-align: middle;
}
.form-inline .form-control-static {
display: inline-block;
}
.form-inline .input-group {
display: inline-table;
vertical-align: middle;
}
.form-inline .input-group .input-group-addon,
.form-inline .input-group .input-group-btn,
.form-inline .input-group .form-control {
width: auto;
}
.form-inline .input-group > .form-control {
width: 100%;
}
.form-inline .control-label {
margin-bottom: 0;
vertical-align: middle;
}
.form-inline .radio,
.form-inline .checkbox {
display: inline-block;
margin-top: 0;
margin-bottom: 0;
vertical-align: middle;
}
.form-inline .radio label,
.form-inline .checkbox label {
padding-left: 0;
}
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
position: relative;
margin-left: 0;
}
.form-inline .has-feedback .form-control-feedback {
top: 0;
}
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
margin-top: 0;
margin-bottom: 0;
padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
min-height: 31px;
}
.form-horizontal .form-group {
margin-left: -15px;
margin-right: -15px;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
content: " ";
display: table;
}
.form-horizontal .form-group:after {
clear: both;
}
@media (min-width: 768px) {
.form-horizontal .control-label {
text-align: right;
margin-bottom: 0;
padding-top: 7px;
}
}
.form-horizontal .has-feedback .form-control-feedback {
right: 15px;
}
@media (min-width: 768px) {
.form-horizontal .form-group-lg .control-label {
padding-top: 11px;
font-size: 19px;
}
}
@media (min-width: 768px) {
.form-horizontal .form-group-sm .control-label {
padding-top: 6px;
font-size: 13px;
}
}
.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 20px;
font-size: 15px;
line-height: 1.6;
border-radius: 0;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.btn:focus,
.btn.focus,
.btn:active:focus,
.btn:active.focus,
.btn.active:focus,
.btn.active.focus {
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
color: #333;
text-decoration: none;
}
.btn:active,
.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);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
cursor: not-allowed;
opacity: 0.65;
filter: alpha(opacity=65);
-webkit-box-shadow: none;
box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
pointer-events: none;
}
.btn-default {
color: #333;
background-color: #fff;
border-color: #ccc;
}
.btn-default:focus,
.btn-default.focus {
color: #333;
background-color: #e6e6e6;
border-color: #8c8c8c;
}
.btn-default:hover {
color: #333;
background-color: #e6e6e6;
border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .btn-default.dropdown-toggle {
color: #333;
background-color: #e6e6e6;
border-color: #adadad;
}
.btn-default:active:hover,
.btn-default:active:focus,
.btn-default:active.focus,
.btn-default.active:hover,
.btn-default.active:focus,
.btn-default.active.focus,
.open > .btn-default.dropdown-toggle:hover,
.open > .btn-default.dropdown-toggle:focus,
.open > .btn-default.dropdown-toggle.focus {
color: #333;
background-color: #d4d4d4;
border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .btn-default.dropdown-toggle {
background-image: none;
}
.btn-default.disabled:hover,
.btn-default.disabled:focus,
.btn-default.disabled.focus,
.btn-default[disabled]:hover,
.btn-default[disabled]:focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default.focus {
background-color: #fff;
border-color: #ccc;
}
.btn-default .badge {
color: #fff;
background-color: #333;
}
.btn-primary {
color: #fff;
background-color: #337ab7;
border-color: #2e6da4;
}
.btn-primary:focus,
.btn-primary.focus {
color: #fff;
background-color: #286090;
border-color: #122b40;
}
.btn-primary:hover {
color: #fff;
background-color: #286090;
border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .btn-primary.dropdown-toggle {
color: #fff;
background-color: #286090;
border-color: #204d74;
}
.btn-primary:active:hover,
.btn-primary:active:focus,
.btn-primary:active.focus,
.btn-primary.active:hover,
.btn-primary.active:focus,
.btn-primary.active.focus,
.open > .btn-primary.dropdown-toggle:hover,
.open > .btn-primary.dropdown-toggle:focus,
.open > .btn-primary.dropdown-toggle.focus {
color: #fff;
background-color: #204d74;
border-color: #122b40;
}
.btn-primary:active,
.btn-primary.active,
.open > .btn-primary.dropdown-toggle {
background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus {
background-color: #337ab7;
border-color: #2e6da4;
}
.btn-primary .badge {
color: #337ab7;
background-color: #fff;
}
.btn-success {
color: #fff;
background-color: #5cb85c;
border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
color: #fff;
background-color: #449d44;
border-color: #255625;
}
.btn-success:hover {
color: #fff;
background-color: #449d44;
border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .btn-success.dropdown-toggle {
color: #fff;
background-color: #449d44;
border-color: #398439;
}
.btn-success:active:hover,
.btn-success:active:focus,
.btn-success:active.focus,
.btn-success.active:hover,
.btn-success.active:focus,
.btn-success.active.focus,
.open > .btn-success.dropdown-toggle:hover,
.open > .btn-success.dropdown-toggle:focus,
.open > .btn-success.dropdown-toggle.focus {
color: #fff;
background-color: #398439;
border-color: #255625;
}
.btn-success:active,
.btn-success.active,
.open > .btn-success.dropdown-toggle {
background-image: none;
}
.btn-success.disabled:hover,
.btn-success.disabled:focus,
.btn-success.disabled.focus,
.btn-success[disabled]:hover,
.btn-success[disabled]:focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success.focus {
background-color: #5cb85c;
border-color: #4cae4c;
}
.btn-success .badge {
color: #5cb85c;
background-color: #fff;
}
.btn-info {
color: #fff;
background-color: #5bc0de;
border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
color: #fff;
background-color: #31b0d5;
border-color: #1b6d85;
}
.btn-info:hover {
color: #fff;
background-color: #31b0d5;
border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .btn-info.dropdown-toggle {
color: #fff;
background-color: #31b0d5;
border-color: #269abc;
}
.btn-info:active:hover,
.btn-info:active:focus,
.btn-info:active.focus,
.btn-info.active:hover,
.btn-info.active:focus,
.btn-info.active.focus,
.open > .btn-info.dropdown-toggle:hover,
.open > .btn-info.dropdown-toggle:focus,
.open > .btn-info.dropdown-toggle.focus {
color: #fff;
background-color: #269abc;
border-color: #1b6d85;
}
.btn-info:active,
.btn-info.active,
.open > .btn-info.dropdown-toggle {
background-image: none;
}
.btn-info.disabled:hover,
.btn-info.disabled:focus,
.btn-info.disabled.focus,
.btn-info[disabled]:hover,
.btn-info[disabled]:focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info.focus {
background-color: #5bc0de;
border-color: #46b8da;
}
.btn-info .badge {
color: #5bc0de;
background-color: #fff;
}
.btn-warning {
color: #fff;
background-color: #f0ad4e;
border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
color: #fff;
background-color: #ec971f;
border-color: #985f0d;
}
.btn-warning:hover {
color: #fff;
background-color: #ec971f;
border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .btn-warning.dropdown-toggle {
color: #fff;
background-color: #ec971f;
border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning:active:focus,
.btn-warning:active.focus,
.btn-warning.active:hover,
.btn-warning.active:focus,
.btn-warning.active.focus,
.open > .btn-warning.dropdown-toggle:hover,
.open > .btn-warning.dropdown-toggle:focus,
.open > .btn-warning.dropdown-toggle.focus {
color: #fff;
background-color: #d58512;
border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .btn-warning.dropdown-toggle {
background-image: none;
}
.btn-warning.disabled:hover,
.btn-warning.disabled:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled]:hover,
.btn-warning[disabled]:focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning.focus {
background-color: #f0ad4e;
border-color: #eea236;
}
.btn-warning .badge {
color: #f0ad4e;
background-color: #fff;
}
.btn-danger {
color: #fff;
background-color: #d9534f;
border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
color: #fff;
background-color: #c9302c;
border-color: #761c19;
}
.btn-danger:hover {
color: #fff;
background-color: #c9302c;
border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .btn-danger.dropdown-toggle {
color: #fff;
background-color: #c9302c;
border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger:active:focus,
.btn-danger:active.focus,
.btn-danger.active:hover,
.btn-danger.active:focus,
.btn-danger.active.focus,
.open > .btn-danger.dropdown-toggle:hover,
.open > .btn-danger.dropdown-toggle:focus,
.open > .btn-danger.dropdown-toggle.focus {
color: #fff;
background-color: #ac2925;
border-color: #761c19;
}
.btn-danger:active,
.btn-danger.active,
.open > .btn-danger.dropdown-toggle {
background-image: none;
}
.btn-danger.disabled:hover,
.btn-danger.disabled:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled]:hover,
.btn-danger[disabled]:focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger.focus {
background-color: #d9534f;
border-color: #d43f3a;
}
.btn-danger .badge {
color: #d9534f;
background-color: #fff;
}
.btn-link {
color: #000000;
font-weight: normal;
border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
background-color: transparent;
-webkit-box-shadow: none;
box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
color: #000000;
text-decoration: underline;
background-color: transparent;
}
.btn-link[disabled]:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus {
color: #777777;
text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
padding: 10px 16px;
font-size: 19px;
line-height: 1.33333;
border-radius: 0;
}
.btn-sm,
.btn-group-sm > .btn {
padding: 5px 10px;
font-size: 13px;
line-height: 1.5;
border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
padding: 1px 5px;
font-size: 13px;
line-height: 1.5;
border-radius: 3px;
}
.btn-block {
display: block;
width: 100%;
}
.btn-block + .btn-block {
margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
width: 100%;
}
.fade {
opacity: 0;
-webkit-transition: opacity 0.15s linear;
transition: opacity 0.15s linear;
}
.fade.in {
opacity: 1;
}
.collapse {
display: none;
}
.collapse.in {
display: block;
}
tr.collapse.in {
display: table-row;
}
tbody.collapse.in {
display: table-row-group;
}
.collapsing {
position: relative;
height: 0;
overflow: hidden;
-webkit-transition-property: height, visibility;
transition-property: height, visibility;
-webkit-transition-duration: 0.35s;
transition-duration: 0.35s;
-webkit-transition-timing-function: ease;
transition-timing-function: ease;
}
.caret {
display: inline-block;
width: 0;
height: 0;
margin-left: 2px;
vertical-align: middle;
border-top: 4px dashed;
border-top: 4px solid \9;
border-right: 4px solid transparent;
border-left: 4px solid transparent;
}
.dropup,
.dropdown {
position: relative;
}
.dropdown-toggle:focus {
outline: 0;
}
.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: 15px;
text-align: left;
background-color: #fff;
border: 1px solid #ccc;
border: 1px solid rgba(0, 0, 0, 0.15);
border-radius: 0;
-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
background-clip: padding-box;
}
.dropdown-menu.pull-right {
right: 0;
left: auto;
}
.dropdown-menu .divider {
height: 1px;
margin: 11px 0;
overflow: hidden;
background-color: #e5e5e5;
}
.dropdown-menu > li > a {
display: block;
padding: 3px 20px;
clear: both;
font-weight: normal;
line-height: 1.6;
color: #333333;
white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
text-decoration: none;
color: #262626;
background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
color: #fff;
text-decoration: none;
outline: 0;
background-color: #337ab7;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
text-decoration: none;
background-color: transparent;
background-image: none;
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
cursor: not-allowed;
}
.open > .dropdown-menu {
display: block;
}
.open > a {
outline: 0;
}
.dropdown-menu-right {
left: auto;
right: 0;
}
.dropdown-menu-left {
left: 0;
right: auto;
}
.dropdown-header {
display: block;
padding: 3px 20px;
font-size: 13px;
line-height: 1.6;
color: #777777;
white-space: nowrap;
}
.dropdown-backdrop {
position: fixed;
left: 0;
right: 0;
bottom: 0;
top: 0;
z-index: 990;
}
.pull-right > .dropdown-menu {
right: 0;
left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
border-top: 0;
border-bottom: 4px dashed;
border-bottom: 4px solid \9;
content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
top: auto;
bottom: 100%;
margin-bottom: 2px;
}
@media (min-width: 768px) {
.navbar-right .dropdown-menu {
right: 0;
left: auto;
}
.navbar-right .dropdown-menu-left {
left: 0;
right: auto;
}
}
.btn-group,
.btn-group-vertical {
position: relative;
display: inline-block;
vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
position: relative;
float: left;
}
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
margin-left: -1px;
}
.btn-toolbar {
margin-left: -5px;
}
.btn-toolbar:before,
.btn-toolbar:after {
content: " ";
display: table;
}
.btn-toolbar:after {
clear: both;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
border-radius: 0;
}
.btn-group > .btn:first-child {
margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
border-bottom-right-radius: 0;
border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
border-bottom-left-radius: 0;
border-top-left-radius: 0;
}
.btn-group > .btn-group {
float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
border-bottom-right-radius: 0;
border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
border-bottom-left-radius: 0;
border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
padding-left: 8px;
padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle,
.btn-group-lg.btn-group > .btn + .dropdown-toggle {
padding-left: 12px;
padding-right: 12px;
}
.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);
}
.btn-group.open .dropdown-toggle.btn-link {
-webkit-box-shadow: none;
box-shadow: none;
}
.btn .caret {
margin-left: 0;
}
.btn-lg .caret,
.btn-group-lg > .btn .caret {
border-width: 5px 5px 0;
border-bottom-width: 0;
}
.dropup .btn-lg .caret,
.dropup .btn-group-lg > .btn .caret {
border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
display: block;
float: none;
width: 100%;
max-width: 100%;
}
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
content: " ";
display: table;
}
.btn-group-vertical > .btn-group:after {
clear: both;
}
.btn-group-vertical > .btn-group > .btn {
float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
margin-top: -1px;
margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
border-top-right-radius: 0;
border-top-left-radius: 0;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
border-top-right-radius: 0;
border-top-left-radius: 0;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
border-top-right-radius: 0;
border-top-left-radius: 0;
}
.btn-group-justified {
display: table;
width: 100%;
table-layout: fixed;
border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
float: none;
display: table-cell;
width: 1%;
}
.btn-group-justified > .btn-group .btn {
width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
position: absolute;
clip: rect(0, 0, 0, 0);
pointer-events: none;
}
.input-group {
position: relative;
display: table;
border-collapse: separate;
}
.input-group[class*="col-"] {
float: none;
padding-left: 0;
padding-right: 0;
}
.input-group .form-control {
position: relative;
z-index: 2;
float: left;
width: 100%;
margin-bottom: 0;
}
.input-group .form-control:focus {
z-index: 3;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
border-radius: 0;
}
.input-group-addon,
.input-group-btn {
width: 1%;
white-space: nowrap;
vertical-align: middle;
}
.input-group-addon {
padding: 6px 20px;
font-size: 15px;
font-weight: normal;
line-height: 1;
color: #121717;
text-align: center;
background-color: #eeeeee;
border: 1px solid #d6d6d6;
border-radius: 0;
}
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
padding: 5px 10px;
font-size: 13px;
border-radius: 3px;
}
.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
padding: 10px 16px;
font-size: 19px;
border-radius: 0;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
border-bottom-right-radius: 0;
border-top-right-radius: 0;
}
.input-group-addon:first-child {
border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
border-bottom-left-radius: 0;
border-top-left-radius: 0;
}
.input-group-addon:last-child {
border-left: 0;
}
.input-group-btn {
position: relative;
font-size: 0;
white-space: nowrap;
}
.input-group-btn > .btn {
position: relative;
}
.input-group-btn > .btn + .btn {
margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
z-index: 2;
margin-left: -1px;
}
.nav {
margin-bottom: 0;
padding-left: 0;
list-style: none;
}
.nav:before,
.nav:after {
content: " ";
display: table;
}
.nav:after {
clear: both;
}
.nav > li {
position: relative;
display: block;
}
.nav > li > a {
position: relative;
display: block;
padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
text-decoration: none;
background-color: #eeeeee;
}
.nav > li.disabled > a {
color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
color: #777777;
text-decoration: none;
background-color: transparent;
cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
background-color: #eeeeee;
border-color: #000000;
}
.nav .nav-divider {
height: 1px;
margin: 11px 0;
overflow: hidden;
background-color: #e5e5e5;
}
.nav > li > a > img {
max-width: none;
}
.nav-tabs {
border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
float: left;
margin-bottom: -1px;
}
.nav-tabs > li > a {
margin-right: 2px;
line-height: 1.6;
border: 1px solid transparent;
border-radius: 0 0 0 0;
}
.nav-tabs > li > a:hover {
border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
color: #555555;
background-color: #fff;
border: 1px solid #ddd;
border-bottom-color: transparent;
cursor: default;
}
.nav-pills > li {
float: left;
}
.nav-pills > li > a {
border-radius: 0;
}
.nav-pills > li + li {
margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
color: #fff;
background-color: #337ab7;
}
.nav-stacked > li {
float: none;
}
.nav-stacked > li + li {
margin-top: 2px;
margin-left: 0;
}
.nav-justified,
.nav-tabs.nav-justified {
width: 100%;
}
.nav-justified > li,
.nav-tabs.nav-justified > li {
float: none;
}
.nav-justified > li > a,
.nav-tabs.nav-justified > li > a {
text-align: center;
margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
top: auto;
left: auto;
}
@media (min-width: 768px) {
.nav-justified > li,
.nav-tabs.nav-justified > li {
display: table-cell;
width: 1%;
}
.nav-justified > li > a,
.nav-tabs.nav-justified > li > a {
margin-bottom: 0;
}
}
.nav-tabs-justified,
.nav-tabs.nav-justified {
border-bottom: 0;
}
.nav-tabs-justified > li > a,
.nav-tabs.nav-justified > li > a {
margin-right: 0;
border-radius: 0;
}
.nav-tabs-justified > .active > a,
.nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:focus {
border: 1px solid #ddd;
}
@media (min-width: 768px) {
.nav-tabs-justified > li > a,
.nav-tabs.nav-justified > li > a {
border-bottom: 1px solid #ddd;
border-radius: 0 0 0 0;
}
.nav-tabs-justified > .active > a,
.nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:focus {
border-bottom-color: #fff;
}
}
.tab-content > .tab-pane {
display: none;
}
.tab-content > .active {
display: block;
}
.nav-tabs .dropdown-menu {
margin-top: -1px;
border-top-right-radius: 0;
border-top-left-radius: 0;
}
.navbar {
position: relative;
min-height: 50px;
margin-bottom: 24px;
border: 1px solid transparent;
}
.navbar:before,
.navbar:after {
content: " ";
display: table;
}
.navbar:after {
clear: both;
}
@media (min-width: 768px) {
.navbar {
border-radius: 0;
}
}
.navbar-header:before,
.navbar-header:after {
content: " ";
display: table;
}
.navbar-header:after {
clear: both;
}
@media (min-width: 768px) {
.navbar-header {
float: left;
}
}
.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;
}
.navbar-collapse:before,
.navbar-collapse:after {
content: " ";
display: table;
}
.navbar-collapse:after {
clear: both;
}
.navbar-collapse.in {
overflow-y: auto;
}
@media (min-width: 768px) {
.navbar-collapse {
width: auto;
border-top: 0;
-webkit-box-shadow: none;
box-shadow: none;
}
.navbar-collapse.collapse {
display: block !important;
height: auto !important;
padding-bottom: 0;
overflow: visible !important;
}
.navbar-collapse.in {
overflow-y: visible;
}
.navbar-fixed-top .navbar-collapse,
.navbar-static-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
padding-left: 0;
padding-right: 0;
}
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
max-height: 200px;
}
}
.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
margin-right: -15px;
margin-left: -15px;
}
@media (min-width: 768px) {
.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
margin-right: 0;
margin-left: 0;
}
}
.navbar-static-top {
z-index: 1000;
border-width: 0 0 1px;
}
@media (min-width: 768px) {
.navbar-static-top {
border-radius: 0;
}
}
.navbar-fixed-top,
.navbar-fixed-bottom {
position: fixed;
right: 0;
left: 0;
z-index: 1030;
}
@media (min-width: 768px) {
.navbar-fixed-top,
.navbar-fixed-bottom {
border-radius: 0;
}
}
.navbar-fixed-top {
top: 0;
border-width: 0 0 1px;
}
.navbar-fixed-bottom {
bottom: 0;
margin-bottom: 0;
border-width: 1px 0 0;
}
.navbar-brand {
float: left;
padding: 13px 15px;
font-size: 19px;
line-height: 24px;
height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
text-decoration: none;
}
.navbar-brand > img {
display: block;
}
@media (min-width: 768px) {
.navbar > .container .navbar-brand,
.navbar > .container-fluid .navbar-brand {
margin-left: -15px;
}
}
.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: 0;
}
.navbar-toggle:focus {
outline: 0;
}
.navbar-toggle .icon-bar {
display: block;
width: 22px;
height: 2px;
border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
margin-top: 4px;
}
@media (min-width: 768px) {
.navbar-toggle {
display: none;
}
}
.navbar-nav {
margin: 6.5px -15px;
}
.navbar-nav > li > a {
padding-top: 10px;
padding-bottom: 10px;
line-height: 24px;
}
@media (max-width: 767px) {
.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;
}
.navbar-nav .open .dropdown-menu > li > a,
.navbar-nav .open .dropdown-menu .dropdown-header {
padding: 5px 15px 5px 25px;
}
.navbar-nav .open .dropdown-menu > li > a {
line-height: 24px;
}
.navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-nav .open .dropdown-menu > li > a:focus {
background-image: none;
}
}
@media (min-width: 768px) {
.navbar-nav {
float: left;
margin: 0;
}
.navbar-nav > li {
float: left;
}
.navbar-nav > li > a {
padding-top: 13px;
padding-bottom: 13px;
}
}
.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: 5px;
margin-bottom: 5px;
}
@media (min-width: 768px) {
.navbar-form .form-group {
display: inline-block;
margin-bottom: 0;
vertical-align: middle;
}
.navbar-form .form-control {
display: inline-block;
width: auto;
vertical-align: middle;
}
.navbar-form .form-control-static {
display: inline-block;
}
.navbar-form .input-group {
display: inline-table;
vertical-align: middle;
}
.navbar-form .input-group .input-group-addon,
.navbar-form .input-group .input-group-btn,
.navbar-form .input-group .form-control {
width: auto;
}
.navbar-form .input-group > .form-control {
width: 100%;
}
.navbar-form .control-label {
margin-bottom: 0;
vertical-align: middle;
}
.navbar-form .radio,
.navbar-form .checkbox {
display: inline-block;
margin-top: 0;
margin-bottom: 0;
vertical-align: middle;
}
.navbar-form .radio label,
.navbar-form .checkbox label {
padding-left: 0;
}
.navbar-form .radio input[type="radio"],
.navbar-form .checkbox input[type="checkbox"] {
position: relative;
margin-left: 0;
}
.navbar-form .has-feedback .form-control-feedback {
top: 0;
}
}
@media (max-width: 767px) {
.navbar-form .form-group {
margin-bottom: 5px;
}
.navbar-form .form-group:last-child {
margin-bottom: 0;
}
}
@media (min-width: 768px) {
.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;
}
}
.navbar-nav > li > .dropdown-menu {
margin-top: 0;
border-top-right-radius: 0;
border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
margin-bottom: 0;
border-top-right-radius: 0;
border-top-left-radius: 0;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
.navbar-btn {
margin-top: 5px;
margin-bottom: 5px;
}
.navbar-btn.btn-sm,
.btn-group-sm > .navbar-btn.btn {
margin-top: 9.5px;
margin-bottom: 9.5px;
}
.navbar-btn.btn-xs,
.btn-group-xs > .navbar-btn.btn {
margin-top: 14px;
margin-bottom: 14px;
}
.navbar-text {
margin-top: 13px;
margin-bottom: 13px;
}
@media (min-width: 768px) {
.navbar-text {
float: left;
margin-left: 15px;
margin-right: 15px;
}
}
@media (min-width: 768px) {
.navbar-left {
float: left !important;
}
.navbar-right {
float: right !important;
margin-right: -15px;
}
.navbar-right ~ .navbar-right {
margin-right: 0;
}
}
.navbar-default {
background-color: #000000;
border-color: #009a8c;
}
.navbar-default .navbar-brand {
color: #121717;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
color: #1a252f;
background-color: transparent;
}
.navbar-default .navbar-text {
color: #777;
}
.navbar-default .navbar-nav > li > a {
color: #121717;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
color: #fff;
background-color: #000000;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
color: #fff;
background-color: #000000;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
color: #ccc;
background-color: transparent;
}
.navbar-default .navbar-toggle {
border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
border-color: #009a8c;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
background-color: #000000;
color: #fff;
}
@media (max-width: 767px) {
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
color: #121717;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
color: #fff;
background-color: #000000;
}
.navbar-default .navbar-nav .open .dropdown-menu > .active > a,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
color: #fff;
background-color: #000000;
}
.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
color: #ccc;
background-color: transparent;
}
}
.navbar-default .navbar-link {
color: #121717;
}
.navbar-default .navbar-link:hover {
color: #fff;
}
.navbar-default .btn-link {
color: #121717;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
color: #fff;
}
.navbar-default .btn-link[disabled]:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:hover,
fieldset[disabled] .navbar-default .btn-link:focus {
color: #ccc;
}
.navbar-inverse {
background-color: #f2f2f2;
border-color: #090909;
}
.navbar-inverse .navbar-brand {
color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
color: #fff;
background-color: transparent;
}
.navbar-inverse .navbar-text {
color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
color: #fff;
background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
color: #fff;
background-color: #090909;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
color: #444;
background-color: transparent;
}
.navbar-inverse .navbar-toggle {
border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
background-color: #090909;
color: #fff;
}
@media (max-width: 767px) {
.navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
border-color: #090909;
}
.navbar-inverse .navbar-nav .open .dropdown-menu .divider {
background-color: #090909;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
color: #9d9d9d;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
color: #fff;
background-color: transparent;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
color: #fff;
background-color: #090909;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
color: #444;
background-color: transparent;
}
}
.navbar-inverse .navbar-link {
color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
color: #fff;
}
.navbar-inverse .btn-link {
color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus {
color: #444;
}
.breadcrumb {
padding: 8px 15px;
margin-bottom: 24px;
list-style: none;
background-color: #f5f5f5;
border-radius: 0;
}
.breadcrumb > li {
display: inline-block;
}
.breadcrumb > li + li:before {
content: "/ ";
padding: 0 5px;
color: #ccc;
}
.breadcrumb > .active {
color: #777777;
}
.pagination {
display: inline-block;
padding-left: 0;
margin: 24px 0;
border-radius: 0;
}
.pagination > li {
display: inline;
}
.pagination > li > a,
.pagination > li > span {
position: relative;
float: left;
padding: 6px 20px;
line-height: 1.6;
text-decoration: none;
color: #121717;
background-color: #fff;
border: 1px solid #ddd;
margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
margin-left: 0;
border-bottom-left-radius: 0;
border-top-left-radius: 0;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
border-bottom-right-radius: 0;
border-top-right-radius: 0;
}
.pagination > li > a:hover,
.pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
z-index: 2;
color: #121717;
background-color: none;
border-color: #121717;
}
.pagination > .active > a,
.pagination > .active > a:hover,
.pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
z-index: 3;
color: #fff;
background-color: #121717;
border-color: #121717;
cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
color: #ccc;
background-color: none;
border-color: none;
cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
padding: 10px 16px;
font-size: 19px;
line-height: 1.33333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
border-bottom-left-radius: 0;
border-top-left-radius: 0;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
border-bottom-right-radius: 0;
border-top-right-radius: 0;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
padding: 5px 10px;
font-size: 13px;
line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
border-bottom-left-radius: 3px;
border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
border-bottom-right-radius: 3px;
border-top-right-radius: 3px;
}
.pager {
padding-left: 0;
margin: 24px 0;
list-style: none;
text-align: center;
}
.pager:before,
.pager:after {
content: " ";
display: table;
}
.pager:after {
clear: both;
}
.pager li {
display: inline;
}
.pager li > a,
.pager li > span {
display: inline-block;
padding: 5px 14px;
background-color: #fff;
border: 1px solid #ddd;
border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
text-decoration: none;
background-color: none;
}
.pager .next > a,
.pager .next > span {
float: right;
}
.pager .previous > a,
.pager .previous > span {
float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
color: #ccc;
background-color: #fff;
cursor: not-allowed;
}
.label {
display: inline;
padding: .2em .6em .3em;
font-size: 75%;
font-weight: bold;
line-height: 1;
color: #fff;
text-align: center;
white-space: nowrap;
vertical-align: baseline;
border-radius: .25em;
}
.label:empty {
display: none;
}
.btn .label {
position: relative;
top: -1px;
}
a.label:hover,
a.label:focus {
color: #fff;
text-decoration: none;
cursor: pointer;
}
.label-default {
background-color: #777777;
}
.label-default[href]:hover,
.label-default[href]:focus {
background-color: #5e5e5e;
}
.label-primary {
background-color: #337ab7;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
background-color: #286090;
}
.label-success {
background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
background-color: #449d44;
}
.label-info {
background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
background-color: #31b0d5;
}
.label-warning {
background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
background-color: #ec971f;
}
.label-danger {
background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
background-color: #c9302c;
}
.badge {
display: inline-block;
min-width: 10px;
padding: 3px 7px;
font-size: 13px;
font-weight: bold;
color: #fff;
line-height: 1;
vertical-align: middle;
white-space: nowrap;
text-align: center;
background-color: #777777;
border-radius: 10px;
}
.badge:empty {
display: none;
}
.btn .badge {
position: relative;
top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge,
.btn-group-xs > .btn .badge {
top: 0;
padding: 1px 5px;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
color: #000000;
background-color: #fff;
}
.list-group-item > .badge {
float: right;
}
.list-group-item > .badge + .badge {
margin-right: 5px;
}
.nav-pills > li > a > .badge {
margin-left: 3px;
}
a.badge:hover,
a.badge:focus {
color: #fff;
text-decoration: none;
cursor: pointer;
}
.jumbotron {
padding-top: 30px;
padding-bottom: 30px;
margin-bottom: 30px;
color: inherit;
background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
color: inherit;
}
.jumbotron p {
margin-bottom: 15px;
font-size: 23px;
font-weight: 200;
}
.jumbotron > hr {
border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
border-radius: 0;
padding-left: 15px;
padding-right: 15px;
}
.jumbotron .container {
max-width: 100%;
}
@media screen and (min-width: 768px) {
.jumbotron {
padding-top: 48px;
padding-bottom: 48px;
}
.container .jumbotron,
.container-fluid .jumbotron {
padding-left: 60px;
padding-right: 60px;
}
.jumbotron h1,
.jumbotron .h1 {
font-size: 68px;
}
}
.thumbnail {
display: block;
padding: 4px;
margin-bottom: 24px;
line-height: 1.6;
background-color: #fff;
border: 1px solid #ddd;
border-radius: 0;
-webkit-transition: border 0.2s ease-in-out;
transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
display: block;
max-width: 100%;
height: auto;
margin-left: auto;
margin-right: auto;
}
.thumbnail .caption {
padding: 9px;
color: #121717;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
border-color: #000000;
}
.alert {
padding: 15px;
margin-bottom: 24px;
border: 1px solid transparent;
border-radius: 0;
}
.alert h4 {
margin-top: 0;
color: inherit;
}
.alert .alert-link {
font-weight: bold;
}
.alert > p,
.alert > ul {
margin-bottom: 0;
}
.alert > p + p {
margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
position: relative;
top: -2px;
right: -21px;
color: inherit;
}
.alert-success {
background-color: #dff0d8;
border-color: #d6e9c6;
color: #000000;
}
.alert-success hr {
border-top-color: #c9e2b3;
}
.alert-success .alert-link {
color: #000000;
}
.alert-info {
background-color: #d9edf7;
border-color: #bce8f1;
color: #31708f;
}
.alert-info hr {
border-top-color: #a6e1ec;
}
.alert-info .alert-link {
color: #245269;
}
.alert-warning {
background-color: #fcf8e3;
border-color: #faebcc;
color: #121717;
}
.alert-warning hr {
border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
color: #efa736;
}
.alert-danger {
background-color: #f2dede;
border-color: #ebccd1;
color: #e95b35;
}
.alert-danger hr {
border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
color: #d43f17;
}
@-webkit-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;
}
}
.progress {
overflow: hidden;
height: 24px;
margin-bottom: 24px;
background-color: #f5f5f5;
border-radius: 0;
-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);
}
.progress-bar {
float: left;
width: 0%;
height: 100%;
font-size: 13px;
line-height: 24px;
color: #fff;
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;
transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
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);
background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
-webkit-animation: progress-bar-stripes 2s linear infinite;
animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
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);
}
.progress-bar-info {
background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
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);
}
.progress-bar-warning {
background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
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);
}
.progress-bar-danger {
background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
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);
}
.media {
margin-top: 15px;
}
.media:first-child {
margin-top: 0;
}
.media,
.media-body {
zoom: 1;
overflow: hidden;
}
.media-body {
width: 10000px;
}
.media-object {
display: block;
}
.media-object.img-thumbnail {
max-width: none;
}
.media-right,
.media > .pull-right {
padding-left: 10px;
}
.media-left,
.media > .pull-left {
padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
display: table-cell;
vertical-align: top;
}
.media-middle {
vertical-align: middle;
}
.media-bottom {
vertical-align: bottom;
}
.media-heading {
margin-top: 0;
margin-bottom: 5px;
}
.media-list {
padding-left: 0;
list-style: none;
}
.list-group {
margin-bottom: 20px;
padding-left: 0;
}
.list-group-item {
position: relative;
display: block;
padding: 10px 15px;
margin-bottom: -1px;
background-color: #fff;
border: 1px solid #ddd;
}
.list-group-item:first-child {
border-top-right-radius: 0;
border-top-left-radius: 0;
}
.list-group-item:last-child {
margin-bottom: 0;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
a.list-group-item,
button.list-group-item {
color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
color: #333;
}
a.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:hover,
button.list-group-item:focus {
text-decoration: none;
color: #555;
background-color: #f5f5f5;
}
button.list-group-item {
width: 100%;
text-align: left;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
background-color: #eeeeee;
color: #777777;
cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
color: #777777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
z-index: 2;
color: #fff;
background-color: #337ab7;
border-color: #337ab7;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small {
color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
color: #c7ddef;
}
.list-group-item-success {
color: #000000;
background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
color: #000000;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:hover,
button.list-group-item-success:focus {
color: #000000;
background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active,
button.list-group-item-success.active:hover,
button.list-group-item-success.active:focus {
color: #fff;
background-color: #000000;
border-color: #000000;
}
.list-group-item-info {
color: #31708f;
background-color: #d9edf7;
}
a.list-group-item-info,
button.list-group-item-info {
color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:hover,
button.list-group-item-info:focus {
color: #31708f;
background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active,
button.list-group-item-info.active:hover,
button.list-group-item-info.active:focus {
color: #fff;
background-color: #31708f;
border-color: #31708f;
}
.list-group-item-warning {
color: #121717;
background-color: #fcf8e3;
}
a.list-group-item-warning,
button.list-group-item-warning {
color: #121717;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:hover,
button.list-group-item-warning:focus {
color: #121717;
background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active,
button.list-group-item-warning.active:hover,
button.list-group-item-warning.active:focus {
color: #fff;
background-color: #121717;
border-color: #121717;
}
.list-group-item-danger {
color: #e95b35;
background-color: #f2dede;
}
a.list-group-item-danger,
button.list-group-item-danger {
color: #e95b35;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:hover,
button.list-group-item-danger:focus {
color: #e95b35;
background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active,
button.list-group-item-danger.active:hover,
button.list-group-item-danger.active:focus {
color: #fff;
background-color: #e95b35;
border-color: #e95b35;
}
.list-group-item-heading {
margin-top: 0;
margin-bottom: 5px;
}
.list-group-item-text {
margin-bottom: 0;
line-height: 1.3;
}
.panel {
margin-bottom: 24px;
background-color: #fff;
border: 1px solid transparent;
border-radius: 0;
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
padding: 15px;
}
.panel-body:before,
.panel-body:after {
content: " ";
display: table;
}
.panel-body:after {
clear: both;
}
.panel-heading {
padding: 10px 15px;
border-bottom: 1px solid transparent;
border-top-right-radius: -1;
border-top-left-radius: -1;
}
.panel-heading > .dropdown .dropdown-toggle {
color: inherit;
}
.panel-title {
margin-top: 0;
margin-bottom: 0;
font-size: 17px;
color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
color: inherit;
}
.panel-footer {
padding: 10px 15px;
background-color: #f5f5f5;
border-top: 1px solid #ddd;
border-bottom-right-radius: -1;
border-bottom-left-radius: -1;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
border-width: 1px 0;
border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
border-top: 0;
border-top-right-radius: -1;
border-top-left-radius: -1;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
border-bottom: 0;
border-bottom-right-radius: -1;
border-bottom-left-radius: -1;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
border-top-right-radius: 0;
border-top-left-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
border-top-width: 0;
}
.list-group + .panel-footer {
border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
padding-left: 15px;
padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
border-top-right-radius: -1;
border-top-left-radius: -1;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
border-top-left-radius: -1;
border-top-right-radius: -1;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
border-top-left-radius: -1;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
border-top-right-radius: -1;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
border-bottom-right-radius: -1;
border-bottom-left-radius: -1;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
border-bottom-left-radius: -1;
border-bottom-right-radius: -1;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
border-bottom-left-radius: -1;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
border-bottom-right-radius: -1;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
border-bottom: 0;
}
.panel > .table-responsive {
border: 0;
margin-bottom: 0;
}
.panel-group {
margin-bottom: 24px;
}
.panel-group .panel {
margin-bottom: 0;
border-radius: 0;
}
.panel-group .panel + .panel {
margin-top: 5px;
}
.panel-group .panel-heading {
border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
border-bottom: 1px solid #ddd;
}
.panel-default {
border-color: #ddd;
}
.panel-default > .panel-heading {
color: #333333;
background-color: #f5f5f5;
border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
color: #f5f5f5;
background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
border-bottom-color: #ddd;
}
.panel-primary {
border-color: #337ab7;
}
.panel-primary > .panel-heading {
color: #fff;
background-color: #337ab7;
border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
color: #337ab7;
background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
border-bottom-color: #337ab7;
}
.panel-success {
border-color: #d6e9c6;
}
.panel-success > .panel-heading {
color: #000000;
background-color: #dff0d8;
border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
color: #dff0d8;
background-color: #000000;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
border-bottom-color: #d6e9c6;
}
.panel-info {
border-color: #bce8f1;
}
.panel-info > .panel-heading {
color: #31708f;
background-color: #d9edf7;
border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
color: #d9edf7;
background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
border-bottom-color: #bce8f1;
}
.panel-warning {
border-color: #faebcc;
}
.panel-warning > .panel-heading {
color: #121717;
background-color: #fcf8e3;
border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
color: #fcf8e3;
background-color: #121717;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
border-bottom-color: #faebcc;
}
.panel-danger {
border-color: #ebccd1;
}
.panel-danger > .panel-heading {
color: #e95b35;
background-color: #f2dede;
border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
color: #f2dede;
background-color: #e95b35;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
border-bottom-color: #ebccd1;
}
.embed-responsive {
position: relative;
display: block;
height: 0;
padding: 0;
overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
position: absolute;
top: 0;
left: 0;
bottom: 0;
height: 100%;
width: 100%;
border: 0;
}
.embed-responsive-16by9 {
padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
padding-bottom: 75%;
}
.well {
min-height: 20px;
padding: 19px;
margin-bottom: 20px;
background-color: #f5f5f5;
border: 1px solid #e3e3e3;
border-radius: 0;
-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);
}
.well blockquote {
border-color: #ddd;
border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
padding: 24px;
border-radius: 0;
}
.well-sm {
padding: 9px;
border-radius: 3px;
}
.close {
float: right;
font-size: 22.5px;
font-weight: bold;
line-height: 1;
color: #000;
text-shadow: 0 1px 0 #fff;
opacity: 0.2;
filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
color: #000;
text-decoration: none;
cursor: pointer;
opacity: 0.5;
filter: alpha(opacity=50);
}
button.close {
padding: 0;
cursor: pointer;
background: transparent;
border: 0;
-webkit-appearance: none;
}
.modal-open {
overflow: hidden;
}
.modal {
display: none;
overflow: hidden;
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1050;
-webkit-overflow-scrolling: touch;
outline: 0;
}
.modal.fade .modal-dialog {
-webkit-transform: translate(0, -25%);
-ms-transform: translate(0, -25%);
transform: translate(0, -25%);
-webkit-transition: -webkit-transform 0.3s ease-out;
transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0);
}
.modal-open .modal {
overflow-x: hidden;
overflow-y: auto;
}
.modal-dialog {
position: relative;
width: auto;
margin: 10px;
}
.modal-content {
position: relative;
background-color: #fff;
border: 1px solid #999;
border: 1px solid rgba(0, 0, 0, 0.2);
border-radius: 0;
-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
background-clip: padding-box;
outline: 0;
}
.modal-backdrop {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1040;
background-color: #000;
}
.modal-backdrop.fade {
opacity: 0;
filter: alpha(opacity=0);
}
.modal-backdrop.in {
opacity: 0.5;
filter: alpha(opacity=50);
}
.modal-header {
padding: 15px;
border-bottom: 1px solid #e5e5e5;
}
.modal-header:before,
.modal-header:after {
content: " ";
display: table;
}
.modal-header:after {
clear: both;
}
.modal-header .close {
margin-top: -2px;
}
.modal-title {
margin: 0;
line-height: 1.6;
}
.modal-body {
position: relative;
padding: 15px;
}
.modal-footer {
padding: 15px;
text-align: right;
border-top: 1px solid #e5e5e5;
}
.modal-footer:before,
.modal-footer:after {
content: " ";
display: table;
}
.modal-footer:after {
clear: both;
}
.modal-footer .btn + .btn {
margin-left: 5px;
margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
margin-left: 0;
}
.modal-scrollbar-measure {
position: absolute;
top: -9999px;
width: 50px;
height: 50px;
overflow: scroll;
}
@media (min-width: 768px) {
.modal-dialog {
width: 600px;
margin: 30px auto;
}
.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);
}
.modal-sm {
width: 300px;
}
}
@media (min-width: 992px) {
.modal-lg {
width: 900px;
}
}
.tooltip {
position: absolute;
z-index: 1070;
display: block;
font-family: "Source Sans Pro", sans-serif;
font-style: normal;
font-weight: normal;
letter-spacing: normal;
line-break: auto;
line-height: 1.6;
text-align: left;
text-align: start;
text-decoration: none;
text-shadow: none;
text-transform: none;
white-space: normal;
word-break: normal;
word-spacing: normal;
word-wrap: normal;
font-size: 13px;
opacity: 0;
filter: alpha(opacity=0);
}
.tooltip.in {
opacity: 0.9;
filter: alpha(opacity=90);
}
.tooltip.top {
margin-top: -3px;
padding: 5px 0;
}
.tooltip.right {
margin-left: 3px;
padding: 0 5px;
}
.tooltip.bottom {
margin-top: 3px;
padding: 5px 0;
}
.tooltip.left {
margin-left: -3px;
padding: 0 5px;
}
.tooltip-inner {
max-width: 200px;
padding: 3px 8px;
color: #fff;
text-align: center;
background-color: #000;
border-radius: 0;
}
.tooltip-arrow {
position: absolute;
width: 0;
height: 0;
border-color: transparent;
border-style: solid;
}
.tooltip.top .tooltip-arrow {
bottom: 0;
left: 50%;
margin-left: -5px;
border-width: 5px 5px 0;
border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
bottom: 0;
right: 5px;
margin-bottom: -5px;
border-width: 5px 5px 0;
border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
bottom: 0;
left: 5px;
margin-bottom: -5px;
border-width: 5px 5px 0;
border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
top: 50%;
left: 0;
margin-top: -5px;
border-width: 5px 5px 5px 0;
border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
top: 50%;
right: 0;
margin-top: -5px;
border-width: 5px 0 5px 5px;
border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
top: 0;
left: 50%;
margin-left: -5px;
border-width: 0 5px 5px;
border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
top: 0;
right: 5px;
margin-top: -5px;
border-width: 0 5px 5px;
border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
top: 0;
left: 5px;
margin-top: -5px;
border-width: 0 5px 5px;
border-bottom-color: #000;
}
.popover {
position: absolute;
top: 0;
left: 0;
z-index: 1060;
display: none;
max-width: 276px;
padding: 1px;
font-family: "Source Sans Pro", sans-serif;
font-style: normal;
font-weight: normal;
letter-spacing: normal;
line-break: auto;
line-height: 1.6;
text-align: left;
text-align: start;
text-decoration: none;
text-shadow: none;
text-transform: none;
white-space: normal;
word-break: normal;
word-spacing: normal;
word-wrap: normal;
font-size: 15px;
background-color: #fff;
background-clip: padding-box;
border: 1px solid #ccc;
border: 1px solid rgba(0, 0, 0, 0.2);
border-radius: 0;
-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
margin-top: -10px;
}
.popover.right {
margin-left: 10px;
}
.popover.bottom {
margin-top: 10px;
}
.popover.left {
margin-left: -10px;
}
.popover-title {
margin: 0;
padding: 8px 14px;
font-size: 15px;
background-color: #f7f7f7;
border-bottom: 1px solid #ebebeb;
border-radius: -1 -1 0 0;
}
.popover-content {
padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
position: absolute;
display: block;
width: 0;
height: 0;
border-color: transparent;
border-style: solid;
}
.popover > .arrow {
border-width: 11px;
}
.popover > .arrow:after {
border-width: 10px;
content: "";
}
.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;
}
.popover.top > .arrow:after {
content: " ";
bottom: 1px;
margin-left: -10px;
border-bottom-width: 0;
border-top-color: #fff;
}
.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);
}
.popover.right > .arrow:after {
content: " ";
left: 1px;
bottom: -10px;
border-left-width: 0;
border-right-color: #fff;
}
.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;
}
.popover.bottom > .arrow:after {
content: " ";
top: 1px;
margin-left: -10px;
border-top-width: 0;
border-bottom-color: #fff;
}
.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);
}
.popover.left > .arrow:after {
content: " ";
right: 1px;
border-right-width: 0;
border-left-color: #fff;
bottom: -10px;
}
.carousel {
position: relative;
}
.carousel-inner {
position: relative;
overflow: hidden;
width: 100%;
}
.carousel-inner > .item {
display: none;
position: relative;
-webkit-transition: 0.6s ease-in-out left;
transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
display: block;
max-width: 100%;
height: auto;
line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
.carousel-inner > .item {
-webkit-transition: -webkit-transform 0.6s ease-in-out;
transition: transform 0.6s ease-in-out;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-perspective: 1000px;
perspective: 1000px;
}
.carousel-inner > .item.next,
.carousel-inner > .item.active.right {
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
left: 0;
}
.carousel-inner > .item.prev,
.carousel-inner > .item.active.left {
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
left: 0;
}
.carousel-inner > .item.next.left,
.carousel-inner > .item.prev.right,
.carousel-inner > .item.active {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
left: 0;
}
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
display: block;
}
.carousel-inner > .active {
left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
position: absolute;
top: 0;
width: 100%;
}
.carousel-inner > .next {
left: 100%;
}
.carousel-inner > .prev {
left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
left: 0;
}
.carousel-inner > .active.left {
left: -100%;
}
.carousel-inner > .active.right {
left: 100%;
}
.carousel-control {
position: absolute;
top: 0;
left: 0;
bottom: 0;
width: 15%;
opacity: 0.5;
filter: alpha(opacity=50);
font-size: 20px;
color: #fff;
text-align: center;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
background-color: transparent;
}
.carousel-control.left {
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);
}
.carousel-control.right {
left: auto;
right: 0;
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);
}
.carousel-control:hover,
.carousel-control:focus {
outline: 0;
color: #fff;
text-decoration: none;
opacity: 0.9;
filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
position: absolute;
top: 50%;
margin-top: -10px;
z-index: 5;
display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
left: 50%;
margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
right: 50%;
margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
width: 20px;
height: 20px;
line-height: 1;
font-family: serif;
}
.carousel-control .icon-prev:before {
content: '\2039';
}
.carousel-control .icon-next:before {
content: '\203a';
}
.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;
}
.carousel-indicators li {
display: inline-block;
width: 10px;
height: 10px;
margin: 1px;
text-indent: -999px;
border: 1px solid #fff;
border-radius: 10px;
cursor: pointer;
background-color: #000 \9;
background-color: transparent;
}
.carousel-indicators .active {
margin: 0;
width: 12px;
height: 12px;
background-color: #fff;
}
.carousel-caption {
position: absolute;
left: 15%;
right: 15%;
bottom: 20px;
z-index: 10;
padding-top: 20px;
padding-bottom: 20px;
color: #fff;
text-align: center;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
text-shadow: none;
}
@media screen and (min-width: 768px) {
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-prev,
.carousel-control .icon-next {
width: 30px;
height: 30px;
margin-top: -10px;
font-size: 30px;
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
margin-left: -10px;
}
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
margin-right: -10px;
}
.carousel-caption {
left: 20%;
right: 20%;
padding-bottom: 30px;
}
.carousel-indicators {
bottom: 20px;
}
}
.clearfix:before,
.clearfix:after {
content: " ";
display: table;
}
.clearfix:after {
clear: both;
}
.center-block {
display: block;
margin-left: auto;
margin-right: auto;
}
.pull-right {
float: right !important;
}
.pull-left {
float: left !important;
}
.hide {
display: none !important;
}
.show {
display: block !important;
}
.invisible {
visibility: hidden;
}
.text-hide {
font: 0/0 a;
color: transparent;
text-shadow: none;
background-color: transparent;
border: 0;
}
.hidden {
display: none !important;
}
.affix {
position: fixed;
}
@-ms-viewport {
width: device-width;
}
.visible-xs {
display: none !important;
}
.visible-sm {
display: none !important;
}
.visible-md {
display: none !important;
}
.visible-lg {
display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
display: none !important;
}
@media (max-width: 767px) {
.visible-xs {
display: block !important;
}
table.visible-xs {
display: table !important;
}
tr.visible-xs {
display: table-row !important;
}
th.visible-xs,
td.visible-xs {
display: table-cell !important;
}
}
@media (max-width: 767px) {
.visible-xs-block {
display: block !important;
}
}
@media (max-width: 767px) {
.visible-xs-inline {
display: inline !important;
}
}
@media (max-width: 767px) {
.visible-xs-inline-block {
display: inline-block !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.visible-sm {
display: block !important;
}
table.visible-sm {
display: table !important;
}
tr.visible-sm {
display: table-row !important;
}
th.visible-sm,
td.visible-sm {
display: table-cell !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.visible-sm-block {
display: block !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.visible-sm-inline {
display: inline !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.visible-sm-inline-block {
display: inline-block !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.visible-md {
display: block !important;
}
table.visible-md {
display: table !important;
}
tr.visible-md {
display: table-row !important;
}
th.visible-md,
td.visible-md {
display: table-cell !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.visible-md-block {
display: block !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.visible-md-inline {
display: inline !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.visible-md-inline-block {
display: inline-block !important;
}
}
@media (min-width: 1200px) {
.visible-lg {
display: block !important;
}
table.visible-lg {
display: table !important;
}
tr.visible-lg {
display: table-row !important;
}
th.visible-lg,
td.visible-lg {
display: table-cell !important;
}
}
@media (min-width: 1200px) {
.visible-lg-block {
display: block !important;
}
}
@media (min-width: 1200px) {
.visible-lg-inline {
display: inline !important;
}
}
@media (min-width: 1200px) {
.visible-lg-inline-block {
display: inline-block !important;
}
}
@media (max-width: 767px) {
.hidden-xs {
display: none !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.hidden-sm {
display: none !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.hidden-md {
display: none !important;
}
}
@media (min-width: 1200px) {
.hidden-lg {
display: none !important;
}
}
.visible-print {
display: none !important;
}
@media print {
.visible-print {
display: block !important;
}
table.visible-print {
display: table !important;
}
tr.visible-print {
display: table-row !important;
}
th.visible-print,
td.visible-print {
display: table-cell !important;
}
}
.visible-print-block {
display: none !important;
}
@media print {
.visible-print-block {
display: block !important;
}
}
.visible-print-inline {
display: none !important;
}
@media print {
.visible-print-inline {
display: inline !important;
}
}
.visible-print-inline-block {
display: none !important;
}
@media print {
.visible-print-inline-block {
display: inline-block !important;
}
}
@media print {
.hidden-print {
display: none !important;
}
}
[class*="block-grid-"] {
display: block;
margin: -15px;
padding: 0;
}
[class*="block-grid-"]:before,
[class*="block-grid-"]:after {
content: " ";
display: table;
}
[class*="block-grid-"]:after {
clear: both;
}
.block-grid-item {
display: inline;
margin: 0;
padding: 15px;
height: auto;
float: left;
list-style: none;
}
.block-grid-xs-1 > .block-grid-item {
width: 100%;
}
.block-grid-xs-1 > .block-grid-item:nth-of-type(n) {
clear: none;
}
.block-grid-xs-1 > .block-grid-item:nth-of-type(1n+1) {
clear: both;
}
.block-grid-xs-2 > .block-grid-item {
width: 50%;
}
.block-grid-xs-2 > .block-grid-item:nth-of-type(n) {
clear: none;
}
.block-grid-xs-2 > .block-grid-item:nth-of-type(2n+1) {
clear: both;
}
.block-grid-xs-3 > .block-grid-item {
width: 33.33333%;
}
.block-grid-xs-3 > .block-grid-item:nth-of-type(n) {
clear: none;
}
.block-grid-xs-3 > .block-grid-item:nth-of-type(3n+1) {
clear: both;
}
.block-grid-xs-4 > .block-grid-item {
width: 25%;
}
.block-grid-xs-4 > .block-grid-item:nth-of-type(n) {
clear: none;
}
.block-grid-xs-4 > .block-grid-item:nth-of-type(4n+1) {
clear: both;
}
.block-grid-xs-5 > .block-grid-item {
width: 20%;
}
.block-grid-xs-5 > .block-grid-item:nth-of-type(n) {
clear: none;
}
.block-grid-xs-5 > .block-grid-item:nth-of-type(5n+1) {
clear: both;
}
.block-grid-xs-6 > .block-grid-item {
width: 16.66667%;
}
.block-grid-xs-6 > .block-grid-item:nth-of-type(n) {
clear: none;
}
.block-grid-xs-6 > .block-grid-item:nth-of-type(6n+1) {
clear: both;
}
.block-grid-xs-7 > .block-grid-item {
width: 14.28571%;
}
.block-grid-xs-7 > .block-grid-item:nth-of-type(n) {
clear: none;
}
.block-grid-xs-7 > .block-grid-item:nth-of-type(7n+1) {
clear: both;
}
.block-grid-xs-8 > .block-grid-item {
width: 12.5%;
}
.block-grid-xs-8 > .block-grid-item:nth-of-type(n) {
clear: none;
}
.block-grid-xs-8 > .block-grid-item:nth-of-type(8n+1) {
clear: both;
}
.block-grid-xs-9 > .block-grid-item {
width: 11.11111%;
}
.block-grid-xs-9 > .block-grid-item:nth-of-type(n) {
clear: none;
}
.block-grid-xs-9 > .block-grid-item:nth-of-type(9n+1) {
clear: both;
}
.block-grid-xs-10 > .block-grid-item {
width: 10%;
}
.block-grid-xs-10 > .block-grid-item:nth-of-type(n) {
clear: none;
}
.block-grid-xs-10 > .block-grid-item:nth-of-type(10n+1) {
clear: both;
}
.block-grid-xs-11 > .block-grid-item {
width: 9.09091%;
}
.block-grid-xs-11 > .block-grid-item:nth-of-type(n) {
clear: none;
}
.block-grid-xs-11 > .block-grid-item:nth-of-type(11n+1) {
clear: both;
}
.block-grid-xs-12 > .block-grid-item {
width: 8.33333%;
}
.block-grid-xs-12 > .block-grid-item:nth-of-type(n) {
clear: none;
}
.block-grid-xs-12 > .block-grid-item:nth-of-type(12n+1) {
clear: both;
}
@media (min-width: 768px) {
.block-grid-sm-1 > .block-grid-item {
width: 100%;
}
.block-grid-sm-1 > .block-grid-item:nth-of-type(n) {
clear: none;
}
.block-grid-sm-1 > .block-grid-item:nth-of-type(1n+1) {
clear: both;
}
.block-grid-sm-2 > .block-grid-item {
width: 50%;
}
.block-grid-sm-2 > .block-grid-item:nth-of-type(n) {
clear: none;
}
.block-grid-sm-2 > .block-grid-item:nth-of-type(2n+1) {
clear: both;
}
.block-grid-sm-3 > .block-grid-item {
width: 33.33333%;
}
.block-grid-sm-3 > .block-grid-item:nth-of-type(n) {
clear: none;
}
.block-grid-sm-3 > .block-grid-item:nth-of-type(3n+1) {
clear: both;
}
.block-grid-sm-4 > .block-grid-item {
width: 25%;
}
.block-grid-sm-4 > .block-grid-item:nth-of-type(n) {
clear: none;
}
.block-grid-sm-4 > .block-grid-item:nth-of-type(4n+1) {
clear: both;
}
.block-grid-sm-5 > .block-grid-item {
width: 20%;
}
.block-grid-sm-5 > .block-grid-item:nth-of-type(n) {
clear: none;
}
.block-grid-sm-5 > .block-grid-item:nth-of-type(5n+1) {
clear: both;
}
.block-grid-sm-6 > .block-grid-item {
width: 16.66667%;
}
.block-grid-sm-6 > .block-grid-item:nth-of-type(n) {
clear: none;
}
.block-grid-sm-6 > .block-grid-item:nth-of-type(6n+1) {
clear: both;
}
.block-grid-sm-7 > .block-grid-item {
width: 14.28571%;
}
.block-grid-sm-7 > .block-grid-item:nth-of-type(n) {
clear: none;
}
.block-grid-sm-7 > .block-grid-item:nth-of-type(7n+1) {
clear: both;
}
.block-grid-sm-8 > .block-grid-item {
width: 12.5%;
}
.block-grid-sm-8 > .block-grid-item:nth-of-type(n) {
clear: none;
}
.block-grid-sm-8 > .block-grid-item:nth-of-type(8n+1) {
clear: both;
}
.block-grid-sm-9 > .block-grid-item {
width: 11.11111%;
}
.block-grid-sm-9 > .block-grid-item:nth-of-type(n) {
clear: none;
}
.block-grid-sm-9 > .block-grid-item:nth-of-type(9n+1) {
clear: both;
}
.block-grid-sm-10 > .block-grid-item {
width: 10%;
}
.block-grid-sm-10 > .block-grid-item:nth-of-type(n) {
clear: none;
}
.block-grid-sm-10 > .block-grid-item:nth-of-type(10n+1) {
clear: both;
}
.block-grid-sm-11 > .block-grid-item {
width: 9.09091%;
}
.block-grid-sm-11 > .block-grid-item:nth-of-type(n) {
clear: none;
}
.block-grid-sm-11 > .block-grid-item:nth-of-type(11n+1) {
clear: both;
}
.block-grid-sm-12 > .block-grid-item {
width: 8.33333%;
}
.block-grid-sm-12 > .block-grid-item:nth-of-type(n) {
clear: none;
}
.block-grid-sm-12 > .block-grid-item:nth-of-type(12n+1) {
clear: both;
}
}
@media (min-width: 992px) {
.block-grid-md-1 > .block-grid-item {
width: 100%;
}
.block-grid-md-1 > .block-grid-item:nth-of-type(n) {
clear: none;
}
.block-grid-md-1 > .block-grid-item:nth-of-type(1n+1) {
clear: both;
}
.block-grid-md-2 > .block-grid-item {
width: 50%;
}
.block-grid-md-2 > .block-grid-item:nth-of-type(n) {
clear: none;
}
.block-grid-md-2 > .block-grid-item:nth-of-type(2n+1) {
clear: both;
}
.block-grid-md-3 > .block-grid-item {
width: 33.33333%;
}
.block-grid-md-3 > .block-grid-item:nth-of-type(n) {
clear: none;
}
.block-grid-md-3 > .block-grid-item:nth-of-type(3n+1) {
clear: both;
}
.block-grid-md-4 > .block-grid-item {
width: 25%;
}
.block-grid-md-4 > .block-grid-item:nth-of-type(n) {
clear: none;
}
.block-grid-md-4 > .block-grid-item:nth-of-type(4n+1) {
clear: both;
}
.block-grid-md-5 > .block-grid-item {
width: 20%;
}
.block-grid-md-5 > .block-grid-item:nth-of-type(n) {
clear: none;
}
.block-grid-md-5 > .block-grid-item:nth-of-type(5n+1) {
clear: both;
}
.block-grid-md-6 > .block-grid-item {
width: 16.66667%;
}
.block-grid-md-6 > .block-grid-item:nth-of-type(n) {
clear: none;
}
.block-grid-md-6 > .block-grid-item:nth-of-type(6n+1) {
clear: both;
}
.block-grid-md-7 > .block-grid-item {
width: 14.28571%;
}
.block-grid-md-7 > .block-grid-item:nth-of-type(n) {
clear: none;
}
.block-grid-md-7 > .block-grid-item:nth-of-type(7n+1) {
clear: both;
}
.block-grid-md-8 > .block-grid-item {
width: 12.5%;
}
.block-grid-md-8 > .block-grid-item:nth-of-type(n) {
clear: none;
}
.block-grid-md-8 > .block-grid-item:nth-of-type(8n+1) {
clear: both;
}
.block-grid-md-9 > .block-grid-item {
width: 11.11111%;
}
.block-grid-md-9 > .block-grid-item:nth-of-type(n) {
clear: none;
}
.block-grid-md-9 > .block-grid-item:nth-of-type(9n+1) {
clear: both;
}
.block-grid-md-10 > .block-grid-item {
width: 10%;
}
.block-grid-md-10 > .block-grid-item:nth-of-type(n) {
clear: none;
}
.block-grid-md-10 > .block-grid-item:nth-of-type(10n+1) {
clear: both;
}
.block-grid-md-11 > .block-grid-item {
width: 9.09091%;
}
.block-grid-md-11 > .block-grid-item:nth-of-type(n) {
clear: none;
}
.block-grid-md-11 > .block-grid-item:nth-of-type(11n+1) {
clear: both;
}
.block-grid-md-12 > .block-grid-item {
width: 8.33333%;
}
.block-grid-md-12 > .block-grid-item:nth-of-type(n) {
clear: none;
}
.block-grid-md-12 > .block-grid-item:nth-of-type(12n+1) {
clear: both;
}
}
@media (min-width: 1200px) {
.block-grid-lg-1 > .block-grid-item {
width: 100%;
}
.block-grid-lg-1 > .block-grid-item:nth-of-type(n) {
clear: none;
}
.block-grid-lg-1 > .block-grid-item:nth-of-type(1n+1) {
clear: both;
}
.block-grid-lg-2 > .block-grid-item {
width: 50%;
}
.block-grid-lg-2 > .block-grid-item:nth-of-type(n) {
clear: none;
}
.block-grid-lg-2 > .block-grid-item:nth-of-type(2n+1) {
clear: both;
}
.block-grid-lg-3 > .block-grid-item {
width: 33.33333%;
}
.block-grid-lg-3 > .block-grid-item:nth-of-type(n) {
clear: none;
}
.block-grid-lg-3 > .block-grid-item:nth-of-type(3n+1) {
clear: both;
}
.block-grid-lg-4 > .block-grid-item {
width: 25%;
}
.block-grid-lg-4 > .block-grid-item:nth-of-type(n) {
clear: none;
}
.block-grid-lg-4 > .block-grid-item:nth-of-type(4n+1) {
clear: both;
}
.block-grid-lg-5 > .block-grid-item {
width: 20%;
}
.block-grid-lg-5 > .block-grid-item:nth-of-type(n) {
clear: none;
}
.block-grid-lg-5 > .block-grid-item:nth-of-type(5n+1) {
clear: both;
}
.block-grid-lg-6 > .block-grid-item {
width: 16.66667%;
}
.block-grid-lg-6 > .block-grid-item:nth-of-type(n) {
clear: none;
}
.block-grid-lg-6 > .block-grid-item:nth-of-type(6n+1) {
clear: both;
}
.block-grid-lg-7 > .block-grid-item {
width: 14.28571%;
}
.block-grid-lg-7 > .block-grid-item:nth-of-type(n) {
clear: none;
}
.block-grid-lg-7 > .block-grid-item:nth-of-type(7n+1) {
clear: both;
}
.block-grid-lg-8 > .block-grid-item {
width: 12.5%;
}
.block-grid-lg-8 > .block-grid-item:nth-of-type(n) {
clear: none;
}
.block-grid-lg-8 > .block-grid-item:nth-of-type(8n+1) {
clear: both;
}
.block-grid-lg-9 > .block-grid-item {
width: 11.11111%;
}
.block-grid-lg-9 > .block-grid-item:nth-of-type(n) {
clear: none;
}
.block-grid-lg-9 > .block-grid-item:nth-of-type(9n+1) {
clear: both;
}
.block-grid-lg-10 > .block-grid-item {
width: 10%;
}
.block-grid-lg-10 > .block-grid-item:nth-of-type(n) {
clear: none;
}
.block-grid-lg-10 > .block-grid-item:nth-of-type(10n+1) {
clear: both;
}
.block-grid-lg-11 > .block-grid-item {
width: 9.09091%;
}
.block-grid-lg-11 > .block-grid-item:nth-of-type(n) {
clear: none;
}
.block-grid-lg-11 > .block-grid-item:nth-of-type(11n+1) {
clear: both;
}
.block-grid-lg-12 > .block-grid-item {
width: 8.33333%;
}
.block-grid-lg-12 > .block-grid-item:nth-of-type(n) {
clear: none;
}
.block-grid-lg-12 > .block-grid-item:nth-of-type(12n+1) {
clear: both;
}
}
.select2-container {
-webkit-box-sizing: border-box;
box-sizing: border-box;
display: inline-block;
margin: 0;
position: relative;
vertical-align: middle;
}
.select2-container .select2-selection--single {
-webkit-box-sizing: border-box;
box-sizing: border-box;
cursor: pointer;
display: block;
height: 38px;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-user-select: none;
}
.form--filter .select2-container .select2-selection--single {
font-size: 13px;
text-transform: none;
background: none;
position: relative;
display: block;
border: 1px solid #fff;
-webkit-box-shadow: none;
box-shadow: none;
height: 28px;
}
.form--filter .select2-container .select2-selection--single:hover {
color: #fff;
}
.form--filter .select2-container .select2-selection--single .select2-selection__rendered { padding-left: 5px; line-height: 28px;
color: #fff;
}
.form--filter .select2-container .select2-selection--single .select2-selection__arrow { border-left: 1px solid #fff; height: 26px;
top: 0;
}
.form--filter .select2-container .select2-selection--single .select2-selection__arrow b:before {
font-size: 13px;
color: #fff;
padding-top: 3px;
}
.select2-container .select2-selection--single .select2-selection__rendered {
display: block;
padding-left: 20px; padding-right: 32px; overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.select2-container .select2-selection--multiple {
-webkit-box-sizing: border-box;
box-sizing: border-box;
cursor: pointer;
display: block;
min-height: 32px;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
display: inline-block;
overflow: hidden;
padding-left: 20px;
text-overflow: ellipsis;
white-space: nowrap;
}
.select2-container .select2-search--inline {
float: left;
}
.select2-container .select2-search--inline .select2-search__field {
-webkit-box-sizing: border-box;
box-sizing: border-box;
border: none;
font-size: 100%;
margin-top: 5px;
}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
-webkit-appearance: none;
}
.select2-dropdown {
background-color: white;
border: 1px solid #d6d6d6;
-webkit-box-sizing: border-box;
box-sizing: border-box;
display: block;
position: absolute; left: -100000px; width: 100%;
z-index: 1051;
}
.select2-results {
display: block;
padding: 0;
}
.select2-results__options {
list-style: none;
margin: 0;
padding: 0;
}
.select2-results__option {
padding: 0 20px 10px;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-user-select: none;
}
.select2-results__option:before {
content: ' ';
display: block;
border-bottom: 1px solid #d6d6d6;
margin-bottom: 10px;
}
.select2-results__option:last-child:after {
border-bottom: 1px solid transparent;
}
.select2-results__option:first-child {
margin-top: 0;
}
.select2-results__option:first-child:before {
border-bottom: 1px solid transparent;
}
.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: none;
padding: 4px;
}
.select2-search--dropdown .select2-search__field {
padding: 4px;
width: 100%;
-webkit-box-sizing: border-box;
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;
}
.js-in-select {
opacity: 0;
}
.select2-container--default .select2-selection--single {
background-color: #fff;
border: 1px solid #d6d6d6;
}
.has-error .select2-container--default .select2-selection--single {
border: 1px solid #e95b35;
}
.has-success .select2-container--default .select2-selection--single {
border: 1px solid #000000;
}
.select2-container--default .select2-selection--single:focus {
border-color: #000000;
outline: 0;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 187, 170, 0.6);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 187, 170, 0.6);
}
.select2-container--default .select2-selection--single:focus {
border: 1px solid #000000;
outline: none;
}
.form--filter .select2-container--default .select2-selection--single:focus {
border: 1px solid #fff;
}
.form--banner-sidebar:not(.form--white) .select2-container--default .select2-selection--single:focus {
border: none;
-webkit-box-shadow: none;
box-shadow: none;
}
.form--banner-sidebar:not(.form--white) .select2-container--default .select2-selection--single {
background: rgba(255, 255, 255, 0.7);
border: none;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
color: #444;
line-height: 38px;
}
.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: #121717;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
height: 36px;
position: absolute;
top: 1px;
right: 1px;
width: 30px; border-left: 1px solid #d6d6d6; }
.form--banner-sidebar:not(.form--white) .select2-container--default .select2-selection--single .select2-selection__arrow {
border-left: none;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b:before {
display: block;
width: 100%;
height: 100%;
color: #595959;
font-size: 14px;
display: inline-block;
font-family: FontAwesome;
content: "";
padding: 7px 0 0 11px;
text-align: left;
}
.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:before {
content: "\f0d8";
padding: 4px 0 0 11px;
}
.select2-container--default .select2-selection--multiple {
background-color: white;
border: 1px solid #d6d6d6;
border-radius: 0;
cursor: text;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
-webkit-box-sizing: border-box;
box-sizing: border-box;
list-style: none;
margin: 0;
padding: 0 5px;
width: 100%;
}
.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
color: #121717;
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 {
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 {
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;
}
.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: #000000;
color: white;
padding-bottom: 10px;
-webkit-transition: background 0.3s;
transition: background 0.3s;
padding-top: 10px;
}
.select2-container--default .select2-results__option--highlighted[aria-selected]:before {
display: none;
}
.select2-container--default .select2-results__option--highlighted + .select2-results__option:before {
border-bottom: 1px solid transparent;
}
.select2-container--default .select2-results__group {
cursor: default;
display: block;
padding: 6px;
}
.select2-container--classic .select2-selection--single {
background-color: #f7f7f7;
border: 1px solid #d6d6d6;
border-radius: 0;
outline: 0;
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, white), to(#eeeeee));
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);
}
.has-error .select2-container--classic .select2-selection--single {
border: 1px solid #e95b35;
}
.has-success .select2-container--classic .select2-selection--single {
border: 1px solid #000000;
}
.select2-container--classic .select2-selection--single .select2-selection__rendered {
color: #121717;
line-height: 38px;
}
.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: #121717;
}
.select2-container--classic .select2-selection--single .select2-selection__arrow {
background-color: #ddd;
border: none;
border-left: 1px solid #d6d6d6;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
height: 36px;
position: absolute;
top: 0;
right: 1px;
width: 20px;
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), to(#cccccc));
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[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 #d6d6d6;
border-radius: 0;
border-top-left-radius: 0;
border-bottom-left-radius: 0;
left: 1px;
right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--single {
border: 1px solid #000000;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
background: transparent;
border: none;
}
.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-gradient(linear, left top, left bottom, from(white), color-stop(50%, #eeeeee));
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-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), to(white));
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 #d6d6d6;
border-radius: 0;
cursor: text;
outline: 0;
}
.select2-container--classic .select2-selection--multiple:focus {
border: 1px solid #000000;
}
.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 #d6d6d6;
border-radius: 0;
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 #000000;
}
.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 #d6d6d6;
outline: 0;
}
.select2-container--classic .select2-search--inline .select2-search__field {
outline: 0;
}
.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: #000000;
color: white;
}
.select2-container--classic .select2-results__option--highlighted[aria-selected]:after {
display: none;
}
.select2-container--classic .select2-results__group {
cursor: default;
display: block;
padding: 6px;
}
.select2-container--classic.select2-container--open .select2-dropdown {
border-color: #000000;
}  .ui-pnotify {
top: 25px;
right: 25px;
position: absolute;
height: auto; z-index: 9999;
} html > body > .ui-pnotify {
position: fixed;
}
.ui-pnotify .ui-pnotify-shadow {
-webkit-box-shadow: 0 2px 10px rgba(50, 50, 50, 0.5);
box-shadow: 0 2px 10px rgba(50, 50, 50, 0.5);
}
.ui-pnotify-container {
background-position: 0 0;
padding: .8em;
height: 100%;
margin: 0;
}
.ui-pnotify-sharp {
border-radius: 0;
}
.ui-pnotify-title {
display: block;
margin-top: 0;
margin-bottom: 0;
}
.ui-pnotify-text {
display: block;
}
.ui-pnotify-icon,
.ui-pnotify-icon span {
display: block;
float: left;
margin-right: .2em;
} .ui-pnotify.stack-topleft,
.ui-pnotify.stack-bottomleft {
left: 25px;
right: auto;
}
.ui-pnotify.stack-bottomright,
.ui-pnotify.stack-bottomleft {
bottom: 25px;
top: auto;
}
.notify-icon {
fill: #fff;
width: 40px;
height: 40px;
display: inline-block;
vertical-align: middle;
margin: 0 20px 0 0;
}
.irs {
position: relative;
display: block;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.irs-line {
position: relative;
display: block;
overflow: hidden;
outline: none !important;
}
.irs-line-left,
.irs-line-mid,
.irs-line-right {
position: absolute;
display: block;
top: 0;
}
.irs-line-left {
left: 0;
width: 11%;
}
.irs-line-mid {
left: 9%;
width: 82%;
}
.irs-line-right {
right: 0;
width: 11%;
}
.irs-bar {
position: absolute;
display: block;
left: 0;
width: 0;
}
.irs-bar-edge {
position: absolute;
display: block;
top: 0;
left: 0;
}
.irs-shadow {
position: absolute;
display: none;
left: 0;
width: 0;
}
.irs-slider {
position: absolute;
display: block;
cursor: default;
z-index: 1;
}
.irs-slider.type_last {
z-index: 2;
}
.irs-min {
position: absolute;
display: block;
left: 0;
cursor: default;
}
.irs-max {
position: absolute;
display: block;
right: 0;
cursor: default;
}
.irs-from,
.irs-to,
.irs-single {
position: absolute;
display: block;
top: 0;
left: 0;
cursor: default;
white-space: nowrap;
}
.irs-grid {
position: absolute;
display: none;
bottom: 0;
left: 0;
width: 100%;
height: 20px;
}
.irs-with-grid .irs-grid {
display: block;
}
.irs-grid-pol {
position: absolute;
top: 0;
left: 0;
width: 1px;
height: 8px;
background: #000;
}
.irs-grid-pol.small {
height: 4px;
}
.irs-grid-text {
position: absolute;
bottom: 0;
left: 0;
white-space: nowrap;
text-align: center;
font-size: 9px;
line-height: 9px;
padding: 0 3px;
color: #000;
}
.irs-disable-mask {
position: absolute;
display: block;
top: 0;
left: -1%;
width: 102%;
height: 100%;
cursor: default;
background: transparent;
z-index: 2;
}
.lt-ie9 .irs-disable-mask {
background: #000;
filter: alpha(opacity=0);
cursor: not-allowed;
}
.irs-disabled {
opacity: 0.4;
}
.irs-hidden-input {
position: absolute !important;
display: block !important;
top: 0 !important;
left: 0 !important;
width: 0 !important;
height: 0 !important;
font-size: 0 !important;
line-height: 0 !important;
padding: 0 !important;
margin: 0 !important;
outline: none !important;
z-index: -9999 !important;
background: none !important;
border-style: solid !important;
border-color: transparent !important;
}
.irs {
height: 35px;
}
.irs-with-grid {
height: 60px;
}
.irs-line {
height: 3px;
top: 25px;
background: #000000;
border-radius: 3px;
}
.irs-line-left {
height: 12px;
background-position: 0 -30px;
}
.irs-line-mid {
height: 12px;
background-position: 0 0;
}
.irs-line-right {
height: 12px;
background-position: 100% -30px;
}
.irs-bar {
height: 12px;
top: 25px;
background-position: 0 -60px;
}
.irs-bar-edge {
top: 25px;
height: 12px;
width: 9px;
background-position: 0 -90px;
}
.irs-shadow {
height: 3px;
top: 34px;
background: #000;
opacity: 0.25;
}
.lt-ie9 .irs-shadow {
filter: alpha(opacity=25);
}
.irs-slider {
width: 17px;
height: 31px;
top: 17px;
background: url(//www.flowrealproperty.be/hosting/2324-flow/wp-content/themes/realtyspace/public/img/slider-handle.svg);
}
.footer .irs-slider,
.form--light .irs-slider,
.form--dark .irs-slider {
background: url(//www.flowrealproperty.be/hosting/2324-flow/wp-content/themes/realtyspace/public/img/slider-handle-2.svg);
height: 17px;
}
.irs-slider.from {
margin-left: 0;
}
.irs-slider.to {
margin-left: 1px;
}
.irs-min,
.irs-max {
color: #999;
font-size: 10px;
line-height: 1.333;
text-shadow: none;
top: 0;
padding: 1px 3px;
background: #e1e4e9;
border-radius: 4px;
}
.irs-from,
.irs-to,
.irs-single {
color: #121717;
font-size: 14px;
line-height: 1.333;
text-shadow: none;
padding: 5px 15px;
background: #fff;
border: 1px solid #d6d6d6;
margin-top: -21px;
}
@media (max-width: 767px) {
.irs-from,
.irs-to,
.irs-single {
padding: 5px 10px;
}
}
.irs-from:after,
.irs-to:after,
.irs-single:after {
width: 7px;
height: 7px;
border-top: 1px solid #dcdcdc;
border-right: 1px solid #dcdcdc;
position: absolute;
background: #fff;
bottom: -5px;
-webkit-transform: rotate(135deg);
-ms-transform: rotate(135deg);
transform: rotate(135deg);
content: "";
display: block;
left: 50%;
margin-left: -3px;
}
.irs-grid-pol {
background: #e1e4e9;
}
.irs-grid-text {
color: #999;
}
.bonsai,
.bonsai li {
margin: 0;
padding: 0;
list-style: none;
overflow: hidden;
}
.bonsai li {
position: relative;
padding-left: 16px;
}
.bonsai li .thumb {
margin: -3px 0 0 -20px;
padding: 5px 10px; position: absolute;
cursor: pointer;
z-index: 10;
}
@media (max-width: 767px) {
.bonsai li .thumb {
right: 0;
margin-left: 0;
}
}
li.has-children > .thumb:after {
font-size: 1.2em;
display: inline-block;
font-family: FontAwesome;
content: "";
color: #c8c8c8;
line-height: 1;
}
.rtl li.has-children > .thumb:after {
content: '\f0d9';
}
li.has-children.expanded > .thumb:after {
content: "\f0d7";
}
li.collapsed > ol.bonsai {
height: 0;
overflow: hidden;
}
.bonsai .all,
.bonsai .none {
cursor: pointer;
} .slick-slider {
position: relative;
display: block;
-webkit-box-sizing: border-box;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-tap-highlight-color: transparent;
outline: none;
}
.slick-list {
position: relative;
overflow: hidden;
display: block;
margin: 0;
padding: 0;
}
.slick-list:focus {
outline: none;
}
.slick-loading .slick-list {
background: #fff url(//www.flowrealproperty.be/hosting/2324-flow/wp-content/themes/realtyspace/public/img/ajax-loader.gif) center center no-repeat;
}
.slick-list.dragging {
cursor: pointer;
cursor: hand;
}
.slick-slider .slick-list,
.slick-track,
.slick-slide,
.slick-slide img {
-webkit-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.slick-track {
position: relative;
left: 0;
top: 0;
display: block;
zoom: 1;
}
.slick-track:before,
.slick-track:after {
content: "";
display: table;
}
.slick-track:after {
clear: both;
}
.slick-loading .slick-track {
visibility: hidden;
}
.slick-slide { float: left;
height: 100%;
min-height: 1px;
outline: none;
display: none;
}
[dir="rtl"] .slick-slide { float: right;
}
.slick-slide img {
display: block;
}
.slick-slide.slick-loading img {
display: none;
}
.slick-slide.dragging img {
pointer-events: none;
}
.slick-initialized .slick-slide {
display: block;
}
.slick-loading .slick-slide {
visibility: hidden;
}
.slick-vertical .slick-slide {
display: block;
height: auto;
border: 1px solid transparent;
} @font-face {
font-family: "slick";
src: url(//www.flowrealproperty.be/hosting/2324-flow/wp-content/themes/realtyspace/public/fonts/slick/slick.eot);
src: url(//www.flowrealproperty.be/hosting/2324-flow/wp-content/themes/realtyspace/public/fonts/slick/slick.eot?#iefix) format("embedded-opentype"), url(//www.flowrealproperty.be/hosting/2324-flow/wp-content/themes/realtyspace/public/fonts/slick/slick.woff) format("woff"), url(//www.flowrealproperty.be/hosting/2324-flow/wp-content/themes/realtyspace/public/fonts/slick/slick.ttf) format("truetype"), url(//www.flowrealproperty.be/hosting/2324-flow/wp-content/themes/realtyspace/public/fonts/slick/slick.svg#slick) format("svg");
font-weight: normal;
font-style: normal;
} .slick-prev,
.slick-next {
position: absolute;
display: block;
height: 20px;
width: 20px;
line-height: 0;
font-size: 0;
cursor: pointer;
background: transparent;
color: transparent;
top: 50%;
margin-top: -10px;
padding: 0;
border: none;
outline: none;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
outline: none;
background: transparent;
color: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
font-family: "slick";
font-size: 20px;
line-height: 1;
color: white;
opacity: 0.75;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.slick-prev {
left: -25px;
}
[dir="rtl"] .slick-prev {
left: auto;
right: -25px;
}
.slick-prev:before {
content: "←";
}
[dir="rtl"] .slick-prev:before {
content: "→";
}
.slick-next {
right: -25px;
}
[dir="rtl"] .slick-next {
left: -25px;
right: auto;
}
.slick-next:before {
content: "→";
}
[dir="rtl"] .slick-next:before {
content: "←";
} .slick-dots {
position: absolute;
bottom: -45px;
list-style: none;
display: block;
text-align: center;
padding: 0;
width: 100%;
}
.slick-dots li {
position: relative;
display: inline-block;
height: 20px;
width: 20px;
margin: 0 5px;
padding: 0;
cursor: pointer;
}
.slick-dots li button {
border: 0;
background: transparent;
display: block;
height: 20px;
width: 20px;
outline: none;
line-height: 0;
font-size: 0;
color: transparent;
padding: 5px;
cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
opacity: 1;
}
.slick-dots li button:before {
position: absolute;
top: 0;
left: 0;
content: "•";
width: 20px;
height: 20px;
font-family: "slick";
font-size: 6px;
line-height: 20px;
text-align: center;
color: black;
opacity: 0.25;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
color: black;
opacity: 0.75;
} .ui-pnotify {
top: 0;
right: 0;
}
.admin-bar .ui-pnotify {
top: 32px !important;
}
.ui-pnotify-container {
border: 0;
color: #fff;
text-align: center;
}
.ui-pnotify-container.alert-warning {
background: #121717;
}
.ui-pnotify-container.alert-danger {
background: #e95b35;
}
.ui-pnotify-container.alert-success {
background: #000000;
}
.leaflet-image-layer,
.leaflet-layer,
.leaflet-map-pane,
.leaflet-marker-icon,
.leaflet-marker-pane,
.leaflet-marker-shadow {
position: absolute;
left: 0;
top: 0;
}
.leaflet-overlay-pane {
position: absolute;
left: 0;
top: 0;
}
.leaflet-overlay-pane svg {
position: absolute;
left: 0;
top: 0;
}
.leaflet-popup-pane,
.leaflet-shadow-pane,
.leaflet-tile,
.leaflet-tile-container,
.leaflet-tile-pane,
.leaflet-zoom-box {
position: absolute;
left: 0;
top: 0;
}
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-user-drag: none;
}
.c3 text,
.leaflet-overlay-pane svg {
-moz-user-select: 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-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(#default#VML);
display: inline-block;
position: absolute;
}
.leaflet-control {
position: relative;
z-index: 7;
pointer-events: auto;
float: left;
clear: both;
}
.leaflet-bottom {
position: absolute;
z-index: 1000;
pointer-events: none;
}
.leaflet-top {
position: absolute;
z-index: 1000;
pointer-events: none;
top: 0;
}
.leaflet-right {
right: 0;
}
.leaflet-bottom {
bottom: 0;
}
.leaflet-left {
left: 0;
}
.leaflet-right .leaflet-control {
float: right;
margin-right: 10px;
}
.leaflet-top .leaflet-control {
margin-top: 10px;
}
.leaflet-bottom .leaflet-control {
margin-bottom: 10px;
}
.leaflet-left .leaflet-control {
margin-left: 10px;
}
.leaflet-fade-anim .leaflet-popup,
.leaflet-fade-anim .leaflet-tile {
opacity: 0;
-webkit-transition: opacity .2s linear;
transition: opacity 0.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 0.25s cubic-bezier(0, 0, 0.25, 1);
transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1);
}
.leaflet-pan-anim .leaflet-tile,
.leaflet-touching .leaflet-zoom-animated {
-webkit-transition: none;
transition: none;
}
.leaflet-zoom-anim .leaflet-tile {
-webkit-transition: none;
transition: none;
}
.leaflet-zoom-anim .leaflet-zoom-hide {
visibility: hidden;
}
.leaflet-container {
overflow: hidden;
-ms-touch-action: none;
cursor: -webkit-grab;
cursor: -moz-grab;
background: #ddd;
outline: 0;
font: 8px "Helvetica Neue", Arial, Helvetica, sans-serif;
}
.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 a {
color: #0078A8;
}
.leaflet-container a.leaflet-active {
outline: orange solid 2px;
}
.leaflet-zoom-box {
border: 2px dotted #38f;
background: rgba(255, 255, 255, 0.5);
}
.leaflet-bar {
-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
border-radius: 4px;
}
.leaflet-bar a {
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;
background-position: 50% 50%;
background-repeat: no-repeat;
display: block;
}
.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-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 {
font: 700 18px 'Lucida Console',Monaco,monospace;
text-indent: 1px;
}
.leaflet-control-zoom-out {
font: 700 18px 'Lucida Console',Monaco,monospace;
text-indent: 1px;
font-size: 20px;
}
.leaflet-touch .leaflet-control-zoom-in {
font-size: 22px;
}
.leaflet-touch .leaflet-control-zoom-out {
font-size: 24px;
}
.leaflet-control-layers {
-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
background: #fff;
border-radius: 5px;
}
.leaflet-control-layers-toggle {
background-image: url(//www.flowrealproperty.be/wp-content/cache/cf47rs/images/layers.png);
width: 36px;
height: 36px;
}
.leaflet-retina .leaflet-control-layers-toggle {
background-image: url(//www.flowrealproperty.be/wp-content/cache/cf47rs/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 {
display: none;
}
.leaflet-control-layers-expanded {
padding: 6px 10px 6px 6px;
color: #333;
background: #fff;
}
.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-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, 0.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;
-webkit-box-sizing: content-box;
box-sizing: content-box;
background: #fff;
background: rgba(255, 255, 255, 0.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 {
-webkit-box-shadow: none;
box-shadow: none;
}
.leaflet-touch .leaflet-bar,
.leaflet-touch .leaflet-control-layers {
border: 2px solid rgba(0, 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);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
background: #fff;
-webkit-box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
box-shadow: 0 3px 14px rgba(0, 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-draw-section {
position: relative;
}
.leaflet-draw-toolbar {
margin-top: 12px;
}
.leaflet-draw-actions-bottom,
.leaflet-draw-toolbar-top {
margin-top: 0;
}
.leaflet-draw-toolbar-notop a:first-child {
border-top-right-radius: 0;
}
.leaflet-draw-toolbar-nobottom a:last-child {
border-bottom-right-radius: 0;
}
.leaflet-draw-toolbar a {
background-image: url(//www.flowrealproperty.be/wp-content/cache/cf47rs/images/spritesheet.png);
background-repeat: no-repeat;
}
.leaflet-retina .leaflet-draw-toolbar a {
background-image: url(//www.flowrealproperty.be/wp-content/cache/cf47rs/images/spritesheet-2x.png);
background-size: 270px 30px;
}
.leaflet-draw a {
display: block;
text-align: center;
text-decoration: none;
}
.leaflet-draw-actions {
display: none;
list-style: none;
margin: 0;
padding: 0;
position: absolute;
left: 26px;
top: 0;
white-space: nowrap;
}
.leaflet-right .leaflet-draw-actions {
right: 26px;
left: auto;
}
.leaflet-draw-actions li {
display: inline-block;
}
.leaflet-draw-actions li:first-child a {
border-left: none;
}
.leaflet-draw-actions li:last-child a {
border-radius: 0 4px 4px 0;
}
.leaflet-right .leaflet-draw-actions li:last-child a {
border-radius: 0;
}
.leaflet-right .leaflet-draw-actions li:first-child a {
border-radius: 4px 0 0 4px;
}
.leaflet-draw-actions a {
background-color: #919187;
border-left: 1px solid #AAA;
color: #FFF;
font: 11px/19px "Helvetica Neue",Arial,Helvetica,sans-serif;
line-height: 28px;
text-decoration: none;
padding-left: 10px;
padding-right: 10px;
height: 28px;
}
.leaflet-draw-actions-top {
margin-top: 1px;
}
.leaflet-draw-actions-bottom a,
.leaflet-draw-actions-top a {
height: 27px;
line-height: 27px;
}
.leaflet-draw-actions a:hover {
background-color: #A0A098;
}
.leaflet-draw-actions-top.leaflet-draw-actions-bottom a {
height: 26px;
line-height: 26px;
}
.leaflet-draw-toolbar .leaflet-draw-draw-polyline {
background-position: -2px -2px;
}
.leaflet-draw-toolbar .leaflet-draw-draw-polygon {
background-position: -31px -2px;
}
.leaflet-draw-toolbar .leaflet-draw-draw-rectangle {
background-position: -62px -2px;
}
.leaflet-draw-toolbar .leaflet-draw-draw-circle {
background-position: -92px -2px;
}
.leaflet-draw-toolbar .leaflet-draw-draw-marker {
background-position: -122px -2px;
}
.leaflet-draw-toolbar .leaflet-draw-edit-edit {
background-position: -152px -2px;
}
.leaflet-draw-toolbar .leaflet-draw-edit-remove {
background-position: -182px -2px;
}
.leaflet-draw-toolbar .leaflet-draw-edit-edit.leaflet-disabled {
background-position: -212px -2px;
}
.leaflet-draw-toolbar .leaflet-draw-edit-remove.leaflet-disabled {
background-position: -242px -2px;
}
.leaflet-mouse-marker {
background-color: #fff;
cursor: crosshair;
}
.leaflet-draw-tooltip {
background: #363636;
background: rgba(0, 0, 0, 0.5);
border: 1px solid transparent;
border-radius: 4px;
color: #fff;
font: 12px/18px "Helvetica Neue",Arial,Helvetica,sans-serif;
margin-left: 20px;
margin-top: -21px;
padding: 4px 8px;
position: absolute;
visibility: hidden;
white-space: nowrap;
z-index: 6;
}
.leaflet-draw-tooltip:before {
border-right: 6px solid #000;
border-right-color: rgba(0, 0, 0, 0.5);
border-top: 6px solid transparent;
border-bottom: 6px solid transparent;
content: "";
position: absolute;
top: 7px;
left: -7px;
}
.leaflet-error-draw-tooltip {
background-color: #F2DEDE;
border: 1px solid #E6B6BD;
color: #B94A48;
}
.leaflet-error-draw-tooltip:before {
border-right-color: #E6B6BD;
}
.leaflet-draw-tooltip-single {
margin-top: -12px;
}
.leaflet-draw-tooltip-subtext {
color: #f8d5e4;
}
.leaflet-draw-guide-dash {
font-size: 1%;
opacity: .6;
position: absolute;
width: 5px;
height: 5px;
}
.leaflet-edit-marker-selected {
background: rgba(254, 87, 161, 0.1);
border: 4px dashed rgba(254, 87, 161, 0.6);
border-radius: 4px;
}
.leaflet-edit-move {
cursor: move;
}
.leaflet-edit-resize {
cursor: pointer;
}
.leaflet-oldie .leaflet-draw-toolbar {
border: 3px solid #999;
}
.leaflet-oldie .leaflet-draw-toolbar a {
background-color: #eee;
}
.leaflet-oldie .leaflet-draw-toolbar a:hover {
background-color: #fff;
}
.leaflet-oldie .leaflet-draw-actions {
left: 32px;
margin-top: 3px;
}
.leaflet-oldie .leaflet-draw-actions li {
display: inline;
zoom: 1;
}
.leaflet-oldie .leaflet-edit-marker-selected {
border: 4px dashed #fe93c2;
}
.leaflet-oldie .leaflet-draw-actions a {
background-color: #999;
}
.leaflet-oldie .leaflet-draw-actions a:hover {
background-color: #a5a5a5;
}
.leaflet-oldie .leaflet-draw-actions-top a {
margin-top: 1px;
}
.leaflet-oldie .leaflet-draw-actions-bottom a {
height: 28px;
line-height: 28px;
}
.leaflet-oldie .leaflet-draw-actions-top.leaflet-draw-actions-bottom a {
height: 27px;
line-height: 27px;
}
#ihf-main-container .leaflet-popup {
width: 330px;
}
#ihf-main-container .leaflet-popup-content {
width: auto !important;
margin: 0;
}
#ihf-main-container .leaflet-bottom,
#ihf-main-container .leaflet-top {
z-index: 80;
}
#ihf-main-container .leaflet-control-container a:active,
#ihf-main-container .leaflet-control-container a:hover {
text-decoration: none;
}
#ihf-main-container a.leaflet-popup-close-button:active,
#ihf-main-container a.leaflet-popup-close-button:hover {
text-decoration: none;
}
#ihf-main-container .leaflet-marker-icon {
background: 0 0;
border: none;
}
#ihf-main-container .leaflet-marker-icon.leaflet-editing-icon {
background: #fff;
border: 1px solid #666;
}
#ihf-main-container .leaflet-popup-content-wrapper {
padding: 10px;
border-radius: 5px;
overflow: hidden;
}
#ihf-main-container .leaflet-cluster-anim .leaflet-marker-icon,
#ihf-main-container .leaflet-cluster-anim .leaflet-marker-shadow {
-webkit-transition: -webkit-transform .3s ease-out,opacity .3s ease-in;
transition: transform 0.3s ease-out, opacity 0.3s ease-in;
}
#ihf-main-container .marker-cluster div {
display: none;
}
#ihf-main-container .marker-cluster-small {
width: 50px !important;
height: 50px !important;
background-image: url(//www.idxre.com/idx/images/mapcount_bg5_blue.png);
}
#ihf-main-container .marker-cluster-large,
#ihf-main-container .marker-cluster-medium {
width: 64px !important;
height: 63px !important;
background-image: url(//www.idxre.com/idx/images/mapcount_bg6_blue.png);
}
#ihf-main-container .leaflet-control-layers-base label {
display: block !important;
}
@media (max-width: 480px) {
#ihf-main-container .leaflet-popup {
width: 200px;
}
}
@media (max-width: 768px) {
#ihf-main-container .leaflet-control-zoom {
visibility: hidden;
}
}
.leaflet-popup-tip {
display: none;
} #colorbox,
#cboxOverlay {
position: absolute;
top: 0;
left: 0;
z-index: 9999;
overflow: hidden;
}
#cboxWrapper {
position: absolute;
top: 0;
left: 0;
z-index: 9999;
overflow: hidden;
max-width: none;
}
#cboxOverlay {
position: fixed;
width: 100%;
height: 100%;
}
#cboxMiddleLeft,
#cboxBottomLeft {
clear: left;
}
#cboxContent {
position: relative;
}
#cboxLoadedContent {
overflow: auto;
-webkit-overflow-scrolling: touch;
}
#cboxTitle {
margin: 0;
}
#cboxLoadingOverlay,
#cboxLoadingGraphic {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
cursor: pointer;
}
.cboxPhoto {
float: left;
margin: auto;
border: 0;
display: block;
max-width: none;
-ms-interpolation-mode: bicubic;
}
.cboxIframe {
width: 100%;
height: 100%;
display: block;
border: 0;
padding: 0;
margin: 0;
}
#colorbox,
#cboxContent,
#cboxLoadedContent {
box-sizing: content-box;
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
} #cboxOverlay {
background: #fff;
opacity: 0.9;
filter: alpha(opacity=90);
}
#colorbox {
outline: 0;
}
#cboxContent {
overflow: visible;
}
.cboxIframe {
background: #fff;
}
#cboxError {
padding: 50px;
border: 1px solid #ccc;
}
#cboxLoadingGraphic {
background: url(//www.flowrealproperty.be/hosting/2324-flow/wp-content/themes/realtyspace/public/img/loading.gif) no-repeat center center;
}
#cboxTitle {
position: absolute;
top: -22px;
left: 0;
color: #000;
}
#cboxCurrent {
position: absolute;
top: -22px;
right: 205px;
text-indent: -9999px;
} #cboxPrevious,
#cboxNext,
#cboxSlideshow,
#cboxClose {
border: 0;
padding: 0;
margin: 0;
overflow: visible;
text-indent: -9999px;
position: absolute;
top: -20px;
height: 30px;
width: 30px;
background: url(//www.flowrealproperty.be/hosting/2324-flow/wp-content/themes/realtyspace/public/img/controls.png) no-repeat 0 0;
} #cboxPrevious,
#cboxNext,
#cboxSlideshow,
#cboxClose {
outline: 0;
}
#cboxPrevious {
right: 44px;
background-position: 3px 5px;
top: 0;
background-color: #fff;
}
#cboxPrevious:hover {
background-position: 3px -20px;
}
#cboxNext {
background-position: -20px 5px;
right: 0;
top: 0;
background-color: #fff;
}
#cboxNext:hover {
background-position: -20px -20px;
}
#cboxClose {
background-position: -50px 0;
left: 10px;
top: 10px;
-webkit-box-shadow: rgba(0, 0, 0, 0.298039) 0px 1px 4px -1px;
box-shadow: rgba(0, 0, 0, 0.298039) 0px 1px 4px -1px;
}
#cboxClose:hover {
background-position: -50px -25px;
}
.cboxSlideshow_on #cboxPrevious,
.cboxSlideshow_off #cboxPrevious {
right: 66px;
}
.cboxSlideshow_on #cboxSlideshow {
background-position: -75px -25px;
right: 44px;
}
.cboxSlideshow_on #cboxSlideshow:hover {
background-position: -100px -25px;
}
.cboxSlideshow_off #cboxSlideshow {
background-position: -100px 0;
right: 44px;
}
.cboxSlideshow_off #cboxSlideshow:hover {
background-position: -75px -25px;
}
#cboxClose {
z-index: 100;
padding: 15px;
background-position: -46px 5px;
background-color: #fff;
}
#cboxClose:hover {
background-position: -46px -20px;
}
progress::-webkit-progress-value {
background: #000000;
}
progress {
color: #000000;
}
progress::-moz-progress-bar {
background: #000000;
}
.plyr input[type=range]:focus,
.plyr:focus {
outline: 0;
}
.plyr .plyr__video-embed iframe {
pointer-events: none;
}
.plyr__tooltip {
pointer-events: none;
}
@-webkit-keyframes plyr-progress {
to {
background-position: 25px 0;
}
}
@keyframes plyr-progress {
to {
background-position: 25px 0;
}
}
.plyr {
position: relative;
max-width: 100%;
min-width: 200px;
font-family: Avenir,'Avenir Next','Helvetica Neue','Segoe UI',Helvetica,Arial,sans-serif;
direction: ltr;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.plyr *,
.plyr ::after,
.plyr ::before {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.plyr a,
.plyr button,
.plyr input,
.plyr label {
-ms-touch-action: manipulation;
touch-action: manipulation;
}
.plyr audio,
.plyr video {
width: 100%;
height: auto;
vertical-align: middle;
border-radius: inherit;
}
.plyr input[type=range] {
display: block;
height: 20px;
width: 100%;
margin: 0;
padding: 0;
vertical-align: middle;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
cursor: pointer;
border: none;
background: 0 0;
}
.plyr input[type=range]::-webkit-slider-runnable-track {
height: 8px;
background: 0 0;
border: 0;
border-radius: 4px;
-webkit-user-select: none;
user-select: none;
}
.plyr input[type=range]::-webkit-slider-thumb {
-webkit-appearance: none;
margin-top: -4px;
position: relative;
height: 16px;
width: 16px;
background: #fff;
border: 2px solid transparent;
border-radius: 100%;
-webkit-transition: background .2s ease,border .2s ease,-webkit-transform .2s ease;
transition: background .2s ease,border .2s ease,transform .2s ease;
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.15);
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.15);
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.plyr input[type=range]::-moz-range-track {
height: 8px;
background: 0 0;
border: 0;
border-radius: 4px;
-moz-user-select: none;
user-select: none;
}
.plyr input[type=range]::-moz-range-thumb {
position: relative;
height: 16px;
width: 16px;
background: #fff;
border: 2px solid transparent;
border-radius: 100%;
transition: background .2s ease,border .2s ease,transform .2s ease;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.15);
box-sizing: border-box;
}
.plyr input[type=range]::-ms-track {
height: 8px;
background: 0 0;
border: 0;
color: transparent;
}
.plyr input[type=range]::-ms-fill-upper {
height: 8px;
background: 0 0;
border: 0;
border-radius: 4px;
-ms-user-select: none;
user-select: none;
}
.plyr input[type=range]::-ms-fill-lower {
height: 8px;
border: 0;
border-radius: 4px;
-ms-user-select: none;
user-select: none;
background: #000000;
}
.plyr input[type=range]::-ms-thumb {
position: relative;
height: 16px;
width: 16px;
background: #fff;
border: 2px solid transparent;
border-radius: 100%;
transition: background .2s ease,border .2s ease,transform .2s ease;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.15);
box-sizing: border-box;
margin-top: 0;
}
.plyr input[type=range]::-ms-tooltip {
display: none;
}
.plyr input[type=range]::-moz-focus-outer {
border: 0;
}
.plyr input[type=range].tab-focus:focus {
outline-offset: 3px;
}
.plyr input[type=range]:active::-webkit-slider-thumb,
.plyr input[type=range]:active::-moz-range-thumb,
.plyr input[type=range]:active::-ms-thumb {
background: #000000;
border-color: #fff;
-webkit-transform: scale(1.25);
transform: scale(1.25);
}
.plyr--video input[type=range].tab-focus:focus {
outline: rgba(255, 255, 255, 0.5) dotted 1px;
}
.plyr--audio input[type=range].tab-focus:focus {
outline: rgba(86, 93, 100, 0.5) dotted 1px;
}
.plyr__sr-only {
clip: rect(1px, 1px, 1px, 1px);
overflow: hidden;
position: absolute !important;
padding: 0 !important;
border: 0 !important;
height: 1px !important;
width: 1px !important;
}
.plyr__video-wrapper {
position: relative;
background: #000;
border-radius: inherit;
}
.plyr__video-embed {
padding-bottom: 56.25%;
height: 0;
border-radius: inherit;
overflow: hidden;
z-index: 0;
}
.plyr__video-embed iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border: 0;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.plyr__video-embed > div {
position: relative;
padding-bottom: 200%;
-webkit-transform: translateY(-35.95%);
-ms-transform: translateY(-35.95%);
transform: translateY(-35.95%);
}
.plyr video::-webkit-media-text-track-container {
display: none;
}
.plyr__captions {
display: none;
position: absolute;
bottom: 0;
left: 0;
width: 100%;
padding: 20px;
-webkit-transform: translateY(-40px);
-ms-transform: translateY(-40px);
transform: translateY(-40px);
-webkit-transition: -webkit-transform .3s ease;
transition: transform .3s ease;
color: #fff;
font-size: 16px;
text-align: center;
font-weight: 400;
}
.plyr__captions span {
border-radius: 2px;
padding: 3px 10px;
background: rgba(0, 0, 0, 0.7);
-webkit-box-decoration-break: clone;
box-decoration-break: clone;
line-height: 150%;
}
.plyr__captions span:empty {
display: none;
}
@media (min-width: 768px) {
.plyr__captions {
font-size: 24px;
}
}
.plyr--captions-active .plyr__captions {
display: block;
}
.plyr--hide-controls .plyr__captions {
-webkit-transform: translateY(-15px);
-ms-transform: translateY(-15px);
transform: translateY(-15px);
}
@media (min-width: 1024px) {
.plyr--fullscreen-active .plyr__captions {
font-size: 32px;
}
}
.plyr ::-webkit-media-controls {
display: none;
}
.plyr__controls {
display: -ms-flexbox;
display: -webkit-box;
display: flex;
-ms-flex-align: center;
-webkit-box-align: center;
align-items: center;
line-height: 1;
text-align: center;
}
.plyr__controls .plyr__progress,
.plyr__controls .plyr__time,
.plyr__controls > button {
margin-left: 5px;
}
.plyr__controls .plyr__progress:first-child,
.plyr__controls .plyr__time:first-child,
.plyr__controls > button:first-child {
margin-left: 0;
}
.plyr__controls .plyr__volume {
margin-left: 5px;
}
.plyr__controls [data-plyr=pause] {
margin-left: 0;
}
.plyr__controls button {
position: relative;
display: inline-block;
-ms-flex-negative: 0;
flex-shrink: 0;
overflow: visible;
vertical-align: middle;
padding: 7px;
border: 0;
background: 0 0;
border-radius: 3px;
cursor: pointer;
-webkit-transition: background .3s ease,color .3s ease,opacity .3s ease;
transition: background .3s ease,color .3s ease,opacity .3s ease;
color: inherit;
}
.plyr__controls button svg {
width: 18px;
height: 18px;
display: block;
fill: currentColor;
}
.plyr__controls button:focus {
outline: 0;
}
.plyr__controls .icon--captions-on,
.plyr__controls .icon--exit-fullscreen,
.plyr__controls .icon--muted {
display: none;
}
@media (min-width: 480px) {
.plyr__controls .plyr__progress,
.plyr__controls .plyr__time,
.plyr__controls > button {
margin-left: 10px;
}
}
.plyr--hide-controls .plyr__controls {
opacity: 0;
pointer-events: none;
}
.plyr--video .plyr__controls {
position: absolute;
left: 0;
right: 0;
bottom: 0;
z-index: 2;
padding: 50px 10px 10px;
background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.5)));
background: linear-gradient(transparent, rgba(0, 0, 0, 0.5));
border-bottom-left-radius: inherit;
border-bottom-right-radius: inherit;
color: #fff;
-webkit-transition: opacity .3s ease;
transition: opacity .3s ease;
}
.plyr--video .plyr__controls button.tab-focus:focus,
.plyr--video .plyr__controls button:hover {
background: #000000;
color: #fff;
}
.plyr--audio .plyr__controls {
padding: 10px;
border-radius: inherit;
background: #fff;
border: 1px solid #dbe3e8;
color: #565D64;
}
.plyr--audio .plyr__controls button.tab-focus:focus,
.plyr--audio .plyr__controls button:hover {
background: #000000;
color: #fff;
}
.plyr__play-large {
background: #000000;
color: #fff;
display: none;
position: absolute;
z-index: 1;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
padding: 10px;
border: 4px solid currentColor;
border-radius: 100%;
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
-webkit-transition: all .3s ease;
transition: all .3s ease;
}
.plyr__play-large svg {
position: relative;
left: 2px;
width: 20px;
height: 20px;
display: block;
fill: currentColor;
}
.plyr__play-large:focus {
outline: rgba(255, 255, 255, 0.5) dotted 1px;
}
.plyr .plyr__play-large {
display: inline-block;
}
.plyr--audio .plyr__play-large,
.plyr--playing .plyr__controls [data-plyr=play],
.plyr__controls [data-plyr=pause] {
display: none;
}
.plyr--playing .plyr__play-large {
opacity: 0;
visibility: hidden;
}
.plyr--playing .plyr__controls [data-plyr=pause] {
display: inline-block;
}
.plyr--captions-active .plyr__controls .icon--captions-on,
.plyr--fullscreen-active .icon--exit-fullscreen,
.plyr--muted .plyr__controls .icon--muted {
display: block;
}
.plyr [data-plyr=captions],
.plyr [data-plyr=fullscreen] {
display: none;
}
.plyr--captions-active .plyr__controls .icon--captions-on + svg,
.plyr--fullscreen-active .icon--exit-fullscreen + svg,
.plyr--muted .plyr__controls .icon--muted + svg {
display: none;
}
.plyr--captions-enabled [data-plyr=captions],
.plyr--fullscreen-enabled [data-plyr=fullscreen] {
display: inline-block;
}
.plyr__tooltip {
position: absolute;
z-index: 2;
bottom: 100%;
margin-bottom: 10px;
padding: 5px 7.5px;
opacity: 0;
background: rgba(0, 0, 0, 0.7);
border-radius: 3px;
color: #fff;
font-size: 14px;
line-height: 1.3;
-webkit-transform: translate(-50%, 10px) scale(0.8);
-ms-transform: translate(-50%, 10px) scale(0.8);
transform: translate(-50%, 10px) scale(0.8);
-webkit-transform-origin: 50% 100%;
-ms-transform-origin: 50% 100%;
transform-origin: 50% 100%;
-webkit-transition: -webkit-transform .2s .1s ease,opacity .2s .1s ease;
transition: transform .2s .1s ease,opacity .2s .1s ease;
}
.plyr__tooltip::before {
content: '';
position: absolute;
width: 0;
height: 0;
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
bottom: -4px;
border-right: 4px solid transparent;
border-top: 4px solid rgba(0, 0, 0, 0.7);
border-left: 4px solid transparent;
z-index: 2;
}
.plyr button.tab-focus:focus .plyr__tooltip,
.plyr button:hover .plyr__tooltip {
opacity: 1;
-webkit-transform: translate(-50%, 0) scale(1);
-ms-transform: translate(-50%, 0) scale(1);
transform: translate(-50%, 0) scale(1);
}
.plyr__tooltip--visible {
opacity: 1;
-webkit-transform: translate(-50%, 0) scale(1);
-ms-transform: translate(-50%, 0) scale(1);
transform: translate(-50%, 0) scale(1);
}
.plyr button:hover .plyr__tooltip {
z-index: 3;
}
.plyr__controls button:first-child .plyr__tooltip {
left: 0;
-webkit-transform: translate(0, 10px) scale(0.8);
-ms-transform: translate(0, 10px) scale(0.8);
transform: translate(0, 10px) scale(0.8);
-webkit-transform-origin: 0 100%;
-ms-transform-origin: 0 100%;
transform-origin: 0 100%;
}
.plyr__controls button:first-child .plyr__tooltip::before {
left: 16px;
}
.plyr__controls button:last-child .plyr__tooltip {
right: 0;
-webkit-transform: translate(0, 10px) scale(0.8);
-ms-transform: translate(0, 10px) scale(0.8);
transform: translate(0, 10px) scale(0.8);
-webkit-transform-origin: 100% 100%;
-ms-transform-origin: 100% 100%;
transform-origin: 100% 100%;
}
.plyr__controls button:last-child .plyr__tooltip::before {
left: auto;
right: 16px;
-webkit-transform: translateX(50%);
-ms-transform: translateX(50%);
transform: translateX(50%);
}
.plyr__controls button:first-child .plyr__tooltip--visible,
.plyr__controls button:first-child.tab-focus:focus .plyr__tooltip,
.plyr__controls button:first-child:hover .plyr__tooltip {
-webkit-transform: translate(0, 0) scale(1);
-ms-transform: translate(0, 0) scale(1);
transform: translate(0, 0) scale(1);
}
.plyr__controls button:last-child .plyr__tooltip--visible,
.plyr__controls button:last-child.tab-focus:focus .plyr__tooltip,
.plyr__controls button:last-child:hover .plyr__tooltip {
-webkit-transform: translate(0, 0) scale(1);
-ms-transform: translate(0, 0) scale(1);
transform: translate(0, 0) scale(1);
}
.plyr__progress {
position: relative;
display: none;
-ms-flex: 1;
-webkit-box-flex: 1;
flex: 1;
}
.plyr__progress input[type=range] {
position: relative;
z-index: 2;
}
.plyr__progress input[type=range]::-webkit-slider-runnable-track,
.plyr__progress input[type=range]::-moz-range-track,
.plyr__progress input[type=range]::-ms-fill-upper {
background: 0 0;
}
.plyr__progress .plyr__tooltip {
left: 0;
}
.plyr .plyr__progress {
display: inline-block;
}
.plyr__progress--buffer,
.plyr__progress--played,
.plyr__volume--display {
position: absolute;
left: 0;
top: 50%;
width: 100%;
height: 8px;
margin: -4px 0 0;
padding: 0;
vertical-align: top;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
border: none;
border-radius: 100px;
}
.plyr__progress--buffer::-webkit-progress-bar,
.plyr__progress--played::-webkit-progress-bar,
.plyr__volume--display::-webkit-progress-bar {
background: 0 0;
}
.plyr__progress--buffer::-webkit-progress-value,
.plyr__progress--played::-webkit-progress-value,
.plyr__volume--display::-webkit-progress-value,
.plyr__progress--buffer::-moz-progress-bar,
.plyr__progress--played::-moz-progress-bar,
.plyr__volume--display::-moz-progress-bar {
background: currentColor;
border-radius: 100px;
min-width: 8px;
}
.plyr__progress--buffer::-ms-fill,
.plyr__progress--played::-ms-fill,
.plyr__volume--display::-ms-fill {
border-radius: 100px;
}
.plyr__progress--played,
.plyr__volume--display {
z-index: 1;
color: #000000;
background: 0 0;
-webkit-transition: none;
transition: none;
}
.plyr__progress--played::-webkit-progress-value,
.plyr__volume--display::-webkit-progress-value,
.plyr__progress--played::-moz-progress-bar,
.plyr__volume--display::-moz-progress-bar {
min-width: 8px;
max-width: 99%;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
-webkit-transition: none;
transition: none;
}
.plyr__progress--played::-ms-fill,
.plyr__volume--display::-ms-fill {
display: none;
}
.plyr__progress--buffer::-webkit-progress-value,
.plyr__progress--buffer::-moz-progress-bar,
.plyr__progress--buffer::-ms-fill {
-webkit-transition: width .2s ease;
transition: width .2s ease;
}
.plyr--video .plyr__progress--buffer,
.plyr--video .plyr__volume--display {
background: rgba(255, 255, 255, 0.25);
}
.plyr--video .plyr__progress--buffer {
color: rgba(255, 255, 255, 0.25);
}
.plyr--audio .plyr__progress--buffer,
.plyr--audio .plyr__volume--display {
background: rgba(198, 214, 219, 0.66);
}
.plyr--audio .plyr__progress--buffer {
color: rgba(198, 214, 219, 0.66);
}
.plyr--loading .plyr__progress--buffer {
-webkit-animation: plyr-progress 1s linear infinite;
animation: plyr-progress 1s linear infinite;
background-size: 25px 25px;
background-repeat: repeat-x;
background-image: linear-gradient(-45deg, rgba(0, 0, 0, 0.15) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, 0.15) 50%, rgba(0, 0, 0, 0.15) 75%, transparent 75%, transparent);
color: transparent;
}
.plyr--video.plyr--loading .plyr__progress--buffer {
background-color: rgba(255, 255, 255, 0.25);
}
.plyr--audio.plyr--loading .plyr__progress--buffer {
background-color: rgba(198, 214, 219, 0.66);
}
.plyr__time {
display: inline-block;
vertical-align: middle;
font-size: 14px;
}
.plyr__time + .plyr__time {
display: none;
}
.plyr__time + .plyr__time::before {
content: '\2044';
margin-right: 10px;
}
@media (min-width: 768px) {
.plyr__time + .plyr__time {
display: inline-block;
}
}
.plyr__volume {
display: none;
}
.plyr .plyr__volume {
-ms-flex: 1;
-webkit-box-flex: 1;
flex: 1;
position: relative;
}
.plyr .plyr__volume input[type=range] {
position: relative;
z-index: 2;
}
@media (min-width: 480px) {
.plyr .plyr__volume {
display: block;
max-width: 60px;
}
}
@media (min-width: 768px) {
.plyr .plyr__volume {
max-width: 100px;
}
}
.plyr--is-ios .plyr__volume,
.plyr--is-ios [data-plyr=mute] {
display: none !important;
}
.plyr--fullscreen-active {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
height: 100%;
width: 100%;
z-index: 10000000;
background: #000;
border-radius: 0 !important;
}
.plyr--fullscreen-active video {
height: 100%;
}
.plyr--fullscreen-active .plyr__video-wrapper {
height: 100%;
width: 100%;
}
.plyr--fullscreen-active .plyr__video-embed {
overflow: visible;
}
.plyr--fullscreen-active .plyr__controls {
position: absolute;
bottom: 0;
left: 0;
right: 0;
}
.plyr--fullscreen-active.plyr--vimeo .plyr__video-wrapper {
height: 0;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}    .pswp {
display: none;
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
overflow: hidden;
-ms-touch-action: none;
touch-action: none;
z-index: 1500;
-webkit-text-size-adjust: 100%; -webkit-backface-visibility: hidden;
outline: none;
}
.pswp * {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.pswp img {
max-width: none;
} .pswp--animate_opacity { opacity: 0.001;
will-change: opacity; -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.pswp--open {
display: block;
}
.pswp--zoom-allowed .pswp__img { cursor: -webkit-zoom-in;
cursor: -moz-zoom-in;
cursor: zoom-in;
}
.pswp--zoomed-in .pswp__img { cursor: -webkit-grab;
cursor: -moz-grab;
cursor: grab;
}
.pswp--dragging .pswp__img { cursor: -webkit-grabbing;
cursor: -moz-grabbing;
cursor: grabbing;
} .pswp__bg {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background: #000;
opacity: 0;
-webkit-backface-visibility: hidden;
will-change: opacity;
}
.pswp__scroll-wrap {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
overflow: hidden;
}
.pswp__container,
.pswp__zoom-wrap {
-ms-touch-action: none;
touch-action: none;
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
} .pswp__container,
.pswp__img {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-tap-highlight-color: transparent;
-webkit-touch-callout: none;
}
.pswp__zoom-wrap {
position: absolute;
width: 100%;
-webkit-transform-origin: left top;
-ms-transform-origin: left top;
transform-origin: left top; -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.pswp__bg {
will-change: opacity; -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
-webkit-transition: none;
transition: none;
}
.pswp__container,
.pswp__zoom-wrap {
-webkit-backface-visibility: hidden;
will-change: transform;
}
.pswp__item {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
overflow: hidden;
}
.pswp__img {
position: absolute;
width: auto;
height: auto;
top: 0;
left: 0;
-webkit-transition: opacity 0.15s;
transition: opacity 0.15s;
} .pswp__img--placeholder {
-webkit-backface-visibility: hidden;
} .pswp__img--placeholder--blank {
background: #f2f2f2;
}
.pswp--ie .pswp__img {
width: 100% !important;
height: auto !important;
left: 0;
top: 0;
} .pswp__error-msg {
position: absolute;
left: 0;
top: 50%;
width: 100%;
text-align: center;
font-size: 14px;
line-height: 16px;
margin-top: -8px;
color: #CCC;
}
.pswp__error-msg a {
color: #CCC;
text-decoration: underline;
}
.pswp__button {
width: 44px;
height: 44px;
position: relative;
background: none;
cursor: pointer;
overflow: visible;
-webkit-appearance: none;
display: block;
border: 0;
padding: 0;
margin: 0;
float: right;
opacity: 0.75;
-webkit-transition: opacity 0.2s;
transition: opacity 0.2s;
-webkit-box-shadow: none;
box-shadow: none;
}
.pswp__button:focus,
.pswp__button:hover {
opacity: 1;
}
.pswp__button:active {
outline: none;
opacity: 0.9;
}
.pswp__button::-moz-focus-inner {
padding: 0;
border: 0;
} .pswp__ui--over-close .pswp__button--close {
opacity: 1;
}
.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
background: url(//www.flowrealproperty.be/hosting/2324-flow/wp-content/themes/realtyspace/public/img/default-skin.svg) 0 0 no-repeat;
background-size: 264px 88px;
width: 44px;
height: 44px;
}
@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (min-resolution: 105dpi), (min-resolution: 1.1dppx) { .pswp--svg .pswp__button,
.pswp--svg .pswp__button--arrow--left:before,
.pswp--svg .pswp__button--arrow--right:before {
background-image: url(//www.flowrealproperty.be/hosting/2324-flow/wp-content/themes/realtyspace/public/img/default-skin.svg);
}
.pswp--svg .pswp__button--arrow--left,
.pswp--svg .pswp__button--arrow--right {
background: none;
}
}
.pswp__button--close {
background-position: 0 -44px;
}
.pswp__button--share {
background-position: -44px -44px;
}
.pswp__button--fs {
display: none;
}
.pswp--supports-fs .pswp__button--fs {
display: block;
}
.pswp--fs .pswp__button--fs {
background-position: -44px 0;
}
.pswp__button--zoom {
display: none;
background-position: -88px 0;
}
.pswp--zoom-allowed .pswp__button--zoom {
display: block;
}
.pswp--zoomed-in .pswp__button--zoom {
background-position: -132px 0;
} .pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
visibility: hidden;
} .pswp__button--arrow--left,
.pswp__button--arrow--right {
background: none;
top: 50%;
margin-top: -50px;
width: 70px;
height: 100px;
position: absolute;
}
.pswp__button--arrow--left {
left: 0;
}
.pswp__button--arrow--right {
right: 0;
}
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
content: '';
top: 35px;
background-color: rgba(0, 0, 0, 0.3);
height: 30px;
width: 32px;
position: absolute;
}
.pswp__button--arrow--left:before {
left: 6px;
background-position: -138px -44px;
}
.pswp__button--arrow--right:before {
right: 6px;
background-position: -94px -44px;
} .pswp__counter {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.pswp__share-modal {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
display: block;
background: rgba(0, 0, 0, 0.5);
width: 100%;
height: 100%;
top: 0;
left: 0;
padding: 10px;
position: absolute;
z-index: 1600;
opacity: 0;
-webkit-transition: opacity 0.25s ease-out;
transition: opacity 0.25s ease-out;
-webkit-backface-visibility: hidden;
will-change: opacity;
}
.pswp__share-modal--hidden {
display: none;
}
.pswp__share-tooltip {
z-index: 1620;
position: absolute;
background: #FFF;
top: 56px;
border-radius: 2px;
display: block;
width: auto;
right: 44px;
-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
-webkit-transform: translateY(6px);
-ms-transform: translateY(6px);
transform: translateY(6px);
-webkit-transition: -webkit-transform 0.25s;
transition: transform 0.25s;
-webkit-backface-visibility: hidden;
will-change: transform;
}
.pswp__share-tooltip a {
display: block;
padding: 8px 12px;
color: #000;
text-decoration: none;
font-size: 14px;
line-height: 18px;
}
.pswp__share-tooltip a:hover {
text-decoration: none;
color: #000;
}
.pswp__share-tooltip a:first-child { border-radius: 2px 2px 0 0;
}
.pswp__share-tooltip a:last-child {
border-radius: 0 0 2px 2px;
}
.pswp__share-modal--fade-in {
opacity: 1;
}
.pswp__share-modal--fade-in .pswp__share-tooltip {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
} .pswp--touch .pswp__share-tooltip a {
padding: 16px 12px;
}
a.pswp__share--facebook:before {
content: '';
display: block;
width: 0;
height: 0;
position: absolute;
top: -12px;
right: 15px;
border: 6px solid transparent;
border-bottom-color: #FFF;
-webkit-pointer-events: none;
-moz-pointer-events: none;
pointer-events: none;
}
a.pswp__share--facebook:hover {
background: #3E5C9A;
color: #FFF;
}
a.pswp__share--facebook:hover:before {
border-bottom-color: #3E5C9A;
}
a.pswp__share--twitter:hover {
background: #55ACEE;
color: #FFF;
}
a.pswp__share--pinterest:hover {
background: #CCC;
color: #CE272D;
}
a.pswp__share--download:hover {
background: #DDD;
} .pswp__counter {
position: absolute;
left: 0;
top: 0;
height: 44px;
font-size: 13px;
line-height: 44px;
color: #FFF;
opacity: 0.75;
padding: 0 10px;
} .pswp__caption {
position: absolute;
left: 0;
bottom: 0;
width: 100%;
min-height: 44px;
}
.pswp__caption small {
font-size: 11px;
color: #BBB;
}
.pswp__caption__center {
text-align: left;
max-width: 420px;
margin: 0 auto;
font-size: 13px;
padding: 10px;
line-height: 20px;
color: #CCC;
}
.pswp__caption--empty {
display: none;
} .pswp__caption--fake {
visibility: hidden;
} .pswp__preloader {
width: 44px;
height: 44px;
position: absolute;
top: 0;
left: 50%;
margin-left: -22px;
opacity: 0;
-webkit-transition: opacity 0.25s ease-out;
transition: opacity 0.25s ease-out;
will-change: opacity;
direction: ltr;
}
.pswp__preloader__icn {
width: 20px;
height: 20px;
margin: 12px;
}
.pswp__preloader--active {
opacity: 1;
}
.pswp__preloader--active .pswp__preloader__icn { background: url(//www.flowrealproperty.be/hosting/2324-flow/wp-content/themes/realtyspace/public/img/preloader.gif) 0 0 no-repeat;
}
.pswp--css_animation .pswp__preloader--active {
opacity: 1;
}
.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
-webkit-animation: clockwise 500ms linear infinite;
animation: clockwise 500ms linear infinite;
}
.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
-webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
}
.pswp--css_animation .pswp__preloader__icn {
background: none;
opacity: 0.75;
width: 14px;
height: 14px;
position: absolute;
left: 15px;
top: 15px;
margin: 0;
}
.pswp--css_animation .pswp__preloader__cut { position: relative;
width: 7px;
height: 14px;
overflow: hidden;
}
.pswp--css_animation .pswp__preloader__donut {
-webkit-box-sizing: border-box;
box-sizing: border-box;
width: 14px;
height: 14px;
border: 2px solid #FFF;
border-radius: 50%;
border-left-color: transparent;
border-bottom-color: transparent;
position: absolute;
top: 0;
left: 0;
background: none;
margin: 0;
}
@media screen and (max-width: 1024px) {
.pswp__preloader {
position: relative;
left: auto;
top: auto;
margin: 0;
float: right;
}
}
@-webkit-keyframes clockwise {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes clockwise {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@-webkit-keyframes donut-rotate {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
50% {
-webkit-transform: rotate(-140deg);
transform: rotate(-140deg);
}
100% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
}
@keyframes donut-rotate {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
50% {
-webkit-transform: rotate(-140deg);
transform: rotate(-140deg);
}
100% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
}  .pswp__ui {
-webkit-font-smoothing: auto;
visibility: visible;
opacity: 1;
z-index: 1550;
} .pswp__top-bar {
position: absolute;
left: 0;
top: 0;
height: 44px;
width: 100%;
}
.pswp__caption,
.pswp__top-bar {
-webkit-backface-visibility: hidden;
will-change: opacity;
-webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
-webkit-backface-visibility: hidden;
will-change: opacity;
-webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
visibility: visible;
} .pswp__top-bar,
.pswp__caption {
background-color: rgba(0, 0, 0, 0.5);
} .pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
background-color: rgba(0, 0, 0, 0.3);
} .pswp__ui--idle .pswp__top-bar,
.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
opacity: 0;
} .pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right { opacity: 0.001;
} .pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
display: none;
}
.pswp__element--disabled {
display: none !important;
}
.pswp--minimal--dark .pswp__top-bar {
background: none;
}   .daterangepicker {
position: absolute;
background: #fff;
top: 100px;
left: 20px;
padding: 50px 50px 40px;
margin-top: 0;
width: 278px;
border: none;
-webkit-box-shadow: none;
box-shadow: none;
font-size: 15px;
}
@media (max-width: 767px) {
.daterangepicker {
padding: 15px;
width: auto;
}
}
.daterangepicker.dropup {
margin-top: -5px;
}
.daterangepicker.dropup:before {
top: initial;
bottom: -7px;
border-bottom: initial;
border-top: 7px solid #ccc;
}
.daterangepicker.dropup:after {
top: initial;
bottom: -6px;
border-bottom: initial;
border-top: 6px solid #fff;
}
.daterangepicker.dropdown-menu {
max-width: none;
z-index: 3000;
}
@media (max-width: 767px) {
.daterangepicker.dropdown-menu {
right: 25px !important;
}
}
.daterangepicker.single .ranges,
.daterangepicker.single .calendar {
float: none;
}
.daterangepicker .calendar {
display: none;
}
.daterangepicker.show-calendar .calendar {
display: block;
}
.daterangepicker .calendar.single .calendar-table {
border: none;
}
.daterangepicker .calendar th,
.daterangepicker .calendar td {
white-space: nowrap;
text-align: center;
min-width: 40px;
}
@media (max-width: 767px) {
.daterangepicker .calendar th,
.daterangepicker .calendar td {
min-width: 30px;
}
}
.daterangepicker .calendar-table {
padding: 4px;
}
.daterangepicker table {
width: 100%;
margin: 0;
}
.daterangepicker thead {
border-bottom: 1px solid #d6d6d6;
}
.daterangepicker td,
.daterangepicker th {
text-align: center;
width: 40px;
height: 40px;
white-space: nowrap;
cursor: pointer;
}
@media (max-width: 767px) {
.daterangepicker td,
.daterangepicker th {
width: 30px;
height: 30px;
}
}
.daterangepicker td.off {
color: #999;
background: #fff;
}
.daterangepicker td.off.in-range,
.daterangepicker td.off.start-date,
.daterangepicker td.off.end-date {
color: #999;
background: #fff;
}
.daterangepicker td.disabled {
color: #999;
cursor: not-allowed;
text-decoration: line-through;
}
.daterangepicker option.disabled {
color: #999;
cursor: not-allowed;
text-decoration: line-through;
}
.daterangepicker td.available:hover,
.daterangepicker th.available:hover {
background: #eee;
}
.daterangepicker td.in-range {
background: #ebf4f8;
border-radius: 0;
}
.daterangepicker td.active {
background-color: #357ebd;
border-color: #3071a9;
color: #fff;
}
.daterangepicker td.active:hover {
background-color: #357ebd;
border-color: #3071a9;
color: #fff;
}
.daterangepicker td.week {
font-size: 80%;
color: #ccc;
}
.daterangepicker th.week {
font-size: 80%;
color: #ccc;
}
.daterangepicker select {
display: inline-block;
padding: 3px 6px;
border: 1px solid #d6d6d6;
}
.daterangepicker select.monthselect,
.daterangepicker select.yearselect {
font-size: 12px;
padding: 1px;
height: auto;
margin: 0;
cursor: default;
}
.daterangepicker select.monthselect {
margin-right: 2%;
width: 56%;
}
.daterangepicker select.yearselect {
width: 40%;
}
.daterangepicker select.hourselect,
.daterangepicker select.minuteselect,
.daterangepicker select.secondselect,
.daterangepicker select.ampmselect {
width: 70px;
margin-bottom: 0;
color: #121717;
margin-left: 10px;
}
@media (max-width: 767px) {
.daterangepicker select.hourselect,
.daterangepicker select.minuteselect,
.daterangepicker select.secondselect,
.daterangepicker select.ampmselect {
width: 55px;
margin-left: 0;
}
}
.daterangepicker select.ampmselect {
margin-left: 15px;
}
@media (max-width: 767px) {
.daterangepicker select.ampmselect {
margin-left: 8px;
}
}
.daterangepicker th.month {
width: auto;
font-size: 20px;
color: #000000;
font-weight: 600;
}
.daterangepicker .input-mini {
border: 1px solid #ccc;
border-radius: 4px;
color: #555;
display: block;
height: 30px;
line-height: 30px;
vertical-align: middle;
margin: 0 0 5px 0;
padding: 0 6px 0 28px;
width: 100%;
}
.daterangepicker .input-mini.active {
border: 1px solid #357ebd;
}
.daterangepicker .daterangepicker_input {
position: relative;
}
.daterangepicker .daterangepicker_input .input-mini {
display: none;
}
.daterangepicker .daterangepicker_input i {
position: absolute;
left: 8px;
top: 8px;
font-size: 20px;
color: #121717;
}
.daterangepicker .daterangepicker_input .fa-calendar {
display: none;
}
.daterangepicker .calendar-time {
text-align: center;
margin: 5px auto;
line-height: 30px;
position: relative;
padding-left: 28px;
color: #fff;
}
.daterangepicker .calendar-time select.disabled {
color: #ccc;
cursor: not-allowed;
}
.daterangepicker .ranges {
display: none;
font-size: 11px;
float: none;
margin: 4px;
text-align: left;
}
.daterangepicker .ranges ul {
list-style: none;
margin: 0 auto;
padding: 0;
width: 100%;
}
.daterangepicker .ranges li {
font-size: 13px;
background: #f5f5f5;
border: 1px solid #f5f5f5;
color: #08c;
padding: 3px 12px;
margin-bottom: 8px;
border-radius: 5px;
cursor: pointer;
}
.daterangepicker .ranges li.active,
.daterangepicker .ranges li:hover {
background: #08c;
border: 1px solid #08c;
color: #fff;
}     @media (min-width: 564px) {
.daterangepicker {
width: auto;
}
.daterangepicker .ranges ul {
width: 160px;
}
.daterangepicker.single .ranges ul {
width: 100%;
}
.daterangepicker .calendar.left .calendar-table {
border-right: none;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.daterangepicker .calendar.right .calendar-table {
border-left: none;
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.daterangepicker .calendar.left {
clear: left;
margin-right: 60px;
}
}
@media (min-width: 564px) and (max-width: 767px) {
.daterangepicker .calendar.left {
margin-right: 0;
}
}
@media (min-width: 564px) and (max-width: 767px) {
.daterangepicker .calendar {
margin: 0 auto !important;
width: 300px !important;
float: none !important;
}
}
@media (min-width: 564px) {
.daterangepicker.single .calendar.left {
clear: none;
margin-right: 0;
}
.daterangepicker.single .ranges,
.daterangepicker.single .calendar {
float: left;
}
.daterangepicker .calendar.right {
margin-left: 0;
}
.daterangepicker .left .daterangepicker_input,
.daterangepicker .calendar.left .calendar-table {
padding-right: 12px;
}
.daterangepicker .ranges,
.daterangepicker .calendar {
float: left;
}
}
@media (min-width: 730px) {
.daterangepicker .ranges {
width: auto;
float: left;
}
.daterangepicker .calendar.left {
clear: none;
}
} .dropzone,
.dropzone * {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.dropzone {
position: relative;
}
.dropzone .dz-preview {
position: relative;
display: inline-block;
width: 120px;
margin: 0.5em;
}
.dropzone .dz-preview .dz-progress {
display: block;
height: 15px;
border: 1px solid #aaa;
}
.dropzone .dz-preview .dz-progress .dz-upload {
display: block;
height: 100%;
width: 0;
background: green;
}
.dropzone .dz-preview .dz-error-message {
color: red;
display: none;
}
.dropzone .dz-preview.dz-error .dz-error-message,
.dropzone .dz-preview.dz-error .dz-error-mark {
display: block;
}
.dropzone .dz-preview.dz-success .dz-success-mark {
display: block;
}
.dropzone .dz-preview .dz-error-mark,
.dropzone .dz-preview .dz-success-mark {
position: absolute;
display: none;
left: 30px;
top: 30px;
width: 54px;
height: 58px;
left: 50%;
margin-left: -27px;
} @-webkit-keyframes passing-through {
0% {
opacity: 0;
-webkit-transform: translateY(40px);
-ms-transform: translateY(40px);
transform: translateY(40px);
}
30%, 70% {
opacity: 1;
-webkit-transform: translateY(0px);
-ms-transform: translateY(0px);
transform: translateY(0px);
}
100% {
opacity: 0;
-webkit-transform: translateY(-40px);
-ms-transform: translateY(-40px);
transform: translateY(-40px);
}
}
@keyframes passing-through {
0% {
opacity: 0;
-webkit-transform: translateY(40px);
-ms-transform: translateY(40px);
transform: translateY(40px);
}
30%, 70% {
opacity: 1;
-webkit-transform: translateY(0px);
-ms-transform: translateY(0px);
transform: translateY(0px);
}
100% {
opacity: 0;
-webkit-transform: translateY(-40px);
-ms-transform: translateY(-40px);
transform: translateY(-40px);
}
}
@-webkit-keyframes slide-in {
0% {
opacity: 0;
-webkit-transform: translateY(40px);
-ms-transform: translateY(40px);
transform: translateY(40px);
}
30% {
opacity: 1;
-webkit-transform: translateY(0px);
-ms-transform: translateY(0px);
transform: translateY(0px);
}
}
@keyframes slide-in {
0% {
opacity: 0;
-webkit-transform: translateY(40px);
-ms-transform: translateY(40px);
transform: translateY(40px);
}
30% {
opacity: 1;
-webkit-transform: translateY(0px);
-ms-transform: translateY(0px);
transform: translateY(0px);
}
}
@-webkit-keyframes pulse {
0% {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
10% {
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
20% {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
}
@keyframes pulse {
0% {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
10% {
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
20% {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
}
.dropzone,
.dropzone * {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.dropzone {
min-height: 150px;
background: white;
}
.dropzone.dz-clickable {
cursor: pointer;
}
.dropzone.dz-clickable * {
cursor: default;
}
.dropzone.dz-clickable .dz-message,
.dropzone.dz-clickable .dz-message * {
cursor: pointer;
}
.dropzone.dz-started {
padding-bottom: 30px;
}
.dropzone.dz-drag-hover {
outline: 2px solid #000000;
}
.dropzone.dz-drag-hover .dz-message {
opacity: 0.5;
}
.dropzone .dz-message {
text-align: center;
padding: 2em 0;
border: 2px dashed #d6d6d6;
background: #f5f5f5;
margin: 0 0 30px;
}
.dropzone .dz-message:before {
font-size: 1em;
display: inline-block;
font-family: FontAwesome;
content: "";
color: #d6d6d6;
background: #fff;
border-radius: 50px;
width: 50px;
height: 50px;
text-align: center;
display: block;
margin: 20px auto;
line-height: 50px;
vertical-align: middle;
}
.dropzone .dz-message > span {
font-weight: 600;
font-size: 12px;
text-transform: uppercase;
color: #121717;
}
.dropzone .dz-preview {
position: relative;
display: inline-block;
vertical-align: top;
margin: 16px;
min-height: 100px;
}
.dropzone .dz-preview:hover {
z-index: 1000;
}
.dropzone .dz-preview:hover .dz-details {
opacity: 1;
}
.dropzone .dz-preview.dz-file-preview .dz-image {
border-radius: 20px;
background: #999;
background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#ddd));
background: linear-gradient(to bottom, #eee, #ddd);
}
.dropzone .dz-preview.dz-file-preview .dz-details {
opacity: 1;
}
.dropzone .dz-preview.dz-image-preview {
width: 33.3333%;
padding: 0 15px;
margin: 15px 0 0;
background: white;
}
@media (max-width: 767px) {
.dropzone .dz-preview.dz-image-preview {
width: 100%;
}
}
.dropzone .dz-preview.dz-image-preview .dz-details {
-webkit-transition: opacity 0.2s linear;
transition: opacity 0.2s linear;
}
.dropzone .dz-preview.dz-image-preview img {
width: 100%;
}
.dropzone .dz-preview .dz-remove {
font-size: 14px;
text-align: center;
display: block;
cursor: pointer;
border: none;
padding: 5px 0 10px;
}
.dropzone .dz-preview .dz-remove:hover {
text-decoration: underline;
}
.dropzone .dz-preview:hover .dz-details {
opacity: 1;
}
.dropzone .dz-preview .dz-details {
z-index: 20;
position: absolute;
top: 0;
left: 0;
opacity: 0;
font-size: 13px;
min-width: 100%;
max-width: 100%;
padding: 2em 1em;
text-align: center;
color: rgba(0, 0, 0, 0.9);
line-height: 150%;
}
.dropzone .dz-preview .dz-details .dz-size {
margin-bottom: 1em;
font-size: 16px;
}
.dropzone .dz-preview .dz-details .dz-filename {
white-space: nowrap;
}
.dropzone .dz-preview .dz-details .dz-filename:hover span {
border: 1px solid rgba(200, 200, 200, 0.8);
background-color: rgba(255, 255, 255, 0.8);
}
.dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
overflow: hidden;
text-overflow: ellipsis;
}
.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
border: 1px solid transparent;
}
.dropzone .dz-preview .dz-details .dz-filename span,
.dropzone .dz-preview .dz-details .dz-size span {
background-color: rgba(255, 255, 255, 0.4);
padding: 0 0.4em;
border-radius: 3px;
}
.dropzone .dz-preview:hover .dz-image img {
-webkit-transform: scale(1.05, 1.05);
-ms-transform: scale(1.05, 1.05);
transform: scale(1.05, 1.05);
filter: blur(8px);
}
.dropzone .dz-preview .dz-image {
overflow: hidden;
width: 100%;
position: relative;
display: block;
z-index: 10;
}
.dropzone .dz-preview .dz-image img {
display: block;
}
.dropzone .dz-preview.dz-success .dz-success-mark {
-webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
}
.dropzone .dz-preview.dz-error .dz-error-mark {
opacity: 1;
-webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
}
.dropzone .dz-preview .dz-success-mark,
.dropzone .dz-preview .dz-error-mark {
pointer-events: none;
opacity: 0;
z-index: 500;
position: absolute;
display: block;
top: 50%;
left: 50%;
margin-left: -27px;
margin-top: -27px;
}
.dropzone .dz-preview .dz-success-mark svg,
.dropzone .dz-preview .dz-error-mark svg {
display: block;
width: 54px;
height: 54px;
}
.dropzone .dz-preview.dz-processing .dz-progress {
opacity: 1;
-webkit-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.dropzone .dz-preview.dz-complete .dz-progress {
opacity: 0;
-webkit-transition: opacity 0.4s ease-in;
transition: opacity 0.4s ease-in;
}
.dropzone .dz-preview:not(.dz-processing) .dz-progress {
-webkit-animation: pulse 6s ease infinite;
animation: pulse 6s ease infinite;
}
.dropzone .dz-preview .dz-progress {
opacity: 1;
z-index: 1000;
pointer-events: none;
position: absolute;
height: 6px;
left: 15px;
right: 15px;
bottom: 0;
border: none;
background: #d6d6d6;
-webkit-transform: scale(1);
overflow: hidden;
}
.dropzone .dz-preview .dz-progress .dz-upload {
background: #000000;
position: absolute;
top: 0;
left: 0;
bottom: 0;
width: 0;
-webkit-transition: width 300ms ease-in-out;
transition: width 300ms ease-in-out;
}
.dropzone .dz-preview.dz-error .dz-error-message {
display: block;
}
.dropzone .dz-preview.dz-error:hover .dz-error-message {
opacity: 1;
pointer-events: auto;
}
.dropzone .dz-preview .dz-error-message {
pointer-events: none;
z-index: 1000;
position: absolute;
display: block;
display: none;
opacity: 0;
-webkit-transition: opacity 0.3s ease;
transition: opacity 0.3s ease;
border-radius: 8px;
font-size: 13px;
top: 50%;
left: 50%;
width: 140px;
background: #be2626;
background: -webkit-gradient(linear, left top, left bottom, from(#be2626), to(#a92222));
background: linear-gradient(to bottom, #be2626, #a92222);
padding: 0.5em 1.2em;
color: white;
margin-left: -70px;
margin-top: 35px;
}
.dropzone .dz-preview .dz-error-message:after {
content: '';
position: absolute;
top: -6px;
left: 64px;
width: 0;
height: 0;
border-left: 6px solid transparent;
border-right: 6px solid transparent;
border-bottom: 6px solid #be2626;
}
.dropzone--submit {
margin-top: 30px;
}
.dropzone .dz-message {
margin-bottom: 0;
}
.dropzone .dz-preview.dz-image-preview {
margin: 30px 0 0;
}
ul.dsidx-list.dsidx-panel li {
padding: 15px 0 !important;
line-height: 1.2 !important;
}
ul.dsidx-list.dsidx-panel li a {
display: inline;
font-size: 18px !important;
opacity: 1;
}
div.dsidx-results-widget .dsidx-panel .dsidx-photo {
position: relative;
width: 58%;
top: 0;
}
div.dsidx-results-widget .dsidx-panel .dsidx-photo img {
max-width: 100% !important;
width: 100%;
}
div.dsidx-results-widget .dsidx-panel h4 {
margin-left: 0 !important;
line-height: 1.2 !important;
clear: both;
margin-bottom: 0 !important;
}
div.dsidx-results-widget .dsidx-panel h4 a {
color: #121717 !important;
padding: 15px 0 0;
font-weight: 600;
font-size: 17px !important;
display: block;
text-transform: none;
}
div.dsidx-results-widget .dsidx-panel ul {
margin-left: 0 !important;
}
div.dsidx-results-widget .dsidx-panel .featured-listing {
margin-bottom: 20px;
border-bottom: 1px dotted #f2f2f2;
padding-bottom: 20px;
}
div.dsidx-results-widget .dsidx-panel .featured-listing:last-child {
border-bottom: none;
margin-bottom: 0;
padding-bottom: 0;
}
div.dsidx-results-widget .dsidx-panel .featured-listing li {
font-size: 15px !important;
line-height: 1.4 !important;
}
div.dsidx-results-widget .dsidx-panel .featured-listing .price {
font-size: 17px !important;
text-align: left;
color: #000000;
display: block;
margin-top: 5px !important;
}
div.dsidx-results-widget .dsidx-controls {
text-indent: -4px;
}
div.dsidx-results-widget .dsidx-controls a {
display: inline-block;
margin-bottom: 0;
text-align: center;
vertical-align: middle;
cursor: pointer;
background-image: none;
text-transform: uppercase;
text-decoration: none;
white-space: nowrap;
padding: 6px 20px;
font-size: 15px;
line-height: 1.6;
border-radius: 0;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
padding-left: 15px;
padding-right: 15px;
font-weight: 700;
font-size: 15px;
position: relative;
text-decoration: none;
border: 2px solid #121717;
background: none;
color: #121717;
display: block !important;
border: 2px solid #121717 !important;
width: 48%;
margin: 5px 0;
float: left;
}
div.dsidx-results-widget .dsidx-controls a:hover,
div.dsidx-results-widget .dsidx-controls a:focus,
div.dsidx-results-widget .dsidx-controls a.active {
color: #333;
text-decoration: none;
outline: none;
}
div.dsidx-results-widget .dsidx-controls a:disabled,
div.dsidx-results-widget .dsidx-controls a.disabled {
cursor: not-allowed;
}
div.dsidx-results-widget .dsidx-controls a.progress {
overflow: visible;
height: auto;
-webkit-box-shadow: none;
box-shadow: none;
margin-bottom: 0;
}
div.dsidx-results-widget .dsidx-controls a:after {
content: '';
position: absolute;
z-index: -1;
-webkit-transition: all 0.3s;
transition: all 0.3s;
left: 0;
right: 0;
text-align: center;
}
div.dsidx-results-widget .dsidx-controls a.button--loading:before {
margin: 0 10px 0;
font-size: 14px;
display: inline-block;
font-family: FontAwesome;
content: "";
-webkit-animation: fa-spin 2s infinite linear;
animation: fa-spin 2s infinite linear;
}
div.dsidx-results-widget .dsidx-controls a.has-error,
div.dsidx-results-widget .dsidx-controls a.error {
-webkit-animation: shake 0.5s;
animation: shake 0.5s;
color: transparent !important;
}
div.dsidx-results-widget .dsidx-controls a.has-error:after,
div.dsidx-results-widget .dsidx-controls a.error:after {
content: "Error!";
-webkit-animation: scaleFromUp 0.5s;
animation: scaleFromUp 0.5s;
z-index: 1;
color: #e95b35;
}
div.dsidx-results-widget .dsidx-controls a.has-success,
div.dsidx-results-widget .dsidx-controls a.success {
color: transparent !important;
}
div.dsidx-results-widget .dsidx-controls a.has-success:after,
div.dsidx-results-widget .dsidx-controls a.success:after {
content: "Success!";
-webkit-animation: moveUp 0.5s;
animation: moveUp 0.5s;
z-index: 1;
color: #000000;
}
.button--loading-circle-o-notch div.dsidx-results-widget .dsidx-controls a.button--loading:before {
content: "";
}
.button--loading-refresh div.dsidx-results-widget .dsidx-controls a.button--loading:before {
content: "";
}
.button--loading-spinner div.dsidx-results-widget .dsidx-controls a.button--loading:before {
content: "";
}
@media (min-width: 992px) {
div.dsidx-results-widget .dsidx-controls a.hover,
div.dsidx-results-widget .dsidx-controls a:hover {
border-color: #121717;
color: #121717;
}
}
div.dsidx-results-widget .dsidx-controls a:active,
div.dsidx-results-widget .dsidx-controls a.active {
-webkit-transform: translate3d(0, 1px, 0);
transform: translate3d(0, 1px, 0);
border-color: #121717;
background: #121717;
color: #fff;
-webkit-box-shadow: none;
box-shadow: none;
}
div.dsidx-results-widget .dsidx-controls a:disabled,
div.dsidx-results-widget .dsidx-controls a.disabled {
color: #ccc;
border-color: #efefef;
}
div.dsidx-results-widget .dsidx-controls a:nth-child(2n) {
margin-left: 4%;
}
div.dsidx-results-widget .dsidx-slideshow {
height: 305px;
}
div.dsidx-results-widget .dsidx-slideshow ul {
height: 280px;
}
div.dsidx-results-widget .dsidx-slideshow ul p {
margin-left: 0 !important;
}
div.dsidx-results-widget .dsidx-slideshow ul p span {
font-size: 15px !important;
line-height: 1.4 !important;
}
div.dsidx-results-widget .dsidx-slideshow ul p .price {
font-size: 17px !important;
text-align: left;
color: #000000;
display: block;
margin-top: 5px !important;
}
div.dsidx-results-widget .dsidx-slideshow .featured-listing {
height: 300px;
border: none;
}
div.dsidx-results-widget .dsidx-map .dsidx-results-widget-map-details {
height: 280px;
}
div.dsidx-results-widget,
div.dsidx-results-widget p {
font-family: "Source Sans Pro", sans-serif !important;
}
.dsidx-results {
overflow: hidden;
}
.dsidx-results .dsidx-paging-control {
float: right;
width: 50%;
text-align: right;
font-size: 0;
}
.dsidx-results .dsidx-paging-control a {
position: relative;
display: inline-block;
padding: 6px 5px;
min-width: 33px;
line-height: 1.6;
text-decoration: none;
color: #121717;
background-color: #fff;
border: 1px solid #ddd;
margin-left: -1px;
text-align: center;
}
.dsidx-results .dsidx-paging-control a:nth-last-child(-n+4):before {
font-size: 15px;
display: inline-block;
font-family: FontAwesome;
content: "";
}
.dsidx-results .dsidx-paging-control a:nth-last-child(-n+3):before {
font-size: 15px;
display: inline-block;
font-family: FontAwesome;
content: "";
}
.dsidx-results .dsidx-paging-control a:nth-last-child(-n+2):before {
font-size: 15px;
display: inline-block;
font-family: FontAwesome;
content: "";
}
.dsidx-results .dsidx-paging-control a:nth-last-child(-n+1):before {
font-size: 15px;
display: inline-block;
font-family: FontAwesome;
content: "";
}
.dsidx-results .dsidx-sorting-control {
float: left;
width: 50%;
font-size: 15px !important;
text-align: left !important;
}
.dsidx-results .dsidx-sorting-control form {
display: inline-block !important;
width: 200px;
}
.dsidx-results .dsidx-sorting-control form select {
font-size: 15px !important;
}
.dsidx-results #dsidx-map-control {
text-align: left;
clear: both;
background: url(//www.flowrealproperty.be/hosting/2324-flow/wp-content/themes/realtyspace/public/img/marker/default.png) 0 0 no-repeat;
}
.dsidx-results #dsidx-map-control a {
padding: 10px 10px 15px 45px;
display: inline-block;
}
.dsidx-results #dsidx-map-control a img {
display: none;
}
.dsidx-results .dsidx-prop-summary {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
cursor: pointer;
padding-left: 15px;
padding-right: 15px;
float: left;
width: 100%;
margin-bottom: 50px !important;
}
@media (min-width: 768px) {
.dsidx-results .dsidx-prop-summary {
width: 50%;
}
}
@media (min-width: 1200px) {
.dsidx-results .dsidx-prop-summary {
width: 33.33333%;
}
}
@media (max-width: 767px) {
.dsidx-results .dsidx-prop-summary > * {
width: 100% !important;
float: none !important;
}
}
@media (min-width: 1200px) {
.dsidx-results .dsidx-prop-summary:hover .dsidx-prop-features {
opacity: 1;
}
}
.dsidx-results .dsidx-prop-summary img {
border: none !important;
width: 100% !important;
}
.dsidx-results .dsidx-prop-summary .dsidx-prop-features {
position: absolute;
top: 0;
right: 0;
left: 0;
bottom: 0;
background: rgba(0, 0, 0, 0.7);
padding: 80px 20px 20px 20px;
color: #fff;
opacity: 0;
-webkit-transition: 0.3s;
transition: 0.3s;
text-align: left;
}
.dsidx-results .dsidx-prop-summary > div:nth-child(2) {
margin-right: 0 !important;
}
.dsidx-results .dsidx-prop-summary .dsidx-prop-title {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
background: #fff;
padding: 15px;
display: none;
}
.dsidx-results .dsidx-prop-summary .dsidx-prop-title a {
font-size: 17px;
color: #121717;
display: block;
background: url(//www.flowrealproperty.be/hosting/2324-flow/wp-content/themes/realtyspace/public/img/bg-border-dotted-horizontal.png) repeat-x 0 100%;
padding-bottom: 10px;
}
.dsidx-results .dsidx-prop-summary .dsidx-prop-title b {
color: #0ba;
font-size: 20px;
font-weight: 700;
margin-top: 10px;
display: block;
}
.widget--idxpress-group .widget__content .dsidx-results {
margin-left: -15px !important;
margin-right: -15px;
}
.widget--idxpress-group .widget__content > p {
display: none;
}
#dsidx-listings {
margin-bottom: 30px !important;
}
#dsidx-listings .dsidx-listing-container .dsidx-listing {
border-bottom: 1px solid #d6d6d6;
margin-bottom: 0;
padding-bottom: 40px;
padding-top: 20px;
background: none;
}
#dsidx-listings .dsidx-listing-container .dsidx-listing:first-of-type {
margin-top: 0;
}
#dsidx-listings .dsidx-listing-container .dsidx-listing .dsidx-media {
padding: 0;
margin: 15px 15px 0 0;
background: none;
}
@media (max-width: 767px) {
#dsidx-listings .dsidx-listing-container .dsidx-listing .dsidx-media {
float: none;
margin: 0;
}
}
#dsidx-listings .dsidx-listing-container .dsidx-listing .dsidx-media .dsidx-photo {
border: none;
background: none;
}
@media (max-width: 767px) {
#dsidx-listings .dsidx-listing-container .dsidx-listing .dsidx-media .dsidx-photo a img {
width: 100%;
}
}
#dsidx-listings .dsidx-listing-container .dsidx-listing .dsidx-media .dsidx-photo-count {
display: none;
}
#dsidx-listings .dsidx-listing-container .dsidx-listing .dsidx-data { margin-left: 275px;
}
@media (max-width: 767px) {
#dsidx-listings .dsidx-listing-container .dsidx-listing .dsidx-data {
float: none;
margin-left: 0;
}
}
#dsidx-listings .dsidx-listing-container .dsidx-listing .dsidx-data .dsidx-primary-data {
background: url(//www.flowrealproperty.be/hosting/2324-flow/wp-content/themes/realtyspace/public/img/bg-border-dotted-horizontal.png) 0 100% repeat-x;
border-bottom: none;
}
#dsidx-listings .dsidx-listing-container .dsidx-listing .dsidx-data .dsidx-primary-data .dsidx-address a {
color: #121717;
font-size: 17px !important;
}
#dsidx-listings .dsidx-listing-container .dsidx-listing .dsidx-data .dsidx-primary-data .dsidx-address a span {
color: #121717;
font-size: 17px !important;
}
#dsidx-listings .dsidx-listing-container .dsidx-listing .dsidx-data .dsidx-primary-data .dsidx-price {
background: none;
color: #000000;
font-weight: bold;
font-size: 25px;
}
#dsidx-listings .dsidx-listing-container .dsidx-listing .dsidx-data .dsidx-secondary-data {
font-size: 15px;
color: #606e7c;
}
#dsidx-listings .dsidx-listing-container .dsidx-listing .dsidx-secondary-data span {
color: #121717;
}
.dsidx-details #dsidx-actions {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
float: none;
}
@media (max-width: 767px) {
.dsidx-details #dsidx-actions {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
}
.dsidx-details #dsidx-actions .dsidx-actions-button {
display: inline-block;
margin-bottom: 0;
text-align: center;
vertical-align: middle;
cursor: pointer;
background-image: none;
text-transform: uppercase;
text-decoration: none;
white-space: nowrap;
padding: 6px 20px;
font-size: 15px;
line-height: 1.6;
border-radius: 0;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
padding-left: 15px;
padding-right: 15px;
font-weight: 700;
font-size: 15px;
position: relative;
text-decoration: none;
border: 2px solid #121717;
background: none;
color: #121717;
margin: 0 0 0 20px;
}
.dsidx-details #dsidx-actions .dsidx-actions-button:hover,
.dsidx-details #dsidx-actions .dsidx-actions-button:focus,
.dsidx-details #dsidx-actions .dsidx-actions-button.active {
color: #333;
text-decoration: none;
outline: none;
}
.dsidx-details #dsidx-actions .dsidx-actions-button:disabled,
.dsidx-details #dsidx-actions .dsidx-actions-button.disabled {
cursor: not-allowed;
}
.dsidx-details #dsidx-actions .dsidx-actions-button.progress {
overflow: visible;
height: auto;
-webkit-box-shadow: none;
box-shadow: none;
margin-bottom: 0;
}
.dsidx-details #dsidx-actions .dsidx-actions-button:after {
content: '';
position: absolute;
z-index: -1;
-webkit-transition: all 0.3s;
transition: all 0.3s;
left: 0;
right: 0;
text-align: center;
}
.dsidx-details #dsidx-actions .dsidx-actions-button.button--loading:before {
margin: 0 10px 0;
font-size: 14px;
display: inline-block;
font-family: FontAwesome;
content: "";
-webkit-animation: fa-spin 2s infinite linear;
animation: fa-spin 2s infinite linear;
}
.dsidx-details #dsidx-actions .dsidx-actions-button.has-error,
.dsidx-details #dsidx-actions .dsidx-actions-button.error {
-webkit-animation: shake 0.5s;
animation: shake 0.5s;
color: transparent !important;
}
.dsidx-details #dsidx-actions .dsidx-actions-button.has-error:after,
.dsidx-details #dsidx-actions .dsidx-actions-button.error:after {
content: "Error!";
-webkit-animation: scaleFromUp 0.5s;
animation: scaleFromUp 0.5s;
z-index: 1;
color: #e95b35;
}
.dsidx-details #dsidx-actions .dsidx-actions-button.has-success,
.dsidx-details #dsidx-actions .dsidx-actions-button.success {
color: transparent !important;
}
.dsidx-details #dsidx-actions .dsidx-actions-button.has-success:after,
.dsidx-details #dsidx-actions .dsidx-actions-button.success:after {
content: "Success!";
-webkit-animation: moveUp 0.5s;
animation: moveUp 0.5s;
z-index: 1;
color: #000000;
}
.button--loading-circle-o-notch .dsidx-details #dsidx-actions .dsidx-actions-button.button--loading:before {
content: "";
}
.button--loading-refresh .dsidx-details #dsidx-actions .dsidx-actions-button.button--loading:before {
content: "";
}
.button--loading-spinner .dsidx-details #dsidx-actions .dsidx-actions-button.button--loading:before {
content: "";
}
@media (min-width: 992px) {
.dsidx-details #dsidx-actions .dsidx-actions-button.hover,
.dsidx-details #dsidx-actions .dsidx-actions-button:hover {
border-color: #121717;
color: #121717;
}
}
.dsidx-details #dsidx-actions .dsidx-actions-button:active,
.dsidx-details #dsidx-actions .dsidx-actions-button.active {
-webkit-transform: translate3d(0, 1px, 0);
transform: translate3d(0, 1px, 0);
border-color: #121717;
background: #121717;
color: #fff;
-webkit-box-shadow: none;
box-shadow: none;
}
.dsidx-details #dsidx-actions .dsidx-actions-button:disabled,
.dsidx-details #dsidx-actions .dsidx-actions-button.disabled {
color: #ccc;
border-color: #efefef;
}
@media (max-width: 767px) {
.dsidx-details #dsidx-actions .dsidx-actions-button {
width: 100%;
margin: -2px 0 0 0;
}
}
.dsidx-details #dsidx-actions .dsidx-actions-button img {
display: none;
}
@media (max-width: 767px) {
.dsidx-details #dsidx-button-print {
display: none !important;
}
}
.dsidx-details #dsidx-button-contact-agent:before {
font-size: 15px;
display: inline-block;
font-family: FontAwesome;
content: "";
}
.dsidx-details #dsidx-button-schedule-showing:before {
font-size: 15px;
display: inline-block;
font-family: FontAwesome;
content: "";
}
.dsidx-details #dsidx-button-share:before {
font-size: 15px;
display: inline-block;
font-family: FontAwesome;
content: "";
}
.dsidx-details #dsidx-button-print:before {
font-size: 15px;
display: inline-block;
font-family: FontAwesome;
content: "";
}
.dsidx-details #dsidx-media {
max-width: 100%;
background: #fff;
}
@media (max-width: 767px) {
.dsidx-details #dsidx-media {
height: 300px;
}
}
.dsidx-details #dsidx-header {
margin-top: 30px;
}
.dsidx-details #dsidx-header > table {
border: none;
}
.dsidx-details #dsidx-header > table td {
padding: 0;
border: none;
}
.dsidx-details #dsidx-header #dsidx-primary-data {
border: 1px solid #d6d6d6;
margin-top: 35px;
}
.dsidx-details #dsidx-header #dsidx-primary-data tr {
border-bottom: 1px solid #d6d6d6;
background: #f2f2f2;
}
.dsidx-details #dsidx-header #dsidx-primary-data tr:nth-child(2n) {
background: #f6f6f6;
}
.dsidx-details #dsidx-header #dsidx-primary-data th,
.dsidx-details #dsidx-header #dsidx-primary-data td {
padding: 10px;
}
.dsidx-details #dsidx-header #dsidx-primary-data th {
border-right: 1px solid #d6d6d6;
}
.dsidx-details #dsidx-header #dsidx-primary-data #dsidx-price td {
color: #000000;
}
.dsidx-details table {
color: #121717 !important;
}
.dsidx-details table#dsidx-secondary-data {
border: 1px solid #d6d6d6;
margin-top: 35px;
}
.dsidx-details table#dsidx-secondary-data tr {
background: #f2f2f2;
}
.dsidx-details table#dsidx-secondary-data tr:nth-child(2n) {
background: #f6f6f6 !important;
}
.dsidx-details table#dsidx-secondary-data th,
.dsidx-details table#dsidx-secondary-data td {
padding: 10px !important;
border: 1px solid #d6d6d6;
}
.dsidx-details table.dsidx-supplemental-data {
border: 1px solid #d6d6d6;
margin-top: 35px;
}
.dsidx-details table.dsidx-supplemental-data tr {
border-bottom: 1px solid #d6d6d6;
background: #f2f2f2;
}
.dsidx-details table.dsidx-supplemental-data tr:nth-child(2n) {
background: #f6f6f6 !important;
}
.dsidx-details table.dsidx-supplemental-data th,
.dsidx-details table.dsidx-supplemental-data td {
padding: 10px !important;
}
.dsidx-details h3 {
font-size: 20px !important;
font-weight: 600 !important;
margin: 0;
border-bottom: none !important;
}
.dsidx-details #dsidx-description {
margin-top: 35px;
padding: 12px 24px;
}
.dsidx-details #dsidx-property-types {
font-size: 20px;
color: #121717;
}
.dsidx-details #dsidx-map {
margin-top: 35px !important;
border: 8px solid #fff;
}
.dsidx-details .dsidx-contact-form label {
font-size: 15px;
color: #121717;
text-transform: uppercase;
font-weight: 600;
}
.dsidx-details .dsidx-contact-form table {
margin-top: 35px !important;
border: none;
}
.dsidx-details .dsidx-contact-form table td {
border: none;
}
.dsidx-details .dsidx-contact-form table textarea,
.dsidx-details .dsidx-contact-form table input.dsidx-text {
display: block;
width: 100%;
height: 40px;
padding: 6px 20px;
font-size: 15px;
line-height: 1.6;
color: #121717;
background-color: #fff;
background-image: none;
border: 1px solid #d6d6d6;
border-radius: 0;
position: relative;
z-index: 5;
-webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.dsidx-details .dsidx-contact-form table textarea:focus,
.dsidx-details .dsidx-contact-form table input.dsidx-text:focus {
border-color: #000000;
outline: 0;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 187, 170, 0.6);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 187, 170, 0.6);
}
.dsidx-details .dsidx-contact-form table textarea::-moz-placeholder,
.dsidx-details .dsidx-contact-form table input.dsidx-text::-moz-placeholder {
color: #121717;
opacity: 1;
}
.dsidx-details .dsidx-contact-form table textarea:-ms-input-placeholder,
.dsidx-details .dsidx-contact-form table input.dsidx-text:-ms-input-placeholder {
color: #121717;
}
.dsidx-details .dsidx-contact-form table textarea::-webkit-input-placeholder,
.dsidx-details .dsidx-contact-form table input.dsidx-text::-webkit-input-placeholder {
color: #121717;
}
.dsidx-details .dsidx-contact-form table textarea[disabled],
.dsidx-details .dsidx-contact-form table textarea[readonly],
fieldset[disabled] .dsidx-details .dsidx-contact-form table textarea,
.dsidx-details .dsidx-contact-form table input.dsidx-text[disabled],
.dsidx-details .dsidx-contact-form table input.dsidx-text[readonly],
fieldset[disabled]
.dsidx-details .dsidx-contact-form table input.dsidx-text {
cursor: not-allowed;
background-color: #eeeeee;
opacity: 1;
}
.dsidx-details .dsidx-contact-form table textarea.parsley-error,
.dsidx-details .dsidx-contact-form table input.dsidx-text.parsley-error {
border: 1px solid #e95b35;
}
.dsidx-details .dsidx-contact-form table textarea.parsley-success,
.dsidx-details .dsidx-contact-form table input.dsidx-text.parsley-success {
border: 1px solid #000000;
}
.dsidx-details .dsidx-contact-form table textarea {
height: 120px;
}
.dsidx-details .dsidx-contact-form table .dsidx-contact-form-submit {
display: inline-block;
margin-bottom: 0;
text-align: center;
vertical-align: middle;
cursor: pointer;
background-image: none;
text-transform: uppercase;
text-decoration: none;
white-space: nowrap;
padding: 6px 20px;
font-size: 15px;
line-height: 1.6;
border-radius: 0;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
padding-left: 15px;
padding-right: 15px;
font-weight: 700;
font-size: 15px;
position: relative;
border: none;
border-bottom: 4px solid #848991;
background: #121717;
color: #f2f2f2;
font-weight: 600 !important;
}
.dsidx-details .dsidx-contact-form table .dsidx-contact-form-submit:hover,
.dsidx-details .dsidx-contact-form table .dsidx-contact-form-submit:focus,
.dsidx-details .dsidx-contact-form table .dsidx-contact-form-submit.active {
color: #333;
text-decoration: none;
outline: none;
}
.dsidx-details .dsidx-contact-form table .dsidx-contact-form-submit:disabled,
.dsidx-details .dsidx-contact-form table .dsidx-contact-form-submit.disabled {
cursor: not-allowed;
}
.dsidx-details .dsidx-contact-form table .dsidx-contact-form-submit.progress {
overflow: visible;
height: auto;
-webkit-box-shadow: none;
box-shadow: none;
margin-bottom: 0;
}
.dsidx-details .dsidx-contact-form table .dsidx-contact-form-submit:after {
content: '';
position: absolute;
z-index: -1;
-webkit-transition: all 0.3s;
transition: all 0.3s;
left: 0;
right: 0;
text-align: center;
}
.dsidx-details .dsidx-contact-form table .dsidx-contact-form-submit.button--loading:before {
margin: 0 10px 0;
font-size: 14px;
display: inline-block;
font-family: FontAwesome;
content: "";
-webkit-animation: fa-spin 2s infinite linear;
animation: fa-spin 2s infinite linear;
}
.dsidx-details .dsidx-contact-form table .dsidx-contact-form-submit.has-error,
.dsidx-details .dsidx-contact-form table .dsidx-contact-form-submit.error {
-webkit-animation: shake 0.5s;
animation: shake 0.5s;
color: transparent !important;
}
.dsidx-details .dsidx-contact-form table .dsidx-contact-form-submit.has-error:after,
.dsidx-details .dsidx-contact-form table .dsidx-contact-form-submit.error:after {
content: "Error!";
-webkit-animation: scaleFromUp 0.5s;
animation: scaleFromUp 0.5s;
z-index: 1;
color: #e95b35;
}
.dsidx-details .dsidx-contact-form table .dsidx-contact-form-submit.has-success,
.dsidx-details .dsidx-contact-form table .dsidx-contact-form-submit.success {
color: transparent !important;
}
.dsidx-details .dsidx-contact-form table .dsidx-contact-form-submit.has-success:after,
.dsidx-details .dsidx-contact-form table .dsidx-contact-form-submit.success:after {
content: "Success!";
-webkit-animation: moveUp 0.5s;
animation: moveUp 0.5s;
z-index: 1;
color: #000000;
}
.button--loading-circle-o-notch .dsidx-details .dsidx-contact-form table .dsidx-contact-form-submit.button--loading:before {
content: "";
}
.button--loading-refresh .dsidx-details .dsidx-contact-form table .dsidx-contact-form-submit.button--loading:before {
content: "";
}
.button--loading-spinner .dsidx-details .dsidx-contact-form table .dsidx-contact-form-submit.button--loading:before {
content: "";
}
.dsidx-details .dsidx-contact-form table .dsidx-contact-form-submit.hover,
.dsidx-details .dsidx-contact-form table .dsidx-contact-form-submit:hover {
border-bottom: 4px solid #121717;
color: #f2f2f2;
background: #121717;
}
.dsidx-details .dsidx-contact-form table .dsidx-contact-form-submit:focus,
.dsidx-details .dsidx-contact-form table .dsidx-contact-form-submit:active:focus,
.dsidx-details .dsidx-contact-form table .dsidx-contact-form-submit:active,
.dsidx-details .dsidx-contact-form table .dsidx-contact-form-submit.active {
border-top: 4px solid #848991;
border-bottom: none;
color: #f2f2f2;
background: #121717;
outline: none;
}
.dsidx-details .dsidx-contact-form table .dsidx-contact-form-submit:disabled,
.dsidx-details .dsidx-contact-form table .dsidx-contact-form-submit.disabled {
color: #ccc;
background: #efefef;
border-bottom: 4px solid #dedede;
}
.dsidx-details .dsidx-contact-form .dsidx-secondary-row {
background: none !important;
}
#dsidx-disclaimer p,
.dsidx-disclaimer p {
margin-top: 0;
}
ol#dsidx-listings {
padding: 0;
}
.dsidx-shortcode-item .dsidx-primary-photo {
margin-top: 35px !important;
margin-left: auto !important;
margin-right: auto !important;
float: none !important;
}
.dsidx-shortcode-item .dsidx-primary-photo img {
border: none !important;
}
@media (max-width: 767px) {
.dsidx-shortcode-item .dsidx-primary-photo {
float: none !important;
width: 100% !important;
margin-right: 0 !important;
}
.dsidx-shortcode-item .dsidx-primary-photo img {
width: 100% !important;
}
}
.dsidx-shortcode-item h3 {
text-decoration: none !important;
}
.dsidx-shortcode-item table {
border: 1px solid #d6d6d6;
margin-top: 35px;
margin-left: 0 !important;
}
@media (max-width: 767px) {
.dsidx-shortcode-item table {
width: 100%;
}
}
.dsidx-shortcode-item table tr {
border-bottom: 1px solid #d6d6d6;
background: #f2f2f2;
}
.dsidx-shortcode-item table tr:nth-child(2n) {
background: #f6f6f6 !important;
}
.dsidx-shortcode-item table th,
.dsidx-shortcode-item table td {
padding: 10px !important;
}
.dsidx-shortcode-item iframe {
margin-left: 0 !important;
}
@media (max-width: 767px) {
.dsidx-shortcode-item .dsidx-photos img {
display: inline-block;
}
}
.dsidx-shortcode-item .dsidx-prop-features {
overflow: hidden;
}
.dsidx-shortcode-item blockquote {
margin: 35px 0 15px !important;
padding: 12px 24px;
}
.sidebar .dsidx-resp-area,
.dsidx-resp-vertical .dsidx-resp-area {
float: left !important;
width: 100% !important;
}
.dsidx-resp-area select {
width: 1px !important;
position: absolute !important;
}
.banner--wide .dsidx-resp-search-form {
position: relative;
}
.banner--wide .dsidx-resp-search-form label {
color: #fff;
}
.banner--wide .dsidx-resp-search-form input[type="text"] {
border: 1px solid transparent !important;
background: rgba(255, 255, 255, 0.7) !important;
margin-bottom: 0;
}
.banner--wide .dsidx-resp-search-form .dsidx-resp-area {
margin-bottom: 9px;
}
.banner--wide .dsidx-resp-search-form .dsidx-resp-area-submit {
margin-top: 10px;
}
@media (max-width: 991px) {
.sidebar .dsidx-resp-area.dsidx-resp-area-half,
.dsidx-resp-vertical .dsidx-resp-area.dsidx-resp-area-half {
width: 100% !important;
}
}
@media (max-width: 991px) {
.sidebar .dsidx-resp-area.dsidx-resp-area-half.dsidx-resp-area-right,
.dsidx-resp-vertical .dsidx-resp-area.dsidx-resp-area-half.dsidx-resp-area-right {
padding-left: 0 !important;
}
}
.dsidx-resp-search-form .dsidx-resp-area label {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.dsidx-resp-search-form .dsidx-resp-area input[type="text"] {
margin-bottom: 0 !important;
}
@media (max-width: 991px) {
.dsidx-resp-horizontal .dsidx-resp-search-form .dsidx-resp-area {
width: 100%;
}
}
@media (max-width: 991px) {
.dsidx-resp-horizontal .dsidx-resp-area-half.dsidx-quick-resp-price-area {
width: 50% !important;
}
}
.ui-autocomplete {
position: absolute;
top: 0;
left: 0;
cursor: default;
margin: 0;
padding: 0;
list-style: none;
background: #fff;
}
.ui-autocomplete .ui-menu-item {
color: #121717;
padding: 5px;
}
.ui-autocomplete .ui-menu-item:hover {
background: #000000;
color: #fff;
}
.ui-autocomplete .ui-menu-item:hover a {
color: #fff;
}
.ui-autocomplete .ui-menu-item a {
color: #121717;
}
#areaPickerExpandAll,
#autocompleteMatch {
position: absolute;
z-index: 100;
display: none;
}
#areaPickerContainer {
color: #000;
}
.areaPickerDefaultText {
color: silver;
font: 12px arial;
}
.areaPickerActive {
color: #000;
font: 12px arial;
height: 30px;
margin-left: 5px !important;
}
#areaPicker {
border-top: 0;
border-left: 0;
border-right: 0;
border-bottom: 2px;
width: 100%;
-webkit-box-shadow: none;
box-shadow: none;
background: 0 0;
outline: 0;
float: left;
}
#areaPickerExpandAllContainer,
#autocompleteMatch,
.areaPickerExpandAllTopBar {
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}
.ihf-container .ihf-one-selectedArea {
float: left;
padding: 1px;
border: 1px solid #ccc;
border-radius: 3px;
margin-right: 2px;
}
.ihf-one-selectedArea .btn {
padding: 2px 4px;
font-size: 13px;
}
.ihf-one-selectedArea .btn:hover {
background: #999;
}
.ihf-one-selectedArea.disabled {
opacity: 0.5;
}
.autocompleteMessage {
margin: 3px 0 15px 3px;
font: 12px arial;
color: #036;
}
#autocompleteMatchValues {
z-index: 100;
width: 100%;
font: 12px arial;
background-color: #f0f0f0;
padding: 2px;
overflow: auto;
text-align: left;
}
#autocompleteMatch {
width: 80%;
margin-left: 24px;
font: 12px arial;
background-color: #dbe8f3;
padding: 2px;
border: 1px solid #CCC;
border-radius: 4px;
text-align: center;
}
@media screen and (min-width: 768px) {
#autocompleteMatch {
width: 80%;
margin-left: 74px;
}
}
#areaPickerResults {
position: relative;
}
.areaUnselected {
padding: 3px;
border: 1px solid transparent;
border-radius: 3px;
}
.autocompleteMouseOver {
text-decoration: none;
background-color: #666;
color: #FFF;
font-weight: 700;
cursor: pointer;
padding: 3px;
border-radius: 3px;
}
.areaSelected {
font-weight: 700;
background-color: #ccc;
padding: 3px;
border: 1px solid #999;
border-radius: 3px;
}
.autocompleteArrowOver {
font: 12px arial;
background-color: #666;
color: #FFF;
font-weight: 700;
cursor: pointer;
}
.autocompleteArrowOverDisabled {
font: 12px arial;
background-color: #dbe8f3;
color: #FFF;
font-weight: 700;
cursor: pointer;
}
#areaPickerExpandAll {
padding-right: 15px;
}
#areaPickerExpandAllContainer {
width: 100%;
height: 250px;
background-color: #eee;
font: 11px arial;
padding: 0;
border: 1px solid #CCC;
border-radius: 4px;
overflow: auto;
}
.areaPickerExpandAllElement {
float: left;
font: 12px arial;
width: 130px;
margin-left: 3px;
padding: 7px 2px;
border-bottom: 0 solid #ccc;
}
.areaPickerExpandAllElementDisabled {
float: left;
font: 12px arial;
width: 130px;
margin-left: 3px;
padding: 3px 0;
color: silver;
}
.areaPickerExpandAllRow {
border-bottom: 1px solid #f0f0f0;
}
.areaPickerExpandAllElement div {
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}
.areaPickerAutoCompleteSubAreaElement {
font: 11px arial;
padding: 0 10px;
height: 15px;
}
.areaPickerExpandAllSubAreaContainer {
background-color: #DDD;
display: inline-block;
border-bottom: 1px solid #666;
}
.areaPickerExpandAllSubAreaElement {
float: left;
font: 12px arial;
width: 105px;
padding: 2px 5px;
border: 1px solid transparent;
}
.areaPickerElementHasSubAreas {
font-weight: 700;
}
.areaPickerElement {
height: 30px;
font-size: 14px;
}
.areaPickerElementDisabled {
height: 15px;
color: #999;
font: 12px arial;
}
.areaPickerExpandAllTopBar {
background-color: #3c639b;
height: 38px;
color: #fff;
border: 1px solid #CCC;
border-radius: 4px;
}
.areaPickerExpandAllGroup {
background-color: #f0f0f0;
height: 16px;
color: #000;
padding: 2px;
font-weight: 700;
}
#areaPickerExpandAllCloseButton {
height: 28px;
width: 105px;
padding: 0;
float: right;
margin: 8px 14px 0 0;
text-align: right;
}
#areaPickerCustomListToggle {
height: 28px;
width: 80px;
padding: 0;
float: left;
margin: 8px 0 0 4px;
color: #fff;
}
#areaPickerClearAll {
height: 20px;
width: 120px;
padding: 0;
float: left;
margin: 8px 2px 2px 15px;
color: #fff;
}
.areaPickerExpandAllButtonClass {
padding: 2px;
cursor: pointer;
}
.background {
fill: #FFF;
fill-opacity: 0.01;
}
.component {
fill: #e1e1e1;
}
.component .label {
fill: #00F;
}
.arc {
stroke-weight: .1;
fill: #4e8fff;
}
.arc2 {
stroke-weight: .1;
fill: #3660b0;
}
.radial-svg {
display: block;
margin: 0 auto;
width: 100%;
height: 100%;
}
.c3 svg {
font: 10px sans-serif;
}
.component .label,
.label {
font-family: Myriad,"Helvetic Neue",Helvetica,Arial;
text-anchor: middle;
}
.c3 line,
.c3 path {
fill: none;
stroke: #000;
}
.c3 text {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.c3-bars path,
.c3-event-rect,
.c3-legend-item-tile,
.c3-xgrid-focus,
.c3-ygrid {
shape-rendering: crispEdges;
}
.c3-chart-arc path {
stroke: #fff;
}
.c3-chart-arc text {
fill: #fff;
font-size: 13px;
}
.c3-grid line {
stroke: #aaa;
}
.c3-grid text {
fill: #aaa;
}
.c3-xgrid,
.c3-ygrid {
stroke-dasharray: 3 3;
}
.c3-text.c3-empty {
fill: gray;
font-size: 2em;
}
.c3-line {
stroke-width: 1px;
}
.c3-circle._expanded_ {
stroke-width: 1px;
stroke: #fff;
}
.c3-selected-circle {
fill: #fff;
stroke-width: 2px;
}
.c3-bar {
stroke-width: 0;
}
.c3-bar._expanded_ {
fill-opacity: 0.75;
}
.c3-target.c3-focused {
opacity: 1;
}
.c3-target.c3-focused path.c3-line,
.c3-target.c3-focused path.c3-step {
stroke-width: 2px;
}
.c3-target.c3-defocused {
opacity: 0.3 !important;
}
.c3-region {
fill: #4682b4;
fill-opacity: 0.1;
}
.c3-brush .extent {
fill-opacity: 0.1;
}
.c3-legend-item {
font-size: 12px;
}
.c3-legend-item-hidden {
opacity: 0.15;
}
.c3-legend-background {
opacity: .75;
fill: #fff;
stroke: #d3d3d3;
stroke-width: 1;
}
.c3-tooltip-container {
z-index: 10;
}
.c3-tooltip {
border-collapse: collapse;
border-spacing: 0;
background-color: #fff;
empty-cells: show;
-webkit-box-shadow: 7px 7px 12px -9px #777;
box-shadow: 7px 7px 12px -9px #777;
opacity: 0.9;
}
.c3-tooltip tr {
border: 1px solid #CCC;
}
.c3-tooltip th {
background-color: #aaa;
font-size: 14px;
padding: 2px 5px;
text-align: left;
color: #FFF;
}
.c3-tooltip td {
font-size: 13px;
padding: 3px 6px;
background-color: #fff;
border-left: 1px dotted #999;
}
.c3-tooltip td > span {
display: inline-block;
width: 10px;
height: 10px;
margin-right: 6px;
}
.c3-tooltip td.value {
text-align: right;
}
.c3-area {
stroke-width: 0;
opacity: 0.2;
}
.c3-chart-arcs-title {
dominant-baseline: middle;
font-size: 1.3em;
}
.c3-chart-arcs .c3-chart-arcs-background {
fill: #e0e0e0;
stroke: none;
}
.c3-chart-arcs .c3-chart-arcs-gauge-unit {
fill: #000;
font-size: 16px;
}
.c3-chart-arcs .c3-chart-arcs-gauge-max,
.c3-chart-arcs .c3-chart-arcs-gauge-min {
fill: #777;
}
.c3-chart-arc .c3-gauge-value {
fill: #000;
}
#ihf-main-container g.c3-chart-bars > .c3-chart-bar:nth-child(1) .c3-bar {
fill: #999 !important;
}
#ihf-main-container g.c3-chart-bars > .c3-chart-bar:nth-child(2) .c3-bar {
fill: #d6d6d6 !important;
}
.ihf-label-overlay-money {
position: absolute;
top: 8px;
left: 8px;
}
#ihf-search-location-tabs {
border: none;
}
#ihf-search-location-tabs > li {
background: none;
margin-right: 60px;
}
#ihf-search-location-tabs > li > a {
padding: 10px 0 0;
border: none;
border-bottom: 1px dashed #121717;
font-size: 20px;
color: #121717;
background: none;
}
#ihf-search-location-tabs > li.active {
background: none;
}
#ihf-search-location-tabs > li.active > a {
border: none;
font-weight: bold;
background: none;
}
#ihf-search-location-tabs > li.hover {
background: none;
}
#ihf-main-search-form fieldset > .row {
padding-bottom: 15px;
}
#ihf-search-tabs .tab-content {
margin-top: 30px;
}
#areaPickerContainer .input-group {
width: 100%;
}
.areaPickerExpandAllTopBar {
background: #000000;
border-color: #000000;
border-radius: 0;
}
.areaPickerExpandAllTopBar:hover {
background: #000000;
border-color: #000000;
}
#areaPickerClearAll .glyphicon-remove-circle {
color: #fff !important;
}
#areaPickerExpandAllCloseButton {
margin-top: 4px;
}
#areaPickerExpandAllCloseButton .badge {
color: #fff;
background: none;
font-weight: 400;
font-size: 15px;
}
#areaPickerExpandAllCloseButton .badge:before {
font-size: 1em;
display: inline-block;
font-family: FontAwesome;
content: "";
}
#areaPickerExpandAllContainer {
border-radius: 0;
}
.btn-form-submit {
display: inline-block;
margin-bottom: 0;
text-align: center;
vertical-align: middle;
cursor: pointer;
background-image: none;
text-transform: uppercase;
text-decoration: none;
white-space: nowrap;
padding: 6px 20px;
font-size: 15px;
line-height: 1.6;
border-radius: 0;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
padding-left: 15px;
padding-right: 15px;
font-weight: 700;
font-size: 15px;
position: relative;
border: none;
border-bottom: 4px solid #848991;
background: #121717;
color: #f2f2f2;
margin-top: 15px;
}
.btn-form-submit:hover,
.btn-form-submit:focus,
.btn-form-submit.active {
color: #333;
text-decoration: none;
outline: none;
}
.btn-form-submit:disabled,
.btn-form-submit.disabled {
cursor: not-allowed;
}
.btn-form-submit.progress {
overflow: visible;
height: auto;
-webkit-box-shadow: none;
box-shadow: none;
margin-bottom: 0;
}
.btn-form-submit:after {
content: '';
position: absolute;
z-index: -1;
-webkit-transition: all 0.3s;
transition: all 0.3s;
left: 0;
right: 0;
text-align: center;
}
.btn-form-submit.button--loading:before {
margin: 0 10px 0;
font-size: 14px;
display: inline-block;
font-family: FontAwesome;
content: "";
-webkit-animation: fa-spin 2s infinite linear;
animation: fa-spin 2s infinite linear;
}
.btn-form-submit.has-error,
.btn-form-submit.error {
-webkit-animation: shake 0.5s;
animation: shake 0.5s;
color: transparent !important;
}
.btn-form-submit.has-error:after,
.btn-form-submit.error:after {
content: "Error!";
-webkit-animation: scaleFromUp 0.5s;
animation: scaleFromUp 0.5s;
z-index: 1;
color: #e95b35;
}
.btn-form-submit.has-success,
.btn-form-submit.success {
color: transparent !important;
}
.btn-form-submit.has-success:after,
.btn-form-submit.success:after {
content: "Success!";
-webkit-animation: moveUp 0.5s;
animation: moveUp 0.5s;
z-index: 1;
color: #000000;
}
.button--loading-circle-o-notch .btn-form-submit.button--loading:before {
content: "";
}
.button--loading-refresh .btn-form-submit.button--loading:before {
content: "";
}
.button--loading-spinner .btn-form-submit.button--loading:before {
content: "";
}
.btn-form-submit.hover,
.btn-form-submit:hover {
border-bottom: 4px solid #121717;
color: #f2f2f2;
background: #121717;
}
.btn-form-submit:focus,
.btn-form-submit:active:focus,
.btn-form-submit:active,
.btn-form-submit.active {
border-top: 4px solid #848991;
border-bottom: none;
color: #f2f2f2;
background: #121717;
outline: none;
}
.btn-form-submit:disabled,
.btn-form-submit.disabled {
color: #ccc;
background: #efefef;
border-bottom: 4px solid #dedede;
}
.ihf-advanced-search-launch {
display: inline-block;
margin-bottom: 0;
text-align: center;
vertical-align: middle;
cursor: pointer;
background-image: none;
text-transform: uppercase;
text-decoration: none;
white-space: nowrap;
padding: 6px 20px;
font-size: 15px;
line-height: 1.6;
border-radius: 0;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
padding-left: 15px;
padding-right: 15px;
font-weight: 700;
font-size: 15px;
position: relative;
text-decoration: none;
border: 2px solid #121717;
background: none;
color: #121717;
}
.ihf-advanced-search-launch:hover,
.ihf-advanced-search-launch:focus,
.ihf-advanced-search-launch.active {
color: #333;
text-decoration: none;
outline: none;
}
.ihf-advanced-search-launch:disabled,
.ihf-advanced-search-launch.disabled {
cursor: not-allowed;
}
.ihf-advanced-search-launch.progress {
overflow: visible;
height: auto;
-webkit-box-shadow: none;
box-shadow: none;
margin-bottom: 0;
}
.ihf-advanced-search-launch:after {
content: '';
position: absolute;
z-index: -1;
-webkit-transition: all 0.3s;
transition: all 0.3s;
left: 0;
right: 0;
text-align: center;
}
.ihf-advanced-search-launch.button--loading:before {
margin: 0 10px 0;
font-size: 14px;
display: inline-block;
font-family: FontAwesome;
content: "";
-webkit-animation: fa-spin 2s infinite linear;
animation: fa-spin 2s infinite linear;
}
.ihf-advanced-search-launch.has-error,
.ihf-advanced-search-launch.error {
-webkit-animation: shake 0.5s;
animation: shake 0.5s;
color: transparent !important;
}
.ihf-advanced-search-launch.has-error:after,
.ihf-advanced-search-launch.error:after {
content: "Error!";
-webkit-animation: scaleFromUp 0.5s;
animation: scaleFromUp 0.5s;
z-index: 1;
color: #e95b35;
}
.ihf-advanced-search-launch.has-success,
.ihf-advanced-search-launch.success {
color: transparent !important;
}
.ihf-advanced-search-launch.has-success:after,
.ihf-advanced-search-launch.success:after {
content: "Success!";
-webkit-animation: moveUp 0.5s;
animation: moveUp 0.5s;
z-index: 1;
color: #000000;
}
.button--loading-circle-o-notch .ihf-advanced-search-launch.button--loading:before {
content: "";
}
.button--loading-refresh .ihf-advanced-search-launch.button--loading:before {
content: "";
}
.button--loading-spinner .ihf-advanced-search-launch.button--loading:before {
content: "";
}
@media (min-width: 992px) {
.ihf-advanced-search-launch.hover,
.ihf-advanced-search-launch:hover {
border-color: #121717;
color: #121717;
}
}
.ihf-advanced-search-launch:active,
.ihf-advanced-search-launch.active {
-webkit-transform: translate3d(0, 1px, 0);
transform: translate3d(0, 1px, 0);
border-color: #121717;
background: #121717;
color: #fff;
-webkit-box-shadow: none;
box-shadow: none;
}
.ihf-advanced-search-launch:disabled,
.ihf-advanced-search-launch.disabled {
color: #ccc;
border-color: #efefef;
}
#saveSearchButton {
display: inline-block;
margin-bottom: 0;
text-align: center;
vertical-align: middle;
cursor: pointer;
background-image: none;
text-transform: uppercase;
text-decoration: none;
white-space: nowrap;
padding: 6px 20px;
font-size: 15px;
line-height: 1.6;
border-radius: 0;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
padding-left: 15px;
padding-right: 15px;
font-weight: 700;
font-size: 15px;
position: relative;
text-decoration: none;
border: 2px solid #121717;
background: none;
color: #121717;
}
#saveSearchButton:hover,
#saveSearchButton:focus,
#saveSearchButton.active {
color: #333;
text-decoration: none;
outline: none;
}
#saveSearchButton:disabled,
#saveSearchButton.disabled {
cursor: not-allowed;
}
#saveSearchButton.progress {
overflow: visible;
height: auto;
-webkit-box-shadow: none;
box-shadow: none;
margin-bottom: 0;
}
#saveSearchButton:after {
content: '';
position: absolute;
z-index: -1;
-webkit-transition: all 0.3s;
transition: all 0.3s;
left: 0;
right: 0;
text-align: center;
}
#saveSearchButton.button--loading:before {
margin: 0 10px 0;
font-size: 14px;
display: inline-block;
font-family: FontAwesome;
content: "";
-webkit-animation: fa-spin 2s infinite linear;
animation: fa-spin 2s infinite linear;
}
#saveSearchButton.has-error,
#saveSearchButton.error {
-webkit-animation: shake 0.5s;
animation: shake 0.5s;
color: transparent !important;
}
#saveSearchButton.has-error:after,
#saveSearchButton.error:after {
content: "Error!";
-webkit-animation: scaleFromUp 0.5s;
animation: scaleFromUp 0.5s;
z-index: 1;
color: #e95b35;
}
#saveSearchButton.has-success,
#saveSearchButton.success {
color: transparent !important;
}
#saveSearchButton.has-success:after,
#saveSearchButton.success:after {
content: "Success!";
-webkit-animation: moveUp 0.5s;
animation: moveUp 0.5s;
z-index: 1;
color: #000000;
}
.button--loading-circle-o-notch #saveSearchButton.button--loading:before {
content: "";
}
.button--loading-refresh #saveSearchButton.button--loading:before {
content: "";
}
.button--loading-spinner #saveSearchButton.button--loading:before {
content: "";
}
@media (min-width: 992px) {
#saveSearchButton.hover,
#saveSearchButton:hover {
border-color: #121717;
color: #121717;
}
}
#saveSearchButton:active,
#saveSearchButton.active {
-webkit-transform: translate3d(0, 1px, 0);
transform: translate3d(0, 1px, 0);
border-color: #121717;
background: #121717;
color: #fff;
-webkit-box-shadow: none;
box-shadow: none;
}
#saveSearchButton:disabled,
#saveSearchButton.disabled {
color: #ccc;
border-color: #efefef;
}
#saveSearchButton .glyphicon-star {
color: #f9dbac;
}
.ihf-listing-search-results .btn-link {
position: relative;
border: 1px solid #d6d6d6;
text-align: center;
display: block;
padding: 7px 20px;
text-transform: uppercase;
color: #121717;
text-decoration: none;
vertical-align: middle;
line-height: 1.6;
font-weight: 600;
margin: 0 auto;
}
.ihf-listing-search-results .btn-link:after {
content: '';
position: absolute;
z-index: -1;
-webkit-transition: all 0.3s;
transition: all 0.3s;
left: 0;
right: 0;
text-align: center;
}
.ihf-listing-search-results .btn-link.button--loading:before {
margin: 0 10px 0;
font-size: 14px;
display: inline-block;
font-family: FontAwesome;
content: "";
-webkit-animation: fa-spin 2s infinite linear;
animation: fa-spin 2s infinite linear;
}
.ihf-listing-search-results .btn-link.has-error,
.ihf-listing-search-results .btn-link.error {
-webkit-animation: shake 0.5s;
animation: shake 0.5s;
color: transparent !important;
}
.ihf-listing-search-results .btn-link.has-error:after,
.ihf-listing-search-results .btn-link.error:after {
content: "Error!";
-webkit-animation: scaleFromUp 0.5s;
animation: scaleFromUp 0.5s;
z-index: 1;
color: #e95b35;
}
.ihf-listing-search-results .btn-link.has-success,
.ihf-listing-search-results .btn-link.success {
color: transparent !important;
}
.ihf-listing-search-results .btn-link.has-success:after,
.ihf-listing-search-results .btn-link.success:after {
content: "Success!";
-webkit-animation: moveUp 0.5s;
animation: moveUp 0.5s;
z-index: 1;
color: #000000;
}
.button--loading-circle-o-notch .ihf-listing-search-results .btn-link.button--loading:before {
content: "";
}
.button--loading-refresh .ihf-listing-search-results .btn-link.button--loading:before {
content: "";
}
.button--loading-spinner .ihf-listing-search-results .btn-link.button--loading:before {
content: "";
}
.ihf-listing-search-results .btn-link.hover,
.ihf-listing-search-results .btn-link:hover {
border-color: #121717;
color: #121717;
text-decoration: none;
}
.ihf-listing-search-results .btn-link:active,
.ihf-listing-search-results .btn-link.active {
-webkit-transform: translate3d(0, 1px, 0);
transform: translate3d(0, 1px, 0);
border-color: #121717;
background: #121717;
color: #fff;
-webkit-box-shadow: none;
box-shadow: none;
}
.ihf-listing-search-results .btn-link:focus,
.ihf-listing-search-results .btn-link.focus {
text-decoration: none;
outline: none;
}
.ihf-listing-search-results .btn-link:disabled,
.ihf-listing-search-results .btn-link.disabled {
cursor: not-allowed;
color: #ccc;
border-color: #efefef;
}
.ihf-listing-search-results .btn-link.progress {
overflow: visible;
height: auto;
-webkit-box-shadow: none;
box-shadow: none;
margin-bottom: 0;
}
.ihf .ihf-listing-search-results {
position: relative;
}
.ihf .ihf-listing-search-results > .row:nth-of-type(1) {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
}
.ihf .ihf-listing-search-results > .row:nth-of-type(1):before,
.ihf .ihf-listing-search-results > .row:nth-of-type(1):after {
content: '';
display: none;
}
.ihf .ihf-listing-search-results > .row:nth-of-type(1) > .col-xs-7,
.ihf .ihf-listing-search-results > .row:nth-of-type(1) > .col-xs-5 {
width: auto;
}
@media (max-width: 767px) {
.ihf .ihf-listing-search-results > .row:nth-of-type(1) > .col-xs-7 {
margin-top: 30px;
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
}
}
.ihf .ihf-listing-search-results > .row:nth-of-type(1) .btn-link {
border: none;
color: #000000;
}
@media (max-width: 767px) {
.ihf .ihf-listing-search-results > .row:nth-of-type(1) .btn-link {
padding-left: 0;
}
}
.ihf .ihf-listing-search-results > .row:nth-of-type(2):not(.ihf-refine-row) {
float: left;
margin-top: 45px;
width: auto;
}
.ihf .ihf-listing-search-results > .row:nth-of-type(2):not(.ihf-refine-row) .btn-group-justified {
width: auto;
}
.ihf .ihf-listing-search-results > .row:nth-of-type(2):not(.ihf-refine-row) > .col-xs-0 {
display: none;
}
.ihf .ihf-listing-search-results > .row:nth-of-type(2):not(.ihf-refine-row) > .col-xs-12 {
width: auto;
}
.ihf .ihf-listing-search-results > .row:nth-of-type(2):not(.ihf-refine-row) .btn-group > .btn-primary {
background: none;
border: none;
outline: none !important;
padding: 0;
-webkit-box-shadow: none;
box-shadow: none;
padding: 5px 20px;
border-bottom: 1px solid #d6d6d6;
color: #d6d6d6;
width: auto;
}
.ihf .ihf-listing-search-results > .row:nth-of-type(2):not(.ihf-refine-row) .btn-group > .btn-primary.active {
color: #121717;
border-bottom: 3px solid #121717;
}
.ihf .ihf-listing-search-results > .ihf-refine-row {
float: right;
margin-top: 45px;
}
.ihf .ihf-listing-search-results > .ihf-refine-row > .col-xs-4 {
position: absolute;
top: 8px;
left: -15px;
}
.ihf .ihf-listing-search-results > .ihf-refine-row > .col-xs-8 {
width: auto;
}
.ihf .ihf-listing-search-results > .ihf-result-row,
.ihf .ihf-listing-search-results > .ihf-map-row {
clear: both;
}
.ihf-listing-search-results #ihf-map-canvas {
margin-top: 30px;
}
.ihf-organizer:before,
.ihf-organizer:after {
content: " ";
display: table;
}
.ihf-organizer:after {
clear: both;
}
.ihf-organizer > .row:nth-of-type(1) a {
position: relative;
border: 1px solid #d6d6d6;
text-align: center;
display: block;
padding: 7px 20px;
text-transform: uppercase;
color: #121717;
text-decoration: none;
vertical-align: middle;
line-height: 1.6;
font-weight: 600;
margin: 0 auto;
margin: 0 0 0 -1px;
float: left;
}
.ihf-organizer > .row:nth-of-type(1) a:after {
content: '';
position: absolute;
z-index: -1;
-webkit-transition: all 0.3s;
transition: all 0.3s;
left: 0;
right: 0;
text-align: center;
}
.ihf-organizer > .row:nth-of-type(1) a.button--loading:before {
margin: 0 10px 0;
font-size: 14px;
display: inline-block;
font-family: FontAwesome;
content: "";
-webkit-animation: fa-spin 2s infinite linear;
animation: fa-spin 2s infinite linear;
}
.ihf-organizer > .row:nth-of-type(1) a.has-error,
.ihf-organizer > .row:nth-of-type(1) a.error {
-webkit-animation: shake 0.5s;
animation: shake 0.5s;
color: transparent !important;
}
.ihf-organizer > .row:nth-of-type(1) a.has-error:after,
.ihf-organizer > .row:nth-of-type(1) a.error:after {
content: "Error!";
-webkit-animation: scaleFromUp 0.5s;
animation: scaleFromUp 0.5s;
z-index: 1;
color: #e95b35;
}
.ihf-organizer > .row:nth-of-type(1) a.has-success,
.ihf-organizer > .row:nth-of-type(1) a.success {
color: transparent !important;
}
.ihf-organizer > .row:nth-of-type(1) a.has-success:after,
.ihf-organizer > .row:nth-of-type(1) a.success:after {
content: "Success!";
-webkit-animation: moveUp 0.5s;
animation: moveUp 0.5s;
z-index: 1;
color: #000000;
}
.button--loading-circle-o-notch .ihf-organizer > .row:nth-of-type(1) a.button--loading:before {
content: "";
}
.button--loading-refresh .ihf-organizer > .row:nth-of-type(1) a.button--loading:before {
content: "";
}
.button--loading-spinner .ihf-organizer > .row:nth-of-type(1) a.button--loading:before {
content: "";
}
.ihf-organizer > .row:nth-of-type(1) a.hover,
.ihf-organizer > .row:nth-of-type(1) a:hover {
border-color: #121717;
color: #121717;
text-decoration: none;
}
.ihf-organizer > .row:nth-of-type(1) a:active,
.ihf-organizer > .row:nth-of-type(1) a.active {
-webkit-transform: translate3d(0, 1px, 0);
transform: translate3d(0, 1px, 0);
border-color: #121717;
background: #121717;
color: #fff;
-webkit-box-shadow: none;
box-shadow: none;
}
.ihf-organizer > .row:nth-of-type(1) a:focus,
.ihf-organizer > .row:nth-of-type(1) a.focus {
text-decoration: none;
outline: none;
}
.ihf-organizer > .row:nth-of-type(1) a:disabled,
.ihf-organizer > .row:nth-of-type(1) a.disabled {
cursor: not-allowed;
color: #ccc;
border-color: #efefef;
}
.ihf-organizer > .row:nth-of-type(1) a.progress {
overflow: visible;
height: auto;
-webkit-box-shadow: none;
box-shadow: none;
margin-bottom: 0;
}
.ihf-organizer > .row:nth-of-type(1) span {
display: none;
}
.ihf-organizer > .row:nth-of-type(2) {
margin-top: 30px;
margin-bottom: 30px;
}
.ihf-organizer > .row:nth-of-type(3) {
margin-top: 30px;
}
.ihf-organizer .panel {
clear: both;
}
.ihf-navigation {
float: left;
margin-top: 45px;
width: auto;
position: relative;
z-index: 5;
}
.ihf-navigation .btn-group-justified {
width: auto;
}
.ihf-navigation > .col-xs-12 {
width: auto;
}
.ihf-navigation .btn-group > .btn-primary {
background: none;
border: none;
outline: none !important;
padding: 0;
-webkit-box-shadow: none;
box-shadow: none;
padding: 5px 20px;
border-bottom: 1px solid #d6d6d6;
color: #d6d6d6;
width: auto;
}
.ihf-navigation .btn-group > .btn-primary.active {
color: #121717;
border-bottom: 3px solid #121717;
}
.ihf-navigation + .row.mt-25.mb-25,
.ihf-navigation + .ihf-refine-row {
float: right;
margin-top: 45px;
margin-bottom: 30px;
}
.ihf-navigation + .row.mt-25.mb-25 .pull-left.mt-10,
.ihf-navigation + .ihf-refine-row .pull-left.mt-10 {
margin: 5px 10px 0 0;
}
.ihf-grid-result {
cursor: pointer;
}
@media (max-width: 767px) {
#ihf-refine-search .dropdown-menu {
margin-right: -87px;
}
}
.ihf-refine-search-container {
width: 275px;
}
.ihf-results-organizer-slider__items {
padding: 15px;
}
#ihf-mini-search-submit {
margin-top: 20px;
}
#ihf-mini-search-submit .btn-primary {
float: right;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
background: #000000;
}
.ihf > .ihf-container > :first-child,
.ihf > .ihf-container > .row {
margin-top: 35px;
}
.ihf > .ihf-container .col-xs-12 > .btn-block {
margin-top: 20px;
}
.ihf-grid-result-container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
border: none;
background: none;
-webkit-box-shadow: none;
box-shadow: none;
padding: 0;
margin-top: 35px;
margin-bottom: 0;
}
.ihf-grid-result-container:hover .ihf-results-grid-photo:after {
opacity: 1;
}
.ihf-grid-result-container:hover > .row:nth-child(4),
.ihf-grid-result-container:hover > .row:nth-child(5),
.ihf-grid-result-container:hover > .row:nth-child(7) {
display: block;
}
.ihf-grid-result-container a:hover {
text-decoration: none;
}
.ihf-grid-result-container > .row:nth-child(1) {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
background: #fff;
padding: 0 0 15px;
margin: 0;
}
.ihf-grid-result-container > .row:nth-child(2) {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
background: #fff;
padding: 15px 0;
margin: 0;
}
.ihf-grid-result-container > .row:nth-child(2):after {
background: url(//www.flowrealproperty.be/hosting/2324-flow/wp-content/themes/realtyspace/public/img/bg-border-dotted-horizontal.png) 0 0 repeat-x;
border: 0;
height: 1px;
display: block;
margin: 0 15px;
position: relative;
top: 8px;
}
@media (max-width: 767px) {
.ihf-grid-result-container > .row:nth-child(2):after {
top: 0;
}
}
.ihf-grid-result-container > .row:nth-child(3) {
-webkit-box-ordinal-group: 1;
-ms-flex-order: 0;
order: 0;
}
.ihf-grid-result-container > .row:nth-child(4),
.ihf-grid-result-container > .row:nth-child(5),
.ihf-grid-result-container > .row:nth-child(7) {
position: absolute;
left: 15px;
right: 15px;
margin: 0;
display: none;
}
.ihf-grid-result-container > .row:nth-child(4) {
top: 150px;
font-size: 14px;
color: #fff;
text-transform: uppercase;
}
.ihf-grid-result-container > .row:nth-child(5) {
top: 230px;
color: #121717;
font-size: 13px;
font-style: italic;
}
.ihf-grid-result-container > .row:nth-child(6) {
display: none;
}
.ihf-grid-result-container > .row:nth-child(7) {
top: 110px;
color: #fff;
}
.ihf-grid-result-container > .row:nth-child(7) .col-xs-3 {
display: none;
}
.ihf-grid-result-container > .row:nth-child(8) {
display: none;
}
.ihf-grid-result-container .ihf-grid-result-address {
font-size: 17px;
color: #121717;
display: block;
}
.ihf-grid-result-container .ihf-grid-result-price {
color: #000000;
padding: 0;
}
.ihf-grid-result-container .ihf-grid-result-price .ihf-for-sale-price {
font-size: 20px;
font-weight: 700;
}
.ihf-grid-result-container .ihf-results-grid-photo {
position: relative;
background-size: 100% 100%;
}
.ihf-grid-result-container .ihf-results-grid-photo a {
display: block;
height: 275px;
}
.ihf-grid-result-container .ihf-results-grid-photo:after {
position: absolute;
background: rgba(0, 0, 0, 0.7);
opacity: 0;
-webkit-transition: 300ms;
transition: 300ms;
content: ' ';
top: 0;
left: 0;
right: 0;
bottom: 0;
}
.ihf-grid-result-container .ihf-grid-result-basic-info-container br {
display: none;
}
.ihf-grid-result-container .ihf-grid-result-photocount {
color: #a6a6a6;
text-transform: uppercase;
font-size: 12px;
padding: 5px 10px;
border: 1px solid #a6a6a6;
right: 15px;
top: 26px;
position: relative;
text-align: center;
display: none;
}
.ihf-grid-result-container .ihf-grid-result-photocount a {
color: #a6a6a6;
}
.ihf-result {
padding-top: 40px;
}
.ihf-result:after {
content: " ";
border-bottom: 1px solid #d6d6d6;
margin: 40px 15px 0;
display: block;
}
@media (max-width: 767px) {
.ihf-result {
margin-top: 30px;
}
.ihf-result:first-of-type {
margin-top: 0;
}
.ihf-result:after {
margin: 30px 15px 0;
}
}
.ihf-result > .col-xs-12 {
float: none;
}
.ihf-result > .col-xs-12 .property-divider {
display: none;
}
.ihf-result > .col-xs-12 > .row > .col-xs-12 {
padding: 0;
}
.ihf-result .ihf-results-photo {
padding-left: 15px;
padding-right: 15px;
float: left;
width: 100%;
}
@media (min-width: 992px) {
.ihf-result .ihf-results-photo {
width: 33.33333%;
}
}
@media (min-width: 1200px) {
.ihf-result .ihf-results-photo {
width: 33.33333%;
}
}
.ihf-result .ihf-results-photo a {
display: block;
}
.ihf-result .ihf-results-photo a img {
max-width: 100%;
}
.ihf-result .ihf-results-property-info {
padding-left: 15px;
padding-right: 15px;
float: left;
width: 50%;
}
@media (min-width: 992px) {
.ihf-result .ihf-results-property-info {
width: 50%;
}
}
@media (min-width: 1200px) {
.ihf-result .ihf-results-property-info {
width: 50%;
}
}
@media (max-width: 991px) {
.ihf-result .ihf-results-property-info {
margin-top: 30px;
}
}
.ihf-result .ihf-results-extra-info {
padding-left: 15px;
padding-right: 15px;
float: left;
width: 50%;
}
@media (min-width: 992px) {
.ihf-result .ihf-results-extra-info {
width: 16.66667%;
}
}
@media (max-width: 991px) {
.ihf-result .ihf-results-extra-info {
margin-top: 30px;
}
}
.ihf-result .ihf-results-links a:first-of-type {
display: none;
}
.ihf-result .ihf-results-links a:nth-of-type(2) {
display: inline-block;
margin-bottom: 0;
text-align: center;
vertical-align: middle;
cursor: pointer;
background-image: none;
text-transform: uppercase;
text-decoration: none;
white-space: nowrap;
padding: 6px 20px;
font-size: 15px;
line-height: 1.6;
border-radius: 0;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
padding-left: 15px;
padding-right: 15px;
font-weight: 700;
font-size: 15px;
position: relative;
text-decoration: none;
border: 2px solid #121717;
background: none;
color: #121717;
margin-top: 15px;
}
.ihf-result .ihf-results-links a:nth-of-type(2):hover,
.ihf-result .ihf-results-links a:nth-of-type(2):focus,
.ihf-result .ihf-results-links a:nth-of-type(2).active {
color: #333;
text-decoration: none;
outline: none;
}
.ihf-result .ihf-results-links a:nth-of-type(2):disabled,
.ihf-result .ihf-results-links a:nth-of-type(2).disabled {
cursor: not-allowed;
}
.ihf-result .ihf-results-links a:nth-of-type(2).progress {
overflow: visible;
height: auto;
-webkit-box-shadow: none;
box-shadow: none;
margin-bottom: 0;
}
.ihf-result .ihf-results-links a:nth-of-type(2):after {
content: '';
position: absolute;
z-index: -1;
-webkit-transition: all 0.3s;
transition: all 0.3s;
left: 0;
right: 0;
text-align: center;
}
.ihf-result .ihf-results-links a:nth-of-type(2).button--loading:before {
margin: 0 10px 0;
font-size: 14px;
display: inline-block;
font-family: FontAwesome;
content: "";
-webkit-animation: fa-spin 2s infinite linear;
animation: fa-spin 2s infinite linear;
}
.ihf-result .ihf-results-links a:nth-of-type(2).has-error,
.ihf-result .ihf-results-links a:nth-of-type(2).error {
-webkit-animation: shake 0.5s;
animation: shake 0.5s;
color: transparent !important;
}
.ihf-result .ihf-results-links a:nth-of-type(2).has-error:after,
.ihf-result .ihf-results-links a:nth-of-type(2).error:after {
content: "Error!";
-webkit-animation: scaleFromUp 0.5s;
animation: scaleFromUp 0.5s;
z-index: 1;
color: #e95b35;
}
.ihf-result .ihf-results-links a:nth-of-type(2).has-success,
.ihf-result .ihf-results-links a:nth-of-type(2).success {
color: transparent !important;
}
.ihf-result .ihf-results-links a:nth-of-type(2).has-success:after,
.ihf-result .ihf-results-links a:nth-of-type(2).success:after {
content: "Success!";
-webkit-animation: moveUp 0.5s;
animation: moveUp 0.5s;
z-index: 1;
color: #000000;
}
.button--loading-circle-o-notch .ihf-result .ihf-results-links a:nth-of-type(2).button--loading:before {
content: "";
}
.button--loading-refresh .ihf-result .ihf-results-links a:nth-of-type(2).button--loading:before {
content: "";
}
.button--loading-spinner .ihf-result .ihf-results-links a:nth-of-type(2).button--loading:before {
content: "";
}
@media (min-width: 992px) {
.ihf-result .ihf-results-links a:nth-of-type(2).hover,
.ihf-result .ihf-results-links a:nth-of-type(2):hover {
border-color: #121717;
color: #121717;
}
}
.ihf-result .ihf-results-links a:nth-of-type(2):active,
.ihf-result .ihf-results-links a:nth-of-type(2).active {
-webkit-transform: translate3d(0, 1px, 0);
transform: translate3d(0, 1px, 0);
border-color: #121717;
background: #121717;
color: #fff;
-webkit-box-shadow: none;
box-shadow: none;
}
.ihf-result .ihf-results-links a:nth-of-type(2):disabled,
.ihf-result .ihf-results-links a:nth-of-type(2).disabled {
color: #ccc;
border-color: #efefef;
}
.ihf-result .properties__address {
margin-bottom: 25px;
}
@media (max-width: 767px) {
.ihf-result .properties__address {
margin-bottom: 0;
}
}
.ihf-result .properties__address .ihf-results-address {
margin-left: 50px;
margin-top: 5px;
}
@media (max-width: 767px) {
.ihf-result .properties__address .ihf-results-address {
margin-left: 0;
}
}
.ihf-result .properties__address .ihf-txt-uc {
color: #121717;
display: block;
}
.ihf-result .properties__address .listing-open-home-text {
color: #121717;
font-style: italic;
}
.ihf-result .ihf-results-price {
color: #000000;
padding: 0;
text-align: right;
}
.ihf-result .ihf-results-price .ihf-for-sale-price {
font-size: 25px;
font-weight: 600;
display: block;
}
.ihf-result .ihf-map-icon {
position: absolute;
left: 15px;
top: 0;
}
.ihf-result .ihf-results-listingnum {
margin-top: 15px;
}
.ihf-map-icon {
background: url(//www.flowrealproperty.be/hosting/2324-flow/wp-content/themes/realtyspace/public/img/marker/default.png);
width: 34px;
height: 47px;
text-indent: -99999px;
}
#ihf-main-container .leaflet-popup-content-wrapper {
background: #000000;
padding: 13px 20px 18px;
color: #fff;
position: absolute;
bottom: -2px;
left: 18px;
font-weight: 200;
width: 340px;
font-size: 15px;
background: rgba(44, 62, 80, 0.8);
}
#ihf-main-container .leaflet-popup-content-wrapper:after {
content: "";
display: block;
position: absolute;
bottom: -15px;
left: 0;
width: 0;
height: 0;
border-bottom: 15px solid transparent;
border-left: 15px solid #000000;
border-left: 15px solid rgba(44, 62, 80, 0.8);
}
#ihf-main-container .leaflet-clickable {
stroke-width: 2px;
fill-opacity: 0.1;
}
.leaflet-container .map-infobox-img {
max-width: 100% !important;
}
.ihf-map-info-box-title a {
color: #fff;
font-weight: 600;
}
.ihf-map-info-window {
margin-top: 10px;
}
.ihf-listing-detail {
position: relative;
}
.ihf-listing-detail .back-to-results {
padding: 0;
margin-right: -15px;
margin-top: 5px;
}
.ihf-listing-detail .back-to-results a {
text-transform: uppercase;
color: #000000;
font-weight: 600;
}
.ihf-listing-detail #ihf-leadcapture-btns .btn-primary {
display: inline-block;
margin-bottom: 0;
text-align: center;
vertical-align: middle;
cursor: pointer;
background-image: none;
text-transform: uppercase;
text-decoration: none;
white-space: nowrap;
padding: 6px 20px;
font-size: 15px;
line-height: 1.6;
border-radius: 0;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
padding-left: 15px;
padding-right: 15px;
font-weight: 700;
font-size: 15px;
position: relative;
text-decoration: none;
border: 2px solid #121717;
background: none;
color: #121717;
}
.ihf-listing-detail #ihf-leadcapture-btns .btn-primary:hover,
.ihf-listing-detail #ihf-leadcapture-btns .btn-primary:focus,
.ihf-listing-detail #ihf-leadcapture-btns .btn-primary.active {
color: #333;
text-decoration: none;
outline: none;
}
.ihf-listing-detail #ihf-leadcapture-btns .btn-primary:disabled,
.ihf-listing-detail #ihf-leadcapture-btns .btn-primary.disabled {
cursor: not-allowed;
}
.ihf-listing-detail #ihf-leadcapture-btns .btn-primary.progress {
overflow: visible;
height: auto;
-webkit-box-shadow: none;
box-shadow: none;
margin-bottom: 0;
}
.ihf-listing-detail #ihf-leadcapture-btns .btn-primary:after {
content: '';
position: absolute;
z-index: -1;
-webkit-transition: all 0.3s;
transition: all 0.3s;
left: 0;
right: 0;
text-align: center;
}
.ihf-listing-detail #ihf-leadcapture-btns .btn-primary.button--loading:before {
margin: 0 10px 0;
font-size: 14px;
display: inline-block;
font-family: FontAwesome;
content: "";
-webkit-animation: fa-spin 2s infinite linear;
animation: fa-spin 2s infinite linear;
}
.ihf-listing-detail #ihf-leadcapture-btns .btn-primary.has-error,
.ihf-listing-detail #ihf-leadcapture-btns .btn-primary.error {
-webkit-animation: shake 0.5s;
animation: shake 0.5s;
color: transparent !important;
}
.ihf-listing-detail #ihf-leadcapture-btns .btn-primary.has-error:after,
.ihf-listing-detail #ihf-leadcapture-btns .btn-primary.error:after {
content: "Error!";
-webkit-animation: scaleFromUp 0.5s;
animation: scaleFromUp 0.5s;
z-index: 1;
color: #e95b35;
}
.ihf-listing-detail #ihf-leadcapture-btns .btn-primary.has-success,
.ihf-listing-detail #ihf-leadcapture-btns .btn-primary.success {
color: transparent !important;
}
.ihf-listing-detail #ihf-leadcapture-btns .btn-primary.has-success:after,
.ihf-listing-detail #ihf-leadcapture-btns .btn-primary.success:after {
content: "Success!";
-webkit-animation: moveUp 0.5s;
animation: moveUp 0.5s;
z-index: 1;
color: #000000;
}
.button--loading-circle-o-notch .ihf-listing-detail #ihf-leadcapture-btns .btn-primary.button--loading:before {
content: "";
}
.button--loading-refresh .ihf-listing-detail #ihf-leadcapture-btns .btn-primary.button--loading:before {
content: "";
}
.button--loading-spinner .ihf-listing-detail #ihf-leadcapture-btns .btn-primary.button--loading:before {
content: "";
}
@media (min-width: 992px) {
.ihf-listing-detail #ihf-leadcapture-btns .btn-primary.hover,
.ihf-listing-detail #ihf-leadcapture-btns .btn-primary:hover {
border-color: #121717;
color: #121717;
}
}
.ihf-listing-detail #ihf-leadcapture-btns .btn-primary:active,
.ihf-listing-detail #ihf-leadcapture-btns .btn-primary.active {
-webkit-transform: translate3d(0, 1px, 0);
transform: translate3d(0, 1px, 0);
border-color: #121717;
background: #121717;
color: #fff;
-webkit-box-shadow: none;
box-shadow: none;
}
.ihf-listing-detail #ihf-leadcapture-btns .btn-primary:disabled,
.ihf-listing-detail #ihf-leadcapture-btns .btn-primary.disabled {
color: #ccc;
border-color: #efefef;
}
@media (max-width: 991px) {
.ihf-listing-detail #ihf-leadcapture-btns .btn-primary {
font-size: 12px;
}
}
.ihf-listing-detail .ihf-address {
display: none;
}
.ihf-listing-detail .ihf-price {
background: #fff;
border: 1px solid #d6d6d6;
color: #121717;
line-height: 1;
position: absolute;
left: 15px;
padding: 10px 14px;
bottom: -12px;
}
.ihf-listing-detail .ihf-price span {
font-size: 46px;
color: #000000;
display: block;
font-weight: 600;
}
@media (max-width: 1199px) {
.ihf-listing-detail .ihf-price {
bottom: 40px;
}
}
@media (max-width: 991px) {
.ihf-listing-detail .ihf-price {
font-size: 20px;
bottom: 80px;
}
.ihf-listing-detail .ihf-price span {
font-size: 24px;
}
}
.ihf-listing-detail .slider--small .carousel-control {
display: none;
}
.ihf-listing-detail .slider--small span.ihf-center {
display: block;
text-align: center;
}
.ihf-listing-detail .slider--small span.ihf-center img {
margin: 0 auto;
}
.ihf-listing-detail .slider--small .slider__item {
min-height: 400px;
}
@media (max-width: 767px) {
.ihf-listing-detail .slider--small .slider__item {
min-height: auto;
}
}
.ihf-listing-detail .slider--small .slider__controls {
right: auto;
}
.ihf-listing-detail > #ihf-detail-navrow {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
}
.ihf-listing-detail > #ihf-detail-navrow:before,
.ihf-listing-detail > #ihf-detail-navrow:after {
content: '';
display: none;
}
.ihf-listing-detail > #ihf-detail-navrow .col-xs-12 {
width: auto;
}
@media (max-width: 767px) {
.ihf-listing-detail > #ihf-detail-navrow {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.ihf-listing-detail > #ihf-detail-navrow .ihf-detail-back-to-results {
text-align: right;
margin-right: 15px;
}
.ihf-listing-detail > #ihf-detail-navrow .ihf-detail-navigation {
position: relative;
top: 15px;
}
}
.ihf-listing-detail > #ihf-detail-navrow .pagination {
margin: 0 0 0 30px;
}
.ihf-listing-detail > #ihf-leadcapture-btns {
margin-top: 10px;
}
@media (max-width: 1199px) {
.ihf-listing-detail > #ihf-leadcapture-btns {
margin-top: 45px;
}
}
.ihf-listing-detail > #ihf-leadcapture-btns > .col-xs-12 {
text-align: right;
}
@media (max-width: 1199px) {
.ihf-listing-detail > #ihf-leadcapture-btns > .col-xs-12 {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
}
.ihf-listing-detail > .row {
margin-top: 30px;
}
.ihf-listing-detail > #ihf-detail-modals + .row {
margin-top: 0;
}
.ihf-listing-detail > #ihf-detail-modals + .row > .col-xs-7 {
display: none;
}
.ihf-listing-detail > .property__plan > .col-md-12 {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: stretch;
-ms-flex-align: stretch;
align-items: stretch;
}
@media (max-width: 991px) {
.ihf-listing-detail > .property__plan > .col-md-12 {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
}
.ihf-listing-detail > .property__plan > .col-md-12 > div {
text-align: center;
margin-bottom: 0;
border: 1px solid #fff;
background: #e4e4e4;
margin-left: -1px;
margin-top: -1px;
padding: 20px 15px;
width: 23%;
}
.ihf-listing-detail > .property__plan > .col-md-12 > div.ihf-property-type {
width: 33%;
}
@media (max-width: 991px) {
.ihf-listing-detail > .property__plan > .col-md-12 > div {
width: 50% !important;
}
}
.ihf-listing-detail > #ihf-detail-extrainfo-tabrow {
display: none;
}
.ihf-listing-detail .ihf-detail-tab-content h5 {
font-weight: 600;
}
.ihf-listing-detail .ihf-detail-tab-content > .tab-pane {
display: block;
}
.ihf-listing-detail #ihf-agent-sellers-rep {
-webkit-box-ordinal-group: 13;
-ms-flex-order: 12;
order: 12;
margin-top: 30px;
}
.ihf-listing-detail #ihf-agent-sellers-rep + img {
-webkit-box-ordinal-group: 14;
-ms-flex-order: 13;
order: 13;
-ms-flex-item-align: center;
align-self: center;
margin-top: 30px;
}
.ihf-listing-detail #ihf-agent-sellers-rep + img + div {
-webkit-box-ordinal-group: 15;
-ms-flex-order: 14;
order: 14;
margin-top: 30px;
}
.ihf-listing-detail #ihf-board-detail-disclaimer {
-webkit-box-ordinal-group: 16;
-ms-flex-order: 15;
order: 15;
margin-top: 30px;
}
.ihf-listing-detail #ihf-board-detail-updatetext {
-webkit-box-ordinal-group: 17;
-ms-flex-order: 16;
order: 16;
margin-top: 30px;
}
.ihf-listing-detail .ihf-listing-number {
font-size: 20px;
color: #121717;
font-weight: 600;
}
.ihf-listing-detail .ihf-virtual-tour-link a {
position: relative;
border: 1px solid #d6d6d6;
text-align: center;
display: block;
padding: 7px 20px;
text-transform: uppercase;
color: #121717;
text-decoration: none;
vertical-align: middle;
line-height: 1.6;
font-weight: 600;
margin: 0 auto;
}
.ihf-listing-detail .ihf-virtual-tour-link a:after {
content: '';
position: absolute;
z-index: -1;
-webkit-transition: all 0.3s;
transition: all 0.3s;
left: 0;
right: 0;
text-align: center;
}
.ihf-listing-detail .ihf-virtual-tour-link a.button--loading:before {
margin: 0 10px 0;
font-size: 14px;
display: inline-block;
font-family: FontAwesome;
content: "";
-webkit-animation: fa-spin 2s infinite linear;
animation: fa-spin 2s infinite linear;
}
.ihf-listing-detail .ihf-virtual-tour-link a.has-error,
.ihf-listing-detail .ihf-virtual-tour-link a.error {
-webkit-animation: shake 0.5s;
animation: shake 0.5s;
color: transparent !important;
}
.ihf-listing-detail .ihf-virtual-tour-link a.has-error:after,
.ihf-listing-detail .ihf-virtual-tour-link a.error:after {
content: "Error!";
-webkit-animation: scaleFromUp 0.5s;
animation: scaleFromUp 0.5s;
z-index: 1;
color: #e95b35;
}
.ihf-listing-detail .ihf-virtual-tour-link a.has-success,
.ihf-listing-detail .ihf-virtual-tour-link a.success {
color: transparent !important;
}
.ihf-listing-detail .ihf-virtual-tour-link a.has-success:after,
.ihf-listing-detail .ihf-virtual-tour-link a.success:after {
content: "Success!";
-webkit-animation: moveUp 0.5s;
animation: moveUp 0.5s;
z-index: 1;
color: #000000;
}
.button--loading-circle-o-notch .ihf-listing-detail .ihf-virtual-tour-link a.button--loading:before {
content: "";
}
.button--loading-refresh .ihf-listing-detail .ihf-virtual-tour-link a.button--loading:before {
content: "";
}
.button--loading-spinner .ihf-listing-detail .ihf-virtual-tour-link a.button--loading:before {
content: "";
}
.ihf-listing-detail .ihf-virtual-tour-link a.hover,
.ihf-listing-detail .ihf-virtual-tour-link a:hover {
border-color: #121717;
color: #121717;
text-decoration: none;
}
.ihf-listing-detail .ihf-virtual-tour-link a:active,
.ihf-listing-detail .ihf-virtual-tour-link a.active {
-webkit-transform: translate3d(0, 1px, 0);
transform: translate3d(0, 1px, 0);
border-color: #121717;
background: #121717;
color: #fff;
-webkit-box-shadow: none;
box-shadow: none;
}
.ihf-listing-detail .ihf-virtual-tour-link a:focus,
.ihf-listing-detail .ihf-virtual-tour-link a.focus {
text-decoration: none;
outline: none;
}
.ihf-listing-detail .ihf-virtual-tour-link a:disabled,
.ihf-listing-detail .ihf-virtual-tour-link a.disabled {
cursor: not-allowed;
color: #ccc;
border-color: #efefef;
}
.ihf-listing-detail .ihf-virtual-tour-link a.progress {
overflow: visible;
height: auto;
-webkit-box-shadow: none;
box-shadow: none;
margin-bottom: 0;
}
.ihf-listing-detail .ihf-social-share {
margin-top: 15px;
}
.ihf-listing-detail .ihf-share-btn {
color: #000000;
background: none;
}
.ihf-listing-detail .title-bar-1 {
background: #000000;
padding: 15px;
color: #fff;
}
.ihf-listing-detail .listing-info-slider__item {
border-top: 1px solid #d6d6d6;
padding: 15px 0;
}
.ihf-listing-detail .listing-info-slider__item.listing-info-slider__item-2 {
border-top: none;
}
.ihf-listing-detail .listing-info-slider__item-title {
font-weight: 600;
}
.ihf-listing-detail #ihf-detail-extrainfotabs {
display: none;
}
.ihf-listing-detail #ihf-detail-features-tab > .row {
margin: 0;
}
.ihf-listing-detail #ihf-mortgage-calculator-tab-content .input-group[class*="col-"] {
padding-left: 15px;
padding-right: 15px;
}
.ihf-listing-detail #ihf-mort-calc-submit {
display: inline-block;
margin-bottom: 0;
text-align: center;
vertical-align: middle;
cursor: pointer;
background-image: none;
text-transform: uppercase;
text-decoration: none;
white-space: nowrap;
padding: 6px 20px;
font-size: 15px;
line-height: 1.6;
border-radius: 0;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
padding-left: 15px;
padding-right: 15px;
font-weight: 700;
font-size: 15px;
position: relative;
border: none;
border-bottom: 4px solid #848991;
background: #121717;
color: #f2f2f2;
margin-top: 20px;
}
.ihf-listing-detail #ihf-mort-calc-submit:hover,
.ihf-listing-detail #ihf-mort-calc-submit:focus,
.ihf-listing-detail #ihf-mort-calc-submit.active {
color: #333;
text-decoration: none;
outline: none;
}
.ihf-listing-detail #ihf-mort-calc-submit:disabled,
.ihf-listing-detail #ihf-mort-calc-submit.disabled {
cursor: not-allowed;
}
.ihf-listing-detail #ihf-mort-calc-submit.progress {
overflow: visible;
height: auto;
-webkit-box-shadow: none;
box-shadow: none;
margin-bottom: 0;
}
.ihf-listing-detail #ihf-mort-calc-submit:after {
content: '';
position: absolute;
z-index: -1;
-webkit-transition: all 0.3s;
transition: all 0.3s;
left: 0;
right: 0;
text-align: center;
}
.ihf-listing-detail #ihf-mort-calc-submit.button--loading:before {
margin: 0 10px 0;
font-size: 14px;
display: inline-block;
font-family: FontAwesome;
content: "";
-webkit-animation: fa-spin 2s infinite linear;
animation: fa-spin 2s infinite linear;
}
.ihf-listing-detail #ihf-mort-calc-submit.has-error,
.ihf-listing-detail #ihf-mort-calc-submit.error {
-webkit-animation: shake 0.5s;
animation: shake 0.5s;
color: transparent !important;
}
.ihf-listing-detail #ihf-mort-calc-submit.has-error:after,
.ihf-listing-detail #ihf-mort-calc-submit.error:after {
content: "Error!";
-webkit-animation: scaleFromUp 0.5s;
animation: scaleFromUp 0.5s;
z-index: 1;
color: #e95b35;
}
.ihf-listing-detail #ihf-mort-calc-submit.has-success,
.ihf-listing-detail #ihf-mort-calc-submit.success {
color: transparent !important;
}
.ihf-listing-detail #ihf-mort-calc-submit.has-success:after,
.ihf-listing-detail #ihf-mort-calc-submit.success:after {
content: "Success!";
-webkit-animation: moveUp 0.5s;
animation: moveUp 0.5s;
z-index: 1;
color: #000000;
}
.button--loading-circle-o-notch .ihf-listing-detail #ihf-mort-calc-submit.button--loading:before {
content: "";
}
.button--loading-refresh .ihf-listing-detail #ihf-mort-calc-submit.button--loading:before {
content: "";
}
.button--loading-spinner .ihf-listing-detail #ihf-mort-calc-submit.button--loading:before {
content: "";
}
.ihf-listing-detail #ihf-mort-calc-submit.hover,
.ihf-listing-detail #ihf-mort-calc-submit:hover {
border-bottom: 4px solid #121717;
color: #f2f2f2;
background: #121717;
}
.ihf-listing-detail #ihf-mort-calc-submit:focus,
.ihf-listing-detail #ihf-mort-calc-submit:active:focus,
.ihf-listing-detail #ihf-mort-calc-submit:active,
.ihf-listing-detail #ihf-mort-calc-submit.active {
border-top: 4px solid #848991;
border-bottom: none;
color: #f2f2f2;
background: #121717;
outline: none;
}
.ihf-listing-detail #ihf-mort-calc-submit:disabled,
.ihf-listing-detail #ihf-mort-calc-submit.disabled {
color: #ccc;
background: #efefef;
border-bottom: 4px solid #dedede;
}
.ihf-listing-detail .mc-loanamt {
text-align: right;
}
.ihf-listing-detail .panel.panel-primary {
margin-top: 20px;
border: 1px solid #000000;
padding: 30px;
}
.ihf-listing-detail .panel.panel-primary .mc-total {
font-size: 20px;
}
.ihf-listing-detail .panel.panel-primary .mc-total .mc-amount {
color: #000000;
font-size: 24px;
font-weight: 600;
}
.ihf-listing-detail .panel.panel-primary .mc-estimated {
text-decoration: underline;
}
.ihf-listing-detail .panel.panel-primary .table.table-condensed {
border: none;
margin-top: 30px;
}
.ihf-listing-detail .panel.panel-primary .table.table-condensed td {
padding: 5px 0;
border: none;
border-bottom: 1px solid #d6d6d6;
}
.ihf-listing-detail .ihf-property-no-photo {
max-width: 100%;
}
.ihf-listing-detail .ihf-open-home .panel-group {
margin-bottom: 0;
}
.ihf-listing-detail .ihf-open-home .panel-group .panel {
border: 0;
}
.ihf-listing-detail .ihf-open-home .panel-group .panel > .panel-heading {
background: #121717;
color: #121717 !important;
}
.ihf-listing-detail .ihf-open-home .panel-group .panel > .panel-heading .color-green {
color: #fff !important;
display: block;
}
.ihf-listing-detail .ihf-open-home .panel-group .panel > .panel-heading a {
color: #121717 !important;
text-decoration: none !important;
}
.ihf-listing-detail .ihf-open-home .panel-group .panel > .panel-heading.hover {
text-decoration: none;
}
.ihf-listing-detail .ihf-open-home .panel-group .panel > .panel-heading .glyphicon {
font-size: 10px;
position: relative;
top: -2px;
}
.ihf-listing-detail .ihf-open-home .panel-group .panel > .panel-heading .glyphicon:before {
content: "\002b";
}
#ihf-main-container .modal {
background: rgba(0, 0, 0, 0.5);
}
#ihf-main-container .modal .modal-header {
background: none;
padding-bottom: 0;
}
#ihf-main-container .modal .modal-footer {
padding: 0 16px 15px;
background: none;
}
#ihf-main-container .modal .modal-footer .btn-link {
display: inline-block;
margin-bottom: 0;
text-align: center;
vertical-align: middle;
cursor: pointer;
background-image: none;
text-transform: uppercase;
text-decoration: none;
white-space: nowrap;
padding: 6px 20px;
font-size: 15px;
line-height: 1.6;
border-radius: 0;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
padding-left: 15px;
padding-right: 15px;
font-weight: 700;
font-size: 15px;
position: relative;
text-decoration: none;
border: 2px solid #121717;
background: none;
color: #121717;
}
#ihf-main-container .modal .modal-footer .btn-link:hover,
#ihf-main-container .modal .modal-footer .btn-link:focus,
#ihf-main-container .modal .modal-footer .btn-link.active {
color: #333;
text-decoration: none;
outline: none;
}
#ihf-main-container .modal .modal-footer .btn-link:disabled,
#ihf-main-container .modal .modal-footer .btn-link.disabled {
cursor: not-allowed;
}
#ihf-main-container .modal .modal-footer .btn-link.progress {
overflow: visible;
height: auto;
-webkit-box-shadow: none;
box-shadow: none;
margin-bottom: 0;
}
#ihf-main-container .modal .modal-footer .btn-link:after {
content: '';
position: absolute;
z-index: -1;
-webkit-transition: all 0.3s;
transition: all 0.3s;
left: 0;
right: 0;
text-align: center;
}
#ihf-main-container .modal .modal-footer .btn-link.button--loading:before {
margin: 0 10px 0;
font-size: 14px;
display: inline-block;
font-family: FontAwesome;
content: "";
-webkit-animation: fa-spin 2s infinite linear;
animation: fa-spin 2s infinite linear;
}
#ihf-main-container .modal .modal-footer .btn-link.has-error,
#ihf-main-container .modal .modal-footer .btn-link.error {
-webkit-animation: shake 0.5s;
animation: shake 0.5s;
color: transparent !important;
}
#ihf-main-container .modal .modal-footer .btn-link.has-error:after,
#ihf-main-container .modal .modal-footer .btn-link.error:after {
content: "Error!";
-webkit-animation: scaleFromUp 0.5s;
animation: scaleFromUp 0.5s;
z-index: 1;
color: #e95b35;
}
#ihf-main-container .modal .modal-footer .btn-link.has-success,
#ihf-main-container .modal .modal-footer .btn-link.success {
color: transparent !important;
}
#ihf-main-container .modal .modal-footer .btn-link.has-success:after,
#ihf-main-container .modal .modal-footer .btn-link.success:after {
content: "Success!";
-webkit-animation: moveUp 0.5s;
animation: moveUp 0.5s;
z-index: 1;
color: #000000;
}
.button--loading-circle-o-notch #ihf-main-container .modal .modal-footer .btn-link.button--loading:before {
content: "";
}
.button--loading-refresh #ihf-main-container .modal .modal-footer .btn-link.button--loading:before {
content: "";
}
.button--loading-spinner #ihf-main-container .modal .modal-footer .btn-link.button--loading:before {
content: "";
}
@media (min-width: 992px) {
#ihf-main-container .modal .modal-footer .btn-link.hover,
#ihf-main-container .modal .modal-footer .btn-link:hover {
border-color: #121717;
color: #121717;
}
}
#ihf-main-container .modal .modal-footer .btn-link:active,
#ihf-main-container .modal .modal-footer .btn-link.active {
-webkit-transform: translate3d(0, 1px, 0);
transform: translate3d(0, 1px, 0);
border-color: #121717;
background: #121717;
color: #fff;
-webkit-box-shadow: none;
box-shadow: none;
}
#ihf-main-container .modal .modal-footer .btn-link:disabled,
#ihf-main-container .modal .modal-footer .btn-link.disabled {
color: #ccc;
border-color: #efefef;
}
#ihf-main-container .modal-dialog {
margin-top: 80px;
}
.form-inline {
margin-bottom: 9px;
}
.form-inline .form-group {
display: block;
}
.form-inline .form-control {
width: 100%;
}
.widget--ihomefinder-hero #ihf-search-tabs .tab-content {
margin-top: 0;
}
.widget--ihomefinder-hero #ihf-search-location-tabs {
display: none;
}
.widget--ihomefinder-hero #ihf-search-location-tab {
display: none;
}
.widget--ihomefinder-hero #ihf-search-polygon-tab {
display: block;
}
.widget--ihomefinder-hero #ihf-search-polygon-tab > .row > .col-xs-12:first-of-type {
position: absolute;
bottom: 0;
background: rgba(255, 255, 255, 0.8);
z-index: 10;
padding: 5px 15px;
font-size: 13px;
width: 500px;
left: 15px;
}
.widget--ihomefinder-hero #ihf-map-canvas {
height: 700px !important;
}
@media (max-width: 1199px) {
.widget--ihomefinder-hero #ihf-map-canvas {
height: 400px !important;
}
}
.widget--ihomefinder-hero #ihf-main-search-form > fieldset > .row:not(:first-of-type) {
margin-right: auto;
margin-left: auto;
padding-left: 15px;
padding-right: 15px;
padding-left: 0;
padding-right: 0;
}
@media (min-width: 768px) {
.widget--ihomefinder-hero #ihf-main-search-form > fieldset > .row:not(:first-of-type) {
width: 750px;
}
}
@media (min-width: 992px) {
.widget--ihomefinder-hero #ihf-main-search-form > fieldset > .row:not(:first-of-type) {
width: 970px;
}
}
@media (min-width: 1200px) {
.widget--ihomefinder-hero #ihf-main-search-form > fieldset > .row:not(:first-of-type) {
width: 1200px;
}
}
.widget--ihomefinder-hero #ihf-main-search-form #ihf-lots-land-search-fields,
.widget--ihomefinder-hero #ihf-main-search-form #ihf-commercial-search-fields,
.widget--ihomefinder-hero #ihf-main-search-form #ihf-residential-income-search-fields,
.widget--ihomefinder-hero #ihf-main-search-form #ihf-house-condo-search-fields {
margin-right: auto;
margin-left: auto;
padding-left: 15px;
padding-right: 15px;
}
@media (min-width: 768px) {
.widget--ihomefinder-hero #ihf-main-search-form #ihf-lots-land-search-fields,
.widget--ihomefinder-hero #ihf-main-search-form #ihf-commercial-search-fields,
.widget--ihomefinder-hero #ihf-main-search-form #ihf-residential-income-search-fields,
.widget--ihomefinder-hero #ihf-main-search-form #ihf-house-condo-search-fields {
width: 750px;
}
}
@media (min-width: 992px) {
.widget--ihomefinder-hero #ihf-main-search-form #ihf-lots-land-search-fields,
.widget--ihomefinder-hero #ihf-main-search-form #ihf-commercial-search-fields,
.widget--ihomefinder-hero #ihf-main-search-form #ihf-residential-income-search-fields,
.widget--ihomefinder-hero #ihf-main-search-form #ihf-house-condo-search-fields {
width: 970px;
}
}
@media (min-width: 1200px) {
.widget--ihomefinder-hero #ihf-main-search-form #ihf-lots-land-search-fields,
.widget--ihomefinder-hero #ihf-main-search-form #ihf-commercial-search-fields,
.widget--ihomefinder-hero #ihf-main-search-form #ihf-residential-income-search-fields,
.widget--ihomefinder-hero #ihf-main-search-form #ihf-house-condo-search-fields {
width: 1200px;
}
}
.widget--ihomefinder-hero #ihf-main-search-form #ihf-lot-land-search-fields {
margin-right: auto;
margin-left: auto;
padding-left: 15px;
padding-right: 15px;
}
@media (min-width: 768px) {
.widget--ihomefinder-hero #ihf-main-search-form #ihf-lot-land-search-fields {
width: 750px;
}
}
@media (min-width: 992px) {
.widget--ihomefinder-hero #ihf-main-search-form #ihf-lot-land-search-fields {
width: 970px;
}
}
@media (min-width: 1200px) {
.widget--ihomefinder-hero #ihf-main-search-form #ihf-lot-land-search-fields {
width: 1200px;
}
}
.widget--ihomefinder-hero .ihf-powered-by {
display: none;
}
.widget--ihomefinder-hero .leaflet-top,
.widget--ihomefinder-hero .leaflet-bottom {
z-index: 1080 !important;
}
.widget--ihomefinder-hero #ihf-main-search-form-submit {
float: right;
}
.widget--ihomefinder-mapsearch #ihf-main-search-form-submit {
margin: 20px auto;
float: none;
}
.widget--ihomefinder-group .ihf-powered-by,
.widget--ihomefinder-group #ihf-board-disclaimers {
display: none;
}
.widget--ihomefinder-group .ihf-grid-result-container {
margin-top: 0;
margin-bottom: 30px;
}
@media (max-width: 767px) {
.widget--ihomefinder-group .ihf-listing-search-results {
margin-left: -15px;
margin-right: -15px;
}
}
.widget--ihomefinder-group .ihf-listing-search-results > .row:nth-of-type(2) {
display: none;
}
.widget--ihomefinder-group .ihf-listing-search-results > .row:nth-of-type(2) .col-xs-6 {
float: none;
text-align: center;
margin-left: auto;
margin-right: auto;
}
.gallery-prop-info {
margin-bottom: 20px;
border-bottom: 1px dotted #f2f2f2;
padding-bottom: 20px;
}
.gallery-prop-info:last-of-type {
border-bottom: none;
padding-bottom: 0;
margin-bottom: 0;
}
.gallery-prop-info .address a {
font-size: 17px;
color: #121717;
}
.gallery-prop-info .property-divider {
display: none;
}
.ihf-contact-submit {
margin-top: 15px;
}
.ihf-more-info-widget fieldset > .row {
margin-bottom: 15px;
}
#ihf-lots-land-search-fields,
#ihf-commercial-search-fields,
#ihf-residential-income-search-fields,
#ihf-house-condo-search-fields {
padding-bottom: 15px;
}
#ihf-main-search-form-submit {
width: 200px;
float: right;
display: block;
}
@media (max-width: 767px) {
#ihf-main-search-form #ihf-main-search-form-submit {
margin-top: 56px;
}
}
#ihf-main-search-form .ihf-advanced-search-launch {
width: 200px;
float: right;
}
#ihf-refine-search-close,
.ihf-map-search-refine-link {
display: none;
}
.ihf-email-alert-widget-submit {
margin-top: 20px;
}
@media (max-width: 767px) {
.areaPickerExpandAllButtonClass {
display: inline-block !important;
}
}
#areaPickerInputWrapper {
min-height: 40px;
height: auto;
}
#Map .ihf-polygon-reset {
position: relative;
border: 1px solid #d6d6d6;
text-align: center;
display: block;
padding: 7px 20px;
text-transform: uppercase;
color: #121717;
text-decoration: none;
vertical-align: middle;
line-height: 1.6;
font-weight: 600;
margin: 0 auto;
cursor: pointer;
}
#Map .ihf-polygon-reset:after {
content: '';
position: absolute;
z-index: -1;
-webkit-transition: all 0.3s;
transition: all 0.3s;
left: 0;
right: 0;
text-align: center;
}
#Map .ihf-polygon-reset.button--loading:before {
margin: 0 10px 0;
font-size: 14px;
display: inline-block;
font-family: FontAwesome;
content: "";
-webkit-animation: fa-spin 2s infinite linear;
animation: fa-spin 2s infinite linear;
}
#Map .ihf-polygon-reset.has-error,
#Map .ihf-polygon-reset.error {
-webkit-animation: shake 0.5s;
animation: shake 0.5s;
color: transparent !important;
}
#Map .ihf-polygon-reset.has-error:after,
#Map .ihf-polygon-reset.error:after {
content: "Error!";
-webkit-animation: scaleFromUp 0.5s;
animation: scaleFromUp 0.5s;
z-index: 1;
color: #e95b35;
}
#Map .ihf-polygon-reset.has-success,
#Map .ihf-polygon-reset.success {
color: transparent !important;
}
#Map .ihf-polygon-reset.has-success:after,
#Map .ihf-polygon-reset.success:after {
content: "Success!";
-webkit-animation: moveUp 0.5s;
animation: moveUp 0.5s;
z-index: 1;
color: #000000;
}
.button--loading-circle-o-notch #Map .ihf-polygon-reset.button--loading:before {
content: "";
}
.button--loading-refresh #Map .ihf-polygon-reset.button--loading:before {
content: "";
}
.button--loading-spinner #Map .ihf-polygon-reset.button--loading:before {
content: "";
}
#Map .ihf-polygon-reset.hover,
#Map .ihf-polygon-reset:hover {
border-color: #121717;
color: #121717;
text-decoration: none;
}
#Map .ihf-polygon-reset:active,
#Map .ihf-polygon-reset.active {
-webkit-transform: translate3d(0, 1px, 0);
transform: translate3d(0, 1px, 0);
border-color: #121717;
background: #121717;
color: #fff;
-webkit-box-shadow: none;
box-shadow: none;
}
#Map .ihf-polygon-reset:focus,
#Map .ihf-polygon-reset.focus {
text-decoration: none;
outline: none;
}
#Map .ihf-polygon-reset:disabled,
#Map .ihf-polygon-reset.disabled {
cursor: not-allowed;
color: #ccc;
border-color: #efefef;
}
#Map .ihf-polygon-reset.progress {
overflow: visible;
height: auto;
-webkit-box-shadow: none;
box-shadow: none;
margin-bottom: 0;
}
#Map .ihf-mapsearch-refine-overlay {
display: block !important;
margin-top: 30px;
}
#Map .ihf-mapsearch-refine-overlay .ihf-map-icon {
display: none;
}
#Map > #ihf-map-canvas {
margin-top: 30px;
}
#ihf-search-adv-submit {
display: none;
}
.ihf__mapsearch > .ihf-container > div > .row:nth-of-type(1) {
margin-right: auto;
margin-left: auto;
padding-left: 15px;
padding-right: 15px;
position: absolute;
top: 715px;
left: 0;
right: 0;
padding: 0;
z-index: 10;
}
@media (min-width: 768px) {
.ihf__mapsearch > .ihf-container > div > .row:nth-of-type(1) {
width: 750px;
}
}
@media (min-width: 992px) {
.ihf__mapsearch > .ihf-container > div > .row:nth-of-type(1) {
width: 970px;
}
}
@media (min-width: 1200px) {
.ihf__mapsearch > .ihf-container > div > .row:nth-of-type(1) {
width: 1200px;
}
}
@media (max-width: 1199px) {
.ihf__mapsearch > .ihf-container > div > .row:nth-of-type(1) {
top: 415px;
}
}
.ihf__mapsearch > .ihf-container > div > .row:nth-of-type(1) .col-xs-5 {
width: 50%;
}
.ihf__mapsearch > .ihf-container > div > .row:nth-of-type(1) .col-xs-3 {
display: none;
}
.ihf__mapsearch > .ihf-container > div > .row:nth-of-type(1) .col-xs-4 {
width: 50%;
}
.ihf__mapsearch .ihf-mapsearch-refine-overlay {
margin-right: auto;
margin-left: auto;
padding-left: 15px;
padding-right: 15px;
margin-top: 100px !important;
}
@media (min-width: 768px) {
.ihf__mapsearch .ihf-mapsearch-refine-overlay {
width: 750px;
}
}
@media (min-width: 992px) {
.ihf__mapsearch .ihf-mapsearch-refine-overlay {
width: 970px;
}
}
@media (min-width: 1200px) {
.ihf__mapsearch .ihf-mapsearch-refine-overlay {
width: 1200px;
}
}
.ihf__mapsearch .ihf-map-results-count {
margin-bottom: 7px;
}
.ihf__mapsearch #Map {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.ihf__mapsearch #Map > #ihf-map-canvas {
margin-top: 0;
-webkit-box-ordinal-group: 0;
-ms-flex-order: -1;
order: -1;
}
@media (max-width: 767px) {
.ihf__mapsearch #ihf-refine-map-search-form > .row > .col-xs-6:nth-of-type(1) {
width: 100%;
}
}
.ihf__mapsearch #ihf-refine-map-search-form > .row > .col-xs-6:nth-of-type(1) > .row > .col-xs-12 {
float: left;
width: 50%;
}
@media (max-width: 767px) {
.ihf__mapsearch #ihf-refine-map-search-form > .row > .col-xs-6:nth-of-type(2) {
width: 100%;
}
}
.ihf__mapsearch #ihf-refine-map-search-form > .row > .col-xs-6:nth-of-type(2) > .row:not(.mt-10) {
float: left;
width: 25%;
margin-top: 13px;
}
@media (max-width: 1199px) {
.ihf__mapsearch #ihf-refine-map-search-form > .row > .col-xs-6:nth-of-type(2) > .row:not(.mt-10) {
width: 50%;
margin-top: 0;
}
}
.ihf__mapsearch #ihf-refine-map-search-form > .row > .col-xs-6:nth-of-type(2) > .row:not(.mt-10) > .col-xs-8 {
width: 100%;
}
.ihf__mapsearch #ihf-refine-map-search-form > .row > .col-xs-6:nth-of-type(2) > .row:not(.mt-10) > .col-xs-4 {
display: none;
}
.ihf__mapsearch #ihf-refine-map-search-form #ihf-minprice-homes {
text-align: left !important;
}
.ui-widget-content {
z-index: 1000;
}
.ihf-listing-detail .ihf-price span.ihf-sold-price {
font-size: 26px;
}
.ihf-listing-detail .ihf-price span.ihf-sold-date {
font-size: 16px;
color: #121717;
}
.ihf-listing-detail > #ihf-detail-modals + .row > .col-xs-5 {
width: 100%;
}
@media (max-width: 991px) {
.ihf-listing-detail .ihf-price br {
display: none;
}
.ihf-listing-detail .ihf-price span.ihf-sold-price {
font-size: 17px;
}
.ihf-listing-detail .ihf-price span.ihf-sold-date {
font-size: 14px;
margin-top: 5px;
}
}
.ihf-property-photo > .ihf-center > img {
width: 100%;
}
.ihf-market-report-header-text .btn-primary {
margin-top: 35px;
}
.ihf-market-report-header-toggle {
text-align: right;
}
.ihf-market-report-header-toggle #ihf-market-report-nav-container {
margin-top: 30px;
}
.ihf-market-report-header-toggle #ihf-market-report-nav-container .ihf-market-report-nav {
display: inline-block;
margin-bottom: 0;
text-align: center;
vertical-align: middle;
cursor: pointer;
background-image: none;
text-transform: uppercase;
text-decoration: none;
white-space: nowrap;
padding: 6px 20px;
font-size: 15px;
line-height: 1.6;
border-radius: 0;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
padding-left: 15px;
padding-right: 15px;
font-weight: 700;
font-size: 15px;
position: relative;
text-decoration: none;
border: 2px solid #121717;
background: none;
color: #121717;
}
.ihf-market-report-header-toggle #ihf-market-report-nav-container .ihf-market-report-nav:hover,
.ihf-market-report-header-toggle #ihf-market-report-nav-container .ihf-market-report-nav:focus,
.ihf-market-report-header-toggle #ihf-market-report-nav-container .ihf-market-report-nav.active {
color: #333;
text-decoration: none;
outline: none;
}
.ihf-market-report-header-toggle #ihf-market-report-nav-container .ihf-market-report-nav:disabled,
.ihf-market-report-header-toggle #ihf-market-report-nav-container .ihf-market-report-nav.disabled {
cursor: not-allowed;
}
.ihf-market-report-header-toggle #ihf-market-report-nav-container .ihf-market-report-nav.progress {
overflow: visible;
height: auto;
-webkit-box-shadow: none;
box-shadow: none;
margin-bottom: 0;
}
.ihf-market-report-header-toggle #ihf-market-report-nav-container .ihf-market-report-nav:after {
content: '';
position: absolute;
z-index: -1;
-webkit-transition: all 0.3s;
transition: all 0.3s;
left: 0;
right: 0;
text-align: center;
}
.ihf-market-report-header-toggle #ihf-market-report-nav-container .ihf-market-report-nav.button--loading:before {
margin: 0 10px 0;
font-size: 14px;
display: inline-block;
font-family: FontAwesome;
content: "";
-webkit-animation: fa-spin 2s infinite linear;
animation: fa-spin 2s infinite linear;
}
.ihf-market-report-header-toggle #ihf-market-report-nav-container .ihf-market-report-nav.has-error,
.ihf-market-report-header-toggle #ihf-market-report-nav-container .ihf-market-report-nav.error {
-webkit-animation: shake 0.5s;
animation: shake 0.5s;
color: transparent !important;
}
.ihf-market-report-header-toggle #ihf-market-report-nav-container .ihf-market-report-nav.has-error:after,
.ihf-market-report-header-toggle #ihf-market-report-nav-container .ihf-market-report-nav.error:after {
content: "Error!";
-webkit-animation: scaleFromUp 0.5s;
animation: scaleFromUp 0.5s;
z-index: 1;
color: #e95b35;
}
.ihf-market-report-header-toggle #ihf-market-report-nav-container .ihf-market-report-nav.has-success,
.ihf-market-report-header-toggle #ihf-market-report-nav-container .ihf-market-report-nav.success {
color: transparent !important;
}
.ihf-market-report-header-toggle #ihf-market-report-nav-container .ihf-market-report-nav.has-success:after,
.ihf-market-report-header-toggle #ihf-market-report-nav-container .ihf-market-report-nav.success:after {
content: "Success!";
-webkit-animation: moveUp 0.5s;
animation: moveUp 0.5s;
z-index: 1;
color: #000000;
}
.button--loading-circle-o-notch .ihf-market-report-header-toggle #ihf-market-report-nav-container .ihf-market-report-nav.button--loading:before {
content: "";
}
.button--loading-refresh .ihf-market-report-header-toggle #ihf-market-report-nav-container .ihf-market-report-nav.button--loading:before {
content: "";
}
.button--loading-spinner .ihf-market-report-header-toggle #ihf-market-report-nav-container .ihf-market-report-nav.button--loading:before {
content: "";
}
@media (min-width: 992px) {
.ihf-market-report-header-toggle #ihf-market-report-nav-container .ihf-market-report-nav.hover,
.ihf-market-report-header-toggle #ihf-market-report-nav-container .ihf-market-report-nav:hover {
border-color: #121717;
color: #121717;
}
}
.ihf-market-report-header-toggle #ihf-market-report-nav-container .ihf-market-report-nav:active,
.ihf-market-report-header-toggle #ihf-market-report-nav-container .ihf-market-report-nav.active {
-webkit-transform: translate3d(0, 1px, 0);
transform: translate3d(0, 1px, 0);
border-color: #121717;
background: #121717;
color: #fff;
-webkit-box-shadow: none;
box-shadow: none;
}
.ihf-market-report-header-toggle #ihf-market-report-nav-container .ihf-market-report-nav:disabled,
.ihf-market-report-header-toggle #ihf-market-report-nav-container .ihf-market-report-nav.disabled {
color: #ccc;
border-color: #efefef;
}
.ihf-market-report-header-toggle #ihf-market-report-nav-container .ihf-market-report-nav-column {
width: auto;
padding-left: 0;
}
.ihf-stat-block-content-inner {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
min-height: 70px;
}
.ihf-stat-block-icon {
margin-right: 15px;
font-size: 30px;
color: #000000;
}
.ihf-chart-main-container {
margin: 0;
}
.ihf-slideshow-container .ihf-slide {
width: 100%;
}
.ihf-slideshow-container .ihf-vcenter {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.ihf-slideshow-container .ihf-vcenter:before,
.ihf-slideshow-container .ihf-vcenter:after {
content: '';
display: none;
}
.ihf-slideshow-container .ihf-vcenter .ihf-gallery-slider-paging {
width: 50px;
font-size: 25px;
padding: 0;
}
.ihf-slideshow-container .ihf-vcenter > .col-xs-10 {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
padding: 0;
}
.ihf-slideshow-container .ihf-vcenter .ihf-grid-result-container {
margin-top: 0;
}
.ihf-slideshow-container .ihf-vcenter .ihf-grid-result-container .ihf-results-grid-photo a {
height: 220px;
}
.ihf-sold-listings-container,
.ihf-active-listings-container {
margin-top: 35px;
}
.ihf-section-title a {
margin-left: 5px;
}
.ihf-slideshow .ihf-slide {
z-index: 10 !important;
}
#ihf-donut-chart {
max-height: 100px;
height: 100px;
width: 100px;
margin: 0 auto;
}
#ihf-donut-chart .arc {
stroke-weight: 0.1;
fill: #000000;
}
#ihf-donut-chart .arc2 {
stroke-weight: 0.1;
fill: #000000;
}
#ihf-donut-chart .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;
}
.ihf-saletolist-donut {
top: 0 !important;
left: 0 !important;
}
.radial-svg {
display: block;
margin: 0 auto;
width: 100%;
height: 100%;
}
.ihf-stat-block-main-container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.ihf-stat-block-main-container:before,
.ihf-stat-block-main-container:after {
content: '';
display: none;
}
@media (max-width: 1199px) {
.ihf-stat-block-main-container .ihf-stat-block-container {
margin-top: 15px;
}
}
.ihf-stat-block-main-container .ihf-stat-block {
background: #fff;
padding: 15px;
height: 100%;
}
.ihf-stat-block-main-container .ihf-stat-block-title {
font-weight: 600;
font-size: 17px;
}
.ihf-stat-block-main-container .ihf-stat-block-content {
margin-top: 15px !important;
}
.ihf-chart-container {
margin-top: 35px;
}
.ihf-container .chosen-container,
.form .chosen-container {
display: none;
color: pink;
}
.ihf-container select[multiple="multiple"] {
display: block !important;
}
#ihf-mortgage-calculator-tab-content .mc-container > .col-xs-12 {
background: #fff;
padding: 30px 15px;
margin: 0 15px;
width: auto;
float: none;
}
.bootstrap-realtypress .panel {
border: none;
background: none;
-webkit-box-shadow: none;
box-shadow: none;
}
.bootstrap-realtypress .panel .panel-heading {
background: none;
border: none;
}
.bootstrap-realtypress .panel .panel-body {
padding: 0;
}
.bootstrap-realtypress .panel .panel-footer {
background: none;
border: none;
padding: 0;
}
.bootstrap-realtypress .row-property-result .result-header {
border: none !important;
}
.bootstrap-realtypress .row-property-result .result-header > .row:first-child {
background: #000000;
margin: 0;
padding: 10px 0 0 0;
}
.bootstrap-realtypress .row-property-result .result-header > .row:first-child .rps-result-view-map,
.bootstrap-realtypress .row-property-result .result-header > .row:first-child .rps-result-view {
color: #121717;
font-weight: 600;
margin: 0 0 0 10px;
display: inline-block;
font-size: 14px;
text-decoration: none !important;
padding: 3px 10px 4px;
}
.bootstrap-realtypress .row-property-result .result-header > .row:first-child .rps-result-view-map.active,
.bootstrap-realtypress .row-property-result .result-header > .row:first-child .rps-result-view.active {
color: #fff;
border: 1px solid #fff;
}
.bootstrap-realtypress .row-property-result .result-header > .row:nth-of-type(2) {
margin-top: 15px;
}
.bootstrap-realtypress .row-property-result .result-header .rps-result-count {
color: #121717;
font-weight: 400;
}
.bootstrap-realtypress .row-property-result .result-header .rps-posts-per-page {
display: inline-block;
margin-bottom: 0;
text-align: center;
vertical-align: middle;
cursor: pointer;
background-image: none;
text-transform: uppercase;
text-decoration: none;
white-space: nowrap;
padding: 6px 20px;
font-size: 15px;
line-height: 1.6;
border-radius: 0;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
padding-left: 15px;
padding-right: 15px;
font-weight: 700;
font-size: 15px;
}
.bootstrap-realtypress .row-property-result .result-header .rps-posts-per-page:hover,
.bootstrap-realtypress .row-property-result .result-header .rps-posts-per-page:focus,
.bootstrap-realtypress .row-property-result .result-header .rps-posts-per-page.active {
color: #333;
text-decoration: none;
outline: none;
}
.bootstrap-realtypress .row-property-result .result-header .rps-posts-per-page:disabled,
.bootstrap-realtypress .row-property-result .result-header .rps-posts-per-page.disabled {
cursor: not-allowed;
}
.bootstrap-realtypress .row-property-result .result-header .rps-posts-per-page.progress {
overflow: visible;
height: auto;
-webkit-box-shadow: none;
box-shadow: none;
margin-bottom: 0;
}
.bootstrap-realtypress .row-property-result > .col-md-3 .panel-heading {
padding: 0;
font-family: Montserrat, Helvetica, Arial, sans-serif;
font-weight: 700;
font-style: normal;
font-size: 34px;
text-align: inherit;
text-transform: uppercase;
color: #121717;
line-height: 1.2;
}
.bootstrap-realtypress .row-property-result > .col-md-3 .panel-footer,
.bootstrap-realtypress .row-property-result > .col-md-3 .panel-body {
margin-top: 15px;
padding: 25px 30px;
background: #fff;
border: 1px solid #dedede;
}
.bootstrap-realtypress .row-property-result > .col-md-3 .panel-footer {
margin-top: -15px;
border-top: none;
padding-top: 0;
}
@media (max-width: 1199px) {
.bootstrap-realtypress .row-property-result .form--filter .col-md-8,
.bootstrap-realtypress .row-property-result .form--filter .col-md-4 {
width: 100%;
}
}
@media (max-width: 991px) {
.bootstrap-realtypress .row-property-result .form--filter .col-md-8 .col-sm-6 {
width: auto;
}
}
@media (max-width: 767px) {
.bootstrap-realtypress .row-property-result .form--filter .col-md-8 .rps-text-center-sm {
margin-top: 10px;
}
}
.bootstrap-realtypress .rps-result-overlay {
display: none;
}
.bootstrap-realtypress .rps-result .rps-property-result {
position: relative;
margin-top: 35px;
}
.bootstrap-realtypress .rps-result .rps-property-result .rps-property-info {
padding: 15px 15px 50px 15px;
background: #fff;
}
.bootstrap-realtypress .rps-result .rps-property-result .rps-property-info > a h4 {
font-size: 17px;
color: #121717;
font-weight: bold;
margin-bottom: 0;
margin-top: 0;
}
.bootstrap-realtypress .rps-result .rps-property-result .rps-property-info .city-province-postalcode {
font-size: 17px;
}
.bootstrap-realtypress .rps-result .rps-property-result .rps-property-info .city-province-postalcode strong {
font-weight: normal;
color: #121717;
}
.bootstrap-realtypress .rps-result .rps-property-result .rps-result-features {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.bootstrap-realtypress .rps-result .rps-property-result .rps-result-features:before,
.bootstrap-realtypress .rps-result .rps-property-result .rps-result-features:after {
content: '';
display: none;
}
.bootstrap-realtypress .rps-result.rps-list-result .rps-property-result {
border-bottom: 1px solid #d6d6d6;
margin-bottom: 0;
padding-bottom: 40px;
padding-top: 40px;
margin-top: 0;
}
.bootstrap-realtypress .rps-result.rps-list-result .rps-property-result .image__holder {
padding-bottom: 30px;
position: relative;
}
.bootstrap-realtypress .rps-result.rps-list-result .rps-property-result .image__holder .rps-price {
left: 0;
right: 0;
z-index: 10;
padding: 0 10px;
bottom: 0;
}
.bootstrap-realtypress .rps-result.rps-list-result .rps-property-result .city-province-postalcode {
background: url(//www.flowrealproperty.be/hosting/2324-flow/wp-content/themes/realtyspace/public/img/bg-border-dotted-horizontal.png) repeat-x 0 100%;
padding-bottom: 10px;
}
.bootstrap-realtypress .rps-result.rps-list-result .rps-property-result .rps-property-info {
padding: 0;
background: none;
text-align: left !important;
}
@media (max-width: 991px) {
.bootstrap-realtypress .rps-result.rps-grid-result .listing-container {
width: 100%;
}
}
.bootstrap-realtypress .rps-result.rps-grid-result .image__holder {
position: initial;
}
.bootstrap-realtypress .rps-result.rps-grid-result .image__holder .rps-price {
bottom: 10px;
}
.bootstrap-realtypress .image__holder {
position: relative;
}
.bootstrap-realtypress .image__holder .rps-ribbon {
position: absolute;
top: 110px;
right: -5px;
background: #000000;
color: #fff;
text-transform: uppercase;
padding: 3px 15px;
font-weight: 600;
top: 30px;
}
.bootstrap-realtypress .image__holder .rps-ribbon:after {
position: absolute;
right: 0;
bottom: -5px;
border-top: 5px solid #000000;
width: 5px;
content: " ";
display: block;
border-right: 5px solid #f6f6f6;
}
.bootstrap-realtypress .image__holder .img-responsive {
width: 100%;
}
.bootstrap-realtypress .image__holder .rps-price {
position: absolute;
bottom: 0;
color: #000000;
font-size: 25px;
font-weight: bold;
left: 0;
right: 0;
padding: 0 15px;
background: #fff;
}
.bootstrap-realtypress .image__holder .rps-favorited-heart {
position: absolute;
top: 15px;
left: 15px;
color: red;
}
.bootstrap-realtypress .rps-single-listing {
margin-top: 35px;
}
.bootstrap-realtypress .rps-single-listing .breadcrumb {
margin: 0 0 30px;
padding: 0;
background: none;
}
.bootstrap-realtypress .rps-single-listing .breadcrumb a {
position: relative;
border: 1px solid #d6d6d6;
text-align: center;
display: block;
padding: 7px 20px;
text-transform: uppercase;
color: #121717;
text-decoration: none;
vertical-align: middle;
line-height: 1.6;
font-weight: 600;
margin: 0 auto;
}
.bootstrap-realtypress .rps-single-listing .breadcrumb a:after {
content: '';
position: absolute;
z-index: -1;
-webkit-transition: all 0.3s;
transition: all 0.3s;
left: 0;
right: 0;
text-align: center;
}
.bootstrap-realtypress .rps-single-listing .breadcrumb a.button--loading:before {
margin: 0 10px 0;
font-size: 14px;
display: inline-block;
font-family: FontAwesome;
content: "";
-webkit-animation: fa-spin 2s infinite linear;
animation: fa-spin 2s infinite linear;
}
.bootstrap-realtypress .rps-single-listing .breadcrumb a.has-error,
.bootstrap-realtypress .rps-single-listing .breadcrumb a.error {
-webkit-animation: shake 0.5s;
animation: shake 0.5s;
color: transparent !important;
}
.bootstrap-realtypress .rps-single-listing .breadcrumb a.has-error:after,
.bootstrap-realtypress .rps-single-listing .breadcrumb a.error:after {
content: "Error!";
-webkit-animation: scaleFromUp 0.5s;
animation: scaleFromUp 0.5s;
z-index: 1;
color: #e95b35;
}
.bootstrap-realtypress .rps-single-listing .breadcrumb a.has-success,
.bootstrap-realtypress .rps-single-listing .breadcrumb a.success {
color: transparent !important;
}
.bootstrap-realtypress .rps-single-listing .breadcrumb a.has-success:after,
.bootstrap-realtypress .rps-single-listing .breadcrumb a.success:after {
content: "Success!";
-webkit-animation: moveUp 0.5s;
animation: moveUp 0.5s;
z-index: 1;
color: #000000;
}
.button--loading-circle-o-notch .bootstrap-realtypress .rps-single-listing .breadcrumb a.button--loading:before {
content: "";
}
.button--loading-refresh .bootstrap-realtypress .rps-single-listing .breadcrumb a.button--loading:before {
content: "";
}
.button--loading-spinner .bootstrap-realtypress .rps-single-listing .breadcrumb a.button--loading:before {
content: "";
}
.bootstrap-realtypress .rps-single-listing .breadcrumb a.hover,
.bootstrap-realtypress .rps-single-listing .breadcrumb a:hover {
border-color: #121717;
color: #121717;
text-decoration: none;
}
.bootstrap-realtypress .rps-single-listing .breadcrumb a:active,
.bootstrap-realtypress .rps-single-listing .breadcrumb a.active {
-webkit-transform: translate3d(0, 1px, 0);
transform: translate3d(0, 1px, 0);
border-color: #121717;
background: #121717;
color: #fff;
-webkit-box-shadow: none;
box-shadow: none;
}
.bootstrap-realtypress .rps-single-listing .breadcrumb a:focus,
.bootstrap-realtypress .rps-single-listing .breadcrumb a.focus {
text-decoration: none;
outline: none;
}
.bootstrap-realtypress .rps-single-listing .breadcrumb a:disabled,
.bootstrap-realtypress .rps-single-listing .breadcrumb a.disabled {
cursor: not-allowed;
color: #ccc;
border-color: #efefef;
}
.bootstrap-realtypress .rps-single-listing .breadcrumb a.progress {
overflow: visible;
height: auto;
-webkit-box-shadow: none;
box-shadow: none;
margin-bottom: 0;
}
.bootstrap-realtypress .rps-single-listing .property__header {
position: relative;
}
.bootstrap-realtypress .rps-single-listing .property__header:after {
display: block;
margin: 15px 15px 0;
border-bottom: 1px solid #d6d6d6;
}
.bootstrap-realtypress .rps-single-listing .property__header .col-md-8.col-sm-7 h1 {
color: #121717;
font-weight: 600;
margin-top: 0;
margin-bottom: 0;
font-family: Montserrat,sans-serif;
font-size: 40px;
line-height: 1;
text-transform: none;
text-align: left;
}
@media (max-width: 767px) {
.bootstrap-realtypress .rps-single-listing .property__header .col-md-8.col-sm-7 h1 {
font-size: 27px;
}
}
.bootstrap-realtypress .rps-single-listing .property__header .col-md-8.col-sm-7 h1 small {
font-weight: 400;
color: #121717;
}
.bootstrap-realtypress .rps-single-listing .property__header > .text-right {
position: initial;
}
.bootstrap-realtypress .rps-single-listing .property__header .rps-add-favorite {
display: inline-block;
margin-bottom: 0;
text-align: center;
vertical-align: middle;
cursor: pointer;
background-image: none;
text-transform: uppercase;
text-decoration: none;
white-space: nowrap;
padding: 6px 20px;
font-size: 15px;
line-height: 1.6;
border-radius: 0;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
padding-left: 15px;
padding-right: 15px;
font-weight: 700;
font-size: 15px;
position: relative;
text-decoration: none;
border: 2px solid #121717;
background: none;
color: #121717;
position: absolute;
top: 0;
right: 15px;
}
.bootstrap-realtypress .rps-single-listing .property__header .rps-add-favorite:hover,
.bootstrap-realtypress .rps-single-listing .property__header .rps-add-favorite:focus,
.bootstrap-realtypress .rps-single-listing .property__header .rps-add-favorite.active {
color: #333;
text-decoration: none;
outline: none;
}
.bootstrap-realtypress .rps-single-listing .property__header .rps-add-favorite:disabled,
.bootstrap-realtypress .rps-single-listing .property__header .rps-add-favorite.disabled {
cursor: not-allowed;
}
.bootstrap-realtypress .rps-single-listing .property__header .rps-add-favorite.progress {
overflow: visible;
height: auto;
-webkit-box-shadow: none;
box-shadow: none;
margin-bottom: 0;
}
.bootstrap-realtypress .rps-single-listing .property__header .rps-add-favorite:after {
content: '';
position: absolute;
z-index: -1;
-webkit-transition: all 0.3s;
transition: all 0.3s;
left: 0;
right: 0;
text-align: center;
}
.bootstrap-realtypress .rps-single-listing .property__header .rps-add-favorite.button--loading:before {
margin: 0 10px 0;
font-size: 14px;
display: inline-block;
font-family: FontAwesome;
content: "";
-webkit-animation: fa-spin 2s infinite linear;
animation: fa-spin 2s infinite linear;
}
.bootstrap-realtypress .rps-single-listing .property__header .rps-add-favorite.has-error,
.bootstrap-realtypress .rps-single-listing .property__header .rps-add-favorite.error {
-webkit-animation: shake 0.5s;
animation: shake 0.5s;
color: transparent !important;
}
.bootstrap-realtypress .rps-single-listing .property__header .rps-add-favorite.has-error:after,
.bootstrap-realtypress .rps-single-listing .property__header .rps-add-favorite.error:after {
content: "Error!";
-webkit-animation: scaleFromUp 0.5s;
animation: scaleFromUp 0.5s;
z-index: 1;
color: #e95b35;
}
.bootstrap-realtypress .rps-single-listing .property__header .rps-add-favorite.has-success,
.bootstrap-realtypress .rps-single-listing .property__header .rps-add-favorite.success {
color: transparent !important;
}
.bootstrap-realtypress .rps-single-listing .property__header .rps-add-favorite.has-success:after,
.bootstrap-realtypress .rps-single-listing .property__header .rps-add-favorite.success:after {
content: "Success!";
-webkit-animation: moveUp 0.5s;
animation: moveUp 0.5s;
z-index: 1;
color: #000000;
}
.button--loading-circle-o-notch .bootstrap-realtypress .rps-single-listing .property__header .rps-add-favorite.button--loading:before {
content: "";
}
.button--loading-refresh .bootstrap-realtypress .rps-single-listing .property__header .rps-add-favorite.button--loading:before {
content: "";
}
.button--loading-spinner .bootstrap-realtypress .rps-single-listing .property__header .rps-add-favorite.button--loading:before {
content: "";
}
@media (min-width: 992px) {
.bootstrap-realtypress .rps-single-listing .property__header .rps-add-favorite.hover,
.bootstrap-realtypress .rps-single-listing .property__header .rps-add-favorite:hover {
border-color: #121717;
color: #121717;
}
}
.bootstrap-realtypress .rps-single-listing .property__header .rps-add-favorite:active,
.bootstrap-realtypress .rps-single-listing .property__header .rps-add-favorite.active {
-webkit-transform: translate3d(0, 1px, 0);
transform: translate3d(0, 1px, 0);
border-color: #121717;
background: #121717;
color: #fff;
-webkit-box-shadow: none;
box-shadow: none;
}
.bootstrap-realtypress .rps-single-listing .property__header .rps-add-favorite:disabled,
.bootstrap-realtypress .rps-single-listing .property__header .rps-add-favorite.disabled {
color: #ccc;
border-color: #efefef;
}
@media (max-width: 767px) {
.bootstrap-realtypress .rps-single-listing .property__header .rps-add-favorite {
position: relative;
right: 0;
top: 0;
margin-top: 15px;
}
}
.bootstrap-realtypress .rps-single-listing .property__header .rps-add-favorite strong {
color: #121717;
}
.bootstrap-realtypress .rps-single-listing .property__header .rps-single-listing-social {
margin-top: 45px;
}
@media (max-width: 767px) {
.bootstrap-realtypress .rps-single-listing .property__header .rps-single-listing-social {
margin-top: 15px;
}
}
.bootstrap-realtypress .rps-single-listing .property__header .rps-single-listing-social .btn-default {
background: none;
border: none;
outline: none !important;
padding: 0;
-webkit-box-shadow: none;
box-shadow: none;
font-size: 24px;
margin-left: 15px;
}
.bootstrap-realtypress .rps-single-listing .property__header .rps-single-listing-social .btn-default .fa {
color: #000000 !important;
}
.bootstrap-realtypress .rps-single-listing .property__header .rps-single-listing-social .btn-default strong {
display: none;
}
.bootstrap-realtypress .rps-single-listing .rps-property-photo-row {
margin-top: 30px;
}
.bootstrap-realtypress .rps-single-listing .rps-property-photo-row > .col-md-9,
.bootstrap-realtypress .rps-single-listing .rps-property-photo-row > .col-md-3 {
float: none;
width: 100%;
}
.bootstrap-realtypress .rps-single-listing .rps-property-photo-row .bx-wrapper {
margin-bottom: 0;
}
.bootstrap-realtypress .rps-single-listing .rps-property-photo-row .bx-wrapper .bx-wrapper .bx-viewport {
-webkit-box-shadow: none;
box-shadow: none;
background: none;
border: none;
left: 0;
}
.bootstrap-realtypress .rps-single-listing .rps-property-photo-row .bx-wrapper .bx-wrapper li {
margin: 0;
}
.bootstrap-realtypress .rps-single-listing .rps-property-photo-row .bx-wrapper .bx-wrapper img {
width: 100%;
}
.bootstrap-realtypress .rps-single-listing .rps-property-photo-row + .row {
margin-top: 35px;
}
.bootstrap-realtypress .rps-single-listing .rps-property-photo-row .bx-pager-wrap {
margin-top: 15px;
display: none;
}
.bootstrap-realtypress .rps-single-listing .rps-property-photo-row .bx-pager-wrap .bx-viewport {
-webkit-box-shadow: none !important;
box-shadow: none !important;
background: none;
left: 0;
border: 0;
}
.bootstrap-realtypress .rps-single-listing .rps-property-photo-row .bx-pager-wrap ul {
margin: 0;
padding: 0;
list-style: none;
bottom: 0;
}
.bootstrap-realtypress .rps-single-listing .rps-property-photo-row .bx-pager-wrap ul li {
float: left;
margin: 0;
}
.bootstrap-realtypress .rps-single-listing .rps-single-features {
float: left;
}
.bootstrap-realtypress .rps-single-listing .rps-single-features .rps-single-feature-label,
.bootstrap-realtypress .rps-single-listing .rps-single-features .rps-single-feature-label-sm {
text-align: center;
margin-bottom: 0;
border: 1px solid #fff;
background: #e4e4e4;
margin-left: -1px;
margin-top: -1px;
padding: 20px 15px;
float: left;
}
.bootstrap-realtypress .rps-single-listing .rps-pricing {
color: #000000;
float: right;
margin: 10px 0 40px;
font-weight: 600;
}
.bootstrap-realtypress .rps-single-listing .rps-pricing + p {
clear: both;
}
.bootstrap-realtypress .rps-single-listing .rps-altenate-url {
position: relative;
border: 1px solid #d6d6d6;
text-align: center;
display: block;
padding: 7px 20px;
text-transform: uppercase;
color: #121717;
text-decoration: none;
vertical-align: middle;
line-height: 1.6;
font-weight: 600;
margin: 0 auto;
}
.bootstrap-realtypress .rps-single-listing .rps-altenate-url:after {
content: '';
position: absolute;
z-index: -1;
-webkit-transition: all 0.3s;
transition: all 0.3s;
left: 0;
right: 0;
text-align: center;
}
.bootstrap-realtypress .rps-single-listing .rps-altenate-url.button--loading:before {
margin: 0 10px 0;
font-size: 14px;
display: inline-block;
font-family: FontAwesome;
content: "";
-webkit-animation: fa-spin 2s infinite linear;
animation: fa-spin 2s infinite linear;
}
.bootstrap-realtypress .rps-single-listing .rps-altenate-url.has-error,
.bootstrap-realtypress .rps-single-listing .rps-altenate-url.error {
-webkit-animation: shake 0.5s;
animation: shake 0.5s;
color: transparent !important;
}
.bootstrap-realtypress .rps-single-listing .rps-altenate-url.has-error:after,
.bootstrap-realtypress .rps-single-listing .rps-altenate-url.error:after {
content: "Error!";
-webkit-animation: scaleFromUp 0.5s;
animation: scaleFromUp 0.5s;
z-index: 1;
color: #e95b35;
}
.bootstrap-realtypress .rps-single-listing .rps-altenate-url.has-success,
.bootstrap-realtypress .rps-single-listing .rps-altenate-url.success {
color: transparent !important;
}
.bootstrap-realtypress .rps-single-listing .rps-altenate-url.has-success:after,
.bootstrap-realtypress .rps-single-listing .rps-altenate-url.success:after {
content: "Success!";
-webkit-animation: moveUp 0.5s;
animation: moveUp 0.5s;
z-index: 1;
color: #000000;
}
.button--loading-circle-o-notch .bootstrap-realtypress .rps-single-listing .rps-altenate-url.button--loading:before {
content: "";
}
.button--loading-refresh .bootstrap-realtypress .rps-single-listing .rps-altenate-url.button--loading:before {
content: "";
}
.button--loading-spinner .bootstrap-realtypress .rps-single-listing .rps-altenate-url.button--loading:before {
content: "";
}
.bootstrap-realtypress .rps-single-listing .rps-altenate-url.hover,
.bootstrap-realtypress .rps-single-listing .rps-altenate-url:hover {
border-color: #121717;
color: #121717;
text-decoration: none;
}
.bootstrap-realtypress .rps-single-listing .rps-altenate-url:active,
.bootstrap-realtypress .rps-single-listing .rps-altenate-url.active {
-webkit-transform: translate3d(0, 1px, 0);
transform: translate3d(0, 1px, 0);
border-color: #121717;
background: #121717;
color: #fff;
-webkit-box-shadow: none;
box-shadow: none;
}
.bootstrap-realtypress .rps-single-listing .rps-altenate-url:focus,
.bootstrap-realtypress .rps-single-listing .rps-altenate-url.focus {
text-decoration: none;
outline: none;
}
.bootstrap-realtypress .rps-single-listing .rps-altenate-url:disabled,
.bootstrap-realtypress .rps-single-listing .rps-altenate-url.disabled {
cursor: not-allowed;
color: #ccc;
border-color: #efefef;
}
.bootstrap-realtypress .rps-single-listing .rps-altenate-url.progress {
overflow: visible;
height: auto;
-webkit-box-shadow: none;
box-shadow: none;
margin-bottom: 0;
}
.bootstrap-realtypress .rps-single-listing .rps-footer {
font-size: 1em !important;
margin-top: 35px;
}
.bootstrap-realtypress .form-control.input-lg,
.bootstrap-realtypress .input-group-lg > .form-control,
.bootstrap-realtypress
.input-group-lg > .input-group-btn > .form-control.btn {
height: 40px;
}
.bootstrap-realtypress .rps-contact-form-wrap-h > h2,
.bootstrap-realtypress .rps-contact-form-wrap-v > h2 {
padding: 0;
font-family: Montserrat, Helvetica, Arial, sans-serif;
font-weight: 700;
font-style: normal;
font-size: 34px;
text-align: inherit;
text-transform: uppercase;
color: #121717;
line-height: 1.2;
}
.bootstrap-realtypress .rps-contact-form-wrap-h > hr,
.bootstrap-realtypress .rps-contact-form-wrap-v > hr {
display: none;
}
.bootstrap-realtypress .rps-contact-form-wrap-h .listing-contact-form,
.bootstrap-realtypress .rps-contact-form-wrap-v .listing-contact-form {
margin-top: 15px;
padding: 25px 30px;
background: #fff;
border: 1px solid #dedede;
}
.bootstrap-realtypress .rps-agent-details {
margin-top: 15px;
padding: 25px 30px;
background: #fff;
border: 1px solid #dedede;
}
.bootstrap-realtypress .rps-sidebar-favorites .panel-heading {
font-family: Montserrat, Helvetica, Arial, sans-serif;
font-weight: 700;
font-style: normal;
font-size: 34px;
text-align: inherit;
text-transform: uppercase;
color: #121717;
line-height: 1.2;
margin-top: 25px;
}
.bootstrap-realtypress .rps-sidebar-favorites .panel-body {
margin-top: 15px;
padding: 25px 30px !important;
background: #fff;
border: 1px solid #dedede;
}
.sidebar .bootstrap-realtypress .rps-sidebar-favorites .panel-body {
margin-top: 0;
padding: 0;
border: none;
}
.bootstrap-realtypress .nav-tabs {
margin: 0;
}
.bootstrap-realtypress .nav-tabs li {
margin: 0;
}
.bootstrap-realtypress .tab-content {
border: none !important;
background: #fff;
}
.bootstrap-realtypress .jrange-input .range {
margin-top: 40px;
margin-bottom: 25px;
}
.bootstrap-realtypress .jrange-input .back-bar {
height: 3px;
background: #000000;
background-image: -webkit-gradient(linear, left top, right top, from(#000000), to(#000000));
background-image: linear-gradient(to right, #000000 0%, #000000 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF00EED8', endColorstr='#FF00BBAA', GradientType=1);
}
.bootstrap-realtypress .jrange-input .back-bar .selected-bar {
background: none;
}
.bootstrap-realtypress .jrange-input .back-bar .pointer {
width: 17px;
background: url(//www.flowrealproperty.be/hosting/2324-flow/wp-content/themes/realtyspace/public/img/slider-handle-2.svg);
height: 17px;
top: -7px;
border: none;
border-radius: 0;
}
.bootstrap-realtypress .jrange-input .pointer-label {
color: #121717 !important;
font-size: 14px !important;
line-height: 1.333 !important;
text-shadow: none;
padding: 5px 15px;
background: #fff;
border: 1px solid #d6d6d6;
margin-top: -27px;
margin-left: -16px;
z-index: 5;
}
@media (max-width: 767px) {
.bootstrap-realtypress .jrange-input .pointer-label {
padding: 5px 10px;
}
}
.bootstrap-realtypress .jrange-input .pointer-label:after {
width: 7px;
height: 7px;
border-top: 1px solid #dcdcdc;
border-right: 1px solid #dcdcdc;
position: absolute;
background: #fff;
bottom: -5px;
-webkit-transform: rotate(135deg);
-ms-transform: rotate(135deg);
transform: rotate(135deg);
content: "";
display: block;
left: 50%;
margin-left: -3px;
}
.bootstrap-realtypress .jrange-input .scale ins {
top: 10px !important;
}
.bootstrap-realtypress .bx-wrapper {
max-width: none !important;
}
.bootstrap-realtypress .bx-wrapper .bx-controls-direction a {
border: none !important;
background-color: none !important;
}
.bootstrap-realtypress .bx-wrapper .bx-caption {
border-top: 2px solid #000000 !important;
}
.bootstrap-realtypress .bx-wrapper .bx-caption span {
font-family: "Source Sans Pro", sans-serif !important;
text-shadow: none !important;
}
.bootstrap-realtypress .bx-wrapper .bx-caption .bed_bath {
background: #000000 !important;
border: none !important;
}
.bootstrap-realtypress .bx-wrapper .bx-slider {
margin: 0;
padding: 0;
margin: 0;
padding: 0;
list-style: none;
}
.bootstrap-realtypress .bx-wrapper .bx-slider .slide-link img {
width: 100%;
}
.bootstrap-realtypress .rps-listing-carousel.rps-listing-carousel-shortcode .bx-slider .slide {
width: 270px !important;
}
.bootstrap-realtypress .rps-listing-slider-shortcode .carousel {
border: none !important;
}
@media (max-width: 767px) {
.bootstrap-realtypress .rps-listing-slider-shortcode .carousel-inner > .item {
background: #000000;
}
.bootstrap-realtypress .rps-listing-slider-shortcode .carousel-inner > .item a {
height: 100%;
}
.bootstrap-realtypress .rps-listing-slider-shortcode .carousel-inner > .item a img {
margin: 0 auto !important;
}
}
.bootstrap-realtypress .rps-listing-slider-shortcode .carousel-inner .carousel-caption {
bottom: 30px !important;
left: 30px !important;
top: auto !important;
right: auto !important;
background: #000000 !important;
text-shadow: none !important;
text-align: right !important;
}
.bootstrap-realtypress .rps-listing-slider-shortcode .carousel-inner .carousel-caption * {
text-align: left !important;
}
.bootstrap-realtypress .rps-listing-slider-shortcode .carousel-inner .carousel-caption h3 small {
color: #fff;
}
@media (max-width: 767px) {
.bootstrap-realtypress .rps-listing-slider-shortcode .carousel-inner .carousel-caption {
bottom: 0 !important;
left: 0 !important;
right: 0 !important;
background: #000000 !important;
margin-left: 0 !important;
}
}
.bootstrap-realtypress .rps-listing-slider-shortcode .carousel-inner .carousel-caption .rps-result-feature-label-sm {
text-shadow: none !important;
background: none !important;
float: left !important;
font-weight: 600;
}
.bootstrap-realtypress .rps-listing-slider-shortcode .carousel-indicators .active {
background: #000000 !important;
}
@media (max-width: 767px) {
.bootstrap-realtypress .rps-listing-slider-shortcode .carousel-indicators {
display: none !important;
}
}
.bootstrap-realtypress .rps-listing-slider-shortcode .carousel-control {
background-color: transparent !important;
}
.widget--hero .bootstrap-realtypress .sc-rps-search-location-form {
width: 70%;
margin: 0 auto;
}
@media (max-width: 767px) {
.widget--hero .bootstrap-realtypress .sc-rps-search-location-form {
width: 100%;
}
}
.widget--hero .bootstrap-realtypress .sc-rps-search-location-form form {
border: 3px solid #121717;
background: #121717;
}
.widget--hero .bootstrap-realtypress .sc-rps-search-location-form .input-group-btn {
background: #121717;
}
.widget--hero .bootstrap-realtypress .sc-rps-search-location-form .btn-submit-look {
border-bottom: none;
}
.widget--hero .bootstrap-realtypress .sc-rps-search-location-form .form-control {
-webkit-box-shadow: none !important;
box-shadow: none !important;
border: 1px solid #121717;
}
.bootstrap-realtypress .rps-listing-preview-shortcode .rps-property-result {
border: none;
}
.bootstrap-realtypress .rps-listing-preview-shortcode .rps-property-result h4 {
color: #000000;
}
.bootstrap-realtypress .rps-listing-preview-shortcode .rps-property-info {
border-top: none;
}
.bootstrap-realtypress .rps-listing-preview-shortcode .image__holder .rps-price {
left: 15px;
}
.bootstrap-realtypress .rps-listing-preview-shortcode .city-province-postalcode {
font-size: 16px;
color: #121717;
}
.bootstrap-realtypress .rps-listing-preview-shortcode .city-province-postalcode strong {
font-weight: 600;
}
.bootstrap-realtypress .leaflet-popup-content .map-popup-image {
width: 100%;
}
.form--banner-sidebar .panel .panel-heading {
display: none;
}
.form--banner-sidebar .panel .panel-body {
margin: 0 -15px;
}
.form--banner-sidebar .panel .panel-body > .row {
margin: 0;
}
.form--banner-sidebar .panel .panel-body > .row > .col-md-6 {
padding: 0;
}
.form--banner-sidebar .panel .panel-body > label {
margin: 0 15px;
}
.form--banner-sidebar .panel .panel-footer {
margin-top: 15px;
}
.form--banner-sidebar .form-group {
margin-bottom: 15px;
}
.form--banner-sidebar .jrange-input {
padding: 0 15px;
margin-bottom: 15px;
}
.form--banner-sidebar .jrange-input label small {
color: #fff;
text-transform: uppercase;
font-size: 17px;
}
.form--banner-sidebar .jrange-input .back-bar {
background: rgba(255, 255, 255, 0.3);
background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.3)), to(white));
background-image: linear-gradient(to right, rgba(255, 255, 255, 0.3) 0%, white 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4DFFFFFF', endColorstr='#FFFFFFFF', GradientType=1);
}
.form--banner-sidebar .jrange-input .scale ins {
color: #fff !important;
}
.shortcode-search-frm .panel-heading,
.result-filter-frm .panel-heading {
display: none;
}
.shortcode-search-frm label small,
.result-filter-frm label small {
font-size: 15px;
text-transform: uppercase;
font-weight: 600;
}
.shortcode-search-frm .jrange-input,
.shortcode-search-frm .form-group,
.result-filter-frm .jrange-input,
.result-filter-frm .form-group {
margin-bottom: 15px;
}
.result-filter-frm .panel-heading {
display: none;
}
.rps-contact-form .jrange-input,
.rps-contact-form .form-group {
margin-bottom: 15px;
}
.widget--landing .panel .panel-heading {
font-size: 46px;
color: #121717;
font-weight: 600;
text-transform: uppercase;
margin-top: 0;
margin-bottom: 0;
text-align: center;
font-family: "Montserrat", sans-serif;
}
.footer .widget--landing .panel .panel-heading {
font-family: "Source Sans Pro", sans-serif;
}
@media (max-width: 767px) {
.widget--landing .panel .panel-heading {
font-size: 26px;
}
}
.widget--landing .shortcode-search-frm .form-group,
.widget--landing .shortcode-search-frm .jrange-input {
margin-bottom: 25px;
}
@media (min-width: 1200px) {
.widget--landing .shortcode-search-frm .form-group,
.widget--landing .shortcode-search-frm .jrange-input {
padding-left: 15px;
padding-right: 15px;
float: left;
}
}
@media (min-width: 1200px) and (min-width: 1200px) {
.widget--landing .shortcode-search-frm .form-group,
.widget--landing .shortcode-search-frm .jrange-input {
width: 50%;
}
}
@media (min-width: 1200px) {
.widget--landing .shortcode-search-frm .col-sm-6 {
padding: 0;
}
}
.widget--landing .shortcode-search-frm .col-sm-6 > label {
margin-left: 15px;
}
.widget--landing .shortcode-search-frm .col-md-6 .form-group,
.widget--landing .shortcode-search-frm .col-md-6 .jrange-input {
width: 100% !important;
}
.widget--landing .shortcode-search-frm .jrange-input .slider-container {
width: 100% !important;
}.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
max-width: 100%;
height: auto;
}
body.custom-background .non-boxed .site-wrap {
background-color: transparent;
}
body.custom-background .non-boxed .center {
background-color: transparent;
}
body.custom-background .non-boxed .breadcrumbs {
background-color: transparent;
}
 @-webkit-keyframes bounce {
0%, 20%, 50%, 80%, 100% {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
40% {
-webkit-transform: translateY(-30px);
-ms-transform: translateY(-30px);
transform: translateY(-30px);
}
60% {
-webkit-transform: translateY(-15px);
-ms-transform: translateY(-15px);
transform: translateY(-15px);
}
}
@keyframes bounce {
0%, 20%, 50%, 80%, 100% {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
40% {
-webkit-transform: translateY(-30px);
-ms-transform: translateY(-30px);
transform: translateY(-30px);
}
60% {
-webkit-transform: translateY(-15px);
-ms-transform: translateY(-15px);
transform: translateY(-15px);
}
}
@-webkit-keyframes flash {
0%, 50%, 100% {
opacity: 1;
}
25%, 75% {
opacity: 0;
}
}
@keyframes flash {
0%, 50%, 100% {
opacity: 1;
}
25%, 75% {
opacity: 0;
}
}
@-webkit-keyframes jello {
11.1% {
-webkit-transform: none;
-ms-transform: none;
transform: none;
}
22.2% {
-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
-ms-transform: skewX(-12.5deg) skewY(-12.5deg);
transform: skewX(-12.5deg) skewY(-12.5deg);
}
33.3% {
-webkit-transform: skewX(6.25deg) skewY(6.25deg);
-ms-transform: skewX(6.25deg) skewY(6.25deg);
transform: skewX(6.25deg) skewY(6.25deg);
}
44.4% {
-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
-ms-transform: skewX(-3.125deg) skewY(-3.125deg);
transform: skewX(-3.125deg) skewY(-3.125deg);
}
55.5% {
-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
-ms-transform: skewX(1.5625deg) skewY(1.5625deg);
transform: skewX(1.5625deg) skewY(1.5625deg);
}
66.6% {
-webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
-ms-transform: skewX(-0.78125deg) skewY(-0.78125deg);
transform: skewX(-0.78125deg) skewY(-0.78125deg);
}
77.7% {
-webkit-transform: skewX(0.39062deg) skewY(0.39062deg);
-ms-transform: skewX(0.39062deg) skewY(0.39062deg);
transform: skewX(0.39062deg) skewY(0.39062deg);
}
88.8% {
-webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
-ms-transform: skewX(-0.19531deg) skewY(-0.19531deg);
transform: skewX(-0.19531deg) skewY(-0.19531deg);
}
100% {
-webkit-transform: none;
-ms-transform: none;
transform: none;
}
}
@keyframes jello {
11.1% {
-webkit-transform: none;
-ms-transform: none;
transform: none;
}
22.2% {
-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
-ms-transform: skewX(-12.5deg) skewY(-12.5deg);
transform: skewX(-12.5deg) skewY(-12.5deg);
}
33.3% {
-webkit-transform: skewX(6.25deg) skewY(6.25deg);
-ms-transform: skewX(6.25deg) skewY(6.25deg);
transform: skewX(6.25deg) skewY(6.25deg);
}
44.4% {
-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
-ms-transform: skewX(-3.125deg) skewY(-3.125deg);
transform: skewX(-3.125deg) skewY(-3.125deg);
}
55.5% {
-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
-ms-transform: skewX(1.5625deg) skewY(1.5625deg);
transform: skewX(1.5625deg) skewY(1.5625deg);
}
66.6% {
-webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
-ms-transform: skewX(-0.78125deg) skewY(-0.78125deg);
transform: skewX(-0.78125deg) skewY(-0.78125deg);
}
77.7% {
-webkit-transform: skewX(0.39062deg) skewY(0.39062deg);
-ms-transform: skewX(0.39062deg) skewY(0.39062deg);
transform: skewX(0.39062deg) skewY(0.39062deg);
}
88.8% {
-webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
-ms-transform: skewX(-0.19531deg) skewY(-0.19531deg);
transform: skewX(-0.19531deg) skewY(-0.19531deg);
}
100% {
-webkit-transform: none;
-ms-transform: none;
transform: none;
}
}
@-webkit-keyframes pulse {
0% {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
50% {
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
100% {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
}
@keyframes pulse {
0% {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
50% {
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
100% {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
}
@-webkit-keyframes rubberBand {
0% {
-webkit-transform: scale3d(1, 1, 1);
-ms-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
30% {
-webkit-transform: scale3d(1.25, 0.75, 1);
-ms-transform: scale3d(1.25, 0.75, 1);
transform: scale3d(1.25, 0.75, 1);
}
40% {
-webkit-transform: scale3d(0.75, 1.25, 1);
-ms-transform: scale3d(0.75, 1.25, 1);
transform: scale3d(0.75, 1.25, 1);
}
50% {
-webkit-transform: scale3d(1.15, 0.85, 1);
-ms-transform: scale3d(1.15, 0.85, 1);
transform: scale3d(1.15, 0.85, 1);
}
65% {
-webkit-transform: scale3d(0.95, 1.05, 1);
-ms-transform: scale3d(0.95, 1.05, 1);
transform: scale3d(0.95, 1.05, 1);
}
75% {
-webkit-transform: scale3d(1.05, 0.95, 1);
-ms-transform: scale3d(1.05, 0.95, 1);
transform: scale3d(1.05, 0.95, 1);
}
100% {
-webkit-transform: scale3d(1, 1, 1);
-ms-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes rubberBand {
0% {
-webkit-transform: scale3d(1, 1, 1);
-ms-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
30% {
-webkit-transform: scale3d(1.25, 0.75, 1);
-ms-transform: scale3d(1.25, 0.75, 1);
transform: scale3d(1.25, 0.75, 1);
}
40% {
-webkit-transform: scale3d(0.75, 1.25, 1);
-ms-transform: scale3d(0.75, 1.25, 1);
transform: scale3d(0.75, 1.25, 1);
}
50% {
-webkit-transform: scale3d(1.15, 0.85, 1);
-ms-transform: scale3d(1.15, 0.85, 1);
transform: scale3d(1.15, 0.85, 1);
}
65% {
-webkit-transform: scale3d(0.95, 1.05, 1);
-ms-transform: scale3d(0.95, 1.05, 1);
transform: scale3d(0.95, 1.05, 1);
}
75% {
-webkit-transform: scale3d(1.05, 0.95, 1);
-ms-transform: scale3d(1.05, 0.95, 1);
transform: scale3d(1.05, 0.95, 1);
}
100% {
-webkit-transform: scale3d(1, 1, 1);
-ms-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@-webkit-keyframes shake {
0%, 100% {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
10%, 30%, 50%, 70%, 90% {
-webkit-transform: translateX(-10px);
-ms-transform: translateX(-10px);
transform: translateX(-10px);
}
20%, 40%, 60%, 80% {
-webkit-transform: translateX(10px);
-ms-transform: translateX(10px);
transform: translateX(10px);
}
}
@keyframes shake {
0%, 100% {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
10%, 30%, 50%, 70%, 90% {
-webkit-transform: translateX(-10px);
-ms-transform: translateX(-10px);
transform: translateX(-10px);
}
20%, 40%, 60%, 80% {
-webkit-transform: translateX(10px);
-ms-transform: translateX(10px);
transform: translateX(10px);
}
}
@-webkit-keyframes swing {
20%, 40%, 60%, 80%, 100% {
-webkit-transform-origin: top center;
-ms-transform-origin: top center;
transform-origin: top center;
}
20% {
-webkit-transform: rotate(15deg);
-ms-transform: rotate(15deg);
transform: rotate(15deg);
}
40% {
-webkit-transform: rotate(-10deg);
-ms-transform: rotate(-10deg);
transform: rotate(-10deg);
}
60% {
-webkit-transform: rotate(5deg);
-ms-transform: rotate(5deg);
transform: rotate(5deg);
}
80% {
-webkit-transform: rotate(-5deg);
-ms-transform: rotate(-5deg);
transform: rotate(-5deg);
}
100% {
-webkit-transform: rotate(0deg);
-ms-transform: rotate(0deg);
transform: rotate(0deg);
}
}
@keyframes swing {
20%, 40%, 60%, 80%, 100% {
-webkit-transform-origin: top center;
-ms-transform-origin: top center;
transform-origin: top center;
}
20% {
-webkit-transform: rotate(15deg);
-ms-transform: rotate(15deg);
transform: rotate(15deg);
}
40% {
-webkit-transform: rotate(-10deg);
-ms-transform: rotate(-10deg);
transform: rotate(-10deg);
}
60% {
-webkit-transform: rotate(5deg);
-ms-transform: rotate(5deg);
transform: rotate(5deg);
}
80% {
-webkit-transform: rotate(-5deg);
-ms-transform: rotate(-5deg);
transform: rotate(-5deg);
}
100% {
-webkit-transform: rotate(0deg);
-ms-transform: rotate(0deg);
transform: rotate(0deg);
}
}
@-webkit-keyframes tada {
0% {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
10%, 20% {
-webkit-transform: scale(0.9) rotate(-3deg);
-ms-transform: scale(0.9) rotate(-3deg);
transform: scale(0.9) rotate(-3deg);
}
30%, 50%, 70%, 90% {
-webkit-transform: scale(1.1) rotate(3deg);
-ms-transform: scale(1.1) rotate(3deg);
transform: scale(1.1) rotate(3deg);
}
40%, 60%, 80% {
-webkit-transform: scale(1.1) rotate(-3deg);
-ms-transform: scale(1.1) rotate(-3deg);
transform: scale(1.1) rotate(-3deg);
}
100% {
-webkit-transform: scale(1) rotate(0);
-ms-transform: scale(1) rotate(0);
transform: scale(1) rotate(0);
}
}
@keyframes tada {
0% {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
10%, 20% {
-webkit-transform: scale(0.9) rotate(-3deg);
-ms-transform: scale(0.9) rotate(-3deg);
transform: scale(0.9) rotate(-3deg);
}
30%, 50%, 70%, 90% {
-webkit-transform: scale(1.1) rotate(3deg);
-ms-transform: scale(1.1) rotate(3deg);
transform: scale(1.1) rotate(3deg);
}
40%, 60%, 80% {
-webkit-transform: scale(1.1) rotate(-3deg);
-ms-transform: scale(1.1) rotate(-3deg);
transform: scale(1.1) rotate(-3deg);
}
100% {
-webkit-transform: scale(1) rotate(0);
-ms-transform: scale(1) rotate(0);
transform: scale(1) rotate(0);
}
}
@-webkit-keyframes wobble {
0% {
-webkit-transform: translateX(0%);
-ms-transform: translateX(0%);
transform: translateX(0%);
}
15% {
-webkit-transform: translateX(-25%) rotate(-5deg);
-ms-transform: translateX(-25%) rotate(-5deg);
transform: translateX(-25%) rotate(-5deg);
}
30% {
-webkit-transform: translateX(20%) rotate(3deg);
-ms-transform: translateX(20%) rotate(3deg);
transform: translateX(20%) rotate(3deg);
}
45% {
-webkit-transform: translateX(-15%) rotate(-3deg);
-ms-transform: translateX(-15%) rotate(-3deg);
transform: translateX(-15%) rotate(-3deg);
}
60% {
-webkit-transform: translateX(10%) rotate(2deg);
-ms-transform: translateX(10%) rotate(2deg);
transform: translateX(10%) rotate(2deg);
}
75% {
-webkit-transform: translateX(-5%) rotate(-1deg);
-ms-transform: translateX(-5%) rotate(-1deg);
transform: translateX(-5%) rotate(-1deg);
}
100% {
-webkit-transform: translateX(0%);
-ms-transform: translateX(0%);
transform: translateX(0%);
}
}
@keyframes wobble {
0% {
-webkit-transform: translateX(0%);
-ms-transform: translateX(0%);
transform: translateX(0%);
}
15% {
-webkit-transform: translateX(-25%) rotate(-5deg);
-ms-transform: translateX(-25%) rotate(-5deg);
transform: translateX(-25%) rotate(-5deg);
}
30% {
-webkit-transform: translateX(20%) rotate(3deg);
-ms-transform: translateX(20%) rotate(3deg);
transform: translateX(20%) rotate(3deg);
}
45% {
-webkit-transform: translateX(-15%) rotate(-3deg);
-ms-transform: translateX(-15%) rotate(-3deg);
transform: translateX(-15%) rotate(-3deg);
}
60% {
-webkit-transform: translateX(10%) rotate(2deg);
-ms-transform: translateX(10%) rotate(2deg);
transform: translateX(10%) rotate(2deg);
}
75% {
-webkit-transform: translateX(-5%) rotate(-1deg);
-ms-transform: translateX(-5%) rotate(-1deg);
transform: translateX(-5%) rotate(-1deg);
}
100% {
-webkit-transform: translateX(0%);
-ms-transform: translateX(0%);
transform: translateX(0%);
}
}
@-webkit-keyframes bounceIn {
0% {
opacity: 0;
-webkit-transform: scale(0.3);
-ms-transform: scale(0.3);
transform: scale(0.3);
}
50% {
opacity: 1;
-webkit-transform: scale(1.05);
-ms-transform: scale(1.05);
transform: scale(1.05);
}
70% {
-webkit-transform: scale(0.9);
-ms-transform: scale(0.9);
transform: scale(0.9);
}
100% {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
}
@keyframes bounceIn {
0% {
opacity: 0;
-webkit-transform: scale(0.3);
-ms-transform: scale(0.3);
transform: scale(0.3);
}
50% {
opacity: 1;
-webkit-transform: scale(1.05);
-ms-transform: scale(1.05);
transform: scale(1.05);
}
70% {
-webkit-transform: scale(0.9);
-ms-transform: scale(0.9);
transform: scale(0.9);
}
100% {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
}
@-webkit-keyframes bounceInDown {
0% {
opacity: 0;
-webkit-transform: translateY(-2000px);
-ms-transform: translateY(-2000px);
transform: translateY(-2000px);
}
60% {
opacity: 1;
-webkit-transform: translateY(30px);
-ms-transform: translateY(30px);
transform: translateY(30px);
}
80% {
-webkit-transform: translateY(-10px);
-ms-transform: translateY(-10px);
transform: translateY(-10px);
}
100% {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes bounceInDown {
0% {
opacity: 0;
-webkit-transform: translateY(-2000px);
-ms-transform: translateY(-2000px);
transform: translateY(-2000px);
}
60% {
opacity: 1;
-webkit-transform: translateY(30px);
-ms-transform: translateY(30px);
transform: translateY(30px);
}
80% {
-webkit-transform: translateY(-10px);
-ms-transform: translateY(-10px);
transform: translateY(-10px);
}
100% {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
}
@-webkit-keyframes bounceInLeft {
0% {
opacity: 0;
-webkit-transform: translateX(-2000px);
-ms-transform: translateX(-2000px);
transform: translateX(-2000px);
}
60% {
opacity: 1;
-webkit-transform: translateX(30px);
-ms-transform: translateX(30px);
transform: translateX(30px);
}
80% {
-webkit-transform: translateX(-10px);
-ms-transform: translateX(-10px);
transform: translateX(-10px);
}
100% {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes bounceInLeft {
0% {
opacity: 0;
-webkit-transform: translateX(-2000px);
-ms-transform: translateX(-2000px);
transform: translateX(-2000px);
}
60% {
opacity: 1;
-webkit-transform: translateX(30px);
-ms-transform: translateX(30px);
transform: translateX(30px);
}
80% {
-webkit-transform: translateX(-10px);
-ms-transform: translateX(-10px);
transform: translateX(-10px);
}
100% {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
}
@-webkit-keyframes bounceInRight {
0% {
opacity: 0;
-webkit-transform: translateX(2000px);
-ms-transform: translateX(2000px);
transform: translateX(2000px);
}
60% {
opacity: 1;
-webkit-transform: translateX(-30px);
-ms-transform: translateX(-30px);
transform: translateX(-30px);
}
80% {
-webkit-transform: translateX(10px);
-ms-transform: translateX(10px);
transform: translateX(10px);
}
100% {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes bounceInRight {
0% {
opacity: 0;
-webkit-transform: translateX(2000px);
-ms-transform: translateX(2000px);
transform: translateX(2000px);
}
60% {
opacity: 1;
-webkit-transform: translateX(-30px);
-ms-transform: translateX(-30px);
transform: translateX(-30px);
}
80% {
-webkit-transform: translateX(10px);
-ms-transform: translateX(10px);
transform: translateX(10px);
}
100% {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
}
@-webkit-keyframes bounceInUp {
0% {
opacity: 0;
-webkit-transform: translateY(2000px);
-ms-transform: translateY(2000px);
transform: translateY(2000px);
}
60% {
opacity: 1;
-webkit-transform: translateY(-30px);
-ms-transform: translateY(-30px);
transform: translateY(-30px);
}
80% {
-webkit-transform: translateY(10px);
-ms-transform: translateY(10px);
transform: translateY(10px);
}
100% {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes bounceInUp {
0% {
opacity: 0;
-webkit-transform: translateY(2000px);
-ms-transform: translateY(2000px);
transform: translateY(2000px);
}
60% {
opacity: 1;
-webkit-transform: translateY(-30px);
-ms-transform: translateY(-30px);
transform: translateY(-30px);
}
80% {
-webkit-transform: translateY(10px);
-ms-transform: translateY(10px);
transform: translateY(10px);
}
100% {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
}
@-webkit-keyframes bounceOut {
0% {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
25% {
-webkit-transform: scale(0.95);
-ms-transform: scale(0.95);
transform: scale(0.95);
}
50% {
opacity: 1;
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
100% {
opacity: 0;
-webkit-transform: scale(0.3);
-ms-transform: scale(0.3);
transform: scale(0.3);
}
}
@keyframes bounceOut {
0% {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
25% {
-webkit-transform: scale(0.95);
-ms-transform: scale(0.95);
transform: scale(0.95);
}
50% {
opacity: 1;
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
100% {
opacity: 0;
-webkit-transform: scale(0.3);
-ms-transform: scale(0.3);
transform: scale(0.3);
}
}
@-webkit-keyframes bounceOutDown {
0% {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
20% {
opacity: 1;
-webkit-transform: translateY(-20px);
-ms-transform: translateY(-20px);
transform: translateY(-20px);
}
100% {
opacity: 0;
-webkit-transform: translateY(2000px);
-ms-transform: translateY(2000px);
transform: translateY(2000px);
}
}
@keyframes bounceOutDown {
0% {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
20% {
opacity: 1;
-webkit-transform: translateY(-20px);
-ms-transform: translateY(-20px);
transform: translateY(-20px);
}
100% {
opacity: 0;
-webkit-transform: translateY(2000px);
-ms-transform: translateY(2000px);
transform: translateY(2000px);
}
}
@-webkit-keyframes bounceOutLeft {
0% {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
20% {
opacity: 1;
-webkit-transform: translateX(20px);
-ms-transform: translateX(20px);
transform: translateX(20px);
}
100% {
opacity: 0;
-webkit-transform: translateX(-2000px);
-ms-transform: translateX(-2000px);
transform: translateX(-2000px);
}
}
@keyframes bounceOutLeft {
0% {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
20% {
opacity: 1;
-webkit-transform: translateX(20px);
-ms-transform: translateX(20px);
transform: translateX(20px);
}
100% {
opacity: 0;
-webkit-transform: translateX(-2000px);
-ms-transform: translateX(-2000px);
transform: translateX(-2000px);
}
}
@-webkit-keyframes bounceOutRight {
0% {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
20% {
opacity: 1;
-webkit-transform: translateX(-20px);
-ms-transform: translateX(-20px);
transform: translateX(-20px);
}
100% {
opacity: 0;
-webkit-transform: translateX(2000px);
-ms-transform: translateX(2000px);
transform: translateX(2000px);
}
}
@keyframes bounceOutRight {
0% {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
20% {
opacity: 1;
-webkit-transform: translateX(-20px);
-ms-transform: translateX(-20px);
transform: translateX(-20px);
}
100% {
opacity: 0;
-webkit-transform: translateX(2000px);
-ms-transform: translateX(2000px);
transform: translateX(2000px);
}
}
@-webkit-keyframes bounceOutUp {
0% {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
20% {
opacity: 1;
-webkit-transform: translateY(20px);
-ms-transform: translateY(20px);
transform: translateY(20px);
}
100% {
opacity: 0;
-webkit-transform: translateY(-2000px);
-ms-transform: translateY(-2000px);
transform: translateY(-2000px);
}
}
@keyframes bounceOutUp {
0% {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
20% {
opacity: 1;
-webkit-transform: translateY(20px);
-ms-transform: translateY(20px);
transform: translateY(20px);
}
100% {
opacity: 0;
-webkit-transform: translateY(-2000px);
-ms-transform: translateY(-2000px);
transform: translateY(-2000px);
}
}
@-webkit-keyframes fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@keyframes fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@-webkit-keyframes fadeInDown {
0% {
opacity: 0;
-webkit-transform: translateY(-20px);
-ms-transform: translateY(-20px);
transform: translateY(-20px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes fadeInDown {
0% {
opacity: 0;
-webkit-transform: translateY(-20px);
-ms-transform: translateY(-20px);
transform: translateY(-20px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
}
@-webkit-keyframes fadeInDownBig {
0% {
opacity: 0;
-webkit-transform: translateY(-2000px);
-ms-transform: translateY(-2000px);
transform: translateY(-2000px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes fadeInDownBig {
0% {
opacity: 0;
-webkit-transform: translateY(-2000px);
-ms-transform: translateY(-2000px);
transform: translateY(-2000px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
}
@-webkit-keyframes fadeInLeft {
0% {
opacity: 0;
-webkit-transform: translateX(-20px);
-ms-transform: translateX(-20px);
transform: translateX(-20px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes fadeInLeft {
0% {
opacity: 0;
-webkit-transform: translateX(-20px);
-ms-transform: translateX(-20px);
transform: translateX(-20px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
}
@-webkit-keyframes fadeInLeftBig {
0% {
opacity: 0;
-webkit-transform: translateX(-2000px);
-ms-transform: translateX(-2000px);
transform: translateX(-2000px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes fadeInLeftBig {
0% {
opacity: 0;
-webkit-transform: translateX(-2000px);
-ms-transform: translateX(-2000px);
transform: translateX(-2000px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
}
@-webkit-keyframes fadeInRight {
0% {
opacity: 0;
-webkit-transform: translateX(20px);
-ms-transform: translateX(20px);
transform: translateX(20px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes fadeInRight {
0% {
opacity: 0;
-webkit-transform: translateX(20px);
-ms-transform: translateX(20px);
transform: translateX(20px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
}
@-webkit-keyframes fadeInRightBig {
0% {
opacity: 0;
-webkit-transform: translateX(2000px);
-ms-transform: translateX(2000px);
transform: translateX(2000px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes fadeInRightBig {
0% {
opacity: 0;
-webkit-transform: translateX(2000px);
-ms-transform: translateX(2000px);
transform: translateX(2000px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
}
@-webkit-keyframes fadeInUp {
0% {
opacity: 0;
-webkit-transform: translateY(20px);
-ms-transform: translateY(20px);
transform: translateY(20px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes fadeInUp {
0% {
opacity: 0;
-webkit-transform: translateY(20px);
-ms-transform: translateY(20px);
transform: translateY(20px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
}
@-webkit-keyframes fadeInUpBig {
0% {
opacity: 0;
-webkit-transform: translateY(2000px);
-ms-transform: translateY(2000px);
transform: translateY(2000px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes fadeInUpBig {
0% {
opacity: 0;
-webkit-transform: translateY(2000px);
-ms-transform: translateY(2000px);
transform: translateY(2000px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
}
@-webkit-keyframes fadeOut {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
@keyframes fadeOut {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
@-webkit-keyframes fadeOutDown {
0% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(20px);
-ms-transform: translateY(20px);
transform: translateY(20px);
}
}
@keyframes fadeOutDown {
0% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(20px);
-ms-transform: translateY(20px);
transform: translateY(20px);
}
}
@-webkit-keyframes fadeOutDownBig {
0% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(2000px);
-ms-transform: translateY(2000px);
transform: translateY(2000px);
}
}
@keyframes fadeOutDownBig {
0% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(2000px);
-ms-transform: translateY(2000px);
transform: translateY(2000px);
}
}
@-webkit-keyframes fadeOutLeft {
0% {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(-20px);
-ms-transform: translateX(-20px);
transform: translateX(-20px);
}
}
@keyframes fadeOutLeft {
0% {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(-20px);
-ms-transform: translateX(-20px);
transform: translateX(-20px);
}
}
@-webkit-keyframes fadeOutLeftBig {
0% {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(-2000px);
-ms-transform: translateX(-2000px);
transform: translateX(-2000px);
}
}
@keyframes fadeOutLeftBig {
0% {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(-2000px);
-ms-transform: translateX(-2000px);
transform: translateX(-2000px);
}
}
@-webkit-keyframes fadeOutRight {
0% {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(20px);
-ms-transform: translateX(20px);
transform: translateX(20px);
}
}
@keyframes fadeOutRight {
0% {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(20px);
-ms-transform: translateX(20px);
transform: translateX(20px);
}
}
@-webkit-keyframes fadeOutRightBig {
0% {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(2000px);
-ms-transform: translateX(2000px);
transform: translateX(2000px);
}
}
@keyframes fadeOutRightBig {
0% {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(2000px);
-ms-transform: translateX(2000px);
transform: translateX(2000px);
}
}
@-webkit-keyframes fadeOutUp {
0% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(-20px);
-ms-transform: translateY(-20px);
transform: translateY(-20px);
}
}
@keyframes fadeOutUp {
0% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(-20px);
-ms-transform: translateY(-20px);
transform: translateY(-20px);
}
}
@-webkit-keyframes fadeOutUpBig {
0% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(-2000px);
-ms-transform: translateY(-2000px);
transform: translateY(-2000px);
}
}
@keyframes fadeOutUpBig {
0% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(-2000px);
-ms-transform: translateY(-2000px);
transform: translateY(-2000px);
}
}
@-webkit-keyframes flip {
0% {
-webkit-transform: perspective(400px) rotateY(0);
-ms-transform: perspective(400px) rotateY(0);
transform: perspective(400px) rotateY(0);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
40% {
-webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg);
-ms-transform: perspective(400px) translateZ(150px) rotateY(170deg);
transform: perspective(400px) translateZ(150px) rotateY(170deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
50% {
-webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
-ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
80% {
-webkit-transform: perspective(400px) rotateY(360deg) scale(0.95);
-ms-transform: perspective(400px) rotateY(360deg) scale(0.95);
transform: perspective(400px) rotateY(360deg) scale(0.95);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
100% {
-webkit-transform: perspective(400px) scale(1);
-ms-transform: perspective(400px) scale(1);
transform: perspective(400px) scale(1);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
}
@keyframes flip {
0% {
-webkit-transform: perspective(400px) rotateY(0);
-ms-transform: perspective(400px) rotateY(0);
transform: perspective(400px) rotateY(0);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
40% {
-webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg);
-ms-transform: perspective(400px) translateZ(150px) rotateY(170deg);
transform: perspective(400px) translateZ(150px) rotateY(170deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
50% {
-webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
-ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
80% {
-webkit-transform: perspective(400px) rotateY(360deg) scale(0.95);
-ms-transform: perspective(400px) rotateY(360deg) scale(0.95);
transform: perspective(400px) rotateY(360deg) scale(0.95);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
100% {
-webkit-transform: perspective(400px) scale(1);
-ms-transform: perspective(400px) scale(1);
transform: perspective(400px) scale(1);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
}
@-webkit-keyframes flipInX {
0% {
opacity: 0;
-webkit-transform: perspective(400px) rotateX(90deg);
-ms-transform: perspective(400px) rotateX(90deg);
transform: perspective(400px) rotateX(90deg);
}
40% {
-webkit-transform: perspective(400px) rotateX(-10deg);
-ms-transform: perspective(400px) rotateX(-10deg);
transform: perspective(400px) rotateX(-10deg);
}
70% {
-webkit-transform: perspective(400px) rotateX(10deg);
-ms-transform: perspective(400px) rotateX(10deg);
transform: perspective(400px) rotateX(10deg);
}
100% {
opacity: 1;
-webkit-transform: perspective(400px) rotateX(0deg);
-ms-transform: perspective(400px) rotateX(0deg);
transform: perspective(400px) rotateX(0deg);
}
}
@keyframes flipInX {
0% {
opacity: 0;
-webkit-transform: perspective(400px) rotateX(90deg);
-ms-transform: perspective(400px) rotateX(90deg);
transform: perspective(400px) rotateX(90deg);
}
40% {
-webkit-transform: perspective(400px) rotateX(-10deg);
-ms-transform: perspective(400px) rotateX(-10deg);
transform: perspective(400px) rotateX(-10deg);
}
70% {
-webkit-transform: perspective(400px) rotateX(10deg);
-ms-transform: perspective(400px) rotateX(10deg);
transform: perspective(400px) rotateX(10deg);
}
100% {
opacity: 1;
-webkit-transform: perspective(400px) rotateX(0deg);
-ms-transform: perspective(400px) rotateX(0deg);
transform: perspective(400px) rotateX(0deg);
}
}
@-webkit-keyframes flipInY {
0% {
opacity: 0;
-webkit-transform: perspective(400px) rotateY(90deg);
-ms-transform: perspective(400px) rotateY(90deg);
transform: perspective(400px) rotateY(90deg);
}
40% {
-webkit-transform: perspective(400px) rotateY(-10deg);
-ms-transform: perspective(400px) rotateY(-10deg);
transform: perspective(400px) rotateY(-10deg);
}
70% {
-webkit-transform: perspective(400px) rotateY(10deg);
-ms-transform: perspective(400px) rotateY(10deg);
transform: perspective(400px) rotateY(10deg);
}
100% {
opacity: 1;
-webkit-transform: perspective(400px) rotateY(0deg);
-ms-transform: perspective(400px) rotateY(0deg);
transform: perspective(400px) rotateY(0deg);
}
}
@keyframes flipInY {
0% {
opacity: 0;
-webkit-transform: perspective(400px) rotateY(90deg);
-ms-transform: perspective(400px) rotateY(90deg);
transform: perspective(400px) rotateY(90deg);
}
40% {
-webkit-transform: perspective(400px) rotateY(-10deg);
-ms-transform: perspective(400px) rotateY(-10deg);
transform: perspective(400px) rotateY(-10deg);
}
70% {
-webkit-transform: perspective(400px) rotateY(10deg);
-ms-transform: perspective(400px) rotateY(10deg);
transform: perspective(400px) rotateY(10deg);
}
100% {
opacity: 1;
-webkit-transform: perspective(400px) rotateY(0deg);
-ms-transform: perspective(400px) rotateY(0deg);
transform: perspective(400px) rotateY(0deg);
}
}
@-webkit-keyframes flipOutX {
0% {
opacity: 1;
-webkit-transform: perspective(400px) rotateX(0deg);
-ms-transform: perspective(400px) rotateX(0deg);
transform: perspective(400px) rotateX(0deg);
}
100% {
opacity: 0;
-webkit-transform: perspective(400px) rotateX(90deg);
-ms-transform: perspective(400px) rotateX(90deg);
transform: perspective(400px) rotateX(90deg);
}
}
@keyframes flipOutX {
0% {
opacity: 1;
-webkit-transform: perspective(400px) rotateX(0deg);
-ms-transform: perspective(400px) rotateX(0deg);
transform: perspective(400px) rotateX(0deg);
}
100% {
opacity: 0;
-webkit-transform: perspective(400px) rotateX(90deg);
-ms-transform: perspective(400px) rotateX(90deg);
transform: perspective(400px) rotateX(90deg);
}
}
@-webkit-keyframes flipOutY {
0% {
opacity: 1;
-webkit-transform: perspective(400px) rotateY(0deg);
-ms-transform: perspective(400px) rotateY(0deg);
transform: perspective(400px) rotateY(0deg);
}
100% {
opacity: 0;
-webkit-transform: perspective(400px) rotateY(90deg);
-ms-transform: perspective(400px) rotateY(90deg);
transform: perspective(400px) rotateY(90deg);
}
}
@keyframes flipOutY {
0% {
opacity: 1;
-webkit-transform: perspective(400px) rotateY(0deg);
-ms-transform: perspective(400px) rotateY(0deg);
transform: perspective(400px) rotateY(0deg);
}
100% {
opacity: 0;
-webkit-transform: perspective(400px) rotateY(90deg);
-ms-transform: perspective(400px) rotateY(90deg);
transform: perspective(400px) rotateY(90deg);
}
}
@-webkit-keyframes lightSpeedIn {
0% {
opacity: 0;
-webkit-transform: translateX(100%) skewX(-30deg);
-ms-transform: translateX(100%) skewX(-30deg);
transform: translateX(100%) skewX(-30deg);
}
60% {
opacity: 1;
-webkit-transform: translateX(-20%) skewX(30deg);
-ms-transform: translateX(-20%) skewX(30deg);
transform: translateX(-20%) skewX(30deg);
}
80% {
opacity: 1;
-webkit-transform: translateX(0%) skewX(-15deg);
-ms-transform: translateX(0%) skewX(-15deg);
transform: translateX(0%) skewX(-15deg);
}
100% {
opacity: 1;
-webkit-transform: translateX(0%) skewX(0deg);
-ms-transform: translateX(0%) skewX(0deg);
transform: translateX(0%) skewX(0deg);
}
}
@keyframes lightSpeedIn {
0% {
opacity: 0;
-webkit-transform: translateX(100%) skewX(-30deg);
-ms-transform: translateX(100%) skewX(-30deg);
transform: translateX(100%) skewX(-30deg);
}
60% {
opacity: 1;
-webkit-transform: translateX(-20%) skewX(30deg);
-ms-transform: translateX(-20%) skewX(30deg);
transform: translateX(-20%) skewX(30deg);
}
80% {
opacity: 1;
-webkit-transform: translateX(0%) skewX(-15deg);
-ms-transform: translateX(0%) skewX(-15deg);
transform: translateX(0%) skewX(-15deg);
}
100% {
opacity: 1;
-webkit-transform: translateX(0%) skewX(0deg);
-ms-transform: translateX(0%) skewX(0deg);
transform: translateX(0%) skewX(0deg);
}
}
@-webkit-keyframes lightSpeedOut {
0% {
opacity: 1;
-webkit-transform: translateX(0%) skewX(0deg);
-ms-transform: translateX(0%) skewX(0deg);
transform: translateX(0%) skewX(0deg);
}
100% {
opacity: 0;
-webkit-transform: translateX(100%) skewX(-30deg);
-ms-transform: translateX(100%) skewX(-30deg);
transform: translateX(100%) skewX(-30deg);
}
}
@keyframes lightSpeedOut {
0% {
opacity: 1;
-webkit-transform: translateX(0%) skewX(0deg);
-ms-transform: translateX(0%) skewX(0deg);
transform: translateX(0%) skewX(0deg);
}
100% {
opacity: 0;
-webkit-transform: translateX(100%) skewX(-30deg);
-ms-transform: translateX(100%) skewX(-30deg);
transform: translateX(100%) skewX(-30deg);
}
}
@-webkit-keyframes rotateIn {
0% {
opacity: 0;
-webkit-transform: rotate(-200deg);
-ms-transform: rotate(-200deg);
transform: rotate(-200deg);
-webkit-transform-origin: center center;
-ms-transform-origin: center center;
transform-origin: center center;
}
100% {
opacity: 1;
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
-webkit-transform-origin: center center;
-ms-transform-origin: center center;
transform-origin: center center;
}
}
@keyframes rotateIn {
0% {
opacity: 0;
-webkit-transform: rotate(-200deg);
-ms-transform: rotate(-200deg);
transform: rotate(-200deg);
-webkit-transform-origin: center center;
-ms-transform-origin: center center;
transform-origin: center center;
}
100% {
opacity: 1;
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
-webkit-transform-origin: center center;
-ms-transform-origin: center center;
transform-origin: center center;
}
}
@-webkit-keyframes rotateInDownLeft {
0% {
opacity: 0;
-webkit-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
transform: rotate(-90deg);
-webkit-transform-origin: left bottom;
-ms-transform-origin: left bottom;
transform-origin: left bottom;
}
100% {
opacity: 1;
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
-webkit-transform-origin: left bottom;
-ms-transform-origin: left bottom;
transform-origin: left bottom;
}
}
@keyframes rotateInDownLeft {
0% {
opacity: 0;
-webkit-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
transform: rotate(-90deg);
-webkit-transform-origin: left bottom;
-ms-transform-origin: left bottom;
transform-origin: left bottom;
}
100% {
opacity: 1;
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
-webkit-transform-origin: left bottom;
-ms-transform-origin: left bottom;
transform-origin: left bottom;
}
}
@-webkit-keyframes rotateInDownRight {
0% {
opacity: 0;
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
-webkit-transform-origin: right bottom;
-ms-transform-origin: right bottom;
transform-origin: right bottom;
}
100% {
opacity: 1;
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
-webkit-transform-origin: right bottom;
-ms-transform-origin: right bottom;
transform-origin: right bottom;
}
}
@keyframes rotateInDownRight {
0% {
opacity: 0;
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
-webkit-transform-origin: right bottom;
-ms-transform-origin: right bottom;
transform-origin: right bottom;
}
100% {
opacity: 1;
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
-webkit-transform-origin: right bottom;
-ms-transform-origin: right bottom;
transform-origin: right bottom;
}
}
@-webkit-keyframes rotateInUpLeft {
0% {
opacity: 0;
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
-webkit-transform-origin: left bottom;
-ms-transform-origin: left bottom;
transform-origin: left bottom;
}
100% {
opacity: 1;
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
-webkit-transform-origin: left bottom;
-ms-transform-origin: left bottom;
transform-origin: left bottom;
}
}
@keyframes rotateInUpLeft {
0% {
opacity: 0;
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
-webkit-transform-origin: left bottom;
-ms-transform-origin: left bottom;
transform-origin: left bottom;
}
100% {
opacity: 1;
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
-webkit-transform-origin: left bottom;
-ms-transform-origin: left bottom;
transform-origin: left bottom;
}
}
@-webkit-keyframes rotateInUpRight {
0% {
opacity: 0;
-webkit-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
transform: rotate(-90deg);
-webkit-transform-origin: right bottom;
-ms-transform-origin: right bottom;
transform-origin: right bottom;
}
100% {
opacity: 1;
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
-webkit-transform-origin: right bottom;
-ms-transform-origin: right bottom;
transform-origin: right bottom;
}
}
@keyframes rotateInUpRight {
0% {
opacity: 0;
-webkit-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
transform: rotate(-90deg);
-webkit-transform-origin: right bottom;
-ms-transform-origin: right bottom;
transform-origin: right bottom;
}
100% {
opacity: 1;
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
-webkit-transform-origin: right bottom;
-ms-transform-origin: right bottom;
transform-origin: right bottom;
}
}
@-webkit-keyframes rotateOut {
0% {
opacity: 1;
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
-webkit-transform-origin: center center;
-ms-transform-origin: center center;
transform-origin: center center;
}
100% {
opacity: 0;
-webkit-transform: rotate(200deg);
-ms-transform: rotate(200deg);
transform: rotate(200deg);
-webkit-transform-origin: center center;
-ms-transform-origin: center center;
transform-origin: center center;
}
}
@keyframes rotateOut {
0% {
opacity: 1;
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
-webkit-transform-origin: center center;
-ms-transform-origin: center center;
transform-origin: center center;
}
100% {
opacity: 0;
-webkit-transform: rotate(200deg);
-ms-transform: rotate(200deg);
transform: rotate(200deg);
-webkit-transform-origin: center center;
-ms-transform-origin: center center;
transform-origin: center center;
}
}
@-webkit-keyframes rotateOutDownLeft {
0% {
opacity: 1;
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
-webkit-transform-origin: left bottom;
-ms-transform-origin: left bottom;
transform-origin: left bottom;
}
100% {
opacity: 0;
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
-webkit-transform-origin: left bottom;
-ms-transform-origin: left bottom;
transform-origin: left bottom;
}
}
@keyframes rotateOutDownLeft {
0% {
opacity: 1;
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
-webkit-transform-origin: left bottom;
-ms-transform-origin: left bottom;
transform-origin: left bottom;
}
100% {
opacity: 0;
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
-webkit-transform-origin: left bottom;
-ms-transform-origin: left bottom;
transform-origin: left bottom;
}
}
@-webkit-keyframes rotateOutDownRight {
0% {
opacity: 1;
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
-webkit-transform-origin: right bottom;
-ms-transform-origin: right bottom;
transform-origin: right bottom;
}
100% {
opacity: 0;
-webkit-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
transform: rotate(-90deg);
-webkit-transform-origin: right bottom;
-ms-transform-origin: right bottom;
transform-origin: right bottom;
}
}
@keyframes rotateOutDownRight {
0% {
opacity: 1;
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
-webkit-transform-origin: right bottom;
-ms-transform-origin: right bottom;
transform-origin: right bottom;
}
100% {
opacity: 0;
-webkit-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
transform: rotate(-90deg);
-webkit-transform-origin: right bottom;
-ms-transform-origin: right bottom;
transform-origin: right bottom;
}
}
@-webkit-keyframes rotateOutUpLeft {
0% {
opacity: 1;
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
-webkit-transform-origin: left bottom;
-ms-transform-origin: left bottom;
transform-origin: left bottom;
}
100% {
opacity: 0;
-webkit-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
transform: rotate(-90deg);
-webkit-transform-origin: left bottom;
-ms-transform-origin: left bottom;
transform-origin: left bottom;
}
}
@keyframes rotateOutUpLeft {
0% {
opacity: 1;
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
-webkit-transform-origin: left bottom;
-ms-transform-origin: left bottom;
transform-origin: left bottom;
}
100% {
opacity: 0;
-webkit-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
transform: rotate(-90deg);
-webkit-transform-origin: left bottom;
-ms-transform-origin: left bottom;
transform-origin: left bottom;
}
}
@-webkit-keyframes rotateOutUpRight {
0% {
opacity: 1;
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
-webkit-transform-origin: right bottom;
-ms-transform-origin: right bottom;
transform-origin: right bottom;
}
100% {
opacity: 0;
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
-webkit-transform-origin: right bottom;
-ms-transform-origin: right bottom;
transform-origin: right bottom;
}
}
@keyframes rotateOutUpRight {
0% {
opacity: 1;
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
-webkit-transform-origin: right bottom;
-ms-transform-origin: right bottom;
transform-origin: right bottom;
}
100% {
opacity: 0;
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
-webkit-transform-origin: right bottom;
-ms-transform-origin: right bottom;
transform-origin: right bottom;
}
}
@-webkit-keyframes slideInDown {
0% {
opacity: 0;
-webkit-transform: translateY(-2000px);
-ms-transform: translateY(-2000px);
transform: translateY(-2000px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes slideInDown {
0% {
opacity: 0;
-webkit-transform: translateY(-2000px);
-ms-transform: translateY(-2000px);
transform: translateY(-2000px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
}
@-webkit-keyframes slideInLeft {
0% {
opacity: 0;
-webkit-transform: translateX(-2000px);
-ms-transform: translateX(-2000px);
transform: translateX(-2000px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes slideInLeft {
0% {
opacity: 0;
-webkit-transform: translateX(-2000px);
-ms-transform: translateX(-2000px);
transform: translateX(-2000px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
}
@-webkit-keyframes slideInRight {
0% {
opacity: 0;
-webkit-transform: translateX(2000px);
-ms-transform: translateX(2000px);
transform: translateX(2000px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes slideInRight {
0% {
opacity: 0;
-webkit-transform: translateX(2000px);
-ms-transform: translateX(2000px);
transform: translateX(2000px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
}
@-webkit-keyframes slideInUp {
0% {
opacity: 0;
-webkit-transform: translateY(2000px);
-ms-transform: translateY(2000px);
transform: translateY(2000px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes slideInUp {
0% {
opacity: 0;
-webkit-transform: translateY(2000px);
-ms-transform: translateY(2000px);
transform: translateY(2000px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
}
@-webkit-keyframes slideOutDown {
0% {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(2000px);
-ms-transform: translateY(2000px);
transform: translateY(2000px);
}
}
@keyframes slideOutDown {
0% {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(2000px);
-ms-transform: translateY(2000px);
transform: translateY(2000px);
}
}
@-webkit-keyframes slideOutLeft {
0% {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(-2000px);
-ms-transform: translateX(-2000px);
transform: translateX(-2000px);
}
}
@keyframes slideOutLeft {
0% {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(-2000px);
-ms-transform: translateX(-2000px);
transform: translateX(-2000px);
}
}
@-webkit-keyframes slideOutRight {
0% {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(2000px);
-ms-transform: translateX(2000px);
transform: translateX(2000px);
}
}
@keyframes slideOutRight {
0% {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(2000px);
-ms-transform: translateX(2000px);
transform: translateX(2000px);
}
}
@-webkit-keyframes slideOutUp {
0% {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(-2000px);
-ms-transform: translateY(-2000px);
transform: translateY(-2000px);
}
}
@keyframes slideOutUp {
0% {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(-2000px);
-ms-transform: translateY(-2000px);
transform: translateY(-2000px);
}
}
@-webkit-keyframes hinge {
0% {
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
-webkit-transform-origin: top left;
-ms-transform-origin: top left;
transform-origin: top left;
}
20%, 60% {
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
-webkit-transform: rotate(80deg);
-ms-transform: rotate(80deg);
transform: rotate(80deg);
-webkit-transform-origin: top left;
-ms-transform-origin: top left;
transform-origin: top left;
}
40% {
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
-webkit-transform: rotate(60deg);
-ms-transform: rotate(60deg);
transform: rotate(60deg);
-webkit-transform-origin: top left;
-ms-transform-origin: top left;
transform-origin: top left;
}
80% {
opacity: 1;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
-webkit-transform: rotate(60deg) translateY(0);
-ms-transform: rotate(60deg) translateY(0);
transform: rotate(60deg) translateY(0);
-webkit-transform-origin: top left;
-ms-transform-origin: top left;
transform-origin: top left;
}
100% {
opacity: 0;
-webkit-transform: translateY(700px);
-ms-transform: translateY(700px);
transform: translateY(700px);
}
}
@keyframes hinge {
0% {
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
-webkit-transform-origin: top left;
-ms-transform-origin: top left;
transform-origin: top left;
}
20%, 60% {
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
-webkit-transform: rotate(80deg);
-ms-transform: rotate(80deg);
transform: rotate(80deg);
-webkit-transform-origin: top left;
-ms-transform-origin: top left;
transform-origin: top left;
}
40% {
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
-webkit-transform: rotate(60deg);
-ms-transform: rotate(60deg);
transform: rotate(60deg);
-webkit-transform-origin: top left;
-ms-transform-origin: top left;
transform-origin: top left;
}
80% {
opacity: 1;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
-webkit-transform: rotate(60deg) translateY(0);
-ms-transform: rotate(60deg) translateY(0);
transform: rotate(60deg) translateY(0);
-webkit-transform-origin: top left;
-ms-transform-origin: top left;
transform-origin: top left;
}
100% {
opacity: 0;
-webkit-transform: translateY(700px);
-ms-transform: translateY(700px);
transform: translateY(700px);
}
}
@-webkit-keyframes rollIn {
0% {
opacity: 0;
-webkit-transform: translateX(-100%) rotate(-120deg);
-ms-transform: translateX(-100%) rotate(-120deg);
transform: translateX(-100%) rotate(-120deg);
}
100% {
opacity: 1;
-webkit-transform: translateX(0px) rotate(0deg);
-ms-transform: translateX(0px) rotate(0deg);
transform: translateX(0px) rotate(0deg);
}
}
@keyframes rollIn {
0% {
opacity: 0;
-webkit-transform: translateX(-100%) rotate(-120deg);
-ms-transform: translateX(-100%) rotate(-120deg);
transform: translateX(-100%) rotate(-120deg);
}
100% {
opacity: 1;
-webkit-transform: translateX(0px) rotate(0deg);
-ms-transform: translateX(0px) rotate(0deg);
transform: translateX(0px) rotate(0deg);
}
}
@-webkit-keyframes rollOut {
0% {
opacity: 1;
-webkit-transform: translateX(0px) rotate(0deg);
-ms-transform: translateX(0px) rotate(0deg);
transform: translateX(0px) rotate(0deg);
}
100% {
opacity: 0;
-webkit-transform: translateX(100%) rotate(120deg);
-ms-transform: translateX(100%) rotate(120deg);
transform: translateX(100%) rotate(120deg);
}
}
@keyframes rollOut {
0% {
opacity: 1;
-webkit-transform: translateX(0px) rotate(0deg);
-ms-transform: translateX(0px) rotate(0deg);
transform: translateX(0px) rotate(0deg);
}
100% {
opacity: 0;
-webkit-transform: translateX(100%) rotate(120deg);
-ms-transform: translateX(100%) rotate(120deg);
transform: translateX(100%) rotate(120deg);
}
}
@-webkit-keyframes zoomIn {
0% {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
-ms-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3);
}
50% {
opacity: 1;
}
}
@keyframes zoomIn {
0% {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
-ms-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3);
}
50% {
opacity: 1;
}
}
@-webkit-keyframes zoomInDown {
0% {
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
-ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
}
60% {
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
-ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
}
}
@keyframes zoomInDown {
0% {
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
-ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
}
60% {
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
-ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
}
}
@-webkit-keyframes zoomInLeft {
0% {
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
-ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
}
60% {
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
-ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
}
}
@keyframes zoomInLeft {
0% {
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
-ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
}
60% {
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
-ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
}
}
@-webkit-keyframes zoomInRight {
0% {
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
-ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
}
60% {
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
-ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
}
}
@keyframes zoomInRight {
0% {
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
-ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
}
60% {
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
-ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
}
}
@-webkit-keyframes zoomInUp {
0% {
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
-ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
}
60% {
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
-ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
}
}
@keyframes zoomInUp {
0% {
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
-ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
}
60% {
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
-ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
}
}
@-webkit-keyframes zoomOut {
0% {
opacity: 1;
}
50% {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
-ms-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3);
}
100% {
opacity: 0;
}
}
@keyframes zoomOut {
0% {
opacity: 1;
}
50% {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
-ms-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3);
}
100% {
opacity: 0;
}
}
@-webkit-keyframes zoomOutDown {
40% {
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
-ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
}
100% {
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
-ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
-webkit-transform-origin: center bottom;
-ms-transform-origin: center bottom;
transform-origin: center bottom;
}
}
@keyframes zoomOutDown {
40% {
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
-ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
}
100% {
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
-ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
-webkit-transform-origin: center bottom;
-ms-transform-origin: center bottom;
transform-origin: center bottom;
}
}
@-webkit-keyframes zoomOutLeft {
40% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
-ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
}
100% {
opacity: 0;
-webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
-ms-transform: scale(0.1) translate3d(-2000px, 0, 0);
transform: scale(0.1) translate3d(-2000px, 0, 0);
-webkit-transform-origin: left center;
-ms-transform-origin: left center;
transform-origin: left center;
}
}
@keyframes zoomOutLeft {
40% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
-ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
}
100% {
opacity: 0;
-webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
-ms-transform: scale(0.1) translate3d(-2000px, 0, 0);
transform: scale(0.1) translate3d(-2000px, 0, 0);
-webkit-transform-origin: left center;
-ms-transform-origin: left center;
transform-origin: left center;
}
}
@-webkit-keyframes zoomOutRight {
40% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
-ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
}
100% {
opacity: 0;
-webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
-ms-transform: scale(0.1) translate3d(2000px, 0, 0);
transform: scale(0.1) translate3d(2000px, 0, 0);
-webkit-transform-origin: right center;
-ms-transform-origin: right center;
transform-origin: right center;
}
}
@keyframes zoomOutRight {
40% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
-ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
}
100% {
opacity: 0;
-webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
-ms-transform: scale(0.1) translate3d(2000px, 0, 0);
transform: scale(0.1) translate3d(2000px, 0, 0);
-webkit-transform-origin: right center;
-ms-transform-origin: right center;
transform-origin: right center;
}
}
@-webkit-keyframes zoomOutUp {
40% {
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
-ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
}
100% {
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
-ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
-webkit-transform-origin: center bottom;
-ms-transform-origin: center bottom;
transform-origin: center bottom;
}
}
@keyframes zoomOutUp {
40% {
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
-ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
}
100% {
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
-ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
-webkit-transform-origin: center bottom;
-ms-transform-origin: center bottom;
transform-origin: center bottom;
}
} a {
color: #000000;
text-decoration: none;
}
a.hover,
a:hover {
color: #000000;
}
a.focus,
a:focus {
color: #000000;
}
a.active,
a:active {
color: #121717;
text-decoration: none;
}
a.disabled,
a:disabled {
cursor: not-allowed;
color: #ccc;
}
p {
color: #606e7c;
} @font-face {
font-family: "Montserrat Thin";
src: url(//www.flowrealproperty.be/hosting/2324-flow/wp-content/themes/realtyspace/public/fonts/montserrat/montserrat-thin.eot);
src: url(//www.flowrealproperty.be/hosting/2324-flow/wp-content/themes/realtyspace/public/fonts/montserrat/montserrat-thin.eot?#iefix) format("embedded-opentype"), url(//www.flowrealproperty.be/hosting/2324-flow/wp-content/themes/realtyspace/public/fonts/montserrat/montserrat-thin.woff) format("woff"), url(//www.flowrealproperty.be/hosting/2324-flow/wp-content/themes/realtyspace/public/fonts/montserrat/montserrat-thin.ttf) format("truetype"), url(//www.flowrealproperty.be/hosting/2324-flow/wp-content/themes/realtyspace/public/fonts/montserrat/montserrat-thin.svg) format("svg");
font-weight: 200;
font-style: normal;
}
@-webkit-keyframes wobble-reverse {
0% {
-webkit-transform: translateX(0%);
transform: translateX(0%);
}
15% {
-webkit-transform: translateX(25%) rotate(5deg);
transform: translateX(25%) rotate(5deg);
}
30% {
-webkit-transform: translateX(-20%) rotate(-3deg);
transform: translateX(-20%) rotate(-3deg);
}
45% {
-webkit-transform: translateX(15%) rotate(3deg);
transform: translateX(15%) rotate(3deg);
}
60% {
-webkit-transform: translateX(-10%) rotate(-2deg);
transform: translateX(-10%) rotate(-2deg);
}
75% {
-webkit-transform: translateX(5%) rotate(1deg);
transform: translateX(5%) rotate(1deg);
}
100% {
-webkit-transform: translateX(0%);
transform: translateX(0%);
}
}
@keyframes wobble-reverse {
0% {
-webkit-transform: translateX(0%);
transform: translateX(0%);
}
15% {
-webkit-transform: translateX(25%) rotate(5deg);
transform: translateX(25%) rotate(5deg);
}
30% {
-webkit-transform: translateX(-20%) rotate(-3deg);
transform: translateX(-20%) rotate(-3deg);
}
45% {
-webkit-transform: translateX(15%) rotate(3deg);
transform: translateX(15%) rotate(3deg);
}
60% {
-webkit-transform: translateX(-10%) rotate(-2deg);
transform: translateX(-10%) rotate(-2deg);
}
75% {
-webkit-transform: translateX(5%) rotate(1deg);
transform: translateX(5%) rotate(1deg);
}
100% {
-webkit-transform: translateX(0%);
transform: translateX(0%);
}
}
select {
display: block;
width: 100%;
padding: 6px 20px;
font-size: 16px;
border-radius: 0 !important;
border-color: #d6d6d6;
}
[class*="block-grid-"] {
display: block;
margin: -15px;
padding: 0;
}
[class*="block-grid-"]:before,
[class*="block-grid-"]:after {
content: " ";
display: table;
}
[class*="block-grid-"]:after {
clear: both;
}
.block-grid-item {
display: inline;
margin: 0;
padding: 15px;
height: auto;
float: left;
list-style: none;
}
.block-grid-xs-1 > .block-grid-item {
width: 100%;
}
.block-grid-xs-1 > .block-grid-item:nth-of-type(n) {
clear: none;
}
.block-grid-xs-1 > .block-grid-item:nth-of-type(1n+1) {
clear: both;
}
.block-grid-xs-2 > .block-grid-item {
width: 50%;
}
.block-grid-xs-2 > .block-grid-item:nth-of-type(n) {
clear: none;
}
.block-grid-xs-2 > .block-grid-item:nth-of-type(2n+1) {
clear: both;
}
.block-grid-xs-3 > .block-grid-item {
width: 33.33333%;
}
.block-grid-xs-3 > .block-grid-item:nth-of-type(n) {
clear: none;
}
.block-grid-xs-3 > .block-grid-item:nth-of-type(3n+1) {
clear: both;
}
.block-grid-xs-4 > .block-grid-item {
width: 25%;
}
.block-grid-xs-4 > .block-grid-item:nth-of-type(n) {
clear: none;
}
.block-grid-xs-4 > .block-grid-item:nth-of-type(4n+1) {
clear: both;
}
.block-grid-xs-5 > .block-grid-item {
width: 20%;
}
.block-grid-xs-5 > .block-grid-item:nth-of-type(n) {
clear: none;
}
.block-grid-xs-5 > .block-grid-item:nth-of-type(5n+1) {
clear: both;
}
.block-grid-xs-6 > .block-grid-item {
width: 16.66667%;
}
.block-grid-xs-6 > .block-grid-item:nth-of-type(n) {
clear: none;
}
.block-grid-xs-6 > .block-grid-item:nth-of-type(6n+1) {
clear: both;
}
.block-grid-xs-7 > .block-grid-item {
width: 14.28571%;
}
.block-grid-xs-7 > .block-grid-item:nth-of-type(n) {
clear: none;
}
.block-grid-xs-7 > .block-grid-item:nth-of-type(7n+1) {
clear: both;
}
.block-grid-xs-8 > .block-grid-item {
width: 12.5%;
}
.block-grid-xs-8 > .block-grid-item:nth-of-type(n) {
clear: none;
}
.block-grid-xs-8 > .block-grid-item:nth-of-type(8n+1) {
clear: both;
}
.block-grid-xs-9 > .block-grid-item {
width: 11.11111%;
}
.block-grid-xs-9 > .block-grid-item:nth-of-type(n) {
clear: none;
}
.block-grid-xs-9 > .block-grid-item:nth-of-type(9n+1) {
clear: both;
}
.block-grid-xs-10 > .block-grid-item {
width: 10%;
}
.block-grid-xs-10 > .block-grid-item:nth-of-type(n) {
clear: none;
}
.block-grid-xs-10 > .block-grid-item:nth-of-type(10n+1) {
clear: both;
}
.block-grid-xs-11 > .block-grid-item {
width: 9.09091%;
}
.block-grid-xs-11 > .block-grid-item:nth-of-type(n) {
clear: none;
}
.block-grid-xs-11 > .block-grid-item:nth-of-type(11n+1) {
clear: both;
}
.block-grid-xs-12 > .block-grid-item {
width: 8.33333%;
}
.block-grid-xs-12 > .block-grid-item:nth-of-type(n) {
clear: none;
}
.block-grid-xs-12 > .block-grid-item:nth-of-type(12n+1) {
clear: both;
}
@media (min-width: 768px) {
.block-grid-sm-1 > .block-grid-item {
width: 100%;
}
.block-grid-sm-1 > .block-grid-item:nth-of-type(n) {
clear: none;
}
.block-grid-sm-1 > .block-grid-item:nth-of-type(1n+1) {
clear: both;
}
.block-grid-sm-2 > .block-grid-item {
width: 50%;
}
.block-grid-sm-2 > .block-grid-item:nth-of-type(n) {
clear: none;
}
.block-grid-sm-2 > .block-grid-item:nth-of-type(2n+1) {
clear: both;
}
.block-grid-sm-3 > .block-grid-item {
width: 33.33333%;
}
.block-grid-sm-3 > .block-grid-item:nth-of-type(n) {
clear: none;
}
.block-grid-sm-3 > .block-grid-item:nth-of-type(3n+1) {
clear: both;
}
.block-grid-sm-4 > .block-grid-item {
width: 25%;
}
.block-grid-sm-4 > .block-grid-item:nth-of-type(n) {
clear: none;
}
.block-grid-sm-4 > .block-grid-item:nth-of-type(4n+1) {
clear: both;
}
.block-grid-sm-5 > .block-grid-item {
width: 20%;
}
.block-grid-sm-5 > .block-grid-item:nth-of-type(n) {
clear: none;
}
.block-grid-sm-5 > .block-grid-item:nth-of-type(5n+1) {
clear: both;
}
.block-grid-sm-6 > .block-grid-item {
width: 16.66667%;
}
.block-grid-sm-6 > .block-grid-item:nth-of-type(n) {
clear: none;
}
.block-grid-sm-6 > .block-grid-item:nth-of-type(6n+1) {
clear: both;
}
.block-grid-sm-7 > .block-grid-item {
width: 14.28571%;
}
.block-grid-sm-7 > .block-grid-item:nth-of-type(n) {
clear: none;
}
.block-grid-sm-7 > .block-grid-item:nth-of-type(7n+1) {
clear: both;
}
.block-grid-sm-8 > .block-grid-item {
width: 12.5%;
}
.block-grid-sm-8 > .block-grid-item:nth-of-type(n) {
clear: none;
}
.block-grid-sm-8 > .block-grid-item:nth-of-type(8n+1) {
clear: both;
}
.block-grid-sm-9 > .block-grid-item {
width: 11.11111%;
}
.block-grid-sm-9 > .block-grid-item:nth-of-type(n) {
clear: none;
}
.block-grid-sm-9 > .block-grid-item:nth-of-type(9n+1) {
clear: both;
}
.block-grid-sm-10 > .block-grid-item {
width: 10%;
}
.block-grid-sm-10 > .block-grid-item:nth-of-type(n) {
clear: none;
}
.block-grid-sm-10 > .block-grid-item:nth-of-type(10n+1) {
clear: both;
}
.block-grid-sm-11 > .block-grid-item {
width: 9.09091%;
}
.block-grid-sm-11 > .block-grid-item:nth-of-type(n) {
clear: none;
}
.block-grid-sm-11 > .block-grid-item:nth-of-type(11n+1) {
clear: both;
}
.block-grid-sm-12 > .block-grid-item {
width: 8.33333%;
}
.block-grid-sm-12 > .block-grid-item:nth-of-type(n) {
clear: none;
}
.block-grid-sm-12 > .block-grid-item:nth-of-type(12n+1) {
clear: both;
}
}
@media (min-width: 992px) {
.block-grid-md-1 > .block-grid-item {
width: 100%;
}
.block-grid-md-1 > .block-grid-item:nth-of-type(n) {
clear: none;
}
.block-grid-md-1 > .block-grid-item:nth-of-type(1n+1) {
clear: both;
}
.block-grid-md-2 > .block-grid-item {
width: 50%;
}
.block-grid-md-2 > .block-grid-item:nth-of-type(n) {
clear: none;
}
.block-grid-md-2 > .block-grid-item:nth-of-type(2n+1) {
clear: both;
}
.block-grid-md-3 > .block-grid-item {
width: 33.33333%;
}
.block-grid-md-3 > .block-grid-item:nth-of-type(n) {
clear: none;
}
.block-grid-md-3 > .block-grid-item:nth-of-type(3n+1) {
clear: both;
}
.block-grid-md-4 > .block-grid-item {
width: 25%;
}
.block-grid-md-4 > .block-grid-item:nth-of-type(n) {
clear: none;
}
.block-grid-md-4 > .block-grid-item:nth-of-type(4n+1) {
clear: both;
}
.block-grid-md-5 > .block-grid-item {
width: 20%;
}
.block-grid-md-5 > .block-grid-item:nth-of-type(n) {
clear: none;
}
.block-grid-md-5 > .block-grid-item:nth-of-type(5n+1) {
clear: both;
}
.block-grid-md-6 > .block-grid-item {
width: 16.66667%;
}
.block-grid-md-6 > .block-grid-item:nth-of-type(n) {
clear: none;
}
.block-grid-md-6 > .block-grid-item:nth-of-type(6n+1) {
clear: both;
}
.block-grid-md-7 > .block-grid-item {
width: 14.28571%;
}
.block-grid-md-7 > .block-grid-item:nth-of-type(n) {
clear: none;
}
.block-grid-md-7 > .block-grid-item:nth-of-type(7n+1) {
clear: both;
}
.block-grid-md-8 > .block-grid-item {
width: 12.5%;
}
.block-grid-md-8 > .block-grid-item:nth-of-type(n) {
clear: none;
}
.block-grid-md-8 > .block-grid-item:nth-of-type(8n+1) {
clear: both;
}
.block-grid-md-9 > .block-grid-item {
width: 11.11111%;
}
.block-grid-md-9 > .block-grid-item:nth-of-type(n) {
clear: none;
}
.block-grid-md-9 > .block-grid-item:nth-of-type(9n+1) {
clear: both;
}
.block-grid-md-10 > .block-grid-item {
width: 10%;
}
.block-grid-md-10 > .block-grid-item:nth-of-type(n) {
clear: none;
}
.block-grid-md-10 > .block-grid-item:nth-of-type(10n+1) {
clear: both;
}
.block-grid-md-11 > .block-grid-item {
width: 9.09091%;
}
.block-grid-md-11 > .block-grid-item:nth-of-type(n) {
clear: none;
}
.block-grid-md-11 > .block-grid-item:nth-of-type(11n+1) {
clear: both;
}
.block-grid-md-12 > .block-grid-item {
width: 8.33333%;
}
.block-grid-md-12 > .block-grid-item:nth-of-type(n) {
clear: none;
}
.block-grid-md-12 > .block-grid-item:nth-of-type(12n+1) {
clear: both;
}
}
@media (min-width: 1200px) {
.block-grid-lg-1 > .block-grid-item {
width: 100%;
}
.block-grid-lg-1 > .block-grid-item:nth-of-type(n) {
clear: none;
}
.block-grid-lg-1 > .block-grid-item:nth-of-type(1n+1) {
clear: both;
}
.block-grid-lg-2 > .block-grid-item {
width: 50%;
}
.block-grid-lg-2 > .block-grid-item:nth-of-type(n) {
clear: none;
}
.block-grid-lg-2 > .block-grid-item:nth-of-type(2n+1) {
clear: both;
}
.block-grid-lg-3 > .block-grid-item {
width: 33.33333%;
}
.block-grid-lg-3 > .block-grid-item:nth-of-type(n) {
clear: none;
}
.block-grid-lg-3 > .block-grid-item:nth-of-type(3n+1) {
clear: both;
}
.block-grid-lg-4 > .block-grid-item {
width: 25%;
}
.block-grid-lg-4 > .block-grid-item:nth-of-type(n) {
clear: none;
}
.block-grid-lg-4 > .block-grid-item:nth-of-type(4n+1) {
clear: both;
}
.block-grid-lg-5 > .block-grid-item {
width: 20%;
}
.block-grid-lg-5 > .block-grid-item:nth-of-type(n) {
clear: none;
}
.block-grid-lg-5 > .block-grid-item:nth-of-type(5n+1) {
clear: both;
}
.block-grid-lg-6 > .block-grid-item {
width: 16.66667%;
}
.block-grid-lg-6 > .block-grid-item:nth-of-type(n) {
clear: none;
}
.block-grid-lg-6 > .block-grid-item:nth-of-type(6n+1) {
clear: both;
}
.block-grid-lg-7 > .block-grid-item {
width: 14.28571%;
}
.block-grid-lg-7 > .block-grid-item:nth-of-type(n) {
clear: none;
}
.block-grid-lg-7 > .block-grid-item:nth-of-type(7n+1) {
clear: both;
}
.block-grid-lg-8 > .block-grid-item {
width: 12.5%;
}
.block-grid-lg-8 > .block-grid-item:nth-of-type(n) {
clear: none;
}
.block-grid-lg-8 > .block-grid-item:nth-of-type(8n+1) {
clear: both;
}
.block-grid-lg-9 > .block-grid-item {
width: 11.11111%;
}
.block-grid-lg-9 > .block-grid-item:nth-of-type(n) {
clear: none;
}
.block-grid-lg-9 > .block-grid-item:nth-of-type(9n+1) {
clear: both;
}
.block-grid-lg-10 > .block-grid-item {
width: 10%;
}
.block-grid-lg-10 > .block-grid-item:nth-of-type(n) {
clear: none;
}
.block-grid-lg-10 > .block-grid-item:nth-of-type(10n+1) {
clear: both;
}
.block-grid-lg-11 > .block-grid-item {
width: 9.09091%;
}
.block-grid-lg-11 > .block-grid-item:nth-of-type(n) {
clear: none;
}
.block-grid-lg-11 > .block-grid-item:nth-of-type(11n+1) {
clear: both;
}
.block-grid-lg-12 > .block-grid-item {
width: 8.33333%;
}
.block-grid-lg-12 > .block-grid-item:nth-of-type(n) {
clear: none;
}
.block-grid-lg-12 > .block-grid-item:nth-of-type(12n+1) {
clear: both;
}
}
@-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);
}
}
@-webkit-keyframes moveUp {
0% {
-webkit-transform: translateY(50%);
transform: translateY(50%);
opacity: 0;
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes shake {
0%, 100% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
10%, 30%, 50%, 70%, 90% {
-webkit-transform: translateX(-10px);
transform: translateX(-10px);
}
20%, 40%, 60%, 80% {
-webkit-transform: translateX(10px);
transform: translateX(10px);
}
}
@-webkit-keyframes scaleFromUp {
0% {
-webkit-transform: scale(0);
transform: scale(0);
opacity: 0;
}
100% {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
}
}
@keyframes scaleFromUp {
0% {
-webkit-transform: scale(0);
transform: scale(0);
opacity: 0;
}
100% {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
}
} .pagination-custom {
display: block;
padding-left: 0;
margin: 0;
line-height: 1;
}
.pagination-custom > li {
display: inline-block;
margin: 0 5px 0 0;
}
.pagination-custom > li:last-child {
margin-right: 0;
}
.pagination-custom > li > span {
position: relative;
float: left;
padding: 6px 5px;
line-height: 1.6;
text-decoration: none;
color: #121717;
margin-left: -1px;
}
.pagination-custom > li > a {
position: relative;
float: left;
padding: 6px 5px;
min-width: 33px;
line-height: 1.6;
text-decoration: none;
color: #121717;
background-color: #fff;
border: 1px solid #ddd;
margin-left: -1px;
text-align: center;
}
.pagination-custom > li:first-child > a,
.pagination-custom > li:first-child > span {
margin-left: 0;
}
@media (max-width: 767px) {
.pagination-custom > li.active-before,
.pagination-custom > li.active-after {
display: none;
}
}
.pagination-custom > li > a:hover,
.pagination-custom > li > a:focus {
color: #121717;
background-color: none;
border-color: #121717;
}
.pagination-custom > .active > a,
.pagination-custom > .active > span {
min-width: 33px;
text-align: center;
position: relative;
top: -1px;
}
.pagination-custom > .active > a,
.pagination-custom > .active > a:hover,
.pagination-custom > .active > a:focus,
.pagination-custom > .active > span,
.pagination-custom > .active > span:hover,
.pagination-custom > .active > span:focus {
z-index: 2;
color: #fff;
background-color: #121717;
border-color: #121717;
cursor: default;
}
.pagination-custom > .disabled > span,
.pagination-custom > .disabled > span:hover,
.pagination-custom > .disabled > span:focus,
.pagination-custom > .disabled > a,
.pagination-custom > .disabled > a:hover,
.pagination-custom > .disabled > a:focus {
color: #ccc;
background-color: none;
border-color: none;
cursor: not-allowed;
}
.pagination .nav-links span,
.pagination .nav-links a {
display: inline-block;
margin: 0 5px;
position: relative;
padding: 6px 5px;
min-width: 33px;
line-height: 1.6;
text-decoration: none;
color: #121717;
background-color: #fff;
border: 1px solid #ddd;
text-align: center;
}
.pagination .nav-links span.current,
.pagination .nav-links a.current {
color: #fff;
background-color: #121717;
border-color: #121717;
cursor: default;
} .hover-default .item-photo {
position: relative;
overflow: hidden;
text-decoration: none;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.hover-default .item-photo img {
display: block;
max-width: 100%;
height: auto;
width: 100%;
height: 100%;
-webkit-transition: 0.35s;
transition: 0.35s;
}
@media (min-width: 1200px) {
.hover-default .item-photo:hover .item-photo__hover {
opacity: 1;
}
.hover-default .item-photo:hover .item-photo__more {
opacity: 1;
}
.hover-default .item-photo:hover img {
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
}
.hover-default .item-photo__hover {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(0, 0, 0, 0.7);
opacity: 0;
-webkit-transition: 0.35s;
transition: 0.35s;
}
.hover-default .item-photo__hover--params {
top: 0;
padding: 15px 30px 5px 30px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
}
.hover-default .item-photo__hover--params-columns {
top: auto;
}
.hover-default .item-photo__hover--bottom {
top: auto;
padding: 15px 30px 5px 30px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
}
.hover-default .item-photo__more {
margin: -15px 0 0 -50px;
top: 50%;
position: absolute;
left: 50%;
width: 100px;
display: block;
text-align: center;
border: 2px solid #fff;
color: #fff;
font-size: 12px;
text-transform: uppercase;
padding: 3px 0;
opacity: .3;
-webkit-transition: 0.35s;
transition: 0.35s;
}
.hover-default .item-photo__more:hover,
.hover-default .item-photo__more.hover {
color: #121717;
border: 2px solid #121717;
}
.hover-default .item-photo__more:active,
.hover-default .item-photo__more.active {
color: #fff;
background: #121717;
}
.hover-default .item-photo__more:disabled,
.hover-default .item-photo__more.disabled {
color: #ccc;
border: 2px solid #ccc;
cursor: not-allowed;
}
.hover-default .item-photo--static:hover img {
width: 100%;
max-width: 100%;
}
.worker--sidebar-list .item-photo__more {
margin: -15px 0 0 -25px;
width: 50px;
} label.radio-inline,
.checkbox label,
label.in-label {
display: inline-block;
cursor: pointer;
position: relative;
padding-left: 24px !important;
padding-top: 3px;
font-weight: normal;
}
.radio-inline input,
.checkbox input,
input[type=radio].in-radio,
input[type=checkbox].in-checkbox {
display: none !important;
}
label.radio-inline:before,
.checkbox label:before,
label.in-label:before {
content: "";
display: inline-block;
width: 18px;
height: 18px;
margin-right: 10px;
position: absolute;
left: 1px;
top: 6px;
background-color: #fff;
border: 1px solid #b3b3b3;
-webkit-transition: 0.3s;
transition: 0.3s;
}
label.radio-inline:before,
input[type=radio].in-radio + label:before {
border-radius: 15px;
width: 15px;
height: 15px;
}
label.in-label.in-label--expander:before {
content: '+';
color: #fff;
background: #858585;
font-size: 25px;
line-height: 0.6;
}
label.in-label.in-label--expander.active:before {
content: '-';
color: #fff;
background: #006FCD;
font-size: 39px;
line-height: 0.2;
border: 1px solid #0F5EA1;
text-align: center;
}
label.radio-inline.checked:before,
input[type=radio].in-radio:checked + label:before {
font-size: 8px;
display: inline-block;
font-family: FontAwesome;
content: "";
color: #000000;
text-align: center;
line-height: 13px;
border: 1px solid #b3b3b3;
border-radius: 15px;
}
.checkbox label.checked:before,
input[type=checkbox].in-checkbox:checked + label:before {
font-family: 'Glyphicons Halflings';
content: "\e013";
font-size: 8px;
color: #121717;
text-align: center;
line-height: 18px;
}
input[type=checkbox].in-checkbox:indeterminate + label:before {
font-size: 8px;
display: inline-block;
font-family: FontAwesome;
content: "";
font-size: 8px;
color: #121717;
text-align: center;
line-height: 18px;
} .site {
padding-left: 15px;
padding-right: 15px;
}
.site__title {
font-size: 46px;
color: #121717;
font-weight: 600;
text-transform: uppercase;
margin-top: 0;
margin-bottom: 0;
text-align: center;
font-family: "Montserrat", sans-serif;
margin: 40px 0 0;
text-align: left;
}
.footer .site__title {
font-family: "Source Sans Pro", sans-serif;
}
@media (max-width: 767px) {
.site__title {
font-size: 26px;
}
}
@media (max-width: 767px) {
.site__title {
text-align: center;
}
}
.site__title--slider {
margin: 0 0 50px;
text-align: center;
}
@media (max-width: 767px) {
.site__title--slider {
margin-bottom: 20px;
}
}
.site__title--center {
text-align: center;
}
.site__headline {
margin-top: 15px;
margin-bottom: 0;
}
@media (max-width: 767px) {
.site__headline {
text-align: center;
}
}
.site__panel {
background: #000000;
color: #121717;
margin-top: 12px;
margin-bottom: 0;
padding: 10px 20px;
}
.site__panel:before,
.site__panel:after {
content: " ";
display: table;
}
.site__panel:after {
clear: both;
}
@media (max-width: 767px) {
.site__panel {
margin-top: 30px;
}
}
.site__panel:empty {
display: none;
}
.site__panel a {
color: #121717;
margin-left: 3px;
}
.site__filter {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.site__filter .form-control--select {
width: 200px;
display: inline-block;
}
.site__filter .form-group:not(:first-of-type) {
margin-left: 20px;
}
@media (max-width: 1199px) {
.site__filter .form-group:not(:first-of-type) {
margin-left: 0;
}
}
.site__filter .select2-container {
margin-top: 2px;
margin-right: 20px;
}
.site__subtitle {
font-size: 46px;
color: #121717;
font-weight: 600;
text-transform: uppercase;
margin: 28px 0 0;
border-bottom: 1px solid #d0d0d0;
padding: 0 0 21px 0;
}
.site__content {
padding-left: 15px;
padding-right: 15px;
float: left;
margin-bottom: 30px;
}
@media (min-width: 768px) {
.site__content {
width: 66.66667%;
}
}
@media (min-width: 1200px) {
.site__content {
width: 75%;
}
}
@media (max-width: 767px) {
.site__content {
padding: 0;
}
}
.site__widget {
border-top: 1px solid #d6d6d6;
}
.site--dashboard {
padding-left: 15px;
padding-right: 15px;
float: left;
margin-top: 40px;
}
@media (min-width: 768px) {
.site--dashboard {
width: 66.66667%;
}
}
@media (min-width: 1200px) {
.site--dashboard {
width: 75%;
}
}
.site--main {
padding-left: 15px;
padding-right: 15px;
float: left;
}
@media (min-width: 768px) {
.site--main {
width: 66.66667%;
}
}
@media (min-width: 1200px) {
.site--main {
width: 75%;
}
}
.site--main:before,
.site--main:after {
content: " ";
display: table;
}
.site--main:after {
clear: both;
}
@media (max-width: 767px) {
.site--main {
float: none;
}
}
@media print {
.site--main {
width: 100%;
}
}
.site--main .site__main {
border-top: 1px solid #d6d6d6;
}
.site--main .site__main:before,
.site--main .site__main:after {
content: " ";
display: table;
}
.site--main .site__main:after {
clear: both;
}
.site--main .site__panel:not(:empty) + .site__main {
border-top: none;
}
.archive.category .site--main .site__main {
margin-top: 12px;
}
.site--main .site__header-text {
color: #121717;
display: block;
font-weight: 600;
}
.button__action {
display: inline-block;
margin-bottom: 0;
text-align: center;
vertical-align: middle;
cursor: pointer;
background-image: none;
text-transform: uppercase;
text-decoration: none;
white-space: nowrap;
padding: 6px 20px;
font-size: 15px;
line-height: 1.6;
border-radius: 0;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
padding-left: 15px;
padding-right: 15px;
font-weight: 700;
font-size: 15px;
position: relative;
border: none;
border-bottom: 4px solid #848991;
background: #121717;
color: #f2f2f2;
}
.button__action:hover,
.button__action:focus,
.button__action.active {
color: #333;
text-decoration: none;
outline: none;
}
.button__action:disabled,
.button__action.disabled {
cursor: not-allowed;
}
.button__action.progress {
overflow: visible;
height: auto;
-webkit-box-shadow: none;
box-shadow: none;
margin-bottom: 0;
}
.button__action:after {
content: '';
position: absolute;
z-index: -1;
-webkit-transition: all 0.3s;
transition: all 0.3s;
left: 0;
right: 0;
text-align: center;
}
.button__action.button--loading:before {
margin: 0 10px 0;
font-size: 14px;
display: inline-block;
font-family: FontAwesome;
content: "";
-webkit-animation: fa-spin 2s infinite linear;
animation: fa-spin 2s infinite linear;
}
.button__action.has-error,
.button__action.error {
-webkit-animation: shake 0.5s;
animation: shake 0.5s;
color: transparent !important;
}
.button__action.has-error:after,
.button__action.error:after {
content: "Error!";
-webkit-animation: scaleFromUp 0.5s;
animation: scaleFromUp 0.5s;
z-index: 1;
color: #e95b35;
}
.button__action.has-success,
.button__action.success {
color: transparent !important;
}
.button__action.has-success:after,
.button__action.success:after {
content: "Success!";
-webkit-animation: moveUp 0.5s;
animation: moveUp 0.5s;
z-index: 1;
color: #000000;
}
.button--loading-circle-o-notch .button__action.button--loading:before {
content: "";
}
.button--loading-refresh .button__action.button--loading:before {
content: "";
}
.button--loading-spinner .button__action.button--loading:before {
content: "";
}
.button__action.hover,
.button__action:hover {
border-bottom: 4px solid #121717;
color: #f2f2f2;
background: #121717;
}
.button__action:focus,
.button__action:active:focus,
.button__action:active,
.button__action.active {
border-top: 4px solid #848991;
border-bottom: none;
color: #f2f2f2;
background: #121717;
outline: none;
}
.button__action:disabled,
.button__action.disabled {
color: #ccc;
background: #efefef;
border-bottom: 4px solid #dedede;
}
.button__more {
position: relative;
border: 1px solid #d6d6d6;
text-align: center;
display: block;
padding: 7px 20px;
text-transform: uppercase;
color: #121717;
text-decoration: none;
vertical-align: middle;
line-height: 1.6;
font-weight: 600;
margin: 0 auto;
}
.button__more:after {
content: '';
position: absolute;
z-index: -1;
-webkit-transition: all 0.3s;
transition: all 0.3s;
left: 0;
right: 0;
text-align: center;
}
.button__more.button--loading:before {
margin: 0 10px 0;
font-size: 14px;
display: inline-block;
font-family: FontAwesome;
content: "";
-webkit-animation: fa-spin 2s infinite linear;
animation: fa-spin 2s infinite linear;
}
.button__more.has-error,
.button__more.error {
-webkit-animation: shake 0.5s;
animation: shake 0.5s;
color: transparent !important;
}
.button__more.has-error:after,
.button__more.error:after {
content: "Error!";
-webkit-animation: scaleFromUp 0.5s;
animation: scaleFromUp 0.5s;
z-index: 1;
color: #e95b35;
}
.button__more.has-success,
.button__more.success {
color: transparent !important;
}
.button__more.has-success:after,
.button__more.success:after {
content: "Success!";
-webkit-animation: moveUp 0.5s;
animation: moveUp 0.5s;
z-index: 1;
color: #000000;
}
.button--loading-circle-o-notch .button__more.button--loading:before {
content: "";
}
.button--loading-refresh .button__more.button--loading:before {
content: "";
}
.button--loading-spinner .button__more.button--loading:before {
content: "";
}
.button__more.hover,
.button__more:hover {
border-color: #121717;
color: #121717;
text-decoration: none;
}
.button__more:active,
.button__more.active {
-webkit-transform: translate3d(0, 1px, 0);
transform: translate3d(0, 1px, 0);
border-color: #121717;
background: #121717;
color: #fff;
-webkit-box-shadow: none;
box-shadow: none;
}
.button__more:focus,
.button__more.focus {
text-decoration: none;
outline: none;
}
.button__more:disabled,
.button__more.disabled {
cursor: not-allowed;
color: #ccc;
border-color: #efefef;
}
.button__more.progress {
overflow: visible;
height: auto;
-webkit-box-shadow: none;
box-shadow: none;
margin-bottom: 0;
}
.button__default {
display: inline-block;
margin-bottom: 0;
text-align: center;
vertical-align: middle;
cursor: pointer;
background-image: none;
text-transform: uppercase;
text-decoration: none;
white-space: nowrap;
padding: 6px 20px;
font-size: 15px;
line-height: 1.6;
border-radius: 0;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
padding-left: 15px;
padding-right: 15px;
font-weight: 700;
font-size: 15px;
position: relative;
text-decoration: none;
border: 2px solid #121717;
background: none;
color: #121717;
padding: 6px 5px;
}
.button__default:hover,
.button__default:focus,
.button__default.active {
color: #333;
text-decoration: none;
outline: none;
}
.button__default:disabled,
.button__default.disabled {
cursor: not-allowed;
}
.button__default.progress {
overflow: visible;
height: auto;
-webkit-box-shadow: none;
box-shadow: none;
margin-bottom: 0;
}
.button__default:after {
content: '';
position: absolute;
z-index: -1;
-webkit-transition: all 0.3s;
transition: all 0.3s;
left: 0;
right: 0;
text-align: center;
}
.button__default.button--loading:before {
margin: 0 10px 0;
font-size: 14px;
display: inline-block;
font-family: FontAwesome;
content: "";
-webkit-animation: fa-spin 2s infinite linear;
animation: fa-spin 2s infinite linear;
}
.button__default.has-error,
.button__default.error {
-webkit-animation: shake 0.5s;
animation: shake 0.5s;
color: transparent !important;
}
.button__default.has-error:after,
.button__default.error:after {
content: "Error!";
-webkit-animation: scaleFromUp 0.5s;
animation: scaleFromUp 0.5s;
z-index: 1;
color: #e95b35;
}
.button__default.has-success,
.button__default.success {
color: transparent !important;
}
.button__default.has-success:after,
.button__default.success:after {
content: "Success!";
-webkit-animation: moveUp 0.5s;
animation: moveUp 0.5s;
z-index: 1;
color: #000000;
}
.button--loading-circle-o-notch .button__default.button--loading:before {
content: "";
}
.button--loading-refresh .button__default.button--loading:before {
content: "";
}
.button--loading-spinner .button__default.button--loading:before {
content: "";
}
@media (min-width: 992px) {
.button__default.hover,
.button__default:hover {
border-color: #121717;
color: #121717;
}
}
.button__default:active,
.button__default.active {
-webkit-transform: translate3d(0, 1px, 0);
transform: translate3d(0, 1px, 0);
border-color: #121717;
background: #121717;
color: #fff;
-webkit-box-shadow: none;
box-shadow: none;
}
.button__default:disabled,
.button__default.disabled {
color: #ccc;
border-color: #efefef;
}
.button__default--reset:before {
margin: 0 10px 0 0;
font-size: 1em;
display: inline-block;
font-family: FontAwesome;
content: "";
}
.button__default--normal {
padding: 4px 10px;
width: 120px;
}
.button__default--medium {
font-size: 12px;
padding: 4px 10px;
width: 115px;
}
.button__default--small {
font-size: 12px;
padding: 1px 10px;
border-width: 1px;
width: 100px;
} .ui__row {
margin-left: -15px;
margin-right: -15px;
margin-top: 40px;
}
.ui__row:before,
.ui__row:after {
content: " ";
display: table;
}
.ui__row:after {
clear: both;
}
@media (max-width: 991px) {
.ui__row {
margin-top: 20px;
}
}
.ui__row--slider {
background: #f6f6f6;
margin: 0;
}
.ui__title {
font-size: 14px;
}
@media (max-width: 767px) {
.ui__title {
display: block;
margin-left: 10px;
}
}
.ui__button {
display: inline-block;
}
.ui__button--1 {
width: 150px !important;
margin-right: 7px;
}
@media (max-width: 767px) {
.ui__button--1 {
display: block;
margin-top: 10px;
}
}
.ui__button--2 {
width: 200px !important;
margin-right: 7px;
margin-left: 10px;
display: inline-block;
}
@media (max-width: 767px) {
.ui__button--2 {
display: block;
margin-top: 10px;
}
}
.ui__button--3 {
width: 181px;
margin-right: 7px;
}
@media (max-width: 767px) {
.ui__button--3 {
display: block;
margin-top: 10px;
}
}
.ui__button--4 {
width: 120px;
margin-right: 7px;
}
@media (max-width: 767px) {
.ui__button--4 {
display: block;
margin-top: 10px;
}
}
.ui__button--5 {
width: 100px;
margin-right: 7px;
}
@media (max-width: 767px) {
.ui__button--5 {
display: block;
margin-top: 10px;
}
}
.ui__button--6 {
width: 104px;
margin-right: 7px;
}
@media (max-width: 767px) {
.ui__button--6 {
display: block;
margin-top: 10px;
}
}
.ui__button--7 {
width: 72px;
}
@media (max-width: 767px) {
.ui__button--7 {
display: block;
margin-top: 10px;
}
}
.ui__button--wide {
width: 230px !important;
margin-right: 7px;
margin-left: 10px;
display: inline-block;
}
@media (max-width: 767px) {
.ui__button--wide {
display: block;
margin-top: 10px;
}
}
.ui--buttons .ui__row {
position: relative;
padding-left: 100px;
line-height: 3;
margin-left: 0;
margin-right: 0;
}
@media (max-width: 767px) {
.ui--buttons .ui__row {
padding-left: 0;
}
.ui--buttons .ui__row span,
.ui--buttons .ui__row a,
.ui--buttons .ui__row button {
display: block;
margin-top: 10px;
}
.ui--buttons .ui__row span {
margin-top: 0;
line-height: 1em;
}
}
.ui--buttons .ui__title {
width: 98px;
display: inline-block;
position: absolute;
top: 0;
left: 0;
}
@media (max-width: 767px) {
.ui--buttons .ui__title {
position: relative;
}
}
.ui--social {
margin-top: 51px;
}
.ui--social .ui__row {
margin-top: 0;
}
.ui--social .ui__column {
position: relative;
min-height: 1px;
padding-left: 15px;
padding-right: 15px;
margin-top: 20px;
}
@media (min-width: 1200px) {
.ui--social .ui__column {
float: left;
width: 50%;
}
}
.ui--menu {
margin-top: 36px;
}
.ui--properties .properties__item {
margin-bottom: 20px;
}
.ui--sliders .ui__column {
position: relative;
min-height: 1px;
padding-left: 15px;
padding-right: 15px;
}
@media (min-width: 1200px) {
.ui--sliders .ui__column {
float: left;
width: 33.33333%;
}
}
.ui--links .ui__column--1 {
padding-left: 15px;
padding-right: 15px;
position: relative;
min-height: 1px;
float: left;
width: 33.33333%;
}
@media (min-width: 480px) {
.ui--links .ui__column--1:nth-of-type(n) {
clear: none;
}
.ui--links .ui__column--1:nth-of-type(3n+1) {
clear: both;
}
}
@media (min-width: 1200px) {
.ui--links .ui__column--1 {
width: 8.33333%;
}
}
@media (min-width: 1200px) {
.ui--links .ui__column--1:nth-of-type(n) {
clear: none;
}
.ui--links .ui__column--1:nth-of-type(12n+1) {
clear: both;
}
}
.ui--links .ui__column--2 {
padding-left: 15px;
padding-right: 15px;
position: relative;
min-height: 1px;
float: left;
width: 33.33333%;
}
@media (min-width: 1200px) {
.ui--links .ui__column--2 {
margin-left: 8.33333%;
}
}
@media (min-width: 480px) {
.ui--links .ui__column--2:nth-of-type(n) {
clear: none;
}
.ui--links .ui__column--2:nth-of-type(3n+1) {
clear: both;
}
}
@media (min-width: 1200px) {
.ui--links .ui__column--2 {
width: 8.33333%;
}
}
@media (min-width: 1200px) {
.ui--links .ui__column--2:nth-of-type(n) {
clear: none;
}
.ui--links .ui__column--2:nth-of-type(12n+1) {
clear: both;
}
}
.ui--links .ui__column--3 {
padding-left: 15px;
padding-right: 15px;
position: relative;
min-height: 1px;
float: left;
width: 33.33333%;
}
@media (min-width: 1200px) {
.ui--links .ui__column--3 {
margin-left: 0%;
}
}
@media (min-width: 480px) {
.ui--links .ui__column--3:nth-of-type(n) {
clear: none;
}
.ui--links .ui__column--3:nth-of-type(3n+1) {
clear: both;
}
}
@media (min-width: 1200px) {
.ui--links .ui__column--3 {
width: 25%;
}
}
@media (min-width: 1200px) {
.ui--links .ui__column--3:nth-of-type(n) {
clear: none;
}
.ui--links .ui__column--3:nth-of-type(4n+1) {
clear: both;
}
}
.ui--links .ui__column--4 {
padding-left: 15px;
padding-right: 15px;
position: relative;
min-height: 1px;
float: left;
width: 33.33333%;
}
@media (min-width: 1200px) {
.ui--links .ui__column--4 {
margin-left: 8.33333%;
}
}
@media (min-width: 480px) {
.ui--links .ui__column--4:nth-of-type(n) {
clear: none;
}
.ui--links .ui__column--4:nth-of-type(3n+1) {
clear: both;
}
}
@media (min-width: 1200px) {
.ui--links .ui__column--4 {
width: 8.33333%;
}
}
@media (min-width: 1200px) {
.ui--links .ui__column--4:nth-of-type(n) {
clear: none;
}
.ui--links .ui__column--4:nth-of-type(12n+1) {
clear: both;
}
}
@media (max-width: 1199px) {
.ui--links .ui__column--4 .social-panel {
text-align: left;
}
}
.ui--links .ui__column--5 {
padding-left: 15px;
padding-right: 15px;
position: relative;
min-height: 1px;
float: left;
width: 33.33333%;
}
@media (min-width: 480px) {
.ui--links .ui__column--5:nth-of-type(n) {
clear: none;
}
.ui--links .ui__column--5:nth-of-type(3n+1) {
clear: both;
}
}
@media (min-width: 1200px) {
.ui--links .ui__column--5 {
width: 8.33333%;
}
}
@media (min-width: 1200px) {
.ui--links .ui__column--5:nth-of-type(n) {
clear: none;
}
.ui--links .ui__column--5:nth-of-type(12n+1) {
clear: both;
}
}
.ui--links .ui__column--6 {
padding-left: 15px;
padding-right: 15px;
position: relative;
min-height: 1px;
float: left;
width: 33.33333%;
}
@media (min-width: 1200px) {
.ui--links .ui__column--6 {
margin-left: 8.33333%;
}
}
@media (min-width: 480px) {
.ui--links .ui__column--6:nth-of-type(n) {
clear: none;
}
.ui--links .ui__column--6:nth-of-type(3n+1) {
clear: both;
}
}
@media (min-width: 1200px) {
.ui--links .ui__column--6 {
width: 8.33333%;
}
}
@media (min-width: 1200px) {
.ui--links .ui__column--6:nth-of-type(n) {
clear: none;
}
.ui--links .ui__column--6:nth-of-type(12n+1) {
clear: both;
}
}
.ui--sliders .ui__slider {
position: relative;
min-height: 1px;
padding-left: 15px;
padding-right: 15px;
margin: 0 auto;
}
@media (min-width: 1200px) {
.ui--sliders .ui__slider {
float: left;
width: 75%;
}
}
.ui--search .ui__column {
padding-left: 15px;
padding-right: 15px;
position: relative;
min-height: 1px;
float: left;
width: 100%;
}
@media (min-width: 480px) {
.ui--search .ui__column:nth-of-type(n) {
clear: none;
}
.ui--search .ui__column:nth-of-type(1n+1) {
clear: both;
}
}
@media (min-width: 768px) {
.ui--search .ui__column {
width: 66.66667%;
}
}
@media (min-width: 768px) {
.ui--search .ui__column:nth-of-type(n) {
clear: none;
}
.ui--search .ui__column:nth-of-type(1.5n+1) {
clear: both;
}
}
@media (min-width: 1200px) {
.ui--search .ui__column {
width: 75%;
}
}
@media (min-width: 1200px) {
.ui--search .ui__column:nth-of-type(n) {
clear: none;
}
.ui--search .ui__column:nth-of-type(1.33333n+1) {
clear: both;
}
}
.ui--icons .ui__icons-item {
padding-left: 15px;
padding-right: 15px;
position: relative;
min-height: 1px;
float: left;
width: 50%;
margin-top: 0;
vertical-align: middle;
}
@media (min-width: 480px) {
.ui--icons .ui__icons-item:nth-of-type(n) {
clear: none;
}
.ui--icons .ui__icons-item:nth-of-type(2n+1) {
clear: both;
}
}
@media (min-width: 768px) {
.ui--icons .ui__icons-item {
width: 25%;
}
}
@media (min-width: 768px) {
.ui--icons .ui__icons-item:nth-of-type(n) {
clear: none;
}
.ui--icons .ui__icons-item:nth-of-type(4n+1) {
clear: both;
}
}
@media (min-width: 1200px) {
.ui--icons .ui__icons-item {
width: 14.16667%;
}
}
@media (min-width: 1200px) {
.ui--icons .ui__icons-item:nth-of-type(n) {
clear: none;
}
.ui--icons .ui__icons-item:nth-of-type(7.05882n+1) {
clear: both;
}
}
.ui--icons .ui__icons-svg {
fill: #000000;
width: 70%;
display: block;
margin: auto;
}
.ui--icons .ui__icons-svg--stroke {
stroke: #000000;
stroke-width: 1px;
fill: none;
width: 35%;
}
.ui--icons .ui__icons-svg--danger {
fill: #e95b35;
}
.ui--icons .ui__icons-svg--doc {
width: 40%;
}
.ui--icons .ui__icons-svg--area {
width: 60%;
}
.ui--icons .ui__icons-svg--window {
width: 40%;
}
.ui--icons .ui__icons-title {
display: block;
text-align: center;
}
.ui--forms .ui__column {
position: relative;
min-height: 1px;
padding-left: 15px;
padding-right: 15px;
position: relative;
}
@media (min-width: 992px) {
.ui--forms .ui__column {
float: left;
width: 50%;
}
}
.ui--forms .form-property__ranges {
margin-top: 40px;
}
@media (max-width: 767px) {
.ui--forms .form-property__ranges {
margin-top: 20px;
}
}
.ui--review .review__title {
margin-top: 20px;
}
.ui--dividers > .row {
margin-top: 30px;
margin-bottom: 30px;
}
.social-panel {
font-size: 21px;
padding: 5px 0;
text-align: center;
}
.social-panel:before,
.social-panel:after {
content: " ";
display: table;
}
.social-panel:after {
clear: both;
}
.social-panel__link {
margin: 10px 20px;
}
.social-panel__link:hover,
.social-panel__link.hover {
color: #000000;
}
.social-panel__link:active,
.social-panel__link.active {
color: #121717;
}
.social-panel__link:disabled,
.social-panel__link.disabled {
color: #ccc;
cursor: not-allowed;
}
@media (max-width: 1199px) {
.social-panel__link {
margin: 10px;
}
}
.social-panel--brand {
background: #000000;
}
.social-panel--brand .social-panel__link {
color: #fff;
}
.social-panel--brand .social-panel__link:hover,
.social-panel--brand .social-panel__link.hover {
color: #000000;
}
.social-panel--brand .social-panel__link:active,
.social-panel--brand .social-panel__link.active {
color: #121717;
}
.social-panel--brand .social-panel__link:disabled,
.social-panel--brand .social-panel__link.disabled {
color: #ccc;
cursor: not-allowed;
}
.social-panel--black-white {
background: #000;
}
.social-panel--black-white .social-panel__link {
color: #fff;
}
.social-panel--black-white .social-panel__link:hover,
.social-panel--black-white .social-panel__link.hover {
color: #f9dbac;
}
.social-panel--black-white .social-panel__link:active,
.social-panel--black-white .social-panel__link.active {
color: #121717;
}
.social-panel--black-white .social-panel__link:disabled,
.social-panel--black-white .social-panel__link.disabled {
color: #ccc;
cursor: not-allowed;
}
.social-panel--highlight {
background: #000;
}
.social-panel--highlight .social-panel__link {
color: #121717;
}
.social-panel--highlight .social-panel__link:hover,
.social-panel--highlight .social-panel__link.hover {
color: #f9dbac;
}
.social-panel--highlight .social-panel__link:active,
.social-panel--highlight .social-panel__link.active {
color: #121717;
}
.social-panel--highlight .social-panel__link:disabled,
.social-panel--highlight .social-panel__link.disabled {
color: #ccc;
cursor: not-allowed;
}
.social-panel--simple .social-panel__link {
color: #000000;
}
.social-panel--simple .social-panel__link:hover,
.social-panel--simple .social-panel__link.hover {
color: #000000;
}
.social-panel--simple .social-panel__link:active,
.social-panel--simple .social-panel__link.active {
color: #121717;
}
.social-panel--simple .social-panel__link:disabled,
.social-panel--simple .social-panel__link.disabled {
color: #ccc;
cursor: not-allowed;
}
.ul-list {
list-style: none;
margin: 30px 0;
padding: 0;
}
.ul-list li {
padding-left: 25px;
position: relative;
}
.ul-list li:before {
font-size: 12px;
display: inline-block;
font-family: FontAwesome;
content: "";
color: #000000;
left: 0;
position: absolute;
top: 4px;
}
.ul-list--default li {
background: url(//www.flowrealproperty.be/hosting/2324-flow/wp-content/themes/realtyspace/public/img/bg-border-dotted-vertical.png) no-repeat 3px 5px;
}
.ul-list--default li:before {
content: " ";
color: #000000;
width: 8px;
height: 8px;
border: 2px solid #000000;
border-radius: 8px;
margin: 0 3px 0 0;
display: inline-block;
top: 9px;
}
.ul-list--default li:first-child {
background-position: 3px 10px;
}
.ul-list--default li:last-child {
background-position: 3px -209px;
}
.ul-list--disk li:before {
content: "\f111";
font-size: 8px;
}
.ul-list--check li:before {
content: "\f00c";
}
.ul-list--rounded-check li:before {
content: "\f05d";
}
.ul-list--arrow li:before {
content: "\f105";
}
.ul-list--star li:before {
content: "\f006";
color: #121717;
}
.ul-list--x li:before {
content: "\f00d";
color: #121717;
}
.ul-list--ordered {
list-style-type: decimal;
margin-left: 22px;
}
.ul-list--ordered li {
padding-left: 5px;
}
.ul-list--ordered li:before {
content: " ";
display: none;
} .divider--solid {
border-top: 1px solid #808080;
}
.divider--solid-light {
border-top: 1px solid #d0d0d0;
}
.divider--dotted {
background: url(//www.flowrealproperty.be/hosting/2324-flow/wp-content/themes/realtyspace/public/img/bg-border-dotted-horizontal.png) 0 0 repeat-x;
border: 0;
height: 1px;
}
.divider--dashed {
border-top: 1px dashed #f2f2f2222;
} .secondary-toggle {
display: none;
}
.screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
height: 1px;
overflow: hidden;
position: absolute !important;
width: 1px;
}
.widget_archive ul,
.widget_categories ul,
.widget_pages ul,
.widget_meta ul,
.widget_recent_comments ul,
.widget_recent_entries ul,
.widget_rss ul,
.widget_nav_menu ul {
margin: 0;
padding: 0;
list-style: none;
}
.dsidx-list,
.dsidx-widget {
margin: 0;
padding: 0;
list-style: none;
}
.widget_archive select {
width: 100%;
display: block;
}
.widget_search .search-form:not(#ww) {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
}
.widget_search label {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
}
.widget_search .search-field {
display: block;
width: 100%;
height: 40px;
padding: 6px 20px;
font-size: 15px;
line-height: 1.6;
color: #121717;
background-color: #fff;
background-image: none;
border: 1px solid #d6d6d6;
border-radius: 0;
position: relative;
z-index: 5;
-webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
font-weight: normal;
font-style: italic;
}
.widget_search .search-field:focus {
border-color: #000000;
outline: 0;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 187, 170, 0.6);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 187, 170, 0.6);
}
.widget_search .search-field::-moz-placeholder {
color: #121717;
opacity: 1;
}
.widget_search .search-field:-ms-input-placeholder {
color: #121717;
}
.widget_search .search-field::-webkit-input-placeholder {
color: #121717;
}
.widget_search .search-field[disabled],
.widget_search .search-field[readonly],
fieldset[disabled] .widget_search .search-field {
cursor: not-allowed;
background-color: #eeeeee;
opacity: 1;
}
.widget_search .search-field.parsley-error {
border: 1px solid #e95b35;
}
.widget_search .search-field.parsley-success {
border: 1px solid #000000;
}
.widget_search .search-submit {
display: inline-block;
margin-bottom: 0;
text-align: center;
vertical-align: middle;
cursor: pointer;
background-image: none;
text-transform: uppercase;
text-decoration: none;
white-space: nowrap;
padding: 6px 20px;
font-size: 15px;
line-height: 1.6;
border-radius: 0;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
padding-left: 15px;
padding-right: 15px;
font-weight: 700;
font-size: 15px;
position: relative;
border: none;
border-bottom: 4px solid #848991;
background: #121717;
color: #f2f2f2;
}
.widget_search .search-submit:hover,
.widget_search .search-submit:focus,
.widget_search .search-submit.active {
color: #333;
text-decoration: none;
outline: none;
}
.widget_search .search-submit:disabled,
.widget_search .search-submit.disabled {
cursor: not-allowed;
}
.widget_search .search-submit.progress {
overflow: visible;
height: auto;
-webkit-box-shadow: none;
box-shadow: none;
margin-bottom: 0;
}
.widget_search .search-submit:after {
content: '';
position: absolute;
z-index: -1;
-webkit-transition: all 0.3s;
transition: all 0.3s;
left: 0;
right: 0;
text-align: center;
}
.widget_search .search-submit.button--loading:before {
margin: 0 10px 0;
font-size: 14px;
display: inline-block;
font-family: FontAwesome;
content: "";
-webkit-animation: fa-spin 2s infinite linear;
animation: fa-spin 2s infinite linear;
}
.widget_search .search-submit.has-error,
.widget_search .search-submit.error {
-webkit-animation: shake 0.5s;
animation: shake 0.5s;
color: transparent !important;
}
.widget_search .search-submit.has-error:after,
.widget_search .search-submit.error:after {
content: "Error!";
-webkit-animation: scaleFromUp 0.5s;
animation: scaleFromUp 0.5s;
z-index: 1;
color: #e95b35;
}
.widget_search .search-submit.has-success,
.widget_search .search-submit.success {
color: transparent !important;
}
.widget_search .search-submit.has-success:after,
.widget_search .search-submit.success:after {
content: "Success!";
-webkit-animation: moveUp 0.5s;
animation: moveUp 0.5s;
z-index: 1;
color: #000000;
}
.button--loading-circle-o-notch .widget_search .search-submit.button--loading:before {
content: "";
}
.button--loading-refresh .widget_search .search-submit.button--loading:before {
content: "";
}
.button--loading-spinner .widget_search .search-submit.button--loading:before {
content: "";
}
.widget_search .search-submit.hover,
.widget_search .search-submit:hover {
border-bottom: 4px solid #121717;
color: #f2f2f2;
background: #121717;
}
.widget_search .search-submit:focus,
.widget_search .search-submit:active:focus,
.widget_search .search-submit:active,
.widget_search .search-submit.active {
border-top: 4px solid #848991;
border-bottom: none;
color: #f2f2f2;
background: #121717;
outline: none;
}
.widget_search .search-submit:disabled,
.widget_search .search-submit.disabled {
color: #ccc;
background: #efefef;
border-bottom: 4px solid #dedede;
}
.footer .textwidget {
background: none;
padding: 0;
border: none;
color: #bebebe;
margin: 10px 0;
font-size: 15px;
line-height: 1.6;
}
.textwidget img {
max-width: 100%;
}
.widget_calendar table {
width: 100%;
}
.widget_calendar caption {
text-align: left;
padding: 0 0 20px;
font-weight: bold;
}
.widget_calendar th,
.widget_calendar td {
text-align: center;
line-height: 33px;
}
.widget_calendar tfoot,
.widget_calendar thead {
border-top: 1px solid #d6d6d6;
}
.widget_calendar tbody {
border-top: 1px solid #d6d6d6;
}
.widget_calendar tbody a {
background: #000000;
color: #fff;
display: block;
}
.widget_calendar tbody a:hover {
background: #000000;
}
.widget_calendar tfoot tr td:first-of-type {
text-align: left;
}
.widget_calendar tfoot tr td:last-of-type {
text-align: right;
}
.tagcloud a {
color: #121717;
margin: 3px 10px 3px 0;
display: inline-block;
text-transform: uppercase;
font-weight: 600;
}
.widget_nav_menu > .widget__content > ul > li,
.widget_rss > .widget__content > ul > li,
.widget_meta > .widget__content > ul > li,
.widget_pages > .widget__content > ul > li,
.widget_categories > .widget__content > ul > li,
.widget_archive > .widget__content > ul > li,
.widget_recent_entries > .widget__content > ul > li,
.dsidx-widget > li,
.dsidx-list > li {
padding: 15px 0;
border-bottom: 1px solid #d6d6d6;
border-bottom-style: dashed;
}
.widget_nav_menu > .widget__content > ul > li:last-of-type,
.widget_rss > .widget__content > ul > li:last-of-type,
.widget_meta > .widget__content > ul > li:last-of-type,
.widget_pages > .widget__content > ul > li:last-of-type,
.widget_categories > .widget__content > ul > li:last-of-type,
.widget_archive > .widget__content > ul > li:last-of-type,
.widget_recent_entries > .widget__content > ul > li:last-of-type,
.dsidx-widget > li:last-of-type,
.dsidx-list > li:last-of-type {
border-bottom: none;
}
.widget_nav_menu > .widget__content > ul > li > a,
.widget_rss > .widget__content > ul > li > a,
.widget_meta > .widget__content > ul > li > a,
.widget_pages > .widget__content > ul > li > a,
.widget_categories > .widget__content > ul > li > a,
.widget_archive > .widget__content > ul > li > a,
.widget_recent_entries > .widget__content > ul > li > a,
.dsidx-widget > li > a,
.dsidx-list > li > a {
color: #121717;
font-weight: 600;
font-size: 18px;
}
.footer widget_nav_menu > .widget__content > ul > li > a,
.widget_rss > .widget__content > ul > li > a,
.widget_meta > .widget__content > ul > li > a,
.widget_pages > .widget__content > ul > li > a,
.widget_categories > .widget__content > ul > li > a,
.widget_archive > .widget__content > ul > li > a,
.widget_recent_entries > .widget__content > ul > li > a,
.dsidx-widget > li > a,
.dsidx-list > li > {
color: #bebebe;
}
.widget_categories > .widget__content > ul > li,
.dsidx-widget > li,
.dsidx-list > li {
border-bottom-style: solid;
}
.widget_categories > .widget__content > ul > li:before,
.dsidx-widget > li:before,
.dsidx-list > li:before {
font-size: 10px;
display: inline-block;
font-family: FontAwesome;
content: "\f0da";
color: #121717;
margin-right: 10px;
}
.widget_recent_comments .recentcomments {
padding: 15px 0;
font-style: italic;
color: #d6d6d6;
font-size: 12px;
border-bottom: 1px solid #d6d6d6;
}
.widget_recent_comments .recentcomments:last-of-type {
border-bottom: none;
}
.widget_recent_comments .recentcomments > a {
font-style: normal;
display: block;
margin-top: 10px;
font-size: 14px;
}
.widget_recent_comments .comment-author-link {
color: #121717;
font-style: normal;
font-size: 14px;
display: block;
}
.widget_recent_comments .comment-author-link a {
color: #121717;
font-style: normal;
font-size: 14px;
}
.widget_categories > ul > li:before {
font-size: 10px;
display: inline-block;
font-family: FontAwesome;
content: "";
color: #121717;
margin-right: 10px;
}
.widget_categories > ul > li > ul {
margin-top: 15px;
list-style: none;
border-top: 1px solid #dedede;
}
.widget--footer > .widget__content > ul > li:before {
color: #bebebe;
}
.widget--footer > .widget__content > ul > li > a {
color: #bebebe;
}
.widget--footer.widget_nav_menu .menu > li {
display: inline-block;
}
.widget--footer.widget_nav_menu .menu > li > a {
color: #bebebe;
margin: 0 10px 0 0;
text-transform: uppercase;
text-decoration: none !important;
}
.widget--footer.widget_nav_menu .menu > li > a:after {
content: '/';
margin-left: 10px;
}
.post {
border-top: 1px solid #808080;
margin-bottom: 1px;
padding: 33px 0;
}
.post:first-of-type {
padding-top: 0;
border: none;
}
.site-main {
margin-top: 25px;
}
.entry-header .entry-title {
font-size: 18px;
font-weight: 700;
}
.entry-content {
margin-top: 30px;
}
.entry-footer {
margin-top: 30px;
}
.entry-footer:before,
.entry-footer:after {
content: " ";
display: table;
}
.entry-footer:after {
clear: both;
}
.posted-on {
background: #000000;
text-align: center;
padding: 10px 5px;
float: left;
}
.posted-on a {
color: #fff;
}
.tags-links {
margin-left: 50px;
}
.comments-link a {
display: inline-block;
margin-bottom: 0;
text-align: center;
vertical-align: middle;
cursor: pointer;
background-image: none;
text-transform: uppercase;
text-decoration: none;
white-space: nowrap;
padding: 6px 20px;
font-size: 15px;
line-height: 1.6;
border-radius: 0;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
padding-left: 15px;
padding-right: 15px;
font-weight: 700;
font-size: 15px;
position: relative;
border: none;
border-bottom: 4px solid #848991;
background: #121717;
color: #f2f2f2;
width: auto;
float: right;
margin-right: 0;
margin-left: 10px;
}
.comments-link a:hover,
.comments-link a:focus,
.comments-link a.active {
color: #333;
text-decoration: none;
outline: none;
}
.comments-link a:disabled,
.comments-link a.disabled {
cursor: not-allowed;
}
.comments-link a.progress {
overflow: visible;
height: auto;
-webkit-box-shadow: none;
box-shadow: none;
margin-bottom: 0;
}
.comments-link a:after {
content: '';
position: absolute;
z-index: -1;
-webkit-transition: all 0.3s;
transition: all 0.3s;
left: 0;
right: 0;
text-align: center;
}
.comments-link a.button--loading:before {
margin: 0 10px 0;
font-size: 14px;
display: inline-block;
font-family: FontAwesome;
content: "";
-webkit-animation: fa-spin 2s infinite linear;
animation: fa-spin 2s infinite linear;
}
.comments-link a.has-error,
.comments-link a.error {
-webkit-animation: shake 0.5s;
animation: shake 0.5s;
color: transparent !important;
}
.comments-link a.has-error:after,
.comments-link a.error:after {
content: "Error!";
-webkit-animation: scaleFromUp 0.5s;
animation: scaleFromUp 0.5s;
z-index: 1;
color: #e95b35;
}
.comments-link a.has-success,
.comments-link a.success {
color: transparent !important;
}
.comments-link a.has-success:after,
.comments-link a.success:after {
content: "Success!";
-webkit-animation: moveUp 0.5s;
animation: moveUp 0.5s;
z-index: 1;
color: #000000;
}
.button--loading-circle-o-notch .comments-link a.button--loading:before {
content: "";
}
.button--loading-refresh .comments-link a.button--loading:before {
content: "";
}
.button--loading-spinner .comments-link a.button--loading:before {
content: "";
}
.comments-link a.hover,
.comments-link a:hover {
border-bottom: 4px solid #121717;
color: #f2f2f2;
background: #121717;
}
.comments-link a:focus,
.comments-link a:active:focus,
.comments-link a:active,
.comments-link a.active {
border-top: 4px solid #848991;
border-bottom: none;
color: #f2f2f2;
background: #121717;
outline: none;
}
.comments-link a:disabled,
.comments-link a.disabled {
color: #ccc;
background: #efefef;
border-bottom: 4px solid #dedede;
}
@media (max-width: 767px) {
.comments-link a {
margin: 5px 0;
}
}
.edit-link a {
display: inline-block;
margin-bottom: 0;
text-align: center;
vertical-align: middle;
cursor: pointer;
background-image: none;
text-transform: uppercase;
text-decoration: none;
white-space: nowrap;
padding: 6px 20px;
font-size: 15px;
line-height: 1.6;
border-radius: 0;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
padding-left: 15px;
padding-right: 15px;
font-weight: 700;
font-size: 15px;
position: relative;
border: none;
border-bottom: 4px solid #848991;
background: #121717;
color: #f2f2f2;
width: auto;
float: right;
margin-right: 0;
margin-left: 10px;
}
.edit-link a:hover,
.edit-link a:focus,
.edit-link a.active {
color: #333;
text-decoration: none;
outline: none;
}
.edit-link a:disabled,
.edit-link a.disabled {
cursor: not-allowed;
}
.edit-link a.progress {
overflow: visible;
height: auto;
-webkit-box-shadow: none;
box-shadow: none;
margin-bottom: 0;
}
.edit-link a:after {
content: '';
position: absolute;
z-index: -1;
-webkit-transition: all 0.3s;
transition: all 0.3s;
left: 0;
right: 0;
text-align: center;
}
.edit-link a.button--loading:before {
margin: 0 10px 0;
font-size: 14px;
display: inline-block;
font-family: FontAwesome;
content: "";
-webkit-animation: fa-spin 2s infinite linear;
animation: fa-spin 2s infinite linear;
}
.edit-link a.has-error,
.edit-link a.error {
-webkit-animation: shake 0.5s;
animation: shake 0.5s;
color: transparent !important;
}
.edit-link a.has-error:after,
.edit-link a.error:after {
content: "Error!";
-webkit-animation: scaleFromUp 0.5s;
animation: scaleFromUp 0.5s;
z-index: 1;
color: #e95b35;
}
.edit-link a.has-success,
.edit-link a.success {
color: transparent !important;
}
.edit-link a.has-success:after,
.edit-link a.success:after {
content: "Success!";
-webkit-animation: moveUp 0.5s;
animation: moveUp 0.5s;
z-index: 1;
color: #000000;
}
.button--loading-circle-o-notch .edit-link a.button--loading:before {
content: "";
}
.button--loading-refresh .edit-link a.button--loading:before {
content: "";
}
.button--loading-spinner .edit-link a.button--loading:before {
content: "";
}
.edit-link a.hover,
.edit-link a:hover {
border-bottom: 4px solid #121717;
color: #f2f2f2;
background: #121717;
}
.edit-link a:focus,
.edit-link a:active:focus,
.edit-link a:active,
.edit-link a.active {
border-top: 4px solid #848991;
border-bottom: none;
color: #f2f2f2;
background: #121717;
outline: none;
}
.edit-link a:disabled,
.edit-link a.disabled {
color: #ccc;
background: #efefef;
border-bottom: 4px solid #dedede;
}
.post-password-form {
margin-top: 10px;
}
.post-password-form label > input {
display: block;
width: 100%;
height: 40px;
padding: 6px 20px;
font-size: 15px;
line-height: 1.6;
color: #121717;
background-color: #fff;
background-image: none;
border: 1px solid #d6d6d6;
border-radius: 0;
position: relative;
z-index: 5;
-webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.post-password-form label > input:focus {
border-color: #000000;
outline: 0;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 187, 170, 0.6);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 187, 170, 0.6);
}
.post-password-form label > input::-moz-placeholder {
color: #121717;
opacity: 1;
}
.post-password-form label > input:-ms-input-placeholder {
color: #121717;
}
.post-password-form label > input::-webkit-input-placeholder {
color: #121717;
}
.post-password-form label > input[disabled],
.post-password-form label > input[readonly],
fieldset[disabled] .post-password-form label > input {
cursor: not-allowed;
background-color: #eeeeee;
opacity: 1;
}
.post-password-form label > input.parsley-error {
border: 1px solid #e95b35;
}
.post-password-form label > input.parsley-success {
border: 1px solid #000000;
}
@media (max-width: 767px) {
.post-password-form label > input {
margin-left: 0;
}
}
.post-password-form input[type="submit"] {
display: inline-block;
margin-bottom: 0;
text-align: center;
vertical-align: middle;
cursor: pointer;
background-image: none;
text-transform: uppercase;
text-decoration: none;
white-space: nowrap;
padding: 6px 20px;
font-size: 15px;
line-height: 1.6;
border-radius: 0;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
padding-left: 15px;
padding-right: 15px;
font-weight: 700;
font-size: 15px;
position: relative;
border: none;
border-bottom: 4px solid #848991;
background: #121717;
color: #f2f2f2;
}
.post-password-form input[type="submit"]:hover,
.post-password-form input[type="submit"]:focus,
.post-password-form input[type="submit"].active {
color: #333;
text-decoration: none;
outline: none;
}
.post-password-form input[type="submit"]:disabled,
.post-password-form input[type="submit"].disabled {
cursor: not-allowed;
}
.post-password-form input[type="submit"].progress {
overflow: visible;
height: auto;
-webkit-box-shadow: none;
box-shadow: none;
margin-bottom: 0;
}
.post-password-form input[type="submit"]:after {
content: '';
position: absolute;
z-index: -1;
-webkit-transition: all 0.3s;
transition: all 0.3s;
left: 0;
right: 0;
text-align: center;
}
.post-password-form input[type="submit"].button--loading:before {
margin: 0 10px 0;
font-size: 14px;
display: inline-block;
font-family: FontAwesome;
content: "";
-webkit-animation: fa-spin 2s infinite linear;
animation: fa-spin 2s infinite linear;
}
.post-password-form input[type="submit"].has-error,
.post-password-form input[type="submit"].error {
-webkit-animation: shake 0.5s;
animation: shake 0.5s;
color: transparent !important;
}
.post-password-form input[type="submit"].has-error:after,
.post-password-form input[type="submit"].error:after {
content: "Error!";
-webkit-animation: scaleFromUp 0.5s;
animation: scaleFromUp 0.5s;
z-index: 1;
color: #e95b35;
}
.post-password-form input[type="submit"].has-success,
.post-password-form input[type="submit"].success {
color: transparent !important;
}
.post-password-form input[type="submit"].has-success:after,
.post-password-form input[type="submit"].success:after {
content: "Success!";
-webkit-animation: moveUp 0.5s;
animation: moveUp 0.5s;
z-index: 1;
color: #000000;
}
.button--loading-circle-o-notch .post-password-form input[type="submit"].button--loading:before {
content: "";
}
.button--loading-refresh .post-password-form input[type="submit"].button--loading:before {
content: "";
}
.button--loading-spinner .post-password-form input[type="submit"].button--loading:before {
content: "";
}
.post-password-form input[type="submit"].hover,
.post-password-form input[type="submit"]:hover {
border-bottom: 4px solid #121717;
color: #f2f2f2;
background: #121717;
}
.post-password-form input[type="submit"]:focus,
.post-password-form input[type="submit"]:active:focus,
.post-password-form input[type="submit"]:active,
.post-password-form input[type="submit"].active {
border-top: 4px solid #848991;
border-bottom: none;
color: #f2f2f2;
background: #121717;
outline: none;
}
.post-password-form input[type="submit"]:disabled,
.post-password-form input[type="submit"].disabled {
color: #ccc;
background: #efefef;
border-bottom: 4px solid #dedede;
}
@media (max-width: 767px) {
.post-password-form input[type="submit"] {
margin-left: 0;
}
} .alignnone {
margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
display: block;
margin: 5px auto 5px auto;
}
.alignright {
float: right;
margin: 5px 0 20px 20px;
}
.alignleft {
float: left;
margin: 5px 20px 20px 0;
}
a img.alignright {
float: right;
margin: 5px 0 20px 20px;
}
a img.alignnone {
margin: 5px 20px 20px 0;
}
a img.alignleft {
float: left;
margin: 5px 20px 20px 0;
}
a img.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}
.wp-caption {
background: #fff;
border: 1px solid #f0f0f0;
max-width: 96%; padding: 5px 3px 10px;
text-align: center;
}
.wp-caption.alignnone,
.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;
}
.wp-caption p.wp-caption-text {
font-size: 11px;
line-height: 17px;
margin: 0;
padding: 0 4px 5px;
} .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, 0.6);
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
color: #21759b;
display: block;
font-size: 14px;
font-size: 0.875rem;
font-weight: bold;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000;
} .gallery {
overflow: hidden;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.gallery .gallery-item img {
width: 100%;
}
@media (max-width: 991px) {
.gallery .gallery-item {
width: 100% !important;
}
}
.gallery.gallery-columns-3 .gallery-item {
width: 33.3333%;
}
.gallery.gallery-columns-4 .gallery-item {
width: 25%;
}
.gallery.gallery-columns-6 .gallery-item {
width: 50%;
}
.gallery {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
list-style-type: none;
padding: 0;
}
.gallery .blocks-gallery-image,
.gallery .blocks-gallery-item {
margin: 0 16px 16px 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
position: relative;
}
.gallery .blocks-gallery-image figure,
.gallery .blocks-gallery-item figure {
margin: 0;
height: 100%;
}
.gallery .blocks-gallery-image img,
.gallery .blocks-gallery-item img {
display: block;
max-width: 100%;
height: auto;
}
.gallery .blocks-gallery-image img,
.gallery .blocks-gallery-item img {
width: 100%;
}
.gallery .blocks-gallery-image figcaption,
.gallery .blocks-gallery-item figcaption {
position: absolute;
bottom: 0;
width: 100%;
max-height: 100%;
overflow: auto;
padding: 40px 10px 5px;
color: #fff;
text-align: center;
font-size: 13px;
background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0, rgba(0, 0, 0, 0.3) 60%, transparent);
}
.gallery .blocks-gallery-image figcaption img,
.gallery .blocks-gallery-item figcaption img {
display: inline;
}
.gallery.is-cropped .blocks-gallery-image a,
.gallery.is-cropped .blocks-gallery-image img {
width: 100%;
}
.gallery.is-cropped .blocks-gallery-item a,
.gallery.is-cropped .blocks-gallery-item img {
width: 100%;
}
.gallery .blocks-gallery-image,
.gallery .blocks-gallery-item {
width: calc((100% - 16px) / 2);
}
.gallery .blocks-gallery-image:nth-of-type(even),
.gallery .blocks-gallery-item:nth-of-type(even) {
margin-right: 0;
}
.gallery.columns-1 .blocks-gallery-image,
.gallery.columns-1 .blocks-gallery-item {
width: 100%;
margin-right: 0;
}
.gallery .blocks-gallery-image:last-child {
margin-right: 0;
}
.gallery .blocks-gallery-item:last-child {
margin-right: 0;
}
.gallery .blocks-gallery-item.has-add-item-button {
width: 100%;
}
.gallery.alignleft,
.gallery.alignright {
max-width: 305px;
width: 100%;
}
.gallery.alignleft,
.gallery.aligncenter,
.gallery.alignright {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.gallery.aligncenter .blocks-gallery-item figure {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
@supports ((position: -webkit-sticky) or (position: sticky)) {
.wp-block-gallery .blocks-gallery-image figure,
.wp-block-gallery .blocks-gallery-item figure {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
}
}
@supports ((position: -webkit-sticky) or (position: sticky)) {
.wp-block-gallery .blocks-gallery-image img,
.wp-block-gallery .blocks-gallery-item img {
width: auto;
}
}
@supports ((position: -webkit-sticky) or (position: sticky)) {
.wp-block-gallery.is-cropped .blocks-gallery-image a,
.wp-block-gallery.is-cropped .blocks-gallery-image img {
height: 100%;
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
-o-object-fit: cover;
object-fit: cover;
}
.wp-block-gallery.is-cropped .blocks-gallery-item a,
.wp-block-gallery.is-cropped .blocks-gallery-item img {
height: 100%;
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
-o-object-fit: cover;
object-fit: cover;
}
}
@media (min-width: 600px) {
.gallery.gallery-columns-1 .blocks-gallery-image,
.gallery.gallery-columns-1 .blocks-gallery-item,
.gallery.gallery-columns-1 .gallery-item {
width: 100%;
}
.gallery.gallery-columns-2 .blocks-gallery-image,
.gallery.gallery-columns-2 .blocks-gallery-item,
.gallery.gallery-columns-2 .gallery-item {
width: calc((100% - 16px * 2) / 2);
margin-right: 5px;
}
.gallery.gallery-columns-3 .blocks-gallery-image,
.gallery.gallery-columns-3 .blocks-gallery-item,
.gallery.gallery-columns-3 .gallery-item {
width: calc((100% - 16px * 2) / 3);
margin-right: 5px;
}
.gallery.gallery-columns-4 .blocks-gallery-image,
.gallery.gallery-columns-4 .blocks-gallery-item,
.gallery.gallery-columns-4 .gallery-item {
width: calc((100% - 16px * 3) / 4);
margin-right: 5px;
}
.gallery.gallery-columns-5 .blocks-gallery-image,
.gallery.gallery-columns-5 .blocks-gallery-item,
.gallery.gallery-columns-5 .gallery-item {
width: calc((100% - 16px * 4) / 5);
margin-right: 5px;
}
.gallery.gallery-columns-6 .blocks-gallery-image,
.gallery.gallery-columns-6 .blocks-gallery-item,
.gallery.gallery-columns-6 .gallery-item {
width: calc((100% - 16px * 5) / 6);
margin-right: 5px;
}
.gallery.gallery-columns-7 .blocks-gallery-image,
.gallery.gallery-columns-7 .blocks-gallery-item,
.gallery.gallery-columns-7 .gallery-item {
width: calc((100% - 16px * 6) / 7);
margin-right: 5px;
}
.gallery.gallery-columns-8 .blocks-gallery-image,
.gallery.gallery-columns-8 .blocks-gallery-item,
.gallery.gallery-columns-8 .gallery-item {
width: calc((100% - 16px * 7) / 8);
margin-right: 5px;
}
.gallery.gallery-columns-1 .blocks-gallery-image:nth-of-type(1n),
.gallery.gallery-columns-1 .blocks-gallery-item:nth-of-type(1n) {
margin-right: 0;
}
.gallery.gallery-columns-2 .blocks-gallery-image:nth-of-type(2n),
.gallery.gallery-columns-2 .blocks-gallery-item:nth-of-type(2n) {
margin-right: 0;
}
.gallery.gallery-columns-3 .blocks-gallery-image:nth-of-type(3n),
.gallery.gallery-columns-3 .blocks-gallery-item:nth-of-type(3n) {
margin-right: 0;
}
.gallery.gallery-columns-4 .blocks-gallery-image:nth-of-type(4n),
.gallery.gallery-columns-4 .blocks-gallery-item:nth-of-type(4n) {
margin-right: 0;
}
.gallery.gallery-columns-5 .blocks-gallery-image:nth-of-type(5n),
.gallery.gallery-columns-5 .blocks-gallery-item:nth-of-type(5n) {
margin-right: 0;
}
.gallery.gallery-columns-6 .blocks-gallery-image:nth-of-type(6n),
.gallery.gallery-columns-6 .blocks-gallery-item:nth-of-type(6n) {
margin-right: 0;
}
.gallery.gallery-columns-7 .blocks-gallery-image:nth-of-type(7n),
.gallery.gallery-columns-7 .blocks-gallery-item:nth-of-type(7n) {
margin-right: 0;
}
.gallery.gallery-columns-8 .blocks-gallery-image:nth-of-type(8n),
.gallery.gallery-columns-8 .blocks-gallery-item:nth-of-type(8n) {
margin-right: 0;
}
}
.gallery-caption {
margin: 20px;
top: 5px;
width: auto;
}
.more-link {
display: inline-block;
margin-bottom: 0;
text-align: center;
vertical-align: middle;
cursor: pointer;
background-image: none;
text-transform: uppercase;
text-decoration: none;
white-space: nowrap;
padding: 6px 20px;
font-size: 15px;
line-height: 1.6;
border-radius: 0;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
padding-left: 15px;
padding-right: 15px;
font-weight: 700;
font-size: 15px;
position: relative;
text-decoration: none;
border: 2px solid #121717;
background: none;
color: #121717;
margin: 10px 0 10px 0;
font-size: 12px;
width: auto;
}
.more-link:hover,
.more-link:focus,
.more-link.active {
color: #333;
text-decoration: none;
outline: none;
}
.more-link:disabled,
.more-link.disabled {
cursor: not-allowed;
}
.more-link.progress {
overflow: visible;
height: auto;
-webkit-box-shadow: none;
box-shadow: none;
margin-bottom: 0;
}
.more-link:after {
content: '';
position: absolute;
z-index: -1;
-webkit-transition: all 0.3s;
transition: all 0.3s;
left: 0;
right: 0;
text-align: center;
}
.more-link.button--loading:before {
margin: 0 10px 0;
font-size: 14px;
display: inline-block;
font-family: FontAwesome;
content: "";
-webkit-animation: fa-spin 2s infinite linear;
animation: fa-spin 2s infinite linear;
}
.more-link.has-error,
.more-link.error {
-webkit-animation: shake 0.5s;
animation: shake 0.5s;
color: transparent !important;
}
.more-link.has-error:after,
.more-link.error:after {
content: "Error!";
-webkit-animation: scaleFromUp 0.5s;
animation: scaleFromUp 0.5s;
z-index: 1;
color: #e95b35;
}
.more-link.has-success,
.more-link.success {
color: transparent !important;
}
.more-link.has-success:after,
.more-link.success:after {
content: "Success!";
-webkit-animation: moveUp 0.5s;
animation: moveUp 0.5s;
z-index: 1;
color: #000000;
}
.button--loading-circle-o-notch .more-link.button--loading:before {
content: "";
}
.button--loading-refresh .more-link.button--loading:before {
content: "";
}
.button--loading-spinner .more-link.button--loading:before {
content: "";
}
@media (min-width: 992px) {
.more-link.hover,
.more-link:hover {
border-color: #121717;
color: #121717;
}
}
.more-link:active,
.more-link.active {
-webkit-transform: translate3d(0, 1px, 0);
transform: translate3d(0, 1px, 0);
border-color: #121717;
background: #121717;
color: #fff;
-webkit-box-shadow: none;
box-shadow: none;
}
.more-link:disabled,
.more-link.disabled {
color: #ccc;
border-color: #efefef;
}
@media (max-width: 767px) {
.more-link {
width: auto;
}
}
.footer__col .widget__show {
display: none;
} .sidebar {
padding-left: 15px;
padding-right: 15px;
float: left;
}
@media (min-width: 768px) {
.sidebar {
width: 33.33333%;
}
}
@media (min-width: 1200px) {
.sidebar {
width: 25%;
}
}
@media (max-width: 767px) {
.sidebar {
margin-top: 30px;
float: none;
}
}
.sidebar .container {
margin: 0;
padding: 0;
width: 100%;
}
@media print {
.sidebar {
display: none;
}
}
@media (max-width: 767px) {
.sidebar--listing .sidebar__toggle {
display: none;
}
}
.sidebar--dashboard {
margin-top: 40px;
}
@media (max-width: 767px) {
.sidebar--dashboard {
margin-top: 30px;
margin-bottom: 0;
}
}
body {
background-position: 50% 0;
background-repeat: no-repeat;
background-color: #F6F6F6;
direction: ltr;
unicode-bidi: embed; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
@media (max-width: 767px) {
body {
overflow-x: hidden;
width: 100%;
}
}
.widget-bar {
padding-left: 15px;
padding-right: 15px;
position: relative;
min-height: 1px;
float: left;
}
@media (min-width: 768px) {
.widget-bar {
width: 100%;
}
}
@media (min-width: 768px) {
.widget-bar:nth-of-type(n) {
clear: none;
}
.widget-bar:nth-of-type(1n+1) {
clear: both;
}
}
@media (min-width: 992px) {
.widget-bar {
width: 50%;
}
}
@media (min-width: 992px) {
.widget-bar:nth-of-type(n) {
clear: none;
}
.widget-bar:nth-of-type(2n+1) {
clear: both;
}
}
@media (min-width: 1200px) {
.widget-bar {
width: 33.33333%;
}
}
@media (min-width: 1200px) {
.widget-bar:nth-of-type(n) {
clear: none;
}
.widget-bar:nth-of-type(3n+1) {
clear: both;
}
} .center {
position: relative;
}
.center > .container > :last-child:not(.vc_clearfix) {
padding-bottom: 50px;
}
@media (max-width: 767px) {
.center > .container > :last-child:not(.vc_clearfix) {
padding-bottom: 30px;
}
}
.center--subpage {
border-top: 1px solid #dedede;
}
.main--white .center {
background: #fff !important;
}
.wrapper {
padding: 0 15px;
} .main--white .main {
background: #fff !important;
}
.main--white .main .container {
background: #fff !important;
} .box {
position: relative;
}
@media (max-width: 767px) {
.box {
overflow-x: hidden;
width: 100%;
}
}
.collapse {
display: none;
visibility: hidden;
}
.collapse.in {
display: block;
visibility: visible;
}
@media (min-width: 768px) {
.navbar-collapse.collapse {
display: block !important;
height: auto !important;
padding-bottom: 0;
overflow: visible !important;
visibility: visible !important;
}
}
.compact .navbar__row {
margin-top: 15px;
margin-bottom: 15px;
}
@media (max-width: 767px) {
.compact .navbar__row {
margin: 0;
}
} .header_color_brand .navbar--header {
background: #000000;
}
.header_color_brand .navbar--header.header-fixed {
-webkit-box-shadow: 0 5px 0 rgba(0, 187, 170, 0.2);
box-shadow: 0 5px 0 rgba(0, 187, 170, 0.2);
}
.header_color_brand .navbar-collapse {
background: #121717;
}
.header_color_brand .navbar__nav > li > a {
color: #fff;
-webkit-box-shadow: none;
box-shadow: none;
}
.header_color_brand .auth__link {
color: #fff;
}
.header_color_brand .auth__remember,
.header_color_brand .auth__label {
color: #121717;
}
.header_color_brand .auth__title {
color: #121717;
}
.header_color_brand .auth__icon-user {
fill: #fff;
}
@media (min-width: 768px) {
.header_color_brand .navbar .navbar__nav > .active {
background: #121717;
}
}
.header_color_brand .navbar .navbar__nav > .active > a {
border: none;
}
@media (min-width: 768px) {
.header_color_brand .navbar .navbar__nav > li:hover,
.header_color_brand .navbar .navbar__nav > li:focus {
background: #121717;
}
}
.header_color_brand .navbar__user-item {
color: #fff;
}
@media (min-width: 768px) {
.header_color_brand .header-fixed .navbar .navbar__nav {
background: none;
}
.header_color_brand .header-fixed .header__email,
.header_color_brand .header-fixed .header__phone {
color: #fff;
}
} .header_color_white .navbar {
background: #fff;
}
.header_color_white .navbar.header-fixed {
-webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.2);
box-shadow: 0 2px 7px rgba(0, 0, 0, 0.2);
} .header_color_gray .navbar {
background: #f6f6f6;
}
.header_color_gray .navbar.header-fixed {
-webkit-box-shadow: 0 5px 0 rgba(0, 0, 0, 0.2);
box-shadow: 0 5px 0 rgba(0, 0, 0, 0.2);
} .boxed .box {
width: 1300px;
margin: 0 auto;
padding: 0 10px;
-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
background-color: #fff;
}
@media (max-width: 1299px) {
.boxed .box {
width: auto;
padding: 0;
}
}
.modal-backdrop {
display: none;
}
.site-wrap {
-webkit-transition: 0.5s;
transition: 0.5s;
position: relative;
}
.site-wrap:before,
.site-wrap:after {
content: " ";
display: table;
}
.site-wrap:after {
clear: both;
}
@media (max-width: 767px) {
.site-wrap {
background: #f6f6f6;
}
}
.site-wrap--move {
-webkit-transform: translate3d(-300px, 0, 0);
transform: translate3d(-300px, 0, 0);
}
.section .container {
padding-bottom: 30px;
} .bg-brickwall {
background: url(//www.flowrealproperty.be/hosting/2324-flow/wp-content/themes/realtyspace/public/img/patterns/brickwall.png);
}
.bg-debut_light {
background: url(//www.flowrealproperty.be/hosting/2324-flow/wp-content/themes/realtyspace/public/img/patterns/debut_light.png);
}
.bg-diagonal_lines_01 {
background: url(//www.flowrealproperty.be/hosting/2324-flow/wp-content/themes/realtyspace/public/img/patterns/diagonal_lines_01.png);
}
.bg-diagonal-noise {
background: url(//www.flowrealproperty.be/hosting/2324-flow/wp-content/themes/realtyspace/public/img/patterns/diagonal-noise.png);
}
.bg-dust_2X {
background: url(//www.flowrealproperty.be/hosting/2324-flow/wp-content/themes/realtyspace/public/img/patterns/dust_2X.png);
}
.bg-groovepaper {
background: url(//www.flowrealproperty.be/hosting/2324-flow/wp-content/themes/realtyspace/public/img/patterns/groovepaper.png);
}
.bg-little_pluses {
background: url(//www.flowrealproperty.be/hosting/2324-flow/wp-content/themes/realtyspace/public/img/patterns/little_pluses.png);
}
.bg-p4 {
background: url(//www.flowrealproperty.be/hosting/2324-flow/wp-content/themes/realtyspace/public/img/patterns/p4.png);
}
.bg-p5 {
background: url(//www.flowrealproperty.be/hosting/2324-flow/wp-content/themes/realtyspace/public/img/patterns/p5.png);
}
.bg-retina_dust {
background: url(//www.flowrealproperty.be/hosting/2324-flow/wp-content/themes/realtyspace/public/img/patterns/retina_dust.png);
}
.bg-ricepaper2 {
background: url(//www.flowrealproperty.be/hosting/2324-flow/wp-content/themes/realtyspace/public/img/patterns/ricepaper2.png);
}
.bg-shl {
background: url(//www.flowrealproperty.be/hosting/2324-flow/wp-content/themes/realtyspace/public/img/patterns/shl.png);
}
.bg-squairy_light {
background: url(//www.flowrealproperty.be/hosting/2324-flow/wp-content/themes/realtyspace/public/img/patterns/squairy_light.png);
}
.bg-stardust_2X {
background: url(//www.flowrealproperty.be/hosting/2324-flow/wp-content/themes/realtyspace/public/img/patterns/stardust_2X.png);
}
.bg-subtle_dots {
background: url(//www.flowrealproperty.be/hosting/2324-flow/wp-content/themes/realtyspace/public/img/patterns/subtle_dots.png);
}
.bg-subtle_dots_2X {
background: url(//www.flowrealproperty.be/hosting/2324-flow/wp-content/themes/realtyspace/public/img/patterns/subtle_dots_2X.png);
}
.bg-white_brick_wall {
background: url(//www.flowrealproperty.be/hosting/2324-flow/wp-content/themes/realtyspace/public/img/patterns/white_brick_wall.png);
}
.bg-worn_dots {
background: url(//www.flowrealproperty.be/hosting/2324-flow/wp-content/themes/realtyspace/public/img/patterns/worn_dots.png);
}
.sidebar-left .page__content,
.sidebar-left .site {
float: right;
}
@media (max-width: 767px) {
.sidebar-left .page__content,
.sidebar-left .site {
float: none;
}
}
.sidebar-right .page__content,
.sidebar-right .site {
float: left;
}
@media (max-width: 767px) {
.sidebar-right .page__content,
.sidebar-right .site {
float: none;
}
}
.fullwidth .page__content,
.fullwidth .site,
.sidebar-hide .page__content,
.sidebar-hide .site {
float: none;
width: 100%;
}
.fullwidth .sidebar,
.sidebar-hide .sidebar {
display: none;
}
.bs-example .label {
margin-right: 5px;
}
hr {
border-top: 1px solid #d6d6d6;
}
@media (min-width: 1200px) {
.scroll-animation [data-sr] {
visibility: hidden;
}
}
@media print {
#hs-beacon {
display: none;
}
}
@page {
size: A4;
margin: 11mm 17mm 17mm 17mm;
orphans: 0;
widows: 0;
}
@media print {
.container {
width: 100% !important;
}
}
.form-target {
display: none;
}
mark {
background: none;
padding: 0;
} .loading-overlay {
position: relative;
}
.loading-overlay > *:not(.loading) {
opacity: 0.3;
}
.loading-overlay .loading {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
display: block;
z-index: 9;
}
.loading-overlay .loading:before {
font-size: 4em;
display: inline-block;
font-family: FontAwesome;
content: "";
-webkit-animation: bounceIn 1s infinite linear;
animation: bounceIn 1s infinite linear;
position: absolute;
top: 50%;
left: 50%;
margin: -15px 0 0 -15px;
z-index: 10;
display: block;
}
.footer .loading-overlay .loading {
color: #bebebe;
}
.loading-overlay .loading--fixed:before {
position: fixed;
} .no-items {
text-align: center;
width: 100%;
}
.no-items__icon {
font-size: 40px;
display: block;
color: #d1d1d1;
}
.no-items__icon svg {
width: 40px;
height: 31px;
fill: #d1d1d1;
}
.no-items__icon--svg {
font-size: inherit;
}
.no-items__title {
display: inline-block;
background: #d1d1d1;
color: #fff;
font-size: 25px;
margin-top: 10px;
padding: 0 15px;
text-transform: uppercase;
}
.footer .no-items__title {
color: #f2f2f2 !important;
}
.no-items--align {
margin: 0;
} .parsley-errors-list {
margin: 0;
padding: 0;
list-style-type: none;
font-size: 0.9em;
line-height: 0.9em;
opacity: 0;
-webkit-transition: all .3s ease-in;
transition: all .3s ease-in;
width: 100%;
}
.parsley-errors-list.filled {
opacity: 1;
margin-top: 5px;
}
@media (max-width: 767px) {
.parsley-errors-list.filled {
position: relative;
bottom: 0;
margin-bottom: 10px;
}
}
.parsley-type,
.parsley-minlength {
color: #121717;
}
.parsley-required {
color: #e95b35;
} .irs-line {
background: #000000;
background-image: -webkit-gradient(linear, left top, right top, from(#000000), to(#000000));
background-image: linear-gradient(to right, #000000 0%, #000000 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF00EED8', endColorstr='#FF00BBAA', GradientType=1);
}
.form--light .irs-line,
.form--dark .irs-line {
background: rgba(255, 255, 255, 0.3);
background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.3)), to(white));
background-image: linear-gradient(to right, rgba(255, 255, 255, 0.3) 0%, white 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4DFFFFFF', endColorstr='#FFFFFFFF', GradientType=1);
} .ui-pnotify-container.alert-success {
background: #000000;
} .select2-container--default .select2-results__option--highlighted[aria-selected] {
background-color: #000000;
} .player-controls button:focus,
.player-controls button:hover,
.player-controls [type="checkbox"]:focus + label,
.player-controls [type="checkbox"] + label:hover {
background: #000000;
}
.player-progress-played[value] {
z-index: 2;
color: #000000;
}
.player-volume[type=range]:focus {
outline: 0;
}
.player-volume[type=range]:focus::-webkit-slider-thumb {
background: #000000;
}
.player-volume[type=range]:focus::-moz-range-thumb {
background: #000000;
}
.player-volume[type=range]:focus::-ms-thumb {
background: #000000;
} .daterangepicker th.month {
color: #000000;
} .switch {
-webkit-user-select: none;
-moz-user-select: none;
-khtml-user-select: none;
-ms-user-select: none;
}
.switch * {
-webkit-user-select: none;
-moz-user-select: none;
-khtml-user-select: none;
-ms-user-select: none;
}
.switch label {
cursor: pointer;
}
.switch label input[type=checkbox] {
opacity: 0;
width: 0;
height: 0;
display: none;
}
.switch label input[type=checkbox]:checked + .lever {
background-color: #84c7c1;
}
.switch label input[type=checkbox]:checked + .lever:after {
background-color: #26a69a;
}
.switch label .lever {
content: "";
display: inline-block;
position: relative;
width: 30px;
height: 15px;
background-color: rgba(255, 255, 255, 0.5);
border-radius: 15px;
-webkit-transition: background 0.3s ease;
transition: background 0.3s ease;
vertical-align: middle;
margin: 0 16px;
}
.header--white .switch label .lever {
background-color: #d7d7d7;
}
.switch label .lever:after {
content: "";
position: absolute;
display: inline-block;
width: 15px;
height: 15px;
background-color: #F1F1F1;
border-radius: 15px;
left: -5px;
top: 0;
-webkit-transition: left 0.3s ease, background .3s ease, -webkit-box-shadow 0.1s ease;
transition: left 0.3s ease, background .3s ease, box-shadow 0.1s ease;
}
.header--white .switch label .lever:after {
background-color: #000000;
}
.switch input[type=checkbox]:checked:not(:disabled) ~ .lever:active:after {
-webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 10px rgba(38, 166, 154, 0.1);
box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 10px rgba(38, 166, 154, 0.1);
}
.switch input[type=checkbox]:not(:disabled) ~ .lever:active:after {
-webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 10px rgba(0, 0, 0, 0.08);
box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 10px rgba(0, 0, 0, 0.08);
}
.switch label input[type=checkbox]:checked + .lever:after {
left: 16px;
}
.switch input[type=checkbox][disabled] + .lever {
cursor: default;
}
.switch label input[type=checkbox][disabled] + .lever:after,
.switch label input[type=checkbox][disabled]:checked + .lever:after {
background-color: #BDBDBD;
}
.switch--header {
font-size: 13px;
text-transform: uppercase;
}
.switch--header label input[type=checkbox]:checked + .lever {
background-color: rgba(255, 255, 255, 0.5);
}
.switch--header label input[type=checkbox]:checked + .lever:after {
background-color: #fff;
}
.header--overlay-map .switch--header label input[type=checkbox]:checked + .lever {
background-color: #d7d7d7;
}
.header--overlay-map .switch--header label input[type=checkbox]:checked + .lever:after {
background-color: #000000;
}
.header--white .switch--header label input[type=checkbox]:checked + .lever {
background-color: #d7d7d7;
}
.header--white .switch--header label input[type=checkbox]:checked + .lever:after {
background-color: #000000;
}
.switch--menu {
font-size: 15px;
text-transform: uppercase;
margin: 10px 0 0 50px;
color: #fff;
}
.switch--menu label input[type=checkbox]:checked + .lever {
background-color: rgba(255, 255, 255, 0.5);
}
.switch--menu label input[type=checkbox]:checked + .lever:after {
background-color: #fff;
}
.switch--menu label .lever {
width: 50px;
height: 20px;
}
.switch--menu label .lever:after {
width: 20px;
height: 20px;
}
.switch--menu label input[type=checkbox]:checked + .lever:after {
left: 30px;
}
.title-thin {
font-family: "Montserrat Thin", sans-serif;
}
[id^='__lpform_'] {
display: none;
}
.dl-table dl {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin: 0;
}
.dl-table dt {
font-weight: normal;
width: 30%;
}
.dl-table dd {
font-weight: 600;
width: 70%;
}
.widget:before,
.widget:after {
content: " ";
display: table;
}
.widget:after {
clear: both;
}
.widget__header:empty {
display: none;
}
.widget__footer {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.widget__more {
position: relative;
border: 1px solid #d6d6d6;
text-align: center;
display: block;
padding: 7px 20px;
text-transform: uppercase;
color: #121717;
text-decoration: none;
vertical-align: middle;
line-height: 1.6;
font-weight: 600;
margin: 0 auto;
margin-top: 40px;
-ms-flex-item-align: center;
align-self: center;
}
.widget__more:after {
content: '';
position: absolute;
z-index: -1;
-webkit-transition: all 0.3s;
transition: all 0.3s;
left: 0;
right: 0;
text-align: center;
}
.widget__more.button--loading:before {
margin: 0 10px 0;
font-size: 14px;
display: inline-block;
font-family: FontAwesome;
content: "";
-webkit-animation: fa-spin 2s infinite linear;
animation: fa-spin 2s infinite linear;
}
.widget__more.has-error,
.widget__more.error {
-webkit-animation: shake 0.5s;
animation: shake 0.5s;
color: transparent !important;
}
.widget__more.has-error:after,
.widget__more.error:after {
content: "Error!";
-webkit-animation: scaleFromUp 0.5s;
animation: scaleFromUp 0.5s;
z-index: 1;
color: #e95b35;
}
.widget__more.has-success,
.widget__more.success {
color: transparent !important;
}
.widget__more.has-success:after,
.widget__more.success:after {
content: "Success!";
-webkit-animation: moveUp 0.5s;
animation: moveUp 0.5s;
z-index: 1;
color: #000000;
}
.button--loading-circle-o-notch .widget__more.button--loading:before {
content: "";
}
.button--loading-refresh .widget__more.button--loading:before {
content: "";
}
.button--loading-spinner .widget__more.button--loading:before {
content: "";
}
.widget__more.hover,
.widget__more:hover {
border-color: #121717;
color: #121717;
text-decoration: none;
}
.widget__more:active,
.widget__more.active {
-webkit-transform: translate3d(0, 1px, 0);
transform: translate3d(0, 1px, 0);
border-color: #121717;
background: #121717;
color: #fff;
-webkit-box-shadow: none;
box-shadow: none;
}
.widget__more:focus,
.widget__more.focus {
text-decoration: none;
outline: none;
}
.widget__more:disabled,
.widget__more.disabled {
cursor: not-allowed;
color: #ccc;
border-color: #efefef;
}
.widget__more.progress {
overflow: visible;
height: auto;
-webkit-box-shadow: none;
box-shadow: none;
margin-bottom: 0;
}
@media (max-width: 767px) {
.widget__more {
margin-top: 30px;
}
}
.widget__btn {
font-size: 17px;
color: #121717;
text-align: center;
border: 1px solid #d6d6d6;
padding: 15px 0;
background: #fff;
text-transform: uppercase;
width: 100%;
font-weight: bold;
outline: none;
cursor: pointer;
background: #e4e4e4;
margin-top: -1px;
display: none;
}
.widget__btn:hover {
color: #121717;
}
.widget__btn:after {
font-size: 14px;
display: inline-block;
font-family: FontAwesome;
content: "";
border: 1px solid #121717;
margin-left: 10px;
width: 26px;
height: 26px;
text-align: center;
line-height: 26px;
padding: 0 0 0 2px;
}
.widget__btn.active:after {
content: "\f078";
}
.widget__btn:hover {
text-decoration: none;
}
.widget--dashboard {
background: #fff;
padding: 40px;
margin-top: 20px;
}
.widget--dashboard:first-of-type {
margin-top: 0;
}
@media (max-width: 767px) {
.widget--dashboard {
padding: 20px;
}
}
.widget--dashboard .widget__header {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.widget--dashboard .widget__btn {
display: inline-block;
margin-bottom: 0;
text-align: center;
vertical-align: middle;
cursor: pointer;
background-image: none;
text-transform: uppercase;
text-decoration: none;
white-space: nowrap;
padding: 6px 20px;
font-size: 15px;
line-height: 1.6;
border-radius: 0;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
padding-left: 15px;
padding-right: 15px;
font-weight: 700;
font-size: 15px;
position: relative;
text-decoration: none;
border: 2px solid #121717;
background: none;
color: #121717;
white-space: inherit;
line-height: 1;
font-size: 12px;
border-width: 1px;
width: auto;
margin-left: 10px;
margin-right: 0;
}
.widget--dashboard .widget__btn:hover,
.widget--dashboard .widget__btn:focus,
.widget--dashboard .widget__btn.active {
color: #333;
text-decoration: none;
outline: none;
}
.widget--dashboard .widget__btn:disabled,
.widget--dashboard .widget__btn.disabled {
cursor: not-allowed;
}
.widget--dashboard .widget__btn.progress {
overflow: visible;
height: auto;
-webkit-box-shadow: none;
box-shadow: none;
margin-bottom: 0;
}
.widget--dashboard .widget__btn:after {
content: '';
position: absolute;
z-index: -1;
-webkit-transition: all 0.3s;
transition: all 0.3s;
left: 0;
right: 0;
text-align: center;
}
.widget--dashboard .widget__btn.button--loading:before {
margin: 0 10px 0;
font-size: 14px;
display: inline-block;
font-family: FontAwesome;
content: "";
-webkit-animation: fa-spin 2s infinite linear;
animation: fa-spin 2s infinite linear;
}
.widget--dashboard .widget__btn.has-error,
.widget--dashboard .widget__btn.error {
-webkit-animation: shake 0.5s;
animation: shake 0.5s;
color: transparent !important;
}
.widget--dashboard .widget__btn.has-error:after,
.widget--dashboard .widget__btn.error:after {
content: "Error!";
-webkit-animation: scaleFromUp 0.5s;
animation: scaleFromUp 0.5s;
z-index: 1;
color: #e95b35;
}
.widget--dashboard .widget__btn.has-success,
.widget--dashboard .widget__btn.success {
color: transparent !important;
}
.widget--dashboard .widget__btn.has-success:after,
.widget--dashboard .widget__btn.success:after {
content: "Success!";
-webkit-animation: moveUp 0.5s;
animation: moveUp 0.5s;
z-index: 1;
color: #000000;
}
.button--loading-circle-o-notch .widget--dashboard .widget__btn.button--loading:before {
content: "";
}
.button--loading-refresh .widget--dashboard .widget__btn.button--loading:before {
content: "";
}
.button--loading-spinner .widget--dashboard .widget__btn.button--loading:before {
content: "";
}
@media (min-width: 992px) {
.widget--dashboard .widget__btn.hover,
.widget--dashboard .widget__btn:hover {
border-color: #121717;
color: #121717;
}
}
.widget--dashboard .widget__btn:active,
.widget--dashboard .widget__btn.active {
-webkit-transform: translate3d(0, 1px, 0);
transform: translate3d(0, 1px, 0);
border-color: #121717;
background: #121717;
color: #fff;
-webkit-box-shadow: none;
box-shadow: none;
}
.widget--dashboard .widget__btn:disabled,
.widget--dashboard .widget__btn.disabled {
color: #ccc;
border-color: #efefef;
}
.widget--dashboard .widget__btn--action {
display: inline-block;
margin-bottom: 0;
text-align: center;
vertical-align: middle;
cursor: pointer;
background-image: none;
text-transform: uppercase;
text-decoration: none;
white-space: nowrap;
padding: 6px 20px;
font-size: 15px;
line-height: 1.6;
border-radius: 0;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
padding-left: 15px;
padding-right: 15px;
font-weight: 700;
font-size: 15px;
position: relative;
border: none;
border-bottom: 4px solid #848991;
background: #121717;
color: #f2f2f2;
white-space: inherit;
margin-right: 0;
width: auto;
}
.widget--dashboard .widget__btn--action:hover,
.widget--dashboard .widget__btn--action:focus,
.widget--dashboard .widget__btn--action.active {
color: #333;
text-decoration: none;
outline: none;
}
.widget--dashboard .widget__btn--action:disabled,
.widget--dashboard .widget__btn--action.disabled {
cursor: not-allowed;
}
.widget--dashboard .widget__btn--action.progress {
overflow: visible;
height: auto;
-webkit-box-shadow: none;
box-shadow: none;
margin-bottom: 0;
}
.widget--dashboard .widget__btn--action:after {
content: '';
position: absolute;
z-index: -1;
-webkit-transition: all 0.3s;
transition: all 0.3s;
left: 0;
right: 0;
text-align: center;
}
.widget--dashboard .widget__btn--action.button--loading:before {
margin: 0 10px 0;
font-size: 14px;
display: inline-block;
font-family: FontAwesome;
content: "";
-webkit-animation: fa-spin 2s infinite linear;
animation: fa-spin 2s infinite linear;
}
.widget--dashboard .widget__btn--action.has-error,
.widget--dashboard .widget__btn--action.error {
-webkit-animation: shake 0.5s;
animation: shake 0.5s;
color: transparent !important;
}
.widget--dashboard .widget__btn--action.has-error:after,
.widget--dashboard .widget__btn--action.error:after {
content: "Error!";
-webkit-animation: scaleFromUp 0.5s;
animation: scaleFromUp 0.5s;
z-index: 1;
color: #e95b35;
}
.widget--dashboard .widget__btn--action.has-success,
.widget--dashboard .widget__btn--action.success {
color: transparent !important;
}
.widget--dashboard .widget__btn--action.has-success:after,
.widget--dashboard .widget__btn--action.success:after {
content: "Success!";
-webkit-animation: moveUp 0.5s;
animation: moveUp 0.5s;
z-index: 1;
color: #000000;
}
.button--loading-circle-o-notch .widget--dashboard .widget__btn--action.button--loading:before {
content: "";
}
.button--loading-refresh .widget--dashboard .widget__btn--action.button--loading:before {
content: "";
}
.button--loading-spinner .widget--dashboard .widget__btn--action.button--loading:before {
content: "";
}
.widget--dashboard .widget__btn--action.hover,
.widget--dashboard .widget__btn--action:hover {
border-bottom: 4px solid #121717;
color: #f2f2f2;
background: #121717;
}
.widget--dashboard .widget__btn--action:focus,
.widget--dashboard .widget__btn--action:active:focus,
.widget--dashboard .widget__btn--action:active,
.widget--dashboard .widget__btn--action.active {
border-top: 4px solid #848991;
border-bottom: none;
color: #f2f2f2;
background: #121717;
outline: none;
}
.widget--dashboard .widget__btn--action:disabled,
.widget--dashboard .widget__btn--action.disabled {
color: #ccc;
background: #efefef;
border-bottom: 4px solid #dedede;
}
.widget--dashboard .widget__title {
font-size: 24px;
font-weight: bold;
text-transform: uppercase;
margin: 0;
}
@media (max-width: 767px) {
.widget--dashboard .widget__title {
font-size: 20px;
}
}
.widget--dashboard .widget__header + .widget__content {
margin-top: 50px;
}
@media (max-width: 767px) {
.widget--dashboard .widget__header + .widget__content {
margin-top: 30px;
}
}
.widget--main {
margin-top: 50px;
}
@media (max-width: 767px) {
.widget--main {
margin-top: 30px;
}
}
.widget--main .widget__title {
font-size: 24px;
font-weight: 600;
text-transform: uppercase;
margin: 0;
}
@media (max-width: 767px) {
.widget--main .widget__title {
font-size: 20px;
}
}
.widget--main .widget__card--collapse .widget__title {
position: relative;
margin-top: 20px;
font-family: "Source Sans Pro", sans-serif;
}
@media (max-width: 767px) {
.widget--main .widget__card--collapse .widget__title {
font-size: 20px;
padding: 0 0 0 35px;
}
.widget--main .widget__card--collapse .widget__title:before {
font-size: 14px;
display: inline-block;
font-family: FontAwesome;
content: "";
border: 1px solid #121717;
color: #121717;
display: inline-block;
margin: -3px 0 0 0;
font-weight: normal;
text-align: center;
width: 24px;
line-height: 24px;
height: 24px;
position: absolute;
top: 4px;
left: 0;
text-decoration: none;
}
.widget--main .widget__card--collapse .widget__title.active {
color: #000000;
}
.widget--main .widget__card--collapse .widget__title.active:before {
content: '\f068';
}
}
.widget--main .widget__header + .widget__content {
margin-top: 40px;
}
.widget--details {
margin-top: 30px;
}
.widget--details:first-of-type {
margin-top: 0;
border-top: none;
}
@media print {
.widget--details {
page-break-inside: avoid;
}
}
.widget--details .widget__title {
font-size: 20px;
font-weight: 600;
margin: 0;
}
.widget--details .widget__header + .widget__content {
margin-top: 30px;
}
.widget--sidebar {
margin-top: 50px;
}
@media (min-width: 1200px) {
.widget--sidebar:first-of-type:not(.widget--first-no-head) {
margin-top: 37px;
}
}
@media (min-width: 1200px) {
.widget--sidebar:first-of-type .widget__content {
margin-top: 96px;
}
}
@media (max-width: 767px) {
.widget--sidebar {
margin-top: -1px;
}
}
.widget--sidebar .widget__header + * {
margin-top: 15px;
padding: 25px 30px !important;
background: #fff;
border: 1px solid #dedede;
display: block !important;
}
@media (max-width: 767px) {
.widget--sidebar .widget__header + * {
display: none !important;
margin-top: -1px;
}
}
.widget--sidebar .widget__title {
color: #121717;
font-weight: 600;
text-transform: uppercase;
margin-top: 0;
margin-bottom: 0;
font-family: "Montserrat", sans-serif;
font-size: 34px;
text-align: left;
}
@media (max-width: 767px) {
.widget--sidebar .widget__title {
font-size: 17px;
color: #121717;
text-align: center;
border: 1px solid #d6d6d6;
padding: 15px 0;
background: #fff;
text-transform: uppercase;
width: 100%;
font-weight: bold;
outline: none;
cursor: pointer;
background: #e4e4e4;
margin-top: -1px;
text-align: center;
font-size: 17px;
}
.widget--sidebar .widget__title:hover {
color: #121717;
}
.widget--sidebar .widget__title:after {
font-size: 14px;
display: inline-block;
font-family: FontAwesome;
content: "";
border: 1px solid #121717;
margin-left: 10px;
width: 26px;
height: 26px;
text-align: center;
line-height: 26px;
padding: 0 0 0 2px;
}
.widget--sidebar .widget__title.active:after {
content: "\f078";
}
}
.widget--sidebar .widgettitle,
.widget--sidebar .widget-title {
font-size: 46px;
color: #121717;
font-weight: 600;
text-transform: uppercase;
margin-top: 0;
margin-bottom: 0;
text-align: center;
font-family: "Montserrat", sans-serif;
font-size: 34px;
text-align: left;
}
.footer .widget--sidebar .widgettitle,
.footer
.widget--sidebar .widget-title {
font-family: "Source Sans Pro", sans-serif;
}
@media (max-width: 767px) {
.widget--sidebar .widgettitle,
.widget--sidebar .widget-title {
font-size: 26px;
}
}
.widget--sidebar .widgettitle + *,
.widget--sidebar .widget-title + * {
margin-top: 15px;
padding: 25px 30px !important;
background: #fff;
border: 1px solid #dedede;
display: block !important;
}
@media (max-width: 767px) {
.widget--sidebar .widgettitle,
.widget--sidebar .widget-title {
font-size: 17px;
color: #121717;
text-align: center;
border: 1px solid #d6d6d6;
padding: 15px 0;
background: #fff;
text-transform: uppercase;
width: 100%;
font-weight: bold;
outline: none;
cursor: pointer;
background: #e4e4e4;
margin-top: 0;
text-align: center;
font-size: 17px;
}
.widget--sidebar .widgettitle:hover,
.widget--sidebar .widget-title:hover {
color: #121717;
}
.widget--sidebar .widgettitle:after,
.widget--sidebar .widget-title:after {
font-size: 14px;
display: inline-block;
font-family: FontAwesome;
content: "";
border: 1px solid #121717;
margin-left: 10px;
width: 26px;
height: 26px;
text-align: center;
line-height: 26px;
padding: 0 0 0 2px;
}
.widget--sidebar .widgettitle.active:after,
.widget--sidebar .widget-title.active:after {
content: "\f078";
}
.widget--sidebar .widgettitle + *,
.widget--sidebar .widget-title + * {
display: none !important;
margin-top: -1px;
}
}
.widget--sidebar .widgettitle + .screen-reader-text + *,
.widget--sidebar .widget-title + .screen-reader-text + * {
margin-top: 15px;
}
@media (max-width: 767px) {
.widget--sidebar .widget__headline {
display: none;
}
}
.widget--sidebar .widget__show {
display: none;
}
@media (max-width: 767px) {
.widget--sidebar .widget__show {
display: inline-block;
}
}
@media (max-width: 767px) {
.widget--sidebar .widget__btn {
display: block;
}
}
.widget--sidebar .widget__content {
padding: 25px 30px;
background: #fff;
border: 1px solid #dedede;
}
.widget--sidebar .widget__header + .widget__content {
margin-top: 14px;
}
@media (max-width: 767px) {
.widget--sidebar .widget__header + .widget__content {
display: none;
}
}
.widget--sidebar img {
max-width: 100%;
}
.widget--sidebar.widget_ihomefinderpropertiesgallery .ihf-container {
padding-bottom: 90px !important;
}
.widget--sidebar.widget_ihomefinderpropertiesgallery > a {
display: inline-block;
margin-bottom: 0;
text-align: center;
vertical-align: middle;
cursor: pointer;
background-image: none;
text-transform: uppercase;
text-decoration: none;
white-space: nowrap;
padding: 6px 20px;
font-size: 15px;
line-height: 1.6;
border-radius: 0;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
padding-left: 15px;
padding-right: 15px;
font-weight: 700;
font-size: 15px;
position: relative;
border: none;
border-bottom: 4px solid #848991;
background: #121717;
color: #f2f2f2;
margin: -70px 30px 30px 30px;
display: block;
}
.widget--sidebar.widget_ihomefinderpropertiesgallery > a:hover,
.widget--sidebar.widget_ihomefinderpropertiesgallery > a:focus,
.widget--sidebar.widget_ihomefinderpropertiesgallery > a.active {
color: #333;
text-decoration: none;
outline: none;
}
.widget--sidebar.widget_ihomefinderpropertiesgallery > a:disabled,
.widget--sidebar.widget_ihomefinderpropertiesgallery > a.disabled {
cursor: not-allowed;
}
.widget--sidebar.widget_ihomefinderpropertiesgallery > a.progress {
overflow: visible;
height: auto;
-webkit-box-shadow: none;
box-shadow: none;
margin-bottom: 0;
}
.widget--sidebar.widget_ihomefinderpropertiesgallery > a:after {
content: '';
position: absolute;
z-index: -1;
-webkit-transition: all 0.3s;
transition: all 0.3s;
left: 0;
right: 0;
text-align: center;
}
.widget--sidebar.widget_ihomefinderpropertiesgallery > a.button--loading:before {
margin: 0 10px 0;
font-size: 14px;
display: inline-block;
font-family: FontAwesome;
content: "";
-webkit-animation: fa-spin 2s infinite linear;
animation: fa-spin 2s infinite linear;
}
.widget--sidebar.widget_ihomefinderpropertiesgallery > a.has-error,
.widget--sidebar.widget_ihomefinderpropertiesgallery > a.error {
-webkit-animation: shake 0.5s;
animation: shake 0.5s;
color: transparent !important;
}
.widget--sidebar.widget_ihomefinderpropertiesgallery > a.has-error:after,
.widget--sidebar.widget_ihomefinderpropertiesgallery > a.error:after {
content: "Error!";
-webkit-animation: scaleFromUp 0.5s;
animation: scaleFromUp 0.5s;
z-index: 1;
color: #e95b35;
}
.widget--sidebar.widget_ihomefinderpropertiesgallery > a.has-success,
.widget--sidebar.widget_ihomefinderpropertiesgallery > a.success {
color: transparent !important;
}
.widget--sidebar.widget_ihomefinderpropertiesgallery > a.has-success:after,
.widget--sidebar.widget_ihomefinderpropertiesgallery > a.success:after {
content: "Success!";
-webkit-animation: moveUp 0.5s;
animation: moveUp 0.5s;
z-index: 1;
color: #000000;
}
.button--loading-circle-o-notch .widget--sidebar.widget_ihomefinderpropertiesgallery > a.button--loading:before {
content: "";
}
.button--loading-refresh .widget--sidebar.widget_ihomefinderpropertiesgallery > a.button--loading:before {
content: "";
}
.button--loading-spinner .widget--sidebar.widget_ihomefinderpropertiesgallery > a.button--loading:before {
content: "";
}
.widget--sidebar.widget_ihomefinderpropertiesgallery > a.hover,
.widget--sidebar.widget_ihomefinderpropertiesgallery > a:hover {
border-bottom: 4px solid #121717;
color: #f2f2f2;
background: #121717;
}
.widget--sidebar.widget_ihomefinderpropertiesgallery > a:focus,
.widget--sidebar.widget_ihomefinderpropertiesgallery > a:active:focus,
.widget--sidebar.widget_ihomefinderpropertiesgallery > a:active,
.widget--sidebar.widget_ihomefinderpropertiesgallery > a.active {
border-top: 4px solid #848991;
border-bottom: none;
color: #f2f2f2;
background: #121717;
outline: none;
}
.widget--sidebar.widget_ihomefinderpropertiesgallery > a:disabled,
.widget--sidebar.widget_ihomefinderpropertiesgallery > a.disabled {
color: #ccc;
background: #efefef;
border-bottom: 4px solid #dedede;
}
@media (max-width: 767px) {
.widget--sidebar.widget_ihomefinderpropertiesgallery > a {
display: none;
}
.widget--opened .widget--sidebar.widget_ihomefinderpropertiesgallery > a {
display: block;
}
}
.widget--landing .widget__header {
margin-top: 50px;
margin-right: auto;
margin-left: auto;
padding-left: 15px;
padding-right: 15px;
}
@media (min-width: 768px) {
.widget--landing .widget__header {
width: 750px;
}
}
@media (min-width: 992px) {
.widget--landing .widget__header {
width: 970px;
}
}
@media (min-width: 1200px) {
.widget--landing .widget__header {
width: 1200px;
}
}
@media (max-width: 767px) {
.widget--landing .widget__header {
margin-top: 30px;
}
}
.site--main .widget--landing .widget__header {
width: auto;
}
.widget--landing .widget__title {
font-size: 46px;
color: #121717;
font-weight: 600;
text-transform: uppercase;
margin-top: 0;
margin-bottom: 0;
text-align: center;
font-family: "Montserrat", sans-serif;
}
.footer .widget--landing .widget__title {
font-family: "Source Sans Pro", sans-serif;
}
@media (max-width: 767px) {
.widget--landing .widget__title {
font-size: 26px;
}
}
.widget--landing .widget__headline {
font-size: 14px;
font-weight: 400;
margin-top: 30px;
margin-bottom: 0;
line-height: 2;
text-align: center;
text-transform: uppercase;
}
.widget--landing .widget__headline strong {
font-weight: 600;
}
@media (max-width: 767px) {
.widget--landing .widget__headline {
font-size: 14px;
margin-top: 25px;
line-height: 1.4;
min-height: auto;
}
}
.sidebar .widget--landing .widget__headline {
margin: 4px 0 0;
}
.widget--landing .widget__content {
margin-right: auto;
margin-left: auto;
padding-left: 15px;
padding-right: 15px;
padding-bottom: 50px;
margin-top: 50px;
}
@media (min-width: 768px) {
.widget--landing .widget__content {
width: 750px;
}
}
@media (min-width: 992px) {
.widget--landing .widget__content {
width: 970px;
}
}
@media (min-width: 1200px) {
.widget--landing .widget__content {
width: 1200px;
}
}
.site--main .widget--landing .widget__content {
padding-left: 0;
padding-right: 0;
width: auto;
}
@media (max-width: 767px) {
.widget--landing .widget__content {
margin-top: 30px;
padding-bottom: 30px;
}
}
.widget--sidebar-dashboard .widget__title {
color: #121717;
font-weight: 600;
text-transform: uppercase;
margin-top: 0;
margin-bottom: 0;
font-family: "Montserrat", sans-serif;
font-size: 34px;
text-align: left;
}
@media (max-width: 767px) {
.widget--sidebar-dashboard .widget__title {
text-align: center;
}
}
.widget--sidebar-dashboard .widget__headline {
font-size: 14px;
font-weight: 400;
margin-top: 30px;
margin-bottom: 0;
line-height: 2;
text-align: center;
font-size: 15px;
text-transform: none;
margin: 4px 0 0;
line-height: 1.1;
text-align: left;
}
.widget--sidebar-dashboard .widget__headline strong {
font-weight: 600;
}
@media (max-width: 767px) {
.widget--sidebar-dashboard .widget__headline {
font-size: 14px;
margin-top: 25px;
line-height: 1.4;
min-height: auto;
}
}
.sidebar .widget--sidebar-dashboard .widget__headline {
margin: 4px 0 0;
}
@media (max-width: 767px) {
.widget--sidebar-dashboard .widget__headline {
text-align: center;
}
}
.widget--sidebar-dashboard .widget__content {
background: #fff;
padding: 20px;
}
.widget--sidebar-dashboard .widget__content:before,
.widget--sidebar-dashboard .widget__content:after {
content: " ";
display: table;
}
.widget--sidebar-dashboard .widget__content:after {
clear: both;
}
.widget--sidebar-dashboard .widget__content:first-of-type {
margin-top: 0;
}
.widget--bg {
background: url(//www.flowrealproperty.be/hosting/2324-flow/wp-content/themes/realtyspace/public/img/bg-search.jpg) 50% 0 no-repeat #f6f6f6;
padding-top: 15px;
}
.widget--bg .widget__header {
margin: 80px auto 50px;
}
@media (max-width: 767px) {
.widget--bg .widget__header {
margin: 30px auto;
}
}
.widget--gray {
background: #f6f6f6;
}
.widget--sep {
border-top: 1px solid #d6d6d6;
}
.widget--listing {
border-top: none;
margin-top: 20px;
}
.widget--dark .widget__content {
background: #e4e4e4;
}
@media (max-width: 767px) {
.widget--collapsing {
margin-top: 0;
}
.widget--collapsing.widget--opened {
margin-top: 30px;
}
}
@media print {
.widget--collapsing {
display: none;
}
}
@media (max-width: 767px) {
.widget--collapsing .widget__header {
width: auto;
margin: 0;
}
}
@media (max-width: 767px) {
.widget--collapsing .widget__title {
display: none;
}
}
@media (max-width: 767px) {
.widget--collapsing .widget__headline {
display: none;
}
}
@media (max-width: 767px) {
.widget--collapsing .widget__content {
display: none;
}
}
@media (max-width: 767px) {
.widget--collapsing .widget__btn {
display: block;
}
}
.widget--opened .widget__header + * {
display: block !important;
}
.widget--opened .widgettitle:after,
.widget--opened .widget-title:after {
content: "\f078";
}
.widget--opened .widgettitle + *,
.widget--opened .widget-title + * {
display: block !important;
}
.widget--opened.widget_ihomefinderpropertiesgallery > a {
display: block;
}
@media (max-width: 767px) {
.widget--opened .widget__title:after {
content: "\f078";
}
}
.widget--feature {
background-size: 47% 100%;
background-repeat: no-repeat;
background-position: 0% 50%;
}
@media (max-width: 1199px) {
.widget--feature {
background-image: none !important;
}
}
.widget--feature .widget__header {
width: auto !important;
padding: 0 !important;
}
.widget--feature .widget__title {
color: #000000;
text-align: left;
margin-top: 50px;
}
@media (max-width: 1199px) {
.widget--feature .widget__title {
text-align: center;
margin-top: 30px;
}
}
.widget--feature .widget__headline {
text-transform: uppercase;
color: #606e7c;
text-align: left;
}
@media (max-width: 1199px) {
.widget--feature .widget__headline {
text-align: center;
}
}
.widget--feature .widget__content {
padding-bottom: 0;
margin-top: 0;
}
.widget--achievement {
background-size: cover;
}
@media (min-width: 1200px) {
.widget--achievement {
overflow: hidden;
}
}
@media print {
.widget--footer:not(.widget_cf47rs-contact) {
display: none;
}
}
.widget--footer .widget__title {
font-size: 17px;
color: #000000;
margin: 30px 0 15px;
font-weight: 600;
text-transform: uppercase;
}
@media (max-width: 767px) {
.widget--footer .widget__title {
margin-top: 25px;
margin-bottom: 25px;
}
}
.widget--footer .widgettitle,
.widget--footer .widget-title {
font-size: 17px;
color: #000000;
margin: 30px 0 15px;
font-weight: 600;
text-transform: uppercase;
}
@media (max-width: 767px) {
.widget--footer .widgettitle,
.widget--footer .widget-title {
margin-top: 25px;
margin-bottom: 25px;
}
}
.widget--footer .widget__headline {
color: #bebebe;
font-weight: 700;
}
@media (max-width: 767px) {
.widget--footer .widget__btn {
display: none;
}
}
.widget--footer .widget__more {
border: 2px solid #bebebe;
padding: 5px 10px;
display: inline-block;
}
.widget--footer .widget__more:hover {
color: #bebebe;
}
.widget--footer .widget__more:active {
background: none;
}
.widget--footer .widget__content {
color: #bebebe;
}
@media print {
.widget--attachments {
display: none;
}
}
@media print {
.widget--video-tour {
display: none;
}
} .worker__name {
margin: 7px 0 7px;
text-transform: uppercase;
font-size: 24px;
color: #000000;
font-weight: 600;
}
@media (max-width: 767px) {
.worker__name {
font-size: 17px;
margin-bottom: 0;
}
}
.worker__post {
padding: 10px 0;
}
@media (max-width: 767px) {
.worker__post {
padding: 3px 0;
border: none;
}
}
.worker__tel {
margin: 10px 0 10px 0;
font-size: 20px;
color: #000000;
font-weight: 600;
text-decoration: none;
}
.worker__tel:hover {
text-decoration: none;
color: #000000;
}
@media (max-width: 767px) {
.worker__tel {
font-size: 17px;
margin: 5px 0 0 0;
}
}
.worker__contacts {
color: #121717;
}
.worker__contacts a {
font-weight: 600;
color: #000000;
margin-left: 5px;
}
.worker__contacts a:first-child {
margin-left: 0 !important;
}
.worker__contacts dd {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.worker__link:hover {
text-decoration: none;
}
.worker__listings a {
font-weight: 600;
margin-left: 5px;
}
.worker__favorites {
font-style: normal;
margin-right: 10px;
}
.worker__favorites:before {
font-size: 1em;
display: inline-block;
font-family: FontAwesome;
content: "";
}
.worker__favorites--highlight {
color: #121717;
}
.worker__avatar {
background: #e4e4e4;
margin: 20px auto 0;
max-width: 210px;
}
.worker__avatar img {
width: 100%;
}
.worker__avatar svg {
fill: #121717;
width: 85%;
margin: 0 auto 0;
display: block;
height: 130px;
}
.worker__avatar-upload {
text-align: center;
font-size: 13px;
color: #000000;
border: none;
background: none;
width: 100%;
display: block;
}
.worker__nav {
margin: 27px 0 0;
}
.worker__nav a {
text-transform: uppercase;
color: #121717;
display: block;
}
.worker__nav ul {
margin: 0;
padding: 0;
list-style: none;
}
.worker__show {
border: 1px solid #d6d6d6;
color: #000000;
text-align: center;
background: #fff;
margin: 15px auto 0;
padding: 6px 10px;
display: none;
width: 170px;
}
.worker__show:before {
font-size: 1em;
display: inline-block;
font-family: FontAwesome;
content: "";
margin-right: 10px;
}
.opened .worker__show {
display: none;
}
@media (max-width: 767px) {
.worker__show {
display: block;
}
}
.worker__intro-col:before,
.worker__intro-col:after {
content: " ";
display: table;
}
.worker__intro-col:after {
clear: both;
}
.worker__intro-head {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.worker__intro-name {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
}
.worker__intro-brand {
text-align: center;
}
.worker__more {
display: inline-block;
margin-bottom: 0;
text-align: center;
vertical-align: middle;
cursor: pointer;
background-image: none;
text-transform: uppercase;
text-decoration: none;
white-space: nowrap;
padding: 6px 20px;
font-size: 15px;
line-height: 1.6;
border-radius: 0;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
padding-left: 15px;
padding-right: 15px;
font-weight: 700;
font-size: 15px;
position: relative;
text-decoration: none;
border: 2px solid #121717;
background: none;
color: #121717;
width: 130px;
display: none;
background: none;
}
.worker__more:hover,
.worker__more:focus,
.worker__more.active {
color: #333;
text-decoration: none;
outline: none;
}
.worker__more:disabled,
.worker__more.disabled {
cursor: not-allowed;
}
.worker__more.progress {
overflow: visible;
height: auto;
-webkit-box-shadow: none;
box-shadow: none;
margin-bottom: 0;
}
.worker__more:after {
content: '';
position: absolute;
z-index: -1;
-webkit-transition: all 0.3s;
transition: all 0.3s;
left: 0;
right: 0;
text-align: center;
}
.worker__more.button--loading:before {
margin: 0 10px 0;
font-size: 14px;
display: inline-block;
font-family: FontAwesome;
content: "";
-webkit-animation: fa-spin 2s infinite linear;
animation: fa-spin 2s infinite linear;
}
.worker__more.has-error,
.worker__more.error {
-webkit-animation: shake 0.5s;
animation: shake 0.5s;
color: transparent !important;
}
.worker__more.has-error:after,
.worker__more.error:after {
content: "Error!";
-webkit-animation: scaleFromUp 0.5s;
animation: scaleFromUp 0.5s;
z-index: 1;
color: #e95b35;
}
.worker__more.has-success,
.worker__more.success {
color: transparent !important;
}
.worker__more.has-success:after,
.worker__more.success:after {
content: "Success!";
-webkit-animation: moveUp 0.5s;
animation: moveUp 0.5s;
z-index: 1;
color: #000000;
}
.button--loading-circle-o-notch .worker__more.button--loading:before {
content: "";
}
.button--loading-refresh .worker__more.button--loading:before {
content: "";
}
.button--loading-spinner .worker__more.button--loading:before {
content: "";
}
@media (min-width: 992px) {
.worker__more.hover,
.worker__more:hover {
border-color: #121717;
color: #121717;
}
}
.worker__more:active,
.worker__more.active {
-webkit-transform: translate3d(0, 1px, 0);
transform: translate3d(0, 1px, 0);
border-color: #121717;
background: #121717;
color: #fff;
-webkit-box-shadow: none;
box-shadow: none;
}
.worker__more:disabled,
.worker__more.disabled {
color: #ccc;
border-color: #efefef;
}
@media (max-width: 767px) {
.worker__more {
display: block;
margin: 10px auto 0;
}
}
@media (min-width: 1200px) {
.worker--index .worker__item:hover .worker__details {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
.worker--index .worker__item:hover .worker__link {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
}
@media (max-width: 1199px) {
.worker--index .worker__item {
padding: 0 30px;
}
}
@media (max-width: 767px) {
.worker--index .worker__item {
margin-bottom: 30px;
}
.worker--index .worker__item:last-of-type {
margin-bottom: 0;
}
}
@media (min-width: 1200px) {
.worker--index .worker__item.animate-end .worker__name,
.worker--index .worker__item.animate-end .worker__tel,
.worker--index .worker__item.animate-end .worker__more {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
opacity: 1;
}
}
.worker--index .worker__name {
margin-bottom: 0;
margin-top: 0;
color: #121717;
text-transform: none;
}
@media (min-width: 1200px) {
.worker--index .worker__name {
-webkit-transform: translateY(30px);
-ms-transform: translateY(30px);
transform: translateY(30px);
opacity: 0;
-webkit-transition: 0.5s;
transition: 0.5s;
}
}
@media (max-width: 767px) {
.worker--index .worker__name {
font-size: 20px;
}
}
.worker--index .worker__post {
padding-top: 5px;
padding-bottom: 5px;
text-transform: none;
font-weight: normal;
}
.worker--index .worker__photo {
position: relative;
overflow: hidden;
}
.worker--index .worker__info {
background: #fff;
text-align: center;
padding-top: 30px;
}
.worker--index .worker__more {
text-transform: uppercase;
font-size: 12px;
color: #a6a6a6;
display: block;
border: none;
width: 90px;
margin: 9px auto 0;
padding-bottom: 20px;
}
.worker--index .worker__more:hover,
.worker--index .worker__more:active {
background: none;
}
@media (min-width: 1200px) {
.worker--index .worker__more {
-webkit-transform: translateY(90px);
-ms-transform: translateY(90px);
transform: translateY(90px);
opacity: 0;
-webkit-transition: 0.5s;
transition: 0.5s;
}
}
.worker--index .worker__details {
position: absolute;
left: 0;
right: 0;
bottom: 0;
background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.8)));
background-image: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#CC000000', GradientType=0);
color: #fff;
text-align: center;
text-transform: uppercase;
font-weight: 700;
padding: 60px 0 0;
-webkit-transition: 0.3s;
transition: 0.3s;
-webkit-transform: translateY(100px);
-ms-transform: translateY(100px);
transform: translateY(100px);
}
@media (max-width: 767px) {
.worker--index .worker__details {
-webkit-transform: translateY(0px);
-ms-transform: translateY(0px);
transform: translateY(0px);
}
}
.worker--index .worker__links {
padding: 10px 0;
}
.worker--index .worker__link {
font-size: 20px;
color: #fff;
margin: 0 10px;
-webkit-transition: 0.3s;
transition: 0.3s;
}
.worker--index .worker__link:nth-child(1) {
-webkit-transform: translateY(50px);
-ms-transform: translateY(50px);
transform: translateY(50px);
}
.worker--index .worker__link:nth-child(2) {
-webkit-transform: translateY(200px);
-ms-transform: translateY(200px);
transform: translateY(200px);
}
.worker--index .worker__link:nth-child(3) {
-webkit-transform: translateY(300px);
-ms-transform: translateY(300px);
transform: translateY(300px);
}
.worker--index .worker__link:nth-child(4) {
-webkit-transform: translateY(400px);
-ms-transform: translateY(400px);
transform: translateY(400px);
}
.worker--index .worker__link-icon {
fill: #fff;
width: 18px;
height: 13px;
}
.worker--index .worker__tel {
margin: 9px 0 0 0;
color: #000000;
font-size: 17px;
font-weight: bold;
display: block;
}
.worker--index .worker__tel:hover {
color: #000000;
border: none;
}
@media (min-width: 1200px) {
.worker--index .worker__tel {
-webkit-transform: translateY(60px);
-ms-transform: translateY(60px);
transform: translateY(60px);
opacity: 0;
-webkit-transition: 0.5s;
transition: 0.5s;
}
}
.worker--sidebar-list .worker__name {
font-size: 15px;
text-align: left;
margin: 0;
}
.worker--sidebar-list .worker__post {
font-size: 14px;
border: none;
text-align: left;
font-weight: normal;
padding-top: 3px;
margin-bottom: 0;
}
.worker--sidebar-list .worker__photo {
position: relative;
float: left;
width: 41.66667%;
min-height: 1px;
padding-left: 15px;
padding-right: 15px;
padding: 0 !important;
margin: 0 0 10px 0;
float: none;
}
.worker--sidebar-list .worker__photo img {
display: block;
margin: 0;
}
.worker--sidebar-list .worker__tel {
clear: both;
font-size: 15px;
text-align: left;
margin: 0;
display: inline-block;
}
.worker--sidebar-list .worker__tel:hover {
color: #000000;
border-bottom-color: #000000;
}
.worker--card {
margin: 0 auto;
width: 50%;
}
@media (max-width: 991px) {
.worker--card {
width: 80%;
}
}
@media (max-width: 767px) {
.worker--card {
width: 100%;
}
}
.worker--card .worker__photo {
margin: 12px 0 0;
padding-left: 15px;
padding-right: 15px;
float: left;
width: 50%;
}
@media (max-width: 767px) {
.worker--card .worker__photo {
padding: 0;
margin: 0 auto;
float: none;
}
.worker--card .worker__photo img {
margin: 0;
}
}
.worker--card .worker__intro {
padding-left: 15px;
padding-right: 15px;
float: left;
}
@media (min-width: 768px) {
.worker--card .worker__intro {
width: 50%;
}
}
@media (max-width: 767px) {
.worker--card .worker__intro {
text-align: center;
}
}
.worker--card .worker__name {
font-size: 30px;
margin-top: 10px;
text-transform: none;
color: #121717;
}
.worker--card .worker__post {
font-size: 15px;
border: none;
font-weight: normal;
padding-top: 3px;
color: #606e7c;
}
.worker--card .worker__company {
display: block;
margin-top: 10px;
}
.worker--card .worker__company:hover {
text-decoration: none;
}
.worker--card .worker__company-name {
display: block;
color: #606e7c;
font-weight: 600;
margin-top: 5px;
}
.worker--card .worker__more {
margin-top: 30px;
display: block;
font-size: 12px;
width: 150px;
margin-left: 0;
}
@media (max-width: 767px) {
.worker--card .worker__more {
margin-left: auto;
}
}
.worker--list .worker__photo {
position: relative;
min-height: 1px;
padding-left: 15px;
padding-right: 15px;
margin: 0;
padding-right: 30px;
padding-left: 0;
}
@media (min-width: 1200px) {
.worker--list .worker__photo {
float: left;
width: 33.33333%;
}
}
@media (max-width: 1199px) {
.worker--list .worker__photo {
padding: 0;
width: 50%;
margin-bottom: 20px;
}
}
@media (max-width: 767px) {
.worker--list .worker__photo {
width: 60%;
margin: 0 auto;
}
}
.worker--list .worker__show {
display: none;
}
.worker--list .worker__intro {
position: relative;
min-height: 1px;
padding-left: 15px;
padding-right: 15px;
padding-left: 0;
padding-right: 0;
margin-bottom: 11px;
}
@media (min-width: 1200px) {
.worker--list .worker__intro {
float: left;
width: 66.66667%;
}
}
@media (max-width: 1199px) {
.worker--list .worker__intro {
margin-bottom: 0;
}
}
.worker--list .worker__name {
border: none;
margin: -4px 0 5px 0;
}
@media (max-width: 767px) {
.worker--list .worker__name {
text-align: center;
margin: 15px 0 5px;
}
}
.worker--list .worker__post {
position: relative;
min-height: 1px;
padding-left: 15px;
padding-right: 15px;
border: 0;
padding: 0;
margin-bottom: 13px;
}
@media (min-width: 1200px) {
.worker--list .worker__post {
float: left;
width: 50%;
}
}
@media (max-width: 1199px) {
.worker--list .worker__post {
margin-bottom: 3px;
}
}
@media (max-width: 767px) {
.worker--list .worker__post {
text-align: center;
}
}
.worker--list .worker__listings {
position: relative;
min-height: 1px;
padding-left: 15px;
padding-right: 15px;
padding-right: 0;
text-align: right;
}
@media (min-width: 1200px) {
.worker--list .worker__listings {
float: left;
width: 50%;
}
}
@media (max-width: 1199px) {
.worker--list .worker__listings {
margin-bottom: 13px;
text-align: left;
padding-left: 0;
}
}
@media (max-width: 767px) {
.worker--list .worker__listings {
padding: 0 30px;
text-align: center;
margin-bottom: 0;
}
}
.worker--list .worker__intro-head {
background: url(//www.flowrealproperty.be/hosting/2324-flow/wp-content/themes/realtyspace/public/img/bg-border-dotted-horizontal.png) 0 100% repeat-x;
display: block;
}
.worker--list .worker__intro-head:before,
.worker--list .worker__intro-head:after {
content: " ";
display: table;
}
.worker--list .worker__intro-head:after {
clear: both;
}
@media (max-width: 767px) {
.worker--list .worker__intro-head {
background: none;
}
}
.worker--list .worker__intro-row {
clear: both;
}
.worker--list .worker__intro-row:before,
.worker--list .worker__intro-row:after {
content: " ";
display: table;
}
.worker--list .worker__intro-row:after {
clear: both;
}
@media (max-width: 767px) {
.worker--list .worker__intro-row {
border-top: none;
text-align: center;
}
}
.worker--list .worker__intro-col {
position: relative;
min-height: 1px;
padding-left: 15px;
padding-right: 15px;
padding: 0;
}
@media (min-width: 768px) {
.worker--list .worker__intro-col {
float: left;
width: 50%;
}
}
.worker--list .worker__contacts {
margin-top: 13px;
}
.worker--list .worker__descr {
line-height: 1.5;
margin-top: 15px;
}
@media (max-width: 1199px) {
.worker--list .worker__descr p:last-of-type {
margin-bottom: 0;
}
}
.worker--list .social--worker {
padding-bottom: 10px;
padding-right: 0;
width: 100%;
float: none;
-webkit-box-pack: inherit;
-ms-flex-pack: inherit;
justify-content: inherit;
display: block;
text-align: right;
}
@media (max-width: 767px) {
.worker--list .social--worker {
padding-right: 0;
margin-right: 0 !important;
-ms-flex-pack: distribute;
justify-content: space-around;
}
}
.worker--list .social__item {
margin-left: 20px !important;
float: none;
}
.worker--details .worker__item {
float: none;
}
@media (max-width: 767px) {
.worker--details .worker__show {
display: block;
padding: 6px 10px;
margin: 15px auto 0;
}
.worker--details .worker__intro-row {
display: none;
}
.opened .worker--details .worker__intro-row {
display: block;
}
.worker--details .worker__intro-name {
-webkit-box-flex: inherit;
-ms-flex: inherit;
flex: inherit;
width: 100%;
}
.worker--details .worker__descr {
display: none;
}
.opened .worker--details .worker__descr {
display: block;
}
.worker--details .worker__listings {
display: none;
}
.opened .worker--details .worker__listings {
display: block;
}
.worker--details .worker__intro-brand {
display: none;
}
.opened .worker--details .worker__intro-brand {
display: block;
}
.worker--details .worker__form {
display: none;
padding-bottom: 20px;
}
.opened .worker--details .worker__form {
display: block;
}
.worker--details.opened .worker__show {
display: none;
}
.worker--details.opened .worker__intro-row {
display: block;
}
.worker--details.opened .worker__intro-brand {
display: block;
width: 100%;
}
.worker--details.opened .worker__descr {
display: block;
}
.worker--details.opened .worker__listings {
display: block;
}
.worker--details.opened .worker__form {
display: block;
}
}
.worker--details .worker__item {
border-bottom: none;
padding-bottom: 0;
margin-bottom: 15px;
}
@media (max-width: 767px) {
.worker--details .worker__item {
border-bottom: none;
padding-bottom: 0;
margin-bottom: 0;
margin-top: 30px;
}
}
@media print {
.worker--details .worker__photo {
display: none;
}
}
@media print {
.worker--details .worker__show {
display: none;
}
}
.worker--details .worker__name {
text-transform: none;
font-size: 30px;
}
@media print {
.worker--details .worker__name {
text-align: left;
margin: 0;
}
}
.worker--details .worker__intro {
margin-bottom: 0;
}
@media print {
.worker--details .worker__descr {
display: block !important;
}
}
.worker--details .worker__company-name {
font-size: 17px;
margin-top: 5px;
}
.worker--details .worker__post {
margin-top: 7px;
}
@media print {
.worker--details .worker__post {
text-align: left;
}
}
.worker--details .worker__intro-head {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.worker--details .worker__intro-row {
padding: 0;
}
@media (max-width: 767px) {
.worker--details .worker__intro-row {
text-align: left;
}
}
@media print {
.worker--details .worker__intro-row {
display: block !important;
}
}
.worker--details .social--worker {
margin-top: 16px;
}
@media (max-width: 767px) {
.worker--details .social--worker {
text-align: center;
}
.worker--details .social--worker .social__item {
margin-left: 0;
}
}
@media (max-width: 767px) {
.worker--details .widget--details {
display: none;
}
}
.opened .worker--details .widget--details {
display: block;
}
.worker--grid .worker__photo {
margin: 0;
}
@media (max-width: 767px) {
.worker--grid .worker__photo {
width: 60%;
margin: 0 auto;
}
}
.worker--grid .worker__name {
border: none;
margin: 15px 0 8px 0;
padding: 0;
}
@media (max-width: 767px) {
.worker--grid .worker__name {
text-align: center;
margin: 15px 0 5px;
}
}
.worker--grid .worker__show {
display: none;
}
.worker--grid .worker__post {
border: 0;
padding: 0 0 10px;
}
@media (max-width: 767px) {
.worker--grid .worker__post {
text-align: center;
}
}
@media (max-width: 767px) {
.worker--grid .worker__more {
margin: 0 auto;
}
}
.worker--grid .worker__listings {
border-top: 1px solid #d6d6d6;
padding: 17px 0 0;
margin-top: 2px;
}
@media (max-width: 767px) {
.worker--grid .worker__listings {
text-align: center;
margin: 0 10%;
padding-top: 10px;
}
}
.worker--grid .worker__descr {
margin-top: 7px;
line-height: 1.5;
clear: both;
max-height: 200px;
overflow: hidden;
padding-right: 0;
padding-left: 0;
}
.worker--grid .worker__descr p {
margin-bottom: 0;
}
@media (max-width: 767px) {
.worker--grid .worker__descr {
height: auto;
margin: 7px 10% 15px;
text-align: center;
}
}
.worker--advanced:before,
.worker--advanced:after {
content: " ";
display: table;
}
.worker--advanced:after {
clear: both;
}
@media (max-width: 767px) {
.worker--advanced.opened .worker__item {
margin-top: 0;
border-bottom: none;
}
.worker--advanced.opened .worker__intro-row {
display: block;
}
.worker--advanced.opened .worker__descr {
display: block;
}
.worker--advanced.opened .worker__listings {
display: block;
text-align: center;
}
.worker--advanced.opened .worker__form {
display: block;
}
}
.worker--advanced .worker__item {
width: 100%;
text-align: left;
margin: 0;
padding: 0;
}
.worker--advanced .worker__item:before,
.worker--advanced .worker__item:after {
content: " ";
display: table;
}
.worker--advanced .worker__item:after {
clear: both;
}
@media (max-width: 767px) {
.worker--advanced .worker__item {
margin-top: 0;
}
}
.worker--advanced .worker__form {
clear: both;
}
.worker--advanced .worker__photo {
margin: 6px 0 0;
}
.worker--advanced .worker__name {
border: none;
margin: 0;
text-align: center;
}
.worker--advanced .worker__name a:hover {
text-decoration: none;
}
.worker--advanced .worker__nav {
clear: both;
}
.worker--advanced .worker__nav li:first-child {
margin-top: 5px;
}
.worker--advanced .worker__post {
border: 0;
padding: 0;
text-align: center;
padding-top: 2px;
padding-bottom: 7px;
}
.worker--advanced .worker__post:before {
content: " ";
border-top: 1px solid #d6d6d6;
width: 50%;
margin: 8px auto;
display: block;
}
.worker--advanced .worker__listings {
padding: 10px 0 13px;
border-bottom: 1px dotted #d6d6d6;
margin-bottom: 1px;
}
@media (max-width: 767px) {
.worker--advanced .worker__listings {
display: none;
}
}
.worker--advanced .worker__listings a {
font-weight: 600;
}
.worker--advanced .worker__intro-row:before,
.worker--advanced .worker__intro-row:after {
content: " ";
display: table;
}
.worker--advanced .worker__intro-row:after {
clear: both;
}
@media (max-width: 767px) {
.worker--advanced .worker__intro-row {
display: none;
}
}
.worker--advanced .worker__intro-col {
padding: 0;
}
.worker--advanced .worker__contacts {
margin-top: 13px;
}
@media (max-width: 767px) {
.worker--advanced .worker__contacts {
text-align: center;
}
}
.worker--advanced .worker__descr {
line-height: 1.5;
}
@media (max-width: 767px) {
.worker--advanced .worker__descr {
display: none;
}
}
@media (max-width: 767px) {
.worker--advanced .worker__form {
display: none;
}
}
.worker--advanced .social--worker {
width: 100%;
float: none;
margin-top: 10px;
}
@media (max-width: 767px) {
.worker--advanced .social--worker {
-ms-flex-pack: distribute;
justify-content: space-around;
}
}
.worker--footer .worker__contacts > div {
color: #bebebe;
}
.worker--footer .worker__contacts > div > a {
color: #bebebe;
}
.worker--profile {
margin-top: 0;
}
.worker--profile .worker__item {
margin-left: -15px;
margin-right: -15px;
width: auto;
float: none;
text-align: left;
padding: 0;
margin-bottom: 0;
}
.worker--profile .worker__item:before,
.worker--profile .worker__item:after {
content: " ";
display: table;
}
.worker--profile .worker__item:after {
clear: both;
}
.worker--profile .worker__photo {
padding-left: 15px;
padding-right: 15px;
float: left;
width: 100%;
margin: 0;
}
@media (min-width: 992px) {
.worker--profile .worker__photo {
width: 33.33333%;
}
}
.worker--profile .worker__show {
display: none;
}
.worker--profile .worker__intro {
padding-left: 15px;
padding-right: 15px;
float: left;
width: 100%;
}
@media (min-width: 992px) {
.worker--profile .worker__intro {
width: 66.66667%;
}
}
@media (max-width: 991px) {
.worker--profile .worker__intro {
margin-top: 15px;
}
}
.worker--profile .worker__name {
font-size: 30px;
margin-top: 0;
text-transform: none;
color: #121717;
}
.worker--profile .worker__post {
font-size: 15px;
border: none;
font-weight: normal;
padding-top: 3px;
color: #606e7c;
}
.worker--profile .worker__company {
display: block;
float: left;
}
.worker--profile .worker__company:hover {
text-decoration: none;
}
.worker--profile .worker__company-name {
display: block;
color: #606e7c;
font-weight: 600;
float: left;
margin-top: 10px;
margin-left: 15px;
}
.worker--profile .worker__contacts {
clear: both;
background: url(//www.flowrealproperty.be/hosting/2324-flow/wp-content/themes/realtyspace/public/img/bg-border-dotted-horizontal.png) 0 0 repeat-x;
margin-top: 20px;
padding-top: 15px;
}
.worker--profile .worker__contacts:before,
.worker--profile .worker__contacts:after {
content: " ";
display: table;
}
.worker--profile .worker__contacts:after {
clear: both;
}
.worker--profile .worker__contacts span {
margin-top: 5px;
display: block;
}
@media (max-width: 767px) {
.worker--profile .worker__contacts span {
display: inline-block;
width: 20%;
}
}
.worker--profile .worker__contacts a {
display: block;
margin-left: 0;
}
@media (max-width: 767px) {
.worker--profile .worker__contacts a {
display: inline-block;
margin-left: 10px;
}
}
.worker--profile .worker__intro-col {
padding-left: 15px;
padding-right: 15px;
float: left;
padding: 0;
}
@media (min-width: 1200px) {
.worker--profile .worker__intro-col {
width: 50%;
}
}
.worker--profile .social--worker {
margin-top: 20px;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
}
@media (max-width: 991px) {
.worker--profile .social--worker {
float: none;
}
}
.worker--profile .social--worker .social__item {
margin-right: 30px;
} .article__photo {
position: relative;
display: block;
}
.article__photo img {
max-width: 100%;
width: 100%;
}
.article__item-info {
margin-left: 60px;
margin-right: 150px;
}
.article__item-title {
font-size: 20px;
color: #121717;
margin: -8px 0 0 0;
display: inline-block;
font-weight: 600;
word-break: break-all;
}
.article__item-title:hover {
color: #121717;
}
@media (max-width: 767px) {
.article__item-title {
margin-top: 21px;
font-size: 16px;
line-height: 1.4;
}
}
.article__item-title a {
color: #121717;
}
.article__intro {
margin: 6px 0 14px 0;
}
@media (max-width: 767px) {
.article__intro {
margin-top: 5px;
line-height: 1.4;
overflow: hidden;
position: relative;
}
}
.article__intro > :last-child {
margin-bottom: 0;
}
.article__intro ul li {
margin: 10px 0;
}
.article__more {
display: inline-block;
margin-bottom: 0;
text-align: center;
vertical-align: middle;
cursor: pointer;
background-image: none;
text-transform: uppercase;
text-decoration: none;
white-space: nowrap;
padding: 6px 20px;
font-size: 15px;
line-height: 1.6;
border-radius: 0;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
padding-left: 15px;
padding-right: 15px;
font-weight: 700;
font-size: 15px;
position: relative;
text-decoration: none;
border: 2px solid #121717;
background: none;
color: #121717;
margin: 10px 0 10px 0;
font-size: 12px;
width: auto;
}
.article__more:hover,
.article__more:focus,
.article__more.active {
color: #333;
text-decoration: none;
outline: none;
}
.article__more:disabled,
.article__more.disabled {
cursor: not-allowed;
}
.article__more.progress {
overflow: visible;
height: auto;
-webkit-box-shadow: none;
box-shadow: none;
margin-bottom: 0;
}
.article__more:after {
content: '';
position: absolute;
z-index: -1;
-webkit-transition: all 0.3s;
transition: all 0.3s;
left: 0;
right: 0;
text-align: center;
}
.article__more.button--loading:before {
margin: 0 10px 0;
font-size: 14px;
display: inline-block;
font-family: FontAwesome;
content: "";
-webkit-animation: fa-spin 2s infinite linear;
animation: fa-spin 2s infinite linear;
}
.article__more.has-error,
.article__more.error {
-webkit-animation: shake 0.5s;
animation: shake 0.5s;
color: transparent !important;
}
.article__more.has-error:after,
.article__more.error:after {
content: "Error!";
-webkit-animation: scaleFromUp 0.5s;
animation: scaleFromUp 0.5s;
z-index: 1;
color: #e95b35;
}
.article__more.has-success,
.article__more.success {
color: transparent !important;
}
.article__more.has-success:after,
.article__more.success:after {
content: "Success!";
-webkit-animation: moveUp 0.5s;
animation: moveUp 0.5s;
z-index: 1;
color: #000000;
}
.button--loading-circle-o-notch .article__more.button--loading:before {
content: "";
}
.button--loading-refresh .article__more.button--loading:before {
content: "";
}
.button--loading-spinner .article__more.button--loading:before {
content: "";
}
@media (min-width: 992px) {
.article__more.hover,
.article__more:hover {
border-color: #121717;
color: #121717;
}
}
.article__more:active,
.article__more.active {
-webkit-transform: translate3d(0, 1px, 0);
transform: translate3d(0, 1px, 0);
border-color: #121717;
background: #121717;
color: #fff;
-webkit-box-shadow: none;
box-shadow: none;
}
.article__more:disabled,
.article__more.disabled {
color: #ccc;
border-color: #efefef;
}
@media (max-width: 767px) {
.article__more {
width: auto;
}
}
.article__time {
position: absolute;
top: 0;
right: 0;
background: #121717;
color: #fff;
display: block;
width: 50px;
text-align: center;
padding: 10px 0;
line-height: 1;
font-weight: 600;
text-transform: uppercase;
}
@media (max-width: 767px) {
.article__time {
right: 0;
}
}
.article__time strong {
display: block;
font-size: 20px;
}
.article__btn-more {
position: relative;
border: 1px solid #d6d6d6;
text-align: center;
display: block;
padding: 7px 20px;
text-transform: uppercase;
color: #121717;
text-decoration: none;
vertical-align: middle;
line-height: 1.6;
font-weight: 600;
margin: 0 auto;
}
.article__btn-more:after {
content: '';
position: absolute;
z-index: -1;
-webkit-transition: all 0.3s;
transition: all 0.3s;
left: 0;
right: 0;
text-align: center;
}
.article__btn-more.button--loading:before {
margin: 0 10px 0;
font-size: 14px;
display: inline-block;
font-family: FontAwesome;
content: "";
-webkit-animation: fa-spin 2s infinite linear;
animation: fa-spin 2s infinite linear;
}
.article__btn-more.has-error,
.article__btn-more.error {
-webkit-animation: shake 0.5s;
animation: shake 0.5s;
color: transparent !important;
}
.article__btn-more.has-error:after,
.article__btn-more.error:after {
content: "Error!";
-webkit-animation: scaleFromUp 0.5s;
animation: scaleFromUp 0.5s;
z-index: 1;
color: #e95b35;
}
.article__btn-more.has-success,
.article__btn-more.success {
color: transparent !important;
}
.article__btn-more.has-success:after,
.article__btn-more.success:after {
content: "Success!";
-webkit-animation: moveUp 0.5s;
animation: moveUp 0.5s;
z-index: 1;
color: #000000;
}
.button--loading-circle-o-notch .article__btn-more.button--loading:before {
content: "";
}
.button--loading-refresh .article__btn-more.button--loading:before {
content: "";
}
.button--loading-spinner .article__btn-more.button--loading:before {
content: "";
}
.article__btn-more.hover,
.article__btn-more:hover {
border-color: #121717;
color: #121717;
text-decoration: none;
}
.article__btn-more:active,
.article__btn-more.active {
-webkit-transform: translate3d(0, 1px, 0);
transform: translate3d(0, 1px, 0);
border-color: #121717;
background: #121717;
color: #fff;
-webkit-box-shadow: none;
box-shadow: none;
}
.article__btn-more:focus,
.article__btn-more.focus {
text-decoration: none;
outline: none;
}
.article__btn-more:disabled,
.article__btn-more.disabled {
cursor: not-allowed;
color: #ccc;
border-color: #efefef;
}
.article__btn-more.progress {
overflow: visible;
height: auto;
-webkit-box-shadow: none;
box-shadow: none;
margin-bottom: 0;
}
@media (max-width: 767px) {
.article__btn-more {
margin-top: 30px;
}
}
.article__comment {
float: right;
color: #121717;
margin: 8px 0 0;
}
.article__comment:hover {
color: #121717;
}
.article__comment .fa {
color: #000000;
margin: 0 21px 0 0;
font-size: 25px;
}
.article__tags a {
color: #000000;
text-decoration: underline;
margin-left: 5px;
}
.article__post-format {
text-transform: uppercase;
color: #121717;
float: left;
margin: 3px 3px 0 0;
}
.article__post-format .fa {
margin-right: 5px;
}
.article__post-format:hover {
text-decoration: none;
}
.article__preview {
margin: 30px 0 0;
position: relative;
display: block;
}
.article__preview img {
max-width: 100%;
display: block;
margin: 0 auto;
height: auto;
}
.article iframe {
max-width: 100%;
}
@media (max-width: 1199px) {
.article iframe {
height: 360px;
}
}
@media (max-width: 991px) {
.article iframe {
height: 315px;
}
}
.article p {
margin: 13px 0;
}
.article blockquote {
font-style: italic;
margin: 13px 0 10px 60px;
display: block;
}
@media (max-width: 991px) {
.article blockquote {
margin-left: 20px;
}
}
.article img {
max-width: 100%;
}
@media (max-width: 767px) {
.article img {
float: none !important;
margin: 0 auto 10px !important;
display: block;
}
}
.article table {
border: 1px solid #d6d6d6;
width: 100%;
max-width: 100%;
}
.article table > thead {
background: #f6f6f6;
}
.article table > thead > tr {
background: #f6f6f6;
}
.article table > thead > tr:nth-child(2n-1) {
background: #fafafa;
}
.article table > thead > tr:nth-child(2n-1) > th,
.article table > thead > tr:nth-child(2n-1) > td {
border: 1px solid #d6d6d6;
padding: 20px 30px;
}
@media (max-width: 767px) {
.article table > thead > tr:nth-child(2n-1) > th,
.article table > thead > tr:nth-child(2n-1) > td {
padding: 5px;
}
}
.article table > thead > tr:nth-child(2n-1) > th {
font-size: 13px;
text-transform: uppercase;
border-bottom-width: 1px !important;
}
.article table > tbody > tr > td {
font-size: 15px;
border: 1px solid #d6d6d6;
padding: 20px 30px;
}
@media (max-width: 767px) {
.article table > tbody > tr > td {
padding: 5px;
}
}
.article table > thead > tr > th,
.article table > thead > tr > td,
.article table > tbody > tr > th,
.article table > tbody > tr > td,
.article table > tfoot > tr > th,
.article table > tfoot > tr > td {
padding: 8px;
line-height: 1.6;
vertical-align: top;
border-top: 1px solid #ddd;
}
.article .wp-block-button {
margin-top: 5px;
margin-bottom: 20px;
}
.article .wp-block-cover p {
color: #fff;
}
.article .wp-block-gallery.alignleft,
.article .blocks-gallery-grid.alignleft {
margin-right: 20px;
}
.article__preview-play {
position: absolute;
background: rgba(0, 0, 0, 0.7);
top: 50%;
left: 50%;
width: 76px;
height: 76px;
margin: -80px 0 0 -38px;
text-align: center;
border: none;
}
.article__preview-play:before {
font-size: 3em;
display: inline-block;
font-family: FontAwesome;
content: "";
color: #fff;
}
@media (max-width: 767px) {
.article__preview-play {
display: none;
}
}
.article__footer {
border-top: 1px solid #dedede;
border-bottom: 1px solid #dedede;
padding: 20px 0;
margin: 46px 0 0;
clear: both;
}
.article__footer:before,
.article__footer:after {
content: " ";
display: table;
}
.article__footer:after {
clear: both;
}
.article__footer .article__tags {
margin: 10px 0 !important;
}
.article__body {
margin-top: 30px;
}
.article__body ul {
margin: 15px 0;
}
.article__body ul li {
margin: 10px 0;
}
.article__item-header {
overflow: hidden;
}
.article__actions {
opacity: 0;
visibility: hidden;
-webkit-transition: 0.3s;
transition: 0.3s;
}
.article:hover .article__actions {
opacity: 1;
visibility: visible;
}
@media (max-width: 1199px) {
.article__actions {
opacity: 1;
visibility: visible;
}
}
.article__link {
font-size: 13px;
color: #000000;
border: none;
background: none;
text-transform: uppercase;
vertical-align: top;
}
.article__meta {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.article .article__tags.post__author {
margin-right: 15px !important;
}
.article--grid .article__item-title {
margin: 14px 0 0 0;
line-height: 1.2;
}
@media (max-width: 767px) {
.article--grid .article__intro {
margin-bottom: 5px;
}
}
.article--grid .article__more {
margin-bottom: 0;
margin-top: 0;
}
.article--sidebar .article__item-title {
line-height: 1.2;
}
.article--sidebar .article__time {
font-size: 14px;
color: #121717;
margin: 5px 0;
display: block;
background: none;
position: relative;
top: auto;
right: auto;
text-align: left;
width: auto;
padding: 0;
}
.article--sidebar .article__details {
width: 100%;
padding: 0;
}
.article--sidebar .article__item-title {
margin-top: 0;
}
.article--sidebar .article__intro {
font-weight: normal;
margin-bottom: 0;
}
.article--sidebar .article__more {
margin: 0;
}
.article--list .article__item {
position: relative;
padding: 0;
}
.article--list .article__item.sticky {
border: 30px solid #121717;
padding: 20px;
}
.article--list .article__time {
position: relative;
right: auto;
width: 50px;
float: left;
}
.article--list .article__item-title {
margin: 0;
display: block;
}
.article--list .article__item-title:hover {
-webkit-box-shadow: none;
box-shadow: none;
}
@media (max-width: 1199px) {
.article--list .article__item-title {
margin-right: 30px;
}
}
@media (max-width: 767px) {
.article--list .article__item-title {
margin-top: 0;
}
}
.article--list .article__tags {
margin: 2px 0 0;
}
.article--list .article__item.sticky .article__preview {
margin: 30px -20px 0;
}
@media (max-width: 767px) {
.article--list .article__preview {
margin-bottom: 0;
}
}
.article--list .article__intro {
margin: 20px 0 0 0;
}
@media (max-width: 767px) {
.article--list .article__intro {
margin: 20px 0 0 0;
}
.article--list .article__intro:after {
background: -webkit-gradient(linear, left top, left bottom, from(rgba(246, 246, 246, 0)), to(#f6f6f6));
background: linear-gradient(to bottom, rgba(246, 246, 246, 0) 0%, #f6f6f6 100%);
}
}
.article--list .article__more {
margin-bottom: 0;
}
@media (max-width: 1199px) {
.article--list .article__item-info {
margin-right: 40px;
}
}
@media (max-width: 1199px) {
.article--list .article__comment {
position: absolute;
top: 0;
right: 0;
line-height: 25px;
vertical-align: top;
width: 25px;
height: 25px;
overflow: hidden;
}
}
.article--details .article__time {
position: relative;
right: auto;
width: 50px;
float: left;
}
.article--details .article__item-header {
margin-top: 30px;
}
.article--details .article__item-title {
margin: 0;
display: block;
}
.article--details .article__item-title:hover {
-webkit-box-shadow: none;
box-shadow: none;
}
@media (max-width: 767px) {
.article--details .article__item-title {
top: 0;
}
}
@media (max-width: 1199px) {
.article--details .article__item-info {
margin-right: 0;
}
}
.article--details .article__tags {
margin: 5px 0 0 !important;
}
@media (max-width: 1199px) {
.article--details .article__comment {
display: none;
}
}
.article--footer {
width: 100%;
}
.article--footer .article__details {
width: 100%;
padding: 0;
}
.article--footer .article__time {
font-size: 14px !important;
color: #808080 !important;
display: block;
background: none;
position: relative;
top: auto;
right: auto;
text-align: left;
width: auto;
padding: 0;
}
.article--footer .article__btn-more {
font-size: 12px;
color: #bebebe;
border: 2px solid #bebebe;
padding: 5px 10px;
margin: 10px 0;
width: 120px;
background: none;
}
.article--footer .article__btn-more:before {
content: "";
margin: 0;
}
.article--footer .article__item-title {
margin-bottom: 0 !important;
margin-top: 0;
font-size: 15px;
}
.article--footer .article__item-title:hover {
border-bottom: none;
-webkit-box-shadow: none;
box-shadow: none;
text-decoration: underline;
color: #bebebe;
}
.article--feed .article__item-title {
margin: 0;
line-height: 1.2;
font-size: 17px;
}
.article--feed .article__photo {
padding-left: 15px;
padding-right: 15px;
float: left;
width: 100%;
padding: 0;
}
@media (min-width: 992px) {
.article--feed .article__photo {
width: 25%;
}
}
.article--feed .article__intro {
font-size: 13px;
}
.article--feed .article__details {
padding-left: 15px;
padding-right: 15px;
float: left;
width: 100%;
}
@media (min-width: 992px) {
.article--feed .article__details {
width: 75%;
}
}
@media (max-width: 991px) {
.article--feed .article__details {
padding: 0;
margin-top: 15px;
}
}
.article--feed .article__more {
margin-bottom: 0;
margin-top: 0;
border-width: 1px;
}
.article--management .article__item-title {
margin: 14px 0 0 0;
line-height: 1.2;
font-size: 17px;
}
.article--management .article__intro {
font-size: 13px;
}
@media (max-width: 767px) {
.article--management .article__intro {
margin-bottom: 5px;
}
}
.article--management .article__more {
margin-bottom: 0;
margin-top: 0;
border-width: 1px;
} .article-categories__list ul {
list-style: none;
margin: 0;
padding: 0;
}
.article-categories__item:last-child .article-categories__name {
border-bottom: none;
}
.article-categories__name {
color: #121717;
padding: 14px 0;
border-bottom: 1px solid #dedede;
display: block;
}
.article-categories__name:before,
.article-categories__name:after {
content: " ";
display: table;
}
.article-categories__name:after {
clear: both;
}
.article-categories__count {
color: #000000;
float: right;
font-size: 13px;
} .form:before,
.form:after {
content: " ";
display: table;
}
.form:after {
clear: both;
}
.form .control-label,
.dsidx-resp-area label {
text-transform: uppercase;
width: 100%;
display: block;
margin-bottom: 10px;
font-weight: 600;
}
.form .form-control {
position: relative;
z-index: 5;
}
.form .form-control.wpcf7-not-valid,
.form .form-control.parsley-error {
border: 1px solid #e95b35 !important;
}
.auth__nav-item:not(.open) .form .form-control {
background: none !important;
}
.form hr {
width: 100%;
margin-top: 0;
}
.form__submit,
.comment-form .submit {
display: inline-block;
margin-bottom: 0;
text-align: center;
vertical-align: middle;
cursor: pointer;
background-image: none;
text-transform: uppercase;
text-decoration: none;
white-space: nowrap;
padding: 6px 20px;
font-size: 15px;
line-height: 1.6;
border-radius: 0;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
padding-left: 15px;
padding-right: 15px;
font-weight: 700;
font-size: 15px;
position: relative;
border: none;
border-bottom: 4px solid #848991;
background: #121717;
color: #f2f2f2;
padding-left: 30px;
padding-right: 30px;
}
.form__submit:hover,
.comment-form .submit:hover,
.form__submit:focus,
.comment-form .submit:focus,
.form__submit.active,
.comment-form .active.submit {
color: #333;
text-decoration: none;
outline: none;
}
.form__submit:disabled,
.comment-form .submit:disabled,
.form__submit.disabled,
.comment-form .disabled.submit {
cursor: not-allowed;
}
.form__submit.progress,
.comment-form .progress.submit {
overflow: visible;
height: auto;
-webkit-box-shadow: none;
box-shadow: none;
margin-bottom: 0;
}
.form__submit:after,
.comment-form .submit:after {
content: '';
position: absolute;
z-index: -1;
-webkit-transition: all 0.3s;
transition: all 0.3s;
left: 0;
right: 0;
text-align: center;
}
.form__submit.button--loading:before,
.comment-form .button--loading.submit:before {
margin: 0 10px 0;
font-size: 14px;
display: inline-block;
font-family: FontAwesome;
content: "";
-webkit-animation: fa-spin 2s infinite linear;
animation: fa-spin 2s infinite linear;
}
.form__submit.has-error,
.comment-form .has-error.submit,
.form__submit.error,
.comment-form .error.submit {
-webkit-animation: shake 0.5s;
animation: shake 0.5s;
color: transparent !important;
}
.form__submit.has-error:after,
.comment-form .has-error.submit:after,
.form__submit.error:after,
.comment-form .error.submit:after {
content: "Error!";
-webkit-animation: scaleFromUp 0.5s;
animation: scaleFromUp 0.5s;
z-index: 1;
color: #e95b35;
}
.form__submit.has-success,
.comment-form .has-success.submit,
.form__submit.success,
.comment-form .success.submit {
color: transparent !important;
}
.form__submit.has-success:after,
.comment-form .has-success.submit:after,
.form__submit.success:after,
.comment-form .success.submit:after {
content: "Success!";
-webkit-animation: moveUp 0.5s;
animation: moveUp 0.5s;
z-index: 1;
color: #000000;
}
.button--loading-circle-o-notch .form__submit.button--loading:before,
.button--loading-circle-o-notch .comment-form .button--loading.submit:before,
.comment-form .button--loading-circle-o-notch .button--loading.submit:before {
content: "";
}
.button--loading-refresh .form__submit.button--loading:before,
.button--loading-refresh .comment-form .button--loading.submit:before,
.comment-form .button--loading-refresh .button--loading.submit:before {
content: "";
}
.button--loading-spinner .form__submit.button--loading:before,
.button--loading-spinner .comment-form .button--loading.submit:before,
.comment-form .button--loading-spinner .button--loading.submit:before {
content: "";
}
.form__submit.hover,
.comment-form .hover.submit,
.form__submit:hover,
.comment-form .submit:hover {
border-bottom: 4px solid #121717;
color: #f2f2f2;
background: #121717;
}
.form__submit:focus,
.comment-form .submit:focus,
.form__submit:active:focus,
.comment-form .submit:active:focus,
.form__submit:active,
.comment-form .submit:active,
.form__submit.active,
.comment-form .active.submit {
border-top: 4px solid #848991;
border-bottom: none;
color: #f2f2f2;
background: #121717;
outline: none;
}
.form__submit:disabled,
.comment-form .submit:disabled,
.form__submit.disabled,
.comment-form .disabled.submit {
color: #ccc;
background: #efefef;
border-bottom: 4px solid #dedede;
}
.form__buttons--double .form__submit,
.form__buttons--double .comment-form .submit,
.comment-form .form__buttons--double .submit {
width: 48%;
}
.form .input-group {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: 100%;
}
.form__check {
margin: 0;
padding: 0;
list-style: none;
}
.form-group--inline .form__check {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
}
@media (max-width: 767px) {
.form-group--inline .form__check {
-webkit-box-flex: inherit;
-ms-flex: inherit;
flex: inherit;
width: 100%;
}
}
.form-group--inline .form__check li {
display: inline-block;
margin-left: 30px;
}
@media (max-width: 767px) {
.form-group--inline .form__check li {
margin-left: 0;
margin-right: 10px;
}
}
.form__reset {
display: inline-block;
margin-bottom: 0;
text-align: center;
vertical-align: middle;
cursor: pointer;
background-image: none;
text-transform: uppercase;
text-decoration: none;
white-space: nowrap;
padding: 6px 20px;
font-size: 15px;
line-height: 1.6;
border-radius: 0;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
padding-left: 15px;
padding-right: 15px;
font-weight: 700;
font-size: 15px;
position: relative;
text-decoration: none;
border: 2px solid #121717;
background: none;
color: #121717;
}
.form__reset:hover,
.form__reset:focus,
.form__reset.active {
color: #333;
text-decoration: none;
outline: none;
}
.form__reset:disabled,
.form__reset.disabled {
cursor: not-allowed;
}
.form__reset.progress {
overflow: visible;
height: auto;
-webkit-box-shadow: none;
box-shadow: none;
margin-bottom: 0;
}
.form__reset:after {
content: '';
position: absolute;
z-index: -1;
-webkit-transition: all 0.3s;
transition: all 0.3s;
left: 0;
right: 0;
text-align: center;
}
.form__reset.button--loading:before {
margin: 0 10px 0;
font-size: 14px;
display: inline-block;
font-family: FontAwesome;
content: "";
-webkit-animation: fa-spin 2s infinite linear;
animation: fa-spin 2s infinite linear;
}
.form__reset.has-error,
.form__reset.error {
-webkit-animation: shake 0.5s;
animation: shake 0.5s;
color: transparent !important;
}
.form__reset.has-error:after,
.form__reset.error:after {
content: "Error!";
-webkit-animation: scaleFromUp 0.5s;
animation: scaleFromUp 0.5s;
z-index: 1;
color: #e95b35;
}
.form__reset.has-success,
.form__reset.success {
color: transparent !important;
}
.form__reset.has-success:after,
.form__reset.success:after {
content: "Success!";
-webkit-animation: moveUp 0.5s;
animation: moveUp 0.5s;
z-index: 1;
color: #000000;
}
.button--loading-circle-o-notch .form__reset.button--loading:before {
content: "";
}
.button--loading-refresh .form__reset.button--loading:before {
content: "";
}
.button--loading-spinner .form__reset.button--loading:before {
content: "";
}
@media (min-width: 992px) {
.form__reset.hover,
.form__reset:hover {
border-color: #121717;
color: #121717;
}
}
.form__reset:active,
.form__reset.active {
-webkit-transform: translate3d(0, 1px, 0);
transform: translate3d(0, 1px, 0);
border-color: #121717;
background: #121717;
color: #fff;
-webkit-box-shadow: none;
box-shadow: none;
}
.form__reset:disabled,
.form__reset.disabled {
color: #ccc;
border-color: #efefef;
}
.form__reset:before {
font-size: 12px;
display: inline-block;
font-family: FontAwesome;
content: "";
margin: 0 5px 0 0;
}
.form__buttons--double .form__reset {
width: 45%;
}
.form__btn-map {
display: none;
}
@media (max-width: 767px) {
.form__btn-map {
display: block;
}
}
.form__lens {
background: none;
border: none;
outline: none !important;
padding: 0;
-webkit-box-shadow: none;
box-shadow: none;
color: #d6d6d6;
font-size: 16px;
float: right;
margin: -32px 5px 0 0;
position: relative;
z-index: 10;
}
.form .row {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.form .row:before,
.form .row:after {
display: none;
content: '';
}
.form__buttons {
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin: 0;
}
.form__buttons > br {
display: none;
}
.form .form-group {
width: 100%;
padding: 0 15px;
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-line-pack: start;
align-content: flex-start;
}
.form .form-group > br {
display: none;
}
.form .form-group--inline > .control-label {
display: inline-block;
width: 110px;
margin-bottom: 6px;
margin-top: 4px;
}
@media (max-width: 767px) {
.form .form-group--inline > .control-label {
width: 100%;
}
}
@media (min-width: 1200px) {
.form .form-group--bottom {
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
}
}
.form .form-group--right {
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
}
.form .form-group--col-3 {
width: 25%;
}
@media (max-width: 991px) {
.form .form-group--col-3 {
width: 100%;
}
}
.form .form-group--col-4 {
width: 33.3333%;
}
@media (max-width: 991px) {
.form .form-group--col-4 {
width: 100%;
}
}
.form .form-group--col-6 {
width: 50%;
}
@media (max-width: 991px) {
.form .form-group--col-6 {
width: 100%;
}
}
.form .form-group--col-9 {
width: 66.6666%;
}
@media (max-width: 991px) {
.form .form-group--col-9 {
width: 100%;
}
}
.form .form-group--col-12 {
width: 100%;
}
.form__params > .form-group > .control-label {
display: none;
}
.form__params > .form-group > div > div {
position: relative;
min-height: 1px;
padding-left: 15px;
padding-right: 15px;
position: relative;
min-height: 1px;
padding-left: 15px;
padding-right: 15px;
margin: 15px 0 0;
padding-left: 0;
}
@media (min-width: 768px) {
.form__params > .form-group > div > div {
float: left;
width: 50%;
}
}
@media (min-width: 1200px) {
.form__params > .form-group > div > div {
float: left;
width: 33.33333%;
}
}
@media (max-width: 767px) {
.form__params > .form-group > div > div {
margin: 5px 0 0;
padding: 0;
}
}
.form__dynamic > .control-label {
display: none;
}
.form__dynamic-row {
width: 100%;
}
.form__dynamic-group {
position: relative;
min-height: 1px;
padding-left: 15px;
padding-right: 15px;
padding: 0;
margin: 0 -15px;
}
@media (min-width: 1200px) {
.form__dynamic-group {
float: left;
width: 66.66667%;
}
}
.form__dynamic-group > div {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: 100%;
}
.form__dynamic-group > div > .form-group {
width: 50%;
}
.form__dynamic-buttons {
height: 38px;
margin-top: 20px;
}
.form__dynamic-buttons [class*="btn--"] {
margin-left: 20px;
}
.form__dropzone {
margin-top: 20px;
width: 100%;
}
.form--footer {
width: 300px;
}
@media (max-width: 1199px) {
.form--footer {
width: 95%;
}
}
@media (max-width: 767px) {
.form--footer {
margin-top: 0;
}
}
.form--footer .form-control {
border: 1px solid #bebebe;
background: none;
margin: 5px 0;
color: #fff;
}
.form--footer .form-control::-moz-placeholder {
color: #bebebe;
opacity: 1;
}
.form--footer .form-control:-ms-input-placeholder {
color: #bebebe;
}
.form--footer .form-control::-webkit-input-placeholder {
color: #bebebe;
}
.form--footer textarea.form-control {
min-height: 120px;
}
.form--footer .form__submit,
.form--footer .comment-form .submit,
.comment-form .form--footer .submit {
width: 43%;
}
@media (max-width: 767px) {
.form--properties .form__submit,
.form--properties .comment-form .submit,
.comment-form .form--properties .submit {
width: 100%;
}
}
.form--banner-sidebar {
padding: 30px;
position: relative;
-webkit-transition: 0.5s;
transition: 0.5s;
width: 33.333%;
float: left;
-webkit-transition: 150ms;
transition: 150ms;
}
@media (max-width: 991px) {
.form--banner-sidebar {
width: 100%;
}
}
.banner__search .form--banner-sidebar {
width: 100%;
}
.form--banner-sidebar .control-label {
color: #fff;
margin-bottom: 0;
}
.form--banner-sidebar:not(.form--white) .dropdown--select .dropdown-toggle {
background: rgba(255, 255, 255, 0.7);
border: 1px solid transparent;
-webkit-box-shadow: none;
box-shadow: none;
}
.form--banner-sidebar:not(.form--white) .dropdown--select .dropdown-toggle:after {
border-left: none;
}
.form--banner-sidebar .form-control {
background: rgba(255, 255, 255, 0.7);
-webkit-box-shadow: none;
box-shadow: none;
border: none;
}
.form--banner-sidebar .form__inputs .form-control {
margin-top: 18px;
}
.form--banner-sidebar .form__buttons {
margin-top: 10px;
}
.form--banner-sidebar .form__btn-map {
display: none;
}
.form--banner-sidebar .form__submit,
.form--banner-sidebar .comment-form .submit,
.comment-form .form--banner-sidebar .submit {
width: 100%;
}
.form--banner-sidebar .form__buttons--double .form__submit,
.form--banner-sidebar .form__buttons--double .comment-form .submit,
.comment-form .form--banner-sidebar .form__buttons--double .submit {
width: 48%;
}
.form--banner-sidebar .form__inputs {
margin-top: -2px;
}
@media (max-width: 767px) {
.form--banner-opened .form__controls {
margin-bottom: 10px;
max-height: calc(100vh - 195px);
overflow-y: auto;
}
.admin-bar .form--banner-opened .form__controls {
max-height: calc(100vh - 235px);
}
}
@media (max-width: 767px) {
.form--banner-opened .form__buttons {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin-top: 0;
}
}
@media (max-width: 767px) {
.form--banner-opened .form__btn-map {
display: block;
}
}
@media (max-width: 767px) {
.form--banner-opened .form__submit,
.form--banner-opened .comment-form .submit,
.comment-form .form--banner-opened .submit {
width: 48%;
}
}
.form--hide-controls .form__controls {
display: none;
}
.form--white {
background: rgba(255, 255, 255, 0.9);
}
.form--white .control-label {
color: #121717;
}
.form--white .form-control {
border: 1px solid #d6d6d6;
}
.form--white .form__mode-btn {
color: #121717;
}
.form--light {
background: rgba(255, 255, 255, 0.3);
}
.form--light .field-label,
.form--light .control-label {
color: #fff;
}
.form--light .form-control {
border: 1px solid #d6d6d6;
}
.form--light .field-label {
text-transform: uppercase;
}
.form--light .form__mode-btn {
color: #fff;
}
.form--light .ihf-quick-search-form > fieldset > .row {
margin-bottom: 8px;
}
.form--dark {
background: rgba(44, 62, 80, 0.85);
}
.form--dark .control-label {
color: #fff;
}
.form--dark .form-control {
border: 1px solid #d6d6d6;
}
.form--dark .form__reset {
border-color: #fff;
color: #fff;
}
.form--dark .form__mode-btn {
color: #fff;
}
.form--article textarea.form-control {
height: 600px;
}
.form--article .form__submit,
.form--article .comment-form .submit,
.comment-form .form--article .submit {
width: 150px;
float: none;
}
.form--slider {
width: 100%;
}
.form--slider .control-label {
font-size: 15px;
font-weight: 700;
}
.form--payment .form-group {
width: 50%;
}
@media (max-width: 767px) {
.form--payment .form-group {
width: 100%;
}
}
.form--payment .form__payments {
margin-top: 20px;
margin-left: -10px;
margin-bottom: 20px;
display: block;
max-width: 100%;
}
.form--payment .form__submit,
.form--payment .comment-form .submit,
.comment-form .form--payment .submit {
width: auto;
float: none;
margin: 15px auto 15px 10px;
}
.form--profile .form-group {
width: 33.3333%;
}
@media (max-width: 1199px) {
.form--profile .form-group {
width: 50%;
}
}
@media (max-width: 767px) {
.form--profile .form-group {
width: 100%;
}
}
.form--profile .form-group--social {
width: 70%;
}
.form--profile .form-group--description {
width: 100%;
}
.form--profile .form-control--description {
height: 175px;
}
.form--profile .select2-container {
width: 100% !important;
}
.form--property {
margin-top: 40px;
}
.form--property .form-group {
margin-bottom: 30px;
width: 33.3333%;
}
@media (max-width: 991px) {
.form--property .form-group {
width: 100%;
margin-bottom: 10px;
}
}
.form--property .form-group--col-9 {
width: 66.6666%;
}
@media (max-width: 991px) {
.form--property .form-group--col-9 {
width: 100%;
}
}
.form--property .form-group--col-12 {
width: 100%;
}
.form--property .form__submit,
.form--property .comment-form .submit,
.comment-form .form--property .submit {
margin-top: 20px;
}
@media (max-width: 767px) {
.form--property .form__submit,
.form--property .comment-form .submit,
.comment-form .form--property .submit {
margin: 20px auto 0;
}
}
.form--property .select2-container {
width: 100% !important;
}
.form--property hr {
margin-bottom: 30px;
}
.form--basic .form-group--description {
width: 66.6666%;
}
@media (max-width: 991px) {
.form--basic .form-group--description {
width: 100%;
}
}
.form--photo {
margin-top: 0;
}
.form--photo img {
max-width: 100%;
}
.form--auth .control-label {
font-weight: normal;
text-transform: none;
margin-bottom: 5px;
}
.form--auth .form__options {
color: #acacac;
margin-left: 15px;
margin-top: 10px;
}
.form--auth .form__options a,
.form--auth .form__options button {
border: none;
background: none;
color: #121717;
text-decoration: underline;
padding: 1px 3px;
outline: none;
text-align: left;
}
.form--auth .form__options--forgot {
width: 80px;
line-height: 1;
}
.form--auth .form__remember {
margin-top: 10px;
}
.form--auth .form__submit,
.form--auth .comment-form .submit,
.comment-form .form--auth .submit {
margin: 10px 15px 10px auto;
}
.form--restore .form__submit,
.form--restore .comment-form .submit,
.comment-form .form--restore .submit {
width: 100%;
margin-left: 10px;
}
.form--search .form-group--input .form__ranges {
display: none;
}
.form--search .form-group--input .form__inputs {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.form--search .form__mode {
position: absolute;
right: 10px;
}
.form--search .form__mode-btn {
background: none;
border: none;
outline: none !important;
padding: 0;
-webkit-box-shadow: none;
box-shadow: none;
font-size: 12px;
text-transform: uppercase;
}
.form--search .form__ranges {
position: relative;
margin-top: 21px;
width: 100%;
}
.form--search .form__ranges-in {
display: none;
}
.form--search .form__inputs {
display: none;
margin-left: -10px;
margin-right: -10px;
}
.form--search .form__inputs .form-control {
margin-left: 10px;
margin-right: 10px;
width: 44%;
}
.form--search .form__favorite {
display: inline-block;
margin-bottom: 0;
text-align: center;
vertical-align: middle;
cursor: pointer;
background-image: none;
text-transform: uppercase;
text-decoration: none;
white-space: nowrap;
padding: 6px 20px;
font-size: 15px;
line-height: 1.6;
border-radius: 0;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
padding-left: 15px;
padding-right: 15px;
font-weight: 700;
font-size: 15px;
position: relative;
text-decoration: none;
border: 2px solid #121717;
background: none;
color: #121717;
width: 100%;
font-size: 13px;
margin-top: 15px;
}
.form--search .form__favorite:hover,
.form--search .form__favorite:focus,
.form--search .form__favorite.active {
color: #333;
text-decoration: none;
outline: none;
}
.form--search .form__favorite:disabled,
.form--search .form__favorite.disabled {
cursor: not-allowed;
}
.form--search .form__favorite.progress {
overflow: visible;
height: auto;
-webkit-box-shadow: none;
box-shadow: none;
margin-bottom: 0;
}
.form--search .form__favorite:after {
content: '';
position: absolute;
z-index: -1;
-webkit-transition: all 0.3s;
transition: all 0.3s;
left: 0;
right: 0;
text-align: center;
}
.form--search .form__favorite.button--loading:before {
margin: 0 10px 0;
font-size: 14px;
display: inline-block;
font-family: FontAwesome;
content: "";
-webkit-animation: fa-spin 2s infinite linear;
animation: fa-spin 2s infinite linear;
}
.form--search .form__favorite.has-error,
.form--search .form__favorite.error {
-webkit-animation: shake 0.5s;
animation: shake 0.5s;
color: transparent !important;
}
.form--search .form__favorite.has-error:after,
.form--search .form__favorite.error:after {
content: "Error!";
-webkit-animation: scaleFromUp 0.5s;
animation: scaleFromUp 0.5s;
z-index: 1;
color: #e95b35;
}
.form--search .form__favorite.has-success,
.form--search .form__favorite.success {
color: transparent !important;
}
.form--search .form__favorite.has-success:after,
.form--search .form__favorite.success:after {
content: "Success!";
-webkit-animation: moveUp 0.5s;
animation: moveUp 0.5s;
z-index: 1;
color: #000000;
}
.button--loading-circle-o-notch .form--search .form__favorite.button--loading:before {
content: "";
}
.button--loading-refresh .form--search .form__favorite.button--loading:before {
content: "";
}
.button--loading-spinner .form--search .form__favorite.button--loading:before {
content: "";
}
@media (min-width: 992px) {
.form--search .form__favorite.hover,
.form--search .form__favorite:hover {
border-color: #121717;
color: #121717;
}
}
.form--search .form__favorite:active,
.form--search .form__favorite.active {
-webkit-transform: translate3d(0, 1px, 0);
transform: translate3d(0, 1px, 0);
border-color: #121717;
background: #121717;
color: #fff;
-webkit-box-shadow: none;
box-shadow: none;
}
.form--search .form__favorite:disabled,
.form--search .form__favorite.disabled {
color: #ccc;
border-color: #efefef;
}
.form--search .form__favorite:before {
font-size: 1em;
display: inline-block;
font-family: FontAwesome;
content: "";
margin: 0 5px 0 0;
color: #121717;
}
.form--wide {
padding: 35px 40px;
position: relative;
-webkit-box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
z-index: 50;
}
@media (max-width: 767px) {
.form--wide {
margin-top: 10px;
}
}
.form--wide .form-group {
padding-left: 15px;
padding-right: 15px;
float: left;
width: 100%;
margin-bottom: 15px;
}
@media (min-width: 992px) {
.form--wide .form-group {
width: 50%;
}
}
@media (min-width: 1200px) {
.form--wide .form-group {
width: 20%;
}
}
.form--wide .form__buttons {
margin: 15px auto 0;
}
@media (min-width: 768px) {
.form--wide .form__buttons {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
}
@media (max-width: 767px) {
.form--wide .form__buttons {
width: 100%;
}
}
.form--wide .form__reset {
width: 48%;
}
.form--wide .form__submit,
.form--wide .comment-form .submit,
.comment-form .form--wide .submit {
margin: 0;
}
@media (min-width: 1200px) {
.form--wide .form__ranges {
margin-top: 10px;
}
}
.form--wide-default {
-webkit-box-shadow: none;
box-shadow: none;
margin-top: 0;
padding: 0 15px;
}
.form--sidebar .control-label {
margin-bottom: 3px;
}
.form--sidebar .form-group {
margin-bottom: 21px;
}
.footer .form--sidebar .form__reset {
border-color: #bebebe;
color: #bebebe;
}
.form--sidebar .form__submit,
.form--sidebar .comment-form .submit,
.comment-form .form--sidebar .submit {
padding-left: 0;
padding-right: 0;
}
.form--sidebar .form__inputs {
margin-top: 16px;
}
.form--review {
margin-top: 30px;
}
.form--review textarea.form-control {
background: none;
margin-bottom: 20px;
}
@media (max-width: 767px) {
.form--review .form-group--right {
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
}
.form--review .form__submit,
.form--review .comment-form .submit,
.comment-form .form--review .submit {
margin-top: 0;
}
@media (max-width: 767px) {
.form--review .form__submit,
.form--review .comment-form .submit,
.comment-form .form--review .submit {
margin-left: 0;
}
}
.form--workers {
width: 66.666%;
margin-top: 30px;
}
@media (max-width: 767px) {
.form--workers {
width: 100%;
}
}
.form--workers .form__submit,
.form--workers .comment-form .submit,
.comment-form .form--workers .submit {
margin-right: 10px;
margin-left: auto;
}
@media (max-width: 767px) {
.form--workers .form__submit,
.form--workers .comment-form .submit,
.comment-form .form--workers .submit {
width: 100%;
margin-left: 10px;
}
}
.form--sidebar-workers .form__submit,
.form--sidebar-workers .comment-form .submit,
.comment-form .form--sidebar-workers .submit {
width: 100%;
}
.form--property-agent {
margin-top: 40px;
}
@media (max-width: 767px) {
.form--property-agent {
display: none;
margin-top: 0;
}
.opened .form--property-agent {
display: block;
}
}
.form--property-agent .ajax-loader {
-webkit-box-ordinal-group: 0;
-ms-flex-order: -1;
order: -1;
margin-left: auto !important;
margin-right: 15px;
}
.form--property-agent .select2-container {
width: 100% !important;
}
.form--article .form-group {
position: relative;
}
.form--article-listing {
display: none;
}
@media (max-width: 767px) {
.form--article-listing {
display: block;
margin: 0 15px;
}
}
.form--error-status {
margin: 50px auto;
width: 400px;
}
@media (max-width: 1199px) {
.form--error-status {
margin: 30px auto 0;
}
}
@media (max-width: 991px) {
.form--error-status {
width: 90%;
}
}
.form--error-status label {
margin-bottom: 0;
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
font-weight: 400;
}
.form--error-status .search-field {
display: block;
width: 100%;
height: 40px;
padding: 6px 20px;
font-size: 15px;
line-height: 1.6;
color: #121717;
background-color: #fff;
background-image: none;
border: 1px solid #d6d6d6;
border-radius: 0;
position: relative;
z-index: 5;
-webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form--error-status .search-field:focus {
border-color: #000000;
outline: 0;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 187, 170, 0.6);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 187, 170, 0.6);
}
.form--error-status .search-field::-moz-placeholder {
color: #121717;
opacity: 1;
}
.form--error-status .search-field:-ms-input-placeholder {
color: #121717;
}
.form--error-status .search-field::-webkit-input-placeholder {
color: #121717;
}
.form--error-status .search-field[disabled],
.form--error-status .search-field[readonly],
fieldset[disabled] .form--error-status .search-field {
cursor: not-allowed;
background-color: #eeeeee;
opacity: 1;
}
.form--error-status .search-field.parsley-error {
border: 1px solid #e95b35;
}
.form--error-status .search-field.parsley-success {
border: 1px solid #000000;
}
.form--error-status .search-submit {
display: inline-block;
margin-bottom: 0;
text-align: center;
vertical-align: middle;
cursor: pointer;
background-image: none;
text-transform: uppercase;
text-decoration: none;
white-space: nowrap;
padding: 6px 20px;
font-size: 15px;
line-height: 1.6;
border-radius: 0;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
padding-left: 15px;
padding-right: 15px;
font-weight: 700;
font-size: 15px;
position: relative;
border: none;
border-bottom: 4px solid #848991;
background: #121717;
color: #f2f2f2;
}
.form--error-status .search-submit:hover,
.form--error-status .search-submit:focus,
.form--error-status .search-submit.active {
color: #333;
text-decoration: none;
outline: none;
}
.form--error-status .search-submit:disabled,
.form--error-status .search-submit.disabled {
cursor: not-allowed;
}
.form--error-status .search-submit.progress {
overflow: visible;
height: auto;
-webkit-box-shadow: none;
box-shadow: none;
margin-bottom: 0;
}
.form--error-status .search-submit:after {
content: '';
position: absolute;
z-index: -1;
-webkit-transition: all 0.3s;
transition: all 0.3s;
left: 0;
right: 0;
text-align: center;
}
.form--error-status .search-submit.button--loading:before {
margin: 0 10px 0;
font-size: 14px;
display: inline-block;
font-family: FontAwesome;
content: "";
-webkit-animation: fa-spin 2s infinite linear;
animation: fa-spin 2s infinite linear;
}
.form--error-status .search-submit.has-error,
.form--error-status .search-submit.error {
-webkit-animation: shake 0.5s;
animation: shake 0.5s;
color: transparent !important;
}
.form--error-status .search-submit.has-error:after,
.form--error-status .search-submit.error:after {
content: "Error!";
-webkit-animation: scaleFromUp 0.5s;
animation: scaleFromUp 0.5s;
z-index: 1;
color: #e95b35;
}
.form--error-status .search-submit.has-success,
.form--error-status .search-submit.success {
color: transparent !important;
}
.form--error-status .search-submit.has-success:after,
.form--error-status .search-submit.success:after {
content: "Success!";
-webkit-animation: moveUp 0.5s;
animation: moveUp 0.5s;
z-index: 1;
color: #000000;
}
.button--loading-circle-o-notch .form--error-status .search-submit.button--loading:before {
content: "";
}
.button--loading-refresh .form--error-status .search-submit.button--loading:before {
content: "";
}
.button--loading-spinner .form--error-status .search-submit.button--loading:before {
content: "";
}
.form--error-status .search-submit.hover,
.form--error-status .search-submit:hover {
border-bottom: 4px solid #121717;
color: #f2f2f2;
background: #121717;
}
.form--error-status .search-submit:focus,
.form--error-status .search-submit:active:focus,
.form--error-status .search-submit:active,
.form--error-status .search-submit.active {
border-top: 4px solid #848991;
border-bottom: none;
color: #f2f2f2;
background: #121717;
outline: none;
}
.form--error-status .search-submit:disabled,
.form--error-status .search-submit.disabled {
color: #ccc;
background: #efefef;
border-bottom: 4px solid #dedede;
}
.form--property-add .form-group {
margin-bottom: 30px;
width: 33.3333%;
}
@media (max-width: 991px) {
.form--property-add .form-group {
margin-bottom: 10px;
width: 100%;
}
}
.form--property-add .form-group--col-9 {
width: 66.6666%;
}
@media (max-width: 991px) {
.form--property-add .form-group--col-9 {
width: 100%;
}
}
.form--property-add .form-group--col-12 {
width: 100%;
}
.form--property-add .form__submit,
.form--property-add .comment-form .submit,
.comment-form .form--property-add .submit {
margin-top: 20px;
}
@media (max-width: 767px) {
.form--property-add .form__submit,
.form--property-add .comment-form .submit,
.comment-form .form--property-add .submit {
margin: 20px auto 0;
}
}
.form--property-add .form__dynamic-group {
width: 80% !important;
margin-bottom: 0;
}
.form--property-add .form__dynamic-buttons {
width: 20% !important;
margin-top: 0;
}
.form--property-add .select2-container {
width: 100% !important;
}
.form--property-add hr {
margin-bottom: 30px;
}
@media (max-width: 767px) {
.form--property-add .form__params {
max-height: 300px;
overflow: auto;
margin: 0 20px 0 0;
}
}
@media (min-width: 1200px) {
.form--anim {
-webkit-animation-name: wobble-reverse;
animation-name: wobble-reverse;
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
}
.form--map-bottom {
z-index: 205;
padding: 35px 40px;
width: 100%;
}
@media (max-width: 767px) {
.form--map-bottom {
margin-top: 0;
-webkit-box-shadow: none;
box-shadow: none;
padding: 15px;
width: auto;
margin: 15px;
}
}
@media (max-width: 767px) {
.form--map-bottom .form__controls {
margin-bottom: 10px;
max-height: calc(100vh - 195px);
overflow-y: auto;
}
.admin-bar .form--map-bottom .form__controls {
max-height: calc(100vh - 235px);
}
}
@media (max-width: 767px) {
.form--map-bottom .form__buttons {
margin-top: 0;
}
}
.form--filter {
background: #000000;
color: #121717;
margin-top: 12px;
margin-bottom: 0;
padding: 0 20px 10px 20px;
}
.form--filter .row {
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.form--filter .control-label {
text-transform: uppercase;
font-weight: 600;
color: #121717;
margin: 3px 10px 0 0;
width: auto;
display: inline-block;
}
@media (max-width: 1199px) {
.form--filter .control-label {
display: block;
margin-top: 0;
}
}
@media (max-width: 767px) {
.form--filter .control-label {
display: inline-block;
margin-top: 3px;
}
}
.form--filter .form-group {
margin-bottom: 0;
width: auto;
margin-top: 10px;
}
.form--filter .form-group--sorting select {
width: 180px;
}
@media (min-width: 1200px) {
.form--filter .form-group--sorting .select2-container {
width: 180px !important;
}
}
@media (max-width: 767px) {
.form--filter .form-group--limit {
display: none;
}
}
.form--filter .form-group--limit select {
width: 80px;
}
@media (min-width: 1200px) {
.form--filter .form-group--limit .select2-container {
width: 80px !important;
}
}
@media (max-width: 767px) {
.form--filter .form-group--view {
display: none;
}
}
.form--filter .btn--white {
color: #121717;
}
.form--filter + .site__main {
border-top: none;
}
.form-group {
margin-bottom: 9px;
}
.form-group.required .control-label:after {
content: "*";
color: red;
margin-left: 3px;
}
input[type="file"].form-control {
background: #000000;
color: #fff;
font-size: 13px;
border: 2px solid #fff;
outline: 2px solid #000000;
}
input[type="file"].form-control:focus {
-webkit-box-shadow: none;
box-shadow: none;
outline-offset: 0;
}
textarea.form-control,
.form textarea.form-control {
height: 140px;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
position: relative;
margin: 0;
}
.wpcf7-form-control-wrap {
width: 100%;
}
div.wpcf7 img.ajax-loader {
width: 16px;
height: 16px;
margin-top: 10px;
}
.form--sidebar div.wpcf7 .form__submit,
.form--sidebar div.wpcf7 .comment-form .submit,
.comment-form .form--sidebar div.wpcf7 .submit {
width: 100%;
}
div.wpcf7-response-output {
margin-left: 0;
margin-right: 0;
}
.js-select-checkboxes-btn {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.dropdown--select ul {
list-style: none;
margin: 0;
padding: 8px 15px;
}
.help-block {
width: 100%;
margin: 0;
}
.banner .help-block .parsley-errors-list.filled {
margin-top: 0;
}
.banner .help-block .parsley-errors-list.filled li {
padding: 5px;
color: #121717;
}
.banner .help-block .parsley-required {
background: #e95b35;
color: #fff;
}
.banner .help-block .parsley-type {
background: #121717;
}
.search-form {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.search-form label {
margin-bottom: 0;
}
.dsidx-resp-search-form .dsidx-resp-area {
margin-bottom: 21px;
}
.dsidx-resp-search-form .dsidx-resp-area label {
margin-bottom: 3px;
}
.dsidx-resp-search-form .dsidx-resp-area input[type="text"] {
display: block;
width: 100%;
height: 40px;
padding: 6px 20px;
font-size: 15px;
line-height: 1.6;
color: #121717;
background-color: #fff;
background-image: none;
border: 1px solid #d6d6d6;
border-radius: 0;
position: relative;
z-index: 5;
-webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.dsidx-resp-search-form .dsidx-resp-area input[type="text"]:focus {
border-color: #000000;
outline: 0;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 187, 170, 0.6);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 187, 170, 0.6);
}
.dsidx-resp-search-form .dsidx-resp-area input[type="text"]::-moz-placeholder {
color: #121717;
opacity: 1;
}
.dsidx-resp-search-form .dsidx-resp-area input[type="text"]:-ms-input-placeholder {
color: #121717;
}
.dsidx-resp-search-form .dsidx-resp-area input[type="text"]::-webkit-input-placeholder {
color: #121717;
}
.dsidx-resp-search-form .dsidx-resp-area input[type="text"][disabled],
.dsidx-resp-search-form .dsidx-resp-area input[type="text"][readonly],
fieldset[disabled] .dsidx-resp-search-form .dsidx-resp-area input[type="text"] {
cursor: not-allowed;
background-color: #eeeeee;
opacity: 1;
}
.dsidx-resp-search-form .dsidx-resp-area input[type="text"].parsley-error {
border: 1px solid #e95b35;
}
.dsidx-resp-search-form .dsidx-resp-area input[type="text"].parsley-success {
border: 1px solid #000000;
}
.dsidx-resp-search-form .dsidx-resp-area input[type="submit"] {
display: inline-block;
margin-bottom: 0;
text-align: center;
vertical-align: middle;
cursor: pointer;
background-image: none;
text-transform: uppercase;
text-decoration: none;
white-space: nowrap;
padding: 6px 20px;
font-size: 15px;
line-height: 1.6;
border-radius: 0;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
padding-left: 15px;
padding-right: 15px;
font-weight: 700;
font-size: 15px;
position: relative;
border: none;
border-bottom: 4px solid #848991;
background: #121717;
color: #f2f2f2;
width: 100%;
}
.dsidx-resp-search-form .dsidx-resp-area input[type="submit"]:hover,
.dsidx-resp-search-form .dsidx-resp-area input[type="submit"]:focus,
.dsidx-resp-search-form .dsidx-resp-area input[type="submit"].active {
color: #333;
text-decoration: none;
outline: none;
}
.dsidx-resp-search-form .dsidx-resp-area input[type="submit"]:disabled,
.dsidx-resp-search-form .dsidx-resp-area input[type="submit"].disabled {
cursor: not-allowed;
}
.dsidx-resp-search-form .dsidx-resp-area input[type="submit"].progress {
overflow: visible;
height: auto;
-webkit-box-shadow: none;
box-shadow: none;
margin-bottom: 0;
}
.dsidx-resp-search-form .dsidx-resp-area input[type="submit"]:after {
content: '';
position: absolute;
z-index: -1;
-webkit-transition: all 0.3s;
transition: all 0.3s;
left: 0;
right: 0;
text-align: center;
}
.dsidx-resp-search-form .dsidx-resp-area input[type="submit"].button--loading:before {
margin: 0 10px 0;
font-size: 14px;
display: inline-block;
font-family: FontAwesome;
content: "";
-webkit-animation: fa-spin 2s infinite linear;
animation: fa-spin 2s infinite linear;
}
.dsidx-resp-search-form .dsidx-resp-area input[type="submit"].has-error,
.dsidx-resp-search-form .dsidx-resp-area input[type="submit"].error {
-webkit-animation: shake 0.5s;
animation: shake 0.5s;
color: transparent !important;
}
.dsidx-resp-search-form .dsidx-resp-area input[type="submit"].has-error:after,
.dsidx-resp-search-form .dsidx-resp-area input[type="submit"].error:after {
content: "Error!";
-webkit-animation: scaleFromUp 0.5s;
animation: scaleFromUp 0.5s;
z-index: 1;
color: #e95b35;
}
.dsidx-resp-search-form .dsidx-resp-area input[type="submit"].has-success,
.dsidx-resp-search-form .dsidx-resp-area input[type="submit"].success {
color: transparent !important;
}
.dsidx-resp-search-form .dsidx-resp-area input[type="submit"].has-success:after,
.dsidx-resp-search-form .dsidx-resp-area input[type="submit"].success:after {
content: "Success!";
-webkit-animation: moveUp 0.5s;
animation: moveUp 0.5s;
z-index: 1;
color: #000000;
}
.button--loading-circle-o-notch .dsidx-resp-search-form .dsidx-resp-area input[type="submit"].button--loading:before {
content: "";
}
.button--loading-refresh .dsidx-resp-search-form .dsidx-resp-area input[type="submit"].button--loading:before {
content: "";
}
.button--loading-spinner .dsidx-resp-search-form .dsidx-resp-area input[type="submit"].button--loading:before {
content: "";
}
.dsidx-resp-search-form .dsidx-resp-area input[type="submit"].hover,
.dsidx-resp-search-form .dsidx-resp-area input[type="submit"]:hover {
border-bottom: 4px solid #121717;
color: #f2f2f2;
background: #121717;
}
.dsidx-resp-search-form .dsidx-resp-area input[type="submit"]:focus,
.dsidx-resp-search-form .dsidx-resp-area input[type="submit"]:active:focus,
.dsidx-resp-search-form .dsidx-resp-area input[type="submit"]:active,
.dsidx-resp-search-form .dsidx-resp-area input[type="submit"].active {
border-top: 4px solid #848991;
border-bottom: none;
color: #f2f2f2;
background: #121717;
outline: none;
}
.dsidx-resp-search-form .dsidx-resp-area input[type="submit"]:disabled,
.dsidx-resp-search-form .dsidx-resp-area input[type="submit"].disabled {
color: #ccc;
background: #efefef;
border-bottom: 4px solid #dedede;
}
.rev_slider .dropdown--select .dropdown__list li .in-label {
line-height: 22px !important;
font-size: 15px !important;
}
@media (max-width: 767px) {
.rev_slider .form--slider .control-label {
line-height: 12px !important;
}
}
.rev_slider .form__submit,
.rev_slider .comment-form .submit,
.comment-form .rev_slider .submit {
text-align: center !important;
} .address {
margin-bottom: 0;
}
.address__main {
-webkit-column-count: 2;
column-count: 2;
-webkit-column-gap: 20px;
column-gap: 20px;
}
.address__main span,
.address__main a {
display: block;
margin-bottom: 0 !important;
}
.address__main p {
line-height: 2;
}
.address--sidebar .address__main {
-webkit-column-count: 1;
column-count: 1;
-webkit-column-gap: 0;
column-gap: 0;
}
.address--footer .address__main {
margin-bottom: 0;
} .nav--footer {
color: #bebebe;
margin: 19px 0 0;
line-height: 2;
}
.nav--footer a {
margin: 0 10px 0 0;
margin-bottom: 0 !important;
text-transform: uppercase;
text-decoration: none !important;
display: inline-block;
}
@media (max-width: 767px) {
.nav--footer a {
font-size: 14px;
}
}
.nav--footer a:after {
content: '/';
margin-left: 10px;
color: #bebebe;
}
.nav--footer a:last-child:after {
content: none;
}
.nav--sidebar .nav__list {
margin: 0;
padding: 0;
list-style: none;
}
.nav--sidebar .nav__separator {
margin: 8px 20px 0;
}
.nav--sidebar .nav__link {
color: #a6a6a6;
font-size: 17px;
display: block;
padding: 5px 0 10px 20px;
}
.nav--sidebar .nav__link.active {
text-decoration: underline;
}
.nav--sidebar .nav__icon {
width: 30px;
height: 30px;
fill: #121717;
position: relative;
top: 10px;
margin-right: 10px;
}
.nav--auth {
width: 250px;
}
@media (max-width: 767px) {
.nav--auth {
width: 100%;
}
}
.nav--auth .nav__list {
margin: 0;
padding: 0;
list-style: none;
}
.nav--auth .nav__item {
border-bottom: 1px solid #d6d6d6;
margin: 0 20px;
}
.nav--auth .nav__item:last-of-type {
border-bottom: none;
}
.nav--auth .nav__link {
text-transform: uppercase;
font-size: 17px;
display: block;
padding: 10px 0;
color: #121717;
}
.nav--auth .nav__link.active {
text-decoration: underline;
} .slider {
position: relative;
min-height: 110px;
}
.slider__block {
overflow: hidden;
padding: 0;
width: 100%;
}
.slider__item {
display: none;
background: #ffffff;
position: relative;
padding: 0;
}
.slider__item.slick-active:after {
background: transparent;
}
@media (min-width: 1200px) {
.slider__item {
-webkit-transition: 1s;
transition: 1s;
}
}
.slider__img {
width: 100%;
height: 100%;
margin: 0 auto;
background: url(//www.flowrealproperty.be/hosting/2324-flow/wp-content/themes/realtyspace/public/img/ajax-loader.gif) no-repeat center center;
}
@media (max-width: 991px) {
.slider__img--lg {
display: none;
}
}
@media (min-width: 992px) {
.slider__img--sm {
display: none;
}
}
.slider__controls {
position: absolute;
right: 0;
bottom: 0;
background: #000000;
color: #fff;
padding: 0 0 8px 10px;
font-weight: 200;
}
.slider__control {
width: 40px;
height: 58px;
display: inline-block;
margin: 0 10px 0 0;
color: #fff;
background: none;
border: none;
vertical-align: bottom;
outline: none;
}
.slider__control:hover,
.slider__control.hover {
color: #000000;
}
.slider__control:active,
.slider__control.active {
color: #121717;
}
.slider__control:disabled,
.slider__control.disabled {
color: #ccc;
cursor: not-allowed;
}
.slider__control--prev:before {
font-size: 5em;
display: inline-block;
font-family: FontAwesome;
content: "";
line-height: 0.6;
}
@media (max-width: 991px) {
.slider__control--prev:before {
font-size: 2em;
}
}
.slider__control--next:before {
font-size: 5em;
display: inline-block;
font-family: FontAwesome;
content: "";
line-height: 0.6;
}
@media (max-width: 991px) {
.slider__control--next:before {
font-size: 2em;
}
}
.slider__current {
font-size: 36px;
color: #fff;
line-height: 48px;
}
.slider__total {
font-size: 20px;
color: #fff;
position: relative;
top: -10px;
}
.slider__description {
position: absolute;
left: 0;
right: 0;
bottom: 0;
background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.9)));
background-image: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.9) 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#E6000000', GradientType=0);
color: #fff;
padding: 60px 30px 30px;
-webkit-transition: 0.3s;
transition: 0.3s;
}
@media (max-width: 767px) {
.slider__description {
max-height: 135px;
}
}
.slider__wrap {
position: relative;
}
.slider--wide {
background: #ffffff;
overflow: hidden;
}
.slider--wide .slider__block {
visibility: hidden;
}
.slider--wide .slider__img {
width: 100%;
height: 100%;
background: url(//www.flowrealproperty.be/hosting/2324-flow/wp-content/themes/realtyspace/public/img/ajax-loader.gif) no-repeat center center;
}
.slider--wide .slider__img img {
max-width: 100%;
min-height: 250px;
}
.slider--wide .slider__img--lg {
display: block;
}
@media (max-width: 767px) {
.slider--wide .slider__img--lg {
display: none;
}
}
.slider--wide .slider__img--sm {
display: none;
}
@media (max-width: 767px) {
.slider--wide .slider__img--sm {
display: block;
}
}
.slider--wide .slider__caption {
background: #000000;
z-index: 20;
padding: 40px;
width: 700px;
margin: -30px 0 0 -600px;
position: absolute;
top: 50%;
left: 50%;
}
@media (min-width: 1200px) {
.slider--wide .slider__caption {
visibility: hidden;
-webkit-animation-duration: .5s;
animation-duration: .5s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
z-index: 20;
}
.slider--default .slider__caption {
-webkit-transition: 1s;
transition: 1s;
-webkit-transform: translateY(30px);
-ms-transform: translateY(30px);
transform: translateY(30px);
}
.slider--default .slick-current .slider__caption {
visibility: visible;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
}
@media (max-width: 1430px) {
.slider--wide .slider__caption {
margin-left: -520px;
}
}
@media (max-width: 1199px) {
.slider--wide .slider__caption {
padding: 30px 15px;
position: relative;
width: 100%;
background: #000000;
left: 0;
margin: 0;
}
}
@media (max-width: 767px) {
.slider--wide .slider__caption {
padding: 15px;
min-height: 130px;
}
}
@media (max-width: 400px) {
.slider--wide .slider__caption {
height: 150px;
}
}
@media (min-width: 1200px) {
.boxed .slider--wide .slider__caption {
margin-left: -520px;
}
}
.slider--wide .slider__address {
color: #fff;
font-size: 46px;
font-weight: 600;
display: block;
font-family: "Montserrat", sans-serif;
line-height: 1.1;
}
.slider--wide .slider__address:hover {
color: #fff;
text-decoration: none;
}
@media (max-width: 1199px) {
.slider--wide .slider__address {
font-size: 30px;
padding: 0;
}
}
@media (max-width: 767px) {
.slider--wide .slider__address {
font-size: 25px;
margin-right: 140px;
}
}
.slider--wide .slider__address-city {
display: block;
margin: 10px 0;
font-size: 30px;
font-weight: normal;
}
@media (max-width: 1199px) {
.slider--wide .slider__address-city {
font-size: 20px;
}
}
@media (max-width: 767px) {
.slider--wide .slider__address-city {
font-size: 14px;
}
}
.slider--wide .slider__params {
padding: 10px 0 19px;
border-top: 1px solid rgba(255, 255, 255, 0.7);
margin-right: 200px;
}
@media (max-width: 1199px) {
.slider--wide .slider__params {
margin-right: 100px;
display: none;
border: 0;
}
}
.slider--wide .slider__params dl {
padding: 0;
width: 50%;
float: left;
color: #fff;
margin-bottom: 0;
}
.slider--wide .slider__params dl dt {
float: left;
clear: both;
}
.slider--wide .slider__params dl dd {
float: left;
margin-left: 5px;
}
.slider--wide .slider__price {
background: #fff;
color: #121717;
padding: 40px;
margin: -70px -70px 0 10px;
float: right;
line-height: 0.9;
font-family: "Montserrat", sans-serif;
}
@media (max-width: 1199px) {
.slider--wide .slider__price {
font-size: 11px;
padding: 15px 35px;
margin: -30px -15px 0 10px;
min-width: 119px;
line-height: initial;
}
}
@media (max-width: 767px) {
.slider--wide .slider__price {
margin: -15px -15px 0 10px;
}
}
.slider--wide .slider__price strong {
font-size: 42px;
display: block;
}
@media (max-width: 1199px) {
.slider--wide .slider__price strong {
font-size: 26px;
}
}
.slider--wide .slider__more {
display: inline-block;
margin-bottom: 0;
text-align: center;
vertical-align: middle;
cursor: pointer;
background-image: none;
text-transform: uppercase;
text-decoration: none;
white-space: nowrap;
padding: 6px 20px;
font-size: 15px;
line-height: 1.6;
border-radius: 0;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
padding-left: 15px;
padding-right: 15px;
font-weight: 700;
font-size: 15px;
position: relative;
border: none;
border-bottom: 4px solid #848991;
background: #121717;
color: #f2f2f2;
padding: 11px 66px;
width: auto;
margin: 0;
position: absolute;
right: 30px;
bottom: 40px;
}
.slider--wide .slider__more:hover,
.slider--wide .slider__more:focus,
.slider--wide .slider__more.active {
color: #333;
text-decoration: none;
outline: none;
}
.slider--wide .slider__more:disabled,
.slider--wide .slider__more.disabled {
cursor: not-allowed;
}
.slider--wide .slider__more.progress {
overflow: visible;
height: auto;
-webkit-box-shadow: none;
box-shadow: none;
margin-bottom: 0;
}
.slider--wide .slider__more:after {
content: '';
position: absolute;
z-index: -1;
-webkit-transition: all 0.3s;
transition: all 0.3s;
left: 0;
right: 0;
text-align: center;
}
.slider--wide .slider__more.button--loading:before {
margin: 0 10px 0;
font-size: 14px;
display: inline-block;
font-family: FontAwesome;
content: "";
-webkit-animation: fa-spin 2s infinite linear;
animation: fa-spin 2s infinite linear;
}
.slider--wide .slider__more.has-error,
.slider--wide .slider__more.error {
-webkit-animation: shake 0.5s;
animation: shake 0.5s;
color: transparent !important;
}
.slider--wide .slider__more.has-error:after,
.slider--wide .slider__more.error:after {
content: "Error!";
-webkit-animation: scaleFromUp 0.5s;
animation: scaleFromUp 0.5s;
z-index: 1;
color: #e95b35;
}
.slider--wide .slider__more.has-success,
.slider--wide .slider__more.success {
color: transparent !important;
}
.slider--wide .slider__more.has-success:after,
.slider--wide .slider__more.success:after {
content: "Success!";
-webkit-animation: moveUp 0.5s;
animation: moveUp 0.5s;
z-index: 1;
color: #000000;
}
.button--loading-circle-o-notch .slider--wide .slider__more.button--loading:before {
content: "";
}
.button--loading-refresh .slider--wide .slider__more.button--loading:before {
content: "";
}
.button--loading-spinner .slider--wide .slider__more.button--loading:before {
content: "";
}
.slider--wide .slider__more.hover,
.slider--wide .slider__more:hover {
border-bottom: 4px solid #121717;
color: #f2f2f2;
background: #121717;
}
.slider--wide .slider__more:focus,
.slider--wide .slider__more:active:focus,
.slider--wide .slider__more:active,
.slider--wide .slider__more.active {
border-top: 4px solid #848991;
border-bottom: none;
color: #f2f2f2;
background: #121717;
outline: none;
}
.slider--wide .slider__more:disabled,
.slider--wide .slider__more.disabled {
color: #ccc;
background: #efefef;
border-bottom: 4px solid #dedede;
}
@media (max-width: 1199px) {
.slider--wide .slider__more {
padding: 6px 43px;
bottom: 0;
right: 0;
}
}
.slider--wide .slider__preview {
width: 100%;
height: 100%;
}
.slider--wide .slider__controls {
background: none;
padding: 0;
line-height: 1;
visibility: hidden;
position: absolute;
top: 50%;
left: 0;
right: 0;
bottom: auto;
}
@media (max-width: 991px) {
.slider--wide .slider__controls {
margin-top: -40px;
}
}
@media (max-width: 767px) {
.slider--wide .slider__controls {
margin-top: -70px;
}
}
@media (max-width: 400px) {
.slider--wide .slider__controls {
margin-top: -70px;
}
}
.slider--wide .slider__caption {
visibility: hidden;
}
.slider--wide .slider__control {
border: none;
background: rgba(0, 0, 0, 0.8);
width: 70px;
height: 70px;
position: absolute;
top: 50%;
margin-top: -30px;
text-align: center;
}
@media (max-width: 991px) {
.slider--wide .slider__control {
width: 35px;
height: 35px;
margin-top: -15px;
}
}
.slider--wide .slider__control:hover,
.slider--wide .slider__control.hover {
color: #121717;
}
.slider--wide .slider__control:active,
.slider--wide .slider__control.active {
color: #fff;
background: rgba(243, 188, 101, 0.8);
}
.slider--wide .slider__control:disabled,
.slider--wide .slider__control.disabled {
color: #fff;
cursor: not-allowed;
background: rgba(204, 204, 204, 0.8);
}
.slider--wide .slider__control--prev { left: 70px;
}
@media (max-width: 1550px) {
.slider--wide .slider__control--prev { left: 10px;
}
}
.boxed .slider--wide .slider__control--prev { left: 10px;
}
.slider--wide .slider__control--next { right: 70px;
}
@media (max-width: 1550px) {
.slider--wide .slider__control--next { right: 10px;
}
}
.boxed .slider--wide .slider__control--next { right: 10px;
}
@media (min-width: 1200px) {
.slider--fadeIn .slick-current .slider__caption {
-webkit-animation-name: fadeIn;
animation-name: fadeIn;
}
}
@media (min-width: 1200px) {
.slider--fadeInUp .slick-current .slider__caption {
-webkit-animation-name: fadeInUp;
animation-name: fadeInUp;
}
}
@media (min-width: 1200px) {
.slider--fadeInUpBig .slick-current .slider__caption {
-webkit-animation-name: fadeInUpBig;
animation-name: fadeInUpBig;
}
}
@media (min-width: 1200px) {
.slider--fadeInDown .slick-current .slider__caption {
-webkit-animation-name: fadeInDown;
animation-name: fadeInDown;
}
}
@media (min-width: 1200px) {
.slider--fadeInDownBig .slick-current .slider__caption {
-webkit-animation-name: fadeInDownBig;
animation-name: fadeInDownBig;
}
}
@media (min-width: 1200px) {
.slider--fadeInLeft .slick-current .slider__caption {
-webkit-animation-name: fadeInLeft;
animation-name: fadeInLeft;
}
}
@media (min-width: 1200px) {
.slider--fadeInLeftBig .slick-current .slider__caption {
-webkit-animation-name: fadeInLeftBig;
animation-name: fadeInLeftBig;
}
}
@media (min-width: 1200px) {
.slider--fadeInRight .slick-current .slider__caption {
-webkit-animation-name: fadeInRight;
animation-name: fadeInRight;
}
}
@media (min-width: 1200px) {
.slider--fadeInRightBig .slick-current .slider__caption {
-webkit-animation-name: fadeInRightBig;
animation-name: fadeInRightBig;
}
}
@media (min-width: 1200px) {
.slider--fadeOutUp .slick-current .slider__caption {
-webkit-animation-name: fadeOutUp;
animation-name: fadeOutUp;
}
}
@media (min-width: 1200px) {
.slider--fadeOutUpBig .slick-current .slider__caption {
-webkit-animation-name: fadeOutUpBig;
animation-name: fadeOutUpBig;
}
}
@media (min-width: 1200px) {
.slider--fadeOutDown .slick-current .slider__caption {
-webkit-animation-name: fadeOutDown;
animation-name: fadeOutDown;
}
}
@media (min-width: 1200px) {
.slider--fadeOutDownBig .slick-current .slider__caption {
-webkit-animation-name: fadeOutDownBig;
animation-name: fadeOutDownBig;
}
}
@media (min-width: 1200px) {
.slider--fadeOutLeft .slick-current .slider__caption {
-webkit-animation-name: fadeOutLeft;
animation-name: fadeOutLeft;
}
}
@media (min-width: 1200px) {
.slider--fadeOutLeftBig .slick-current .slider__caption {
-webkit-animation-name: fadeOutLeftBig;
animation-name: fadeOutLeftBig;
}
}
@media (min-width: 1200px) {
.slider--fadeOutRight .slick-current .slider__caption {
-webkit-animation-name: fadeOutRight;
animation-name: fadeOutRight;
}
}
@media (min-width: 1200px) {
.slider--fadeOutRightBig .slick-current .slider__caption {
-webkit-animation-name: fadeOutRightBig;
animation-name: fadeOutRightBig;
}
}
@media (min-width: 1200px) {
.slider--bounceIn .slick-current .slider__caption {
-webkit-animation-name: bounceIn;
animation-name: bounceIn;
}
}
@media (min-width: 1200px) {
.slider--bounceInUp .slick-current .slider__caption {
-webkit-animation-name: bounceInUp;
animation-name: bounceInUp;
}
}
@media (min-width: 1200px) {
.slider--bounceInDown .slick-current .slider__caption {
-webkit-animation-name: bounceInDown;
animation-name: bounceInDown;
}
}
@media (min-width: 1200px) {
.slider--bounceInLeft .slick-current .slider__caption {
-webkit-animation-name: bounceInLeft;
animation-name: bounceInLeft;
}
}
@media (min-width: 1200px) {
.slider--bounceInRight .slick-current .slider__caption {
-webkit-animation-name: bounceInRight;
animation-name: bounceInRight;
}
}
@media (min-width: 1200px) {
.slider--bounceOutUp .slick-current .slider__caption {
-webkit-animation-name: bounceOutUp;
animation-name: bounceOutUp;
}
}
@media (min-width: 1200px) {
.slider--bounceOutDown .slick-current .slider__caption {
-webkit-animation-name: bounceOutDown;
animation-name: bounceOutDown;
}
}
@media (min-width: 1200px) {
.slider--bounceOutLeft .slick-current .slider__caption {
-webkit-animation-name: bounceOutLeft;
animation-name: bounceOutLeft;
}
}
@media (min-width: 1200px) {
.slider--bounceOutRight .slick-current .slider__caption {
-webkit-animation-name: bounceOutRight;
animation-name: bounceOutRight;
}
}
@media (min-width: 1200px) {
.slider--rotateIn .slick-current .slider__caption {
-webkit-animation-name: rotateIn;
animation-name: rotateIn;
}
}
@media (min-width: 1200px) {
.slider--rotateInUpLeft .slick-current .slider__caption {
-webkit-animation-name: rotateInUpLeft;
animation-name: rotateInUpLeft;
}
}
@media (min-width: 1200px) {
.slider--rotateInUpRight .slick-current .slider__caption {
-webkit-animation-name: rotateInUpRight;
animation-name: rotateInUpRight;
}
}
@media (min-width: 1200px) {
.slider--rotateInDownLeft .slick-current .slider__caption {
-webkit-animation-name: rotateInDownLeft;
animation-name: rotateInDownLeft;
}
}
@media (min-width: 1200px) {
.slider--rotateInDownRight .slick-current .slider__caption {
-webkit-animation-name: rotateInDownRight;
animation-name: rotateInDownRight;
}
}
@media (min-width: 1200px) {
.slider--rotateOut .slick-current .slider__caption {
-webkit-animation-name: rotateOut;
animation-name: rotateOut;
}
}
@media (min-width: 1200px) {
.slider--rotateOutUpLeft .slick-current .slider__caption {
-webkit-animation-name: rotateOutUpLeft;
animation-name: rotateOutUpLeft;
}
}
@media (min-width: 1200px) {
.slider--rotateOutUpRight .slick-current .slider__caption {
-webkit-animation-name: rotateOutUpRight;
animation-name: rotateOutUpRight;
}
}
@media (min-width: 1200px) {
.slider--rotateOutDownLeft .slick-current .slider__caption {
-webkit-animation-name: rotateOutDownLeft;
animation-name: rotateOutDownLeft;
}
}
@media (min-width: 1200px) {
.slider--rotateOutDownRight .slick-current .slider__caption {
-webkit-animation-name: rotateOutDownRight;
animation-name: rotateOutDownRight;
}
}
@media (min-width: 1200px) {
.slider--slideIn .slick-current .slider__caption {
-webkit-animation-name: slideIn;
animation-name: slideIn;
}
}
@media (min-width: 1200px) {
.slider--slideInUp .slick-current .slider__caption {
-webkit-animation-name: slideInUp;
animation-name: slideInUp;
}
}
@media (min-width: 1200px) {
.slider--slideInDown .slick-current .slider__caption {
-webkit-animation-name: slideInDown;
animation-name: slideInDown;
}
}
@media (min-width: 1200px) {
.slider--slideInLeft .slick-current .slider__caption {
-webkit-animation-name: slideInLeft;
animation-name: slideInLeft;
}
}
@media (min-width: 1200px) {
.slider--slideInRight .slick-current .slider__caption {
-webkit-animation-name: slideInRight;
animation-name: slideInRight;
}
}
@media (min-width: 1200px) {
.slider--slideOut .slick-current .slider__caption {
-webkit-animation-name: slideOut;
animation-name: slideOut;
}
}
@media (min-width: 1200px) {
.slider--slideOutUp .slick-current .slider__caption {
-webkit-animation-name: slideOutUp;
animation-name: slideOutUp;
}
}
@media (min-width: 1200px) {
.slider--slideOutDown .slick-current .slider__caption {
-webkit-animation-name: slideOutDown;
animation-name: slideOutDown;
}
}
@media (min-width: 1200px) {
.slider--slideOutLeft .slick-current .slider__caption {
-webkit-animation-name: slideOutLeft;
animation-name: slideOutLeft;
}
}
@media (min-width: 1200px) {
.slider--slideOutRight .slick-current .slider__caption {
-webkit-animation-name: slideOutRight;
animation-name: slideOutRight;
}
}
@media (min-width: 1200px) {
.slider--flip .slick-current .slider__caption {
-webkit-animation-name: flip;
animation-name: flip;
}
}
@media (min-width: 1200px) {
.slider--flipInX .slick-current .slider__caption {
-webkit-animation-name: flipInX;
animation-name: flipInX;
}
}
@media (min-width: 1200px) {
.slider--flipInY .slick-current .slider__caption {
-webkit-animation-name: flipInY;
animation-name: flipInY;
}
}
@media (min-width: 1200px) {
.slider--flipOutX .slick-current .slider__caption {
-webkit-animation-name: flipOutX;
animation-name: flipOutX;
}
}
@media (min-width: 1200px) {
.slider--flipOutY .slick-current .slider__caption {
-webkit-animation-name: flipOutY;
animation-name: flipOutY;
}
}
@media (min-width: 1200px) {
.slider--lightSpeedIn .slick-current .slider__caption {
-webkit-animation-name: lightSpeedIn;
animation-name: lightSpeedIn;
}
}
@media (min-width: 1200px) {
.slider--bounce .slick-current .slider__caption {
-webkit-animation-name: bounce;
animation-name: bounce;
}
}
@media (min-width: 1200px) {
.slider--flash .slick-current .slider__caption {
-webkit-animation-name: flash;
animation-name: flash;
}
}
@media (min-width: 1200px) {
.slider--pulse .slick-current .slider__caption {
-webkit-animation-name: pulse;
animation-name: pulse;
}
}
@media (min-width: 1200px) {
.slider--wiggle .slick-current .slider__caption {
-webkit-animation-name: wiggle;
animation-name: wiggle;
}
}
@media (min-width: 1200px) {
.slider--swing .slick-current .slider__caption {
-webkit-animation-name: swing;
animation-name: swing;
}
}
@media (min-width: 1200px) {
.slider--shake .slick-current .slider__caption {
-webkit-animation-name: shake;
animation-name: shake;
}
}
@media (min-width: 1200px) {
.slider--tada .slick-current .slider__caption {
-webkit-animation-name: tada;
animation-name: tada;
}
}
@media (min-width: 1200px) {
.slider--wobble .slick-current .slider__caption {
-webkit-animation-name: wobble;
animation-name: wobble;
}
}
@media (min-width: 1200px) {
.slider--hinge .slick-current .slider__caption {
-webkit-animation-name: hinge;
animation-name: hinge;
}
}
@media (min-width: 1200px) {
.slider--rollIn .slick-current .slider__caption {
-webkit-animation-name: rollIn;
animation-name: rollIn;
}
}
@media (min-width: 1200px) {
.slider--rollOut .slick-current .slider__caption {
-webkit-animation-name: rollOut;
animation-name: rollOut;
}
}
@media (min-width: 1200px) {
.slider--zoomIn .slick-current .slider__caption {
-webkit-animation-name: zoomIn;
animation-name: zoomIn;
}
}
@media (min-width: 1200px) {
.slider--zoomInDown .slick-current .slider__caption {
-webkit-animation-name: zoomInDown;
animation-name: zoomInDown;
}
}
@media (min-width: 1200px) {
.slider--zoomInLeft .slick-current .slider__caption {
-webkit-animation-name: zoomInLeft;
animation-name: zoomInLeft;
}
}
@media (min-width: 1200px) {
.slider--zoomInRight .slick-current .slider__caption {
-webkit-animation-name: zoomInRight;
animation-name: zoomInRight;
}
}
@media (min-width: 1200px) {
.slider--zoomInUp .slick-current .slider__caption {
-webkit-animation-name: zoomInUp;
animation-name: zoomInUp;
}
}
@media (min-width: 1200px) {
.slider--zoomOut .slick-current .slider__caption {
-webkit-animation-name: zoomOut;
animation-name: zoomOut;
}
}
@media (min-width: 1200px) {
.slider--zoomOutDown .slick-current .slider__caption {
-webkit-animation-name: zoomOutDown;
animation-name: zoomOutDown;
}
}
@media (min-width: 1200px) {
.slider--zoomOutLeft .slick-current .slider__caption {
-webkit-animation-name: zoomOutLeft;
animation-name: zoomOutLeft;
}
}
@media (min-width: 1200px) {
.slider--zoomOutRight .slick-current .slider__caption {
-webkit-animation-name: zoomOutRight;
animation-name: zoomOutRight;
}
}
@media (min-width: 1200px) {
.slider--zoomOutUp .slick-current .slider__caption {
-webkit-animation-name: zoomOutUp;
animation-name: zoomOutUp;
}
}
@media (max-width: 991px) {
.slider--dots {
display: none;
}
}
.slider--dots .slider__container {
position: absolute;
top: 200px;
left: 0;
right: 0;
}
.slider--dots .slider__item {
overflow: hidden;
}
@media (max-width: 991px) {
.slider--dots .slider__item {
height: 940px;
}
}
@media (max-width: 767px) {
.slider--dots .slider__item {
height: 890px;
}
}
.slider--dots .slider__preview {
height: 100%;
}
.slider--dots .slider__img {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-line-pack: center;
align-content: center;
background: url(//www.flowrealproperty.be/hosting/2324-flow/wp-content/themes/realtyspace/public/img/ajax-loader.gif) no-repeat center center;
}
.slider--dots .slider__caption {
padding-left: 15px;
padding-right: 15px;
float: left;
width: 100%;
-webkit-animation-delay: .5s;
animation-delay: .5s;
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
@media (min-width: 992px) {
.slider--dots .slider__caption {
width: 66.66667%;
}
}
.slider--dots .slick-dots {
bottom: 20px;
}
.slider--dots .slick-dots li button {
color: #fff;
}
.slider--dots .slick-dots li button:before {
content: '';
}
.slider--dots .slick-dots li button:after {
font-size: 10px;
display: inline-block;
font-family: FontAwesome;
content: "";
}
.slider--dots .slick-dots li.slick-active button:after {
font-size: 10px;
display: inline-block;
font-family: FontAwesome;
content: "";
}
@media (max-width: 991px) {
.slider--auth {
display: none;
}
}
.slider--auth .slider__preview {
height: 100%;
}
.slider--init .slider__block {
visibility: visible;
}
.slider--init .slider__caption {
visibility: visible;
}
.slider--init .slider__controls {
visibility: visible;
}
.slider--small {
position: relative;
}
@media (min-width: 1200px) {
.slider--small .slider__item {
min-height: 450px;
}
}
.slider--small .slider__item img {
margin: 0 auto;
max-width: 100%;
}
@media print {
.slider--small .slider__item {
width: 100% !important;
}
}
@media print {
.slider--small .slider__item:not(.slick-current) {
display: none;
}
}
.slider--small .slider__controls {
padding: 11px 15px 4px 15px;
}
@media (max-width: 767px) {
.slider--small .slider__controls {
position: relative;
text-align: center;
padding: 5px 25px 10px;
}
}
.slider--small .slider__current {
margin: 0 4px 9px 19px;
float: left;
}
@media (max-width: 767px) {
.slider--small .slider__current {
float: none;
position: relative;
top: 3px;
line-height: 1;
font-size: 27px;
}
}
.slider--small .slider__total {
margin: 0 20px 0 3px;
top: 0;
}
@media (max-width: 767px) {
.slider--small .slider__total {
top: -6px;
margin-left: 7px;
font-size: 17px;
}
}
.slider--small .slider__control {
margin: 5px 0 0 0;
width: 40px;
height: 40px;
padding: 0;  }
@media (max-width: 767px) {
.slider--small .slider__control {
height: 25px;
width: 25px;
}
}
.slider--small .slider__control:before {
content: '';
display: none;
}
.slider--small .slider__control--prev {
float: left;
}
.slider--small .slider__control--next {
float: right;
}
.slider--small .slider__control-icon {
width: 30px;
height: 40px;
stroke: #fff;
stroke-width: 1px;
fill: none;
fill-rule: evenodd;
}
@media (max-width: 767px) {
.slider--small .slider__control-icon {
width: 25px;
height: 25px;
stroke-width: 2px;
}
}
.rtl .slider--small .slider__control-icon {
-webkit-transform: scale(-1, 1);
-ms-transform: scale(-1, 1);
transform: scale(-1, 1);
}
@media print {
.slider--small .slider__description {
display: none;
}
}
@media print {
.slider--small .slick-track {
width: 100% !important;
-webkit-transform: translate3d(0px, 0px, 0px) !important;
transform: translate3d(0px, 0px, 0px) !important;
}
}
.slider--fixed .slider__item img {
max-height: 450px;
}
@media print {
.slider--fixed .slider__item img {
max-height: none;
}
}
.slider--thumbs {
position: relative;
margin: 0;
}
@media print {
.slider--thumbs {
display: none;
}
}
.slider--thumbs .slider__item {
padding: 30px 0;
z-index: 5;
position: relative;
background: none;
}
.slider--thumbs .slider__item img {
margin: 0 auto;
max-width: 100%;
max-height: 110px;
}
@media print {
.slider--thumbs .slider__item img {
max-height: none;
}
}
.slider--thumbs .slider__item.slick-current {
z-index: 15;
-webkit-transform: scale(1.2);
-ms-transform: scale(1.2);
transform: scale(1.2);
}
@media (min-width: 1200px) {
.slider--thumbs .slider__item.slick-current img {
-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
box-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
}
}
@media print {
.slider--thumbs .slider__item.slick-current {
-webkit-transform: scale(1) !important;
-ms-transform: scale(1) !important;
transform: scale(1) !important;
}
.slider--thumbs .slider__item.slick-current img {
-webkit-box-shadow: none;
box-shadow: none;
}
}
.slider--thumbs .slider__block {
padding: 0 35px;
}
@media print {
.slider--thumbs .slider__block {
padding: 0;
}
}
.slider--thumbs .slider__control {
margin: 0;
width: 35px;
height: auto;
padding: 0;
position: absolute;
background: #000000;
bottom: 30px;
top: 30px;  }
.slider--thumbs .slider__control:before {
content: '';
display: none;
}
.slider--thumbs .slider__control--prev {
left: 0;
}
.slider--thumbs .slider__control--next {
right: 0;
}
@media print {
.slider--thumbs .slider__control {
display: none !important;
}
}
.slider--thumbs .slider__control-icon {
width: 30px;
height: 40px;
stroke: #fff;
stroke-width: 1px;
fill: none;
fill-rule: evenodd;
}
@media (max-width: 1199px) {
.slider--thumbs .slider__control-icon {
width: 25px;
height: 25px;
stroke-width: 2px;
}
}
.rtl .slider--thumbs .slider__control-icon {
-webkit-transform: scale(-1, 1);
-ms-transform: scale(-1, 1);
transform: scale(-1, 1);
}
.slider--thumbs .slider__categories {
margin-top: 30px;
}
.slider--thumbs .slider__category {
margin-right: 30px;
text-transform: uppercase;
color: #a6a6a6;
font-weight: 600;
cursor: pointer;
display: inline-block;
}
.slider--thumbs .slider__category:hover {
text-decoration: none;
}
.slider--thumbs .slider__category.active {
border-bottom: 2px solid #121717;
color: #121717;
} .banner {
position: relative;
}
.banner .container {
background: none !important;
}
.banner__title {
font-size: 100px;
color: #fff;
font-weight: 900;
margin: 0 80px 0 0;
line-height: 1.05;
}
@media (min-width: 992px) {
.banner__title {
-webkit-transition: 0.5s;
transition: 0.5s;
-webkit-transform: translateY(-20px);
-ms-transform: translateY(-20px);
transform: translateY(-20px);
opacity: 0;
}
}
@media (max-width: 1199px) {
.banner__title {
font-size: 70px;
margin: 0 120px 0 0;
}
}
@media (max-width: 991px) {
.banner__title {
font-size: 30px;
margin: 25px 0 15px;
display: none;
}
}
.banner__title--2 {
font-size: 66px;
font-family: "Montserrat", sans-serif;
text-transform: uppercase;
margin-top: 50px;
}
.banner__title--2 span {
font-family: "Montserrat Thin", sans-serif;
color: #000000;
font-size: 160px;
font-weight: 200;
display: block;
}
@media (max-width: 1199px) {
.banner__title--2 {
font-size: 50px;
margin-right: 0;
}
.banner__title--2 span {
font-size: 100px;
}
}
.banner__title--3 {
font-size: 76px;
font-family: "Montserrat Thin", sans-serif;
text-transform: uppercase;
margin-top: 50px;
font-weight: 200;
margin-right: 0;
}
.banner__title--3 strong {
font-family: "Montserrat", sans-serif;
font-weight: 400;
}
@media (max-width: 1199px) {
.banner__title--3 {
font-size: 50px;
}
}
.banner__title--4 {
margin-right: 0;
text-transform: uppercase;
margin-top: 80px;
line-height: 1;
}
@media (max-width: 1199px) {
.banner__title--4 {
font-size: 50px;
}
}
@media (max-width: 991px) {
.banner__title--4 {
display: none;
}
}
.banner__title--5 {
font-size: 55px;
font-family: "Montserrat", sans-serif;
font-weight: 400;
margin: 70px 0 0 0;
}
@media (max-width: 991px) {
.banner__title--5 {
display: none;
}
}
.banner__title-span-1 {
font-size: 50px;
}
.banner__title-span-2 {
font-size: 100px;
margin-top: -20px;
display: block;
}
@media (max-width: 1199px) {
.banner__title-span-2 {
font-size: 80px;
margin-top: -10px;
}
}
.banner__title-span-3 {
font-size: 40px;
font-weight: 400;
float: left;
margin-left: 220px;
margin-top: -14px;
}
@media (max-width: 1199px) {
.banner__title-span-3 {
margin-left: 170px;
}
}
.banner__title-border-bottom {
height: 6px;
background: #fff;
width: 435px;
margin-left: 10px;
display: inline-block;
}
@media (max-width: 1199px) {
.banner__title-border-bottom {
width: 300px;
}
}
.banner__title-border-top {
height: 6px;
background: #fff;
width: 205px;
display: inline-block;
margin-right: 10px;
float: left;
}
@media (max-width: 1199px) {
.banner__title-border-top {
width: 150px;
}
}
.banner__subtitle {
font-size: 24px;
color: #fff;
font-weight: 400;
margin: 45px 80px 0 0;
line-height: 1.7;
-webkit-transition: 0.5s;
transition: 0.5s;
-webkit-transition-delay: 0.3s;
transition-delay: 0.3s;
-webkit-transform: translateY(-20px);
-ms-transform: translateY(-20px);
transform: translateY(-20px);
opacity: 0;
}
@media (max-width: 1199px) {
.banner__subtitle {
margin: 45px 120px 0 0;
}
}
@media (max-width: 991px) {
.banner__subtitle {
display: none;
}
}
.banner__subtitle--2 {
font-size: 17px;
}
.banner__subtitle--4 {
font-size: 20px;
margin-top: 40px;
}
.banner__btn {
font-size: 30px;
color: #121717;
margin: 68px 0 0 23px;
display: block;
text-transform: uppercase;
font-weight: 600;
-webkit-transition: 0.5s;
transition: 0.5s;
-webkit-transition-delay: 0.3s;
transition-delay: 0.3s;
-webkit-transform: translateX(100px);
-ms-transform: translateX(100px);
transform: translateX(100px);
opacity: 0;
}
@media (max-width: 1199px) {
.banner__btn {
display: none;
}
}
.banner__btn.is-static {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
.banner__arrow {
margin-top: -277px;
}
@media (max-width: 1199px) {
.banner__arrow {
display: none;
}
}
.rtl .banner__arrow {
-webkit-transform: scale(-1, 1);
-ms-transform: scale(-1, 1);
transform: scale(-1, 1);
}
.banner__arrow svg {
stroke: #121717;
width: 770px;
height: 284px;
}
.banner__arrow-circle {
color: #121717;
margin: -71px 0 0 213px;
font-size: 50px;
opacity: 0;
-webkit-transition: 0.5s;
transition: 0.5s;
}
@media (max-width: 1199px) {
.banner__arrow-circle {
display: none;
}
}
.banner__arrow-end {
stroke: #121717;
position: absolute;
width: 30px;
height: 30px;
opacity: 0;
margin: -272px 0 0 739px;
}
@media (max-width: 1199px) {
.banner__arrow-end {
display: none;
}
}
.rtl .banner__arrow-end {
-webkit-transform: scale(-1, 1);
-ms-transform: scale(-1, 1);
transform: scale(-1, 1);
}
.banner__scroll-down {
position: absolute;
bottom: 10px;
left: 50%;
margin-left: -40px;
text-align: center;
}
@media (max-width: 767px) {
.banner__scroll-down {
display: none;
}
}
.banner__scroll-svg {
width: 18px;
height: 43px;
fill: #fff;
}
.banner__scroll-text {
font-size: 12px;
font-weight: 600;
color: #fff;
}
.banner__features {
color: #fff;
list-style: disc;
margin-left: 0;
margin-top: 20px;
font-size: 17px;
}
@media (max-width: 991px) {
.banner__features {
display: none;
}
}
.banner__features li {
margin: 10px 0;
}
.banner__sidebar-title {
font-size: 30px;
font-family: "Montserrat", sans-serif;
font-weight: 400;
color: #fff;
margin: 30px 0;
display: none;
}
.banner__sidebar-title--visible {
display: block;
}
@media (max-width: 991px) {
.banner__sidebar-title {
display: block;
margin-top: 0;
}
}
.banner--subpage {
position: relative;
overflow: hidden;
}
.banner--subpage:before,
.banner--subpage:after {
content: " ";
display: table;
}
.banner--subpage:after {
clear: both;
}
.banner--subpage .banner__item {
position: relative;
min-height: 510px;
}
@media (max-width: 767px) {
.banner--subpage .banner__item {
min-height: inherit;
}
}
.banner--subpage .banner__preview {
width: 100%;
position: absolute;
bottom: 0;
top: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
@media (max-width: 767px) {
.banner--subpage .banner__img {
height: 100%;
}
}
.banner--subpage .banner__caption {
position: relative;
z-index: 10;
}
.banner--subpage .banner__title {
font-size: 100px;
color: #fff;
font-weight: 900;
line-height: 1.05;
opacity: 1;
margin: 100px 0 0 0;
}
@media (max-width: 767px) {
.banner--subpage .banner__title {
display: block;
font-size: 50px !important;
margin-top: 30px;
}
}
.banner--subpage .banner__subtitle {
opacity: 1;
}
@media (max-width: 767px) {
.banner--subpage .banner__subtitle {
display: block;
margin: 30px 0 0;
font-size: 19px !important;
}
}
.banner--wide .banner__item {
background-repeat: no-repeat;
background-size: cover;
position: relative;
padding: 70px 0;
z-index: 200;
}
.banner--wide .banner__item:before,
.banner--wide .banner__item:after {
content: " ";
display: table;
}
.banner--wide .banner__item:after {
clear: both;
}
@media (max-width: 991px) {
.banner--wide .banner__item {
height: auto;
padding: 30px 0;
}
}
.banner--wide .banner__item {
padding-top: 200px;
}
@media (max-width: 991px) {
.banner--wide .banner__item {
padding-top: 150px;
}
}
@media (max-width: 767px) {
.banner--wide .banner__item {
padding-top: 70px;
}
}
.banner--wide .banner__caption {
padding-left: 15px;
padding-right: 15px;
float: left;
width: 100%;
}
@media (min-width: 992px) {
.banner--wide .banner__caption {
width: 66.66667%;
}
}
.banner--wide .banner__search {
padding-left: 15px;
padding-right: 15px;
float: left;
width: 100%;
position: relative;
z-index: 360;
}
@media (min-width: 992px) {
.banner--wide .banner__search {
width: 33.33333%;
}
}
@media (max-width: 767px) {
.banner--map .banner__item {
height: 100vh;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding-bottom: 15px;
}
.admin-bar .banner--map .banner__item {
height: calc(100vh - 45px);
}
.banner--map .banner__item > .container {
-ms-flex-item-align: end;
align-self: flex-end;
width: 100%;
}
}
.banner--map .banner__sidebar-title {
display: none;
}
.banner--play .banner__title {
-webkit-transform: translateY(0px);
-ms-transform: translateY(0px);
transform: translateY(0px);
opacity: 1;
}
.banner--play .banner__subtitle {
-webkit-transform: translateY(0px);
-ms-transform: translateY(0px);
transform: translateY(0px);
opacity: 1;
}
.banner--play .banner__btn {
-webkit-transform: translateX(0px);
-ms-transform: translateX(0px);
transform: translateX(0px);
opacity: 1;
}
.banner--play .banner__arrow-circle {
opacity: 1;
}
.banner--default .banner__item {
padding: 50px 0;
}
@media (max-width: 991px) {
.banner--default .banner__item {
padding: 30px 0 0;
}
}
@media (max-width: 767px) {
.banner--default .banner__item {
padding: 15px 0 0;
}
}
.banner--slider .banner__title {
-webkit-transform: translateY(0px);
-ms-transform: translateY(0px);
transform: translateY(0px);
opacity: 1;
}
.banner--slider .banner__subtitle {
-webkit-transform: translateY(0px);
-ms-transform: translateY(0px);
transform: translateY(0px);
opacity: 1;
}
.banner--slider .banner__btn {
-webkit-transform: translateX(0px);
-ms-transform: translateX(0px);
transform: translateX(0px);
opacity: 1;
}
.banner--slider .banner__arrow-circle {
opacity: 1;
}
.banner--slider .banner__container {
position: absolute;
top: 200px;
left: 0;
right: 0;
}
@media (max-width: 991px) {
.banner--slider .banner__container {
padding-top: 130px;
top: 0;
position: relative;
background: url(//www.flowrealproperty.be/hosting/2324-flow/wp-content/themes/realtyspace/public/media-demo/banner/banner-1.jpg) 50% 0 no-repeat;
background-size: cover;
}
}
@media (max-width: 767px) {
.banner--slider .banner__container {
padding-top: 60px;
padding-bottom: 30px;
}
}
@media (max-width: 991px) {
.banner--slider .banner__container--auth {
background: url(//www.flowrealproperty.be/hosting/2324-flow/wp-content/themes/realtyspace/public/media-demo/banner/banner-4.jpg) 50% 0 no-repeat;
}
}
.banner--slider .banner__sidebar {
padding-left: 15px;
padding-right: 15px;
float: left;
width: 100%;
position: relative;
z-index: 360;
float: right !important;
}
@media (min-width: 992px) {
.banner--slider .banner__sidebar {
width: 33.33333%;
}
}
.banner--overlay .banner__item {
padding-top: 200px;
}
@media (max-width: 991px) {
.banner--overlay .banner__item {
padding-top: 150px;
}
}
@media (max-width: 767px) {
.banner--overlay .banner__item {
padding-top: 70px;
}
}
.banner--overlay-2 .banner__item {
padding-top: 170px;
}
@media (max-width: 991px) {
.banner--overlay-2 .banner__item {
padding-top: 110px;
}
}
@media (max-width: 767px) {
.banner--overlay-2 .banner__item {
padding-top: 30px;
}
} .review__photo {
position: relative;
margin: 0;
float: left;
width: 50%;
padding-right: 10px;
}
@media (max-width: 767px) {
.review__photo {
float: none;
margin: 0 auto;
}
}
.review__photo img {
max-width: 100%;
}
@media (max-width: 767px) {
.review__photo img {
float: none;
margin: 0 auto;
}
}
.review__details {
float: left;
padding-left: 10px;
}
@media (max-width: 767px) {
.review__details {
float: none;
text-align: center;
padding: 0;
}
}
.review__name {
font-size: 17px;
color: #121717;
font-weight: 900;
padding: 0;
text-transform: uppercase;
display: block;
}
@media (max-width: 767px) {
.review__name {
font-size: 15px;
margin-top: 0;
}
}
.review__post {
color: #121717;
display: block;
}
@media (max-width: 767px) {
.review__post {
font-size: 13px;
}
}
.review__info {
margin-top: 0;
}
.review__slider {
overflow: hidden;
padding: 0 0 50px 0;
width: 100%;
margin: 0 auto;
}
@media (max-width: 767px) {
.review__slider {
padding-bottom: 10px;
}
}
.review__controls {
display: none;
}
.review .slick-dots {
text-align: center;
bottom: 0;
}
@media (max-width: 767px) {
.review .slick-dots {
bottom: -17px;
}
}
.review li button:before {
font-size: 10px;
display: inline-block;
font-family: FontAwesome;
content: "";
color: #121717;
opacity: 1;
}
.review li.slick-active button:before {
font-size: 10px;
display: inline-block;
font-family: FontAwesome;
content: "";
color: #000000;
}
.review--wide {
padding: 0 235px;
}
@media (max-width: 1199px) {
.review--wide {
padding: 0;
}
}
@media (max-width: 767px) {
.review--wide .review__photo {
padding-right: 0;
}
}
.review--wide .review__photo img {
float: right;
}
@media (max-width: 767px) {
.review--wide .review__photo img {
float: none;
}
}
.review--wide .review__name {
margin: 24px 0 0;
}
.review--wide .review__info {
margin-top: 0;
clear: both;
}
@media (max-width: 767px) {
.review--wide .review__info {
margin-top: -10px;
}
}
.review--wide .review__info p {
font-style: italic;
color: #000000;
text-align: center;
}
.review--wide .review__info-quote {
font-size: 50px;
line-height: 1;
color: #121717;
height: 25px;
font-weight: 600;
}
.review--wide .review__info-quote p {
font-style: italic;
color: #000000;
text-align: center;
}
.review--wide .review__info-quote--close {
float: right;
margin-top: -30px;
}
@media (max-width: 991px) {
.review--wide .review__info-quote--close {
margin-top: -15px;
}
}
.review--wide .review__stars {
display: none;
}
.review--list .listing__item:nth-child(2n) .review__info,
.review--list .listing__item:nth-child(2n) .review__details,
.review--list .listing__item:nth-child(2n) .review__photo {
float: right;
}
.review--list .listing__item:nth-child(2n) .review__info img,
.review--list .listing__item:nth-child(2n) .review__details img,
.review--list .listing__item:nth-child(2n) .review__photo img {
float: right;
}
.review--list .review__item {
margin-left: -15px;
margin-right: -15px;
}
.review--list .review__item:before,
.review--list .review__item:after {
content: " ";
display: table;
}
.review--list .review__item:after {
clear: both;
}
.review--list .review__info {
margin-top: -6px;
}
@media (max-width: 991px) {
.review--list .review__info {
margin-top: 15px;
}
}
.review--list .review__info-quote {
display: none;
}
.review--list .review__stars {
margin-top: 15px;
}
@media (max-width: 767px) {
.review--list .review__stars {
margin-top: 10px;
}
}
.review--list .review__photo {
padding-left: 15px;
padding-right: 15px;
position: relative;
min-height: 1px;
float: left;
width: 33.33333%;
}
@media (min-width: 480px) {
.review--list .review__photo:nth-of-type(n) {
clear: none;
}
.review--list .review__photo:nth-of-type(3n+1) {
clear: both;
}
}
@media (min-width: 992px) {
.review--list .review__photo {
width: 16.66667%;
}
}
@media (min-width: 992px) {
.review--list .review__photo:nth-of-type(n) {
clear: none;
}
.review--list .review__photo:nth-of-type(6n+1) {
clear: both;
}
}
.review--list .review__photo img {
width: 100%;
}
.review--list .review__details {
padding-left: 15px;
padding-right: 15px;
position: relative;
min-height: 1px;
float: left;
width: 66.66667%;
text-align: center;
}
@media (min-width: 480px) {
.review--list .review__details:nth-of-type(n) {
clear: none;
}
.review--list .review__details:nth-of-type(1.5n+1) {
clear: both;
}
}
@media (min-width: 992px) {
.review--list .review__details {
width: 25%;
}
}
@media (min-width: 992px) {
.review--list .review__details:nth-of-type(n) {
clear: none;
}
.review--list .review__details:nth-of-type(4n+1) {
clear: both;
}
}
.review--list .review__info {
padding-left: 15px;
padding-right: 15px;
position: relative;
min-height: 1px;
float: left;
width: 100%;
}
@media (min-width: 480px) {
.review--list .review__info:nth-of-type(n) {
clear: none;
}
.review--list .review__info:nth-of-type(1n+1) {
clear: both;
}
}
@media (min-width: 992px) {
.review--list .review__info {
width: 58.33333%;
}
}
@media (min-width: 992px) {
.review--list .review__info:nth-of-type(n) {
clear: none;
}
.review--list .review__info:nth-of-type(1.71429n+1) {
clear: both;
}
}
.review--list .review__name {
margin-top: -7px;
} .scrollup {
position: fixed;
background: #bebebe;
color: #f2f2f2222;
bottom: 30px;
left: 50%;
margin-left: 530px;
z-index: 10;
border: none;
padding: 0 7px 3px 7px;
opacity: 0;
-webkit-transition: 0.5s;
transition: 0.5s;
outline: none;
}
.scrollup:before {
font-size: 2em;
display: inline-block;
font-family: FontAwesome;
content: "";
line-height: 1.3;
}
.scrollup.scrollup-show {
opacity: 1;
}
@media (max-width: 1199px) {
.scrollup {
margin-left: 0;
left: auto;
right: 20px;
}
}
@media print {
.scrollup {
display: none;
}
} .dropdown__menu {
display: block !important;
opacity: 0;
height: 0;
overflow: hidden;
cursor: default;
pointer-events: none;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transform: translate3d(0, -3px, 0);
transform: translate3d(0, -3px, 0);
position: absolute;
top: 30px;
left: 0;
padding: 0;
border: 1px solid #dcdcdc;
z-index: 1000;
}
.dropdown__menu:before {
width: 7px;
height: 7px;
position: absolute;
background: #fff;
top: -4px;
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
content: "";
display: block;
left: 20px;
border-top: 1px solid #dcdcdc;
border-right: 1px solid #dcdcdc;
}
.dropdown__menu ul {
list-style: none;
padding: 0;
margin: 0;
position: relative;
}
.open .dropdown__menu {
opacity: 1;
height: auto;
overflow: visible;
-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
transition: opacity 0.3s, transform 0.3s;
pointer-events: auto;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.dropdown--select {
width: 100%;
}
.dropdown--select .dropdown-toggle {
display: block;
width: 100%;
height: 40px;
padding: 6px 20px;
font-size: 15px;
line-height: 1.6;
color: #121717;
background-color: #fff;
background-image: none;
border: 1px solid #d6d6d6;
border-radius: 0;
position: relative;
z-index: 5;
-webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
background: #fff;
text-align: left;
padding: 5px 30px 5px 20px;
}
.dropdown--select .dropdown-toggle:focus {
border-color: #000000;
outline: 0;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 187, 170, 0.6);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 187, 170, 0.6);
}
.dropdown--select .dropdown-toggle::-moz-placeholder {
color: #121717;
opacity: 1;
}
.dropdown--select .dropdown-toggle:-ms-input-placeholder {
color: #121717;
}
.dropdown--select .dropdown-toggle::-webkit-input-placeholder {
color: #121717;
}
.dropdown--select .dropdown-toggle[disabled],
.dropdown--select .dropdown-toggle[readonly],
fieldset[disabled] .dropdown--select .dropdown-toggle {
cursor: not-allowed;
background-color: #eeeeee;
opacity: 1;
}
.dropdown--select .dropdown-toggle.parsley-error {
border: 1px solid #e95b35;
}
.dropdown--select .dropdown-toggle.parsley-success {
border: 1px solid #000000;
}
.dropdown--select .dropdown-toggle:after {
display: block;
position: absolute;
bottom: 0;
right: 10px;
top: 0;
padding: 5px 0 0 10px;
color: #595959;
font-size: 15px;
display: inline-block;
font-family: FontAwesome;
content: "";
border-left: 1px solid #d6d6d6;
}
.dropdown--select .dropdown-menu {
background: #fff;
border: 1px solid #d6d6d6;
margin-top: -1px;
right: 0;
}
.dropdown--select .dropdown__content {
max-height: 200px;
overflow: auto;
}
.dropdown--select .dropdown__buttons {
padding: 10px 6px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.dropdown--select .dropdown__list li .in-label {
width: 100%;
}
.dropdown--select .btn--default {
padding: 4px 10px;
width: 47%;
margin: 0;
}
.dropdown--select .btn--default--reset {
padding-left: 8px;
}
.dropdown--select .btn--default--reset:before {
font-size: 1em;
display: inline-block;
font-family: FontAwesome;
content: "";
font-size: 12px;
margin: 0 5px 0 0;
}
.dropdown--header .dropdown__btn {
font-size: 13px;
text-transform: uppercase;
background: none;
position: relative;
padding: 0;
display: block;
border: none;
font-weight: 700;
}
.dropdown--header .dropdown__btn:after {
display: block;
font-size: 10px;
display: inline-block;
font-family: FontAwesome;
content: "";
padding: 0 0 0 11px;
text-align: left;
opacity: 0.5;
}
.dropdown--header .dropdown__menu {
background: #fff;
width: 125px;
}
.dropdown--header .dropdown__link {
margin: 0 30px;
padding: 3px 0;
color: #121717;
display: block;
text-transform: uppercase;
}
.dropdown--header .dropdown__link.active,
.dropdown--header .dropdown__link:hover {
margin: 0;
padding: 3px 30px;
background: #000000;
color: #fff;
text-decoration: none;
}
.dropdown--header .dropdown__link.active {
font-weight: bold;
} .header {
z-index: 940;
position: relative;
background: #000000;
color: #fff;
}
.header:before,
.header:after {
content: " ";
display: table;
}
.header:after {
clear: both;
}
@media print {
.header {
display: none;
}
}
.header__row {
padding: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
height: 50px;
}
.header__settings {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
@media (max-width: 767px) {
.header__settings {
display: none;
}
}
.header__settings-column {
margin-right: 50px;
}
.header__settings-column:last-of-type {
margin-right: 0;
}
@media (max-width: 1199px) {
.header__settings-column {
margin-right: 20px;
}
}
.header__settings-icon {
width: 16px;
height: 16px;
position: relative;
top: 4px;
margin: -3px 10px 0 0;
opacity: 0.5;
}
.header__contacts {
background: rgba(0, 0, 0, 0.1);
height: 100%;
}
@media (max-width: 767px) {
.header__contacts {
background: none !important;
margin-left: 0;
margin-right: 0;
}
}
.header__contacts--social {
margin-left: auto;
}
@media (max-width: 991px) {
.header__contacts--social {
margin-right: auto;
}
}
@media (max-width: 767px) {
.header__contacts--social {
margin-left: 0;
margin-right: 0;
}
}
.header__social {
margin-top: -4px;
margin-right: auto;
margin-left: auto;
}
@media (max-width: 991px) {
.header__social {
display: none;
}
}
.header__social--contacts {
margin-left: 30px;
}
.header__phone {
color: #fff;
display: block;
font-weight: 400;
line-height: 1;
padding: 15px 40px 0;
}
.header__phone:hover {
color: #fff;
text-decoration: none;
}
@media (max-width: 767px) {
.header__phone {
padding: 15px 0 0;
}
}
.header__phone-icon {
width: 16px;
height: 14px;
}
@media (max-width: 767px) {
.header__phone-icon {
width: 22px;
height: 22px;
}
}
.header__call {
text-align: center;
padding: 5px 15px 0;
}
.header__call:before {
font-size: 2.1em;
display: inline-block;
font-family: FontAwesome;
content: "";
color: #fff;
}
@media (min-width: 768px) {
.header__call {
display: none;
}
}
.header__logo {
text-align: center;
line-height: 1;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
@media (min-width: 768px) {
.header__logo {
display: none;
}
}
.header__logo:hover {
text-decoration: none;
}
.header__logo svg {
width: 50px;
height: 35px;
}
.header__logo img {
width: 100%;
}
.header__logo-title {
margin-left: 15px;
color: #fff;
font-weight: bold;
text-transform: uppercase;
}
.header__navbar-toggle {
background: none;
border: none;
height: 40px;
width: 40px;
padding: 0 !important;
border-radius: 20px;
outline: none;
}
.header__navbar-toggle.collapsed {
background: #fff;
}
.header__navbar-toggle.collapsed .header__navbar-show {
display: none;
}
.header__navbar-toggle.collapsed .header__navbar-hide {
display: block;
fill: #000000;
}
.header__navbar-toggle.collapsed svg {
fill: #000000;
}
.header__navbar-toggle svg {
width: 30px;
height: 30px;
margin-left: 5px;
}
@media (min-width: 768px) {
.header__navbar-toggle {
display: none;
}
}
@media (max-width: 767px) {
.header__navbar-toggle {
padding-top: 0;
-webkit-transform: translate(0px);
-ms-transform: translate(0px);
transform: translate(0px);
}
}
.header__navbar-show {
display: block;
}
.header__navbar-hide {
fill: #000000 !important;
display: none;
}
.header__span {
margin-left: 15px;
}
@media (max-width: 767px) {
.header__span {
display: none;
}
}
.auth__nav-btn .header__span {
margin-left: 5px;
}
.header svg {
fill: #fff;
}
.header--none {
display: none;
}
.header--overlay {
position: absolute;
left: 0;
right: 0;
}
.boxed .header--overlay {
left: 10px;
right: 10px;
}
@media (max-width: 767px) {
.header--overlay {
display: block;
background: none;
}
}
.header--overlay .header__call {
display: none;
}
.header--dark {
background: rgba(0, 0, 0, 0.2);
color: #fff;
}
.header--dark svg {
fill: #fff;
}
.header--dark .header__contacts {
background: rgba(0, 0, 0, 0.2);
}
.header--white {
background: #fff;
color: #121717;
}
.header--white svg {
fill: #121717;
}
.header--white .header__contacts {
background: rgba(0, 0, 0, 0.1);
}
.header--white .header__phone {
color: #121717;
}
.header--blue {
background: #121717;
color: #fff;
}
.header--blue svg {
fill: #fff;
}
.header--blue .header__contacts {
background: none;
}
.header--blue .header__phone {
color: #fff;
}
.header--blue .header__navbar-hide {
fill: #121717 !important;
}
.header--mob-opened.header--dark,
.header--mob-opened.header--white {
background: none !important;
}
.header--mob-opened .header__logo {
visibility: hidden;
}
.header--mob-opened .header__contacts {
visibility: hidden;
} .social:before,
.social:after {
content: " ";
display: table;
}
.social:after {
clear: both;
}
.social__item {
float: left;
font-size: 20px;
margin: 10px 48px 10px 0;
}
.social__item:hover,
.social__item:focus {
color: #121717;
text-decoration: none;
}
.social--header .social__item {
margin: 0 50px 0 0;
color: #fff;
}
.header--white .social--header .social__item {
color: #121717;
}
.social--header .social__item:hover {
color: #121717;
}
.social--circles .social__item {
border: 1px solid #fff;
border-radius: 25px;
width: 25px;
height: 25px;
text-align: center;
margin-right: 15px;
font-size: 15px;
margin-top: 5px;
}
.social--properties {
float: right;
color: #121717;
width: auto;
clear: right;
padding: 0;
text-align: right;
margin-top: 30px;
}
@media print {
.social--properties {
display: none;
}
}
.social--properties .social__title {
float: left;
margin-top: 5px;
}
@media (max-width: 767px) {
.social--properties .social__title {
float: none;
display: block;
}
}
.social--properties .social__item {
margin: 0 0 0 24px;
display: inline-block;
float: none;
}
@media (max-width: 1199px) {
.social--properties .social__item {
margin-left: 15px;
}
}
@media (max-width: 767px) {
.social--properties .social__item {
font-size: 19px;
}
.social--properties .social__item:first-of-type {
margin-left: 0;
}
}
@media (max-width: 767px) {
.social--properties {
padding: 0;
}
}
.social--article {
float: right;
color: #121717;
width: auto;
clear: right;
margin: 0 0 0 0;
padding: 0;
}
.social--article span {
float: left;
margin: 5px 10px 0 0;
}
.social--article .social__item {
margin: 0 0 0 30px;
}
.social--footer .social__item {
margin: 10px 40px 0 0;
color: #000000;
font-size: 20px;
}
.social--footer .social__item:hover {
color: #121717;
}
.social--join {
margin: 30px 0;
font-size: 17px;
color: #fff;
}
.social--join .social__item {
margin: 0 15px;
float: none;
font-size: 20px;
color: #fff;
}
.social--join .social__item:hover {
text-decoration: none;
color: #121717;
}
.social--worker {
margin: 30px 0 0 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
@media (max-width: 1199px) {
.social--worker {
margin: 13px 0 0 0;
float: right;
}
}
@media print {
.social--worker {
display: none !important;
}
}
.social--worker .social__item {
margin: 0;
}
.social--contacts {
-webkit-box-pack: inherit;
-ms-flex-pack: inherit;
justify-content: inherit;
float: none;
display: block;
margin-top: 5px;
}
@media (max-width: 767px) {
.social--contacts {
float: none;
text-align: center;
}
}
@media (max-width: 767px) {
.social--contacts .contacts__social-title {
margin-right: 0;
float: none;
display: block;
}
}
.social--contacts .social__item {
margin-right: 30px;
}
@media (max-width: 767px) {
.social--contacts .social__item {
float: none;
display: inline-block;
margin-right: 20px;
}
.social--contacts .social__item:last-child {
margin-right: 0;
}
}
.social--sidebar-worker {
margin: 10px 0 0 0;
border-bottom: 1px dotted #d6d6d6;
}
.social--sidebar-worker:before,
.social--sidebar-worker:after {
content: " ";
display: table;
}
.social--sidebar-worker:after {
clear: both;
}
.social--sidebar-worker .social__item {
margin: 0 20px 0 0;
}
.social--sidebar-worker .social__item--linkedin {
margin: 5px 20px 0 0;
}
.social--sidebar-worker .social__item:last-child {
margin-right: 0;
}
.social--sidebar-worker svg {
fill: #000000;
} @media (max-width: 767px) {
.navbar {
display: none;
}
}
@media print {
.navbar {
display: block !important;
}
}
.navbar__row {
margin: 30px 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
@media (max-width: 767px) {
.navbar__row {
margin: 0;
}
}
.header-fixed .navbar__row {
margin: 0 !important;
padding: 10px 0 !important;
background: none !important;
}
.navbar__brand {
line-height: 1;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
@media (max-width: 767px) {
.navbar__brand {
display: none;
}
}
@media print {
.navbar__brand {
margin: 0 auto;
display: block !important;
}
}
.navbar__brand:hover {
text-decoration: none;
}
.navbar__brand img {
width: 100%;
}
.navbar__brand svg {
height: 60px;
}
.navbar__brand-logo {
fill: #121717;
}
.navbar__brand-logo--default {
display: block;
}
.navbar__brand-logo--hero {
display: none;
}
.navbar__brand-logo--svg {
height: 60px;
width: 215px;
}
@media (max-width: 1199px) {
.navbar__brand-logo--svg {
width: 140px;
}
}
@media (max-width: 767px) {
.navbar__brand-logo {
display: none;
}
}
@media print {
.navbar__brand-logo {
display: block !important;
}
}
.navbar__brand-title {
font-size: 20px;
text-transform: uppercase;
margin-left: 15px;
font-weight: bold;
color: #121717;
}
.navbar__wrap {
margin: -5px 0 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
}
@media (max-width: 767px) {
.navbar__wrap {
display: none;
}
}
@media print {
.navbar__wrap {
display: none;
}
}
@media (max-width: 767px) {
.navbar__wrap--init {
display: block;
background: #000000;
width: 300px;
bottom: 0;
-webkit-box-shadow: none;
box-shadow: none;
margin: 0;
position: absolute;
top: 50px;
right: 0;
z-index: 1090;
float: none;
visibility: hidden;
overflow-y: auto;
-webkit-transform: translate(300px);
-ms-transform: translate(300px);
transform: translate(300px);
-webkit-transition: 300ms;
transition: 300ms;
}
.rtl .navbar__wrap--init {
display: none;
}
}
.navbar__wrap.opened {
-webkit-transform: translate(0px);
-ms-transform: translate(0px);
transform: translate(0px);
visibility: visible;
}
.rtl .navbar__wrap.opened {
display: block;
}
.navbar__nav {
margin: 0;
padding: 0;
list-style: none;
}
@media (max-width: 767px) {
.navbar__nav {
margin-top: 0;
width: 300px;
position: relative;
z-index: 20;
overflow-y: auto;
overflow-x: hidden;
min-height: 100%;
}
}
.navbar__nav > li {
float: left;
margin: 0 0 0 40px;
}
@media (max-width: 767px) {
.navbar__nav > li {
position: initial;
float: none;
margin: 0;
}
}
.navbar__nav > li > a {
text-transform: uppercase;
font-weight: 600;
display: block;
text-decoration: none;
color: #121717;
}
@media (max-width: 767px) {
.navbar__nav > li > a {
font-size: 17px;
color: #fff !important;
border-bottom: 1px solid rgba(255, 255, 255, 0.3);
padding: 15px 25px;
}
}
@media (min-width: 768px) {
.active > .navbar__nav > li > a {
-webkit-box-shadow: 0 2px 0 #121717;
box-shadow: 0 2px 0 #121717;
}
}
@media (max-width: 767px) {
.active > .navbar__nav > li > a {
background: #000000;
}
}
.navbar__item {
-webkit-transition: background 0.3s;
transition: background 0.3s;
position: relative;
}
.navbar__item:active > a,
.navbar__item:hover > a,
.navbar__item.open > a {
text-decoration: none;
}
@media (max-width: 991px) {
.navbar__item {
margin-left: 20px;
}
}
@media (max-width: 767px) {
.navbar__item {
position: initial;
float: none;
margin: 0;
}
}
.navbar__item--mob {
display: none;
}
@media (max-width: 767px) {
.navbar__item--mob {
display: block;
}
}
.navbar__dropdown {
position: absolute;
left: 0;
display: block;
padding: 0;
border: none;
min-width: 200px;
background: #000000;
margin: 0;
z-index: 255;
}
@media (min-width: 768px) {
.navbar__dropdown {
visibility: hidden;
-webkit-animation-duration: .2s;
animation-duration: .2s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
.navbar__item:hover > .navbar__dropdown {
visibility: visible;
}
.menu-default .navbar__item:hover > .navbar__dropdown,
.menu-default .navbar__item.open > .navbar__dropdown {
-webkit-animation-name: fadeInUp;
animation-name: fadeInUp;
}
.menu-fadeIn .navbar__item:hover > .navbar__dropdown {
-webkit-animation-name: fadeIn;
animation-name: fadeIn;
}
.menu-fadeInUp .navbar__item:hover > .navbar__dropdown {
-webkit-animation-name: fadeInUp;
animation-name: fadeInUp;
}
.menu-fadeInUpBig .navbar__item:hover > .navbar__dropdown {
-webkit-animation-name: fadeInUpBig;
animation-name: fadeInUpBig;
}
.menu-fadeInDown .navbar__item:hover > .navbar__dropdown {
-webkit-animation-name: fadeInDown;
animation-name: fadeInDown;
}
.menu-fadeInDownBig .navbar__item:hover > .navbar__dropdown {
-webkit-animation-name: fadeInDownBig;
animation-name: fadeInDownBig;
}
.menu-fadeInLeft .navbar__item:hover > .navbar__dropdown {
-webkit-animation-name: fadeInLeft;
animation-name: fadeInLeft;
}
.menu-fadeInLeftBig .navbar__item:hover > .navbar__dropdown {
-webkit-animation-name: fadeInLeftBig;
animation-name: fadeInLeftBig;
}
.menu-fadeInRight .navbar__item:hover > .navbar__dropdown {
-webkit-animation-name: fadeInRight;
animation-name: fadeInRight;
}
.menu-fadeInRightBig .navbar__item:hover > .navbar__dropdown {
-webkit-animation-name: fadeInRightBig;
animation-name: fadeInRightBig;
}
.menu-fadeOutUp .navbar__item:hover > .navbar__dropdown {
-webkit-animation-name: fadeOutUp;
animation-name: fadeOutUp;
}
.menu-fadeOutUpBig .navbar__item:hover > .navbar__dropdown {
-webkit-animation-name: fadeOutUpBig;
animation-name: fadeOutUpBig;
}
.menu-fadeOutDown .navbar__item:hover > .navbar__dropdown {
-webkit-animation-name: fadeOutDown;
animation-name: fadeOutDown;
}
.menu-fadeOutDownBig .navbar__item:hover > .navbar__dropdown {
-webkit-animation-name: fadeOutDownBig;
animation-name: fadeOutDownBig;
}
.menu-fadeOutLeft .navbar__item:hover > .navbar__dropdown {
-webkit-animation-name: fadeOutLeft;
animation-name: fadeOutLeft;
}
.menu-fadeOutLeftBig .navbar__item:hover > .navbar__dropdown {
-webkit-animation-name: fadeOutLeftBig;
animation-name: fadeOutLeftBig;
}
.menu-fadeOutRight .navbar__item:hover > .navbar__dropdown {
-webkit-animation-name: fadeOutRight;
animation-name: fadeOutRight;
}
.menu-fadeOutRightBig .navbar__item:hover > .navbar__dropdown {
-webkit-animation-name: fadeOutRightBig;
animation-name: fadeOutRightBig;
}
.menu-bounceIn .navbar__item:hover > .navbar__dropdown {
-webkit-animation-name: bounceIn;
animation-name: bounceIn;
}
.menu-bounceInUp .navbar__item:hover > .navbar__dropdown {
-webkit-animation-name: bounceInUp;
animation-name: bounceInUp;
}
.menu-bounceInDown .navbar__item:hover > .navbar__dropdown {
-webkit-animation-name: bounceInDown;
animation-name: bounceInDown;
}
.menu-bounceInLeft .navbar__item:hover > .navbar__dropdown {
-webkit-animation-name: bounceInLeft;
animation-name: bounceInLeft;
}
.menu-bounceInRight .navbar__item:hover > .navbar__dropdown {
-webkit-animation-name: bounceInRight;
animation-name: bounceInRight;
}
.menu-bounceOutUp .navbar__item:hover > .navbar__dropdown {
-webkit-animation-name: bounceOutUp;
animation-name: bounceOutUp;
}
.menu-bounceOutDown .navbar__item:hover > .navbar__dropdown {
-webkit-animation-name: bounceOutDown;
animation-name: bounceOutDown;
}
.menu-bounceOutLeft .navbar__item:hover > .navbar__dropdown {
-webkit-animation-name: bounceOutLeft;
animation-name: bounceOutLeft;
}
.menu-bounceOutRight .navbar__item:hover > .navbar__dropdown {
-webkit-animation-name: bounceOutRight;
animation-name: bounceOutRight;
}
.menu-rotateIn .navbar__item:hover > .navbar__dropdown {
-webkit-animation-name: rotateIn;
animation-name: rotateIn;
}
.menu-rotateInUpLeft .navbar__item:hover > .navbar__dropdown {
-webkit-animation-name: rotateInUpLeft;
animation-name: rotateInUpLeft;
}
.menu-rotateInUpRight .navbar__item:hover > .navbar__dropdown {
-webkit-animation-name: rotateInUpRight;
animation-name: rotateInUpRight;
}
.menu-rotateInDownLeft .navbar__item:hover > .navbar__dropdown {
-webkit-animation-name: rotateInDownLeft;
animation-name: rotateInDownLeft;
}
.menu-rotateInDownRight .navbar__item:hover > .navbar__dropdown {
-webkit-animation-name: rotateInDownRight;
animation-name: rotateInDownRight;
}
.menu-rotateOut .navbar__item:hover > .navbar__dropdown {
-webkit-animation-name: rotateOut;
animation-name: rotateOut;
}
.menu-rotateOutUpLeft .navbar__item:hover > .navbar__dropdown {
-webkit-animation-name: rotateOutUpLeft;
animation-name: rotateOutUpLeft;
}
.menu-rotateOutUpRight .navbar__item:hover > .navbar__dropdown {
-webkit-animation-name: rotateOutUpRight;
animation-name: rotateOutUpRight;
}
.menu-rotateOutDownLeft .navbar__item:hover > .navbar__dropdown {
-webkit-animation-name: rotateOutDownLeft;
animation-name: rotateOutDownLeft;
}
.menu-rotateOutDownRight .navbar__item:hover > .navbar__dropdown {
-webkit-animation-name: rotateOutDownRight;
animation-name: rotateOutDownRight;
}
.menu-slideIn .navbar__item:hover > .navbar__dropdown {
-webkit-animation-name: slideIn;
animation-name: slideIn;
}
.menu-slideInUp .navbar__item:hover > .navbar__dropdown {
-webkit-animation-name: slideInUp;
animation-name: slideInUp;
}
.menu-slideInDown .navbar__item:hover > .navbar__dropdown {
-webkit-animation-name: slideInDown;
animation-name: slideInDown;
}
.menu-slideInLeft .navbar__item:hover > .navbar__dropdown {
-webkit-animation-name: slideInLeft;
animation-name: slideInLeft;
}
.menu-slideInRight .navbar__item:hover > .navbar__dropdown {
-webkit-animation-name: slideInRight;
animation-name: slideInRight;
}
.menu-slideOut .navbar__item:hover > .navbar__dropdown {
-webkit-animation-name: slideOut;
animation-name: slideOut;
}
.menu-slideOutUp .navbar__item:hover > .navbar__dropdown {
-webkit-animation-name: slideOutUp;
animation-name: slideOutUp;
}
.menu-slideOutDown .navbar__item:hover > .navbar__dropdown {
-webkit-animation-name: slideOutDown;
animation-name: slideOutDown;
}
.menu-slideOutLeft .navbar__item:hover > .navbar__dropdown {
-webkit-animation-name: slideOutLeft;
animation-name: slideOutLeft;
}
.menu-slideOutRight .navbar__item:hover > .navbar__dropdown {
-webkit-animation-name: slideOutRight;
animation-name: slideOutRight;
}
.menu-flip .navbar__item:hover > .navbar__dropdown {
-webkit-animation-name: flip;
animation-name: flip;
}
.menu-flipInX .navbar__item:hover > .navbar__dropdown {
-webkit-animation-name: flipInX;
animation-name: flipInX;
}
.menu-flipInY .navbar__item:hover > .navbar__dropdown {
-webkit-animation-name: flipInY;
animation-name: flipInY;
}
.menu-flipOutX .navbar__item:hover > .navbar__dropdown {
-webkit-animation-name: flipOutX;
animation-name: flipOutX;
}
.menu-flipOutY .navbar__item:hover > .navbar__dropdown {
-webkit-animation-name: flipOutY;
animation-name: flipOutY;
}
.menu-lightSpeedIn .navbar__item:hover > .navbar__dropdown {
-webkit-animation-name: lightSpeedIn;
animation-name: lightSpeedIn;
}
.menu-bounce .navbar__item:hover > .navbar__dropdown {
-webkit-animation-name: bounce;
animation-name: bounce;
}
.menu-flash .navbar__item:hover > .navbar__dropdown {
-webkit-animation-name: flash;
animation-name: flash;
}
.menu-pulse .navbar__item:hover > .navbar__dropdown {
-webkit-animation-name: pulse;
animation-name: pulse;
}
.menu-wiggle .navbar__item:hover > .navbar__dropdown {
-webkit-animation-name: wiggle;
animation-name: wiggle;
}
.menu-swing .navbar__item:hover > .navbar__dropdown {
-webkit-animation-name: swing;
animation-name: swing;
}
.menu-shake .navbar__item:hover > .navbar__dropdown {
-webkit-animation-name: shake;
animation-name: shake;
}
.menu-tada .navbar__item:hover > .navbar__dropdown {
-webkit-animation-name: tada;
animation-name: tada;
}
.menu-wobble .navbar__item:hover > .navbar__dropdown {
-webkit-animation-name: wobble;
animation-name: wobble;
}
.menu-hinge .navbar__item:hover > .navbar__dropdown {
-webkit-animation-name: hinge;
animation-name: hinge;
}
.menu-rollIn .navbar__item:hover > .navbar__dropdown {
-webkit-animation-name: rollIn;
animation-name: rollIn;
}
.menu-rollOut .navbar__item:hover > .navbar__dropdown {
-webkit-animation-name: rollOut;
animation-name: rollOut;
}
.menu-zoomIn .navbar__item:hover > .navbar__dropdown {
-webkit-animation-name: zoomIn;
animation-name: zoomIn;
}
.menu-zoomInDown .navbar__item:hover > .navbar__dropdown {
-webkit-animation-name: zoomInDown;
animation-name: zoomInDown;
}
.menu-zoomInLeft .navbar__item:hover > .navbar__dropdown {
-webkit-animation-name: zoomInLeft;
animation-name: zoomInLeft;
}
.menu-zoomInRight .navbar__item:hover > .navbar__dropdown {
-webkit-animation-name: zoomInRight;
animation-name: zoomInRight;
}
.menu-zoomInUp .navbar__item:hover > .navbar__dropdown {
-webkit-animation-name: zoomInUp;
animation-name: zoomInUp;
}
.menu-zoomOut .navbar__item:hover > .navbar__dropdown {
-webkit-animation-name: zoomOut;
animation-name: zoomOut;
}
.menu-zoomOutDown .navbar__item:hover > .navbar__dropdown {
-webkit-animation-name: zoomOutDown;
animation-name: zoomOutDown;
}
.menu-zoomOutLeft .navbar__item:hover > .navbar__dropdown {
-webkit-animation-name: zoomOutLeft;
animation-name: zoomOutLeft;
}
.menu-zoomOutRight .navbar__item:hover > .navbar__dropdown {
-webkit-animation-name: zoomOutRight;
animation-name: zoomOutRight;
}
.menu-zoomOutUp .navbar__item:hover > .navbar__dropdown {
-webkit-animation-name: zoomOutUp;
animation-name: zoomOutUp;
}
}
@media (max-width: 767px) {
.navbar__dropdown {
top: 0;
display: block;
-webkit-box-shadow: none;
box-shadow: none;
padding-left: 0;
padding-top: 0;
float: none;
width: 300px;
height: 100%;
background: #000000;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
-webkit-transition: 0.5s;
transition: 0.5s;
}
.open > .navbar__dropdown {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
z-index: 50;
}
}
.navbar__dropdown--colls-1 {
width: 200px;
}
@media (max-width: 1199px) {
.navbar__dropdown--colls-1 {
width: 100%;
margin: 0;
padding-left: 0;
}
}
.navbar__dropdown--colls-2 {
width: 400px;
}
@media (max-width: 1199px) {
.navbar__dropdown--colls-2 {
width: 100%;
margin: 0;
padding-left: 0;
}
}
.navbar__dropdown--colls-3 {
width: 600px;
}
@media (max-width: 1199px) {
.navbar__dropdown--colls-3 {
width: 100%;
margin: 0;
padding-left: 0;
}
}
.navbar__dropdown--right {
left: auto;
right: 0;
}
.navbar__dropdown--left {
right: auto;
left: 0;
}
.navbar__dropdown ul {
list-style: none;
}
.navbar__link {
text-transform: uppercase;
font-weight: 600;
display: block;
text-decoration: none;
color: #121717;
}
@media (max-width: 767px) {
.navbar__link {
font-size: 17px;
color: #fff !important;
border-bottom: 1px solid rgba(255, 255, 255, 0.3);
padding: 15px 25px;
}
}
@media (min-width: 768px) {
.active > .navbar__link {
-webkit-box-shadow: 0 2px 0 #121717;
box-shadow: 0 2px 0 #121717;
}
}
@media (max-width: 767px) {
.active > .navbar__link {
background: #000000;
}
}
.navbar__arrow {
fill: none;
stroke: #fff;
stroke-width: 4px;
width: 7px;
height: 11px;
float: right;
margin-top: 6px;
}
.navbar__link .navbar__arrow {
display: none;
}
@media (max-width: 767px) {
.navbar__link .navbar__arrow {
display: block;
}
}
.navbar__back .navbar__arrow {
float: none;
position: relative;
top: 1px;
margin-right: 15px;
}
.rtl .navbar__arrow {
-webkit-transform: scale(-1, 1);
-ms-transform: scale(-1, 1);
transform: scale(-1, 1);
}
.navbar__back {
display: none;
}
@media (max-width: 767px) {
.navbar__back {
display: block;
width: 100%;
text-align: left;
color: #fff;
border: none;
background: none;
outline: none;
border-bottom: 1px solid rgba(255, 255, 255, 0.3);
text-transform: uppercase;
padding: 5px 25px;
}
}
.navbar__submenu {
float: left;
margin: 0;
width: 240px;
padding: 0;
}
@media (max-width: 767px) {
.navbar__submenu {
width: 300px;
float: none;
padding: 0;
}
}
.navbar__submenu:last-child {
margin-right: 0;
}
.navbar__submenu--level {
opacity: 0;
height: 0;
overflow: hidden;
cursor: default;
-webkit-transform: translate3d(-5px, 0, 0);
transform: translate3d(-5px, 0, 0);
left: 100%;
top: 0;
position: absolute;
background: #000000;
padding-top: 0;
margin: 0;
-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
transition: opacity 0.3s, transform 0.3s;
}
@media (max-width: 1199px) {
.navbar__submenu--level {
position: relative;
height: auto;
left: 0;
opacity: 1;
overflow: visible;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
float: none;
width: 170px;
display: none;
}
}
@media (max-width: 767px) {
.navbar__submenu--level {
left: 0;
bottom: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
position: absolute;
width: 300px;
top: 0;
height: 100% !important;
padding: 0;
}
.open > .navbar__submenu--level {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.navbar__subtitle {
text-transform: uppercase;
color: #fff;
border-bottom: 1px solid rgba(255, 255, 255, 0.8);
margin: 10px 25px 0;
padding-bottom: 10px;
font-weight: 600;
}
@media (max-width: 767px) {
.navbar__subtitle {
color: #000000;
padding: 10px 25px;
margin: 0;
border-bottom: 1px solid rgba(255, 255, 255, 0.3);
font-weight: 600;
}
}
.navbar__subnav {
list-style: none;
padding: 0;
}
@media (max-width: 1199px) {
.navbar__subnav {
border: none;
}
}
.navbar__sublink {
color: rgba(255, 255, 255, 0.8);
padding: 10px 0;
display: block;
}
.navbar__sublink:hover,
.active > .navbar__sublink {
color: #fff;
text-decoration: none;
}
@media (min-width: 1200px) {
.navbar__sublink {
-webkit-transition: hover 0.3s, padding 0.3s;
transition: hover 0.3s, padding 0.3s;
}
.navbar__sublink:hover {
padding-left: 10px;
}
}
@media (max-width: 767px) {
.navbar__sublink {
color: rgba(255, 255, 255, 0.8);
}
}
.navbar__subitem {
padding: 0 25px;
position: relative;
}
@media (max-width: 767px) {
.navbar__subitem {
clear: both;
position: initial;
padding: 0 25px;
border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
}
@media (max-width: 1199px) {
.navbar__subitem:hover .navbar__submenu--level {
display: block;
}
}
@media (max-width: 767px) {
.navbar__subitem-dropdown.open > .navbar__submenu {
height: auto;
overflow: visible;
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@media (min-width: 768px) {
.navbar__subitem-dropdown:hover > .navbar__submenu {
height: auto;
overflow: visible;
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.navbar a:hover {
cursor: pointer;
}
@media (min-width: 768px) {
.admin-bar .navbar.header-fixed {
top: -33px;
}
}
.navbar--example {
padding: 20px 0;
}
@media (max-width: 767px) {
.navbar--ui {
width: 252px;
background: #000000;
}
}
@media (max-width: 767px) {
.navbar--ui .navbar__nav {
border-top: none;
}
.navbar--ui .navbar__nav > li:last-child a {
border-bottom: none !important;
}
}
.navbar--header {
position: relative;
z-index: 230;
background: #f6f6f6;
border: none;
min-height: inherit;
margin-bottom: 0;
}
.navbar--header.header-fixed {
-webkit-box-shadow: 0 5px 0 rgba(0, 0, 0, 0.2);
box-shadow: 0 5px 0 rgba(0, 0, 0, 0.2);
margin-bottom: 0;
min-height: 65px;
}
@media (min-width: 768px) {
.navbar--header.header-fixed {
position: fixed;
top: -65px;
left: 0;
right: 0;
z-index: 35;
-webkit-transform: translateY(65px);
-ms-transform: translateY(65px);
transform: translateY(65px);
-webkit-transition: -webkit-transform 1s;
transition: transform 1s;
}
}
@media print {
.navbar--header.header-fixed {
-webkit-box-shadow: none;
box-shadow: none;
position: relative !important;
top: 0 !important;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
}
.navbar--overlay {
position: absolute;
top: 60px;
left: 0;
right: 0;
background: none;
}
.navbar--overlay .navbar__nav > li {
color: red;
}
.navbar--overlay .navbar__nav > li > a {
color: #fff;
}
.navbar--overlay .navbar__nav > li.active > a:not(.navbar__subitem),
.navbar--overlay .navbar__nav > li.current_page_item > a:not(.navbar__subitem) {
-webkit-box-shadow: 0 2px 0 #fff;
box-shadow: 0 2px 0 #fff;
}
.navbar--overlay .navbar__brand-logo {
fill: #fff;
color: #fff;
}
.navbar--overlay .navbar__brand-title {
fill: #fff;
color: #fff;
}
.navbar--overlay.header-fixed {
background: #fff;
z-index: 300;
}
.navbar--overlay.header-fixed .navbar__nav > li {
color: red;
}
.navbar--overlay.header-fixed .navbar__nav > li > a {
color: #121717;
}
.navbar--overlay.header-fixed .navbar__nav > li.active > a:not(.navbar__subitem),
.navbar--overlay.header-fixed .navbar__nav > li.current_page_item > a:not(.navbar__subitem) {
-webkit-box-shadow: 0 2px 0 #121717;
box-shadow: 0 2px 0 #121717;
}
.navbar--overlay.header-fixed .navbar__brand-logo {
fill: #121717;
color: #121717;
}
.navbar--overlay.header-fixed .navbar__brand-title {
fill: #121717;
color: #121717;
}
.navbar--overlay.header-fixed .navbar__brand-logo--default {
display: block;
}
.navbar--overlay.header-fixed .navbar__brand-logo--hero {
display: none;
}
.navbar--overlay .navbar__row {
margin: 30px -25px;
padding: 12px 25px;
}
@media (max-width: 991px) {
.navbar--overlay .navbar__row {
margin-top: 0;
margin-bottom: 0;
}
}
@media (max-width: 767px) {
.navbar--overlay .navbar__row {
padding: 0;
margin: 56px 0 0;
}
}
.navbar--overlay .navbar__brand-logo--default {
display: none;
}
.navbar--overlay .navbar__brand-logo--hero {
display: block;
}
.navbar--brand .navbar__row {
background: #000000;
}
.navbar--overlay-map .navbar__row {
background: rgba(255, 255, 255, 0.9);
}
.navbar--overlay-map .navbar__nav > li {
color: red;
}
.navbar--overlay-map .navbar__nav > li > a {
color: #121717;
}
.navbar--overlay-map .navbar__nav > li.active > a:not(.navbar__subitem),
.navbar--overlay-map .navbar__nav > li.current_page_item > a:not(.navbar__subitem) {
-webkit-box-shadow: 0 2px 0 #121717;
box-shadow: 0 2px 0 #121717;
}
.navbar--overlay-map .navbar__brand-logo {
fill: #121717;
color: #121717;
}
.navbar--overlay-map .navbar__brand-title {
fill: #121717;
color: #121717;
}
.navbar--overlay-map .navbar__brand-logo--default {
display: block;
}
.navbar--overlay-map .navbar__brand-logo--hero {
display: none;
}
.navbar--subpage {
background: #fff;
}
.navbar--white {
background: #fff;
}
.navbar--center .navbar__row {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.navbar--center .navbar__wrap {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin-top: 30px;
}
.navbar--right .navbar__row {
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
}
.navbar--right .navbar__nav > li {
margin-left: 0;
margin-right: 40px;
}
.navbar.navbar-default {
background: #000000;
margin-bottom: 25px;
border: none;
}
.navbar.navbar-inverse {
background: #f2f2f2;
border: none;
}
#header-nav-offset {
display: none;
}
@media (min-width: 768px) {
#header-nav-offset.header-fixed {
display: block;
}
} .footer {
background-position: 50% 100%;
background-repeat: no-repeat;
background-color: #f2f2f2;
}
@media print {
.footer {
display: block;
border-top: 1px solid #d6d6d6;
}
}
.footer__wrap {
margin-left: -15px;
margin-right: -15px;
padding-top: 25px;
}
.footer__wrap:before,
.footer__wrap:after {
content: " ";
display: table;
}
.footer__wrap:after {
clear: both;
}
@media (max-width: 767px) {
.footer__wrap {
padding-top: 0;
}
}
@media print {
.footer__wrap {
padding-top: 0;
padding-bottom: 15px !important;
}
}
.footer__col {
position: relative;
min-height: 1px;
padding-left: 15px;
padding-right: 15px;
}
@media (min-width: 768px) {
.footer__col {
float: left;
width: 33.33333%;
}
}
.footer__col .container {
margin: 0;
padding: 0;
width: 100%;
}
.footer__col > :first-child {
margin-top: 0 !important;
}
.footer__col > .sidebar {
width: 100%;
}
.footer__col--first {
position: relative;
min-height: 1px;
padding-left: 15px;
padding-right: 15px;
}
@media (min-width: 1200px) {
.footer__col--first {
float: left;
width: 41.66667%;
}
}
.footer__col--second {
position: relative;
min-height: 1px;
padding-left: 15px;
padding-right: 15px;
}
@media (min-width: 1200px) {
.footer__col--second {
float: left;
width: 33.33333%;
}
}
@media print {
.footer__col--second {
width: 100%;
}
}
.footer__col--third {
position: relative;
min-height: 1px;
padding-left: 15px;
padding-right: 15px;
}
@media (min-width: 1200px) {
.footer__col--third {
float: left;
width: 25%;
}
}
.footer span,
.footer p,
.footer a {
color: #bebebe;
}
.footer__copyright {
margin-top: 45px;
margin-bottom: 45px !important;
display: block;
}
@media (max-width: 767px) {
.footer__copyright {
margin-top: 25px;
}
}
@media print {
.footer__copyright {
display: none;
}
} .region-select {
padding: 8px 6px;
}
.region-select label.in-label {
margin-left: 10px;
padding-left: 25px;
font-size: 14px;
color: #121717;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
margin-bottom: 0;
padding-top: 0;
width: 100%;
}
@media (max-width: 767px) {
.region-select label.in-label {
margin-left: -10px;
}
}
.region-select label.in-label:before {
top: 4px;
}
.region-select ul {
padding: 0 !important;
}
.region-select__list {
max-height: 250px;
overflow: auto;
} .properties__thumb {
position: relative;
}
.properties__info {
background: #fff;
border-top: none;
padding: 15px 30px;
-webkit-transition: 0.5s;
transition: 0.5s;
}
@media (max-width: 1199px) {
.properties__info {
padding: 10px;
}
}
.properties__address {
font-size: 17px;
color: #121717;
display: block;
}
@media (max-width: 1199px) {
.properties__address:hover {
color: #121717;
}
}
.properties__address--simple {
margin-bottom: 15px;
border-bottom: none;
}
.properties__address-street {
font-weight: 600;
display: block;
}
.properties__address-city {
display: block;
}
.properties__params {
color: #fff;
text-transform: uppercase;
display: block;
}
@media (max-width: 767px) {
.properties__params {
color: #121717;
font-size: 14px;
}
}
.properties__params--mob {
display: none;
}
@media (max-width: 767px) {
.properties__params--mob {
display: block;
}
}
.properties__intro {
color: #a6a6a6;
font-size: 14px;
margin-top: 5px;
display: block;
}
.properties__price {
color: #000000;
font-size: 20px;
font-weight: 700;
padding: 0;
}
.properties__time {
color: #000000;
font-style: italic;
margin-top: 15px;
display: block;
}
.properties__price-period {
font-weight: 400;
font-size: 15px;
}
@media (max-width: 992px) {
.properties__price-period {
display: inline;
}
}
.properties__more {
float: right;
color: #a6a6a6;
text-transform: uppercase;
font-size: 12px;
padding: 5px 10px;
border: 1px solid #a6a6a6;
margin-top: -27px;
-ms-flex-item-align: end;
align-self: flex-end;
}
.properties__more:hover {
text-decoration: none;
}
@media (max-width: 767px) {
.properties__more {
margin-top: 5px;
}
}
.properties__ribon {
position: absolute;
top: 110px;
right: -5px;
background: #000000;
color: #fff;
text-transform: uppercase;
padding: 3px 15px;
font-weight: 600;
top: 18px;
}
.properties__ribon:after {
position: absolute;
right: 0;
bottom: -5px;
border-top: 5px solid #000000;
width: 5px;
content: " ";
display: block;
border-right: 5px solid #f6f6f6;
}
.properties__ribon--status {
background: #c8e6c9;
top: 55px;
color: #f2f2f2;
}
.properties__ribon--status:after {
border-top: 5px solid #a5d6a7;
}
.properties__ribon--done {
background: #ffecb3;
}
.properties__ribon--done:after {
border-top: 5px solid #ffdf80;
}
.properties__right {
float: right;
margin-right: -5px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.properties__offer {
color: #000000;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
}
.properties__offer-value {
line-height: 1;
padding-bottom: 5px;
}
.properties__offer-value strong {
font-size: 25px;
}
.properties__divider {
margin: 10px 0;
}
.properties__param {
padding: 0;
margin: 0;
font-size: 14px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.properties__param-label {
display: block;
font-weight: normal;
margin-right: 3px;
padding-bottom: 3px;
color: #a6a6a6;
}
.properties__param-value {
display: block;
color: #fff;
font-weight: 600;
}
.properties__param-value:after {
content: ",";
margin-right: 5px;
}
.properties__param-value:last-child:after {
content: "";
}
.properties__param-type {
color: #fff;
text-transform: uppercase;
font-weight: 600;
}
.properties__param-column {
margin-bottom: 0;
float: left;
}
.properties__state {
font-size: 13px;
text-transform: uppercase;
color: #121717;
position: relative;
}
.properties__state:before {
content: " ";
display: inline-block;
width: 6px;
height: 6px;
border-radius: 6px;
background: #000000;
margin: 0 5px 0 0;
position: relative;
top: -1px;
}
.properties__state--hidden:before {
background: #c5cbd2;
}
.properties__state--highlight:before {
background: #121717;
}
.properties__state--hidden:before {
background: #c5cbd2;
}
.properties__state--pending:before {
background: #121717;
}
.properties__state--pending:after {
content: " ";
display: inline-block;
width: 6px;
height: 3px;
border-radius: 6px 6px 0 0;
background: #c5cbd2;
position: absolute;
left: -1px;
top: 76px;
-webkit-transform: rotateZ(-50deg);
transform: rotateZ(-50deg);
}
.properties__item-header {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.properties__actions {
opacity: 0;
visibility: hidden;
-webkit-transition: 0.3s;
transition: 0.3s;
}
.properties:hover .properties__actions {
opacity: 1;
visibility: visible;
}
@media (max-width: 1199px) {
.properties__actions {
opacity: 1;
visibility: visible;
}
}
.properties__actions-dropdown {
display: inline-block;
}
.properties__dropdown-toggle {
background: none;
border: none;
outline: none !important;
padding: 0;
-webkit-box-shadow: none;
box-shadow: none;
color: #000000;
position: relative;
top: -5px;
}
.properties__dropdown-menu {
z-index: 20;
left: auto;
right: 0;
background: #fff;
width: 150px;
padding: 10px 15px;
}
.properties__dropdown-menu:before {
left: auto;
right: 8px;
}
.properties__dropdown-link {
background: none;
border: none;
outline: none !important;
padding: 0;
-webkit-box-shadow: none;
box-shadow: none;
font-size: 13px;
color: #000000;
text-transform: uppercase;
vertical-align: top;
}
.properties__link {
background: none;
border: none;
outline: none !important;
padding: 0;
-webkit-box-shadow: none;
box-shadow: none;
font-size: 13px;
color: #000000;
text-transform: uppercase;
vertical-align: top;
padding: 3px;
}
.properties__pay {
display: inline-block;
margin-bottom: 0;
text-align: center;
vertical-align: middle;
cursor: pointer;
background-image: none;
text-transform: uppercase;
text-decoration: none;
white-space: nowrap;
padding: 6px 20px;
font-size: 15px;
line-height: 1.6;
border-radius: 0;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
padding-left: 15px;
padding-right: 15px;
font-weight: 700;
font-size: 15px;
position: relative;
border: none;
border-bottom: 4px solid #848991;
background: #121717;
color: #f2f2f2;
margin-left: 0;
margin-bottom: 7px;
}
.properties__pay:hover,
.properties__pay:focus,
.properties__pay.active {
color: #333;
text-decoration: none;
outline: none;
}
.properties__pay:disabled,
.properties__pay.disabled {
cursor: not-allowed;
}
.properties__pay.progress {
overflow: visible;
height: auto;
-webkit-box-shadow: none;
box-shadow: none;
margin-bottom: 0;
}
.properties__pay:after {
content: '';
position: absolute;
z-index: -1;
-webkit-transition: all 0.3s;
transition: all 0.3s;
left: 0;
right: 0;
text-align: center;
}
.properties__pay.button--loading:before {
margin: 0 10px 0;
font-size: 14px;
display: inline-block;
font-family: FontAwesome;
content: "";
-webkit-animation: fa-spin 2s infinite linear;
animation: fa-spin 2s infinite linear;
}
.properties__pay.has-error,
.properties__pay.error {
-webkit-animation: shake 0.5s;
animation: shake 0.5s;
color: transparent !important;
}
.properties__pay.has-error:after,
.properties__pay.error:after {
content: "Error!";
-webkit-animation: scaleFromUp 0.5s;
animation: scaleFromUp 0.5s;
z-index: 1;
color: #e95b35;
}
.properties__pay.has-success,
.properties__pay.success {
color: transparent !important;
}
.properties__pay.has-success:after,
.properties__pay.success:after {
content: "Success!";
-webkit-animation: moveUp 0.5s;
animation: moveUp 0.5s;
z-index: 1;
color: #000000;
}
.button--loading-circle-o-notch .properties__pay.button--loading:before {
content: "";
}
.button--loading-refresh .properties__pay.button--loading:before {
content: "";
}
.button--loading-spinner .properties__pay.button--loading:before {
content: "";
}
.properties__pay.hover,
.properties__pay:hover {
border-bottom: 4px solid #121717;
color: #f2f2f2;
background: #121717;
}
.properties__pay:focus,
.properties__pay:active:focus,
.properties__pay:active,
.properties__pay.active {
border-top: 4px solid #848991;
border-bottom: none;
color: #f2f2f2;
background: #121717;
outline: none;
}
.properties__pay:disabled,
.properties__pay.disabled {
color: #ccc;
background: #efefef;
border-bottom: 4px solid #dedede;
}
.properties--projects {
background: #fff;
}
.properties--projects .properties__info {
background: #f5f5f5;
}
@media (min-width: 1200px) {
.properties--grid .properties__item:hover {
margin: 0;
}
.properties--grid .properties__item:hover .properties__info {
background: #121717;
border-color: #121717;
}
.properties--grid .properties__item:hover .properties__address {
color: #fff;
}
.properties--grid .properties__item:hover .properties__divider {
background-image: url(//www.flowrealproperty.be/hosting/2324-flow/wp-content/themes/realtyspace/public/img/bg-border-dotted-horizontal--hover.png);
}
.properties--grid .properties__item:hover .properties__time {
color: #121717;
}
.properties--grid .properties__item:hover .properties__offer {
color: #121717;
}
.properties--grid .properties__item:hover .properties__more {
color: #fff;
}
.properties--grid .properties__item:hover .item-photo__more {
opacity: 1;
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
.properties--grid .properties__item:hover .item-photo__hover {
opacity: 1;
}
.properties--grid .properties__item:hover .item-photo img {
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
.properties--grid .properties__item:hover .item-photo--static img {
width: 100%;
max-width: 100%;
}
}
.properties--grid .properties__params {
font-size: 14px;
}
.properties--grid .properties__time {
font-size: 13px;
margin-top: 5px;
}
.properties--grid .properties__more {
font-size: 11px;
padding: 3px 5px;
margin-top: -23px;
}
@media (max-width: 767px) {
.properties--grid .properties__more {
margin-top: 0;
}
}
.properties--grid .properties__header {
margin: 0;
}
.properties--grid .properties__header:before,
.properties--grid .properties__header:after {
content: " ";
display: table;
}
.properties--grid .properties__header:after {
clear: both;
}
@media (min-width: 1200px) {
.properties--grid .properties__address:hover {
color: #fff;
text-decoration: none;
}
}
.properties--grid.listing--small .properties__intro {
display: none;
}
.properties--grid.listing--small .properties__more {
display: none;
}
.properties--sidebar .properties__price {
font-size: 17px;
text-align: left;
color: #000000;
display: block;
}
.properties--sidebar .properties__thumb {
position: relative;
float: left;
width: 58.33333%;
min-height: 1px;
padding-left: 15px;
padding-right: 15px;
padding: 0;
}
.properties--sidebar .properties__thumb img {
display: block;
}
.properties--sidebar .properties__info {
border: none;
padding: 0;
background: none !important;
}
.properties--sidebar .properties__address {
clear: both;
color: #121717 !important;
padding: 15px 0 0;
background: none !important;
}
.properties--list .properties__item:hover .item-photo__hover {
opacity: 1;
}
.properties--list .properties__thumb {
padding-left: 15px;
padding-right: 15px;
position: relative;
min-height: 1px;
float: left;
padding: 0;
position: relative;
top: 7px;
}
@media (min-width: 992px) {
.properties--list .properties__thumb {
width: 50%;
}
}
@media (min-width: 992px) {
.properties--list .properties__thumb:nth-of-type(n) {
clear: none;
}
.properties--list .properties__thumb:nth-of-type(2n+1) {
clear: both;
}
}
@media (min-width: 1200px) {
.properties--list .properties__thumb {
width: 33.33333%;
}
}
@media (min-width: 1200px) {
.properties--list .properties__thumb:nth-of-type(n) {
clear: none;
}
.properties--list .properties__thumb:nth-of-type(3n+1) {
clear: both;
}
}
@media (max-width: 991px) {
.properties--list .properties__thumb {
top: 0;
float: none;
}
}
.properties--list .properties__details {
padding-left: 15px;
padding-right: 15px;
position: relative;
min-height: 1px;
float: left;
padding-right: 0;
}
@media (min-width: 992px) {
.properties--list .properties__details {
width: 50%;
}
}
@media (min-width: 992px) {
.properties--list .properties__details:nth-of-type(n) {
clear: none;
}
.properties--list .properties__details:nth-of-type(2n+1) {
clear: both;
}
}
@media (min-width: 1200px) {
.properties--list .properties__details {
width: 66.66667%;
}
}
@media (min-width: 1200px) {
.properties--list .properties__details:nth-of-type(n) {
clear: none;
}
.properties--list .properties__details:nth-of-type(1.5n+1) {
clear: both;
}
}
@media (max-width: 991px) {
.properties--list .properties__details {
padding: 0;
float: none;
}
}
@media (max-width: 991px) {
.properties--list .properties__ribon {
right: -5px;
}
}
.properties--list .properties__photo {
margin: 0;
}
.properties--list .properties__time {
font-size: 13px;
margin-top: 5px;
}
.properties--list .properties__info {
border: none;
padding: 0;
margin: 0;
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
background: none;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
@media (max-width: 767px) {
.properties--list .properties__intro {
display: none;
}
}
.properties--list .properties__thumb .properties__intro {
display: none;
}
.properties--list .properties__address {
margin: 0;
overflow: hidden;
color: #121717 !important;
background: none !important;
}
@media (max-width: 767px) {
.properties--list .properties__address {
width: 100%;
}
}
@media (max-width: 991px) {
.properties--list .properties__address {
margin-top: 15px;
}
}
.properties--list .properties__divider {
width: 100%;
}
.properties--list .properties__params--mob {
width: 100%;
}
.properties--list .properties__more {
float: none;
}
.properties:hover .properties--list .properties__more {
color: #a6a6a6;
}
@media (max-width: 767px) {
.properties--list .properties__more {
display: none;
}
.properties--list .properties__params--mob .properties__more {
display: block;
float: right;
}
}
.properties--management .properties__info {
padding: 15px 0;
background: none !important;
border: none !important;
}
.properties--management .properties__address {
background: url(//www.flowrealproperty.be/hosting/2324-flow/wp-content/themes/realtyspace/public/img/bg-border-dotted-horizontal.png) 0 100% repeat-x !important;
color: #121717 !important;
}
@media (min-width: 1200px) {
.properties--management .properties__address:hover {
text-decoration: none;
}
}
.properties--management .properties__time {
font-size: 13px;
}
.properties--management .properties__params {
font-size: 13px;
}
.properties--management .item-photo__hover--params {
padding: 15px 10px;
}
.properties--management .properties__ribon {
font-size: 12px;
}
@media (min-width: 1200px) {
.properties--simple .properties__intro {
display: none;
}
}
@media (min-width: 1200px) {
.properties--simple .properties__offer-column:first-of-type {
display: none;
}
}
.properties--simple .properties__time {
margin-top: 0;
}
@media (min-width: 1200px) {
.properties--simple .properties__more {
display: none;
}
}
.properties--footer .properties__address {
padding-bottom: 0;
}
.properties--footer .properties__address span {
color: #121717;
}
.properties--footer .properties__price {
color: #000000;
} .feature {
position: relative;
background: #fff;
float: right;
width: 60%;
padding-left: 40px;
}
@media (max-width: 1199px) {
.feature {
padding-left: 0;
width: auto;
float: none;
}
}
@media (min-width: 1200px) {
.feature {
overflow: hidden;
}
}
.feature__list {
margin-left: -15px;
margin-right: -15px;
}
.feature__list:before,
.feature__list:after {
content: " ";
display: table;
}
.feature__list:after {
clear: both;
}
.feature__list:before,
.feature__list:after {
content: " ";
display: table;
}
.feature__list:after {
clear: both;
}
@media (max-width: 767px) {
.feature__list {
margin: 28px 0 0;
}
}
.feature__item {
padding-left: 15px;
padding-right: 15px;
position: relative;
min-height: 1px;
float: left;
width: 100%;
margin-bottom: 15px;
}
@media (min-width: 480px) {
.feature__item:nth-of-type(n) {
clear: none;
}
.feature__item:nth-of-type(1n+1) {
clear: both;
}
}
@media (min-width: 768px) {
.feature__item {
width: 50%;
}
}
@media (min-width: 768px) {
.feature__item:nth-of-type(n) {
clear: none;
}
.feature__item:nth-of-type(2n+1) {
clear: both;
}
}
@media (max-width: 767px) {
.feature__item {
margin-bottom: 10px;
text-align: center;
padding: 0;
}
}
.feature__item-title {
font-size: 20px;
font-weight: 600;
text-transform: uppercase;
color: #000000;
margin-top: 10px;
}
@media (max-width: 767px) {
.feature__item-title {
margin: 10px 0;
font-size: 18px;
}
}
.feature__text {
margin-top: 17px;
color: #606e7c;
}
@media (max-width: 767px) {
.feature__text {
margin-top: 5px;
}
}
.feature__icon {
margin-top: 13px;
fill: #606e7c;
color: #606e7c;
width: 55px;
height: 55px;
font-size: 55px;
}
.feature__icon--good-sales {
width: 54px;
} .gosubmit {
border-top: 1px solid #d6d6d6;
border-bottom: 1px solid #d6d6d6;
background-repeat: no-repeat;
background-position: 50% 0;
}
.gosubmit .container {
min-height: 200px;
}
@media (max-width: 767px) {
.gosubmit .container {
min-height: 197px;
background-size: cover;
}
}
.gosubmit__bg.vc_row {
background-repeat: no-repeat !important;
background-position: 50% 0  !important;
}
@media (max-width: 767px) {
.gosubmit__bg.vc_row {
background-size: cover !important;
}
}
.gosubmit__title {
font-size: 20px;
font-weight: 600;
width: 270px;
float: left;
margin: 42px 0 0 495px;
}
@media (max-width: 1199px) {
.gosubmit__title {
font-size: 17px;
width: 270px;
margin: 17px auto;
float: none;
}
}
.gosubmit__title__row--second {
text-align: center;
}
.gosubmit__title__row--third {
text-align: right;
}
.gosubmit__title__option {
font-size: 60px;
font-weight: 200;
line-height: 1;
}
@media (max-width: 1199px) {
.gosubmit__title__option {
font-size: 46px;
}
}
.gosubmit__btn {
display: inline-block;
margin-bottom: 0;
text-align: center;
vertical-align: middle;
cursor: pointer;
background-image: none;
text-transform: uppercase;
text-decoration: none;
white-space: nowrap;
padding: 6px 20px;
font-size: 15px;
line-height: 1.6;
border-radius: 0;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
padding-left: 15px;
padding-right: 15px;
font-weight: 700;
font-size: 15px;
position: relative;
border: none;
border-bottom: 4px solid #848991;
background: #121717;
color: #f2f2f2;
float: left;
width: 175px;
margin: 80px 0 0 30px;
}
.gosubmit__btn:hover,
.gosubmit__btn:focus,
.gosubmit__btn.active {
color: #333;
text-decoration: none;
outline: none;
}
.gosubmit__btn:disabled,
.gosubmit__btn.disabled {
cursor: not-allowed;
}
.gosubmit__btn.progress {
overflow: visible;
height: auto;
-webkit-box-shadow: none;
box-shadow: none;
margin-bottom: 0;
}
.gosubmit__btn:after {
content: '';
position: absolute;
z-index: -1;
-webkit-transition: all 0.3s;
transition: all 0.3s;
left: 0;
right: 0;
text-align: center;
}
.gosubmit__btn.button--loading:before {
margin: 0 10px 0;
font-size: 14px;
display: inline-block;
font-family: FontAwesome;
content: "";
-webkit-animation: fa-spin 2s infinite linear;
animation: fa-spin 2s infinite linear;
}
.gosubmit__btn.has-error,
.gosubmit__btn.error {
-webkit-animation: shake 0.5s;
animation: shake 0.5s;
color: transparent !important;
}
.gosubmit__btn.has-error:after,
.gosubmit__btn.error:after {
content: "Error!";
-webkit-animation: scaleFromUp 0.5s;
animation: scaleFromUp 0.5s;
z-index: 1;
color: #e95b35;
}
.gosubmit__btn.has-success,
.gosubmit__btn.success {
color: transparent !important;
}
.gosubmit__btn.has-success:after,
.gosubmit__btn.success:after {
content: "Success!";
-webkit-animation: moveUp 0.5s;
animation: moveUp 0.5s;
z-index: 1;
color: #000000;
}
.button--loading-circle-o-notch .gosubmit__btn.button--loading:before {
content: "";
}
.button--loading-refresh .gosubmit__btn.button--loading:before {
content: "";
}
.button--loading-spinner .gosubmit__btn.button--loading:before {
content: "";
}
.gosubmit__btn.hover,
.gosubmit__btn:hover {
border-bottom: 4px solid #121717;
color: #f2f2f2;
background: #121717;
}
.gosubmit__btn:focus,
.gosubmit__btn:active:focus,
.gosubmit__btn:active,
.gosubmit__btn.active {
border-top: 4px solid #848991;
border-bottom: none;
color: #f2f2f2;
background: #121717;
outline: none;
}
.gosubmit__btn:disabled,
.gosubmit__btn.disabled {
color: #ccc;
background: #efefef;
border-bottom: 4px solid #dedede;
}
@media (max-width: 1199px) {
.gosubmit__btn {
margin: 0 auto;
float: none;
display: block;
}
} .partners {
padding: 0 50px;
position: relative;
}
.partners__item {
text-align: center;
opacity: 0;
-webkit-transition: opacity 0.5s;
transition: opacity 0.5s;
}
.partners__item:before,
.partners__item:after {
content: " ";
display: table;
}
.partners__item:after {
clear: both;
}
.partners__item:hover {
text-decoration: none;
}
.partners__item img {
margin: 0 auto;
}
.partners__item.slick-active {
opacity: 1;
}
@media (min-width: 768px) {
.partners__item:nth-child(2n) .request__photo {
float: right !important;
}
}
@media (max-width: 767px) {
.partners__item {
width: 160px;
}
.partners__item img {
max-width: 100%;
}
}
.partners__item--last {
border-bottom: 0;
}
.partners__name {
text-align: center;
font-weight: 600;
font-size: 15px;
color: #121717;
}
.partners__slider {
overflow: hidden;
padding: 0;
width: 100%;
}
@media (max-width: 767px) {
.partners__controls {
margin: 0;
}
}
.partners__arrow {
padding: 8px 12px;
margin: -29px 0 0 10px;
color: #000000;
line-height: 0.5;
position: absolute;
top: 50%;
background: none;
border: none;
outline: none;
}
.partners__arrow--prev { left: -14px; }
.partners__arrow--prev:after {
font-size: 5em;
display: inline-block;
font-family: FontAwesome;
content: "";
}
.partners__arrow--next { right: -14px; }
.partners__arrow--next:after {
font-size: 5em;
display: inline-block;
font-family: FontAwesome;
content: "";
}
.partners--sidebar {
padding: 0;
}
.partners--sidebar .partners__controls {
display: none;
} .subscribe {
background: #2d2d2d;
padding: 30px 15px;
}
.subscribe__title {
display: inline-block;
font-size: 26px;
vertical-align: top;
margin: 0;
color: #fff;
font-family: "Source Sans Pro", sans-serif;
}
@media (max-width: 1199px) {
.subscribe__title {
display: block;
text-align: center;
}
}
.subscribe__form {
width: 765px;
margin: 0 auto;
}
@media (max-width: 1199px) {
.subscribe__form {
width: auto;
}
}
.subscribe__group {
display: inline-block;
margin: 0 15px;
position: relative;
}
@media (max-width: 1199px) {
.subscribe__group {
width: 100%;
margin: 15px 0 0;
}
}
.subscribe .help-block {
text-align: right;
margin-top: -15px;
}
@media (max-width: 767px) {
.subscribe .help-block {
margin-top: 0;
}
}
.subscribe .form-control-feedback {
top: 15px;
}
.subscribe__field {
display: block;
width: 100%;
height: 40px;
padding: 6px 20px;
font-size: 15px;
line-height: 1.6;
color: #121717;
background-color: #fff;
background-image: none;
border: 1px solid #d6d6d6;
border-radius: 0;
position: relative;
z-index: 5;
-webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
color: #fff;
display: inline-block;
width: 370px;
background: #2d2d2d;
}
.subscribe__field:focus {
border-color: #000000;
outline: 0;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 187, 170, 0.6);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 187, 170, 0.6);
}
.subscribe__field::-moz-placeholder {
color: #121717;
opacity: 1;
}
.subscribe__field:-ms-input-placeholder {
color: #121717;
}
.subscribe__field::-webkit-input-placeholder {
color: #121717;
}
.subscribe__field[disabled],
.subscribe__field[readonly],
fieldset[disabled] .subscribe__field {
cursor: not-allowed;
background-color: #eeeeee;
opacity: 1;
}
.subscribe__field.parsley-error {
border: 1px solid #e95b35;
}
.subscribe__field.parsley-success {
border: 1px solid #000000;
}
.subscribe__field::-moz-placeholder {
color: #bebebe;
opacity: 1;
}
.subscribe__field:-ms-input-placeholder {
color: #bebebe;
}
.subscribe__field::-webkit-input-placeholder {
color: #bebebe;
}
.subscribe__field:focus {
outline: none !important;
-webkit-box-shadow: none !important;
box-shadow: none !important;
}
@media (max-width: 1199px) {
.subscribe__field {
float: none;
width: 100%;
}
}
.subscribe__submit {
width: 170px;
vertical-align: top !important;
}
@media (max-width: 1199px) {
.subscribe__submit {
margin: 20px auto 0;
display: block !important;
}
} .pricing {
margin-top: 25px;
}
.pricing__title {
font-size: 46px;
color: #121717;
font-weight: 600;
text-transform: uppercase;
}
@media (max-width: 767px) {
.pricing__title {
font-size: 26px;
}
}
.pricing__row {
margin-left: -15px;
margin-right: -15px;
}
.pricing__row:before,
.pricing__row:after {
content: " ";
display: table;
}
.pricing__row:after {
clear: both;
}
@media (min-width: 1200px) {
.pricing__row {
min-height: 600px;
}
}
.pricing__col3 {
padding-left: 15px;
padding-right: 15px;
position: relative;
min-height: 1px;
float: left;
width: 100%;
}
@media (min-width: 480px) {
.pricing__col3:nth-of-type(n) {
clear: none;
}
.pricing__col3:nth-of-type(1n+1) {
clear: both;
}
}
@media (min-width: 768px) {
.pricing__col3 {
width: 50%;
}
}
@media (min-width: 768px) {
.pricing__col3:nth-of-type(n) {
clear: none;
}
.pricing__col3:nth-of-type(2n+1) {
clear: both;
}
}
@media (min-width: 992px) {
.pricing__col3 {
width: 33.33333%;
}
}
@media (min-width: 992px) {
.pricing__col3:nth-of-type(n) {
clear: none;
}
.pricing__col3:nth-of-type(3n+1) {
clear: both;
}
}
.pricing__col4 {
padding-left: 15px;
padding-right: 15px;
position: relative;
min-height: 1px;
float: left;
width: 100%;
}
@media (min-width: 480px) {
.pricing__col4:nth-of-type(n) {
clear: none;
}
.pricing__col4:nth-of-type(1n+1) {
clear: both;
}
}
@media (min-width: 768px) {
.pricing__col4 {
width: 50%;
}
}
@media (min-width: 768px) {
.pricing__col4:nth-of-type(n) {
clear: none;
}
.pricing__col4:nth-of-type(2n+1) {
clear: both;
}
}
@media (min-width: 992px) {
.pricing__col4 {
width: 25%;
}
}
@media (min-width: 992px) {
.pricing__col4:nth-of-type(n) {
clear: none;
}
.pricing__col4:nth-of-type(4n+1) {
clear: both;
}
}
.pricing__col4 .pricing__feature {
margin: 0 15%;
}
.pricing__col5 {
padding-left: 15px;
padding-right: 15px;
position: relative;
min-height: 1px;
float: left;
width: 20%;
padding: 0;
}
@media (min-width: 480px) {
.pricing__col5:nth-of-type(n) {
clear: none;
}
.pricing__col5:nth-of-type(5n+1) {
clear: both;
}
}
.pricing__item {
border: 3px solid #dedede;
-webkit-transition: 0.1s;
transition: 0.1s;
margin-bottom: 35px;
}
@media (min-width: 1200px) {
.pricing__item:hover {
border: 5px solid #000000;
-webkit-transform: scaleY(1) translateY(-20px);
-ms-transform: scaleY(1) translateY(-20px);
transform: scaleY(1) translateY(-20px);
}
.pricing__item:hover .pricing__currency {
font-size: 32px;
top: -33px;
}
.pricing__item:hover .pricing__period {
font-size: 22px;
}
.pricing__item:hover .pricing__summa {
font-size: 92px;
}
}
.pricing__item--col {
border: 0;
}
@media (min-width: 1200px) {
.pricing__item--col:hover {
border: none;
-webkit-transform: none;
-ms-transform: none;
transform: none;
}
.pricing__item--col:hover .pricing__currency {
font-size: 24px;
top: -22px;
}
.pricing__item--col:hover .pricing__period {
font-size: 16px;
}
.pricing__item--col:hover .pricing__summa {
font-size: 60px;
}
}
.pricing__item--col .pricing__total {
height: 104px;
}
.pricing__item .pricing__feature {
margin: 0 15%;
}
.pricing__table {
border: 3px solid #dedede;
-webkit-transition: 0.1s;
transition: 0.1s;
margin: 0 15px;
}
@media (max-width: 991px) {
.pricing__table {
overflow-x: auto;
}
}
.pricing__table:before,
.pricing__table:after {
content: " ";
display: table;
}
.pricing__table:after {
clear: both;
}
.pricing__table:hover {
border: 3px solid #000000;
}
.pricing__table-wrap {
min-width: 940px;
}
.pricing__type {
text-align: center;
font-size: 24px;
font-weight: 600;
padding: 14px 0;
}
.pricing__type--head {
padding: 25px 0;
}
.pricing__type--heading {
font-weight: 400;
padding: 25px 0;
}
.pricing__total {
background: #000000;
padding: 1px 0 7px;
text-align: center;
vertical-align: top;
font-weight: 600;
margin-bottom: 33px;
margin-left: -3px;
margin-right: -3px;
position: relative;
color: #121717;
}
.pricing__currency {
font-size: 24px;
position: relative;
top: -22px;
-webkit-transition: 0.1s;
transition: 0.1s;
}
.pricing__summa {
font-size: 60px;
-webkit-transition: 0.1s;
transition: 0.1s;
}
.pricing__period {
font-size: 16px;
-webkit-transition: 0.1s;
transition: 0.1s;
}
.pricing__favorite {
position: absolute;
top: -30px;
right: 5%;
background: #121717;
font-size: 11px;
font-weight: 600;
text-transform: uppercase;
border-radius: 60px;
width: 60px;
display: block;
height: 60px;
line-height: 1;
padding: 19px 0;
}
.pricing__list {
margin-bottom: 0;
}
.pricing__feature {
margin: 0 26%;
border-bottom: 1px solid #dedede;
text-align: center;
padding: 10px 0;
}
.pricing__feature:last-child {
border-bottom: none;
}
.pricing__feature strong {
margin-right: 5px;
}
.pricing__feature .fa-check {
color: #000000;
}
.pricing__feature--heading {
text-align: left;
}
.pricing__actions {
text-align: center;
padding: 22px 0 51px;
}
.pricing__button {
display: inline-block;
margin-bottom: 0;
text-align: center;
vertical-align: middle;
cursor: pointer;
background-image: none;
text-transform: uppercase;
text-decoration: none;
white-space: nowrap;
padding: 6px 20px;
font-size: 15px;
line-height: 1.6;
border-radius: 0;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
padding-left: 15px;
padding-right: 15px;
font-weight: 700;
font-size: 15px;
position: relative;
border: none;
border-bottom: 4px solid #848991;
background: #121717;
color: #f2f2f2;
}
.pricing__button:hover,
.pricing__button:focus,
.pricing__button.active {
color: #333;
text-decoration: none;
outline: none;
}
.pricing__button:disabled,
.pricing__button.disabled {
cursor: not-allowed;
}
.pricing__button.progress {
overflow: visible;
height: auto;
-webkit-box-shadow: none;
box-shadow: none;
margin-bottom: 0;
}
.pricing__button:after {
content: '';
position: absolute;
z-index: -1;
-webkit-transition: all 0.3s;
transition: all 0.3s;
left: 0;
right: 0;
text-align: center;
}
.pricing__button.button--loading:before {
margin: 0 10px 0;
font-size: 14px;
display: inline-block;
font-family: FontAwesome;
content: "";
-webkit-animation: fa-spin 2s infinite linear;
animation: fa-spin 2s infinite linear;
}
.pricing__button.has-error,
.pricing__button.error {
-webkit-animation: shake 0.5s;
animation: shake 0.5s;
color: transparent !important;
}
.pricing__button.has-error:after,
.pricing__button.error:after {
content: "Error!";
-webkit-animation: scaleFromUp 0.5s;
animation: scaleFromUp 0.5s;
z-index: 1;
color: #e95b35;
}
.pricing__button.has-success,
.pricing__button.success {
color: transparent !important;
}
.pricing__button.has-success:after,
.pricing__button.success:after {
content: "Success!";
-webkit-animation: moveUp 0.5s;
animation: moveUp 0.5s;
z-index: 1;
color: #000000;
}
.button--loading-circle-o-notch .pricing__button.button--loading:before {
content: "";
}
.button--loading-refresh .pricing__button.button--loading:before {
content: "";
}
.button--loading-spinner .pricing__button.button--loading:before {
content: "";
}
.pricing__button.hover,
.pricing__button:hover {
border-bottom: 4px solid #121717;
color: #f2f2f2;
background: #121717;
}
.pricing__button:focus,
.pricing__button:active:focus,
.pricing__button:active,
.pricing__button.active {
border-top: 4px solid #848991;
border-bottom: none;
color: #f2f2f2;
background: #121717;
outline: none;
}
.pricing__button:disabled,
.pricing__button.disabled {
color: #ccc;
background: #efefef;
border-bottom: 4px solid #dedede;
} .property {
margin-top: 30px;
}
.property:before,
.property:after {
content: " ";
display: table;
}
.property:after {
clear: both;
}
@media (max-width: 767px) {
.property {
margin-top: 20px;
}
}
@media print {
.property {
margin-top: 0px;
}
}
.property__title {
font-size: 46px;
color: #121717;
font-weight: 600;
text-transform: uppercase;
margin-top: 0;
margin-bottom: 0;
text-align: center;
font-family: "Montserrat", sans-serif;
font-size: 40px;
line-height: 1.3;
border-bottom: 1px solid #d6d6d6;
text-transform: none;
text-align: left;
}
.footer .property__title {
font-family: "Source Sans Pro", sans-serif;
}
@media (max-width: 767px) {
.property__title {
font-size: 26px;
}
}
@media (max-width: 767px) {
.property__title {
padding-bottom: 16px;
}
}
.property__city {
display: block;
font-weight: 400;
}
.property__price {
background: #fff;
border: 1px solid #d6d6d6;
color: #121717;
padding: 3px 12px 11px;
line-height: 1;
float: left;
margin-top: 35px;
}
@media (max-width: 1199px) {
.property__price {
padding: 6px 15px;
text-align: center;
}
}
.property__price--commision {
text-align: center;
}
.property__price strong {
font-size: 46px;
color: #000000;
display: block;
font-weight: 600;
}
.property__price span {
margin-top: 7px;
display: block;
}
.property__price .property__price--commision span {
color: #000000;
}
.property__price-unit {
font-size: 17px;
}
.property__actions {
padding-top: 15px;
text-align: right;
clear: right;
}
@media (max-width: 1199px) {
.property__actions {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
margin-top: 0;
clear: both;
}
}
.property__actions .btn--default {
margin-left: 15px;
}
@media (max-width: 1199px) {
.property__actions .btn--default {
font-size: 11px;
}
}
@media (max-width: 1199px) {
.property__actions .btn--default {
margin-top: 10px;
width: 49%;
margin-left: 0;
}
}
.property__actions--btn {
padding-top: 44px;
}
@media (max-width: 1199px) {
.property__actions--btn {
padding-top: 17px;
clear: none;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
}
.property__actions--btn .btn--default {
width: auto;
}
}
@media (max-width: 1199px) {
.property__actions--print {
display: none !important;
}
}
@media print {
.property__actions--print {
display: none !important;
}
}
.property__commision {
text-align: right;
font-size: 20px;
margin-bottom: 17px;
margin-top: 0;
}
.property__commision strong {
color: #000000;
font-size: 25px;
}
@media (max-width: 1199px) {
.property__commision {
font-size: 17px;
}
.property__commision strong {
font-size: 20px;
display: block;
}
}
.property__info {
margin: 20px 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.property__info-item {
font-size: 20px;
color: #121717;
width: 50%;
}
@media (max-width: 767px) {
.property__info-item {
font-size: 15px;
width: 100%;
}
}
.property__slider {
position: relative;
margin-top: 30px;
}
.property__ribon {
position: absolute;
top: 110px;
right: -5px;
background: #000000;
color: #fff;
text-transform: uppercase;
padding: 3px 15px;
font-weight: 600;
padding: 10px 15px;
z-index: 20;
top: 50px;
}
.property__ribon:after {
position: absolute;
right: 0;
bottom: -5px;
border-top: 5px solid #000000;
width: 5px;
content: " ";
display: block;
border-right: 5px solid #f6f6f6;
}
@media (max-width: 767px) {
.property__ribon {
top: 15px;
padding: 4px 10px;
}
}
@media print {
.property__ribon {
display: none;
}
}
.property__ribon--status {
background: #c8e6c9;
top: 110px;
color: #f2f2f2;
}
.property__ribon--status:after {
border-top: 5px solid #a5d6a7;
}
@media (max-width: 767px) {
.property__ribon--status {
top: 50px;
}
}
.property__ribon--done {
background: #ffecb3;
}
.property__ribon--done:after {
border-top: 5px solid #ffdf80;
}
.property__subtitle {
font-size: 20px;
margin: 40px 0 15px;
font-weight: 600;
}
@media (max-width: 767px) {
.property__subtitle {
margin: 30px 0;
}
}
.property__description {
line-height: 1.4;
}
@media (max-width: 767px) {
.property__description {
margin-top: 0;
}
}
.property__description:before,
.property__description:after {
content: " ";
display: table;
}
.property__description:after {
clear: both;
}
.property__description.opened {
margin-bottom: -14px;
}
.property__description p {
line-height: 1.4;
}
@media print {
.property .vc_tta-panel-body {
display: block !important;
}
}
.property__description-wrap {
-webkit-column-count: 2;
column-count: 2;
-webkit-column-gap: 30px;
column-gap: 30px;
}
@media (max-width: 767px) {
.property__description-wrap {
-webkit-column-count: auto;
column-count: auto;
-webkit-column-gap: normal;
column-gap: normal;
margin-top: 20px;
max-height: 260px;
overflow: hidden;
position: relative;
}
.property__description-wrap:after {
position: absolute;
bottom: 0;
left: 0;
right: 0;
background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#f6f6f6));
background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #f6f6f6 100%);
height: 20px;
z-index: 5;
content: " ";
display: block;
}
.opened .property__description-wrap {
max-height: none;
}
}
.property__btn-more {
position: relative;
border: 1px solid #d6d6d6;
text-align: center;
display: block;
padding: 7px 20px;
text-transform: uppercase;
color: #121717;
text-decoration: none;
vertical-align: middle;
line-height: 1.6;
font-weight: 600;
margin: 0 auto;
width: 100%;
background: #fff;
display: none;
margin: 20px 0 0;
padding: 4px 0;
}
.property__btn-more:after {
content: '';
position: absolute;
z-index: -1;
-webkit-transition: all 0.3s;
transition: all 0.3s;
left: 0;
right: 0;
text-align: center;
}
.property__btn-more.button--loading:before {
margin: 0 10px 0;
font-size: 14px;
display: inline-block;
font-family: FontAwesome;
content: "";
-webkit-animation: fa-spin 2s infinite linear;
animation: fa-spin 2s infinite linear;
}
.property__btn-more.has-error,
.property__btn-more.error {
-webkit-animation: shake 0.5s;
animation: shake 0.5s;
color: transparent !important;
}
.property__btn-more.has-error:after,
.property__btn-more.error:after {
content: "Error!";
-webkit-animation: scaleFromUp 0.5s;
animation: scaleFromUp 0.5s;
z-index: 1;
color: #e95b35;
}
.property__btn-more.has-success,
.property__btn-more.success {
color: transparent !important;
}
.property__btn-more.has-success:after,
.property__btn-more.success:after {
content: "Success!";
-webkit-animation: moveUp 0.5s;
animation: moveUp 0.5s;
z-index: 1;
color: #000000;
}
.button--loading-circle-o-notch .property__btn-more.button--loading:before {
content: "";
}
.button--loading-refresh .property__btn-more.button--loading:before {
content: "";
}
.button--loading-spinner .property__btn-more.button--loading:before {
content: "";
}
.property__btn-more.hover,
.property__btn-more:hover {
border-color: #121717;
color: #121717;
text-decoration: none;
}
.property__btn-more:active,
.property__btn-more.active {
-webkit-transform: translate3d(0, 1px, 0);
transform: translate3d(0, 1px, 0);
border-color: #121717;
background: #121717;
color: #fff;
-webkit-box-shadow: none;
box-shadow: none;
}
.property__btn-more:focus,
.property__btn-more.focus {
text-decoration: none;
outline: none;
}
.property__btn-more:disabled,
.property__btn-more.disabled {
cursor: not-allowed;
color: #ccc;
border-color: #efefef;
}
.property__btn-more.progress {
overflow: visible;
height: auto;
-webkit-box-shadow: none;
box-shadow: none;
margin-bottom: 0;
}
@media (max-width: 767px) {
.property__btn-more {
display: block;
}
.opened .property__btn-more {
display: none;
}
}
@media print {
.property__btn-more {
display: none;
}
}
.property__params:before,
.property__params:after {
content: " ";
display: table;
}
.property__params:after {
clear: both;
}
.property__params-list {
margin: 0;
padding: 0;
list-style: none;
}
@media (max-width: 767px) {
.property__params-list {
-webkit-column-count: 2;
column-count: 2;
}
}
.property__params-list li {
float: left;
padding-left: 15px;
padding-right: 15px;
position: relative;
min-height: 1px;
float: left;
padding: 3px 0 2px;
}
@media (min-width: 768px) {
.property__params-list li {
width: 50%;
}
}
@media (min-width: 768px) {
.property__params-list li:nth-of-type(n) {
clear: none;
}
.property__params-list li:nth-of-type(2n+1) {
clear: both;
}
}
@media (min-width: 992px) {
.property__params-list li {
width: 33.33333%;
}
}
@media (min-width: 992px) {
.property__params-list li:nth-of-type(n) {
clear: none;
}
.property__params-list li:nth-of-type(3n+1) {
clear: both;
}
}
@media (max-width: 767px) {
.property__params-list li {
padding: 8px 0 2px;
line-height: 1;
float: none;
}
}
.property__params-list li strong {
display: block;
}
.property__params-list--options li {
background: url(//www.flowrealproperty.be/hosting/2324-flow/wp-content/themes/realtyspace/public/img/bg-border-dotted-vertical.png) no-repeat 3px -1px;
padding-left: 15px;
}
.property__params-list--options li:before {
content: " ";
width: 8px;
height: 8px;
border: 2px solid #000000;
border-radius: 8px;
margin: 9px 3px 0 0;
display: inline-block;
position: absolute;
left: 0;
}
@media (max-width: 767px) {
.property__params-list--options li:before {
margin-top: 3px;
}
}
.property__params-list--options li:nth-child(-n+3) {
background-position: 3px 12px;
}
.property__params-list--options li:nth-last-child(1),
.property__params-list--options li:nth-last-child(2),
.property__params-list--options li:nth-last-child(3) {
background-position: 3px -208px;
}
@media (max-width: 767px) {
.property__params-list--options li:nth-child(n) {
background-position: 3px -1px !important;
}
}
.property__plan {
margin-right: -5px;
}
@media (max-width: 767px) {
.property__plan {
margin-right: 0;
}
}
.property__plan:before,
.property__plan:after {
content: " ";
display: table;
}
.property__plan:after {
clear: both;
}
.property__plan-item {
position: relative;
min-height: 1px;
padding-left: 15px;
padding-right: 15px;
text-align: center;
margin-bottom: 0;
border: 1px solid #fff;
background: #e4e4e4;
margin-left: -1px;
margin-top: -1px;
}
@media (min-width: 768px) {
.property__plan-item {
float: left;
width: 20%;
}
}
@media (max-width: 767px) {
.property__plan-item {
float: left;
margin-bottom: 13px;
}
}
.property__plan-icon svg {
width: 26px;
height: 31px;
fill: #000000;
margin: 18px auto 0;
display: block;
}
.property__plan-icon--window svg {
width: 17px;
height: 26px;
margin-top: 23px;
}
.property__plan-icon--bathrooms svg {
height: 30px;
margin-top: 19px;
}
.property__plan-icon--garage svg {
width: 25px;
height: 32px;
margin-top: 17px;
}
.property__plan-title {
font-weight: normal;
color: #121717;
padding: 5px 0 11px 0;
}
@media (max-width: 767px) {
.property__plan-title {
padding: 2px 0 4px 0;
}
}
.property__plan-value {
font-size: 20px;
border-top: 1px solid #fff;
margin: 0;
padding: 16px 0;
line-height: 1;
font-weight: 600;
}
@media (max-width: 767px) {
.property__plan-value {
font-size: 15px;
padding: 9px 0;
}
}
.property__photos--print img {
margin-top: 30px;
max-width: 100%;
display: none;
}
@media print {
.property__photos--print img {
page-break-inside: avoid;
display: block;
}
}
.property__files {
background: #fff;
border: 1px solid #d6d6d6;
padding: 13px 15px;
}
@media (max-width: 767px) {
.property__files {
display: none;
}
.property__files.opened {
display: block;
}
}
.property__files:before,
.property__files:after {
content: " ";
display: table;
}
.property__files:after {
clear: both;
}
@media print {
.property__files {
display: none;
}
}
.property__files .widget__title {
float: left;
margin: 4px 0 0 0;
}
@media (max-width: 1199px) {
.property__files .widget__title {
float: none;
}
}
.property__files-icon {
fill: #000000;
width: 25px;
vertical-align: middle;
margin-right: 10px;
height: 35px;
}
.property__files-item {
display: inline-block;
color: #121717;
margin: 0 0 0 25px;
}
@media (max-width: 1199px) {
.property__files-item {
padding: 0 0 10px 0;
margin: 9px 25px 0 0;
}
}
@media (max-width: 767px) {
.property__files-item {
margin-left: 0;
padding: 0 0 2px 0;
}
}
.property__files-show {
font-size: 17px;
color: #121717;
text-align: center;
border: 1px solid #d6d6d6;
padding: 15px 0;
background: #fff;
text-transform: uppercase;
width: 100%;
font-weight: bold;
outline: none;
cursor: pointer;
margin-top: 0;
display: none;
}
.property__files-show:hover {
color: #121717;
}
.property__files-show:after {
font-size: 14px;
display: inline-block;
font-family: FontAwesome;
content: "";
border: 1px solid #121717;
margin-left: 10px;
width: 25px;
height: 25px;
text-align: center;
line-height: 25px;
padding: 0 0 0 2px;
}
.property__files-show.active:after {
content: "\f078";
}
@media (max-width: 767px) {
.property__files-show {
display: block;
}
}
@media print {
.property__files-show {
display: none;
}
}
@media print {
.property__video {
display: none;
}
}
.property__video iframe {
width: 100%;
min-height: 460px;
}
.icon-area-border {
fill: #000000;
} .listing__list:before,
.listing__list:after {
content: " ";
display: table;
}
.listing__list:after {
clear: both;
}
.listing__item:before,
.listing__item:after {
content: " ";
display: table;
}
.listing__item:after {
clear: both;
}
.listing__item-header {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.listing__tools {
opacity: 0;
visibility: hidden;
-webkit-transition: 0.3s;
transition: 0.3s;
float: right;
}
.listing__item:hover .listing__tools {
opacity: 1;
visibility: visible;
}
@media (max-width: 767px) {
.listing__tools {
opacity: 1;
visibility: visible;
}
}
.listing__tools-dropdown {
display: inline-block;
}
.listing__tools-toggle {
background: none;
border: none;
outline: none !important;
padding: 0;
-webkit-box-shadow: none;
box-shadow: none;
color: #000000;
position: relative;
top: -5px;
}
.listing__tools-menu {
z-index: 20;
left: auto;
right: 0;
background: #fff;
width: 150px;
padding: 10px 15px;
}
.listing__tools-menu:before {
left: auto;
right: 8px;
}
.listing__tools-menu > .listing__tools-link {
padding: 3px;
}
.listing__tools-link {
background: none;
border: none;
outline: none !important;
padding: 0;
-webkit-box-shadow: none;
box-shadow: none;
font-size: 13px;
color: #000000;
text-transform: uppercase;
vertical-align: top;
}
.listing__pagination {
text-align: right;
margin-top: 50px;
}
@media (max-width: 767px) {
.listing__pagination {
text-align: center;
margin-top: 30px;
}
}
.rtl .listing__pagination .glyphicon-chevron-left:before {
content: '\e080';
}
.rtl .listing__pagination .glyphicon-chevron-right:before {
content: '\e079';
}
.listing__param {
margin: 20px 0 0;
}
.listing__param + .site__main .widget__card {
margin-top: 20px;
}
.listing__param + .site__main {
border-top: none;
}
.listing__param-item {
margin: 0 15px 5px 0;
display: inline-block;
}
.listing__param-delete {
background: #e6e6e6;
border: none;
border-radius: 10px;
font-size: 0;
margin: -2px 5px 0 0;
padding: 1px 6px;
display: inline-block;
color: #121717;
cursor: pointer;
}
.listing__param-delete:after {
font-size: 11px;
display: inline-block;
font-family: FontAwesome;
content: "";
}
.listing__empty {
padding: 25px 29px;
background: #fff;
border: 1px solid #d6d6d6;
margin-top: -1px;
min-height: 480px;
}
.listing__empty:before,
.listing__empty:after {
content: " ";
display: table;
}
.listing__empty:after {
clear: both;
}
@media (max-width: 767px) {
.listing__empty {
min-height: initial;
}
}
.listing__empty--properties {
margin: 40px 0 50px;
}
@media (max-width: 767px) {
.listing__empty--properties {
margin: 25px 0 0;
}
}
.listing__empty-icon {
width: 50px;
height: 50px;
fill: #dedede;
margin: 80px auto 0;
display: block;
}
@media (max-width: 767px) {
.listing__empty-icon {
margin-top: 3px;
}
}
.listing__empty-title {
font-size: 20px;
color: #f2f2f2;
border-bottom: 1px solid #dedede;
width: 469px;
margin: 33px auto 0;
padding: 0 10px 15px 10px;
text-align: center;
}
@media (max-width: 991px) {
.listing__empty-title {
width: 95%;
}
}
.listing__empty-headline {
color: #808080;
width: 300px;
display: block;
margin: 19px auto 0;
text-align: center;
}
@media (max-width: 767px) {
.listing__empty-headline {
width: auto;
}
} .listing--items .listing__title {
text-transform: none;
font-family: "Source Sans Pro", sans-serif;
}
.listing--items .listing__actions {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.listing--items .listing__actions .btn--link {
margin-left: 20px;
}
.listing--items .listing__actions .btn--action {
margin-left: 20px;
}
.listing--items .listing__actions-border {
border-top: 1px solid #d6d6d6;
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
}
.listing--items .listing__info {
margin-top: 5px;
}
.listing--items .listing__categories {
color: #121717;
}
.listing--items .listing__categories:before {
font-size: 1em;
display: inline-block;
font-family: FontAwesome;
content: "";
margin-right: 5px;
}
.listing--items .listing__category {
color: #121717;
text-transform: uppercase;
margin-left: 5px;
}
.listing--items .listing__category:after {
content: ',';
}
.listing--items .listing__category:last-of-type:after {
content: '';
}
.listing--items .listing__item .item-photo__more {
opacity: 0;
}
.listing--items .listing__item--selected .item-photo__hover {
opacity: 1;
}
.listing--items .listing__move {
color: #fff;
position: absolute;
top: 10px;
left: 10px;
opacity: 0;
border: 1px solid #fff;
border-radius: 25px;
width: 25px;
height: 25px;
z-index: 10;
text-align: center;
line-height: 22px;
}
.listing--items .listing__move.active {
opacity: 1;
}
.listing--items .listing__item:hover .listing__move {
opacity: 1;
}
.listing--items .listing__select {
background: none;
border: none;
outline: none !important;
padding: 0;
-webkit-box-shadow: none;
box-shadow: none;
opacity: 0;
position: absolute;
top: 10px;
right: 10px;
border: 1px solid #000000;
border-radius: 25px;
width: 25px;
height: 25px;
z-index: 15;
color: #fff;
line-height: 0.8;
}
.listing--items .listing__select.active {
opacity: 1;
}
.listing--items .listing__select.active:after {
font-size: 0.8em;
display: inline-block;
font-family: FontAwesome;
content: "";
}
.listing--items .listing__item:hover .listing__select {
opacity: 1;
}
.listing--items .listing__thumb {
position: relative;
} .listing--grid {
margin-left: -15px;
margin-right: -15px;
margin-top: 50px;
}
.listing--grid:before,
.listing--grid:after {
content: " ";
display: table;
}
.listing--grid:after {
clear: both;
}
.listing--grid .listing__item {
padding-left: 15px;
padding-right: 15px;
position: relative;
min-height: 1px;
float: left;
width: 100%;
}
@media (min-width: 480px) {
.listing--grid .listing__item:nth-of-type(n) {
clear: none;
}
.listing--grid .listing__item:nth-of-type(1n+1) {
clear: both;
}
}
@media (min-width: 768px) {
.listing--grid .listing__item {
width: 50%;
}
}
@media (min-width: 768px) {
.listing--grid .listing__item:nth-of-type(n) {
clear: none;
}
.listing--grid .listing__item:nth-of-type(2n+1) {
clear: both;
}
}
@media (min-width: 1200px) {
.listing--grid .listing__item {
width: 33.33333%;
}
}
@media (min-width: 1200px) {
.listing--grid .listing__item:nth-of-type(n) {
clear: none;
}
.listing--grid .listing__item:nth-of-type(3n+1) {
clear: both;
}
}
.listing--grid .listing__item:nth-child(n+4) {
margin-top: 50px;
}
@media (max-width: 1199px) {
.listing--grid .listing__item:nth-child(n+3) {
margin-top: 50px;
}
}
@media (max-width: 767px) {
.listing--grid .listing__item:nth-child(n+2) {
margin-top: 30px;
}
}
.listing--grid .listing__info {
padding: 0;
}
.listing--grid .listing__categories {
font-size: 12px;
}
.listing--grid .listing__title {
color: #121717;
text-decoration: none;
font-size: 15px;
}
.listing--grid.listing--small .listing__item {
padding-left: 15px;
padding-right: 15px;
position: relative;
min-height: 1px;
float: left;
}
@media (min-width: 1200px) {
.listing--grid.listing--small .listing__item {
width: 25%;
}
}
@media (min-width: 1200px) {
.listing--grid.listing--small .listing__item:nth-of-type(n) {
clear: none;
}
.listing--grid.listing--small .listing__item:nth-of-type(4n+1) {
clear: both;
}
}
@media (min-width: 1200px) {
.listing--grid.listing--small .listing__item:nth-child(4) {
margin-top: 0;
}
}
.listing--grid.listing--big .listing__item {
padding-left: 15px;
padding-right: 15px;
position: relative;
min-height: 1px;
float: left;
}
@media (min-width: 1200px) {
.listing--grid.listing--big .listing__item {
width: 50%;
}
}
@media (min-width: 1200px) {
.listing--grid.listing--big .listing__item:nth-of-type(n) {
clear: none;
}
.listing--grid.listing--big .listing__item:nth-of-type(2n+1) {
clear: both;
}
}
@media (min-width: 1200px) {
.listing--grid.listing--big .listing__item:nth-child(n+3) {
margin-top: 50px;
}
}
.listing--xs-6 .listing__item {
padding-left: 15px;
padding-right: 15px;
position: relative;
min-height: 1px;
float: left;
width: 50%;
}
@media (min-width: 480px) {
.listing--xs-6 .listing__item:nth-of-type(n) {
clear: none;
}
.listing--xs-6 .listing__item:nth-of-type(2n+1) {
clear: both;
}
}
@media (max-width: 767px) {
.listing--xs-6 .listing__item:nth-child(2) {
margin-top: 0;
}
}
.listing--footer .listing__item {
margin-top: 15px;
}
.listing--footer .listing__item:first-of-type {
margin-top: 0;
} .listing--favorites {
margin-top: 30px;
}
.listing--favorites .listing__actions {
margin-top: 30px;
}
.listing--favorites .listing__item {
padding-left: 15px;
padding-right: 15px;
position: relative;
min-height: 1px;
float: left;
width: 100%;
}
@media (min-width: 480px) {
.listing--favorites .listing__item:nth-of-type(n) {
clear: none;
}
.listing--favorites .listing__item:nth-of-type(1n+1) {
clear: both;
}
}
@media (min-width: 768px) {
.listing--favorites .listing__item {
width: 50%;
}
}
@media (min-width: 768px) {
.listing--favorites .listing__item:nth-of-type(n) {
clear: none;
}
.listing--favorites .listing__item:nth-of-type(2n+1) {
clear: both;
}
}
@media (min-width: 1200px) {
.listing--favorites .listing__item {
width: 25%;
}
}
@media (min-width: 1200px) {
.listing--favorites .listing__item:nth-of-type(n) {
clear: none;
}
.listing--favorites .listing__item:nth-of-type(4n+1) {
clear: both;
}
} .listing--accordion .listing__title {
font-size: 17px;
display: block;
border: 1px solid #d6d6d6;
padding: 10px 25px 10px 15px;
text-decoration: none !important;
position: relative;
color: #121717;
}
.listing--accordion .listing__title:after {
font-size: 0.8em;
display: inline-block;
font-family: FontAwesome;
content: "";
margin-left: 15px;
color: #a6a6a6;
}
@media (max-width: 767px) {
.listing--accordion .listing__title:after {
position: absolute;
right: 15px;
top: 50%;
margin-top: -12px;
}
}
.listing--accordion .listing__body {
border: 1px solid #d6d6d6;
border-top: none;
}
.listing--accordion .listing__body:before,
.listing--accordion .listing__body:after {
content: " ";
display: table;
}
.listing--accordion .listing__body:after {
clear: both;
}
.listing--accordion .listing__list {
margin: 0;
padding: 0;
list-style: none;
margin: 30px;
}
.listing--accordion .listing__list:before,
.listing--accordion .listing__list:after {
content: " ";
display: table;
}
.listing--accordion .listing__list:after {
clear: both;
}
.listing--accordion .listing__param {
width: 50%;
float: left;
margin: 5px 0;
}
@media (max-width: 991px) {
.listing--accordion .listing__param {
width: 100%;
}
}
@media (max-width: 991px) {
.listing--accordion .listing__param strong {
display: block;
}
} .listing--list .listing__item {
border-bottom: 1px solid #d6d6d6;
margin-bottom: 0;
padding-bottom: 40px;
padding-top: 40px;
}
@media (max-width: 767px) {
.listing--list .listing__item {
padding-bottom: 30px;
padding-top: 30px;
}
}
.listing--list .listing__title {
font-size: 20px;
font-weight: 600;
}
.listing--list .listing__category {
font-size: 13px;
color: #121717;
text-transform: uppercase;
display: block;
margin-top: 30px;
}
.listing--list .listing__category:before {
font-size: 1em;
display: inline-block;
font-family: FontAwesome;
content: "";
margin-right: 10px;
}
.listing--list .listing__body:before,
.listing--list .listing__body:after {
content: " ";
display: table;
}
.listing--list .listing__body:after {
clear: both;
}
.listing--list .listing__list {
margin: 0;
padding: 0;
list-style: none;
margin-top: 30px;
}
.listing--list .listing__list:before,
.listing--list .listing__list:after {
content: " ";
display: table;
}
.listing--list .listing__list:after {
clear: both;
}
.listing--list .listing__param {
width: 50%;
float: left;
margin: 5px 0;
}
@media (max-width: 767px) {
.listing--list .listing__param {
width: 100%;
}
.listing--list .listing__param strong {
display: block;
}
}
.listing--list .listing__view {
display: inline-block;
margin-bottom: 0;
text-align: center;
vertical-align: middle;
cursor: pointer;
background-image: none;
text-transform: uppercase;
text-decoration: none;
white-space: nowrap;
padding: 6px 20px;
font-size: 15px;
line-height: 1.6;
border-radius: 0;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
padding-left: 15px;
padding-right: 15px;
font-weight: 700;
font-size: 15px;
position: relative;
border: none;
border-bottom: 4px solid #848991;
background: #121717;
color: #f2f2f2;
margin-left: 0;
margin-top: 30px;
}
.listing--list .listing__view:hover,
.listing--list .listing__view:focus,
.listing--list .listing__view.active {
color: #333;
text-decoration: none;
outline: none;
}
.listing--list .listing__view:disabled,
.listing--list .listing__view.disabled {
cursor: not-allowed;
}
.listing--list .listing__view.progress {
overflow: visible;
height: auto;
-webkit-box-shadow: none;
box-shadow: none;
margin-bottom: 0;
}
.listing--list .listing__view:after {
content: '';
position: absolute;
z-index: -1;
-webkit-transition: all 0.3s;
transition: all 0.3s;
left: 0;
right: 0;
text-align: center;
}
.listing--list .listing__view.button--loading:before {
margin: 0 10px 0;
font-size: 14px;
display: inline-block;
font-family: FontAwesome;
content: "";
-webkit-animation: fa-spin 2s infinite linear;
animation: fa-spin 2s infinite linear;
}
.listing--list .listing__view.has-error,
.listing--list .listing__view.error {
-webkit-animation: shake 0.5s;
animation: shake 0.5s;
color: transparent !important;
}
.listing--list .listing__view.has-error:after,
.listing--list .listing__view.error:after {
content: "Error!";
-webkit-animation: scaleFromUp 0.5s;
animation: scaleFromUp 0.5s;
z-index: 1;
color: #e95b35;
}
.listing--list .listing__view.has-success,
.listing--list .listing__view.success {
color: transparent !important;
}
.listing--list .listing__view.has-success:after,
.listing--list .listing__view.success:after {
content: "Success!";
-webkit-animation: moveUp 0.5s;
animation: moveUp 0.5s;
z-index: 1;
color: #000000;
}
.button--loading-circle-o-notch .listing--list .listing__view.button--loading:before {
content: "";
}
.button--loading-refresh .listing--list .listing__view.button--loading:before {
content: "";
}
.button--loading-spinner .listing--list .listing__view.button--loading:before {
content: "";
}
.listing--list .listing__view.hover,
.listing--list .listing__view:hover {
border-bottom: 4px solid #121717;
color: #f2f2f2;
background: #121717;
}
.listing--list .listing__view:focus,
.listing--list .listing__view:active:focus,
.listing--list .listing__view:active,
.listing--list .listing__view.active {
border-top: 4px solid #848991;
border-bottom: none;
color: #f2f2f2;
background: #121717;
outline: none;
}
.listing--list .listing__view:disabled,
.listing--list .listing__view.disabled {
color: #ccc;
background: #efefef;
border-bottom: 4px solid #dedede;
}
.listing--list .listing__delete {
display: inline-block;
margin-bottom: 0;
text-align: center;
vertical-align: middle;
cursor: pointer;
background-image: none;
text-transform: uppercase;
text-decoration: none;
white-space: nowrap;
padding: 6px 20px;
font-size: 15px;
line-height: 1.6;
border-radius: 0;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
padding-left: 15px;
padding-right: 15px;
font-weight: 700;
font-size: 15px;
position: relative;
text-decoration: none;
border: 2px solid #121717;
background: none;
color: #121717;
margin-top: 30px;
width: auto;
margin-left: 15px;
}
.listing--list .listing__delete:hover,
.listing--list .listing__delete:focus,
.listing--list .listing__delete.active {
color: #333;
text-decoration: none;
outline: none;
}
.listing--list .listing__delete:disabled,
.listing--list .listing__delete.disabled {
cursor: not-allowed;
}
.listing--list .listing__delete.progress {
overflow: visible;
height: auto;
-webkit-box-shadow: none;
box-shadow: none;
margin-bottom: 0;
}
.listing--list .listing__delete:after {
content: '';
position: absolute;
z-index: -1;
-webkit-transition: all 0.3s;
transition: all 0.3s;
left: 0;
right: 0;
text-align: center;
}
.listing--list .listing__delete.button--loading:before {
margin: 0 10px 0;
font-size: 14px;
display: inline-block;
font-family: FontAwesome;
content: "";
-webkit-animation: fa-spin 2s infinite linear;
animation: fa-spin 2s infinite linear;
}
.listing--list .listing__delete.has-error,
.listing--list .listing__delete.error {
-webkit-animation: shake 0.5s;
animation: shake 0.5s;
color: transparent !important;
}
.listing--list .listing__delete.has-error:after,
.listing--list .listing__delete.error:after {
content: "Error!";
-webkit-animation: scaleFromUp 0.5s;
animation: scaleFromUp 0.5s;
z-index: 1;
color: #e95b35;
}
.listing--list .listing__delete.has-success,
.listing--list .listing__delete.success {
color: transparent !important;
}
.listing--list .listing__delete.has-success:after,
.listing--list .listing__delete.success:after {
content: "Success!";
-webkit-animation: moveUp 0.5s;
animation: moveUp 0.5s;
z-index: 1;
color: #000000;
}
.button--loading-circle-o-notch .listing--list .listing__delete.button--loading:before {
content: "";
}
.button--loading-refresh .listing--list .listing__delete.button--loading:before {
content: "";
}
.button--loading-spinner .listing--list .listing__delete.button--loading:before {
content: "";
}
@media (min-width: 992px) {
.listing--list .listing__delete.hover,
.listing--list .listing__delete:hover {
border-color: #121717;
color: #121717;
}
}
.listing--list .listing__delete:active,
.listing--list .listing__delete.active {
-webkit-transform: translate3d(0, 1px, 0);
transform: translate3d(0, 1px, 0);
border-color: #121717;
background: #121717;
color: #fff;
-webkit-box-shadow: none;
box-shadow: none;
}
.listing--list .listing__delete:disabled,
.listing--list .listing__delete.disabled {
color: #ccc;
border-color: #efefef;
} .listing--worker .listing__item {
padding-left: 15px;
padding-right: 15px;
position: relative;
min-height: 1px;
float: left;
width: 100%;
}
@media (min-width: 480px) {
.listing--worker .listing__item:nth-of-type(n) {
clear: none;
}
.listing--worker .listing__item:nth-of-type(1n+1) {
clear: both;
}
}
@media (min-width: 768px) {
.listing--worker .listing__item {
width: 50%;
}
}
@media (min-width: 768px) {
.listing--worker .listing__item:nth-of-type(n) {
clear: none;
}
.listing--worker .listing__item:nth-of-type(2n+1) {
clear: both;
}
}
@media (min-width: 1200px) {
.listing--worker .listing__item {
width: 33.33333%;
}
}
@media (min-width: 1200px) {
.listing--worker .listing__item:nth-of-type(n) {
clear: none;
}
.listing--worker .listing__item:nth-of-type(3n+1) {
clear: both;
}
} .listing--photos {
margin-top: 40px;
position: relative;
}
.listing--photos .listing__list {
margin-top: 20px;
}
.listing--photos .listing__item {
padding-left: 15px;
padding-right: 15px;
float: left;
width: 100%;
clear: none !important;
}
@media (min-width: 768px) {
.listing--photos .listing__item {
width: 50%;
}
}
@media (min-width: 1200px) {
.listing--photos .listing__item {
width: 33.33333%;
}
}
.listing--photos .listing__title {
display: block;
height: 20px;
overflow: hidden;
}
.listing--photos .sortable-placeholder {
padding-left: 15px;
padding-right: 15px;
float: left;
width: 100%;
}
@media (min-width: 768px) {
.listing--photos .sortable-placeholder {
width: 50%;
}
}
@media (min-width: 1200px) {
.listing--photos .sortable-placeholder {
width: 33.33333%;
}
} .listing--watermarks .listing__item {
width: 25%;
}
@media (max-width: 767px) {
.listing--watermarks .listing__item {
width: 50%;
}
}
.listing--watermarks .listing__thumb {
background: url(//www.flowrealproperty.be/hosting/2324-flow/wp-content/themes/realtyspace/public/img/pattern-empty.png);
border: 1px solid #a6a6a6;
}
.listing--watermarks .listing__select {
color: #000000;
} .listing--sidebar .listing__item {
margin-bottom: 20px;
border-bottom: 1px dotted #f2f2f2;
padding-bottom: 20px;
}
.listing--sidebar .listing__item:last-child {
border: none;
margin-bottom: 0;
padding-bottom: 0;
} .listing--feed .listing__item {
margin-top: 30px;
}
.listing--feed .listing__item:first-of-type {
margin-top: 0;
} .form-property__condition {
text-align: left;
margin: 0 0 15px 0;
font-size: 13px;
font-style: italic;
font-weight: 400;
}
@media (max-width: 767px) {
.form-property__condition {
text-align: center;
}
}
.form-property__information {
background: none;
border: none;
display: inline-block;
outline: none !important;
color: #ccc;
position: relative;
top: -10px;
padding: 0;
}
.form-property__params {
list-style: none;
padding: 0;
margin-bottom: 0;
position: relative;
z-index: 1;
}
.form-property__params:before,
.form-property__params:after {
content: " ";
display: table;
}
.form-property__params:after {
clear: both;
}
@media (max-width: 767px) {
.form-property__params {
-webkit-columns: 2;
columns: 2;
-webkit-column-gap: 10px;
column-gap: 10px;
}
}
.form-property__params li {
position: relative;
min-height: 1px;
padding-left: 15px;
padding-right: 15px;
position: relative;
min-height: 1px;
padding-left: 15px;
padding-right: 15px;
margin: 15px 0 0;
padding-left: 0;
}
@media (min-width: 768px) {
.form-property__params li {
float: left;
width: 50%;
}
}
@media (min-width: 1200px) {
.form-property__params li {
float: left;
width: 33.33333%;
}
}
@media (max-width: 767px) {
.form-property__params li {
margin: 5px 0 0;
padding: 0;
}
}
.form-property__params label {
padding-left: 44px;
padding-top: 3px;
margin-bottom: 0;
}
@media (max-width: 767px) {
.form-property__params label {
padding-left: 30px;
}
}
.form-property__upload {
background: #fff;
border: 1px solid #ccc;
padding: 15px;
width: 80%;
margin: 0;
}
.form-property__upload:before,
.form-property__upload:after {
content: " ";
display: table;
}
.form-property__upload:after {
clear: both;
}
.form-property__upload-list {
margin: 30px -15px 50px;
}
.form-property__upload-list:before,
.form-property__upload-list:after {
content: " ";
display: table;
}
.form-property__upload-list:after {
clear: both;
}
@media (max-width: 767px) {
.form-property__upload-list {
margin: 10px -15px 30px;
}
}
.form-property__upload-list--bottom {
margin-bottom: 0;
}
.form-property__upload-border {
border: 2px solid #000000;
padding: 2px;
}
.form-property__upload-item {
padding-left: 15px;
padding-right: 15px;
float: left;
width: 100%;
margin-bottom: 0;
}
@media (min-width: 768px) {
.form-property__upload-item {
width: 50%;
}
}
@media (min-width: 1200px) {
.form-property__upload-item {
width: 25%;
}
}
@media (max-width: 767px) {
.form-property__upload-item {
margin-bottom: 20px;
}
.form-property__upload-item:last-of-type {
margin-bottom: 0;
}
}
.form-property__upload-item img {
display: block;
max-width: 100%;
height: auto;
width: 100% !important;
}
.form-property__upload-delete {
float: right;
text-transform: uppercase;
font-size: 13px;
color: #000000;
}
@media (max-width: 767px) {
.form-property__upload-delete {
margin-left: 0;
}
}
.form-property__upload-btn-delete {
display: inline-block;
margin-bottom: 0;
text-align: center;
vertical-align: middle;
cursor: pointer;
background-image: none;
text-transform: uppercase;
text-decoration: none;
white-space: nowrap;
padding: 6px 20px;
font-size: 15px;
line-height: 1.6;
border-radius: 0;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
padding-left: 15px;
padding-right: 15px;
font-weight: 700;
font-size: 15px;
position: relative;
text-decoration: none;
border: 2px solid #121717;
background: none;
color: #121717;
}
.form-property__upload-btn-delete:hover,
.form-property__upload-btn-delete:focus,
.form-property__upload-btn-delete.active {
color: #333;
text-decoration: none;
outline: none;
}
.form-property__upload-btn-delete:disabled,
.form-property__upload-btn-delete.disabled {
cursor: not-allowed;
}
.form-property__upload-btn-delete.progress {
overflow: visible;
height: auto;
-webkit-box-shadow: none;
box-shadow: none;
margin-bottom: 0;
}
.form-property__upload-btn-delete:after {
content: '';
position: absolute;
z-index: -1;
-webkit-transition: all 0.3s;
transition: all 0.3s;
left: 0;
right: 0;
text-align: center;
}
.form-property__upload-btn-delete.button--loading:before {
margin: 0 10px 0;
font-size: 14px;
display: inline-block;
font-family: FontAwesome;
content: "";
-webkit-animation: fa-spin 2s infinite linear;
animation: fa-spin 2s infinite linear;
}
.form-property__upload-btn-delete.has-error,
.form-property__upload-btn-delete.error {
-webkit-animation: shake 0.5s;
animation: shake 0.5s;
color: transparent !important;
}
.form-property__upload-btn-delete.has-error:after,
.form-property__upload-btn-delete.error:after {
content: "Error!";
-webkit-animation: scaleFromUp 0.5s;
animation: scaleFromUp 0.5s;
z-index: 1;
color: #e95b35;
}
.form-property__upload-btn-delete.has-success,
.form-property__upload-btn-delete.success {
color: transparent !important;
}
.form-property__upload-btn-delete.has-success:after,
.form-property__upload-btn-delete.success:after {
content: "Success!";
-webkit-animation: moveUp 0.5s;
animation: moveUp 0.5s;
z-index: 1;
color: #000000;
}
.button--loading-circle-o-notch .form-property__upload-btn-delete.button--loading:before {
content: "";
}
.button--loading-refresh .form-property__upload-btn-delete.button--loading:before {
content: "";
}
.button--loading-spinner .form-property__upload-btn-delete.button--loading:before {
content: "";
}
@media (min-width: 992px) {
.form-property__upload-btn-delete.hover,
.form-property__upload-btn-delete:hover {
border-color: #121717;
color: #121717;
}
}
.form-property__upload-btn-delete:active,
.form-property__upload-btn-delete.active {
-webkit-transform: translate3d(0, 1px, 0);
transform: translate3d(0, 1px, 0);
border-color: #121717;
background: #121717;
color: #fff;
-webkit-box-shadow: none;
box-shadow: none;
}
.form-property__upload-btn-delete:disabled,
.form-property__upload-btn-delete.disabled {
color: #ccc;
border-color: #efefef;
}
@media (max-width: 767px) {
.form-property__upload-btn-delete {
margin-left: 0;
}
}
.form-property__upload-btn-choose {
background: #000000;
color: #fff;
border: none;
font-size: 13px;
}
.form-property__ranges {
position: relative;
}
.form-property__check--agent {
margin: 15px 0;
}
.form-property--dashboard .form-property__tabs {
background: #000000;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding: 10px;
}
@media (max-width: 767px) {
.form-property--dashboard .form-property__tabs {
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
}
}
.form-property--dashboard .form-property__tabs:before,
.form-property--dashboard .form-property__tabs:after {
display: none;
}
.form-property--dashboard .form-property__tabs > li:after {
font-size: 1em;
display: inline-block;
font-family: FontAwesome;
content: "";
margin-left: -15px;
}
@media (max-width: 767px) {
.form-property--dashboard .form-property__tabs > li:after {
margin-left: -5px;
margin-right: 5px;
}
}
.form-property--dashboard .form-property__tabs > li:last-of-type:after {
content: '';
}
.form-property--dashboard .form-property__tabs > li.active > a {
color: #fff;
}
.form-property--dashboard .form-property__tabs > li > a {
text-transform: uppercase;
color: #121717;
font-size: 13px;
font-weight: bold;
display: inline-block;
padding-right: 30px;
}
.form-property--dashboard .form-property__tabs > li > a:hover,
.form-property--dashboard .form-property__tabs > li > a:focus {
background: none;
outline: none;
}
@media (max-width: 767px) {
.form-property--dashboard .form-property__tabs > li > a {
padding: 10px 10px 10px 0;
}
} .comment__wrap {
background: #fff;
border: 1px solid #dedede;
}
.comment__headline {
font-size: 14px;
font-weight: 400;
margin-top: 30px;
margin-bottom: 0;
line-height: 2;
text-align: center;
font-size: 20px;
margin: 20px 0;
text-align: left;
}
.comment__headline strong {
font-weight: 600;
}
@media (max-width: 767px) {
.comment__headline {
font-size: 14px;
margin-top: 25px;
line-height: 1.4;
min-height: auto;
}
}
.sidebar .comment__headline {
margin: 4px 0 0;
}
@media (max-width: 767px) {
.comment__headline {
text-align: center;
}
}
.comment__list {
margin: 34px 60px 0 60px;
padding: 0;
list-style: none;
}
.comment__list:before,
.comment__list:after {
content: " ";
display: table;
}
.comment__list:after {
clear: both;
}
@media (max-width: 1199px) {
.comment__list {
margin: 0 25px;
}
}
.comment__item,
.comment .comment {
border-bottom: 1px solid #dedede;
padding: 25px 0;
}
.comment__item.parent:not(.depth-1),
.comment .comment.parent:not(.depth-1) {
border-bottom: none !important;
padding-bottom: 0;
}
.comment__item .comment__form,
.comment .comment .comment__form {
margin: 20px 0 0 80px;
}
@media (max-width: 767px) {
.comment__item .comment__form,
.comment .comment .comment__form {
margin: 20px 15px 0 0;
}
}
.comment__item-body {
position: relative;
}
.comment__item-body:before,
.comment__item-body:after {
content: " ";
display: table;
}
.comment__item-body:after {
clear: both;
}
.comment__item-right {
float: right;
}
@media (max-width: 767px) {
.comment__item-right {
position: absolute;
left: 75px;
top: 48px;
}
}
.comment__item-btn,
.comment .edit-link a {
font-size: 13px;
color: #000000;
border: none;
background: none;
text-transform: uppercase;
margin-top: -30px;
font-weight: normal;
}
.comment__warning-title {
color: #e95b35;
font-weight: 600;
}
.comment__warning-text {
color: #ccc !important;
border-left: 1px solid #ccc;
padding-left: 15px;
}
.comment__children,
.comment .children {
list-style: none;
margin-left: 80px;
border-top: 1px dashed #dedede;
border-bottom: none;
padding: 0;
margin-top: 25px;
}
@media (max-width: 767px) {
.comment__children,
.comment .children {
margin-left: 30px;
}
}
.comment__children .comment__item,
.comment .children .comment__item {
border-bottom: 1px dashed #dedede;
}
.comment__children .comment__item:last-child,
.comment .children .comment__item:last-child {
padding-bottom: 0;
}
.comment__avatar,
.comment .avatar {
width: 65px;
float: left;
background: #e4e4e4;
margin: 0 16px 11px 0;
}
.comment__avatar svg,
.comment .avatar svg {
fill: #121717;
width: 85%;
margin: 0 auto 0;
display: block;
}
.comment__info,
.comment .comment-content {
margin-left: 80px;
}
.comment__author,
.comment .comment-author b {
color: #121717;
margin: -5px 0 0 0;
font-weight: 600;
}
@media (max-width: 767px) {
.comment__author,
.comment .comment-author b {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
}
.comment__date,
.comment .comment-metadata a time {
font-size: 13px;
color: #aaa;
font-style: italic;
display: block;
margin: 0 0 5px;
}
@media (max-width: 767px) {
.comment__date,
.comment .comment-metadata a time {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
}
.comment__content,
.comment .comment-content {
margin: 21px 0 0 80px;
}
@media (max-width: 767px) {
.comment__content,
.comment .comment-content {
margin: 0 15px 0 0;
clear: both;
}
}
.comment__content p,
.comment .comment-content p {
color: #121717;
}
.comment__content iframe,
.comment .comment-content iframe {
max-width: 100%;
}
@media (max-width: 1199px) {
.comment__content iframe,
.comment .comment-content iframe {
height: 360px;
}
}
@media (max-width: 991px) {
.comment__content iframe,
.comment .comment-content iframe {
height: 315px;
}
}
.comment__content p,
.comment .comment-content p {
margin: 13px 0;
}
.comment__content blockquote,
.comment .comment-content blockquote {
font-style: italic;
margin: 13px 0 10px 60px;
display: block;
}
@media (max-width: 991px) {
.comment__content blockquote,
.comment .comment-content blockquote {
margin-left: 20px;
}
}
.comment__content ul,
.comment .comment-content ul {
margin: 15px 0;
}
.comment__content ul li,
.comment .comment-content ul li {
margin: 10px 0;
}
.comment__content img,
.comment .comment-content img {
max-width: 100%;
}
@media (max-width: 767px) {
.comment__content img,
.comment .comment-content img {
float: none !important;
margin: 0 auto 10px !important;
display: block;
}
}
.comment__content table,
.comment .comment-content table {
border: 1px solid #d6d6d6;
width: 100%;
max-width: 100%;
}
.comment__content table > thead,
.comment .comment-content table > thead {
background: #f6f6f6;
}
.comment__content table > thead > tr,
.comment .comment-content table > thead > tr {
background: #f6f6f6;
}
.comment__content table > thead > tr:nth-child(2n-1),
.comment .comment-content table > thead > tr:nth-child(2n-1) {
background: #fafafa;
}
.comment__content table > thead > tr:nth-child(2n-1) > th,
.comment__content table > thead > tr:nth-child(2n-1) > td,
.comment .comment-content table > thead > tr:nth-child(2n-1) > th,
.comment .comment-content table > thead > tr:nth-child(2n-1) > td {
border: 1px solid #d6d6d6;
padding: 20px 30px;
}
@media (max-width: 767px) {
.comment__content table > thead > tr:nth-child(2n-1) > th,
.comment__content table > thead > tr:nth-child(2n-1) > td,
.comment .comment-content table > thead > tr:nth-child(2n-1) > th,
.comment .comment-content table > thead > tr:nth-child(2n-1) > td {
padding: 5px;
}
}
.comment__content table > thead > tr:nth-child(2n-1) > th,
.comment .comment-content table > thead > tr:nth-child(2n-1) > th {
font-size: 13px;
text-transform: uppercase;
border-bottom-width: 1px !important;
}
.comment__content table > tbody > tr > td,
.comment .comment-content table > tbody > tr > td {
font-size: 15px;
border: 1px solid #d6d6d6;
padding: 20px 30px;
}
@media (max-width: 767px) {
.comment__content table > tbody > tr > td,
.comment .comment-content table > tbody > tr > td {
padding: 5px;
}
}
.comment__content table > thead > tr > th,
.comment__content table > thead > tr > td,
.comment__content table > tbody > tr > th,
.comment__content table > tbody > tr > td,
.comment__content table > tfoot > tr > th,
.comment__content table > tfoot > tr > td,
.comment .comment-content table > thead > tr > th,
.comment .comment-content table > thead > tr > td,
.comment .comment-content table > tbody > tr > th,
.comment .comment-content table > tbody > tr > td,
.comment .comment-content table > tfoot > tr > th,
.comment .comment-content table > tfoot > tr > td {
padding: 8px;
line-height: 1.6;
vertical-align: top;
border-top: 1px solid #ddd;
}
.comment__reply,
.comment .reply a {
display: inline-block;
margin-bottom: 0;
text-align: center;
vertical-align: middle;
cursor: pointer;
background-image: none;
text-transform: uppercase;
text-decoration: none;
white-space: nowrap;
padding: 6px 20px;
font-size: 15px;
line-height: 1.6;
border-radius: 0;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
padding-left: 15px;
padding-right: 15px;
font-weight: 700;
font-size: 15px;
position: relative;
text-decoration: none;
border: 2px solid #121717;
background: none;
color: #121717;
margin: 10px 0 0  80px;
padding: 1px 13px;
border-width: 1px;
}
.comment__reply:hover,
.comment__reply:focus,
.comment__reply.active,
.comment .reply a:hover,
.comment .reply a:focus,
.comment .reply a.active {
color: #333;
text-decoration: none;
outline: none;
}
.comment__reply:disabled,
.comment__reply.disabled,
.comment .reply a:disabled,
.comment .reply a.disabled {
cursor: not-allowed;
}
.comment__reply.progress,
.comment .reply a.progress {
overflow: visible;
height: auto;
-webkit-box-shadow: none;
box-shadow: none;
margin-bottom: 0;
}
.comment__reply:after,
.comment .reply a:after {
content: '';
position: absolute;
z-index: -1;
-webkit-transition: all 0.3s;
transition: all 0.3s;
left: 0;
right: 0;
text-align: center;
}
.comment__reply.button--loading:before,
.comment .reply a.button--loading:before {
margin: 0 10px 0;
font-size: 14px;
display: inline-block;
font-family: FontAwesome;
content: "";
-webkit-animation: fa-spin 2s infinite linear;
animation: fa-spin 2s infinite linear;
}
.comment__reply.has-error,
.comment__reply.error,
.comment .reply a.has-error,
.comment .reply a.error {
-webkit-animation: shake 0.5s;
animation: shake 0.5s;
color: transparent !important;
}
.comment__reply.has-error:after,
.comment__reply.error:after,
.comment .reply a.has-error:after,
.comment .reply a.error:after {
content: "Error!";
-webkit-animation: scaleFromUp 0.5s;
animation: scaleFromUp 0.5s;
z-index: 1;
color: #e95b35;
}
.comment__reply.has-success,
.comment__reply.success,
.comment .reply a.has-success,
.comment .reply a.success {
color: transparent !important;
}
.comment__reply.has-success:after,
.comment__reply.success:after,
.comment .reply a.has-success:after,
.comment .reply a.success:after {
content: "Success!";
-webkit-animation: moveUp 0.5s;
animation: moveUp 0.5s;
z-index: 1;
color: #000000;
}
.button--loading-circle-o-notch .comment__reply.button--loading:before,
.button--loading-circle-o-notch .comment .reply a.button--loading:before {
content: "";
}
.button--loading-refresh .comment__reply.button--loading:before,
.button--loading-refresh .comment .reply a.button--loading:before {
content: "";
}
.button--loading-spinner .comment__reply.button--loading:before,
.button--loading-spinner .comment .reply a.button--loading:before {
content: "";
}
@media (min-width: 992px) {
.comment__reply.hover,
.comment__reply:hover,
.comment .reply a.hover,
.comment .reply a:hover {
border-color: #121717;
color: #121717;
}
}
.comment__reply:active,
.comment__reply.active,
.comment .reply a:active,
.comment .reply a.active {
-webkit-transform: translate3d(0, 1px, 0);
transform: translate3d(0, 1px, 0);
border-color: #121717;
background: #121717;
color: #fff;
-webkit-box-shadow: none;
box-shadow: none;
}
.comment__reply:disabled,
.comment__reply.disabled,
.comment .reply a:disabled,
.comment .reply a.disabled {
color: #ccc;
border-color: #efefef;
}
@media (max-width: 767px) {
.comment__reply,
.comment .reply a {
margin-left: 0;
}
}
.comment__footer {
margin: 25px 60px;
}
.comment__footer:before,
.comment__footer:after {
content: " ";
display: table;
}
.comment__footer:after {
clear: both;
}
@media (max-width: 1199px) {
.comment__footer {
margin: 25px;
}
}
@media (max-width: 767px) {
.comment__footer {
margin: 25px 15px;
}
}
.comment__footer .listing__pagination {
padding: 25px 0;
border-top: 1px solid #dedede;
border-bottom: 1px solid #dedede;
}
.comment__form {
margin: 0;
}
.comment__form:before,
.comment__form:after {
content: " ";
display: table;
}
.comment__form:after {
clear: both;
}
.comment__form-title,
.comment .comment-reply-title {
font-size: 20px;
color: #121717;
font-weight: 600;
margin: 20px 0 0;
}
.comment__form-headline {
font-size: 13px;
color: #121717;
font-style: italic;
display: block;
margin-bottom: 20px;
}
.comment--page {
display: none;
}
.comment-form {
margin-top: 30px;
}
.comment-form label {
text-transform: uppercase;
width: 100%;
display: block;
margin-bottom: 10px;
font-weight: 600;
color: #121717;
}
.comment-form input,
.comment-form textarea {
display: block;
width: 100%;
padding: 6px 12px;
font-size: 15px;
line-height: 1.6;
color: #121717;
background-color: #fff;
background-image: none;
border: 1px solid #d6d6d6;
border-radius: 0;
-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 .15s,-webkit-box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.comment-form textarea {
height: 140px;
}
.comment-form input {
height: 40px;
}
.comment-form .submit {
margin-left: 0;
width: auto;
margin-top: 20px;
}
.comment-respond {
margin-left: 80px;
}
@media (max-width: 767px) {
.comment-respond {
margin-left: 0;
}
}
.comment-form-author,
.comment-form-email,
.comment-form-url {
width: 31.3%;
float: left;
}
@media (max-width: 767px) {
.comment-form-author,
.comment-form-email,
.comment-form-url {
float: none;
width: 100%;
}
}
.comment-form-author,
.comment-form-email {
margin-right: 3%;
}
.comment-reply-title a,
.logged-in-as a {
font-size: 13px;
color: #000000;
border: none;
background: none;
text-transform: uppercase;
font-weight: normal;
margin-left: 15px;
}
.logged-in-as {
float: right;
}
.comment-reply-title small {
float: right;
margin-top: 7px;
}
.bypostauthor {
background: #fdf2e0;
padding-left: 10px !important;
} .contacts__column {
position: relative;
min-height: 1px;
padding-left: 15px;
padding-right: 15px;
}
@media (min-width: 768px) {
.contacts__column {
float: left;
width: 50%;
}
}
@media (max-width: 767px) {
.contacts__column:first-of-type {
margin-top: 0;
}
}
@media (max-width: 767px) {
.contacts__column {
padding: 0;
}
}
.contacts__column a {
color: #000000;
}
.contacts__address {
padding: 0;
font-weight: 600;
}
@media (max-width: 767px) {
.contacts__address {
text-align: center;
}
}
.contacts__address-column {
float: left;
width: 33%;
}
.contacts__address-column dd {
font-weight: 600;
}
@media (max-width: 1199px) {
.contacts__address-column {
width: 50%;
}
}
@media (max-width: 767px) {
.contacts__address-column {
width: 100%;
float: none;
}
}
.contacts__address-column__title {
font-weight: normal;
}
.contacts__address-title {
border-bottom: 1px solid #d6d6d6;
padding: 0 0 12px 0;
margin-bottom: 10px;
display: block;
font-weight: 600;
}
.contacts__address-street {
display: block;
}
.contacts__address-phone {
display: block;
margin: 5px 0;
}
.contacts__address-email {
display: block;
margin: 12px 0;
}
.contacts__address-email a {
text-decoration: underline;
color: #121717;
}
.contacts__address-skype {
display: block;
}
.contacts__address-skype a {
text-decoration: underline;
color: #121717;
}
.contacts__form {
margin-top: 30px;
clear: both;
}
.contacts__social {
border-top: 1px solid #d6d6d6;
}
.contacts__social-title {
float: left;
margin-right: 50px;
padding-top: 5px;
}
.contacts__body h4 {
font-weight: 600;
} .faq__item {
margin: 0 0 6px;
}
.faq__expander {
font-size: 20px;
color: #000000;
text-decoration: none;
padding-left: 48px;
position: relative;
display: block;
border: none;
background: none;
outline: none !important;
font-weight: 600;
}
.faq__expander:before {
font-size: 14px;
display: inline-block;
font-family: FontAwesome;
content: "";
border: 1px solid #000000;
color: #000000;
display: inline-block;
margin: 1px 24px 0 0;
font-weight: normal;
text-align: center;
width: 24px;
line-height: 24px;
height: 24px;
position: absolute;
top: 4px;
left: 0;
text-decoration: none;
}
.faq__expander:focus,
.faq__expander:hover {
text-decoration: none;
}
.faq__expander.collapsed {
color: #121717;
}
.faq__expander.collapsed:before {
content: "\f067";
border: 1px solid #121717;
color: #121717;
}
@media (max-width: 767px) {
.faq__expander {
padding-left: 35px;
}
}
.faq__body {
margin: 26px 0 0 50px;
padding: 19px 39px;
background: #fff;
border: 1px solid #dedede;
}
@media (max-width: 767px) {
.faq__body {
margin: 6px 0 0 35px;
padding: 15px;
}
}
.faq__footer {
margin: 0 0 20px 50px;
padding: 19px 39px;
background: #fff;
text-align: center;
border: 1px solid #dedede;
border-top: none;
}
@media (max-width: 767px) {
.faq__footer {
margin-left: 35px;
}
}
.faq__close {
background: none;
border: none;
outline: none;
color: #121717;
}
.faq__close:before {
font-size: 14px;
display: inline-block;
font-family: FontAwesome;
content: "";
border: 1px solid #121717;
color: #121717;
padding: 0 5px;
display: inline-block;
margin: 0 10px 0 0;
font-weight: normal;
text-align: center;
width: 24px;
height: 24px;
} .auth:before,
.auth:after {
content: " ";
display: table;
}
.auth:after {
clear: both;
}
.auth__nav {
padding: 0;
margin: 0;
list-style: none;
}
.auth__link {
border: none;
background: none;
color: #121717;
margin: 0;
padding: 0 1px;
text-transform: uppercase;
font-weight: 600;
}
.auth__link:focus,
.auth__link:hover {
background: none;
text-decoration: underline;
}
@media (max-width: 767px) {
.auth__link {
display: none;
}
}
.auth__link--login {
margin-top: 19px;
}
@media (max-width: 1199px) {
.auth__link--login {
margin-top: 22px;
}
}
.auth__icon-user {
width: 16px;
height: 16px;
position: relative;
top: 4px;
}
@media (max-width: 767px) {
.auth__icon-user {
width: 22px;
height: 22px;
}
}
.auth .form-control-feedback {
top: 20px;
}
.auth .help-block {
text-align: right;
}
.auth__title {
margin: 9px 0 18px;
text-transform: uppercase;
font-size: 14px;
font-weight: 600;
}
.auth--header {
border: none;
outline: none;
}
.auth--header .dropdown__menu {
left: auto;
right: 0;
width: 265px;
background: #fff;
color: #121717;
border: 1px solid #dcdcdc;
padding: 18px 30px;
z-index: 1000;
}
.auth--header .dropdown__menu:before {
right: 20px;
left: auto;
}
@media (max-width: 767px) {
.auth--header .dropdown__menu:before {
right: 32.3%;
}
}
@media (max-width: 767px) {
.auth--header .dropdown__menu {
width: auto !important;
left: 15px;
right: 15px;
top: 55px;
}
}
.auth--header .auth__dropdown--register {
width: 460px;
}
.auth--header .auth__dropdown--logged-in {
width: 280px;
padding: 10px 15px;
top: 35px;
}
@media (max-width: 767px) {
.auth--header .auth__dropdown--logged-in {
top: 50px;
}
.auth--header .auth__dropdown--logged-in:before {
right: 29%;
}
}
.auth--header .auth__dropdown--restore {
margin-right: -36px;
}
@media (max-width: 767px) {
.auth--header .auth__dropdown--restore {
margin: 0;
}
}
.auth--header .auth__dropdown--restore .auth__in--submit {
width: 100%;
margin: 16px 0;
}
.auth--header .auth__dropdown--restore .auth__links {
width: 102%;
display: block;
}
.auth--header .auth__nav-item {
float: left;
}
@media (max-width: 767px) {
.auth--header .auth__nav-item {
position: initial;
}
}
.auth--header .auth__nav-btn {
background: none;
border: none;
text-transform: uppercase;
padding: 0;
font-size: 13px;
}
.auth--header .auth__avatar {
border-radius: 30px;
overflow: hidden;
width: 30px;
height: 30px;
}
.auth--header .auth__name {
text-transform: none;
color: #fff;
margin-left: 10px;
}
.auth--header .auth__name:after {
font-size: 0.8em;
display: inline-block;
font-family: FontAwesome;
content: "";
margin-left: 15px;
}
@media (max-width: 767px) {
.auth--header .auth__name {
display: none;
}
}
.header--white .auth--header .auth__name {
color: #121717;
}
.auth--header .open .auth__name:after {
content: '\f106';
}
@media (max-width: 767px) {
.auth--inline {
margin-bottom: 30px;
}
}
.auth--inline .auth__wrap {
margin: 0 auto;
padding: 20px 30px;
width: 265px;
background: #fff;
color: #121717;
border: 1px solid #dcdcdc;
}
.auth--inline .auth__wrap--register {
width: 460px;
}
@media (max-width: 767px) {
.auth--inline .auth__wrap--register {
width: 265px;
}
}
.auth--inline .auth__wrap--restore .auth__in--submit {
float: none;
width: 100%;
} .map {
position: relative;
width: 100%;
}
.map:before,
.map:after {
content: " ";
display: table;
}
.map:after {
clear: both;
}
.map__infobox {
background: #000000;
padding: 13px 20px 18px;
color: #fff;
position: absolute;
bottom: -2px;
left: 18px;
font-weight: 200;
width: 340px;
font-size: 15px;
}
.map__infobox:after {
content: "";
display: block;
position: absolute;
bottom: -15px;
left: 0;
width: 0;
height: 0;
border-bottom: 15px solid transparent;
border-left: 15px solid #000000;
}
.map__infobox--white {
background: rgba(255, 255, 255, 0.8);
color: #000;
}
.map__infobox--white:after {
border-left: 15px solid rgba(255, 255, 255, 0.8);
}
.map__infobox--dark {
background: rgba(44, 62, 80, 0.8);
color: #fff;
}
.map__infobox--dark:after {
border-left: 15px solid rgba(44, 62, 80, 0.8);
}
.map__infobox--dark dl dt {
color: #c7d3de;
}
.map__address {
font-weight: 600;
margin: 5px 0 12px;
line-height: 1.2;
display: block;
}
.map__photo {
float: left;
width: 100px;
}
.map__info {
margin-bottom: 10px;
display: block;
}
.map__info:before,
.map__info:after {
content: " ";
display: table;
}
.map__info:after {
clear: both;
}
.map__details {
float: left;
width: 175px;
margin-left: 20px;
margin-top: -6px;
}
.map__details dl {
display: block;
margin: 0;
}
.map__details dl dt {
display: inline-block;
font-weight: normal;
}
.map__details dl dd {
font-weight: bold;
display: inline-block;
}
.map__price {
float: left;
position: relative;
top: 9px;
}
.map__price strong {
font-size: 26px;
display: block;
}
.map__more {
display: inline-block;
margin-bottom: 0;
text-align: center;
vertical-align: middle;
cursor: pointer;
background-image: none;
text-transform: uppercase;
text-decoration: none;
white-space: nowrap;
padding: 6px 20px;
font-size: 15px;
line-height: 1.6;
border-radius: 0;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
padding-left: 15px;
padding-right: 15px;
font-weight: 700;
font-size: 15px;
position: relative;
border: none;
border-bottom: 4px solid #848991;
background: #121717;
color: #f2f2f2;
float: right;
width: 120px;
margin-left: 0;
margin-right: 0;
}
.map__more:hover,
.map__more:focus,
.map__more.active {
color: #333;
text-decoration: none;
outline: none;
}
.map__more:disabled,
.map__more.disabled {
cursor: not-allowed;
}
.map__more.progress {
overflow: visible;
height: auto;
-webkit-box-shadow: none;
box-shadow: none;
margin-bottom: 0;
}
.map__more:after {
content: '';
position: absolute;
z-index: -1;
-webkit-transition: all 0.3s;
transition: all 0.3s;
left: 0;
right: 0;
text-align: center;
}
.map__more.button--loading:before {
margin: 0 10px 0;
font-size: 14px;
display: inline-block;
font-family: FontAwesome;
content: "";
-webkit-animation: fa-spin 2s infinite linear;
animation: fa-spin 2s infinite linear;
}
.map__more.has-error,
.map__more.error {
-webkit-animation: shake 0.5s;
animation: shake 0.5s;
color: transparent !important;
}
.map__more.has-error:after,
.map__more.error:after {
content: "Error!";
-webkit-animation: scaleFromUp 0.5s;
animation: scaleFromUp 0.5s;
z-index: 1;
color: #e95b35;
}
.map__more.has-success,
.map__more.success {
color: transparent !important;
}
.map__more.has-success:after,
.map__more.success:after {
content: "Success!";
-webkit-animation: moveUp 0.5s;
animation: moveUp 0.5s;
z-index: 1;
color: #000000;
}
.button--loading-circle-o-notch .map__more.button--loading:before {
content: "";
}
.button--loading-refresh .map__more.button--loading:before {
content: "";
}
.button--loading-spinner .map__more.button--loading:before {
content: "";
}
.map__more.hover,
.map__more:hover {
border-bottom: 4px solid #121717;
color: #f2f2f2;
background: #121717;
}
.map__more:focus,
.map__more:active:focus,
.map__more:active,
.map__more.active {
border-top: 4px solid #848991;
border-bottom: none;
color: #f2f2f2;
background: #121717;
outline: none;
}
.map__more:disabled,
.map__more.disabled {
color: #ccc;
background: #efefef;
border-bottom: 4px solid #dedede;
}
.map__buttons {
z-index: 20;
position: relative;
text-align: center;
}
.map__buttons:before,
.map__buttons:after {
content: " ";
display: table;
}
.map__buttons:after {
clear: both;
}
.map__change-map {
font-size: 20px;
margin: 10px 0;
float: left;
border: none;
background: none;
outline: none;
padding: 0;
font-weight: 400;
border-bottom: 1px dashed #121717;
}
.map__change-map.active {
border: none;
font-weight: 600;
}
@media (max-width: 767px) {
.map__change-map {
font-size: 17px;
color: #121717;
text-align: center;
border: 1px solid #d6d6d6;
padding: 15px 0;
background: #fff;
text-transform: uppercase;
width: 100%;
font-weight: bold;
outline: none;
cursor: pointer;
float: none;
width: auto;
display: block;
padding: 3px 10px;
font-weight: 400;
margin: 50px auto 0;
}
.map__change-map:hover {
color: #121717;
}
.map__change-map:after {
font-size: 14px;
display: inline-block;
font-family: FontAwesome;
content: "";
border: 1px solid #121717;
margin-left: 10px;
width: 22px;
height: 22px;
text-align: center;
line-height: 22px;
padding: 0 0 0 2px;
}
.map__change-map.active:after {
content: "\f078";
}
.map__change-map:before {
font-size: 1em;
display: inline-block;
font-family: FontAwesome;
content: "";
color: #000000;
margin-right: 10px;
}
.map__change-map:after {
margin-top: 3px;
}
.map__change-map.active {
border: 1px solid #d6d6d6;
}
}
.map__change-panorama {
float: left;
border: none;
background: none;
border-bottom: 1px dashed #121717;
font-size: 20px;
color: #121717;
margin: 17px 0 0 60px;
line-height: 1;
padding: 0;
outline: none;
font-weight: 400;
}
.map__change-panorama.active {
border-bottom: none;
font-weight: 600;
}
@media (max-width: 767px) {
.map__change-panorama {
font-size: 17px;
color: #121717;
text-align: center;
border: 1px solid #d6d6d6;
padding: 15px 0;
background: #fff;
text-transform: uppercase;
width: 100%;
font-weight: bold;
outline: none;
cursor: pointer;
float: none;
width: auto;
display: block;
padding: 5px 10px;
font-weight: 400;
vertical-align: bottom;
line-height: 1.4;
margin: 10px auto 0;
}
.map__change-panorama:hover {
color: #121717;
}
.map__change-panorama:after {
font-size: 14px;
display: inline-block;
font-family: FontAwesome;
content: "";
border: 1px solid #121717;
margin-left: 10px;
width: 22px;
height: 22px;
text-align: center;
line-height: 22px;
padding: 0 0 0 2px;
}
.map__change-panorama.active:after {
content: "\f078";
}
.map__change-panorama:before {
font-size: 1em;
display: inline-block;
font-family: FontAwesome;
content: "";
color: #000000;
margin-right: 10px;
}
.map__change-panorama:after {
font-size: 0.7em;
}
.map__change-panorama.active {
border: 1px solid #d6d6d6;
}
}
.map__view {
border: 8px solid #fff;
margin: 17px 0;
width: 100%;
height: 550px;
z-index: 10;
}
.map__view--panorama {
z-index: 5;
}
.map__view--property-form {
height: 385px;
}
@media (max-width: 767px) {
.map__view {
margin: 0;
border: 0;
}
}
@media (max-width: 767px) {
.map__wrap .map__view {
visibility: hidden;
}
}
.map__view iframe {
display: block;
width: 100%;
height: 380px;
}
@media (max-width: 767px) {
.map__view iframe {
height: 155px;
}
}
@media (max-width: 767px) {
.map__wrap {
position: absolute;
width: 100%;
top: 0;
background: url(//www.flowrealproperty.be/hosting/2324-flow/wp-content/themes/realtyspace/public/img/map-placeholder.jpg);
background-size: cover;
height: 170px;
border: 8px solid #fff;
margin: 17px 0;
overflow: hidden;
}
}
.map--index {
min-height: 550px;
z-index: 205;
}
@media (max-width: 767px) {
.map--index {
min-height: 170px;
height: calc(100vh - 50px);
padding-bottom: 15px;
}
.admin-bar .map--index {
height: calc(100vh - 95px);
}
}
.map--index .map__buttons {
display: none;
}
.map--index .map__change-map {
margin: 0;
}
@media (max-width: 767px) {
.map--index .map__wrap {
height: auto;
bottom: 0;
}
}
@media (max-width: 767px) {
.map--index .map__view {
visibility: visible;
}
}
.map--index .map__view {
position: absolute !important;
bottom: 0;
top: 0;
height: auto;
margin: 0;
border: 0;
}
@media (max-width: 767px) {
.map--index > .container {
padding: 0;
}
}
.map--index .map__wrap {
margin: 0;
border: 0;
}
.map--index .map__search {
margin-right: auto;
margin-left: auto;
padding-left: 15px;
padding-right: 15px;
position: relative;
z-index: 250;
margin-top: 50px;
margin-bottom: 50px;
}
@media (min-width: 768px) {
.map--index .map__search {
width: 750px;
}
}
@media (min-width: 992px) {
.map--index .map__search {
width: 970px;
}
}
@media (min-width: 1200px) {
.map--index .map__search {
width: 1200px;
}
}
@media (max-width: 767px) {
.map--index .map__search {
padding: 0;
margin-top: 0;
margin-bottom: 0;
}
}
.map--bottom {
margin-bottom: 50px;
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
}
@media (max-width: 767px) {
.map--bottom {
margin-bottom: 0;
}
}
.map--bottom .map__search {
margin-bottom: -70px;
margin-top: 300px;
}
@media (max-width: 1199px) {
.map--bottom .map__search {
margin-top: 30px;
margin-bottom: 30px;
}
}
@media (max-width: 767px) {
.map--bottom .map__search {
margin-bottom: 0;
margin-top: 0;
padding: 0;
}
}
.map--contacts {
min-height: 550px;
}
@media (max-width: 767px) {
.map--contacts {
min-height: 170px;
}
}
.map--contacts .map__buttons {
display: none;
}
@media (max-width: 767px) {
.map--contacts .map__buttons {
display: block;
height: 170px;
}
}
.map--contacts .map__view {
position: absolute !important;
bottom: 0;
top: 0;
height: auto;
margin: 0;
border: 0;
}
@media (max-width: 767px) {
.map--contacts > .container {
padding: 0;
}
}
.map--contacts .map__wrap {
margin: 0;
border: 0;
}
.map--hide {
overflow: hidden;
}
@media (max-width: 767px) {
.map--properties {
height: 170px;
}
}
@media print {
.map--properties {
height: 400px;
}
}
.map--properties .map__buttons {
display: block;
}
@media (max-width: 767px) {
.map--properties .map__buttons {
position: absolute;
top: 50%;
margin-top: -41px;
left: 7px;
right: 7px;
}
}
@media print {
.map--properties .map__buttons {
display: none;
}
}
.map--properties .map__wrap {
position: relative;
height: 400px;
margin-top: 10px;
}
@media (max-width: 767px) {
.map--properties .map__wrap {
height: 170px;
position: absolute;
margin: 0;
}
}
@media print {
.map--properties .map__wrap {
border: none;
height: 400px;
}
}
.map--properties .map__view {
width: 100%;
margin: 0;
top: 0;
}
.map--properties .map__wrap .map__view {
height: 396px !important;
position: absolute !important;
}
@media print {
.map--properties .map__view {
visibility: visible;
}
}
.map--properties .map__change-map {
margin-top: 10px;
}
@media (max-width: 767px) {
.map--properties .map__change-map {
margin-top: 0;
}
}
.map--location .map__buttons {
display: block;
}
.map--location .map__wrap {
position: relative;
height: 400px;
}
@media (max-width: 767px) {
.map--location .map__wrap {
height: 170px;
}
}
.map--location .map__view {
height: 396px !important;
width: 100%;
margin: 0;
position: absolute;
top: 0;
}
.map--location .map__change-map {
margin-top: 10px;
border: none;
}
@media (min-width: 768px) {
.map--location .map__change-map {
text-transform: uppercase;
font-weight: bold;
}
}
.map--location .map__geolocation {
background: none;
border: none;
outline: none;
padding: 0;
margin-top: 25px;
}
.map--location .map__geolocation svg {
fill: #000000;
height: 45px;
width: 30px;
}
.map--location .form-group--autocomplete {
padding-left: 15px;
padding-right: 15px;
float: left;
width: 100%;
margin-bottom: 9px;
}
@media (min-width: 1200px) {
.map--location .form-group--autocomplete {
width: 66.66667%;
}
}
.map--location .form-group--coords {
padding-left: 15px;
padding-right: 15px;
float: left;
width: 100%;
}
@media (min-width: 1200px) {
.map--location .form-group--coords {
width: 33.33333%;
}
}
.map--location .map__header {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.map--location .map__title {
font-size: 15px;
margin-top: 3px;
text-transform: uppercase;
font-weight: 600;
}
.map--location .map__actions-btn {
background: none;
border: none;
outline: none !important;
padding: 0;
-webkit-box-shadow: none;
box-shadow: none;
text-transform: uppercase;
font-size: 13px;
color: #000000;
font-weight: 600;
}
.map--dashboard {
position: relative;
}
.map--dashboard .form-control--autocomplete {
width: 400px;
margin-bottom: 0;
}
@media (max-width: 1199px) {
.map--dashboard .form-control--autocomplete {
width: 300px;
}
}
@media (max-width: 991px) {
.map--dashboard .form-control--autocomplete {
width: 180px;
}
}
@media (max-width: 767px) {
.map--dashboard .form-control--autocomplete {
width: 85%;
margin-left: 15px;
}
}
@media (min-width: 768px) {
.map--dashboard .form-control--autocomplete {
height: 32px;
border-radius: 3px;
border: none;
}
}
.map--dashboard .form-control--coords {
display: none;
}
.map--dashboard .map__block {
position: relative;
}
@media (min-width: 768px) {
.map--dashboard .map__autocomplete {
position: absolute;
top: 10px;
left: 35px;
z-index: 20;
}
}
.map--dashboard .map__geolocation {
margin-top: 3px;
-ms-flex-item-align: end;
align-self: flex-end;
margin-left: 15px;
}
.map--dashboard .map__geolocation svg {
height: 25px;
width: 25px;
}
.map--dashboard .map__buttons {
position: absolute;
top: 45%;
width: 100%;
left: 0;
}
.map--dashboard .map__change-map {
display: none;
}
@media (max-width: 767px) {
.map--dashboard .map__change-map {
display: block;
}
}
.map--dashboard .map__block {
margin-bottom: 20px;
}
.map--dashboard .map__wrap {
border: none;
height: 412px;
}
@media (max-width: 767px) {
.map--dashboard .map__wrap {
height: 170px;
}
}
.map--dashboard .map__view {
border: none;
}
.map--submit .map__header {
display: none;
}
.map--submit .map__autocomplete {
top: 20px;
}
.map--submit .map__wrap {
border: 8px solid #fff;
}
.map--banner {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
opacity: 0;
-webkit-transition: 0.3s;
transition: 0.3s;
visibility: hidden;
margin-top: 50px;
}
.map--banner.opened {
opacity: 1;
visibility: visible;
}
@media (max-width: 767px) {
.map--banner .map__wrap {
height: auto;
bottom: 0;
}
}
@media (max-width: 767px) {
.map--banner .map__buttons {
display: none;
}
}
@media (max-width: 767px) {
.map--banner .map__view {
visibility: visible;
}
}
.map .leaflet-popup-content-wrapper,
.map .leaflet-popup-tip {
background: none;
-webkit-box-shadow: none;
box-shadow: none;
}
.map .leaflet-popup-content {
position: relative;
}
.map .leaflet-container a {
color: #f2f2f2;
}
.map--search_results {
margin-top: 30px;
}
.infoBox > img .infobox__close {
position: absolute;
top: 10px;
right: 10px;
}
@-webkit-keyframes blink {
from {
margin-top: -230px;
}
to {
margin-top: 0;
}
}
@keyframes blink {
from {
margin-top: -230px;
}
to {
margin-top: 0;
}
}
.opened .cluster {
-webkit-animation: blink;
animation: blink;
-webkit-animation-duration: 0.3s;
animation-duration: 0.3s;
-webkit-animation-delay: 0s;
animation-delay: 0s;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1;
-webkit-animation-direction: alternate;
animation-direction: alternate;
}
.cluster > div {
background: #121717 !important;
border-radius: 10px !important;
width: 20px !important;
height: 20px !important;
line-height: 20px !important;
}
#cboxContent .gm-style-mtc:first-of-type {
margin-left: 50px;
}
.achievement {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
@media (max-width: 767px) {
.achievement {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
}
.achievement__item {
text-align: center;
min-width: 250px;
}
@media (max-width: 1199px) {
.achievement__item {
min-width: inherit;
}
}
@media (max-width: 767px) {
.achievement__item {
width: 100%;
margin-top: 30px;
}
.achievement__item:first-of-type {
margin-top: 0;
}
}
.achievement__icon {
fill: #a6a6a6;
color: #a6a6a6;
width: 40px;
height: 40px;
font-size: 40px;
line-height: 1;
}
.achievement__name {
color: #121717;
text-transform: uppercase;
}
@media (max-width: 767px) {
.achievement__name {
font-size: 13px;
}
}
.achievement__counter {
margin-top: 50px;
color: #121717;
font-size: 64px;
font-weight: 200;
height: 102px;
}
@media (min-width: 1200px) {
.achievement__counter {
display: none;
}
}
@media (max-width: 1199px) {
.achievement__counter {
font-size: 40px;
margin-top: 0;
height: 70px;
}
}
@media (max-width: 767px) {
.achievement__counter {
margin-top: 0;
height: auto;
}
}
@media (max-width: 1199px) {
.achievement__counter--lg {
display: none;
}
}
@media (min-width: 1200px) {
.achievement__counter--lg {
display: block;
}
} .breadcrumbs {
border-top: 1px solid #dedede;
}
.breadcrumbs:before,
.breadcrumbs:after {
content: " ";
display: table;
}
.breadcrumbs:after {
clear: both;
}
@media print {
.breadcrumbs {
display: none;
}
}
@media (max-width: 767px) {
.breadcrumbs .container {
padding: 0;
}
}
.breadcrumbs ul {
list-style: none;
margin: 0;
padding: 0;
border-left: 1px solid #dedede;
}
.breadcrumbs ul:before,
.breadcrumbs ul:after {
content: " ";
display: table;
}
.breadcrumbs ul:after {
clear: both;
}
.breadcrumbs__list {
border-left: 1px solid #dedede;
color: transparent;
}
.breadcrumbs__list:before,
.breadcrumbs__list:after {
content: " ";
display: table;
}
.breadcrumbs__list:after {
clear: both;
}
.breadcrumbs__list > li {
float: left;
background: #fff;
border-right: 1px solid #dedede;
border-bottom: 1px solid #dedede;
border-top: 1px solid #dedede;
padding: 5px 18px;
margin-top: -1px;
font-size: 13px;
color: #808080;
text-transform: uppercase;
}
.breadcrumbs__list > li:last-child a {
background: none;
}
.breadcrumbs__list > li:last-child a:after {
display: none;
}
.breadcrumbs__list > li > span {
display: block;
padding-right: 10px;
}
.breadcrumbs__list > span {
float: left;
background: #fff;
border-right: 1px solid #dedede;
border-bottom: 1px solid #dedede;
border-top: 1px solid #dedede;
padding: 5px 18px;
margin-top: -1px;
font-size: 13px;
color: #808080;
text-transform: uppercase;
display: block !important;
}
.breadcrumbs__list > span:last-child a {
background: none;
}
.breadcrumbs__list > span:last-child a:after {
display: none;
}
.breadcrumbs__list > span > span {
display: block;
padding-right: 10px;
}
.breadcrumbs__item {
float: left;
background: #fff;
border-right: 1px solid #dedede;
border-bottom: 1px solid #dedede;
border-top: 1px solid #dedede;
padding: 5px 18px;
margin-top: -1px;
font-size: 13px;
color: #808080;
text-transform: uppercase;
display: block !important;
}
.breadcrumbs__item:last-child a {
background: none;
}
.breadcrumbs__item:last-child a:after {
display: none;
}
.breadcrumbs a {
color: #808080;
display: block;
}
.breadcrumbs a:after {
content: "\e080";
position: relative;
top: -1px;
display: inline-block;
font-family: 'Glyphicons Halflings';
font-size: 6px;
margin: 0 0 0 10px;
}
.rtl .breadcrumbs a:after {
content: "\e079";
}
.breadcrumbs__link {
color: #808080;
display: block;
}
.breadcrumbs__link:after {
content: "\e080";
position: relative;
top: -1px;
display: inline-block;
font-family: 'Glyphicons Halflings';
font-size: 6px;
margin: 0 0 0 10px;
}
.rtl .breadcrumbs__link:after {
content: "\e079";
}
.activity__date {
background: #000000;
color: #fff;
display: inline-block;
padding: 0 15px;
margin-top: 40px;
}
@media (max-width: 767px) {
.activity__date {
margin-top: 25px;
}
}
.activity__date:first-of-type {
margin-top: 0;
}
.activity__list {
margin: 0;
padding: 0;
list-style: none;
}
.activity__item {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
background: url(//www.flowrealproperty.be/hosting/2324-flow/wp-content/themes/realtyspace/public/img/bg-border-dotted-horizontal.png) 0 100% repeat-x;
margin-top: 60px;
padding-bottom: 20px;
}
@media (max-width: 767px) {
.activity__item {
margin-top: 20px;
}
}
.activity__icon {
width: 30px;
height: 30px;
fill: #121717;
}
.activity__time {
text-align: center;
width: 130px;
color: #a6a6a6;
}
@media (max-width: 991px) {
.activity__time {
width: 75px;
}
}
.activity__title {
color: #121717;
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
}
.info__list {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-flow: wrap;
flex-flow: wrap;
margin: 0 -15px;
}
.info__group-name {
text-transform: uppercase;
font-weight: bold;
margin-top: 30px;
}
.info__group-name:first-of-type {
margin-top: 0;
}
.info__column {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding: 0 15px;
}
.info__item {
border: 1px solid #d6d6d6;
padding: 20px;
width: 100%;
margin-top: 40px;
}
.info__item:first-of-type {
margin-top: 0;
}
.info__title {
font-weight: bold;
}
.info__value {
font-size: 60px;
color: #606e7c;
font-weight: 200;
}
.info__value--small {
font-size: 40px;
}
.info__value--succes {
color: #5cb85c;
}
.info__value--info {
color: #5bc0de;
}
.info__value--positive {
color: green;
font-size: 20px;
top: -45px;
position: relative;
}
.info__value--negative {
color: red;
font-size: 20px;
top: -45px;
position: relative;
}
.info__value-label {
font-weight: normal;
font-size: 0.4em;
}
.info__trend {
font-size: 12px;
font-weight: bold;
text-transform: uppercase;
color: #a6a6a6;
}
.info__trend .fa {
margin-left: 15px;
font-size: 20px;
}
.info__trend--positive .fa {
color: green;
}
.info__trend--negative .fa {
color: red;
}
.info__actions {
text-align: center;
margin-top: 50px;
}
.info__more {
display: inline-block;
margin-bottom: 0;
text-align: center;
vertical-align: middle;
cursor: pointer;
background-image: none;
text-transform: uppercase;
text-decoration: none;
white-space: nowrap;
padding: 6px 20px;
font-size: 15px;
line-height: 1.6;
border-radius: 0;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
padding-left: 15px;
padding-right: 15px;
font-weight: 700;
font-size: 15px;
position: relative;
text-decoration: none;
border: 2px solid #121717;
background: none;
color: #121717;
margin: 0 auto;
font-size: 12px;
}
.info__more:hover,
.info__more:focus,
.info__more.active {
color: #333;
text-decoration: none;
outline: none;
}
.info__more:disabled,
.info__more.disabled {
cursor: not-allowed;
}
.info__more.progress {
overflow: visible;
height: auto;
-webkit-box-shadow: none;
box-shadow: none;
margin-bottom: 0;
}
.info__more:after {
content: '';
position: absolute;
z-index: -1;
-webkit-transition: all 0.3s;
transition: all 0.3s;
left: 0;
right: 0;
text-align: center;
}
.info__more.button--loading:before {
margin: 0 10px 0;
font-size: 14px;
display: inline-block;
font-family: FontAwesome;
content: "";
-webkit-animation: fa-spin 2s infinite linear;
animation: fa-spin 2s infinite linear;
}
.info__more.has-error,
.info__more.error {
-webkit-animation: shake 0.5s;
animation: shake 0.5s;
color: transparent !important;
}
.info__more.has-error:after,
.info__more.error:after {
content: "Error!";
-webkit-animation: scaleFromUp 0.5s;
animation: scaleFromUp 0.5s;
z-index: 1;
color: #e95b35;
}
.info__more.has-success,
.info__more.success {
color: transparent !important;
}
.info__more.has-success:after,
.info__more.success:after {
content: "Success!";
-webkit-animation: moveUp 0.5s;
animation: moveUp 0.5s;
z-index: 1;
color: #000000;
}
.button--loading-circle-o-notch .info__more.button--loading:before {
content: "";
}
.button--loading-refresh .info__more.button--loading:before {
content: "";
}
.button--loading-spinner .info__more.button--loading:before {
content: "";
}
@media (min-width: 992px) {
.info__more.hover,
.info__more:hover {
border-color: #121717;
color: #121717;
}
}
.info__more:active,
.info__more.active {
-webkit-transform: translate3d(0, 1px, 0);
transform: translate3d(0, 1px, 0);
border-color: #121717;
background: #121717;
color: #fff;
-webkit-box-shadow: none;
box-shadow: none;
}
.info__more:disabled,
.info__more.disabled {
color: #ccc;
border-color: #efefef;
}
.info__link {
background: none;
border: none;
outline: none !important;
padding: 0;
-webkit-box-shadow: none;
box-shadow: none;
font-size: 12px;
margin-top: 10px;
color: #a6a6a6;
text-transform: uppercase;
display: block;
text-align: center;
width: 100%;
}
.info__chart--balance {
background: url(//www.flowrealproperty.be/hosting/2324-flow/wp-content/themes/realtyspace/public/img/bg-border-dotted-horizontal.png) repeat-x 0 0;
}
.info__chart-balance {
width: 100%;
height: 180px;
margin-top: 15px;
}
.info__chart-profile {
width: 100%;
height: 400px;
}
.info--statistics .info__column {
padding-left: 15px;
padding-right: 15px;
float: left;
width: 100%;
margin-top: 30px;
}
@media (min-width: 1200px) {
.info--statistics .info__column {
width: 33.33333%;
}
}
.info--statistics .info__column:nth-child(-n+3) {
margin-top: 0;
}
@media (max-width: 1199px) {
.info--statistics .info__column:nth-child(n+1) {
margin-top: 30px;
}
.info--statistics .info__column:first-of-type {
margin-top: 0;
}
}
.info--statistics .info__about {
margin-top: 40px;
}
.info--statistics .info__about-title {
background: #f6f6f6;
border: 1px solid #d6d6d6;
padding: 20px 30px;
text-transform: uppercase;
font-weight: bold;
margin-bottom: 0;
}
.info--statistics .info__table-wrap {
width: 100%;
overflow: auto;
}
.info--statistics .info__table {
margin-top: -1px;
margin-bottom: 0;
}
.info--statistics .info__table td {
width: 33.333%;
}
@media (max-width: 767px) {
.info--statistics .info__table td {
padding: 5px;
}
}
.info--financials .info__column {
padding-left: 15px;
padding-right: 15px;
float: left;
width: 100%;
margin-top: 30px;
}
@media (min-width: 1200px) {
.info--financials .info__column {
width: 33.33333%;
}
}
.info--financials .info__column:nth-child(-n+3) {
margin-top: 0;
}
@media (max-width: 1199px) {
.info--financials .info__column:nth-child(n+1) {
margin-top: 30px;
}
.info--financials .info__column:first-of-type {
margin-top: 0;
}
}
.info--commission .info__column {
padding-left: 15px;
padding-right: 15px;
float: left;
width: 100%;
margin-top: 30px;
}
@media (min-width: 1200px) {
.info--commission .info__column {
width: 33.33333%;
}
}
.info--commission .info__column:nth-child(-n+3) {
margin-top: 0;
}
@media (max-width: 1199px) {
.info--commission .info__column:nth-child(n+1) {
margin-top: 30px;
}
.info--commission .info__column:first-of-type {
margin-top: 0;
}
}
.info--property .info__column {
padding-left: 15px;
padding-right: 15px;
float: left;
width: 100%;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
@media (min-width: 768px) {
.info--property .info__column {
width: 50%;
}
}
.info--property .info__donut {
margin: 0 auto;
width: 220px;
position: relative;
}
.info--property .info__chart {
position: relative;
width: 220px;
height: 220px;
}
.info--property .info__total {
position: absolute;
top: 70px;
font-size: 20px;
text-align: center;
width: 100%;
line-height: 1;
}
.info--property .info__total-value {
font-size: 50px;
}
.info--property .info__legend {
margin: 0;
padding: 0;
list-style: none;
width: 100%;
}
.info--property .info__legend-item {
font-size: 17px;
padding-left: 40px;
margin-left: 150px;
position: relative;
margin-top: 20px;
}
.info--property .info__legend-item:before {
font-size: 1em;
display: inline-block;
font-family: FontAwesome;
content: "";
position: absolute;
left: 0;
top: 0;
}
@media (max-width: 767px) {
.info--property .info__legend-item {
margin-left: 30px;
}
}
.info--property .info__legend-item--green:before {
color: #43a047;
}
.info--property .info__legend-item--light-green:before {
color: #a5d6a7;
}
.info--property .info__legend-item--blue:before {
color: #1e88e5;
}
.info--property .info__legend-item--light-blue:before {
color: #90caf9;
}
.payment {
border: 1px solid #f0f0f0;
}
.table {
border: 1px solid #d6d6d6;
}
.table > thead {
background: #f6f6f6;
}
.table > thead > tr {
background: #f6f6f6;
}
.table > thead > tr:nth-child(2n-1) {
background: #fafafa;
}
.table > thead > tr > th,
.table > thead > tr > td {
border: 1px solid #d6d6d6;
padding: 20px 30px;
}
@media (max-width: 767px) {
.table > thead > tr > th,
.table > thead > tr > td {
padding: 5px;
}
}
.table > thead > tr > th {
font-size: 13px;
text-transform: uppercase;
border-bottom-width: 1px !important;
}
.table > tbody > tr > td {
font-size: 15px;
border: 1px solid #d6d6d6;
padding: 20px 30px;
}
@media (max-width: 767px) {
.table > tbody > tr > td {
padding: 5px;
}
}
.table--stripped > tbody > tr:nth-child(2n-1) {
background: #e3f2fd;
}
.tags {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.tags__actions {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.tags__actions-border {
border-top: 1px solid #d6d6d6;
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
margin-top: 10px;
}
.tags__actions-btn {
margin-left: 20px;
}
.tags__list {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
@media (max-width: 767px) {
.tags__list {
margin-top: 20px;
}
}
.tags__item {
background: none;
border: none;
outline: none !important;
padding: 0;
-webkit-box-shadow: none;
box-shadow: none;
color: #a6a6a6;
font-size: 12px;
border: 1px solid #d6d6d6;
border-radius: 15px;
padding: 4px 10px;
margin-right: 10px;
text-transform: uppercase;
font-weight: 600;
margin-top: 20px;
cursor: pointer;
height: 30px;
line-height: 1.6;
}
.tags__item.active {
background: #121717;
color: #f2f2f2;
border-color: #121717;
}
.tags__item.editable {
cursor: text;
}
@media (max-width: 767px) {
.tags__item {
margin-top: 10px;
}
}
.tags__item--new {
background: #121717;
color: #f2f2f2;
border-color: #121717;
}
.tags__new-icon {
font-style: normal;
cursor: pointer;
}
.tags__new-icon:after {
font-size: 1em;
display: inline-block;
font-family: FontAwesome;
content: "";
}
.editable .tags__new-icon:after {
font-size: 1em;
display: inline-block;
font-family: FontAwesome;
content: "";
margin-left: 5px;
}
.modal .modal-content {
border: none;
}
@media (min-width: 768px) {
.modal .modal-content {
-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
}
.modal .modal-header {
border-bottom: none;
}
.modal .modal-footer {
border-top: none;
text-align: left;
}
.modal--photos-upload {
position: absolute;
top: -10px;
left: 0;
right: 0;
padding: 15px !important;
margin: -15px;
}
.modal--photos-upload .modal-dialog {
width: 100%;
margin: 0;
}
.modal--photos-upload .modal-body {
max-height: 400px;
overflow-y: auto;
}
.modal--plan {
position: absolute;
top: 40px;
left: 0;
right: 0;
padding: 0 15px !important;
margin: -15px;
overflow: visible !important;
}
.modal--plan .modal-dialog {
width: 100%;
margin: 0;
}
.modal--plan .modal-body {
max-height: 900px;
overflow-y: auto;
padding: 0 40px;
}
@media (max-width: 767px) {
.modal--plan .modal-body {
padding: 0 15px;
}
}
.btn--default {
display: inline-block;
margin-bottom: 0;
text-align: center;
vertical-align: middle;
cursor: pointer;
background-image: none;
text-transform: uppercase;
text-decoration: none;
white-space: nowrap;
padding: 6px 20px;
font-size: 15px;
line-height: 1.6;
border-radius: 0;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
padding-left: 15px;
padding-right: 15px;
font-weight: 700;
font-size: 15px;
position: relative;
text-decoration: none;
border: 2px solid #121717;
background: none;
color: #121717;
}
.btn--default:hover,
.btn--default:focus,
.btn--default.active {
color: #333;
text-decoration: none;
outline: none;
}
.btn--default:disabled,
.btn--default.disabled {
cursor: not-allowed;
}
.btn--default.progress {
overflow: visible;
height: auto;
-webkit-box-shadow: none;
box-shadow: none;
margin-bottom: 0;
}
.btn--default:after {
content: '';
position: absolute;
z-index: -1;
-webkit-transition: all 0.3s;
transition: all 0.3s;
left: 0;
right: 0;
text-align: center;
}
.btn--default.button--loading:before {
margin: 0 10px 0;
font-size: 14px;
display: inline-block;
font-family: FontAwesome;
content: "";
-webkit-animation: fa-spin 2s infinite linear;
animation: fa-spin 2s infinite linear;
}
.btn--default.has-error,
.btn--default.error {
-webkit-animation: shake 0.5s;
animation: shake 0.5s;
color: transparent !important;
}
.btn--default.has-error:after,
.btn--default.error:after {
content: "Error!";
-webkit-animation: scaleFromUp 0.5s;
animation: scaleFromUp 0.5s;
z-index: 1;
color: #e95b35;
}
.btn--default.has-success,
.btn--default.success {
color: transparent !important;
}
.btn--default.has-success:after,
.btn--default.success:after {
content: "Success!";
-webkit-animation: moveUp 0.5s;
animation: moveUp 0.5s;
z-index: 1;
color: #000000;
}
.button--loading-circle-o-notch .btn--default.button--loading:before {
content: "";
}
.button--loading-refresh .btn--default.button--loading:before {
content: "";
}
.button--loading-spinner .btn--default.button--loading:before {
content: "";
}
@media (min-width: 992px) {
.btn--default.hover,
.btn--default:hover {
border-color: #121717;
color: #121717;
}
}
.btn--default:active,
.btn--default.active {
-webkit-transform: translate3d(0, 1px, 0);
transform: translate3d(0, 1px, 0);
border-color: #121717;
background: #121717;
color: #fff;
-webkit-box-shadow: none;
box-shadow: none;
}
.btn--default:disabled,
.btn--default.disabled {
color: #ccc;
border-color: #efefef;
}
.btn--default:active {
border-color: #121717;
background: none;
color: #121717;
}
.btn--default > .fa {
margin-right: 10px;
}
.btn--primary {
display: inline-block;
margin-bottom: 0;
text-align: center;
vertical-align: middle;
cursor: pointer;
background-image: none;
text-transform: uppercase;
text-decoration: none;
white-space: nowrap;
padding: 6px 20px;
font-size: 15px;
line-height: 1.6;
border-radius: 0;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
padding-left: 15px;
padding-right: 15px;
font-weight: 700;
font-size: 15px;
position: relative;
border: none;
border-bottom: 4px solid #848991;
background: #121717;
color: #f2f2f2;
}
.btn--primary:hover,
.btn--primary:focus,
.btn--primary.active {
color: #333;
text-decoration: none;
outline: none;
}
.btn--primary:disabled,
.btn--primary.disabled {
cursor: not-allowed;
}
.btn--primary.progress {
overflow: visible;
height: auto;
-webkit-box-shadow: none;
box-shadow: none;
margin-bottom: 0;
}
.btn--primary:after {
content: '';
position: absolute;
z-index: -1;
-webkit-transition: all 0.3s;
transition: all 0.3s;
left: 0;
right: 0;
text-align: center;
}
.btn--primary.button--loading:before {
margin: 0 10px 0;
font-size: 14px;
display: inline-block;
font-family: FontAwesome;
content: "";
-webkit-animation: fa-spin 2s infinite linear;
animation: fa-spin 2s infinite linear;
}
.btn--primary.has-error,
.btn--primary.error {
-webkit-animation: shake 0.5s;
animation: shake 0.5s;
color: transparent !important;
}
.btn--primary.has-error:after,
.btn--primary.error:after {
content: "Error!";
-webkit-animation: scaleFromUp 0.5s;
animation: scaleFromUp 0.5s;
z-index: 1;
color: #e95b35;
}
.btn--primary.has-success,
.btn--primary.success {
color: transparent !important;
}
.btn--primary.has-success:after,
.btn--primary.success:after {
content: "Success!";
-webkit-animation: moveUp 0.5s;
animation: moveUp 0.5s;
z-index: 1;
color: #000000;
}
.button--loading-circle-o-notch .btn--primary.button--loading:before {
content: "";
}
.button--loading-refresh .btn--primary.button--loading:before {
content: "";
}
.button--loading-spinner .btn--primary.button--loading:before {
content: "";
}
.btn--primary.hover,
.btn--primary:hover {
border-bottom: 4px solid #121717;
color: #f2f2f2;
background: #121717;
}
.btn--primary:focus,
.btn--primary:active:focus,
.btn--primary:active,
.btn--primary.active {
border-top: 4px solid #848991;
border-bottom: none;
color: #f2f2f2;
background: #121717;
outline: none;
}
.btn--primary:disabled,
.btn--primary.disabled {
color: #ccc;
background: #efefef;
border-bottom: 4px solid #dedede;
}
.btn--primary:active {
border: none;
border-top: 4px solid #848991;
background: #121717;
-webkit-box-shadow: none;
box-shadow: none;
}
.btn--plus {
background: none;
border: none;
outline: none !important;
padding: 0;
-webkit-box-shadow: none;
box-shadow: none;
margin: 0;
position: relative;
z-index: 4;
}
.btn--plus:after {
font-size: 1em;
display: inline-block;
font-family: FontAwesome;
content: "";
}
.btn--minus {
background: none;
border: none;
outline: none !important;
padding: 0;
-webkit-box-shadow: none;
box-shadow: none;
margin: 0;
position: relative;
z-index: 4;
}
.btn--minus:after {
font-size: 1em;
display: inline-block;
font-family: FontAwesome;
content: "";
}
.btn--link {
background: none;
border: none;
outline: none !important;
padding: 0;
-webkit-box-shadow: none;
box-shadow: none;
text-transform: uppercase;
font-size: 13px;
color: #000000;
font-weight: 600;
line-height: 1;
}
.btn--action {
display: inline-block;
margin-bottom: 0;
text-align: center;
vertical-align: middle;
cursor: pointer;
background-image: none;
text-transform: uppercase;
text-decoration: none;
white-space: nowrap;
padding: 6px 20px;
font-size: 15px;
line-height: 1.6;
border-radius: 0;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
padding-left: 15px;
padding-right: 15px;
font-weight: 700;
font-size: 15px;
position: relative;
border: none;
border-bottom: 4px solid #848991;
background: #121717;
color: #f2f2f2;
font-size: 13px;
}
.btn--action:hover,
.btn--action:focus,
.btn--action.active {
color: #333;
text-decoration: none;
outline: none;
}
.btn--action:disabled,
.btn--action.disabled {
cursor: not-allowed;
}
.btn--action.progress {
overflow: visible;
height: auto;
-webkit-box-shadow: none;
box-shadow: none;
margin-bottom: 0;
}
.btn--action:after {
content: '';
position: absolute;
z-index: -1;
-webkit-transition: all 0.3s;
transition: all 0.3s;
left: 0;
right: 0;
text-align: center;
}
.btn--action.button--loading:before {
margin: 0 10px 0;
font-size: 14px;
display: inline-block;
font-family: FontAwesome;
content: "";
-webkit-animation: fa-spin 2s infinite linear;
animation: fa-spin 2s infinite linear;
}
.btn--action.has-error,
.btn--action.error {
-webkit-animation: shake 0.5s;
animation: shake 0.5s;
color: transparent !important;
}
.btn--action.has-error:after,
.btn--action.error:after {
content: "Error!";
-webkit-animation: scaleFromUp 0.5s;
animation: scaleFromUp 0.5s;
z-index: 1;
color: #e95b35;
}
.btn--action.has-success,
.btn--action.success {
color: transparent !important;
}
.btn--action.has-success:after,
.btn--action.success:after {
content: "Success!";
-webkit-animation: moveUp 0.5s;
animation: moveUp 0.5s;
z-index: 1;
color: #000000;
}
.button--loading-circle-o-notch .btn--action.button--loading:before {
content: "";
}
.button--loading-refresh .btn--action.button--loading:before {
content: "";
}
.button--loading-spinner .btn--action.button--loading:before {
content: "";
}
.btn--action.hover,
.btn--action:hover {
border-bottom: 4px solid #121717;
color: #f2f2f2;
background: #121717;
}
.btn--action:focus,
.btn--action:active:focus,
.btn--action:active,
.btn--action.active {
border-top: 4px solid #848991;
border-bottom: none;
color: #f2f2f2;
background: #121717;
outline: none;
}
.btn--action:disabled,
.btn--action.disabled {
color: #ccc;
background: #efefef;
border-bottom: 4px solid #dedede;
}
.btn--white {
color: #121717;
text-transform: none;
font-weight: 600;
margin: 0 0 0 10px;
display: inline-block;
font-size: 14px;
text-decoration: none !important;
padding: 3px 10px 4px;
}
.btn--white:hover {
color: #121717;
}
.btn--white.active {
color: #fff;
border: 1px solid #fff;
}
.btn-primary {
display: inline-block;
margin-bottom: 0;
text-align: center;
vertical-align: middle;
cursor: pointer;
background-image: none;
text-transform: uppercase;
text-decoration: none;
white-space: nowrap;
padding: 6px 20px;
font-size: 15px;
line-height: 1.6;
border-radius: 0;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
padding-left: 15px;
padding-right: 15px;
font-weight: 700;
font-size: 15px;
position: relative;
border: none;
border-bottom: 4px solid #848991;
background: #121717;
color: #f2f2f2;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.active {
color: #333;
text-decoration: none;
outline: none;
}
.btn-primary:disabled,
.btn-primary.disabled {
cursor: not-allowed;
}
.btn-primary.progress {
overflow: visible;
height: auto;
-webkit-box-shadow: none;
box-shadow: none;
margin-bottom: 0;
}
.btn-primary:after {
content: '';
position: absolute;
z-index: -1;
-webkit-transition: all 0.3s;
transition: all 0.3s;
left: 0;
right: 0;
text-align: center;
}
.btn-primary.button--loading:before {
margin: 0 10px 0;
font-size: 14px;
display: inline-block;
font-family: FontAwesome;
content: "";
-webkit-animation: fa-spin 2s infinite linear;
animation: fa-spin 2s infinite linear;
}
.btn-primary.has-error,
.btn-primary.error {
-webkit-animation: shake 0.5s;
animation: shake 0.5s;
color: transparent !important;
}
.btn-primary.has-error:after,
.btn-primary.error:after {
content: "Error!";
-webkit-animation: scaleFromUp 0.5s;
animation: scaleFromUp 0.5s;
z-index: 1;
color: #e95b35;
}
.btn-primary.has-success,
.btn-primary.success {
color: transparent !important;
}
.btn-primary.has-success:after,
.btn-primary.success:after {
content: "Success!";
-webkit-animation: moveUp 0.5s;
animation: moveUp 0.5s;
z-index: 1;
color: #000000;
}
.button--loading-circle-o-notch .btn-primary.button--loading:before {
content: "";
}
.button--loading-refresh .btn-primary.button--loading:before {
content: "";
}
.button--loading-spinner .btn-primary.button--loading:before {
content: "";
}
.btn-primary.hover,
.btn-primary:hover {
border-bottom: 4px solid #121717;
color: #f2f2f2;
background: #121717;
}
.btn-primary:focus,
.btn-primary:active:focus,
.btn-primary:active,
.btn-primary.active {
border-top: 4px solid #848991;
border-bottom: none;
color: #f2f2f2;
background: #121717;
outline: none;
}
.btn-primary:disabled,
.btn-primary.disabled {
color: #ccc;
background: #efefef;
border-bottom: 4px solid #dedede;
}
.vc_btn--primary .vc_btn3-color-grey.vc_btn3-style-modern {
display: inline-block;
margin-bottom: 0;
text-align: center;
vertical-align: middle;
cursor: pointer;
background-image: none;
text-transform: uppercase;
text-decoration: none;
white-space: nowrap;
padding: 6px 20px;
font-size: 15px;
line-height: 1.6;
border-radius: 0;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
padding-left: 15px;
padding-right: 15px;
font-weight: 700;
font-size: 15px;
position: relative;
border: none;
border-bottom: 4px solid #848991;
background: #121717;
color: #f2f2f2;
}
.vc_btn--primary .vc_btn3-color-grey.vc_btn3-style-modern:hover,
.vc_btn--primary .vc_btn3-color-grey.vc_btn3-style-modern:focus,
.vc_btn--primary .vc_btn3-color-grey.vc_btn3-style-modern.active {
color: #333;
text-decoration: none;
outline: none;
}
.vc_btn--primary .vc_btn3-color-grey.vc_btn3-style-modern:disabled,
.vc_btn--primary .vc_btn3-color-grey.vc_btn3-style-modern.disabled {
cursor: not-allowed;
}
.vc_btn--primary .vc_btn3-color-grey.vc_btn3-style-modern.progress {
overflow: visible;
height: auto;
-webkit-box-shadow: none;
box-shadow: none;
margin-bottom: 0;
}
.vc_btn--primary .vc_btn3-color-grey.vc_btn3-style-modern:after {
content: '';
position: absolute;
z-index: -1;
-webkit-transition: all 0.3s;
transition: all 0.3s;
left: 0;
right: 0;
text-align: center;
}
.vc_btn--primary .vc_btn3-color-grey.vc_btn3-style-modern.button--loading:before {
margin: 0 10px 0;
font-size: 14px;
display: inline-block;
font-family: FontAwesome;
content: "";
-webkit-animation: fa-spin 2s infinite linear;
animation: fa-spin 2s infinite linear;
}
.vc_btn--primary .vc_btn3-color-grey.vc_btn3-style-modern.has-error,
.vc_btn--primary .vc_btn3-color-grey.vc_btn3-style-modern.error {
-webkit-animation: shake 0.5s;
animation: shake 0.5s;
color: transparent !important;
}
.vc_btn--primary .vc_btn3-color-grey.vc_btn3-style-modern.has-error:after,
.vc_btn--primary .vc_btn3-color-grey.vc_btn3-style-modern.error:after {
content: "Error!";
-webkit-animation: scaleFromUp 0.5s;
animation: scaleFromUp 0.5s;
z-index: 1;
color: #e95b35;
}
.vc_btn--primary .vc_btn3-color-grey.vc_btn3-style-modern.has-success,
.vc_btn--primary .vc_btn3-color-grey.vc_btn3-style-modern.success {
color: transparent !important;
}
.vc_btn--primary .vc_btn3-color-grey.vc_btn3-style-modern.has-success:after,
.vc_btn--primary .vc_btn3-color-grey.vc_btn3-style-modern.success:after {
content: "Success!";
-webkit-animation: moveUp 0.5s;
animation: moveUp 0.5s;
z-index: 1;
color: #000000;
}
.button--loading-circle-o-notch .vc_btn--primary .vc_btn3-color-grey.vc_btn3-style-modern.button--loading:before {
content: "";
}
.button--loading-refresh .vc_btn--primary .vc_btn3-color-grey.vc_btn3-style-modern.button--loading:before {
content: "";
}
.button--loading-spinner .vc_btn--primary .vc_btn3-color-grey.vc_btn3-style-modern.button--loading:before {
content: "";
}
.vc_btn--primary .vc_btn3-color-grey.vc_btn3-style-modern.hover,
.vc_btn--primary .vc_btn3-color-grey.vc_btn3-style-modern:hover {
border-bottom: 4px solid #121717;
color: #f2f2f2;
background: #121717;
}
.vc_btn--primary .vc_btn3-color-grey.vc_btn3-style-modern:focus,
.vc_btn--primary .vc_btn3-color-grey.vc_btn3-style-modern:active:focus,
.vc_btn--primary .vc_btn3-color-grey.vc_btn3-style-modern:active,
.vc_btn--primary .vc_btn3-color-grey.vc_btn3-style-modern.active {
border-top: 4px solid #848991;
border-bottom: none;
color: #f2f2f2;
background: #121717;
outline: none;
}
.vc_btn--primary .vc_btn3-color-grey.vc_btn3-style-modern:disabled,
.vc_btn--primary .vc_btn3-color-grey.vc_btn3-style-modern.disabled {
color: #ccc;
background: #efefef;
border-bottom: 4px solid #dedede;
}
.vc_btn--primary .vc_btn3-color-grey.vc_btn3-style-modern:active {
border: none;
border-top: 4px solid #848991;
background: #121717;
-webkit-box-shadow: none;
box-shadow: none;
}
.tab--sidebar {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.tab--sidebar .tab__nav {
background: #f6f6f6;
width: 165px;
}
@media (max-width: 767px) {
.tab--sidebar .tab__nav {
width: 100%;
}
}
.tab--sidebar .tab__nav > li {
color: #121717;
}
.tab--sidebar .tab__nav > li.active {
color: #000000;
}
.tab--sidebar .tab__nav > li.active:after {
background: #fff;
display: block;
width: 10px;
height: 10px;
-webkit-transform: rotate(45grad);
-ms-transform: rotate(45grad);
transform: rotate(45grad);
border-bottom: 1px solid #f0f0f0;
border-left: 1px solid #f0f0f0;
position: absolute;
top: 50%;
right: -5px;
margin-top: -5px;
content: '';
}
.tab--sidebar .tab__nav > li > a {
padding: 20px 5px 20px 30px;
color: inherit;
text-transform: uppercase;
font-size: 13px;
font-weight: 900;
}
.tab--sidebar .tab__nav > li > a .fa {
display: block;
}
.tab--sidebar .tab-content {
border-left: 1px solid #f0f0f0;
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
padding: 20px 40px;
}
@media (max-width: 767px) {
.tab--sidebar .tab-content {
padding: 15px;
border: none;
}
}
.tab--properties .tab__nav {
padding: 0;
margin-bottom: 50px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin-top: 12px;
}
@media (max-width: 767px) {
.tab--properties .tab__nav {
margin-bottom: 40px;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
}
.tab--properties .tab__nav li {
display: inline-block;
margin: 0 45px;
}
@media (max-width: 767px) {
.tab--properties .tab__nav li {
margin: 0;
}
}
.tab--properties .tab__nav li > a {
padding: 3px 0;
text-transform: uppercase;
color: #a6a6a6;
}
.tab--properties .tab__nav li > a:hover,
.tab--properties .tab__nav li > a:focus,
.tab--properties .tab__nav li > a:active {
text-decoration: none;
background: none;
}
@media (max-width: 767px) {
.tab--properties .tab__nav li > a {
padding: 3px 0;
width: 100%;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
}
.tab--properties .tab__nav li.active a {
border-bottom: 2px solid #121717;
color: #121717;
}
.tab--properties .tab__tab-content {
clear: both;
} .cropper-container {
position: relative;
font-size: 0;
line-height: 0;
direction: ltr !important;
-ms-touch-action: none;
touch-action: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-tap-highlight-color: transparent;
-webkit-touch-callout: none;
width: 100%;
height: 600px;
}
.cropper-container img {
display: block;
image-orientation: 0deg !important;
min-width: 0 !important;
min-height: 0 !important;
max-width: none !important;
max-height: none !important;
width: 100%;
height: 100%;
}
.cropper-wrap-box,
.cropper-canvas,
.cropper-drag-box,
.cropper-crop-box,
.cropper-modal {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
}
.cropper-wrap-box {
overflow: hidden;
}
.cropper-drag-box {
background-color: #fff;
opacity: 0;
filter: alpha(opacity=0);
}
.cropper-modal {
background-color: #000;
opacity: 0.5;
filter: alpha(opacity=50);
}
.cropper-view-box {
display: block;
overflow: hidden;
outline: 1px solid #000000;
outline-color: rgba(0, 187, 170, 0.75);
width: 100%;
height: 100%;
}
.cropper-dashed {
position: absolute;
display: block;
border: 0 dashed #eee;
opacity: 0.5;
filter: alpha(opacity=50);
}
.cropper-dashed.dashed-h {
top: 33.33333%;
left: 0;
border-top-width: 1px;
border-bottom-width: 1px;
width: 100%;
height: 33.33333%;
}
.cropper-dashed.dashed-v {
top: 0;
left: 33.33333%;
border-right-width: 1px;
border-left-width: 1px;
width: 33.33333%;
height: 100%;
}
.cropper-center {
position: absolute;
top: 50%;
left: 50%;
display: block;
width: 0;
height: 0;
opacity: 0.75;
filter: alpha(opacity=75);
}
.cropper-center:before,
.cropper-center:after {
position: absolute;
display: block;
background-color: #eee;
content: " ";
}
.cropper-center:before {
top: 0;
left: -3px;
width: 7px;
height: 1px;
}
.cropper-center:after {
top: -3px;
left: 0;
width: 1px;
height: 7px;
}
.cropper-face,
.cropper-line,
.cropper-point {
position: absolute;
display: block;
width: 100%;
height: 100%;
opacity: 0.1;
filter: alpha(opacity=10);
}
.cropper-face {
top: 0;
left: 0;
background-color: #fff;
}
.cropper-line {
background-color: #000000;
}
.cropper-line.line-e {
top: 0;
right: -3px;
width: 5px;
cursor: e-resize;
}
.cropper-line.line-n {
top: -3px;
left: 0;
height: 5px;
cursor: n-resize;
}
.cropper-line.line-w {
top: 0;
left: -3px;
width: 5px;
cursor: w-resize;
}
.cropper-line.line-s {
bottom: -3px;
left: 0;
height: 5px;
cursor: s-resize;
}
.cropper-point {
background-color: #000000;
width: 30px;
height: 30px;
opacity: 1;
border-radius: 30px;
}
.cropper-point.point-e {
top: 50%;
right: -15px;
margin-top: -15px;
cursor: e-resize;
}
.cropper-point.point-n {
top: -15px;
left: 50%;
margin-left: -15px;
cursor: n-resize;
}
.cropper-point.point-w {
top: 50%;
left: -15px;
margin-top: -15px;
cursor: w-resize;
}
.cropper-point.point-s {
bottom: -15px;
left: 50%;
margin-left: -15px;
cursor: s-resize;
}
.cropper-point.point-ne {
top: -15px;
right: -15px;
cursor: ne-resize;
}
.cropper-point.point-nw {
top: -15px;
left: -15px;
cursor: nw-resize;
}
.cropper-point.point-sw {
bottom: -15px;
left: -15px;
cursor: sw-resize;
}
.cropper-point.point-se {
right: -15px;
bottom: -15px;
cursor: se-resize;
width: 30px;
height: 30px;
opacity: 1;
filter: alpha(opacity=100);
}
.cropper-point.point-se:before {
position: absolute;
right: -50%;
bottom: -50%;
display: block;
content: " ";
background-color: #000000;
width: 200%;
height: 200%;
opacity: 0;
filter: alpha(opacity=0);
}
@media (min-width: 768px) {
.cropper-point.point-se {
width: 15px;
height: 15px;
}
}
@media (min-width: 992px) {
.cropper-point.point-se {
width: 10px;
height: 10px;
}
}
@media (min-width: 1200px) {
.cropper-point.point-se {
width: 30px;
height: 30px;
opacity: 1;
}
}
.cropper-invisible {
opacity: 0;
filter: alpha(opacity=0);
}
.cropper-bg {
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC);
}
.cropper-hide {
position: absolute;
display: block;
width: 0;
height: 0;
}
.cropper-hidden {
display: none !important;
}
.cropper-move {
cursor: move;
}
.cropper-crop {
cursor: crosshair;
}
.cropper-disabled .cropper-drag-box,
.cropper-disabled .cropper-face,
.cropper-disabled .cropper-line,
.cropper-disabled .cropper-point {
cursor: not-allowed;
}
.datatable::-webkit-scrollbar {
width: 5px;
height: 5px;
}
.datatable::-webkit-scrollbar-track {
border-radius: 3px;
width: 3px;
background: #e0e0e0;
}
.datatable::-webkit-scrollbar-thumb {
border-radius: 5px;
width: 5px;
background: #000000;
}
.datatable .row {
margin: 0;
}
.datatable .col-sm-12 {
padding: 0;
}
@media (max-width: 767px) {
.datatable {
overflow-x: auto;
padding-bottom: 0;
}
}
.datatable th {
text-transform: uppercase;
font-size: 13px;
border-bottom: 1px solid #d6d6d6;
background: #f6f6f6;
padding: 50px 10px;
white-space: nowrap;
}
.datatable th:focus {
outline: none;
}
.datatable td {
padding: 30px 10px;
}
.datatable tr {
border-bottom: 1px solid #d6d6d6;
}
.datatable tr.odd {
background: #f2f2f2;
}
.datatable tr.even {
background: #f6f6f6;
}
.datatable tr:hover {
background: #e3f2fd;
}
.datatable__table {
border: 1px solid #d6d6d6;
width: 100%;
}
.datatable__head-sort:after {
font-size: 0.8em;
display: inline-block;
font-family: FontAwesome;
content: "";
margin-left: 5px;
}
.datatable__head-sort.sorting_asc:after {
content: '\f0de';
}
.datatable__head-sort.sorting_desc:after {
content: '\f0dd';
}
.datatable .dataTables_scrollBody::-webkit-scrollbar {
width: 5px;
height: 5px;
}
.datatable .dataTables_scrollBody::-webkit-scrollbar-track {
border-radius: 3px;
width: 3px;
background: #e0e0e0;
}
.datatable .dataTables_scrollBody::-webkit-scrollbar-thumb {
border-radius: 5px;
width: 5px;
background: #000000;
}
.datatable--properties .datatable__table {
background: #fafafa;
}
.datatable--properties .datatable__wrap {
max-width: 100%;
overflow: auto;
}
.datatable--properties .datatable__head-1 {
padding: 50px 30px;
}
.datatable--properties .datatable__cell-1 {
padding: 30px;
}
.datatable--properties .datatable__cell-2 {
color: #000000;
min-width: 100px;
}
.datatable--properties .datatable__cell-3 {
color: #000000;
min-width: 80px;
}
.datatable--properties .datatable__cell-4 {
color: #a6a6a6;
min-width: 80px;
}
.datatable--properties .datatable__more {
border: none;
font-size: 12px;
margin: 0;
float: none;
padding-left: 0;
}
.datatable--property th {
padding: 30px 10px;
}
.datatable--property .dataTables_scrollBody th {
display: none;
}
.datatable--property td {
padding: 10px;
}
.datatable--property .datatable__head-2 {
width: 70px;
}
.datatable--property .datatable__cell {
width: 60px;
}
.datatable--property .datatable__cell--2 {
width: 65px;
color: #a6a6a6;
}
.datatable--property .datatable__cell--3 {
color: #a6a6a6;
}
.datatable--property .datatable__cell--4 {
color: #a6a6a6;
}
.datatable--property .datatable__cell--5 {
color: #000000;
}
.datatable--property .datatable__cell--6 {
color: #a6a6a6;
}
.datatable--property .datatable__cell--7 {
color: #a6a6a6;
}
.datatable--property .datatable__cell--8 {
color: #a6a6a6;
}:host,:root{--fa-style-family-brands:"Font Awesome 6 Brands";--fa-font-brands:normal 400 1em/1 "Font Awesome 6 Brands"}@font-face{font-family:"Font Awesome 6 Brands";font-style:normal;font-weight:400;font-display:block;src:url(//www.flowrealproperty.be/wp-content/plugins/cvw-social-share/includes/../fonts/fa-brands-400.woff2) format("woff2"),url(//www.flowrealproperty.be/wp-content/plugins/cvw-social-share/includes/../fonts/fa-brands-400.ttf) format("truetype")}.fa-brands,.fab{font-weight:400}.fa-monero:before{content:"\f3d0"}.fa-hooli:before{content:"\f427"}.fa-yelp:before{content:"\f1e9"}.fa-cc-visa:before{content:"\f1f0"}.fa-lastfm:before{content:"\f202"}.fa-shopware:before{content:"\f5b5"}.fa-creative-commons-nc:before{content:"\f4e8"}.fa-aws:before{content:"\f375"}.fa-redhat:before{content:"\f7bc"}.fa-yoast:before{content:"\f2b1"}.fa-cloudflare:before{content:"\e07d"}.fa-ups:before{content:"\f7e0"}.fa-pixiv:before{content:"\e640"}.fa-wpexplorer:before{content:"\f2de"}.fa-dyalog:before{content:"\f399"}.fa-bity:before{content:"\f37a"}.fa-stackpath:before{content:"\f842"}.fa-buysellads:before{content:"\f20d"}.fa-first-order:before{content:"\f2b0"}.fa-modx:before{content:"\f285"}.fa-guilded:before{content:"\e07e"}.fa-vnv:before{content:"\f40b"}.fa-js-square:before,.fa-square-js:before{content:"\f3b9"}.fa-microsoft:before{content:"\f3ca"}.fa-qq:before{content:"\f1d6"}.fa-orcid:before{content:"\f8d2"}.fa-java:before{content:"\f4e4"}.fa-invision:before{content:"\f7b0"}.fa-creative-commons-pd-alt:before{content:"\f4ed"}.fa-centercode:before{content:"\f380"}.fa-glide-g:before{content:"\f2a6"}.fa-drupal:before{content:"\f1a9"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-creative-commons-by:before{content:"\f4e7"}.fa-unity:before{content:"\e049"}.fa-whmcs:before{content:"\f40d"}.fa-rocketchat:before{content:"\f3e8"}.fa-vk:before{content:"\f189"}.fa-untappd:before{content:"\f405"}.fa-mailchimp:before{content:"\f59e"}.fa-css3-alt:before{content:"\f38b"}.fa-reddit-square:before,.fa-square-reddit:before{content:"\f1a2"}.fa-vimeo-v:before{content:"\f27d"}.fa-contao:before{content:"\f26d"}.fa-square-font-awesome:before{content:"\e5ad"}.fa-deskpro:before{content:"\f38f"}.fa-brave:before{content:"\e63c"}.fa-sistrix:before{content:"\f3ee"}.fa-instagram-square:before,.fa-square-instagram:before{content:"\e055"}.fa-battle-net:before{content:"\f835"}.fa-the-red-yeti:before{content:"\f69d"}.fa-hacker-news-square:before,.fa-square-hacker-news:before{content:"\f3af"}.fa-edge:before{content:"\f282"}.fa-threads:before{content:"\e618"}.fa-napster:before{content:"\f3d2"}.fa-snapchat-square:before,.fa-square-snapchat:before{content:"\f2ad"}.fa-google-plus-g:before{content:"\f0d5"}.fa-artstation:before{content:"\f77a"}.fa-markdown:before{content:"\f60f"}.fa-sourcetree:before{content:"\f7d3"}.fa-google-plus:before{content:"\f2b3"}.fa-diaspora:before{content:"\f791"}.fa-foursquare:before{content:"\f180"}.fa-stack-overflow:before{content:"\f16c"}.fa-github-alt:before{content:"\f113"}.fa-phoenix-squadron:before{content:"\f511"}.fa-pagelines:before{content:"\f18c"}.fa-algolia:before{content:"\f36c"}.fa-red-river:before{content:"\f3e3"}.fa-creative-commons-sa:before{content:"\f4ef"}.fa-safari:before{content:"\f267"}.fa-google:before{content:"\f1a0"}.fa-font-awesome-alt:before,.fa-square-font-awesome-stroke:before{content:"\f35c"}.fa-atlassian:before{content:"\f77b"}.fa-linkedin-in:before{content:"\f0e1"}.fa-digital-ocean:before{content:"\f391"}.fa-nimblr:before{content:"\f5a8"}.fa-chromecast:before{content:"\f838"}.fa-evernote:before{content:"\f839"}.fa-hacker-news:before{content:"\f1d4"}.fa-creative-commons-sampling:before{content:"\f4f0"}.fa-adversal:before{content:"\f36a"}.fa-creative-commons:before{content:"\f25e"}.fa-watchman-monitoring:before{content:"\e087"}.fa-fonticons:before{content:"\f280"}.fa-weixin:before{content:"\f1d7"}.fa-shirtsinbulk:before{content:"\f214"}.fa-codepen:before{content:"\f1cb"}.fa-git-alt:before{content:"\f841"}.fa-lyft:before{content:"\f3c3"}.fa-rev:before{content:"\f5b2"}.fa-windows:before{content:"\f17a"}.fa-wizards-of-the-coast:before{content:"\f730"}.fa-square-viadeo:before,.fa-viadeo-square:before{content:"\f2aa"}.fa-meetup:before{content:"\f2e0"}.fa-centos:before{content:"\f789"}.fa-adn:before{content:"\f170"}.fa-cloudsmith:before{content:"\f384"}.fa-opensuse:before{content:"\e62b"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-dribbble-square:before,.fa-square-dribbble:before{content:"\f397"}.fa-codiepie:before{content:"\f284"}.fa-node:before{content:"\f419"}.fa-mix:before{content:"\f3cb"}.fa-steam:before{content:"\f1b6"}.fa-cc-apple-pay:before{content:"\f416"}.fa-scribd:before{content:"\f28a"}.fa-debian:before{content:"\e60b"}.fa-openid:before{content:"\f19b"}.fa-instalod:before{content:"\e081"}.fa-expeditedssl:before{content:"\f23e"}.fa-sellcast:before{content:"\f2da"}.fa-square-twitter:before,.fa-twitter-square:before{content:"\f081"}.fa-r-project:before{content:"\f4f7"}.fa-delicious:before{content:"\f1a5"}.fa-freebsd:before{content:"\f3a4"}.fa-vuejs:before{content:"\f41f"}.fa-accusoft:before{content:"\f369"}.fa-ioxhost:before{content:"\f208"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-app-store:before{content:"\f36f"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-itunes-note:before{content:"\f3b5"}.fa-golang:before{content:"\e40f"}.fa-kickstarter:before{content:"\f3bb"}.fa-grav:before{content:"\f2d6"}.fa-weibo:before{content:"\f18a"}.fa-uncharted:before{content:"\e084"}.fa-firstdraft:before{content:"\f3a1"}.fa-square-youtube:before,.fa-youtube-square:before{content:"\f431"}.fa-wikipedia-w:before{content:"\f266"}.fa-rendact:before,.fa-wpressr:before{content:"\f3e4"}.fa-angellist:before{content:"\f209"}.fa-galactic-republic:before{content:"\f50c"}.fa-nfc-directional:before{content:"\e530"}.fa-skype:before{content:"\f17e"}.fa-joget:before{content:"\f3b7"}.fa-fedora:before{content:"\f798"}.fa-stripe-s:before{content:"\f42a"}.fa-meta:before{content:"\e49b"}.fa-laravel:before{content:"\f3bd"}.fa-hotjar:before{content:"\f3b1"}.fa-bluetooth-b:before{content:"\f294"}.fa-square-letterboxd:before{content:"\e62e"}.fa-sticker-mule:before{content:"\f3f7"}.fa-creative-commons-zero:before{content:"\f4f3"}.fa-hips:before{content:"\f452"}.fa-behance:before{content:"\f1b4"}.fa-reddit:before{content:"\f1a1"}.fa-discord:before{content:"\f392"}.fa-chrome:before{content:"\f268"}.fa-app-store-ios:before{content:"\f370"}.fa-cc-discover:before{content:"\f1f2"}.fa-wpbeginner:before{content:"\f297"}.fa-confluence:before{content:"\f78d"}.fa-shoelace:before{content:"\e60c"}.fa-mdb:before{content:"\f8ca"}.fa-dochub:before{content:"\f394"}.fa-accessible-icon:before{content:"\f368"}.fa-ebay:before{content:"\f4f4"}.fa-amazon:before{content:"\f270"}.fa-unsplash:before{content:"\e07c"}.fa-yarn:before{content:"\f7e3"}.fa-square-steam:before,.fa-steam-square:before{content:"\f1b7"}.fa-500px:before{content:"\f26e"}.fa-square-vimeo:before,.fa-vimeo-square:before{content:"\f194"}.fa-asymmetrik:before{content:"\f372"}.fa-font-awesome-flag:before,.fa-font-awesome-logo-full:before,.fa-font-awesome:before{content:"\f2b4"}.fa-gratipay:before{content:"\f184"}.fa-apple:before{content:"\f179"}.fa-hive:before{content:"\e07f"}.fa-gitkraken:before{content:"\f3a6"}.fa-keybase:before{content:"\f4f5"}.fa-apple-pay:before{content:"\f415"}.fa-padlet:before{content:"\e4a0"}.fa-amazon-pay:before{content:"\f42c"}.fa-github-square:before,.fa-square-github:before{content:"\f092"}.fa-stumbleupon:before{content:"\f1a4"}.fa-fedex:before{content:"\f797"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-shopify:before{content:"\e057"}.fa-neos:before{content:"\f612"}.fa-square-threads:before{content:"\e619"}.fa-hackerrank:before{content:"\f5f7"}.fa-researchgate:before{content:"\f4f8"}.fa-swift:before{content:"\f8e1"}.fa-angular:before{content:"\f420"}.fa-speakap:before{content:"\f3f3"}.fa-angrycreative:before{content:"\f36e"}.fa-y-combinator:before{content:"\f23b"}.fa-empire:before{content:"\f1d1"}.fa-envira:before{content:"\f299"}.fa-google-scholar:before{content:"\e63b"}.fa-gitlab-square:before,.fa-square-gitlab:before{content:"\e5ae"}.fa-studiovinari:before{content:"\f3f8"}.fa-pied-piper:before{content:"\f2ae"}.fa-wordpress:before{content:"\f19a"}.fa-product-hunt:before{content:"\f288"}.fa-firefox:before{content:"\f269"}.fa-linode:before{content:"\f2b8"}.fa-goodreads:before{content:"\f3a8"}.fa-odnoklassniki-square:before,.fa-square-odnoklassniki:before{content:"\f264"}.fa-jsfiddle:before{content:"\f1cc"}.fa-sith:before{content:"\f512"}.fa-themeisle:before{content:"\f2b2"}.fa-page4:before{content:"\f3d7"}.fa-hashnode:before{content:"\e499"}.fa-react:before{content:"\f41b"}.fa-cc-paypal:before{content:"\f1f4"}.fa-squarespace:before{content:"\f5be"}.fa-cc-stripe:before{content:"\f1f5"}.fa-creative-commons-share:before{content:"\f4f2"}.fa-bitcoin:before{content:"\f379"}.fa-keycdn:before{content:"\f3ba"}.fa-opera:before{content:"\f26a"}.fa-itch-io:before{content:"\f83a"}.fa-umbraco:before{content:"\f8e8"}.fa-galactic-senate:before{content:"\f50d"}.fa-ubuntu:before{content:"\f7df"}.fa-draft2digital:before{content:"\f396"}.fa-stripe:before{content:"\f429"}.fa-houzz:before{content:"\f27c"}.fa-gg:before{content:"\f260"}.fa-dhl:before{content:"\f790"}.fa-pinterest-square:before,.fa-square-pinterest:before{content:"\f0d3"}.fa-xing:before{content:"\f168"}.fa-blackberry:before{content:"\f37b"}.fa-creative-commons-pd:before{content:"\f4ec"}.fa-playstation:before{content:"\f3df"}.fa-quinscape:before{content:"\f459"}.fa-less:before{content:"\f41d"}.fa-blogger-b:before{content:"\f37d"}.fa-opencart:before{content:"\f23d"}.fa-vine:before{content:"\f1ca"}.fa-signal-messenger:before{content:"\e663"}.fa-paypal:before{content:"\f1ed"}.fa-gitlab:before{content:"\f296"}.fa-typo3:before{content:"\f42b"}.fa-reddit-alien:before{content:"\f281"}.fa-yahoo:before{content:"\f19e"}.fa-dailymotion:before{content:"\e052"}.fa-affiliatetheme:before{content:"\f36b"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-bootstrap:before{content:"\f836"}.fa-odnoklassniki:before{content:"\f263"}.fa-nfc-symbol:before{content:"\e531"}.fa-mintbit:before{content:"\e62f"}.fa-ethereum:before{content:"\f42e"}.fa-speaker-deck:before{content:"\f83c"}.fa-creative-commons-nc-eu:before{content:"\f4e9"}.fa-patreon:before{content:"\f3d9"}.fa-avianex:before{content:"\f374"}.fa-ello:before{content:"\f5f1"}.fa-gofore:before{content:"\f3a7"}.fa-bimobject:before{content:"\f378"}.fa-brave-reverse:before{content:"\e63d"}.fa-facebook-f:before{content:"\f39e"}.fa-google-plus-square:before,.fa-square-google-plus:before{content:"\f0d4"}.fa-mandalorian:before{content:"\f50f"}.fa-first-order-alt:before{content:"\f50a"}.fa-osi:before{content:"\f41a"}.fa-google-wallet:before{content:"\f1ee"}.fa-d-and-d-beyond:before{content:"\f6ca"}.fa-periscope:before{content:"\f3da"}.fa-fulcrum:before{content:"\f50b"}.fa-cloudscale:before{content:"\f383"}.fa-forumbee:before{content:"\f211"}.fa-mizuni:before{content:"\f3cc"}.fa-schlix:before{content:"\f3ea"}.fa-square-xing:before,.fa-xing-square:before{content:"\f169"}.fa-bandcamp:before{content:"\f2d5"}.fa-wpforms:before{content:"\f298"}.fa-cloudversify:before{content:"\f385"}.fa-usps:before{content:"\f7e1"}.fa-megaport:before{content:"\f5a3"}.fa-magento:before{content:"\f3c4"}.fa-spotify:before{content:"\f1bc"}.fa-optin-monster:before{content:"\f23c"}.fa-fly:before{content:"\f417"}.fa-aviato:before{content:"\f421"}.fa-itunes:before{content:"\f3b4"}.fa-cuttlefish:before{content:"\f38c"}.fa-blogger:before{content:"\f37c"}.fa-flickr:before{content:"\f16e"}.fa-viber:before{content:"\f409"}.fa-soundcloud:before{content:"\f1be"}.fa-digg:before{content:"\f1a6"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-letterboxd:before{content:"\e62d"}.fa-symfony:before{content:"\f83d"}.fa-maxcdn:before{content:"\f136"}.fa-etsy:before{content:"\f2d7"}.fa-facebook-messenger:before{content:"\f39f"}.fa-audible:before{content:"\f373"}.fa-think-peaks:before{content:"\f731"}.fa-bilibili:before{content:"\e3d9"}.fa-erlang:before{content:"\f39d"}.fa-x-twitter:before{content:"\e61b"}.fa-cotton-bureau:before{content:"\f89e"}.fa-dashcube:before{content:"\f210"}.fa-42-group:before,.fa-innosoft:before{content:"\e080"}.fa-stack-exchange:before{content:"\f18d"}.fa-elementor:before{content:"\f430"}.fa-pied-piper-square:before,.fa-square-pied-piper:before{content:"\e01e"}.fa-creative-commons-nd:before{content:"\f4eb"}.fa-palfed:before{content:"\f3d8"}.fa-superpowers:before{content:"\f2dd"}.fa-resolving:before{content:"\f3e7"}.fa-xbox:before{content:"\f412"}.fa-searchengin:before{content:"\f3eb"}.fa-tiktok:before{content:"\e07b"}.fa-facebook-square:before,.fa-square-facebook:before{content:"\f082"}.fa-renren:before{content:"\f18b"}.fa-linux:before{content:"\f17c"}.fa-glide:before{content:"\f2a5"}.fa-linkedin:before{content:"\f08c"}.fa-hubspot:before{content:"\f3b2"}.fa-deploydog:before{content:"\f38e"}.fa-twitch:before{content:"\f1e8"}.fa-ravelry:before{content:"\f2d9"}.fa-mixer:before{content:"\e056"}.fa-lastfm-square:before,.fa-square-lastfm:before{content:"\f203"}.fa-vimeo:before{content:"\f40a"}.fa-mendeley:before{content:"\f7b3"}.fa-uniregistry:before{content:"\f404"}.fa-figma:before{content:"\f799"}.fa-creative-commons-remix:before{content:"\f4ee"}.fa-cc-amazon-pay:before{content:"\f42d"}.fa-dropbox:before{content:"\f16b"}.fa-instagram:before{content:"\f16d"}.fa-cmplid:before{content:"\e360"}.fa-upwork:before{content:"\e641"}.fa-facebook:before{content:"\f09a"}.fa-gripfire:before{content:"\f3ac"}.fa-jedi-order:before{content:"\f50e"}.fa-uikit:before{content:"\f403"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-phabricator:before{content:"\f3db"}.fa-ussunnah:before{content:"\f407"}.fa-earlybirds:before{content:"\f39a"}.fa-trade-federation:before{content:"\f513"}.fa-autoprefixer:before{content:"\f41c"}.fa-whatsapp:before{content:"\f232"}.fa-slideshare:before{content:"\f1e7"}.fa-google-play:before{content:"\f3ab"}.fa-viadeo:before{content:"\f2a9"}.fa-line:before{content:"\f3c0"}.fa-google-drive:before{content:"\f3aa"}.fa-servicestack:before{content:"\f3ec"}.fa-simplybuilt:before{content:"\f215"}.fa-bitbucket:before{content:"\f171"}.fa-imdb:before{content:"\f2d8"}.fa-deezer:before{content:"\e077"}.fa-raspberry-pi:before{content:"\f7bb"}.fa-jira:before{content:"\f7b1"}.fa-docker:before{content:"\f395"}.fa-screenpal:before{content:"\e570"}.fa-bluetooth:before{content:"\f293"}.fa-gitter:before{content:"\f426"}.fa-d-and-d:before{content:"\f38d"}.fa-microblog:before{content:"\e01a"}.fa-cc-diners-club:before{content:"\f24c"}.fa-gg-circle:before{content:"\f261"}.fa-pied-piper-hat:before{content:"\f4e5"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-yandex:before{content:"\f413"}.fa-readme:before{content:"\f4d5"}.fa-html5:before{content:"\f13b"}.fa-sellsy:before{content:"\f213"}.fa-sass:before{content:"\f41e"}.fa-wirsindhandwerk:before,.fa-wsh:before{content:"\e2d0"}.fa-buromobelexperte:before{content:"\f37f"}.fa-salesforce:before{content:"\f83b"}.fa-octopus-deploy:before{content:"\e082"}.fa-medapps:before{content:"\f3c6"}.fa-ns8:before{content:"\f3d5"}.fa-pinterest-p:before{content:"\f231"}.fa-apper:before{content:"\f371"}.fa-fort-awesome:before{content:"\f286"}.fa-waze:before{content:"\f83f"}.fa-cc-jcb:before{content:"\f24b"}.fa-snapchat-ghost:before,.fa-snapchat:before{content:"\f2ab"}.fa-fantasy-flight-games:before{content:"\f6dc"}.fa-rust:before{content:"\e07a"}.fa-wix:before{content:"\f5cf"}.fa-behance-square:before,.fa-square-behance:before{content:"\f1b5"}.fa-supple:before{content:"\f3f9"}.fa-webflow:before{content:"\e65c"}.fa-rebel:before{content:"\f1d0"}.fa-css3:before{content:"\f13c"}.fa-staylinked:before{content:"\f3f5"}.fa-kaggle:before{content:"\f5fa"}.fa-space-awesome:before{content:"\e5ac"}.fa-deviantart:before{content:"\f1bd"}.fa-cpanel:before{content:"\f388"}.fa-goodreads-g:before{content:"\f3a9"}.fa-git-square:before,.fa-square-git:before{content:"\f1d2"}.fa-square-tumblr:before,.fa-tumblr-square:before{content:"\f174"}.fa-trello:before{content:"\f181"}.fa-creative-commons-nc-jp:before{content:"\f4ea"}.fa-get-pocket:before{content:"\f265"}.fa-perbyte:before{content:"\e083"}.fa-grunt:before{content:"\f3ad"}.fa-weebly:before{content:"\f5cc"}.fa-connectdevelop:before{content:"\f20e"}.fa-leanpub:before{content:"\f212"}.fa-black-tie:before{content:"\f27e"}.fa-themeco:before{content:"\f5c6"}.fa-python:before{content:"\f3e2"}.fa-android:before{content:"\f17b"}.fa-bots:before{content:"\e340"}.fa-free-code-camp:before{content:"\f2c5"}.fa-hornbill:before{content:"\f592"}.fa-js:before{content:"\f3b8"}.fa-ideal:before{content:"\e013"}.fa-git:before{content:"\f1d3"}.fa-dev:before{content:"\f6cc"}.fa-sketch:before{content:"\f7c6"}.fa-yandex-international:before{content:"\f414"}.fa-cc-amex:before{content:"\f1f3"}.fa-uber:before{content:"\f402"}.fa-github:before{content:"\f09b"}.fa-php:before{content:"\f457"}.fa-alipay:before{content:"\f642"}.fa-youtube:before{content:"\f167"}.fa-skyatlas:before{content:"\f216"}.fa-firefox-browser:before{content:"\e007"}.fa-replyd:before{content:"\f3e6"}.fa-suse:before{content:"\f7d6"}.fa-jenkins:before{content:"\f3b6"}.fa-twitter:before{content:"\f099"}.fa-rockrms:before{content:"\f3e9"}.fa-pinterest:before{content:"\f0d2"}.fa-buffer:before{content:"\f837"}.fa-npm:before{content:"\f3d4"}.fa-yammer:before{content:"\f840"}.fa-btc:before{content:"\f15a"}.fa-dribbble:before{content:"\f17d"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-internet-explorer:before{content:"\f26b"}.fa-stubber:before{content:"\e5c7"}.fa-telegram-plane:before,.fa-telegram:before{content:"\f2c6"}.fa-old-republic:before{content:"\f510"}.fa-odysee:before{content:"\e5c6"}.fa-square-whatsapp:before,.fa-whatsapp-square:before{content:"\f40c"}.fa-node-js:before{content:"\f3d3"}.fa-edge-legacy:before{content:"\e078"}.fa-slack-hash:before,.fa-slack:before{content:"\f198"}.fa-medrt:before{content:"\f3c8"}.fa-usb:before{content:"\f287"}.fa-tumblr:before{content:"\f173"}.fa-vaadin:before{content:"\f408"}.fa-quora:before{content:"\f2c4"}.fa-square-x-twitter:before{content:"\e61a"}.fa-reacteurope:before{content:"\f75d"}.fa-medium-m:before,.fa-medium:before{content:"\f23a"}.fa-amilia:before{content:"\f36d"}.fa-mixcloud:before{content:"\f289"}.fa-flipboard:before{content:"\f44d"}.fa-viacoin:before{content:"\f237"}.fa-critical-role:before{content:"\f6c9"}.fa-sitrox:before{content:"\e44a"}.fa-discourse:before{content:"\f393"}.fa-joomla:before{content:"\f1aa"}.fa-mastodon:before{content:"\f4f6"}.fa-airbnb:before{content:"\f834"}.fa-wolf-pack-battalion:before{content:"\f514"}.fa-buy-n-large:before{content:"\f8a6"}.fa-gulp:before{content:"\f3ae"}.fa-creative-commons-sampling-plus:before{content:"\f4f1"}.fa-strava:before{content:"\f428"}.fa-ember:before{content:"\f423"}.fa-canadian-maple-leaf:before{content:"\f785"}.fa-teamspeak:before{content:"\f4f9"}.fa-pushed:before{content:"\f3e1"}.fa-wordpress-simple:before{content:"\f411"}.fa-nutritionix:before{content:"\f3d6"}.fa-wodu:before{content:"\e088"}.fa-google-pay:before{content:"\e079"}.fa-intercom:before{content:"\f7af"}.fa-zhihu:before{content:"\f63f"}.fa-korvue:before{content:"\f42f"}.fa-pix:before{content:"\e43a"}.fa-steam-symbol:before{content:"\f3f6"}:host,:root{--fa-style-family-classic:"Font Awesome 6 Free";--fa-font-regular:normal 400 1em/1 "Font Awesome 6 Free"}@font-face{font-family:"Font Awesome 6 Free";font-style:normal;font-weight:400;font-display:block;src:url(//www.flowrealproperty.be/wp-content/plugins/cvw-social-share/includes/../fonts/fa-regular-400.woff2) format("woff2"),url(//www.flowrealproperty.be/wp-content/plugins/cvw-social-share/includes/../fonts/fa-regular-400.ttf) format("truetype")}.fa-regular,.far{font-weight:400}.social-link-content .fa {
font-family: var(--fa-style-family, "Font Awesome 6 Free");
font-weight: var(--fa-style, 900); }
.fa,
.fa-classic,
.fa-sharp,
.fas,
.fa-solid,
.far,
.fa-regular,
.fab,
.fa-brands {
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
display: var(--fa-display, inline-block);
font-style: normal;
font-variant: normal;
line-height: 1;
text-rendering: auto; }
.social-link-content .fas,
.social-link-content .fa-classic,
.social-link-content .fa-solid,
.social-link-content .far,
.social-link-content .fa-regular {
font-family: 'Font Awesome 6 Free'; }
.social-link-content .fab,
.social-link-content .fa-brands {
font-family: 'Font Awesome 6 Brands'; }
.fa-envelope::before {
content: "\f0e0"; }.social-link-content {
position: relative;
text-align: center;
margin: 30px auto;
clear: both;
}
.social-link-content .social-link, .social-link-content .social-link-1 {
display: inline-block;
width: 40px;
height: 40px;
line-height: 36px;
text-align: center;
font-size: 17px;
margin: 5px 8px;
border: 2px solid #fff;
border-radius: 50%;
color: #fff;
transition: all .2s ease-out;
-webkit-transition: all .2s ease-out;
-moz-transition: all .2s ease-out;
-o-transition: all .2s ease-out;
}
.social-link-content .social-link-facebook {
background: #3b5998;
border-color: #3b5998;
}
.social-link-content .social-link-twitter {
background: #000000;
border-color: #000000;
}
.social-link-content .social-link-google-plus {
background: #d34836;
border-color: #d34836;
}
.social-link-content .social-link-whatsapp {
background: #25d366;
border-color: #25d366;
}
.social-link-content .social-link-telegram {
background: #0088cc;
border-color: #0088cc;
}
.social-link-content .social-link-linkedin {
background: #0077b5;
border-color: #0077b5;
}
.social-link-content .social-link-pinterest {
background: #c8232c;
border-color: #c8232c;
}
.social-link-content .social-link-email {
background: #666;
border-color: #666;
}
.social-link-content .social-link:hover, .social-link-content .social-link-1:hover {
background: #fff;
}
.social-link-content .social-link-facebook:hover {
color: #3b5998;
}
.social-link-content .social-link-twitter:hover {
color: #000000;
}
.social-link-content .social-link-google-plus:hover {
color: #d34836;
}
.social-link-content .social-link-whatsapp:hover {
color: #25d366;
}
.social-link-content .social-link-telegram:hover {
color: #0088cc;
}
.social-link-content .social-link-linkedin:hover {
color: #0077b5;
}
.social-link-content .social-link-pinterest:hover {
color: #c8232c;
}
.social-link-content .social-link-email:hover {
color: #666;
}