/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Hanlding Updates
-----------------------------------------------------------------*/
/* Partners Start */
.owl-video-tn {
  -webkit-background-size: cover;
  background-size: cover;
}

.partner-profile * {color: #FFF;}

.partner-profile img {position: relative;}

.partner-profile .partner-description {
  position: absolute;
  top: 10px;
  right: 55%;
  bottom: 10px;
  left: 10px;
  padding: 10px 20px 10px 30px;
  background: rgb(0, 0, 0); /* fallback color */
  background: rgba(0, 0, 0, 0.7);
}

.partner-profile .partner-description p {
  font-weight: 300;
  font-size: 22px;
}

@media all and (max-width: 991px) {
  .partner-profile .partner-description {
    top: 65%;
    right: 10px;
    bottom: 10px;
    left: 10px;
  }
}

@media all and (max-width: 1200px) {
  .partner-description h1 {
    font-size: 28px;
  }
  .partner-description h4 {
    font-size: 14px;
  }
  .partner-description h4 {
    font-size: 18px;
  }
  .partner-profile .partner-description p {
    font-size: 18px;
  }
}

@media all and (min-width: 240px) and (max-width: 479px) {
  .partner-description h1 {
    font-size: 19px;
  }
  .partner-description h4 {
    font-size: 9px;
  }
  .partner-description h4 {
    font-size: 15px;
  }
  .partner-profile .partner-description p {
    font-size: 13px;
  }
}


/* Partners End */

/* Waybill */

/*#waybill-header {
  text-align: justify;

  !* IE special *!
  width: 100%;
  -ms-text-justify: distribute-all-lines;
  text-justify: distribute-all-lines;
}
#waybill-header:after{
  content: '';
  display: inline-block;
  width: 100%;
  height: 0;
  font-size:0;
  line-height:0;
}

.waybill-heading {
  display: inline-block;
  margin-top: 0.321em;

  !* ie 7*!
  *display: inline;
  *zoom: 1;
  *text-align: left;
}

.waybill-img-1 {
  display: inline-block;
  vertical-align: baseline;

  !* ie 7*!
  *display: inline;
  *zoom:1;
  *text-align: right;
}

.waybill-img-2 {
  display: inline-block;
  vertical-align: baseline;

  !* ie 7*!
  *display: inline;
  *zoom:1;
  *text-align: center;
}*/

/* Waybill End */

