

@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700');

@font-face {

    font-family: "Shadows Into Light";

    src: url("../fonts/ShadowsIntoLight.eot?") format("eot"), url("../fonts/ShadowsIntoLight.woff") format("woff"), url("../fonts/ShadowsIntoLight.ttf") format("truetype"), url("../fonts/ShadowsIntoLight.svg#ShadowsIntoLight") format("svg");

    font-weight: normal;

    font-style: normal;

}



@font-face {

    font-family: "Roboto";

    src: local(Roboto Thin), url("../fonts/roboto/Roboto-Thin.woff2") format("woff2"), url("../fonts/roboto/Roboto-Thin.woff") format("woff");

    font-weight: 100;

}



@font-face {

    font-family: "Roboto";

    src: local(Roboto Light), url("../fonts/roboto/Roboto-Light.woff2") format("woff2"), url("../fonts/roboto/Roboto-Light.woff") format("woff");

    font-weight: 300;

}



@font-face {

    font-family: "Roboto";

    src: local(Roboto Regular), url("../fonts/roboto/Roboto-Regular.woff2") format("woff2"), url("../fonts/roboto/Roboto-Regular.woff") format("woff");

    font-weight: 400;

}



@font-face {

    font-family: "Roboto";

    src: local(Roboto Medium), url("../fonts/roboto/Roboto-Medium.woff2") format("woff2"), url("../fonts/roboto/Roboto-Medium.woff") format("woff");

    font-weight: 500;

}



@font-face {

    font-family: "Roboto";

    src: local(Roboto Bold), url("../fonts/roboto/Roboto-Bold.woff2") format("woff2"), url("../fonts/roboto/Roboto-Bold.woff") format("woff");

    font-weight: 700;

}



html, body, div, span, applet, object, iframe,

h1, h2, h3, h4, h5, h6, p, blockquote, pre,

a, abbr, acronym, address, big, cite, code,

del, dfn, em, img, ins, kbd, q, s, samp,

small, strike, strong, sub, sup, tt, var,

b, u, i, center,

dl, dt, dd, ol, ul, li,

fieldset, form, label, legend,

table, caption, tbody, tfoot, thead, tr, th, td,

article, aside, canvas, details, embed,

figure, figcaption, footer, header, hgroup,

menu, nav, output, ruby, section, summary,

time, mark, audio, video {

    margin: 0;

    padding: 0;

    border: 0;

    font-size: 100%;

    font: inherit;

    vertical-align: baseline;

    box-sizing: border-box;

    outline: none;

}



/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure,

footer, header, hgroup, menu, nav, section {

    display: block;

}



body {

    padding-top: 80px;

    line-height: 1;

    font-family: Roboto, 'sans-serif';

}



ol, ul {

    list-style: none;

}



blockquote, q {

    quotes: none;

}



blockquote:before, blockquote:after,

q:before, q:after {

    content: '';

    content: none;

}



table {

    border-collapse: collapse;

    border-spacing: 0;

}



p {

    margin: 10px 0;

    line-height: 1.3;

}



nav ul li {

    display: inline-block;

}



nav ul li a {

    padding: 0 20px;

    line-height: 80px;

    text-decoration: none;

    color: #333;

    font-size: 21px;

    font-weight: 300;

}



nav ul li a:hover, nav ul li a.active {

    color: #d2e404;

}



nav ul li:nth-child(2) a {

    border-left: 1px solid #666;

}



ul.main-nav:after, .winner:after {

    content: " ";

    display: table;

    clear: both;

}



.wrap {

    width: 1000px !important;

    /*    width: 100%;*/

    margin: 0 auto;
position:relative;
}



.left {

    text-align: left;

    float: left;

}



.center {

    text-align: center;

    float: left;

}



.right {

    text-align: right;

    float: right;

}



ul .left, ul .right {

    width: 40%;

    text-align: center;

}



ul .center {

    width: 20%;

    position: relative;

}



#logo {

    width: 80px;

    position: absolute;

    height: auto;

    /* top: -158px; */

    left: 50%;

    transform: translateX(-50%);

}



header {

    z-index: 9998;

    background-color: rgba(255, 255, 255, 0.91);

    position: fixed;

    width: 100%;

    top: 0;

    left: 0;

    height: 80px;

    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);

    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);

}



section#home {

    height: 70vh;

    width: 100%;

    background: url("/img/header.jpg") no-repeat center;

    background-size: cover;

    background-attachment: fixed;

    position: relative;

}



.overlay {

    height: 100%;

    width: 100%;

    background-color: rgba(0, 0, 0, 0.4);

}



.meta {

    display: block;

    width: 100%;

    text-align: center;

    color: #333;

    font-size: 23px;

    line-height: 28px;

}



.meta-wrap {

    margin: 30px 0;

}



.home-heading {

    position: absolute;

    top: 50%;

    left: 0;

    width: 100%;

    -webkit-transform: translateY(-50%);

    -moz-transform: translateY(-50%);

    -ms-transform: translateY(-50%);

    -o-transform: translateY(-50%);

    transform: translateY(-50%);

}



