/* BootStrap Overrides */


.btn, a.btn, .page-header button .menu-label {
	border-radius: 0;
    line-height: normal;
    text-decoration: none;
    font-size: 11px;
    padding:10px 40px;
    font-weight: 400;
    text-shadow:none;
    transition:all 0.3s ease 0s;
}

.btn:active:focus, a.btn:active:focus,
.btn:focus, a.btn:focus,
.btn:hover, a.btn:hover {
    outline: none;
    box-shadow: none;
}


.carousel-control:hover, .carousel-control:focus,
.btn-primary:hover, .btn-primary:focus, .btn-primary:active,
.btn-primary:active:hover,
.btn-primary.active:hover,
.open>.dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open>.dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open>.dropdown-toggle.btn-primary.focus {
  background-color: #000;
  border-color: #000;
  color: #f9f9f9;
}
.btn-white {
  background-color: #fff;
  border-color: #fff;
  color: #000 !important;
}
.btn-white:hover {
  background-color: #222;
  border-color: #222;
  color: #fff !important;
}

.btn-primary-grey, .btn-primary-grey:hover {
    background-color: #b2b2b2;
    border-color: #b2b2b2;
}

@media (min-width: 768px) {
    .btn, a.btn {
        font-size: 14px;
    }
}

.modal-backdrop.in {
    opacity: .5;
}

.customModal .modal-header {
    border: 0;
    padding: 12px 15px;
}

.customModal .modal-header button {
    opacity: 1;
    margin: 0;
}

.customModal .modal-header button img {
    width: 11px;
    height: 11px;
}

.customModal .modal-dialog {
    width: 95%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%) !important;
    margin: 0;
    display: inline-block;
}

.customModal .modal-body {
    overflow: hidden;
    text-align: left;
    padding-top: 0;
}

.customModal .checkboxLabel:before {
    left: 1px;
}

.customModal .modal-column {

}

.customModal .modal-column .modal-column-heading {
    text-align: center;
    color: #b2b2b2;
    font-size: 14px;
    border-bottom: 1px solid #b2b2b2;
}

.customModal .modal-column .modal-column-body {
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
}

.customModal .modal-content h2, .customModal .modal-content h3 {
    margin: 0;
}

.customModal .modal-content h2 {
    font-size: 24px;
    line-height: 24px;
    color: #999;
    padding-top: 30px;
}

.customModal .modal-content h3 {
    font-size: 16px;
    color: #b2b2b2;
    padding-top: 15px;
    padding-bottom: 15px;
}

.modal-content {
    box-shadow: none;
    border-radius: 0;
}

@media (min-width: 961px) {
    .customModal .modal-column .modal-column-heading {
        margin-right: -15px;
        margin-left: -15px;
    }

    .customModal .modal-add-address {
        display: block;
        padding-left: 13%;
        font-weight: 700;
        font-size: 14px;
    }

    .customModal .modal-column-body .modal-column-separator {
        position: absolute;
        top: 0;
        left: -15px;
        width: 1px;
        height: 110%;
        background-color: #ccc;
    }
}

@media (min-width: 1200px) {
    .customModal .modal-dialog {
        width: 100%;
        max-width: 930px;
    }
}

/*END BootStrap Overrides*/


/*Custom select*/
.selectCustomContainer .simpleselect .placeholder,
.selectCustomContainer .simpleselect .options {
    border: 2px solid #b2b2b2;
    border-radius: 0;
    font-weight: 500;
    color: #999;
}

.selectCustomContainer .simpleselect, .selectCustomContainer .simpleselect .placeholder {
    padding: 0 10px;
    min-height: 30px;
    line-height: 30px;
    height: auto;
}

.selectCustomContainer .simpleselect {
    width: 100%;
}

.selectCustomContainer .simpleselect .options {
    left: 10px;
    width: calc(100% - 20px);
}

.simpleselect .options {
    border: 0;
}

.simpleselect .options .option.active {
    background-color: #fff;
    color: #000;
    font-weight: normal;
}

.simpleselect .placeholder:after {
    font-family: FontAwesome;
    content: '\f175';
    background: none;
    right: 2%;
    top: 50%;
    transform: translateY(-50%);
    color: #000;
    line-height: normal;
    font-size: 15px;
}

@media (min-width: 1200px) {
    .selectCustomContainer .simpleselect,
    .selectCustomContainer .simpleselect .options {
        max-width: 235px;
        margin-right: auto;
        margin-left: auto;
        width: 100%;
    }
}

/*END Custom select*/

/*Radio Label*/
.radioLabel .hidden-radio-content {
    max-height: 0;
    transition: all 0.2s ease-in-out;
}

.radioButton:checked + .radioLabel .hidden-radio-content {
    max-height: 2000px;
    transition: all 1.5s ease-in-out;
}



/*Custom Flex Grid*/
.flex-row {
    position: relative;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    flex-flow: row wrap;
}

.flex-row.flex-row-center {
    align-items: center;
    justify-content: center;
}

.shopping-bag-main .shopping-bag-column .shopping-bag-heading .flex-row {
    margin: 0;
}

.flex-row .flex-cell {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}

.flex-row .flex-cell.primary-column-2 {
    -webkit-flex: 2;
    -ms-flex: 2;
    flex: 2;
}

.flex-row .flex-cell.flex-cell-center {
    text-align: center;
}

.flex-row .flex-cell.flex-half-column {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
}

.flex-row .flex-cell.flex-half-column h3 {
    font-size: 16px;
}

@media (min-width: 768px) {
    .flex-row .flex-cell,
    .flex-row .flex-cell.flex-half-column {
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    .flex-row .flex-cell.primary-column {
        -webkit-flex: 2;
        -ms-flex: 2;
        flex: 2;
    }
}

@media (min-width: 961px) {
    .flex-row {
        align-items: flex-start;
        justify-content: initial;
    }

    .flex-row .flex-cell.primary-column {
        -webkit-flex: 4;
        -ms-flex: 4;
        flex: 4;
    }
}

/*END Custom Flex Grid*/

/* @giulio new style for buttons in "add shipping address" form */
.FormLogin button.btn {
  border-radius: 0;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 12px;
  letter-spacing: 3px;
  padding:20px 40px;
  text-shadow:none;
  transition:all 0.3s ease 0s;
}
/* end new style */

/* NAV */
.navbar .navbar-toggle .icon-bar {
  background-color: #000;
}

#navbar-main {
  /* Added `.affix-top` class css when the element is top */
  /* Added `.affix` class css when the element is >= 170px (Look: line 8 html) */
  /* Added `.affix-bottom` class css when the element is footer */
  background:#fff;
  z-index:999;
  max-width:1280px;
  margin:auto;
}
#navbar-main.affix {
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
}
.navbar .navbar-nav {
    display: inline-block;
    float: none;
}
.navbar  {
    text-align: left;
	border-bottom:1px solid #ddd;
	border-radius:0px;
}
#navbar-main.affix-top.navbar  {
    text-align: center;
}
.navbar-brand{
	margin-top:10px;
	margin-right:30px;
	float: left;
    font-size: 18px;
    height: auto;
    padding: 15px;
}
#navbar-main.affix-top .navbar-brand img{
	display:none;
}
#navbar-main.affix-top .navbar-brand  {
    transform: translate(0px, -100%);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0s;
}
#navbar-main.affix .navbar-brand {
    transform: translate(0px, 0px);
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0s;
}
#navbar-main.affix-top .pull-right {
	margin-top:-73px;
	margin-right:-60px;
}
#navbar-main.affix .pull-right {
	margin-right:-60px;
}
#navbar-main.affix-top .pull-right > li > a, #navbar-main.affix .pull-right > li > a {
	letter-spacing:0.5px;
	font-size:11px;
	color:#666;
}
#navbar-main.affix-top .pull-right > li > a .fa, #navbar-main.affix .pull-right > li > a .fa {
	color:#000;
	font-size:16px;
	margin-left:12px;
}
.navbar-nav > li > a {
  font-size: 12px;
  padding: 25px ;
  text-decoration: none;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 2px;
  color:#000;
  transition: all 0.3s ease 0s;
}
.navbar-nav > li > a:hover, .navbar-nav > li > a:focus {
	background:#fff;
	color:#999;
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
  border-color: #fff;
  color: #999;
  background: #fff;
}
.navbar-nav > li > a::before, .navbar-nav > li > a::before, .navbar-nav > li.active > a::before {
  border-bottom: 4px solid black;
  bottom: 15px;
  content: "";
  position: absolute;
  width: 0%;
  left:50%;
  text-align:center;
  transition: all 0.3s ease 0s;
}
/*.navbar-nav > li > a:hover::before, .navbar-nav > li > a:active::before, .navbar-nav > li.active > a::before {*/
  /*width: 40%;*/
  /*left:30%;*/
