        html {
    width: 100%;
    height: 100%;
}
body {
    width: 100%;
    height: 100%;
    position: relative;
    color: #686868;
    background: #fff;
    font-family: 'Montserrat', sans-serif;
}

div#container {
    position: relative;
    right: 0;
    transition: all .2s ease-in-out;
    height: 100%;
}

a,
a:visited {
    color: #fff;
    text-decoration: none;
    transition: color .2s linear, background-color .2s linear, border .2s linear;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

h1, h2, h3, h4, h5, h6 {
    color: #000;
    margin-bottom: 15px;
}
h1 {
    font-size: 3em;
}
h2 {
    font-size: 2.5em;
}
h3 {
    font-size: 1.8em;
    line-height: 1.15em;
}

strong{
    font-weight: bold;
}

p {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #677171;
    line-height: 1.3em;
}
p+p {
    margin-top: 15px;
}

.gradienthor {
    background: #009FFF;
    background: -moz-linear-gradient(left, rgba(111,129,225,1) 0%, rgba(67,195,211,1) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#009fff), color-stop(100%,#008add));
    background: -webkit-linear-gradient(left, #009fff 0%,#008add 100%);
    background: -o-linear-gradient(left, rgba(111,129,225,1) 0%,rgba(67,195,211,1) 100%);
    background: -ms-linear-gradient(left, rgba(111,129,225,1) 0%,rgba(67,195,211,1) 100%);
    background: linear-gradient(to left, #009fff 0%,#008add 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009fff', endColorstr='#008add',GradientType=1 );
}
.gradientvert {
    background: #009FFF;
    background: -moz-linear-gradient(bottom, rgba(111,129,225,1) 0%, rgba(67,195,211,1) 100%);
    background: -webkit-gradient(linear, bottom, top, color-stop(0%,#009fff), color-stop(100%,#008add));
    background: -webkit-linear-gradient(bottom, #009fff 0%,#008add 100%);
    background: -o-linear-gradient(bottom, rgba(111,129,225,1) 0%,rgba(67,195,211,1) 100%);
    background: -ms-linear-gradient(bottom, rgba(111,129,225,1) 0%,rgba(67,195,211,1) 100%);
    background: linear-gradient(to bottom, #009fff 0%,#008add 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009fff', endColorstr='#008add',GradientType=2 );
}

.slicknav_menu {
    display:none;
}

.btn,
a.btn,
button,
input[type="submit"] {
    max-width: 100%;
    padding: 0 25px;
    height: 50px;
    line-height: 50px;
    background: #009FFF;
    color: #FFF;
    text-transform: uppercase;
    border: none;
    border-radius: 3px;
    font-size: 0.9em;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    transition: background-color .2s linear;
    letter-spacing: 0.9px;
    -webkit-appearance: none;
}
.btn:hover,
a.btn:hover,
button:hover,
input[type="submit"]:hover {
    background-color: #008add;
}

.btn.grey,
a.btn.grey,
button.grey,
input[type="submit"].grey {
    background: #555;
}
.btn.grey:hover,
a.btn.grey:hover,
button.grey:hover,
input[type="submit"].grey:hover {
    background-color: #494949;
}

.btn.white,
a.btn.white,
button.white,
input[type="submit"].white {
    background: #fff;
    color: #666;
}
.btn.white:hover,
a.btn.white:hover,
button.white:hover,
input[type="submit"].white:hover {
    background-color: #EFEFEF;
}

div.wrapper {
    width: 1100px;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding: 0 10px;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
select,
textarea {
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
    border: none;
    border-radius: 3px;
    font-size: 1.1em;
}
textarea {
    height: 170px;
    line-height: 1.5em;
    padding: 15px;
}

#big-video-wrap {
    display: none;
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: absolute;
    z-index: 9;
    transition: all .2s ease-in-out;
}
body.login #big-video-wrap {
    right: 300px;
}
.video-js {
       color: #000;
}

section > .message {
    padding: 20px;
    background: #F7F7F7;
    margin-bottom: 20px;
    font-size: 1.1em;
}
section > .message.success p {
    color: #3FA634;
}
section > .message.error p {
    color: #CD1414;
}
/***************************************************************************************************/

header {
    position: absolute;
    top: 4px;
    left: 0;
    width: 100%;
    padding: 13px 22px;
    z-index: 999999;
}

header .logo {
    height: 30px;
    background-image: url('../img/logo.svg');
    background-position: left center;
    background-repeat: no-repeat;
    margin: 4.5px 0;
    display: block;
    text-indent: -1000px;
    overflow: hidden;
    background-size: auto 30px;
    opacity: .8;
    transition: opacity .2s linear;
}
header .logo:hover {
    opacity: 1;
}

header nav ul {
    list-style: none;
    text-align: right;
}
header nav ul li {
    display: inline-block;
}

header nav ul li a,
header nav ul li a:visited {
    display: block;
    padding: 10px 15px;
    text-transform: uppercase;
    font-size: 0.85em;
    opacity: .95;
}
header nav ul li.active a,
header nav ul li a:hover {
    color: #009fff;
}
header nav ul li.register {
    margin-left: 9px;
}
header nav ul li.register a {
    border: 2px solid rgba(255, 255, 255, .5);
    background: none;
    border-radius: 4.5px;
}
header nav ul li.register a:hover {
    border: 2px solid #fff;
    color: #fff;
}


header.scroll {
    transition: background-color .2s linear;
    position: fixed;
    background: rgba(255, 255, 255, 0.95);
    background-color: rgba(255, 255, 255, 0.95);
    top: 0;
}

header.scroll .logo {
    background-image: url('../img/logo-dark.svg');
}

header.scroll nav ul li a,
header.scroll nav ul li a:visited {
    color: #999;
}
header.scroll nav ul li.active a,
header.scroll nav ul li a:hover {
    color: #009fff;
}
header.scroll nav ul li.register a,
header.scroll nav ul li.register a:visited {
    color: #fff;
}
header.scroll nav ul li.register a {
    border: 2px solid #009fff;
    background: #009FFF;
}
header.scroll nav ul li.register a:hover {
    border: 2px solid #008add;
    background: #008add;
}

header.scroll .slicknav_menu .slicknav_icon-bar {
  background-color: #999;
}

/***************************************************************************************************/

section {
    padding: 70px 0;
    background-size: cover;
}

section.hero {
    background-image: url('../img/video.png');
    background-size: cover;
    background-position: center;
    height: 100%;
}
section.hero h2 {
    color: #fff;
    margin-top: 210px;
    margin-bottom: 10px;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.6em;
    letter-spacing: 0.4px;
    font-weight: 300;
}
section.hero h1 {
    color: #fff;
    width: 100%;
    font-weight: 700;
    font-size: 3.7em;
    margin-bottom: 55px;
}
section.hero .buttons a {
    margin-right: 5px;
}

section.smallhero {
    background-image: url('../img/bluepoly.jpg');
    height: 73px;
    padding: 0;
}

/************************ Home ***********************/

body#home {
    background: #000;
}
.homeoverlay {
    display: none;
}
body#home .homeoverlay {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .2);
    background-image: url('../img/pattern.png');
    z-index: 10;
    display: block;
    opacity: .4;
}
body#home .video-js .vjs-tech {
    position: absolute !important;
}
body#home #homehero {
    min-height: 730px;
    text-align: center;
}
body#home #homehero .wrapper {
    position: relative;
    z-index: 10;
}

#home footer { margin-top: 0 !important; }
body#home #homehero { min-height: 850px !important; background-image: none; }
#container { z-index: 10; }

#home section.features {
    text-align: center;
    background-image: url('/assets/front/img/bluepoly.jpg');
    background-size: cover;
}
#home section.features i {
    color: #FFF;
    margin-bottom: 15px;
    font-size: 5.5em;
}
#home section.features h3 {
    font-size: 1.5em;
    color: #fff;
}
#home section.features p {
    font-size: 1em;
    color: #fff;
}


