/*
 * LogoSportswear.com
 * Responsive Stylesheet
 *
 * !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! IMPORTANT !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
 * !! This file contains the GLOBAL styles required to serve up a responsive  !!
 * !! version of LogoSportswear; NO page specific CSS should be in here!      !!
 * !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
 *
 */

body {
	box-sizing: border-box;
	font-family:  'Open Sans', Trebuchet MS, Trebuchet, sans-serif;
	font-size: 10pt;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	min-width: 1000px;
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

/* Utility CSS */
.fl { float: left; }
.fr { float: right; }
.fc { clear: both; }
.tl { text-align: left; }
.tc { text-align: center; }
.tr { text-align: right; }
.ib { display: inline-block; margin: 0px auto; }
.pad10 { padding: 10px; }

/* General */
.hide-desktop,
.hide-desktop-ib {
	display: none;
}

/* Container CSS */
#main-site-outer-container {
	text-align: center;
	width: 100%;
}

#main-site-container {
	box-sizing: border-box;
	margin: 0px auto;
	padding-bottom: 20px;
	padding-top: 20px;
	text-align: left;
	width: 1000px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.main-site-subcontainer {
	margin: 0px auto;
	width: 1000px;
}

/* Header CSS */
#site-top-banner {
	border-bottom: none !important;
}

/* Left & Right Navigation */
#logo-left-nav {
	float: left;
	width: 160px;
}

#logo-left-nav-seals {
	margin-top: 15px;
	text-align: center;
}

#logo-left-nav-services {
	margin-top: 5px;
}

#logo-left-nav-services a {
	color: #003399;
	display: block;
	font-size: 9pt;
	padding: 3px;
	padding-left: 5px;
	text-align: left;
	text-decoration: none;
}

#logo-right-nav {
	float: right;
	text-align: left;
	width: 160px;
}

#logo-right-nav-links {
	
}

#logo-right-nav-links a {
	border-left: 1px solid #d1d0d0;
	color: #003399;
	display: block;
	font-size: 9pt;
	padding: 3px;
	padding-left: 5px;
	text-align: left;
	text-decoration: none;
}

#logo-right-nav-links img {
	display: block;
}

/* OLD LEGACY STYLE */
.left_navbar { border-left: 1px solid #ccc; }

/* Page Content */
#logo-page-content.logo-navs-left-right-enabled {
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	width: 630px;
}

#logo-page-content.logo-navs-left-enabled,
#logo-page-content.logo-navs-right-enabled {
	float: left;
	width: 815px;
}

#logo-page-content.logo-navs-left-enabled {
	padding-left: 25px;
}

#logo-page-content.logo-navs-right-enabled {
	padding-right: 25px;
}

/* Page Themes */
.logo-theme-primary h1 {
	color: #666666;
	font-size: 14pt;
	font-weight: bold;
	margin: 0px;
	padding-bottom: 5px;
}

.logo-theme-primary h2 {
	margin: 0px;
}

/****************************
 * Recently Viewed Products *
 ****************************/

/* generic styling for ALS elements: outer container */
.als-container {
	position: relative;
	width: 100%;
	margin: 0px auto;
	z-index: 0;
}

/* viewport styling */
.als-viewport-wrapper {
	float:left;
	width:730px;
	#width: 700px;
	text-align:left;
	background: white;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	overflow: hidden;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, .15);
	-moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, .15);
	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, .15);
	z-index: 300;
} 

.als-styling-wrapper {
	margin: 10px auto;
    border-radius: 10px;
    padding: 10px 5px 10px 5px;
	width:1000px;
	position:relative;
	top:0px;
	left:0px;	
}
 
.als-viewport {
	position: relative;
	overflow: hidden;
}

.als-menu-item {
	font-size:11pt;
	padding-left:15px;
	background-color:#ffffff;
	border-left:1px solid #eaeaea;
	border-bottom:1px solid #eaeaea;
	border-right:1px solid #eaeaea;
	cursor:pointer;
	color:#6e6e6e;
	text-decoration:none;
	font-weight:bold;
	padding-bottom: 12px;
	padding-top: 12px;
	text-shadow: 0px 1px 1px #ffffff;
}

.als-menu-item-first {
	border:1px solid #eaeaea;
}

.als-menu-item-current {
	background-color:#9dd0ff;
	color:#061e38;
	text-decoration:none;
	font-weight:bold;
}

.als-menu-item-current a:link, .als-menu-item-current a:visited {
	color:#061e38;
	text-decoration:none;	
}


/*******************
 * curl effect
 *******************/
 
.als-menu-item-current {
	margin-left: -15px;
	#border-left: 15px solid #9dd0ff;
}
 
.als-menu-item-current div:before {
	content:" ";
	border-top: 15px solid #4e7aab;
	position: absolute;
	margin-top: 29px;
	margin-left: -14px;
} 
.als-menu-item-current div:before {
	border-left: 15px solid transparent;
	left: 0;
}


