body {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    color: #13191f;
}

/* Background colors
========================================*/
.dark-grey {
    background-color: #13191f;
}

.dark-grey .title {
    color: #fff;
}

.light-grey {
    background-color: #1d2228;
}

.white-grey {
    background-color: #f4f4f4;
}

/* Typographics
========================================*/
h1 {
    font-family: 'Rajdhani-Bold';
    font-size: 75px;
    margin: 0;
}

h2 {
    font-family: 'Rajdhani-Bold';
    font-size: 42px;
    margin: 0 0 -10px;
}

h1 + .underline, h2 + .underline {
    width: 45px;
    display: inline-block;
    height: 2px;
    background-color: #c6aa5e;
    margin-top: 20px;
}

.eventslist .title .underline {
    margin-bottom: 25px;
}

@media (max-width: 520px){
    h2 {
        font-size: 39px;
    }
}

/* Full page home
========================================*/
.full-height-wrapper {
    position: relative;
    min-height: 100vh;
}

.full-height-wrapper .full-height-wrapper-inner {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    overflow: hidden;
    background: url(../img/reallifeskillgames/background.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

@media (max-width: 768px){
    .full-height-wrapper .full-height-wrapper-inner {
        background-position: top right -209px;
    }
}

.full-height-wrapper .full-video {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    transform: translateX(-50%) translateY(-50%);
    overflow: hidden;
}

.full-height-wrapper .full-content {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding-top: 100px;
    padding-left: 24px;
    padding-right: 24px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.5);
}

.full-content .logo {
    max-width: 185px;
}

.full-height-wrapper .content {
    text-align: center;
    height: 218px;
    position: absolute;
    max-width: 780px;
    width: 100%;
    top: 50%;
    left: 50%;
    margin-top: -109px;
    margin-left: -390px;
}

.full-height-wrapper .events-button {
    position: absolute;
    bottom: 150px;
    margin: 0 auto;
    left: 0;
    right: 0;
    text-align: center;
}

@media (max-width: 767px){
    .full-height-wrapper .events-button {
        botton: 100px;
    }
}

.full-height-wrapper .events-button a {
    color: #c6aa5e;
    border: 2px solid #c6aa5e;
    font-family: Rajdhani-SemiBold;
    font-size: 18px;
    text-transform: uppercase;
    padding: 11px 62px;
    text-align: center;
}

.full-height-wrapper .events-button a:focus,
.full-height-wrapper .events-button a:hover {
    color: #ffffff;
    background-color: #c6aa5e;
    text-decoration: none;
}

.full-height-wrapper .content h1 span {
    display: block;
    text-transform: uppercase;
    color: #ffffff;
}

.full-height-wrapper .content h1 span:first-child {
    font-family: 'Rajdhani-Regular';
    font-size: 34px;
    margin-bottom: 12px;
}

.full-height-wrapper .content .links {
    display: inline-block;
    margin-top: 22px;
}

.full-height-wrapper .content .links .nav > li {
    display: inline-block;
    margin-right: 15px;
}

.full-height-wrapper .content .links .nav > li:last-child {
    margin-right: 0;
}

.full-height-wrapper .content .links a {
    color: #fff !important;
    border: 2px solid #c6aa5e;
    font-family: Rajdhani-SemiBold;
    font-size: 18px;
    text-transform: uppercase;
    padding: 18px 24px;
    width: 250px;
    text-align: center;
}

.full-height-wrapper .content .links a:focus,
.full-height-wrapper .content .links a:hover,
.full-height-wrapper .content .links li.active a {
    background-color: #c6aa5e;
}

@media (min-width: 992px) {
    .full-height-wrapper .full-video {
        display: block;
    }
}

@media (max-width: 991px) {
    .full-height-wrapper .content .links a {
        width: 180px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .full-height-wrapper .content .links a {
        font-size: 13px;
    }
}

@media (max-width: 767px) {
    .full-height-wrapper .content {
        left: 0;
        top: 50%;
        height: 386px;
        margin-top: -193px;
        margin-left: 0;
    }

    .full-height-wrapper .content .links .nav > li {
        display: block;
        width: 100%;
        margin-bottom: 18px;
        margin-right: 0;
    }

    .full-height-wrapper .content .links {
        width: 65%;
    }

    .full-height-wrapper .content .links .nav > li {
        display: block;
        width: 100%;
        margin-bottom: 18px;
        margin-right: 0;
    }

    .full-height-wrapper .content .links a {
        width: 100%;
    }
}

/* Introduction video
========================================*/
.video-holder {
    padding: 90px 0 91px 0;
}

.video-holder .title {
    margin-bottom: 60px;
}

.video-holder h2 {
    color: #ffffff;
    text-transform: uppercase;
}

.video-holder video {
    max-width: 100%;
    height: auto;
}

@media (max-width: 767px) {
    .video-holder video:first-child {
        margin-bottom: 25px;
    }
}

/* Contact block
========================================*/
.contact-block {
    color: #ffffff;
    padding: 75px 50px 0;
}

.contact-block .content p {
    font-weight: 300;
    font-size: 16px;
    line-height: 30px;
    margin-top: 25px;
}

.contact-block .actions {
    margin-top: 65px;
    height: 38px;
}

.contact-block .actions a {
    color: #c6aa5e;
    border: 2px solid #c6aa5e;
    font-family: Rajdhani-SemiBold;
    font-size: 18px;
    text-transform: uppercase;
    padding: 11px 62px;
    text-align: center;
}

.contact-block .actions a:focus,
.contact-block .actions a:hover {
    color: #ffffff;
    background-color: #c6aa5e;
    text-decoration: none;
}

@media (min-width: 1350px) {
    .contact-block .title {
        margin-top: 45px;
    }
}

@media (max-width: 1350px) {
    .contact-block .title {
        margin-top: 0;
    }

    .contact-block .content p {
        font-size: 13px;
    }

    .contact-block .actions {
        margin-top: 35px;
    }
}

@media (max-width: 1050px) {
    .contact-block .title {
        margin-top: -54px;
    }
}

@media (max-width: 991px) {
    .contact-block {
        padding-bottom: 50px;
    }
}

/* Eventslist
========================================*/
.eventslist {
    padding-top: 55px;
    padding-bottom: 35px;
}

.eventslist .subtitle {
    text-transform: uppercase;
    color: #777777;
    margin-top: 20px;
    margin-bottom: 50px;
}

.eventslist .btn {
    padding: 10px 85px;
    background-color: #ffffff;
    border-radius: 0px;
    font-size: 20px;
}

.eventslist .loc-btn {
    color: #fff;
    padding: 15px 35px;
    border-radius: 24px;
    text-transform: uppercase;
    font-family: 'Rajdhani-Bold';
    font-size: 12px;
    letter-spacing: 2px;
    line-height: 85px;

    background-color: #c6aa5e;
}

.eventslist .loc-btn:hover {
    text-decoration: none;
    background-color: #ffffff;
    border: 2px solid #c6aa5e;
    color: #c6aa5e;
}

.btn-disabled {
    color: #fff;
    padding: 15px 35px;
    border-radius: 24px;
    text-transform: uppercase;
    font-family: 'Rajdhani-Bold';
    font-size: 12px;
    letter-spacing: 2px;
    line-height: 85px;
    background-color: #b0abab;
    display: inline;
}

.eventslist .fa {
    margin-right: 10px;
}

.eventslist .loc-title {
    font-family: 'Rajdhani-Bold';
    font-size: 20px;
    margin-bottom: 15px;
}

.eventslist .loc-title a {

    color: #404040;
}

.eventslist .loc-location a {
    color: #777777;
}

.eventslist .loc-date a {
    color: #777777;
}

.eventslist h3 {
    color: #fff;
}

.eventslist .btn.active {
    color: #ffffff;
}

.eventslist .loc-item {
    background-color: #ffffff;
    padding: 35px 20px;
    margin-bottom: 40px;
    box-shadow: 0 13px 23px rgba(0, 0, 0, 0.1);
}

.mobile-only {
    display: none;
}

@media (max-width: 768px) {
    .loc-wrapper:nth-child(2n+1) {
        padding-right: 5px;
    }

    .loc-wrapper:nth-child(2n) {
        padding-left: 5px;
    }

    .eventslist .loc-item {
        position: relative;
        text-align: center;
        margin-bottom: 10px;
        padding: 0 0 60px;
    }

    .eventslist .fa.fa-map-marker {
        margin-right: 7px;
    }

    .eventslist .fa {
        display: none;
        margin-right: 0;
    }

    .eventslist .loc-title {
        font-size: 15px;
    }

    .eventslist .loc-location, .eventslist .loc-date {
        width: 100%;
    }

    .btn-middle {
        display: none;
    }

    .eventslist .loc-btn, .eventslist .btn-disabled {
        padding: 10px 30px;
        position: absolute;
        left: 10%;
        width: 80%;
        line-height: unset;
        bottom: 15px;
    }

    .mobile-only {
        display: block;
    }

    .loc-location {
        display: none;
    }

    .desktop-only {
        display: none;
    }
}

@media (max-width: 380px){
    .eventslist .loc-btn, .eventslist .btn-disabled {
        padding: 10px 14px;
    }
}

/* Pre Footer
========================================*/
.pre-footer {
    padding: 55px 0 60px 0;
}

.pre-footer .pre-footer-block .pre-title {
    font-family: 'Rajdhani-Bold';
    font-size: 42px;
    color: #c6aa5e;
}

.pre-footer .pre-footer-block .title {
    font-family: 'Rajdhani-Bold';
    font-size: 20px;
    text-transform: uppercase;
    color: #ffffff;
    margin: 10px 0 10px 0;
}

.pre-footer .pre-footer-block .content {
    font-size: 14px;
    color: #777777;
}

/* Footer
========================================*/
footer {
    color: #1d2228;
    font-family: 'Rajdhani-Medium';

    padding: 45px 0 46px 0;
}

footer .gold {
    color: #c6aa5e;
}

footer a:hover {
    color: #c6aa5e;
    text-decoration: underline;
}

@media (max-width: 380px) {
    footer .gold {
        display: block;
    }
}