body {
    font-family: 'Cuprum', sans-serif;
}
.gray
{
    background:#f0f0f0;
}
/*
|--------------------------------------------------------------------------
| OWL CAROUSEL
|--------------------------------------------------------------------------
*/
.owl-carousel {
    list-style-type: none;
}
.owl-item li {
    text-align: center;
}

/*
|--------------------------------------------------------------------------
| BOOTSTRAP RESET
|--------------------------------------------------------------------------
*/
.jumbotron {
    margin-top: 15px;
    background-color: #f9f9f9;
}
.form-control {
    border-radius: 0;
}
.form-control:focus {
    box-shadow: none;
    border-color: #030505;
}
.dropdown-menu li:hover {
    background-color: #efefef;
}
.thumbnail,
.img-thumbnail {
    border-radius: 0;
}
h1, h2, h3, h4, h5 {
    color: #030505;
}
a, a:focus, a:active {
    outline: none;
}
.btn {
    transition: all 0.3s ease-in-out 0s;
    border-radius: 0;
    outline: none;
}
.btn-primary {
    background: #030505;
    color: #FFF;
    padding: 10px 20px;
    border: 0 none;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.btn-primary:hover {
    background: #333;
    color: #FFF;
}

/*
|--------------------------------------------------------------------------
| FOOTER
|--------------------------------------------------------------------------
*/
.footer {
    background-color: #030505;
    padding: 30px 0;
    font-size: 12px;
    color: #999999;
}



/*
|--------------------------------------------------------------------------
| BOOTSTRAP MENU / SUBMENU
|--------------------------------------------------------------------------
*/
/* Apertura menu all'Hover */
.navbar-nav .dropdown:hover > .dropdown-menu {
    display: block;
}
.dropdown-menu {
    background: #040605;
}
.dropdown-menu > li > a {
    color: #999;
    padding: 6px 15px;
    font-size:16px;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    background: #333;
    color: #FFF;
}
.dropdown-submenu {
    position:relative;
}
.dropdown-submenu > .dropdown-menu {
    top:0;
    left:100%;
    margin-top:-6px;
    margin-left:-1px;
    border-radius:0;
}
.dropdown-submenu:hover > .dropdown-menu {
    display:block;
}
.dropdown-submenu > a:after {
    display:block;
    content:" ";
    float:right;
    width:0;
    height:0;
    border-color:transparent;
    border-style:solid;
    border-width:5px 0 5px 5px;
    border-left-color:#666;
    margin-top:5px;
    margin-right:-10px;
}

.dropdown-submenu:hover > a:after {
    border-left-color: #666666;
}
.dropdown-submenu.pull-left {
    float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
    left:-100%;
    margin-left:10px;
    border-radius:0;
}
.dropdown-submenu > .dropdown-menu {
    min-width: 220px;
}
.dropdown-submenu > .dropdown-menu > li > a {
    white-space: normal;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    background: #333;
}

/*
|--------------------------------------------------------------------------
| HEADER
|--------------------------------------------------------------------------
*/

.headerhome {

}

#header {
    background: #040605;
}

.bar {
    width: 100%;
}

.social-list {
    float: right;
}
.lang-cont {
    float: right;
}
.search-cont {
    float: right;
    max-width: 268px;
}     

.page {
    padding-top: 30px;
    padding-bottom: 30px;
}

/*
|--------------------------------------------------------------------------
| NAVBAR
|--------------------------------------------------------------------------
*/
.navbar {
    margin: 0;
    padding: 0;
}
.navbar-logo {
    padding: 15px;
    height: auto;
}
.navbar-logo img {
    z-index: 999;
    margin-top: 0;
    max-height: 104px;
    position: relative;
}
.navbar.navbar-default {
    border: none;
    background: transparent;
}

