<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* STRUCTURE */
*, section .noMarg {
    margin: 0;
    padding: 0;
    text-decoration: none;
}
.underline {
	text-decoration: underline;
}
.bold, strong {
    font-weight: 600;
}
.justify {
	text-align: justify;
}
.margAuto {
	margin: auto;
}

/* COLUMNS */
.ltr [class*=col-] {
    float: left;
    position: relative;
}

.rtl [class*=col-] {
	float: right;
	position: relative;
}

.col-0_5 {
	width: 4.16%;
}

.col-1 {
    width: 8.33%;
}

.col-1-sep {
    width: 7.33%;
    margin-left: 1%;
}

.col-1_5 {
    width: 12.49%;
}

.col-2 {
    width: 16.66%;
}

.col-2-sep {
    width: 15.66%;
    margin-left: 1%;
}

.col-2_5 {
    width: 20%;
}

.col-2_5-sep {
    width: 19%;
    margin-left: 1%;
}

.col-3 {
    width: 25%;
}

.col-3_5 {
    width: 29.16%;
}

.col-3-sep {
    width: 24%;
    margin-left: 1%;
}

.col-4 {
    width: 33.33%;
}

.col-4_5 {
   width: 37.5%;
}

.col-4-sep {
    width: 32.33%;
    margin-left: 1%;
}

.col-4_5-sep {
   width: 37.5%;
    margin-left: 1%;
}

.col-5 {
	width: 41.66%;
}

.col-5_5 {
	width: 45.83%;
}

.col-5-sep {
    width: 40.66%;
    margin-left: 1%;
}

.col-6 {
  	width: 50%;
}

.col-6_5 {
    width: 54.17%;
}

.col-6-sep {
    width: 49%;
    margin-left: 1%;
}

.col-7 {
	width: 58.33%;
}

.col-7-sep {
    width: 57.33%;
    margin-left: 1%;
}

.col-7_5 {
	width: 62.49%;
}

.col-8 {
    width: 66.66%;
}

.col-8-sep {
    width: 65.66%;
    margin-left: 1%;
}

.col-8_5 {
    width: 70.82%;
}

.col-9 {
    width: 75%;
}

.col-9-sep {
    width: 74%;
    margin-left: 1%;
}

.col-9_5 {
    width: 79.16%;
}

.col-10 {
    width: 83.33%;
}

.col-10_5 {
    width: 87.5%;
}

.col-11 {
    width: 91.66%;
}

.col-11_5 {
  width: 95.82%;
}

.col-12 {
    width: 100%;
}

.col-12-sep {
    width: 99%;
    margin-left: 1%;
}

.emptyCol {
   min-height: 1px;
}

.colSep {
    padding-right: 20px;
    box-sizing: border-box;
}

.rtl .colSep {
	padding-right: 0px;
    padding-left: 20px;
}

/* COLORS */
.darkblue, .main-nav .darkblue {
    color: #104a7a;
}

.red,
.red td {
	color: #ff0000;
}

.white {
	color: #fff; 
}

.pink {
    color: #ff6976;
}

.medBlue {
  color: #0084bc;
}

.black{ 
	color: #000;
}

.blue {
	color: #00afca;
}

.whatsapp-color {
    color: #2cb000;
}

/* ICONS */
.iconPad {
    padding: 4px;
}

.iconPadR {
    box-sizing: border-box;
}

.ltr .iconPadR {
    padding-right: 4px;
}
.rtl .iconPadR {
    padding-right: 0px;
    padding-left: 4px;
}
.ltr .iconPadL {
    padding-left: 4px;
}
.rtl .iconPadL {
    padding-left: 0px;
    padding-right: 4px;
}

/* BUTTONS */
.btn {
    color: #fff;
    background-color: #ff6600;
    border: none;
    border-radius: 5px;
    text-align: center;
    border: none;
    text-transform: none;
    cursor: pointer;
    font-weight: 600;
    font-family: 'Montserrat-Bold','Arial','sans-serif';
}

.btn:hover {
    background-color: #f2610c;
}

.btnFlat {
    float: right;
    background-color: #ff6600;;
    color: #fff;
    font-size: 14px;
    border-radius: 5px;
    padding: 7px 16px;
    font-weight: 700;
    text-align: center;
    border: none;
    min-width: 100px;
}

.btnFlat:hover {
    background-color: #ff5d00;
}

.btnFlatBig {
    background-color: #ff6600;;
    color: #fff;
    font-size: 18px;
    border-radius: 5px;
    padding: 12px 0px;
    font-weight: 600;
    text-align: center;
    border: none;
    width: 100%;
}

.btnFlatBig:hover {
    background-color: #ff5d00;
}

.btnFlatMed {
    min-width: 230px;
    padding: 8px 13px;
    font-size: 15px;
    font-weight: 700;
    margin: 10px 0;
}

.btnBlue {
    background-color: #00afca;
}

.btnBlue:hover {
    background-color: #0a829e;
}

