﻿@charset "UTF-8";
/* Sample CSS Document */
/*.mainContainer,
header{
	left:0;
	width:100%;	
}
.mainContainer{
	padding-top:0;	
	overflow-y: scroll; 
  -webkit-overflow-scrolling: touch;
}
.filterWrap{
	left:-50%;
	width:50%;	
}*/

img.brandMark {
    display:none;
}
.video-container { 
	position: relative; 	
	padding-bottom: 56.25%; 	
	padding-top: 30px; 
	height: 0; 
	overflow: hidden; 
	}
	
li.triple {
	padding-bottom:35px;
	}
	

.video-container iframe, .video-container object, .video-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.imgBg{
	background-repeat:no-repeat;
	background-position:center;
	display:inline-block;
	position:relative;
	text-align:center;
	padding:100px 0;
	color:white;
	z-index:0;
}

.imgBg:before{
	content:'';
	background-color:rgba(0,0,0,.40);
	position:absolute;
	top:0;bottom:0;left:0;right:0;
	width:100%;
	height:100%;
	z-index:1;
}

.imgBg hr{
	position:relative;
	z-index:1;	
	width:480px;
	max-width:90%;
	float:none;
	border-top:2px solid white;
	border-radius:2px;
	margin:16px auto;
}

.imgBg h1{
	font-size:64px;
	font-size:4rem;
	line-height:64px;
	line-height:4rem;
	position:relative;
	z-index:1;
	display:block;
	margin:16px auto 0;
}
.imgBg h2{
	position:relative;
	z-index:1;
	font-size:48px;	
	font-size:3rem;
	line-height:48px;
	line-height:3rem;
}
.bar h4{
	margin-top:16px;	
}
.imgBg p{
	font-size:24px;	
	font-size:1.5rem;
	line-height:36px;
	line-height:2.25rem;
	color:inherit;
	z-index:1;
	position:relative;
	text-align:inherit;
	margin:16px 0 32px;
}
.imgBg .ghost{
	position:relative;
	z-index:1;
	border:2px solid white;	
	color:inherit;
	float:none;
	padding:20px;
	text-align:inherit;
	display:block;
	margin:16px auto;
	width:480px;
	max-width:90%;
	line-height: 24px;
	line-height:1.5rem;
    font-size: 18px;
	font-size:1.125rem;
}
.full,
.half{
	width:100%;
	display:inline-block;
	background-size:auto 100%;
}

.half{
	background-size:cover;
}
/*
.clickable a {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        text-decoration: none; 
        z-index: 10; 
        background-color: #FFF; 
        opacity: 0; 
        filter: alpha(opacity=1); 
    }
*/

#finalTxt p{
	display:block;
	text-align:left;
	margin:auto;
}
#hero{
	background-image:url('/Images/hoodies/custom-hoodies-hood-lining-banner.jpg');
	padding: 150px 0 75px;
}
#applique{
	background-image:url('/Images/hoodies/custom-hoodie-applique-banner.jpg');
	background-size:cover;
}
#embroidery{
	background-image:url('/Images/hoodies/hoodie-embroidery-example-zip-hoody.jpg');
}
#pockets{
	background-image:url('/Images/hoodies/custom-hoodie-pocket-banner.jpg');
	background-size:cover;
}
#printed{
	background-image:url('/Images/hoodies/custom-hoodies-print-banner.jpg');
	min-height:720px;
}

#thirdP{
	background-image:url('/Images/Home/3rd-party-1440x180-min.jpg');
    min-height: 100px;
    background-size: 90% auto;
    padding: 0;
}
#thirdP:before{
	background-color:transparent;	
}

/* Menu */
#main-content .bar{
	margin-top:0;
	display:inline-block;
	width:100%;
	z-index:4;
	left:0;
	transition:all .5s ease-in-out;
	float:left;
	 /* osition: -webkit-sticky;
   	position: sticky;*/
	top:0;
}
#main-content .lilGray{
	background-color:rgba(239,239,239,.9);
}
#main-content .white{
	background-color:rgba(255,255,255,.9);
	border-bottom:3px solid #efefef;
}
#main-content .bar p{
	text-align:center;
		
}
#main-content .mobile-scroll{
	-webkit-overflow-scrolling:touch;
	overflow-x:auto;
	white-space:nowrap;	
	height: 150%;	
	margin-left:auto;
	margin-right:auto;
	display:block;
}
#main-content .listWrap{
	width: auto;
	padding-left: 5%;
	padding-right: 5%;
	display: inline-block;	
}
#main-content .pgNav{
	width:auto;
	display:inline-block;
	text-align:justify;	
	list-style:none;
	white-space:nowrap;
}
#main-content .pgNav li{
	margin-right:40px;	
	display:inline-block;
	vertical-align:top;
}
#main-content .pgNav li a{
	margin:10px 0 16px;	
	text-align:center;
}
.horizontalList a,
.ghost{
	transition:.25s opacity linear;	
}
.icon{
	height:90px;
	background-image:url(/Images/hoodies/hoodie-icon-sprites.png);
	background-repeat:no-repeat;
	background-size:100px auto;
	position:relative;
	min-width:100px;
}

#main-content .iconWrp span{	
	font-size:16px;
	font-size:1rem;
    letter-spacing:1px;
	display:inline-block;
	min-width:40px;
	text-align:center;
}

.pullover{
	background-position:center -15px;
}
.zip-hoody{
	background-position:center -113px;
}
.hoodie-dress{
	background-position: center -212px;
}
.baggy{
	background-position: center -414px;
}
.fitted{
	background-position: center -512px;
}
.usa{
	background-position: center -612px;
}
.sweatshirt{
	background-position: center -1008px;
}

/* End Menu */


@media screen and (min-width:768px){

	.filterWrap {
		left:-25%;
		width:25%;	
	}
	.imgBg{
		padding:180px 0;	
	}
	
	#snapback,
	#fitted,
	#panel,
	#embroidery,
	#campaigns,
	#trucker,
	#bucket{
		min-height:720px;
		}
	
	img.brandMark {
		width: 50px;
		height: auto;
		display: inline-block;
		margin: 0px 10px 0 0;
		position: relative;
		top: 5px;
	}
	#hero{
		padding: 100px 0;
		background-size:cover;
		background-position: center;
	}
	li.triple {
	max-width: 30%;
    display: inline-block;
    padding: 10px;
    vertical-align: top;
	}
	
	.video-container { 
    position: relative;
    padding-bottom: 43.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    width: 80%;
    margin: auto;
	}

	
}

@media screen and (min-width:1025px){
	.filterWrap{
		left:-15%;
		width:15%;	
	}
	.horizontalList a:hover,
	.ghost:hover{
		opacity:.5;	
	}
	.imgBG:hover{
	background-color:rgba(255,255,255,.20);
	color:#fff;
}
	
	.half{
		width:50%;
		float:left;	
		background-size:cover;
	}
	
	
}

@media screen and (min-width:1280px){
	#hero{
		min-height:636px;	
		padding:100px 0 0;
	}
	
	#thirdP{
		min-height:180px;
		max-width:1440px;
	}	
	
}



