/* STRUCTURE */
*, section .noMarg {
    margin: 0;
    padding: 0;
    text-decoration: none;
}
.underline {
	text-decoration: underline;
}
.justify {
	text-align: justify;
}

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

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

.col-1 {
    width: 8.33%;
}

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

.col-2 {
    width: 16.66%;
}

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

.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-5 {
	width: 41.66%;
}

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

.col-6 {
  	width: 50%;
}

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

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

.col-7 {
	width: 58.33%;
}

.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_5 {
    width: 79.16%;
}

.col-10 {
    width: 83.33%;
}

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

.col-11 {
    width: 91.66%;
}

.col-12 {
    width: 100%;
}

.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 {
	color: #ff0000;
}

.white {
	color: #fff; 
}

/* 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: #df591e;
    border: none;
    border-radius: 5px;
    text-align: center;
    border: none;
    text-transform: none;
    cursor: pointer;
    font-weight: 600;
    font-family: 'Montserrat', 'Arial', 'sans-serif';
}

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

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

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

.btnFlatBig {
    background-color: #df591e;
    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: 180px;
    padding: 6px 13px;
    font-size: 15px;
    font-weight: 700;
    margin: 10px 0;
}

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

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

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

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

.lowercase {
	text-transform: lowercase;
}

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

.blueText {
    color: #00afca;
}

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 {
	border-radius: 5px;
	background-color: #f1d8d8;
}

.textError {
	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;
    border: 1px solid #a0c9aa;
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border: 1px solid #d09fa3;
}

.alert-warning {
    color: #856404;
    background-color: #fff3cc;
    border: 1px solid #edcf73;
}

/* OTHERS */
.inBlock {
    display: inline-block;
}

.disBlock {
    display: block;
}

.disGrid{
    display: grid;
}

.disTable{
    display: table;
}

.disInFlex {
	display: inline-flex;
}

.disContent{
	display: contents;
}

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

.cPointer {
  cursor: pointer;
}

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

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

.clearB {
    clear: both;
}

.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;
}

.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%;
    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: 2;
  font-size: 13px;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}
/* FONTS */

@font-face {
    font-family: 'Montserrat-Bold';
    src: url('https://www.mubawab-media.com/assets/desktop/fonts/montserrat/Montserrat-Bold.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat-SemiBold';
    src: url('https://www.mubawab-media.com/assets/desktop/fonts/montserrat/Montserrat-SemiBold.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('https://www.mubawab-media.com/assets/desktop/fonts/montserrat/Montserrat-Medium.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

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

body, html {
    background-color: #fff;
    color: #333;
    font-family: Arial, Helvetica, sans-serif;
    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, #rowPop label.cfgInput,
body input[type="text"], body textarea, #rowPopCredit label.cfgInput,
body input[type="password"] {
    padding: 3px 8px;
    box-sizing: border-box;
    margin: 0 0 8px;
    line-height: 1.5em;
    min-width: 180px;
    border-radius: 5px;
    border: solid 1px #d4d4d4;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    background-color: #fff;
}

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

.mainContnr {
    margin-top: 50px;
}

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

.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;
}

.margTop {
    margin-top: 20px;
}

.sMargTop {
    margin-top: 7px;
}

.sMargBot {
    margin-bottom: 7px;
}

.greyBlock {
    background-color: #eff0f1;
    border-top: solid 1px #d4d4d4;
    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,
#favouritesPopup .whiteBg {
	background-color: #fff;
}

.darkgreyBg{
    background-color: #bbbbbb;
}

.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 .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;
}

.underline {
    text-decoration: underline;
}

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

.fSize11 {
    font-size: 11px;
}

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

.fSize14 {
    font-size: 14px;
}

.fSize16 {
    font-size: 16px;
}

.fSize17 {
    font-size: 17px;
}

.fSize18 {
    font-size: 18px;
}

.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);
}

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

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

.errorBox {
    height: 20px;
    line-height: 1.5em;
}
/* HEADER */

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

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

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 16px;
    font-size: 14px;
    font-family: 'Montserrat-SemiBold', 'Arial', 'sans-serif';
}

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

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

.userNameHeader {
	padding: 0 3px;
}

.tagline {
	font-family: Arial, Helvetica, sans-serif;
    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: 1;
  background-color: #00afca;
  min-width: 120px;
  border-radius: 0 0 5px 5px;
  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;
}

/*** STAY AT HOME ***/

.noteHeader{
	background-color: #0084bc;
	color: #fff;
	margin: 0;
	padding: 3px 0;
}

.noteHeader p{
	margin: 0;
	font-size: 13px;
	font-weight: 500;
	font-family: Arial, Helvetica, sans-serif;
}

.noteHeader i{
	color: #8cc8e1;
}

/* 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;
}

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

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

.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 {
	float: right;
	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;
}

.prixParjour {
    font-style: normal;
    font-size: 15px;
    color: #00afca;
    font-weight: 500;
}

.greyIcon {
    color: #858585;
}

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

.greenIcon {
    color: #3c0;
}

.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: #df591e;
}

/* CMS */

.breadBlock .cmsCTA{
  text-transform: inherit;
  margin: 0;
  padding: 4px 13px;
  font-size: 12.9px;
}

.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: #0a829e;
    text-transform: none;
    margin-top: 0px;
    margin-right: 8px;
}

.catNav .btnFlatSmall:hover {
    background-color: #00afca;
}

.catNav .btnFlatSmall.active {
    background-color: #104a7a;
}

/* 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;
}

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

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

.relatWrap {
    overflow: hidden;
    margin: 5px 7px 8px 7px;
    width: 168px;
	height: 130px;
    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;
}

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

.relatImg {
   	max-width: 168px;
  	max-height: 130px;
}

#relatedPropsPopup .relatImg {
    max-height: 95px;
}

#relatedPropsPopup .relatImgLink {
   display: inline;
}

.relBlockProp .relatWrap {
    height: 95px;
    max-width: 124px;
}

.relPromoBlockProp .relatWrap {
    height: 95px;
    max-width: 115px;
}

.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 .tagline {
    color: #fff;
}

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

.foot-nav {
    width: 1020px;
    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 > i {
    color: #fff;
}

.logoNeg{
    margin-left: -26px;
    margin-bottom: -10px;
}

.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;
    border: solid 1px #d4d4d4;
    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 > i {
    font-size: 13px;
    color: #888;
    cursor: pointer;
    transition: all .3s ease-in-out;
    line-height: 20px;
    margin-left: 5px;
}

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

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

.dropdown:hover {
    border: solid 1px #d4d4d4;
}

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

.dropdown.active:hover, .dropdown.active {
    border: solid 1px #d4d4d4;
    background-color: #f8f8f8;
}

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

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

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

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

.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/desktop/layout/sprite-2019.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: 100;
}
#homehabillageright {
    width: 150px;
    height: 900px;
    position: absolute;
    right: 0;
    z-index: 100;
}

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

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

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

/* Boxes */
#boxes {display: none;}

form[name="leadForm"] input[type="text"] {
	background: #fff;
}
