
/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}
body {
    margin-bottom: 60px; /* Margin bottom by footer height */
}
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 35px; /* Set the fixed height of the footer here */
    line-height: 20px; /* Vertically center the text there */
    background-color: #110b18;
}


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

.container {
    width: auto;
    max-width: 1080px;
    padding: 0 15px;
}
/*
body {
    margin: 0;
    font-family: "Roboto", Arial, sans-serif;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
    padding-bottom: 10px;
    background-size: cover;
    background: url(../img/body-bg.jpg) no-repeat center top #000000;
}
*/

/* ------ makes the links not change to blue --- */
.tilebrand {
    color: rgb(0, 0, 0);
    text-decoration: none;
    background-image: none;
    background-color: inherit;
}

.tilebrand:hover {
    color: #a3a3a3;
    text-decoration: none;
}

.simplebrand {
    color: rgba(55, 55, 55, 0.99);
    text-decoration: none;
    background-image: none;
    background-color: inherit;
}

.simplebrand:hover {
    color: #000000;
    text-decoration: none;
}


/* The customcheck */
.customcheck {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.customcheck input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 5px;
}

/* On mouse-over, add a grey background color */
.customcheck:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.customcheck input:checked ~ .checkmark {
    background-color: #02cf32;
    border-radius: 5px;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.customcheck input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.customcheck .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.btn-rp {
    background-color: hsl(272, 100%, 21%) !important;
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#6400bc", endColorstr="#39006b");
    background-image: -khtml-gradient(linear, left top, left bottom, from(#6400bc), to(#39006b));
    background-image: -moz-linear-gradient(top, #6400bc, #39006b);
    background-image: -ms-linear-gradient(top, #6400bc, #39006b);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6400bc), color-stop(100%, #39006b));
    background-image: -webkit-linear-gradient(top, #6400bc, #39006b);
    background-image: -o-linear-gradient(top, #6400bc, #39006b);
    background-image: linear-gradient(#6400bc, #39006b);
    border-color: #39006b #39006b hsl(272, 100%, 17%);
    color: #fff !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.26);
    -webkit-font-smoothing: antialiased;
}
/*
a {
    margin:50px auto;
}
.tooltip.top .tooltip-inner {
    background-color:#000;
    padding:5px 20px;
    opacity:0.5;
    border-radius:0;
    border-top:1px solid red;
}
.tooltip.top .tooltip-arrow {
    border-top-color:#000;
    opacity:0.5;
}
*/