.mfp-figure::after{ background:#fff; }
a{ color:#36671c; }

hr{
	display: block;
	width: auto;
	border-bottom: 1px solid #ccc;
}

#uploading-overlay{
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba( 0, 0, 0, 0.8 );
	display: none;
}

#uploading-overlay > div{
	background: #fff;
	color: #333;
	padding: 12px;
	margin-left: -100px;
	position: fixed;
	left: 50%;
	top: 48%;
	text-align: center;
}


#slider{
	box-shadow: 0 0 7px 10px rgba( 0, 0, 0, 0.6 );
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img{
	width: 100%;
}

#dots{
	font-size: 30px;
}

.scelta:hover, .scelta.active{ background:#fc0; cursor:pointer; }

#bg-banner{
	background: #fff;
	background-size: 100%;
	padding: 20px 0;
}


/**
DISEGNO
**/
#mask1,
#mask2,
#mask3{
	position: relative;
	z-index: 1000;
}

#custom1,
#custom2,
#custom3{
	cursor: move;
	z-index: 1;
}

#overlay1_container,
#overlay2_container,
#overlay3_container{
	width: 440px;
	height: 440px;
	position: absolute;
	margin: auto;
	top: 0;
	left: 0;
}


.overlay1,
.overlay2,
.overlay3{
	z-index: 1000;
	position: absolute;
	top: 0;
	left: 0;
}

#overlay1_container > .fg,
#overlay2_container > .fg,
#overlay3_container > .fg{
	z-index: 1001;
	float: left;
}

.relative{
	position: relative;
}


#mask1_bg,
#mask2_bg,
#mask3_bg{
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 440px;
	height: 440px;
}


#workspace1,
#workspace2,
#workspace3{
	overflow: hidden;
	background: #fff;
	position: absolute;
	/*
	top: 50px;
	left: 10px;
	*/
	width: 861px;
	height: 440px;
	border: 2px solid #ccc;
}

#pre-workspace1,
#pre-workspace2,
#pre-workspace3{
	height: 510px;
	position: relative;
}


#area1,
#area2,
#area3{
	width: 440px;
	height: 440px;
	position: relative;
	float: left;
}

#toolbar1,
#toolbar2,
#toolbar3{
	position: absolute;
	top: 0;
	right: 13px;
	z-index: 100;
	background: #ddd;
	font-size: 14px;
	width: 23%;
	height: 523px;
}



#toolbar1 > div,
#toolbar2 > div,
#toolbar3 > div{
	padding: 10px;
	color: #333;
}

#toolbar1 > h4,
#toolbar2 > h4,
#toolbar3 > h4{
	background: #47c942;
	margin: 0;
	color: #fff;
	padding: 6px 10px;
}

#toolbar1 input,
#toolbar2 input,
#toolbar3 input{
	width: 32px;
	font-size: 10px;
	text-align: center;
	padding: 2px;
	float: right;
}

#toolbar1 .add-on,
#toolbar2 .add-on,
#toolbar3 .add-on{
	background: #5BC78A;
	color: #fff;
	font-size: 14px;
	padding: 3px;
	float: right;
	cursor: pointer;
}

#toolbar1 .add-on.ok,
#toolbar2 .add-on.ok,
#toolbar3 .add-on.ok{
	background: #5BC78A;
}

#toolbar1 .add-on.edit,
#toolbar2 .add-on.edit,
#toolbar3 .add-on.edit{
	background: #F09622;
}


#custom1 > img,
#custom2 > img,
#custom3 > img{
	width: 100%;
}

.btn-effects.active{
	background: #0a0;
}

.modal{ width:900px; margin-left:-450px; }


#cookie-notice{
	background: #333;
	color: #ccc;
	position: fixed;
	bottom: 0;
	z-index: 100;
	width: 100%;
	text-align: center;
	padding: 2px 0;
}

#cookie-notice > div > a{ color:#fff; }

#cookie-notice > div > a.btn{
	color: #333;
	padding: 0 5px;
	margin: 2px;
}

.product{
	min-height: 415px;
	transition: all .1s ease-in-out;
}

.product:hover{
	transform: scale( 1.1 );
}

.products-list > div > div.thumbnail{
	background: #eee;
}