.navbar .nav > li {
    margin: 0 5px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.navbar .nav > li.active > a,
.navbar .nav > li.active:hover > a {
    color: #ccc;
    background-color: transparent;
}
.navbar .nav > li > a {
    border-bottom: 0 none;
    color: #ffffff;
    padding: 19px 10px 16px;
    font-size:17px;
}
.navbar .nav > li > a:hover {
    color: #666;
}
.navbar .nav > li:hover > a {

}
.navbar .nav > li.active > a,
.navbar .nav > li.active > a:hover {

}

#menu-subtop.navbar .nav > li > a {
    border-bottom: 0 none;
    color: #666;
    padding: 19px 10px 16px;
    font-size:17px;
}
#menu-subtop.navbar .nav > li > a:hover {
    color: #aaa;
}

/*
|--------------------------------------------------------------------------
| LEFCOLUMN
|--------------------------------------------------------------------------
*/

.homepage {
    position: relative;
}

.homevert {
    position: absolute;
    left: 20px;
    top: 10px;
}

.leftcolumn
{
    width:100%;
}
.leftcolumn .menu {
    list-style: none;
    padding: 0px;
    margin: 0;
}
.leftcolumn .menu > li {
    background: #030505;
    margin: 0 0 8px;
    padding: 6px;
    width: 100%;
    max-width: 260px;
}
.leftcolumn .menu > li > a {
    border: 1px solid #666666;
    color: #fff;
    display: block;
    font-weight: normal;
    padding: 8px;
    text-align: center;
    font-size: 18px;
}

.leftcolumn .menu > li.evidence {
    background: #fff000;
}

.leftcolumn .menu > li.evidence  > a {
    color: #000;
}

.leftcolumn .menu > li.moderno {
    background: #b71e10;
}

.leftcolumn .menu > li.moderno  > a {
    color: #fff;
}

.leftcolumn .menu > li.oro{
    background: #9d622b;
}
.leftcolumn .menu > li.oro2{
    background: #9d622b;
}


.leftcolumn .menu > li:hover {
    background: #f0f0f0;
}
.leftcolumn .menu > li:hover > a {
    border: 1px solid #666666;
    color: #666;
}
.leftcolumn .menu > li > a:hover,
.leftcolumn .menu > li > a:focus {
    text-decoration: none;
}
.sidebar-interna .leftcolumn.scrolled
{
    position:fixed;
    top:10px;
    width:100%;
}
.sidebar-interna .leftcolumn .menu > li > a {
    padding: 5px;
    font-size: 17px;
}
.sidebar-interna .leftcolumn .menu > li:nth-child(2n+1) > a {
    color:#DB6E00;
}
.sidebar-interna .leftcolumn .menu > li {
    margin: 0 0 4px;
    padding: 3px;
}
.sidebar-interna .leftcolumn.scrolled .menu > li {
    margin: 0px;
    padding: 1px;
}

