/* Generali
-------------------------------------------------------------- */

.floatsx { float: left; }
.floatdx { float: right; }
.clear { clear: both; }
.justified { text-align: justify; }
.mid { margin-bottom: -3px; }
.rel { position: relative; }
.rbg { background: #ff0000; }
.gbg { background: #00ff00; }
.bbg { background: #0000ff; }
.txtsx { text-align: left; }
.txtdx { text-align: right; }
.txtmid { text-align: center; }



/* Struttura
-------------------------------------------------------------- */

html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}
body {
	background: #000;
}
#wrap {
	margin: 0 auto -50px;
    min-height: 100%;
    padding: 40px 0 10px;
}
.push {
    height: 50px;
}



/* Header
-------------------------------------------------------------- */

.navbar-inverse {
    background: rgba(30,30,30,0.9);
}
.navbar-nav {
	font-size: 16px;
}



/* Sidebar
-------------------------------------------------------------- */




/* Footer
-------------------------------------------------------------- */

#footer {
	width: 100%;
	height: 50px;
	margin: 0;
	padding: 0 15px;
	background: rgba(30,30,30,0.9);
}
#footer .container {
	padding-top: 13px;
	padding-bottom: 13px;
}
#footer p {
	margin: 0;
	padding: 0;
	font-size: 14px;
	color: #666;
}
#footer a {
	margin: 0;
	padding: 0;
}
#footer .credits img {
	margin-top: 5px;
}



/* Social
-------------------------------------------------------------- */

/* respinsive FB like box */
#fb-root {
	display: none;
}
.fb-like-box {
	padding: 0 10px 10px;
	background: #fff;
	overflow: hidden;
}
.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
	width: 100% !important;
}
.fb_iframe_widget span {
	margin-left: -10px;
}
.mhs.pluginBoxDivider {
    display: none;
	border-color: #333 !important;
}



/* WordPress Generated Classes
-------------------------------------------------------------- */

.aligncenter { display: block; margin: 0 auto; }
.alignleft { float: left; }
.alignright { float: right; }
figure.alignnone { margin-right: 0; margin-left: 0; }



/* Content
-------------------------------------------------------------- */

.content {
	min-height: 600px;
	padding-bottom: 40px;
}

.img-txt {
	margin-top: 6px;
}
hr.presection {
	margin-bottom: 0;
}
section {
    padding: 50px 0 20px;
    margin-top: -40px;
	border-bottom: 1px solid #333;
}
section:last-child {
	border: 0;
}

#chartContainer {
	width: 100%;
	height: 400px;
	margin: 10px 0 30px;
	padding: 0;
}
#chartContainer, #jschart_wrapper {
	background: #fff;
}
.bullionvaultchart .jschart_inside {
    height: 28px !important;
}
.orologio, .montblanc {
	margin: 0 auto;
}

.marchi h3 {
	color: #ccc;
	text-transform: none;
}
.marchi span {
	display: inline-block;
	margin: 0 4px 6px;
	padding: 2px 6px;
	background: #111;
	border-radius: 4px;
	text-transform: uppercase;
	font-size: 13px;
}
.img-centered {
	margin: 0 auto;
}
.arrow-back, .arrow-forward {
	display: inline-block;
	width: 0px;
	height: 0px;
	margin: 0 4px 0 0;
	border-style: solid;
}
.arrow-back {
	border-width: 4px 6.9px 4px 0;
}
.arrow-forward {
	border-width: 4px 0 4px 6.9px;
}
.arrow-back, a:hover .arrow-back {
	border-color: transparent #fff transparent transparent;
}
.arrow-forward, a:hover .arrow-forward {
	border-color: transparent transparent transparent #fff;
}

.anchor {
	padding-top: 60px;
	margin-top: -40px;
}



/* Home page
-------------------------------------------------------------- */

body.home {
	background: #000 url(../img/home-bg.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	font-size: 16px;
}
.home #wrap {
	padding: 30px 15px;
}
#home-wrap {
	max-width: 1650px;
	position: relative;
	margin: 0 auto;
}
#home-blocks {
	position: relative;
	margin: 50px auto;
}
.grid-sizer {
	width: 180px;
}
.home-block {
	width: 180px;
	height: 240px;
	margin-bottom: 10px;
	background: rgba(10,10,10,0.7);
	color: #fff;
	text-align: center;
}
.home-block.l2 { width: 370px; }
.home-block.l3 { width: 560px; }
.home-block.a2 { height: 490px; }
.home-block.a3 { height: 750px; }

