.PreloaderDiv {
    background-color: #000000;
    opacity: 0.4;
    position: fixed;
    z-index: 100;
}

.imgPreloader {
    left: 50%;
    margin-left: -60px;
    margin-top: -20px;
    overflow: hidden;
    position: fixed;
    top: 50%;
    z-index: 10000;
}

.ThisDefaulterror {
    border-color: #D90000 !important;
}

.backgroundImage {
    width: 100%;
    height: 830px;
    background-image: url(../../images/BgMap2.jpg);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow: hidden;
}

.backgroundImage2 {
    width: 100%;
    height: 100vh;
    background-image: url(../../images/teamBg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow: hidden;
    /*max-height: 769px;*/
   height: 150px;
}
 


.LocationInfo {
    position: absolute;
    width: 539px;
    height: 314px;
    background-image: url(../../images/LocationInfo.png);
    background-repeat: no-repeat;
    top: 210px;
    left: 37%;
}

.CatsAddress {
    margin-right: 10px;
}

.CatsPhone {
    margin-right: 10px;
}

.CatsPhone2 {
    margin-right: 22px;
}

.CatsMail {
    position: relative;
    top: 6px;
    margin-right: 10px;
}

.CatsWebsite {
    position: relative;
    top: 4px;
    margin-right: 10px;
}

.FormsContent {
    margin-top: 50px;
    margin-bottom: 45px;
}

.FormsSection {
    margin-bottom: 45px;
}

.FormsSectionTitle {
    font-weight: bold;
    color: #802566;
    font-family: "Dense-Regular";
    font-size: 28px;
    margin-bottom: 15px;
}

.FormsFieldTitle {
    color: rgba(0,0,0,0.5);
    font-family: 'AvantGarde-CondBook';
    font-size: 14px;
    margin-bottom: 3px;
}

.FormsTextBox {
    color: rgba(0,0,0,0.5);
    border-radius: 3px;
    background-color: transparent;
    height: 32px;
    width: 100%;
    padding-left: 10px;
    font-family: 'AvantGarde-CondBook';
    border: 1px solid #666666;
}

.FormsMultiLineTextBox {
    color: rgba(0,0,0,0.5);
    border-radius: 3px;
    background-color: transparent;
    height: 100px;
    width: 100%;
    padding: 10px 0 0 10px;
    font-family: 'AvantGarde-CondBook';
    border: 1px solid #666666;
}

.EntryFormSpace {
    padding-bottom: 15px;
}

@media all and (max-width:900px) {
    .LocationInfo {
        left: 30%;
    }
}

@media all and (max-width:768px) {
    .LocationInfo {
        display: none;
    }

    .backgroundImage {
        background-image: url(../../images/BgMapTablet2.jpg);
    }
}

/* contact start*/

.ContactBackGround {
    background-color: #F1F1F1;
}

.ReachUsSection {
    max-width: 500px;
}

.ContactDesc {
    color: #000000;
    font-family: 'AvantGarde-CondBook';
    font-size: 17px;
    line-height: 22px;
    margin-bottom: 10px;
}

.BtnContact {
    border: none !important;
    margin-top: 8px !important;
    background-image: none !important;
    padding: 0 16px !important;
}

.BtnSubmitContact {
    border: none !important;
    margin-top: 8px !important;
    margin-bottom: 15px !important;
    background-image: none !important;
    padding: 0 35px !important;
}

@media all and (max-width:1200px) {
    .ReachUsSection {
        max-width: none;
    }
}

/* contact end*/

/* become a cat start*/

.BACTitle {
    margin-bottom: 6px !important;
}

.BACDesc {
    color: #000000;
    font-family: 'AvantGarde-CondBook';
    font-size: 17px;
    margin-bottom: 8px;
}


.BACDescSep {
    width: 58px;
    height: 5px;
    background-color: #222222;
}

.BACSubTitle {
    color: #802566;
    font-family: 'AvantGarde-CondBook';
    font-size: 17px;
}

.BACNormalTitle {
    font-family: 'AvantGarde-CondBook';
    font-size: 17px;
    color: #464646;
}

.BACSection {
    margin-bottom: 28px;
}

.BACSubDesc {
    font-family: 'AvantGarde-CondBook';
    font-size: 14px;
    color: #802566;
    margin-bottom: 20px;
}

.BACMultilintFieldTitle {
    height: 50px;
}

@media all and (max-width:1160px) {
    .BACMultilintFieldTitle {
        height: 60px;
    }
}

@media all and (max-width:768px) {
    .BACMultilintFieldTitle {
        height: auto;
    }
}

/* become a cat end*/
