﻿@font-face {
    font-family: Georgia;
    src: url('../fonts/Georgia.eot');
    src: url('../fonts/Georgia.ttf') format('truetype'), url('..fonts/Georgia.svg') format('svg'), url('..fonts/Georgia.woff') format('woff');
}

html, body {
    width: 100%;
    height: 100%;
}

body {
    padding: 0px;
    margin: 0px;
    font-size: 1.2em;
}

.box {
    font-size: 15px;
    border-radius: 10px;
}

input[type=submit]:hover, input[type=button]:hover {
    background-color: #60BCEB;
}

.input-icon {
    position: relative;
    width: 100%;
    display: inline-block;
}

.input-icon > input {
    /*text-indent: 2rem;*/
    padding-left: 30px !important;
    font-size: 16px !important;
}

.input-icon > i {
    position: absolute;
    top: 5px;
    left: 5px;
}

.clickable {
    cursor: pointer;
}

input {
    height: 30px;
    min-width: 30px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding-left: 5px;
    background-color: rgb(244, 244, 244);
    outline: none;
    transition: .1s linear;
}

input.input-validation-error {
    border: 1px solid red;
    background-color: rgba(255, 0, 0, 0.15);
}

input:focus {
    box-shadow: 0 0 5px grey;
}

input:read-only {
    background-color: rgb(120,120,120);
    color: white;
}

.homeindexmoreinfo {
    position: absolute;
}

.login {
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.8);
}

.wronglogincontainer {
    background-color: #FFF;
    padding-top: 5px;
}

.styleheader {
    background-color: rgba(255,255,255,0.80);
    width: 100%;
    border-bottom: 1px solid #8f8f8f;
}

.indexbackground {
    overflow: hidden;
    position: fixed;
    z-index: 0;
    display: block;
    width: 100%;
    height: 100%;
    top: 0px;
    background-size: cover; 
    background-position: center;
}

.menubar {
    position: relative;
    z-index: 2;
}