.home-block .innerimg {
	position: relative;
}
.home-block .innerimg img{
	margin: 0 auto;
}
.home-block .innertxt {
	padding: 15px;
}
.home h2 {
	margin-top: 15px;
	font-size: 28px;
}
.home-block p {
	color: #999;
}
a.rollover,
a.rollover:hover,
a.rollover:focus {
	text-decoration: none;
	color: #fff;
}
.rollover span {
	display: block;
	margin: 94px 30px 0;
	padding: 10px 0;
	font-size: 18px;
	line-height: 30px;
	border-top: 1px solid rgba(255,255,255,0.5);
	border-bottom: 1px solid rgba(255,255,255,0.5);
	text-transform: uppercase;
}
.home-block.l2 .rollover span,
.home-block.l3 .rollover span {
	font-size: 30px;
	text-transform: none;
}
.home-block.a2 .rollover span {
	margin-top: 220px;
}
a.rollover {
	opacity: 1;
	-webkit-transition: opacity 1s ease;
	-moz-transition: opacity 1s ease;
	-ms-transition: opacity 1s ease;
	-o-transition: opacity 1s ease;
	transition: opacity 1s ease;
	background: rgba(0,0,0,0.8);
	cursor: pointer;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	opacity: 0;
}
a.rollover:hover {
	opacity: 1;
}



/* Buttons and icons
-------------------------------------------------------------- */

.btn {
    text-transform: uppercase;
}
.btn.sx {
    margin-right: 5px;
}
i.sx {
    margin-right: 5px;
}
i.dx {
    margin-left: 5px;
}



/* Gallery
-------------------------------------------------------------- */

.gallery-responsive .row {
	margin-bottom: 20px;
}
.gallery-responsive img {
	margin: 0 auto;
}
.gallery-responsive a.rollover {
	background: rgba(0,0,0,0.8) url(../img/icon-zoom.png) no-repeat center center;
}
.ngg-navigation span {
    font-weight: bold;
    margin: 0 6px;
	border-top: 1px solid rgba(255, 255, 255, 0.5);
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
	padding: 6px 16px;
	color: #fff;
}
.ngg-navigation a.page-numbers, .ngg-navigation a.next, .ngg-navigation a.prev, .ngg-navigation span.page-numbers, .ngg-navigation span.next, .ngg-navigation span.prev {
    border: 0;
    margin-right: 3px;
    padding: 6px 16px;
    color: #999;
	text-decoration: none;
}
.ngg-navigation a.page-numbers:hover, .ngg-navigation a.next:hover, .ngg-navigation a.prev:hover, .ngg-navigation span.page-numbers:hover, .ngg-navigation span.next:hover, .ngg-navigation span.prev:hover ,
.ngg-navigation a.page-numbers:focus, .ngg-navigation a.next:focus, .ngg-navigation a.prev:focus, .ngg-navigation span.page-numbers:focus, .ngg-navigation span.next:focus, .ngg-navigation span.prev:focus {
    background: transparent;
	border-top: 1px solid rgba(255, 255, 255, 0.5);
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}


/* Contatti
-------------------------------------------------------------- */

.wpcf7-form p {
	display: none;
}
#privacy-label {
	font-size: 14px;
}
#privacy {
	margin-right: 5px;
}
span.wpcf7-not-valid-tip-no-ajax {
    color: #c00;
    font-size: 14px;
	line-height: 24px;
}
div.wpcf7-validation-errors {
    border: 1px solid #FFDC7F;
}
.iubenda-ibadge {
	margin: 0 0 -8px 3px;
}


/* Grafico oro
-------------------------------------------------------------- */

.jschart_inside span.hidden-xs,
#jschart_creditLogo,
#jschart_credits {
    display: none !important;
}


/* Colors
-------------------------------------------------------------- */



/* Typography
-------------------------------------------------------------- */





/* Bootstrap overwrites
-------------------------------------------------------------- */

