/*Global*/
body{
	margin:0;
}

/*Borders*/

.navbar .nav {
	float:none;
}
.navbar .navbar-inner {
  border-bottom: none;
}
.carousel {
  border: none;
  margin-bottom: 0px
}
.thumbnail-home {
  border: 1px solid #cccccc;
  padding:0;
  position: relative;
}
.thumbnail-home:hover {
  border-color: #999999;
}
/*Colored Text*/

.colored-heading , .sitemap-list .colored-heading a,
a.colored-heading:visited,
.colored-small, .action-color,
.colored-small a,
.thumbnail-home h1{
  color: ##23436c;
}
.colored-action a,
.colored-action-body, .template-list .colored-action-body a{
  text-transform: none;
  color: #5281A6;
}
.colored-action a:hover,
.colored-action-body,
.template-list .colored-action-body a:hover{
  color: #666666;
}

.carousel .item {
	-webkit-transition: .5s ease-in-out opacity;
	-moz-transition: .5s ease-in-out opacity;
	-o-transition: .5s ease-in-out opacity;
	transition: .5s ease-in-out opacity;
	left: 0 !important;
	
}  
.carousel .next.left, .prev.right {
    opacity: 1;
    z-index: 1;
  }
.carousel .active.left, .active.right {
    opacity: 0;
    z-index: 2;
}
.carousel-control {
	display:none;
}
.carousel:hover  .carousel-control{
	display: block;
}

/*Navbar*/

