@charset "utf-8";
/*html { 
  background: url(../image_press/Africa-Skies-6-reduced.jpg) #FDAA01 no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}*/

hr
{
	width:35%;
	margin-top:30px;
	margin-bottom:30px;
	color:#FF0000;
}
.btn {
  background: #f00827;
  background-image: -webkit-linear-gradient(top, #f00827, #991313);
  background-image: -moz-linear-gradient(top, #f00827, #991313);
  background-image: -ms-linear-gradient(top, #f00827, #991313);
  background-image: -o-linear-gradient(top, #f00827, #991313);
  background-image: linear-gradient(to bottom, #f00827, #991313);
  -webkit-border-radius: 8;
  -moz-border-radius: 8;
  border-radius: 8px;
  -webkit-box-shadow: 0px 1px 3px #666666;
  -moz-box-shadow: 0px 1px 3px #666666;
  box-shadow: 0px 1px 3px #666666;
  font-family: Courier New;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
	margin-bottom:30px;
	
}

.btn:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}
.roll-in-left {
	-webkit-animation: roll-in-left 0.6s ease-out both;
	        animation: roll-in-left 0.6s ease-out both;
}

/* ----------------------------------------------
 * Generated by Animista on 2024-3-5 7:57:3
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation roll-in-left
 * ----------------------------------------
 */
@-webkit-keyframes roll-in-left {
  0% {
    -webkit-transform: translateX(-800px) rotate(-540deg);
            transform: translateX(-800px) rotate(-540deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0) rotate(0deg);
            transform: translateX(0) rotate(0deg);
    opacity: 1;
  }
}
@keyframes roll-in-left {
  0% {
    -webkit-transform: translateX(-800px) rotate(-540deg);
            transform: translateX(-800px) rotate(-540deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0) rotate(0deg);
            transform: translateX(0) rotate(0deg);
    opacity: 1;
  }
}




.contactUsBand
{
	background:url("../image_press/airplane-about-us-picture.jpg");
	padding-bottom:800px;
	padding-top:100px;
	 
}

.contactLeftColumn
{
	float:left;
	width:450px;
}
.contactRightColumn
{
	float:right;
	 
}

/* Style the video: 100% width and height to cover the entire window */
#myVideo {
 
  max-width: 100%;
  max-height: 100%;
	width:100%;
}

 

.homeMainPicture
{
	position:relative;
	height:507px;
	background:url("../image_press/background-homeMainPicture.jpg") center center;
}
.homeMainPicture .mainProducts
{
	position:absolute;
	right:0px;
}
.homeMainPicture ul.slogan 
{
	list-style-type:none;
	font-family: "Bebas Neue", sans-serif;
	position:absolute;
	left:60px;
	top:40px;
}
.homeMainPicture ul.slogan li
{
	color:#fff;
	font-size:5em;
	padding:0px;
	margin:0px;
	margin-bottom:-15px;
	 
}
.contactBand form
{
	margin-bottom:30px;	
}
.contactBand p{
	font-family: "Julius Sans One",sans-serif;
    font-size: 2.5em;
    padding: 0;
    text-align: center;
    text-transform: uppercase;	
	
}
.contactBand a {
	color:rgba(44,43,160,1.00);
		
}
.contactBand a:link{
	color:rgba(44,43,160,1.00);
}
.contactBand input
{
	width:100%;	
	height:50px;
	background-color:rgba(255,255,255,0.8);
	border:1px solid red;
	color: rgba(0,0,0,1.00);
 	font-family: "Bebas Neue", sans-serif;
	font-size:1em;
	margin-bottom:15px;
	padding-left:10px;
	text-transform:uppercase;
}
.contactBand textarea
{
	 
	width:100%;
	
	 font-family: "Bebas Neue", sans-serif;
	color: rgba(0,0,0,1.00);
	 
	display:block;
	padding-left:10px;
	 
	border:1px solid red;
	font-size:1em;
}
input[type=submit]{
	width:40%;	
	margin-top:20px;
	background-color:#FF0000;
	color:#fff;
}
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 0px;
    height: 0; 
	margin-bottom:50px;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	
}


a.designedby
{
	display:none;
}
body{
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #000;
	background:url("../image_press/background-body.jpg") repeat-x;
}
.headerWrapp
{
	width:100%;
	/*background-color:#FE0000;*/
	height:170px;	
}
header, section, footer, aside, article, figure {
	display: block;
}
header {
	background: transparent;
	/*max-width:1000px;*/
	margin:0 auto;
		height:170px;
	position:relative;
}
header ul.telephone
{
	position:absolute;
	top:0em;
	right:0;
	color:#D21716;
	font-size:1.5em;
	font-weight:bold;
	font-family: "Bebas Neue", sans-serif;
  
  font-style: normal;
	text-align:right;
	background:rgba(255,255,255,0.9);
	-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
 
padding:20px;
list-style:none;
}
header ul.telephone li a
{
	color:#ab3327;
}
.shadow
{
	background:url(../image_press/shadow.jpg) no-repeat;
	height:75px;
	width:960px;
	margin:0 auto;	
}
h1.titleH1
{
	text-align:center;		
}

.wrapperFooter
{
	width:100%;
	background-color:#ff0000;
	height:280px;
	margin-top:-295px;	
}
footer {
	 
	 padding-top:40px;
	padding-bottom:0px;
	 background-color:red;
	width:100%;
}
footer p
{
	padding:30px;
	padding-top:180px;
	color:#fff;
	text-align:right;
	font-size:12px;	
}
footer ul {list-style:none; margin-left:350px;}
footer p a, footer ul li a, footer ul li {color:#fff;}
footer ul li h4{color:#ffffff; font-size:2em; padding-bottom:0px; margin-bottom:0px;}

footer ul
{
	float:left;
}

.innerFooter h2
{
	color:#000;
	font-size:16px;
}
img.facebookIcon
{
	margin-right:10px;
}

a img { 
	border: none;
}

.sidebar1 {
	float: left;
	width: 230px;
	background-color: #CCCCCC;
	padding-bottom: 10px;
	padding-top:20px;
}
.content {
	padding: 10px 0;
	max-width: 970px;
	float: left;
	background:#fff;
}


.content ul, .content ol {
	padding: 0 15px 15px 40px; 
}
.container ul.ulHome, .container ol.ulHome{margin-left:80px;}

nav ul{
	list-style: none; 
	border-top: 1px solid #666; 
	margin-bottom: 15px; 
}
nav li {
	border-bottom: 1px solid #440800; 
	
}
nav a, nav a:visited { 
	padding: 10px 5px 10px 15px;
	display: block; 
	 
	 
	text-decoration: none;
	background-color: #BF1A01;
	color:#fff;
}
nav a:hover, nav a:active, nav a:focus { 
	background-color: #440800;
	color: #FFF;
}






ul, ol, dl { 
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6 {
	margin-top: 20px;	 
	padding-right: 15px;
	 padding-left: 15px; 
	color:#D21716;
	font-family: "Bebas Neue", sans-serif;
}
h2
{
	text-transform: uppercase;
}
article.contentInnerPages
{
	float:none;
	max-width:1140px;
	padding-left:30px;
	padding-right:30px;
}
article.contentInnerPages h1
{
	text-align:center;
	font-size:3em;
}
h3
{
	padding-left:0px;
	font-size:2.5em;
	padding-bottom:0px;
	margin-bottom:0px;
	color:#000;
}
.sidebar1 h3
{
	text-align:center;
}
h3 + p
{
	color:red;
	margin:0px;padding:0px;
	text-transform:uppercase;
	font-size:0.9em;
}
/* =p */
p{
	margin-top: 0;	 
	padding-right: 15px;
	 padding-left: 15px; 
	color:#000;	
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
h1
{
	font-size:2em;	
}
span.redText, p.redText
{
	color:rgba(172,24,26,1.00);	
	font-weight:bold;
}
a img { 
	border: none;
}
img.floatLeft{
	
	float:left;
	height:auto;
	margin-left:20px;
	margin-right:20px;
	margin-bottom:50px;
}
img.physicians{
	border:1px solid #B1181B;
	border-bottom:25px solid #B1181B;
	-webkit-box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    7px 7px 5px 0px rgba(50, 50, 50, 0.75);
box-shadow:         7px 7px 5px 0px rgba(50, 50, 50, 0.75);	
}

a:hover, a:active, a:focus { 
	text-decoration: none;
}


.container {
	max-width: 1200px;
	background: #fff;
	margin: 0 auto;
	margin-top:40px; 
	 
}




.fltrt {  
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
#featuredSheds
{
	background-color:#D4D4D4;
	text-align:center;
	margin-bottom:15px;
}
table.sheds td, tr
{
	padding:2px;
	margin:1px;
}
table.sheds ul
{
	list-style:none;
}
table.sheds ul li a
{
	font-size:12px;
}

table.sheds td.headerTable
{
	background-color:#4C5769;
	color:#fff;
}
table.sheds td.headerTableHome
{
	background-color:#EF0D10;
	color:#fff;
	text-align:center;
}
table.sheds td.headerTableHome a
{
	font-size:18px;
	color:#fff;
}
table.sheds td.headerTable h2
{
	text-align:center;	
	padding:0;margin:0;
}
table.sheds td.headerTable a
{
	color:#FFFFFF;
	text-decoration:none;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:0.8em;
	
}

span.price
{
	color:#F00;
	font-weight:bold;
}
table.prices
{
	width:100%;
}
ol
{
	margin-left:50px;
}
a#various3, a#pricesSizesCabins, a#gablesPrices
{
	font-weight:bold;
	font-size:15px;
	color:#4C5769;	
}
span.off
{
	color:red;	
}
span.messageInline
{
	font-size:44px;
	font-weight:bold;	
}
h1.h1Announcement
{
	color:red;
	font-family: 'Yellowtail', cursive;	
	font-size:44px;
	text-decoration:underline;
}
div.santa
{
	position:relative;
		
}
div.santa img
{
	position:absolute;
	top:-3000px;
	left:-230px;	
}

a.iframe
{
	font-size:20px;	
}

img {
	max-width: 100%;
	height: auto;
}
/****************
CLEAR THE FLOATS FIXING
*************************/
.clearfix:after{visibility:hidden; display:block; font-size:0;content:"";clear:both;height:0;}
.clearfix{display:inline-block;}
.clearfix{display:block;zoom:1;}
/************************************
the options columns 
****************************************/
.optionsServices{background-repeat:no-repeat; background-position:top center; margin-left:9px; margin-top:10px;}
.optionsServices .option{width:31%; height:282px; float:left;   text-align:left; margin-left:8px;background-repeat:no-repeat; background-position:0px 30px; margin-bottom:43px;}
.optionsServices .option p.pPrice{color:#3598DB; font-size:2.8em; font-weight:bold;padding-top:20px;}
.optionsServices .option p.pCategory{font-family: "Bebas Neue", sans-serif; font-size:2em;  padding-top:0px; color:#D21716; /*text-indent:-9000px;*/padding-left:0px;}
.optionsServices .option p.pContent{color:#000; font-size:1em; padding-top:150px;padding-left:0px;}

.option.battery
{
	background-image:url("../blog/blog-images/PIC- IGP The Benefits of Using a Battery-Operated Strapping Tool.jpg");
	 
	background-position:20px 120px;
	height:356px;
	padding-top:30px;
	padding-bottom:30px;
	padding-left:10px;
}



.option.strapping
{
	background-image:url( "../images/strapping-products/houston-strapping-products-metal.jpg");	
}
.option.paperProducts
{
	background-image:url( "../images/strapping-products/houston-packaging-paper-products.jpg");
}
.option.foamProducts
{
	background-image:url( "../images/strapping-products/houston-packaging-foam-products.jpg");	
}
.option.markingMaterials
{
	background-image:url( "../images/strapping-products/houston-packaging-marketing-materials.jpg");	
}
.option.film
{
	background-image:url( "../images/strapping-products/houston-film-products.jpg");	
}
.option.specialtyProducts
{
	background-image:url( "../images/strapping-products/houston-specialty-products-packaging.jpg");	
}
.option.adhesiveProducts
{
	background-image:url( "../images/strapping-products/houston-adhesive-products-packaging.jpg");	
}


.option.packingMaterials
{
	background-image:url( "../images/strapping-products/houston-packaging-materials-bubble-wrapp.jpg");	
}
.option.tools
{
	background-image:url( "../images/strapping-products/houston-packaging-materials-tools.jpg");	
}
.option.lashing
{
	background-image:url( "../images/strapping-products/houston-packaging-materials-lashing.jpg");	
}
.option.blog1
{
	background-image:url("../blog/blog-images/_0003_ThumbnailforBlog1.jpg");
	background-position:20px 120px;
	height:356px;
	padding-top:30px;
	padding-bottom:30px;
	padding-left:10px;
}
.option.stability
{
	background-image:url("../blog/blog-images/_0002_Stability With Polyester Cord Strapping In Transportation.jpg");
	background-position:20px 120px;
	height:356px;
	padding-top:30px;
	padding-bottom:30px;
	padding-left:10px;
}
.option.applications
{
	background-image:url("../blog/blog-images/_0001_Steel Banding Strength Application, and Safety of Steel Strapping.jpg");
	background-position:20px 120px;
	height:356px;
	padding-top:30px;
	padding-bottom:30px;
	padding-left:10px;
}

.option.comparison
{
	background-image:url("../blog/blog-images/_0003_Polypropylene Strapping Comparison for Packaging.jpg");
	background-position:20px 120px;
	height:356px;
	padding-top:30px;
	padding-bottom:30px;
	padding-left:10px;
}
.option.stretch
{
	background-image:url("../blog/blog-images/_0006_Common Lashing Mistakes to Prevent Cargo Damage.jpg");
	background-position:20px 120px;
	height:356px;
	padding-top:30px;
	padding-bottom:30px;
	padding-left:10px;
}
.option.mistakes
{
	background-image:url("../blog/blog-images/_0006_Common Lashing Mistakes to Prevent Cargo Damage.jpg");
	background-position:20px 120px;
	height:356px;
	padding-top:30px;
	padding-bottom:30px;
	padding-left:10px;
}
.option.versatile
{
	background-image:url("../blog/blog-images/_0000_The Versatility of Woven Cord Strapping.jpg");
	 
	background-position:20px 120px;
	height:356px;
	padding-top:30px;
	padding-bottom:30px;
	padding-left:10px;
}
.option.dunnage
{
	background-image:url("../blog/blog-images/_0007_Best Practices for Using Dunnage Bags.jpg");
	background-position:20px 120px;
	height:356px;
	padding-top:30px;
	padding-bottom:30px;
	padding-left:10px;
}
.option.dunnage2
{
	background-image:url("../blog/blog-images/PIC-IGP Benefits of Dunnage Bags In Shipping (BLOG).jpg");
	background-position:20px 120px;
	height:356px;
	padding-top:30px;
	padding-bottom:30px;
	padding-left:10px;
}
.option.asphaltic
{
	background-image:url("../blog/blog-images/asphaltic-paper.jpg");
	background-position:20px 120px;
	height:356px;
	padding-top:30px;
	padding-bottom:30px;
	padding-left:10px;
}
.option.steelorpoly
{
	background-image:url("../blog/blog-images/PIC-IGP Steel Strapping vs Poly Strapping.jpg");
	background-position:20px 120px;
	height:356px;
	padding-top:30px;
	padding-bottom:30px;
	padding-left:10px;
}
.option.biodegradable
{
	background-image:url("../blog/blog-images/PIC-IGP How To Choose A Biodegradable Stretch Film.jpg");
	background-position:20px 120px;
	height:356px;
	padding-top:30px;
	padding-bottom:30px;
	padding-left:10px;
}
.option.security
{
	background-image:url("../blog/blog-images/PIC- Product Security and Packaging Through the Supply Chain and Beyond (BLOG).jpg");
	background-position:20px 120px;
	height:356px;
	padding-top:30px;
	padding-bottom:30px;
	padding-left:10px;
}
.option.preventive
{
	background-image:url("../blog/blog-images/preventive-maintenance.jpg");
	background-position:20px 120px;
	height:356px;
	padding-top:30px;
	padding-bottom:30px;
	padding-left:10px;
}
.option.qr
{
	background-image:url("../blog/blog-images/PIC-IGP How To Increase Customers Using QR Codes On Packaging (BLOG).jpg");
	background-position:20px 120px;
	height:356px;
	padding-top:30px;
	padding-bottom:30px;
	padding-left:10px;
}


.option.qr:hover, .option.preventive:hover, .option.security:hover, .option.biodegradable:hover, .option.steelorpoly:hover, .option.asphaltic:hover, .option.battery:hover, .option.dunnage2:hover,
.option.blog1:hover, .option.blog2:hover, .option.blog3:hover, .option.blog4:hover, .option.versatile:hover, .option.dunnage:hover, .option.mistakes:hover, .option.stretch:hover, .option.comparison:hover, .option.applications:hover, .option.stability:hover
{
	background-color:#ECE08D;
	padding-top:30px;
	padding-bottom:30px;
}
.option.blog2
{
	background-image:url("../blog/blog-images/_0002_ThumbnailforBlog2.jpg");
	background-position:20px 120px;
	height:356px;
	padding-top:30px;
	padding-bottom:30px;padding-left:10px;
}


.option.blog3
{
	background-image:url("../blog/blog-images/_0000_ThumbnailforBlog 3.jpg");
		background-position:20px 120px;
	height:356px;
	padding-top:30px;
	padding-bottom:30px;
	padding-left:10px;
}


.option.blog4
{
	background-image:url("../blog/blog-images/_0001_ThumbnailforBlog4.jpg");
	background-position:20px 120px;
	height:356px;
	padding-top:30px;
	padding-bottom:30px;
	padding-left:10px;
}
.optionsServices .option p.pContentBlog{
	margin-top: 230px;
}


a.readMoreTable{
		color:#fff;
	background-color:#3598DB;
	
	
	text-decoration:none;
	display:block;
	padding:10px 10px;
	-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
text-align:center;

}
a.readMoreTable:hover
{
	background-color:#ff6d00;	
}
	