* {
  box-sizing: border-box; 
}

html, body {
  border: none;
  padding: 0;
  margin: 0;
  background-color: #f9f9f9;
  min-height: 100vh;
}

html,
body,
td,
input,
select,
textarea,
button {
  font-family: 'Open Sans', sans-serif;
  font-size: 100%;
  color: #333;
}
input,
select,
textarea {
  width: 100%;
  border: 1px solid #ddd;
  margin-bottom: .8em;
  padding: .5em;
  background: #fff;
}
input[type='checkbox'] {
  width: auto;
}
button {
  padding: .5em;
}
form {
  margin: 1em 0;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 1.8em;
  margin-bottom: 0.4em;
}
img {
  max-width: 100%; 
}

a {
    text-decoration: none;
    color: #2E7D32;/*#4caf50;*/
}
a:hover {
    color: #FF5722;
}
a i {
 margin-right: .5em;
}
b {
  font-weight: bold;
}

blockquote {
	margin-left: 0;
	padding-left: 1.5em;
	padding-right: 2em; 
	border-left: 4px solid #ddd; 
	font-style: italic; 
	color: #777; 
}

pre, code {
	background: #eee; 
	border: 1px solid #ddd; 
}

pre {
	font-size: 14px; 
	line-height: 1.4em;
	padding: 1em;
	border-left: 4px solid #ddd; 
}



.align_left {
	/* for images placed in rich text editor */ 
	float: left;
	margin: 0 1em 0.5em 0; 
	position: relative;
	top: 0.5em;
	max-width: 50%; 
}

.align_right {
	/* for images placed in rich text editor */ 
	float: right;
	margin: 0 0 0.5em 1em;
	max-width: 50%; 
}

.align_center {
	/* for images placed in rich text editor */ 
	display: block;
	margin: 1em auto; 
	position: relative;
	top: 0.5em;
}

figure {
	display: table;
	width: 1px;
	margin: 1em 0;
}

figure img {
	display: table-row;
	margin-bottom: 0.5em;
}

figure figcaption {
	display: table-row;
	font-size: smaller;
	color: #777;
	line-height: 1.4em;
}


@media (min-width: 768px) {
  .wt-mobile { display: none; }
}
@media (min-width: 1100px) {
  html {font-size: 18px;}
}
@media (min-width: 1300px) {
  html {font-size: 19px;}
}

@media (max-width: 479px) {
  .breadcrumbs {
    display: none;
  }
}
.breadcrumbs {
  clear: both;
  padding: 2.5rem 2.5rem 0 2.5rem;
  font-size: .8em;
}
.breadcrumbs span:after {
  content: ">";
  color: #999; 
  padding-left: 0.5em;
  padding-right: 0.25em; 
}
.breadcrumbs span:last-child:after {
  content: "";
  padding-left: 0;
  padding-right: 0; 
}

.clearer {
    clear: both;
}

.boxed {
    max-width: 1600px;
    margin: auto;
}
.hidden,
.showJQlink {
  display: none;
}
.flex {
  display: flex;
}
.half {
  width: 50%;
}
.text-center {
  text-align: center;
}
.wt_clickable {
  cursor: pointer;
}

.InputfieldError {
  color: #ff0000;
}

ul.Inputfields {
  list-style: none;
  padding: 0;
  margin: 0;
}

.nolabel-form label {
  display: none;
}
.message {
  padding: 1em;
  margin: 2em 0;
  font-size: 1.1em;
  text-align: center;
  background: #f5f5f5;
}
.message a {
  text-decoration: underline;
}
.message a:hover {
  text-decoration: none;
}
.message.success,
.message.NoticeMessage {
  background: #4CAF50;
  color: #fff;
}
.message.warning,
.message.NoticeWarning {
  background: #fbb000;
  color: #fff;
}
.message.error,
.message.NoticeError {
  background: #F44336;
  color: #fff;
}

.message.success a,
.message.NoticeMessage a,
.message.warning a,
.message.NoticeWarning a,
.message.error a,
.message.NoticeError a {
  color: #fff;
}

