@charset "UTF-8";
/**************************************/
/***      IMPORT BOOTSTRAP ELEMENTS
/**************************************/
/**************************************/
/***      BOOTSTRAP VARIABLES
/**************************************/
/**************************************/
/***      COLORS
/**************************************/
/* BASE FONT */
/* Desktop */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic&subset=latin,latin-ext);

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

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

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;
}

* {
    box-sizing: border-box;
}

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

html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333333;
    background-color: #fff;
}

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

a {
    color: #337ab7;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #23527c;
    text-decoration: underline;
}

a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

figure {
    margin: 0;
}

img {
    vertical-align: middle;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.img-rounded {
    border-radius: 6px;
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.img-circle {
    border-radius: 50%;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eeeeee;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

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

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

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

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

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

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

.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-12 {
    width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@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-12 {
        width: 100%;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 992px) {
    .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-12 {
        width: 100%;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@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-12 {
        width: 100%;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0;
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}

input[type="search"] {
    box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}

input[type="file"] {
    display: block;
}

input[type="range"] {
    display: block;
    width: 100%;
}

select[multiple],
select[size] {
    height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #a6a7a4;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #a6a7a4;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -moz-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -ms-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #999;
}

.form-control::-webkit-input-placeholder {
    color: #999;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #eeeeee;
    opacity: 1;
}

textarea.form-control {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type="date"],
    input[type="time"],
    input[type="datetime-local"],
    input[type="month"] {
        line-height: 34px;
    }

    input[type="date"].input-sm,
    input[type="time"].input-sm,
    input[type="datetime-local"].input-sm,
    input[type="month"].input-sm,
    .input-group-sm input[type="date"],
    .input-group-sm input[type="time"],
    .input-group-sm input[type="datetime-local"],
    .input-group-sm input[type="month"] {
        line-height: 30px;
    }

    input[type="date"].input-lg,
    input[type="time"].input-lg,
    input[type="datetime-local"].input-lg,
    input[type="month"].input-lg,
    .input-group-lg input[type="date"],
    .input-group-lg input[type="time"],
    .input-group-lg input[type="datetime-local"],
    .input-group-lg input[type="month"] {
        line-height: 46px;
    }
}

.form-group {
    margin-bottom: 15px;
}

.radio,
.checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

.radio label,
.checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
    position: absolute;
    margin-left: -20px;
    margin-top: 4px \9;
}

.radio + .radio,
.checkbox + .checkbox {
    margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
    margin-top: 0;
    margin-left: 10px;
}

input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
    cursor: not-allowed;
}

.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
    cursor: not-allowed;
}

.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
    cursor: not-allowed;
}

.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
}

.form-control-static.input-lg,
.form-control-static.input-sm {
    padding-left: 0;
    padding-right: 0;
}

.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

select.input-sm {
    height: 30px;
    line-height: 30px;
}

textarea.input-sm,
select[multiple].input-sm {
    height: auto;
}

.form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

select.form-group-sm .form-control {
    height: 30px;
    line-height: 30px;
}

textarea.form-group-sm .form-control,
select[multiple].form-group-sm .form-control {
    height: auto;
}

.form-group-sm .form-control-static {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}

.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

select.input-lg {
    height: 46px;
    line-height: 46px;
}

textarea.input-lg,
select[multiple].input-lg {
    height: auto;
}

.form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

select.form-group-lg .form-control {
    height: 46px;
    line-height: 46px;
}

textarea.form-group-lg .form-control,
select[multiple].form-group-lg .form-control {
    height: auto;
}

.form-group-lg .form-control-static {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}

.has-feedback {
    position: relative;
}

.has-feedback .form-control {
    padding-right: 42.5px;
}

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none;
}

.input-lg + .form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px;
}

.input-sm + .form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
    color: #3c763d;
}

.has-success .form-control {
    border-color: #3c763d;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
    border-color: #2b542c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

.has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8;
}

.has-success .form-control-feedback {
    color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
    color: #8a6d3b;
}

.has-warning .form-control {
    border-color: #8a6d3b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
    border-color: #66512c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3;
}

.has-warning .form-control-feedback {
    color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
    color: #a94442;
}

.has-error .form-control {
    border-color: #a94442;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
    border-color: #843534;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede;
}

.has-error .form-control-feedback {
    color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
    top: 25px;
}

.has-feedback label.sr-only ~ .form-control-feedback {
    top: 0;
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
}

@media (min-width: 768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .form-inline .form-control-static {
        display: inline-block;
    }

    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle;
    }

    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
        width: auto;
    }

    .form-inline .input-group > .form-control {
        width: 100%;
    }

    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .radio,
    .form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .radio label,
    .form-inline .checkbox label {
        padding-left: 0;
    }

    .form-inline .radio input[type="radio"],
    .form-inline .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0;
    }

    .form-inline .has-feedback .form-control-feedback {
        top: 0;
    }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
    min-height: 27px;
}

.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px;
}

@media (min-width: 768px) {
    .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 7px;
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 15px;
}

@media (min-width: 768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 14.333333px;
    }
}

@media (min-width: 768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
    }
}

.fade {
    opacity: 0;
    transition: opacity 0.15s linear;
    -webkit-transition: opacity 0.15s linear;
    -moz-transition: opacity 0.15s linear;
    -ms-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
}

.fade.in {
    opacity: 1;
}

.collapse {
    display: none;
    visibility: hidden;
}

.collapse.in {
    display: block;
    visibility: visible;
}

tr.collapse.in {
    display: table-row;
}

tbody.collapse.in {
    display: table-row-group;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}

.media {
    margin-top: 15px;
}

.media:first-child {
    margin-top: 0;
}

.media,
.media-body {
    zoom: 1;
    overflow: hidden;
}

.media-body {
    width: 10000px;
}

.media-object {
    display: block;
}

.media-right,
.media > .pull-right {
    padding-left: 10px;
}

.media-left,
.media > .pull-left {
    padding-right: 10px;
}

.media-left,
.media-right,
.media-body {
    display: table-cell;
    vertical-align: top;
}

.media-middle {
    vertical-align: middle;
}

.media-bottom {
    vertical-align: bottom;
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

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

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0;
}

.embed-responsive.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}

.embed-responsive.embed-responsive-4by3 {
    padding-bottom: 75%;
}

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

.visible-xs,
.visible-sm,
.visible-md,
.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;
    }

    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: 991px) {
    .visible-sm {
        display: block !important;
    }

    table.visible-sm {
        display: table;
    }

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

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

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

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

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

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

    table.visible-md {
        display: table;
    }

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

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

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

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

@media (min-width: 992px) 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;
    }

    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: 991px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) 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;
    }

    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;
    }
}

/* Slider */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    content: "";
    display: table;
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

/* Slider */
.slick-loading .slick-list {
    background: #fff url('ajax-loader.gif') center center no-repeat;
}

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

/* Arrows */
.slick-prev,
.slick-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    margin-top: -10px \9;
    /*lte IE 8*/
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none;
}

.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent;
}

.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-next:focus:before {
    opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: -25px;
}

.slick-prev[dir="rtl"] {
    left: auto;
    right: -25px;
}

.slick-prev:before {
    content: "←";
}

.slick-prev:before[dir="rtl"] {
    content: "→";
}

.slick-next {
    right: -25px;
}

.slick-next[dir="rtl"] {
    left: -25px;
    right: auto;
}

.slick-next:before {
    content: "→";
}

.slick-next:before[dir="rtl"] {
    content: "←";
}

/* Dots */
.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -45px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    width: 100%;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 20px;
    width: 20px;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    padding: 5px;
    cursor: pointer;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "•";
    width: 20px;
    height: 20px;
    font-family: "slick";
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: black;
    opacity: 0.25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    color: black;
    opacity: 0.75;
}

