/* 
=====================================================================
*   Woo Media Queries
*   url: styleshout.com
*   05-02-2014
/* ================================================================== */

/* screenwidth less than or equal 1024px
--------------------------------------------------------------------- */
@media only screen and (max-width: 1424px) { 

	.no-space {clear:none;}
	.containerDiv .no-space .cell {width:auto; display: none;}
}

/* screenwidth less than or equal 1024px
--------------------------------------------------------------------- */
@media only screen and (max-width: 1280px) { 

	.bag-desc p { margin-top: 10px; margin: 0px 10px 5px 0;}
	#subs_bags .containerDiv .cell-img .c-img {
		float: left;
	}
	.containerDiv .cell-bag {
		width: 47%;
	}
	.row .five { width: 60% !important; }
	#contact .row .five { width: 75% !important; }
	.bg-box, .c-img {width: 30%;}
	#subs_fabrics .fabric .bag-desc{width:450px;}
	.bag-desc {width: 500px;}
}	

/* screenwidth less than or equal 1024px
--------------------------------------------------------------------- */
@media only screen and (max-width: 1024px) { 
	.bag-desc { width: 68%;}
	#subs_fabrics .fabric .bag-desc { width: 60%;}
	#mission .eight{height:auto;}
	#contact .box-contact { width: 260px; float :left; left: 0px; position: relative;}
	#nav-wrap { background: white;} 
   /* Hero Section
   ------------------------------------------------------------------ */
   .hero-text { /*width: 82%;*/ width: 100%; }
   .hero-text h1 { font: 38px/1.2em 'Gill Sans MT Condensed'; } 
	
	/* Testimonials Section
   ------------------------------------------------------------------- */
   #testimonials .text-container { width: 82%; }

   /* Call To Action Section
   ------------------------------------------------------------------- */
   #call-to-action h2 { font: 26px/36px 'Gill Sans MT Condensed'; }
   #call-to-action p { font-size: 16px; }
	.row .five { width: 65.66667% !important; }
	#contact .row .five { width: 95% !important; }
	
	
}

/* screenwidth less than or equal 900px
--------------------------------------------------------------------- */
@media only screen and (max-width: 900px) {
	.bag-desc, #subs_fabrics .fabric .bag-desc {
		width: 58%;
	}
	/*#subs_fabrics .fabric .bag-desc { width: 50%;}*/
	.img-panel {
		width: 40%;
	}
	/* General and Common Styles */
	.section-head h1 { font: 18px/30px 'Gill Sans MT Condensed'; }

   /* Header Styles
   ------------------------------------------------------------------ */
   header .header-social { font-size: 18px; }
   header .header-social li { margin-right: 15px; }

    /* Hero Section
   ------------------------------------------------------------------ */
   #hero { padding-top: 60px; }
   .hero-text { /*width: 88%;*/ width: 99%; min-height: 400px; }
   .hero-text h1 { font: 35px/1.2em  'Gill Sans MT Condensed'; }
   .hero-text p { font: 15px/30px  'Gill Sans MT Condensed'; } 
  
   /* nav-wrap */
   #nav-wrap { font: 10px 'Gill Sans MT Condensed'; }

   /* Features Section
   ------------------------------------------------------------------- */
   #features .feature { margin-bottom: 30px; }
   #features .right { padding-left: 18px; }
   #features .left { padding-right: 18px; }
   #features h3 { margin-bottom: 6px; } 

   /* Pricing Section
   ------------------------------------------------------------------- */
   .pricing-tables { 
      width: 82%; 
      margin: 0 auto;
   }

   /* Call To Action Section
   ------------------------------------------------------------------- */
   #call-to-action .header-col h1:before {
      font-size: 66px;
      line-height: 66px;
   }
   #call-to-action h2 { font: 25px/36px  'Gill Sans MT Condensed'; } 
   #call-to-action .action .button { font: 14px/24px  'Gill Sans MT Condensed'; } 
   #call-to-action p { font-size: 15px; }

   /* Testimonials Section
   ------------------------------------------------------------------- */
   #testimonials blockquote p { font-size: 24px; }  

   /* Subscribe Section
   ------------------------------------------------------------------- */
   #subscribe h1 { margin-bottom: 18px; }
   #mc_embed_signup input[type="submit"] { width: 46%; }
   #mc_embed_signup input[type="email"],
   #mc_embed_signup input[type="text"] { width: 46%; }

   /* Footer
   ------------------------------------------------------------------- */
   footer .right-cols .columns { width: 100% !important; }
   footer .right-cols .columns:last-child { 
      clear: left; 
      float: left;      
   }
	.containerDiv .cell {
		height: auto;
		width: 100%;
		padding: 5%;
		margin: 15px 0;
		float: none; 
	}
	.containerDiv .cell-img .c-img, #pricing_prod .containerDiv .cell-img .c-img{
		float: none; 
		width: 100%;
		margin: 15px 0;
		height: auto;
	}
	#subs_bags .containerDiv .cell-img .c-img {
		width: 100%;
		float: left;
		margin: 0;	
	}
	.containerDiv .cell-bag {
		width: 50%;
	}
	
	.fabric .fab {width:100%; min-height: initial; margin:20px auto;}

}

