/*--- Abstract app styles ----*/
@font-face {
    font-family: "font-lottery";
    src: url("../fonts/font-lottery.eot");
    src: url("../fonts/font-lottery.eot?#iefix") format("embedded-opentype"), url("../fonts/font-lottery.woff") format("woff"), url("../fonts/font-lottery.ttf") format("truetype"), url("../fonts/font-lottery.svg#font-lottery") format("svg");
    font-weight: normal;
    font-style: normal;
}

[data-icon]:before {
    font-family: "font-lottery" !important;
    content: attr(data-icon);
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
    font-family: "font-lottery" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-up:before {
    content: "\61";
}

.icon-arrow-down:before {
    content: "\62";
}

.icon-check:before {
    content: "\63";
}

.icon-dot:before {
    content: "\64";
}

.icon-gift:before {
    content: "\65";
}

.icon-time:before {
    content: "\66";
}

.icon-user:before {
    content: "\67";
}

/*--- Base app styles ----*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

address,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
    font-style: normal;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

ol {
    padding-left: 0.9em;
}

* {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

body {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 14px;
}

a {
    text-decoration: none;
}

.title-main {
    color: #000;
    font-size: 36px;
    margin: 40px 0 40px 0;
    font-weight: bold;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

p {
    margin: 0 0 10px 0;
}

a {
    color: #ffae00;
}

a:hover {
    color: #ffae00;
    text-decoration: underline;
}

a:visited {
    color: #ffae00;
}

.text-center {
    text-align: center;
}

@-ms-viewport {
    width: device-width;
}

.visible-xs {
    display: none !important;
}

.visible-sm {
    display: none !important;
}

.visible-md {
    display: none !important;
}

.visible-lg {
    display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }

    table.visible-xs {
        display: table !important;
    }

    tr.visible-xs {
        display: table-row !important;
    }

    th.visible-xs,
    td.visible-xs {
        display: table-cell !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 768px) and (max-width: 959px) {
    .visible-sm {
        display: block !important;
    }

    table.visible-sm {
        display: table !important;
    }

    tr.visible-sm {
        display: table-row !important;
    }

    th.visible-sm,
    td.visible-sm {
        display: table-cell !important;
    }
}

@media (min-width: 768px) and (max-width: 959px) {
    .visible-sm-block {
        display: block !important;
    }
}

@media (min-width: 768px) and (max-width: 959px) {
    .visible-sm-inline {
        display: inline !important;
    }
}

@media (min-width: 768px) and (max-width: 959px) {
    .visible-sm-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 960px) and (max-width: 1199px) {
    .visible-md {
        display: block !important;
    }

    table.visible-md {
        display: table !important;
    }

    tr.visible-md {
        display: table-row !important;
    }

    th.visible-md,
    td.visible-md {
        display: table-cell !important;
    }
}

@media (min-width: 960px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important;
    }
}

@media (min-width: 960px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important;
    }
}

@media (min-width: 960px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important;
    }

    table.visible-lg {
        display: table !important;
    }

    tr.visible-lg {
        display: table-row !important;
    }

    th.visible-lg,
    td.visible-lg {
        display: table-cell !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important;
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 959px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width: 960px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}

.visible-print {
    display: none !important;
}

@media print {
    .visible-print {
        display: block !important;
    }

    table.visible-print {
        display: table !important;
    }

    tr.visible-print {
        display: table-row !important;
    }

    th.visible-print,
    td.visible-print {
        display: table-cell !important;
    }
}

.visible-print-block {
    display: none !important;
}

@media print {
    .visible-print-block {
        display: block !important;
    }
}

.visible-print-inline {
    display: none !important;
}

@media print {
    .visible-print-inline {
        display: inline !important;
    }
}

.visible-print-inline-block {
    display: none !important;
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important;
    }
}

@media print {
    .hidden-print {
        display: none !important;
    }
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent;
}

body {
    background-position: bottom;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

figure {
    margin: 0;
}

img {
    vertical-align: middle;
}

[role="button"] {
    cursor: pointer;
}

/*--- App layout styles ----*/
.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.container:before, .container:after {
    content: " ";
    display: table;
}

.container:after {
    clear: both;
}

@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}

@media (min-width: 960px) {
    .container {
        width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 960px;
    }
}