.yellowBtn {
    background-color: #efe000;
    color: #302e03;
    border-radius: 5px;
    font-weight: 600;
    min-width: 180px;
    font-size: 14px;
    padding: 10px 6px;
    text-align: center;
    box-sizing: border-box;
    height: 42px;
}

.yellowBtn:hover {
    background-color: #f7e915;
}

/* TEXT */
.centered {
	text-align: center;
}

.textLeft {
	text-align: left;
}

.rtl .textLeft {
	text-align: right;
}

.textRight {
	text-align: right;
}

.rtl .textRight {
	text-align: left;
}

.rtl:not(.centered) {
    direction: rtl;
    text-align: right;
}

.lowercase {
	text-transform: lowercase;
}

.uppercase, .btn.uppercase {
    text-transform: uppercase;
}

.blueText {
    color: #00afca;
}

.newBlueText {
	color: #0093ff;
}

a.blueText:hover,
a:hover .blueText {
    color: #0a829e;
}

.noSelectText {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.whiteSpacePre {
	white-space: pre;
} 

/* ERRORS */
.fieldError, .fieldZoneError, .fieldTransactionError {
	border-radius: 5px;
	background-color: #f1d8d8;
}  

.textError, .zoneError, .transactionError {
	color: #ff0000;
	font-size: 11px;
	margin: 0;
	line-height: 1.3em;
	padding-top: 2px;
}

/* ALERTS */
.alert {
    line-height: 1.4em;
    padding: 12px 15px;
    margin-bottom: 15px;
    border-radius: .25rem;
    font-size: 14px;
    box-sizing: border-box;
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
}

.alert-warning {
    color: #856404;
    background-color: #fff3cc;
}

/* OTHERS */
.relative {
	position: relative;
}

.inBlock {
    display: inline-block;
}

.disBlock {
    display: block;
}

.disGrid{
    display: grid;
}

.disFlex{
    display: flex;
}

.disTable{
    display: table;
}

.disInFlex {
	display: inline-flex;
}

.disContent{
	display: contents;
}

.alignC {
	align-items: center;
}

.justifyC {
	justify-content: center;
}

.divider {
    width: 100%;
    display: inline-block;
    height: 40px;
}

.cPointer {
  cursor: pointer;
}

.mouseNone {
	pointer-events: none;
} 

.midDivider {
    width: 100%;
    display: inline-block;	
	height: 25px;
}

.minDivider {
    width: 100%;
    display: inline-block;	
	height: 10px;
}

.clearB {
    clear: both;
}

.contnr1100 {
    width: 1100px;
    margin: 20px auto;
    line-height: 1.75em;
    display: flow-root;
}

.contnr980 {
    width: 980px;
    margin: 20px auto;
    line-height: 1.75em;
    display: table;
}

.legalNote {
    font-size: 11px;
    color: #858585;
    display: inline-block;
    line-height: 1.4em;
    margin-top: 10px;
    font-weight: 400;
}

.mainContnr .sidebarBox {
    border-top: solid 4px #d4d4d4;
	margin-top: 28px;
	margin-bottom: 15px;
	padding: 12px 18px 16px;
	background-color: #eff0f1;
}

/* Loading */
.pageLoadingLayout {
	position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    min-height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    display: none;
}

.pageLoadingLayout .pageLoadingLayoutImage {
	z-index: 9999;
}

/* Tooltip */
.tooltip {
  position: relative;
  display: inline-block;
}

.tooltip .tooltiptext {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 500px;
  top: -4px;
  left: 50%;
  transform: translate(-50%, -100%);
  visibility: hidden;
  min-width: 50px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 4px;
  padding: 1px 4px;
  position: absolute;
  z-index: 11;
  font-size: 13px;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

.indexedSearch {
	text-align: justify;
}

a.darkblue.subCatg {
    padding-right: 10px;
    font-size: 13px;
    text-align: left;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}

.bannerImg {
	vertical-align: middle;
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active{
    -webkit-box-shadow: 0 0 0 30px white inset;
}

.labelPlaceholder, .dropdown label.inputLabel, .emailInput + label.inputLabel,
.phonePrefixCombo .phoneInput + label.inputLabel, #titleDescriptionTabs label.inputLabel,
.customInputFile label.inputLabel {
	top: -5px;
    left: 10px;
    visibility: hidden;
    position: absolute;
    padding-left: 2px;
    padding-right: 2px;
    line-height: 1em;
    font-size: 10px;
    color: #858585;
    pointer-events: none;
    background: linear-gradient(transparent 48%, white 46%);
}

.ltr .phonePrefixCombo .phoneInput + label.inputLabel {
	left: 10px;
}

.rtl label, .rtl .dropdown label.inputLabel, .rtl .emailInput + label.inputLabel,
.rtl .phonePrefixCombo .phoneInput + label.inputLabel, .rtl #titleDescriptionTabs label.inputLabel {
    left: unset;
    right: 6px
}

input[type="text"]:not(:placeholder-shown) + label,
input[type="password"]:not(:placeholder-shown) + label,
input[type="date"]:not(:placeholder-shown) + label,
textArea:not(:placeholder-shown) + label,
.dropdown .filtrable-select:not(:placeholder-shown) + label.inputLabel,
.emailInput:not(:placeholder-shown) + label.inputLabel,
.phonePrefixCombo .phoneInput:not(:placeholder-shown) + label.inputLabel,
#titleDescriptionTabs :not(:placeholder-shown) + label.inputLabel,
input[type="text"]:-webkit-autofill:not(:placeholder-shown) + label,
input[type="password"]:-webkit-autofill:not(:placeholder-shown) + label,
.dropdown .filtrable-select:-webkit-autofill:not(:placeholder-shown) + label.inputLabel,
.emailInput:-webkit-autofill:not(:placeholder-shown) + label.inputLabel,
.phonePrefixCombo .phoneInput:-webkit-autofill:not(:placeholder-shown) + label.inputLabel,
#titleDescriptionTabs :-webkit-autofill:not(:placeholder-shown) + label.inputLabel,
.customInputFile .inputFileRow.active:not(.hidden) + label.inputLabel {
    visibility: visible;
}

input[type="text"], input[type="password"], input[type="date"], .dropdown input[type="text"], textArea {
    color: #343434;
    font-size: 14px;
    font-family: Arial, sans-serif;
    padding: 5px 20px 5px 10px;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: unset;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #bcbcbc;
}

input[type="date"] {
	padding-right: 2px;
}

input[type="text"], input[type="password"], input[type="date"] {
	height: 35px;
}

.alertForm input[type="text"], #phonePopup input[type="text"], .emailForm input[type="text"], #leadForm input[type="text"] {
	margin-bottom: 10px;
}

.dropdown .selectUl {
    border: 1px solid #bcbcbc;
}

textarea {
    resize: none;
}

img:not([src]) {
    display: none !important;
}
/** NEW INPUT STYLES END **/

/** NEW BUTTON STYLES INI **/
.newBtn {
    min-width: 80%;
    cursor: pointer;
    color: #fff;
    background-color: #0093FF;
    padding: 15px 15px;
    border-radius: 360px;
    border: none;
    font-size: 16px;
    font-family: 'Montserrat-SemiBold';
}

.newBtn:hover {
    background-color: #4ab2ff;
}

.newBtn.orangeBtn {
	background-color: #ff6600;
}
/** NEW BUTTON STYLES END **/

/** Particular products colors - INI **/
h2.superGreenText, h2.superBlueText, h2.superPurpleText, h2.superGreyText  {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.25;
}

.superGreen, .photoPrice.superGreen {
	background-color: #17c90e;
}

.product .superGreen:hover {
	background-color: #0fb809;
}

.superGreenText, .SpremiumH2.superGreenText {
	color: #17c90e;
}

.superBlue, .photoPrice.superBlue {
	background-color: #00a1ff;
}

.product .superBlue:hover {
	background-color: #0089ff;
}

.superBlueText, .SpremiumH2.superBlueText {
	color: #00a1ff;
}

.superPurple, .photoPrice.superPurple {
	background-color: #8621c7;
}

.product .superPurple:hover {
	background-color: #6c15b5;
}

.superPurpleText, .SpremiumH2.superPurpleText {
	color: #8621c7;
}

.superGrey, .photoPrice.superGrey {
	background-color: #999;
}

.product .superGrey:hover {
	background-color: #737373;
}

.superGreyText, .SpremiumH2.superGreyText {
	color: #999;
}

.superDarkBlue, .photoPrice.superDarkBlue {
	background-color: #086eb0;
}

.product .superDarkBlue:hover {
	background-color: #065c96;
}

.superDarkBlue, .SpremiumH2.superDarkBlueText {
	color: #086eb0;
}
/** Particular products colors - END **/
html body.ltr{
	font-family: 'Montserrat', 'Arial', 'Helvetica', 'sans-serif';
}

html body.rtl, .rtl section, .rtl h1, .rtl h2, .rtl h3, .rtl h4, .rtl h5, .rtl h6, .rtl .main-nav li a{
	font-family: 'Tahoma', 'Montserrat', 'Arial', 'sans-serif';
}

.tagline, .socket, .legalNote, .alert, .homeFooterLinks, .textError, .immoBadge, .numberInd, .resultNum, .tagProp, .contentBox .listingH4, .contentBox .listingDetails,
.features-list, #phoneBtnClosed, .hide-phone-number-box, .numSldr, body input[type="text"], body textarea, .searchKeys, .titSlideNote,
.ajaxPagination, .cms-wrap #promotionsContent .actionBar, .cmsBody .colorTable *, .arial{
	font-family: 'Arial', 'Helvetica', 'sans-serif';
}

