* { 
    box-sizing: border-box; 
}

html, body { 
    min-width: 360px;
    background-color: #000; 
    color: #fff; 
    font-family: 'Source Sans Pro', 
    sans-serif; font-size: 15px; 
    -webkit-tap-highlight-color: transparent; 
    -webkit-touch-callout: none; 
    -webkit-text-size-adjust: 100%; 
    -webkit-font-smoothing: antialiased;
}

.page-wrapper { 
    max-width: 1320px; 
    margin: 0px auto; 
    padding: 0px 20px; 
    min-width: 360px;
}

.logo-header { 
    padding: 110px 0px 40px 0px; 
    text-align: center; 
}

.info-header {
    text-align: center; 
    padding: 40px 0px; 
    border-color: #fff; 
    border-top-width: 1px; 
    border-bottom-width: 1px; 
    border-style: solid; 
}

.c_282 { 
    font-size: 21px; 
    line-height: 30px; 
    font-weight: 300; 
    display: block; 
}

.c_282 span { 
    display: inline-block; 
}

.c_282 span:not(:last-child) {
    margin-right: 20px; 
}

.c_282 a { 
    text-decoration: none; 
}

.c_282 a:hover { 
    border-bottom: 1px solid #fff; 
}

.c_284 { 
    display: block; 
    font-size: 21px; 
    line-height: 30px; 
    text-transform: uppercase; 
    color: #007C99; 
    margin-top: 25px; 
}

.sort-wrapper { 
    text-align:  center; 
    padding: 20px 0px; 
}

.sort-wrapper .sort-title { 
    display:  inline-block; 
    margin-right:  30px; 
    text-transform: uppercase;
}

.sort-container { 
    display:  inline-block; 
}

.sort-container .sort-item { 
    display:  inline-block; 
    cursor:  pointer;
    height: 26px; 
}

.sort-container .sort-item:not(:last-child) { 
    margin-right:  30px; 
}

.sort-container .sort-item span { 
    line-height: 25px; 
}

.sort-container .sort-item:hover {
    border-bottom: 1px solid #fff; 
}

.sort-container .sort-item.active span { 
    color: #007C99; 
}

.sort-container .sort-item.active:hover {
    border-bottom: 1px solid #007C99; 
}

.sort-container .sort-item.active span::before { 
    content: '';
    width: 0; 
    height: 0;
    display: inline-block;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #007C99;
    margin-right: 5px;
    padding-bottom: 2px;
}

.references-wrapper { 
    margin-top: 40px; 
    min-width: 320px;
}

.references-item { 
    margin-bottom:  60px; 
}

.references-item .content img { 
    width: 100%; 
}

.references-item .content { 
    position:  relative; 
}

.references-item .description { 
    position:  absolute; 
    top: 0px; 
    left: 0px; 
    right:  0px; 
    bottom: 0px; 
    background-color: rgba(0, 51, 63, 0.8); 
    padding: 50px 40px 0px 40px; 
    opacity: 0;
    transition: opacity ease 0.4s;
    -webkit-transition: opacity ease 0.4s;
    -moz-transition: opacity ease 0.4s;
    -o-transition: opacity ease 0.4s;
    -ms-transition: opacity ease 0.4s;
    cursor: default;
}

.references-item .description h3 {
    display: inline-block;
    text-transform: uppercase;
    padding: 0 60px 20px 0;
    font-size: 24px;
    letter-spacing: 1.3px;
}

.references-item .description .short-line {
    font-size: 16px;
    letter-spacing: 1.3px;
}

.references-item .description ul {
    list-style-type: none;
}

.references-item .extra-container ul {
    list-style-type: none;
    margin-top: 15px;
}

.references-item .description ul > li:before,
.references-item .extra-container ul > li:before {
    content: '-';
    margin-right: 5px;
}

.references-item .description ul > li,
.references-item .extra-container ul > li {
    padding-bottom: 5px;
    letter-spacing: 1.3px;
}

.references-item .caption {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 20px 0 20px 20px;
}

.references-item .caption .title {
    display: flex;
    flex-direction: row;
    opacity: 1;
    transition: opacity ease 0.4s;
    -webkit-transition: opacity ease 0.4s;
    -moz-transition: opacity ease 0.4s;
    -o-transition: opacity ease 0.4s;
    -ms-transition: opacity ease 0.4s;
}