.linkbutton a {
  display: inline-block;
  background-color: #03a9f4;
  color: #fff;
  padding: .5em 1em;
  border-radius: 3px;
}
.linkbutton a:hover {
  background-color: #29b6f6;
}

.box-center {
  max-width: 768px;
  margin: 0 auto;
  padding: 1em;
  border: 1px solid #ddd;
  border-radius: 3px;
}
.phrase {
  font-style: italic; 
  color: #777;
  border-left: 4px solid #ddd;
  padding-left: .8em;
}

.dropdown {
    position: relative;
}
.dropdown-content {
  display: none;
  right: 0;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 460px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}
.dropdown-content a {
    color: black;
    padding: .5em 1em;
    text-decoration: none;
    display: block;
}
.dropdown-content a:hover {background-color: #f1f1f1}
.dropdown:hover .dropdown-content {
    display: block;
}


/**********/
/* FOOTER */
/**********/
footer.footer {
  background: #212121;
  padding: 1.5em;
  color: #ccc;
}
footer.footer a {
  color: #ddd;
}
footer.footer a:hover {
  text-decoration: underline;
}
.footer-cont {
  padding: .5em 0;
}
.footer-menu-container {
  justify-content: space-around;
}
.footer-menu {
  flex-grow: 1;
  flex-basis: 33%;
  margin-bottom: 1em;
}
.footer-menu ul {
  list-style: none;
  margin: 0;
  padding: 0 2em;
}
.footer-menu ul li a {
  padding: 1em 2em;
  display: block;
  border-bottom: 1px solid #333;
}

/**********/
/* ALTRO */
/**********/
.wt-deselected {
  color: #777;
}
.wt-main-container {
    overflow-x: hidden;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.wt-left-sizer {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-flex-basis: 70%;
        -ms-flex-preferred-size: 70%;
            flex-basis: 70%;
}
.wt-right-sizer {
    -webkit-flex-basis: 32%;
        -ms-flex-preferred-size: 32%;
            flex-basis: 32%;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
}

.wt-main-header {
    border-bottom: solid 1px #eee;
}
.wt-main-header .wt-full-logo {
    width: 116px;
    height: 116px;
    margin-left: 2.5rem;
    z-index: 2;
    position: relative;
    display: block;
    background-size: cover;
}


@media (min-width: 1400px) {
  .wt-main-header .wt-full-logo {
    margin-left: 3rem;
    width: 128px;
    height: 128px;
  }
}
@media (min-width: 768px) {
  .wt-main-header .wt-full-logo {
    background-image: url('../images/logo.png');
  }
}



.wt-header-content a {
  color: #444;
}
.wt-header-content a:hover {
  color: #000;
}
.wt-header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
}

.site-title-container {    
    float: left;
    display: flex;
    align-items: center;
    text-transform: uppercase;
}
.site-title {
  font-size: 1.8em;
  font-weight: 700;
  margin: 0 0 0 .5em;
}
.site-title a {
  color: #222;
}
.site-title a:hover {
  color: #444;
}

.wt-header-content .wt-main-menu {
    bottom: 0px;    
    z-index: 3;
    float: right;
}
.wt-header-content .wt-main-menu ul {
    list-style: none;
    padding: 0;
    z-index: 2;
    position: relative;
    margin: 0px 15px;
}
.wt-header-content .wt-main-menu ul li {
    position: relative;
    display: inline-block;
    height: 28px;
}
.wt-header-content .wt-main-menu ul li a {
    display: block;
    text-decoration: none;    
    padding: .5em .4em;
    font-size: .9em;
    text-transform: uppercase;
    border-bottom: 2px solid transparent;
}
.wt-header-content .wt-main-menu ul li.wt-current a,
.wt-header-content .wt-main-menu ul li a:hover {
  border-bottom: 2px solid #4caf50;
}
.wt-header-content .wt-main-menu ul li.edit a {
  color: #F44336;
}

.wt-header-content .wt-main-menu .submenu {
  display: none;
  transition: all .5s;
  position: absolute;
  background: #fff;
  font-size: .9em;
  box-shadow: 0 1px 2px rgba(0,0,0,0.2);
}
.wt-header-content .wt-main-menu .submenu-open:hover .submenu {
  display: block;
}
.wt-header-content .wt-main-menu .submenu li {
  display: block;
  margin-left: 0;
  height: auto;
  min-width: 290px;
}
.wt-header-content .wt-main-menu .submenu li a {
  padding: 1em 2em;
  border-bottom: 0;
  border-bottom: 1px solid transparent;
}
.wt-header-content .wt-main-menu .submenu li a:hover {
  color: #4caf50;
  border-bottom: 1px solid #4caf50;
  background: #f9f9f9;
}
  
a.wt-social-facebook {
  color: #4267b2; 
}
a.wt-social-googleplus {
  color: #dd5044; 
}
a.wt-social-twitter {
  color: #1da1f2; 
}
a.wt-social-instagram {
  color: #0d77b7; 
}
a.wt-social-pinterest {
  color: #cd2029; 
}


.wt-social-bar a {
  transition: all .15s;
}
.wt-social-bar a:hover {
  filter: brightness(85%);
}
.wt-social-bar a i {
  margin-right: 0;
}
.wt-social-bar a span {
  display: none;
}

.wt-social-bar {
  clear: both;
  font-size: 2.4em;
  padding: .8em;
  background: #fff;
}

.contact-bar {
  clear: both;
  font-size: 1.8em;
}
.contact-bar a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: .8em;
  transition: .3s;
  background: #388E3C;
  color: #fff;
}
.contact-bar a:hover {
  filter: brightness(115%);
}
.contact-bar a:active {
  
}
.contact-bar a i {
  margin-right: .3em;
}