/* Apertura menu all'Hover */
.leftcolumn .menu .dropdown:hover > .dropdown-menu {
    background: #030505;
    display: block;
    left: 100%;
    margin: 0;
    top: 0;
}
.leftcolumn .menu .dropdown-menu > li > a {
    padding: 10px 20px;

}
.leftcolumn .menu > li > a:hover, .nav > li > a:focus {
    background: transparent;
}
.leftcolumn > .menu > .dropdown > .dropdown-toggle > .caret {
    display: none;
}
.leftcolumn .menu .caret {
    border-bottom: 4px solid transparent;
    border-left: 4px solid;
    border-top: 4px solid transparent;
}
.leftcolumn .dropdown-menu:first-child {
    display: block;
    position: static;
    margin-bottom: 5px;
    *width: 180px;
}
.leftcolumn .dropdown-menu {
    background: #030505;
    border: 0 none;
    border-radius: 0;
    box-shadow: none;
    float: none;
    margin: 0;
    min-width: 190px;
    padding: 0;
}
.leftcolumn .dropdown-menu li:hover { background: transparent; }
.leftcolumn .dropdown-menu .divider {background: #666;}
.leftcolumn .dropdown-menu > li > a:hover, .leftcolumn .dropdown-menu > li > a:focus {
    background: transparent;
    color: #FFF;
}
.leftcolumn .dropdown-menu > li > a {
    color: #FFF;
    font-weight: normal;
}
.leftcolumn .dropdown-menu > li > a:hover {
    color: #666;
    background:#f0f0f0;
}
.leftcolumn .dropdown-submenu {position:relative;}
.leftcolumn .dropdown-submenu > .dropdown-menu {
    top:0;
    left:100%;
    margin-top:0px;
    margin-left:0px;
    padding: 0;
}
.leftcolumn .dropdown-submenu li {padding: 5px;}
.leftcolumn .dropdown-submenu:hover > .dropdown-menu {display:block;}
.leftcolumn .dropdown-submenu>a:after{
    display:block;
    content:" ";
    float:right;
    width:0;
    height:0;
    border-color:transparent;
    border-style:solid;
    border-width:5px 0 5px 5px;
    border-left-color:#cccccc;
    margin-top:5px;
    margin-right:-10px;
}
.leftcolumn .dropdown-submenu:hover > a:after {border-left-color:#ffffff;}
.leftcolumn .dropdown-submenu.pull-left{float:none;}
.leftcolumn .dropdown-submenu.pull-left >.dropdown-menu {
    left:-100%;
    margin-left:10px;
}
.leftcolumn .form-control {
    border: 0 none;
    background: #666;
    color: #999;
    box-shadow: none;
    border-radius: 0;
    max-width: 100%;
}
.leftcolumn .form-control:focus {box-shadow: none;}


/*
|--------------------------------------------------------------------------
| RICERCA
|--------------------------------------------------------------------------
*/
.search-cont {
    margin: 10px 0;
}
.search-cont .form-control {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    background: #333333;
    border: 0 none;
    height: 40px;
    color: #FFF;
}
.search-cont .btn.btn-default {
    background: #333333;
    border-radius: 0px;
    color: #FFF;
    border: 0 none;
    height: 40px;
    padding: 6px 20px;
}

.search-header {
    margin: 5px 0 25px;
    padding: 10px 0;
    font-size: 16px;
    border-bottom: 2px solid #ddd;
}
.search-header .search-results-label {
    font-weight: bold;
}
.search-header .search-results-terms:before,
.search-header .search-results-terms:after {
    content: '"';
}
.search-header .search-results-count {

}
.search-header .search-results-count-number {
    font-weight: bold;
}
.pagination {
    margin: 10px 0;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #030606;
    border-color: #030505;
    color: #fff;
}
.pagination > li > a, .pagination > li > span {
    color: #999;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    color: #000;
}
.pagination > li:first-child > a, .pagination > li:first-child > span,
.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-radius: 0;
}

/*
|--------------------------------------------------------------------------
| HOME SLIDER
|--------------------------------------------------------------------------
*/

#home_slider .slider-item {
    height: 700px;
    background-size: cover;
    background-position:bottom center;
    background-repeat:no-repeat;
}
#home_slider .owl-controls {
    top: 50%;
    width: 30px;
    height: 30px;
    padding: 7px 0 0;
    margin-top: -30px;
    position: absolute;
    color: #333333;
    background: #ffffff;
    display: none !important;
}

/*
|--------------------------------------------------------------------------
| GALLERY
|--------------------------------------------------------------------------
*/
.gallery {
    margin-top: 30px;
}
.gallery .item
{
    margin-right:8px;
}
.gallery .owl-item {
    text-align: center;
}
.gallery .owl-controls .owl-buttons div {
    padding: 7px 8px;
    line-height: 12px;
}

/*
|--------------------------------------------------------------------------
| CATEGORIA
|--------------------------------------------------------------------------
*/

.breadcrumb {
    list-style: outside none none;
    margin-bottom: 0;
    padding: 20px 0px;
    text-align: right;
    border-radius: 0;
    background: transparent;
}
.breadcrumb a {
    color: #03080b;
}
.breadcrumb > .active {
    color: #999999;
}