body, h1, h2, h3 {
	font-family: 'Vollkorn', georgia, serif;
}
body {
	font-size: 18px;
	background: #000;
	color: #777;
}
h1, h2, h3 {
	color: #fff;
}
h1, h2 {
	text-transform: uppercase;
}
a, a:hover, a:focus {
    color: #fff;
}
strong {
	color: #ccc;
}
.page-header {
    border-bottom: 1px solid #333;
    margin: 40px 0 20px;
    padding-bottom: 0;
}
label {
    margin-bottom: 2px;
	font-weight: normal;
}
.btn-primary {
    background: transparent;
	border: 1px solid rgba(255, 255, 255, 0.5);
	text-transform: lowercase;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.btn-primary:hover,
.btn-primary:focus {
    background: transparent;
	border: 1px solid rgba(255, 255, 255, 0.8);
}
.btn-lg {
    text-transform: uppercase;
}
.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary.active[disabled], fieldset[disabled] .btn-primary.active {
    background-color: transparent;
	border: 1px solid rgba(255, 255, 255, 0.2);
}
hr {
    border-color: #fff -moz-use-text-color -moz-use-text-color;
	opacity: 0.2;
}



/* Media Queries
-------------------------------------------------------------- */

@media (min-width: 992px) {
	.side-block {
		height: 370px;
	}
}
@media (min-width: 768px) {
	.navbar-brand {
		padding: 12px 15px;
		line-height: 24px;
	}
	.navbar-inverse .navbar-nav > li > a {
		margin: 0 10px;
		padding: 18px 5px 12px;
		text-transform: uppercase;
		text-shadow: none;
	} 
	.navbar-inverse .navbar-nav > li > a:hover,
	.navbar-inverse .navbar-nav > li > a:focus {
		outline: none;
	}
	.navbar-inverse .navbar-nav > li > a::before {
		position: absolute;
		top: 10px;
		left: 0;
		width: 100%;
		height: 1px;
		background: rgba(255,255,255,0.5);
		content: '';
		opacity: 0;
		-webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
		-moz-transition: height 0.3s, opacity 0.3s, -moz-transform 0.3s;
		transition: height 0.3s, opacity 0.3s, transform 0.3s;
		-webkit-transform: translateY(10px);
		-moz-transform: translateY(10px);
		transform: translateY(10px);
	}
	.navbar-inverse .navbar-nav > li > a::after {
		position: absolute;
		top: 42px;
		left: 0;
		width: 100%;
		height: 1px;
		background: rgba(255,255,255,0.5);
		content: '';
		opacity: 0;
		-webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
		-moz-transition: height 0.3s, opacity 0.3s, -moz-transform 0.3s;
		transition: height 0.3s, opacity 0.3s, transform 0.3s;
		-webkit-transform: translateY(-10px);
		-moz-transform: translateY(-10px);
		transform: translateY(-10px);
	}
	.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
		background-color: transparent;
	}
	.navbar-inverse .navbar-nav > li.active > a::before,
	.navbar-inverse .navbar-nav > li > a:hover::before,
	.navbar-inverse .navbar-nav > li > a:focus::before {
		height: 1px;
		opacity: 1;
		-webkit-transform: translateY(0px);
		-moz-transform: translateY(0px);
		transform: translateY(0px);
	}
	.navbar-inverse .navbar-nav > li.active > a::after,
	.navbar-inverse .navbar-nav > li > a:hover::after,
	.navbar-inverse .navbar-nav > li > a:focus::after {
		height: 1px;
		opacity: 1;
		-webkit-transform: translateY(0px);
		-moz-transform: translateY(0px);
		transform: translateY(0px);
	}
	.navbar-collapse .navbar-nav.navbar-right:last-child {
		margin-right: -25px;
	}
	ul.nav li.dropdown:hover > ul.dropdown-menu {
		display: block;    
	}
	.dropdown-menu {
		background-color: #1B1B1B;
		border: 0;
		border-radius: 0;
		box-shadow: none;
	}
	.dropdown-menu > li > a {
		color: #999;
		text-align: right;
		text-transform: uppercase;
	}
	.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
		background-color: #333;
		color: #FFFFFF;
	}
	.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
		background-color: #333;
	}
	.caret {
		margin-bottom: 2px;
		border-width: 3px 3px 0;
	}
	#footer .credits {
		text-align: right;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.side-block {
		height: 303px;
	}
}
@media (max-width: 991px) {
	#wrap {
		margin: 0 auto;
		padding-bottom: 50px;
	}
	#footer {
		height: auto;
		padding: 0;
		font-size: 13px;
	}
	#footer p {
		font-size: 13px;
	}
}
@media (min-width: 768px) {
	.side-block {
		margin: 0 0 20px;
		padding: 20px 20px 10px;
		background: #131313;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.navbar-inverse .navbar-nav > li > a {
		padding: 18px 3px 12px;
		font-size: 14px;
	}
}
@media (max-width: 767px) {
	.navbar-collapse {
		background: #222;
	}
	.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
		background-color: #555;
		color: #FFFFFF;
	}
	#footer {
		position: relative;
	}
	.gallery-responsive .row {
		margin-bottom: 0;
	}
	.gallery-responsive img {
		margin-bottom: 30px;
	}
}
@media (max-width: 606px) {
	.home-block.l3 {
		width: 370px;
		height: auto;
	}
}
@media (max-width: 479px) {
	.home-block, .home-block.l2, .home-block.l3 {
		width: 100%;
		height: auto;
	}
	.grid-sizer {
		width: 100%;
	}
}