.home-heading h1, .home-heading h2, .home-heading h3, .home-heading #title {

    text-align: center;

    display: block;

}



#title {

    font-family: 'Shadows Into Light', Arial, sans-serif;

    font-size: 40px;

    color: white;

    margin-top: 30px;

}



.home-heading h1 {

    font-size: 45px;

    text-transform: uppercase;

    font-weight: 700;

    color: white;

}



.home-heading h2 {

    font-size: 60px;

    color: #e4ab23;

    line-height: 60px;

    text-transform: uppercase;

    margin: 5px 0;

}



.home-heading h3 {

    color: white;

    font-family: 'Shadows Into Light', Arial, sans-serif;

    font-weight: normal;

}



section.main {

    padding-top: 90px;

}



.section-header {

    width: 100%;

}



h3 {

    text-align: center;

    font-size: 40px;

    color: #333;

    font-weight: 700;

}



h4 {

    font-size: 23px;

    color: #333333;

    font-weight: 700;

    margin-bottom: 10px;



}



.underline {

    width: 150px;

    height: 5px;

    border-radius: 5px;

    margin: 7px auto;

    background: #d2e404;

}



.section-header {

    margin-bottom: 35px;

}



ul {

    list-style-type: circle;

    line-height: 30px;

}



li ul {

    margin-left: 50px;

}



.part {

    margin: 50px 0;

}



.list {

    margin-left: 20px;

}



.img-sec {

    margin-top: 90px;

    height: 40vh;

    width: 100%;

}



#sec1 {

    background: url("/img/section1.jpg") no-repeat center;

    background-size: cover;

    background-attachment: fixed;



}



.winner {

    margin: 60px 0;

    position: relative;

}



.winner-text {

    width: 55%;

    position: absolute;

    top: 50%;

    -webkit-transform: translateY(-50%);

    -moz-transform: translateY(-50%);

    -ms-transform: translateY(-50%);

    -o-transform: translateY(-50%);

    transform: translateY(-50%);

}



.winner-title {

    display: block;

    text-align: center;

    font-weight: 700;

    font-size: 40px;

}



.winner-secondary {

    display: block;

    text-align: center;

    font-size: 20px;

    text-transform: uppercase;

    font-weight: 700;

}



.winner-img {

    display: block;

    width: 45%;

    height: auto;

}



.winner:nth-of-type(even) .winner-img {

    float: left;

}



.winner:nth-of-type(odd) .winner-img {

    float: right;

}



.winner:nth-of-type(even) .winner-text {

    right: 0;

}



footer {

    color: #333;

    text-transform: uppercase;

    border-top: 1px solid #d5d5d5;

    text-align: center;

    padding: 25px 0;

    line-height: 22px;

    margin-top: 20px;

}



footer a {

    text-decoration: none;

    color: #333333;

}



table {

    width: 100%;

    display: table;

}



thead {

    border-bottom: 1px solid #d0d0d0;

}



th {

    font-weight: 700;

}



td, th {

    padding: 15px 5px;

    display: table-cell;

    text-align: left;

    vertical-align: middle;

    border-radius: 2px;

}



table.striped > tbody > tr:nth-child(odd) {

    background-color: #f2f2f2;

}



table.striped > tbody > tr > td {

    border-radius: 0;

}



#cup-wrap {

    position: relative;

}



#cup-text {



}



#cup {

    width: 90%;

    display: block;

    margin: 0 auto;

}



img#triangle {

    position: absolute;

    left: -25px;

    z-index: -999;

    top: 78px;

}



#cup-text {

    display: block;

    text-align: center;

    position: absolute;

    bottom: 149px;

    font-size: 18px;

    left: 455px;

    font-family: 'Shadows Into Light', Arial, sans-serif;

    font-weight: 700;

}



.lightbox-thumbnail {

/*    width: calc(25% - 10px);
*/
    vertical-align: middle;

    margin: 3px;

}

.about-pic {

    float: left;

    width: 13%;

    display: block;

    margin: 0 auto;

    position: relative;

    top: -15px;

}



.about-pic-mini{

    width: 8%;

    float: left;

    display: block;

    margin: 0 auto;

    position: relative;

    left: 10px;

}

.winner-foto{

    width: 50px;

    border-radius: 50%;

    height: auto;

}

.fa-trophy {

    font-size: 22px !important;

    margin-left: 10px;

    color: #e4ab23;

}

.autor{

    position: relative;

    top: 19px;

    left: 10px;

}

.part:after{

    content: " ";

    display: table;

    clear: both;

}

.text{

    width: 85%;

    float: right;

}

.left-cup{

    position: absolute;

    top:465px;

    left: 345px;
    width:70px;
}

.right-cup{

    position: absolute;

    top:465px;
    width:70px;
    right: 345px;

}
#qsl_logo { width: 70px;
    height: auto;
    vertical-align: middle;
    margin-left: 5px; }