/**************************************/
/***            FONTS
/**************************************/
/***********  LATO - Primary fonts ***********/
/***********  DIN - Second fonts ***********/
@font-face {
    font-family: 'dintext';
    src: url('../fonts/pfdintextpro-light-webfont.eot');
    src: url('../fonts/pfdintextpro-light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/pfdintextpro-light-webfont.woff2') format('woff2'), url('../fonts/pfdintextpro-light-webfont.woff') format('woff'), url('../fonts/pfdintextpro-light-webfont.ttf') format('truetype'), url('../fonts/pfdintextpro-light-webfont.svg#pf_dintext_prolight') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'dintext';
    src: url('../fonts/pfdintextpro-lightitalic-webfont.eot');
    src: url('../fonts/pfdintextpro-lightitalic-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/pfdintextpro-lightitalic-webfont.woff2') format('woff2'), url('../fonts/pfdintextpro-lightitalic-webfont.woff') format('woff'), url('../fonts/pfdintextpro-lightitalic-webfont.ttf') format('truetype'), url('../fonts/pfdintextpro-lightitalic-webfont.svg#pf_dintext_prolight_italic') format('svg');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'dintext';
    src: url('../fonts/pfdintextpro-regular-webfont.eot');
    src: url('../fonts/pfdintextpro-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/pfdintextpro-regular-webfont.woff2') format('woff2'), url('../fonts/pfdintextpro-regular-webfont.woff') format('woff'), url('../fonts/pfdintextpro-regular-webfont.ttf') format('truetype'), url('../fonts/pfdintextpro-regular-webfont.svg#pf_dintext_proregular') format('svg');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'dintext';
    src: url('../fonts/pfdintextpro-italic-webfont.eot');
    src: url('../fonts/pfdintextpro-italic-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/pfdintextpro-italic-webfont.woff2') format('woff2'), url('../fonts/pfdintextpro-italic-webfont.woff') format('woff'), url('../fonts/pfdintextpro-italic-webfont.ttf') format('truetype'), url('../fonts/pfdintextpro-italic-webfont.svg#pf_dintext_proitalic') format('svg');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'dintext';
    src: url('../fonts/pfdintextpro-bold-webfont.eot');
    src: url('../fonts/pfdintextpro-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/pfdintextpro-bold-webfont.woff2') format('woff2'), url('../fonts/pfdintextpro-bold-webfont.woff') format('woff'), url('../fonts/pfdintextpro-bold-webfont.ttf') format('truetype'), url('../fonts/pfdintextpro-bold-webfont.svg#pf_dintext_probold') format('svg');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'dintext';
    src: url('../fonts/pfdintextpro-boldital-webfont.eot');
    src: url('../fonts/pfdintextpro-boldital-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/pfdintextpro-boldital-webfont.woff2') format('woff2'), url('../fonts/pfdintextpro-boldital-webfont.woff') format('woff'), url('../fonts/pfdintextpro-boldital-webfont.ttf') format('truetype'), url('../fonts/pfdintextpro-boldital-webfont.svg#pf_dintext_probold_italic') format('svg');
    font-weight: 600;
    font-style: italic;
}

@font-face {
    font-family: 'dintext';
    src: url('../fonts/pfdintextpro-xblack-webfont.eot');
    src: url('../fonts/pfdintextpro-xblack-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/pfdintextpro-xblack-webfont.woff2') format('woff2'), url('../fonts/pfdintextpro-xblack-webfont.woff') format('woff'), url('../fonts/pfdintextpro-xblack-webfont.ttf') format('truetype'), url('../fonts/pfdintextpro-xblack-webfont.svg#pf_dintext_proextra_black') format('svg');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'dintext';
    src: url('../fonts/pfdintextpro-xblackitalic-webfont.eot');
    src: url('../fonts/pfdintextpro-xblackitalic-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/pfdintextpro-xblackitalic-webfont.woff2') format('woff2'), url('../fonts/pfdintextpro-xblackitalic-webfont.woff') format('woff'), url('../fonts/pfdintextpro-xblackitalic-webfont.ttf') format('truetype'), url('../fonts/pfdintextpro-xblackitalic-webfont.svg#pf_dintext_proXBlkIt') format('svg');
    font-weight: 800;
    font-style: italic;
}

/**************************************/
/***      MIXINS
/**************************************/
/**************************************/
/***      HELPER CLASSES
/**************************************/
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
    content: " ";
    display: table;
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after {
    clear: both;
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
    content: " ";
    display: table;
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after {
    clear: both;
}

.overflow-hidden {
    overflow: hidden;
}

.margin-top {
    margin-top: 30px;
}

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

.relative {
    position: relative;
}

.section-padding {
    padding: 50px 0;
}

.no-padding {
    padding: 0;
}
.text-uppercase{
    text-transform: uppercase;
}

.color-yellow{
    color: #decf96 !important;
}

.width-block {
    width: 65%;
    margin-left: auto;
    margin-right: auto;
}

* {
    outline: none;
    outline: 0;
}

a:focus,
a:active,
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
select::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
    border: 0;
    outline: 0;
}

body {
    font-family: 'Open Sans', sans-serif;
}

a {
    cursor: pointer;
}

/*
SECTION:
1. Help bar /Home/
2. Statics bar /Doing/
3. Donate bar /Donate/

4. Separator heading /All pages/

5. Tile /Home/Doing/
6. Section all
7. Section with Photo /Finished project/Progress project
8. Primary photo - header

9. Pagination
10. Donation bar progress
11. Buttons
12. Ribbon
13. Social icons

Others elements

MEDIA QUERIES FOR ELEMENT

*/
/**************************************/
/***      1. HELP BAR /Home/
/**************************************/
.help-bar {
    position: relative;
    z-index: 100;
    height: auto;
    background-image: url("../img/bg-patterns.jpg");
    background-repeat: repeat;
    overflow: hidden;
}

.help-bar .title-help-bar {
    font-size: 35px;
    font-size: 2.1875em;
    color: #ffffff;
    font-weight: 800;
    text-transform: uppercase;
    padding: 25px 20px 20px 37px;
    margin: 0;
    line-height: 120%;
}

.help-bar .link-help-bar {
    display: block;
    float: left;
    padding: 42px 0 20px 44px;
    width: 100%;
    height: auto;
}

.help-bar .link-help-bar .help-bar-number {
    width: 30%;
    float: left;
    color: #8f8d6a;
    font-size: 48px;
    font-size: 3em;
    font-weight: 300;
    line-height: 100%;
}

