html {
    font-size: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent
}
/*
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*/
@media screen and (min-width: 480px) {
    html {
        font-size: 18px;
    }
}

body {
    margin: 0;
    padding: 0
}

ul, ol, li, dl, dt, dd, h1, h2, h3, h4, /*h5,*/ h6, hgroup, p, blockquote, figure,
form, fieldset, input, legend, pre, abbr {
    margin: 0;
    padding: 0
}

ol, ul {
    list-style: none;
}

@-ms-viewport {
    width: device-width
}

@viewport {
    width: device-width
}

 h2, figure {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

pre, code, address, caption, th, figcaption {
    font-size: 1em;
    font-weight: normal;
    font-style: normal
}

article, aside, footer, header, nav, main, section, summary, details,
hgroup, figure, figcaption {
    display: block
}

fieldset, iframe, img {
    border: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

audio, canvas, video, progress {
    display: inline-block;
    vertical-align: baseline
}

button {
    border: 0;
    font: inherit;
    vertical-align: middle
}

@media print {
    body {
        color: #000
    }

    a, a:link, a:visited {
        color: #000;
        text-decoration: none
    }

}

html {
    height: 100%;
    font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-size: 112.5%
}


body {
    width: 100%;
    height: 100%;
    font-size: 90%;
    line-height: 1.5;
    font-weight: 300;
    font-style: normal;
    letter-spacing: normal;
    background-color: #000;
    color: #fff;
}

@media only screen and (min-width: 736px) {
    body {
        font-size: 100%;
        line-height: 1.5;
        font-weight: 300;
        letter-spacing: normal
    }
}

@media only screen and (min-width: 1069px) {
    body {
        font-size: 100%;
        line-height: 1.5;
        font-weight: 300;
        letter-spacing: normal
    }
}

body, input, textarea, select, button {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-font-feature-settings: 'liga', 'kern'
}

hr {
    height: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

/*
  ========================================
  Custom styles
  ========================================
*/


*, :after, :before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

h5 {
	font-size: 80%;
}

h1, h2, h5, p {
	/*margin-top: 0;*/
  margin-bottom: 1.6rem;
	font-weight: inherit;
}
/*
a {
    color: #08c
}

a:visited, a:link, a:active {
    text-decoration: none
}
*/
a {
    color: inherit;
    text-decoration: none
}
/*
a:focus, a:hover {
    color: #ae94ac;
    text-decoration: none;
}
*/
a:focus {
    outline: dotted thin;
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px
}

hr {
    margin-top: 1rem;
    border: 0;
    border-top: .0625rem solid rgba(0, 0, 0, .1)
}
sub,
sup {
  font-size: 50%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.1em;
}

.small, small {
    font-size: 80%;
    font-weight: 400
}

strong {
    font-weight: 700;
}
.content:focus {
    outline: 0;
}

#content {
    display: block
}

img {
    width: 100%;
    vertical-align: middle;
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
}

.container, .container-fluid {
    margin-right: auto;
    margin-left: auto
}


.container:after, .container:before {
    display: table;
    content: " "
}

.container:after {
    clear: both
}

.container {
    padding-right: .9375rem;
    padding-left: .9375rem
}

@media (min-width:34em) {
    .container {
        max-width: 34rem
    }
}

@media (min-width:48em) {
    .container {
        max-width: 45rem
    }
}

@media (min-width:62em) {
    .container {
        max-width: 60rem
    }
}

@media (min-width:75em) {
    .container {
        max-width: 72.25rem
    }
}

/*
  ========================================
  Navigation
  ========================================
*/
header {
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 9999;
}

.nav-btn {
    position: absolute;
    top: 2rem;
    right: 2.6rem;
    padding: .3rem;
    margin-right: .3rem;
    margin-left: .3rem;
    width: 1.5rem;
    height: 1.5rem;
    cursor: pointer;
    z-index: 99991;
    opacity: 1;
}

@media screen and (max-width: 480px) {
    .nav-btn {
        top: .8rem;
        right: .5rem;
    }
}

.nav-btn span {
    display: block;
    width: 1.75rem;
    height: 2px;
    margin-top: .25rem;
    background-color: #fff;

    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;

    -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.4);
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.4)
}

/*
  ========================================
  Off Canvas Navigation
  ========================================
*/
.offcanvas-nav {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
		background-color: rgba(76, 86, 113, 0.85);
    /*background-size: cover;
    	background-repeat: no-repeat;
    	background-position: 50% 0;
    	background-image: url(../images/collection_image_big_Collections_menu_Large_1338X584_sivigli.jpg);*/
    -webkit-box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5);
    				box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5);
    z-index: 99;
}