/*}*/
.navbar-nav.pull-right > li > a:hover::before, .navbar-nav.pull-right > li > a:active::before, .navbar-nav.pull-right > li.active > a::before {
	border:none !important;
}
.dropdown-menu {
  background: #000 none repeat scroll 0 0;
  border: medium none;
  border-radius: 0;
  box-shadow: none;
  display: none;
  text-align: left;
  z-index: 1000;
  padding:0 6px;
 }
.dropdown-menu li {display:inline-block;}
.dropdown-menu > li > a {
  color: #fff;
  font-size: 12px;
  text-decoration: none;
}
.dropdown-menu > li > a:hover {
  color: #666;
  background:#000;
}
.footer .dropdown-menu{
	margin-top:-60px;
}
.footer .dropdown-menu li{
	width:100%;
}

/* HOME VIDEO SECTION */
.video-container {
	margin:30px 0;
	position: relative;
    max-width: 100%;
/*	max-height:460px;
	background:url(../img/home-video.jpg) #000 no-repeat;*/
}
.video-container img{
   max-width: 100%;
}
.video-text {
  left: auto;
  padding-right: 20%;
  position: absolute;
  right: 0;
  top: 50px;
  width: 40%;
}
.video-text h1 {
  color: #fff;
  font-size: 50px;
  font-weight: bold;
  margin-bottom: 30px;
  text-shadow: none;
  text-transform: uppercase;
  letter-spacing:5px;
}
.video-text h6 {
  color: #666;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 2px;
  padding-bottom: 10px;
  position: relative;
  text-shadow: none;
  text-transform: uppercase;
}
.video-text h6::before {
  border-bottom: 4px solid white;
  bottom: 0;
  content: "";
  position: absolute;
  width: 10%;
}



/* HOME NEWS SECTION */

#homeNews {
	text-align:center;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
	padding:80px 0;
}
#homeNews h4{
	text-align:center;
}
#homeNews p{
	text-align:center;
	padding: 10px 80px;
}
#homeNews h6 {
  border-bottom: 4px solid black;
  font-size: 10px;
  font-weight: bold;
  margin: 20px auto;
  padding: 10px 0;
  width: 55px;
}

/* Events - masonry */
.row.masonry {
 -moz-column-width: 22em;
 -webkit-column-width: 22em;
 -moz-column-gap: 1em;
 -webkit-column-gap:1em;

}

.masonry {
 display: inline-block;
 padding:  .25rem;
 width:  100%;
 margin-bottom:40px;
}

.well {
 position:relative;
 display: block;
  background-color: #fff;
  border: 0px;
  border-radius: 0px;
  box-shadow: none;
  margin-bottom: 25px;
  min-height: 20px;
  padding: 0px;
}
#Events {
	padding: 80px 0 80px;
    border-top: 1px solid #ddd;
}
#Events .container{
	max-width:970px;
	padding:0;
}
#Events h4{
	text-align:center;
}
#Events p{
	text-align:center;
	padding: 10px 80px;
}
#Events h6 {
  background: rgba(0, 0, 0, 0) url("../img/line.jpg") no-repeat scroll center bottom;
  font-size: 10px;
  font-weight: bold;
  margin: 15px auto;
  padding: 15px 0;
  text-align:center;
}

#overlay {
  background: rgba(0, 0, 0, 1) none repeat scroll 0 0;
  color: #fff;
  float: right;
  font-size: 50px;
  font-weight: lighter;
  height: 50px;
  line-height:50px;
  opacity: 0;
  padding: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  transition: opacity 0.25s ease 0s;
  width: 50px;
}

#boximg:hover #overlay { opacity:1;}

/* EVENTS - FILTER */


.EventsFilter {
	padding:30px 0 50px;
	text-align:center;
}
.EventsFilter .btn {
	background:#fff;
	color:#777;
	font-size:11px;
	letter-spacing:0.3em;
	font-weight:bold;
	padding:20px 30px;
	background:url(../img/filter-radio-off.png) no-repeat left center;
}
.EventsFilter .btn:hover, .EventsFilter .btn:focus, .EventsFilter .btn.active, .EventsFilter .btn:active {
	color:#000;
	background:url(../img/filter-radio-on.png) no-repeat left center;
	box-shadow:none;
}

/* EDITORIALS */


#Editorials {
	padding:60px 0 20px 0;
	border-bottom:1px solid #ddd;
}
#Editorials.last{
	margin-bottom:90px;
	border-bottom:none;
}
.editorials {
 	float: left;
}
.editorials img {
  float: left;
  height: auto;
  max-width: 396px;
}
.editorials h3::before {
  border-bottom: 4px solid black;
  content: "";
  position: absolute;
  top: 20px;
  width: 30%;
  margin-left:-8%;
}
.editorials h3 {
  float: left;
  font-size: 20px;
  font-weight: bold;
  margin: 50px 150px 0px 30px;
  max-width: 33%;
  color:#000;
}
#Editorials p {
  float: left;
  margin: 30px;
  width: 33%;
}

#EditorialBack, #Back {
	padding: 20px;
}
#EditorialBack a, #Back a{
	text-decoration:none;
	color:#666;
	font-size:11px;
}
#EditorialBack .fa, #Back .fa {
	margin-right:10px;
}
.backgrid { display:none;}

