.frm-style {
	max-width: 100%;
	margin: 0px auto;
	padding: 20px;
	background: rgba(189, 195, 199, 0.3);
	border-radius: 8px;
	font-family: Open Sans;
	font-size: 13px;
	margin-left: -15px;
}

.frm-style #frm1 {
	max-width: 100%;
	margin: 0px auto;
	padding: 20px;
	background: rgba(52, 152, 219, 0.3);
	border-radius: 8px;
	font-family: Open Sans;
	font-size: 13px;
	margin-left: -15px;
}

.frm-style fieldset {
	border: none;
	font-size: 13px;
}

.frm-style label {
	display: block;
	margin-bottom: 8px;
}

.frm-style input[type="text"],
.frm-style input[type="date"],
.frm-style input[type="datetime"],
.frm-style input[type="email"],
.frm-style input[type="number"],
.frm-style input[type="search"],
.frm-style input[type="time"],
.frm-style input[type="url"],
.frm-style textarea,
.frm-style select {
	font-family: Open Sans;
	background: rgba(255, 255, 255, .1);
	border: none;
	border-radius: 4px;
	font-size: 13px;
	margin: 0;
	outline: 0;
	padding: 7px;
	width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	background-color: white;
	color: #595959;
	-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.02) inset;
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.02) inset;
	border-color: #95a5a6;
	margin-bottom: 30px;
}

.frm-style input[type="text"]:focus,
.frm-style input[type="date"]:focus,
.frm-style input[type="datetime"]:focus,
.frm-style input[type="email"]:focus,
.frm-style input[type="number"]:focus,
.frm-style input[type="search"]:focus,
.frm-style input[type="time"]:focus,
.frm-style input[type="url"]:focus,
.frm-style textarea:focus,
.frm-style select:focus {
	background: white;
}

.frm-style select {
	-webkit-appearance: menulist-button;
	height: 35px;
}

.frm-style input[type="submit"],
.frm-style input[type="button"] {
	position: relative;
	display: block;
	padding: 19px 39px 18px 39px;
	color: #FFF;
	margin: 0 auto;
	background: #1abc9c;
	font-size: 18px;
	text-align: center;
	font-style: normal;
	width: 100%;
	border: 1px solid #16a085;
	border-width: 1px 1px 3px;
	margin-bottom: 10px;
}

.frm-style input[type="submit"]:hover,
.frm-style input[type="button"]:hover {
	background: #109177;
}

.div-char {
	margin-top: -30px;
	margin-bottom: 30px;
	align-content: right;
}

.flat-td {
	font-size: 16px;
	border: 2px;
	border-color: #bdc3c7;
	font-family: Open Sans;
	/*letter-spacing: 0.015em;*/
	color: #595959;
	padding: 8px;
}

.flat_h1 {
	font-family: Montserrat;
	font-size: 27px;
	color: #595959;
}

.flat_body {
	font-family: Open Sans;
	font-size: 12px;
}

hr {
	display: block;
	margin-top: 0.2em;
	margin-bottom: 0.2em;
	margin-left: auto;
	margin-right: auto;
	border-style: inset;
	border-width: 0px;
	color: #bdc3c7;
	background-color: rgba(189, 195, 199, 0.4);
	width: 100%;
	height: 2px;
}

#cont0 {
	margin: 10px;
	width: 220px;
	height: 15px;
}

.progress {
	font-family: Montserrat;
	font-size: 18px;
	color: #595959;
}

.lgnd-custom {
	font-family: Montserrat;
	font-size: 22px;
}

.dd-custom {
	width: 20%;
	border: 1px solid #95a5a6;
}

.flat-td-header {
	background-color: rgba(52, 73, 94, 1.0);
	color: white;
	font-family: Open Sans;
}

.add-rgn {}

.currency {
	text-align: right;
}

.nav-img {
	opacity: 1;
	margin-left: 10px
}

.nav-img:hover {
	opacity: 1;
}

.scrolly {}

.frm1 {}

.frm1 .number {
	background: rgba(52, 152, 219, 1.0);
}

.frm2 {}

.frm2 .number {
	background: rgba(197, 17, 97, 0.7);
}

.frm3 {}

.frm4 {}

.frm4 .number {
	background: rgba(52, 73, 94, 0.7)
}

.frm5 {}

.frm5 .number {
	background: rgba(92, 107, 192, 0.7);
}

.btn-txt {
	font-family: montserrat;
}


/* Float */