.offcanvas-nav ul {
    position: relative;
    top: 35%;
    left: 50%;
    height: 50%;
    text-align: center;
    width: 80%;
    margin-left: -40%;
    margin-top: -15%
}

@media screen and (min-width: 620px) {
    .offcanvas-nav ul {
        width: 66%;
        top: 50%;
        margin-left: -33%;
        margin-top: -12%;
    }
}

.offcanvas-nav li {
    width: 100%;
    margin: 0;
    text-transform: uppercase;
    font: 1.75rem " ", serif;
    font-weight: 300;
}

@media screen and (min-width: 620px) {
    .offcanvas-nav li {
        font: 3rem " ", serif;
    }
}

.offcanvas-nav li a {
    display: block;
    color: transparent;
    text-shadow: 0px 0px 2px #fff;
    letter-spacing: 2px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

@media (min-width: 768px) {
    .offcanvas-nav li a {
        text-shadow: 0px 0px 5px #fff;
    }
}

.offcanvas-nav li:hover a {
    text-shadow: 0px 0px 5px #0d1a3a;
}

.offcanvas-nav li a:hover {
    color: inherit;
    text-shadow: 0px 0px 1px #fff;
    padding-left: 10px;
}

/*=========================================*/
/* Page Top - Logo
/*=========================================*/

/*
.page-brand,
.nav-extended {
    top: 0;
    z-index: 100;
}
*/
.page-brand {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    text-transform: uppercase;
    line-height: 2.6;
    z-index: 4;
}

@media (min-width: 48em) {
    .page-brand {
        padding-top: 1.75rem;
    }
}

@media (min-width: 62em) {
    .page-brand {
        padding-top: 2.5rem;
    }
}

.page-brand-lite .page-brand {
    /* top white bar make it transparent for the time being  */
    background: transparent;
    color: inherit;
}

.brand {
    display: inline-block;
    width: auto;
    height: auto;
    transition: 1s;
    -webkit-transform: translate3d(0, 0, 0); /* safari */
}

.page-brand .brand {
    font-weight: 200;
    padding-left: 2rem;
    font-size: 1.25rem;
}

@media (min-width: 48em) {
    .page-brand .brand {
        font-weight: 200;
        padding-left: 3.75rem;
        font-size: 2.25rem;
    }
}

.page-brand a {
	color: inherit;
}
.page-brand a:focus, .page-brand a:hover {
	color: #a295a1;
	text-decoration: none;
}

.btn-menu {
    position: fixed;
    top: .625rem;
    right: 2rem;
    text-align: center;
    font-weight: 700;
    font-size: 0.875rem;
    opacity: .4;
}

@media (max-width: 48em) {
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width: 48em) {
    /*use this if menu on left-side visible only phone-size  */
    .btn-menu-xs {
        display: none;
    }
}

/*=========================================*/
/* Scrolling Content
/*=========================================*/
#wrap {
    position: relative;
    background: transparent;
    z-index: 999;
}

/* #wrap */
.wrap {
    /* safari osx doesnt render z-index on fixed hero correctly without the following, which is reset to "none" on wrap-inner to allow position fixed! */
    -webkit-transform: translate3d(0, 0, 0);
}

.wrap-inner {
    height: 100%;
    background-color: #000; /* may not be needed*/
    /* below REQUIRED - position fixed trigger, undoes #wrap -webkit transform */
    -webkit-transform: none;
}

@media (min-width: 1200px) and (min-height: 600px) {
    .wrap-inner {
        background-color: #000;
        -webkit-transform: none;
    }
}

/*=========================================*/
/* Page-Cover
/*=========================================*/

.page-cover {
    /*position: relative;*/
    top: 0;
    left: 0;
    width: inherit;
    height: inherit;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-color: #597596;
    background-image: url(../images/home.jpg);
    opacity: .9;
	  /*-webkit-box-shadow: inset 0 0 5rem rgba(0, 0, 0, .8);
    box-shadow: inset 0 0 5rem rgba(0, 0, 0, .8);*/

}
.page-cover.grab-hand  {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab
}

.cursor-grabbing {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: grabbing
}

/* fixed position page-cover - uses moderenizr tests to determine support of viewport units
@media (min-width: 1200px) and (min-height: 600px) {   */
@media (min-width: 992px) and (min-height: 600px) {
    .page-cover.fixed-xs {
        position: fixed;
    }

    .page-cover.fixed-xs + #wrap {
        margin-top: 100vh;
    }
}

/* Extra markup and styles for table-esque vertical and horizontal centering */
.page-caption {
    display: table;
    width: 100%;
    height: 100%; /* For at least Firefox */
    min-height: 100%;
    -webkit-box-shadow: inset 0 0 5rem rgba(0, 0, 0, .8);
    box-shadow: inset 0 0 5rem rgba(0, 0, 0, .8);
}

