p,label,h1,h2,h3,h4,h5,h6,input,select{
    font-family: 'Roboto', sans-serif;
}

select#category {
    width: 30%!important;
    border: 1px solid #b7b7b7!important;
    height: 50px;
    margin-top: -3px;
    font-weight: 600;
}
form#member-search {
    margin: 20px auto;
}


#member-search input {
    width: calc(70% - 20px);
    height: 50px;
    padding: 5px 100px 5px 10px;
    box-sizing: border-box;
    border: 1px solid #b7b7b7;
    margin-left: 15px;
    font-size: 1em;
    color: #666!important;
    font-weight: 600;

}

#member-search input:focus {
    outline: none;
}

div#member-list > .uk-card {
    margin-left: 0;
}

ul.uk-pagination li.page-item button {
    background: transparent;
    border: none;
    font-size: 1em;
    margin-top: 5px;
    font-weight: 600;
    cursor: pointer;
}

ul.uk-pagination li.page-item button.current-page {
    color: #03A9F4;
}


ul.uk-pagination li.page-item button:focus {
    outline: none;
}

ul.parsley-errors-list {
    list-style: none;
    padding-left: 0;
    margin-top: 5px;
}

ul.parsley-errors-list li {
    color: #ff1503;
}

input.parsley-error {
    border-color: #f00;
}


.uk-form-custom > input {
    background: #d8d8d8!Important;
    width: 100%;
    height: 60px!important;
    cursor: pointer!Important;
}


#member-form span.select2 {
    width: 100%!important;
}
#member-form .select2-selection {
    height: 40px!Important;
    border-radius: 0;
}
#member-form .select2-selection__rendered li.select2-search.select2-search--inline {
    line-height: 40px!important;
}


#member-form span.select2-selection__arrow {
    height: 40px!important;
}

div#home {
    background-color: #fff;
}

img.user-avatar {
    width: 180px;
    height: 180px;
    margin-top: 20px;
}

h3.uk-card-title {
    color: #4085a9!important;
    font-weight: 600;
    font-size: 2em;
    margin-bottom: 5px;
}

.intro-desc {
    color: #8a8a8a;
    line-height: 1.3em;
    font-family: 'Roboto', sans-serif;
}

.uk-card-body p span {
    color: #8db5ca;
    font-weight: 600;
}

.uk-card-body p {
    margin: 5px 0;
}

.uk-card-body {
    padding: 30px;
}
.profile-links a {
    color: #4085a9;
    font-weight: 600;
    border-bottom: 1px solid;
}

span.vertical-seperator {
    padding:0 10px 0 5px;
}

span.vertical-seperator:before {
    background: #8db5ca;
    width: 2px;
    position: absolute;
    content: "...";
    color: transparent;
}

footer {
    background-color: #8db5ca;
    padding: 10px 0;
}

footer p {
    margin: 0;
    color: #fff;
}
footer p a{
    color: #404040;
    font-weight: 600;
    text-decoration: underline;
}

.pagination-wrapper{
   margin-top: 70px;
   margin-bottom: 20px;
}

#member-list ul.uk-pagination {
    margin: 0!important;
}


.wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.text {
    color: #4085a9;
    display: inline-block;
    margin-left: 5px;
    font-size: 2em;
}

.searching-loader {
    height: 300px;
}

.bounceball {
    position: relative;
    display: inline-block;
    height: 37px;
    width: 15px;
}
.bounceball:before {
    position: absolute;
    content: '';
    display: block;
    top: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #4085a9;
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: bounce 500ms alternate infinite ease;
    animation: bounce 500ms alternate infinite ease;
}

@-webkit-keyframes bounce {
    0% {
        top: 30px;
        height: 5px;
        border-radius: 60px 60px 20px 20px;
        -webkit-transform: scaleX(2);
        transform: scaleX(2);
    }
    35% {
        height: 15px;
        border-radius: 50%;
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
    100% {
        top: 0;
    }
}

@keyframes bounce {
    0% {
        top: 30px;
        height: 5px;
        border-radius: 60px 60px 20px 20px;
        -webkit-transform: scaleX(2);
        transform: scaleX(2);
    }
    35% {
        height: 15px;
        border-radius: 50%;
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
    100% {
        top: 0;
    }
}


.user-email a{
    text-decoration: underline;
}


#member-list .uk-card {
    margin-top: 20px!Important;
}

.uk-form-label {
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    color: #8dc245;
    font-size: 1.2em;
}

.uk-form-label span{
   color:   #f00;
}

#registration .uk-form-custom {
    width: 300px;
}

form#member-form {
    padding-bottom: 50px;
}

#member-form button.uk-button {
    background: #4085a9;
    color: #fff;
}

.diizz-banner > div {
    text-align: center;
}

.diizz-banner img {
    height: 80%;
    border-radius: 5px;
}


.user-avatar-wrapper {
    height: 180px;
    background-size: cover;
    /*background-position: center;*/
    margin-top: 20px;
    border-radius: 50%;
    width:180px;
}
.important-notice{
    color:#f00;
    font-weight: 600;
}

.more-details {
    color: #8dc345;
    text-decoration: underline;
}
.logo-wrapper {
    border: 1px solid #cacaca;
    padding: 10px 15px;
    transition: box-shadow 0.3s;
}

.logo-wrapper:hover {
   cursor: pointer;
   box-shadow: 3px 5px 5px 0px #cecece;
}

h3.disclaimer-title {
    font-size: 12px;
    font-weight: 900;
    color: #666;
    margin-bottom: 0;
}

p.disclaimer-text {
    font-size: 12px;
    margin: 0;
}
.logo-thumbnail{
        border: 1px solid #dadada;
}
.logo_count h1{
   font-size: 26px;
    color: #8dc345;
    font-weight: 600;
    margin-top: 10px;
}
.logo-download{
    display: flex;
}
.logo-download p{
font-size: 12px;
    color: #8dc345;
    margin-top: 10px;
    margin-left: 10px;
}

@media(max-width: 959px){
    .user-avatar-wrapper{
        width: 200px;
        height: 200px;
    }
}