.hvr-float {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.hvr-float:hover,
.hvr-float:focus,
.hvr-float:active {
	-webkit-transform: translateY(-8px);
	transform: translateY(-8px);
}


/* Border Fade */

.hvr-border-fade {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: box-shadow;
	transition-property: box-shadow;
	box-shadow: inset 0 0 0 4px #e1e1e1, 0 0 1px transparent;
	/* Hack to improve aliasing on mobile/tablet devices */
}

.hvr-border-fade:hover,
.hvr-border-fade:focus,
.hvr-border-fade:active {
	box-shadow: inset 0 0 0 4px #2098D1, 0 0 1px transparent;
	/* Hack to improve aliasing on mobile/tablet devices */
}


/* Hollow */

.hvr-hollow {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: background;
	transition-property: background;
	box-shadow: inset 0 0 0 4px #e1e1e1, 0 0 1px transparent;
	/* Hack to improve aliasing on mobile/tablet devices */
}

.hvr-hollow:hover,
.hvr-hollow:focus,
.hvr-hollow:active {
	background: none;
}


/* Underline From Center */

.hvr-underline-from-center {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
	position: relative;
	overflow: hidden;
}

.hvr-underline-from-center:before {
	content: "";
	position: absolute;
	z-index: -1;
	left: 50%;
	right: 50%;
	bottom: 0;
	background: #2098D1;
	height: 4px;
	-webkit-transition-property: left, right;
	transition-property: left, right;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.hvr-underline-from-center:hover:before,
.hvr-underline-from-center:focus:before,
.hvr-underline-from-center:active:before {
	left: 0;
	right: 0;
}

.gon-collapse {
	border: 0px;
	cursor: pointer;
}

.rgn-story {
	border: 0px;
	/*display: none;*/
}

.xpnd {
	cursor: pointer;
}

.frm1,
.frm2,
.frm3,
.frm4,
.frm5 {
	display: none;
}

.nav-top {
	opacity: 0.5;
}

.nav-capt {
	font-family: montserrat;
	font-size: 12px;
	padding-left: 5px;
	color: rgba(0, 0, 0, 0.7);
}

.select-view {
	background-color: rgba(0, 0, 0, 0.1);
	height: 30px;
	width: 100%;
	cursor: pointer;
}

.md-btn-peter-river {
	background-color: #3498db;
	-webkit-box-shadow: 0px 2px 2px #2980b9;
	-moz-box-shadow: 0px 2px 2px #2980b9;
	box-shadow: 0px 2px 2px #2980b9;
	padding: 5px;
}

.md-btn-peter-river:hover {
	cursor: pointer;
	background-color: #03A9F4;
}

.md-btn-wet-asphalt {
	background-color: #34495e;
	-webkit-box-shadow: 0px 2px 2px #2c3e50;
	-moz-box-shadow: 0px 2px 2px #2c3e50;
	box-shadow: 0px 2px 2px #2c3e50;
	padding: 5px;
}

.md-btn-wet-asphalt:hover {
	cursor: pointer;
	background-color: rgba(52, 73, 94, 0.9);
}

.md-btn-icon {
	font-size: 20px;
	color: #ffffff;
	float: left;
}

.md-btn-txt {
	font-size: 14px;
	color: white;
	font-family: montserrat;
	padding-left: 10px;
	padding-right: 10px;
}

#autoCmpltPrj1 {
	background-color: white;
	margin-left: 0px;
	list-style: none;
	position: absolute;
	overflow-y: auto;
	overflow-x: hidden;
	max-height: 200px;
}

#autoCmpltPrj1 li:hover {
	background-color: #428FA4;
	color: white;
}

#autoCmpltPrj2 {
	background-color: white;
	margin-left: 0px;
	list-style: none;
	position: absolute;
	overflow-y: auto;
	overflow-x: hidden;
	max-height: 200px;
}

#autoCmpltPrj2 li:hover {
	background-color: #428FA4;
	color: white;
}

#autoCmpltPrj3 {
	background-color: white;
	margin-left: 0px;
	list-style: none;
	position: absolute;
	overflow-y: auto;
	overflow-x: hidden;
	max-height: 200px;
}

#autoCmpltPrj3 li:hover {
	background-color: #428FA4;
	color: white;
}

#autoCmpltPrj4 {
	background-color: white;
	margin-left: 0px;
	list-style: none;
	position: absolute;
	overflow-y: auto;
	overflow-x: hidden;
	max-height: 200px;
}

#autoCmpltPrj4 li:hover {
	background-color: #428FA4;
	color: white;
}

#autoCmpltPrj5 {
	background-color: white;
	margin-left: 0px;
	list-style: none;
	position: absolute;
	overflow-y: auto;
	overflow-x: hidden;
	max-height: 200px;
}

#autoCmpltPrj5 li:hover {
	background-color: #428FA4;
	color: white;
}

#dropzone_custom {
	width: 350px;
	height: 350px;
}