box_grafico_pagina/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}
/*===========================================================================
=============================================================================

--------------------------------- MAIN -----------------------------------

=============================================================================
===========================================================================*/



/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */


*,
*:before,
*:after{
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}

html,
button,
input,
select,
textarea {
    color: #4e4e4e;
}

body {
    font-size:16px; /*1em*/
    line-height: 1.4;
    background-color: #ffffff;
    font-family: 'Proxima Nova Lt', sans-serif;
    color: #4e4e4e;
}

.wrapper{max-width: 1300px; margin: 0 auto;}



::-moz-selection {
    background: #f0eee7;
    text-shadow: none;
    color: #ffffff;
}

::selection {
    text-shadow: none;
    background-color: #00A1B0;
    color: #ffffff;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

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

img {
    vertical-align: middle;
}

img, embed, object, video {
  max-width: 100%;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}
body.noscroll,
.noscroll{overflow: hidden !important; }

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* BUTTONS */
input[type="button"].btn-green, input[type="reset"].btn-green, input[type="submit"].btn-green{
    background-color: #53585b;
    color: #fff;
    font-weight: bold;
    font-family: 'Proxima Nova Rg', sans-serif;
    padding: 0.3em 2.3em;
}


/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

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

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.clear{clear:both}

.align-right{text-align: right}
.align-center{text-align: center}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

h1,h2,h3,h4,h5,h6{font-family: 'Proxima Nova Lt', sans-serif;}



/*------------- GESTIONE FORM -----------*/

.form-styled{max-width: 700px; margin: 0 auto;}
.form-styled .form-row{margin-bottom: 15px;}
.form-styled .form-row .form-span-1-of-12,
.form-styled .form-row .form-span-2-of-12,
.form-styled .form-row .form-span-3-of-12,
.form-styled .form-row .form-span-4-of-12,
.form-styled .form-row .form-span-5-of-12,
.form-styled .form-row .form-span-6-of-12,
.form-styled .form-row .form-span-7-of-12,
.form-styled .form-row .form-span-8-of-12,
.form-styled .form-row .form-span-9-of-12,
.form-styled .form-row .form-span-10-of-12,
.form-styled .form-row .form-span-11-of-12,
.form-styled .form-row .form-span-12-of-12{width: 100%; float: left;}

.form-styled .form-row label{display:none; width: 100%; padding: 0 5px;}


.form-styled input[type="text"],
.form-styled input[type="url"],
.form-styled input[type="email"],
.form-styled input[type="password"], 
.form-styled textarea, 
.form-styled select, 
.form-styled .select, 
.form-styled input[type="file"] {  
    border-radius:3px;  width: 100%;padding: 0.4em 0.3em 0.3em 0.3em;background-color: #FCFCFC; border: 1px solid #CBCACA;
}


.form-styled .select { 
    overflow:hidden; /* this hides the select's drop button */
    padding:0; 
    background: white url(../img/formelements-select.png) no-repeat 100% 50%; 
    border: solid 1px #ccc;  }

.langdir-RTL .form-styled .select { background: white url(../img/rtl-formelements-select.png) no-repeat 0% 50%; }

.form-styled .select select {	
    width:115% /* this percentage effectively extends the drop down button out of view */; 
    background-color:transparent /* this hides the select's background making any styling visible from the div */; 
    background-image:none; 
    -webkit-appearance: none /* this is required for Webkit browsers */; 
    border:none; 
    box-shadow:none; 
    padding:0.3em 0.5em 0; /* padding should be added to the select, not the div */
}





.form-styled .radio, .form-styled .checkbox {
  position: relative;
  display: block;
/*
margin-top: 10px;
margin-bottom: 10px;
*/
}

.form-styled input[type="radio"], 
.form-styled input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

.form-styled .radio input[type="radio"], 
.form-styled .radio-inline input[type="radio"], 
.form-styled .checkbox input[type="checkbox"], 
.form-styled .checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px;
}

.form-styled .radio label, 
.form-styled .checkbox label {
    line-height: 20px;
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
}

.form-styled .radio + .radio, .form-styled .checkbox + .checkbox {
  margin-top: -5px;
}

.form-styled .checkbox {
  padding-left: 20px;
}
.form-styled .checkbox label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 5px;
}
.form-styled .checkbox label:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #cccccc;
  border-radius: 3px;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
.form-styled .checkbox label:after {
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  top: 0;
  margin-left: -20px;
  padding-left: 3px;
  padding-top: 0px;
  font-size: 11px;
  color: #555555;
}

.form-styled .checkbox input[type="checkbox"] {
  opacity: 0;
  z-index: 1;
}
.form-styled .checkbox input[type="checkbox"]:focus + label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.form-styled .checkbox input[type="checkbox"]:checked + label::after {
  font-family: 'FontAwesome';
  content: "\f00c";
}
.form-styled .checkbox input[type="checkbox"]:disabled + label {
  opacity: 0.65;
}
.form-styled .checkbox input[type="checkbox"]:disabled + label::before {
  background-color: #eeeeee;
  cursor: not-allowed;
}
.form-styled .checkbox.checkbox-circle label::before {
  border-radius: 50%;
}
.form-styled .checkbox.checkbox-inline {
  margin-top: 0;
}
.form-styled .checkbox-primary input[type="checkbox"]:checked + label::before {
  background-color: #337ab7;
  border-color: #337ab7;
}
.form-styled .checkbox-primary input[type="checkbox"]:checked + label::after {
  color: #fff;
}
.form-styled .checkbox-danger input[type="checkbox"]:checked + label::before {
  background-color: #d9534f;
  border-color: #d9534f;
}
.form-styled .checkbox-danger input[type="checkbox"]:checked + label::after {
  color: #fff;
}
.form-styled .checkbox-info input[type="checkbox"]:checked + label::before {
  background-color: #5bc0de;
  border-color: #5bc0de;
}
.form-styled .checkbox-info input[type="checkbox"]:checked + label::after {
  color: #fff;
}
.form-styled .checkbox-warning input[type="checkbox"]:checked + label::before {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
.form-styled .checkbox-warning input[type="checkbox"]:checked + label::after {
  color: #fff;
}
.form-styled .checkbox-success input[type="checkbox"]:checked + label::before {
  background-color: #5cb85c;
  border-color: #5cb85c;
}
.form-styled .checkbox-success input[type="checkbox"]:checked + label::after {
  color: #fff;
}
.form-styled .radio {
  padding-left: 20px;
}
.form-styled .radio label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 5px;
}
.form-styled .radio label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #cccccc;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out;
  transition: border 0.15s ease-in-out;
}
.form-styled .radio label::after {
  display: inline-block;
  position: absolute;
  content: " ";
  width: 11px;
  height: 11px;
  left: 3px;
  top: 3px;
  margin-left: -20px;
  border-radius: 50%;
  background-color: #555555;
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}
.form-styled .radio input[type="radio"] {
  opacity: 0;
  z-index: 1;
}
.form-styled .radio input[type="radio"]:focus + label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.form-styled .radio input[type="radio"]:checked + label::after {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}
.form-styled .radio input[type="radio"]:disabled + label {
  opacity: 0.65;
}
.form-styled .radio input[type="radio"]:disabled + label::before {
  cursor: not-allowed;
}
.form-styled .radio.radio-inline {
  margin-top: 0;
}
.form-styled .radio-primary input[type="radio"] + label::after {
  background-color: #337ab7;
}
.form-styled .radio-primary input[type="radio"]:checked + label::before {
  border-color: #337ab7;
}
.form-styled .radio-primary input[type="radio"]:checked + label::after {
  background-color: #337ab7;
}
.form-styled .radio-danger input[type="radio"] + label::after {
  background-color: #d9534f;
}
.form-styled .radio-danger input[type="radio"]:checked + label::before {
  border-color: #d9534f;
}
.form-styled .radio-danger input[type="radio"]:checked + label::after {
  background-color: #d9534f;
}
.form-styled .radio-info input[type="radio"] + label::after {
  background-color: #5bc0de;
}
.form-styled .radio-info input[type="radio"]:checked + label::before {
  border-color: #5bc0de;
}
.form-styled .radio-info input[type="radio"]:checked + label::after {
  background-color: #5bc0de;
}
.form-styled .radio-warning input[type="radio"] + label::after {
  background-color: #f0ad4e;
}
.form-styled .radio-warning input[type="radio"]:checked + label::before {
  border-color: #f0ad4e;
}
.form-styled .radio-warning input[type="radio"]:checked + label::after {
  background-color: #f0ad4e;
}
.form-styled .radio-success input[type="radio"] + label::after {
  background-color: #5cb85c;
}
.form-styled .radio-success input[type="radio"]:checked + label::before {
  border-color: #5cb85c;
}
.form-styled .radio-success input[type="radio"]:checked + label::after {
  background-color: #5cb85c;
}
.form-styled input[type="checkbox"].styled:checked + label:after {
  font-family: 'FontAwesome';
  content: "\f00c";
}
.form-styled input[type="checkbox"] .styled:checked + label::before {
  color: #fff;
}
.form-styled input[type="checkbox"] .styled:checked + label::after {
  color: #fff;
}