.wt-body-container {
    display: flex;
    flex-grow: 1;
    width: 100%;
}
.wt-body-main-column {
    flex-grow: 1;
    flex-basis: 68%;
    background-color: #fff;
}
.wt-body-main-column img {
    max-width: 100%;
}

.wt-content-section {
    padding: 2.5rem;
    font-size: 1.15rem;
    line-height: 1.6em;
}
.breadcrumbs + .wt-content-section {
  padding-top: 0;
}

.wt-content-section h1 {
  margin: 0.4em 0;
}
.wt-content-section p {
  margin: 1.6em 0;
}
.wt-content-section p:last-child {
  margin-bottom: 0;
}
.wt-body-main-column > .wt-content-section:first-child > p:first-child {
  margin-top: 0.6em;
}
.wt-content-section ul li,
.wt-content-section ol li{
  margin-top: 0.6em;
  margin-bottom: 0.6em;
}

 
@media (max-width: 767px) {
  body.wt-mobile-menu-expanded {
    overflow: hidden;
  }
  .wt-main-header {
    border-bottom: none;
  }

  .wt-main-header .wt-full-logo {
    background-image: url('../images/logo-mobile1.png');
    height: 70px;
    width: 180px;
    margin-left: 1.5rem;
  }
  .wt-header-content {
    padding-top: 4px;
    padding-bottom: 6px;
    border-bottom: solid 1px #999;
    box-shadow: 0 1px 2px rgba(0,0,0,0.2);
    position: fixed;
    top: 0;
    left:  0;
    width: 100%;
    z-index: 10;
  }
  .wt-header-content .wt-main-menu {
    position: fixed;
    top: 0;
    right: 0;
    width: auto;
    height: 100%;
    background-color: #333;
    overflow: auto;
    transform: translateX(100%);
    transition: 0.3s;
  }
  .wt-mobile-menu-expanded .wt-header-content .wt-main-menu {
    transform: translateX(0);
  }
  .wt-menu-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    z-index: 2;
    top: 0;
    opacity: 0;
    pointer-events: none;
  }
  .wt-mobile-menu-expanded .wt-menu-overlay {
    display: block;
    opacity: 1;
    pointer-events:all;
  }
  .wt-menu-toggle-button {
    width: 45px;
    height: 50px;    
    position: absolute;
    top: 18px;
    font-size: 1.1rem;
    right: 1.6em;
    z-index: 14;
  }
  .wt-hamburger-bar {
    height: 7px;
    width: 45px;
    background-color: #333;
    display:block;
    margin-top: 7px;   
    transform-origin:left; 
    transition: all 0.3s;
  }
  .wt-mobile-menu-expanded .wt-menu-toggle-button .wt-hamburger-bar {
    background-color: transparent;
  }
  .wt-mobile-menu-expanded .wt-menu-toggle-button .wt-hamburger-bar:first-child {
    background-color: #fff;
    transform: translateY(-2px) rotate(45deg);
  }
  .wt-mobile-menu-expanded .wt-menu-toggle-button .wt-hamburger-bar:last-child {
    background-color: #fff;
    transform: translateY(2px) rotate(-45deg);
  }

  .wt-header-content::before,
  .wt-header-content::after,
  .wt-full-logo-bottom {
    display: none;
  }
  .wt-header-bg .wt-right-sizer {
    display: none;
  }
}
@media (max-width: 479px) {
  .wt-main-header .wt-full-logo {
    margin-left: .5rem;
  }
} 


