@charset "UTF-8";
/* CSS Document */

.bg-results-container {
   background-color: #ffffff;
   border: 1px solid #ebebeb;
}

.form-checklist {
   margin-bottom: 10px !important;
}

.form-checklist i {
   font-size: 35px !important;
   margin-top: 0px !important;
   color: #e04f67 !important;
}

.form-checklist h5 {
   margin-top: 5px !important;
}

.form-checklist p {
   font-size: 16px !important;
}

.form-checklist p span {
   color: #e04f67 !important;
   font-weight: 600;
}


/* Auto Complete Box */
.autocomp {
   padding: 0px;
   border: 1px solid #ebebeb;
   border-radius: 5px;
   text-align: left !important;
   margin-top: 2px;
   z-index: 10000000;
   position: absolute;
   background-color: #ffffff;
   width: 100%;
   display: none;
   overflow: show;
}

.autocomp a {
   padding: 10px;
   font-size: 14px !important;
   color: #333333;
   width: 100%;
   display: block;
   border-bottom: 1px solid #ebebeb;
}

.autocomp a:hover {
   background-color: #e14d67;
   color: #ffffff;
}

.autocomp .name {
   font-weight: 700;
}

.autocomp .location {
   font-size: 12px !important;
   margin-left: 20px;
}

#preloader {
   padding: 30px;
}


.country-list ul {
   padding-left: 0;
   list-style-type: none;
}

.country-list ul li a {
   color: #337ab7;
}

#search-title {
   margin-bottom: 20px !important;
}

#search-title h1 {
   color: #ffffff !important;
}


/* For Lander Pages
-------------------------------------------------------- */
.lander_title {
   text-align: center;
   font-size: 16px;
   margin-bottom: 30px;
}

.lander_title h2 {
   text-transform: uppercase;
   font-weight: 700;
   letter-spacing: -1px;
   font-size: 30px;
   margin-bottom: 15;
   margin-top: 0;
}

.lander_title p {
   font-weight: 400;
   font-size: 14px;
   color: #555;
}