@media only screen and (min-width: 1400px) and (max-width: 1499px) {
	.content {
		padding-left: 5em;
		padding-right: 4em;
		margin-top: -43%; 
	}
	.image-top {
		max-width: 42%;
	}
}
@media only screen and (min-width: 1500px) and (max-width: 1599px) {
	.content {
		padding-left: 5em;
		padding-right: 4em;
		margin-top: -35%;
	}
}
@media only screen and (min-width: 1600px) and (max-width: 1699px) {
	.content {
		padding-left: 5em;
		padding-right: 4em;
		margin-top: -23%;
	}
}
@media only screen and (min-width: 1700px) and (max-width: 1799px) {
	.content {
		padding-left: 5em;
		padding-right: 4em;
		margin-top: 20px;
	}
}
@media only screen and (min-width: 1800px) and (max-width: 1899px) {
	.content {
		padding-left: 5em;
		padding-right: 4em;
		margin-top: 20px;
	}
}
@media only screen and (min-width: 1010px) {
.content {
		max-width: 100% !important;

}

	}
}
.overlay{
  position: absolute;
  top: 0;
  left: 0;
  width: 80%;
  height: 100%;
  z-index: 10;
  background-color: rgba(0,0,0,0.0); /*dim the background*/
}
.fieldwidth {
	max-width: 30% !important;
	display: table-column-group !important;
}

.rateform {
	height:1042px !important;
	width: 250px !important;
}

/*Media Queries*/
/*Ipad css*/
@media only screen
and (min-width: 768px) and (max-width: 1024px) {

	#desktopview {
		display: none !important;
	}
	#mobileview {
		display: block !important;


	}

}

/* Ipad css*/
@media (min-width: 1100px) and (max-width: 1399px) {
    .images-top img {
        vertical-align: text-top;
        height: 110px !important;
    }
		.image-top {
			max-width: 43%;
		}
    .nav {
        width: 700px !important;
        margin-right: -30px !important;
    }
    .navbar-nav>li {
        font-size: 16px;
        padding-top: 5px !important;
    }
    .nav>li>a {
        padding: 8px 8px;
    }
    .full-trucking {
        width: 100% !important;
    }
    .full-warehouse {
        width: 100% !important;
    }
    .content {
        padding-left: 3em !important;
        margin-top: 20px !important;
    }
    h1 {
        font-size: 3em !important;
    }
		.image-top {
			max-width: 43%;
		}
}
@media (min-width: 1400px) and (max-width: 1499px) {
	.content {
			margin-top: 20px !important;
	}
	h1 {
			font-size: 5em !important;
	}
	.images-top img {
			vertical-align: text-top;
			height: 110px !important;
	}
	.image-top {
		max-width: 43%;
	}
}
@media (min-width: 1500px) and (max-width: 1599px) {
	.content {
			margin-top: 20px !important;
	}
	h1 {
			font-size: 5em !important;
	}
	.images-top img {
			vertical-align: text-top;
			height: 110px !important;
	}
	.image-top {
		max-width: 43%;
	}
}
@media (min-width: 1600px) and (max-width: 1699px) {
    .images-top img {
        vertical-align: text-top;
        height: 110px !important;
    }
		.image-top {
			max-width: 43%;
		}
  /*  .nav {
        width: 700px !important;
        margin-right: -30px !important;
    }
    .navbar-nav>li {
        font-size: 16px;
        padding-top: 5px !important;
    }
    .nav>li>a {
        padding: 8px 8px;
    }*/
    .full-trucking {
        width: 100% !important;
    }
    .full-warehouse {
        width: 100% !important;
    }
    .content {
        padding-left: 5em !important;
				margin: 0 !important;
        margin-top: 0px !important;
    }
    h1 {
        font-size: 5em !important;
    }
}
/*Media Queries */
.copyright {
	font-family: 'TFForeverRegular', sans-serif;
	float: left;
	font-size: 8px;
	color: #fff;
	padding-top: 10px;
}
@media only screen and (max-width: 700px) {
	.content {
		max-width: 100% !important;
	}
	h1 {
		font-size: 40px !important;
		text-align: center;
	}
	.overlay{
  position: absolute;
  top: 0;
  left: 0;
  width: 80%;
  height: 100%;
  z-index: 10;
  background-color: rgba(0,0,0,0.0); /*dim the background*/
}
	#desktopview {
		display: none !important;
	}
	#mobileview {
		display: block;

	}
}
@media only screen and (min-width: 1010px) {

	#mobileview {
		display: none !important;

	}
}
/* Preload img */
.btn {

}
body:after {
  content: url(../img/close.png) url(../img/loading.gif) url(../img/prev.png) url(../img/next.png);
  display: none;
}

body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  border-radius: 3px;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-container {
  padding: 4px;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../img/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../img/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../img/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../img/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
