html, body {
    background-color: #333;
    width: 100%;
    font-family: Roboto, "Helvetica Neue", sans-serif;
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
}

h1 {
    font-size: 50px;
    color: #fff;
}
h4 {
    font-weight: bolder;
    font-size: 28px;
    color: #707071;
    text-transform: none;
}
h6 {
    font-weight: bolder;
    font-size: 36px;
    color: #9b9b9b;
}

.pageHeader {
    height: 70px;
    padding: 0 50px;
}
.pageBody {
    padding: 0 50px;
}

#form-views {
}

.pageBody .header {
    margin-bottom: 10px;
    height: 50px;
}

.pageBody .grid {
    height: 905px;
    margin-top: 100px;
    overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
}

.pageHeader #status-buttons {
    padding-top: 25px;
    padding-left: 15px;
}

.pageHeader #status-buttons a {
    display: inline-block;
    margin-right: 30px;
    text-align: center;
    font-weight: bold;
}

.pageHeader #status-buttons a:hover {
    text-decoration: none;
}

.pageHeader #status-buttons span {
    background: #fff;
    color: #1f4b47;
    display: block;
    height: 47px;
    width: 47px;
    margin: 0 auto 10px;
    padding-top: 6px;
    border-radius: 50%;
    font-size: 24px;
}
.pageHeader #status-buttons a.active span {
    background: #1f4b47;
    color: white;
}
.pageHeader #status-buttons a.inactive span {
    background: #a7a7a7;
    color: white;
}

.pageBody .input-group {
    margin-top: 30px;
    padding-right: 10px;
}

.searchBox {
    /*position: absolute;
    top: 0px;
    right: 50px;
    width: 882px;*/
    width: 100%;
    height: 100px;
}
.searchBox .searchQuery {
    height: 100px;
    font-size: 40px;
    color: #1f4b47;
    padding-left: 30px;
}

.searchBox .searchIcon {
    background: #1f4b47;
    width: 100px;
}

.grid .item {
    /*margin: 20px 20px 20px 20px;*/
    padding-bottom: 30px;
}

.grid .item .button {
    background-color: #fff;
    margin: 0;
    padding: 0;
    width: 270px;
    height: 270px;
}

.companies .company .logo img {
    max-width: 80%;
    max-height: 80%;
    min-width: 50%;
    min-height: 30%;
}

.contacts .contact {
}

.contacts .contact {}

.info {
    word-wrap: break-word;
    white-space: normal;
}

.checkboxColor {
    background-color: #607D8B;
}

.visitorForm {
    margin-top: -30px;
}
.form-group label {
    font-size: 34px;
    color: #cbc8cc;
    margin: 50px 0 20px;
}
.form-group input {
    color: #29987f;
    font-size: 50px;
    height: 100px;
    padding: 0 30px;
}
.form-group label.required {
    color: #f00;
}
.form-group input.required {
    box-shadow: 0 0 40px #CC0000;
    -moz-box-shadow: 0 0 40px #CC0000;
    -webkit-box-shadow: 0 0 40px #CC0000;
}
.form-group .mailingList {

}
.form-group label.mailingList {
    font-size: 30px;
    color: #fff;
    margin-top: 100px;
}
.form-group input.mailingList {
    width: 40px;
    height: 40px;
    vertical-align: bottom;
    position: relative;
    top: -1px;
    margin-right: 5px;
}

.submitVisitor {
    margin-top: 80px;
}
.verder {
    font-size: 36px;
    padding: 20px 50px;
    color: #fff;
    background-color: #1f4b47;
    -webkit-border-bottom-left-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    -webkit-border-top-left-radius: 20px;
    -webkit-border-top-right-radius: 20px;
}

.thanxBody {
    margin-top: -60px;
}
.thanx {
    font-size: 60px;
    color: #fff;
    margin-top: 120px;
    line-height: 80px;
}
.thanx b {
    color: #1f4b47;
}
.wifi {
    font-size: 50px;
    color: #fff;
    margin-top: 100px;
    line-height: 70px;
}
.wifi b {
    color: #1f4b47;
}
.restart {
    margin-top: 200px;
}

.start-btn {
    padding-top: 3%;
    padding-left: 10%;
    padding-right: 10%;
    padding-bottom: 3%;
    height: 50%;
    font-size: 50pt;
}