.menubar .mrbillieline {
    width: 90%;
    height: 200px;
    margin: 0px 5%;
    background-image: url('../images/Background/mrbillie_wit.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.menubar ul {
    padding: 0px;
    margin: 0px;
}

.menubar li {
    list-style: none;
    display: inline-block;
    font-size: 12px;
    width: 100%;
}

.menubar input {
    width: 90%;
    margin: 2px calc(5% - 1px) 10px;
    box-sizing: border-box;
    color: #000;
    font-size: 18px;
    padding: 5px;
    height: initial;
}

.menubar input[type=button] {
    background-color: #000;
    color: #FFF;
    border-radius: 0;
}

.menubar .welcome-message {
    height: 20px;
    padding: 0px;
    margin: 0px;
    padding-left: 10px;
    box-sizing: border-box;
    border-left: 3px solid #ffcc66;
}

.menubar .styletext {
    width: 90%;
    margin: 2px calc(5% - 1px) 10px;
    box-sizing: border-box;
}

widgetsavebutton {
    background-color: #000;
    color: #FFF;
    position: relative;
    display: block;
    text-align: center;
    font-size: 40px;
}

widgetsavebutton:hover, widgetsavebutton:active {
    color: #444;
}

.menubar li a {
    color: black;
    text-decoration: none;
}

.menubar li a:hover {
    color: black;
    text-decoration: none;
}

.menubar li a:visited {
    color: black;
    text-decoration: none;
}


.registration widgettitlecollor {
    background-color: #000;
    color: #FFF;
    position: relative;
    display: block;
}

.registration img {
    height: 42px;
    width: 42px;
    margin: 6px;
}

.registration .title {
    position: absolute;
    left: 62px;
    line-height: 32px;
    top: 10px;
    font-size: 18px;
}

.styleregistercomplete {
    width: 100%;
    position: relative;
    background-color: white;
    z-index: 2;
    border: 1px solid rgba(0, 0, 0, 0.4);
}

.styleregister {
    width: 100%;
    position: relative;
    background-color: white;
    z-index: 2;
}

.styleregister titlebar {
    background-color: #000;
    color: #FFF;
    font-size: 18px;
    padding: 0px;
    position: relative;
    display: block;
}

.styleregister widgetsavebutton {
    background-color: #000;
    color: #FFF;
    position: relative;
    display: block;
    text-align: center;
    font-size: 24px;
    padding: 5px;
    margin-top: 10px;
}

.styleregister widgetsavebutton:hover, .styleregister widgetsavebutton:active {
    color: #888;
}

.styleregister titlebar .titletext{
    position: absolute;
    left: 52px;
    top: 5px;
    line-height: 32px;
    padding: 5px;
}

.styleregister titlebar img {
    height: 40px;
    width: 40px;
    margin: 6px;
}

.textcontainerheader {
    text-align: center;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 18px;
}

.textcontainer {
    text-align: center;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 18px;
}

.styleregister .registertext {
    text-align: center;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 18px;
}

.styleregister .inputlabel {
    width: 90%;
    margin: 2px 5%;
    text-align: left; 
    display: inline-block; 
    font-size: 11px;
}

.styleregister input {
    width: 90%;
    margin: 2px calc(5% - 1px) 10px;
    box-sizing: border-box;
}

.homepagebar {
    width: 100%;
    height: 40px;
}

.blogitem {
    background-color: #FFF;
    overflow: hidden;
    padding-left: 5%;
    padding-right: 5%;
    width: 90%;
    text-align: left;
}

.blogitem h1 {
    font-size: 36px;
    margin: 5px;
}

.blogitem img {
    width: 100%;
    height: auto;
}

.blogitem h5 {
    margin: 0px;
    padding-right: 5px;
    padding-left: 5px;
    font-weight: normal;
}

.blogitemtext {
    margin: 5px;
    text-align: justify;
}

.blogitemtext.collapsed {
    overflow: hidden;
    max-height: 200px;
}

.blogitemtext strong {
    font-weight: normal;
}

.blogitemexpander {
    background-color: #000;
    color: #FFF;
    text-align: center;
    padding: 5px;
    cursor: pointer;
}

.blogitemexpander.blogitemexpanderwhite {
    background-color: #FFF;
    color: #000;
}

.blogitemexpander:hover, .blogitemexpander:active {
    background-color: #444;
    color: #FFF;
}

.blogitem.blogitemtransparent {
    background-color: rgba(0,0,0,0.7);
    color: white;
    border-left: none;
    text-align: right;
}

.blogitemcontent {
    border-left: 3px solid #000;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 40px;
    margin-bottom: 40px;
}

.blogitemtransparent .blogitemcontent {
    border-left: none;
    border-right: 3px solid #FFF;
    overflow: hidden;
}

.stylecontent {
    position: relative;
    background-color: #FFF;
}

inputbox {
    width: 100%;
    position: relative;
    display: inline-block;
    height: 60px;
}

inputbox inputboxtitle {
    position: absolute;
    top: 5px;
    left: 5px;
    font-size: 11px;
}

inputbox input {
    position: absolute;
    left: 5px;
    top : 25px;
    width: calc(100% - 17px);
}

inputbox select {
    position: absolute;
    left: 5px;
    top : 25px;
    height: 35px;
    width: calc(100% - 10px);
}

.styleaccept {
    position: relative;
    height: 75px;
}

.styleaccept .accepttext {
    position: absolute;
    left: 50px;
    right: 5px;
    top: 7px;
}

#darken {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}

.menubar ul li.li-welcome-message {
    width: 170px;
    overflow: hidden;
}

#homepage-text-container {
    display: none;
}

.TestimonialVideo {
    width: 100%;
    height: auto;
}

.testimonials {
    width: 100%;
}

.blogitemexpander {
    width: 100%;
}

#homepage-front {
    width: 100%;
}

#homepagecontent {
    position: relative;
}

.blogitemtext a {
    text-decoration: none;
    color: #165bff;
}

.blogitemtransparent .blogitemtext a {
    color: #5ba0ff;
}

.blogitemtransparent .blogitemtext a:visited {
    color: #947aff;
}

#MobileModeCheck {
    width: 0px;
    height: 0px;
    position: fixed;
    top: 10px;
    left: 10px;
    pointer-events: none;
}

#CoverTestBox {
    position: fixed;
    top: 20%;
    right: 20%;
    z-index: 11;
    background-color: #FFF;
    border: 1px solid rgba(0, 0, 0, 0.4);
    padding: 10px;
    opacity: 0.2;
    width: 305px;
}

#CoverTestBox:hover {
    opacity: 1;
}

#CoverTestUpload, #CoverTestText, #CoverTestApply {
    width: 300px;
}

#CoverTestText {
    margin-top: 10px;
    resize: none;
}

#CoverTestApply {
    background-color: #000;
    color: #FFF;
    text-align: center;
    margin-top: 10px;
}

p.withMargin {
    margin: 10px;
}

