@import "custom-min320-max399.css";
@import "custom-min320-max575.css";
@import "custom-min400-max575.css";
@import "custom-min576-max767.css";
@import "custom-min768-max991.css";
@import "custom-min768-max793.css";
@import "custom-min992.css";
@import "custom-min992-max1199.css";
@import "custom-min992-max1399.css";
@import "custom-min992-max1699.css";
@import "custom-min1200-max1300.css";
@import "custom-min1200-max1399.css";
@import "custom-min1400-max1699.css";
@import "custom-min1700-max1899.css";
@import "custom-min1200.css";
@import "custom-min1400.css";
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700');
/*color Rood: #c80b0f;*/
/*color Zwart: #111212;*/
/*color Grijs: #717479*/
/*color Grijs: #666666*/
/*color Grijs Licht: #e6e6e6*/
/*color Grijs: #CBC4BD*/
/*color Grijs: #999999*/

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-color: #ffffff;
    padding: 10px 0px 0px 0px;
}

.container-fluid {
    padding-right: 0px;
    padding-left: 0px;
}

.container {
    padding-right: 0px;
    padding-left: 0px;
}

/*Overig Height*/
.height-1 {
    min-height: 650px;
    height: auto;
}

/*Overig Space*/
.space-1 {
    margin-top: 50px;
}

.space-2 {
    padding-right: 100px;
    padding-left: 100px;
}

.space-3 {
    padding: 25px 25px 0px 25px;
}

.space-detail {
}

/*Space image search page*/
.space-item-image {
    height: 260px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: relative
}

/*Overig Container*/
.container-color {
    background-color: #EFEEEA;
}

/*Overig BreakLine*/
.break-line br {
    display: block;
    content: "";
    margin-top: 5px;
}

/*Top Nav Bar*/
.top-navbar li {
    line-height: 0.2rem;
    font-size: 0.8rem;
    border-right: #5A5353 1px solid;
}

.top-navbar li a {
    color: #5A5353;
}

.top-navbar li a:hover {
    text-decoration: underline;
}

.top-navbar li:last-of-type {
    border-right: 0px;
}

.top-navbar li:last-of-type a {
    color: #c80b0f;
}

.top-navbar div.dropdown-menu a {
    font-weight: 500;
    line-height: 0.7rem;
    color: #111212;
    text-transform: none;
}

.top-navbar div.dropdown-menu a:hover {
    text-decoration: underline;
    background-color: transparent;
}

/*Main Menu*/
.main-menu {
    min-height: 130px;
    height: auto;
    padding: 40px 0px 0px 0px;
}

.main-menu ul li {
    padding-left: 5px;
    padding-right: 0.5rem !important;
}

.main-menu ul li a {
    font-family: "Montserrat";
    color: #9e9c9c;
    font-size: 1.1rem;
    font-weight: normal;
    text-transform: none;
}

.main-menu ul li a.active-link {
    color: #c80b0f !important;
    border-bottom: 3px solid #c80b0f;
}


/*Logo*/
header div.logo-1 {
    margin-top: -20px;
}

/*Filter Area*/
div.filter-area {
    background-color: #c80b0f;
    padding: 30px 0px;
}

form div.padding-1 {
    padding-right: 20px;
}

form div.padding-1:first-of-type {
    padding-left: 20px;
}

form div.padding-1:last-of-type {
    padding-right: 20px;
}

form div.form-group.from-lable {
    font-size: 0.9rem;
    text-transform: uppercase;
    display: block;
    color: #111212;
    font-weight: 900;
}

form div.form-group.from-lable label {
    margin-bottom: 0px;
}

form div.form-select {
    position: relative;
    display: inline-block;
    width: 100%;
}

form div.form-select select {
    font-size: 0.9rem;
    box-shadow: none !important;
    padding: 0px;
}

form div.form-select select {
    display: inline-block;
    width: 100%;
    cursor: pointer;
    outline: 0px;
    border: none;
    border-bottom: 3px solid #111212;
    border-radius: 0px;
    background: transparent;
    color: #ffffff;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.form-select select::-ms-expand {
    display: none;
}

