body{
    font-size: 0.90rem !important;
}

.cell{
    display:none !important;
}

.showhover{
    
}

.letterspacing{
    letter-spacing: 1px;
}

.light{
    font-weight: 200;
}

footer .nav-link {
    display: block;
    padding: 0.25rem 1rem;

}

.slideitem{
    background-position:right top; 
    background-size:100% auto; 
    
}

.slideitem .margin-top-large{
    margin-top: 0px;
    margin-bottom: 0px !important;
}

.whyus .align-right, .whyus .align-left{
    text-align:center !important;
}

/*
ol{
    
  counter-reset: my-awesome-counter;
}

ol li::before {
  content: counter(my-awesome-counter) ". ";
  font-weight: bold;
  color:#fff;
  position: absolute;
  width:40px;
  height:40px;
  font-size: 25px;
  padding:5px;
  top: 3px;
  left: -50px;
  line-height: 120%;
  background: #FF0F80;
  border-radius: 50%;
  text-align: center;
}

ol li {
    counter-increment: my-awesome-counter;
    position:relative;
    display: block;
    line-height: 300%;
}*/

.heading{
    -webkit-font-smoothing: antialiased;
    font-weight: 600;
    font-size: 1.8em;    
    line-height: 1.5;
}

.heading::before{
    -webkit-font-smoothing: antialiased;
    content: '';
    height: 7px;
    width: 50px;
    border-radius: 5px;
    margin-bottom: 10px;
    display: block;
    background: #ccc;
}

.heading2{
    -webkit-font-smoothing: antialiased;
    font-weight: 600;
    font-size: 1.8em;    
    line-height: 1.5;
}

.heading2::before{
    -webkit-font-smoothing: antialiased;
    content: '';
    height: 7px;
    width: 50px;
    border-radius: 5px;
    margin: 0 auto;
    margin-bottom: 10px;
    display: block;
    background: #ccc;
}

.bghome{
    background-image:url('/img/bg-registration.png');
    background-position:right bottom;
    background-repeat:no-repeat;
}

.btnspace{
    text-align: right;
}

.createpagelink{
    padding:0 2px;
    border:1px solid #fff;
}

.newslinks .selected{
    border-bottom: 4px solid #dee2e6;
    border-top: 1px solid #dee2e6;
    border-left: 0 solid #dee2e6;
    font-weight: 600 !important;
    margin-right: -16px;
}

.newslinks a{
    font-size: 90%;
    margin-right: -15px;
    margin-left: -15px;
    padding:5px 14px 5px 14px}

.newslinks .selected .greyd{
    color:#4A4843;
}

.createpagelink:hover{
    border:1px solid #efefef;
    text-decoration: none;
}

.no-padding-margin{
    padding:0 !important;
    margin:0 !important;
}

footer .allspacemenmovile{
    text-align:center;
}

.fb {
    background: #3B5998;
    text-transform: lowercase;
    text-shadow: none;
}

footer link.active{
    color:#fff !important;
}

.supertitle{
    font-size:240%;
}
.pagination li a{
    padding:5px 15px;
    color:#fff;
    border-radius:5px;
}

.pagination li.disabled{
    opacity:.5;
}

.pagination li.active a{
    border:1px solid #ccc;
}

.pagination li{
    margin-right:5px;
}

.updateble:hover, .updatebleuser:hover{
    border-bottom:2px dashed #ccc;
    cursor: pointer;
}

p, label{
    line-height: 1.25;
}
.width60{
    width: 60%;
}