.references-item .caption .title h3 {
    display: block;
    text-transform: uppercase;
    padding: 0 60px 0 0;
    font-size: 24px;
    letter-spacing: 1.3px;
}

.references-item .caption .short-line {
    font-size: 16px;
    letter-spacing: 1.3px;
    padding-top: 6px;
}

.references-item .caption a {
    text-decoration: none;
    font-size: 16px;
    line-height: 16px;
    height: 17px;
    letter-spacing: 1.3px;
    white-space: nowrap;
    margin-left: 20px;
    margin-right: 20px;
    color: #fff;
}

.references-item .caption a .link-arrow {
    content: '';
    width: 5px; 
    height: 5px;
    margin-bottom: 2px;
    display: inline-block;
    border-top: 1px solid white;
    border-right: 1px solid white;
    margin-right: 1px;
    transform: rotate(45deg);
}

.references-item .content:hover .description {
    opacity: 1;
}

.references-item .content:hover  + .caption .title {
    /*visibility: hidden;*/
    opacity: 0;
}

.references-item .content:hover .caption a {
    color: #fff;
}

.references-item .caption a:hover {
    border-bottom: 1px solid #007C99; 
    color: #007C99;
}

.references-item:hover .caption a::before {
    border-left: 5px solid #fff;
}

.references-item .caption a:hover .link-arrow {
    border-top: 1px solid #007C99;
    border-right: 1px solid #007C99;
}

.load-more-container {
    border-top: 1px solid white;
}

.load-more-container a {
    display: block;
    margin: 0 auto;
    margin-top: 40px;
    text-transform: uppercase;
    color: #007C99;
    font-size: 24px; 
    line-height: 30px; 
    letter-spacing: 1.3px;
    text-decoration: none;
    width: 400px;
    height: 31px;
    text-align: center;
}

.load-more-container a:hover {
    text-decoration: underline;
}

.contact-us {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    width: 120px;
    padding: 60px 0 70px 0;
}

.contact-us a {
    display: block;
    text-decoration: none;
    margin: 0 auto;
    margin-bottom: 30px;
    font-size: 15px;
    line-height: 20px;
    height: 21px;
}

.contact-us a:hover {
    color: #007C99;
    border-bottom: 1px solid #007C99;
}

.contact-us a:hover::before {
    border-left: 5px solid #007C99;
}

.contact-us a:before {
    content: '';
    width: 0; 
    height: 0;
    display: inline-block;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid white;
    margin-right: 5px;
}

.contact-us .contact-us-image img {
    width: 100%;
}

.hidden-description {
    opacity: 0;
}

.extra-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.icon {
    width: 20px;
    height: 20px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 4px;
    cursor: pointer;
}

.icon-plus {
    background-image: url(../images/plus-white.svg);
}

.icon-minus {
    background-image: url(../images/minus-white.svg);
}

@media (min-width: 801px) {
    .references-item .content img.image-large { display: block; }
    .references-item .content img.image-medium { display: none; }
}

@media (max-width: 800px) {
    .references-item .content img.image-large { display: none; }
    .references-item .content img.image-medium { display: block; }
}

@media (max-width: 1000px) {
    .references-item .caption {
        flex-direction: column;
    }
    .references-item .caption .title {
        flex-wrap: wrap;
    }

    .references-item .caption .extra-container {
        flex-direction: column;
    }

    .hidden-description {
        opacity: 1;
    }

    .references-item .caption .title h3 {
        padding: 0 15px 0 0;
    }

    .references-item .caption a {
        margin-left: 0;
        padding-top: 20px;
        width: 90px;
    }
    .references-item .caption a:hover {
        border-bottom: none; 
        color: #007C99;
    }
}

@media (max-width: 900px) {

    .references-item .caption .title h3 {
        font-size: 20px;
    }
    
    .references-item .caption .short-line {
        font-size: 12px;
    }

    .references-item .caption a {
        font-size: 12px;
    }
}

@media (max-width: 600px) {
    .page-wrapper { 
        padding: 0;
    }
}

@media (max-width: 700px) {
    .references-item .content:hover .description {
        /* visibility: hidden; */
        opacity: 0;
    }
    
    .references-item .content:hover + .caption .title {
        /* visibility: visible; */
        opacity: 1;
    }

}

@media (max-width: 360px) {
    body {
        width: 360px;
        overflow-y: scroll;
    }
}