/* home category */

#home_category {
	padding: 4rem 15px;
	background: #fff;
}

#home_category .card {
	margin-bottom: 15px;
    margin-top: 15px;
    text-align: center;
    background: #fff;
    box-shadow: none;
    border-radius: 3px;
    border: 1px solid #ddd;
}

#home_ambienti .item-big h3.card-title {
	font-weight: 300;
	letter-spacing: 1px;
	font-size: 18px;
	text-align: center;
}

#home_category .card .card-body:hover {
	opacity: 0.6;
	cursor: pointer;
}


/* home category */


/* pin homepage */

.lookbook-container.single {
	
}

#home_pin_picture {

}

#home_pin_picture .card {
	text-align: center;
	padding: 30px;
	background: #313131;
	color: #fff;
}

#home_pin_picture .card p.h2 {
	margin-bottom: 20px;
	margin-top: 0px;
	color: #fff;
}

#home_pin_picture .card h2 {
	font-size: 18px;
	font-weight: 600;
	color: #fff;
}

#home_pin_picture .card h3 {
	font-size: 18px;
	color: #fff;
}

#home_pin_picture .card p {
	line-height: 30px;
	margin-top: 30px;
}

#home_pin_picture .card .btn {
	margin-top: 20px;
	color: #313131;
	width: 100%;
	background: #fff;
}

#home_pin_picture .mgs-lookbook-container,
#home_pin_picture img {
	width: 100%;
	height: auto;
}

.pin__icon--add span.pin-label,
.pin__type--area span.pin-label {
	background-color: #b36865 !important;
	width: 20px !important;
	height: 20px !important;
	border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
}

.pin__icon--add,.pin__type--area {
	background: rgba(255, 255, 255, 0.8) !important;
}


/* pin homepage */


/* ambienti categorie */

#home_ambienti {
	margin: 20px auto 50px;
}

#home_ambienti .item {
	position: relative;
	float: left;
	width: 100%;
}

#home_ambienti .item.big-size {
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: cover;
}

#home_ambienti .item img {
	max-width: 100%;
}

#home_ambienti .item .overlay {
	background-color: rgba(0, 0, 0, 0.4);
	padding: 40% 20%;
	position: absolute;
	left: 0px;
	width: 100%;
	top: 0px;
	height: 100%;
}

#home_ambienti .item .overlay h3 {
	color: #ffffff;
	font-size: 24px;
}

#home_ambienti .item .overlay:hover {
	background-color: transparent;
}

#home_ambienti .item-big {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

#home_ambienti .item-big .card {
	min-width: 49.6%;
	max-width: 65%;
	text-align: left;
	right: 0px;
	position: absolute;
	bottom: 0px;
	min-height: 49.6%;
	max-width: 100%;
}

#home_ambienti .item-big h3.card-title {
	text-align: left;
	font-size: 21px;
	margin-bottom: 40px;
}

#home_ambienti .item-big .card .card-body {
	padding: 50px 60px;
}

#home_ambienti .item-big .card .card-body p {
	line-height: 32px;
}

#home_ambienti .item-big .card .card-body .btn-link {
	margin-top: 40px;
	float: left;
}

#home_ambienti .item-big .overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: rgba(0, 0, 0, 0.4);
}