@charset "UTF-8";
/* CSS Document */



body {
	background-color:#2d2d2d;
	color:#999;
	font-size:18px;
}

.container {
	position:relative;

}

h1, h2, h3, h4 {
	font-family: 'Amatic SC', cursive;
	font-weight:bold;
	color:#ddd;
}

h1 {
	font-size:60px;
}

h2 {
	font-size:40px;
	
}

h3 {
	font-size:32px;	
}

h4 {
	font-size:24px;
}

#header {
	width:100%;
	background-image:url('../images/header-bg.jpg');
	background-repeat:repeat-x;
	background-position:top;
	min-height:453px;
}

#header-generic {
	width:100%;
	background-image:url('../images/header-bg.jpg');
	background-repeat:repeat-x;
	background-position:top;
	min-height:140px;
}

#myCarousel {
	margin-top:40px;
	margin-bottom:40px;
}

#carousel-mask {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
}

#logo {
	max-width:40%;
}

#logo-home {
	position:absolute;
	top:0px;
	left:0px;
	max-width:40%;
}

#mainmenu {
	font-family: 'Amatic SC', cursive;
	font-size:28px;
	
	position:absolute;
	top:70px;
	right:1%;
	min-width:200px;
	z-index:999;
}

.advantages {
	font-family: 'Amatic SC', cursive;
	font-weight:bold;
	color:#ddd;
	font-size:48px;
    text-align:center;
}

.advantages p {
	text-align:center;
}

.prezzo {
	font-family: 'Amatic SC', cursive;
	font-weight: bold;
	font-size: 28px;
}

.barrato {
	text-decoration: line-through;
}

#mainmenutop {
	font-family: 'Amatic SC', cursive;
	font-size:28px;
	
	position:absolute;
	top:60px;
	right:-20px;
	min-width:60px;
	z-index:999;
}

button.navbar-toggle {
	margin-right:30%;
	background-color:#000;
	border:#333;
}

#login {
	font-size:14px;
	
	position:absolute;
	top:1%;
	right:1%;
	width:150px;
}

#logintop {
	font-size:14px;
	
	position:absolute;
	top:1%;
	right:-20px;
	width:100px;
}

.navbar-default {
	background:none;
	border:none;
	box-shadow:none;
}

.navbar-collapse {
	min-width:200px;
	border:none;
	box-shadow:none;
	z-index:100;
}

.nav li {
	background-image:url('../images/menu-bg.png');
	background-size:contain;
	width:130px;
	height:60px;
	padding:4px 0px;
	text-align:center;
	color:#fff;
	margin:0px;
}

.navbar-default .navbar-nav > li > a {
	color:#ccc;
}

.navbar-default .navbar-nav > li > a:hover {
	color:#fff;
}

.navbar-default .navbar-nav > .active > a {
	background:none;
	box-shadow:none;
	color:#2e2e2e;
}

.navbar-default .navbar-nav > .active > a:hover {
	background:none;
}

.nav li.active {
	background-image:url('../images/menu-bg-active.png');
	color:#2e2e2e;
}

.nav li > ul {
	display:none;
	list-style-type:none;
	padding-left:0px;
	margin-left:0px;
}

.nav li:hover > ul {
	display:block;
}


.carousel-control.right, .carousel-control.left {
	background:none;
}

.t-shirt-decoration {
	margin-bottom:10px;
	margin-top:40px;
}

div.product {
	position:relative;
	height:100%;
}

#products-showcase {
	width:100%;
	background-image:url('../images/header-bg2.jpg');
	background-repeat:repeat-x;
	background-position-y:-400px;
	padding-top:20px;
	
}

img.product-photo {
	position:absolute;
	top:10%;
	left:6%;
	height:80%;
	text-align:center;
}

img.product-hover {
	position:absolute;
	top:0px;
	display:none;
}

div.product:hover > a > img.product-hover {
	display:block;
}

#product-details {
	width:100%;
	background-color:#222;
	padding:40px 0px;
}

.color-swatch {
	border:solid 1px #2d2d2d;
	width:32px;
	height:32px;
}

div.cover-photo {
	padding:60px 30px;
	background-image:url('../images/t-shirt-bg.jpg');
	background-size:cover;
	background-repeat:none;
	margin-bottom:40px;
}

img.cover-photo {
	width:100%;
}

img.thumb-photo {
	height:100%;	
}

.thumb {
	
	max-height:128px;
	overflow:hidden;
	background-color:#222;
	padding:0px;
	margin:0px 10px;
	
}

.thumb:hover > a > img.thumb-zoom {
	display:block;
}

img.thumb-zoom {
	position:absolute;
	top:40px;
	left:0px;
	width:100%;
	display:none;
	overflow:hidden;
}

#product-details .thumb {
	height:130px;
	margin-bottom:10px;
	text-align:center;
}

.form-control {
	padding:4px 8px;
}


/* TESTIMONIAL*/

#testimonial {
	background-color:#222;
	width:100%;
	padding-bottom:40px;
	padding-top:20px;
	margin-top:20px;
	
}

#testimonial img {
	background-size:130%;
	background-position:center;
}

img.galleria-testimonial {
	background-size:130%;
	background-position:center;
}

/* TESTIMONIAL*/

#footer {
	background-image:url('../images/footer-bg.jpg');
	background-repeat:repeat-x;
	background-position:bottom;
	min-height:453px;
	width:100%;
}

#footer p {
	text-align:center;
	color:#999;
	font-size:12px;
	
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#footer p.company {
	font-size:24px;
	font-weight:bold;
	font-family: 'Amatic SC', cursive;
}

#footer p.credits {
	font-size:12px;
}

a {
	color:#999;
}


a:hover, a:active {
	color:#fff;
}

.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline {
    color: #FF3333;
}

@media (max-width: 33.9em) {
	li.collection {
		height:180px;
	}
	
	li.collection > ul {
		display:block;
	}
	
	
}