.help-bar .link-help-bar .line-help-bar {
    border-left: 1px solid #8f8d6a;
    display: block;
    float: left;
    height: 77px;
    -webkit-transform: rotate(17deg);
    transform: rotate(17deg);
    -o-transform: rotate(17deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
    position: relative;
    top: -12px;
    margin: 0 15px 0 -2px;
}

.help-bar .link-help-bar .title-link-help-bar {
    color: #55605c;
    float: left;
    width: 60%;
}

/**************************************/
/***      2. STATICS BAR //
/**************************************/
.statics-bar {
    background-color: #55605c;
    padding: 30px 0;
}

.statics-bar h2 {
    font-size: 40px;
    font-size: 2.5em;
    font-weight: 800;
    color: #ffffff;
    line-height: 110%;
}

.statics-bar p {
    text-align: left;
}

.statics-bar p.light {
    font-size: 18px;
    font-size: 1.125em;
    font-style: italic;
    color: #ffffff;
    line-height: 100%;
}

.statics-bar p.sub {
    font-size: 26px;
    font-size: 1.625em;
    font-weight: 800;
    /*color: #decf96;*/
    color: #ffffff;
    line-height: 100%;
    /*text-transform: uppercase;*/
}

.statics-bar .important, .statics-bar .important p {
    font-size: 40px;
    /*font-size: 2.5em;*/
    font-weight: 800;
    color: #decf96;
    line-height: 110%;
}

/**************************************/
/***      3. SECTION DONATE /Donate/About
/**************************************/
.donate-bar {
    text-align: center;
    padding-bottom: 0;
}

.donate-bar .btn-contrast {
    padding: 26px 110px;
    font-size: 40px;
    font-size: 2.5em;
    margin-top: 25px;
}

.donate-bar h3 {
    font-weight: 300;
    color: #bdb577;
    margin-bottom: 20px;
}

.donate-bar .loader {
    display: none;
}

.donate-bar.loading .btn-submit {
    opacity: 0.2;
    pointer-events: none;
}

.donate-bar.loading .loader {
    display: block;
}

.donate-bar.thanks .btn-submit {
    display: none;
}

.donate-bar.thanks h4 {
    margin: 0;
    font-size: 40px;
    font-size: 2.5em;
    color: #ff0096;
    font-weight: 300;
}

/**************************************/
/***      4. SEPARATOR HEADING
/**************************************/
.separator-heading h2 {
    position: relative;
    color: #ff0096;
    font-size: 50px;
    font-size: 3.125em;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    margin: 50px 0;
}

.separator-heading h2 strong {
    font-weight: 600;
}

.separator-heading h2:before,
.separator-heading h2:after {
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    width: 23%;
    height: 2px;
    background-color: #ff0096;
}

.separator-heading h2:after {
    left: auto;
    right: 0;
}

.separator-heading.separator-heading-gray h2 {
    color: #a6a7a4;
}

.separator-heading.separator-heading-gray h2:before,
.separator-heading.separator-heading-gray h2:after {
    background-color: #a6a7a4;
}

/**************************************/
/***      5. TILES /Home/
/**************************************/
.tile {
    height: 326px;
    width: 100%;
    overflow: hidden;
    text-align: center;
    margin-bottom: 30px;
}

.tile h3 {
    font-size: 20px;
    font-size: 1.25em;
}

.tile.tile-dark {
    background-color: #55605c;
}

.tile.tile-dark h3 {
    color: #ffffff;
}

.tile.tile-dark p {
    color: #d0d0cf;
}

.tile.tile-light {
    background-color: #ffffff;
}

.tile.tile-light h3 {
    color: #55605c !important;
}

.tile.tile-light h3:after {
    background-color: #55605c;
}

.tile.tile-light p {
    color: #55605c !important;
}

.tile .raised {
    position: absolute;
    top: 0;
    left: calc(50% - 85px);
    width: 170px;
    padding: 6px 20px;
    color: #ffffff;
    background-color: #9f4761;
    font-size: 20px;
    font-size: 1.25em;
}

.tile .content {
    position: relative;
    width: 50%;
    height: 100%;
    float: left;
    padding: 70px 30px 30px;
}

.tile .content .btn {
    margin-top: 20px;
}

.tile p {
    font-size: 13px;
    font-size: 0.8125em;
    line-height: 150%;
}

.tile .thumb {
    width: 50%;
    height: 326px;
    float: left;
    background-size: cover;
    background-position: bottom;
}

/**************************************/
/***      6. ALL SECTION
/**************************************/
.section {
    padding: 50px 0;
}

.section.section-light {
    background-color: #ffffff;
}

.section.section-pattern {
    background-image: url("../img/bg-patterns.jpg");
    background-repeat: repeat;
}

.section.section-dark {
    background-color: #55605c;
}

.section.section-color {
    background-color: #a89a70;
}

.section.section-color h2,
.section.section-color h3,
.section.section-color h4 {
    color: #ffffff;
}

.section.section-gray {
    background-color: #dbdbdb;
}

.section .link-more {
    position: absolute;
    right: 0;
    top: -3px;
    font-size: 26px;
    font-size: 1.625em;
    font-style: italic;
}

/**************************************/
/***      7. SECTION WITH PHOTO /About
/**************************************/
.single-section {
    width: 100%;
    display: table;
    position: relative;
    min-height: 400px;
    display: -webkit-flex;
    -webkit-flex-direction: row;
    display:flex;
    flex-direction: row;
}
.single-section.photo-left{
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.single-section .single-content {
    padding: 45px;
}

.single-section .photo-block {
    display: inline-block;
}

.single-section .photo-block .img-block {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
}
.table-scroll{
    overflow-x: auto;
}


/**************************************/
/***      8. PRIMARY PHOTO ON ALL PAGES
/**************************************/
.primary-photo {
    width: 100%;
    height: 650px;
    padding: 0 0 70px 0;
    background-size: cover;
    background-position: top center;
    display: table;
    border-bottom: 1px solid #ffffff;
}

.primary-photo .text-bottom {
    display: table-cell;
    vertical-align: bottom;
}

.primary-photo p {
    color: #ffffff;
    font-size: 19px;
    font-size: 1.1875em;
    font-weight: 300;
}

/**************************************/
/***      PAGINATION /Doing
/**************************************/
.pagination {
    margin: 70px auto 0;
    padding: 0;
    list-style: none;
    display: inline-block;
}

.pagination li {
    display: inline-block;
}

.pagination li a {
    display: block;
    text-align: center;
    width: auto;
    min-width: 48px;
    height: 40px;
    font-size: 16px;
    font-size: 1em;
    color: #55605c;
    border-bottom: solid 5px transparent;
}

.pagination li a:hover,
.pagination li a:focus,
.pagination li a:active {
    color: #ff0096;
    text-decoration: none;
}

.pagination li a img {
    vertical-align: inherit;
}

.pagination li.active a {
    border-bottom: solid 5px #ff0096;
}

.pagination li:first-child a img {
    margin-right: 10px;
}

.pagination li:last-child a img {
    margin-left: 10px;
}

.pagination > a {
    display: inline-block;
    text-align: center;
    width: 48px;
    height: 40px;
    text-decoration: none;
    font-size: 16px;
    font-size: 1em;
    color: #55605c;
    text-transform: uppercase;
    border-bottom: solid 5px transparent;
}

.pagination > a.jp-current {
    border-bottom: solid 5px #ff0096;
}

.pagination a.jp-previous {
    width: 100px;
    background-image: url("../img/left-arrow.png");
    background-repeat: no-repeat;
    background-position: left 4px;
    padding-left: 20px;
}

.pagination a.jp-next {
    width: 65px;
    background-image: url("../img/right-arrow.png");
    background-position: right 4px;
    background-repeat: no-repeat;
    padding-right: 20px;
}

.pagination a.jp-disabled {
    opacity: 0.5;
}

/**************************************/
/***      10. DONATION BAR PROGRESS
/**************************************/
.donation-bar {
    position: relative;
    height: 90px;
    background-color: rgba(168, 154, 112, 0.5);
}

.donation-bar__row {
    position: absolute;
    left: 20px;
    z-index: 2;
    font-size: 25px;
    font-size: 1.5625em;
    color: #ffffff;
    font-weight: 300;
}
.donation-bar__row--first{
    top: 6px;
}

.donation-bar__row--second{
    top:44px;
}

.donation-bar .donation-progress {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    height: 100%;
    background-color: #bdb577;
}

/**************************************/
/***      11. BUTTONS
/**************************************/
.btn {
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    font-family: 'dintext', sans-serif;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    cursor: pointer;
}

.btn:hover,
.btn:focus,
.btn:active {
    text-decoration: none;
}

.btn-contrast {
    background-color: #ff0096;
    color: #ffffff;
    font-weight: 800;
    font-size: 20px;
    font-size: 1.25em;
    padding: 15px 36px;
}

.btn-contrast:hover {
    background-color: #9f4761;
    color: #ffffff;
}

.btn-contrast:focus,
.btn-contrast:active {
    background-color: #ff0096;
    color: #ffffff;
}

.btn-contrast.btn-contrast--outline {
    background: #fff;
    color: #ff0096;
    border: 3px solid #ff0096;
    padding: 12px 33px;
    width: 265px;
    margin: 10px auto 0px;
    display: inline-block;
}

.btn-contrast.btn-contrast--outline:hover {
    border-color: #9f4761;
    color: #9f4761;
}

.btn-outline {
    padding: 6px 16px 5px;
    border: 1px solid;
    font-size: 15px;
    font-size: 0.9375em;
}

.btn-outline.btn-outline-light {
    border-color: #d0d0cf;
    color: #d0d0cf;
    background: transparent;
}

.btn-outline.btn-outline-light:hover,
.btn-outline.btn-outline-light:focus {
    border-color: #ffffff;
    color: #55605c;
    background-color: #ffffff;
}

.btn-outline.btn-outline-dark {
    border-color: #55605c;
    color: #55605c;
    background: transparent;
}

.btn-outline.btn-outline-dark:hover,
.btn-outline.btn-outline-dark:focus {
    border-color: #55605c;
    color: #d0d0cf;
    background-color: #55605c;
}

/**************************************/
/***      12. RIBBON CONTRAST
/**************************************/
.ribbon {
    width: 180px;
    height: auto;
    padding: 30px 0 15px;
    background-color: #ff0096;
    color: #ffffff !important;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    border: 4px solid rgba(0, 0, 0, 0.3);
    border-bottom: 0;
    background-clip: padding-box;
}

.ribbon h3 {
    font-size: 36px;
    font-size: 2.25em;
}

.ribbon p {
    font-size: 24px;
    font-size: 1.5em;
    font-weight: 500;
}

.ribbon:after {
    content: '';
    width: 180px;
    height: 29px;
    position: absolute;
    left: -4px;
    bottom: -29px;
    background-image: url("../img/ribbon-arrow.png");
}

.ribbon-mobile {
    display: none;
}

/**************************************/
/***      13. SOCIAL ICONS
/**************************************/
.social-icons {
    list-style: none;
    margin: 0;
    padding: 0;
    display:inline;
}
.social-icons li{
    display: inline;
    margin-right: 20px;
}
.social-icons a {
    font-size: 30px;
    font-size: 1.875em;
    color: #ffffff;
}

.social-icons a + a {
    margin-left: 10px;
}

/**************************************/
/***      SLIDER UI
/**************************************/
.slider-donate {
    width: 90%;
    height: 55px;
    margin: 50px auto 80px auto;
    position: relative;
}

.slider-donate:after {
    content: '';
    position: absolute;
    top: 24px;
    z-index: 0;
    height: 6px;
    width: 100%;
    background: #bdb577;
}

.slider-donate .input-label{
    position:absolute;
    left:36px;
    top:1px;
    color:#fff;
    font-size: 30px;
    font-size: 1.875em;
    font-family: 'dintext', sans-serif;
    font-weight: 300;
    line-height: 60px;
}

.slider-donate .input-handle {
    background: transparent;
    width: 66px;
    margin-left: 54px;
    padding: 0;
    border: 0;
    font-size: 30px;
    font-size: 1.875em;
    font-family: 'dintext', sans-serif;
    font-weight: 300;
    color: #ffffff;
    text-align: center;
    line-height: 63px;
    pointer-events: none;
}
.slider-donate .donate-value {
    display: none;
}

.slider-donate .donate-handler {
    height: 6px;
    width: calc(100% - 264px);
    left: 124px;
    top: 24px;
    right: 54px;
    border: 0;
}

.slider-donate .donate-handler.ui-widget-content {
    background: #bdb577;
    border: 0;
    border-radius: 0;
}

.slider-donate .value-min,
.slider-donate .value-max {
    width: 55px;
    height: 55px;
    position: absolute;
    top: 0;
    z-index: 2;
    background-color: #bdb577;
    border-radius: 50%;
    font-size: 22px;
    font-size: 1.375em;
    font-family: 'dintext', sans-serif;
    font-weight: 600;
    color: #ffffff;
    text-align: center;
    line-height: 58px;
}

.slider-donate .value-min {
    left: 0;
}

.slider-donate .value-max {
    right: 0;
}

.slider-donate .ui-slider-handle {
    width: 156px;
    height: 60px;
    top: -27px;
    margin-left: -70px;
    background: #9f4761;
    border-radius: 50px;
    cursor: e-resize;
    transition: all ease 0.8s;
    -webkit-transition: all ease 0.8s;
    -moz-transition: all ease 0.8s;
    -ms-transition: all ease 0.8s;
    -o-transition: all ease 0.8s;
}

.slider-donate .ui-slider-handle.ui-state-active {
    -webkit-transition-property: none;
    transition-property: none;
}

.slider-donate .ui-slider-handle:before,
.slider-donate .ui-slider-handle:after {
    content: '';
    position: absolute;
    top: 22px;
    height: 15px;
    width: 9px;
}

.slider-donate .ui-slider-handle:before {
    left: 15px;
    background-image: url("../img/slider-ui-left.png");
}

.slider-donate .ui-slider-handle:after {
    right: 15px;
    background-image: url("../img/slider-ui-right.png");
}
.slider-donate__description{
    position: absolute;
    top: 80px;
    display: block;
    width: 100%;
    text-align: center;
}
.slider-donate__btn{
    text-align: center;
    margin: 0 0 60px;
}

/**************************************/
/***      SELECT UI
/**************************************/
.select-ui .ui-selectmenu-button, .text-ui .ui-text-field {
    width: 100% !important;
    border: 2px solid #55605c;
    color: #55605c;
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    font-size: 1.5em;
    font-style: italic;
    font-weight: 600;
}


.select-ui .ui-selectmenu-button .ui-selectmenu-text, .text-ui .ui-text-field {
    padding: 0.8em 1.5em;
    background-color: #ffffff;
    border-radius: 4px;
}

.text-ui .ui-text-field{
    margin-top: 25px;
}

.text-ui .ui-text-field::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #55605c;
    font-size: 24px;
    opacity: 1;
}
.text-ui .ui-text-field::-moz-placeholder { /* Firefox 19+ */
    color: #55605c;
    font-size: 24px;
    opacity: 1;
}
.text-ui .ui-text-field:-ms-input-placeholder { /* IE 10+ */
    color: #55605c;
    font-size: 24px;
    opacity: 1;
}
.text-ui .ui-text-field:-moz-placeholder { /* Firefox 18- */
    color: #55605c;
    font-size: 24px;
    opacity: 1;
}

.ui-selectmenu-menu .ui-menu {
    border: 2px solid #55605c;
    border-top: 0;
}

.ui-selectmenu-menu .ui-menu .ui-menu-item {
    padding: 0.6em 1.5em;
    cursor: pointer;
    background: #ffffff;
    font-size: 18px;
    font-size: 1.125em;
    font-style: italic;
    color: #55605c;
    font-family: 'Open Sans', sans-serif;
    border-bottom: 1px solid #d0d0cf;
    font-weight: 100;
}

.ui-selectmenu-menu .ui-menu .ui-menu-item:last-child {
    border-bottom: 0;
}

.ui-selectmenu-menu .ui-state-hover,
.ui-selectmenu-menu .ui-widget-content .ui-state-hover,
.ui-selectmenu-menu .ui-widget-header .ui-state-hover,
.ui-selectmenu-menu .ui-state-focus,
.ui-selectmenu-menu .ui-widget-content .ui-state-focus,
.ui-selectmenu-menu .ui-widget-header .ui-state-focus {
    border-bottom: 1px solid #d0d0cf;
    background: #d0d0cf;
    font-weight: 100;
    color: #55605c;
}

/**************************************/
/***      CHECKBOX
/**************************************/
.checkbox-ui label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 70px;
    margin-right: 15px;
    font-size: 13px;
    margin-bottom: 10px;
    font-size: 24px;
    font-size: 1.5em;
    font-family: 'dintext', sans-serif;
    font-weight: 400;
    color: #55605c !important;
}