#home section.logos {
    background-image: url('/assets/front/img/bluepoly.jpg');
    background-size: cover;
}
#home section.logos h3 {
    text-align: center;
    margin-bottom: 45px;
    color: #fff;
    font-size: 2em;
}
#home section.logos .wrapper div {
    text-align: center;
    height: 100px;
    line-height: 100px;
}
#home section.logos .wrapper div a {
    height: 100px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
}
#home section.logos .wrapper div img {
    display: inline-block;
    vertical-align: middle;
}


#home section.whitelabel {
    /*padding: 85px 0;*/
    background: white;
}
#home section.whitelabel a.btn {
    margin-top: 26px;
}
#home section.whitelabel h3 {
    font-size: 1.7em;
}
#home section.whitelabel p {
    font-size: 1.2em;
}
#home section.whitelabel .imaccont {
    position: relative;
}
#home section.whitelabel .imac {
    border-radius: 20px;
    overflow: hidden;
    padding: 37px 35px 35px 35px;
    background-color: #ECECEC;
    border: 2px solid #ECECEC;
    position: absolute;
    top: -36px;
    left: 0;
    width: 100%;
    z-index: 999;
}
#home section.whitelabel .imac .camera {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #ECECEC;
    position: absolute;
    margin-left: -15px;
    left: 50%;
    top: 11px;
}
#home section.whitelabel .imac img {
    position: relative;
    z-index: 95;
    border: 1px solid rgba(0, 0, 0, 0.04);
}
#home section.whitelabel .imac .reflection {
    width: 1070px;
    height: 240px;
    background: rgba(255, 255, 255, 0.11);
    position: absolute;
    top: -110px;
    left: -210px;
    transform: rotate(209deg);
    z-index: 96;
}
#home section.whitelabel .imac .reflection+.reflection {
/*    background: rgba(255, 255, 255, 0.24);
    z-index: 94;*/
    top: 217px;
}