input[type="submit"], 
input[type="button"] { 
    padding:0.45em 1em 0.2em 1em; 
    line-height:1em; 
    cursor:pointer;
}

input[type="submit"].red, 
input[type="button"].red { 
    color:#FFFFFF; 
    border:solid 1px #ccc;
    border-radius:3px; border: solid 1px rgb(210,210,210);
    background-position: center bottom;

    background: #6b4629; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzZiNDYyOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ0JSIgc3RvcC1jb2xvcj0iIzU0NDAyZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0NDNmM2IiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #6b4629 0%, #54402e 44%, #443f3b 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6b4629), color-stop(44%,#54402e), color-stop(100%,#443f3b)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #6b4629 0%,#54402e 44%,#443f3b 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #6b4629 0%,#54402e 44%,#443f3b 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #6b4629 0%,#54402e 44%,#443f3b 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #6b4629 0%,#54402e 44%,#443f3b 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b4629', endColorstr='#443f3b',GradientType=0 ); /* IE6-8 */

}




input[type="submit"].gray, 
input[type="button"].gray { 
    color:rgb(30, 30, 30); 
    border:solid 1px rgb(237,237,237);
    border-radius:3px; border: solid 1px rgb(210,210,210);
    background-position: center bottom;
    
    background: rgb(255,255,255); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2YzZjNmMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2VkZWRlZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgb(255,255,255) 0%, rgb(243,243,243) 50%, rgb(237,237,237) 51%, rgb(255,255,255) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(255,255,255)), color-stop(50%,rgb(243,243,243)), color-stop(51%,rgb(237,237,237)), color-stop(100%,rgb(255,255,255))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgb(255,255,255) 0%,rgb(243,243,243) 50%,rgb(237,237,237) 51%,rgb(255,255,255) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgb(255,255,255) 0%,rgb(243,243,243) 50%,rgb(237,237,237) 51%,rgb(255,255,255) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgb(255,255,255) 0%,rgb(243,243,243) 50%,rgb(237,237,237) 51%,rgb(255,255,255) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgb(255,255,255) 0%,rgb(243,243,243) 50%,rgb(237,237,237) 51%,rgb(255,255,255) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */

}


input[type="submit"].sand, 
input[type="button"].sand { 

    color: #4e4e4e; 
    background: #F0EEE7; 
    background: -moz-linear-gradient(top, #F0EEE7 0%, #D9D4C1 100%); 
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F0EEE7), color-stop(100%,#D9D4C1)); 
    background: -webkit-linear-gradient(top, #F0EEE7 0%,#D9D4C1 100%); 
    background: -o-linear-gradient(top, #F0EEE7 0%,#D9D4C1 100%); 
    background: -ms-linear-gradient(top, #F0EEE7 0%,#D9D4C1 100%); 
    background: linear-gradient(to bottom, #F0EEE7 0%,#D9D4C1 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F0EEE7',  endColorstr='#D9D4C1', GradientType=0 ); 
    border-width: 2px; 
    border-style: solid; 
    border-color: #D1CCBA; 
    border-radius:3px; border: solid 1px #D1CCBA;
}

input[type="submit"].hyera, 
input[type="button"].hyera { 

    color: #FFFFFF; 
    background: #414141; 
    border-width: 1px; 
    border-style: solid; 
    border-color: #D1CCBA; 
    border: solid 1px #252525;

}

/*------------- FINE GESTIONE FORM -----------*/

/*========================== GESTIONE MESSAGGI RESTITUITI DALLE FORM ======================*/
.form-response-message{display: none}
.no-js .form-response-message{display: block}
.form-response-message.error{background-color: #c58d8d; color:#ffffff}
.form-response-message.success{background-color: #a6c48d; color:#ffffff}

/*========================== FINE GESTIONE MESSAGGI RESTITUITI DALLE FORM ======================*/

.langdir-RTL{ text-align: right}
.langdir-RTL #site-container{direction:rtl; text-align: right}
#site-container{ background-color: #FFFFFF;margin-top: 100px;}
#site-header{display: none;}
#site-header-sticky-wrapper{display: none;}


/*========================== menu scelta lingue ======================*/

.scelta-lingue-button{float: right; width: 4em; margin: 0.2em 0 0 0.5em; padding: 1em 0.5em; border-left: 1px solid #9d9d9c; z-index: 22; display: none;}
#header-scelta-lingue-button.scelta-lingue-button{display: none;}

#menu-scelta-lingue{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 0px;
    font-size: 1.6em; 
    font-family: "Proxima Nova Rg", serif;
    font-weight: 200;
    color: #fff;
    padding-top: 0px;
    background: none;
    z-index: 1000;
    overflow: hidden;
    backface-visibility: hidden;
    -moz-transition: all 0.6s cubic-bezier(0.7, 0.01, 0.3, 1);
    -o-transition: all 0.6s cubic-bezier(0.7, 0.01, 0.3, 1);
    -webkit-transition: all 0.6s cubic-bezier(0.7, 0.01, 0.3, 1);
    transition: all 0.6s cubic-bezier(0.7, 0.01, 0.3, 1);
}
#menu-scelta-lingue.open{  
    -moz-transition: all 0.6s cubic-bezier(0.7, 0.01, 0.3, 1);
    -o-transition: all 0.6s cubic-bezier(0.7, 0.01, 0.3, 1);
    -webkit-transition: all 0.6s cubic-bezier(0.7, 0.01, 0.3, 1);
    transition: all 0.6s cubic-bezier(0.7, 0.01, 0.3, 1);
    height: 100%;
}

#menu-scelta-lingue #scelta-lingue-closer {
    padding: 20px 40px;
    z-index: 1501;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    color: #FFFFFF;
    visibility: hidden;
    opacity: 0;    
    -moz-transition: all 0.6s cubic-bezier(0.7, 0.01, 0.3, 1);
    -o-transition: all 0.6s cubic-bezier(0.7, 0.01, 0.3, 1);
    -webkit-transition: all 0.6s cubic-bezier(0.7, 0.01, 0.3, 1);
    transition: all 0.6s cubic-bezier(0.7, 0.01, 0.3, 1);
}


#menu-scelta-lingue.open #scelta-lingue-closer {
    visibility: visible;
    opacity: 1;
    -moz-transition: all 0.6s cubic-bezier(0.7, 0.01, 0.3, 1);
    -o-transition: all 0.6s cubic-bezier(0.7, 0.01, 0.3, 1);
    -webkit-transition: all 0.6s cubic-bezier(0.7, 0.01, 0.3, 1);
    transition: all 0.6s cubic-bezier(0.7, 0.01, 0.3, 1);
}


#menu-scelta-lingue .scelta-lingue-background {
    z-index: 1500;
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    background: none;
    display: table;
    -moz-transition: background-color 0.6s cubic-bezier(0.7, 0.01, 0.3, 1);
    -o-transition: background-color 0.6s cubic-bezier(0.7, 0.01, 0.3, 1);
    -webkit-transition: background-color 0.6s cubic-bezier(0.7, 0.01, 0.3, 1);
    transition: background-color 0.6s cubic-bezier(0.7, 0.01, 0.3, 1);
}

#menu-scelta-lingue.open .scelta-lingue-background{
    background-color: rgb(41,41,41)!important;
    background-color: rgba(41,41,41,0.8)!important;
}

#menu-scelta-lingue ul {
    visibility: hidden;
    top: -10%;
    width: 100%;
    padding: 0;
    opacity: 0;
    display: table-cell;
    vertical-align: middle;
    -moz-transform: perspective(600px) rotateX(10deg);
    -webkit-transform: perspective(600px) rotateX(10deg);
    transform: perspective(600px) rotateX(10deg);
    -moz-transition: all 0.5s cubic-bezier(0.7, 0, 0.36, 0.63);
    -o-transition: all 0.5s cubic-bezier(0.7, 0, 0.36, 0.63);
    -webkit-transition: all 0.5s cubic-bezier(0.7, 0, 0.36, 0.63);
    transition: all 0.5s cubic-bezier(0.7, 0, 0.36, 0.63);
}

#menu-scelta-lingue.open ul {
    top: 0;
    visibility: visible;
    opacity: 1;
    margin-top: 0;
    -moz-transform: perspective(600px) rotateX(0deg);
    -webkit-transform: perspective(600px) rotateX(0deg);
    transform: perspective(600px) rotateX(0deg);
}