.section{
	padding-bottom: 0;
	padding-top: 0px;
}

.page-foot{
	padding-top: 30px;
	padding-bottom: 30px;
}


.page-foot .copyright{
	color: #777;
}

.img-thumbnail{
	padding: 4px;
	line-height: 1.5;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 0px;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	display: inline-block;
	max-width: 100%;
	height: auto;
}

.pull-left .spaced{ margin:0 6px 6px 0; }
.pull-right .spaced{ margin:0 0 6px 6px; }

.faq{
	padding: 1%;
	margin-bottom: 1%;
	background: #eee;
}

.clickable{ cursor:pointer; }

.rd-mailform{
	text-align: left;
}

.rd-mailform input[type=text],
.rd-mailform input[type=email],
.rd-mailform input[type=password],
.rd-mailform textarea,
.rd-mailform .rd-mailform-select{
	border-color: #b7b7b7;
	color: #777;
}

.rd-mailform input[type=checkbox]{
	width: auto;
	height: auto;
	margin-bottom: -1px;
	margin-right: 3px;
}

.product h6{
	float: left;
	width: 60%;
}

.product-title{
	font-size: 30px;
}

.left-panel{
	background: #e7e7e7;
	padding-top: 20px;
}

.left-panel h4{
	coloe: #4e8124;
	margin-bottom: 20px;
}

.page-content > section > .container > .row > .col-md-9,
.page-content > section > .container > .row > .col-lg-8,
.page-content > section > .container > .row > .col-lg-4,
#page{
	padding-top: 20px;
	padding-bottom: 20px;
}

.left-panel > div > a{
	display: block;
	padding: 8px;
	margin: 1px;
	border-radius: 6px;
}

.left-panel > div > a:hover,
.left-panel > div > a.selected{
	background: #82c434;
	color: #fff;
}

.text-muted{
	color: #aaa;
}

.form-control{ color:#777; }
.jumbotron{ padding-bottom:10px; }

.home .bg-services{ display:none; }
.home section{ padding-top:0; }


.rd-navbar-search{
	right: 184px;
}

.btn-logout{
	padding: 3px 7px;
	margin-top: 0;
	font-size: 12px;
}

.modal{
	left: 50%;
	z-index: 9999;
}

#popup2 .modal-lg{
	width: 10px;
}

#popup2.modal{
	width: auto;
	margin-left: -5px;
}

.rd-navbar-wrap{
	z-index: 1039;
}

.extra-btn > .col-md-3{
	width: 24.7%;
}


.element.noborders,
.element.active.noborders{ border-color: transparent; }


.menu-title:hover,
.menu-title:focus{
	background: #999;
	color: #fff;
	text-decoration: none;
}

.menu-title{
	background: #777;
	color: #fff;
	padding: 4px 6px;
	display: block;
	margin-bottom: 2px;
}

.livelli{
	background: #fff;
	border: 1px inset #ccc;
	height: 120px;
	overflow-y: scroll;
}

.livello{
	font-size: 12px;
	padding: 2px;
	background: #eee;
	cursor: pointer;
}

.livello.active{
	background: #0d7fd2;
	color: #fff;
	cursor: default;
}


.btn-effects{
	cursor: pointer;
	width: 33%;
	padding: 2%;
}

.btn-primary,
.panel-primary .panel-heading{
	color: #fff;
	background-color: #337ab7;
	border-color: #2e6da4;
}

.btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}

