/* Minification failed. Returning unminified contents.
(302,1): run-time error CSS1019: Unexpected token, found '@'
 */
strong {
    font-weight: inherit;
}

#award-big {
    background: #f8f8f8;
    padding: 30px;
    position: relative;
}

.big-award-content {
    text-align: center;
    padding: 2em;
}

    .big-award-content h3 {
        color: #404040;
        font-size: 2em;
        line-height: 3em;
        text-transform: uppercase;
    }

    .big-award-content h4 {
        color: #404040;
        font-weight: bold;
        font-size: 16px;
        line-height: 2em;
    }

    .big-award-content p {
        color: #666666;
        font-size: 16px;
        line-height: 25px;
        margin-bottom: 20px;
    }

    .big-award-content img {
        position: absolute;
        bottom: 20em;
        right: 15em;
    }

.social-award-content {
    padding: 3em;
    text-align: center;
}

    .social-award-content h3 {
        font-size: 2em;
        color: #fff;
        text-transform: uppercase;
        margin-bottom: 30px;
    }

    .social-award-content p {
        color: #fff;
        font-size: 16px;
        line-height: 25px;
        margin-bottom: 20px;
    }

    .social-award-content img {
        bottom: 17em;
        left: 64em;
        position: absolute;
        width: 50%;
    }

#award-category {
    position: relative;
    background: #fffefe;
}

    #award-category ul {
        padding: 0;
        margin: 0;
    }

        #award-category ul li {
            list-style: none;
            margin-bottom: 1em;
        }

    #award-category h3 {
        color: #404040;
        font-size: 14px;
        margin-top: 3em;
        text-transform: uppercase;
        font-family: 'Proximanova-Bold';
    }

    #award-category span {
        color: #666666;
        font-size: 2em;
        line-height: 2em;
        font-family: 'Oswald', sans-serif;
    }

    #award-category p {
        color: #666666;
        font-size: 16px;
        width: 75%;
        line-height: 25px;
    }

.category-award-content img {
    margin-bottom: 1em;
    width: 250px;
    float: left;
}

.category-award-content {
    margin-top: 5em;
    margin-bottom: 5em;
}

.overlay::after {
    content: "";
    background: rgba(104,58,183,1);
    background: -ms-radial-gradient(center, ellipse cover, rgba(104,58,183,1) 0%, rgba(143,2,34,1) 0%, rgba(255,86,34,1) 100%);
    background: radial-gradient(ellipse at center, rgba(104,58,183,1) 0%, rgba(143,2,34,1) 0%, rgba(255,86,34,1) 100%);
    background: linear-gradient(-27deg, #673AB7, #FF5722);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#683ab7', endColorstr='#ff5622', GradientType=1 );
    display: table;
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0.7;
}

#awards {
    margin-bottom: 0;
}

.award {
    width: 100%;
    height: 550px;
    position: relative;
    bottom: 30px !important;
    margin-bottom: 30px !important;
    text-align: center;
    color: #fff;
}

    .award > a {
        width: 100%;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        height: 100%;
    }

    .award h3 {
        padding-top: 2em;
        font-size: 30px;
    }

.award-first::after {
    content: "";
    position: absolute;
    background: url(../../Content/img/awards/award-first.jpg) no-repeat no-repeat 46% 1%;
    bottom: 0;
    right: 0;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: -1;
}

.award-first h4, .award-university h4 {
    font-family: 'Oswald', sans-serif;
    font-size: 3em;
    line-height: 2.5em;
}

    .award-first h4::after,
    .award-university h4::after {
        content: "\f195";
        font-family: FontAwesome;
        padding: 10px;
        -webkit-text-stroke: 2px #1b191a;
        font-size: 0.9em;
    }

.award-university::after {
    content: "";
    position: absolute;
    background: url(../../Content/img/awards/award-university.png) no-repeat no-repeat 46% 100%;
    bottom: 0;
    right: 0;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: -1;
}

.award-university h4, .award-second h4 {
    font-family: 'Oswald', sans-serif;
    font-size: 3em;
    line-height: 2.5em;
}

    .award-university h4::after,
    .award-second h4::after {
        content: "\f195";
        font-family: FontAwesome;
        padding: 10px;
        -webkit-text-stroke: 2px #1b191a;
        font-size: 0.9em;
    }

.award-second::after {
    content: "";
    position: absolute;
    background: url(../../Content/img/awards/award-second.jpg) no-repeat no-repeat 46% 100%;
    bottom: 0;
    right: 0;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: -1;
}