#home section.stats {
    background-image: url('/assets/front/img/bluepoly.jpg');
    background-size: cover;
}
#home section.stats .stat {
    text-align: center;
}
#home section.stats .stat h3 {
    font-size: 5em;
    color: #fff;
}
#home section.stats .stat p {
    font-size: 1.4em;
    color: #F2F2F2;
}


#home section.tierone {
    text-align: center;
    background: white;
}


#home section.testimonial {
    background-image: url('/assets/front/img/whitepoly.jpg');
    background-size: cover;
    padding-bottom: 0;
}
#home section.testimonial img {
    display: block;
}
#home section.testimonial .text {
    background: rgba(153, 153, 153, 0.06);
    padding: 30px;
    position: relative;
}
#home section.testimonial .text .triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 30px 20px 0;
    border-color: rgba(0, 0, 0, 0) rgba(153, 153, 153, 0.06) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    position: absolute;
    left: -30px;
    top: 50px;
}
#home section.testimonial p {
    font-size: 2em;
    margin: 0 0 20px 0;
    font-style: italic;
}

#home section.testimonial .client {
    font-size: 1.1em;
}

#home section.testimonial .client a {
    color: #009fff;
}

#home section.testimonial .client span {
    color: #A1A1A1;
}


.calltoaction {
    background-color: #009fff !important;
    color: #fff;
    padding: 40px 0;
}
.calltoaction p {
    color: #FFF;
    font-size: 1.6em;
    margin-top: 7px;
}
.calltoaction a.btn {
    float: right;
}

/************************ Contact *******************/

#contact section {
    text-align: center;
}
#contact section.hero {
    background-image: url('../img/contact-hero2.jpg');
    height: 450px;
    min-height: 450px;
    position: relative;
}
#contact section.hero h2 {
    margin-top: 100px;
}
#contact section.hero h1 {
    width: 100%;
}
#contact section#contact p,
#contact section#contactform p {
    width: 800px;
    max-width: 100%;
    margin: 20px auto 0 auto;
}
#contact section#contact .social {
    width: 750px;
    max-width: 100%;
    margin: 0 auto 0 auto;
    text-align: center;
    font-size: 1.1em;
    line-height: 1.65em;
}
#contact section#contact .social a {
    display: block;
    color: #999;
}
#contact section#contact .social a i {
    width: 20px;
    color: #ddd;
    text-align: right;
    margin-right: 5px;
}
/*#contact section#contact .social a.facebook i {
    color: #3B5998;
}
#contact section#contact .social a.twitter i {
    color: #55ACEE;
}*/
#contact section#contact .social .address {
    color: #888;
}
#contact section#contact span {
    color: #ddd;
    display: inline-block;
    margin-top: 15px;
}
#contact section#contactform {
    background-image: url('../img/whitepoly.jpg');
    background-size: cover;
}
#contact section#contactform form {
    width: 600px;
    max-width: 100%;
    margin: 40px auto 0 auto;
}