/***************************************************
 * wrapper styling
 **************************************************/

.als-wrapper {
	position: relative;
	/* if you are using a list with <ul> <li> */
	list-style: none;
	width:800px;
}

/*************************************
 * item: single list element
 ************************************/

.als-item {
	position: relative;
	display: block;
	text-align: center;
	cursor: pointer;
	float: left;
	width:140px;
	height:184px;
	border-right: 1px solid #eaeaea;
	padding-left: 2px;
	padding-right: 3px;
}

.als-item a {
	font-size:8pt;
	text-decoration:none;
	color:#000000;
	cursor: pointer;
}

.als-name {
	height: 30px;
	overflow: hidden;
	width: 100%;
	text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
}

.als-thumb-image {
	width:125px;
	border:0px solid black;	
}

/***********************************************
 * prev, next: buttons styling
 **********************************************/
.als-prev-next-container {
	float: left;
	position:relative;
}
 
.als-prev, .als-next {
	margin-top:170px;
	position: relative;
	cursor: pointer;
	z-index:1000;	
}

.als-prev {
	margin-left: -40px;
	margin-top: 150px;
	position:absolute;
}

.als-next {
	margin-left: 10px;
	margin-top: 150px;
	position: relative;
}

.als-footer-carousel {
	display:inline-block !important;
	width:1000px; 
	min-width:1000px !important;
	overflow:none !important;
	text-align:center;
}

.als-menu-container {
	position:absolute;
	top:0px;
	left:0px;
	width:180px;
	text-align:left;
	margin:15px 0px 10px 30px;
}

.als-thumb-image-container {
	margin-bottom: 10px;
	background-color:#ffffff;
}

.als-pagination {
	position:absolute;
	top:160px;
	left:30px;
	font-size:9pt;
	padding-left:15px;
	border-left:1px solid #eaeaea;
	border-bottom:1px solid #eaeaea;
	border-right:1px solid #eaeaea;
	color:#6e6e6e;
	text-decoration:none;
	font-weight:normal;
	padding-bottom: 12px;
	padding-top: 12px;
	margin-top:0px;
	margin-left:0px;
}

/* Responsive Handler */
#is-responsive {
	display: none;
}

div#responsive-header { 
	display: none;
}

