

.content_container{padding:0;}
.site-footer{margin-top:0;}



.about{
	margin:40px auto 40px auto;
	width:940px;
	overflow:hidden;
}
.about_typetees{float:left;width:65%;}
.about_threadless{
  float:left;
  width:29%;
  background:#eeeeee;
  padding:20px 3%;
}
.about_threadless ul {
   list-style: disc; 
   padding-left: 20px;
} 
.about_threadless ul li{
  line-height:18px;
  font-size:14px;
  margin-bottom:8px;
} 
.about_typetees ul li{padding:0;font-size:16px;margin-right:12px;} 
.about_typetees ul li a{font-size:16px;}
.about h1{
	font-family:inherit;
	font-weight:bold;
	margin-bottom:25px;
	font-size:48px;
	text-transform:none;
}
.about p{
	font-size:16px;
	line-height:22px;
	margin-bottom:16px;
}
.about_typetees p{	width:90%;}

.tipstricks{
	margin-top:40px;
}
.tiptricks ul li{
	font-size:18px;
	margin-bottom:14px;
	line-height:22px;
}
/* #Media Queries
================================================== */

/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {}





/* SLIDER STYLES */
	
.slider-wrapper{
	position:relative;
	overflow:visible;
	width:100%;
	background:#0099ff;
	height:560px;
}
.slider-container{
	position:relative;
	width:960px; 
	margin:0 auto;
}
.slider{
	position:relative;
	width:910px; 
	margin:0 auto;
	height:560px;
}
.about_threadless p img{
	width:80%;
	height:auto;
	display:block;
	margin-bottom:12px;
}
.slide{
	z-index:auto !important;
	display:none;
}

.slide h2{
	text-transform:none;
	font-family:inherit;
	color:#fff;
	font-weight:bold;
	display:block;
	font-size:68px;
	line-height:72px;
	width:520px;

}
.phone{
	position:absolute;
	left:0;
	top:20px;
	z-index:5 !important;
}
.download{
	position:absolute;
	left:397px;
	top:580px;
}

.social {
	
}
.social-container{
	position:absolute;	
	left:402px;
	top:500px;
	z-index: 15000;
}
.social ul{
	float:left;
}
.social li {
	padding: 0;
	margin: 0 0 0 16px;
	display: block;
	float: left;
}


.slide h2{z-index:3 !important;}
.slide img{z-index:7 !important;}



.fraction-slider{
	position:relative;
	width:100%; height:100%;
	overflow:visible;
}

.fraction-slider .slide{
	display:none; width:100%; height:100%;
	position:absolute;
	z-index:5000;
}

.fraction-slider .active-slide{
	z-index:9999;
}

.fraction-slider .fs_obj{
	display:block; display:none;
	position:absolute;
	top:0px; left:100%;
	z-index:7000;
}

.fraction-slider .fs_fixed_obj{
	z-index:6000;
	left:0;
}

.fraction-slider .fs_obj *{
	display:inline-block;
	position:relative;
	top:0px; left:0px;
}

.fs_loader{
	width:100%; height:400px;
}

/** CONTROLS **/

.fraction-slider .prev,
.fraction-slider .next{
	display:none;
	position:absolute;
	width:45px; height:45px;
	z-index:9999;
}


.fraction-slider:hover .prev,
.fraction-slider:hover .next{
	display:block;
}

/** PAGER **/

.fs-pager-wrapper{
	position:absolute;
	left:10px; bottom:10px;
	z-index:9999;	
}
