@charset "UTF-8";

header {
	text-align: center;
}
p {
	line-height: 1.5em;
}
header nav ul li a {
	padding: 10px 10px;
	font-size: 0.9em;
}
.no-show {
    display:none;
}
.container {
	width: 100%;
}
.flex-cell {

}
.header-logo {
	height: 50px;
}
.bg-cover {
	background-size: cover;
	background-repeat: no-repeat;
}
.height-450 {
	height: 350px;
}
.box-right {
	margin: 0px auto;
	top: 0px;
	bottom: 0px;
	left: 5%;
	right: 5%;
	text-align: center;
}
.box-header {
	margin-top: 100px;
	font-size: 2em;
	text-align: right;
}
.mobile-noshow {
	display: none;
}
.img-sizer {
	max-width: 100%;
    height: auto;
}
.form-control-50, .form-control-100 {
	width: 100%;
}