#header {
    height: 400px;
    background: url("../img/header-bg-find.jpg") no-repeat scroll center center transparent;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#header p {
    margin-top: 15px;
}

#photographer-list div.sel {
    position: relative;
    margin: 0 auto;
    height: 50px;
}

#photographer-list div.sel a.selected span.i {
    -moz-box-shadow: inset 1px 1px 6px 2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 1px 1px 6px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 1px 1px 6px 2px rgba(0, 0, 0, 0.1);
    background: url("../img/arrow-sel2.png") no-repeat 93% 50% transparent;
}

#photographer-list div.sel,
#photographer-list div.sel div.drop {
    width: 250px;
}

#photographer-list div.sel div.drop {
    position: absolute;
    left: 0;
    top: 56px;
    display: none;
    background: #efefef;
    z-index: 1001;
    opacity: 0;
    -moz-box-shadow: 1px 2px 6px 2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 1px 2px 6px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 2px 6px 2px rgba(0, 0, 0, 0.1);
}

#photographer-list div.sel.open div.drop {
    display: block;
}

#photographer-list div.sel.open a.selected span.i {
    background: url("../img/arrow-sel2.png") no-repeat 93% 50% #f6f6f6;
}

#photographer-list div.sel a {
    overflow: hidden;
    display: block;
    height: 50px;
}

#photographer-list div.sel a span.i {
    display: block;
    text-align: center;
    font-size: 18px;
    color: #757575;
    padding: 17px 15px 13px 15px;
}

#photographer-list div.sel a + a {
    border-top: 1px solid #d5d5d5;
}

#photographer-list div.sel a.selected:hover span.i {
    background: url("../img/arrow-sel2.png") no-repeat 93% 50% #f6f6f6;
}
#photographer-list div.sel a:hover span.i {
    background: #f6f6f6;
}

#photographer-list div.sel a span.i,
#photographer-list div.sel div.drop {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#photographer-list {
    margin-top: 60px;
    margin-bottom: 75px;
}

#photographer-list div.filter {
    text-align: center;
    margin-bottom: 45px;
}

#photographer-list div.filter label {
    display: block;
    margin-bottom: 7px;
    font-size: 11px;
    color: #757575;
}

#photographer-list ul {
    position: relative;
    overflow: hidden;
    min-height: 400px;
}

#photographer-list ul li {
    float: left;
    margin-bottom: 45px;
    margin-right: 45px;

    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);

    width: 460px;
    background-color: #fff;
}

#photographer-list div.loader {
    display: none;
    text-align: center;
}

#photographer-list div.loader img {
    opacity: 0.8;
}

#photographer-list ul li div.wrap-img {
    position: relative;
}

#photographer-list ul li div.wrap-img img.loader {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -32px;
    opacity: 0.5;
}

#photographer-list ul li a:hover div.wrap-desc img.info {
    opacity: 0.5;
}
#photographer-list ul li a:hover div.wrap-img img.loaded {
    opacity: 0.7;
}

#photographer-list ul li div.wrap-img img.lazy {
    width: 460px;
    height: 300px;
    opacity: 0;
    -webkit-transition: opacity 0.4s ease-in-out;
    -moz-transition: opacity 0.4s ease-in-out;
    -o-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
}
#photographer-list ul li div.wrap-img img.lazy.loaded {
    opacity: 1;
}

#photographer-list ul li div.wrap-desc {
    margin: 20px 30px;
    position: relative;
}

#photographer-list ul li div.wrap-desc img.info {
    cursor: pointer;
    float: right;
    margin-top: 2px;
    opacity: 0;

    -webkit-transition: opacity 0.4s ease-in-out;
    -moz-transition: opacity 0.4s ease-in-out;
    -o-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
}

#photographer-list ul li div.wrap-desc h3 {
    font-weight: normal;
    font-size: 16px;
    margin-bottom: 3px;
    color: #242e35;
}

#photographer-list ul li div.wrap-desc span {
    font-size: 11px;
    color: #919191;
    display: block;
}

#photographer-list ul li div.wrap-desc div.fb-like {
    float: right;
    margin-top: 14px;
    overflow: hidden;
    opacity: 0.8;
}

@media only screen and (min-width: 1560px) {
    #photographer-list div.container {
        width: 1475px;
    }

    #photographer-list ul li:nth-child(3n+0) {
        margin-right: 0;
    }

}

@media only screen and (max-width: 1559px) {

    #photographer-list ul li:nth-child(even) {
        margin-right: 0;
    }
}