/* LOOKBOOK */
#MenuLookbook {
	padding:30px 0;
	text-align:center;
}
#ImagesLookbook {
	padding:15px 0;
}
#ImagesLookbook a img { transition: all .6s ease-in-out;  filter: brightness(1); transform: scale(1);}
#ImagesLookbook a img:hover { transform: scale(1.1);  filter: brightness(0.5);}
#ImagesLookbook div {  overflow:hidden; }
#MenuLookbook a {
  font-family: "Montserrat",sans-serif;
  font-size: 12px;
  letter-spacing: 2px;
  padding: 25px;
  text-decoration: none;
  color:#666;
}
#MenuLookbook a.active {
  color:#000;
}
#MenuLookbook a:hover {
  color:#999;
}
#ImagesLookbook .imgbottom {
	bottom:0;
	vertical-align:bottom;
}
#ImagesLookbook .imgbottom img {
	bottom:0;
	vertical-align:bottom;
}
#ImagesLookbook div.moveup1 {
	margin-top: 130px;
	margin-bottom:30px;
}
#ImagesLookbook div.moveup2 {
  margin-top: -100px;
}
#ImagesLookbook div.moveup3 {
  margin-top: 30px;
  margin-bottom:30px;
}
#ImagesLookbook .txt h3::before {
  border-bottom: 4px solid black;
  content: "";
  position: absolute;
  top: 20px;
  right:40px;
  width: 50%;
}
#ImagesLookbook .txt h3 {
  float: right;
  font-size: 20px;
  font-weight: bold;
  margin: 50px 20px 0;
  color:#000;
}
#ImagesLookbook .txt p {
  float: right;
  text-align: right;
  margin: 20px;
  font-size:12px;
}
#ImagesLookbook .txt a.readmore {
  float: right;
}
#ImagesLookbook .introtxt {
	display:none;
}

#Pagination {
	padding:60px 40px 100px;
	text-align:center;
}
#Pagination .line {
	width:40px;
	height:4px;
	background:#000;
	margin:40px auto;
}
.pagination > li > a, .pagination > li > span {
  background-color: #fff;
  border: 2px solid #cacaca;
  color: #000;
  margin: 0 5px;
  font-size: 12px;
    font-family: 'Montserrat', sans-serif;
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}
.pagination > li:last-child > a, .pagination > li:last-child > span {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
  background-color: #000;
  border-color: #000;
}

/* HEADER IMAGE -CAMPAIGN */
.video-section {
    position: relative;
    overflow: hidden;
}

.JumboImgBg {
	margin:0 0 70px 0;
	position: relative;
    max-width: 100%;
	text-align:center;
}

.JumboImgBg.JumboImgBgHomepage {
	max-width: 1280px;
	margin-left: auto;
	margin-right: auto;
}
.JumboImgBg img{
   max-width: 100%;
   height:auto;
}
.jumbo-text {
  position: absolute;
  top: 25%;
  width:100%;
}
.jumbo-text-right {
	text-align: left;
	right: 5%;
	width: 30%;
}
.jumbo-text h1 {
  color: #fff;
  font-size: 50px;
  font-weight: bold;
  margin-bottom: 30px;
  text-shadow: none;
  text-transform: uppercase;
  letter-spacing:5px;
}
.jumbo-text h6 {
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 2px;
  padding-bottom: 10px;
  position: relative;
  text-shadow: none;
  text-transform: uppercase;
}
.jumbo-text h6::before {
  border-bottom: 4px solid white;
  bottom: 0;
  content: "";
  position: absolute;
  width: 4%;
  left:48%;
}
.JumboImgBg.JumboImgBgHomepage .jumbo-text h6::before {
    border-bottom: 4px solid white;
    bottom: 0;
    content: "";
    position: absolute;
    width: 10%;
    left: 0;
}
.JumboImgBg .image-cover {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 100%;
    width: 100%;
}

.container-image-cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    height: 100%;
}

.image-cover {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 100%;
    width: 100%;
}
.videoContainer {
    z-index: 1;
}

/* CAMPAIGN */
#CampaignAdv {
    padding: 40px 0;
}
#VideoAd {
	border-top: 1px solid #eee;
    padding: 40px 0;
}
#AdvColumns .txt {
	padding:60px;
}
#AdvColumns.container, #CampaignAdv.container{
  max-width: 1096px;
}
#AdvColumns .txt {
	padding:60px;
}
#AdvColumns .txt h3::before {
  border-bottom: 4px solid black;
  content: "";
  position: absolute;
  top: 90px;
  width: 50%;
}
#AdvColumns .txt.right h3::before {
	right:95px;
}
#AdvColumns  .txt h3 {
  font-size: 30px;
  font-weight: bold;
  margin: 50px 20px 0;
  color:#000;
  padding:20px 0;
}
#AdvColumns  .txt.right {
  float: right !important;
  text-align:right !important;
}
#AdvColumns  .txt.left {
  float: left;
  text-align:left;
}
#AdvColumns  .txt p {
  margin: 20px;
  width:80%;
}
#AdvColumns  .txt.right p {
	float:right;
}
#AdvColumns img{
	width:100%;
	height:auto;
}
#CampaignVideoCarousel p a {
  font-weight: normal;
}
#CampaignVideoCarousel .carousel-control .glyphicon-chevron-left, #CampaignVideoCarousel .carousel-control .glyphicon-chevron-right, #CampaignVideoCarousel .carousel-control .icon-next, .carousel-control .icon-prev {
  top: 33%;
}
#CampaignAdvCarousel .play {
	display:none;
}
/* HERITAGE */

#Heritage {
	background:#000;
	margin:150px auto 0;
	padding-bottom:300px;
	border-top:1px solid #ddd;
}
.concept h4 {
  color: #000;
  font-size: 50px;
  margin-left: -50px;
  margin-top: -90px;
}
.headquarters h4 {
  color: #fff;
  font-size: 50px;
  margin-left: -50px;
  margin-top: -90px;
}
#Heritage .text p {
	width:80%;
	margin-top:90px;
}
#Heritage .text p span {
	color:#fff;
	font-weight:bold;
}
#Heritage .divider {
	background:#fff;
	width:190px;
	height:5px;
	margin:100px auto;
}

.storia .carosello {
	background:#fff;
	margin-top: 100px;
	padding:70px;
	position: absolute;
}
.storia {
	position: relative;
    max-width: 100%;
}
.storia img{
	float:right;
}
.storia h4 {
	font-size:50px;
	padding:0;
}
.storia .line {
	background:#000;
	width:200px;
	height:4px;
}
.storia p {
	padding:40px 50px;
	font-size:12px;
}
.storia p span {
	color:#000;
	font-weight:bold;
}

#HeadQuarters {
	margin-bottom:130px;
}
#HeadQuarters .text h4 {
  color: #FFF;
  font-size: 54px;
  margin-left: -50px;
  margin-top: -90px;
}
#HeadQuarters .text p {
	width:80%;
	margin-top:90px;
	color:#999;
}
#HeadQuarters .text p span {
	color:#000;
	font-weight:bold;
}
#HeadQuarters .text .fa {
	font-size:20px;
	margin-right:10px;
}

/* BOUTIQUES */

#Boutiques {
	background:#000;
	margin:150px auto 0;
	padding-bottom:300px;
	border-top:1px solid #ddd;
}
#Boutiques h4 {
  color: #000;
  font-size: 44px;
  text-align:right;
  margin: -90px 0 60px;
}
#Boutiques img{
	margin-top:-90px;
	height:auto;
}
#accordion-boutiques {
	padding:60px;
	background:#fff;
	min-height:400px;
}
.z-over {
	z-index:998;
}

.accordion-toggle:after {
    font-family: 'FontAwesome';
    content: "\f0d7";
    float: right;
}
.accordion-opened .accordion-toggle:after {
    content: "\f054";
}

.accordion-heading {
	padding:5px 0;
	border-bottom:1px solid #ddd;
}
.accordion-heading a {
	text-decoration:none;
	font-size:18px;
	font-weight:bold;
	color:#000;
	letter-spacing:2px;
}
.accordion-inner {
	font-size:12px;
	line-height:26px;
	padding:30px 0 60px 0;
}
.accordion-inner span {
	color:#666;
}
.collapse.in {
  border-top: 4px solid #000;
}