/***********/
/* SIDEBAR */
/***********/
.wt-body-sidebar h3 {
    font-size: 1.3rem;
    margin: 1rem 0 0.4em 0;
    padding: 0;
    display: flex;
    align-items: center;
}
.wt-body-sidebar h3::after {
    content: '';
    display: block;
    height: 1px;
    background-color: #333;
    flex-grow: 1;
    margin-left: 0.6em;
    margin-top: 0.2em;
}
.wt-body-sidebar > div {
    padding: 2rem;
}
.wt-body-sidebar ul {
  margin-top: 2em;
  margin-bottom: 2em;
}
.wt-body-sidebar ul li {
  margin: .3em 0;
}




.contatto-container textarea {
  min-height: 360px;
}

/* social buttons */
.wt-social-button  a {
  display: inline-block;
  margin: 0.8em 0.5em 0.8em 15px;
  vertical-align: middle;
  padding: 8px 16px;
  position: relative;
  border-radius: 4px;  
  border-bottom-left-radius: 0;
}
.wt-social-button {
  display: inline-block;  
}
.wt-social-button a,
.wt-social-button a::before {
  -webkit-transition: all 0.2s;
          transition: all 0.2s;
}
.wt-social-button a::before {
  content: '';
  position: absolute;
  width: 0px;
  height: 0px;  
  left:-14px;
  bottom: 0;
  
}
.wt-social-button-contact a { background-color: #4caf50; color: #fff; font-weight: bold; }
.wt-social-button-contact a:hover { background-color: #FF5722; }
.wt-social-button-contact a::before {
  border-top: solid 15px transparent;
  border-right: solid 15px #4caf50;
}
.wt-social-button-contact a:hover::before {  
  border-right: solid 15px #FF5722;
}


/*********/
/* HOME  */
/*********/
.wt-article-list .wt-article-summary:first-child {
    padding-top: 0;
}
.wt-article-summary {
    font-size: 1.15rem;
    padding: 1.6em 2.5rem;
    line-height: 1.6em;
    border-bottom: solid 3px #f9f9f9;
}
.wt-content-section + .wt-article-summary {
  padding-top: 0;
}
.wt-article-summary h1,
.wt-article-summary h2,
.wt-article-summary h3,
.wt-article-summary h4,
.wt-article-summary h5,
.wt-article-summary h6 {
    color: #eb9e09;
    font-weight: bold;
    line-height: 1.1em;
    margin: 0.2em 0 0 0;
}
.wt-article-summary h2 {
    font-size: 1.6rem;
}
.wt-article-summary h1 a,
.wt-article-summary h2 a,
.wt-article-summary h3 a,
.wt-article-summary h4 a,
.wt-article-summary h5 a,
.wt-article-summary h6 a {
    color: inherit;
    text-decoration: none;
}
.wt-article-meta {
    font-size: 0.95rem;
    margin-bottom: 1.6em;
    color: #777;
}
.wt-article-meta span {
    display: inline-block;
}

.wt-article-summary-image {
    float: left;
    margin-right: 15px;
}
.wt-article-summary-image img {
    border: solid 1px #f0f0f0;
    padding: 8px;
}
.wt-article-summary .wt-article-author {
    margin-right: 15px;
}
.wt-article-category,
.wt-article-tags {
    font-size: 0.9em;
    margin: 0.6em 0;
}

.wt-article-tags a {
    color: #fff;
    background-color: #1982d1;
    padding: 0.3em 0.45em;
    line-height: 1em;
    display: inline-block;
    border-radius: 3px;
}
.wt-article-tags a:hover {
    background-color: #3992ff;
}
.wt-profile-image {
  float: right;
  margin: 0 0 1.5em 1.5em;
}
.wt-profile-image img {
  border-radius: 3px;
}
.wt-readmore {
  margin-top: .5em;
  font-size: .9em;
}

.MarkupPagerNav {
  font-size: 1.1rem;
  padding: 1.6em;
  margin: 0;
  list-style: none;  
  text-align: center;
  cursor: default;
}

.MarkupPagerNav li {
  display: inline-block;
  margin: 2px;
  background-color: #777;  
  border-radius: 4px;
  transition: background-color 0.15s;
}
.MarkupPagerNav li:hover {
  background-color: #a0a0a0;
  border: solid 1px #909090;
  margin: 1px;
}
.MarkupPagerNav li.MarkupPagerNavSeparator {
  background-color: transparent;
  color: #777;
  pointer-events:none;
}
.MarkupPagerNav li.MarkupPagerNavOn {
  border: solid 3px #d00000;
  background-color: #e73420;
  pointer-events: none;
}
.MarkupPagerNav li.MarkupPagerNavNext a::after{
  content: ' >';
}
.MarkupPagerNav li.MarkupPagerNavPrevious a::before{
  content: '< ';
}
.MarkupPagerNav li a {
  color: #fff;
  padding: 0.2em 0.6em;
  display: inline-block;
}

/****************/
/* FULL ARTICLE */
/****************/
.wt-article-full {
    padding: 2.5rem;
}
.breadcrumbs + .wt-article-full {
  padding-top: 0;
}
.wt-article-full-header h1,
.wt-article-full h1:first-child {  
  margin-bottom:0.4em;
  margin-top: 0.4em;
}
.wt-article-full-header h1 {
  font-size: 2rem;
  line-height: 1.25em;
}
.wt-article-full-header {
  margin-bottom: 2.6em;
}

.wt-article-full-content-body {
  line-height: 1.6em;
  font-size: 1.15rem;
}
.wt-article-full-content-body h1,
.wt-article-full-content-body h2,
.wt-article-full-content-body h3,
.wt-article-full-content-body h4,
.wt-article-full-content-body h5,
.wt-article-full-content-body h6 {
  font-weight: normal;
  line-height: 1.2em;
}
.wt-article-full-content-body button {
  background-color: #388E3C;
  border: solid 1px #fff;
  padding: 0.5em 1em;
  cursor:pointer;
  text-transform: uppercase;
  border-radius: 3px;
  color: #fff;
}
.wt-article-full-content-body button:hover,
.wt-article-full-content-body button:focus {
  filter: brightness(115%);
}
.wt-article-full-content-body h4 {
  margin-top: 0.4em;
  margin-bottom: 1em;
}
.wt-article-full-content-body p {
  margin: 1.6em 0;
}
.wt-article-full-content-body ul li,
.wt-article-full-content-body ol li{
  margin-top: 0.6em;
  margin-bottom: 0.6em;
}

.wt-overlay {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  min-height: 100vh;
  background: #333;
  z-index: 999;
}
.wt-overlay-content {
  margin: 2em;
  position: relative;
  background: #fff;
}
.wt-overlay-close {
  position: absolute;
  top: .5em;
  right: 1em;
  font-size: 2em;
}
.wt-overlay-close a {
  color: #aaa;
}
.wt-overlay-close a:hover {
  color: #FF5722;
}


/**
 * About page
 */
.iv_about {
  margin-bottom:1.5em;
}

.iv_about img {
  margin-bottom: .5em;
}

.iv_about_cont {
  padding:1em;
}

.iv_about_inner {
  border-bottom:1px solid #E9E9E9;
  padding: 1em;
  background:#F9F9F9;
}
.iv_about_inner p { font-size:.9em}      

ul.portfolio {
  list-style: none;
  padding-left: 0;
}
ul.portfolio li {
  background: #F9F9F9;
  border-bottom: 1px solid #eee;
  margin: 1em;
  padding: 1em;
}
ul.portfolio li img {
  float:right;
  border:1px solid #eee;
  margin-left:.5em;
  background-color: #fff;
  border-radius: 3px;
}



/*** CUSTOM STYlES FOR ARTICLES ***/
ol.wtiplist {
  padding-left: 1em;
}
ol.wtiplist li {
  background: #f5f5f5;
  border: 1px solid #ddd;
  margin: 1em 0 2.5em 0;
  padding: 1em;
}
ol.wtiplist li ol li {
    background: none;
    border: 0;
    margin: 0;
    padding: 0;
}

.gallery-container {
  position: relative;
  min-height: 300px;
}
.gallery-waiting {
  padding: 2em;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-30px, 0);
  -ms-transform: translate(-30px, 0);
  z-index: 10;
}
.gallery {
  opacity: 0;
  transition: all 1s;
  margin: 0 auto;
}
.gallery-item {
  display: inline-block;
  position: relative;
}
.gallery-image {
  margin: 2px;
  opacity: 1;
  display: block;
  transition: .5s ease;
  backface-visibility: hidden;
}
.gallery-middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%)
}
.gallery-item:hover .gallery-image {
  opacity: 0.3;
}
.gallery-item:hover .gallery-middle {
  opacity: 1;
}
.gallery-text a {
  background-color: #4caf50;
  color: #fff;
  padding: .5em 1em;
}
.gallery-text a i {
 margin-right: 0;
}