/* screenwidth less than 768px - mobile/smaller tablets
---------------------------------------------------------------------- */
@media only screen and (max-width: 768px) {
    
	#mc_embed_signup input[type="submit"]{
		height: 50px;
	}
	#hero {
		/*background: #23292f url(img/full-bg-image.jpg) no-repeat center 20px fixed;*/
	} 
	#hero h3{ font-size: 14px;} 
	/* General and Common Styles */
	.section-head { padding: 0 30px; }
	
	.industry {display: block;}
	#slider1_container {display: none;}
   /* mobile navigation
   -------------------------------------------------------------------- */
   #nav-wrap {
      font: 11px 'Gill Sans MT Condensed';
      background: transparent !important;
      letter-spacing: 1.5px;  
      color: #515968;
      
      position: absolute;
      top: 0;
      right: 0;
   }
   #nav-wrap > a {	   
		text-align: left;
		border: none;            
		color: #fff;
		font-size: 12px;
		height: 54px;
		line-height: 54px; 
		float: right;                           
		font: 0/0 a;
		text-shadow: none;
		color: transparent;
		position: relative;
		top: 5px;
		right: 10px;
   }
	#nav-wrap > a:before {
	   font-family: 'FontAwesome';
      content: "\f0c9";
      color: #333;
      margin: 0;
      font-size: 25px;
      line-height: 54px;
      text-align: left;      
      display: block; 
      float: right;     
	}

   /* hide menu panel */
   #nav-wrap ul#nav {
      padding: 10px 25px 20px 25px;
      background: #1D2025; 
      height: auto;
      display: none;
      clear: both;
      width: auto; 
            
      position: relative;
      top: 15px;
      right: 10px;           
   }
   
   /* display toggle buttons */
	.no-js #nav-wrap:not( :target ) > a:first-of-type,
	.no-js #nav-wrap:target > a:last-of-type  {
	   display: block;
	} 
   .js #nav-wrap a { display: block; }  

   /* display menu panels - no JS*/
   .no-js #nav-wrap:target > ul#nav  {
      display: block;           
   }

   ul#nav li {
      display: block;
      height: auto;      
      text-align: left;
      border-bottom: 1px solid #2D2E34;
      border-bottom-style: dotted; 
   }
  
   ul#nav li a {  
      display: block;   
      width: auto;  
      margin: 0;
      padding: 0;      
      margin: 12px 0; 
      line-height: 16px; /* reset line-height from 54px */
      border: none;
	  color: #fff;
   }  
	ul#nav li ul li a{ color: #000; margin: 0px; padding: 5px 10px;}
	.drop_menu ul , .drop_menu li:hover ul{
		position:relative;
		left:0;
		top:0;
		background:#FFF;
		padding:0px;
	}
	.drop_menu li:hover ul li a {
		padding:0px;
		display:block;
		width:270px;
		text-indent:0px;
	}
   /* hide social icons */
	.header-social, .menu-right { display: none; }
	.bg-box, #contact .bg-box  { width:100%;}
	#contact .box-contact{ position: initial; float:none;}
	
   /* Header Styles
   -------------------------------------------------------------------- */
   header .logo { margin-right: 36px; width:75%;}

   /* Hero Section
   -------------------------------------------------------------------- */
   #hero { padding-top: 48px; }
   .hero-text { width: 92%; }
   .hero-text h1 { font: 31px/1.2em 'Gill Sans MT Condensed'; }
   .hero-text p { font: 14px/24px 'Gill Sans MT Condensed'; } 

   /* Hero CTA Buttons */
   #hero .buttons { margin-bottom: 30px; }
   #hero .buttons .button {
      display: block;
      width: 70%;
      margin: 0 auto 18px auto;
      font: 13px/24px 'Gill Sans MT Condensed';
      letter-spacing: 1.5px;
   }

   /* Features Section
   --------------------------------------------------------------------- */   
   #features .feature {
      margin-top: 12px;
      margin-bottom: 60px;
   }
   #features .right {
      padding-left: 30px;
      float: none;
   }
   #features .left {
      padding-right: 30px;
      float: none;
   }
   #features h3 { text-align: center; }  


   /* Pricing Section
   ------------------------------------------------------------------- */
   .pricing-tables { width: 80%; }


   /* Call To Action Section
   ----------------------------------------------------------------- */
   #call-to-action { text-align: center; }
   #call-to-action h1 {
      font: 16px/24px 'Gill Sans MT Condensed';
      text-align: center;
      margin-bottom: 30px;
      text-shadow: 0px 1px 3px rgba(0, 0, 0, 1);
   }
   #call-to-action h1 span { display: block; }
   #call-to-action .header-col h1:before { content: none; }

   /* Screenshots
   ------------------------------------------------------------------- */
   #screenshots-wrapper {
      width: 80%;
      margin: 0 auto;
   } 
   #screenshots-wrapper .columns { margin-bottom: 36px; }


   /* Testimonials Section
   ------------------------------------------------------------------- */
   #testimonials .quote-left,      
   #testimonials .quote-right {    
      font-size: 30px;
      margin-top: -25px;
   }
   #testimonials .text-container { width: 80%; }
   #testimonials blockquote p { 
      font-size: 20px; 
      line-height: 30px;
   }   

   /* Subscribe Section
   ------------------------------------------------------------------- */
    #mc_embed_signup { width: 90%; }
    #mc_embed_signup input[type="submit"], 
    #mc_embed_signup input[type="email"], 
    #mc_embed_signup input[type="text"],
	#mc_embed_signup textarea   { 
      width: 100%;
      text-align: center; 
      margin-bottom: 30px;
   }
   
   /* footer
   ------------------------------------------------------------------------ */
   footer { text-align: center; }
   footer .info { padding-right: 30px; }
   footer .info p { margin-bottom: 18px; }
   footer h3:before { text-align: center; }
   footer .right-cols {       
      width: 90% !important;
      margin: 0 auto ;
      margin-bottom: 42px; 
      text-align: center;
   }
   footer .right-cols .columns {
      float: left;       
      padding: 0 30px;    
   }
   footer .right-cols .columns:last-child { 
      clear: both; 
      float: left;
   }   

   /* Go To Top Button */
   #go-top { margin-left: -22px; }
   #go-top a {
   	width: 54px;
   	height: 54px;
      font-size: 18px;
      line-height: 54px;
   }
   
    .popup { left: 0%!important;  }
	.popup .popup-body {width: 100% !important;margin-left: 0px !important;}
	header .info {display: none;}
	
	.row .five { width: 100%!important; }
	
	.box-contact1, .box-contact2 {
		float: none;
		width: 100%;
	}
	.box-contact1 p{
		float: none;
		padding-right: 0px;
		}
	.box-contact2 p{
		float: none;
		padding-left: 0px;
		}
	
}

