@font-face {
    font-family: 'hans_kendrickheavy';
    src: url('dist/fonts/hanskendrick-heavy-webfont.woff2') format('woff2'), url('dist/fonts/hanskendrick-heavy-webfont.woff') format('woff'), url('dist/fonts/hanskendrick-heavy-webfont.svg#hans_kendrickheavy') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'hans_kendrickheavy_alt';
    src: url('dist/fonts/hanskendrick-heavyalt-webfont.woff2') format('woff2'), url('dist/fonts/hanskendrick-heavyalt-webfont.woff') format('woff'), url('dist/fonts/hanskendrick-heavyalt-webfont.svg#hans_kendrickheavy_alt') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'hans_kendrickregular';
    src: url('dist/fonts/hanskendrick-regular-webfont.woff2') format('woff2'), url('dist/fonts/hanskendrick-regular-webfont.woff') format('woff'), url('dist/fonts/hanskendrick-regular-webfont.svg#hans_kendrickregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'hans_kendrickregular_alt';
    src: url('dist/fonts/hanskendrick-regularalt-webfont.woff2') format('woff2'), url('dist/fonts/hanskendrick-regularalt-webfont.woff') format('woff'), url('dist/fonts/hanskendrick-regularalt-webfont.svg#hans_kendrickregular_alt') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* * Globals */

html {
    font-size: 70%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
body {
    font-family: 'hans_kendrickregular', Arial, Verdana, sans-serif;
    font-weight: 300;
    line-height: 1.4;
    color: #282828;
    background-color: #ededed;
    font-size: 100%
}
.preloader {
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #ededed;
    z-index: 1200;
}
a {
    color: #232323;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
a:hover {
    color: #a4b6d8;
    text-decoration: none;
}
h1 {
    font-family: 'hans_kendrickheavy', Arial, Verdana, sans-serif;
    line-height: 1.4;
    font-size: 1.5rem;
    margin: -5px 0px 25px 0px;
}
h3 {
    font-family: 'hans_kendrickheavy', Arial, Verdana, sans-serif;
    display: inline;
    font-size: 1.5rem;
}
.navbar-toggle {
    margin-top: 17px;
    margin-bottom: 17px;
    background-color: #ebebeb;
}
.intro-content {
    background-color: #a4b6d8;
    margin-top: 0px;
    padding: 20px 15px 20px 15px;
    z-index: 800;
}
.lead-text {
    font-size: 1.5rem;
    text-align: left;
    margin: 0px 0px 20px 0px;
}
.lead-text strong {
    font-family: 'hans_kendrickheavy', Arial, Verdana, sans-serif;
    display: inline;
    font-size: 1.5rem;
}
.btn {
    font-family: 'hans_kendrickheavy', Arial, Verdana, sans-serif;
    color: #282828;
    font-size: 1.5rem;
    text-transform: uppercase;
    border-bottom: 4px solid #f7d3d2;
    border-radius: 0;
    padding: 0;
    margin: 0;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.btn-secondary {
    border-bottom: 4px solid #a4b6d8;
}
.btn-label {
    font-size: 1.5rem;
    font-family: 'hans_kendrickheavy', Arial, Verdana, sans-serif;
}
.btn-after {
    width: 30px;
    height: 30px;
    display: inline-block;
    margin: 0px 0px 0px 12px;
    fill: #282828;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    box-shadow: none;
}
.btn:hover,
.btn:active {
    color: #f7d3d2;
    box-shadow: none;
}
.btn:hover .btn-after {
    margin: -4px 0px 0px 22px;
    fill: #f7d3d2;
}
.btn-secondary:hover {
    color: #a4b6d8;
}
.btn-secondary:hover .btn-after {
    margin: -4px 0px 0px 22px;
    fill: #a4b6d8;
}
.logo-container {
    height: 300px;
    width: 263px;
    position: relative;
    margin: 50px auto 0px;
}
.taw {
    width: 152px;
    height: 142px;
    background-color: transparent;
    position: relative;
}
.taw figure {
    position: absolute;
}
.taw-logo {
    position: absolute;
    z-index: 900;
    right: 0;
    top: 100px;
    width: 151px;
    height: 142px;
    background: url(./dist/img/taw-logo.png) no-repeat 0 0;
    background: url(./dist/img/taw-logo.svg) no-repeat 0 0, linear-gradient(transparent, transparent);
    background-size: cover;
}
.languages {
    width: 100%;
    top: 20px;
    position: relative;
}
.active-lang {
    border-radius: 50%;
    background-color: #cbc4be;
    padding: 10px;
}
.navbar {
    width: 100%;
    opacity: 0.9;
    background-color: none;
    margin: -45px 0px;
    position: absolute;
}
.logo-fixed,
.navbar-fixed {
    position: fixed;
    top: 0;
    margin: 0px 0px;
    z-index: 1100;
}
.logo-fixed {
    z-index: 1200;
}
nav {
    border: none;
    z-index: 1337!important;
    margin: 0 0 20px 0;
}
nav ul {
    padding: 0;
    margin: 0;
    float: none;
    text-align: center;
}
nav ul li {
    margin: 12px 0 0 25px;
    display: inline-block;
    text-transform: uppercase;
    list-style: none;
    font-size: 1rem;
    font-family: 'hans_kendrickheavy', Arial, Verdana, sans-serif;
    color: #282828;
}
nav ul li:first-child {
    margin: 12px 0 0 0;
}
nav ul li a {
    border: none;
}
nav ul .active {
    border-bottom: 3px solid #cbc4be;
}
.navbarmobile ul li {
    font-size: 1.2rem;
}
.burger-menu-container {
    margin: 15px 0px 0px 0px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.burger-menu-stripe {
    display: block;
    width: 30px;
    height: 4px;
    border-radius: 2px;
    background-color: #282828;
    margin-bottom: 3px;
}
.suggestion-badge {
    position: relative;
    border: none;
    padding: 25px 15px;
    color: #c2c6aa;
    font-size: 1rem;
    font-family: 'hans_kendrickheavy', Arial, Verdana, sans-serif;
    line-height: 1.4;
    text-transform: uppercase;
    letter-spacing: -1px;
    text-align: center;
    margin: 30px 0px 0px 0px;
    z-index: -1;
}
.organizer {
    text-align: center;
    letter-spacing: 5px;
    padding: 45px 25px;
    margin: 20px 0px 0px 0px;
    display: block;
    font-size: 1.5rem;
    color: #fff;
    border: none;
    background-color: #282828;
}
.partners {
    text-align: left;
    letter-spacing: 2px;
    padding: 25px 25px;
    margin: 20px 0px 0px 0px;
    display: block;
    font-size: 1rem;
    line-height: 1.5rem;
    color: #c2c6aa;
    border: 3px solid #c2c6aa;
    background-color: transparent;
}
@-webkit-keyframes dash {
    to {
        stroke-dashoffset: 1000;
    }
}
@keyframes dash {
    to {
        stroke-dashoffset: 1000;
    }
}
.givelogo {
    -webkit-animation-timing-function: linear;
    /* Chrome, Safari, Opera */
    
    animation-timing-function: linear;
    stroke-dasharray: 100;
    -webkit-animation: dash 12s infinite;
    animation: dash 12s infinite;
}
.give {
    margin-top: 25px;
}
.suggestion-container {
    margin-top: 20px;
}
.spacer {
    width: 8px;
    display: inline-block;
}
.suggestion-image {
    position: relative;
    width: auto;
    height: auto;
    overflow: hidden;
}
.suggestion-image img {
    width: 100%;
    height: auto;
}
.suggestion-copy {
    position: relative;
    padding: 30px 15px 15px 15px;
    background-color: #f7d3d2;
}
.supporters {
    margin-top: 0px;
}
.partner-logo {
    text-align: center;

}
.partner-logo img{
    width: 100px;
    height: 100px;

}
footer {
    padding: 30px 0px 30px 0px;
}
.footer-contacts {
    border: 3px solid #a4b6d8;
    line-height: 60px;
    text-align: center;
    font-size: 1rem;
    font-family: 'hans_kendrickheavy', Arial, Verdana, sans-serif;
}
.footer-contacts a {
    color: #282828;
    text-decoration: none;
    border-bottom: 3px solid;
    border-color: #a4b6d8;
    margin-right: 15px;
}
.footer-contacts a:hover {
    color: #a4b6d8;
    text-decoration: none;
}
.scroll-up-btn {
    border: 3px solid #a4b6d8;
    text-align: center;
}
.scroll-up-btn a {
    border: none;
    display: block;
}
.scroll-up {
    border: none;
    vertical-align: middle;
    display: inline-block;
    height: 60px;
    width: 16px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: url(./dist/img/arrow-up.png) no-repeat 0 12px;
    background: url(./dist/img/arrow-up.svg) no-repeat 0 12px, linear-gradient(transparent, transparent);
}
.post-container {
    position: relative;
    height: auto;
    display: block;
    margin-bottom: 40px;
}
.post-img-container {
    width: 100%;
    position: relative;
    top: 0px;
    padding: 0;
    z-index: 850;
}
.inner-post .post-content {
    position: relative;
    margin: 0px 0px;
    background-color: #a4b6d8;
    padding: 40px 20px 40px 20px;
    z-index: 800;
    width: 100%;
}
.post-container .event-date {
    position: absolute;
    left: 20px;
    top: 0px;
    width: 60px;
    height: 60px;
    z-index: 910;
}
.post-text {
    font-size: 1.3rem;
    text-align: left;
    margin: 0px 0px 20px 0px;
}
.post-text a{
text-decoration: underline;
}
.post-text a:hover{
color: #f7d3d2;
text-decoration: underline;
}

.post-text-info {
    font-size: 1rem;
    text-align: left;
    display: block;
    margin: 0px 0px 0.3rem 0px;
}
.post-text strong,
.post-text-info strong {
    font-family: 'hans_kendrickheavy', Arial, Verdana, sans-serif;
    display: inline;
    font-size: 1rem;
}
.event-date {
    position: absolute;
    top: -45px;
    left: 30px;
    width: 67px;
    height: 67px;
}
.date11 {
    background: url(./dist/img/11june.png) no-repeat 0 0;
    background: url(./dist/img/11june.svg) no-repeat 0 0, linear-gradient(transparent, transparent);
    background-size: cover;
}
.date12 {
    background: url(./dist/img/12june.png) no-repeat 0 0;
    background: url(./dist/img/12june.svg) no-repeat 0 0, linear-gradient(transparent, transparent);
    background-size: cover;
}
.date13 {
    background: url(./dist/img/13june.png) no-repeat 0 0;
    background: url(./dist/img/13june.svg) no-repeat 0 0, linear-gradient(transparent, transparent);
    background-size: cover;
}
.date14 {
    background: url(./dist/img/14june.png) no-repeat 0 0;
    background: url(./dist/img/14june.svg) no-repeat 0 0, linear-gradient(transparent, transparent);
    background-size: cover;
}
.date15 {
    background: url(./dist/img/15june.png) no-repeat 0 0;
    background: url(./dist/img/15june.svg) no-repeat 0 0, linear-gradient(transparent, transparent);
    background-size: cover;
}
.date16 {
    background: url(./dist/img/16june.png) no-repeat 0 0;
    background: url(./dist/img/16june.svg) no-repeat 0 0, linear-gradient(transparent, transparent);
    background-size: cover;
}
.date17 {
    background: url(./dist/img/17june.png) no-repeat 0 0;
    background: url(./dist/img/17june.svg) no-repeat 0 0, linear-gradient(transparent, transparent);
    background-size: cover;
}
.date18 {
    background: url(./dist/img/18june.png) no-repeat 0 0;
    background: url(./dist/img/18june.svg) no-repeat 0 0, linear-gradient(transparent, transparent);
    background-size: cover;
}
.date1112 {
    background: url(./dist/img/1112june.png) no-repeat 0 0;
    background: url(./dist/img/1112june.svg) no-repeat 0 0, linear-gradient(transparent, transparent);
    background-size: cover;
}
.dateall {
    background: url(./dist/img/alljune.png) no-repeat 0 0;
    background: url(./dist/img/alljune.svg) no-repeat 0 0, linear-gradient(transparent, transparent);
    background-size: cover;
}
/* * Override Bootstrap's default container. */

@media (min-width: 768px) {
    body {
        line-height: 1.7;
    }
    .logo-container {
        margin: 50px 0 0 0;
    }
    nav ul {
        float: right;
        text-align: center;
    }
    .post-text {
        font-size: 1.2rem;
    }
}
@media(max-width:992px) {} @media (min-width: 992px) {
    html {
        font-size: 100%;
    }
    .logo-container {
        height: auto;
        margin: 50px 0px 0px 0px;
    }
    nav ul {
        float: right;
        text-align: center;
    }
    nav ul li {
        font-size: 1rem;
    }
    .languages {
        position: absolute;
    }
    .suggestion-badge {
        position: absolute;
        text-align: justify;
        padding: 45px 25px;
        margin: -30px 0px 0px 0px;
        border: 3px solid #c2c6aa;
    }
    .organizer,
    .partners {
        margin: 55px 0px 0px 0px;
    }
    .spacer {
        display: block;
    }
    .intro-content {
        padding: 115px 30px 40px 30px;
    }
    .suggestion-container {
        margin-top: 110px;
    }
    .suggestion-copy {
        padding: 65px 30px 30px 30px;
    }
    .post-img-container {
        width: 33.33333333%;
        position: absolute;
        top: 135px;
    }
    .inner-post .post-content {
        position: absolute;
        margin: 0px 35px;
        width: 66.66666667%;
        padding: 40px 85px 40px 90px;
    }
    .inner-post .row:nth-child(odd) .post-img-container {
        right: 0;
    }
    .inner-post .row:nth-child(even) .post-img-container {
        left: 0;
    }
    .inner-post .row:nth-child(odd) .post-content {
        left: 15px;
    }
    .inner-post .row:nth-child(even) .post-content {
        right: 15px;
    }
    .inner-post .row:first-child .post-content {
        padding: 115px 85px 40px 90px;
    }
    .post-container .event-date {
        position: absolute;
        left: 0px;
        top: 40px;
        width: 95px;
        height: 95px;
        z-index: 910;
    }
    .inner-post .row:first-child .event-date {
        top: 115px;
    }
    .inner-post .row:nth-child(even) .post-container .event-date {
        right: 0px;
        left: auto;
    }
    .inner-post .row:first-child .post-img-container {
        top: 210px;
    }
    .post-text {
        font-size: 1rem;
    }
    .supporters {
        margin-top: 55px;
    }
    footer {
        padding: 80px 0px 80px 0px;
    }
    .footer-contacts a {
        margin-right: 40px;
    }
}
@media (min-width: 1200px) {}