/* Desktop Layout */




/* Tablet Layout: 768px. */

@media only screen and (min-width: 768px) and (max-width: 991px) {

.triangle {
  border-left: 267px solid transparent;
  border-right: 267px solid transparent;
  border-top: 95px solid #006795;
  height: 0;
  width: 0;
}
.triangle-2 {
   border-left: 267px solid transparent;
  border-right: 267px solid transparent;
  border-top: 95px solid #f4877e;
  height: 0;
  width: 0;
}
.triangle-3 {
   border-left: 267px solid transparent;
  border-right: 267px solid transparent;
  border-top: 95px solid #fdc54f;
  height: 0;
  width: 0;
}
.call-us-image{
	width:100%;
}
.car-image{
	width:100%;
}
.promo-2{
	width:100%;
}

/*About service */

.about-button {
  background: #3b7da2 none repeat scroll 0 0;
  border-radius: 0;
  color: #ffffff;
  font-family: "nexabold";
  margin: -12px 2px 2px;
  padding: 15px 104px;
  text-transform: uppercase;
}	
.about-images{
	width:100%;
}
.about-promo-1{
	width:100%;
}
.about-promo-2{
	width:100%;
}
.truck-img{
	width:100%;
}
.triangle-contact {
  border-left: 367px solid transparent;
  border-right: 367px solid transparent;
  border-top: 95px solid #006795;
  height: 0;
  width: 0;
}
#inputaddress::-moz-placeholder {
  color: #fff;
  font-family: 'Roboto-Light';
  font-style:italic;
  font-size:14px;
}

}

/* Mobile Layout: 320px. */

@media only screen and (max-width: 767px) {
.navbar-nav {
  background:#f4877e;
  margin: 7.5px -15px;
  position: absolute;
  width: 100%;
  z-index: 566;
}
.call-us-image{
	width:100%;
}
.car-image{
	width:100%;
}
.promo-1{
	width:100%;
}
.promo-2{
	width:100%;
}
#car-show {
  max-height: none;
}
.triangle {
	display:none;
}
.triangle-2 {
 display:none;
}
.triangle-3 {
  display:none;
}
#footer-top {
  background: #98d5e0 none repeat scroll 0 0;
  margin-top: 0;
}
/*About service */

.about-button {
  background: #3b7da2 none repeat scroll 0 0;
  border-radius: 0;
  color: #ffffff;
  font-family: "nexabold";
  margin: -12px 2px 2px;
  padding: 15px 104px;
  text-transform: uppercase;
  width:100%;
}	
.about-images{
	width:100%;
}
.about-promo-1{
	width:100%;
}
.about-promo-2{
	width:100%;
}
.truck-img{
	width:90%;
}
.roadside-promo-2{
	width:100%;
}
#inputname {
  margin-bottom: 15px;
}
#inputphone{
  margin-bottom: 15px;
}
#inputaddress::-moz-placeholder {
  color: #fff;
  font-family: 'Roboto-Light';
  font-style:italic;
  font-size:12px;
}
.triangle-contact {
	display:none;
}
.triangle-btn {
	display:none;
}
}

/* Wide Mobile Layout: */

@media only screen and (min-width: 480px) and (max-width: 767px) {
.navbar-nav {
  background:#f4877e;
  margin: 7.5px -15px;
  position: absolute;
  width: 100%;
  z-index: 566;
}
.call-us-image{
	width:100%;
}
.car-image{
	width:100%;
}
.triangle {
  border-left: 305px solid transparent;
  border-right: 305px solid transparent;
  border-top: 95px solid #006795;
  height: 0;
  width: 0;
}
.triangle-2 {
   border-left: 305px solid transparent;
  border-right: 305px solid transparent;
  border-top: 95px solid #f4877e;
  height: 0;
  width: 0;
}
.triangle-3 {
   border-left: 305px solid transparent;
  border-right: 305px solid transparent;
  border-top: 95px solid #fdc54f;
  height: 0;
  width: 0;
}
#footer-top {
  background: #98d5e0 none repeat scroll 0 0;
  margin-top: 130px;
}
.about-images{
	width:100%;
}
.truck-img{
	width:90%;
}
.roadside-promo-2{
	width:100%;
}
.triangle-contact {
  border-left: 311px solid transparent;
  border-right: 311px solid transparent;
  border-top: 95px solid #006795;
  height: 0;
  width: 0;
}
#inputname {
  margin-bottom: 15px;
}
#inputphone{
  margin-bottom: 15px;
}
}