/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 11.07.2017, 12:35:23
    Author     : Admin
*/

.awards ul.awards-gallery {
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
}
.awards ul.awards-gallery li {
    width: 33.33%;
    float: left;
    text-align: center;
}
.awards ul.awards-gallery li a {
    display: inline-block;
    width: 96%;
}
.awards ul.awards-gallery li a p {
    margin-top: 5px;
    color: #000000;
    font-size: 20px;
}
.awards ul.awards-gallery li a img {
    width: 100%;
    border: 5px solid #fff;
}
.awards ul.awards-gallery li a:hover, .awards ul.awards-gallery li a:focus {
    outline: none;
    text-decoration: none;
}
.awards ul.awards-gallery li a:hover p, .awards ul.awards-gallery li a:focus p {
    transition: 0.2s;
    color: #86af49;
}
.awards ul.awards-gallery li a:hover img {
    transition: 0.5s;
    border-color: #86af49;
}
#pop-gallery .modal-dialog {
    width: 560px;
}
#pop-gallery .modal-body {
    padding: 35px;
}
#pop-gallery .awards-pop-img img {
    width: 100%;
    margin-bottom: 30px;
}
#pop-gallery .awards-pop-text span {
    font-family: "Exo 2", sans-serif;
    display: block;
}
#pop-gallery .awards-pop-text span.text {
    text-transform: uppercase;
    font-size: 13px;
    color: #000;
    margin-bottom: 15px;
    font-weight: bold;
}
#pop-gallery .awards-pop-text span.more-text {
    font-size: 20px;
    color: #86af49;
}
#pop-gallery .close {
    opacity: 1;
}
#pop-gallery .close:hover {
    opacity: 0.8;
}
#pop-gallery .close span {
    display: block;
    width: 26px;
    height: 26px;
    background: url('../images/awardsView/pop-gallery-closed.png') no-repeat center center transparent;
}
#pop-gallery .modal-content {
    border-radius: 0;
}
@media (max-width: 1500px){
    .awards ul.awards-gallery li {
        width: 50%;
    }
}
@media (max-width: 1279px) {
    .awards ul.awards-gallery li {
        width: 33.33%;
    }
}
@media (max-width: 959px) {
    .awards ul.awards-gallery li {
        width: 50%;
    }
    #pop-gallery .modal-dialog {
        width: 560px;
        margin: 50px auto;
    }
}
@media (max-width: 739px) {
    #pop-gallery .modal-dialog {
        width: 100%;
        margin: 50px auto;
    }
    #pop-gallery {
        padding-left: 0!important;
    }
}
@media (max-width: 589px) {
    .awards ul.awards-gallery li {
        width: 100%;
    }
}