/* STRUCTURE */
*:focus {
	outline: none;
}

body, html {
    background-color: #fff;
    color: #333;
    font-size: 15px;
    line-height: 1.3em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

.rtl section {
    font-family: Tahoma, sans-serif;
}

.rtl .select {
    direction: rtl;
    text-align: right;
}

.rtl .dirLtr {
    direction: ltr;
    display: inline-block;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', 'Arial', 'sans-serif';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

a {
    color: inherit;
    text-decoration: none;
    cursor: pointer;
}

i {
    font-family: 'font-awesome';
    font-style: normal;
    vertical-align: inherit;
}

.noRtl{
	direction: ltr;
	text-align: left;
}

body input[type="text"], body textarea, body input[type="password"] {
    box-sizing: border-box;
    line-height: 1.5em;
    min-width: 180px;
    border-radius: 5px;
    border: solid 1px #bcbcbc;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #fff;
}

.mainContnr {
    margin-top: 50px;
}

.blockWrap {
    display: inline-block;
    margin-top: 30px;
    margin-bottom: 30px;
}

.centered, .ltr .float-right.centered, .mubaWeb .centeredDsk {
    text-align: center;
}

.centerTextL {
    text-align: left;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: -moz-max-content;
    width: max-content;
}

.rtl .centerTextL {
    text-align: right;
}

.vAlignM {
    vertical-align: middle;
}

.w100 {
    width: 100%;
}

.h100 {
	height: 100%;
}

.padBlock {
    padding-top: 30px;
    padding-bottom: 30px;
}

.padL5 {
	padding-left: 5px;
}

.rtl .padL5 {
	padding-right: 5px;
	padding-left: 0;
}

.pad10 {
	padding: 10px;
}

.margTop {
    margin-top: 20px;
}

.sMargTop {
    margin-top: 7px;
}

.sMargBot {
    margin-bottom: 7px;
}

.margB {
    margin-bottom: 15px;
    display: flow-root;
}

.cursorAuto {
	cursor: auto;
}

.greyBlock {
    background-color: #eff0f1;
    border-top: solid 1px #d4d4d4;
    border-bottom: solid 1px #d4d4d4;
}

.whiteBlock {
    background-color: #fff;
    border-bottom: solid 1px #d4d4d4;
}

.greyBox{
    background-color: #e7e7e7;
    padding: 25px 30px 33px 30px;
    border-radius: 5px;
    margin: 10px 0;
    max-width: 400px;
}

.searchTitle {
  font-size: 18.5px;
}

.searchTitle span {
  font-size: 15px;
  font-weight: 400;
}

.whiteBg,
.innerBoxPop.whiteBg,
#favouritesPopup .whiteBg {
	background-color: #fff;
}

.darkgreyBg{
    background-color: #bbbbbb;
}

input[type=button].darkgreyBg:hover{
	background-color: #999;
}

.bigDivider {
    width: 100%;
    display: inline-block;
    height: 60px;
}

.rtl .floatR {
    float: right;
}

.rtl .floatL {
    float: left;
}

.ltr .float-left {
    float: left;
    text-align: center;
}

.rtl .float-left {
    float: right;
    text-align: center;
}

.ltr .float-right {
    float: right;
    text-align: right;
}

.rtl .float-right {
	float: left;
}

.rtl .leftZero {
    left: 0;
    right: inherit;
}

.rtl .alignR, .ltr .languageTab .alignR {
    text-align: right;
}

.rtl .alignL, .text-left {
   text-align: left;
}

.rtl .rotate180, .rotate {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    display: inline-block;
}

.positionAb {
    position: absolute;
}

.positionSt {
    position: static;
}

.functionBlock .row.inBlock {
    display: inline-block;
}

.capitalize{
	text-transform: capitalize;
}

hr {
    display: inline-block;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
    background-color: #d4d4d4;
    border: none;
    height: 1px;
}

.fSize11 {
    font-size: 11px;
}

.fSize12 {
    font-size: 12px;
}

.fSize13 {
    font-size: 13px;
    line-height: initial;
}

.fSize14 {
    font-size: 14px;
}

.fSize16 {
    font-size: 16px;
}

.fSize17 {
    font-size: 17px;
}

.fSize18 {
    font-size: 18px;
}

.fSize20{
    font-size: 20px;
}

.fSize22{
    font-size: 22px;
}

.fSize28 {
    font-size: 28px;
}

.bShadow{
    box-shadow: 3px 4px 6px 0px rgba(0, 0, 0, 0.2);
}

.tShadow{
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}

.inShadow{
	box-shadow: inset 0px 10px 17px -12px rgba(85, 85, 85, 0.60);
}

.clearFix {
	clear: both;
}

/* COLUMNS */
.row,
.popupBox .row {
    display: flex;
}

.errorBox {
    height: 20px;
    line-height: 1.5em;
    margin-bottom: 5px;
}

.bigErrorBox {
	height: 45px;
}

/* HEADER */

header {
    background-color: #00aaff;
    display: flex;
    padding: 5px 0 10px;
}

nav {
    width: 1100px;
    margin-left: auto;
    margin-right: auto;
    clear: both;
}

header nav img.logoImg {
	height: 41px;
    width: 206px;
}

ul {
    list-style-type: none;
}

.main-nav ul.ulNav {
    padding-top: 15px;
    text-transform: uppercase;
}

.main-nav li a {
    display: block;
    color: #fff;
    padding: 10px 12px;
    font-size: 14px;
    font-family: 'Montserrat-SemiBold', 'Arial', 'sans-serif';
}

.main-nav li a.estimateItem {
    border: 3px solid #fff;
    border-radius: 360px;
    font-size: 13px;
    margin-top: -3px;
    background-color: #fff;
    color: #00aaff;
}

.main-nav li a.estimateItem:hover {
    background-color: transparent;
    color: #fff;
}

.rtl .main-nav li a.mainItem {
    font-size: 20px;
}

.main-nav li a:hover {
    color: #104a7a;
}

.userNameHeader {
	padding: 0 3px;
}

.tagline {
    color: #fff;
    font-size: 11px;
    display: grid;
    font-weight: 700;
}

.main-logo {
    float: left;
    max-width: 200px;
    margin-top: 5px;
}

.dropdown-content {
  display: none;
  position: absolute;
  z-index: 101;
  background-color: #0af;
  min-width: 120px;
  border-radius: 0 0 5px 5px;
  overflow: hidden;
  padding-bottom: 10px;
  margin-top: -5px;
}

.rtl .dropdown-content {
    min-width: 90px;
}

.dropdown-content a.dropdownItem {
  padding: 4px;
  font-size: 12px;
  text-transform: capitalize;
}

.dropdownHead:hover .dropdown-content {
  display: block;
}

.viewSwitch {
    line-height: 2em;
    padding: 0 13px;
    font-size: 17px;
    border-radius: 5px;
    cursor: pointer;
    font-family: 'Arial', 'sans-serif';
}

.viewSwitch:hover {
    background-color: #f7f7f7;
}

/* ELEMENTS */
.btn-head {
    background-color: #fff;
    color: #ff6600;
    padding: 8px 14px;
    margin: 3px 5px;
    font-size: 13px;
    font-weight: 700;
    min-width: 90px;
    border-radius: 36px;
    text-transform: uppercase;
    border: solid 1px;
    margin-top: 0;
}

html[lang="nl"] header .btn-head,
html[lang="it"] header .btn-head {
    font-size: 10px;
}

.btn-head:hover {
   background-color: #ff6600;
    color: #fff;
}

.btnFlatSmall {
    font-size: 12px;
    padding: 5px 13px;
    font-weight: 600;
    box-sizing: border-box;
}

.btnFlatSmall:hover {
    background-color: #c24006;
}

.btnGreen {
    background-color: #65b67d;
    color:#fff;
}

.btnGreen:hover {
    background-color: #55a36c;
}

.iconBtn {
    float: none;
    background-color: #e2e2e2;
    color: #000;
    font-size: 30px;
    font-weight: 400;
    line-height: 1em;
    vertical-align: middle;
    display: inline-flex;
}

.iconBtn:after, .iconBtn:before {
    vertical-align: middle;
}

.iconBtn:hover {
    background-color: #d4d4d4;
}

.midIconBtn{
    font-size: 14px;
    line-height: 1em;
}

.disabled {
    cursor: none;
    opacity: 0.4;
    pointer-events: none;
}

.disabled:hover {
    pointer-events: none;
}

.downPrice {
	font-size: 12px;
	color: #33cc00;
	font-style: oblique;
	text-shadow: 1px 1px 0px #fff;
	line-height: 2.9em;
}

.basicList .downPrice {
	margin-top: -18px;
}

.iconlist{
    padding: 10px 15px;
}

.iconlist li{
    margin: 7px 0;
}

.iconList li.iconListli{
    margin: 7px 10px;
}

.fav-list .contentBox:not(.colActions){
	border-right: solid 1px #d4d4d4; 
}

.rtl .fav-list .contentBox:not(.colActions){
	border-right: none;
	border-left: solid 1px #d4d4d4; 
}

.prixParjour {
    font-style: normal;
    font-size: 15px;
    font-weight: 500;
}

.greyIcon {
    color: #858585;
}

a.greyIcon:hover, a:hover .greyIcon {
    color: #000;
}

.greenIcon {
    color: #3c0;
}

a:hover .greenIcon:hover {
    color: #55a36c;
}

.greenText {
    color: #00ba7a;
}

a.darkblue:hover, a:hover .darkblue, .main-nav .darkblue:hover {
    color: #002442;
}

.iconInBtn {
    font-size: 10px;
    margin: 2px;
}

.miniIcon {
    font-size: 8px;
    color: #666;
}

.orangeText {
    color: #ff6600;
}

.orange{
    color: #ff6600;
}

.darkgreyText {
    color: #666;
}

.wineText {
	color: #930a12;
}

/* CMS */

.breadBlock .cmsCTA{
  text-transform: inherit;
  margin: 0;
  padding: 4px 13px;
  font-size: 12.9px;
  font-family: 'Montserrat-SemiBold','Arial','sans-serif';
}

.breadBlock .cmsCTA i {
	vertical-align: bottom;
}

.rtl .breadBlock .cmsCTA {
    font-size: 17px;
}

.breadBlock .searchTitle.withCTA {
  line-height: 1.9em;
}

.progressbar ul.centeredIcon {
    margin-top: 4px;
}

/* CATEGORY NAV */
.catNav {
    padding: 0 0 20px 0;
    display: inline-block;
    min-height: 25px;
}

.catNav .btnFlatSmall {
    float: left;
    background-color: #0093ff;
    text-transform: none;
    margin: 0 8px 10px 0;
}

/* Aside */
.ltr aside.asideR .asideMarg, .rtl aside.asideL .asideMarg {
    margin-left: 20px;
    margin-right: 0;
}

.ltr aside.asideL .asideMarg, .rtl aside.asideR .asideMarg {
    margin-right: 20px;
    margin-left: 0;
}

/* ALERTS AND ERRORS */
.error-input {
	border: 1px solid #ff0000 !important;
	color: #ff0000;
}

body form .input-error tr{
    border: solid 1px #ff0000;
    background-color: #ffeded;
    outline: 0;
}

.searchHomeBox .alert{
	max-width: 460px;
	margin-left: auto;
	margin-right: auto;
}

body form .input-error-text {
    color: #ff0000;
    font-size: 12px;
    font-weight: 300;
}

.leadSentImg {
	width: 140px;
	height: 140px;
}

.leadSentTxt {
	font-size: 24px;
	font-weight: 700;
}

/* POP-UPS */
.popupForm {
    max-width: 260px;
    margin: 10px auto;
}

/* Related Agency */
.dataRelat {
    padding: 0 8px;
    padding-top: 8px;
    line-height: 1.25em;
    box-sizing: border-box;
}

.relatContainer {
	margin-left: 7px;
	margin-right: 7px;
}

.relatContainer a:hover img {
	opacity: 0.85;
}

.relatWrap {
    overflow: hidden;
    border-radius: 5px;
    border: 1px solid #bbb;
    -moz-box-shadow: 1px 1px 4px #d4d4d4;
    -webkit-box-shadow: 1px 1px 4px #d4d4d4;
    box-shadow: 1px 1px 4px #d4d4d4;
    background-color: #fff;
    height: 138px;
}

.leadPopBox .relatWrap {
	height: 304px;
	display: flex;
}

.relatImgLink {
    display: table-cell;
    width: 168px;
    vertical-align: middle;
    text-align: center;
    height: 85px;
}

.relatImg {
	object-fit: cover;
   	width: 100%;
   	height: 100%
}

#relatedPropsPopup .relatImgLink {
   display: inline;
}