.navbar-inverse .brand {
  background: url("../images/logo-new.png") 25px 10px no-repeat;
  width: 210px;
  text-indent: -9999px;
  height:60px;
  margin-bottom:10px;
  padding:0;
  margin-left: -5px;
}
.brand-tagline  a{
	float: left;
	color: #26A9E0;
	font-weight: bold;
	font-size: 16px;
	margin-top: 70px;
}
.navbar {
  background-color: #ffffff;
  background-image: none;
  background-repeat: repeat-x;
}
.navbar .container {
  width: 940px;
  height: 34px;    
}
.navbar-inverse .navbar-inner {
  background-color: #ffffff;
  background-image: none;
  background-repeat: repeat-x;
  border: none;
}
.navbar-inner {
  min-height: 0px;
}
.nav-lower .navbar-inner {
	/*background: #73b2d2;*/
	background: #23436c ;
}
.caret {
  border-left: 5px solid #ffffff;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}
.dropdown .caret {
  margin: 0;
  position: absolute;
  top: 10px;
  right: 12px;
}/*
.nav-lower .nav li.dropdown > a:hover .caret{
	top: 14px;
	border-width: 6px 6px 0;
	border-color: #FFFFFF transparent transparent;
	border-style: solid;
}*/
.nav-lower .nav li.dropdown.open .caret,
.nav-lower .nav li.dropdown.open.active .caret,
.nav-lower .nav li.dropdown.open a:hover .caret {	
  border-left: 5px solid #ffffff;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-width: 6px 6px 0;
  border-color: #FFFFFF transparent transparent;
  top: 14px;  
}
.caret-nav1 {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-top: 4px solid #277CBF;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
}
.dropdown .caret-nav1 {
  margin-top: 8px;
  margin-left: 2px;
}
.nav-lower .nav .divider-vertical {
	height: 34px;
	margin: 0;
	width: 2px;
  	background: #99c9ec;
	background: -moz-linear-gradient(top,  #99c9ec 0%, #4395cf 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#99c9ec), color-stop(100%,#4395cf));
	background: -webkit-linear-gradient(top,  #99c9ec 0%,#4395cf 100%);
	background: -o-linear-gradient(top,  #99c9ec 0%,#4395cf 100%);
	background: -ms-linear-gradient(top,  #99c9ec 0%,#4395cf 100%);
	background: linear-gradient(to bottom,  #99c9ec 0%,#4395cf 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99c9ec', endColorstr='#4395cf',GradientType=0 );
	border: none;
}
.nav-lower .nav > li > a {
  /*color: #0e2e57;*/
  color: #fff;
  font-weight:normal;
  padding: 0 10px;
  line-height:44px;
  margin-top:1px;
  font-size:18px;
  text-shadow:none;
  margin-left:10px;
  margin-right:10px;
  text-transform: uppercase;
  font-family: 'PT Sans', serif;
}
.navbar .nav > li > a:hover {
  color: #666;  
}
.nav-lower  .nav > li.dropdown > a:hover {
	cursor: default;
}
.nav-lower .nav > li.nav-pricing {
	float:right;
}
.nav-lower .nav > li.nav-pricing a  {
    color: #fff;
    padding: 0px 10px 0px;
	margin-top:0px;
	margin-left:0;
	margin-right:10px;
    line-height:45px;
	display:inline-block;
	background: #948a54;

}
.navbar ul li a {
  color: #ffffff;
  text-decoration: none;
  font-family: 'PT Sans', serif;
}
.dropdown-menu {
	background: #23436c;
	border: none;
	color: #ffffff;
	padding:0;
	box-shadow: none;
	border-radius: 0;
}
.dropdown-menu a {  
  border: none;
  color: #ffffff;
}

.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus,
.dropdown-submenu:hover > a {	
	background: #F59C1B;
	color: #ffffff;
}
.dropdown-menu .active > a,
.dropdown-menu .active > a:hover {
  color: #F59C1B;
  background-color: #ececec;
  background-image: none;
  border-top: 1px solid #4395CF;
  border-bottom: 1px solid #4395CF;
  border-right: none;
}
.navbar .nav > li > .dropdown-menu:before {
  content: none;
  border: none;
}
.navbar .nav > li > .dropdown-menu:after {  
  border:none;
  content:none;
}

.navbar .nav-sign-in > li > a {
	font-weight:normal;
	color:#23436c;
	text-shadow:none;
	background: none;
	padding: 0 9px 0;
	line-height:35px;
	text-transform:uppercase;
	font-family: 'PT Sans',serif;
	margin-top:25px;
	font-size:16px;
}
.nav-upper ul.nav > li > a:hover {
	color:#277CBF;	
}
.nav-upper ul.nav > li.dropdown > a:hover {
	color:#277CBF;
	text-decoration: none;
}

.header-diagonal {
	height: 8px;
	width: 100%;
	background: url(../images/diagonal.gif) repeat-x 0 0 transparent;
}

.pull-right.nav-sign-in {
	margin:0 0 0 23px;
	padding: 0 5px;
}
.nav-sign-in > li {
	float:left;
}

.nav-lower .nav .nav-instant-quote a {
	
}

/*Homepage Carousel*/

.carousel-control {
  color: #ffffff;
  background: #F69D1B;
  border: 3px solid #ffffff;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px;
  opacity: 0.7;
  filter: alpha(opacity=100);
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5), 0 1px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5), 0 1px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5), 0 1px 0 rgba(0, 0, 0, 0.5);
}
.carousel-control:hover {
  color: #ffffff;
  text-decoration: none;
  background: #F69D1B;
  opacity: 1;
}
.carousel-caption {
  left: auto;
  right: auto;
  bottom: auto;
  top:0;
  position: absolute;
  font-family: 'Arial', sans-serif !important;
  
  color: #ffffff;
  padding:0;
}
.carousel-caption h2 {
	color:#ffffff;
	font-size:36px;
	line-height:1;
	font-weight:bold;
	text-shadow: none;
	text-transform: uppercase;	
}
.carousel-caption p {
	color:#ffffff;
	font-size:22px;
	text-shadow: 0 0 10px rgba(0,0,0,1)
}

/*Home Thumbnails*/
  
.thumbnail-home {
    background: none;
}

/*About*/

.about_hdr {
  font-size: 1.25em;
  background: #3F3F3F;
  border-bottom: 4px solid #777;
  color: #FFF;
  margin: 0;
  padding: 5px 7px;
  font-weight: bold;
}
.about_content {
  margin: 0;
  padding: 1px 7px;
  background: #EEE;
  }
.about_content img {
  vertical-align: top
}

/*Footer*/

.pre-footer {
  color: #666;
  font-size: 12px;
  border-top: 1px solid #cccccc;
}
.pre-footer h1 {
	color: ##23436c;
	font-size:22px;
	margin-bottom:10px;
}

.banner-home1 {
    background: url("../images/banner-home1.jpg") no-repeat;
    width:460px;
    height:105px;
    margin-top: 10px;
}
.banner-home2 {
    background: url("../images/banner-home2.jpg") no-repeat;
    width:460px;
    height:105px;
    margin-top: 10px;
}
.nav-header, .nav-header a, .sidebar-nav .nav-header .colored-heading {
	color: #23436c;
}
#headerContainer{
	margin-bottom:20px;
}
.nav-collapse .nav > li > .welcomeback {
	font-weight:normal;
	font-size:11px;
	margin-top:2px;
	color:#23436c;
	text-shadow:none;
	background:none;
}
.nav-collapse .nav > li > .welcomeback:hover{
	background:none;
	color:#23436c;
}
.accordion-bar-heading {
    background-color: #4395CF;
}

.template-list-holder .template_design-template {
    float:right;
    font-weight:bold;
    text-transform: uppercase;
    color: ##23436c;
    margin:10px 20px 0 0;
}
.template-list-holder a{
    color: ##23436c;
}
a.product-quick-view:hover .caption01, a.add-artwork-4across:hover .caption01, a.product-selection:hover .caption01, a.preview-2across:hover .caption01, a.add-artwork-template:hover .caption01 {
    text-indent: 0;
    text-align: center;
    opacity: .9;
    background-color: #4395CF;
    background-color: #5281A6;
    background-image: -moz-linear-gradient(top, #4395CF, #5281A6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#4395CF), to(#5281A6));
    background-image: -webkit-linear-gradient(top, #4395CF, #5281A6);
    background-image: -o-linear-gradient(top, #4395CF, #5281A6);
    background-image: linear-gradient(to bottom, #4395CF, #5281A6);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff4395CF', endColorstr='#ff5281A6', GradientType=0);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.3);
}
.thumbnail {
	background: url("../images/bg-thumbnail.jpg") no-repeat;
	background-size:cover;
}
.thumbnail:hover {
	background: url("../images/bg-thumbnail.jpg");
	background-size:cover;
}
.modal-product-left .image-disc, .modal-product-left .image-large .image-usb{
	background: url("/images/bg-thumbnail.jpg") no-repeat;
	background-size:cover;
}
.product-selection-box {
	background: url("../images/bg-assembler-product.jpg") no-repeat ;
	
}

.alert-promo {	
	background-color: #72BF44;
    border-color: #89D65B;
    color: #FFFFFF;
}
.carousel .item .bottom-bar {
	height: 44px;
	padding:0px;
	position: absolute;
	bottom:0;	
	color: #23436c;
	font-size:22px;
	width:100%;
}
.bottom-bar > div > img {
	display:inline-block;
	margin-top:-7px;
}
.bottom-bar > div > span {
	display:inline-block;
	margin-top:13px
}

.btn-primary {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #23436c;
  background-image: -moz-linear-gradient(top, #23436c, #23436c);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#23436c), to(#23436c));
  background-image: -webkit-linear-gradient(top, #23436c, #23436c);
  background-image: -o-linear-gradient(top, #23436c, #23436c);
  background-image: linear-gradient(to bottom, #23436c, #23436c);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff23436c', endColorstr='#ff23436c', GradientType=0);
  border-color: #23436c #23436c #23436c;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #23436c;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #ffffff;
  background-color: #23436c;  
}
.btn-primary:active,
.btn-primary.active {
  background-color: #23436c;
}
.more-btn{
	font-size:14px;
	font-weight: bold;
	border-radius: 0;	
	position: absolute;
	left:0;
	top:110px;
}
.thumbnail-home h4 {
	position: absolute;
	left:15px;
	top:60px;
	font-weight:bold; 
	font-size:17px;
	line-height:20px;
	margin:0;
}
.thumbnail-home div.header {
	height:48px;
	background: #a4cded;
	background: -moz-linear-gradient(top,  #a4cded 0%, #85b6de 49%, #6eadd8 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a4cded), color-stop(49%,#85b6de), color-stop(100%,#6eadd8));
	background: -webkit-linear-gradient(top,  #a4cded 0%,#85b6de 49%,#6eadd8 100%);
	background: -o-linear-gradient(top,  #a4cded 0%,#85b6de 49%,#6eadd8 100%);
	background: -ms-linear-gradient(top,  #a4cded 0%,#85b6de 49%,#6eadd8 100%);
	background: linear-gradient(to bottom,  #a4cded 0%,#85b6de 49%,#6eadd8 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a4cded', endColorstr='#6eadd8',GradientType=0 );	
}
.thumbnail-home div.header h2 {
	font-family: 'Noto Serif', serif;
	font-size:26px;
	line-height:48px;
	margin: 0 0 0 20px;
	font-weight:normal;
	color: #fff;
	text-shadow: 2px 1px 2px #3A5C77;
}

a.thumbnail {
	background: url(/images/bg-thumbnail.jpg) no-repeat 0 0 transparent;
}
a.thumbnail:hover {
	background: url(/images/bg-thumbnail.jpg) no-repeat 0 0 transparent;
}

.usb-free-ship-banner {
	margin-top:0px;
}
#psd_page-conteiner.pcf_container .psd_page-top .psd_page-bottom{
	background: #4395CF;
}
#psd_page-conteiner.pcf_container #psd_nav li.active span {
	background: none;
}
.home-thumbs{
	margin-top:20px;
}
.home-thumbs > a > div{
	height:150px;
	margin-bottom:20px;
	overflow: hidden;
}
.link-box{
	padding: 5px 0 0;
	color: #23436c;
	font-size:14px;
	line-height:20px;
}
.link-box a {
	color: #23436c;
	display: inline-block;
	width:45%;
}
.link-box a:hover{
	text-decoration: underline;
}

#psd_nav li{	
	background-color: #909195;	
}
#psd_nav li a {
	color:#000;
}
#psd_nav li a:hover {
	color:#ccc;
}
#psd_nav li span{
	color:#fff;	
}
#psd_nav li.active {
	background: #F59C1B;
}
#psd_nav li.previous {
	background-color: #23436c;
}
#psd_nav li.active span, #psd_nav li.active a{
	color:#fff;
}
#psd_nav li a span {
	color:#fff;
}
#psd_nav li a span:hover {
	color:#fff;
}
.large-heading h2.assembler-large-heading {
	font-family: 'Lato',sans-serif;
	color: #23436c;
	font-size:26px;
	float:none;
	margin-right:10px;
}
.assembler-heading-banner {
    border:none;
    margin: 0 0 10px 10px;
    padding-top: 0px;
	padding-bottom:5px;
	height:auto;
}

.site-message {
}
.site-message-home {
	margin-top: 20px;
}
.site-message-cart {
}
.site-message-contact {
}
.site-message-disc {
}
.site-message-pcf {
}
.site-message-usb {
}
.site-message-hat {
}
.site-message-bag {
}
.site-message-drinkware {
}
.site-message-shirt {
}
.carousel-dvd  .carousel-caption{
	right: 17%;
    top: 17.5%;
}
.carousel-usb .carousel-caption{
	top:22.5%;
	right:10%;
}
.carousel-hat .carousel-caption{
	top:10%;
	right:0;
	padding-right:5%;
}
.carousel-bag .carousel-caption{
	top:20.7%;
	left:0;
	padding-left:3%;
}
.carousel-shirt .carousel-caption{
	top:5.3%;
	left:0;
	padding-left:3%;
}
.carousel-drinkware .carousel-caption{
	top:5.8%;
	right:0;
	padding-right:3%;
}
.link-box .link-text{
	display: block;
}
.link-box  .links {
	margin-top:1em;
}
.home-thumbs .shirt-box {
	max-height:320px;
}
.home-thumbs .shirt-box {
	background-image:url(../images/big_box_left.jpg);
	height:320px;
}
.pink-text {
	color: #23436c;
}
.carousel-caption h2{
	color: #23436c;
}
.hero-unit-caption-utility {
	position:static;
}
.mobile-caption {
	display:none;
	padding:20px;
	text-align:center;
}
.mobile-caption .header{
	font-size:32px;
	color:#23436c;
}
.mobile-caption .pink-text {
	font-size:18px;
	margin-top:10px;
}
.mobile-caption > span {
	display:block;
	line-height:1.1;
}
.legacy-product-left {
	box-sizing:border-box;
	width:540px;
	margin-bottom:20px;
	text-align:center;
}
.legacy-product-right{
	box-sizing:border-box;
	width:380px;
	margin-bottom:20px;
	display:table;
	height:290px;
}
.legacy-product-right .legacy-product-right-wrapper {
	display: table-cell;
	vertical-align:middle;
}
.legacy-product-right h3 {
	
	font-size:18px;
	line-height:1;
	padding-bottom:10px;
	color: #23436c;
}
.product-category-heading h2 {
	color: #23436c;
}
.footer-col {
	display: inline-block;
	text-align:left;
	padding: 0 90px 0 10px;
	vertical-align:top;
	box-sizing:border-box;
	float:left;
}

.footer-col-left {
	float:left;
	width:60%;
}
.footer-col-right {
	float:right;
	width:39%;
}
.footer-col a{
	display: block;
	color: #fff;
	font-size:14px;
}
#footer .footer-col p{
	color: #fff;
	line-height:1.3;
	font-size:14px;
}
.footer-top{
	
	padding:20px 0px 0 0;
}
.footer-bottom {
	padding: 10px 10px 20px;
	box-sizing:border-box;
}
#footer {
	background-color: #948a54;
    border: none;
    color: #fff;
    margin-top: 20px;
    padding: 0;
    text-align: center;
	font-family: 'PT Sans', serif;
}
.hero-unit.hero-unit-contact {
	background:none;
	margin-bottom:0;
	font-family: 'PT Sans', serif;
}
.hero-unit-contact .image {
	max-width:64%;
	min-height:415px;
}
.hero-unit-contact .hero-unit-caption {
	width:37%;
	padding:0;
	max-height:none;
	top:60px;
}
.hero-unit-contact .hero-unit-caption p {
	font-size:16px;
	line-height:1.2;
}
.main-banner {
	background: url(../images/main-banner-dark4.jpg) no-repeat 0 center transparent;
	background-size:cover;
	height:550px;
	position: relative;
	max-width:1920px;
	margin:auto;
}
.main-banner > .container {
	position: relative;
	height:100%;
}
.main-banner .caption {
	position: absolute;
	right:20px;
	top:130px;
	color: #fff;
}
.main-banner .caption h1 {
	font-size:30px;
	margin-bottom:0;
	padding-bottom:0;
	line-height:1.1;
	text-shadow: 1px 1px 0 #000;
	font-family: 'Lato', sans-serif;
	font-weight:normal;
	margin-top:10px;
}
.main-banner .caption p{
	font-size:48px;
	line-height:1.1;
	text-shadow: 1px 1px 0 #000;
	font-family: 'Lato', sans-serif;
	font-weight:bold;
}
.main-banner .caption a {
	float: right;
    margin: 80px 80px 0 0;
}
.main-banner .text{
	text-align: center;
}
.main-banner .quote {
	margin-top:80px;
	margin-left:150px;
}
.thumbnails-home, .promo-thumbnails {
	text-align:center;
	margin-top:20px;
}
.thumbnails-home .image {
	
}
.thumbnails-home .image a{
}
.thumbnails-home .text, .promo-thumbnails .text{
	font-size:20px;
	padding:5px;
	display:table;
	margin:auto;
}
.thumbnails-home .text a, .promo-thumbnails .text a{
	color: #fff;
	
	display:table-cell;
	vertical-align:middle;
	height:40px;
	font-family: 'PT Sans', sans-serif;
}

.home-feature-thumbnail {
	padding:10px;
	box-sizing: border-box;
	border-radius: 15px;
}
.home-feature-thumbnail.bg-dark {
	background: #fff;
	box-shadow: 0 0 5px 1px #948a54;
}
.home-feature-thumbnail.bg-light{
	background:#fff;
	box-shadow: 0 0 5px 1px #948a54;
}
.home-feature-thumbnail.bg-light .text a {
    color: #23436c;
}
.home-feature-thumbnail.bg-dark .text a {
    color: #23436c;
}
.home-feature-thumbnail:hover, .promo-thumbnail:hover {
	background: url("../images/bg5.jpg") repeat;
}
.home-feature-thumbnail:hover .text a, .promo-thumbnail:hover .text a{
	/*color: #73b2d2;*/
	color: #fff;
}
.quality-guarantee strong {
	display:block;
	margin-bottom:5px;
}
.quality-guarantee img {
	float:left;
	margin: 0 10px 10px 0;
}
.quality-guarantee p{
	margin-bottom:20px;
}
.testimonial-tile {
	background: #faf6f5 none repeat scroll 0 0;
    border: 1px solid #ddd;
    box-sizing: border-box;
    color: #23436c;
    font-size: 16px;
    padding:20px;
	font-weight:bold;
    position: relative;
}
.testimonial-tile img {
	display:block;
}
.icon-shopping-cart {
	background:url(../images/cart-ico.png) no-repeat 0 0  transparent;
}
.home-title {
	font-weight:normal;
	line-height:1.3;
	font-size:36px;
	/*color: #73b2d2;*/
	color: #23436c;
	margin:0;
	font-family: 'PT Sans', sans-serif;
}
.home-title-subtext{
	color: #1F497D;
	font-size:18px;
	line-height:1.3;
	margin:10px 0;
}
.home-info-top {
	padding-top:30px;
	padding-bottom:30px;
	/*background-color: #0e4d6d ;*/
	/*background-color: #251630;*/
	background:url(../images/bg8-2.jpg) repeat;
}
.home-info-top hr {
	color: #1f497d;
	border-color: #1f497d;
	margin-top:10px;
	margin-bottom:10px;
}
.home-info-bottom {
	padding: 30px 10px 60px;
	background:url(../images/bg5.jpg) repeat;
	color: #1F497D;
}
.home-info-bottom .home-title {
	margin-bottom:40px;
	color: #948a54;
}

.home-info-bottom .home-info-list {
	list-style: none outside none;
	margin-left:0;
}
.home-info-bottom .home-info-list li{
	background:url(../images/check-gold.png) no-repeat left center transparent;
	padding-left:25px;
	line-height: 1.5;
	color: #fff;
	text-shadow: 1px 1px 1 #fff;
	font-size:22px;
	font-family: "PT Sans",sans-serif;
}
.made-in-usa {
	float: left;
    margin-top: -40px;
    text-align: center;
	width: 100%;
}
.home-info-globe {
	text-align:center;
	padding-top:50px;
}

.home-call-us {
	font-size:20px;
	font-weight:bold;
	margin-top:20px;
	display:block;
	margin-top:30px;
	color: #948a54 !important;
	font-family: 'PT Sans', sans-serif;
}
.footer-phone {
    font-size: 16px;
    font-weight: bold;
	display:block;
	margin-top:10px;
	color: #fff !important;
}
.product-category-banner {
	border:none;
	height: 48px;
    margin: 0 0 10px 20px;
}

.product-category-banner h2 {
	background-color: #fff;
    border: 1px solid #948a54;
    box-sizing: border-box;
    color: #948a54;
    font-family: "Lato",sans-serif;
    font-size: 30px;
    font-weight: normal;
    line-height: 38px;
    padding: 5px;
    text-align: center;
    width: 100%;
}
.product-category-heading h2 {
    text-rendering: auto;
}
.nav-header, .nav-list, .sidebar-nav {
	font-family: "Lato", serif;
	font-size:14px;
}
.product-page-quantity-box form {
	display: block;
}
.hero-unit {
	margin-bottom:30px;
}
.hero-unit .hero-unit-top{
	height:550px;
}
.hero-unit .hero-unit-top .container{
	height:100%;
}
.hero-unit .hero-unit-top h1{
	font-size:50px;
	line-height:1.2;
	font-family: "Lato",sans-serif;
	position: relative;
	
}
.hero-unit .hero-unit-bottom h2{
	font-size:28px;
	line-height:1.3;
	font-family: "PT Sans";
	margin-bottom:30px;
}
.hero-unit .hero-unit-bottom ul {
	
}
.hero-unit .hero-unit-bottom li {
	padding-left: 5px;
	font-size:20px;
	line-height:1.5;
	font-family: "PT Sans";
	color: #eee;
	text-shadow: 1px 1px 2px #666;
}
.hero-unit .hero-unit-bottom p {
	margin-top: 20px;
	font-size:20px;
	line-height:1.3;
	font-family: "PT Sans";
	color: #eee;
	text-shadow: 1px 1px 2px #666;
}
.hero-unit .hero-unit-bottom p:first-child {
	margin-top:0;
}
.btn.btn-action {
    border-radius: 20px;
    color: #fff;
    font-family: "Overlock SC",sans-serif;
    font-size: 27px;
    line-height: 1.2;
    padding: 15px 30px;
    text-shadow: none;
	background: #23436c;
}
.hero-unit-top .btn-action {
	display:inline-block;
}
.hero-unit-bottom .btn-action {
	position: absolute;
	bottom:0px;
}
.hero-unit-dvd .hero-unit-top{
	background:url(../images/dvd-main-bg4.jpg) no-repeat center center / cover;
}
.hero-unit-dvd .hero-unit-bottom {
	/*background: #9b9b52;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzliOWI1MiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmOTEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #9b9b52 0%, #ffff91 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9b9b52), color-stop(100%,#ffff91));
	background: -webkit-linear-gradient(top, #9b9b52 0%,#ffff91 100%);
	background: -o-linear-gradient(top, #9b9b52 0%,#ffff91 100%);
	background: -ms-linear-gradient(top, #9b9b52 0%,#ffff91 100%);
	background: linear-gradient(to bottom, #9b9b52 0%,#ffff91 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9b9b52', endColorstr='#ffff91',GradientType=0 );
	border-bottom:3px solid #9b9b52;*/
	background:url(../images/bg12-2.jpg) repeat;
	padding: 30px 0;
}
.hero-unit-dvd .hero-unit-top h1{
	color: #fded3d;
	text-shadow: 1px 1px 0 #000;
	text-align:center;
	max-width:49%;
	margin:70px 0 0 40px;
}
.hero-unit-dvd .hero-unit-bottom h2 {
    color: #fff;
    text-shadow: 1px 1px 0 #000;
}
.hero-unit-dvd .hero-unit-top .image {
	position: absolute;
	right:20px;
	bottom:0;
	max-width:49%;
}
.hero-unit-dvd .hero-unit-top .btn-action {
	margin-top:40px;
}
.hero-unit-dvd .hero-unit-bottom li {
	text-shadow:none;
	color: #000;
}

.hero-unit-cd .hero-unit-top{
	background:url(../images/cd-main-bg2.jpg) no-repeat center center / cover;
}
.hero-unit-cd .hero-unit-bottom {
	background:url(../images/bg11-2.jpg) repeat;
	padding: 30px 0;
}
.hero-unit-cd .hero-unit-top h1{
	color: #E0DD2F;
	text-shadow: 1px 1px 0 #000;
	text-align:center;
	max-width:400px;
	margin:70px 0 0 00px;
}
.hero-unit-cd .hero-unit-bottom h2 {
    color: #fff;
    text-shadow: 1px 1px 0 #000;
}
.hero-unit-cd .hero-unit-top .image {
	position: absolute;
	right:20px;
	bottom:0;
	max-width:67%;
}
.hero-unit-cd .hero-unit-top .btn-action {
	margin-top:40px;
}

.hero-unit-bluray .hero-unit-top{
	background:url(../images/bluray-main-bg2.jpg) no-repeat center center / cover;
}
.hero-unit-bluray .hero-unit-bottom {
	background:url(../images/bg16-2.jpg) repeat;
	padding: 30px 0;
}
.hero-unit-bluray .hero-unit-top h1{
	color: #0070C0;
	text-shadow: 1px 1px 0 #000;
	text-align:center;
	max-width:500px;
	margin:50px 0 0 00px;
}
.hero-unit-bluray .hero-unit-bottom h2 {
    color: #fff;
    text-shadow: 1px 1px 0 #000;
}
.hero-unit-bluray .hero-unit-top .image {
	position: absolute;
	right:0px;
	bottom:0;
	max-width:62%;
}
.hero-unit-bluray .hero-unit-top .btn-action {
	margin-top:40px;
}
.hero-unit-bluray .hero-unit-bottom p {
	text-shadow:none;
	color: #000;
}

.hero-unit-packaging .hero-unit-top{
	background:url(../images/packaging-main-bg2.jpg) no-repeat center center / cover;
}
.hero-unit-packaging .hero-unit-bottom {
	background:url(../images/bg15-2.jpg) repeat;
	padding: 30px 0;
}
.hero-unit-packaging .hero-unit-top h1{
	color: #fded3d;
	text-shadow: 1px 1px 0 #000;
	text-align:center;
	max-width:500px;
	margin:50px 0 0 00px;
	float: right;
}
.hero-unit-packaging .hero-unit-bottom h2 {
    color: #fff;
    text-shadow: 1px 1px 0 #000;
}
.hero-unit-packaging .hero-unit-top .btn-action {
	margin-top:40px;
}

.hero-unit-clients .hero-unit-top{
	background:url(../images/clients-main-bg2.jpg) no-repeat center center / cover;
}
.hero-unit-clients .hero-unit-bottom {
	background:url(../images/bg16-2.jpg) repeat;
	padding: 30px 0;
}
.hero-unit-clients .hero-unit-top h1{
	color: #E46C0A;
	text-shadow: 1px 1px 0 #000;
	text-align:right;
	max-width:510px;
	margin:50px 0 0 00px;
	float: right;
}
.hero-unit-clients .hero-unit-bottom h2 {
    color: #fff;
    text-shadow: 1px 1px 0 #000;
}
.hero-unit-clients .hero-unit-bottom li {
	text-shadow:none;
	color: #000;
}
.product-title {
	color: #23436c;
	font-size:26px;
	font-family: 'PT Sans', serif;
	font-weight:normal;
	line-height:1.3;
	margin: 0 0 20px 0;
}
.client-list {
	list-style: none outside none;
	text-align:center;
	margin-top:20px;
}


.hero-unit-authoring .hero-unit-top{
	background:url(../images/authoring-main-bg2.jpg) no-repeat center center / cover;
}
.hero-unit-authoring .hero-unit-bottom {
	background:url(../images/bg16-2.jpg) repeat;
	padding: 30px 0;
}
.hero-unit-authoring .hero-unit-top h1{
	color: #fff;
	text-shadow: 1px 1px 0 #000;
	text-align:center;
	max-width:720px;
	margin:240px 0 0 00px;
}
.hero-unit-authoring .hero-unit-bottom h2 {
    color: #fff;
    text-shadow: 1px 1px 0 #000;
}
.hero-unit-authoring .hero-unit-top .image {
	position: absolute;
	right:00px;
	bottom:0;
}
.hero-unit-authoring .hero-unit-top .btn-action {
	margin-top:40px;
}
.hero-unit-authoring .hero-unit-bottom p, .hero-unit-authoring .hero-unit-bottom li {
	text-shadow:none;
	color: #000;
}

.hero-unit-mastering .hero-unit-top{
	background:url(../images/mastering-main-bg2.jpg) no-repeat center center / cover;
}
.hero-unit-mastering .hero-unit-bottom {
	background:url(../images/bg17-2.jpg) repeat;
	padding: 30px 0;
}
.hero-unit-mastering .hero-unit-top h1{
	color: #fff;
	text-shadow: 1px 1px 0 #000;
	text-align:center;
	max-width:500px;
	margin:240px 0 0 00px;
}
.hero-unit-mastering .hero-unit-bottom h2 {
    color: #fff;
    text-shadow: 1px 1px 0 #000;
}
.hero-unit-mastering .hero-unit-top .image {
	position: absolute;
	right:00px;
	bottom:0;
}
.hero-unit-mastering .hero-unit-top .btn-action {
	margin-top:40px;
}

.mastering-table-wrapper {
	overflow:auto;
}
.mastering-table, .authoring-table, .avtransfer-table {
	width:100%;
	margin-top:20px;
}

.mastering-table th, .authoring-table th, .avtransfer-table th{
	width:25%;
}
.mastering-table th div, .authoring-table th div, .avtransfer-table th div {
	position: relative;
}
.mastering-table th img, .authoring-table th img, .avtransfer-table th img {
	width:60%;
	margin-bottom:5px;
}
.mastering-table tr td img, .authoring-table tr td img, .avtransfer-table tr td img {
	margin-top:5px;
	margin-bottom:5px;
}
.mastering-table td p.label, .mastering-table th p.label, .authoring-table td p.label, .authoring-table th p.label, .avtransfer-table td p.label, .avtransfer-table th p.label {
	margin: 0px 30px 0 0;
	text-align:right;
	font-size:15px;
	padding:0;
	color: #0661A4;
	font-weight:normal;
}
.mastering-table p.info, .authoring-table p.info, .avtransfer-table p.info {
	margin:8px 0;
	padding: 0 20px;
	line-height:14px;
	text-align:center;
	color: #444;
}
.mastering-table p.info .smaller, .authoring-table p.info .smaller, .avtransfer-table p.info .smaller {
	font-size:11px;
}
.mastering-table p.info2, .authoring-table p.info2, .avtransfer-table p.info2 {
	margin:5px 0;
	padding: 0 6% 0 18%;
	line-height:14px;
}
.mastering-table p.info2 img, .authoring-table p.info2 img, .avtransfer-table p.info2 img {
	margin-right:5px;
}
.mastering-table p.info strong, .authoring-table p.info strong, .avtransfer-table p.info strong {
	font-size:14px;
}
.btn.btn-action-small {
	padding:5px 15px;
	font-size:20px;
	border-radius:10px;
}
.hero-unit-about {
	padding-top:20px;
	margin-bottom:10px;
}
.hero-unit-about .hero-unit-top {
	height: auto;
	
	/*background:url(../images/bg16.jpg);*/
}
.hero-unit-about .hero-unit-top .container {
	background:url(../images/about2.jpg) no-repeat 20% center transparent;
}
.hero-unit-about .hero-unit-bottom {
	background: none;
	padding: 0;
	margin-top:20px;
}
.hero-unit-about .hero-unit-top h1{
	color: #23436c;
	text-align:center;
	max-width:500px;
	margin:90px 50px 90px 0;
	float: right;
}
.hero-unit-about .hero-unit-bottom h2 {
    color: #948a54;
    text-shadow: 1px 1px 0 #eee;
	margin-bottom:0;
}

.hero-unit-contact .hero-unit-caption strong {
	color: #23436c;
}
.home-info-promo {
}
.home-info-promo .container {
	position: relative;
	padding:40px 0;
}
.home-info-promo .promo-stack {
	position: absolute;
	bottom:0;
	right:-20px;
}
.home-info-promo .caption {
	font-size: 18px;
	
	font-family: "PT Sans",sans-serif;
	padding-left:60px;
}
.home-info-promo .home-title {
	color: #23436c;
}
.home-info-promo .caption .text {
	margin-top:30px;
	max-width:45%;
}
.home-info-promo .caption .btn {
	margin-left:100px;
	margin-top:40px;
}
.home-info-footer {
	background-color: #8DB4E3;
}
.home-info-footer .home-title {
	text-shadow: 1px 1px 0 #23436c;
	color: #fff;
	text-align:center;
	padding:15px 10px;
	font-size:28px;
}
.hero-unit-promo .hero-unit-top{
	background:url(../images/promo-main-bg2.jpg) no-repeat center center / cover;
	position: relative;
	overflow:hidden;
}
.hero-unit-promo .hero-unit-bottom {
	background:url(../images/bg15-2.jpg) repeat;
	padding: 30px 0;
}
.hero-unit-promo .hero-unit-top h1{
	color: #fff;
	text-align:center;
	max-width:500px;
	margin:50px 0 0 00px;
}
.hero-unit-promo .hero-unit-bottom h2 {
    color: #fff;
    text-shadow: 1px 1px 0 #000;
}
.hero-unit-promo .hero-unit-top .image {
	position: absolute;
	right:00px;
	bottom:0;
}
.hero-unit-promo .hero-unit-top .btn-action {
	margin-top:40px;
}
.hero-unit-promo .hero-unit-bottom p {
	text-shadow:none;
	color: #fff;
}
.hero-unit-promo .bottom-bar {
	background-color: #948a54 ;
	font-size:24px;
	line-height:2;
	font-family: 'PT Sans', sans-serif;
	position: absolute;
	bottom:100px;
	right:0;
}
.hero-unit-promo .bottom-bar a {
	padding-left:30px;
	color: #fff;
}
.hero-unit-promo .bottom-bar-inner {
	right:30px;
}
.hero-unit-promo .bottom-bar-outer {
	height:2em;
	width:50%;
}
.promo-thumbnail {
	box-shadow: 0 0 5px 1px #5d531d;
	border-radius: 15px;
	background:#fff;
	padding:10px;
}
.hero-unit.hero-unit-promo .promo-thumbnails li {
	padding:0;
}
.hero-unit-promo .home-info-bottom {
	background: url(../images/bg16-2.jpg);
}
.hero-unit-promo .home-info-bottom .home-info-list li {
    color: #23436c;
}
.hero-unit-promo .home-info-bottom .home-title {
    color: #fff;
    text-shadow: 1px 1px 0 #000;
	font-size:40px;
	margin-bottom:20px;
}
.hero-unit-promo .home-call-us {
	color: #fff;
	font-size:28px;
	font-weight:normal;
}
.promo-thumbnails .text a {
	color: #23436c;
	text-shadow:none;
	font-size:28px;
}
.disc-product-tile img {
	margin-left: auto;
	margin-right:auto;
}
.breadcrumbs {
	display:none;
}
.colored-heading, .sitemap-list .colored-heading a {
	color: #23436c;
}
@media (min-width: 980px) {
	.nav-lower .nav .nav-instant-quote {
		float:right;
	}
	.nav-lower .nav .nav-instant-quote a {
		margin:0;
		padding:0;
	}
	#headerContainer {
		margin-top:70px;
	}
	.hdrBg {
		margin-top:80px;
		margin-bottom:-60px;
	}
}
@media (max-width: 979px) {
	.header-diagonal {
		display:none;
	}
	.navbar-inverse .brand {
		background-image:url(../images/logo-mini-new.png);
		background-position: right center;
		height: 52px;
		margin: auto;
		width: 150px;
	}
	.navbar .container {
		height:auto;
	}
	.nav-upper {
		border-bottom: 3px solid #23436c;
	}
	.navbar-inverse .btn-navbar {
		background-color: #23436c;
	}
	.nav-upper .navbar-inner::before {
		color: #23436c;
	}
	.navbar .nav > li > a:hover {
	  color: inherit;  
	}
	.nav-lower .nav > li > a {
		line-height:1.5;
	}
	.nav-lower .nav > li.nav-pricing {
		float:none;
	}
	.nav-lower .nav > li.nav-pricing a {
		padding: 0px 15px;
		margin: 0 20px;
		color: #fff !important;
	}
	.nav-lower .nav > li.nav-pricing a:hover {
		color: #23436c !important;
	}
	.link-box .link-text {
		display:none;
	}
	.home-thumbs > a > div{
		height:111px;
		background-size:cover;
		background-position:center center;
		background-repeat:no-repeat;
	}
	.home-thumbs > a > div.shirt-box {
		height:242px;
	}
	.carousel:hover .carousel-control {
		display:none;
	}
	.hero-unit {
		background:none;
	}
	.legacy-product-left, .legacy-product-right {
		width:auto !important;
		float:none !important;
		height:auto;
	}
	.legacy-product-right, .legacy-product-right .legacy-product-right-wrapper {
		display: block;
	}
	.footer-col {
		padding: 0 50px 0 15px;
	}
	.thumbnails-home .span2 {
		width:128px;
	}
	.nav-lower .nav-collapse .nav > li > a {
		color: #23436c;
	}
	.home-info-promo .caption {
		padding-left:0;
	}
	.home-info-promo .promo-stack {
		width:400px;
	}
	.home-info-promo .caption .btn{
		margin-left:50px;
	}
	.hero-unit .hero-unit-top h1 {
		font-size:44px;
	}
	.hero-unit-dvd .hero-unit-top .image {
		right:0;
	}
	.hero-unit-dvd .hero-unit-top h1 {
		margin-left:0;
	}
	.hero-unit-about .hero-unit-top .container {
		background-position: 0 center;
	}
	
}
@media (max-width: 767px) {
	.main-banner {
		height:400px;
	}
	.main-banner .caption {
		top:auto;
		width:100%;
		padding: 0 10px;
		left:0;
		right:0;
		bottom:20px;
		box-sizing:border-box;
		text-align:center;
	}
	.main-banner .caption .text {
		text-align:center;
	}
	.main-banner .quote {
		margin-left:auto;
		margin-top:40px;
	}
	.home-thumbs > a {
		display: none;
	}
	.mobile-caption {
		display:block;
	}
	.home-thumbs .link-holder {
		display:none;
	}
	.link-box .link-header, .link-box .link-text {
		padding: 0 10px;
	}
	.link-box .link-text{
		display:block;
	}
	.link-box a {
		display:block;
		line-height:2;
		padding: 5px 10px;
		border-top:1px solid #23436c;
		width: 100%;
		background:url(/images/arrow-right.png) no-repeat 97% center #eee;
		box-sizing:border-box;
	}
	.link-box .links {
		border-bottom:1px solid #23436c;
	}
	#footer ul li {
		float:none;
		width:100%;
	}
	#footer .pull-right {
		float:none;
	}
	#footer .container {
		text-align:center;
	}
	.thumbnail, .thumbnail:hover {
		background:none;
	}
	.category-thumbnails .thumbnail {
		height:90px;
	}
	.category-thumbnails .thumbnail .sub-cat-image {
		position: absolute;
		height:80px;
		right:5px;
		top:5px;
	}
	.category-thumbnails .thumbnail .sub-cat-header {
		display: table;
		height: 100%;
		width:100%;
		box-sizing:border-box;
		padding:5px 0;
	}
	.category-thumbnails .thumbnail .sub-cat-header h4 {
		line-height:1.2;
		background:none;
		width:100%;
		box-sizing:border-box;
		padding:5px 120px 5px 10px;
		top:0;
		left:0;
		bottom:auto;
		text-align:left !important;
		font-size:18px !important;
		display:table-cell;
		vertical-align:middle;
		position:static;
	}
	.footer-col {
		float:none;
		display:inline-block;
	}
	.footer-col-left{
		float:none;
		display:block;
		width:100%;
	}
	.footer-col-right{
		float:none;
		display:block;
		width:100%;
		margin-top:10px;
	}
	.thumbnails.thumbnails-home li.span4, .thumbnails.promo-thumbnails li.span4 {
		margin-left:20px;
		width:45%;
	}
	ul.thumbnails.thumbnails-home, ul.thumbnails.promo-thumbnails{
		margin-left:-20px;
	}
	.quality-guarantee {
		padding: 0 5px;
	}
	.home-info-top {
		padding-left:10px;
		padding-right:10px;
	}
	.home-title {
		font-size:30px;
	}
	.home-info-bottom .home-info-list li {
		font-size:20px;
	}
	
	.home-info-promo .caption {
		padding-left:10px;
		padding-right:10px;
	}
	.home-info-promo .caption .btn{
		margin-left:0px;
	}
	.home-info-promo .promo-stack {
		max-width: 215px;
	}
	.home-info-promo .caption .text {
		max-width:none;;
	}
	.home-info-globe .btn br {
		display:none;
	}
	.home-info-bottom {
		padding-bottom:40px;
	}
	.btn.btn-action {
		font-size:24px;
		padding:10px 20px;
		border-radius: 12px;
	}
	.btn.btn-action-small {
		font-size:18px;
		font-size: 8px 15px;
		border-radius: 10px;
	}
	.hero-unit .hero-unit-top {
		height:400px;
	}
	.hero-unit .hero-unit-bottom {
		padding-left:10px;
		padding-right:10px;
	}
	.hero-unit-bottom .btn-action {
		position: static;
		margin-top:20px;
	}
	.hero-unit .hero-unit-top h1 {
		font-size:40px;
	}
	.hero-unit .hero-unit-bottom h2 {
		font-size:24px;
	}
	.hero-unit .hero-unit-bottom li {
		font-size:18px;
	}
	.product-category-banner {
		margin: 0 10px;
	}
	.product-category-banner h2 {
		font-size:26px;
	}
	.hero-unit-promo .bottom-bar {
		font-size:20px;
		bottom:70px;
	}
	.hero-unit-promo .bottom-bar a {
		padding-left:15px;
	}
	.hero-unit-about .hero-unit-top .container {
		background-position: 5% center;
	}
	.hero-unit-about .hero-unit-top h1 {
		margin-right:10px;
		margin-left:180px;
	}
	.hero-unit-top .btn-action {
		display:none;
	}
	.main-banner .caption a {
		margin-top:20px;
		margin-right:40px;
	}
}
@media (max-width: 560px) {
	.carousel-caption h2 {
		font-size:28px;
	}
	.hero-unit {
		padding-bottom:0 !important;
		margin-bottom:10px;
	}
	.hero-unit .image {
		padding-left:0;
		padding-right:0;
	}
	.hero-unit .btn {
		display:none;
	}
	#myCarousel .image img {
		margin-left: -15%;
		max-height: none;
		max-width: 130%;
	}
	#myCarousel .carousel-usb .image img {
		margin-left:-20%;
	}
	#myCarousel .carousel-hat .image img, #myCarousel .carousel-drinkware .image img, #myCarousel .carousel-shirt .image img {
		margin-left: 0;
	}
	.hero-unit-contact .image {
		min-height:0;
	}
	.home-title {
		font-size:26px;
	}
	.home-info-bottom .home-info-list li, .hero-unit .hero-unit-bottom p {
		font-size:18px;
	}
	
	.home-info-footer .home-title {
		font-size:20px;
	}
	.product-category-banner h2 {
		font-size:22px;
	}
	.hero-unit .hero-unit-top h1 {
		font-size:36px;
		max-width:none;
		margin-top:0px;
		padding-left:10px;
		padding-right:10px;
	}
	.hero-unit .hero-unit-top {
		height:auto;
		padding-bottom:20px;
	}
	.hero-unit .hero-unit-top .image {
		position: static;
		margin-top:20px;
		max-width:none;
		padding-left:20px;
		padding-right:20px;
	}
	.hero-unit .hero-unit-bottom {
		display:none;
	}
	.hero-unit-promo .hero-unit-bottom{
		display: block;
	}
	.hero-unit-promo .home-info-bottom {
		display:none;
	}
	.hero-unit-dvd .hero-unit-top, .hero-unit-cd .hero-unit-top, .hero-unit-bluray .hero-unit-top {
		background:none;
	}
	.hero-unit .hero-unit-top h1 {
		margin-top:100px;
	}
	.hero-unit-dvd .hero-unit-top h1, .hero-unit-cd .hero-unit-top h1, .hero-unit-bluray .hero-unit-top h1{
		margin-top:0;
	}
	.hero-unit-promo .bottom-bar {
		display: none;
	}
	.hero-unit .thumbnails .image {
		padding-bottom:0;
	}
	.promo-thumbnails .text {
		padding:0;
	}
	.promo-thumbnails .text a {
		font-size:22px;
	}
	.hero-unit-about .hero-unit-top .container {
		background-position: center 20px;
	}
	.hero-unit-about .hero-unit-top h1 {
		margin-right:10px;
		margin-left:10px;
		margin-top:350px;
		margin-bottom:0;
	}
}
@media (max-width: 480px) {
	/*#myCarousel .item .carousel-caption {
		width:100%;
		box-sizing:border-box;
		padding:10px;
	}*/
	.carousel-caption h2 .aux-text {
		display:none;
	}
	#myCarousel .carousel-caption {
		position: absolute;
	}
	.footer-col {
		display:block;
		width:100%;
		max-width:none;
		text-align:center;
		padding:0;
	}
	
	.main-banner .caption {
		max-width:none;
		width: 100%;
		right:auto;
		bottom:20px;
		top:auto;
	}
	.main-banner .caption p {
		font-size:38px;
	}
	.main-banner .caption h1 {
		font-size:26px;
	}
	.thumbnails.thumbnails-home li.span4, .thumbnails.promo-thumbnails li.span4 {
		margin-left:0;
		width:100%;
	}
	ul.thumbnails.thumbnails-home, ul.thumbnails.promo-thumbnails{
		margin-left:0;
	}
	.thumbnails.thumbnails-home li.span4 img, .thumbnails.promo-thumbnails li.span4 img{
		max-height: 140px;
	}
	.home-info-promo .container {
		padding-top:20px;
		padding-bottom:20px;
	}
	.home-info-promo .caption .btn{
		margin-left:0px;
		margin-bottom:40px;
		position: relative;
	}
	.home-info-promo .promo-stack {
		max-width: 230px;
	}
	.home-info-promo .caption .text {
		margin-top:10px;
	}
	.btn.btn-action {
		font-size:22px;
		padding:8px 15px;
		border-radius: 10px;
	}
	.btn.btn-action-small {
		font-size:16px;
		font-size: 5px 10px;
		border-radius: 8px;
	}
	.hero-unit .hero-unit-top h1 {
		font-size:30px;
	}
	.main-banner .caption a {
		margin: 20px 0 0;
		float:none;
	}
}