* {
   color:#FFFFFF;
}

a:hover {
    transition: all ease-in-out 0.15s;
}


html {
    background-color: #000000;
}

body {
    background-color: #000000;
}

#header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 30px 0 30px;

}

#header img {
    height: 50px;
}

#header img#fms_logo {
    height: 100px;
}

#fms_logo {
    padding-left: 90px;
}


.header_text {
    font-size: 24px;
}

#top_row {
    font-size: 20px;
    margin: 20px auto 20px auto;
    max-width: 600px;
    text-align: center;
}

#footer {
    color: #737373;
    font-size: 16px;
    text-align: center;
    padding: 10px;
}

.buttons {
    display: flex;
    max-width: 800px;
    justify-content: space-between;
    align-items: center;
    margin: 15px auto;
}



.buttons a {
    display: inline-block;
    padding: 15px;
    text-align: center;
    max-width: 240px;
    width: 240px;
    border-radius: 10px;
    font-size: 24px;
    color: #FFFFFF;
    font-family: "Arial Narrow", "Arial";
}

.buttons a:hover, .buttons a:active {
    box-shadow: 0px 0px 25px 0px rgba(255, 255, 255, 1);
    text-decoration: none;
    cursor: pointer;
}

.pos_button {
    padding: 0 10px 20px 10px;
    text-align: center;
}

.pos_button a {
    display: inline-block;
    padding: 5px;
    text-align: center;
    width: 60%;
    border-radius: 8px;
    font-size: 16px;
    color: #FFFFFF;
    font-family: "Arial Narrow", "Arial";
}

.pos_button a:hover, .pos_button a:active {
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 1);
    text-decoration: none;
    cursor: pointer;
}

.blue_btn {
    background-color: #44c4e9;
}

.green_btn {
    background-color: #5fb901;
}

.yellow_btn {
    background-color: #fbae00;
}

.form-control:focus {
    box-shadow: none;
    border: none;
}

.blue_tint input, .blue_tint select, .blue_tint textarea {
    box-shadow: inset 0px 0px 5px 0px #44c4e9;
}

.green_tint input, .green_tint select, .green_tint textarea {
    box-shadow: inset 0px 0px 5px 0px #5fb901;
}

.yellow_tint input, .yellow_tint select, .yellow_tint textarea {
    box-shadow: inset 0px 0px 5px 0px #fbae00;
}

#REGISTRATION_FORM_submit_button {
    border: none;
    max-width: 300px;
    margin: auto;
    margin-top: 20px;
    font-size: 16px;
    padding:10px;
}

#ui-datepicker-div * {
    color: #555555;
    font-size: 12px;
}

.blue_tint #REGISTRATION_FORM_submit_button {
    background-color: #44c4e9;
}

.green_tint #REGISTRATION_FORM_submit_button {
    background-color: #5fb901;
}

.yellow_tint #REGISTRATION_FORM_submit_button {
    background-color: #fbae00;
}

select option {
    color: #555;
}

.formErrorMessage {
    padding: 5px 15px;
    margin-bottom: 7px;
    font-size: 12px;
    margin-top: 3px;
}


#bottles_img {
    max-width: 100%;
    width: 100%;
    margin: auto;
}

#pos_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
}

.pos_item_wrap  {
    flex-basis: 33%;
    background-color: #FFFFFF;
    margin-bottom: 4px;
}

#pos_form .pos_item_wrap {
    max-width: 300px;
    margin: 10px auto;
}

.pos_photo {
    height: 200px;
    text-align: center;
    padding: 15px;
}

.pos_photo img {
    max-height: 100%;
    max-width: 100%;
    width: auto;
    margin: auto;
}

.pos_name {
    color: #444444;
    text-align: center;
    padding: 20px;
}

.panel-primary {
    border: none;
}

.panel {
    background-color: transparent;
    border-radius: unset;
    box-shadow: unset;
}

#REGISTRATION_FORM_outer_wrapper {
    max-width: 800px;
    margin: auto;
}

#REGISTRATION_FORM_outer_wrapper textarea {
    height: 75px;
}

.hideMe	{
	display:none;
}

#registration_img {
    max-width: 100%;
    width: 200px;
    margin: auto;
    display: block;
}

#cookie_info {
    position: absolute;
    bottom: 15px;
    left: 15px;
    max-width: 300px;
    width:90%;
    background-color: #000000;
    color: #FFFFFF;
    padding: 15px;
    border: solid 1px #ffffff;
    border-radius: 5px;
    box-shadow: 0px 0px 10px 0px rgba(255, 255, 255, 0.75);
}

#cookie_info.cookie_info_hidden {
    transition: all ease-in-out 1s;
    left:-1000px;
}


#cookies_info_btn:hover, #cookies_info_btn:active {
    box-shadow: 0px 0px 20px 0px rgba(255, 255, 255, 0.75);
}

#cookies_info_btn {
    max-width: 100px;
    width: 100%;
    margin: 10px auto;
    background-color: #aaaaaa;
    text-align: center;
    padding: 6px;
    border-radius: 5px;
    border: solid 1px #FFFFFF;
    cursor: pointer;
}

#bottom_links {
    display: flex;
    justify-content: space-between;
    max-width: 700px;
    margin: 10px auto;
}

#bottom_links a {
    color: #dddddd;
    font-size: 16px;
}

.imp_cols {
    max-width: 700px;
    width: 100%;
    margin: 30px auto;
}

.imp_line {
    display: flex;
    width: 100%;
}

.imp_line .left_col {
    width:100%;
    max-width: 20%;
    padding:10px;
}

.imp_line .right_col {
    padding:10px;
    text-align: left;
}

.imp_line div {
    font-size: 16px;
}

.imp_line span {
    font-weight: bold;
}

span.company_name {

    font-size: 24px;
}

#legal {
    margin: 30px auto;
}

#legal h2 {
    font-size: 20px;
}

@media (max-width: 991px) {
    .buttons a {
        font-size: 20px;
        width: 200px;
        max-width: 200px;
    }

    #header img {
        height: 40px;
    }

    #fms_logo {
        padding-left: 0px;
    }
}

@media (max-width: 640px) {
    .buttons {
        flex-direction: column;
    }

    .buttons a {
        margin-top: 20px;
    }

    #header {
        flex-wrap: wrap;
    }

    .pos_item_wrap  {
        flex-basis: 49%;
        margin-bottom: 8px;
    }


    .header_text {
        order: 99;
        flex-basis: 100%;
        text-align: center;
        margin-top: 25px;
    }

    .col-xs-6 {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .pos_item_wrap  {
        flex-basis: 100%;
        margin-bottom: 6px;
    }

    #header {
        flex-direction: column;
        align-items: center;
    }

    #fms_logo {
        margin-top:35px;
    }
}

@media (max-width: 380px) {
    #bottom_links {
        flex-wrap: wrap;
    }

    #bottom_links a {
        flex-basis: 100%;
        text-align: center;
    }

    .imp_line {
        flex-wrap: wrap;
    }

    .imp_line>div {
        flex-basis: 100%;
    }
}