/* PROJECT DETAIL */

#ProjectDetail .text{
	text-align:center;
	padding:72.7px 60px;
}
#ProjectDetail p {
  font-size: 12px;
  padding: 10px 30px;
  line-height: 2.2em;
}
#ProjectDetail .col-sm-5 {
	padding:0;
}
#ProjectDetail .play {
	min-height:50%;
}

#PageHeader {
  padding: 30px 0 80px;
  text-align: center;
}
#PageHeader h6 {
  background: rgba(0, 0, 0, 0) url("../img/line.jpg") no-repeat scroll center bottom;
  font-size: 10px;
  font-weight: bold;
  margin: 20px auto;
  padding: 14px 0;
  text-align: center;
}

#Pagination a {
	text-decoration:none;
}
#Pagination a.right {
	float:right;
	text-align:right;
}
#Pagination a.left {
	float:left;
	text-align:left;
}
#Pagination span {
  float: inherit;
  font-size: 12px;
  padding-bottom: 20px;
  letter-spacing: 3px;
}

/* Editorial Detail */

#EditorialDetail {
	margin:10px auto;
}
#EditorialDetail h3 {
  color: #000;
  font-size: 40px;
  font-weight: bold;
  margin: 50px 0 20px;
  width: 80%;
}
#EditorialDetail p {
  width: 90%;
}
#EditorialDetail h3::before {
  border-bottom: 4px solid black;
  content: "";
  margin-left: -10px;
  position: absolute;
  top: 20px;
  width: 70%;
}
#EditorialDetailContent, #EditorialDetailContent2 {
	margin-top:140px;
}
#EditorialDetailContent .text, #EditorialDetailContent2 .text {
	padding:30px 75px 0 10px;
	text-align:left;
}
#EditorialDetailContent .text h3, #EditorialDetailContent2 .text h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 30px;
}
#EditorialDetailContent {
	background:url("../img/gray-bg.gif") no-repeat 200px top #fff ;
}
#EditorialDetailContent {
	text-align:center;
}
#EditorialDetailContent a.readmore {
  font-weight: normal;
}
#EditorialDetailContent .col-sm-2 {
	padding-top:11%;
}
#EditorialDetailContent img.big, #EditorialDetailContent2 img.big  {
  margin-top: -60px;
  max-width:414px;
  margin-bottom:50px;
}
#EditorialDetailContent i {
  float: right;
  margin-right: -60px;
  margin-top: 50px;
}
#EditorialDetailContent2 .col-sm-4 {
	text-align:center;
}
#EditorialDetailContent2 {
	background:url("../img/gray-bg2.gif") repeat-y center top #fff ;
}
#EditorialDetailContent2 img.small {
	margin:80px 0px;
}
#MoreEditorials h4 {
  background: rgba(0, 0, 0, 0) url("../img/line.jpg") no-repeat scroll center bottom;
  font-size: 24px;
  margin: 80px 0 0;
  padding: 20px;
  text-align: center;
}
#MoreEditorials p a {
	font-weight:normal;
}

/* IMAGE BOTTOM*/
.thumbnail_container {
     position: relative;
     width: 100%;
     padding-bottom: 100%;
  margin-bottom:20px;
}
.thumbnail_img {
    position:absolute;
    width:100%;
    height:100%;
}
.thumbnail_img img {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
img{
    max-height:100%;
    max-width:100%;
}


/* ICONS */

.play {
  background: rgba(0, 0, 0, 0) url("../img/play_big.png") no-repeat scroll center center;
  margin: auto;
  min-height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}
.play:hover {
	opacity:0.8;
}

.roundblack {
  background: #000 none repeat scroll 0 0;
  border-radius: 50%;
  color: #fff;
  height: 30px;
  margin-right: 8px;
  padding-top: 8px;
  text-align: center;
  vertical-align: middle;
  width: 30px;
}

.fa-2x {
  font-size: 1.5em;
}
.godown {
  visibility: hidden;
}

.shareIcons { display:block;}
.shareButton { display:none;}
#preloader {
	height: 100%;
    z-index: 9999;
    position: fixed;
    width: 100%;
    background: #fff;
    margin: 0;
    top: 0;
    left: 0;
}
.spinning-square {
    animation: 1.2s ease-in-out 0s normal none infinite running rotatesquare;
    background-color: #333;
    height: 60px;
    width: 60px;
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-30px;
	margin-top:-30px;
}
@keyframes rotatesquare {
0% {    transform: perspective(120px);}
50% {    transform: perspective(120px) rotateY(180deg);}
100% {    transform: perspective(120px) rotateY(180deg) rotateX(180deg);}
}
@keyframes rotatesquare {
0% {    transform: perspective(120px) rotateX(0deg) rotateY(0deg);}
50% {    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);}
100% {    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);}
}



/* NEWSLETTER */

#NewsletterPopop {
	width:100%;
	height:auto;
}
#NewsletterImage,#NewsletterForm {
	width:50%;
	float:left;
}
#NewsletterForm {
	text-align:center;
	padding:40px 60px;
}
#NewsletterForm h3{
	font-size:20px;
	font-weight:bold;
	margin-bottom:20px;
}
#NewsletterForm .input-email {
  border-bottom: 3px solid #000;
  float: none;
  width: 100%;
  margin-top: 20px;
}
#NewsletterForm p.small{
	font-size:10px;
	margin-top:30px;
}
.FormCheck {
	text-align:center;
	margin:10px 0;
}
.FormCheck .btn {
	background:#fff;
	color:#777;
	font-size:10px;
	letter-spacing:0.3em;
	font-weight:bold;
	padding:20px 30px;
	background:url(../img/filter-radio-off.png) no-repeat left center;
}
.FormCheck .btn:hover, .FormCheck .btn:focus, .FormCheck .btn.active, .FormCheck .btn:active {
	color:#000;
	background:url(../img/filter-radio-on.png) no-repeat left center;
	box-shadow:none;
}
 
/* CONTATTI */

#Contatti {
	margin:55px auto 120px auto;
}

.sidebar, .sidebarFaq {
	background:#000;
	padding:40px;
}
.sidebar h4, .sidebarFaq h4 {
  color: #fff;
  padding: 10px 0;
}
.sidebar a {
  color: #fff;
  transition: all 0.3s ease 0s;
}
.sidebar a:hover {
  color: #666;
}
.sidebar p, .sidebarFaq p {
	color:#fff;
	margin-bottom:30px;
}
.sidebar p span{
	color:#999;
}
.sidebar .divider {
	background:#fff;
	width:60px;
	height:5px;
	margin:50px 0 40px 0;
}
.sidebar .mappa {
	margin:40px 0 20px 0;
}

 
/* FAQ */
#Faq {
	margin-top:55px;
}
#Faq .col-sm-3 {
	padding-left:0px;
}

.sidebarFaq .button {
	text-align:center;
	margin:90px 0 20px 0;
}
.sidebarFaq a.btn {
  padding: 15px 30px;
}
.sidebarFaq a {
  color: #666;
  text-decoration:none;
  transition: all 0.3s ease 0s;
}
.sidebarFaq a:hover {
  color: #fff;
}

#accordion-faq .accordion-toggle:after {
    font-family: 'FontAwesome';
	content: "\f068";
	float: right;
	color:#ddd;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
