#LoaderProfilePhoto{
    padding: 100px 0;
    text-align: center;
}
.watermark22{
 font-size: 1em;
 letter-spacing: 1px;
 color: green;
 text-transform: uppercase;
 position: absolute;
 left: 0;
 right: 0;
 bottom: 120px;
}
.watermark{
    position: absolute;
    margin-bottom: 42px;
    margin-left: 10px;
    color: green;
    letter-spacing: 0;
    bottom: 0;
    text-align: center;
}
#btnView{
    border-radius: 0;
    margin-top: 5px;
    letter-spacing: 1px;
    text-transform:uppercase;
    font-size: 1em;
}
.BtnUserProfile{
    cursor: pointer;
    padding: 2% 0 0 0;
    list-style: none;
}
.BtnUserProfile img{
    /*width: 200px;*/
}
.BtnUserProfile h3{
    font-size: 1em;
    margin: 2% 0 6% 0;
    /*text-align: center;*/
}
.BtnUserProfile h5{
    /*margin: 0 20px;*/
    margin: -4px 0 45px -7px;
    background: #d9534f;
    padding: 13px;
    color: #fff;
    font-size: 1.1em;
    text-transform: uppercase;
}
.BtnUserProfile h3 span{
    margin: 0 20px;
}
.BtnUserProfile h4 {
    font-size: 1em;
    /*margin: 2% 0px;*/
    text-align: center;
}
#Search{
    background: url(../images/SearchBg.jpg);
    background-position: center;
    background-size: cover;
    margin-top: -1.5%;
}
#SearchInPartner{
    display: none;
}
#ViewSearchPro{
    display: none;
}

#Loader{
    padding: 150px;
    display: none;
}
#Loader svg{
    margin-left: 45%;
    opacity: 0.5;
}

#NewSearchProfiles{
    background: #fff;
    box-shadow: 0 0 2px #222;
    margin-bottom: 3%;
    border-radius: 5px;
    padding: 2% 2%;
}
#itemContainer li h3{
    /*font-size: 1.5em;*/
    /*text-align: center;*/
}
#NewSearchProfiles h2{
    font-size: 1.8em;
    margin: 0 0 8% 0;
}

.QuickSearch h3{
    color: #E4BB07;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-top: 3%;
    font-family: ralewaylight;
}
.SearchBtId a{
    color: #025184;
    outline: none;    
}
#btnProSerch{
    background: #4fc3f7;
    color: #fff;
    border: none;
    border-radius: 0;
}
#btnProSerch a{
    color: #fff;
    text-decoration: none;
}
hr{
    border-bottom: 2px dotted #DDD5D5;
}


#ProfileSearching{
    background: #fff;
    margin-top: 0%;
    margin-bottom: 22%;
    border-radius: 5px;
    box-shadow: 0 0 5px #333; 
}
#ProfileSearching h1{
    font-size: 1.5em;
    background: #f44336;
    padding: 10px;
    color: #fff;
    text-align: center;    
}
.FrmProfileSearching{
    padding: 5% 5%;
}
#btnSearchProfile{
    background: #4fc3f7;
    color: #fff;
    border: none;
    border-radius: 0;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}