.form-select select:hover,
.form-select select:focus,
.form-select select:active {
    color: #ffffff;
    background: transparent;
    border-bottom: 3px solid #111212;
}

.form-select select:disabled {
    opacity: 0.5;
    pointer-events: none;
}

.select_arrow {
    position: absolute;
    top: 12px;
    right: 0px;
    width: 0px;
    height: 0px;
    border: solid #111212;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 2px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.select select:hover ~ .select_arrow,
.select select:focus ~ .select_arrow {
    border-color: #111212;
}

.select select:disabled ~ .select_arrow {
    border-top-color: #111212;
}

/* Filter Range Sliders*/
.range-slider {
    width: 100%;
}

div.input-icon {
    position: relative;
    float: left;
}

div.input-icon:nth-of-type(2) {
    float: right;
}

div.input-icon > i {
    color: #ffffff;
    position: absolute;
    display: block;
    transform: translate(0, -50%);
    top: 50%;
    pointer-events: none;
    width: 25px;
    text-align: center;
    font-style: normal;
    font-size: 0.9rem;
}

.input-icon-right > i {
    text-transform: lowercase;
    font-weight: normal;
    right: 0;
}

div.input-icon.input-icon-right input {
    text-align: left !important;
    padding-left: 5px;
    padding-right: 0px;
    text-align: right;
    width: 51px;
}

div.input-icon-right input.surface-right {
    padding-left: 4px;
    padding-right: 0px;
    text-align: right;
}

div.input-icon input {
    font-size: 0.9rem;
    color: #ffffff;
    padding-left: 20px;
    padding-right: 0;
    border: none;
    outline: 0px;
    background: transparent !important;
    width: 62px;
    cursor: default;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

div.input-icon input:hover,
div.input-icon input:focus,
div.input-icon input:active {
    border: none;
    background: transparent;
    color: #ffffff;
    border-radius: 0px;
}

div.input-icon input.price-left {
}

div.input-icon input.price-right {
    text-align: right;
    padding-right: 10px;
}

.ui-widget.ui-widget-content {
    float: left;
}

form div.form-group.from-lable label {
    display: block;
}

.form-input input::-ms-expand {
    display: none;
}

.ui-widget.ui-widget-content {
    border: 0px;
    margin-top: -2px;
}

.ui-slider-horizontal {
    padding: 0px;
    height: 0px;
    border: none;
    border-bottom: 3px solid #111212 !important;
    border-radius: 0px;
    background: transparent;
}

.ui-slider-horizontal .ui-slider-handle {
    top: -.5em;
}

.ui-slider-handle:nth-child(even) {
    margin-left: -.3em;
}

.ui-slider-handle:nth-child(odd) {
    margin-left: -.6em;
}

.ui-state-default, .ui-widget-content .ui-state-default {
    border-radius: 50%;
    border: 0px solid #ffffff;
    background: #ffffff;
}

/*Filter Result*/
.filter-result-space {
    padding: 25px 13px 25px 25px !important;
}

div.card.card-style {
    border: 1px solid #999999;
    border-radius: 0px;
    margin: 0px 1% 25px 0px;
    width: 24%;
}

div.card.card-style a img.card-img-top {
    border-radius: 0px;
    object-fit: cover;
}

div.card-body {
    padding: 0px;
}

div.card-body ul li:nth-child(odd) {
    background-color: #CBC4BD;
}

div.card-body ul li:nth-child(even) {
    background-color: #c80b0f;
}

div.card-body ul li.list-inline-item:not(:last-child) {
    margin-right: 0px;
}

div.card-body ul.list-inline li.list-inline-item {
    font-size: 0.9rem;
    color: #ffffff;
    text-align: center;
    display: inline-block;
    min-width: 20%;
    float: left;
    padding: 8px 0px;
    font-weight: bold;
}

div.card-body ul li.list-inline-item:last-child {
    width: 40%;
}

div.card-body ul li.list-inline-item a {
    display: block;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
}

div.card-body ul li.list-inline-item a:hover {
    text-decoration: none;
}

div.card.card-style div.card-footer {
    padding: 0rem 0rem;
    border-top: none;
}

div.card.card-style div.card-footer a {
    display: block;
}

div.card.card-style div.card-footer a:hover {
    text-decoration: none;
}

div.card.card-style div.card-footer div.space-detail {
    height: 70px;
    width: 80%;
    float: left;
}

div.card.card-style div.card-footer div.space-detail h5 {
    text-transform: uppercase;
    color: #c80b0f;
    font-size: 0.8rem;
    padding: 8px 0px 0px 7px;
    font-weight: 600;
    letter-spacing: 0.1px;
}

div.card.card-style div.card-footer div.space-detail h6 {
    text-transform: uppercase;
    color: #000000;
    padding: 0px 0px 0px 7px;
    display: block;
    font-size: 0.9rem;
    font-weight: bold;
}

div.card.card-style div.card-footer div.space-code {
    height: 70px;
    width: 20%;
    background-color: #CBC4BD;
    float: left;
    text-align: center;

}

div.card.card-style div.card-footer div.space-code h5 {
    color: #c80b0f;
    font-size: 1rem;
    padding: 20% 0px 0px 0px;
    font-weight: bold;
}

/*Pagination*/
div.pagination-style {
    margin-top: 25px;
}

div.pagination-style nav ul {
    margin-bottom: 0px !important;
}

div.pagination-style nav ul.pagination li.page-item {
    border: 1px solid #999999;
}

div.pagination-style nav ul.pagination li.page-item a.page-link {
    border: none;
    background-color: #e6e6e6;
    color: #111212;
}

div.pagination-style nav ul.pagination li.page-item.active {
    border: 1px solid #c80b0f;
    color: #111212;
}

div.pagination-style nav ul.pagination li.page-item.active a.page-link {
    color: #111212;
    background-color: #c80b0f;
}

div.pagination-style nav ul.pagination li.page-item a.page-link:hover {
    text-decoration: underline !important;
}

div.pagination-style nav ul.pagination li.page-item:first-child a {
    border-radius: 0px;
}

div.pagination-style nav ul.pagination li.page-item:last-child a {
    border-radius: 0px;
}

/*Banner*/
section.banner {
    font-family: 'Roboto Condensed', sans-serif;
    background-image: url("/images/header-vervolg-1.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

section.banner nav {
    text-align: center;
}

section.banner nav ol {
    padding: 80px 0px;
    background-color: transparent;
    border-radius: 0px;
    margin-bottom: 0px;
}

section.banner li {
    font-weight: 300;
    letter-spacing: 5px;
    font-size: 3rem;
    color: #111212;
    list-style: none;
}

/*Packages*/
div.card.package-card {
    width: 70%;
    float: left;
    border-style: none;
    /*margin-right: 2.3%;*/
    margin-bottom: 25px;
    border-radius: 0px;
}

div.card.package-card div.card-body {
    padding: 25px;
}

div.card.package-card div.card-body-empty {
    padding: 0px;
}

div.card.package-card:nth-of-type(3n+0) {
    /*margin-right: 0%;*/
}

div.card.package-card:nth-of-type(3n+1) {
    /*clear: both;*/
}

h5.card-title {
    font-family: "Roboto Condensed";
    /*margin-bottom: 0px;*/
    padding: 10px 0px;
    font-weight: bold;
    font-size: 1.4rem;
}

h5.card-title-empty {
    font-family: "Roboto Condensed";
    margin-bottom: 0px;
    font-weight: bold;
    font-size: 1.4rem;
}

div.card.package-card div.card-body p {
    color: #909090;
}

div.card.package-card div.card-body ul li.list-group-item {
    font-family: Roboto;
    display: block;
    padding: 0px;
    background-color: transparent;
    border: 0px;
    padding: 0px 0px 0px 5px !important;
}

/*  Application registration form  */
div.form-style form input {
    background-color: #F7F7F7;
}

div.form-style form select {
    background-color: #F7F7F7;
}

form div.form-row {
    margin: 0px;
}

div.application-header-balk {
    background-color: #c80b0f;
    padding: 20px 0px;
    text-align: center;
    color: #ffffff;
    margin: -50px 100px 0px 100px;
}

div.application-header-balk h6 {
    font-size: 1.4rem;
}

div.application-header-balk h6 span {
    font-style: italic;
}

div.application-header h5 {
    font-size: 1rem;
    padding: 25px 100px 25px 100px;
}

div.iban-input input {
    width: 15%;
    float: left;
    margin-right: 5px;
}

div.form-row-style:not(:last-child) {
    padding: 0px 35px 15px 0px !important;
}
div.form-row-style:last-child {
    padding: 0px 0px 15px 0px !important;

}

.form-row-style:nth-of-type(even) {
    /*padding-right: 0 !important;*/
}

label.registration-from-lable {
    font-size: 0.8rem;
    font-weight: 700;
    margin-bottom: 5px;
    color: #111212;
}

div.align-style {
    display: flex;
    align-items: center;
}

div.iban-input label {
    display: block;
}

label.custom-file-label::after {
    display: none;
}

div.custom-file label.custom-file-label {
    padding-left: 100px;
}

label.custom-file-label::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.6em + 0.75rem);
    padding: 0.375rem 1.25rem;
    line-height: 1.6;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0;
}

form div.apply-package {
    margin-bottom: 20px;
    text-align: center;
    padding: 0px !important;
}

form div.apply-package div {
    float: left;
}

div.apply-package p {
    font-size: 0.8rem;
    text-align: center;
    font-weight: 700;
}

/*Applicant Login*/
a.forget-password-link {
    color: #c80b0f;
    font-size: 0.7rem;
    font-weight: bold;
}

a:hover.forget-password-link {
    color: #c80b0f;
}

/* Spaces Carousel */
.carousel-edit {
    background-color: #EFEEEA;
    height: 300px;
}

.slick-carousel {
    background-color: #EFEEEA;
    min-height: 300px;
}

.slick-carousel-item {
    height: 293px;
    padding-right: 10px;
    width: 99% !important;
}

.slick-slide img {
    height: 100%;
}

section.carousel-edit div.position-absolute.button-1 {
    padding: 15px 50px;
    margin-left: 10%;
    min-height: 30px;
    background-color: #DEDAD7;
    bottom: 0px;
    font-weight: bold;
    text-transform: uppercase;
}

section.carousel-edit div.position-absolute.button-1 a {
    color: #999691;
}

/*Spaces Details*/
main.break-line ul {
    list-style-position: inside;
}

article.article-space {
    padding: 25px 50px 0px 25px;
}

article.article-space header {
    padding-bottom: 30px;
}

article.article-space header h1 {
    font-family: "Roboto Condensed";
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: bold;
    color: #c80b0f;
    margin: 0px;
    padding: 0px;
}

article.article-space header h2 {
    font-family: "Roboto Condensed";
    letter-spacing: 3px;
    text-transform: uppercase;
    font-size: 2.3rem;
    font-weight: bolder;
    color: #111212;
}

aside div.google-map {
    min-height: 400px;
    height: auto;
}

aside div.position-absolute.detail-box-space {
    min-width: 350px;
    width: auto;
    min-height: 200px;
    height: auto;
    background-color: #c80b0f;
    top: -130px;
    right: 100px;
    color: #ffffff;
    padding: 20px 30px;
}

div.google-map div.position-absolute.detail-box-space p {
    margin: 0px;
}

aside div.position-absolute.detail-box-space h3 {
    font-style: normal;
    font-size: 1.1rem;
    margin-bottom: 0px;
}

aside div.position-absolute.detail-box-space p {
    font-size: 0.9rem;
}

aside div.position-absolute.detail-box-space h4 {
    font-size: 0.9rem;
    margin-bottom: 0px;
    color: #111212;
    text-transform: uppercase;
    font-weight: bold;
}

aside div.position-absolute.detail-box-space p.price {
    font-size: 2rem;
    font-weight: bold;
    margin: 0px;
    line-height: 2.3rem;
}

aside div.position-absolute.detail-box-space hr {
    margin: 10px 0px;
}

aside div.position-absolute.detail-box-space h5 {
    font-size: 0.9rem;
    margin-bottom: 0px;
    color: #111212;
    text-transform: uppercase;
    font-weight: bold;
}

aside div.position-absolute.detail-box-space h6 {
    font-size: 1.5rem;
    font-weight: bold;
    margin: 0px;
}

aside div.position-absolute.detail-box-space a.btn.btn-block.button-2 {
    margin-top: 20px;
    background-color: #ffffff;
    border-radius: 0px;
    font-size: 1rem;
    font-weight: bold;
    color: #c80b0f;
    text-transform: uppercase;
}

/* Spaces Light Box */
div.image-lightbox {
    padding: 5px;
    float: left;
}

div.image-lightbox a img.img-thumbnail {
    width: 200px;
}

div.image-lightbox a img.img-thumbnail {
    padding: 0.25rem;
    background-color: #999999;
    border: none;
    border-radius: 0px;
}

div.lb-details span.lb-caption {
    padding-top: 15px;
    font-size: 0.8rem;
    color: #e6e6e6;
}

div.lb-closeContainer a.lb-close {
    width: 20px;
    height: 20px;
    background-size: cover;
}

/*Options*/
div.from-options h2 {
    font-size: 1rem;
    font-weight: 500;
}

div.from-options div {
    padding-left: 0px;
    padding-right: 0px;
}

div.from-options p {
    padding-right: 50px;
}

button.download-button {
    width: 100%;
    background-color: #c80b0f;
    color: #ffffff;
    border: #c80b0f 1px solid;
    font-weight: bold;
    text-transform: uppercase;
}

button.download-button:hover {
    background-color: #c80b0f;
    color: #ffffff;
    border: #c80b0f 1px solid;
    text-decoration: underline;
}

#password-download-file, #delete-password-confirmation {
    background-color: #e9ecef;
    opacity: 1;
}

/*Footer*/
footer.container {
    border-top: 1px solid #e6e6e6;
    min-height: 50px;
    padding: 25px 25px 0px 25px;
}

footer section.copyright p {
    text-align: left;
    color: #717479;
    font-size: 0.8rem;
}

section.footer-logo {
    float: right;
    width: 30px;
}

section.footer-logo img {
    width: 30px;
}

/* Submit Button */
button.submit-button {
    background-color: transparent;
    color: #111212;
    border: #e6e6e6 1px solid;
    min-width: 100px;
    width: auto;
}

button.submit-button:hover {
    background-color: #717479;
    border: #e6e6e6 1px solid;
}

button.btn.btn-primary.submit-button:focus {
    outline: none !important;
    box-shadow: none !important;
}

button.btn.btn-primary.submit-button:active {
    background-color: #717479;
    outline: none !important;
    box-shadow: none !important;
}

.btn-primary:disabled, .btn-primary:disabled:hover {
    cursor: not-allowed;
    color: #fff;
    background-color: #e6e6e6;
    border-color: #e6e6e6;
}

/* Form Validation*/
.invalid-feedback {
    display: block;
    color: #c80b0f;;
}

/*Modal*/
main.container.height-1.space-1 div.modal-content {
    padding: 30px 0px 0px 0px;
    margin: 0px auto;
    width: 60%;
}

div.modal-content div.modal-header {
    justify-content: space-between;
    padding: 0px 0px 15px 0px;
    border-bottom: 0px;
}

div.modal-content div.modal-header h5 {
    padding: 0px 30px;
}

h5#modal_title.modal-title {
    font-size: 1.1rem;
    line-height: initial;
}