#accordion-faq .accordion-toggle.collapsed:after {
    content: "\f067";
}

#accordion-faq .accordion-heading .accordion-toggle {
  font-family: "Cormorant Garamond",serif;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.5px;
  text-decoration: none;
  padding-right: 50px;
    cursor: pointer;
    text-transform: none;
    margin: 0;
    position: relative;
}
#accordion-faq .collapse.in {
  border-top: none;
}
#accordion-faq .accordion-heading {
  border-bottom: 1px solid #ddd;
  padding: 25px 30px 25px 0;
}

#accordion-faq .custom-collapse p {
    margin: 30px 0 0 0;
}

#SidebarFaq {
	padding:35px;
	box-shadow: none;
}
#SidebarFaq ul {
  padding: 0px;
}
#SidebarFaq ul li {
  display: block;
}
#SidebarFaq ul li a {
	text-transform:uppercase;
	color:#999;
	text-decoration:none;
	font-size:11px;
	font-weight:bold;
	letter-spacing:2px;
	width:100%;
	padding: 20px 0px;
	display:block;
}
#SidebarFaq ul li a::after {
  content: "\f105";
  float: right;
  font-family: "FontAwesome";
  font-size: 18px;
  line-height: 16px;
}
#SidebarFaq ul li a:hover, #SidebarFaq ul li a:active, #SidebarFaq ul li a.active {
	color:#000;
}

#FaqAccordion {
	margin:30px 0 120px 20px;
}
#FaqAccordion h3{
	font-size:18px;
	font-weight:bold;
	margin-bottom:40px;
}
#FaqAccordion h3::before {
  border-bottom: 4px solid black;
  content: "";
  margin-left: 0;
  position: absolute;
  top: 65px;
  width: 130px;
}


.NewsletterContainer {
  margin: 40px auto;
  max-width: 825px;
    overflow: hidden;
}
@media (max-width: 768px) {
#NewsletterImage, #NewsletterForm {  width: 100%;}
#NewsletterForm {  padding: 10px 20px;}
#NewsletterForm .form-control {  padding: 0;}
}

@media (min-width: 768px) and (max-width: 992px) {
#NewsletterForm {  padding: 10px 20px; }
}

/* debug */


@media (min-width: 768px) {
#ProjectDetail .row {
	position:relative;
}
#ProjectDetail .projectcol1 {
	bottom:0;
	left:0;
}
#ProjectDetail .projectcol2 {
	bottom:0;
	left:50%;
	position:absolute;
}
}
/********************************************************/
/* RESPONSIVE */
/********************************************************/


@media (max-width: 768px) {

p {
	font-size:10px;
	line-height:1.8em;
}

/* @giulio New style for "add shipping address" form buttons */
.FormLogin button.btn {
  font-size: 9px;
  letter-spacing: 2px;
  padding: 12px 30px;
}
/* end new style */

a.readmore {
  font-size: 10px;
  font-weight: normal;
}
#navbar-main .navbar-nav {
  margin: 20px auto;
  width:100%;
}
.navbar-nav > li > a {
  font-size: 11px;
  padding: 10px;
}
.navbar-nav > li > a::before, .navbar-nav > li > a::before, .navbar-nav > li > a::before {
  bottom: 5px;
}
.navbar-nav > li > a:hover::before, .navbar-nav > li > a:active::before, .navbar-nav > li.active > a::before {
  border-bottom: 4px solid black;
  bottom: 5px;
}
#navbar-main .collapse.in {
  border-top: none;
}
.navbar-brand-mobile img{
	max-width:70%;
	height:auto;
	margin: 8px 0;
}
.navbar .navbar-nav.pull-right{
  float: none !important;
}
#navbar-main.affix .pull-right {
  margin-right: 0px;
}
.navbar .navbar-nav .pull-right i{
	display:none;
}
#navbar-main.affix-top .pull-right > li > a > i, #navbar-main.affix .pull-right > li > a > i{
	display:none;
}
#navbar-main.affix-top .pull-right {
  margin: 20px 0 60px 0;
}
.navbar-toggle {
  float: left;
  padding: 0px;
  margin-right:-20px;
}
#navbar-main.affix {
  margin: -1px auto;
  padding: 0 19px;
 }
.navbar {
	text-align:center;
}

/* home */

.hero {
  left: 50%;
  text-align: center;
  width: 100%;
  transform: translate3d(-50%, 0px, 0px);
}
.fade-carousel .carousel-inner .item {
  max-height: 375px;
}
#homeSlider {
	margin-bottom:70px;
}
#homeSlider h1 {
  font-size: 16px;
  line-height:20px;
}
#homeSlider h6 {
	font-size:10px;
	font-weight:normal;
}
#homeSlider h6::before {
  left: 40%;
  width: 20%;
}
#homeSlider .carousel-control {
	display:none;
}
.carousel-indicators {
  bottom: -50px;
}
#homeSlider .carousel-indicators li {
  background-color: #acacac;
}
.lookbook-home h2 {
  border-top: 4px solid #000;
  margin-top: 12%;
  padding-top: 10px;
  font-size:16px;
  line-height:20px;
}
.lookbook-home h2::before {
	display:none;
}
.lookbook-home p {
  margin: 15px 0 15px 15px;
  width: 40%;
}

#homeLookbook .container{
	padding:0;
}
#homeLookbook img{
	max-width:50%;
}

#homeLookbook .col-md-6:nth-child(2n) img{
	float:right;
}
#homeLookbook .col-md-6:nth-child(2n) p{
	margin: 15px 15px 15px 0;
	text-align:right;
	float:right;
}
#homeLookbook .col-md-6:nth-child(2n) h2{
	text-align:right;
	float:right;
	margin-right:-30px;
	width:100%;
}

.video-text {
  left: auto;
  padding-right: 0;
  position: relative;
  right: auto;
  top: 0;
  width: 100%;
  text-align:center;
}
.video-text h6::before {
  border-bottom: none;
}
.video-text h6 {
	font-size:10px;
	border-bottom:4px solid #000;
	width:50px;
	margin:20px auto;
}
.video-text h1 {
  color: #000;
  font-size: 18px;
  letter-spacing: 2px;
  margin-bottom: 20px;
  text-shadow: none;
  text-transform: uppercase;
}
.video-text .btn-white {
  background-color: #000;
  border-color: #000;
  color: #fff;
}
.video-container {
  overflow: hidden;
}
.video-container img {
  height: 165px;
  max-width: none;
  width: auto !important;
}
.play {
  background: rgba(0, 0, 0, 0) url("../img/play.png") no-repeat scroll center center;
  margin: auto;
  min-height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}

#EditorialCarousel .carousel-inner {
  left: -5%;
  width: 110%;
}
#EditorialCarousel {
  margin: 50px 0;
}
#EditorialCarousel h1 {
  font-size: 16px;
  padding: 20px 10px 0;
}
#EditorialCarousel .carousel-control {
  width: 5%;
  bottom:50%;
}

#Events h4 {
  font-size: 13px;
  margin: 20px 0;
  padding: 0;
}
#Events h6 {
  margin: 10px auto;
}
#Events p {
  padding: 0;
}
#Events .col-md-4 {
	padding:30px 60px;
}

/* Lookbook */
#MenuLookbook {
  background: #fff none repeat scroll 0 0;
  left: 0;
  margin: auto;
  padding: 10px 0;
  position: fixed;
  text-align: center;
  top: 57px;
  width: 100%;
  z-index: 998;
}
#MenuLookbook a {
  font-size: 11px;
  letter-spacing: 1px;
  padding: 15px;
}
#ImagesLookbook {
  padding: 0;
  margin-top: 35px;
}