#ErrorText {
    position: fixed;
    z-index: 10;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    font-size: 24px;
    color: #FFF;
    background-color: rgba(0, 0, 0, 0.85);
    margin: 0px;
    text-transform: uppercase;
    text-align: center;
    padding-top: 120px;
    padding-left: 10px;
    padding-right: 10px;
}

#ErrorText span {
    text-transform: none;
    font-size: 16px;
}

#ErrorText a {
    text-decoration: none;
    color: #499bff;
}

#LogoBackground {
    background-color: rgba(0, 0, 0, 0.4);
}

#InformationPagination {
    width: 100%;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

#InformationPagination .otherPage {
    cursor: pointer;
    background-color: #000;
    color: #FFF;
    border: none;
    width: 60px;
    margin-left: 10px;
    margin-right: 10px;
}

#InformationPagination .otherPage:hover {
    background-color: #222222;
}

#InformationPagination .currentPage {
    background-color: #FFF;
    color: #000;
    border: none;
    width: 60px;
    margin-left: 10px;
    margin-right: 10px;
}


#Pricing {
    position: relative;
    text-align: center;
    width: 100%;
}

#Pricing img {
    position: relative;
    width: 100%;
    max-width: 300px;
    border: 1px solid #ececec;
    margin: 0px;
    margin-bottom: 20px;
}

#Ad {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    overflow: auto;
}

#Ad h1 {
    width: 100%;
    max-width: 100%;
    color: #FFF;
    text-align: center;
    font-size: 48px;
    margin: 0px;
    padding-top: 50px;
    padding-bottom: 50px;
}

#AdVideo {
    width: 100%;
    height: 300px;
}

#AdContainer {
    min-width: 100%;
    min-height: calc(100% - 50px);
    background-color: rgba(0, 0, 0, 0.4);
    padding-bottom: 50px;
}

#AdContainer .styleregister {
    margin-top: 50px;
    margin-left: 0px;
}

#AdLogo {
    display: none;
}

#CookieWarning {
    position: fixed;
    left: 0px;
    bottom: 0px;
    right: 0px;
    color: #FFF;
    padding: 10px;
    margin: 0px;
    text-align: center;
    font-size: 11px;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 999;
}

a#AdHeaderLink {
    text-decoration: none;
}

.styleaccept input {
    margin: 10px;
    padding: 0px;
    -webkit-appearance: checkbox;
}

/*** START POPUP BULLSHIT ***/
.genericpopup {
    position: fixed;
    width: 500px;
    z-index: 999;
    top: calc(50% - 50px);
    left: 50%;
    margin-top: -100px;
    margin-left: -250px;
    text-align: center;
    background-color: #FFF;
    color: #000;
    font-size: 20px;
    display: none;
    border: 1px solid #d3d3d3;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

    .genericpopup .message {
        color: #FFF;
        position: relative;
        padding: 40px;
        width: calc(100% - 80px);
        background-color: rgba(0, 0, 0, 0.75);
        text-align: justify;
    }

    .genericpopup .closebutton {
        font-size: 16px;
        width: 100%;
        padding-top: 18px;
        height: 42px;
        cursor: pointer;
        background-color: #FFF;
    }

    .genericpopup .yes-button, .genericpopup .no-button {
        font-size: 18px;
        position: relative;
        float: left;
        width: 50%;
        height: 45px;
        padding-top: 15px;
        background-color: #FFF;
    }

    .genericpopup .no-button {
        border-right: 1px solid rgba(0, 0, 0, 0.1);
        width: calc(50% - 1px);
    }

    .genericpopup .yes-button:hover, .genericpopup .no-button:hover, .genericpopup .closebutton:hover {
        background-color: #000;
        color: #FFF;
    }
/*** END POPUP ***/

h4 {
    font-weight: normal;
    margin: 0px;
    padding-top: 5px;
    padding-bottom: 10px;
    text-transform: uppercase;
    text-align: center;
}

#Container {
    display: inline-block;
    position: relative;
    width: 100%;
    min-height: 100%;
    background: linear-gradient(-45deg, #1A8FCB,#60BCEB);
}

    #Container.bg1 {
        background: linear-gradient(-45deg, #1A8FCB,#60BCEB);
    }

    #Container.bg2 {
        background: linear-gradient(-45deg, #1A8FCB -10%, #60BCEB, #60BCEB 110%);
    }

    #Container.bg3 {
        background: linear-gradient(-45deg, #1A8FCB, #60BCEB);
    }

#BackgroundImage {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 1;
    background-size: cover;
    background-position: center;
    animation-name: fade-in;
    animation-duration: 1s;
}

