/* Centro le immagini di fotorama */
.fotorama__wrap {
	margin-left: auto;
	margin-right: auto;
}

/* Navbar a due livelli 
@media (min-width: 768px) { 
    .twoRow .navbar-collapse {
        clear: left;
    }
}*/

/* Aggiungo margine a ultima sezione */
body > .container {
	padding-bottom: 20px;
}

.last-section {
	margin-bottom: 22px;
}

@media (min-width: 768px) { 
	.navbar-brand,
	.navbar-nav li a {
		line-height: 130px;
		height: 130px;
		padding-top: 0;
	}
}

.navbar-brand {
	font-family: 'Times New Roman', Times, serif;
	font-size: 56px;
}

.well p:last-of-type {
	margin: 0;
}

/* Footer bloccato in fondo */
html {
	position: relative;
	min-height: 100%;
}

body {
	margin-bottom: 60px;
}

.footer {
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 60px;
	background-color: #545969;
	color: #F7FFF0;
}

.footer p {
	margin: 0;
}

/* Pagina prodotti */
.prod-list {
	float: left;
	margin-bottom: 50px;
	width: 100%;
}

.prod-list > li {
	margin-bottom: 20px;
}

article.tile {
	cursor: pointer;
	position: relative;
	height: 40rem;
	border: 1px solid #EEE;
	transition: all 0.3s linear 0s;
}

article.tile:hover {
	background-color: #f7f7f7;
	box-shadow: 0px 0px 10px #777;
}

article.tile header {
	padding: 25px;
	color: white;
}

article.tile .btn {
	transition: all 0.3s linear 0s;	
}

article.tile p {
	margin: 30px;
}

.prod-list h1 {
	margin: 0;
}

.prod-list h3 {
	margin-top: 0;
}

/* CHECKS */
.checks {
	border:1px solid #e5e4e2;
	-webkit-box-shadow:0 1px 0 #afada7;
	box-shadow:0 1px 0 #afada7;
	background-image:-webkit-linear-gradient(top, #fbfaf9 0%,#f0f0f0 100%);
	background-image:-moz-linear-gradient(top, #fbfaf9 0%,#f0f0f0 100%);
	background-image:-o-linear-gradient(top, #fbfaf9 0%,#f0f0f0 100%);
	background:linear-gradient(to bottom, #fbfaf9 0%,#f0f0f0 100%);
}

.checks > div {
	padding: 20px;
	border-top: 1px solid #e5e4e2;
	-webkit-box-shadow: inset 0 1px 0 #FFF;
	box-shadow: inset 0 1px 0 #FFF;
	border-left: 1px solid #e5e4e2;
}

.checks>div:nth-child(odd) {
	border-left: none;
}

.checks > div .glyphicon-ok {
	font-size: 30px;
	position:absolute;
	top:0;
	left:0;
}

.checks > div .copy {
	display:block;
	position:relative;
	padding-left:50px
}

@media (max-width: 768px){
	.checks > div {
		border-left: none;
	}
	.checks > div .glyphicon-ok {
		font-size: 20px;
	}
	.checks > div .copy {
		padding-left: 40px;
	}
}

/* COLORI */
.text-orange {
	color: #C05000;
}

.orange {
	background-color: #C05000;
}

.text-red {
	color: #A5254A;
}

.red {
	background-color: #A5254A;
}

.text-purple {
	color: #CA10D1;
}

.purple {
	background-color: #CA10D1;
}

.teal-text {
	color: #348899;
}

.teal {
	background-color: #348899;
}

.blue-text {
	color: #226582;
}

.blue {
	background-color: #226582;
}

.yellow-text {
	color: #f2bc56;
}

.yellow {
	background-color: #f2bc56;
}

.violet-text {
	color: #74569f;
}

.violet {
	background-color: #74569f;
}

.lightblue-text {
	color: #00b6d8;
}

.lightblue {
	background-color: #00b6d8;
}

.darkred-text {
	color: #4E0000;
}

.darkred {
	background-color: #600201;
}

.darkblue-text {
	color: #0000A0;
}

.darkblue {
	background-color: #0000A0;
}

.otherred-text {
	color: #8C0000;
}

.otherred {
	background-color: #8C0000;
}

.slategrey-text {
	color: #708090;
}

.slategrey {
	background-color: #708090;
}

.slateblue-text {
	color: #007FFF;
}

.slateblue {
	background-color: #007FFF;
}

.green-text {
	color: #9ACD32;
}

.green {
	background-color: #9ACD32;
}

.lightorange {
	color: #FF7F50;
}

.lightorange {
	background-color: #FF7F50;
}

.darkgreen {
	color: #013220;
}

.darkgreen {
	background-color: #013220;
}

.mediumgreen {
	color: #177245;
}

.mediumgreen {
	background-color: #177245;
}

.greentea {
	color: #BADBAD;
}

.greentea {
	background-color: #BADBAD;
}

.lightgreen {
	color: #00cc99;
}

.lightgreen {
	background-color: #00cc99;
}

.lime {
	color: #adff2f;
}

.lime {
	background-color: #adff2f;
}