.text-block {
  padding: 2em 3em;
}

.semi-boxed {
  max-width: 800px;
  padding-left: 1em;
}
.inverted .semi-boxed {
  padding-left: 0;
  padding-right: 1em;
}

.coverbg {
  background-size: cover;
  background-position: center;
}
.div-half {
  width: 50%;
}


.flex-end {
  justify-content: flex-end;
}
.flex-row {
  display: flex;
  justify-content: space-between;
}
.flex-half {
  width: 50%;
  display: flex;
  align-items: center;
}
.inverted .flex-half:first-child {
  order: 2;
}

.readmore {
  margin-top: 1em;
  margin-bottom: 1.5em;
  font-size: 1.2em;
}
.readmore a {
  padding: .6em 1.2em;
  border-radius: 3px;
  transition: .5s;
  border: 1px solid;
  display: inline-block;
  background-color: #388E3C;
  color: #fff;
}
.readmore a:hover {
  background-color: #4caf50;
}




.title-big  {  
  padding: 2.2em .3em;
  text-align: center;
  border-bottom: 1px solid #eee;
}
.title-big .title {
  font-size: 2em;
  text-transform: uppercase;
  margin: 0 0 .3em 0;
}
.title-big .subtitle {
  font-size: 1.6em;
  font-style: italic;
  color: #777;
}

