.test {
	background-color: rgba(255,0,0,0.1);
	border: 1px solid black;
	box-sizing: border-box;
}

#side_menu {
	position: fixed;
	right: 0px;
	top: 0px;
	height: 100vh;
	width: 0px;
	background-color: #ffffff;
	z-index: 200;
	-webkit-transition: width .3s ease;
	-ms-transition: width .3s ease;
	transition: width .3s ease;
}
#side_menu.opened {
	width: 220px;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
}
#side_menu>div {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
}

#side_menu_close_box {
	text-align: right;
	margin: 15px;
}
#side_menu_close_box img {
	height: 20px;
}
.side_menu_item {
	width: 90%;
	margin: 25px 0px 0px 10%;
	padding-bottom: 25px;
	border-bottom: 1px solid #84919a;
	font-weight: 700;
	font-size: 0.9em;
	white-space: pre;
}
.side_menu_item:last-of-type {
	border: 0px;
}

#banner {
	width: 100%;
	position: relative;
	overflow: hidden;
}

#banner.novideo {
	margin-top: 70px;
	background-position: center center;
	background-size: cover;
}

#top_bar>div {
	float: left;
	box-sizing: border-box;
	padding: 15px;
}

#phone_box img {
	width: 25px;
}
#mini_menu_box img {
	width: 25px;
}

#mini_menu_box {
	text-align: right;
}


#banner_overlay {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: -100;
}

#banner_vid {
	position: absolute;
	top: 50%; 
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	min-width: 100%; 
	min-height: 100%; 
	width: auto; 
	height: auto;
	z-index: -50; 
	overflow: hidden;
}

#logo_container {
	width: 100%;
	margin-top: 120px;
	text-align: center;
}

#logo_quality_united {
	text-align: center;
}

#title_box_container {
	margin-top: 6%;
	margin-bottom: 8%;
	text-align: center;
}

#banner.novideo #title_box_container {
	margin-top: 8%;
	margin-bottom: 8%;
}

#title_button {
	margin-top: 3%;
}

#filler_box {
	width: 100%;
	display: none;
}

#menu_bar {
	width: 100%;
	margin-bottom: 45px;
	display: flex;
	height: auto;
	flex-wrap: wrap;
	-webkit-transition: height .3s ease;
	-ms-transition: height .3s ease;
	transition: height .3s ease;
}



#menu_bar.fadein {
	height: 0px;
}

#menu_bar.stick {
	height: 70px;
	line-height: 70px;
	position:fixed;
	top:0px;
	opacity: 1;
	z-index:99;
	background-color: rgba(255, 255, 255, 0.9);
	color: #0e2433;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
}

#menu {
	position: relative;
	text-align: center;
	vertical-align: middle;
}
#menu_bar.stick #menu {
	text-align: right;
}

.menu_item {
	text-align: center;
	display: inline-block;
	line-height: 0.9em;
	vertical-align: middle;
	margin: auto 25px;
}

#menu_bar.stick .menu_item {
	text-align: right;
}
#menu_bar.stick .menu_item:last-of-type {
	margin-right: 0px;
}

.menu_bar_phone img {
	vertical-align: middle;
	margin: 0px 15px;
	width: 25px;
}
.menu_bar_logo {
	text-align: left;
}
.menu_bar_logo img {
	height: 90px;
}
.menu_bar_mini_menu_icon {
	text-align: right;
}
.menu_bar_mini_menu_icon img {
	vertical-align: middle;
	margin: 0px 15px;
	width: 25px;
}

#scroll_down_box {
	width: 100%;
	padding: 15px 0px;
	position: absolute;
	bottom: 120px;
	text-align: center;
}
#scroll_down_box img {
	height: 15px;
}

#content_box_container {
	width: 100%;
	margin: 10px 0px 0px 0px;
	padding: 0px;
}

#model_box_container {
	width: 100%;
	margin: 0px;
	padding: 50px 0px 0px 0px;
	background-color: #eff2f4;
}

.squarepic {
	width: 100%;
	display: block;
}

.squareblock {
	background-color: #eff2f4;
	width: 100%;
	position: relative;
}

.squareblock>img {
	width: 100%;
	height: auto;
	display: block;
}

.overlay {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

.squareblock div.outer {
	display: table;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

.squareblock div.middle {
    display: table-cell;
    vertical-align: middle;
}

.squareblock div.inner {
    margin-left: auto;
    margin-right: auto; 
    width: 80%;
}

#banner_bottom {
	width: 100%;
	margin: 0px;
	padding: 0px;
	position: relative;
	overflow: auto;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	
}

#statement_box {
	background-color: rgba(255, 255, 255, 0.8);
	max-width: 80%;
	display: inline-block;
	position: relative;
	margin: 5% 10%;
	float: right;
	
}
#statement_box>img {
	height: 100%;
}
#statement_content {
	margin: 45px;
}

#footer_box {
	width: 100%;
	margin: 0px;
	padding: 0px;
	display: flex;
	flex-wrap: wrap;
}
#footer_box>div {
	box-sizing: border-box;
}

#to_top_box {
	padding: 15px;
}
#to_top_box img {
	vertical-align: top;
	height: 35px;
}

.contact_field input, .contact_field textarea {
	border: 0px;
	background-color: #eff2f4;
	padding: 9px;
	margin: 0px;
	margin-bottom: 1%;
	width: 49.5%;
	display: block;
	float: left;
	box-sizing: border-box;
	color: #0e2433;
	font-family: 'Montserrat';
	font-weight: 600;
	font-size: 0.9em;
}
.contact_field textarea {
	height: 140px;
	resize: none;
}
.contact_field .input_left {
	margin-right: 1%;
}
.contact_field .full_input {
	width: 100%;
}

.contact_field ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
	color:    #0e2433;
	font-family: 'Montserrat';
	font-weight: 600;
	font-size: 0.9em;
}
.contact_field :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color:    #0e2433;
	opacity:  1;
	font-family: 'Montserrat';
	font-weight: 600;
	font-size: 0.9em;
}
.contact_field ::-moz-placeholder { /* Mozilla Firefox 19+ */
	color:    #0e2433;
	opacity:  1;
	font-family: 'Montserrat';
	font-weight: 600;
	font-size: 0.9em;
}
.contact_field :-ms-input-placeholder { /* Internet Explorer 10-11 */
	color:    #0e2433;
	font-family: 'Montserrat';
	font-weight: 600;
	font-size: 0.9em;
}
.contact_field ::-ms-input-placeholder { /* Microsoft Edge */
	color:    #0e2433;
	font-family: 'Montserrat';
	font-weight: 600;
	font-size: 0.9em;
}

.contact_field ::placeholder { /* Most modern browsers support this now. */
	color:    #0e2433;
	font-family: 'Montserrat';
	font-weight: 600;
	font-size: 0.9em;
}

#weblabel_box {
	position: fixed;
	bottom: 0px;
	right: 20px;
}
#weblabel_box img {
	display: block;
	height: 35px;
	-webkit-transition: opacity .3s ease;
	-ms-transition: opacity .3s ease;
	transition: opacity .3s ease;
}
#weblabel_box a:hover img {
	opacity: 0.5;
}