.intro {
    background: #f7f7f5;
    color: #03080b;
    margin-bottom: 30px;
}
.img-intro
{
    position: relative;
    height: 420px;
    overflow: hidden;
}
.intro-image {
    width: 100%;
    height: auto;
    position: absolute;
    bottom: -30px;
}
.intro-txt {
    padding: 30px 15px 30px 0px;
}
.intro-txt h1 {
    color: #03080b;
    font-size: 24px;
    letter-spacing: 3px;
    margin: 0;
}
.intro-descr {
    font-size: 14px;
    line-height: 22px;
    margin: 30px 0 0;
}
.element {
    text-align: center;
    margin-bottom: 5px;
}
.element-img {
    position: relative;
    transition: all 0.3s ease-in-out 0s;
}
.element-buttons {
    position: absolute;
    top: 100px;
    margin-top: -18px;
    left: 0;
    right: 0;
    display: none;
    opacity: 0;
    transition: all 0.3s ease-in-out 0s;
}
.element-img > img {
    transition: all 0.3s ease-in-out 0s;
}
.element-img:hover > img {
    opacity: 0.2;
}

.element-img:hover > .element-buttons {
    display: block;
    opacity: 1;
    transform: translateY(-18px);
}

.element a {
    text-decoration: none;
}

.new_lbl {
    text-align: left;
    top: 10px;
    position: absolute;
    background-color: #c3250e;
    color: #FFF;
    padding: 5px 20px;
    font-size: 16px;
}

.new_lbl_page {
    background-color: #c3250e;
    color: #FFF;
    padding: 5px 20px;
    font-size: 16px;
    display: inline-block;
    margin-bottom: 10px;
}


.richiedi_lbl {
    text-align: left;
    bottom: 10px;
    position: absolute;
    background-color: #c3250e;
    color: #FFF;
    padding: 5px 5px;
    font-size: 16px;
    margin: 0px !important;
}

.richiedi_lbl_page {
    background-color: #c3250e;
    color: #FFF;
    padding: 5px 5px;
    font-size: 16px;
    display: inline-block;
    margin-bottom: 10px;
    margin: 0px !important;
    max-width: 110px;
}

.img-richiedi{
    max-width: 70px;
}

