/* CSS Document */
/* global box-sizing */
*,
*:after,
*:before {
  -moz-box-sizing:border-box;
  box-sizing:border-box;
  -webkit-font-smoothing:antialiased;
  font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
  font-family: "Nunito", Helvetica, Arial, sans-serif;
  background-color: #3d3e40;
}
body, .container p, .container p span {
  font-weight: 300 !important;
  font-size: 16px !important;
  line-height: 26px !important;;
  color:#333;
}
.maincontent {
  background-color: #fff;
}
b, strong {
  font-weight: 700;
}

::-moz-selection {
  background: #fecb44;
  color: #2f2038;
}
::selection {
  background: #fecb44;
  color: #2f2038;
}


/* clear */
.clear:before,
.clear:after {
  content:' ';
  display:table;
}

.clear:after {
  clear:both;
}
.clear {
  *zoom:1;
}
a, img, object, a:focus, area, area:focus {
	outline: 0 !important;
	border: 0;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#9b9b9b;
	text-decoration: underline;
}
a:hover, a:focus {
	color:#cb0667;
	text-decoration: none;
}

a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0 auto;
  padding-top: 0;
  font-weight: normal;
  display: block;
  font-family: Rubik, Arial, Helvetica, sans-serif;
  font-style: normal;
  position: relative;
}

h1, .content-title, .maintitle {
  font-size: 40px;
  color: #000;
  margin-bottom: 6px;
  font-weight: 700;
}
h2 {
  font-size: 22px;
  color: #cb0667;
  margin-bottom: 20px !important;
  margin-top: 10px !important;
}
h3 {
  font-size: 30px;
  line-height: 24spx;
  color: #cb0667;
  margin-bottom: 5px !important;
}
h4 {
  font-size: 18px;
  line-height: 23px;
  color: #5a5a5a;
  margin-bottom: 20px !important;
}

/* transitions */
header.fixed, header .logo-full, header.fixed .logo-full,
.navigations .nav, #menu-cart-menu
{
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -ms-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
}
.homephoto-overlay
{
  -webkit-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  -ms-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
}
/* END / transitions */

.padding_80 {
	padding-top: 30px;
	padding-bottom: 30px;
}
.content-left-text {
	text-align: left;
	/*padding-left: 20px;
	padding-right: 20px;*/
}
.content-right-text {
	text-align: right;
	/*padding-left: 20px;
	padding-right: 20px;*/
}



.wrapper {
	background-color: #fff;
}
.header-gap {
	margin-top: 0px;
}
@media screen and (min-width: 768px) {
	.header-gap {
		margin-top: 125px;
	}
	.padding_80 {
		padding-top: 80px;
		padding-bottom: 80px;
	}
}

.header {
  background-color: #fff;
  z-index: 999;
  border-bottom: 1px solid #f1f1f1;
}
.header .container {
  position: relative;
}
.header.fixed {
  top: 0;
  box-shadow: 0 1px 2px rgba(0,0,0,0.11);
}
.brand {
  display: block;
}
.header.fixed .logo-full, .header .logo-full{
  margin: 16px 0;
  height: 30px;
}
@media screen and (min-width: 768px) {
  .header {
    top: 0;
    position: fixed;
    left: 0;
    right: 0;
  }
  .header .logo-full{
    margin: 50px 0;
    height: auto;
  }
}



/* NAVIGATIONS */
.navigations {
  background-color: #fff;
  position: relative;
}
.navigations ul {
  margin: 0;
  padding: 0;
}
.navigations ul li {
  margin: 0;
  padding: 0;
  display: inline-block;
}
.navigations ul li a {
  text-decoration: none;
  color: #323334;
  font-size: 16px;
  font-weight: 300;
  line-height: 40px;
  min-height: 40px;
  padding: 12px 0 2px 0;
  margin: 0;
  margin-left: 30px;
  margin-bottom: 10px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  letter-spacing: 0,1;
}
.navigations ul li a:hover {
  color: #cb0667;
}
.navigations ul li:last-child a {
  color: #fff;
  background-color: #cb0667;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  padding: 2px 5px;
}
/* NAVIGATIONS */ /* main nav */
.navigations .nav {
  margin-top: 22px;
  text-align: right;
}
.navigations ul li.current-menu-item a {
  border-bottom: 2px solid #4d3a76;
  font-weight: 500;
}
header.fixed .navigations .nav {
  margin-top: 16px;
}
@media screen and (min-width: 1200px) {
  .navigations .nav {
    margin-top: 46px;
    text-align: right;
  }
}
/* mobile nav links */
@media screen and (max-width: 767px) {
  .navigations .nav {
    text-align: center;
  }
  .navigations .nav .nav {
    margin-top: 0;
    border-top: 1px solid #f1f1f1;
  }
  .navigations .nav ul li {
    display: block;
    border-bottom: 1px solid #f1f1f1;
  }
}