.slideshow-container,
.slideshow {
  position: relative;
}
.slideshow-slide-cont {
  display: none;
}
.slideshow-slide-cont:first-child {
  display: block;
}

.slideshow .slide {
  padding: 45% 0 0 0;
  text-align: center;
}
.slideshow .slide.withtext {
  padding: 40% 0 0 0;
  text-align: center;
}


.slideshow-text {
  background-color: rgba(0,0,0,.6);
  padding: 1em 0;
}
.slideshow-text h1,
.slideshow-text h2 {
  font-size: 2em;
  font-weight: 400;
  margin: 0 0 .2em 0;
  padding: 0;
  color: #fff;
  text-transform: uppercase;
}
.slideshow-text .subtitle {
  font-size: 1.6em;
  font-style: italic;
  color: #fff;
}
.slides-nav {
  position: absolute;
  right: .6em;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 3;
}
.slides-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.slides-nav ul li {
  display: block;
  margin: .5rem;
  padding: 0;
  font-size: 0;
}
.slides-nav ul li button {
  font-size: 0;
  background-color: transparent;
  border: solid 3px rgba(255,255,255,.5);
  height: 1rem;
  width: 1rem;
  border-radius: 0.5rem;
  padding: 0;
  margin: 0;
  cursor: pointer;
  outline: none;
}
.slides-nav ul li.slick-active button {
  background-color: rgba(255,255,255,.5);
}