#menu-scelta-lingue ul li {text-align: center; display: block; border-bottom: 1px solid #787878; line-height: 1.7em;}
#menu-scelta-lingue ul li a{color:#FFFFFF; display: block}
#menu-scelta-lingue ul li a.active{color:#ADA089;}
#menu-scelta-lingue ul li:hover a{color: #d4d0bc}



/*========================== FINE menu scelta lingue ======================*/


/*
.mall-style{background-color: #c9c6d3; color: #3f4044;}
.retail-style{background-color: #b9c7d5; color: #3f4044;}
.supermarket-style{background-color: #cde4ea; color: #3f4044;}
.public-style{background-color: #e2e3ac; color: #3f4044;}
.hotel-style{background-color: #eddcad; color: #3f4044;}
.automotive-style{background-color: #e0dac6; color: #3f4044;}
.banking-style{background-color: #c2bcb1; color: #3f4044;}
*/


.image-cover{
    position: absolute;
    height: 100%;
    width: 100%;
    background-position: 50% 0;
    background-size: cover;
    top: 0;
}

img.main-img {
    margin: 0px 0px 15px 0px;
}

/* BARRA DI TESTATA FIXED CON MENU OFFCANVAS */

#offcanvas-header{
    display: block;
    width: 100%;
    height: 100px; 
    top: 0px;
	left: 0;
    position: fixed;
    z-index: 21;
}
#offcanvas-header>div{
    background-color: #ffffff; 
    width: 100%;
    height: 100px; 
    -webkit-transition: background-color 0.5s ease;
	transition: background-color 0.5s ease;
}

#offcanvas-header.sticky>div{background-color: rgba(255,255,255,0.95); }


#offcanvas-header #hamburger{display: block; position: absolute;left: 20px;height: 20px; width: 20px;top: 50%;margin-top: -10px;}
#offcanvas-header #hamburger:before,
#offcanvas-header #hamburger:after,
#offcanvas-header #hamburger span
{
	background: #363F45;
	content: '';
	display: block;
	width: 20px;
	height: 3px;
	position: absolute;
	
}
#offcanvas-header #hamburger:before{ top: 0px;}
#offcanvas-header #hamburger span{ top: 8px; left: 0;}
#offcanvas-header #hamburger:after{ top: 16px; }

/* Hamburger animation */

#offcanvas-header #hamburger:before,
#offcanvas-header #hamburger:after,
#offcanvas-header #hamburger span
{
	-webkit-transition: none 0.5s ease 0.5s;
	transition: none 0.5s ease 0.5s;

	-webkit-transition-property: transform, top, bottom, left, opacity;
	transition-property: transform, top, bottom, left, opacity;
}
html.mm-opening #offcanvas-header #hamburger:before,
html.mm-opening #offcanvas-header #hamburger:after{ top: 8px; }
html.mm-opening #offcanvas-header #hamburger span{ top: -10px; opacity: 0; }
html.mm-opening #offcanvas-header #hamburger:before{ transform: rotate( 45deg ); }
html.mm-opening #offcanvas-header #hamburger:after{ transform: rotate( -45deg ); }

#offcanvas-header #offcanvas-logo-menu{    
    width: 250px;
    height: 100px;
    padding: 7px 0;
    display: block;
    float: right;
    background-image: url(../img/logo-mini.png);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: right;
    margin-right: 1em;
    z-index: 20;
}

.no-svg #offcanvas-header #offcanvas-logo-menu{ background-image: url(../img/logo.png); }




#offcanvas-menu{font-family:  'Proxima Nova Rg', sans-serif; font-weight: 300;}
#offcanvas-menu #logo-menu { width: 175px; height: 55px; margin: 1em auto; display:block;
    background-image: url(../img/logo-mini.png);
    background-repeat: no-repeat; background-attachment: scroll; background-position: 0 0;
}

.no-svg #offcanvas-menu #logo-menu { background-image: url(../img/logo.png); }





#pushobj{position: relative;}
#pushobj.sticky{padding-top: 60px;}

/*CREO LO SPAZIO PER IL LOGO NEL MENU LATERALE*/
.mm-menu > .mm-panel.mm-hasnavbar{margin-top: 100px;}


.sand_block{background-color: #e3e2e0;text-align: center;padding: 4em 0em; margin: 0;}
.sand_block>header,
.sand_block>article{width: 90%; margin: 0 auto;}
.sand_block h1,
.sand_block p{font-family: 'Proxima Nova Rg', sans-serif}
.sand_block h1{padding: 0;font-weight: 200; font-size: 1.5em;line-height: 1.2em;}
.sand_block p{font-weight: 300; font-size: 0.85em; margin: 0.4em 0;}

.template-home.main>#main-article{background-color: #f1f0ee;text-align: center;padding: 2.5em 1em; margin-bottom: 2em;}
.template-home.main>#main-article h1{margin: 0; padding: 0;font-weight: 200; font-size: 1.5em;}
.template-home.main>#main-article h1>strong{font-weight: 400}
.template-home.main>#main-article p{font-weight: 200; margin: 0.4em 0em; font-size: 1.2em;}



.split-item {width: 100%; float: left;}
#split-item-1{display: none}
#split-item-2{display: none}


.template-categoria #template-categoria-header>.split-item{
    position: relative;
    display:table;
    width:100%;
    min-height: 200px; 
}
.template-categoria #template-categoria-header>.split-item.image-container{
    min-height: 500px;
}
.template-categoria #template-categoria-header>.split-item.text-container h1,
.template-categoria #template-categoria-header>.split-item.text-container p{font-family: 'Proxima Nova Rg', sans-serif; color: #404145;text-align: center;font-weight: 200; margin: 0; padding: 0; font-size: 1.2em;}

.template-categoria #template-categoria-header>.split-item.text-container h1{font-size: 1.7em;}

.template-categoria #template-categoria-header>.split-item.text-container h1>strong{font-weight: 700;}
.template-categoria #template-categoria-header>.split-item.text-container article{width: 90%; margin: 0 auto;}

.template-prodotto #template-prodotto-header>.split-item.text-container{padding: 1.5em 1em;}