div.modal-content div.modal-body {
    padding: 0px;
}

div.modal-content div.modal-body p {
    font-size: 0.9rem;
    margin-bottom: 0px;
    padding: 0px 30px;
}

div.modal-body div.form-group {
    padding: 20px 30px;
}

div.modal-content div.modal-body input {
    background-color: #f7f7f7;
}


div.modal-content div.modal-footer {
    background-color: #f7f7f7;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 20px 0px 20px 30px;
    border: none;
    border-radius: 0px;
}

div.modal-content div.modal-footer .btn-danger {
    background-color: #e74c3c;
    border-color: #e74c3c;
    border-radius: 0px;
}

div.modal-content div.modal-footer .btn-primary {
    background-color: #34495e;
    border-color: #34495e;
    border-radius: 0px;

}

span#codeIncorrect.modal-error, span#codeInvalid.modal-error {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #dc3545;
}

/* page loader background overlay */
#page-loader {
    position: fixed;
    height: 100% !important;
    width: 99vw;
    background-color: rgba(255, 251, 247, 1);
    overflow-x: hidden;
    overflow-y: hidden;
}

#loader {
    margin: 40vh auto;
    border: 10px solid #c80b0f;
    border-radius: 50%;
    border-top: 10px solid white;
    width: 120px;
    height: 120px;
}