#ImagesLookbook div.moveup1 {
    margin-top: -41px;
}

#ImagesLookbook div.moveup2 {
    margin-top: 0px;
}

#ImagesLookbook div.moveup3 {
    margin-top: -41px;
    margin-bottom: 0;
}

#ImagesLookbook div.moveup4 {
    margin-top: -41px;
}

#ImagesLookbook div.moveup5 {
    margin-top: -41px;
}


#ImagesLookbook .txt {
	display:none;
}
#ImagesLookbook .col-xs-6, #ImagesLookbook .col-xs-5 {
	padding:5px;
}
/* campaign */
.JumboImgBg {
  background: #000;
  height: 375px;
  margin: 0 0 30px;
  overflow:hidden;
}
.JumboImgBg img {
  height: 375px;
  margin-left: -300px;
  max-width: none;
  width: auto;
}
.jumbo-text h1 {
  font-size: 16px;
  letter-spacing: 2px;
  line-height:20px;
}
.jumbo-text h6::before {
  border-bottom: 3px solid white;
  bottom: -2px;
  left: 40%;
  width: 20%;
}
.jumbo-text h6 {
  font-size: 10px;
}
.jumbo-text {
  top: 30%;
}
.godown {
  background: #fff none repeat scroll 0 0;
  color: #000;
  float: right;
  font-size: 10px;
  height: 40px;
  margin-top: -58px;
  padding: 25px 13px 35px;
  position: relative;
  width: 20px;
}
#AdvColumns .txt {
  padding: 30px 0;
}
#AdvColumns .txt h3 {
  border-top: 4px solid #000;
  font-size: 18px;
  margin: 0;
  padding: 20px;
  width: 75%;
  line-height:20px;
}
#AdvColumns .txt.right h3 {
	float:right;
}
#AdvColumns .txt h3::before {
	display:none;
}
#AdvColumns .txt p {
	font-size:12px;
  margin: 5px 20px;
  width: 80%;
}
#AdvColumns img {
  height: auto;
  width: 75%;
  float:left;
}
#AdvColumns .row:nth-child(2n) img{
	float:right;
}
#CampaignAdv {
  padding: 20px 0 70px 0;
}
#CampaignAdvCarousel {
  margin: 0;
}
#CampaignAdvCarousel {
  margin: 0;
  overflow: visible;
}
#CampaignAdvCarousel .carousel-indicators {
  bottom: -40px;
  left: auto;
  right:auto;
  margin: auto;
  width: 100%;
}
#CampaignAdvCarousel .carousel-indicators li {
  background-color: #ccc;
  height:5px;
  width:5px;
  margin:1px 6px 2px;
}
#CampaignAdvCarousel .carousel-indicators .active {
  background-color: #000;
  border: 5px solid #000;
}
#CampaignAdvCarousel .carousel-control {
	display:none;
}
#CampaignAdvCarousel .play {
	display: block;
}
#CampaignVideoCarousel h3 {
  font-size: 16px;
  padding: 20px 0 10px 0;
}
#CampaignVideoCarousel p {
  padding: 0 0 30px 0;
}
#CampaignVideoCarousel {
  margin: 0;
  max-height: 200px;
}
#CampaignVideoCarousel .carousel-inner {
  left: 10%;
  width: 80%;
}
#CampaignVideoCarousel .carousel-control {
  width: 10%;
  top:50%;
}
#CampaignVideoCarousel img {
  margin: 0px;
  padding: 0px;
}
#CampaignVideoCarousel p a {
  font-weight: normal;
}

/* Editorials */

#Editorials {
  padding: 0 0 50px 0;
}
#Editorials img{
	width:100%;
	height:auto;
}
.editorials h3 {
  font-size: 18px;
  margin: 20px 0 0;
  border-top: 4px solid #000;
  font-size: 18px;
  padding: 20px;
  max-width:80%;
  line-height:22px;
}
.editorials h3:before {
	display:none;
}
#Editorials p {
  margin: 0 20px;
  width: 85%;
}


/* Events */

#Events {
  padding: 0;
}

.EventsFilter {
  text-align: left;
  padding:30px 10px;
}
.EventsFilter .btn {
  padding: 10px 35px;
  text-align: left;
  width: 100%;
}
.row.masonry {
 -moz-column-width: 8em;
 -webkit-column-width: 8em;
 margin:0;
}
.masonry {
  padding: 0;
}
#overlay {
  height: 30px;
  line-height: 30px;
  width: 30px;
  font-size:20px;
}

/* Heritage */

#Heritage {
  margin: 80px 0 0;
  padding-bottom:240px;
}
#Heritage .concept h4 {
  font-size: 25px;
  margin-left: 20px;
  margin-top: -90px;
}
#HeritageCarousel {
  margin-top: -40px;
  overflow: unset;
}

#HeritageCarousel img {
  max-width: 84%;
}
#HeritageCarousel .carousel-control {
	display:none;
}
#HeritageCarousel .carousel-indicators li, #StoriaCarousel .carousel-indicators li, #HeadQuarters .carousel-indicators li {
  background-color: #fff;
  border: medium none;
  border-radius: 0;
  height: 5px;
  margin: 1px 8px 2px;
  width: 5px;
}
#HeritageCarousel .carousel-indicators .active, #StoriaCarousel .carousel-indicators .active, #HeadQuarters .carousel-indicators .active {
  background-color: #666;
  border: 5px solid #666;
  margin-bottom:0;
}
#Heritage .text p {
  margin-top: 80px;
  padding: 0 30px;
  width: 100%;
}
#Heritage .divider {
  height: 3px;
  margin: 40px auto 60px;
  width: 100px;
}
.storia .carosello {
  left: 4%;
  margin-top: 150px;
  padding: 10% 12%;
  position: relative;
  width: 92%;
}
.storia h4 {
	font-size:25px;
}
.storia p {
  font-size: 12px;
  padding: 40px 0;
}
.storia .line {
  height: 3px;
  width: 60px;
}
#StoriaCarousel .carousel-indicators {
  bottom: -70px;
  right: auto;
  width: 100%;
}

#HeadquartersCarousel {
  margin: -90px auto 0;
  max-height: none;
  width: 90%;
  overflow: visible;
}
.headquarters h4 {
  font-size: 25px;
  margin-left: 20px;
  margin-top: -140px;
}
#HeadquartersCarousel .carousel-control {
  display: none;
}
#HeadQuarters .carousel-indicators li {
  background-color: #ccc;
}
#HeadQuarters .text p {
  font-size: 12px;
  padding: 0 30px;
  width: 100%;
}
#HeadQuarters .text p  a.readmore {
  font-size: 12px;
}
#HeadQuarters .text p a.readmore {
  font-size: 11px;
  margin-left: -20px;
}
#HeadQuarters {
  margin-bottom: 80px;
}

/* Boutiques */
#Boutiques {
  margin: 130px auto 60px auto;
  padding-bottom: 15px;

}
#Boutiques h4 {
  font-size: 25px;
  margin: -135px 0 0;
  text-align: left;
}
#Boutiques img {
  height: auto;
  margin: 0 auto 90px;
}
#accordion-boutiques {
  min-height: 250px;
  padding: 30px;
}
#Boutiques .col-sm-5, #Boutiques .col-sm-6 {
  padding: 0 5px;
}
.accordion-heading a {
  font-size: 14px;
}
.accordion-heading {
  padding: 10px 0;
}
.accordion-inner {
  font-size: 11px;
  line-height: 19px;
  padding: 20px 0 60px;
}