/************************ FAQ *******************/

#faq section {
}
#faq section.hero {
    text-align: center;
    background-image: url('../img/faq-hero2.jpg');
    height: 450px;
    min-height: 450px;
    position: relative;
}
#faq section.hero h2 {
    margin-top: 100px;
}
#faq section.hero h1 {
    width: 100%;
}

#faq section#questions {
    background-image: url('../img/whitepoly.jpg');
    background-size: cover;
}
#faq section#questions .questions {
    list-style: none;
    font-size: 1.1em;
}
#faq section#questions .questions a {
    color: #009fff;
}
#faq section#questions .questions li {
    margin-bottom: 50px;
}
#faq section#questions .questions li p {
    color: #818181;
}

#faq section#contact {
    background-color: #009fff;
    color: #fff;
    padding: 40px 0;
}
#faq section#contact p {
    color: #FFF;
    font-size: 1.6em;
    margin-top: 7px;
}
#faq section#contact a.btn {
    float: right;
}

/************************ login  *******************/

body div#login {
    position: fixed;
    z-index: 9999999;
    right: 0;
    left: 0;
    bottom:  0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    color: #fff;
    transition: width .2s ease-in-out;
    /* background-image: url('../front/img/bluepoly3.png'); */
    /* background-size: cover; */
    /* font-family: "Montserrat",sans-serif; */
    opacity: 0;
    pointer-events: none;
    display: flex;
    align-items:  center;
    justify-content:  center;
    transition: opacity .2s ease-in-out;
}
body div#login .overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 4;
    background-color: #00aae7e0;
}
body div#login .inner {
    width: 500px;
    max-width:  calc(100% - 40px);
    position: relative;
    padding: 40px;
    background-color: white;
    border-radius: 4px;
    z-index: 5;
}
body div#login .inner a.close {
    position: absolute;
    display: block;
    top: 24px;
    right: 20px;
    color: #000;
    opacity: .6;
    font-size: 20px;
}
body div#login .inner a.close:hover {
    opacity: .9;
}
body div#login .inner h3 {
    color: #000;
    font-size: 1.5em;
    margin-bottom: 21px;
    line-height: 1.15em;
    font-weight: 600;
}
body div#login .inner input {
    margin-bottom: 21px;
}

body.login {
    overflow: hidden;
}
body.login div#login {
    /* width: 300px; */
    opacity: 1;
    pointer-events: all;
}
body.login header.scroll {
    padding-right: 322px;
    /*transition: padding .2s linear;*/
}
body div#login .forgot-password {
    display: block;
    font-weight: 300;
    color: #888;
    margin-top: 15px;
}

body div#login .btn,
body div#login a.btn,
body div#login button,
body div#login input[type="submit"] {
    max-width: 100%;
    width: 100%;
    padding: 0 25px;
    height: 50px;
    line-height: 50px;
    background: #009FFF;
    color: #FFF;
    text-transform: uppercase;
    border: none;
    border-radius: 3px;
    font-size: 15px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    transition: background-color .2s linear;
    letter-spacing: 0.9px;
    margin-bottom: 0;
}
body div#login .btn:hover,
body div#login a.btn:hover,
body div#login button:hover,
body div#login input[type="submit"]:hover {
    background-color: #43C3D3;
}

body div#login input[type="email"], body div#login input[type="password"] {
    /* border: medium none; */
    border-radius: 3px;
    display: block;
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
    width: 100%;
    background-color: whitesmoke;
}

/************************ register *******************/