.home-boxes {
  display: flex;
  text-align: center;
}
.home-boxes h3 {
  font-size: 2em;
  margin: .5em 0 1em 0;
  font-weight: 800;
  text-transform: uppercase;
}
.home-boxes-1,
.home-boxes-2 {
  width: 50%;
}
.home-boxes-1 {
  order: 2;
  padding: 3em 2em 3em 1em;
}
.home-boxes-2 {
  padding: 3em 1em 3em 2em;
  display: flex;
  flex-direction: column;
}
.home-box {
  background-size: cover;
  background-position: center;
  color: #fff;
  background-color: rgba(0,0,0,0.6);
  background-blend-mode: multiply;
  transition: all .4s;
  border-radius: 3px;
}
.home-box:hover {
  background-color: transparent;
}
.home-boxes-1 .home-box {
  padding-bottom: 110%;
}
.home-boxes-2 .home-box {
  flex-grow: 1;
}
.home-boxes-2 .home-box:first-child {
  margin-bottom: 2em;
}


/** SERVIZI **/
.servizi-container {
  padding-bottom: 2em;
}
.servizi-row .readmore {
    margin-bottom: 0;
    font-size: .9em;
}

.servizi-row .flex-half:first-child {
  justify-content: flex-end;
}
.servizi-row.inverted .flex-half:first-child {
  justify-content: flex-start;
}
.servizi-row-1 {
  font-size: 1.4em;
  line-height: 1.4em;
  border-top: 1px solid #eee;
  cursor: pointer;
}
.servizi-row:first-child .servizi-row-1 {
  border-top: 0;
}
.servizi-row-1 h2 {
  font-weight: 800;
  line-height: 1.2em;
  text-transform: uppercase;
  font-size: 1.6em;
  margin: 0;
}
.servizi-row-1 h2 a {
  color: #444;
  border-bottom: 0;
  transition: .3s;
}
.servizi-row-1 h2 a:hover,
.servizi-row:hover h2 a {
  color: #4caf50;
}
.servizi-row-1 .coverbg {
  padding-top: 75%;
}


.spinner {
  height: 60px;
  width: 60px;
  margin: 94px auto 0 auto;
  position: relative;
  -webkit-animation: rotation .6s infinite linear;
  -moz-animation: rotation .6s infinite linear;
  -o-animation: rotation .6s infinite linear;
  animation: rotation .6s infinite linear;
  border-left: 6px solid #4caf50;
  border-right: 6px solid #4caf50;
  border-bottom: 6px solid #4caf50;
  border-top: 6px solid #fce4ec;
  border-radius: 100%;
}

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}

@-moz-keyframes rotation {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(359deg);
  }
}

@-o-keyframes rotation {
  from {
    -o-transform: rotate(0deg);
  }
  to {
    -o-transform: rotate(359deg);
  }
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}




