/*! normalize.scss v0.1.0 | MIT License | based on git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
    font-family: sans-serif;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/**
 * Remove default margin.
 */
body {
    margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
    display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
    background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
    outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
    font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
    background: #ff0;
    color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
    border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
    overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
    margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
    overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    /* 1 */
    font: inherit;
    /* 2 */
    margin: 0;
    /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
    overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
    cursor: pointer;
    /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
    line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
    border: 0;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
    overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
    font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

body {
    font-family: "Lato", sans-serif;
}

body header {
    background: url("../img/header-bcg.jpg") no-repeat;
    background-size: cover;
    text-align: center;
    padding-top: 70px;
}

body header .container {
    max-width: 900px;
    padding: 0;
}

body header .container .logo {
    margin-bottom: 25px;
}

body header .container .logo img {
    margin: 0 auto;
}

body header .container .main-nav {
    padding: 25px 0;
    position: relative;
    z-index: 10;
    transition: all 0.5s ease-in-out;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

body header .container .main-nav.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    /*max-height: 100px;*/
    padding: 0 !important;
    /*border-bottom: 1px solid #FFFFFF;*/
}

.main-nav .navbar-collapse {
    padding: 0px;
}

.navbar-nav {
    margin: 0 !important;
}

.navbar-toggle .icon-bar {
    background: white;
}

.navbar-toggle {
    border-color: white;
}

nav .logo-nav {
    display: none;
}

nav.fixed .logo-nav {
    display: block;
    height: 30px;
    margin: 0px auto;
    position: relative;
    top: -4px;
}

body .navbar-brand {
    display: none;
}

body header .container .main-nav .mobile-nav {
    position: absolute;
    top: 50%;
    right: 30px;
    height: 50px;
    width: 50px;
    border: 2px solid #FFFFFF;
    border-radius: 5px;
    transform: translate(0, -50%);
    display: none;
}

body header .container .main-nav .mobile-nav span {
    height: 3px;
    width: 30px;
    background-color: #FFFFFF;
    display: block;
    margin: 9px auto;
    border-radius: 5px;
}

body header .container .main-nav .navigation {
    font-family: "Lato", sans-serif;
    padding-left: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
}

body header .container .main-nav .navigation .menu-item {
    /*display: inline-block;*/
    padding-right: 0px;
}

body header .container .main-nav .navigation .menu-item:last-child {
    padding-right: 0;
}

body header .container .main-nav .navigation .menu-item a {
    text-transform: uppercase;
    color: #FFFFFF;
    font-size: 20px;
}

body header .container .main-nav .navigation .menu-item a:hover {
    text-decoration: none;
    color: #41676f;
}

body header .container .welcome {

    margin: 0 auto;
    float: none;
}

body header .container .custom {
    /*max-width: 515px;*/
    margin-top: 250px;
    border: 1px solid white;
    padding: 30px;
    font-size: 30px;
}

body header .container .welcome .desc {
    font-family: "Roboto", sans-serif;
    font-size: 22px;
    font-weight: lighter;
}

body header .container .welcome .desc:last-child {
    margin-top: 35px;
    font-weight: bold;
    padding-bottom: 600px;
}

/*about*/
body .about {
    background-color: #0f0f0f;
    padding-top: 100px;
}

body .about .section-title {
    max-width: 700px;
    text-align: center;
    margin-bottom: 70px;
}

body .about .about {
    overflow: hidden;
    padding: 75px 0;
}

body .about .about .title {
    max-width: 400px;
}

body .about .title {
    position: relative;
}

body .about .title span {
    text-align: center;
    font-size: 115px;
    font-family: "Lato", sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    word-break: break-all;
    line-height: 1;
    color: rgba(0, 0, 0, 0.8);
}

body .about .desc {
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    font-weight: lighter;
}

/*our-offer*/
body .our-offer {
    background-color: #191919;
    padding-top: 100px;
}

body .our-offer .section-title {
    max-width: 700px;
    text-align: center;
    /*margin-bottom: 70px;*/
}

body .our-offer .offer {
    overflow: hidden;
    padding: 75px 0;
}

body .our-offer .offer .title {
    /*padding: 0;*/
    /*max-width: 400px;*/
}

body .our-offer .offer .title span {
    font-size: 115px;
    font-family: "Lato", sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    word-break: break-all;
    line-height: 1;
    color: rgba(0, 0, 0, 0.8);
}

body .our-offer .offer .desc p {
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    font-weight: lighter;
}

body .our-offer .offer .title .header {
    font-size: 40px;
    text-align: right;
    font-weight: 900;
    text-transform: uppercase;
}

body .our-offer .offer .desc .system .title {
    font-weight: 900;
    font-size: 24px;
    padding-top: 10px;
    text-transform: uppercase;
    min-height: 90px;
    margin-bottom: 20px;
}

body .our-offer .offer .desc .system .desc {
    font-size: 20px;
    margin-bottom: 40px;
    /*min-height: 150px;*/
}

body .our-offer .offer .desc .system h2 {
    margin: 20px 0px;
}

body .our-offer .offer .desc .system h4 {
    margin: 20px 0px;
}

body .our-offer .offer .desc .system .img {
    display: table;
}

body .our-offer .offer .desc .system .img img {
    margin: 10px 0px;
}

body .our-offer .conference .title {
    position: relative;
}

body .our-offer .conference .title span {
    position: absolute;
    left: 30px;
    top: 140px;
    font-size: 115px;
    font-family: "Lato", sans-serif;
    font-weight: 900;
    width: 75%;
    text-transform: uppercase;
    word-break: break-all;
    line-height: 1;
    color: rgba(0, 0, 0, 0.8);
}

body .our-offer .outside {
    background-color: #121212;
}

body .our-offer .design {
    background-color: #121212;
}

body .our-offer .voting {
    background: url("../img/voting-bcg.jpg");
    background-size: cover;
}

/*challenge*/
body .challenge {
    background: url("../img/challenge-bcg.jpg");
    background-size: cover;
    display: table;
    padding-bottom: 200px;
}

body .challenge .container {
    max-width: 800px;
    padding: 100px 0 125px 0;
    position: relative;
}

body .challenge span {

    font-size: 115px;
    font-family: "Lato", sans-serif;
    font-weight: 900;
    width: 35%;
    text-transform: uppercase;
    word-break: break-all;
    line-height: 1;
    color: rgba(0, 0, 0, 0.6);
}

body .challenge .container .section-title {
    padding: 20px 60px;
    text-align: center;
}

body .challenge .desc {
    font-weight: 300;
    font-size: 24px;
    /*text-align: center;*/
    font-family: "Roboto", sans-serif;
    line-height: 1.2;
    /*padding: 0 60px;*/
}

body .events {
    padding-top: 110px;
    text-align: center;
}

body .events .event {
    color: #000000;
    font-family: "Roboto", sans-serif;
}

body .events .event .img {
    margin-top: 5px;
}

body .events .event .desc:first-of-type {
    padding-right: 65px;
    text-align: right;
}

body .events .event .desc:last-of-type {
    padding-left: 65px;
    text-align: left;
}

body .events .event .desc .title {
    font-size: 58px;
    font-weight: 900;
    margin-bottom: 10px;
}

body .events .event .desc .text {
    font-weight: 300;
    line-height: 1.2;
    color: #0f0f0f;
}

body .events .event .desc p {
    font-weight: 400;
    font-size: 24px;
}

body .events .event .desc p span {
    font-weight: bold;
}

body .events .event .desc p:nth-of-type(2) {
    margin: 40px 0;
}

body .events .event .desc p:nth-of-type(n + 3) {
    margin: 0;
}

body .events .event::after {
    display: table;
    clear: both;
    content: '';
    padding-bottom: 150px;
}

body .events .load-more {
    height: 80px;
    width: 350px;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-size: 29px;
    border: 1px solid #000000;
    text-transform: uppercase;
    background-color: transparent;
    color: #000000;
    display: block;
    margin: 0 auto;
    margin-bottom: 250px;
}

body footer {
    padding: 150px 0;
    background: url(../img/footer-bcg.jpg);
    background-size: cover;
    /*margin-bottom: 250px;*/
}

body footer .text {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-size: 24px;
    text-align: center;
}

body footer .footer-text span {
    font-weight: bold;
}

body footer p {
    font-size: 18px;
}

@media screen and (max-width: 1660px) {
    body .events .event .img {
        margin: 0 auto;
        width: 100%;
        float: none;
    }

    body .events .event .img img {
        max-width: 70%;
        margin: 0 auto;
    }

    body .events .event .desc {
        margin: 50px auto 0 auto;
        width: 70%;
        float: none;
    }

    body .events .event .desc:last-of-type {
        padding-left: 10px;
    }

    body .events .event .desc:first-of-type {
        padding-right: 10px;
        margin-bottom: 50px;
    }

    body .our-offer .conference .title span {
        font-size: 100px;
    }
}

@media screen and (max-width: 1366px) {
    body .our-offer .conference .title span {
        font-size: 85px;
    }

    body .our-offer .offer .title .header {
        font-size: 30px;
    }

    body .our-offer .offer .desc .system .title {
        padding-top: 0;
        font-size: 20px;
    }

    body .our-offer .offer .desc .system .desc {
        font-size: 16px;
    }

    body .our-offer .voting .container {
        width: 75%;
        margin-left: 8.33333333%;
    }

    body .our-offer .voting .container .title {
        width: 33.33333%;
    }

    body .our-offer .voting .container .desc {
        width: 66.66666%;
    }

    body .our-offer .voting .container .desc .system {
        width: 50%;
        margin-bottom: 50px;
    }
}

@media screen and (max-width: 1200px) {
    body header .container .main-nav .navigation .menu-item {
        /*padding-right: 80px;*/
    }

    body header .container .main-nav .navigation .menu-item a {
        font-size: 15px;
    }

    body .challenge .container span {
        font-size: 80px;
        /*width: 25%;*/
        /*left: -200px;*/
    }

    body .challenge .container .desc {
        font-size: 18px;
    }
}

@media screen and (max-width: 992px) {
    body .our-offer .container .desc .system {
        margin-bottom: 100px;
    }

    body .our-offer .voting .container .desc {
        overflow: auto;
    }

    body .our-offer .voting .container .desc .system {
        width: auto;
    }

    body .desc {
        margin-top: 50px;
    }

    body .our-offer .offer .title .header {
        text-align: left;
    }
}

@media screen and (max-width: 768px) {
    body header .container .main-nav .navigation {
        flex-direction: column;
    }

    body .navbar-brand {
        display: block;
    }

    nav.fixed .navbar-header {
        border-bottom: 1px solid white;
    }

    body header .container .main-nav.fixed {
        /*padding: 30px 0;*/
    }

    body header .container .main-nav.fixed .mobile-nav {
        /*top: 50%;*/
    }

    body header .container .main-nav .mobile-nav {
        /*display: block;*/
        /*top: 20px;*/
    }

    body header .container .main-nav .navigation {
        /*display: none;*/
    }

    body header .container .main-nav .navigation.active {
        /*display: block;*/
        /*margin-top: 100px;*/
        background-color: rgba(0, 0, 0, 0.8);
    }

    body header .container .main-nav .navigation .menu-item {
        display: block;
        padding: 10px 0 !important;
        border-bottom: 1px solid #FFFFFF;
    }

    body header .container .welcome .description {
        font-size: 18px;
        width: 80%;
        margin: 0 auto;
    }

    body .our-offer .offer .container {
        width: 100%;
        margin-left: 0;
    }

    body .our-offer .offer .container .title {
        width: 100%;
        max-width: none;
        margin-bottom: 100px;
    }

    body .our-offer .offer .container .title span {
        display: none;
    }

    body .our-offer .offer .container .title .header {
        text-align: center;
        font-size: 50px;
    }

    body .our-offer .offer .container .desc {
        width: 100%;
        margin: 0 auto;
    }

    body .our-offer .offer .container .desc .system {
        margin-left: 0;
        text-align: center;
        width: 100%;
    }

    body .our-offer .offer .container .desc .system .system-img {
        text-align: center;
    }

    body .our-offer .offer .container .desc .system .system-img img {
        margin: 0 auto;
    }

    body .our-offer .voting .container {
        padding: 0;
    }

    body .our-offer .voting .container .desc .system {
        width: 100% !important;
        text-align: center;
    }
}

@media screen and (max-width: 480px) {
    body header .container .logo img {
        max-width: 90%;
    }

    body .our-offer .offer .container .title .header {
        font-size: 30px;
    }

    body .challenge .container .description {
        padding: 0 10px;
    }

    body .events .event .event-img img {
        max-width: 100%;
    }

    body .events .event .event-desc {
        margin: 70px 0 0 0;
        width: 100%;
    }

    body .events .event .event-desc:first-of-type {
        margin-bottom: 70px;
    }

    body .events .load-more {
        width: 300px;
    }

    body .section-title {
        font-size: 35px;
    }
}

@media screen and (min-width: 1600px) {
    body .container {
        width: 1560px;
    }

    body .our-offer .container {
        margin-left: 0;
    }
}

@media screen and (min-width: 1960px) {
    body .container {
        width: 1850px;
    }
}

body {
    color: #FFFFFF;
}

.section-title {
    font-size: 51px;
    font-weight: bold;
    margin: 0 auto 50px auto;
    text-transform: uppercase;
    line-height: 1.2;
    padding: 20px 0;
    border: 1px solid #FFFFFF;
}

h1, h2, h3, h4, h5 {
    margin: 0;
}