/* screenwidth less than or equal 480px - mobile wide
  -------------------------------------------------------------------------- */
@media only screen and (max-width: 480px) {   

   /* mobile navigation
   -------------------------------------------------------------------- */
	#nav-wrap { width: 100%; }
	#nav-wrap ul#nav { 
		width: 100%;
		float: none;
		right: 0;             
	}
	.img-panel {
		float: none;
		width: 100%;
		text-align: center;
	}
	.img-panel img {
		float: none;
	}
	.bag-desc,#subs_fabrics .fabric .bag-desc {
		width: 100%;
	}
	 .logo img { width: 90%;}
   /* Hero Section
   -------------------------------------------------------------------- */
   #hero { padding-top: 42px; }
   .hero-text { width: 96%; }
   .hero-text h1 { font: 25px/1.2em 'Gill Sans MT Condensed'; }
   .hero-text p { font: 13px/24px 'Gill Sans MT Condensed'; } 

   /* Testimonials Section
   ------------------------------------------------------------------- */
   #testimonials .quote-left,      
   #testimonials .quote-right { font-size: 28px; }  
   #testimonials blockquote p { font-size: 20px; }

   /* Footer
   ------------------------------------------------------------------- */
   footer .right-cols .columns { padding: 0 10px; }        
   
    #slider1_container {display:none;}
    .popup { left: 0% !important;  }
	.popup .popup-body {width: 100% !important; margin-left: 0px !important;}
	header .info {display: none;}
}