.award-second h4, .award-third h4 {
    font-family: 'Oswald', sans-serif;
    font-size: 3em;
    line-height: 2.5em;
}

    .award-second h4::after,
    .award-third h4::after {
        content: "\f195";
        font-family: FontAwesome;
        padding: 10px;
        -webkit-text-stroke: 2px #1b191a;
        font-size: 0.9em;
    }

.award-third::after {
    content: "";
    position: absolute;
    background: url(../../Content/img/awards/award-third.jpg) no-repeat 46% 100%;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    pointer-events: none;
    z-index: -1;
}

[data-overlay]:before {
    position: absolute;
    content: '';
    background: #232323;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

[data-overlay="2"]:before {
    opacity: .2;
}

[data-scrim-bottom] {
    position: relative;
}

[data-scrim-bottom="9"]:before {
    opacity: .9;
}

[data-scrim-bottom]:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 80%;
    background: -moz-linear-gradient(top,rgba(0,0,0,0) 0%,#232323 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(0,0,0,0)),color-stop(100%,#232323));
    background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0%,#232323 100%);
    background: -o-linear-gradient(top,rgba(0,0,0,0) 0%,#232323 100%);
    background: -ms-linear-gradient(top,rgba(0,0,0,0) 0%,#232323 100%);
    background: linear-gradient(to bottom,rgba(0,0,0,0) 0%,#232323 100%);
    bottom: 0;
    left: 0;
    z-index: 1;
    backface-visibility: hidden;
}

.card-1 .card__image {
    height: 18vh;
}

    .card-1 .card__image img {
        width: 100%;
        height: 100%;
    }

@@media screen and (max-width: 1380px) and (min-width: 1024px) {
    .card-1 .card__image {
        height: auto;
    }
}

.boxed {
    position: relative;
    overflow: hidden;
    padding: 1em;
    margin-bottom: 30px;
    height: 100%;
    background: #f5f5f5;
    text-align: center;
    min-height: 180px;
}

.card__body span {
    font-size: 14px;
    opacity: 0.9;
}
    
@media only screen and (max-width:991px) { 
    .award {
        height: 300px;
    }

    .award-first {
        box-shadow: none;
        margin-top: 15px;
    }

        .award-first h3 {
            padding-top: 2em;
            margin-bottom: 30px;
        }

        .award-first::after {
            background: url(../../Content/img/awards/award-first.jpg) no-repeat 46% 0%;
        }

    .award-third::after {
        content: "";
        background: url(../../Content/img/awards/award-third.jpg) no-repeat 46% 89%;
    }
}

@media only screen and (max-width: 1199px) {
    .social-award-content img {
        bottom: 5em;
        left: 0em;
    }

    .social-award-content {
        margin-top: -1em;
    }
}

@media only screen and (max-width:980px) {
    .big-award-content img {
        bottom: -12em;
        right: -5em;
    }

    .social-award-content img {
        bottom: -3em;
        left: -5em;
        width: 15%;
    }

    .social-award-content {
        margin-top: 2em;
    }

    .category-award-content img {
        float: none;
        width: 30%;
    }

    #award-category p {
        width: 100%;
    }
}

@media only screen and (max-width:768px) {
    .category-award-content {
        text-align: center;
    }

    .social-award-content img {
        display: none;
    }

    .big-award-content {
        padding: 15px;
    }

    #award-big {
        padding: 15px;
    }
}

@media only screen and (max-width:480px) {
    .social-award-content {
        padding: 0;
    }
}

@media only screen and (max-width:320px) {
    .big-award-content p {
        line-height: 20px;
        font-size: 14px;
    }

    .big-award-content img {
        bottom: -15em;
        right: 4em;
    }
}

.award-entrepreneur::after {
    content: "";
    position: absolute;
    background: url(../../Content/img/awards/girisim.jpg) no-repeat 61% 89%;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    pointer-events: none;
    z-index: -1;
}

.award-entrepreneur h3 {
    padding-top: 6em;
    font-size: 40px;
}

.mt-150 {
    margin-top: 150px;
}

@media only screen and (max-width:991px) {
    .award-entrepreneur h3 {
        padding-top: 3em;
        font-size: 30px;
    }

    .mt-150 {
        margin-top: 30px;
    }

    #awards {
        margin-top: 30px;
    }
}