.checkbox-ui label:before {
    content: "";
    display: inline-block;
    width: 46px;
    height: 43px;
    margin-right: 10px;
    position: absolute;
    left: 0;
    bottom: -3px;
    background-color: #ffffff;
    border: 2px solid #55605c;
    border-radius: 4px;
}

.checkbox-ui input[type=checkbox] {
    display: none;
}

.checkbox-ui input[type=checkbox]:checked + label:before {
    background-image: url("../img/ok-checkbox.jpg");
    background-position: center center;
    background-repeat: no-repeat;
}

/**************************************/
/***      INPUTS
/**************************************/
.form-group label {
    font-size: 15px;
    font-size: 0.9375em;
    font-weight: 600;
    color: #ffffff;
    margin: 0 0 7px 18px;
}

.form-group label.error {
    font-size: 14px;
    font-size: 0.875em;
    font-weight: 400;
    color: #ff0096;
}

.form-group .wpcf7-not-valid-tip {
    font-size: 14px;
    font-size: 0.875em;
    font-weight: 400;
    color: #ff0096;
    text-align: left;
}

.form-group .form-control {
    height: 50px;
    border-radius: 3px;
    border: 0;
    background-color: #ffffff;
}

.form-group .form-control.error,
.form-group .form-control.wpcf7-not-valid {
    border-bottom: 2px solid #ff0096;
}