.panel-primary .panel-heading a{ color:#fff; }

#preview-text{ font-size:44px; line-height:44px; }

.font-list a{
	font-size: 20px;
	color: #333;
}

.font-list .col-md-4{
	width: 31.3%;
	margin:1%;
}

.font-list .img-thumbnail{
	padding-top: 13px;
}

.font-list .img-thumbnail.active{
	background: #dfd;
	border-color: #0a0;
}

.thumbnails .col-md-2{
	margin: 1%;
	padding: 0;
}

.delete-btn{ position:absolute; top:10px; right:-16px; background:#fff; border:1px solid #555; color:#a00; font-size:20px; }

/**
  * FIX
  */
.ui-resizable-handle{
	border: 1px solid #333;
	background: #fff;
}

.ui-resizable-se{
    cursor: se-resize;
    width: 9px;
    height: 9px;
    right: -5px;
    bottom: -5px;
}

.bg-primary{
	background: #82c434;
}

#cart-tools{
	margin-left: 20px;
}

.rd-navbar-top-panel a:hover{
	color: #282e3e;
}

.rd-navbar-top-panel > div > div.pull-right{
	line-height: 40px;
}

.form-search .btn-success2 > i{
	color: #fff;
	background: ;
}

.form-search input.form-control{
	height: 40px;
	padding: 10px 16px;
}

.form-search i.fa{
	font-size: 20px;
}

.form-search .btn-success2{
	padding: 8px 0px;
	line-height: 1;
	background: #569906;
	border-color: #569906;
}

.form-search .btn-success2:hover{
	background: #406B0D;
	border-color: #406B0D;
}

.rd-navbar-static{
	background: #eee;
}

.rd-navbar-static .rd-navbar-nav,
.rd-navbar-fullwidth .rd-navbar-nav{
	text-align: right;
}

.rd-navbar-static .rd-navbar-nav > li > a,
.rd-navbar-fullwidth .rd-navbar-nav > li > a{
	font-size: 20px;
}


.carousel2{
    margin-bottom: 0;
    padding: 0 40px 30px 40px;
}
/* The controlsy */
.carousel-control {
	left: -12px;
    height: 40px;
	width: 40px;
    background: none repeat scroll 0 0 #222222;
    border: 4px solid #FFFFFF;
    border-radius: 23px 23px 23px 23px;
    margin-top: 90px;
}
.carousel-control.right {
	right: -12px;
}
/* The indicators */
.carousel-indicators {
	right: 50%;
	top: auto;
	bottom: -10px;
	margin-right: -19px;
}
/* The colour of the indicators */
.carousel-indicators li {
	background: #cecece;
}
.carousel-indicators .active {
	background: #428bca;
}

#carousel .thumbnail{
	background: #eee;
}

#carousel div.col-md-3{
	transition: all .1s ease-in-out;
}

#carousel div.col-md-3:hover{
	transform: scale( 1.05 );
}

.col-md-1quinto{
	width: 20%;
	float: left;
	transition: all 0.3s ease-in-out;
}

.col-md-1quinto:hover{
	opacity: 0.8;
	transform: scale(1.02);
}

.rd-navbar-static .rd-navbar-panel{
	padding: 0;
}

.rd-navbar-static .rd-navbar-nav > li{
	padding: 30px 0;
}

.rd-navbar-static .rd-navbar-nav > li.active{
	background: #fff;
}

#menu-item-search{
	width: 230px;
	padding: 0;
}

.rd-navbar-static .rd-navbar-top-panel,
.rd-navbar-fullwidth .rd-navbar-top-panel{
	padding: 0;
}


@media (max-width: 1024px) {
	#menu-item-search{
		margin-left: 20px;
	}

	.page-content > section{
		margin-top: 50px;
	}

	.rd-navbar-fixed .rd-navbar-collapse-toggle,
	.rd-navbar-sidebar .rd-navbar-collapse-toggle{
		display: none;
	}

	.header-corporate .rd-navbar-fixed.rd-navbar--is-stuck .rd-navbar-top-panel{
		padding: 8px;
	}
}

.preview3d > div.active{
	border: 1px solid #14a5eb;
	border-bottom: 20px solid #14a5eb;
}

#preview-3d{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	display: none;
}

#close-3d{
	position: fixed;
	bottom: 10px;
	right: 10px;
}


#logo3d{
	position: fixed;
	top: 10px;
	left: 10px;
}

#upload-3d{
	display: none;
}

#progress3d.progress{
	overflow: visible;
}

.rd-navbar-static .rd-navbar-nav > li > .rd-navbar-dropdown, .rd-navbar-fullwidth .rd-navbar-nav > li > .rd-navbar-dropdown{ background:#eee; }
.rd-navbar-static .rd-navbar-dropdown > li > a:hover, .rd-navbar-fullwidth .rd-navbar-dropdown > li > a:hover{ color: #282e3e; }

.bg-sconto{
	border: 4px dashed #c4353a;
}

.bg-sconto * + .btn{ margin-top:0; }