.relatTit {
    color: #104a7a;
    font-size: 14px;
    font-weight: 600;
}

.adviceListTit {
	font-size: 16px;
	margin-bottom: 10px;
	color: #002442;
	background-color: #f7f7f7;
	padding: 5px;
	border-radius: 5px;
}

.leadPopBox .relatImgBox:hover {
	background-color: #fff;
}

.leadPopBox .btn,
.smallDividerPassword {
	margin-top: 10px;
}

.leadPopBox .popContBtn {
	float: none;
	margin-bottom: 10px;
}

/* FOOTER */
footer {
    background-color: #104a7a;
    display: inline-block;
    padding: 20px 0 0;
}

footer .foot-nav img.footer-logo {
	height: 41px;
    width: 206px;
}

footer .foot-nav img.playStore,
footer .foot-nav img.appStore {
	height: 35px;
    width: 95px;
}

footer .tagline {
    color: #fff;
}

footer .main-nav {
    padding-bottom: 10px;
}

.foot-nav {
    max-width: 1100px;
    margin: 20px auto;
}

.foot-nav ul {
    margin-top: 10px;
}

.foot-nav ul.footerUl a {
    color: #fff;
    font-weight: 500;
    padding: 5px 0;
}

.foot-nav ul.footerUl a:hover {
    color: #00d2f2; 
}

