
/* Styling definitions */

.alignright {
    display: block; float: right;
    margin: 10px 5px 15px 35px;
}

.alignleft {
    display: block; float: left;
    margin: 10px 35px 15px 5px;
}

.page-main p {
    margin-bottom: 1em;
}

.page-main p:last-of-type {
    margin-bottom: 0;
}

.page-main img {
    max-width: 100%; height: auto;
}


@media (max-width: 750px) {
    .mobile-fullwidth {
        width: 100%; height: auto; display: block; float: none;
        margin: 10px 0;
    }

    .section.homepage-about .right .arrows {
        width: 60px; height: 60px;
        top: -40px;
        background-size: 75%;
    }
}

.section.contact-1 .right .form-row textarea {
    line-height: 1.75em;
    padding-top: 0.75em; padding-bottom: 0.75em; 
}


/* Headings */

h2.middle-slogan {
    color: #00aed6;
    font-size: 36px; line-height: 46px; font-weight: 700; text-align: center;
}

h3.middle-slogan {
    color: #00aed6;
    font-size: 28px; line-height: 44px; font-weight: 700; text-align: center;
}

.page-main .section.blog ol,
.page-main .section.blog ul {
    margin-left: 1.5em;
    line-height: 1.5em;
}

.page-main .section.blog ol li,
.page-main .section.blog ul li {
    margin-top: 0.25em;
    margin-bottom: 0.35em;
}

.page-main .section.blog ol {
    list-style-type: decimal;
}


/* Timeline section */

.section.timeline {
    padding: 45px 0;
    background: #121212; border-top: 1px solid rgba(255, 255, 255, 0.15); border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.cool-timeline .meta-details {
    display: none;
}

.cool-timeline h2.content-title a {
    font-size: 28px !important; line-height: 36px !important; font-weight: 700 !important;
}

.cool-timeline .content-details p {
    font-size: 16px; line-height: 23px;
}


/* Embeds */

.body iframe { max-width: 100%; }

.yt-square-container {
    width: 100%;
    display: block; position: relative;
    padding-bottom: 100%;
}
  
.yt-square-container iframe {
    width: 100%; height: 100%;
    position: absolute !important; top: 0; left: 0;
}

.embed-container {
    width: 100%;
    display: block; position: relative;
    padding-bottom: 56.275%;
}
  
.embed-container iframe {
    width: 100%; height: 100%;
    position: absolute; top: 0; left: 0;
}


/* Products */

.items-products .item {
    flex: 0 0 25%;
}

@media (max-width: 1200px) {
    .items-products .item {
        flex: 0 0 50%;
    }
}

@media (max-width: 700px) {
    .items-products .item {
        flex: 0 0 100%;
    }
}


.items-products .item .info .title {
    font-size: 25px;
    line-height: 35px;
}


.section.more-accessories .left .inner .title {
    font-size: 36px; line-height: 46px;
}

.section.more-accessories .left .inner .desc {
    margin-bottom: 30px;
    font-size: 16px; line-height: 26px;
}



/* Page layout elements */

.section.more-accessories .left {
    margin: 0;
}

.section.blog-short .left {
    margin: 0;
}



/* Footer */

.page-footer .bottom {
    min-height: 45px;
}

.page-footer .top .left .social a {
    background: #f0f0f0;
}

.icon.icon-social-facebook {
    width: 23px; height: 23px;
    background: url('images/icon-social-facebook.png') no-repeat center center;
}

.icon.icon-social-instagram {
    width: 23px; height: 23px;
    background: url('images/icon-social-instagram.png') no-repeat center center;
}

.icon.icon-social-youtube {
    width: 23px; height: 23px;
    background: url('images/icon-social-youtube.png') no-repeat center center;
}


/* UE note */

@media only screen and (min-width: 851px) {
    .hidden-desktop {
      display: none !important; } }
  
  @media only screen and (max-width: 850px) {
    .hidden-mobile {
      display: none !important; } }

.section.section-sponsors {
    background: #fff;
    color: #303030;
    padding-top: 50px;
    padding-bottom: 20px; }
    .section.section-sponsors .sponsors-row {
      justify-content: space-between;
      align-items: center;
      display: flex; }
      @media only screen and (max-width: 850px) {
        .section.section-sponsors .sponsors-row {
          justify-content: space-around; } }
      .section.section-sponsors .sponsors-row .sponsor-logo .operation-program {
        text-align: center;
        flex-direction: column;
        padding: 0 20px;
        display: flex; }
        .section.section-sponsors .sponsors-row .sponsor-logo .operation-program .title {
          font-size: 24px;
          font-weight: 800;
          color: #494949; }
        .section.section-sponsors .sponsors-row .sponsor-logo .operation-program .desc {
          color: #8e8e8e;
          font-weight: 600;
          margin-top: 20px;
          line-height: 16px;
          font-size: 13px; }


          
          .project-sponsors-info {
            color: #8e8e8e;
            line-height: 16px;
            margin-top: 30px;
            font-size: 13px; }