.rotate-scale-up {
    -webkit-animation: rotate-scale-up 4s linear infinite backwards;
    animation: rotate-scale-up 4s linear infinite backwards;
}

@-webkit-keyframes rotate-scale-up {
    0% {
        -webkit-transform: scale(1) rotateZ(0);
        transform: scale(1) rotateZ(0);
    }
    50% {
        -webkit-transform: scale(2) rotateZ(180deg);
        transform: scale(2) rotateZ(180deg);
    }
    100% {
        -webkit-transform: scale(1) rotateZ(360deg);
        transform: scale(1) rotateZ(360deg);
    }
}

@keyframes rotate-scale-up {
    0% {
        -webkit-transform: scale(1) rotateZ(0);
        transform: scale(1) rotateZ(0);
    }
    50% {
        -webkit-transform: scale(1.2) rotateZ(180deg);
        transform: scale(1.2) rotateZ(180deg);
    }
    100% {
        -webkit-transform: scale(1) rotateZ(360deg);
        transform: scale(1) rotateZ(360deg);
    }
}

/**/
.application-text {
    color: rgba(67, 67, 67, 0.67) !important;
}

.panel-title, .panel-body {
    padding: 20px !important;
    padding-right: 35px !important;
    margin: 0;
}

.panel {
    margin-bottom:20px !important;
    cursor: pointer;
}