.container-small:before, .container-small:after {
    content: " ";
    display: table;
}

.container-small:after {
    clear: both;
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.container-fluid:before, .container-fluid:after {
    content: " ";
    display: table;
}

.container-fluid:after {
    clear: both;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

.row:before, .row:after {
    content: " ";
    display: table;
}

.row:after {
    clear: both;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
}

.col-xs-1 {
    width: 8.33333%;
}

.col-xs-2 {
    width: 16.66667%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-4 {
    width: 33.33333%;
}

.col-xs-5 {
    width: 41.66667%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-7 {
    width: 58.33333%;
}

.col-xs-8 {
    width: 66.66667%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-10 {
    width: 83.33333%;
}

.col-xs-11 {
    width: 91.66667%;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-pull-0 {
    right: auto;
}

.col-xs-pull-1 {
    right: 8.33333%;
}

.col-xs-pull-2 {
    right: 16.66667%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-4 {
    right: 33.33333%;
}

.col-xs-pull-5 {
    right: 41.66667%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-7 {
    right: 58.33333%;
}

.col-xs-pull-8 {
    right: 66.66667%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-10 {
    right: 83.33333%;
}

.col-xs-pull-11 {
    right: 91.66667%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-push-0 {
    left: auto;
}

.col-xs-push-1 {
    left: 8.33333%;
}

.col-xs-push-2 {
    left: 16.66667%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-4 {
    left: 33.33333%;
}

.col-xs-push-5 {
    left: 41.66667%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-7 {
    left: 58.33333%;
}

.col-xs-push-8 {
    left: 66.66667%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-10 {
    left: 83.33333%;
}

.col-xs-push-11 {
    left: 91.66667%;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-offset-0 {
    margin-left: 0%;
}

.col-xs-offset-1 {
    margin-left: 8.33333%;
}

.col-xs-offset-2 {
    margin-left: 16.66667%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-4 {
    margin-left: 33.33333%;
}

.col-xs-offset-5 {
    margin-left: 41.66667%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-7 {
    margin-left: 58.33333%;
}

.col-xs-offset-8 {
    margin-left: 66.66667%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-10 {
    margin-left: 83.33333%;
}

.col-xs-offset-11 {
    margin-left: 91.66667%;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

@media (min-width: 768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left;
    }

    .col-sm-1 {
        width: 8.33333%;
    }

    .col-sm-2 {
        width: 16.66667%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-4 {
        width: 33.33333%;
    }

    .col-sm-5 {
        width: 41.66667%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-7 {
        width: 58.33333%;
    }

    .col-sm-8 {
        width: 66.66667%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-10 {
        width: 83.33333%;
    }

    .col-sm-11 {
        width: 91.66667%;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-pull-0 {
        right: auto;
    }

    .col-sm-pull-1 {
        right: 8.33333%;
    }

    .col-sm-pull-2 {
        right: 16.66667%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-4 {
        right: 33.33333%;
    }

    .col-sm-pull-5 {
        right: 41.66667%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-7 {
        right: 58.33333%;
    }

    .col-sm-pull-8 {
        right: 66.66667%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-10 {
        right: 83.33333%;
    }

    .col-sm-pull-11 {
        right: 91.66667%;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-push-0 {
        left: auto;
    }

    .col-sm-push-1 {
        left: 8.33333%;
    }

    .col-sm-push-2 {
        left: 16.66667%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-4 {
        left: 33.33333%;
    }

    .col-sm-push-5 {
        left: 41.66667%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-7 {
        left: 58.33333%;
    }

    .col-sm-push-8 {
        left: 66.66667%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-10 {
        left: 83.33333%;
    }

    .col-sm-push-11 {
        left: 91.66667%;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-offset-0 {
        margin-left: 0%;
    }

    .col-sm-offset-1 {
        margin-left: 8.33333%;
    }

    .col-sm-offset-2 {
        margin-left: 16.66667%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66667%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-7 {
        margin-left: 58.33333%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66667%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66667%;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }
}

@media (min-width: 960px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
    }

    .col-md-1 {
        width: 8.33333%;
    }

    .col-md-2 {
        width: 16.66667%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-4 {
        width: 33.33333%;
    }

    .col-md-5 {
        width: 41.66667%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-7 {
        width: 58.33333%;
    }

    .col-md-8 {
        width: 66.66667%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-10 {
        width: 83.33333%;
    }

    .col-md-11 {
        width: 91.66667%;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-pull-0 {
        right: auto;
    }

    .col-md-pull-1 {
        right: 8.33333%;
    }

    .col-md-pull-2 {
        right: 16.66667%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-pull-4 {
        right: 33.33333%;
    }

    .col-md-pull-5 {
        right: 41.66667%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-pull-7 {
        right: 58.33333%;
    }

    .col-md-pull-8 {
        right: 66.66667%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-pull-10 {
        right: 83.33333%;
    }

    .col-md-pull-11 {
        right: 91.66667%;
    }

    .col-md-pull-12 {
        right: 100%;
    }

    .col-md-push-0 {
        left: auto;
    }

    .col-md-push-1 {
        left: 8.33333%;
    }

    .col-md-push-2 {
        left: 16.66667%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-4 {
        left: 33.33333%;
    }

    .col-md-push-5 {
        left: 41.66667%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-7 {
        left: 58.33333%;
    }

    .col-md-push-8 {
        left: 66.66667%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-10 {
        left: 83.33333%;
    }

    .col-md-push-11 {
        left: 91.66667%;
    }

    .col-md-push-12 {
        left: 100%;
    }

    .col-md-offset-0 {
        margin-left: 0%;
    }

    .col-md-offset-1 {
        margin-left: 8.33333%;
    }

    .col-md-offset-2 {
        margin-left: 16.66667%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-4 {
        margin-left: 33.33333%;
    }

    .col-md-offset-5 {
        margin-left: 41.66667%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-7 {
        margin-left: 58.33333%;
    }

    .col-md-offset-8 {
        margin-left: 66.66667%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-10 {
        margin-left: 83.33333%;
    }

    .col-md-offset-11 {
        margin-left: 91.66667%;
    }

    .col-md-offset-12 {
        margin-left: 100%;
    }
}

@media (min-width: 1200px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left;
    }

    .col-lg-1 {
        width: 8.33333%;
    }

    .col-lg-2 {
        width: 16.66667%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-4 {
        width: 33.33333%;
    }

    .col-lg-5 {
        width: 41.66667%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-7 {
        width: 58.33333%;
    }

    .col-lg-8 {
        width: 66.66667%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-10 {
        width: 83.33333%;
    }

    .col-lg-11 {
        width: 91.66667%;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-pull-0 {
        right: auto;
    }

    .col-lg-pull-1 {
        right: 8.33333%;
    }

    .col-lg-pull-2 {
        right: 16.66667%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-4 {
        right: 33.33333%;
    }

    .col-lg-pull-5 {
        right: 41.66667%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-7 {
        right: 58.33333%;
    }

    .col-lg-pull-8 {
        right: 66.66667%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-10 {
        right: 83.33333%;
    }

    .col-lg-pull-11 {
        right: 91.66667%;
    }

    .col-lg-pull-12 {
        right: 100%;
    }

    .col-lg-push-0 {
        left: auto;
    }

    .col-lg-push-1 {
        left: 8.33333%;
    }

    .col-lg-push-2 {
        left: 16.66667%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-4 {
        left: 33.33333%;
    }

    .col-lg-push-5 {
        left: 41.66667%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-7 {
        left: 58.33333%;
    }

    .col-lg-push-8 {
        left: 66.66667%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-10 {
        left: 83.33333%;
    }

    .col-lg-push-11 {
        left: 91.66667%;
    }

    .col-lg-push-12 {
        left: 100%;
    }

    .col-lg-offset-0 {
        margin-left: 0%;
    }

    .col-lg-offset-1 {
        margin-left: 8.33333%;
    }

    .col-lg-offset-2 {
        margin-left: 16.66667%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-4 {
        margin-left: 33.33333%;
    }

    .col-lg-offset-5 {
        margin-left: 41.66667%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-7 {
        margin-left: 58.33333%;
    }

    .col-lg-offset-8 {
        margin-left: 66.66667%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-10 {
        margin-left: 83.33333%;
    }

    .col-lg-offset-11 {
        margin-left: 91.66667%;
    }

    .col-lg-offset-12 {
        margin-left: 100%;
    }
}

.footer {
    margin-top: 60px;
    width: 100%;
}

.footer .footer-inner {
    border-top: 1px solid #d4d4d4;
    padding: 20px 0;
    float: left;
    width: 100%;
}

.footer .copyright {
    float: left;
}

@media screen and (max-width: 480px) {
    .footer .copyright {
        width: 100%;
        text-align: center;
    }
}

.nav-footer {
    float: right;
}

.nav-footer ul {
    list-style: none;
    margin: 0;
    float: right;
    padding: 0;
}

@media screen and (max-width: 480px) {
    .nav-footer ul {
        float: left;
        width: 100%;
    }
}

.nav-footer ul li {
    display: block;
    float: left;
    padding: 0 5px;
}

@media screen and (max-width: 480px) {
    .nav-footer ul li {
        width: 100%;
        text-align: center;
        padding: 0;
        margin-bottom: 10px;
    }

    .nav-footer ul li:last-of-type {
        margin-bottom: 0;
    }
}

.nav-footer ul li a {
    color: #000;
}

@media screen and (max-width: 480px) {
    .footer-big .nav-footer {
        float: left;
        width: 100%;
        margin-top: 30px;
    }
}

.footer-small {
    margin-top: 20px;
}

.footer-small .footer-inner {
    float: none;
    padding-bottom: 0;
}

.footer-small .nav-footer, .footer-small .copyright {
    width: 100%;
    text-align: center;
    float: none;
}

.footer-small .nav-footer ul {
    width: 100%;
    float: none;
}

.footer-small .nav-footer ul li {
    float: none;
    display: inline-block;
}

.footer-small .copyright {
    margin-top: 10px;
}

.wrapper {
    height: 100%;
    width: 100%;
}

.main-image {
    width: 100%;
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    text-align: center;
}

.main-image img {
    max-width: 100%;
}

@media screen and (min-width: 768px) {
    .main-image {
        height: 600px;
    }

    .main-image img {
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

@media screen and (max-width: 768px) {
    .main-image {
        padding: 40px 0;
    }
}

@media screen and (max-width: 768px) {
    .wrapper-1sp .main-image {
        padding: 40px 20px;
    }
}

.description {
    font-size: 22px;
}

.page {
    margin-top: 50px;
}

.page ul {
    list-style: none;
    padding-left: 0;
}

.page ul li,
.page ol li,
.page p,
.page address {
    font-size: 18px;
    margin-bottom: 20px;
}

.page ul li {
    font-weight: bold;
}

.page ul li ul li,
.page ol li ul li {
    font-weight: normal;
    font-size: 14px;
    margin-bottom: 5px;
}

.page ul p,
.page ol p {
    margin-top: 10px;
    font-size: 14px;
    font-weight: normal;
}

.row-text {
    margin-bottom: 30px;
}

.row-text .row-text-title {
    font-size: 22px;
    margin: 0;
}

.link-back {
    margin-top: 20px;
    display: block;
    font-size: 16px;
}

.wrapper-2sp {
    background-attachment: fixed;
    background-size: cover;
}

.wrapper-2sp .main-image {
    background: none;
}

.wrapper-2sp .content {
    background: #fff;
    padding: 20px 30px;
    position: relative;
    top: 40px;
    margin-bottom: 20px;
    border-radius: 8px;
}

.wrapper-2sp .content .button-main {
    width: 100%;
}

@media screen and (max-width: 768px) {
    .wrapper-2sp .content {
        top: 0px;
    }
}

.wrapper-2sp .title-main {
    text-align: center;
    margin: 0 0 20px 0;
}

@media screen and (min-width: 768px) {
    .wrapper-2sp .col-left {
        position: fixed;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

/*--- App components files ----*/
.button-main, .button-main-small {
    background: #ffae00;
    width: 440px;
    max-width: 100%;
    padding: 0 15px;
    border: none;
    border-radius: 8px;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    font-family: "Source Sans Pro", sans-serif;
    transition: 0.2s ease-in-out;
    outline: none;
    letter-spacing: 1px;
    opacity: 0.85;
}

.button-main:hover, .button-main-small:hover {
    opacity: 1;
}

.button-main {
    min-height: 80px;
    font-size: 28px;
}

.button-main-small {
    min-height: 45px;
    font-size: 22px;
}

.field-input {
    height: 70px;
    border: 1px solid #d4d4d4;
    width: 100%;
    display: block;
    padding: 0 18px;
    font-size: 18px;
    color: #bdbdbd;
    background-color: #fbfbfb;
    transition: 0.2s ease-in-out;
}

.field-input:focus {
    outline: none;
    border-color: #ffae00;
}

.form-agreement {
    margin: 20px 0;
    float: left;
    width: 100%;
}

.field-check {
    position: relative;
    float: left;
    width: 32px;
}

.field-check label {
    width: 30px;
    height: 30px;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #d4d4d4;
    background-color: #fbfbfb;
}

.field-check label:after {
    font-family: 'font-lottery';
    content: '\63';
    position: absolute;
    color: #ffae00;
    top: 7px;
    left: 7px;
    opacity: 0;
}

.field-check input {
    visibility: hidden;
    width: 32px;
    height: 32px;
    float: left;
}

.field-check input:checked + label:after {
    opacity: 1;
}

.text-agreement {
    width: calc(100% - 32px);
    float: left;
    padding-left: 20px;
}

.form-info {
    margin-top: 20px;
}

td, th {
    padding: 3px;
}

tr:nth-of-type(2n) {
    background: #f3f3f3;
}

.modal {
    z-index: 100;
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    display: none;
    overflow-y: auto;
}

.modal .modal-inner {
    width: 800px;
    margin: 40px auto;
    position: relative;
    top: 35px;
    max-width: 100%;
    padding: 0 15px;
}

.modal .modal-content {
    background: #fff;
    width: 100%;
    padding: 30px;
    min-height: 300px;
    overflow-y: auto;
    border-radius: 8px;
}

.sponsor {
    margin-bottom: 20px;
}

.sponsor:last-of-type {
    margin-bottom: 0;
}

.sponsor .sponsor-info {
    position: relative;
    top: -6px;
}

.sponsor .sponsor-info .sponsor-title {
    font-size: 22px;
}

.close-wrapper {
    position: fixed;
    top: 40px;
    right: 80px;
}

@media screen and (max-width: 992px) {
    .close-wrapper {
        right: 30px;
        top: 30px;
    }
}

.close {
    width: 50px;
    height: 50px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

.close::before, .close::after {
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    top: 50%;
    left: 0;
    margin-top: -1px;
    background: #fff;
}

.close::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.close::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.close::before, .close::after {
    height: 8px;
    margin-top: -4px;
    border-radius: 5px;
}

.mail-confirm-text {
    text-align: center;
    color: #ffae00;
    font-size: 36px;
    margin: 150px 0;
}

.widget {
    padding: 40px 0;
    border-bottom: 1px solid #d4d4d4;
    color: #ffae00;
}

.widget .widget-icon {
    float: left;
    font-size: 71.1px;
    margin-right: 10px;
}

.widget .widget-right {
    float: left;
    position: relative;
    height: 70px;
}

.widget .widget-title-top {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
}

.widget .widget-countdown {
    font-size: 60px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1;
}

.widget .widget-count {
    font-size: 90px;
    float: left;
    font-weight: bold;
    line-height: 70px;
}

.widget .widget-title-right {
    font-size: 20px;
    float: left;
    margin-left: 15px;
    font-weight: 600;
    text-transform: uppercase;
    width: 140px;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.widget .widget-title-main {
    font-size: 28px;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: bold;
}

.widget .widget-field-option {
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.widget .widget-field-option:last-of-type {
    margin-bottom: 0;
}

.widget .widget-field-option .check {
    float: left;
    border-radius: 100%;
    background: #f6f6f6;
    border: 1px solid #d8d8d8;
    height: 30px;
    width: 30px;
    position: relative;
}

.widget .widget-field-option .check:before {
    display: none;
    position: absolute;
    content: '';
    height: 12px;
    width: 12px;
    background: #ffae00;
    z-index: 5;
    border-radius: 100%;
    top: 8px;
    left: 8px;
}

.widget .widget-field-option input {
    visibility: hidden;
    position: absolute;
}

.widget .widget-field-option input:checked ~ .check:before {
    display: block;
}

.widget .widget-field-option label {
    font-size: 18px;
    color: #232323;
    display: block;
    float: left;
    cursor: pointer;
}

.widget .widget-field-option label span {
    display: block;
    padding-left: 20px;
    line-height: 30px;
    float: left;
    width: calc(100% - 30px);
}

.widget .widget-field-option-image {
    width: 130px;
    margin: 0 25px 0 0;
}

.widget .widget-field-option-image:last-of-type {
    margin-right: 0;
}

@media screen and (max-width: 480px) {
    .widget .widget-field-option-image {
        width: 100%;
        text-align: center;
        margin: 0 0 20px 0;
    }

    .widget .widget-field-option-image:last-of-type {
        margin-bottom: 0;
    }

    .widget .widget-field-option-image label {
        float: none;
        display: inline-block;
    }
}

.widget .widget-field-option-image .check {
    float: none;
    margin: 15px auto 0 auto;
}

.widget .step {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.widget .step .number {
    float: left;
    color: #fff;
    background: #ffae00;
    height: 30px;
    width: 30px;
    text-align: center;
    border-radius: 100%;
    line-height: 30px;
    font-size: 20px;
    font-weight: bold;
}

.widget .step .info {
    color: #232323;
    float: left;
    width: calc(100% - 30px);
    padding-left: 10px;
    font-size: 18px;
    line-height: 30px;
}

.widget .widget-field-select {
    color: #232323;
    position: relative;
}

.widget .widget-field-select button, .widget .widget-field-select .list {
    background: #fbfbfb;
    border: 1px solid #d4d4d4;
    color: #232323;
    font-size: 18px;
    text-align: left;
    width: 100%;
}

.widget .widget-field-select button {
    display: block;
    padding: 0 20px;
    outline: none;
    border: 1px solid #d4d4d4;
    border-bottom: 0;
    height: 70px;
    transition: box-shadow 0.3s ease-in-out;
}

.widget .widget-field-select button .arrow {
    float: right;
    font-size: 18px;
    color: #ffae00;
    display: block;
    line-height: 1;
    right: 20px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.widget .widget-field-select .list {
    transition: box-shadow 0.3s ease-in-out;
    border-top: 0;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 10;
}

.widget .widget-field-select .list .inner {
    display: none;
}

.widget .widget-field-select .list .option {
    padding: 0 20px;
    margin-bottom: -1px;
    transition: 0.2s ease;
}

.widget .widget-field-select .list .option:hover {
    background: #d4d4d4;
}

.widget .widget-field-select .list span {
    display: block;
    border-top: 1px solid #d4d4d4;
    padding: 25px 0;
    cursor: pointer;
}

@media screen and (max-width: 480px) {
    .widget-quiz-images .widget-title-main {
        text-align: center;
    }
}

@media screen and (max-width: 600px) {
    .widget-clock {
        text-align: center;
    }

    .widget-clock .widget-icon {
        margin-right: 0;
        width: 100%;
    }

    .widget-clock .widget-right {
        width: 100%;
        height: auto;
    }
}

@media screen and (max-width: 480px) {
    .widget-users {
        text-align: center;
    }

    .widget-users .widget-icon {
        margin-right: 0;
        width: 100%;
    }

    .widget-users .widget-right {
        width: 100%;
        height: auto;
    }

    .widget-users .widget-count {
        width: 100%;
    }

    .widget-users .widget-title-right {
        width: 100%;
        margin: 20px 0 0 0;
        top: 0%;
        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
    }
}

.shadow {
    transition: box-shadow 0.3s ease-in-out;
    box-shadow: 4px 4px 0px #e5e5e5;
}

.wrapper-2sp .widget-title-main {
    text-align: center;
}

.wrapper-2sp .widget {
    padding: 0 0 20px 0;
    margin-bottom: 20px;
}

.wrapper-2sp .widget-clock {
    text-align: center;
}

.wrapper-2sp .widget-clock .widget-icon {
    margin-right: 0;
    width: 100%;
}

.wrapper-2sp .widget-clock .widget-right {
    width: 100%;
    height: auto;
}

.wrapper-2sp .widget-quiz-images .widget-field-option-image {
    width: 100%;
    text-align: center;
    margin: 0 0 20px 0;
}

.wrapper-2sp .widget-quiz-images .widget-field-option-image label {
    float: none;
}

/*# sourceMappingURL=global.css.map */
