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;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
    display: block;
}

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;
}

body,
h1, h2, h3, h4, h5, h6,
p,
ol, ul, li,
form, input, select, textarea, button {
    border-style: none;
    color: #444444;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857;
    margin: 0;
    padding: 0;
}
html {
    overflow-x: hidden;
}
body {
    background-color:#fff;	
    padding-top: 90px;
}

h1, h2, h3, h4, h5, h6 {
    line-height: 1.42857;
    margin: 0 0 20px;
    color: #333;
}

a {
    color: #0980f4;
}

a:link,
a:visited,
a:hover,
a:active,
a:focus {
    outline: 0 none;
    text-decoration: none;
}

p {
    margin-bottom: 10px;
}

em {
    font-style: italic;
}

strong, b {
    font-weight: 700;
}
img {
    max-width:100%;
}

p {
    color: #333;
    font-size: 16px;
    line-height: normal;
    margin: 15px 0 0;
    line-height: 24px;
}
h1 {
    font-size: 50px;
}
h2 {
    font-size: 40px;
    font-family: "Bitter", Arial, Helvetica, sans-serif;
}
h3 {
    font-size: 30px;
}
h4 {
    font-size: 20px;
}
h5 {
    font-size: 18px;
    margin-top: 30px;
}
li {
    color: #333;
    font-size: 14px;
    line-height: normal;
    line-height: 24px;
    margin: 0 0 5px;
}
.scrolltop {
    background-color: #F1F1F1;
    border: 1px solid darkGray;
    border-radius: 100px 100px 100px 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    display: none;
    height: 36px;
    opacity: 0.6;
    filter: alpha(opacity=60);
    position: fixed;
    right: 2%;
    top: 50%;
    width: 36px;
    z-index: 33;
}
.scrolltop span {
    position: relative;
    top: 7px;
    left: 10px;
}
.navbar-default {
    background-color: #343233;
    border: 0;

}
.navbar-brand {
    height: auto;
}
.navbar-default .navbar-nav > li {
    margin-left: 2px;
    padding: 30px 2px;
}
.navbar-default .navbar-nav > li > a {
    color: #fff;
    text-transform: uppercase;
    padding: 5px 20px;
	font-weight: bold;
}
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus, 
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:active,
.navbar-default .navbar-nav > li > a:focus {
    background-color: #ffd046;
    color: #333;
    border-radius: 3px;
}
.pc-banner {
    background-size: cover;
    background-repeat: no-repeat;
    height: 350px;
    position: relative;
}
.cta-container {
    margin: 30px 0;
}
.cta-bttn-default {
    background-color: #0980f4;
    border-radius: 4px;
    border-style: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 20px;
    padding: 15px 30px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    vertical-align: middle;
    white-space: nowrap;
}
.cta-bttn-grey {
    background-color: #333;
    margin-left: 20px;
}
.cta-bttn-default .material-icons {
    margin: 0 0 0 5px;
    position: relative;
    top: 6px;
}
.c-padding {
    padding: 60px 0;
}
.wrapper {
    margin: auto;
    width: 800px;
}
.jury-block {
    text-align: center;
    padding: 40px 20px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 1px 4px rgba(0,0,0,.5);
    margin-bottom: 25px;
}
.jury-pic {
	width: 150px;
	height: 150px;
    background-color: #efefef;
    border-radius: 50%;
    margin-bottom: 15px;
    display: inline-block;
}
.jury-name {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}
.jury-career {
    font-size: 14px;
}
.pc-banner .content {
	position: absolute;
    max-width: 800px;
    width: 100%;
    top: 50%;
    left: 50%;
    text-align: center;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
	color: #fff;
}
.pc-banner h1 {
	color: #fff;
	font-family: bitter;
	line-height: 1.1;
}
.pc-banner p {
	font-size: 16px;
	color: #fff;
}
@media (max-width: 768px) {
    .wrapper {
        width: 100%;
        padding: 0 15px;
    }
    .c-padding {
        padding: 30px 0;
    }
		
    .pc-banner .content {
            position: relative;
            width: 100%;
            top: auto;
            left: auto;
            -moz-transform: none;
            -ms-transform: none;
            -webkit-transform: none;
            transform: none;
            padding: 15px;
    }
    h1 {
        font-size: 40px;
    }
    h2 {
        font-size: 30px;
    }
    h3 {
        font-size: 20px;
    }
    h4 {
        font-size: 18px;
    }
    h5 {
        font-size: 16px;
    }
    p {
        color: #333;
        font-size: 14px;
        line-height: 22px;
    }
    .navbar-default .navbar-nav > li {
        padding: 0 2px;
        font-size: 14px;
    }
}
@media (max-width: 480px) {
    .cta-bttn-default {
        font-size: 14px;
        padding: 8px 15px 12px;
    }
    .cta-bttn-grey {
        margin-left: 0;
        margin-top: 20px;
    }
}