/**
 * html5doctor.com Reset Stylesheet v1.6.1 (http://html5doctor.com/html-5-reset-stylesheet/)
 * Richard Clark (http://richclarkdesign.com)
 * http://cssreset.com
 */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font-family: "Roboto", sans-serif;
    vertical-align: baseline;
    background: transparent
    }
body {
    line-height: 1
    }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
    }
nav ul {
    list-style: none
    }
blockquote, q {
    quotes: none
    }
blockquote:before, blockquote:after, q:before, q:after {
    content: "";
    content: none
    }
a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent
    }
/* change colours to suit your needs */
ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none
    }
/* change colours to suit your needs */
mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold
    }
del {
    text-decoration: line-through
    }
abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help
    }
table {
    border-collapse: collapse;
    border-spacing: 0
    }
/* change border colour to suit your needs */
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0
    }
input, select {
    vertical-align: middle
    }
* {
    box-sizing: border-box
    }
.header-nav {
    background-color: #3d5368
    }
.header-nav .center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
    }
.bold {
    font-weight: 700
    }
.center {
    padding: 0 1rem;
    width: 100%
    }
@media screen and (min-width: 1024px) {
    .header-nav .center {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        height: 40px
        }
    .center {
        margin: 0 auto;
        width: 1024px
        }
    }
@media screen and (min-width: 1120px) {
    .center {
        width: 1120px
        }
    }
.social {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #3d5368;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
    }
.social ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    list-style: none
    }
.social li {
    margin-right: 1rem
    }
.social li:last-child {
    margin-right: 0
    }
.social a {
    color: #fff;
    font-size: 21px;
    opacity: 0.7;
    text-decoration: none
    }
body .main-wrapper {
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s
    }
body.active .main-wrapper {
    -webkit-transform: translate(15rem, 0) scale(1, 1);
    -ms-transform: translate(15rem, 0) scale(1, 1);
    transform: translate(15rem, 0) scale(1, 1)
    }
.menu {
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    background-color: #34495e;
    height: 100%;
    left: -15rem;
    position: absolute;
    top: 0;
    width: 15rem
    }
.menu a {
    color: #fff;
    display: block;
    font-size: 15px;
    height: 100%;
    line-height: 70px;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%
    }
.menu a:hover {
    text-decoration: underline
    }
.menu-responsive {
    padding: 1rem 0
    }
.menu-responsive .burger {
    background: url(../images/burger.png) top left no-repeat;
    display: block;
    height: 16px;
    width: 16px
    }
@media screen and (min-width: 1024px) {
    .menu {
        height: auto;
        left: 0;
        position: static;
        width: auto
        }
    .menu ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
        }
    .menu li {
        list-style: none;
        margin-right: 2rem
        }
    .menu-responsive {
        display: none
        }
    }
.presentation {
    background: #3d5368 url(../images/city.jpg) center center no-repeat;
    height: 675px;
    padding-top: 100px;
    text-align: center
    }
.presentation h1 {
    color: #fff;
    font-family: "Vollkorn", serif;
    font-size: 72px;
    font-weight: 300
    }
.presentation h2 {
    color: #fff;
    font-family: "Vollkorn", serif;
    font-size: 35px;
    font-weight: 300
    }
.presentation .button-wrapper {
    margin-top: 100px
    }
.presentation a {
    border: 2px solid #fff;
    border-radius: 3px;
    color: #fff;
    display: block;
    font-size: 22px;
    font-weight: 700;
    height: 60px;
    line-height: 60px;
    margin: 0 auto;
    text-decoration: none;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
    width: 270px
    }
.presentation a:hover {
    background-color: #34495e
    }
@media screen and (min-width: 1024px) {
    .presentation h1 {
        font-size: 135px
        }
    .presentation h2 {
        font-size: 72px
        }
    }
.content section {
    padding-bottom: 50px
    }
.content h1, .content h2, .content a, .content p {
    color: #7b8197
    }
.content a {
    font-weight: 700;
    text-decoration: none
    }
.content h1 {
    font-size: 40px;
    font-weight: 300;
    line-height: 50px;
    padding: 60px 0;
    text-align: center
    }
.content h2 {
    border-bottom: 2px solid #ebeef0;
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem
    }
.content p {
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 1rem
    }
.ico-send {
    background: url(../images/icons.png) 0 0 no-repeat;
    display: block;
    height: 20px;
    width: 27px
    }
.ico-participate {
    background: url(../images/icons.png) 0 -60px no-repeat;
    display: block;
    height: 25px;
    width: 26px
    }
.ico-sponsor {
    background: url(../images/icons.png) 0 -123px no-repeat;
    display: block;
    height: 18px;
    width: 30px
    }
.ico-ticket {
    background: url(../images/icons.png) 0 -177px no-repeat;
    display: block;
    height: 24px;
    width: 30px
    }
.btn {
    padding-top: 10px
    }
.btn a {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 2px solid #ebeef0;
    border-top: 2px solid #ebeef0;
    color: #58a2ec;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 17px;
    font-weight: 700;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 15px 0;
    text-align: center;
    width: 100%
    }
.btn a:hover {
    color: #34495e
    }
.btn a:hover .ico-send {
    background-position: 0 -232px
    }
.btn a:hover .ico-participate {
    background-position: 0 -292px
    }
.btn a:hover .ico-sponsor {
    background-position: 0 -355px
    }
.btn a:hover .ico-ticket {
    background-position: 0 -409px
    }
.btn span {
    margin-right: 10px
    }
.organizers {
    list-style: none;
    margin: 0 auto;
    padding-top: 20px;
    width: 100%
    }
.organizers li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 2rem
    }
.organizers img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
    }
.organizers img:hover {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    -webkit-transition: all 0.3s;
    transition: all 0.3s
    }
iframe {
    width: 100%
    }
@media screen and (min-width: 1024px) {
    .btn a {
        width: 230px
        }
    .organizers {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 40px 0;
        width: 800px
        }
    .organizers li {
        margin: 0
        }
    }
.social-footer {
    background-color: #34495e;
    padding: 40px 0
    }
.social-footer h1 {
    color: #fff;
    font-family: "Vollkorn", serif;
    font-size: 42px;
    text-align: center;
    width: 100%
    }
.social-footer h2 {
    color: #a8b6c3;
    font-size: 18px;
    font-weight: 300;
    text-align: center
    }
.social-footer ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 25px
    }
.social-footer li {
    list-style: none;
    margin-right: 20px
    }
.social-footer a {
    border: 3px solid #fff;
    border-radius: 27px;
    color: #fff;
    display: block;
    height: 54px;
    padding-top: 11px;
    text-align: center;
    text-decoration: none;
    width: 54px
    }
.social-footer .fa-twitter {
    font-size: 32px
    }
.social-footer .fa-youtube {
    font-size: 27px
    }
.social-footer .fa-envelope {
    font-size: 27px
    }
@media screen and (min-width: 1024px) {
    .social-footer h1 {
        margin-right: 30px;
        width: auto
        }
    .social-footer header {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
        }
    .social-footer .inner {
        margin: 0 auto;
        width: 405px
        }
    }