html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;


}
.pagescroll {
  background-attachment: fixed;
  background-size: cover;
  overflow: visible;
}


.entire-page {
  margin: 0 auto;
  position: relative;
  width: 100%;
  height: 100%;
  background-attachment: fixed;
  background-size: cover;
  overflow: visible;
  -webkit-display: inline-flex;
  -moz-display: inline-flex;
  -ms-display: inline-flex;
  -o-display: inline-flex;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;


}



/*--------ENTIRE PAGE--------*/


.main {
  width: 100%;
  height: 100%;
  /*background-image: url(../img/main_image2.png);
  background-repeat: no-repeat;
  -webkit-background-size: cover;*/
  -webkit-display: inline-flex;
  -moz-display: inline-flex;
  -ms-display: inline-flex;
  -o-display: inline-flex;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}

.about {
  /*background-image: url(../img/driveway6.jpg);
  background-repeat: no-repeat;
  background-size: cover;*/
  width: 100%;
  height: 100%;
  -webkit-display: inline-flex;
  -moz-display: inline-flex;
  -ms-display: inline-flex;
  -o-display: inline-flex;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}

.partners {
  background-color: #fff;
  width: 100%;
  -webkit-display: inline-flex;
  -moz-display: inline-flex;
  -ms-display: inline-flex;
  -o-display: inline-flex;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
}

.product {
  background-color: #BABABA;
  width: 100%;
  height: 100%;
  -webkit-display: inline-flex;
  -moz-display: inline-flex;
  -ms-display: inline-flex;
  -o-display: inline-flex;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
}

.directory {
  width: 100%;
  height: 150px;
  -webkit-display: inline-flex;
  -moz-display: inline-flex;
  -ms-display: inline-flex;
  -o-display: inline-flex;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  position: static;

}

/*----------MAIN PAGE-----------*/

/*----BAR-----*/

.bar-placeholder {
  position:fixed;
  height: 100px;
  left:0;
  top:0;
  float:left;
  width:100%;
  -ms-transition:     all 0.5s ease-out;
  -moz-transition:    all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -o-transition:      all 0.5s ease-out;
  transition:         all 0.5s ease-out;
  z-index: 1;
  -webkit-display: inline-flex;
  -moz-display: inline-flex;
  -ms-display: inline-flex;
  -o-display: inline-flex;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}

.bar-placeholder ul {
  height: 100px;
  width: 100%;
  -webkit-display: inline-flex;
  -moz-display: inline-flex;
  -ms-display: inline-flex;
  -o-display: inline-flex;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}

.bar-placeholder li:hover {
  cursor: pointer;
}

.bar-placeholder li {
  height: 60px;
  width: 170px;
  font-size: 30px;
  font-family: Arial;
  text-align: center;
  line-height: 50px;
  cursor:pointer;
  -ms-transition:    all 0.5s ease-out;
  -moz-transition:    all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -o-transition:      all 0.5s ease-out;
  transition:         all 0.5s ease-out;
  -webkit-display: inline-flex;
  -moz-display: inline-flex;
  -ms-display: inline-flex;
  -o-display: inline-flex;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}

.bar-placeholder.small {
  width: 100%;
  height: 60px;
  line-height: 35px;
  cursor:pointer;
  background-color: #000;
  -webkit-display: inline-flex;
  -moz-display: inline-flex;
  -ms-display: inline-flex;
  -o-display: inline-flex;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}

.bar-placeholder.small .bar-row {
  height: 60px;
}

.bar-placeholder.small li{
  height: 60px;
  width: 170px;
  cursor:pointer;
  -webkit-display: inline-flex;
  -moz-display: inline-flex;
  -ms-display: inline-flex;
  -o-display: inline-flex;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}