#register section {
    text-align: center;
}
#register section.hero {
    background-image: url('../img/register-hero2.jpg');
    height: 444px;
    position: relative;
}
#register section.hero h2 {
    margin-top: 120px;
}
#register section.hero h1 {
    width: 100%;
}
#register section.hero .price {
    width: 310px;
    max-width: 100%;
    position: absolute;
    bottom: -60px;
    left: 50%;
    margin-left: -155px;
    background: #009FFF;
    padding: 10px 20px 20px 20px;
    color: #FFF;
    text-align: center;
    border-top: 10px #3ABB9A solid;
}
#register section.hero .price h3 {
    font-size: 6.5em;
    display: inline-block;
    color: #fff;
    margin-bottom: 0;
    vertical-align: middle;
}
#register section.hero .price h3 span {
    font-size: .9em;
}
#register section.hero .price h3+span {
    display: inline-block;
    font-size: 1em;
    text-align: left;
    margin-left: 10px;
    margin-top: 15px;
    vertical-align: middle;
    color: #B3F7E5;
}

#register section#signup {
    background-image: url('../img/whitepoly.jpg');
    background-size: cover;
}
#register section#signup small {
    display: block;
    font-size: 0.75em;
    margin-bottom: 20px;
}
#register section#signup p.bulk {
    margin-top: 10px;
    color: #A9A9A9;
}
#register section#signup p.bulk a {
    color: #009fff;
}
#register section#signup h2 {
    font-size: 2em;
    color: #545454;
}
#register section#signup form {
    width: 300px;
    max-width: 100%;
    margin: 30px auto 0 auto;
}
#register section#signup form input[type="text"],
#register section#signup form input[type="email"],
#register section#signup form input[type="password"],
#register section#signup form input[type="tel"] {
    margin-bottom: 20px;
}
#register section#signup form input[type="submit"] {
    width: 100%;
}
#register section#signup .message {
    margin-top: 25px;
}
#register section#signup .message p+p {
    margin-top: 10px;
}

#register section#signup .subdomain {
    /*margin-bottom: 20px;*/
    position: relative;
    overflow: hidden;
    display: block;
}
#register section#signup .subdomain span {
    height: 50px;
    line-height: 50px;
    display: block;
    font-size: 1.1em;
    left: 20px;
    top: 0;
    color: #A9A9A9;
    position: absolute;
    font-family: 'Helvetica Neue';
    /*transition: left .1s linear;*/
    pointer-events: none;
}
#register section#signup .subdomain input {
    margin-bottom: 0;
}
#register section#signup small em {
    /*color: #009FFF;*/
}


/*#register section#signup .subdomain {
    max-width: 100%;
    padding: 0;
    height: 50px;
    line-height: 50px;
    background: #fff;
    color: #B5B5B5;
    text-transform: uppercase;
    border: none;
    border-radius: 3px;
    font-size: 0.9em;
    display: block;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    transition: background-color .2s linear;
    letter-spacing: 0.9px;
    margin-bottom: 20px;
}

#register section#signup .subdomain input[type="text"] {
    margin-left: 10px;
    padding: 0;
    width: auto;
    display: inline-block;
    border: 0;
    margin-bottom: 0;
    float: left;
}
#register section#signup .subdomain input[type="text"][size="0"] {
    width: 83px;
}
#register section#signup .subdomain span {
    display: inline-block;
    float: left;
    text-transform: none;
    line-height: 52px;
    font-size: 1.1em;
}*/
#register .regmessage {
    width: 610px;
    line-height: 1.3em;
    max-width: 100%;
    margin: 20px auto;
    font-size: 1.4em;
    color: #9B9B9B;
    /* background: #FFF; */
    padding: 20px;
}
#register .regmessage a {
    color: #009fff;
}
/************************ Features *******************/

#features section {
    text-align: center;
    padding: 0;
    /*background-color: #F9F9F9;*/
    background-color: #fff;
}

#features section p {
    margin-bottom: 25px;
}
#features section p:last-child {
    margin-bottom: 0;
}

#features section.fullwidth {
    /*padding: 50px;*/
}
#features section.fullwidth p {
    width: 900px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

#features section img {
    display: block;
    margin-bottom: 0;
}
#features section .content {
    padding: 50px;
    text-align: center;
    font-size: 1.5em;
    background-color: #fff;
}
#features section .content.text-left {
    text-align: left;
}
#features section .content.text-right {
    text-align: right;
}
#features section .content h3 {
    margin-bottom: 30px;
}
#features section .content p {
}