.form-group textarea.form-control {
    height: 175px;
    resize: none;
}

/**************************************/
/***      TOOLTIP
/**************************************/
.tooltip {
    border-radius: 0;
    border: 0;
    padding: 3px 5px;
    background: #55605c;
    position: absolute !important;
}

.tooltip .ui-tooltip-content {
    color: #ffffff;
    font-size: 12px;
    font-size: 0.75em;
}

/**************************************/
/***      LOADER
/**************************************/
.loading .loader {
    margin: 30px 0;
}

/**************************************/
/***      PAYMENT ERROR
/**************************************/
.payments-error {
    width: 100%;
    margin: 15px 0;
    background-color: #d10909;
    border-radius: 3px;
    color: #ffffff;
    padding: 10px 15px;
}

.payments-error p {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    font-size: 0.875em;
    text-align: center;
}

/**************************************/
/***      TABLE
/**************************************/
table {
    border: 0;
}

table th {
    font-size: 24px;
    font-size: 1.5em;
    font-weight: 400;
    font-style: italic;
    line-height: 100%;
    text-align: left;
    padding-right: 25px;
    padding-bottom: 15px;
}

table td {
    font-size: 14px;
    font-size: 0.875em;
    font-weight: 400;
    line-height: 170%;
    padding-right: 25px;
}

/*************************************/
/***   Medium devices ( <= 1199px ) TABLETS
/**************************************/
@media (max-width: 1199px) {
    /**************************************/
    /***      SEPARATOR HEADING
  /**************************************/
    .separator-heading h2:before,
    .separator-heading h2:after {
        width: 16%;
    }

    /**************************************/
    /***      STATICS BAR //
  /**************************************/
    .statics-bar h2 {
        margin-top: 0;
    }

    /**************************************/
    /***      5. TILES /Home/
  /**************************************/
    .tile .content {
        padding: 60px 20px 20px;
    }
}

/*************************************/
/***   Medium devices ( <= 991px ) TABLETS
/**************************************/
@media (max-width: 991px) {
    /**************************************/
    /***      HELP BAR /Home/
  /**************************************/
    .help-bar {
        background-image: none;
        background-color: #bdb577;
        text-align: center;
    }

    .help-bar .title-help-bar {
        font-size: 35px;
        font-size: 2.1875em;
        text-align: center;
    }

    .help-bar .link-help-bar {
        display: inline-block;
        float: none;
        width: auto;
        padding: 10px 0 10px 0;
        height: 100%;
    }

    .help-bar .link-help-bar .help-bar-number {
        width: 60px;
    }

    .help-bar .link-help-bar .title-link-help-bar {
        width: 140px;
        text-align: left;
    }

    /**************************************/
    /***      STATICS BAR //
  /**************************************/
    .statics-bar h2 {
        text-align: center;
        margin-bottom: 30px;
    }

    /**************************************/
    /***      TILES /Home/
  /**************************************/
    .tile {
        display: table;
        height: auto;
        margin-bottom: 30px;
    }

    .tile .content {
        position: relative;
        width: 50%;
        height: 100%;
        float: left;
        padding: 70px 30px 30px;
    }

    .tile .content .btn {
        margin-top: 20px;
        position: static;
    }

    .tile .thumb {
        width: 50%;
        height: 326px;
        display: inline-block;
        float: none;
        background-size: cover;
        background-position: bottom;
    }

    /**************************************/
    /***      SECTION WITH PHOTO /About
  /**************************************/
    .single-section {
        min-height: 300px;
    }

    .single-section .single-content {
        padding: 60px 20px 60px 20px;

    }

    /**************************************/
    /***      PRIMARY PHOTO ON ALL PAGES
  /**************************************/
    .primary-photo {
        height: 590px;
        padding: 0 0 70px 0;
    }

    /**************************************/
    /***      RIBBON CONTRAST
  /**************************************/
    .ribbon-mobile {
        display: block;
        background-color: #55605c;
        padding-top: 30px;
        padding-bottom: 15px;
    }

    .ribbon {
        width: 440px;
        height: auto;
        padding: 30px 0 15px;
        margin: 0 auto;
        position: relative;
        border: 6px solid rgba(0, 0, 0, 0.3);
        border-bottom: 0;
    }

    .ribbon h3 {
        display: inline-block;
    }

    .ribbon p {
        display: inline-block;
    }

    .ribbon:after {
        content: '';
        width: 440px;
        height: 31px;
        position: absolute;
        left: -6px;
        bottom: -31px;
        background-image: url("../img/ribbon-arrow-big.png");
    }
}

/**************************************/
/***   Small devices ( <= 767px) PHONES
/**************************************/
@media (max-width: 767px) {
    /**************************************/
    /***      HELP BAR /Home/
  /**************************************/
    .help-bar .link-help-bar {
        padding: 10px 0 10px 30px;
    }

    .help-bar .link-help-bar .title-link-help-bar {
        width: 155px;
    }

    /**************************************/
    /***      SEPARATOR HEADING
  /**************************************/
    .separator-heading h2 {
        font-size: 40px;
        font-size: 2.5em;
    }

    .separator-heading h2:before,
    .separator-heading h2:after {
        display: none;
    }

    /**************************************/
    /***      STATICS BAR //
  /**************************************/
    .statics-bar {
        background-color: #55605c;
        padding: 30px 0;
    }

    .statics-bar h2 {
        margin-bottom: 0;
    }

    .statics-bar p {
        text-align: center;
    }

    .statics-bar .important {
        text-align: center;
    }

    .statics-bar .col-xs-12 {
        margin-top: 25px;
    }

    /**************************************/
    /***      TILES /Home/
  /**************************************/
    .tile {
        display: table;
        height: auto;
        margin-bottom: 30px;
    }

    .tile .content {
        position: relative;
        width: 50%;
        height: 100%;
        float: left;
        padding: 70px 30px 30px;
    }

    .tile .content .btn {
        margin-top: 20px;
        position: static;
    }

    .tile .thumb {
        width: 50%;
        height: 326px;
        display: inline-block;
        float: none;
        background-size: cover;
        background-position: bottom;
    }

    /**************************************/
    /***      SECTION WITH PHOTO /About
  /**************************************/
    .single-section {
        min-height: initial;
        flex-flow: wrap row;
    }


    .single-section .single-content {
        padding: 60px 20px;
    }
    .single-section .photo-block {
        height: 400px;
    }

    .single-section .photo-block .img-block {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
        background-size: cover;
    }

    /**************************************/
    /***      PAGINATION /Doing
  /**************************************/
    .pagination {
        margin: 15px auto 0;
    }

    .pagination li a {
        display: block;
        text-align: center;
        width: 35px;
        height: 35px;
    }

    /**************************************/
    /***      ALL SECTION
  /**************************************/
    .section {
        padding: 30px 0;
    }

    .section .link-more {
        position: static;
    }

    .width-block {
        width: initial;
    }
}

/**************************************/
/***   Super Small devices ( <= 480px) PHONES
/**************************************/
@media (max-width: 480px) {
    /**************************************/
    /***      HELP BAR /Home/
  /**************************************/
    .btn-contrast {
        padding: 12px 25px;
    }
    .btn-contrast.btn-contrast--outline{
        width:auto;
        padding:12px 25px;
    }
    .donate-section, .section{
        padding: 30px 0 60px !important;
    }
    .slider-donate{
        margin: 50px auto 35px auto; 
    }

    /**************************************/
    /***      RIBBON CONTRAST
  /**************************************/
    .ribbon {
        width: 330px;
    }

    .ribbon:after {
        width: 330px;
        height: 23px;
        bottom: -23px;
        background-size: contain;
        background-image: url("../img/ribbon-arrow-big.png");
    }

    /**************************************/
    /***      3. SECTION DONATE /Donate/About
  /**************************************/
    .donate-bar {
        text-align: center;
        padding-bottom: 0;
    }

    .donate-bar .btn-contrast {
        padding: 20px 60px;
        font-size: 30px;
        font-size: 1.875em;
    }
}

