﻿@charset "UTF-8";
/* Sample CSS Document */
img.brandMark {
    display:none;
}

.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); 
    }
*/

#hero{
	background-image:url('/Images/joggers/joggers-banner-3.jpg');
	padding: 150px 0 75px;
}
#embroideredjoggers{
	background-image:url('/Images/joggers/embroidered-joggers.jpg');
}
#classicsweatpantsemb{
	background-image:url('/Images/joggers/classic-sweatpants-embroidered.jpg');
}
#relaxsweatpantsemb{
	background-image:url('/Images/joggers/relaxed-embroidered-sweatpants.jpg');
}
#classic{
	background-image:url('/Images/joggers/classic-banner-4.jpg');
}
#classicsweatpantsprint{
	background-image:url('/Images/joggers/classic-printed-sweatpants.jpg');
}
#relaxedsweatpantsprint{
	background-image:url('/Images/joggers/relaxed-printed-joggers.jpg');
}
#printedjoggers{
	background-image:url('/Images/joggers/printed-premium-banner.jpg');
}
#relaxed{
	background-image:url('/Images/joggers/relaxed-banner.jpg');
}

#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;
	/*position: -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;	
}
#main-content .icon{
	height:90px;
	background-image:url(/Images/joggers/joggers-sprite.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;
}

.joggers{
	background-position: center -210px;		
}
.classic{
	background-position: center -112px;		
}
.relaxed{
	background-position: center -12px;	
}

/* End Menu */


@media screen and (min-width:768px){
	.filterWrap {
		left:-25%;
		width:25%;	
	}
	.imgBg{
		padding:180px 0;	
	}
	
	#embroideredjoggers,
	#classicsweatpantsemb,
	#classicsweatpantsemb,
	#relaxsweatpantsemb,
	#printedjoggers,
	#classicsweatpantsprint,
	#relaxedsweatpantsprint
	{
		min-height:720px;
		}
	
	img.brandMark {
		width: 50px;
		height: auto;
		display: inline-block;
		margin: 0px 10px 0 0;
		position: relative;
		top: 5px;
	}
	#hero,
	#relaxed,
	#classic{
		padding: 100px 0;
		background-size:cover;
		background-position: center;
	}
	
}

@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;
	}	
	
}