#features section.hero,
#account_picker #featurehero {
    background-image: url('../img/features-hero.jpg');
    height: 600px;
    padding: 0;
}
#features section.hero .content {
    background-color: none;
}
#features section.hero h2 {
    text-align: center;
    display: inline-block;
}
#features section.hero h1 {
    width: 50%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

#features section#card-payments {
    /*background-color: #009fff;*/
    /*background-image: url('../img/bluepoly.png');*/
    /*background-size: cover;*/
    background-color: none;
    text-align: center;
}
#features section#card-payments .content {
    background: none;
}
#features section#card-payments img {
    margin-bottom: 25px;
    display: inline-block;
}
#features section#card-payments h3,
#features section#card-payments p {
    color: #fff;
}

#features section#personalised-microsite {
    background: #7E91C9;
    background-image: url('../img/bluepoly2.png');
    background-size: cover;
}
#features section#personalised-microsite .content {
    padding: 50px 0 50px 50px;
    background: none;
}
#features section#personalised-microsite img {
    width: 500px;
    margin: 0 auto;
}
#features section#personalised-microsite .content h3 {
    color: #fff;
    margin-top: 20px;
    margin-bottom: 25px;
}

#features section#personalised-microsite .content p {
    color: #F4F4F4;
}


/************************ Directory *******************/

#directory section.hero {
    background-image: url('../img/features-hero.jpg');
    height: 240px;
    padding: 0;
}
#directory section.hero h2 {
    margin-top: 90px;
    display: inline-block
}
#directory #trainers {
    background-image: url('../img/whitepoly.jpg');
}
#directory #trainers ul {

}
#directory #trainers ul li {
    background: #fff;
}
#directory #trainers ul li a {
    display: block;
}
#directory #trainers ul li .info {
    padding: 15px;
    /*margin-top: 140px;*/
    /*background: rgba(255, 255, 255, 0.9);*/
}
#directory #trainers ul li .info h3 {
    font-size: 1.3em;
    margin-bottom: 10px;
}
#directory #trainers h3.noresults {
    color: #BEBEBE;
    text-align: center;
    margin: 40px 0;
    font-size: 2.8em;
}
#directory #search {
    padding: 20px 0;
}

#agent_picker ul{
    margin-top: 30px;
}

#agent_picker a{
    display: block;
    padding: 5px 35px;
    color: #505050;
}

#agent_picker li{
    background-color: #FAFAFA;
    border: 0px solid #aaa;
    box-shadow: 1px 1px 1px #aaa;
    transition: background-color 0.5s;
}

#agent_picker li:hover{
    background-color: #F4F4F4;
}

#agent_picker li .agent_name{
    line-height: 75px;
}

#agent_picker li img{
    display: block;
    border-radius: 50%;
    margin: 8px 4px 8px 8px;
    height: 60px;
}

/***************************************************************************************************/


footer {
    background-color: #222228;
    background-image: url('../img/headerbgdark.jpg');
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 999999;
}
body#home footer {
    margin-top: -187px;
    font-weight: 700;
}
footer .logo {
    max-width: 190px;
}
footer .wrapper {
    padding: 50px 0;
}

footer ul {
    list-style: none;
}
footer ul li {
    list-style: none;
    display: block;
    padding: 0 0 13px 0;
}
footer ul li a,
footer ul li a:visited {
    text-transform: uppercase;
    font-size: 0.9em;
    color: #999;
}
footer ul li a:hover {
    color: #fff;
}

@-moz-keyframes colour-cycle /* Firefox */
{
    0% {background: #009FFF;}
    33% {background:#5B9FDA;}
    66% {background:#008add;}
    100% {background:#009fff;}
}

@-webkit-keyframes colour-cycle /* Safari and Chrome */
{
    0% {background:#009fff;}
    33% {background:#5B9FDA;}
    66% {background:#008add;}
    100% {background:#009fff;}
}

.colour-cycle:hover {
    animation:colour-cycle 3.5s;
    -moz-animation:colour-cycle 3.5s infinite; /* Firefox */
    -webkit-animation:colour-cycle 3.5s infinite; /* Safari and Chrome */
}

p.login-error {
  color: red;
  font-size: 0.9em;
  margin-bottom: 15px;
}