.foot-nav .dropdown {
    background-color: #104a7a;
    border: solid 1px #fff;
    color: #fff;
    font-size: 12px;
    border-radius: 5px;
}

.foot-nav .dropdown .select {
    font-size: 12px;
    border-radius: 5px;
    padding: 3px 8px;
}

.foot-nav .dropdown .select &gt; i {
    color: #fff;
}

.logoDownloadText {
	color: #ff6600;
	left: -25px;
	position: absolute;
	top: -15px;
	font-size: 13px;
}

.rtl .logoDownloadText {
	left: 120px;
	top: -5px;
}

.logoNeg{
    margin-left: -50px;
}

.socket {
    color: #e2e2e2;
    font-size: 11px;
    background-color: #09375d;
    padding: 12px;
    margin-top: 10px;
}

.socket a span {
    color: #bbb;
    text-transform: none;
    padding-right: 8px;
}

.socialFoot{
    margin: 18px 0 14px;
    min-height: 30px;
}

.socialFoot a {
    display: block;
    width: 30px;
    margin-right: 8px;
    border-radius: 360px;
    color: #fff;
    background-color: #0084bc;
    font-size: 18px;
    line-height: 1.7em;
    height: 30px;
}

.socialFoot a i {
	padding: 1px;
}

.socialFoot a:hover{
    background-color: #00c4e2;
}

