.bx-wrapper {
  width: 100%;
  /* -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4); */
}
.bx-wrapper .bx-viewport {
  height: 189px !important;
}
.bx-wrapper li {
  margin-top: -16px !important;
}

.logo_nav{
	max-width: 100%;
	width: 200px;
}

.logo{
		max-width: 100%;
		width: 150px;
}

#contact_sect{
	margin-top: 50px;
}

#contact_section{
	padding-top: 15px;
}

#wianno_form{
	
}

#industries{
	padding-bottom: 50px;
	padding-top: 50px;
}

.small_alt{
	border-top: 1px solid #333;
	width: 30%;
}

.confirmation{
	color: blue;
    font-size: 22px;
    font-style: italic;
    border-bottom: 1px solid;
    padding-bottom: 10px;
}

/* Contact form style */

input{
	width: 100%;
	margin-top: 5px;
	margin-bottom:5px;
	padding: 10px;
}

textarea{
	width: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px;
}

#submit_button{
	width: 150px;
}

.required{
	text-align: right;
	margin-top: 5px;
}

.contact-information{
	list-style: none;
}

@media(min-width: 900px){
	.sub_text{
		width: 750px;
		margin: 0 auto;
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.small_alt{
		width: 10%;
	}
	#serv_alt{
		margin-top: 50px;
	}
	#btn_row{
		margin-top: 25px;
	}
	#slider_opt{
		margin-top: 25px;
		margin-bottom: 25px;
	}
	.header{
		background-position: top;
	}
	.logo{
		max-width: 100%;
		width: 350px;
	}
}

@media(max-width: 768px){
	footer{
		margin-top: 300px;
	}
	.header h3{
		font-size: 17px;
	}
}

.profile{
	max-width: 100%;
	height: 125px;
	width: auto;
	border-radius: 50%;
	margin-bottom: 15px;
}