.container {
    width: 90%;
	z-index:2;
}
nav.collapse.navigation.navbar-collapse.navbar-right {
    margin-top: 30px;
}
input.inputTrackNo {
    /*border-radius: 25px;*/
}
img.img-responsive {
    width: 100%;
    
}
.pagetitle h2, h3{
    font-weight: 900;
    color: #101e8e;
    font-size: 40px;
    margin-bottom: 25px;
    font-family: sans-serif;
}
.pagetitle p {
	font-size: 18px;
    color: #5d5d5d;
    line-height: initial;
}
.form-group {
    margin-bottom: 3%;
}
.width80 {
	width: 65%;
	margin-left: 15%;
}

.normal {
  color: #58595b;
  font-weight: normal;
  margin-bottom: auto;
}

.navbar-brand {
  float: none;
}

button.navbar-toggle {
    margin-top: 18px !important;
}

.modal-header h2 {
    color: #fff;
    font-size: 30px;
    text-align: center;
    font-weight: 600;
    font-family: avenir;
    text-transform: uppercase;
    margin-bottom: 0;
    margin-top: 3%;
}


/*from old primemovers website*/

.tracker {
	left: 15% !important;
	top: 20% !important;
}
.box {
	width: 30% !important;
	/*height: 40%;*/
	background-color: #fff;
	/*border-radius: 25px;*/
	/*position: fixed !important;*/
	padding: 2% !important;
}
.trackform input[type="text"] {
	width: 100%;
	padding: 3%;
	color: #000;
}
.trackform input[type="submit"] {
	background-color: #ac3e3e;
    width: 100%;
    padding: 4px; 
    /*border-radius: 25px;*/
}
.aboutp p {
	font-size: 13px;
    line-height: 25px;
    font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	color: #5d5d5d;
}
.service-title {
	/* border: 1px solid #000; */
    /* border-radius: 5% 5% 0 0; */
    padding: 1%;
    width: 25%;
    text-align: center;
}
/* The Modal (background) */
.modal_container {
	width: 100%;
	padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;

}

.modal_window {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;  /*Full width */
    height: 100%;  /*Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 80%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}
.modal-content2 {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 50%;
    /*border-radius: 25px;*/
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

/* The Close Button */
.close {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.modal-header {
    /*padding: 2px 16px;*/
    background-color: #101e8e;
    color: white;
    /*border-radius: 25px 25px 0px 0px;*/
    border:none;
}

.modal-body {
    background-color: #101e8e;
    /*border-radius: 0px 0px 25px 25px;*/
}
.modal-body p {
  font-size: 15px;
  font-family: sans-serif;
  color: #ddd;
}

.modal-footer {
    /*padding: 2px 16px;*/
    background-color: #101e8e;
    color: white;
}
p.icons {
    padding-left: 50px;
    padding-top: 25px;
    position: relative;
}
p span.icon {
    height: 25px;
    width: 25px;
    left: 35%;
    position: absolute;
    display: block;
}
p.icon-tel span.icon {
	background: url('./img/icons/phone.png') no-repeat; 
}
p.icon-fax span.icon {
	background: url('./img/icons/fax.png') no-repeat; 
}
.titleh3 h3{
	padding-bottom: 5%;
	padding-top: 10%;
}
.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(232, 98, 86, 0.8) url('./img/backtotop.png') no-repeat center 50%;
  background-size: cover;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: #e86256;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px;
  }
}

table td {
  font-size: small;
  text-align: center;
}