/*
SECTION:
1. Header
2. Footer

3. Slider
5. Primary Maps /Contact/

6. Section Donate /Donate/
7. Section Form /Donate/Contact/
8. Section About
9. Section Stuff
10. Section Gallery /Finished project/
11. Section Projects Progress /Project progress/
12. Section Contact
13. Section Done /Done/

*/
/**************************************/
/***      PRIMARY NAVIGATION
/**************************************/
header {
    position: relative;
}

.primary-nav {
    float: right;
    -webkit-transition: padding 0.6s linear, max-height 1s ease;
    transition: padding 0.6s linear, max-height 1s ease;
}

.primary-nav ul {
    padding: 0;
    margin: 0 auto;
}

.primary-nav ul > li {
    display: inline;
    float: left;
}

.primary-nav ul > li > a {
    padding: 41px 12px;
    display: block;
    transition: color 0.3s ease;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -ms-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    font-size: 14px;
    font-size: 0.875em;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 600;
}

.primary-nav ul > li > a:hover,
.primary-nav ul > li > a:focus,
.primary-nav ul > li > a:active {
    color: #ff0096;
    text-decoration: none;
}

.primary-nav ul > li:first-child a {
    padding-left: 0;
}

.primary-nav ul > li:last-child a {
    padding-right: 0;
}

.primary-nav ul > li.current-menu-item a {
    color: #ff0096;
}

.hamburger {
    float: right;
    width: 50px;
    height: 50px;
    z-index: 20;
    margin: 26px 0 0 0;
    padding-top: 13px;
}

.hamburger .menu-icon {
    position: relative;
    height: 5px;
    width: 36px;
    background-color: #ffffff;
    display: block;
    transition: background 0.6s ease;
    -webkit-transition: background 0.6s ease;
    -moz-transition: background 0.6s ease;
    -ms-transition: background 0.6s ease;
    -o-transition: background 0.6s ease;
}

.hamburger .menu-icon:before,
.hamburger .menu-icon:after {
    content: '';
    position: absolute;
    height: 5px;
    width: 36px;
    left: 0;
    background-color: #ffffff;
    -webkit-transition: -webkit-transform 0.8s ease;
    transition: -webkit-transform 0.8s ease;
    transition: transform 0.8s ease;
    transition: transform 0.8s ease, -webkit-transform 0.8s ease;
    -webkit-transition: transform 0.8s ease;
    -moz-transition: transform 0.8s ease;
    -ms-transition: transform 0.8s ease;
    -o-transition: transform 0.8s ease;
}

.hamburger .menu-icon:before {
    top: -13px;
}

.hamburger .menu-icon:after {
    bottom: -13px;
}

.hamburger.open-icon .menu-icon {
    background: transparent;
}