.navbar-toggle {
  position: absolute;
  float: none;
  height: 70px;
  width: 70px;
  background-color: transparent;
  padding: 0;
  margin: 0;
  top: 0;
  right:0;
  background-image: none;
  border: 0;
  text-align: center;
  border-radius: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  background-color: #333;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .navbar-toggle {
    border-left: 1px solid #f1f1f1;
  }
}


/* CART NAVIGATIONS */
.cart-nav {
	border:0;
	text-align: right;
	border-bottom: 1px solid #cb0667;
	}
.cart-nav.navigations ul li a {
	font-size: 13px;
	font-weight: 700;
	color: #444;
}
@media screen and (min-width: 768px) {
	.cart-nav {
		border:0;
		border-bottom: 1px solid #eee;
	}
}
	/* cart price box */
	.cart-contents {
		background-color: #cb0667;
		color: #fff;
		font-weight: bold;
		width: 100%;
		padding: 8px 17px ;
		font-size: 16px;
		position: relative;
		text-align: center;
		z-index: 7888;
		display: block;
	}
	@media screen and (min-width: 768px) {
		.cart-contents  {
			float: right;
			width: auto;
		}
	}

/* intro section in home */
.presentation {
  text-align: center;
  }
  .presentation h3 {
    font-size: 16px;
    margin: 0 auto;
    margin-bottom:10px;
    padding: 0;
    position: relative;
    text-transform: uppercase;
    color: #353535;
    display: block;
    }
    .presentation h3:before {
      border-top: 4px double #bbb;
      content: "";
      height: 4px;
      position: absolute;
      left: 0;
      right: 0;
      top: 50%;
      margin-top: -2px;
      }
  .presentation h3 span {
    background: #fff;
    position: relative;
    margin: 0 30px;
    padding: 0 5px;
    display: inline-block;
    line-height: 22px;
    border-right: 1px solid #bbb;
    border-left: 1px solid #bbb;
    }
  .presentation div {
    padding: 15px;
  }
  .presentation .fa {
    border: 1px solid #ddd;
    color: #ddd;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    font-size: 30px;
    line-height: 90px;
    width: 90px;
    height: 90px;
    margin: 10px 0 0 0;
  }
@media screen and (min-width: 768px) {
  .presentation div {
    padding: 0 22px;
  }
}
.text {
  text-align: left;
  border-top: 1px solid#eee;
}

.payoff {
  color: #333;
  font-size: 20px;
  line-height: 30px;
  background-color: #eee;
  text-align: center;
}


/* HOME ADV BOXES */
.homeADV {
  margin: 0;
  padding: 0;
  background-color: #eee;
  overflow: hidden;
  text-align: center;
}
.homeADV .col-adv-2 {
	display: block;
	position: relative;
    min-height: 1px;
	}
	.homeADV .col-adv-2 .row {
		margin: 0;
	}
	.homeADV .col-adv-2 div[class^="col-"] {
		padding: 0;
	}