/* footer */
#ProjectDetail {
  padding: 0 40px;
}
#ProjectDetail .play {
  min-height: 206px;
}
#PageHeader {
  border-top: 1px solid #ddd;
  padding: 0 0 50px;
  text-align: center;
  margin: 0 -20px;
}
#ProjectDetail h4 {
  font-size: 25px;
  padding: 0 0px;
}
#ProjectDetail p {
  font-size: 12px;
  padding: 5px 0px;
}
#ProjectCarouselHalf .carousel-indicators li, #ProjectCarouselFull .carousel-indicators li {
  background-color: #ccc;
  height: 5px;
  margin: 1px 8px 2px;
  width: 5px;
}
#ProjectCarouselHalf .carousel-indicators .active, #ProjectCarouselFull .carousel-indicators .active {
  background-color: #000;
  border: 5px solid #000;
  margin: 1px 8px 0 7px;
}
#ProjectCarouselHalf {
	margin-bottom:30px;
}
#ProjectDetail .text {
  padding: 40px 20px;
}
#ProjectCarouselFull .carousel-control {
  display: none;
}
#ProjectCarouselFull img {
  width: 100%;
}
#ProjectCarouselFull {
  margin: 50px 0;
}
#Pagination {
  padding: 50px 0px;
}
#Pagination a.btn {
  margin-top: 30px;
}

#EditorialDetail {
  margin: 0 auto;
  padding: 0 15px;
}
#EditorialDetail h3 {
	font-size:18px;

}
#EditorialDetail h3::before {
  top: -20px;
}
#EditorialDetail p {
	font-size:12px;
}
#EditorialDetailContent {
  background: #ecedee;
  padding-bottom: 30px;
}
#EditorialDetailContent2 img.small {
  margin: 50px 0;
  width: 50%;
  height: auto;
}
#MoreEditorials h4 {
  font-size: 20px;
}
#MoreEditorialsCarousel .carousel-inner {
  left: 5%;
  width: 90%;
}
#MoreEditorialsCarousel .carousel-control {
  width: 0%;
}
#MoreEditorialsCarousel {
  margin: 30px 0;
  max-height: 250px;
  overflow: hidden;
}
#MoreEditorialsCarousel h3 {
  font-size: 18px;
  font-weight: bold;
}

.headerBanner {
	display:none;
}
#LookbookCarousel {
  margin: 20px 0;
  max-height: 270px;
  overflow: hidden;
}
#LookbookCarouselMob {
  margin: 40px 0 20px 0;
  max-height: none;
  overflow: visible;
}
#LookbookCarousel .carousel-inner {
  left: -10%;
  width: 120%;
}
#LookbookCarouselMob .carousel-inner {
  left: 5%;
  width: 90%;
}
#LookbookCarousel .carousel-control, #LookbookCarouselMob .carousel-control {
  width: 0%;
  bottom:50%;
}
#LookbookCarousel h3, #LookbookCarouselMob h3 {
  border-top: 4px solid black;
  font-size: 18px;
  font-weight: bold;
  padding: 20px;
}
#LookbookCarousel .text, #LookbookCarouselMob .text {
	text-align:center;
}
#LookbookCarousel .text p, #LookbookCarouselMob .text p {
	font-size:12px;
	margin-bottom:20px;
}
#LookbookCarousel .text p, #LookbookCarouselMob .text p {
	font-size:12px;
	margin-bottom:20px;
	padding:0;
}
#LookbookCarousel h3 span, #LookbookCarouselMob h3 span{
	color:#ccc;
    font-size: 12px;
	font-weight:normal;
}
.backgrid {
	text-align:center;
	margin:30px 0 50px;
}
.backgrid a{
	font-size:10px;
	text-decoration:none;
	letter-spacing:2px;
}
/* footer */

.logofooter {
	margin-bottom:-3px;
}
.footer {
  padding: 20px;
}
footer .navbar-nav > li > a {
  font-size: 11px;
  padding: 15px;
}
.spacer div {
  height: 30px;
  width: 3px;
}
#social li {
	float:left;
}
.copyright p {
  font-size: 9px;
  letter-spacing: 1px;
}
.copyright {
  padding: 15px 0 5px;
}
#EditorialDetailContent .text, #EditorialDetailContent2 .text {
  padding: 0 30px;
  text-align: left;
}
#EditorialDetailContent i {
  margin-right: auto;
  margin-top: 10px;
}
.godown {
  visibility: visible;
}
#CampaignVideoCarousel .play {
  min-height: 60%;
}
#CampaignVideoCarousel .carousel-control .glyphicon-chevron-left, #CampaignVideoCarousel .carousel-control .glyphicon-chevron-right, #CampaignVideoCarousel .carousel-control .icon-next, .carousel-control .icon-prev {
  top: 0%;
}
#HeroBanner {display:none;}
#cboxOverlay, #colorbox { display:none !important;}
#ImagesLookbook .introtxt {
  display: block;
  padding: 30px;
  text-align: center;
}
.back-top .fa {
  margin-bottom: 0px;
}
.backgrid { display:block;}
#Back { display:none;}
#LookbookCarouselMob .image {
  float: unset;
  margin: auto;
  width: 90%;
}
#LookbookCarouselMob .text {
  float: unset;
  width: 90%;
  margin: auto;
}
.shareButton { display:block;}
.shareIcons { display:none;}
#NewsletterImage, #NewsletterForm {  width: 100%;}
}

@media (max-width: 1199px) and (min-width: 768px) {
#ImagesLookbook div.moveup2 {
  margin-top: -78px;
}
#ImagesLookbook div.moveup1 {
  margin-top: 107px;
}
#HeritageCarousel .carousel-inner > .item > a > img, #HeritageCarousel .carousel-inner > .item > img, #HeritageCarousel .img-responsive, .thumbnail a > img, .thumbnail > img {  max-width: 75%; margin:auto;}
#HeadquartersCarousel .carousel-inner > .item > a > img, #HeadquartersCarousel .carousel-inner > .item > img, #HeadquartersCarousel .img-responsive, .thumbnail a > img, .thumbnail > img {  max-width: 75%; margin:auto;}

#ProjectDetail .text {
  padding: 42px 20px;
  text-align: center;
}
a.btn {
	font-size: 10px;
}

/* @giulio new style for "add shipping address" form buttons */
.FormLogin button.btn {
	font-size: 10px;
}
/* end new styles */

}

@media (max-width: 922px) and (min-width: 768px) {
#ImagesLookbook .txt {
  display: none;
}
#ImagesLookbook div.moveup2 {
  margin-top: -53px;
}
#ImagesLookbook div.moveup1 {
  margin-top: 82px;
}

}

@media (min-width: 768px) {
	.navbar-brand-mobile { display:none;}
	#HeritageCarousel .carousel-indicators, #HeadquartersCarousel .carousel-indicators {display:none;}
}



.custom-video-block {
    position: relative;
    margin-top: 50px;
}

.non-frame-content .video-cover {
    position: relative;
    z-index: 10;
    width: 100%;
}