/* Responsive Styles Go Here */
@media screen and (max-width: 640px) {
	body {
		min-width: 0px !important;
	}
	
	div.pad10m {
		padding: 10px;
	}

	#is-responsive {
		display: block;
	}

	#main-site-container {
		padding: 0px;
		width: 100% !important;
	}
	
	#logo-left-nav,
	#logo-right-nav {
		display: none;
	}
	
	#logo-page-content {
		float: none !important;
		padding: 0px !important;
		width: 100% !important;
	}
	
	#logo-page-content.logo-navs-left-right-enabled {
		box-sizing: border-box;
		width: 100%;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}
	
	#s15-button,
	#s15-widget {
		display: none;
	}
	
	/* Page Themes */
	.logo-theme-primary {
		font-family: 'Open Sans', Tahoma, Verdana, Helvetica, Arial, sans-serif;
		padding: 10px;
	}
	
	.logo-theme-primary img {
		width: 100%;
		height: auto !important;
	}
	
	.logo-theme-primary p {
		line-height: 140%;
	}
	
	/* DeBouncer */
	#exit-intent-screen, 
	#exit-intent-modal {
		display: none !important;
	}
	
	/* Utility Class Negation */
	.hide-desktop {
		display: block;
	}
	
	.hide-desktop-ib {
		display: inline-block;
	}
	
	.hide-mobile,
	.hide-mobile-inline {
		display: none;
	}
	
	/* Responsive Header */
	div#mobile-flash-sale-banner {
		font-size: 0pt;
		white-space: nowrap;
	}
	
	div#mobile-flash-sale-banner img {
		box-sizing: border-box;
		height: auto !important;
		max-width: 640px;
		width: 100% !important;
	}
	
	div#responsive-header {
		background: #163d57;
		box-sizing: border-box;
		display: block;
		padding: 10px;
		top: 0;
		width: 100%;
		z-index: 500004;
	}

	div#responsive-header div.responsive-menu-column {
		color: #41b4ff;
		cursor: pointer;
		display: inline-block;
		padding-top: 6px;
		text-align: center;
		vertical-align: middle;
		width: 15%;
	}
	
	div#responsive-header div.responsive-menu-column a {
		text-decoration: none;
	}
	
	div#responsive-header div.responsive-menu-column span.fa {
		color: #41b4ff;
		display: block;
		font-size: 18pt;
	}
	
	div#responsive-header div.responsive-menu-column span.label {
		display: block;
		font-size: 8pt;
		padding-top: 5px;
	}
	
	div#responsive-header div.responsive-menu-logo {
		left: 50%;
		margin-left: -28px;
		position: absolute;
		text-align: center;
	}
	
	div.responsive-menu {
		background: #fff;
		border-bottom: 1px solid #dddddd;
		display: none;
		font-family: 'Open Sans', sans-serif;
		padding: 10px;
	}
	
	div.responsive-menu a {
		font-family: 'Open Sans', sans-serif;
		text-decoration: none;
	}
	
	div#responsive-search {
		background: #f6f6f6;
		border-bottom: 1px solid #dddddd;
		display: none;
		font-family: 'Open Sans', sans-serif;
		padding: 10px;
	}
	
	div#responsive-menu-hours {
		background: #e8f3ff;
		border-bottom: 1px solid #cee0f4;
		color: #04346c;
		font-size: 9pt;
		padding: 5px;
		text-align: center;
	}
	
	div#responsive-menu div#responsive-menu-help {
		font-size: 12pt;
		font-weight: 700;
		margin-top: 10px;
		padding: 8px;
		padding-left: 0px;
		padding-right: 0px;
	}
	
	div#responsive-menu div#responsive-menu-products {
		font-size: 12pt;
		font-weight: 700;
		padding: 8px;
		padding-left: 0px;
		padding-right: 0px;
	}
	
	div#responsive-menu input {
		box-sizing: border-box;
		margin-bottom: 10px;
		padding: 3px;
		width: 100%;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}
	
	div#responsive-menu ul {
		list-style: none;
		list-style-type: none;
		margin: 0px;
		padding: 0px;
	}
	
	div#responsive-menu ul li {
		background: #f9f9f9;
		border-top: 1px solid #ddd;
		box-sizing: border-box;
		float: left;
		list-style: none;
		margin-left: 0px;
		padding: 8px;
		padding-top: 0px;
		padding-bottom: 0px;
		width: 50%;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}
	
	div#responsive-menu ul li a {
		color: #000;
		display: block;
		padding-top: 8px;
		padding-bottom: 8px;
	}
	
	div#responsive-menu ul li span.fa {
		padding-right: 8px;
		text-align: center;
		width: 14px;
	}
	
	div.responsive-search input,
	div#responsive-search input	{
		box-sizing: border-box;
		margin-bottom: 10px;
		padding: 3px;
		width: 100%;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}
	
	div#responsive-menu input.placeholder-value,
	div#responsive-search input.placeholder-value {
		color: #a1a1a1;
		font-style: italic;
	}
	
	div#responsive-search input {
		margin-bottom: 0px;
	}
	
	div#sas-button {
		display: none;
	}
	
	/* Voucher System */
	#voucher-system-include {
		background: #035d98;
		box-sizing: border-box;
		display: none;
		padding: 10px;
		width: 100%;
	}
	
	#voucher-system-bubble {
		background: #fff;
		border: none;
		border-radius: 5px;
		box-shadow: 0px 0px 5px rgba(0, 0, 0, .5);
		margin-bottom: 8px;
		padding: 10px;
	}
	
	#voucher-system-headline {
		font-family: 'Open Sans', sans-serif;
		font-size: 11pt;
		font-weight: 700;
		margin-top: 5px;
		margin-bottom: 10px;
		text-align: center;
	}
	
	#voucher-system-proposition {
		font-family: 'Open Sans', sans-serif;
		font-size: 9pt;
		line-height: 150%;
		text-align: center;
	}
	
	#voucher-system-button {
		background: #9dce2e;
		border: none;
		border-radius: 4px;
		box-sizing: border-box;
		color: #fff;
		display: block;
		font-family: 'Open Sans', sans-serif;
		font-size: 10pt;
		font-weight: 600;
		margin-top: 15px;
		padding: 5px;
		padding-top: 10px;
		padding-bottom: 10px;
		text-align: center;
		text-decoration: none;
		text-transform: uppercase;
	}
	
	#voucher-system-close {
		text-align: center;
	}
	
	#voucher-system-close a {
		color: #fff;
		font-family: 'Open Sans', sans-serif;
		font-size: 9pt;
		margin-right: 10px;
		text-decoration: none;
	}
	
	#voucher-system-pulldown {
		background: #035d98;
		box-sizing: border-box;
		color: #fff;
		font-family: 'Open Sans', sans-serif;
		font-size: 9pt;
		font-weight: 600;
		padding: 10px;
		text-align: center;
		text-decoration: none;
		text-transform: uppercase;
		width: 100%;
	}
	
	#voucher-system-pulldown em {
		font-style: normal;
	}
	
	#voucher-system-pulldown-inside {
		color: #fff;
	}
}

@media screen and (min-width: 641px) {
	.hide-desktop {
		display: none;
	}

	.hide-mobile {
		display: block;
	}
	
	.hide-mobile-inline {
		display: inline;
	}
	
	#site-top-banner {
		min-width: 1000px !important;
	}
}