.hidden{
    display:none;
}
.greyfade{
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.grab{
    cursor: grab;
}

.shadow{
    
    box-shadow: 0px 10px 20px rgba(0,0,0,.2);
}

.shadow2{
    box-shadow: 0 -10px 30px rgba(0,0,0,.1);
}

.bgwhitetransparent2{
    background-color:rgba(255,255,255,.85);
}

.leftslide{
    left:50px;
}

.rightslide{
    right:50px;
}

.gardient{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+61 */
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 61%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 61%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 61%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

.padding-horizontal-small{
    padding-left:15px;
    padding-right:15px;
}

.pointer{
    cursor: pointer;
}
.itemmag:nth-child(even){
    background-color:#f4f4f4;
    border:1px solid #f4f4f4;
}

.itemmag:nth-child(even) .bggrey{
    background-color:#fff;
}

.itemmag:nth-child(odd){
    background-color:#fff;
    border:1px solid #f4f4f4;
}

/* The ribbons */

.corner-ribbon{
  width: 200px;
  background: #e43;
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  color: #fff;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

/* Custom styles */

.corner-ribbon.sticky{
  position: fixed;
}

.corner-ribbon.shadow{
  box-shadow: 0 0 3px rgba(0,0,0,.3);
}

/* Different positions */

.corner-ribbon.top-left{
  top: 25px;
  left: -50px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.corner-ribbon.top-right{
  top: 25px;
  right: -50px;
  left: auto;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.circle{
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}



.greyfade:hover{
    -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
}

.parkinglevel{
    background-image:url(/img/parkingspace.png);
    background-position: bottom left;
    background-repeat: repeat-x;
    background-color:#fff;
}

.sublevel{
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    background-color: #efefef;
}

.sublevel::before{
    background: 
    linear-gradient(-45deg, transparent 16px, #fff 0), 
					linear-gradient(45deg, transparent 16px, #fff  0);
    background-position: left top;
    background-repeat: repeat-x;
    background-size: 22px 32px;
    content: "";
    display: block;
    height: 32px;
    width: 100%;
    position: absolute;
    top: 0;
    left:0;
}

.commonarea{
    background-image:url(/img/commonarea.png);
    background-position: bottom left;
    background-repeat: repeat-x;
    background-color:#fff;
}
.commonarea div.row{
    min-height: 130px;
}

.parkinglevel div.row{
    min-height: 75px;
}

.width40{
    width: 40%;
}

.width40px{
    width: 40px;
}

.logospace img{
    max-width: 100%;
    margin:0 auto;
}
        
img{
    max-width: 100%;
}
.sidebar, .sidebar a{
    color:#999;
    font-size:14px;
}

.vertical-align{
    top:50%;
}

.bgwhitetransparency{
    background-color:rgba(255,255,255,.5);
}

.uppercase{
    text-transform: uppercase;
}
.width20px{
    width:20px;
}

.leftbuttonround{
    -webkit-border-radius: 5px;
    -webkit-border-top-right-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -moz-border-radius: 5px;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-bottomright: 0px;
    border-radius: 5px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    
;}

.rightbuttonround{
    -webkit-border-radius: 0px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius: 0px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-radius: 0px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.align-center{
    text-align:center;
}

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

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

.justified, .justify{
    text-align:justify;
}
.padding{
    padding:25px;
}

.padding-top{
    padding-top:25px;
}

.padding-small{
    padding:15px;
}

.padding-xsmall{
    padding:5px 15px;
}


.padding-large{
    padding:65px;
}

.padding-vertical-large{
    padding-top:65px;
    padding-bottom:65px;
}

.padding-vertical-xlarge{
    padding-top:125px;
    padding-bottom:125px;}

.z-index101{
    z-index: 101;
}

.z-index102{
    z-index: 102;
}

.z-index100{
    z-index: 100;
}

.z-index99{
    z-index: 99;
}

.z-index9999{
    z-index: 9999;
}

.margin{
    margin:25px;
}

.margin-small{
    margin:15px;
}

.margin0auto{
    margin:0 auto;
}

.margin-vertical-small{
    margin-top:15px;
    margin-bottom:15px;
}

.margin-vertical{
    margin-top:25px;
    margin-bottom:25px;
}

.margin-right-small{
    margin-right: 10px;
}

.margin-bottom{
    margin-bottom: 25px;
}

.margin-bottom-large{
    margin-bottom: 75px;
}

.margin-bottom-small{
    margin-bottom: 15px;
}

.margin-bottom-xsmall{
    margin-bottom: 5px;
}

.no-margin{
    margin: 0;
}

.min-height-100vh{
    min-height:100vh;
}

.height100vh{
   height:100vh; 
}

.height80vh{
   height:80vh; 
}

.height70vh{
   height:70vh; 
}

.height60vh{
   height:60vh; 
}

.height100{
    height:100px;
}

.height80{
    height:80px;
}

.height50{
    height:50px;
}

.height40px{
    height:40px;
}


.height250{
    height:250px;
}

.height150{
    height:150px;
}

.height160{
    height:160px;
}

.height170{
    height:170px;
}

.height350{
    height:350px;
}

.height285{
    height:284px;
}

.height315px{
    height:315px;
}

.height550{
    height:550px;
}

.height264{
    height:264px;
}

.height35vh{
   height:35vh; 
}

.height45vh{
   height:45vh; 
}

.height40vh{
   height:40vh; 
}

.padding-vertical{
    padding-top:25px;
    padding-bottom:25px;
}

.padding-vertical-small{
    padding-top:15px;
    padding-bottom:15px;
}

.padding-horizontal{
    padding-left:25px;
    padding-right:25px;
}

.border-right{
    border-right:1px solid #ccc;
}
.border-left{
    border-left:1px solid #ccc;
}

.white, .white a{
    color:#fff !important;
}

.itemmessage{
    color:#999;
}

.itemmessage:hover{
    background:#efefef;
}

.black{
    color:#000 !important;
}

.yellow{
    color:#e0ab5f;
}

.grey{
    color:#888 !important;
}

.lightgrey{
    color:#ccc !important;
}

.green{
    color:#28a745;
} 

.border{
    border:1px solid #ccc;
}

.no-border{
    border:none !important;
}

.overflowhidden{
    overflow: hidden;
}

.block{
    display:block;
}

.inline-block{
    display:inline-block;
}

.width30px{
    width:30px;
}

.width150{
    width:150px;
}

.width200{
    width:200px;
}

.height30px{
    height:30px;
}

.height200{
    height:200px;
}

.height350px{
    height:350px;
}

.height325px{
    height:325px;
}

.width50px{
    width:50px;
}

.height50px{
    height:50px;
}

.width77px{
    width:77px;
}

.height77px{
    height:77px;
}

.width100{
    width:100%;
}

.height80vh{
    height:80vh;
}

.height85vh{
    height:85vh;
}

.overlay{
    background-color:rgba(51,51,51,.5);
}

.bgimg{
    background-size:140% auto;
    background-position: center;
    background-repeat: no-repeat;
}

.bgimgh{
    background-size:100% auto;
    background-position: center;
    background-repeat: no-repeat;
}

.bgimgv{
    background-size:auto 120%;
    background-position: center;
    background-repeat: no-repeat;
}

.bgimgvertical{
    background-size:auto 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.relative{
    position:relative;
}

.bottom{
    bottom:0;
}

.bot{
    bottom:0px;
}

.absolute{
    position:absolute !important;
}

.fixed{
    position:fixed;
}

.select2-container{
    width: 100% !important;
    font-size: 1.15rem !important;
    line-height: 1.5 !important;
}

.select2-container .select2-selection {
    padding:9px !important;
    border:1px solid #ced4da !important;
    height:auto !important;
}

.select2-container--default .select2-selection .select2-selection__arrow {
    height: 100% !important;
}

.logogrey{
     -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}
.font-size-90{
    font-size:90%;
}

.font-size-80{
    font-size:80%;
}

.light{
    font-weight: 300;
}

.regular{
    font-weight: 400;
}

.medium{
    font-weight: 500;
}

.bold{
    font-weight: 700;
}

.bggrey{
    background:#F3F3F4;
}

.bggreylight{
    background:#fafafa;
}


.no-margin-padding{
    margin: 0;
    padding: 0;
}

.round{
    -webkit-border-radius: 7px;
    border-radius: 7px;
}

.round-top{
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.round-bottom{
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.bgwhite{
    background-color:#fff;
}

.header{
    margin-bottom: -7px;
}

.margin-top-small{
    margin-top:10px;
}

.margin-top{
    margin-top:25px;
}

.margin-top-large{
    margin-top:120px;
}

.margin-top-medium{
    margin-top:80px;
}

.margin-left-small{
    margin-left:10px;
}

.bggardient{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.74+0,0+79 */
background: -moz-linear-gradient(top, rgba(0,0,0,0.74) 0%, rgba(0,0,0,0) 79%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(0,0,0,0.74) 0%,rgba(0,0,0,0) 79%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(0,0,0,0.74) 0%,rgba(0,0,0,0) 79%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bd000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}

.textshadow{
    text-shadow:1px 1px 1px #000;
}

.margin-top{
    margin-top:40px;
}

.right{
    right: 0;
}

.left{
    left: 0;
}

.top{
    top: 0;
}

.margin-bottom{
    margin-bottom:40px;
}

.margin-bottom-medium{
    margin-bottom:80px;
}

.line-bottom {
    height: 40px;
    margin-top: 27px;
    position: relative;
}

.line-bottom:before {
    top: 100%;
    width: 5px;
    height: 5px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    -o-opacity: .5;
    opacity: .5;
    border-radius: 50%;
    content: '';
    top: 0;
    margin: auto auto auto -2px;
    background: #ccc;
    filter: alpha(opacity=50);
    -webkit-opacity: .5;
    -moz-opacity: .5;
    -ms-opacity: .5;
    display: inline-block;
    position: absolute;
    -khtml-opacity: .5;
}

.line-bottom:after {
    clear: both;
    content: " ";
    width: 1px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    -o-opacity: .5;
    opacity: .5;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #ccc;
    filter: alpha(opacity=50);
    -webkit-opacity: .5;
    -moz-opacity: .5;
    -ms-opacity: .5;
    display: inline-block;
    position: absolute;
    -khtml-opacity: .5;
}

.bgblack{
    background-color:rgba(0,0,0,.3);
}

.itemfaq:even{
    background-color:#efefef;
}

.pac-container{
    z-index:1051 !important; 
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu a::after {
  transform: rotate(-90deg);
  position: absolute;
  right: 6px;
  top: .8em;
}

.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-left: .1rem;
  margin-right: .1rem;
}

.mainnav1{
    background-color:#fff;
}

.sloganspace{
        padding-left:45px !important;
    }
    
.logocontainercompany{
    margin-top: -100px;
}

.inboxbtn{
        margin-top: 5px;
    }
    
.rightside{
    padding: 14px 0 0 0;
}
    
@media (max-width: 1125px) {
    .rightside{
        padding: 17px 0 0 0;
    }
    
    .allfilters{
        display:none;
    }
    .cell{
        display:block !important;
    }
    
    .inline-block.cell {
        display: inline-block !important;
    }
    
    .rightsidehead{
        position:static;
    }

    .pc{
        display:none;
    }
       
    .header .align-right{
        text-align:right !important;
    }
    
    
    .mainmenu .padding-small{
        padding:5px 10px !important;
    }
    
    .logospace{
        text-align: left;
    }
    
    .navigationcell1, .navigationcell4{
        right:0 !important;
        left:auto;
    }
    
    .navigationcell1 li a{
        border-top:1px solid #f4f4f4;
        border-bottom:1px solid #efefef;
        -webkit-border-radius: 0px !important;
        -moz-border-radius: 0px !important;
        border-radius: 0px !important;
    }
    
    
    .navigationcell1{
        top: 63px;
        text-align: left;
    }
        
    .navigationcell1 .bordercolor1 {
        border:none;
    }
    
    
    .navigationcell1 .color1 {
        color:#4A4843 !important;
    }
    
    .navigationcell4{
        bottom: 36px;
    }
    
    .toggleUpmenu{
        margin:0;
        display:block;
    }
  
}

@media (max-width: 990px) {
    
    .logospacecompany{
        text-align: center;
    }
    
    .showfilters{
        margin-top: 0px;
    }
    
    .inboxbtn{
        margin-top: 0px;
    }
    .logocontainercompany{
        margin-top: -330px;
    }
    
    .bgimgspacecompany .height40vh{
        height:45vh;
    }
    
    .logospacecompany .logospace{
        margin:25px auto;
    }
    
    .sloganspace{
        text-align: center;
        margin:0 -15px;
    }
    
    .logospacecompany .logospace{
        width:180px;
        height:180px;
    }
    
    .sloganspace h3{
        font-size:135%;
    }
    .slideitem{
        background-position:right top; 
        background-size:auto 100%; 

    }
    .footer1 .social{
        text-align: center;
    }
    
    footet .allspacemenmovile .nav.align-right{
        text-align:center !important;
    }
    
    .sloganspace{
        padding-left:0 !important;
    }
    
    
    .bghome{
        background-position:left bottom;
    }
}
@media (max-width: 625px) {
    .bgimgh.bgspace{
        background-size:100% auto !important;
    }
    .ipad{
        display:none;
    }
    .btnblockcell{
        display: block;
        float:none !important;
        margin-top:10px;
    }
    
    .btnspace{
        text-align: left;
    }

    .height70vh{
        height:36vh;
    }
    
    .supertitle{
        font-size: 160%;
    }

    .bgimgh{
        background-size:auto 190% !important;
        background-position: left;
    }
       
    .sidemenu .bgimgh {
        background-size: 100% auto !important;
    }
    
    .bgimg{
        background-size:auto 150% !important;
    }
    
    .mainmenu{
        margin-top:-10px !important; 
        margin-bottom:20px !important;  
    }
    
    .content .width40{
        width: 100% !important;
    }
    
    .allfilters input{
        margin-bottom:15px;
    }
    
    .btnfliter{
        margin-left:0 !important;
    }
    
    .showfilters{
        padding:1px 10px !important;
    }
    
    .btnmenu1{
        padding:2px 6px;
    }
    
    .rightside{
        padding: 14px 0 0 0;
    }
    
    .allspacemenmovile .nav-link, .allspacemenmovile .dropdown-item{
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    
}