﻿body {
    background: none;
}

html {
    background-color: #fff;
    background-image: url(/assets/images/e185/bg.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}

.item h2 {
    margin-top: 10px;
    font-size: 22px;
    font-weight: bold;
}

.item .description {
    color: #686868;
    font-size: 14px;
}

.item {
    cursor: pointer;
    -webkit-box-shadow: -6px 0px 14px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: -6px 0px 14px 0px rgba(0,0,0,0.75);
    box-shadow: -6px 0px 14px 0px rgba(0,0,0,0.25);
}

.text {
    padding: 20px;
}

.main-item {
    box-shadow: 0px 0px 0px rgba(0,0,0,0.0);
    z-index: 2;
    -webkit-transition: all 100ms ease-out;
    -webkit-transform: scale(1.0);
    -ms-transition: all 100ms ease-out;
    -ms-transform: scale(1.0);
    -moz-transition: all 100ms ease-out;
    -moz-transform: scale(1.0);
    transition: all 100ms ease-out;
    transform: scale(1.0);
}

    .main-item:hover {
        box-shadow: 0px 0px 50px rgba(0,0,0,0.45);
        z-index: 3;
        -webkit-transition: all 200ms ease-in;
        -webkit-transform: scale(1.2);
        -ms-transition: all 200ms ease-in;
        -ms-transform: scale(1.2);
        -moz-transition: all 200ms ease-in;
        -moz-transform: scale(1.5);
        transition: all 200ms ease-in;
        transform: scale(1.2);
    }

.user-container #username {
    color: #333;
}

.search-item {
    color: #333;
}

    .search-item h3 {
        color: #476c85;
        font-size: 26px;
        margin: 0px;
    }

    .search-item .description {
        color: #333;
    }

    .search-item .link-item {
        text-decoration: none;
    }

.uk-button-default {
    border: 1px solid #737373;
}

.easy-autocomplete-container {
    z-index: 99;
}

.main-item img {
    width: 100%;
}