.custom-video-block .video-frame {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

.custom-video-block .non-frame-content {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.custom-video-block .non-frame-content .play-button-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 20;
    cursor: pointer;
}

.custom-video-block .non-frame-content .play-button-adv {
    border-radius: 0;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 12px;
    letter-spacing: 3px;
    padding: 20px 40px;
    text-shadow: none;
    transition: all 0.3s ease 0s;
}

.custom-video-block .non-frame-content .play-button-custom label {
    display: none;
}

.custom-video-block .hp-video-block-text {
    z-index: 20;
}


.custom-video-block .non-frame-content .hp-video-block-text {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.custom-video-block .hp-video-block-text h6::before {
    width: 6%;
    left: 0;
}

#homeSlider .item {
    position: relative;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

#homeSlider h2 {
    font-size: 45px;
    text-transform: uppercase;
    color: #000;
    text-shadow: none;
    margin-bottom: 30px;
}

#homeSlider .slick-dots {
    position: absolute;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 0;
}

#homeSlider .slick-arrow {
    z-index: 10;
    border: 0;
}

#homeSlider .slick-dots li {
    display: inline-block;
    list-style: none;
}

#homeSlider .slick-dots li button {
    display: inline-block;
    list-style: none;
    background-color: #fff;
    border: none;
    width: 7px;
    height: 7px;
    margin: 1px 10px 2px;
    font-size: 0;
    padding: 0;
}

#homeSlider .slick-dots li, #homeSlider .slick-dots li button:focus {
    outline: none;
}

#homeSlider .slick-dots li.slick-active button {
    background-color: #000;
    margin: 1px 8px 0px 7px;
    border: 6px solid #000;
}

.info-block {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
}

.info-block .info-inner {
    position: relative;
}

.info-block .info-text, .info-block .info-close {
    margin: 0;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
}

.info-block .info-text {
    letter-spacing: 2px;
    padding: 8px 0;
}

@media only screen and (max-width: 767px) {
    .info-block .info-text {
        width: 100%;
    }

    #NewsletterImage {
        display: none;
    }

    #homeSlider .item {
        background-image: none !important;
    }

    .navbar-brand {
        display: none;
    }

    .radioLabel .hidden-radio-content {
        padding-right: 0;
        padding-left: 0;
    }
}

.info-block .info-close {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    font-size: 40px;
    line-height: 0;
}

.info-block.info-black {
    background: #000;
}

.info-block.info-black .info-text, .info-block.info-black .info-close {
    color: #fff;
}

@media only screen and (min-width: 1024px) {
    #EditorialCarousel .slick-slide img {
        max-width: 565px;
    }
}

@media only screen and (max-width: 768px) {
    .non-frame-content .video-cover {
        max-width: 100% !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .custom-video-block .hp-video-block-text {
        right: 10%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .non-frame-content {
        height: 490px;
    }

    .custom-video-block .non-frame-content .play-button-img {
        max-width: 100% !important;
    }
}

@media only screen and (max-width: 1024px) {
    .non-frame-content .video-cover {
        display: none;
    }
    #Events p{
        text-align:center;
        padding: 10px;
    }
}

@media only screen and (max-width: 991px) {
    #homeSlider h2 {
        font-size: 16px;
    }

    #homeSlider .slick-dots li button {
        background-color: #acacac;
    }

    #homeSlider .slick-dots {
        bottom: -50px;
    }

    #homeSlider .item .hero {
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
}

@media only screen and (max-width: 767px) {
    .non-frame-content {
        height: 250px;
    }

    .custom-video-block .non-frame-content .play-button-img {
        display: none;
    }

    .custom-video-block .non-frame-content .jumbo-text-right {
        width: 40%;
    }

    .custom-video-block .non-frame-content .play-button-adv {
        padding: 10px 20px;
        width: 100%;
        white-space: normal;
        text-align: left;
    }

    #homeSlider .slick-slide img {
        display: none;
    }

    #homeSlider h6 {
        color: #000;
    }

    #homeSlider .slick-slide .spacer-slider {
        width: 100%;
        height: 100%;
        background-color: #fff;
        opacity: .4;
        position: absolute;
        top: 0;
        left: 0;
    }

    #EditorialCarousel .slick-slide img {
        max-width: 40%;
    }
}

@media only screen and (min-width: 768px) {
    .page-header button .menu-label {
        padding-left: 30px;
    }
}

@media only screen and (max-width: 400px) {
    .lookbook-home h2 {
        padding-top: 0;
        margin-top: 10px;
    }
    .lookbook-home p {
        margin: 0 0 0 15px;
    }
}

.shop-bag-mobile {
    float: right;
}

/* @DigitalMind Heritage image stretching fix */
@media screen and (max-width: 767px) {
    .storia img {
        float: none;
        width: 100%;
    }
    .storia .carosello {
        margin-top: 80px;
    }
}

/*possible fix for header in tablet portrait*/
/*@giulio problem: this will hide the shopping cart on medium devices
.navbar-nav>li.nav-bag {
    display: none;
}
*/

/*Journal - Editorial*/

.journal-container {
    max-width: 1340px;
}

.journal-container .journal-title-block {
    text-align: center;
    margin-bottom: 30px;
}

.journal-container .journal-title-block h2 {
    text-decoration: underline;
    margin-top: 0;
}

.journal-container .journal-title-block a {
    text-decoration: none;
}

.journal-container .journal-preview .journal-preview-column {
    text-align: center;
    margin-bottom: 50px;
}

.journal-container .journal-preview .journal-preview-column {
    text-decoration: none;
    transition: all 0.4s;
    padding-top: 15px;
    padding-bottom: 15px;
}

.journal-container .journal-preview .journal-preview-column:hover {
    color: #000;
}

.journal-container .journal-preview .journal-preview-column h3 {
    font-size: 17px;
    margin-top: 0;
    margin-bottom: 20px;
}

.journal-container .journal-preview .journal-preview-column img {
    margin-bottom: 30px;
}

.journal-container .journal-preview .journal-preview-column p {
    margin-bottom: 35px;
    color: #000;
}

.journal-container .journal-preview .journal-preview-column .cta-journal {
    text-transform: none;
    letter-spacing: 0.05px;
    padding: 15px 20px;
}

@media (max-width: 767px) {
    .journal-container .journal-preview .journal-preview-column p {
        font-size: 11px;
    }
}

@media (min-width: 768px) {
    .journal-container .journal-title-block {
        text-align: center;
        margin-bottom: 60px;
    }

    .journal-container .journal-preview .journal-preview-column h3 {
        font-size: 20px;
        margin-bottom: 25px;
    }

    .journal-container .journal-preview .journal-preview-column .cta-journal {
        font-size: 14px;
        line-height: 14px;
        padding: 15px 30px;
    }
}

@media (min-width: 961px) {
    .journal-preview {
        padding-top: 35px;
    }

    .journal-preview .journal-preview-column:nth-child(2) {
        margin-top: -35px;
    }

    .journal-container .journal-title-block h2 {
        font-size: 40px;
        margin-bottom: 30px;
    }

    .journal-container .journal-preview .journal-preview-column {
        padding: 45px;
    }

    .journal-container .journal-preview .journal-preview-column:hover {
        transition: all 0.4s;
        -webkit-box-shadow: 0 0 50px 45px rgba(244,244,244,0.8);
        -moz-box-shadow: 0 0 50px 45px rgba(244,244,244,0.8);
        box-shadow: 0 0 50px 45px rgba(244,244,244,0.8);
    }
}
