/*
 * Bjika Custom Styles
 * Other Alias Ltd
*/


/* ---------------------------------------------- */
/* @ FONT-FACE GINGER
/* ---------------------------------------------- */

@font-face {
    font-family: 'F37 Ginger Bold';
    src: url('../fonts/F37Ginger-Bold.eot');
    src: url('../fonts/F37Ginger-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/F37Ginger-Bold.woff2') format('woff2'),
    url('../fonts/F37Ginger-Bold.woff') format('woff'),
    url('../fonts/F37Ginger-Bold.ttf') format('truetype'),
    url('../fonts/F37Ginger-Bold.svg#F37Ginger-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

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



/* ---------------------------------------------- */
/* GENERAL
/* ---------------------------------------------- */

body {
    font-family: 'F37 Ginger', Helvetica, Arial, sans-serif;
    font-size: 16px;
    color: #ffffff;
    background-color: #000000;
}

a {
    color: #000000;
    text-decoration: underline;
}

.no-underline {
    text-decoration: none;
}

a:focus, a:hover {
    color: #999999;
    text-decoration: none;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

::selection {
    background: #999999; /* WebKit/Blink Browsers */
    color: #ffffff;
}
::-moz-selection {
    background: #999999; /* Gecko Browsers */
    color: #ffffff;
}


/* ---------------------------------------------- */
/* NAVIGATION MODAL: FULL SCREEN MODAL STYLES
/* ---------------------------------------------- */

#logo {
    width:90px;
    padding-top: 9px;
}

.hamburger {
    background: url(../images/btn-hamburger.png) no-repeat center center;
    background-size: 66%;
    height: 36px;
    width: 56px;
    right: 0px;
    top: 12px;
    position: absolute;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

.hamburger-close {
    background: url(../images/close-white.png) no-repeat center center;
    background-size: 56%;
    height: 36px;
    width: 56px;
    right: 0px;
    top: 12px;
    position: absolute;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}


.rollover-opaque:hover {
    opacity: 0.7;
}

.fullscreen .modal-dialog {
    margin: 0 0 0 0;
    width: 100%;
    height: 100%;
    min-height: 100%;
    padding: 0;
    color: #333;
}

.fullscreen .modal-content {
    height: 100%;
    min-height: 100%;
    border-radius: 0;
    color: #333;
    background: rgba(30, 30, 30, 1);
    overflow:auto;
}

.fullscreen .modal-body ul {
    padding: 100px 0 0 0;
}

.fullscreen .modal-body li {
    padding: 10px 0 10px 0 ;
}

.fullscreen .modal-body a {
    color: #333;
    font-size: 300%;
}

.fullscreen .modal-body ul {
    padding: 0;
    overflow: auto;
}

.fullscreen .modal-body li {
    padding: 12px 0 12px 0;
}

.fullscreen .modal-body a {
    color: #ffffff;
    font-size: 34px;
    font-weight: 300;
    text-decoration: none;
}

.close {
    float: left;
    opacity: 1;
}

.navbar-fixed-bottom, .navbar-fixed-top {
    position: fixed;
    z-index: 10000;
    height: 100px;
    border-bottom: 1px solid #000000;
}

button:focus {
    outline:0;
}

.glyphicon {
    font-size:24px
}

.after-nav {
    margin-bottom: 60px;
}

.fullscreen .modal-body a:hover {
    color: #ffffff;
}

a.nav-bar-links-right {
    font-size: 15px;
    padding-right: 26px;
    font-weight: 400;
    letter-spacing: 1px;
}

@media (max-width: 767px) {
    #logo {
        width:60px;
        padding-top: 6px;
    }

}

/*  NAVIGATION MODAL: NAV ITEMS UNDERLINE ANIMATION  */

a.nav-bar-main-links {
    text-decoration: none;
    position: relative;
    color: #000000;
}

a.nav-bar-main-links:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0%;
    border-bottom: 3px solid #ffffff;
    transition: 0.5s;
}

a.nav-bar-main-links:hover:after {
    width: 100%;
}

/*  NAVIGATION MODAL: MOBILE VIEWPORT  */

@media (max-width: 767px) {

    .btn-hdr-contact {
        margin-right: 10px;
    }

    .navbar-fixed-bottom, .navbar-fixed-top {
        height: 60px;
    }

    .glyphicon {font-size:19px}

    .fullscreen .modal-body a {
        font-size: 24px;
    }

    .after-nav {
        margin-bottom: 60px;
    }

    .hamburger {
        height: 17px;
        right: 20px;
        background-size: 56%;
    }

    .hamburger-close {
        height: 16px;
        right: 20px;
    }

    a.nav-bar-links-right {
        font-size: 12px;
        padding: 9px 15px 9px 19px;
    }

}

@media (max-width: 460px) {
    a.nav-bar-links-right {
        font-size: 12px;
        padding: 9px 5px 9px 5px;
    }
}

/* ---------------------------------------------- */
/* 100% HEIGHT INTRO
/* ---------------------------------------------- */

body,html {
    height: 100%;
}

.wide {
    width:100%;
    height:100%;
    height:calc(100% - 0px);
    background-image:url('../images/bg-elevated-minds.jpg');
    background-size:cover;
    background-position: center;
}

#hkr-logo {
    width:220px;
}