.template-prodotto header.titolo-pagina h1,
.template-prodotto header.titolo-pagina h2,
.template-prodotto header.titolo-pagina p {font-family: 'Proxima Nova Rg', sans-serif; color: #404145;text-align: center;font-weight: 200; margin: 0; padding: 0; font-size: 1.2em;}
.template-prodotto header.titolo-pagina h1 {font-size: 1.7em;}
.template-prodotto header.titolo-pagina h1>strong {font-weight: 700;}

.template-prodotto .fascia-testo{padding: 1.5em 0;}
.template-prodotto .fascia-testo h2{text-align: center;font-weight: 200; margin: 0 auto; padding: 0; font-size: 1.6em; width: 90%;}


.template-categoria #template-categoria-header>.split-item>div{
    display:table-cell;
    vertical-align:middle;
}


.template-istituzionale #template-istituzionale-header{
    background-color: #DDEDF3;
}

.template-istituzionale #template-istituzionale-header .title-box{padding: 0 1em;}

.template-istituzionale #template-istituzionale-header .content-header{
    background: url(../img/header-bottom.png) no-repeat bottom left;
}
.template-istituzionale #template-istituzionale-header.bg_grey .content-header{
    background: url(../img/header-bottom-grey.png) no-repeat bottom left;
}

.template-istituzionale #template-istituzionale-header h1{
    margin: 0;
    font-family: 'Didot LT Roman', sans-serif;
    font-weight: 200;
    line-height: 1em;
    padding-top: 10%;
    color: #2fa6b1;
    font-size: 3em;
}
.template-istituzionale #template-istituzionale-header h2{
    font-weight: 200;
    color: #5f5d58;
    font-size: 1.5em;
    line-height: 1em;
    display: inline-block;
    margin-bottom: 3em;
}

.template-istituzionale #template-istituzionale-header img.header-img{ width: 100%; }



.lang-are .template-istituzionale #template-istituzionale-header h1{padding-left: 0px; padding-right: 8px;}

.template-istituzionale .page-content-area,
.template-prodotto .page-content-area{margin-top: 3em;}

.template-istituzionale .page-content-area .aside-container,
.template-prodotto .page-content-area .aside-container{display:none;}

.template-istituzionale .page-content-area .main-article,
.template-prodotto .page-content-area .main-article{ line-height: 1.5em; font-weight: 300; margin-bottom: 26px;padding: 0 1em;}

.inverti-direzione-testo .template-istituzionale .page-content-area .main-article,
.inverti-direzione-testo .template-prodotto .page-content-area .main-article{text-align: right; direction: rtl;}

.lang-are.inverti-direzione-testo .template-istituzionale .page-content-area .main-article,
.lang-are.inverti-direzione-testo .template-prodotto .page-content-area .main-article{text-align: left; direction: ltr;}

.template-prodotto #template-prodotto-header>.split-item#split-item-1,
.template-prodotto #template-prodotto-header>.split-item#split-item-3{display: none;}



.main-article h2 {
  font-weight: 200;
  font-size: 2.2em;
  margin: 0px 0 20px 0;
  line-height: 1em;
  
}

.main-article p:first-child{margin-top: 0;}

.main-article p {
  margin:  26px 0 0 0;
}



.main-article ul+h2,
.main-article p+h2 {
  padding: 50px 0 0 0;
}
.main-article a{color: #4592a7; text-decoration: underline;}

.main-article ul{list-style: none; margin: 0 0 0 0.7em;padding: 0;}
.main-article ul>li{text-indent: -0.7em}
.main-article ul>li:before{content: "- ";}

.main-article ol li>ul{margin-bottom: 26px;}

.main-article ul+p{margin-top: 26px;}
.main-article p+ul{margin-top: 0px; padding: 1px;}


#site-footer{
    background-color: #797774;
    color: #ffffff;
    font-family: 'Proxima Nova Lt', sans-serif;
    font-weight: 200;
    font-size: 0.75em;
    padding: 0;
}
#site-footer b, #site-footer strong{
        font-size: 1.1em;
}
#site-footer>div{padding: 1em 2.5em}
#site-footer a,
#site-footer a:link,
#site-footer a:hover,
#site-footer a:visited{color: #f5f4ef;}

#site-footer .footer-links{margin: 0;}
#site-footer .footer-links a{display: block; margin: 0; padding : 0; font-size: 14px;text-transform: uppercase;}

#site-footer .footer-links .fa {
    color: #63605e;
    font-size: 3em;
    float: left;
    margin-right: 20px;
}
#site-footer .footer-links .fa:hover{
    color: #cac9c5;
}

#site-footer .last-col-footer{
    background-color: #cac9c5;
    border-left: 3px solid #ffffff;
    height: 100%;
}

#footer-menu ul{
    margin: 0;
    padding: 0;
    list-style: none;
}

#site-footer .fullscreen-logo{display: none;}
#site-footer .responsive-logo{display: block;text-align: center;}
#site-footer .responsive-logo>img{padding: 1em;}


#result-paginator{display:inline-block; color:#b6b6b6; padding:6px 3px 2px 5px;}
#result-paginator ul {list-style: none;}
#result-paginator ul>li.paginator-item{display: inline-block;  margin: 0 0.2em;  font-size: 1.6em; text-indent: 0; font-family: 'Proxima Nova Rg',serif;}
#result-paginator ul>li.paginator-item:before{content: initial}
#result-paginator ul>li.paginator-item>a{color:#b6b6b6;}
#result-paginator ul>li.paginator-item>span{display: inline-block; margin:0 0.5em;}


#map-placeholder {
  display: none;
  border-bottom: 1px solid #d5d5d5;
}


#map-canvas #map-container {
  height: 350px;
}


#download-area{ max-width:1300px; width: 100%; margin: 0 auto;     padding: 0;}
#download-area .download-item{
    position: relative;
    z-index: 1;
    overflow: hidden;
    cursor: pointer;
    border-bottom: 1px solid rgb(198, 198, 198);
    position: relative;
    margin-bottom: 20px;
}

#download-area .download-item .download-title{
    font-weight: 300;
    font-size: 1.5em;
    line-height: 1.1;
    margin: 0;
    padding: 0px;
}
#download-area .download-item .download-descr{padding: 0; margin: 0;}

#download-area .download-item-item .cta{margin: 15px 0;}
#download-area .download-item .approfondisci-button{display:none;}

.slideshow-container ul,
.header-video-container ul{list-style: none;}


#breadcrumbs-bar{padding: 12px 16px 8px;  margin: 0px 0px 16px 0; font-size: 13px;}
#breadcrumbs-bar span{color:#b1b1b1}

/*========================== header_video ======================*/

#header-video-slideshow .header-video-container{
    width: 100%;
    padding: 0;
    position: relative;
}

#header-video-slideshow .header-video-container .header-video{
    width: 100%;
    position: relative;
}

#header-video-slideshow .header-video-container ul li{list-style: none}

/*========================== FINE header_video ======================*/


/*========================== call_to_action_icon ======================*/