/* SELECT DROPDOWN */

.dropdown {
    display: inline-block;
    background-color: #fff;
    border-radius: 5px;
    transition: all .5s ease;
    position: relative;
    font-size: 12px;
    color: #474747;
    text-align: left;
    box-sizing: border-box;
}

.dropdown .select {
    cursor: pointer;
    display: block;
    padding: 3px 8px;
    box-sizing: border-box;
    line-height: 1.5em;
    min-width: 90px;
}

.dropdown .select &gt; i {
    font-size: 13px;
    color: #888;
    cursor: pointer;
    transition: all .3s ease-in-out;
    line-height: 20px;
    margin-left: 5px;
}

.rtl .dropdown .select &gt; i {
    margin-right: 5px;
    margin-left: 0;
}

.dropdown .select &gt; i::before{
   line-height: 1.35em;
}

.dropdown:active {
    background-color: #f8f8f8;
}

.dropdown.active:hover, .dropdown.active {
    background-color: #f8f8f8;
}

.foot-nav .dropdown.active:hover, .dropdown.active, .foot-nav .dropdown.active .select &gt; i {
    color: #000;
}

.dropdown.active .select &gt; i {
    transform: rotate(-180deg);
}

.dropdown .selectUl {
    position: absolute;
    background-color: #fff;
    width: 100%;
    max-height: 250px;
    left: 0;
    margin-top: 1px;
    border: solid 1px #bcbcbc;
    border-radius: 0 1px 5px 5px;
    overflow: hidden;
    display: none;
    overflow-y: auto;
    z-index: 9;
}

