#nav-sel {
	color: #606263;
	font-size: 16px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	max-width: 1345px;
	width: 95%;
	font-size: 14px;
}

#nav-sel a {
	text-decoration: none;
	color: inherit;
}

#nav-sel a:hover {
	color:  #000;
}

#about-sogima-01 {
	background:  #000;
	color: #fff;
	width: 100%;
	position: relative;
	left: -8px;
	line-height: 90px;
	font-size: 36px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	margin-top: 15px;
}




#contact-form-wrapper {
	width: 100%;
	/*height: 400px;*/
	position: relative;
	left: -8px;
	top: 0px;
	padding-top: 25px;
	padding-bottom: 86px;
}

#contact-form-container {
	margin-left: auto;
	margin-right: auto;
	width: 95%;
	max-width: 1345px;
	height: 320px;
}

.contact-form-field-text-left,
.contact-form-field-text-right {
	font-family: 'Montserrat', sans-serif;
	display: inline-block;
	/*margin-right: 10px;
	margin-left: 10px;*/
	width: 49%;
}

.contact-form-field-text-right {
	float: right;
}

.contact-form-field-text-left label,
.contact-form-field-text-right label {
	color: #77787b;
	font-weight: 700;
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 10px;
}

.contact-form-field-text-left input[type=text],
.contact-form-field-text-right input[type=text] {
	background: #f2f2f2;
	color: #616161;
	border: none;
	font-size: 14px;
	font-weight: 400;
	width: 87.951807%;
	padding: 11.5px 6.024096% 11.5px 6.024096%;
	margin-top: 5px;
}

.contact-form-field-textarea {
	font-family: 'Montserrat', sans-serif;
	display: inline-block;
	/*margin-right: 10px;
	margin-left: 10px;*/
	width: 100%;
}

.contact-form-field-textarea label {
	color: #77787b;
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 10px;
	margin-top: 20px;
}

.contact-form-field-textarea textarea {
	font-family: 'Montserrat', sans-serif;
	width: 94.110718%;
	height: 80px;
	background: #f2f2f2;
	color: #616161;
	border: none;
	font-size: 14px;
	font-weight: 400;
	padding: 11.5px 2.944641% 11.5px 2.944641%;
	margin-top: 5px;
	resize: none;
}

.contact-form-submit {
	color: #fff;
	background:  #000;
	text-align: center;
	border: none;
	width: 32.421875vw;
	height: 39px;
	margin-top: 45px;
	float: right;
	cursor: pointer;
	margin-right: 63px;
}



#contact-row {
	margin-top: 50px;
	width: 100%;
	padding-left: 30%;
	padding-right: 30%;
	display: inline-grid;
	grid-template-columns: repeat(1, 1fr);
	grid-column-gap: 0%;
	padding-bottom: 60px;
	border-bottom: 1px solid #eaeaea;

}

#contact-row div {
	padding-right: 15px;
	padding-left: 15px;
	text-align: center;
}

.icon {
	font-size: 50px;
	color: #bfbfbd;
}

.address {
	display: block;
	color: #616161;
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	font-weight: 400;
}

#contact-row a {
	text-decoration: none;
	color: inherit;
	display: block;

}

#contact-row a:hover {
	color:  #000;
}

#contact-us-1 {
	height: 57px;
	color: #000;
	font-size: 32px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	text-align: center;
	margin-top: 30px;
}

.contact-error {

	animation: fadeIn linear 1s;
	-webkit-animation: fadeIn linear 1s;
	-moz-animation: fadeIn linear 1s;
	-o-animation: fadeIn linear 1s;
	-ms-animation: fadeIn linear 1s;
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-moz-keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-o-keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-ms-keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}