.cta-icons-block{margin:1em 1em;}
.cta-icons-block .cta-icon-item {border-bottom: 1px solid #c6c6c6; padding: 18px 0; margin: 0;}
.cta-icons-block .cta-icon-item .cta-icon-content>.cta-icon-image{display: none}
.cta-icons-block .cta-icon-item .cta-icon-content>.cta-icon-titlebox{vertical-align: middle;padding-left: 0.5em;}
.cta-icons-block .cta-icon-item .cta-icon-content{  border-left: 10px solid #f0eee7; padding: 1em 0;}
.cta-icons-block .cta-icon-item .cta-icon-content.mall-style{border-color: #c9c6d3;}
.cta-icons-block .cta-icon-item .cta-icon-content.retail-style{border-color: #b9c7d5;}
.cta-icons-block .cta-icon-item .cta-icon-content.supermarket-style{border-color: #cde4ea;}
.cta-icons-block .cta-icon-item .cta-icon-content.public-style{border-color: #e2e3ac;}
.cta-icons-block .cta-icon-item .cta-icon-content.hotel-style{border-color: #eddcad;}
.cta-icons-block .cta-icon-item .cta-icon-content.automotive-style{border-color: #e0dac6;}
.cta-icons-block .cta-icon-item .cta-icon-content.banking-style{border-color: #c2bcb1;}
.cta-icons-block .cta-icon-item .cta-icon-content>.cta-icon-titlebox>h1{font-size: 1.1em;font-weight: 300;margin: 0; padding: 0;}
.cta-icons-block .cta-icon-item .cta-icon-content>p{font-size: 0.85em; font-weight: 300; display:none}

/*========================== FINE call_to_action_icon ======================*/


.cta-home-block{width: 100%; max-width: 1300px; margin: auto}
.template-istituzionale .cta-home-block{
    margin: 2em auto;
}
.cta-home-block .cta-icon-content{position: relative;z-index: 1;}

.cta-home-block .cta-icon-content .hover-layer{display: none;}

.cta-home-block .cta-icon-content .cta-icon-image{overflow: hidden; position: relative;}
.cta-home-block .cta-icon-content .cta-icon-image>img{width: 100%;}

.cta-home-block .cta-icon-content .cta-icon-titlebox{position: absolute;top: 40%;width: 75%;z-index: 3;}
.cta-home-block .cta-icon-content .cta-icon-titlebox.tit_1{background: url(../img/fascia_tit_1.png) repeat-x bottom;}
.cta-home-block .cta-icon-content .cta-icon-titlebox.tit_2{background: url(../img/fascia_tit_2.png) repeat-x bottom;}

#template-istituzionale .cta-home-block .cta-icon-content .cta-icon-titlebox.tit_1{background: url(../img/fascia_tit_2.png) repeat-x bottom;}
#template-istituzionale .cta-home-block .cta-icon-content .cta-icon-titlebox.tit_2{background: url(../img/fascia_tit_1.png) repeat-x bottom;}

.cta-home-block .cta-icon-content .cta-icon-titlebox>h1{
    font-family: 'Didot LT Roman', sans-serif;
    margin: 0;
    padding: 0;
    font-weight: 200;
    font-size: 3em;
    margin-left: 1.5em;
    color: #ffffff;
    line-height: 0.9em;
}



.cta3-home-block{color: #5d5c5c;}
.cta3-home-block .col_1{
    background: #d6e7ec; text-align: center; padding: 1em;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;    
}
.cta3-home-block .col_1 .cta-icon-image{margin-bottom: 2em;}
.cta3-home-block .col_1 .cta-icon-titlebox.tit_1>h1{margin: 0; font-size: 0.9em;color: #4592a7;    line-height: 1.1em;}
.cta3-home-block .col_1 .cta-icon-txtbox.txt_1>p{margin: 0; font-size: 0.9em;color: #5d5c5c;    line-height: 1.1em;}

.cta3-home-block .col_2{background: #ebebe9; text-align: left;}
.cta3-home-block .col_2 .cta-icon-image{margin-bottom: 2em;}
.cta3-home-block .col_2 .cta-icon-titlebox.tit_2>h1{margin: 0 0 1em 0; font-size: 1em;color: #5d5c5c; line-height: 1.1em;}
.cta3-home-block .col_2 .cta-icon-txtbox.txt_2>p{margin: 0; font-size: 1em;color: #5d5c5c; line-height: 1.1em;}
.cta3-home-block .col_2 .cta-icon-content{padding: 1em;width: 100%}
.cta3-home-block .col_2 .cta-icon-image{width: 100%; margin: 0}
.cta3-home-block .col_2 .cta-icon-image>img{width: 100%;}


.cta3-home-block .col_3{
    background: #e5e4e2; text-align: right;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;    
}
.cta3-home-block .col_3 .cta-icon-titlebox.tit_3>h1{
    margin: 0;
    font-size: 1.2em;
    color: #767777;
    line-height: 0.8em;
    padding: 0.5em 1em 0.9em 1em;
    font-weight: normal;
}


/*========================== call_to_action_numeri ======================*/

.cta-nums-block{margin:1em 1em;}
.cta-nums-block>article{text-align: center}
.cta-nums-block>article>header>h1{font-size: 2em;font-weight: 300;margin: 0; padding: 0;}
.cta-nums-block>article>header>h1>strong{font-weight: 400;}
.cta-nums-block>article>p{font-weight: 200; margin: 0.4em 0; font-size: 1.1em;}
.cta-nums-block .cta-num-item .cta-num-content>.cta-num-text-area>.cta-num-titlebox>h1{font-family: 'Proxima Nova Rg', sans-serif;font-size: 1.7em;font-weight: 300;margin: 32px 0 0 0; padding-top: 0;}
.lang-deu .cta-nums-block .cta-num-item .cta-num-content>.cta-num-text-area>.cta-num-titlebox>h1{font-size:1.3em;}
.cta-nums-block .cta-num-item .cta-num-content>.cta-num-text-area>.cta-num-titlebox>h1 .cta-num-num{font-weight: 600; display: inline-block; margin-right: 10px; border-right: 6px solid; width: 40px; padding-top: 5px;}
.langdir-RTL .cta-nums-block .cta-num-item .cta-num-content>.cta-num-text-area>.cta-num-titlebox>h1 .cta-num-num{margin-right: 0px; margin-left: 10px; border: none; border-left: 6px solid;}
.cta-nums-block .cta-num-item.cta-num-item-1 .cta-num-content>.cta-num-text-area>.cta-num-titlebox>h1 .cta-num-num,
.cta-nums-block .cta-num-item.cta-num-item-2 .cta-num-content>.cta-num-text-area>.cta-num-titlebox>h1 .cta-num-num,
.cta-nums-block .cta-num-item.cta-num-item-3 .cta-num-content>.cta-num-text-area>.cta-num-titlebox>h1 .cta-num-num,
.cta-nums-block .cta-num-item.cta-num-item-4 .cta-num-content>.cta-num-text-area>.cta-num-titlebox>h1 .cta-num-num,
.cta-nums-block .cta-num-item.cta-num-item-5 .cta-num-content>.cta-num-text-area>.cta-num-titlebox>h1 .cta-num-num{color: #cec7b1; border-color: #cec7b1;}
.cta-nums-block .cta-num-item .cta-num-content>.cta-num-text-area>p{font-size: 0.85em; margin:0em 0 13px 54px; font-weight: 300;line-height: 1.5em;}

.cta-nums-block .cta-num-item .cta-num-content>.cta-num-image{display:none}



/*========================== FINE call_to_action_numeri ======================*/



/*========================== txt_aggiuntivo ======================*/

.txt-aggiuntivo-container { text-align: center; padding: 2.5em 1em; margin-bottom: 2em;}
.txt-aggiuntivo-container header>h1{ font-size: 1.55em; font-weight: 200; margin: 0;padding: 0;}

.txt-aggiuntivo-container article{}
.txt-aggiuntivo-container article:first-child p {margin-top: 23px;} 

.txt-aggiuntivo-container.blocco-referece{padding: 1.5em 0.5em;}
.txt-aggiuntivo-container.blocco-referece article{font-weight: 200;}


.txt-aggiuntivo-ist .txt-aggiuntivo-container{text-align: left;padding: 0.5em 1em;margin-bottom: 2em;}


/*========================== FINE txt_aggiuntivo ======================*/

.txt-aggiuntivo-immagini-fascia-container{margin: 2em 0;}

.txt-aggiuntivo-partner{margin: 2em 0;}
.txt-aggiuntivo-partner .img-box{border-right: 1px solid #dcdad5;}
.txt-aggiuntivo-partner .txt-box{line-height: 1.2em;}

/*========================== txt_aggiuntivo_layout ======================*/

.txt-aggiuntivo-layout {}
.txt-aggiuntivo-layout .group{background-color: #f0eee7;}
.txt-aggiuntivo-layout .group .col{margin-top: 0;margin-bottom: 0;}
.txt-aggiuntivo-layout .group .col .elemento-blocco-immagine{height: 410px;background-size: cover; background-position: 50% 50%;}
.txt-aggiuntivo-layout .group .col .elemento-blocco-testo article {font-family: 'Proxima Nova Rg', sans-serif; font-weight: 200;padding: 0em 0.5em; margin: 1em 0;}
.txt-aggiuntivo-layout .group .col .elemento-blocco-testo article>h2{font-family: 'Proxima Nova Rg', sans-serif; font-weight: 200; font-size: 2.2em; line-height: 1.2em; margin:1em 0 0.5em 0;}

/*========================== FINE txt_aggiuntivo_layout ======================*/


/*========================== carousel ======================*/

#home-carouesel-clienti {margin: 1.5em 0;}
#home-carouesel-clienti.carousel-container .slick-slider{margin: 1.5em 0;}
#home-carouesel-clienti.carousel-container .slick-slider img{margin:0 auto;}

.carousel-container>article{text-align: center}
.carousel-container>article>header>h1{font-size: 2.2em;font-weight: 200;margin: 0; padding: 0;}
.carousel-container>article>header>h1>strong{font-weight: 400;}
.carousel-container>article>p{font-weight: 200;   margin: 0.4em 0; font-size: 1.1em;}

/*========================== FINE carousel ======================*/

/* |||||||||||||||||||||||| IMAGE LIGHTBOX ||||||||||||||||||||||||*/
#imagelightbox
{
    cursor: pointer;
    position: fixed;
    z-index: 10000;

    -ms-touch-action: none;
    touch-action: none;

    -webkit-box-shadow: 0 0 3.125em rgba( 0, 0, 0, .75 ); /* 50 */
    -moz-box-shadow: 0 0 3.125em rgba( 0, 0, 0, .75 ); /* 50 */
    box-shadow: 0 0 3.125em rgba( 0, 0, 0, .75 ); /* 50 */
}


/* WITH ACTIVITY INDICATION */

#imagelightbox-loading,
#imagelightbox-loading div
{
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
#imagelightbox-loading
{
    width: 2.5em; /* 40 */
    height: 2.5em; /* 40 */
    background-color: #444;
    background-color: rgba( 0, 0, 0, .5 );
    position: fixed;
    z-index: 10000;
    top: 50%;
    left: 50%;
    padding: 0.625em; /* 10 */
    margin: -1.25em 0 0 -1.25em; /* 20 */

    -webkit-box-shadow: 0 0 2.5em rgba( 0, 0, 0, .75 ); /* 40 */
    -moz-box-shadow: 0 0 2.5em rgba( 0, 0, 0, .75 ); /* 40 */
    box-shadow: 0 0 2.5em rgba( 0, 0, 0, .75 ); /* 40 */
}
#imagelightbox-loading div
{
    width: 1.25em; /* 20 */
    height: 1.25em; /* 20 */
    background-color: #fff;

    -webkit-animation: imagelightbox-loading .5s ease infinite;
    -moz-animation: imagelightbox-loading .5s ease infinite;
    -o-animation: imagelightbox-loading .5s ease infinite;
    animation: imagelightbox-loading .5s ease infinite;
}


/* WITH OVERLAY */
#imagelightbox-overlay
{
    background-color: #fff;
    background-color: rgba( 255, 255, 255, .9 );
    position: fixed;
    z-index: 9998;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}


/* WITH "CLOSE" BUTTON */
#imagelightbox-close
{
    width: 2.5em; /* 40 */
    height: 2.5em; /* 40 */
    text-align: left;
    text-indent: -9999px;
    background-color: #666;
    position: fixed;
    z-index: 10002;
    top: 2.5em; /* 40 */
    right: 2.5em; /* 40 */

    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;

    -webkit-transition: color .3s ease;
    -moz-transition: color .3s ease;
    -ms-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease;
}
#imagelightbox-close:hover{background-color: #91b1cc;}

#imagelightbox-close:before,
#imagelightbox-close:after
{
    width: 2px;
    background-color: #fff;
    content: '';
    position: absolute;
    top: 20%;
    bottom: 20%;
    left: 50%;
    margin-left: -1px;
}
#imagelightbox-close:before
{
    -webkit-transform: rotate( 45deg );
    -moz-transform: rotate( 45deg );
    -ms-transform: rotate( 45deg );
    -o-transform: rotate( 45deg );
    transform: rotate( 45deg );
}
#imagelightbox-close:after
{
    -webkit-transform: rotate( -45deg );
    -moz-transform: rotate( -45deg );
    -ms-transform: rotate( -45deg );
    -o-transform: rotate( -45deg );
    transform: rotate( -45deg );
}


/* WITH CAPTION */
#imagelightbox-caption
{
    text-align: center;
    color: #fff;
    background-color: #666;
    position: fixed;
    z-index: 10001;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0.625em; /* 10 */
}


/* WITH NAVIGATION */
#imagelightbox-nav
{
    background-color: #444;
    background-color: rgba( 0, 0, 0, .5 );
    position: fixed;
    z-index: 10001;
    left: 50%;
    bottom: 3.75em; /* 60 */
    padding: 0.313em; /* 5 */

    -webkit-transform: translateX( -50% );
    -moz-transform: translateX( -50% );
    -ms-transform: translateX( -50% );
    -o-transform: translateX( -50% );
    transform: translateX( -50% );

    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
#imagelightbox-nav a
{
    width: 1em; /* 20 */
    height: 1em; /* 20 */
    border: 1px solid #fff;
    display: inline-block;
    margin: 0 0.313em; /* 5 */

    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
#imagelightbox-nav a.active{background-color: #fff;}

#imagelightbox-loading,
#imagelightbox-overlay,
#imagelightbox-close,
#imagelightbox-caption,
#imagelightbox-nav
{
    -webkit-animation: fade-in .25s linear;
    -moz-animation: fade-in .25s linear;
    -ms-animation: fade-in .25s linear;
    -o-animation: fade-in .25s linear;
    animation: fade-in .25s linear;
}

/*||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/



/*========================== hyera_input_output ======================*/

.hyera-input-output{background-color: #eaeae9; width: 100%;overflow: hidden;}

.hyera-input-output .hyera-input-output-content{
    position:relative;
    right: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.hyera-input-output .hyera-input-output-content ul{list-style: none; margin: 0;padding: 0;}
.hyera-input-output .hyera-input-output-content ul>li{color:#7b7b7a; text-transform: uppercase; font-size: 0.8em; padding-left: 1em; text-indent: - 0.7em; font-weight: 300;line-height: 1.5em;}
.hyera-input-output .hyera-input-output-content ul>li:before{content: "â€¢ ";}


.mall-style .hyera-input-output .hyera-input-output-content ul>li:before{color: #c9c6d3; }
.retail-style .hyera-input-output .hyera-input-output-content ul>li:before{color: #b9c7d5; }
.supermarket-style .hyera-input-output .hyera-input-output-content ul>li:before{color: #cde4ea; }
.public-style .hyera-input-output .hyera-input-output-content ul>li:before{color: #e2e3ac; }
.hotel-style .hyera-input-output .hyera-input-output-content ul>li:before{color: #eddcad; }
.automotive-style .hyera-input-output .hyera-input-output-content ul>li:before{color: #e0dac6; }
.banking-style .hyera-input-output .hyera-input-output-content ul>li:before{color: #c2bcb1; }


.hyera-input-output .hyera-input-output-content .input-to-output{cursor: pointer;position: relative;padding: 2em 0 2em 1em;background-color: #d8d8d7;}
.hyera-input-output .hyera-input-output-content .input-to-output>img{height: 90px;}

.hyera-input-output .hyera-input-output-content>div>header{background-color: #f9f9f9;padding: 0.5em 0 0.1em 0;}
.hyera-input-output .hyera-input-output-content>div>header>h2{margin:0; font-weight: 200; color: #7b7b7a; font-family: 'Proxima Nova Rg', sans-serif; padding-left: 1em; line-height: 1em; font-size: 2em;}
.hyera-input-output .hyera-input-output-content .io-content{padding: 2em 0;}
    
/*========================== FINE hyera_input_output ======================*/


/*========================== call_to_action_fasi ======================*/


.cta-fasi .cta-fasi-testo{padding: 1.5em 0.5em; font-size: 0.85em; font-weight: 400; margin:0;}
.cta-fasi .cta-fasi-item{display:block;margin: 0.5em 0;padding: 1em 0.5em;;border-top:1px solid #c2cdd3; position: relative;}
.cta-fasi .cta-fasi-item:first-child{border: none;}

.cta-fasi .cta-fasi-item .cta-fasi-item-content>h2,
.cta-fasi .cta-fasi-item .cta-fasi-item-content>.cta-num-image{display: inline-block; vertical-align: middle;}

.cta-fasi .cta-fasi-item .cta-fasi-item-content>h2{margin:0; font-weight: 200; line-height: 1em; font-size: 1.5em;}
.cta-fasi .cta-fasi-item .cta-fasi-item-content>h3,
.cta-fasi .cta-fasi-item .cta-fasi-item-content>article{display:none;}

.cta-fasi .cta-fasi-item .approfondisci-button{display:none;}

.cta-fasi{margin-bottom: 48px;}
.langdir-RTL.inverti-direzione-testo .cta-fasi{text-align: left;direction: ltr}

/*========================== FINE call_to_action_fasi ======================*/


/*========================== fascia_link ======================*/

a.fascia-link,
a.fascia-link:link,
a.fascia-link:hover,
a.fascia-link:visited{display: block; background-color: #bbb9b7; color: #FFFFFF; text-align: center; padding: 1em 0;}

a.fascia-link>p{font-weight: 300; margin:0 0 1em 0; padding: 0;}
a.fascia-link>.button-link{display:inline-block;padding:0.8em 1em 0.5em 1em; font-weight: 300; background-color: #6e6c6b; color:#FFFFFF; line-height: 1em;}

/*========================== FINE fascia_link ======================*/


/*========================== contatti_base ======================*/
.form-contatti-container{margin-top: 5em;}
.form-contatti-container .testo-form{margin-bottom: 36px;}

/*========================== FINE contatti_base ======================*/

/*========================== form_parnter ======================*/
.form-partner-container,
.form-candidatura-volontaria-container,
.form-candidatura-posizione-container{}

.form-partner-container .testo-form,
.form-candidatura-volontaria-container .testo-form,
.form-candidatura-posizione-container .testo-form{margin-bottom: 36px;}


.form-partner-container .testo-form header,
.form-candidatura-volontaria-container .testo-form header,
.form-candidatura-posizione-container .testo-form header{margin-top: 36px;}

.form-partner-container>form,
.form-candidatura-volontaria-container>form,
.form-candidatura-posizione-container>form{margin-top: 36px;}


/*========================== FINE form_parnter ======================*/


/*========================== pagine_figlie_fisarmonica ======================*/
    
.pagine-figlie-fisarmonica{width: 100%; margin: 0 auto;}

.pagine-figlie-fisarmonica .page-box{
    position: relative;
    z-index: 1;
    overflow: hidden;
    cursor: pointer;
    border-bottom: 1px solid rgb(198, 198, 198);
}
.pagine-figlie-fisarmonica .page-box .page-image{
    display: none;
}

.pagine-figlie-fisarmonica .page-box .text-preview{
    z-index: 1;
}

.pagine-figlie-fisarmonica .page-box .text-preview .title{
    font-family: 'Didot LT Roman', sans-serif;
    font-weight: 200;
    font-size: 1.5em;
    line-height: 1.1;
    margin: 10px 0;
    border-left: 10px solid #afaba3;
    padding: 8px 0 5px 10px;
}

.pagine-figlie-fisarmonica .page-box .text-full-outer{
    max-height: 0px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.pagine-figlie-fisarmonica .page-box .text-full-outer.open{

    max-height: 900px;
    -webkit-transition: all 0.5s  ease;
    -moz-transition: all 0.5s  ease;
    transition: all 0.5s  ease;
}

.pagine-figlie-fisarmonica .page-box .text-full-inner>p{margin:0;}


.no-js .pagine-figlie-fisarmonica .page-box .text-full-outer{max-height:none;}

.pagine-figlie-fisarmonica .page-box .approfondisci-button{display:none;}

/*========================== FINE pagine_figlie_fisarmonica ======================*/



/*========================== FINE elenco_pagine_figlie_anteprima ======================*/
    
.pagine-figlie-anteprima{max-width:425px; width: 100%; margin: 0 auto;}

.pagine-figlie-anteprima .pagine-figlie-anteprima-item{
    position: relative;
    z-index: 1;
    overflow: hidden;
    cursor: pointer;
    border-bottom: 1px solid rgb(198, 198, 198);
    position: relative;
    margin-bottom: 20px;
}

.langdir-RTL.inverti-direzione-testo .pagine-figlie-anteprima .pagine-figlie-anteprima-item .text-preview h2,
.langdir-RTL.inverti-direzione-testo .pagine-figlie-anteprima .pagine-figlie-anteprima-item .text-preview article{text-align: left;direction: ltr}

.pagine-figlie-anteprima .pagine-figlie-anteprima-item .icon-block{position: absolute; height:45px; width:45px;}
.pagine-figlie-anteprima .pagine-figlie-anteprima-item .text-preview .title{
    font-weight: 300;
    font-size: 1.5em;
    line-height: 1.1;
    margin: 0;
    padding: 0px;
    text-transform: uppercase;
}
    

.pagine-figlie-anteprima .pagine-figlie-anteprima-item .cta{margin: 15px 0;}

.pagine-figlie-anteprima .pagine-figlie-anteprima-item .approfondisci-button{display:none;}

/*========================== FINE elenco_pagine_figlie_anteprima ======================*/




/*========================== FINE form_registrazione_utente ======================*/

#hyera-fascia-video{}
#hyera-fascia-video .hyera-fascia-video-container{position: relative;cursor:pointer;}
#hyera-fascia-video .hyera-fascia-video-container .hyera-fascia-video-button-layer{position: absolute; height: 100%; width:100%;display: none; background: url('../img/play-button.png') no-repeat 50% 50%}
#hyera-fascia-video .hyera-fascia-video-container[mediaplay=play] .hyera-fascia-video-button-layer{display:none}
#hyera-fascia-video .hyera-fascia-video-container[mediaplay=pause] .hyera-fascia-video-button-layer{display:block}

/*========================== FINE form_registrazione_utente ======================*/



/*========================== FINE form_registrazione_utente ======================*/

.form-registrazione-container{max-width: 700px; margin: 0 auto;}

/*========================== FINE form_registrazione_utente ======================*/



/*========================== FINE form_login ======================*/

.form-login-container{max-width: 700px; margin: 0 auto;}

.form-login-container a,
.form-login-container a:link,
.form-login-container a:hover,
.form-login-container a:visited{color: #4592a7}

/*========================== FINE form_login ======================*/


/*========================== sede ======================*/
.sede-societa {margin-bottom: 1em; padding-bottom: 1em; border-bottom: 1px solid #d5d5d5;}
.sede-societa header h1{   font-weight: 200; font-size: 1.5em;  margin: 0px 0 10px 0; line-height: 1em;}
.sede-societa .address p{margin: 0.1em 0 0 0; font-size: 0.85em;}

/*========================== FINE sede ======================*/

.griglia-dinamica-item{
    display: block;
	position: relative;
    padding: 0.5em;
    margin: 0 0.5em;
    border-bottom: 1px solid #c2cdd3;
}



.griglia-dinamica-item .approfondisci-button{display: none}
.griglia-dinamica-item .icon-block {display: inline-block; width: 12%;text-align: center;}
.griglia-dinamica-item .text-block {display: inline-block; vertical-align: middle; width: 88%;padding-left: 1em;border-left: 4px solid #B2B2B2;}

.mall-style .griglia-dinamica-item .text-block{border-color: #c9c6d3; }
.retail-style .griglia-dinamica-item .text-block{border-color: #b9c7d5; }
.supermarket-style .griglia-dinamica-item .text-block{border-color: #cde4ea; }
.public-style .griglia-dinamica-item .text-block{border-color: #e2e3ac; }
.hotel-style .griglia-dinamica-item .text-block{border-color: #eddcad; }
.automotive-style .griglia-dinamica-item .text-block{border-color: #e0dac6; }
.banking-style .griglia-dinamica-item .text-block{border-color: #c2bcb1; }

.griglia-dinamica-item .text-block article h2,
.griglia-dinamica-item .text-block article p{font-family: 'Proxima Nova Rg', sans-serif; font-weight: 200;font-size: 1.6em;  line-height: 1.2;}
.griglia-dinamica-item .text-block article p{font-size: 0.85em; font-weight: 300;line-height: 1.6em}
.griglia-dinamica-item .text-block article p>strong{font-weight: 600;}


.griglia-dinamica-item .icon-block{display: inline-block}

.grid-expand-item-placeholder
{
    position: absolute;
    width: calc(100%);
    height: calc(100vh);
    z-index: 100;
    top: 0;
    left: 0;
    background: #fff;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

.langdir-RTL.inverti-direzione-testo .grid-expand-item-placeholder,
.langdir-RTL.inverti-direzione-testo .griglia-dinamica-item .text-block{text-align: left;direction: ltr;}

.grid-expand-item-placeholder.placeholder--trans-in {
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}

.grid-expand-item-placeholder.placeholder--trans-out {
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
}

.grid-item-full-content .close-button{
    position: absolute;
    border: none;
    background: none;
    margin: 0;
    z-index: 100;
    top: 0;
    right: 0;
    font-size: 25px;
    line-height: 0;
    color: #414141;
    cursor: pointer;
    padding: 10px 20px;

    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
.grid-item-full-content .close-button span {
    display: none;
}

/* main content */
.grid-item-full-content .expanded-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    pointer-events: auto;
    height: 100vh;
    visibility: visible;
    z-index: 99;
    overflow: hidden;
}

/* scroll helper wrap */
.grid-item-full-content .expanded-content .scroll-wrap {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}

.grid-item-full-content .expanded-content .scroll-wrap>.table>article.column-content,
.grid-item-full-content .expanded-content .scroll-wrap>.table>div.column-color{
    padding: 2.5em 1em;
}
.grid-item-full-content .expanded-content .scroll-wrap>.table>article.column-content{margin-bottom: 2.5em;}

.grid-item-full-content .expanded-content .scroll-wrap .column-color header h1,
.grid-item-full-content .expanded-content .scroll-wrap .column-color header h2{
    margin: 0;
    padding: 0;
    font-family: 'Proxima Nova Rg', sans-serif;    
}
.grid-item-full-content .expanded-content .scroll-wrap .column-color header h1{
    font-weight: 200;
    font-size: 1.7em;
    line-height: 1.2em;
}

.grid-item-full-content .expanded-content .scroll-wrap .column-color header h2{
    font-weight: 300;
    font-size: 1em;
    color: #FFFFFF;
}

.grid-item-full-content .expanded-content .scroll-wrap .column-color aside{
    font-family: 'Proxima Nova Rg', serif;
    color: #63676a;
    font-weight: 200;
    line-height: 1.6em;
    font-size: 1.05em
}

.grid-item-full-content .expanded-content .scroll-wrap>.table>article.column-content{
    font-weight: 300;
    line-height: 1.6em;
    font-size: 0.95em
}
.grid-item-full-content .expanded-content .scroll-wrap>.table>article.column-content strong{
    font-weight: 500;
}

.grid-item-full-content .expanded-content .scroll-wrap>.table>article.column-content ul{list-style: none;   margin: 0 0 0 0.7em;padding: 0;}
.grid-item-full-content .expanded-content .scroll-wrap>.table>article.column-content ul>li{text-indent: -0.7em}
.grid-item-full-content .expanded-content .scroll-wrap>.table>article.column-content ul>li:before{content: "- ";}


#social-box-lateral{display: none;}



.box_grafico_pagina{margin-bottom: 13px;position: relative;cursor: pointer;}
.box_grafico_pagina img.bgBox{position: relative; z-index: 1; width: 100%; min-height: 270px;}
.box_grafico_pagina .title-box{position: absolute; z-index: 5;}
.box_grafico_pagina .title-box>h1,
.box_grafico_pagina .title-box>h3{
    margin: 0;
    font-family: 'Didot LT Roman', sans-serif;
    padding: 0;
    color: #ffffff;
}
.box_grafico_pagina .title-box>h1{
    font-weight: 600;
    font-size: 3em;
    line-height: 0.85em;
}
.box_grafico_pagina .title-box>h3{
    font-weight: 200;
    font-size: 2em;
    line-height: 1em;
}

/* LICEO COREUTICO - VISTA PAGINA GRAFICA - PLUGIN 146 */

.box_grafico_pagina .title-box.bottom{bottom: 2em;right: 4em;text-align: right;}
.box_grafico_pagina .title-box.top{top: 3em;left: 4em;text-align: left;}

.box_grafico_pagina .title-box .btn {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0px;
  font-family: 'Proxima Nova Lt', serif;
  color: #ffffff;
  font-size: 1em;
  padding: 10px 30px 8px 30px;
  border: solid #ffffff 1px;
  text-decoration: none;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.box_grafico_pagina .title-box .btn:hover {
  background: rgba(97, 97, 97, 0.6);
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.box_grafico_pagina .title-box.bottom .btn{margin-top: 2em;}
.box_grafico_pagina .title-box.top .btn{margin-bottom: 2em;}

.hiddentxt .box-header{width: 100%; background: #dfded9;position: relative; z-index: 1;}
.hiddentxt .box-header>div{padding: 2em 1em;position: relative; z-index: 1;}

.hiddentxt .box-header h1{
    font-family: 'Didot LT Roman', sans-serif;
    font-weight: 200;
    font-size: 3em;
    color: #ffffff;
    line-height: 1em;
    margin: 0;
    padding: 0 0 0.2em 0;
}
.hiddentxt .box-header h2{
    font-family: 'Proxima Nova Lt', serif;
    font-weight: 200;
    font-size: 1.3em;
    color: #5f5d58;
    line-height: 1em;
    margin: 0;
    padding: 0;
}
.hiddentxt .box-header span.close-btn{
    display: block;
    position: absolute;
    z-index: 2;
    right: 1em;
    top: 1.5em;
    font-weight: 200;
    font-size: 1.5em;
    cursor: pointer;
}
.hiddentxt .box-article{padding: 1em;margin-bottom: 1em}

/*********************************************************/

/* Gallery template IST */
.photo-gallery h2{text-align: left;
font-family: 'Michroma', sans-serif;
font-size: 1em;
text-transform: uppercase;}
.photo-gallery .gallery-item{position: relative; overflow: hidden}
.photo-gallery .gallery-item img{
    display: block;
    width: 100%;
}

.photo-gallery .gallery-item .gallery-link {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9997;
    width: 100%;
    
}

.photo-gallery .gallery-item .gallery-link i{
    display:none;
}



/* GRID MASONRY */
.grid {background: #fff;}
/* clear fix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}
/* ---- .grid-item ---- */
.grid-sizer,
.grid-item {width: 50%;}
.grid-item {float: left;}
.grid-item img {display: block; max-width: 100%;}



.mm-listview > li.page-164 > a{color: #4592a7; font-weight: 600;}