.container-flex-vertical {
    min-height: 100%;  /* Fallback for browsers do NOT support vh unit */
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.container-flex-vertical-ops {
    min-height: 80%;  /* Fallback for browsers do NOT support vh unit */
    min-height: 80vh;
}

.register-link {
    position: absolute;
    width: 90%;
    z-index: 10;
    bottom: 50px;
    left: 50%;
    transform: translate(-50%, -50%);
}


@media (max-width: 767px){
    #hkr-logo {
        width:170px;
    }
}

/* ---------------------------------------------- */
/* BACKGROUND COLOURS
/* ---------------------------------------------- */

.bg-light-grey
{
    background: #f2f2f2;
}

.bg-mid-grey
{
    background: #dddddd;
}

.bg-white
{
    background: #ffffff;
}

.bg-black
{
    background: #000000;
}

.bg-off-black
{
    background: #333333;
}

.bg-black-opaque
{
    background: rgba(0,0,0,0.87);
}


/* ---------------------------------------------- */
/* TYPOGRAPHY
/* ---------------------------------------------- */

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'F37 Ginger', Helvetica, Arial, sans-serif;
    font-weight: 400;
    margin-bottom: 20px;
}

h1 {
    font-size: 50px;
}

h2 {
    font-size: 38px;
}

h3 {
    font-size: 24px;
    line-height: 30px;
}

p {
    font-family: 'F37 Ginger', Helvetica, Arial, sans-serif;
    line-height: 24px;
    margin: 0 0 16px;
    font-weight: 400;
}

b, strong {
    font-weight: bold
}

@media (max-width: 767px){
    h1 {
        font-size: 30px;
        line-height: 34px;
    }

    h2 {
        font-size: 26px;
        line-height: 32px;
    }

    h3 {
        font-size: 18px;
        line-height: 26px;
    }

}

/* ---------------------------------------------- */
/* 2 COL LAYOUT
/* ---------------------------------------------- */

@media screen and (min-width: 768px) {
    .text-columns-2 {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 80px;
        -moz-column-gap: 80px;
        column-gap: 80px;
    }
}

/* ---------------------------------------------- /*
 * ARROW BOUNCE
/* ---------------------------------------------- */

.bounce {
    /*position: absolute;
    bottom: -40px;
    left: 50%; */
    animation: bounce 3s infinite;
    -webkit-animation: bounce 3s infinite;
    -moz-animation: bounce 3s infinite;
    -o-animation: bounce 3s infinite;
}
@-webkit-keyframes bounce {
    50% {-webkit-transform: translateY(-15px);}
}
@-moz-keyframes bounce {
    50% {-moz-transform: translateY(-15px);}
}
@-o-keyframes bounce {
    50% {-o-transform: translateY(-15px);}
}
@keyframes bounce {
    50% {transform: translateY(-15px);}
}

/* ---------------------------------------------- */
/* BUTTONS
/* ---------------------------------------------- */

.btn-outline
{
    background-color: #ffffff;
    color: #000000;
    border-radius: 0px;
    border: solid 1px #ffffff;
    padding: 9px 23px 9px 23px;
    letter-spacing: 3px;
    font-weight: 700;
    text-decoration: none;
   /* -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;*/
}

.btn-outline:hover {
    color: #ffffff;
    background-color: #000000;
    border: solid 1px #000000;
}


.btn.focus, .btn:focus {
    color: #000000;
    background-color: #ffffff;
    text-decoration: none;
}

.btn-default {
    background-color: #000000;
    color: #ffffff;
    border-radius: 0px;
    border: none;
    padding: 9px 23px 9px 23px;
    letter-spacing: 3px;
    font-weight: 700;
    /*-moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;*/
}

.btn-default:hover
{
    color: #ffffff;
    background-color: #666666;
    border: none;
}

.btn {
    font-size: 14px;
}