.dropdownIcon {
    font-size:50px !important;
    padding-right: 20px;
    align-self: center;
    color: #777;
}

.dropdownIcon::before {
    display: inline-block;
    transform: rotate(180deg);
}

.active::before {
    transform: rotate(360deg);
    color: #c80b0f
}

.panel-heading {
    background-color: #dddd;
}

.room-info {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 3px 10px 3px 10px;
    background-color: #c80b0f;
    color: white;
    font-size: 14px;
}

.fa-info-circle {
    font-size: 15px !important;
}
.form-row.form-row-margin {
    margin-bottom: 0px;
}

div.col-sm-12.space-2.form-style hr {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

@media only screen and (max-width: 1210px) {
    .space-2 {
        padding-right: 50px;
        padding-left: 50px;
    }
    div.application-header h5 {
        padding: 25px 50px 25px 50px;
    }
    div.application-header-balk {
        margin: -50px 50px 0px 50px;
    }
}

@media only screen and (max-width: 800px) {
    .space-2 {
        padding-right: 20px;
        padding-left: 20px;
    }
    div.application-header h5 {
        padding: 25px 20px 25px 20px;
    }
    div.application-header-balk {
        margin: -50px 20px 0px 20px;
    }
}

/* timer styling for application and payment*/

 h1 {
     color: #396;
     font-weight: 100;
     font-size: 40px;
     margin: 40px 0px 20px;
 }

#clockDiv {
    font-family: sans-serif;
    color: #fff;
    display: inline-block;
    font-weight: 100;
    text-align: center;
    font-size: 25px;
}

#clockDiv > div {
    padding: 10px;
    border-radius: 3px;
    background: #c80b0f;
    display: inline-block;
}

#clockDiv div > span {
    padding: 10px;
    border-radius: 3px;
    background: #93080b;
    display: inline-block;
}

.smalltext {
    padding-top: 5px;
    font-size: 16px;
}

#row-timer {
    height: 0px !important;
    position: fixed;
    right: 1%;
    bottom: 53.4%;
}
