  body {
    font-family: 'lato', 'Arial', 'Microsoft JhengHei', 'Helvetica', 'sans-serif';
  }
  @import url('/font-awesome-4.6.3/css/font-awesome.min.css');

  .text-center {
    text-align: center;
  }

  .inner p {
    margin: 10px 0 0 0;
  }

 image hover */
.container2 {
  position: relative;
  width: 100%;
  padding: 0px 20px 20px 0px;
}

.img-border {
  opacity: 0.8;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}

.middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 45%;
  left: 49%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.container2:hover .img-border {
  opacity: 1;
}

.container2:hover .middle {
  opacity: 1;
}

.text {
  color: white;
  font-size: 45px;
  padding: 20px 20px;
  text-shadow: 0 0 5px #000;
}

table, td {
  padding: 8px;
  vertical-align: top;
}

table {
  line-height: 1.5;
  text-align: left;
}

.btn_submit, .btn_reset {
		background-color: #008000;
		border: 2px solid #008000;
	  padding: 10px 20px;
	  text-align: center;
	  text-decoration: none;
		display: inline-block;
		font-size: 16px;
		margin: 4px 2px;
		border-radius: 5px;
		color: white;
		font-weight: 500;
	}

	.btn_submit:hover, .btn_reset:hover{
		color: #008000;
		background-color: white;
		border: 2px solid #008000;
		transition: all 0.5s;
	}

  #name, #company, #position, #telephone, #email, #industry, #industry_other, #interested_other, #event, #event_other, #questions {
    width: 45%;
    outline: none;
  }

  #questions {
    height: 100px;
  }

  @media screen and (max-width: 600px) {
    #name, #company, #position, #telephone, #email, #industry, #industry_other, #interested_other, #event, #event_other, #questions {
      width: 100%;
  }
  }

  .form-group {
    margin: 15px;
    display: flex;
  }
  .form-control {
    display: block;
    width: 100%;
    height: 30px;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #000000;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    width: 620px !important;

  }
  /* .select2-selection__rendered{
    width: 232px !important;
  } */
  .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
  }
  .form-label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 300;
    font-size: 16px;

    width: 490px;
    color:#444;
  }
  .required {
    color: red;
  }

  .select2-container--default .select2-selection--single {
    border: 1px solid #ccc;
    border-radius: 4px;
    height: 28px;
    width: 620px;
    font-size: 16px;
}
.select2-container {
    width: auto !important;
    min-width: 200px;
}


.select2-selection__placeholder{
  font-size: 16px;
}

.service-checkbox-group{
  font-size: 16px;
}

.Flyer{
  max-width: 60%;
}
#vehicle2 {
  position: relative;
    top: 10px;
    height: 13px;
}