/* screenwidth less than or equal 420px - mobile narrow
  -------------------------------------------------------------------------- */
@media only screen and (max-width: 420px) { 

    /* Hero Section
   -------------------------------------------------------------------- */
   .hero-text { width: 100%; }

   /* Pricing Section
   ------------------------------------------------------------------- */
   .pricing-tables { width: 92%; }

   /* Screenshots
   ------------------------------------------------------------------- */
   #screenshots-wrapper { width: 92%; }  

   /* Testimonials Section
   ------------------------------------------------------------------- */
   #testimonials .text-container { width: 85%; }
   #testimonials blockquote p { 
      font-size: 18px; 
      line-height: 27px;
   } 

	#slider1_container {display:none;}
	.popup { left: 0%!important;  }
	.popup .popup-body {width: 100% !important;margin-left: 0px !important;}
	
	ul#nav li a{margin:5px 0px; line-height: 10px; font-size: 110%;}
	ul#nav li ul li a {font-size: 110%;}
	
	#mission .bg-box {width: 100%}
	
	.director {float: none; margin:0px; }
	#director .left { float:none; text-align: center; padding: 10px;}
	.hero-text {margin: 10px auto;}
	#separator h1 { font: 150% 'Gill Sans MT Condensed';}
} 



@media only screen and (max-width: 1590px) { 
.hero-text h1
{
font: 40px 'Gill Sans MT Condensed';
letter-spacing: 8px;
line-height: 81px;
}
}
@media only screen and (max-width: 1330px) { 
.hero-text h1
{
font: 32px 'Gill Sans MT Condensed';
letter-spacing: 8px;
line-height: 74px;
}
}

@media only screen and (max-width: 1150px) { 
.hero-text h1
{
font: 31px 'Gill Sans MT Condensed';
letter-spacing: 7px;
line-height: 74px;
}
}
@media only screen and (max-width: 1070px) { 
.hero-text h1
{
font: 29px 'Gill Sans MT Condensed';
letter-spacing: 6px;
line-height: 72px;
}
}
@media only screen and (max-width: 970px) { 
.hero-text h1
{
font: 27px 'Gill Sans MT Condensed';
letter-spacing: 5px;
line-height: 71px;
}
}

/* make sure the menu is visible on larger screens
  -------------------------------------------------------------------------- */
/*
@media only screen and (min-width: 768px) {
   
   #nav-wrap ul#nav { display: block !important; }

}
*/