/**************/
/* RESPONSIVE */
/**************/
@media (min-width: 1400px) {
  .wt-article-full,
  .wt-body-sidebar > div,
  .wt-content-section {
    padding: 2.5rem 3rem;
  }  
  .wt-article-summary,
  .breadcrumbs {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

@media only screen and (max-width: 767px) {
  .wt-main-container {
    padding-top: 80px;
  }
  .site-title {
    display: none;
  }
  .mobile-spanblock {
    display: block;
    padding: 1em 0;
  }
  .wt-header-content .wt-main-menu ul {
    margin: 0;
    margin-top: 120px;
  }
  .wt-header-content .wt-main-menu ul li {
    display: block;
    margin: 0em 0;
    height: auto;
  }
  .wt-header-content .wt-main-menu ul li a {
    padding: 0.6em 2em;
    border-bottom: solid 1px #404040;
    display: block;
    min-width: 200px;
    color: #fff;
  }
  .wt-header-content .wt-main-menu ul li.wt-current a {
    background-color: #4CAF50;
    border-bottom: 0;
  }
  
  .wt-body-container {
    flex-direction: column;
  }
  #wt-social-buttons {
    text-align: center;
  }
  .wt-profile-image {
    float: none;
    margin: 0;
  }
  .footer-cont {
    text-align: center;
  }
  .footer-cont a {
    display: block;
    padding: 1em 0;
    border-bottom: 1px solid #333;
  }

  .footer-cont .wt-sep {
    display: none;
  }
  .wt-article-full,
  .wt-body-sidebar > div,
  .wt-content-section {
    padding: 2rem;
  }
  .wt-article-summary,
  .breadcrumbs {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  
.align_left, .align_right, .align_center {
          display: block;
          float: none; 
          margin: 1em auto;
          max-width: 100%; 
  }
  .flex-row,
  .flex-half,
  .div-half,
  .home-boxes-1,
  .home-boxes-2 {
    width: 100%;
  }
  .home-boxes-1,
  .home-boxes-2 {
    padding: 1em;
  }
  a.logo-container {
    text-align: center;
  }
  .logo {
    margin: 0 auto;
  }
  .slideshow-text h1,
  .slideshow-text h2 {
    font-size: 1.8em;
  }
  .flex,
  .flex-row,
  .head-container .boxed,
  a.logo-container,
  .home-boxes {
    flex-direction: column;
  }

  .servizi-row-1 {
    font-size: 1.2em;
  }
  .servizi-row-1 .coverbg {
    padding-top: 68%;
  }
  .servizi-row-2,
  form {
    padding: .6em;
  }
  .servizi-minibox {
    margin-right: 0;
    margin-bottom: 1.5em;
  }

  .servizi-row .flex-half:first-child {
    justify-content: center;
  }
  .servizi-row.inverted .flex-half:first-child {
    justify-content: center;
  }
  .servizi-row .flex-half:first-child {
    order: 2;
  }
  
  .title-big .title,
  .servizi-row-1 h2,
  .home-boxes h3 {
    font-size: 1.6em;
  }
  .title-big .subtitle {
    font-size: 1.3em;
  }
  
  .wt-header-content .wt-main-menu .submenu {
    display: block;
    background: transparent;
    font-size: 1em;
  }
  .wt-header-content .wt-main-menu .submenu li a {
    padding: 0.6em 2em;
    border-bottom: solid 1px #404040;
  }
  .wt-header-content .wt-main-menu li.submenu-open a.pry-link {
    display: none;
  }
}

@media only screen and (max-width: 479px) {
  .flex {
    flex-direction: column;
  }
  .half,
  .address-form ul li.Inputfield_personal_name,
  .address-form ul li.Inputfield_personal_surname,
  .address-form ul li.Inputfield_postal_code,
  .address-form ul li.Inputfield_city,
  .address-form ul li.Inputfield_state {
    width: 100%;
  }
  .text-block {
    padding: 1em .6em;
  }
  .slideshow-text h1,
  .slideshow-text h2 {
    font-size: 1em;
  }
  .slideshow-text .subtitle {
    display: none;
  }
  .wt-article-full,
  .wt-body-sidebar > div,
  .wt-content-section {
    padding: 1rem;
  }
}