.richiedi_testo{
    text-align: center;
    padding-top: 10px;
}
/* Float */
.hvr-float {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;

    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.hvr-float:hover, .hvr-float:focus, .hvr-float:active {
    -webkit-transform: translateY(-18px);
    transform: translateY(-18px);
}


.element .btn {
    background: none repeat scroll 0 0 #03080b;
    border-radius: 0;
    color: #fff;
    font-size: 12px;
    letter-spacing: 1px;
    padding: 8px 15px;
    width: 45%;
    transition: all 0.3s ease-in-out 0s;
}
.element .btn:hover {
    background: #333;
}
.element h3 {
    color: #03080b;
    font-size: 18px;
    line-height: 22px;
}

.btn-lightbox {
    background: #fff;
    color: #000;
    padding: 6px 20px;
}
.btn-lightbox:hover {
    background: #000;
    color: #fff;
}
.mfp-bottom-bar {
    margin-top: -24px;
}


.category {
    margin-bottom: 5px;
}
.category h3 {
    font-size: 18px;
    color: #03080b;
    text-align: center;
}
.category-descr {
    font-size: 14px;
    line-height: 22px;
    color: #666666;
}
.category-img {
    text-align: center;
    overflow:hidden;
}
.category-img img
{
    transition: all 0.2s linear 0s;
}
.category-img:hover img
{
    -webkit-transform: scale(1.1,1.1);
    -moz-transform: scale(1.1,1.1);
    -o-transform: scale(1.1,1.1);
    -ms-transform: scale(1.1,1.1);
    transform: scale(1.1,1.1);
    transition: all 0.2s linear 0s;
}
.img-category {
    max-width: 100%;
}

/* ----------- */

.page-element {
    text-align: center;
    margin-bottom: 30px;
}
.page-element h3 {
    color: #03080b;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 2px;
}


/*.element:nth-child(4n+4) {
clear: left;
}*/

/*
|--------------------------------------------------------------------------
| SCHEDA
|--------------------------------------------------------------------------
*/

.title {
    color: #03080b;
    font-size: 34px;
    line-height: 40px;
    font-style: italic;
}
.page-descr {
    margin-top: 30px;
    font-size:15px;
}
.page-descr table {
    width: 100% !important;
    border: 0 none;

}
.page-descr table td {
    border-top: 0 none;
    border-left: 0 none;
    border-right: 0 none;
    border-bottom: 1px solid #dddddd;
    padding: 5px 20px;
    width: 33%;
}
.finiture-element {
    background: #f7f7f5;
    padding: 15px 25px;
}
.finiture-element h4 {
    color: #03080b;
    font-size: 14px;
    letter-spacing: 3px;
    line-height: 20px;
    margin: 10px 0;
}
.btn-finiture {
    background: #dfdfdb;
    color: #111111;
    letter-spacing: 2px;
    padding: 10px 20px;
    text-transform: uppercase;
    white-space: normal;
}
.finiture {
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center;
}
.finiture-img img {
    max-height: 250px;
    margin: 0 auto;
}
.richiamo {
    text-align: center;
}
.btn-richiamo {
    background: #030505;
    padding: 5px;
    color: #FFF;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 16px;
    margin-bottom:20px;
}
.btn-richiamo span {
    border: 1px solid #666666;
    display: block;
    padding: 12px 40px;
}
.btn-richiamo:hover {
    background: #333;
    color: #FFF;
}

/*
|--------------------------------------------------------------------------
| TAGS
|--------------------------------------------------------------------------
*/
.tagcloud-cont {
    padding: 10px 0;
    margin-bottom: 15px;
    border-bottom: 1px solid #efefef;
}
.tagcloud {
    margin: 10px 0 0 20px;
}
.tag-link:hover {
    text-decoration: none;
}
.tag-link       .label.label-default { background-color: #ffffff; color: #333333; }
.tag-link:hover .label.label-default { background-color: #ebebeb; }
.tag-link       .label.label-primary { background-color: #428bca; }
.tag-link:hover .label.label-primary { background-color: #3276b1; }
.tag-link       .label.label-success { background-color: #5cb85c; }
.tag-link:hover .label.label-success { background-color: #47a447; }
.tag-link       .label.label-info    { background-color: #5bc0de; }
.tag-link:hover .label.label-info    { background-color: #39b3d7; }
.tag-link       .label.label-warning { background-color: #f0ad4e; }
.tag-link:hover .label.label-warning { background-color: #ed9c28; }
.tag-link       .label.label-danger  { background-color: #d9534f; }
.tag-link:hover .label.label-danger  { background-color: #d2322d; }

/*
|--------------------------------------------------------------------------
| LINGUE
|--------------------------------------------------------------------------
*/
.lang-cont {
    margin: 10px 0;
}
.lang-cont .list-inline {
    margin: 0;
}
.lang-flag a {
    color: #fff;
    display: block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.lang-flag.active a {
    color: #fff;
}
.lang-flag img
{
    max-width:30px;
}

/*
|--------------------------------------------------------------------------
| VETRINE
|--------------------------------------------------------------------------
*/
.showcase {
    margin-bottom: 30px;
    text-align: center;
}
.showcase-title {
    margin-bottom: 10px;
    border-bottom: 1px solid #efefef;
}
.showcase-descr {
    padding: 10px;
    font-size: 0.9em;
    text-align: justify;
    margin-bottom: 10px;
}
.showcase-image-fallback {
    width: 100%;
    height: 270px;
    background-color: #efefef;
}
.showcase .row{
    margin-bottom: 10px;
}
.showcase-img img {
    text-align: center;
    margin: 0 auto;
}

/*
|--------------------------------------------------------------------------
| CONTENUTI
|--------------------------------------------------------------------------
*/
.page-cont {
    margin-bottom: 20px;
}

.page-forms {
    margin: 30px 0;
}

/*
|--------------------------------------------------------------------------
| FORM
|--------------------------------------------------------------------------
*/
.form-cont {
    margin: 20px 0;
}
.form-cont .page-header {
    margin-top: 0;
}
.form-horizontal .form-actions {
    margin-left: -12px;
}
form .label-required:after {
    content: ' *';
    color: #840e0e;
}
.captcha-cont {
    display: block;
    margin-top: 4px;
}
.captcha-img {
    border: 1px solid #cccccc;
}

/*
|--------------------------------------------------------------------------
| NEWS / NEWSLETTER
|--------------------------------------------------------------------------
*/
#last_news_cont,
#newsletter_form_cont {
    padding: 10px 0;
}
#last_news_cont li {
    text-align: right;
}
.page-news .page-header {
    margin-top: 20px;
    margin-bottom: 0;
    text-align: center;
}
.news {
    padding: 15px 0;
    margin-bottom: 10px;
}
.news.odd {
    padding-right: 15px;
}
.news.even {
    padding-left: 15px;
}
.news-header {
    padding: 15px 0;
}
.news-header .label {
    font-weight: normal;
    padding: .5em .8em .5em;
}
.news-header h1,
.news-header h2,
.news-header h3,
.news-header h4 {
    margin: 0;
}
.news-header a {
    color: #666666;
}
.news-header a:hover,
.news-header a:focus,
.news-header a:active {
    color: #333333;
    text-decoration: none;
}
.news-image,
.news-description {
    margin-top: 10px;
}
.news-readmore {
    margin-top: 15px;
}

.news-descr {
    line-height: 1.7em;
}
.news h3 a {
    color: #000;
    text-decoration: none;
}

/*
|--------------------------------------------------------------------------
| CREDITS
|--------------------------------------------------------------------------
*/
.credits {
    margin-top: 15px;
    color: #999;
}
.credits a {
    color: #fff;
}

/*
|--------------------------------------------------------------------------
| SOCIAL ICONS
|--------------------------------------------------------------------------
*/
.social-list {
    margin: 10px 5px;
}
.social-list li a {
    background: #222222;
    color: #fff;
    display: block;
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 40px;
}

/*
|--------------------------------------------------------------------------
| MODALE
|--------------------------------------------------------------------------
*/

#laccatura-sel, #tessuto-sel, #pelle-sel {
    display: none;
}
.selezione {
    background: none repeat scroll 0 0 #dfdfdb;
    color: #030505;
    letter-spacing: 2px;
    padding: 15px;
    text-align: center;
    text-transform: uppercase;
}

.mfp-content {
    margin: 5% 0;
    max-width: 90%;
}

.finitures {
    background: none repeat scroll 0 0 #fff;
    padding: 50px;
}
.finitures h4 {
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
}

.finiture-intro {
    margin-bottom: 30px;
}
.finiture-intro h3 {
    text-transform: uppercase;
    margin: 0 0 10px
}
.finiture-intro p {

}


.finitura {
    cursor: pointer;
}
.finitura > .fintura-img {
    border: 5px solid transparent;
}

.finitura:hover > .fintura-img {
    border-color: #030505;
}


/* overlay at start */
.mfp-fade.mfp-bg {
    opacity: 0;

    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}
/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8;
}
/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;

    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}
/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}
/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}


/* MODIFICHE ALESSIO */
#home_slider {
    position: relative;
}
#home_slider h2 {
    text-align: center;
    position: absolute;
    color:#fff;
    bottom:0px;
    width:100%;
    padding: 30px 0;
    margin: 0;
    background-color: rgba(0, 0, 0, 0.4);
}


.leftcolumn .dropdown-menu > li.moderno {
    background: #b71e10;
    padding: 4px;
}
.leftcolumn .dropdown-menu > li.moderno2 {
    background: #b71e10;
    padding: 4px;
}

.leftcolumn .dropdown-menu > li.moderno > :hover {
    color: black;
}

.leftcolumn .dropdown-menu  > li.moderno  > a {
    color: #fff;
}

.leftcolumn .dropdown-menu  > li.oro{
    background: #9d622b;
    padding: 4px;
}

.leftcolumn .dropdown-menu  > li.oro2{
    background: #9d622b;
    padding: 4px;
}

.leftcolumn .menu > li.oro2{
    background: #9d622b;
}

.leftcolumn .dropdown-menu  > li.spv{
    background: #ffa500;
    padding: 4px;
}

.leftcolumn .menu > li.spv{
    background: #ffa500;
}