.hamburger.open-icon .menu-icon:before {
    top: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.hamburger.open-icon .menu-icon:after {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/* Navigation Mediaqueries */
@media (min-width: 768px) and (max-width: 1199px) {
    .primary-nav {
        width: auto;
    }

    .primary-nav ul li a {
        padding: 36px 10px;
    }
}

@media (max-width: 991px) {
    .primary-nav {
        z-index: 20;
        max-height: 0;
        width: 100%;
        overflow: hidden;
        /*** OPEN MENU ***/
    }

    .primary-nav ul {
        z-index: 1;
        background-color: #55605c;
        width: 100%;
    }

    .primary-nav ul > li {
        display: block;
        float: none;
    }

    .primary-nav ul > li > a {
        padding: 15px 0;
        width: 100%;
        display: block;
        text-align: center;
        font-size: 16px;
        font-size: 1em;
    }

    .primary-nav.open {
        padding: 15px 0 10px;
        max-height: 420px;
        position: relative;
    }
}

/**************************************/
/***      1. HEADER
/**************************************/
.header {
    background-color: #55605c;
}

.header .logo-header {
    display: inline-block;
    max-width: 300px;
    margin-top: 20px;
}

/**************************************/
/***      2. FOOTER
/**************************************/
.footer {
    height: 410px;
    padding: 40px 0;
    background-image: url("../img/footer-bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    background-color: #55605c;
}

.footer h3 {
    color: #ffffff;
    font-size: 20px;
    font-size: 1.25em;
}

.footer .footer-info {
    font-size: 12px;
    font-size: 0.75em;
    font-family: 'Open Sans', sans-serif;
    color: #ffffff;
    margin-top: 25px;
    padding-top: 25px;
    border-top: 1px solid #979d9a;
}

.footer .footer-menu {
    list-style: none;
    margin: 25px 0 30px 0;
    padding: 0 0 25px 0;
    border-bottom: 1px solid #979d9a;
}

.footer .footer-menu li {
    display: inline-block;
}

.footer .footer-menu li a {
    display: block;
    margin-right: 35px;
    padding-top: 8px;
    font-size: 13px;
    font-size: 0.8125em;
    font-family: 'dintext', sans-serif;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 600;
}

/**************************************/
/***      3. SLIDER /Home/
/**************************************/
.slider {
    background-color: #55605c;
    height: auto;
    margin: 0;
    border-bottom: 1px solid #ffffff;
}

.slider .stay-elements {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.slider .ribbon {
    position: absolute;
    right: 40px;
    top: -15px;
    z-index: 500;
}

.slider .statics-bar {
    width: 250px;
    position: absolute;
    right: 0;
    top: 190px;
    z-index: 501;
    padding: 25px 0 15px 0;
}

.slider .statics-bar h2 {
    font-weight: 800;
    font-size: 22px;
    text-align: center;
}

.slider .statics-bar .container {
    width: 100%;
}

.slider .statics-bar p {
    text-align: center;
}

.slider .statics-bar .important {
    text-align: center;
}

.slider .statics-bar .row > div {
    width: 100%;
    margin-bottom: 20px;
}

.slider .statics-bar .margin-top {
    margin-top: 25px;
}

.slider .statics-bar .margin-bottom {
    margin-bottom: 20px;
}

.slider .btn {
    margin-top: 25px;
}

.slider .btn + .btn {
    margin-left: 10px;
}

.slider h1 {
    margin: 50px 0 30px;
    color: #ff0096;
}

.slider h2 {
    text-transform: none;
    font-weight: 400;
    line-height: 120%;
    color: #ffffff;
}

.slider p {
    font-size: 18px;
    font-size: 1.125em;
    font-weight: 300;
    line-height: 120%;
    color: #ffffff;
}

.slider p strong {
    font-weight: 600;
}

.slider .slide {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    padding: 30px 0 50px;
    height: auto;
}

@-webkit-keyframes kbrns {
    0% {
        background-size: 100%;
    }
    100% {
        background-size: 110%;
    }
}

@keyframes kbrns {
    0% {
        background-size: 100%;
    }
    100% {
        background-size: 110%;
    }
}

.slider .ribbon p {
    font-size: 24px;
    font-size: 1.5em;
    line-height: 100%;
}

.slider .slick-prev,
.slider .slick-next {
    z-index: 1000;
    left: 1%;
    width: 40px;
    height: 65px;
    opacity: 0.5;
}

.slider .slick-prev:before,
.slider .slick-next:before {
    position: absolute;
    content: '';
    width:inherit;
    height: inherit;
    background-image: url("../img/prev.svg");
    background-size: cover;
    background-position: center;
    background-repeat:no-repeat;
    left: 0;
    top: 0;
}

.slider .slick-next {
    right: 1%;
    left: auto;
}

.slider .slick-next:before {
    background-image: url("../img/next.svg");
}

/**************************************/
/***      5. PRIMARY MAPS /Contact/
/**************************************/
.maps-header {
    height: 650px;
    position: relative;
    overflow: hidden;
}

.maps-header .maps {
    height: calc(100% + 26px);
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.maps-header .address {
    width: 100%;
    position: absolute;
    bottom: 80px;
    left: 0;
    z-index: 2;
}

.maps-header .address p {
    font-size: 20px;
    font-size: 1.25em;
    color: #ffffff;
}

/**************************************/
/***      6. SECTION DONATE /Donate/
/**************************************/
.donate-section {
    padding: 110px 0 60px;
}

.donate-section .donate-to {
    margin: 0 auto 50px;
}

.donate-section .cyclic-donate {
    height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.donate-section .cyclic-donate.show {
    height: 80px;
    opacity: 1;
    /*margin-bottom: 30px;*/
}

.donate-section .checkbox-ui {
    margin: 30px auto 35px auto;
    text-align: left;
}

.donate-section .checkbox-ui label {
    display: inline-block;
}

.donate-section .checkbox-ui p {
    font-size: 12px;
    font-size: 0.75em;
}

.donate-section .donate-text p {
    text-align: center;
    color: #bdb577 !important;
}

.donate-section h2 {
    font-weight: 300;
    color: #ff0096;
}

/**************************************/
/***      7. SECTION FORM /Donate/
/**************************************/
.section-card-info .no-label {
    visibility: hidden;
}

.section-card-info .card-img {
    height: 79px;
    margin-bottom: 15px;
    padding-top: 38px;
}

.section-card-info .info {
    margin-right: 5px;
}

/**************************************/
/***      8. SECTION ABOUT /About/
/**************************************/
.section-about {
    padding: 0;
    overflow: hidden;
}

.section-about h3 {
    color: #ff0096;
    font-weight: 800;
    font-size: 31px;
    font-size: 1.9375em;
}

/**************************************/
/***      9. SECTION STUFF /About/
/**************************************/
.section-stuff .all-people {
    margin-top: 40px;
    margin-bottom: 70px;
    height: 570px;
    min-height: 570px;
}

.section-stuff .all-people .person {
    background-size: cover;
    background-color: #ffffff;
    float: left;
    position: relative;
    overflow: hidden;
}

.section-stuff .all-people .person.tall {
    height: 100%;
    width: calc(100% / 4);
}

.section-stuff .all-people .person.fat {
    height: calc(100% / 2);
    width: calc(100% / 2);
}

.section-stuff .all-people .person.small {
    height: calc(100% / 2);
    width: calc(100% / 4);
}

.section-stuff .all-people .person .hover-text {
    position: absolute;
    z-index: 3;
    left: 30px;
    right: 30px;
    bottom: 30px;
    text-align: left;
    padding: 0;
    overflow: hidden;
}

.section-stuff .all-people .person h5 {
    font-size: 21px;
    font-size: 1.3125em;
    font-weight: 600;
    color: #ffffff;
    text-transform: uppercase;
    line-height: 130%;
}

.section-stuff .all-people .person h6 {
    font-size: 14px;
    font-size: 0.875em;
    font-weight: 300;
    font-style: italic;
    color: #ffffff;
    margin-bottom: 35px;
}

.section-stuff .all-people .person p {
    color: #55605c;
    font-size: 13px;
    font-size: 0.8125em;
    max-height: 0;
    display: block;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}

.section-stuff .all-people .person:before {
    content: '';
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    background-color: #ffffff;
    transition: opacity 0.8s ease;
    -webkit-transition: opacity 0.8s ease;
    -moz-transition: opacity 0.8s ease;
    -ms-transition: opacity 0.8s ease;
    -o-transition: opacity 0.8s ease;
}

.section-stuff .all-people .person:hover:before {
    opacity: 0.7;
}

.section-stuff .all-people .person:hover .hover-text p {
    height: auto;
    max-height: 800px;
}

.section-stuff .all-people .person:hover h5 {
    color: #ff0096;
}

.section-stuff .all-people .person:hover h6 {
    color: #ff0096;
}

/**************************************/
/***      10. SECTION GALLERY
/**************************************/
.section-gallery h2 {
    color: #55605c;
}

.section-gallery .gallery-container {
    margin: 0;
    margin-top: 30px;
    list-style: none;
    padding: 0;
}

.section-gallery .gallery-container .single-img {
    height: 560px;
    width: 33.333333%;
    float: left;
    transition: width 0.6s ease;
    -webkit-transition: width 0.6s ease;
    -moz-transition: width 0.6s ease;
    -ms-transition: width 0.6s ease;
    -o-transition: width 0.6s ease;
    background-size: cover;
    background-position: top center;
}


/**************************************/
/***      11. SECTION PROJECT PROGRESS /Project progress/
/**************************************/
.section-project {
    padding: 0;
    overflow: hidden;
}

.section-project h3 {
    color: #ff0096;
    font-weight: 800;
    font-size: 31px;
    font-size: 1.9375em;
}

.section-project h4 {
    margin-bottom: 40px;
}

/**************************************/
/***      12. SECTION CONTACT /Contact/
/**************************************/
.section-contact {
    text-align: center;
}

.section-contact h2 {
    text-align: center;
}

.section-contact input {
    border: 0;
}

.section-contact .btn {
    display: inline-block;
}

.section-contact label {
    float: left;
    color: #55605c;
    font-style: italic;
    font-weight: 400;
}

.section-contact .wpcf7-response-output {
    color: #55605c;
    padding: 10px 0;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    font-size: 0.875em;
}

.section-contact .wpcf7-validation-errors {
    border-color: #ff0096;
}

/**************************************/
/***      13. SECTION PROJECT DONE /Done/
/**************************************/
.section-done .single-project {
    position: relative;
    height: 400px;
    text-align: center;
    cursor: pointer;
    margin-bottom: 30px;
    background-size: cover;
}

.section-done .single-project h3 {
    color: #ffffff;
}

.section-done .single-project p {
    max-height: 0;
    padding-top: 0;
    color: #ffffff;
    font-size: 15px;
    font-size: 0.9375em;
    overflow: hidden;
    transition: all 0.8s ease;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
}

.section-done .single-project .content-project {
    width: 100%;
    background-color: #55605c;
    padding: 0 30px 0;
    position: absolute;
    bottom: 0;
}

.section-done .single-project:hover p {
    padding-top: 15px;
    max-height: 300px;
    padding-bottom: 15px;
}

/**************************************/
/***      TYPO MIXIN & HELPER CLASSES
/**************************************/
.text-small {
    font-size: 11px;
    font-size: 0.6875em;
}

.fontFamilyPrimary {
    font-family: 'Open Sans', sans-serif;
}

.fontFamilySecond {
    font-family: 'dintext', sans-serif;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-italic {
    font-style: italic;
}

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

.underline {
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.underline:after {
    content: '';
    width: 100px;
    height: 1px;
    background-color: #ffffff;
    position: absolute;
    bottom: 0;
    left: calc(50% - 50px);
}

/**************************************/
/***      BASIC STYLES TYPO
/**************************************/
h1 {
    margin: 0 0 50px 0;
    padding: 0;
    font-size: 70px;
    font-size: 4.375em;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 100;
    font-family: 'dintext', sans-serif;
    line-height: 95%;
}

h2 {
    font-size: 68px;
    font-size: 4.25em;
    margin: 0;
    font-size: 30px;
    font-size: 1.875em;
    text-transform: uppercase;
    font-family: 'dintext', sans-serif;
    font-weight: 800;
    line-height: 100%;
}

h3 {
    margin: 0;
    font-size: 25px;
    font-size: 1.5625em;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'dintext', sans-serif;
    line-height: 120%;
}

h4 {
    margin: 0;
    font-size: 24px;
    font-size: 1.5em;
    font-weight: 400;
    font-style: italic;
    line-height: 100%;
}

h5 {
    margin: 0;
    font-family: 'dintext', sans-serif;
}

h6 {
    margin: 0;
}

a {
    text-decoration: none;
    color: inherit;
}

a:hover {
    text-decoration: none;
}

p {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-size: 0.875em;
    font-weight: 400;
    line-height: 170%;
}

strong {
    font-weight: 800;
}

.paragraph-in-slide {
    font-size: 18px;
    font-size: 1.125em;
    font-weight: 300;
    line-height: 120%;
    color: #ffffff;
}

.paragraph-in-slide strong {
    font-weight: 600;
}

.title-section-contrast {
    color: #ff0096;
    font-weight: 800;
    font-size: 31px;
    font-size: 1.9375em;
}

/**************************************/
/***      COLOR CLASSES TYPO
/**************************************/
.color-light {
    color: #ffffff !important;
}

.color-dark {
    color: #000000 !important;
}

.color-primary {
    color: #55605c !important;
}

.color-secondary {
    color: #bdb577 !important;
}

.color-secondary-light {
    color: #decf96 !important;
}

.color-secondary-light {
    color: #decf96 !important;
}

.color-contrast {
    color: #ff0096 !important;
}

.color-contrast-dark {
    color: #9f4761 !important;
}

/**************************************/
/***  Medium and Large devices ( => 767px)
/**************************************/

@media (min-width: 768px) {
    .section-gallery .gallery-container:hover .single-img {
        width: 25%;
    }

    .section-gallery .gallery-container:hover .single-img:hover {
        width: 50%;
    }
}

/**************************************/
/***   Small devices ( > 1200px) DESKTOP
/**************************************/
@media (min-width: 1200px) {
    body {
        font-size: 16px;
    }
}

/**************************************/
/***   Medium devices ( 768px - 1199px ) TABLETS
/**************************************/
@media (min-width: 768px) and (max-width: 1199px) {
    body {
        font-size: 14px;
    }
}

/**************************************/
/***   Small devices (< 767px) PHONES
/**************************************/
@media (max-width: 767px) {
    body {
        font-size: 14px;
    }
}

/**************************************/
/***   Super Small devices ( <= 480px) PHONES
/**************************************/
@media (max-width: 480px) {
    body {
        font-size: 12px;
    }
}

/**************************************/
/***      MEDIA-QUERIES FOR LAYOUT.LESS
/***      SECTIONS
/***      Typography responsive -> typography.less
/**************************************/

/**************************************/
/***   Small devices ( >= 1200px) DESKTOP
/**************************************/
@media (min-width: 1200px) {
    /**************************************/
    /***      SLIDER /Home/
  /**************************************/
    .slider {
        height: auto;
        min-height: 650px;
    }

    .slide {
        background-size: cover;
        background-position: top right;
        min-height: 650px;
    }

    .slide.slick-current {
        -webkit-animation-duration: 20s;
        animation-duration: 20s;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }

    @-webkit-keyframes kbrns {
        0% {
            background-size: 100% auto;
        }
        100% {
            background-size: 110% auto;
        }
    }
    @keyframes kbrns {
        0% {
            background-size: 100% auto;
        }
        100% {
            background-size: 110% auto;
        }
    }
}

/*************************************/
/***   Medium devices ( <= 1199px ) TABLETS
/**************************************/
@media (max-width: 1199px) {
    /**************************************/
    /***      HEADER
  /**************************************/
    .header .logo-header {
        max-width: 310px;
    }

    /**************************************/
    /***      SLIDER UI
  /**************************************/
    .slider-donate {
        width: 100%;
    }

    /**************************************/
    /***      SLIDER
  /**************************************/
    .slider .statics-bar {
        width: 250px;
        position: absolute;
        right: 0;
        top: 190px;
        z-index: 501;
        padding: 15px 0;
    }
}

/*************************************/
/***   Medium devices ( <= 991px ) TABLETS
/**************************************/
@media (max-width: 991px) {
    .full-width-mobile {
        width: 100%;
    }

    /**************************************/
    /***      SECTION STUFF /About/
  /**************************************/
    .section-stuff .all-people {
        height: 1230px;
    }

    .section-stuff .all-people .person.tall {
        height: 66.666666%;
        width: calc(100% / 2);
    }

    .section-stuff .all-people .person.fat {
        height: calc(100% / 3);
        width: calc(100% / 2);
    }

    .section-stuff .all-people .person.small {
        height: calc(100% / 3);
        width: calc(100% / 2);
    }

    /**************************************/
    /***      SLIDER
  /**************************************/
    .slider .slick-arrow {
        display: none !important;
    }
}

/**************************************/
/***   Small devices ( <= 767px) PHONES
/**************************************/
@media (max-width: 767px) {
    /**************************************/
    /***      FOOTER
  /**************************************/
    .footer {
        height: auto;
    }

    .footer .footer-logo {
        padding-left: 0;
    }

    .footer .footer-content {
        padding-left: 0;
        text-align: center;
    }

    .footer .footer-content .footer-menu {
        display: inline-block;
        margin-top: 15px;
    }

    .footer .footer-content .facebook-box {
        display: inline-block;
        width: 200px;
        text-align: left;
    }

    /**************************************/
    /***      SECTION WITH TALES  -  no padding
  /**************************************/
    .no-padding-mobile {
        padding: 0;
    }

    /**************************************/
    /***      SECTION STUFF /About/
  /**************************************/
    .section-stuff .all-people {
        height: auto;
    }

    .section-stuff .all-people .person {
        background-position: center;
    }

    .section-stuff .all-people .person.tall {
        height: 250px;
        width: 100%;
    }

    .section-stuff .all-people .person.fat {
        height: 250px;
        width: 100%;
    }

    .section-stuff .all-people .person.small {
        height: 250px;
        width: 100%;
    }

    /**************************************/
    /***      SECTION GALLERY
  /**************************************/
    .section-gallery .gallery-container {
        height: 400px;
    }

    .section-gallery .gallery-container .single-img {
        width: 33.333333%;
        height: 100%;
        float: left;
        transition: width 0.6s ease;
        -webkit-transition: width 0.6s ease;
        -moz-transition: width 0.6s ease;
        -ms-transition: width 0.6s ease;
        -o-transition: width 0.6s ease;
        background-size: cover;
        background-position: top center;
    }

    .section-gallery .gallery-container.gallery-active .single-img {
        width: 10%;
    }

    .section-gallery .gallery-container.gallery-active .single-img.active {
        width: 80%;
    }

    /**************************************/
    /***      SECTION LATEST
  /**************************************/
    .section-latest {
        text-align: center;
        padding-bottom: 0;
    }

    /**************************************/
    /***      SECTION ACHIEVEMENTS
  /**************************************/
    .section-achievements {
        text-align: center;
        padding-bottom: 0;
    }
}

/**************************************/
/***  Extra small devices ( <= 480px) PHONES
/**************************************/
@media (max-width: 480px) {
    /**************************************/
    /***      HEADER
  /**************************************/
    .header {
        background-color: #55605c;
    }

    .header .logo-header {
        max-width: 225px;
        margin-top: 20px;
    }

    .slider .btn.btn-contrast {
        padding: 10px 20px;
    }

    /**************************************/
    /***      TILES /Home/
  /**************************************/
    .tile {
        display: table;
        height: auto;
        margin-bottom: 30px;
    }

    .tile .content {
        position: relative;
        width: 100%;
        height: 100%;
        float: left;
        padding: 70px 30px 30px;
    }

    .tile .content .btn {
        margin-top: 20px;
        position: static;
    }

    .tile .thumb {
        width: 100%;
        height: 326px;
        display: inline-block;
        float: none;
        background-size: cover;
        background-position: bottom;
    }
}

/**************************************/
/***  Donations slider
/**************************************/
.donations-slider {
    padding: 0 5px;
}

.donations-slider .slick-next {
    bottom: -40px;
    right: 15px;
    top: auto;
    z-index: 9;
}

.donations-slider .slick-prev {
    bottom: -40px;
    left: 15px;
    top: auto;
    z-index: 9;
}

.donations-slider .slick-dots {
    padding: 0 40px;
    width: calc(100% - 30px);
    margin-left: 15px;

}

.donations-slider .slick-next:before {
 color: #000000;
}

.donations-slider .slick-prev:before  {
    color: #000000;
}


.donations-slider .slick-dots {
    bottom: -45px;
}

.donations-slider a:focus {
    outline: none;
}

.donations-slider__img {
    width: 100%;
}

.donations-slider .single-project {
    height: auto;
    min-height: 300px;
}

.donations-slider .slick-slide {
    padding: 0 10px;
}

.donations-slider__desc p {
    line-height: 1.3;
}

.donations-slider__title {
    font-size: 1.3em;
}

.section-donations {
    padding-bottom: 20px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type=number] {
    -moz-appearance:textfield;
}

.js-accordion-content {
    padding: 35px 0;
    text-align: left;

}
.js-accordion-content h4, .js-accordion-content p {
  padding: 15px 0;
}

.social-icons i:hover{
    color:#ff0096;
}