.btn-default:focus, .btn-default.focus {
    color: #fff;
    background-color: #333;
    border-color: none;
    outline: none;
}

.btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
    color: #fff;
    background-color: #333;
    border-color: none;
}

.btn-default:active:hover, .btn-default.active:hover, .open > .dropdown-toggle.btn-default:hover, .btn-default:active:focus, .btn-default.active:focus, .open > .dropdown-toggle.btn-default:focus, .btn-default:active.focus, .btn-default.active.focus, .open > .dropdown-toggle.btn-default.focus {
    color: #fff;
    background-color: #333;
    border-color: none;
    outline: none;
}

a.btn.btn-default {
    text-decoration: none;
}

.btn-primary {
    color: #000000;
    background-color: transparent;
    border-color: #000000;
    border-radius: 0px;
    padding: 10px 14px;
}

.btn-primary:hover, .btn-primary:active, .btn-primary:active:hover {
    color: #fff;
    background-color: #000000;
}

/* ---------------------------------------------- */
/* TEXT COLOURS
/* ---------------------------------------------- */

.text-light-grey
{
    color: #f5f5f5;
}

.text-mid-grey
{
    color: #bbbbbb;
}

.text-grey
{
    color: #888888;
}

.text-white
{
    color: #ffffff;
}

.text-black
{
    color: #000000;
}

.text-off-black
{
    color: #333333;
}

.text-orange
{
    color: #dc4116;
}

.text-yellow
{
    color: #e1e80b;
}


/* ---------------------------------------------- */
/* LAYOUT - PADDING
/* ---------------------------------------------- */

.padding-top-6x {
    padding-top: 120px;
}
.padding-top-5x {
    padding-top: 100px;
}
.padding-top-4x {
    padding-top: 80px;
}
.padding-top-3x {
    padding-top: 60px;
}
.padding-top-2x {
    padding-top: 40px;
}
.padding-top-1x {
    padding-top: 20px;
}
.padding-bottom-6x {
    padding-bottom: 120px;
}
.padding-bottom-5x {
    padding-bottom: 100px;
}
.padding-bottom-4x {
    padding-bottom: 80px;
}
.padding-bottom-3x {
    padding-bottom: 60px;
}
.padding-bottom-2x {
    padding-bottom: 40px;
}
.padding-bottom-1x {
    padding-bottom: 20px;
}
.padding-side-none {
    padding-left: 0px;
    padding-right: 0px;
}
.padding-side-1x {
    padding-left: 10px;
    padding-right: 10px;
}
.padding-side-2x {
    padding-left: 20px;
    padding-right: 20px;
}
.padding-side-3x {
    padding-left: 40px;
    padding-right: 40px;
}
.padding-left-none {
    padding-left: 0px;
}
.padding-right-none {
    padding-right: 0px;
}

/* ---------------------------------------------- */
/* SMALLER DEVICES
/* ---------------------------------------------- */

@media (max-width: 767px){

    .padding-top-6x {
        padding-top: 60px;
    }
    .padding-top-5x {
        padding-top: 50px;
    }
    .padding-top-4x {
        padding-top: 40px;
    }
    .padding-top-3x {
        padding-top: 30px;
    }
    .padding-top-2x {
        padding-top: 20px;
    }
    .padding-top-1x {
        padding-top: 10px;
    }
    .padding-bottom-6x {
        padding-bottom: 60px;
    }
    .padding-bottom-5x {
        padding-bottom: 50px;
    }
    .padding-bottom-4x {
        padding-bottom: 40px;
    }
    .padding-bottom-3x {
        padding-bottom: 30px;
    }
    .padding-bottom-2x {
        padding-bottom: 20px;
    }
    .padding-bottom-1x {
        padding-bottom: 10px;
    }
    .text-mobile-center {
        text-align: center;
    }
    .text-mobile-left {
        text-align: left;
    }
    .text-mobile-right {
        text-align: right;
    }
    .padding-side-mobile {
        padding-left: 40px;
        padding-right: 40px;
    }

}

/* ---------------------------------------------- */
/* IE 11 FIXES
/* ---------------------------------------------- */

@media all and (-ms-high-contrast:none)
{
    *::-ms-backdrop, .iefixpt120 {padding-top:120px} /* IE11 */
    *::-ms-backdrop, .iefixpt100 {padding-top:100px}
    *::-ms-backdrop, .iefixpt80 {padding-top:80px}
    *::-ms-backdrop, .iefixpt60 {padding-top:60px}
    *::-ms-backdrop, .iefixpt40 {padding-top:40px}
    *::-ms-backdrop, .iefixpt20 {padding-top:20px}
}