.dropdown.multiple .selectUl {
	max-height: 390px;
}

.dropdown .selectUl li {
    padding: 4px 6px;
    transition: all .2s ease-in-out;
    cursor: pointer;
    line-height: 1.5em;
}

.dropdown.multiple .selectUl li {
	line-height: 1.9em;
}

.dropdown .selectUl li a {
    color: #000;
}

.dropdown .selectUl {
    padding: 0;
    list-style: none;
}

.dropdown .selectUl li:hover {
    background-color: #effdff;
}

#footer .dropdown .selectUl{
    max-height: 110px;
}

/* Error 404 */

.iconsCatHome span {
    font-size: 16px;
    font-weight: bold;
    color: #00AFCA;
    text-decoration: none;
    display: block;
    text-align: center;
    margin: 0 auto 10px auto;
    font-family: 'Montserrat', 'Arial', 'sans-serif';
}

.homeIcon {
    background: url('https://www.mubawab-media.com/assets/common/sprite.png') no-repeat;
    vertical-align: top;
    background-position: 0px -1385px;
    width: 44px;
    height: 44px;
}

.homeIcon1 {
    background-position: -2px -3px;
}

.homeIcon2 {
    background-position: -67px -3px;
}

.homeIcon3 {
    background-position: -2px -51px;
}

.homeIcon4 {
    background-position: -67px -51px;
}

.iconsCatHome a:hover span{
    color: #0a829e;
}

.errorPage .subtitle {
    font-size: 19px;
    font-weight: 600;
}

/** Habillage **/
#homebannerTop {
    margin: 0 auto;
}
#homehabillageleft {
    width: 150px;
    height: 900px;
    position: absolute;
    left: 0;
    z-index: 1;
}
#homehabillageright {
    width: 150px;
    height: 900px;
    position: absolute;
    right: 0;
    z-index: 1;
}

.adv-outside-right-listing,
.adv-outside-right-ad,
.adv-outside-right-map-search,
.adv-outside-right-listing-promotion {
	position: absolute;
}

.flagContainer .selectedFlag {
	height: 100%;
}

/* COOKIE WARNING */

.cookieWarning{
    background-color: #00182c;
    padding: 20px;
    z-index: 11;
    position: fixed;
    bottom: 0;
    width: 100%;
    font-size: 13px;
    -webkit-box-shadow:inset 0 10px 12px -8px rgba(0,0,0,0.7);
    box-shadow:inset 0 10px 12px -8px rgba(0,0,0,0.7);
}

.cookieWarning .row{
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}

.cookieWarning p{
    color: #fff;
}

.cookieWarning a{
    color: #00afca;
}

.cookieWarning button{
    background-color: #00afca;
    color: #fff;
    margin: 0 5px;
    min-width: 160px;
}

.cookieWarning button:hover{
    background-color: #fff;
    color: #00afca;
}

/* Media Queries */
@media screen and (max-width: 1420px) {
    #homehabillageright {
    	display: none;
    }
    #homehabillageleft {
    	display: none;
    }
    #outsideBanner {
    	display: none;
    }
}

@media screen and (min-width: 1000px) {
	html {
		overflow-x: hidden;
	}
}

/* Boxes */
.rtl [autocapitalize="none"]:not(.noRtl) {
	direction: rtl;
}
#boxes {display: none;}