.page-caption-inner {
    display: table-cell;
    vertical-align: middle;
    text-shadow: 3px 5px 0 rgba(0, 0, 0, 0.2);
}
/*
.page-caption-container {
    margin-right: auto;
    margin-left: auto;
}
*/
.caption-inner {
    padding: 0 2rem;
    text-align: center;
}

/* fade in effect and move up slightly of main front caption*/
.page-caption >.page-caption-inner {
		opacity: 0;
    transform-origin: 50% 100%;
    -webkit-animation: fade-fx 2s cubic-bezier(.71, .55, .62, 1.8) normal forwards 1.2s;
    -moz-animation: fade-fx 2s cubic-bezier(.71, .55, .62, 1.8) normal forwards 1.2s;
    animation: fade-fx 2s cubic-bezier(.71, .55, .62, 1.8) normal forwards 1.2s;
}

@-moz-keyframes fade-fx {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 10px, 0);
        -moz-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-webkit-keyframes fade-fx {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 10px, 0);
        -moz-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fade-fx {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 10px, 0);
        -moz-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.caption-heading {
    font-size: 42px;
    font-size: 2.625rem;
    line-height: 1;
    font-weight: 100;
    color: inherit;
    /*padding-top: 8rem;*/
    /* if vertical-align is top */
    word-wrap: break-word;
}

@media (min-width: 480px) {
    .caption-heading {
        font-size: 52px;
        font-size: 3.25rem;
    }
}

@media (min-width: 768px) {
    .caption-heading {
        font-size: 72px;
        font-size: 4.5rem;
    }
}

@media (min-height: 660px) and (min-width: 992px) {
    .caption-heading {
        font-size: 80px;
        font-size: 5rem;
    }
}

@media (min-height: 660px) and (min-width: 1200px) {
    caption-heading {
        font-size: 90px;
        font-size: 5.625rem;
    }
}

@media only screen and (min-width: 736px) {
    .caption-heading {
        margin-bottom: 1.2rem
    }
}

@media only screen and (min-width: 1069px) and (min-height: 660px) {
    .cover-heading {
        margin-bottom: 1.5rem
    }
}

.subheading {
    font-size: .7rem;
    line-height: 1.5;
    text-transform: uppercase;
    letter-spacing: 0.3rem;
    font-weight: 700;
}

@media (min-width: 768px) {
    .subheading {
        font-size: .8rem;
    }
}

/*
  ========================================
  Content
  ========================================
*/

section {
    width: 100%;
    overflow: hidden
}
.section-wrap {
  margin: 0 auto;
	width: 100%;
	padding-top: .5rem;
	padding-bottom: 3rem;
	padding-left: 5%;
	padding-right: 5%;
  background-color: #fff;
  color: #444;
	/*color: #9b9392;*/
}
@media only screen and (min-width: 736px) {
		.section-wrap {
			width: 100%;
			padding-top: 2rem;
			padding-left: 12.5%;
			padding-right: 12.5%;
		}
}

hgroup {
	text-align: center;
}

hgroup h1 {
	display: inline-block;
	margin-bottom: .75rem;
	border-bottom: 1px solid #e5e5e5;
	font-family: "Didot ", serif;
	font-weight: 100;
	font-size: 2rem;
	line-height: 1.8;
	/*color: #bc9356;*/
}

@media only screen and (min-width: 736px) {
    hgroup h1 {
			margin-top: 3.3rem;
        font-size: 3rem;
    }
}
@media only screen and (min-width: 1442px) {
    hgroup h1 {
        font-size: 4rem;
    }
}
hgroup h2 {
    margin-top: .6rem;
    font-size: 1.1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.1;
}
@media (min-width:768px) {
    hgroup h2 {
				margin-top: .8rem;
       	font-size: 1.4rem;
    }
}
.half-rule {
    width: 7rem;
    margin: 1.5rem auto;
}

@media (min-width:768px) {
    .half-rule {
        margin: 2.5rem auto
    }
}

/* Creating columns is as simple as this: */

.cols-2 {
	margin-top: 2rem;
}
@media only screen and (min-width: 736px) {
		.cols-2 {
			margin-top: 3.3rem;
		}
}
.cols-2 p {
		letter-spacing: 0.05em;
	-webkit-columns: 2 16rem;
		 -moz-columns: 2 16rem;
					columns: 2 16rem;

	-webkit-column-gap: 2.5rem ;
		 -moz-column-gap: 2.5rem ;
					column-gap: 2.5rem ;
}
.cols-2 p {
    text-align: justify;
    /*text-justify: inter-word;*/
    text-justify: distribute;
    letter-spacing: 0.05em;
}

.contact {
    max-width: 90%;
    margin: 0 auto;
		text-align: center;

}

.contact a {
    color: #41b7d8;
}