@keyframes fade-in {
    0% { opacity: 0; }
    100% { opacity: 1; }
}

#BackgroundImage.fadeOut {
    opacity: 0;
    animation-name: fade-out;
    animation-duration: 1s;
}

@keyframes fade-out {
    0% { opacity: 1; }
    100% { opacity: 0; }
}

.box {
    float: left;
    background-color: #FFF;
    width: 100%;
    margin-bottom: 0px;
    padding: 10px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
}

.box inputbox {
    height: 80px;
}

.box input {
    position: relative;
    float: left;
    margin: 2px auto;
    padding: 5px;
    width: 100%;
}

    .box input[type=button], .box input[type=submit], button.LogIn {
        border: none;
        background: #ff670f; /* Old browsers */
        background: -moz-linear-gradient(left, #1A8FCB 0%, #60BCEB 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(left, #1A8FCB 0%,#60BCEB 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, #1A8FCB 0%,#60BCEB 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        color: #FFF;
        cursor: pointer;
        font-weight: bold;
        margin: 2px auto;
        width: 100%;
        border-radius: 30px;
        padding: 2px 10px !important;
        height: 30px;
        min-width: 30px;
    }

        .box input[type=button]:hover, .box input[type=submit]:hover, button.LogIn:hover {
            background: #e05a0d; /* Old browsers */
            background: -moz-linear-gradient(left, #146F9E 0%,#33A9E5 100%); /* FF3.6-15 */
            background: -webkit-linear-gradient(left, #146F9E 0%,#33A9E5 100%); /* Chrome10-25,Safari5.1-6 */
            background: linear-gradient(to right, #146F9E 0%,#33A9E5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        }

        .box input[type=button].flipped, .box input[type=submit].flipped {
            background: #ff670f; /* Old browsers */
            background: -moz-linear-gradient(right, #146F9E 0%, #33A9E5 100%); /* FF3.6-15 */
            background: -webkit-linear-gradient(right, #146F9E 0%,#33A9E5 100%); /* Chrome10-25,Safari5.1-6 */
            background: linear-gradient(to left, #146F9E 0%,#33A9E5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        }

        .box input[type=button]:hover, .box input[type=submit]:hover {
            background-color: #60BCEB;
        }

.box input[readonly] {
    background-color: #222;
    color: #FFF;
}

#MrBillieLogo {
    display: none;
}

#RegistrationBox {
    margin-bottom: 20px;
}

#RegistrationBox input {
    margin: 0px;
}

.styleaccept {
    height: 100px;
}

.styleaccept .accepttext {
    top: 40px;
}

#registrationform {
    width: unset;
    position: unset;
    margin: 0px;
    border: none;
    background: none;
}

.box input {
    border-radius: 30px;
    -webkit-border-radius: 30px;
    padding: 5px 10px;
}

@media only screen and (min-width: 768px) {
    #BoxContainer, #LoggedInBoxContainer {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 250px;
    }

    .box {
        margin: 6px 0;
    }

    #MrBillieLogo {
        display: block;
        position: fixed;
        right: 40px;
        bottom: 40px;
        max-height: 80px;
        min-height: 50px;
        max-width: 90%;
        transition: .1s ease-in-out;
    }

    inputbox.long, inputbox {
        width: calc(100% - 20px);
    }

    #RegistrationBox {
        width: 300px;
    }
}

#Loader {
    position: fixed;
    z-index: 9;
    top: 0px;
    left: 0px;
    right: 0%;
    height: 4px;
    background-color: #f56702;
    animation-name: loader-animation;
    animation-duration: 2s;
}

@keyframes loader-animation {
    0% { right: 100%; }
    20% { right: 70%; }
    30% { right: 65%; }
    50% { right: 40%; }
    60% { right: 35%; }
    90% { right: 10%; }
    100% { right: 0%; }
}

@media only screen and (min-width: 768px) {
    input[type="button"], input[type="submit"] {
        color: white;
        border: none;
    }

    .styleregister {
        width: 280px;
        box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.8)
    }

    .styleregister widgetsavebutton {
        font-size: 40px;
    }

    .styleregistercomplete {
        margin: 50px 40px 300px;
        width: 500px;
    }

    .homepagebar {
        display: none;
    }

    .menubar {
        background-color: #FFF;
        border-bottom: 2px solid #FFF;
        box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    }

    .menubar ul {
        list-style: none;
    }

    .menubar ul li {
        width: 140px;
    }

    .menubar input {
        font-size: 14px;
    }

    .menubar .mrbillieline {
        height: 35px;
        width: 135px;
        display: inline-block;
        margin: 7px;
        margin-left: 15px;
        background-image: url('../images/Background/mrbillie.png');
    }

    .menubar form {
        display: inline-block;
        float: right;
        margin: 5px;
        line-height: 40px;
    }

    .wrongloginwidget {
        position: absolute;
        z-index: 20;
        right: 10px;
        top: 63px;
        width: 250px;
        background-color: white;
    }

    .homeindexmoreinfo {
        z-index: 0;
        position: relative;
        box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    }

    .homeindexmoreinfo.testimonials {
        position: absolute;
        top: 53px;
        left: 0px;
        right: 0px;
    }

    .indexbackground img {
        min-width: 100%;
        min-height: 100%;
    }

    .textcontainerheader {
        text-align: left;
        font-size: 24px;
        padding-top: 10px;
        margin-bottom: 20px;
        margin-left: 10px;
        width: calc(100% - 10px);
        text-align: left;
    }

    .textcontainer {
        text-align: left;
        line-height: 22px;
        margin-left: 10px;
        padding-bottom: 10px;
        text-align: left;
        width: calc(100% - 10px);
    }

    #registrationform {
        width: 500px;
        position: relative;
        background-color: white;
        margin: 50px 40px;
        border: 1px solid rgba(0, 0, 0, 0.5);
    }

    inputbox {
        width: 238px;
        margin: 0px 5px;
    }


    inputbox.long {
        width: 490px;
        margin: 0px 5px;
    }

    .styleaccept {
        height: 50px;
    }

    .login {
        padding: 0px;
        background: none;
    }

    #homepage-text-container {
        display: block;
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        max-height: 860px;
        background-image: url('../images/Gradient.png');
        background-position: bottom right;
        background-repeat: no-repeat;
    }

    #homepage-text {
        display: inline-block;
        position: absolute;
        bottom: 0px;
        right: 30px;
        width: 600px;
        z-index: 10;
    }

    #homepage-text h1 {
        position: absolute;
        bottom: 0px;
        right: 0px;
        color: #FFF;
        text-align: right;
        font-size: 50px;
    }

    .blogitemcontent {
        max-width: 900px;
        margin-left: auto;
        margin-right: auto;
    }

    .blogitemcontent.testimonialcontent {
        max-width: 600px;
    }

    .TestimonialVideo {
        width: 600px;
        height: 338px;
    }

    .wronglogincontainer {
        border: 1px solid rgba(0, 0, 0, 0.5);
    }

    #homepage-front {
        position: relative;
        padding-top: 100px;
        padding-left: 100px;
        padding-bottom: 100px;
        width: calc(100% - 100px);
    }

    #MobileModeCheck {
        display: none;
    }

    .styleregister.larger {
        width: 320px;
    }

    #ErrorText {
        padding-left: 10%;
        padding-right: 10%;
        padding-top: 300px;
    }

    #LogoBackground {
        background: none;
        display: inline-block;
    }

    #ErrorText {
        font-size: 36px;
        background-color: rgba(0, 0, 0, 0.7);
    }

    #Pricing img {
        max-width: 30%;
        margin: 1%;
    }

    #Ad {
        min-width: 1000px;
    }

    #AdLogo {
        display: block;
        position: absolute;
        top: 20px;
        left: 20px;
        width: 120px;
        height: auto;
    }

    #AdVideo {
        position: relative;
        float: left;
        width: 680px;
        height: 392px;
    }

    #AdContainer .styleregister {
        position: relative;
        float: left;
        margin: 0px;
        margin-left: 10px;
    }

    #VideoAndRegisterContainer {
        display: inline-block;
        width: 980px;
        margin-left: calc(50% - 490px);
    }

    .styleaccept .accepttext {
        left: 30px;
    }

    input[type=checkbox] {
        height: 16px;
        width: 16px;
        min-width: 16px;
    }

    .styleaccept input {
        margin-left: 10px;
    }
}

@media only screen and (max-width: 767px) {
    #BoxContainer {
        padding: 10px;
    }

    #BoxContainer, #LoggedInBoxContainer {
        margin-top: 10px;
    }

    #Container {
        background: linear-gradient(to top, #ff570f,#ff9c07);
    }

    .box {
        margin-bottom: 10px;
        position: relative !important;
        width: 100%;
        top: 0 !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1000px) {
    #homepage-front {
        padding-bottom: 300px;
    }
}

@media screen and (orientation:landscape) {
    #Pricing img {
        max-width: 30%;
        margin: 1%;
    }
}