/* IPAD */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
	body.mubaWeb{
		min-width: 1024px;
	}
	header nav.main-nav, footer#footer .footer-nav{
		margin-left: 10px;
		margin-right: 10px;
		max-width: 1004px;
	}
	.homeWrap .badgeBox{
		margin-left: -2px;
	}
	#footer .foot-nav h3.main-logo{
		margin-left: 20px;
	} 
	.thumbSldrProp .bottomWrapper{
		max-height: 87px;
	}
	.thumbSldrProp .bottomWrapper, .thumbSldrRel .relatedPropWrapper {
		width: 593px;
	}
	.propPage .sldrWrap .arrowsMask{
		max-width:100%;
	}
	.ltr aside .sticky{
		right:20px;
	}
	.rtl aside .sticky{
		left:60px;
	}
	.overlayPopup{
		width: 100%;
		min-width: 1024px;
	}
	.rtl .overlayPopup{
		right: 0;
	}
	section.createBussPage #slider #commands{
		width: 96%;
		margin-left: 2%;
		margin-right: 2%;
	}
	body.mubaWeb input[type=submit]{
	   -webkit-appearance: none;
	}
	#homebannerTop {
    	display: none;
    }	
}
/* Ringing Bell */

.bell{
  -webkit-animation: ring 4s .7s ease-in-out infinite;
  -webkit-transform-origin: 50% 4px;
  -moz-animation: ring 4s .7s ease-in-out infinite;
  -moz-transform-origin: 50% 4px;
  animation: ring 4s .7s ease-in-out infinite;
  transform-origin: 50% 4px;
}

@-webkit-keyframes ring {
  0% { -webkit-transform: rotateZ(0); }
  1% { -webkit-transform: rotateZ(30deg); }
  3% { -webkit-transform: rotateZ(-28deg); }
  5% { -webkit-transform: rotateZ(34deg); }
  7% { -webkit-transform: rotateZ(-32deg); }
  9% { -webkit-transform: rotateZ(30deg); }
  11% { -webkit-transform: rotateZ(-28deg); }
  13% { -webkit-transform: rotateZ(26deg); }
  15% { -webkit-transform: rotateZ(-24deg); }
  17% { -webkit-transform: rotateZ(22deg); }
  19% { -webkit-transform: rotateZ(-20deg); }
  21% { -webkit-transform: rotateZ(18deg); }
  23% { -webkit-transform: rotateZ(-16deg); }
  25% { -webkit-transform: rotateZ(14deg); }
  27% { -webkit-transform: rotateZ(-12deg); }
  29% { -webkit-transform: rotateZ(10deg); }
  31% { -webkit-transform: rotateZ(-8deg); }
  33% { -webkit-transform: rotateZ(6deg); }
  35% { -webkit-transform: rotateZ(-4deg); }
  37% { -webkit-transform: rotateZ(2deg); }
  39% { -webkit-transform: rotateZ(-1deg); }
  41% { -webkit-transform: rotateZ(1deg); }
  43% { -webkit-transform: rotateZ(0); }
  100% { -webkit-transform: rotateZ(0); }
}

@-moz-keyframes ring {
  0% { -moz-transform: rotate(0); }
  1% { -moz-transform: rotate(30deg); }
  3% { -moz-transform: rotate(-28deg); }
  5% { -moz-transform: rotate(34deg); }
  7% { -moz-transform: rotate(-32deg); }
  9% { -moz-transform: rotate(30deg); }
  11% { -moz-transform: rotate(-28deg); }
  13% { -moz-transform: rotate(26deg); }
  15% { -moz-transform: rotate(-24deg); }
  17% { -moz-transform: rotate(22deg); }
  19% { -moz-transform: rotate(-20deg); }
  21% { -moz-transform: rotate(18deg); }
  23% { -moz-transform: rotate(-16deg); }
  25% { -moz-transform: rotate(14deg); }
  27% { -moz-transform: rotate(-12deg); }
  29% { -moz-transform: rotate(10deg); }
  31% { -moz-transform: rotate(-8deg); }
  33% { -moz-transform: rotate(6deg); }
  35% { -moz-transform: rotate(-4deg); }
  37% { -moz-transform: rotate(2deg); }
  39% { -moz-transform: rotate(-1deg); }
  41% { -moz-transform: rotate(1deg); }
  43% { -moz-transform: rotate(0); }
  100% { -moz-transform: rotate(0); }
}

@keyframes ring {
  0% { transform: rotate(0); }
  1% { transform: rotate(30deg); }
  3% { transform: rotate(-28deg); }
  5% { transform: rotate(34deg); }
  7% { transform: rotate(-32deg); }
  9% { transform: rotate(30deg); }
  11% { transform: rotate(-28deg); }
  13% { transform: rotate(26deg); }
  15% { transform: rotate(-24deg); }
  17% { transform: rotate(22deg); }
  19% { transform: rotate(-20deg); }
  21% { transform: rotate(18deg); }
  23% { transform: rotate(-16deg); }
  25% { transform: rotate(14deg); }
  27% { transform: rotate(-12deg); }
  29% { transform: rotate(10deg); }
  31% { transform: rotate(-8deg); }
  33% { transform: rotate(6deg); }
  35% { transform: rotate(-4deg); }
  37% { transform: rotate(2deg); }
  39% { transform: rotate(-1deg); }
  41% { transform: rotate(1deg); }
  43% { transform: rotate(0); }
  100% { transform: rotate(0); }
}
</pre></body></html>