.contact a:focus, .contact a:hover {
    border-bottom: .08em solid #41b7d8
}

/*
  ========================================
  Collection
  ========================================
*/
.collection {
    position: relative;
    margin: 0 auto;
    background: #fff;
}

.collection .col-xs-12, .collection.col-sm-6 {
    position: relative;
    min-height: 1px;
}

.collection .col-xs-12 {
    float: left;
    width: 100%;
}

@media (min-width:510px) {
    .collection .col-sm-6 {
        float: left;
        width: 50%;
    }
}

.collection .row {
    margin-right: -.9375rem;
    margin-left: -.9375rem;
}

.collection figure {
    position: relative;
    overflow: hidden;
    max-height: 360px;
    background: rgba(0, 0, 0, 0.9); /*  and line 117 remove green hovering */
    text-align: center;
    /*cursor: pointer;*/
}

.collection figure img {
    position: relative;
    display: block;
    /*min-height: 100%;
    	/*max-width: 100%;
    	max-width: none;*/
    width: -webkit-calc(100% + 60px);
    width: calc(100% + 60px);

    -webkit-transition: opacity 2s, -webkit-transform 1.2s;
    transition: opacity 2s, transform 1.2s;
    -webkit-transform: translate3d(0, 0, 0) scale(1.12);
    transform: translate3d(0, 0, 0) scale(1.12);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.collection figure figcaption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 2em;
    color: #544b4b;
    font-family: "Didot ", serif;
    font-size: 1.5em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0); /* once again fix it? safari */
}

.collection figure figcaption::before,
.collection figure figcaption::after {
    pointer-events: none;
}

.collection figure h2 {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 1em 2em;
    word-spacing: -.15em;
    font-weight: 300;
}

.collection figure h2 span {
    font-weight: 500;
}

.collection figure h2,
.collection figure p {
    margin: 0;
}

.collection figure p {
    padding: 0 10px 0 0;
    width: 50%;
    border-right: 1px solid #ffe3a3;
    text-align: right;
    color: #ffe3a3;
    opacity: 0;
    letter-spacing: 1px;
    font-size: 68.5%;

    -webkit-transition: opacity 2s, -webkit-transform 1.2s;
    transition: opacity 2s, transform 1.2s;
    -webkit-transform: translate3d(-40px, 0, 0);
    transform: translate3d(-40px, 0, 0);
}

figure:hover img {
    opacity: 0.5;
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
}

figure:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

/*  ======================== */
/*  Footer */
/*  ======================== */


#globalfooter {
    font-weight: normal;
    /*text-align: left;*/
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%
}
#globalfooter {
    font-size: 12px;
    line-height: 1.66667;
    font-weight: 400;
    letter-spacing: normal;
    min-width: 1024px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    background-color: #fff;
    color: #666
}

@media only screen and (max-width: 1023px) {
    #globalfooter {
        min-width: 320px
    }
}

#globalfooter a {
    color: #666;
    text-decoration: none
}
.no-js#globalfooter a:hover {
    color: #333;
    text-decoration: underline
}

.no-touch#globalfooter a:hover {
    color: #333;
    text-decoration: underline
}

#globalfooter .gf-content {
    margin: 0 auto;
    padding: 0 16px;

}

@media only screen and (min-width: 768px) {
    #globalfooter .gf-content {
        padding: 0 22px;
				max-width: 1024px
    }
}

#globalfooter .gf-footer {
    color: #999;
    padding: 10px 0;
    border-top: 1px solid #e3e3e3;
}

@media only screen and (min-width: 768px) {
    #globalfooter .gf-footer {
        padding: 14px 0 18px;
    }
}

#globalfooter .gf-footer-legal:before, #globalfooter .gf-footer-legal:after {
    content: ' ';
    display: table
}

#globalfooter .gf-footer-legal:after {
    clear: both
}


@media only screen and (max-width: 767px) {
    #globalfooter .gf-footer-legal {
        text-align: center
    }
}

#globalfooter .gf-footer-legal-copyright {
    margin-right: 26px;
    float: left
}
 #globalfooter .gf-footer-legal-links {
    margin-left: 26px;
    float: right
}

@media only screen and (max-width: 767px) {
    #globalfooter .gf-footer-legal-copyright, #globalfooter .gf-footer-legal-links {
        margin-left: 0;
        float: none
    }
}

#globalfooter .gf-footer-legal-copyright {
    max-height: 9999px
}

#globalfooter .gf-footer-legal-spacer a {
    border-right: 1px solid #d6d6d6;
    margin-right: 10px;
    padding-right: 12px;
    white-space: nowrap
}


#globalfooter .gf-footer-legal-spacer a:last-child {
    border: none;
    margin: 0;
    padding: 0
}