@media screen and (min-width: 768px) {
	.homeADV .col-adv-2 {
		float: left;
		width: 50%;
	}
}
.homephoto img {
  width: 100%;
}
.homephoto-overlay {
  position: absolute;
  top: 5px;
  left:5px;
  right: 5px;
  bottom: 5px;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: center;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
.homephoto-overlay > div {
  position: absolute;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.homephoto-overlay strong {
  display: block;
  color: #fff;
  font-size: 16px;
  margin-bottom: 20px;
}
.homephoto-overlay span {
  display: block;
  color: #fff;
  margin-bottom: 8px;
  line-height: 14px;
}

.homephoto-overlay:hover, .homephoto-overlay.show {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.homephoto-overlay.show {
  background-color: transparent;
}
.homephoto-overlay.show strong {
  color: #323334 !important;
  font-size: 16px !important;
  line-height: 18px;
}
.homephoto .btn-default {
  background-color: #fff;
  color: #333;
}
@media screen and (min-width: 769px) {
  .homephoto-overlay {
    top: 20px;
    left:20px;
    right: 20px;
    bottom: 20px;
  }
  .homephoto-overlay strong {
    font-size: 30px;
  }
  .homephoto-overlay.show strong {
    font-size: 30px !important;
    line-height: 28px;
  }
  .homephoto-overlay span {
    margin-bottom:20px;
  }
}
/* END */

.nav > li.lang-item {
  position: absolute;
  top: 0;
  left: 20px;
}
.nav > li.lang-item.lang-item-first {
  left: 0;
}

/* BOTTONI */
.btn, a.btn {
  border: 0;
  font-size: 18px;
  line-height: 18px;
  padding: 15px 20px;
  text-decoration: none;
  font-weight: 300;
}
.btn-default {
  background-color: #cb0667;
  color: #fff;
  }
  .btn-default:hover, .btn-default:focus {
  	background-color: #eee;
  	color: #323334;
  }
.btn-primary {
  background-color: #5B3A70;
  color: #fff;
  }
  .btn-primary:hover, .btn-primary:focus {
    background-color: #eee;
    color: #5B3A70;
  }
.btn-info {
  background-color: #cb0667;
  color: #fff;
  }
  .btn-primary:hover, .btn-primary:focus {
    background-color: #eee;
    color: #cb0667;
  }

.btn.active.focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn:active:focus,.btn:focus {
  outline: none;
  outline-offset: 0
}
.btn.active,.btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* FOOTER */
footer {
	color: #848484;
  padding: 0;
	padding-top: 40px;
	font-size: 14px;
	text-align: center;
	background-color: #323334;
}
footer ul, footer li {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
footer li {
	display: inline-block;
	border: 0;
	}
footer a {
	color: #848484;
	text-decoration: none;
	display: inline-block;
	padding: 8px 0;
	font-size: 13px;
}
footer div li:last-child a {
	border-right: 0;
}
footer a {
	margin: 0;
	padding: 0 10px;
	border-right: 1px solid #484848;
}
footer h4 {
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 700;
	margin-top: 20px;
}
@media screen and (min-width: 768px) {
	footer h4 {
		margin-top: 0;
	}
}
.copyright {
	text-align: center;
	color: #848484;
	padding: 20px 20px 15px 20px;
	font-size: 13px;
	background-color: #3d3e40;
  margin-top: 40px;
}



.row.gallery div[class^="col-"] {
	padding: 0;
}
/*
.artista .img-bg {
	background-image: url('../img/siti-web-milano1.jpg');
	background-position: -50% 50%;
	background-size: contain;
	background-repeat: no-repeat;
}
*/




/* fluid 5 columns */
.galleries .grid-sizer,
.galleries .grid-item {
	width: 50%;
	border: 2px solid white;
	overflow: hidden
}
/* 2 columns */
.grid-item-caption {
	position: relative;
	background-color: rgba(255,255,255,.9);
	opacity: 1;
	display: block;
	top: 0;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	text-decoration: none;
}
.grid-item--width2 { width: 40%; }
.grid-item-caption div {
	display: block;
	margin: 0;
	background-color: transparent;
	padding: 6px 10px 10px 10px;
	font-size: 12px;
	line-height: 14px;
	color: #a8a8a8;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
}
@media screen and (min-width: 768px){
	.galleries .grid-sizer,
	.galleries .grid-item {
		width: 20%;
		border: 2px solid white;
	}
}
@media screen and (min-width: 800px){
	.grid-item-caption {
		position: absolute;
		left: 0;
		bottom: 0;
		right: 0;
		top: 0;
		opacity: 0;
	}
	.grid-item-caption div {
		font-size: 14px;
		line-height: 20px;
		padding: 30px;
		position: relative;
		top: 50%;
		transform: translateY(-50%);
	}
}
.grid-item a {
	text-decoration:none;
}
.grid-item.selected .grid-item-caption {
	display: block;
	opacity: 1;
}
