
body {	
	background: #;
}

button {cursor:pointer !important}
.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 0;
}
/* CALENDARIO STILE */
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 37%;
	margin-top: -8px;
	color: #;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 49% !important;
	color: #000;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}
#ui-datepicker-div.ui-widget-content {
  border: 1px solid #c5c5c5;
  background: #fff none repeat scroll 0 0;
  border: 1px solid #777;
  color: #252525;
  font-family: "Poppins",sans-serif;
  font-size: 14px;
  border-radius: 0px;
  width: 270px;
  padding: 5px;
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-header {
  background: #  none repeat scroll 0 0;
  border: 2px solid #252525;
  border-radius: 0;
  color: #fff;
  font-weight: 700;
  padding: 5px 0;
  position: relative;
}
.ui-datepicker .ui-datepicker-prev {
  left: 5px;
}
.ui-datepicker .ui-datepicker-prev, 
.ui-datepicker .ui-datepicker-next {
  border-radius: 30%;
  height: 20px;
  position: absolute;
  top: 7px;
  width: 20px;
  transition: all 500ms ease;
  cursor: pointer;
}
.ui-datepicker .ui-datepicker-next {
  right: 5px;
}

.ui-datepicker table {
  border-collapse: collapse;
  font-size: 13px;
  margin: 0 0 0.4em;
  width: 100%;
}
.ui-datepicker th {
  border: medium none;
  font-weight: 600;
  padding: 2px 3px;
  text-align: center;
}

.ui-datepicker-calendar .ui-state-default{
  background: #fff none repeat scroll 0 0;
  border: 1px solid #ddd;
  border-radius: 3px;
  color: #252525;
  display: block;
  font-size: 12px;
  font-weight: 400;
  height: 35px;
  line-height: 25px;
  margin-bottom: 5px;
  padding: 4px 2px;
  text-align: center;
  width: 35px !important;
  transition: all 500ms ease;
}
.ui-datepicker-calendar .ui-state-default:hover,
.ui-datepicker-calendar .ui-state-default:active{
  background: # ;
  color: #fff;
  border-color: # ;
}
/*////////////////////////////////////////////////////////////////////////////*/
.apps-craft-faq-section {
    background-color: #F4F4F4;
	padding-bottom:150px;
}
.apps-craft-contact-form{
	background-color: #fff;
    box-shadow: 0 0 32px rgba(0,0,0,.05);
}

.fa-stack-2x {
	font-size: 2em !important;
}

.sedi {
	
	background:#;
	color:#2d2c32;
	height: 120px;
	border-bottom:# solid 1px;
}

#chat_open{
	background:rgba(0, 0, 0, 1) !important;
	color: rgba(0, 0, 0, 1);
	
}
#chat {border: 1px solid rgba(0, 0, 0, 1) !important}

@media (max-width: 767px) {
	
.light.cc_dialog button.cc_b_cp {
    margin: 10px 0 0 0 !important;
}	

.dimensione_testo_galleria {
   font-size: 50px !important;
}
}

.menu_prodotti {
    background: #e5547c !important;
    padding: 10px 10px 15px 10px;
    z-index: 1000;
    color: #fff !important;
    right: 0;
    margin-top: 5px;
}

.menu_prodotti span {
	
	line-height: 0;
	
}	