.logo-item  {
  background-image: url(../img/smi_logo_17060_white.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 60px;
  width: 170px;
  -webkit-display: inline-flex;
  -moz-display: inline-flex;
  -ms-display: inline-flex;
  -o-display: inline-flex;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}



.logo-item:hover {
  background-image: url(../img/smi_logo_17060.png);
  height: 60px;
  width: 170px;  
 }

.contact-item {
  margin-right: 40px;
  line-height: 1;
  height: 30px;
  width: 130px;
  border-radius: 20px;
  border: 1px solid #fff;
  visibility: visible;
  font-size: .5em;
  color: #fff;
  font-family: "Open Sans",sans-serif;
  font-weight: 300;
  cursor: pointer;
  text-decoration: none;
  box-shadow:inset 0 0 0 0 #B5121B;
  -webkit-transition: -webkit-box-shadow 300ms ease-in-out;
  -moz-transition: -moz-box-shadow 300ms ease-in-out;
  transition: box-shadow 300ms ease-in-out;
  -webkit-display: inline-flex;
  -moz-display: inline-flex;
  -ms-display: inline-flex;
  -o-display: inline-flex;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}

.contact-item:hover {
  box-shadow:inset 280px 0 0 0 #B5121B;
  border: 1px solid #B5121B;
}

.menu-item {
  height: 60px;
  width: 170px;
  cursor: pointer;
  z-index:2;
  -webkit-display: inline-flex;
  -moz-display: inline-flex;
  -ms-display: inline-flex;
  -o-display: inline-flex;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}

@media only screen and (max-width: 600px) {
	.bar-placeholder .bar-row li.menu-item {
		width: 100px;
	}
}

@media only screen and (max-width: 480px) {
	.bar-placeholder {
		height: 60px;
	    line-height: 35px;
	    cursor:pointer;
	    background-color: #000;
	}
	
	.bar-placeholder .bar-row {
	  height: 60px;
	}

	.bar-placeholder li{
	  height: 60px;
	  width: 170px;
	  cursor:pointer;
	}
}

@media only screen and (max-width: 470px) {
	.bar-placeholder .bar-row li.menu-item {
		width: 75px;
	}
	
	.bar-placeholder .bar-row li {
		width: 140px;
	}
	
	.bar-placeholder .bar-row li .logo-item {
		width: 140px;
		background-size: contain;
		position: relative;
		top: 5px;
	}
	
	.bar-placeholder .bar-row li .contact-item {
		margin-right: 10px;
	}
}

@media only screen and (max-width: 435px) {
	.bar-placeholder .bar-row li.menu-item {
		width: 50px;
	}
	
	.bar-placeholder .bar-row li {
		width: 120px;
	}
	
	.bar-placeholder .bar-row li .logo-item {
		width: 120px;
		background-size: contain;
		top: 10px;
	}
	
	.bar-placeholder .bar-row li .contact-item {
		margin-right: 0;
		width: 110px;
	}
}

/*----HEADLINE----*/
 
.main-background {
  width: 100%;
  height: 800px;
  background-image: url(../img/main_image6.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -webkit-display: inline-flex;
  -moz-display: inline-flex;
  -ms-display: inline-flex;
  -o-display: inline-flex;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
}

.headline {
  /*background-color: blue;*/
  width: 100%;
  height: 600px;
  -webkit-display: inline-flex;
  -moz-display: inline-flex;
  -ms-display: inline-flex;
  -o-display: inline-flex;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
} 

.headline-content {
  /*background-color: red;*/
  height: 450px;
  width: 100%;
  -webkit-display: inline-flex;
  -moz-display: inline-flex;
  -ms-display: inline-flex;
  -o-display: inline-flex;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -o-align-items: flex-end;
  align-items: flex-end;
}

.content-row{
  /*background-color: yellow;*/
  width: 100%;
  height: 150px;
  -webkit-display: inline-flex;
  -moz-display: inline-flex;
  -ms-display: inline-flex;
  -o-display: inline-flex;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -o-align-items: flex-end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-box-align: end;
}

.head-text {
  /*background-color: gray;*/
  height: 70px;
  width: 100%;
  color: #fff;
  text-align: center;
  font-size: 1.8em;
  font-family: "Open Sans",sans-serif;
  font-weight: 800;
  -webkit-text-shadow: 1px 1px 10px #000;
  -moz-text-shadow: 1px 1px 10px #000;
  text-shadow: 1px 1px 10px #000;
  -webkit-display: inline-flex;
  -moz-display: inline-flex;
  -ms-display: inline-flex;
  -o-display: inline-flex;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-box-align: start;
 }
 
@media only screen and (max-width: 950px) {
	 .head-text {
		 height: 140px;
	 }
 }
 

 
@media only screen and (max-width: 550px) {
	 .head-text {
		 height: 180px;
	 }
	 
	 .headline {
		 height: 700px;
	 }
 }
 
 @media only screen and (max-width: 430px) {
	 .head-text h1 {
		 font-size: 1.5em;
	 }
	 
	 .about-heading h1 {
		 font-size: 2em !important;
	 }
 }
 
 @media only screen and (max-width: 350px) {
	 .headline {
		 height: 800px;
	 }
	 
	 .main-background {
		 height: 900px;
	 }
 }
 
 .head-text h1 {
  height: 50px;
  width: 100%;
  /*background-color: green;*/
  -webkit-display: inline-flex;
  -moz-display: inline-flex;
  -ms-display: inline-flex;
  -o-display: inline-flex;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
 }

 .tagline {
  /*margin-top: -20px;*/
  /*background-color: red;*/
  width: 100%;
  height: 30px;
  text-align: center;
  color: #fff;
  font-family: "Open Sans",sans-serif;
  font-weight: 300;
  -webkit-display: inline-flex;
  -moz-display: inline-flex;
  -ms-display: inline-flex;
  -o-display: inline-flex;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;

 }
 
@media only screen and (max-width: 870px) {
	 .tagline {
		 height: 60px;
	 }
 }
 
@media only screen and (max-width: 460px) {
	 .tagline {
		 height: 90px;
	 }
 }

.line1, .line2 {

  -webkit-display: inline-block;
  -moz-display: inline-block;
  -ms-display: inline-block;
  -o-display: inline-block;
  display: -webkit-inline-block;
  display: inline-block;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
 }

 .line1 h4, .line2 h4 {
  /*background-color: red;*/
  height: 30px;
  font-weight: 300;
  color: #fff;
  text-align: center;
  font-size: 1.4em;
  font-family: "Open Sans",sans-serif;
  text-shadow: 1px 1px 10px #000;
  -webkit-display: inline-block;
  -moz-display: inline-block;
  -ms-display: inline-block;
  -o-display: inline-block;
  display: -webkit-inline-block;
  display: inline-block;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
 }

.wrapper {
  width: 120px;
  text-align: center;
  margin:0;
  display:block;
  position: relative;
  top: -3px;
}

.roles {
  vertical-align: middle;
  overflow: hidden;
  font-family: "Open Sans",sans-serif;
  font-weight: 800;
  font-size: 1.3em;
  color: #fff;
  text-align: center;
  height: 30px;
  width:120px;
  margin: 0 auto;
}

 .roles div {
  height: 30px;
  line-height: 30px;
  transition: margin-top 1s ease-in-out;
 }

 .learn-button {
  width: 100%;
  height: 100px;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -o-align-items: flex-end;
  align-items: flex-end;
}

.learn-button a {
  width: 200px;
  height: 40px;
  background-color: #000;
  border: 1px solid #B5121B; 
  color: #fff;
  box-shadow:inset 0 0 0 0 #B5121B;
  -webkit-transition: -webkit-box-shadow 300ms ease-in-out;
  -moz-transition: -moz-box-shadow 300ms ease-in-out;
  transition: box-shadow 300ms ease-in-out;
  font-size: 1em;
  text-decoration: none;
  font-family: "Open Sans",sans-serif;
  font-weight: 300;
  -webkit-display: inline-flex;
  -moz-display: inline-flex;
  -ms-display: inline-flex;
  -o-display: inline-flex;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
 }

.learn-button a:hover {
  box-shadow:inset 280px 0 0 0 #B5121B;
  color: #fff;
}




.arrow-image li, .arrow-image1 li {
  /*background-color: red;*/
  height: 20px;
  width:20px;
  font-size: 1.5em;
  opacity: 0;
  -webkit-display: inline-flex;
  -moz-display: inline-flex;
  -ms-display: inline-flex;
  -o-display: inline-flex;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}

.arrow-image a  {
  font-size: 1.5em;
  opacity:0;
  -webkit-display: inline-flex;
  -moz-display: inline-flex;
  -ms-display: inline-flex;
  -o-display: inline-flex;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center; 
}

.arrow-image a:hover {
  cursor: pointer;
}

.arrow-image1 a  {
  /*background-color: yellow;*/
  color: #000;
  font-size: 2em;
  -webkit-display: inline-flex;
  -moz-display: inline-flex;
  -ms-display: inline-flex;
  -o-display: inline-flex;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  opacity:0;
}

.arrow-image1 a:hover {
  cursor: pointer;
}


/*-------ABOUT PAGE--------*/


.about-content {
  background-image: url(../img/driveway6.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 800px;
  -webkit-display: inline-flex;
  -moz-display: inline-flex;
  -ms-display: inline-flex;
  -o-display: inline-flex;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}

.about-content-row {
  width: 100%;
  -webkit-display: inline-flex;
  -moz-display: inline-flex;
  -ms-display: inline-flex;
  -o-display: inline-flex;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
}

.about-heading {
  width: 100%;
  height: 200px;
  -webkit-display: inline-flex;
  -moz-display: inline-flex;
  -ms-display: inline-flex;
  -o-display: inline-flex;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}

.about-heading h1 {
  width: 100%;
  height: 140px;
  color: #fff;
  text-align: center;
  font-size: 2.8em;
  line-height: 130%;
  font-family: "Open Sans",sans-serif;
  font-weight: 800;
  -webkit-display: inline-flex;
  -moz-display: inline-flex;
  -ms-display: inline-flex;
  -o-display: inline-flex;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -o-align-items: flex-end;
  align-items: flex-end;

}

.about-text  {
  width: 100%;
  -webkit-display: inline-flex;
  -moz-display: inline-flex;
  -ms-display: inline-flex;
  -o-display: inline-flex;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}

.about-text-row {
  /*background-color: red;*/
  width: 850px;
  -webkit-display: inline-flex;
  -moz-display: inline-flex;
  -ms-display: inline-flex;
  -o-display: inline-flex;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;

}

.about-text-row p {
  width: 96%;
  color: #fff;
  line-height: 200%;
  font-size: 1em;
  font-family: "Open Sans",sans-serif;
  font-weight: 400;
  text-align: justify;
  margin: 0 0 25px;
  -webkit-display: inline-flex;
  -moz-display: inline-flex;
  -ms-display: inline-flex;
  -o-display: inline-flex;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;

}


.about-stat {
  width: 100%;
  height: 250px;
  -webkit-display: inline-flex;
  -moz-display: inline-flex;
  -ms-display: inline-flex;
  -o-display: inline-flex;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}

@media only screen and (max-width: 1000px) {
	.about-heading {
		height: 270px;
	}
	
	.about-heading h1 {
		height: 210px;
	}
	
	.about-content {
		height: 1000px;
	}
}

@media only screen and (max-width: 700px) {
	
	.about-heading h1 {
		font-size: 2.3em;
	}
	
	.about-content {
		height: 1400px;
	}
	
	.about-stat {
		height: 600px;
	}
}

@media only screen and (max-width: 585px) {
	
	.about-heading {
		height: 340px;
	}
	
	.about-heading h1 {
		height: 280px;
	}
}

@media only screen and (max-width: 480px) {
	
	.about-content {
		height: 1800px;
	}
	
	.about-stat {
		height: 900px;
	}
	
	.about-stat .passenger-trip:after {
		content:"\a";
		white-space: pre;
	}
}

.passenger-trip, .info-request, .installed-vehicle {
  width: 200px;
  height: 250px;
  margin-left: 20px;
  -webkit-display: inline-flex;
  -moz-display: inline-flex;
  -ms-display: inline-flex;
  -o-display: inline-flex;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}

.circle-rotate1 {
  background-image: url(../img/circle.svg);
  background-repeat: no-repeat;
   width: 200px;
  height: 150px;
  -webkit-display: inline-flex;
  -moz-display: inline-flex;
  -ms-display: inline-flex;
  -o-display: inline-flex;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}

.circle-rotate {
  background-image: url(../img/circle.svg);
  background-repeat: no-repeat;
   width: 200px;
  height: 150px;
  -webkit-display: inline-flex;
  -moz-display: inline-flex;
  -ms-display: inline-flex;
  -o-display: inline-flex;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}

.circle-rotate2 {
  background-image: url(../img/circle.svg);
  background-repeat: no-repeat;
   width: 200px;
  height: 150px;
  -webkit-display: inline-flex;
  -moz-display: inline-flex;
  -ms-display: inline-flex;
  -o-display: inline-flex;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}


.about-stat h1, .about-stat h2, .about-stat h3 {
  width: 200px;
  text-align: center;
  -webkit-display: inline-flex;
  -moz-display: inline-flex;
  -ms-display: inline-flex;
  -o-display: inline-flex;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;

}

.about-stat h2 {
  font-size: 1.8em;
  font-weight: 600;
  height: 40px;
  color: #fff;
  font-family: "Open Sans",sans-serif;
  font-weight: 700;
  -webkit-display: inline-flex;
  -moz-display: inline-flex;
  -ms-display: inline-flex;
  -o-display: inline-flex;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
 
}

.about-stat h1 {
  margin-top: -150px;
  font-size: 3em;
  height: 150px;
  color: #fff;
  font-family: "Open Sans",sans-serif;
  font-weight: 700;
  -webkit-display: inline-flex;
  -moz-display: inline-flex;
  -ms-display: inline-flex;
  -o-display: inline-flex;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;

}



.about-stat h3 {
  height: 50px;
  font-size: 1.2em;
  line-height: 130%;
  color: #fff;
  font-family: "Open Sans",sans-serif;
  font-weight: 300;
  -webkit-display: inline-flex;
  -moz-display: inline-flex;
  -ms-display: inline-flex;
  -o-display: inline-flex;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  
}


/*-------PARTNERS PAGE---------*/

.customers-content, .partners-content {
  /*background-color: blue;*/
  margin: 0 auto;
  width: 100%;
  font-family: "Open Sans",sans-serif;
  -webkit-display: inline-flex;
  -moz-display: inline-flex;
  -ms-display: inline-flex;
  -o-display: inline-flex;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -o-align-items: flex-end;
  align-items: flex-end;
}

.partners h1, .customers-content h2, .partners-content h2 {
  width: 100%;
  font-family: "Open Sans",sans-serif;
  -webkit-display: inline-flex;
  -moz-display: inline-flex;
  -ms-display: inline-flex;
  -o-display: inline-flex;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}

.partners h1 {
  width:100%;
  height: 120px;
  font-size: 1.2em;
  font-family: "Open Sans",sans-serif;
  font-weight: 300;
  -webkit-display: inline-flex;
  -moz-display: inline-flex;
  -ms-display: inline-flex;
  -o-display: inline-flex;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -o-align-items: flex-end;
  align-items: flex-end;
}

.customers-lineup, .partners-lineup {
  width: 100%;
  -webkit-display: inline-flex;
  -moz-display: inline-flex;
  -ms-display: inline-flex;
  -o-display: inline-flex;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.customers-lineup h2,.partners-lineup h2 {
  width: 100%;
  height: 120px;
  font-size: 2.1em;
  font-family: "Open Sans",sans-serif;
  font-weight: 300;
  white-space: nowrap;
  overflow: hidden;
  -webkit-display: inline-flex;
  -moz-display: inline-flex;
  -ms-display: inline-flex;
  -o-display: inline-flex;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
/*  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;*/
}

.customers-lineup span, .partners-lineup span {
  font-family: "Open Sans",sans-serif;
  font-weight: 800;
} 



.partners-logo, .customers-logo {
  width: 100%;
  margin: 30px 0;
  -webkit-display: inline-flex;
  -moz-display: inline-flex;
  -ms-display: inline-flex;
  -o-display: inline-flex;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}



.customers-logo-row1, .customers-logo-row2, .partners-logo-row1 , .partners-logo-row2 {
  /*background-color: red;*/
  width: 1000px; 
  -webkit-display: inline-flex;
  -moz-display: inline-flex;
  -ms-display: inline-flex;
  -o-display: inline-flex;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}

.customers-logo-row1 li, .customers-logo-row2 li {
  height: 140px;
  width: 250px; 
  margin: 0 0;
  -webkit-display: inline-block;
  -moz-display: inline-block;
  -ms-display: inline-block;
  -o-display: inline-block;
  display: -webkit-inline-block;
  display: inline-block;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}

.partners-logo-row1 li, .partners-logo-row2 li {
  height: 140px;
  width: 250px;
  margin: 0 0;
  -webkit-display: inline-block;
  -moz-display: inline-block;
  -ms-display: inline-block;
  -o-display: inline-block;
  display: -webkit-inline-block;
  display: inline-block;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}

@media only screen and (max-width: 1000px) {
	.customers-logo-row1, .partners-logo-row1 {
		width: 500px;
	}
}

@media only screen and (max-width: 450px) {
	.customers-logo-row1 li, .partners-logo-row1 li {
		margin: 0 15px;
	}
}

@media only screen and (max-width: 360px) {
	.customers-logo-row1 li, .partners-logo-row1 li {
		width: 250px;
		height: 140px;
        background-size: cover;

	}
}

@media only screen and (max-width: 460px) {
    .customers-lineup h2 {
        height: 120px;
        white-space: normal;
        text-align: center;
    }    
   
}

@media only screen and (max-width: 390px) {
	.customers-lineup h2 {
		height: 160px;
	}
}

@media only screen and (max-width: 380px) {
	.partners-lineup h2 {
		height: 120px;
		white-space: normal;
		text-align: center;
	}
}

@media only screen and (max-width: 360px) {
	.partners-lineup h2 {
		height: 160px;
	}
}


/*---CUSTOMERS---*/

.mta-logo {
  background-image: url(../img/mta1.jpg);
  background-size: cover;
}

.ttc-logo {
  background-image: url(../img/ttc.jpg);
  background-size: cover;
}

.everett-logo {
  background-image: url(../img/everett.jpg);
  background-size: cover;
}

.peterborough-logo {
  background-image: url(../img/peterborough_.jpg);
  background-size: cover;
}

.dcta-logo {
  background-image: url(../img/bctransit.jpg);
  background-size: cover;
}

.stemarie-logo {
  background-image: url(../img/stemarie.jpg);
  background-size: cover;
}

.diversified-logo {
  background-image: url(../img/diversified.jpg);
  background-size: cover;
}

.windsor-logo {
  background-image: url(../img/windsor.jpg);
  background-size: cover;
}

/*---PARTNERS---*/


.enghouse-logo {
  background-image: url(../img/enghouse.jpg);
  background-size: cover;
}

.microsoft-logo {
  background-image: url(../img/microsoft.jpg);
  background-size: cover;
}

.giro-logo {
  background-image: url(../img/giro.jpg);
  background-size: cover;
}

.google-logo {
  background-image: url(../img/google.jpg);
  background-size: cover;
}

.bombardier-logo {
  background-image: url(../img/bombardier.jpg);
  background-size: cover;
}

.schedmasters-logo {
  background-image: url(../img/schedmasters.jpg);
  background-size: cover;
}

.spx-logo {
  background-image: url(../img/spx.jpg);
  background-size: cover;
}

.sap-logo {
  background-image: url(../img/sap.jpg);
  background-size: cover;
}

/*-------PRODUCT PAGE---------*/

/*---PRODUCT-PANEL----*/

.product-content {
  width: 100%;
  height: 350px;
  background-image: url(../img/product_panel5a.jpg);
  background-size: cover;
  background-position: right;
  -webkit-display: inline-flex;
  -moz-display: inline-flex;
  -ms-display: inline-flex;
  -o-display: inline-flex;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -o-align-items: flex-end;
  align-items: flex-end;
}

.product-content-row {
  width: 100%;
  -webkit-display: inline-flex;
  -moz-display: inline-flex;
  -ms-display: inline-flex;
  -o-display: inline-flex;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -o-align-items: flex-end;
  align-items: flex-end;
}

.product-headtag {
  height: 150px;
  width: 100%;
  text-align: center;
  -webkit-display: inline-flex;
  -moz-display: inline-flex;
  -ms-display: inline-flex;
  -o-display: inline-flex;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}

.product-headtag h1 {
  height: 130px;
  width: 100%;
  color: white;
  font-size: 2em;
  font-family: "Open Sans",sans-serif;
  font-weight: 700;
  -webkit-display: inline-flex;
  -moz-display: inline-flex;
  -ms-display: inline-flex;
  -o-display: inline-flex;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -o-align-items: flex-end;
  align-items: flex-end;
}

.product-tag {
  height:50px;
  width: 100%;
  -webkit-display: inline-flex;
  -moz-display: inline-flex;
  -ms-display: inline-flex;
  -o-display: inline-flex;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}

.product-tag p {
  height:50px;
  width: 100%;
  color: white;
  text-align: center;
  font-size: 1em;
  font-family: "Open Sans",sans-serif;
  font-weight: 300;
  line-height: 150%;
  -webkit-display: inline-flex;
  -moz-display: inline-flex;
  -ms-display: inline-flex;
  -o-display: inline-flex;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
}

.see-product-button  {
  padding: 0;
  height: 100px;
  width: 100%;
  -webkit-display: inline-flex;
  -moz-display: inline-flex;
  -ms-display: inline-flex;
  -o-display: inline-flex;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}

.see-product-button a {
  padding: 0;
  width: 200px;
  height: 40px;
  background-color: #000;
  border: 1px solid #B5121B;
  color: #fff;
  box-shadow:inset 0 0 0 0 #B5121B;
  -webkit-transition: -webkit-box-shadow 300ms ease-in-out;
  -moz-transition: -moz-box-shadow 300ms ease-in-out;
  transition: box-shadow 300ms ease-in-out;
  font-size: 1em;
  text-decoration: none;
  font-family: "Open Sans",sans-serif;
  font-weight: 300;
  -webkit-display: inline-flex;
  -moz-display: inline-flex;
  -ms-display: inline-flex;
  -o-display: inline-flex;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
 }

.see-product-button a:hover {
  box-shadow:inset 280px 0 0 0 #B5121B;
  color: #fff;

}


/*---PRODUCT IMAGES----*/

.product-images {
  height: 100%;
  width: 100%;
  background-color: #fff;
  -webkit-display: inline-flex;
  -moz-display: inline-flex;
  -ms-display: inline-flex;
  -o-display: inline-flex;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
}

/* ----GRID---- */

.grid {
  margin:10px 0 0 10px;
  padding:0;
  height: 100%;
  width: 100%;
  background-color: #fff;
  -webkit-display: inline-flex;
  -moz-display: inline-flex;
  -ms-display: inline-flex;
  -o-display: inline-flex;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}

/*------ELEMENT ITEM---------*/

.element-item {
  margin: 0;
  padding: 0 10px 10px 0;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  width:33.33%;
  font-family: "Open Sans",sans-serif;
  font-weight: 400;
  color: white;
  font-size: 1.3em;
  text-align: center;
  -webkit-display: inline-flex;
  -moz-display: inline-flex;
  -ms-display: inline-flex;
  -o-display: inline-flex;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  box-sizing:border-box;



}

.element-item > * {
  margin: 0;
  padding: 0;
}

.element-item .name {
  position: relative;
  text-decoration: none;
  font-family: "Open Sans",sans-serif;
  font-weight: 700;
  color: #fff;
  font-size: .8em;
  text-align: center;
  text-transform: none;
}

.element-item a {
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  text-decoration: none;
  font-family: "Open Sans",sans-serif;
  font-weight: 300;
  font-size: 1em;
  text-align: center;
  /*line-height: 130%;*/
  text-transform: none;
  width: 100%; 
  -webkit-transition: display 250ms ease-in, color 250ms ease-in;
  -moz-transition: display 250ms ease-in, color 250ms ease-in;
  transition: display 250ms ease-in, color 250ms ease-in;
  -webkit-display: inline-flex;
  -moz-display: inline-flex;
  -ms-display: inline-flex;
  -o-display: inline-flex;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}


.element-item img {
  width: 100%;
}

/*.element-item .dark {
  display:none;
}*/

.element-item span {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  color: #fff; 
  text-align: center;
  line-height: 130%;
  font-size: 1em;
}

.element-item:hover span {
  display: block;
}

/*.element-item:hover .dark {
  display: block;
}

.element-item:hover .light {
  display: none;
}*/


.team-mask {
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    display:none;

}

a:hover .team-mask {
    display: block;
}

.team-boxes span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


@media only screen and (max-width: 800px) {
	.element-item {
		width:50%;
	}
	
	.element-item .team-mask {
		display: block !important;
	}
	
	.element-item span {
		display: block !important;
	}
}

@media only screen and (max-width: 480px) {
	.element-item {
		width:100%;
	}
}

/*.product-image1 a {
  background-image: url(../img/product_announce_424.png);
  background-size: contain;
  

}*/

/*.product-image1:hover {
  background-image: url(../img/product_announce_424a.png);
  background-size: cover;
  font-size: 1em;
  color: rgba(255,255,255,1);
  font-weight: 300;
}*/

/*.product-image2 a {
  background-image: url(../img/product_cadavl1_424.png);
  background-size: contain;
  

}*/

/*.product-image2:hover {
  background-image: url(../img/product_cadavl1_424a.png);
  background-size: cover;
  font-size: 1em;
  color: rgba(255,255,255,1);


}*/

/*.product-image3 a {
  background-image: url(../img/product_tobi1_424.png);
  background-size: contain;


}*/

/*.product-image3:hover {
  background-image: url(../img/product_tobi1_424a.png);
  background-size: cover;
  font-size: 1em;
  color: rgba(255,255,255,1);


}*/

/*.product-image4 a {
  background-image: url(../img/product_reports_424.png);
  background-size: contain;


}*/

/*.product-image4:hover {
  background-image: url(../img/product_reports_424a.png);
  background-size: cover;
  font-size: 1em;
  color: rgba(255,255,255,1);


}*/

/*.product-image5 a {
  background-image: url(../img/product_wifi_424.png);
  background-size: contain;


}*/

/*.product-image5:hover {
  background-image: url(../img/product_wifi_424a.png);
  background-size: cover;
  font-size: 1em;
  color: rgba(255,255,255,1);

 
}*/

/*.product-image6 a {
  background-image: url(../img/product_passcount_424.png);
  background-size: contain;

  
}*/

/*.product-image6:hover {
  background-image: url(../img/product_passcount_424a.png);
  background-size: cover;
  font-size: 1em;
  color: rgba(255,255,255,1);

 
}*/

/*---------CONTACT PAGE-----------*/

/*----CONTACT PANEL-----*/

.contact-content {
  width: 100%;
  height: 350px;
  background-image: url(../img/contact_panel3.png);
  background-size: cover;
  -webkit-display: inline-flex;
  -moz-display: inline-flex;
  -ms-display: inline-flex;
  -o-display: inline-flex;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
}

.contact-headtag {
  margin-top: 20px;
  width: 100%;
}

.contact-headtag h1 {
  height: 40px;
  width: 100%;
  color: #fff;
  font-size: 2em;
  font-family: "Open Sans",sans-serif;
  font-weight: 700;
  -webkit-display: inline-flex;
  -moz-display: inline-flex;
  -ms-display: inline-flex;
  -o-display: inline-flex;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}

.contact-option {
  width: 100%;
  height: 600px;
  background-image: url(../img/form_panel1.png);
  background-size: cover;
  font-family: "Open Sans",sans-serif;
  font-weight: 300;
  -webkit-display: inline-flex;
  -moz-display: inline-flex;
  -ms-display: inline-flex;
  -o-display: inline-flex;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
}

.contact-option-image {
  height: 500px;
  width: 100%;
  -webkit-display: inline-flex;
  -moz-display: inline-flex;
  -ms-display: inline-flex;
  -o-display: inline-flex;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}

.choose-option {
  height: 50px;
  width: 48%;
  -webkit-display: inline-flex;
  -moz-display: inline-flex;
  -ms-display: inline-flex;
  -o-display: inline-flex;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
}

.choose-panel {
  height: 100px;
  width: 100%;
  background-color: green;
  -webkit-display: inline-flex;
  -moz-display: inline-flex;
  -ms-display: inline-flex;
  -o-display: inline-flex;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -o-align-items: flex-end;
  align-items: flex-end;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
}

.choose-option p {
  height: 50px;
  width: 280px;
  background-color: #000;
  font-family: "Open Sans",sans-serif;
  font-weight: 300;
  color: #fff;
  box-shadow:inset 0 0 0 0 #B5121B;
  -webkit-transition: -webkit-box-shadow 200ms ease-in-out;
  -moz-transition: -moz-box-shadow 200ms ease-in-out;
  transition: box-shadow 200ms ease-in-out;
  -webkit-display: inline-flex;
  -moz-display: inline-flex;
  -ms-display: inline-flex;
  -o-display: inline-flex;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
} 

.choose-option p:hover {
  box-shadow:inset 280px 0 0 0 #B5121B;
  cursor: pointer;
}

.inquiry-option, .idea-option  {
  height: 520px;
  width: 100%;
  -webkit-display: inline-flex;
  -moz-display: inline-flex;
  -ms-display: inline-flex;
  -o-display: inline-flex;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
}

.inquiry-option p, .idea-option p {
  height: 120px;
  width: 52%;
  text-align: center;
  font-size: 1em;
  font-family: "Open Sans",sans-serif;
  font-weight: 300;
  line-height: 130%;
  color: #000;
  -webkit-display: inline-flex;
  -moz-display: inline-flex;
  -ms-display: inline-flex;
  -o-display: inline-flex;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}

form {
  width: 100%;
  height:400px;
 
  font-family: "Open Sans",sans-serif;
  font-weight: 300;
  font-size: 1.3em;
  -webkit-display: inline-flex;
  -moz-display: inline-flex;
  -ms-display: inline-flex;
  -o-display: inline-flex;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
}

form input, form textarea {
  padding: 5px;
  font-size: .9em;
  border: 1px solid #706f6f;
  color: gray;
  font-family: "Open Sans",sans-serif;
  font-weight: 300;
}

form input {
  width: 330px;
}

form textarea {
  width: 670px;
}

.field-row1, .field-row2 {
  height: 45px;
  width: 100%;
  -webkit-display: inline-flex;
  -moz-display: inline-flex;
  -ms-display: inline-flex;
  -o-display: inline-flex;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}

.send-message-button {
  padding: 0px;
  width: 160px;
  height: 35px;
  border-radius: 20px;
  border: 1px solid #bebdbd;
  visibility: visible;
  font-size: .9em;
  margin-top: 10px;
  background-color: gray;
  color: #fff;
  text-decoration: none;
  font-family: "Open Sans",sans-serif;
  font-weight: 300;
  text-align: center;
  -webkit-transition: border 0.3s; /* Safari */
  -moz-transition: border 0.3s;
  transition: border 0.3s;
  -webkit-transition: background-color 0.3s; /* Safari */
  -moz-transition: background-color 0.3s;
  transition: background-color 0.3s;
  -webkit-display: inline-block;
  -moz-display: inline-block;
  -ms-display: inline-block;
  -o-display: inline-block;
  display: -webkit-inline-block;
  display: inline-block;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}

.send-message-button:hover {
  border: 2px solid #B5121B;
  background-color: #000;
  color: #fff;
  font-weight: 400;
}

.send-message {
  height: 60px;
  width: 100%;
  font-family: "Open Sans",sans-serif;
  font-weight: 300;
  text-align: center;
  -webkit-display: inline-flex;
  -moz-display: inline-flex;
  -ms-display: inline-flex;
  -o-display: inline-flex;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}

/*--------DIRECTORY PAGE-----------*/

/*----DIRECTORY BAR----*/





.directory-bar {
  height:40px;
  width: 100%;
  background-color: #212121;
  text-decoration: none;
  font-family: "Open Sans",sans-serif;
  font-weight: 300;
  color: white;
  font-size: .8em;
  -webkit-display: inline-flex;
  -moz-display: inline-flex;
  -ms-display: inline-flex;
  -o-display: inline-flex;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;

}

.bar-items {
  width: 95%;
  height: 40px;
  background-color: transparent;
  -webkit-display: inline-flex;
  -moz-display: inline-flex;
  -ms-display: inline-flex;
  -o-display: inline-flex;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}


.social-media {
  height: 30px;
  width: 200px;
  -webkit-display: inline-flex;
  -moz-display: inline-flex;
  -ms-display: inline-flex;
  -o-display: inline-flex;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}

.social-media a {
  height: 30px;
  width: 30px;
  -webkit-display: inline-flex;
  -moz-display: inline-flex;
  -ms-display: inline-flex;
  -o-display: inline-flex;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
 
}


.social-media a {
  height: 30px;
  width: 30px;
  /*background-color: red;*/
 
}

.facebook {
  background-image: url(../img/facebook1.svg);
  background-size: cover;

}

.linkedin {
  background-image: url(../img/linkedin1.svg);
  background-size: cover;
}

.twitter {
  background-image: url(../img/twitter1.svg);
  background-size: cover;
}

.googleplus {
  background-image: url(../img/google1.svg);
  background-size: cover;
}

.facebook:hover {
  background-image: url(../img/facebook3.svg);
  background-size: cover;
  cursor: pointer;
}

.linkedin:hover {
  background-image: url(../img/linkedin3.svg);
  background-size: cover;
  cursor: pointer;
}

.twitter:hover {
  background-image: url(../img/twitter3.svg);
  background-size: cover;
  cursor: pointer;
}

.googleplus:hover {
  background-image: url(../img/google3.svg);
  background-size: cover;
  cursor: pointer;
}


/*-------DIRECTORY BODY--------*/
  

.directory-body {
  height:100%;
  width: 100%;
  /*background-color: blue;*/
  -webkit-display: inline-flex;
  -moz-display: inline-flex;
  -ms-display: inline-flex;
  -o-display: inline-flex;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}

.directory-content {
  background-color: #000;
  width: 100%;
  height: 100%;
  -webkit-display: inline-flex;
  -moz-display: inline-flex;
  -ms-display: inline-flex;
  -o-display: inline-flex;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}

.smilogo {
  /*background-color: red;*/
  height: 100px;
  width: 30%;
  -webkit-display: inline-flex;
  -moz-display: inline-flex;
  -ms-display: inline-flex;
  -o-display: inline-flex;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;

}

.smilogo-image {
  height: 100px;
  width: 320px;
  /*background-color: yellow;*/
  background-image: url(../img/smi_logo.png);
  background-size: cover;
  -webkit-display: inline-flex;
  -moz-display: inline-flex;
  -ms-display: inline-flex;
  -o-display: inline-flex;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}

.directory-list {
  /*background-color: gray;*/
  height: 130px;
  width: 70%;
  -webkit-display: inline-flex;
  -moz-display: inline-flex;
  -ms-display: inline-flex;
  -o-display: inline-flex;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;

}

.direct-about, .direct-product, .direct-news, .direct-career {
  height: 130px;
  width: 170px;
  font-family: "Open Sans",sans-serif;
  font-weight: 400;
  color: #fff;
  font-size: 1em;
  text-align: center;
  line-height: 150%;
  margin: 0 5px;
/*  padding: 15px 0;*/
  -webkit-display: inline-block;
  -moz-display: inline-block;
  -ms-display: inline-block;
  -o-display: inline-block;
  display: -webkit-inline-block;
  display: inline-block;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  -webkit-flex-direction: column;

}

.direct-about ul, .direct-product ul, .direct-news ul, .direct-career ul {
  /*background-color: red;*/
  height: 100px;
  width: 100%;
  -webkit-display: inline-block;
  -moz-display: inline-block;
  -ms-display: inline-block;
  -o-display: inline-block;
  display: -webkit-inline-block;
  display: inline-block;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;

}

.company, .mission, .team, .contactus, .passenger, .transit, .third, .news, .insights, .jobpost, .inquiry, .idea, .jobemail {
  text-decoration: none;
  font-family: "Open Sans",sans-serif;
  font-weight: 300;
  color: #fff;
  font-size: .8em;
  -webkit-display: inline-block;
  -moz-display: inline-block;
  -ms-display: inline-block;
  -o-display: inline-block;
  display: -webkit-inline-block;
  display: inline-block;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
  /*background-color: blue;*/
}

.direct-about h3, .direct-product h3, .direct-news h3, .direct-career h3 {
  height: 25px;
  width: 100%;
  font-size: .9em;
  font-weight: 400;
  color: #B5121B;
  -webkit-display: inline-block;
  -moz-display: inline-block;
  -ms-display: inline-block;
  -o-display: inline-block;
  display: -webkit-inline-block;
  display: inline-block;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  /*background-color: yellow;*/

}

.job_email {
  text-decoration: none;
  font-weight: 400;
  color: #B5121B;
}

@media only screen and (max-width: 1060px) {
	.smilogo {
		width: 100%;
	}
	
	.directory-list {
		width: 100%;
	}
}

@media only screen and (max-width: 750px) {
	.direct-about, .direct-product, .direct-news, .direct-career {
		margin: 0;
	}
	
	.direct-about, .direct-product, .direct-news {
		margin: 0;
		width: 150px;
	}
}

@media only screen and (max-width: 640px) {
	.directory, .directory-list, .direct-product {
		height: auto;
	}
	
	.direct-about, .direct-product, .direct-news, .direct-career {
		height: auto;
		width: 100%;
	}
	
	.direct-about ul, .direct-product ul, .direct-news ul, .direct-career ul {
		height: auto;
		margin-bottom: 20px;
	}
}