#switch_colour {
    width: 100px;
    height: 100px;
	border-radius: 40px;
    background-color: red;
    position: relative;
    -webkit-animation-name: switch; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 4s; /* Safari 4.0 - 8.0 */
    -webkit-animation-iteration-count: infinite; /* Safari 4.0 - 8.0 */
    animation-name: switch;
    animation-duration: 4s;
    animation-iteration-count: infinite;
	position:fixed;
	right: 23px;
    bottom: 100px;
    z-index: 99999;
	
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes switch {
    0%   {background-color:#;}
    25%  {background-color:#;}
    50%  {background-color:#;}
    75%  {background-color:#;}
    100% {background-color:#;}
}

/* Standard syntax */
@keyframes switch {
    0%   {background-color:#;}
    25%  {background-color:#;}
    50%  {background-color:#;}
    75%  {background-color:#;}
    100% {background-color:#;}
}

p {margin-top:10px;}

body {
  overflow-x: hidden;
  color: #777777;
  font: 300 17px/26px "Lato", sans-serif;
  -webkit-text-size-adjust: none;
  background: #ffffff;
  }

img {
  max-width: 100%;
  height: auto; }

.heading-1 {
  font: 300 71px/71px "Lato", sans-serif;
  color: #000000; }

.heading-2 {
  font: 400 121px/80px "Yesteryear", sans-serif; }

.heading-3 {
  font: 100 "Lato", sans-serif; }

.heading-4 {
  font-family: "Yesteryear", sans-serif;
  color: #;
  font-weight: 400;
  font-size: 70px;
  line-height: 70px;
} 

.heading-5 {
  font: 100 34px/34px "Lato", sans-serif;
  color: #;
  text-transform: uppercase; }

.heading-6 {
  font: 300 22px/25px "Lato", sans-serif;
  text-transform: uppercase;
  color: #000000; }
  .heading-6 a:hover, ..heading-6 a:hover {
    color: #777777; }
  .heading-6 a:active, ..heading-6 a:active {
    color: #5e5e5e; }

p a:hover, .marked-list a:hover, .list a:hover {
  text-decoration: underline; }
p .fa, .marked-list .fa, .list .fa {
  text-decoration: none; }

time {
  display: block; }

a {
  font: inherit;
  color: inherit;
  text-decoration: none;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s; }
  a:focus {
    outline: none; }
  a:active {
    background-color: transparent; }

a[href^="tel:"],
a[href^="callto:"] {
  color: inherit;
  text-decoration: none; }

strong {
  font-weight: 700; }

.fa {
  line-height: inherit; }

[class*='fa-']:before {
  font-weight: 400;
  font-family: "FontAwesome";}

[class*='fa-angle-up']:before {
  font-weight: 400;
  font-family: "FontAwesome";
  font-size:40px;}  
  
.page {
  overflow: hidden;
  min-height: 500px; }
  .lt-ie9 .page {
    min-width: 1200px; }

hr {
  padding: 0;
  margin: 0;
  border: none;
  border-top: 1px solid #; }

address p span:last-child {
  margin-top: 8px;
  display: inline-block; }


img + .heading-4, * + .float-box, .term-list-primary dd + dt, * + .inline-list-primary, .icon-block + .icon-block, * + .text-right, * + .term-list-secondary, * + .mailform, * + .map, .term-list dd + dt {
  margin-top: 30px; }

.heading-5 + p, * + .row__offset-4 {
  margin-top: 18px; }

.heading-6 + p, .term-list-primary dt + dd, * + .row__offset-2, .term-list-secondary dt + dd, .term-list dt + dd {
  margin-top: 8px; }

* + hr {
  margin-top: 66px; }

* + .row__offset, * + .btn_offset, .heading-5 + img, .thumb + .heading-6 {
  margin-top: 40px; }

img + .heading-6 {
  margin-top: 46px; }

.heading-5 + .term-list-primary, .heading-5 + .heading-6, * + .icon-block, .heading-5 + .off {
  margin-top: 36px; }

* + .row__offset-1 {
  margin-top: 0; }

* + blockquote {
  margin-top: 12px; }

img + .off {
  margin-top: 22px; }

.brand {
  display: inline-block; }
  .brand_name a {
    padding-left: 104px;
    position: relative; }
    .brand_name a:before {
      position: absolute;
      content: 'E';
      font: 400 93px/117px "Yesteryear", sans-serif;
      color: #fff;
      width: 101px;
      height: 101px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      text-align: center;
      background: #;
      top: 0;
      left: 0; }

.bg-img-primary {
  background-image: url("../../images/27/page-1_img09.jpg");
  background-repeat: no-repeat;
  background-position: right center; }

.bg-img-primary--md {
  background-position: right bottom; }

.bg-img-secondary {
  background-image: url("../../images/27/page-1_img10.jpg");
  background-repeat: no-repeat;
  background-position: left center; }

.bg-img-secondary--md {
  background-position: left bottom; }

.color-primary {
  color: #; }


.btn {
  display: inline-block;
  font-weight: 300;
  line-height: 22px; }

.btn-md {
  font-size: 22px;
  text-transform: uppercase;
  border-style: solid;
  border-width: 1px; }

.btn-default {
  padding: 22px 39px 23px 39px;
  color: #777777;
  border-color: #;
  background: #fff;
  position: relative;
  z-index: 0; }
  .btn-default:before {
    position: absolute;
    content: '';
    background: #;
    left: 0;
    top: 0;
    right: 0;
	display:none;
    bottom: 100%;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    z-index: -1; }
  .btn-default:hover {
    color: #fff; }
    .btn-default:hover:before {
      bottom: 0; }
  .btn-default:active:before {
    background: silver; }

.box:before, .box:after {
  display: table;
  content: "";
  line-height: 0; }
.box:after {
  clear: both; }
.box_aside {
  float: left; }
.box_cnt__no-flow {
  overflow: hidden; }

.sf-menu {
  display: inline-block; }
  .sf-menu:before, .sf-menu:after {
    display: table;
    content: "";
    line-height: 0; }
  .sf-menu:after {
    clear: both; }
  .sf-menu > li {
    position: relative;
    float: left; }
    .sf-menu > li + li {
      margin-left: 20px; }
  .sf-menu a {
    display: block; }

.sf-menu > li > a {
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 1) !important;
  font-size:13px !important	
  font-weight: 700 !important;
  }
  
.sf-menu > li.sfHover > a, .sf-menu > li > a:hover, .sf-menu > li.active > a {
  color: #000000; }

.sf-menu ul {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  margin-left: -25px;
  width: 195px;
  margin-top: 56px;
  padding: 17px 27px 22px 27px;
  background: rgba(0, 0, 0, 1) !important;
  z-index: 2;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.sf-menu ul > li > a {
  color: rgba(0, 0, 0, 1) !important;
  font: 700 15px/15px "Lato", sans-serif;
  padding: 12px 0; 
  }
  
.sf-menu ul > li + li {
  border-top: solid 1px rgba(0, 0, 0, 1) !important; }
.sf-menu ul > li.sfHover > a, .sf-menu ul > li > a:hover {
  color: #fff; 
  font-weight: 700 !important;}

.sf-menu ul ul {
  position: absolute;
  top: 15%;
  width: 150px;
  margin-top: 0;
  left: 100%;
  margin-left: 1px;
  z-index: 4; }

.sf-menu > li > .sf-with-ul {
  position: relative;
    }
  .sf-menu > li > .sf-with-ul:before {
    position: absolute;
    left: 50%;
    top: 80%;
    margin-left: -7px;
    content: "";
    font: 400 20px/25px "FontAwesome"; }

@media (max-width: 1199px) {
  .sf-menu > li + li {
    margin-left: 15px; } }
@media (max-width: 991px) {
  .sf-menu ul {
    margin-top: 20px; } }
@media (max-width: 767px) {
  .sf-menu {
    display: none; } }

.rd-mobilemenu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 9999999;
  text-align: left;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease; }
  .rd-mobilemenu.active {
    right: 0; }

.rd-mobilemenu_ul {
  position: fixed;
  top: -56px;
  left: 0;
  bottom: -56px;
  width: 240px;
  padding: 132px 0 76px;
  color: rgba(0, 0, 0, 1);
  background: rgba(0, 0, 0, 1);
  font-size: 14px;
  line-height: 20px;
  overflow: auto;
  -webkit-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-transform: translateX(-240px);
  -ms-transform: translateX(-240px);
  -o-transform: translateX(-240px);
  -webkit-transform: translateX(-240px);
  transform: translateX(-240px);
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -moz-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1); }
  .rd-mobilemenu.active .rd-mobilemenu_ul {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  .rd-mobilemenu_ul a {
    display: block;
    padding: 14px 25px 16px; 
	color: rgba(0, 0, 0, 1) !important;
	}
    .rd-mobilemenu_ul a.active {
      background: #f5f5f5;
      color: #2d2d2d; }
    .rd-mobilemenu_ul a:hover {
      background: #000000;
      color: #FFF; }
    .rd-mobilemenu_ul a .rd-submenu-toggle {
      position: absolute;
      top: 50%;
      right: 11px;
      margin-top: -17.5px;
      width: 32px;
      height: 32px;
      font: 400 10px "FontAwesome";
      line-height: 32px;
      text-align: center;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      -moz-transition: 0.5s all ease;
      -o-transition: 0.5s all ease;
      -webkit-transition: 0.5s all ease;
      transition: 0.5s all ease;
      z-index: 1;
      background: rgba(0, 0, 0, 0.1); }
      .rd-mobilemenu_ul a .rd-submenu-toggle:after {
        content: '\f078'; }
      .rd-mobilemenu_ul a .rd-submenu-toggle:hover {
        background: #FFF;
        color: #666; }
    .rd-mobilemenu_ul a.rd-with-ul {
      position: relative; }
      .rd-mobilemenu_ul a.rd-with-ul.active .rd-submenu-toggle {
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg); }
  .rd-mobilemenu_ul ul a {
    padding-left: 40px; }
  .rd-mobilemenu_ul ul ul a {
    padding-left: 60px; }
  .rd-mobilemenu_ul:after {
    content: '';
    display: block;
    height: 20px; }

.rd-mobilepanel {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 56px;
  background: rgba(0, 0, 0, 1);
  color: #000;
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  z-index: 999; }

.rd-mobilepanel_title {
  position: fixed;
  top: 4px;
  left: 56px;
  right: 56px;
  color: #000;
  font-size: 24px;
  line-height: 48px;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  display:none; 
  }

.rd-mobilepanel_toggle {
  position: fixed;
  top: 4px;
  left: 8px;
  width: 48px;
  height: 48px; 
  border:0;
  background:transparent;}
  .rd-mobilepanel_toggle span {
    position: relative;
    display: block;
    margin: auto;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before {
      content: "";
      position: absolute;
      left: 0;
      top: -8px;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    .rd-mobilepanel_toggle span:after {
      top: 8px; }
    .rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span {
      width: 24px;
      height: 4px;
      background-color: rgba(0, 0, 0, 1);
      backface-visibility: hidden;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      border-radius: 2px; }
  .rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span:after {
    -webkit-transition-duration: 0.3s, 0.3s;
    transition-duration: 0.3s, 0.3s;
    -webkit-transition-delay: 0.3s, 0s;
    transition-delay: 0.3s, 0s;
    -webkit-transition-property: top, -webkit-transform;
    transition-property: top, transform; }
  .rd-mobilepanel_toggle.active span {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    transition: background .3s 0s ease;
    background: transparent; }
    .rd-mobilepanel_toggle.active span:before, .rd-mobilepanel_toggle.active span:after {
      top: 0;
      -webkit-transition-delay: 0s, 0.3s;
      transition-delay: 0s, 0.3s; }
    .rd-mobilepanel_toggle.active span:before {
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
    .rd-mobilepanel_toggle.active span:after {
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }

@media (max-width: 767px) {
  body {
    padding-top: 56px; }

  .rd-mobilemenu, .rd-mobilepanel {
    display: block; } }
@media (max-width: 359px) {
  .rd-mobilepanel_title {
    font-size: 25px; 
	display:none !important;} }

.isStuck {
  background-color: rgba(0, 0, 0, 1) !important;
  z-index: 999;
  border-bottom: none;
  padding: 10px 0; }
  .isStuck .brand_name a {
    padding-left: 70px; }
    .isStuck .brand_name a:before {
      width: 60px;
      height: 60px;
      line-height: 70px;
      font-size: 50px; }
  .isStuck .heading-1 {
    font-size: 50px;
    line-height: 50px; }
  .isStuck .inset-2 {
    padding-top: 15px; }
  .isStuck .sf-menu ul {
    margin-top: 24px; }
    .isStuck .sf-menu ul ul {
      margin-top: 0; }

@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important; } }

.toTop {
  width: 50px;
  height: 50px;
  font-size: 24px;
  line-height: 46px;
  color: #fff;
  background: #777777;
  border-radius: 50%;
  -webkit-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
  position: fixed;
  right: 40px;
  bottom: 40px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20; }
  .toTop:hover {
    color: #fff;
    background: #5e5e5e;
    text-decoration: none; }

.mobile .toTop,
.tablet .toTop {
  display: none !important; }

.thumb {
  display: block;
  position: relative;
  overflow: hidden; }
  .thumb img {
    width: 100%;
    height: auto;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease; }
  .thumb_overlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    background: transparent; }
    .thumb_overlay:before {
      content: '+';
      position: absolute;
      top: 50%;
      left: 50%;
      right: 0;
      width: 97px;
      height: 97px;
      background: #fff;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      font: 400 121px "Yesteryear", sans-serif;
      color: #;
      line-height: 97px;
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      text-align: center; }
      .lt-ie9 .thumb_overlay:before {
        display: none; }
  .thumb:hover .thumb_overlay {
    opacity: 1; }
    .lt-ie9 .thumb:hover .thumb_overlay:before {
      display: block; }
  .thumb:hover img {
    -moz-transform: scale(1.1) rotate(-2deg);
    -ms-transform: scale(1.1) rotate(-2deg);
    -o-transform: scale(1.1) rotate(-2deg);
    -webkit-transform: scale(1.1) rotate(-2deg);
    transform: scale(1.1) rotate(-2deg); }
  @media (min-width: 992px) and (max-width: 1199px) {
    .thumb_overlay:before {
      height: 60px;
      width: 60px;
      font-size: 100px;
      line-height: 60px; } }
  @media (max-width: 991px) {
    .thumb:hover img {
      -moz-transform: none;
      -ms-transform: none;
      -o-transform: none;
      -webkit-transform: none;
      transform: none; } }


header {
  background-color: rgba(0, 0, 0, 1) !important;
  padding: 10px 0 10px; }
  header:before, header:after {
    display: table;
    content: "";
    line-height: 0; }
  header:after {
    clear: both; }
  header .brand {
    float: left; }
  header .nav {
    float: right; }
  @media (max-width: 991px) {
    header {
      text-align: center; }
      header .brand, header .nav {
        float: none; } }

main {
  display: block;
  background: #fff; }


.well {
 /*  padding: 70px 0 92px; */ 
 padding: 20px 0 22px;
 }
  .well__off {
    padding-top: 35px; }
  .well__off-1 {
    padding-top: 65px; }
  .well__off-2 {
    padding-bottom: 85px; }

.well-2 {
  padding-top: 65px; }

.well-3 {
  padding: 30px 0 30px; }
  .well-3__off {
    padding-top: 35px; }
  .well-3__off-1 {
    padding-top: 35px; }
  .well-3__off-2 {
    padding-bottom: 35px; }


.inset-1 {
  padding-left: 60px; }

.inset-2 {
  padding-right: 15px;
  padding-top: 31px; }

.inset-3 {
  padding: 0 3%; }

.inset-4 {
  padding-left: 5px; }

.inset-5 {
  padding: 0 100px; }


.prefix-1 {
  margin-top: 70px; }

.uppercase {
  text-transform: uppercase; }

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

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

.float-box:before, .float-box:after {
  display: table;
  content: "";
  line-height: 0; }
.float-box:after {
  clear: both; }
.float-box > div {
  float: left;
  width: 20%; }

.row__offset-3 {
  margin-top: 0; }
  .row__offset-3 [class*='col-'] {
    margin-top: 0; }

.index-list {
  counter-reset: li; }
  .index-list li {
    position: relative;
    padding-left: 98px; }
    .index-list li:before {
      position: absolute;
      content: counter(li,decimal);
      counter-increment: li;
      font: 400 47px/71px "Yesteryear", sans-serif;
      left: 15px;
      top: -4px;
      color: #fff;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      width: 64px;
      height: 64px;
      background: #;
      text-align: center; }

.divider {
  background: url("../images/page-2_img01.jpg") center center;
  background-size: cover;
  width: 100%;
  height: 300px; }

.icon-block [class*='fa-']:before {
  font-size: 48px;
  line-height: 48px;
  color: #; }
.icon-block .box_aside {
  width: 70px;
  text-align: center; }
.icon-block .box_cnt__no-flow {
  padding-left: 30px; }

.term-list-secondary dd a:hover {
  color: #000000; }
.term-list-secondary dd a:active {
  text-decoration: underline; }


.inline-list-primary > li {
  margin: 0 auto;
  padding: 12px 0 1px;
  max-width: 370px;
  border-bottom: solid 1px #d4d2d2;}
  .inline-list-primary > li + li {
    border-bottom: solid 1px #d4d2d2; }
  .inline-list-primary > li a {
    font-size: 15px;
    line-height: 15px;
    display: inline-block; }
    .inline-list-primary > li a:hover {
      color: #000000; }


.col-offset-lg [class*='col-']:nth-child(2n+3) {
  clear: left; }

/*.col-offset-lg-primary [class*='col-']:nth-child(3n+4) {
  clear: left; }
.col-offset-lg-primary [class*='col-']:nth-child(n+4) {
  margin-top: 38px; }*/


.mail {
  color: #000000;
  display: inline-block; }
  .mail:hover {
    color: #777777; }
  .mail:active {
    text-decoration: underline; }

footer {
  background: #;
  padding: 96px 0 86px; }

.privacy:hover {
  text-decoration: none;
  color: #fff; }
.privacy:active {
  text-decoration: underline; }

.inline-list > li {
  display: inline-block; }
  .inline-list > li a {
    display: inline-block;
    font-size: 31px;
    line-height: 31px;
    color: #726969;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
    .inline-list > li a:hover {
      color: #fff; }
    .inline-list > li a:active {
      color: #e6e6e6; }
  .inline-list > li + li {
    margin-left: 15px; }

@media (max-width: 1199px) {
  .heading-2 {
    font-size: 100px;
    line-height: 100px; }

  .heading-3 {
    font-size: 60px; }

  .heading-5 {
    font-size: 30px;
    line-height: 30px; }

  .inset-1 {
    padding-left: 20px; }

  .inset-4 {
    padding-left: 15px; }

  .inset-5 {
    padding: 0; }

  .row__offset-3 {
    margin-top: 30px; } }
@media (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
  blockquote {
    text-align: center; }

  .text-right {
    text-align: center; } }
@media (max-width: 991px) {
  header {
    padding: 28px 0 28px; }

  .heading-2 {
    font-size: 70px;
    line-height: 70px; }

  .heading-3 {
    font-size: 45px; }

  .inset-1 {
    padding-left: 0; }

  .inset-2 {
    padding-top: 40px;
    padding-right: 0; }

  .prefix-1 {
    margin-top: 30px; }

  .float-box > div:nth-child(n+1) {
    width: 50%; }
  .float-box > div:nth-child(n+3) {
    width: 33.3333%; }

  .col-offset-lg [class*='col-']:nth-child(2n+3) {
    clear: none; }

  .col-offset-lg-primary [class*='col-']:nth-child(3n+4) {
    clear: none; }
  .col-offset-lg-primary [class*='col-']:nth-child(2n+3) {
    clear: left; }
  .col-offset-lg-primary [class*='col-']:nth-child(n+4) {
    margin-top: 30px; }

  .col-offset-md [class*='col-']:nth-child(2n+3) {
    clear: left; }

  .row__offset-3 [class*='col-']:nth-child(2n+3) {
    clear: left; }
  .row__offset-3 [class*='col-']:nth-child(n+3) {
    margin-top: 20px; }

  blockquote figure {
    text-align: center; } }
@media (max-width: 767px) {
  .heading-1 {
    font-size: 40px;
    line-height: 40px; }

  .heading-2 {
    font-size: 46px;
    line-height: 46px; }

  .heading-3 {
    font-size: 40px; }

  .brand_name a {
    padding-left: 80px; }
    .brand_name a:before {
      width: 70px;
      height: 70px;
      font-size: 55px;
      line-height: 80px;
      top: -10px; }

  [class*='well'], footer {
    padding: 50px 0; }

  .well-2 {
    padding-top: 30px;
    padding-bottom: 0; }

  .col-offset-xs {
    margin-top: 0; }

  * + hr, * + .row__offset, .heading-5 + .term-list-primary, .heading-5 + .heading-6, * + .icon-block, .heading-5 + .off, img + .heading-6 {
    margin-top: 30px; }

  .inset-2 {
    padding-top: 0; }

  .icon-block .box_cnt__no-flow {
    padding-left: 10px; } }
@media (max-width: 479px) {
  .float-box > div {
    float: none; }
    .float-box > div:nth-child(n+1), .float-box > div :nth-child(n+3) {
      width: 100%; }

  .col-offset-md [class*='col-']:nth-child(2n+3) {
    clear: none; }

  .col-offset-lg-primary [class*='col-']:nth-child(2n+3) {
    clear: none; }

  .row__offset-3 [class*='col-'] {
    margin-top: 20px; }
    .row__offset-3 [class*='col-']:nth-child(2n+3) {
      clear: none; } }
.video-container
{
	background-color: #eee;
	margin: 20px 10px;
	overflow: hidden;
	transition: box-shadow 0.4s ease-in-out;
}
	.video-container figure
	{
		margin: 0px;
	}
	
	.video-container:hover
	{
		box-shadow: 0px 0px 10px 5px #ccc;
	}
		.video-container:hover .video-image
		{
			transform: scale(1.1);
		}
		.video-container:hover .video-overlay-container
		{
			transform: scale(1.0);
			transition-delay: 0s;
		}
		.video-container:hover .video-overlay
		{
			opacity: 1;
		}
		.video-container:hover .video-play-icon
		{
			opacity: 1;
			transform: scale(1.0);
		}
	
.video-title
{
	text-align: center;
	font-size:20px;
	letter-spacing: auto;
	text-transform: uppercase;
	margin-top:20px;
}

.video-description
{
	color: #333 !important;
	font-size: 13px;
	margin: 16px 16px 0px 16px;
}

.video-image-container
{
	cursor: pointer;
	padding: 33.333% 0px;
	position: relative;
	overflow: hidden;
}

.video-image,
.video-overlay,
.video-play-icon
{
	transition: opacity 0.2s ease-in-out, transform 0.3s ease-in-out;
}

.video-overlay-container
{
	transition: transform 0.4s ease-in-out;
	transition-delay: 0.2s;
}

	div.video-image
	{
		background-position: center;
		background-size: cover;
		height: 100%;
		left: 0px;
		position: absolute;
		top: 0px;
		width: 100%;
	}

	.video-overlay-container
	{
		bottom: 0px;
		left: 0px;
		position: absolute;
		right: 0px;
		top: 0px;
		transform: scale(0);
	}
	.video-overlay
	{
		background-color: rgba(0, 0, 0, 0.6);
		bottom: 0px;
		left: 0px;
		opacity: 0;
		position: absolute;
		right: 0px;
		top: 0px;
	}

	.video-play-icon
	{
		color: #;
		left: calc(50% - 27px);
		opacity: 0;
		position: absolute;
		top: calc(50% - 32px);
		transform: scale(0);
	}
	
	.corrente {border-width:0px;cursor:default;line-height:24px;padding: 12px 12px 12px 12px;background: #;color:#;margin-right: 5px;width: 44px;height: 44px;text-align: center;float: left;border-radius:100%;font-family:"Yesteryear", sans-serif;}
	.linkpagine {border-width:0px;cursor:default;line-height:24px;padding: 12px 12px 12px 12px;background: #;color:#;margin-right: 5px;width: 44px;height: 44px;text-align: center;float: left;border-radius:100%;font-family:"Yesteryear", sans-serif;}
	