/*!
Theme Name: twobe
Theme URI: http://underscores.me/
Author: twobe
Author URI: http://twobe
Description: twobe
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: twobe
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

twobe is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */


/** ICOMOON FONT **/
@font-face {
	font-family: 'icomoon';
	src:  url('fonts/icomoon.eot?w01oiy');
	src:  url('fonts/icomoon.eot?w01oiy#iefix') format('embedded-opentype'),
	  url('fonts/icomoon.ttf?w01oiy') format('truetype'),
	  url('fonts/icomoon.woff?w01oiy') format('woff'),
	  url('fonts/icomoon.svg?w01oiy#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: block;
  }
  
  [class^="icon-"], [class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'icomoon' !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
  
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
  }
  
  .icon-linkedin2:before {
	content: "\eaca";
  }
  .icon-facebook1:before {
	content: "\ea90";
  }
  .icon-instagram:before {
	content: "\ea92";
  }
  .icon-youtube:before {
	content: "\e902";
  }
/** FINE ICOMOON FONT **/


/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	 -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

input:focus, textarea:focus, select:focus {
outline: none;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	margin:0;
	padding:0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}


/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
	text-decoration:none;

  -o-transition: color .2s;
  -ms-transition: color .2s;
  -moz-transition: color .2s;
  -webkit-transition: color .2s;
  /* ...and now override with proper CSS property */
  transition: color .2s ease-out;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],

[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */


h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	margin:0;
	padding:0;
}

p {
	margin:0;
	padding:0;
	font-size: 20px;
	line-height: 30px;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0;
}

address {
	margin: 0;
}

pre {
	background: #eee;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}



abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */


hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0;
	padding:0;
}

ul {
	list-style: none;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin:0;
	padding:0;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

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

figure {
	margin: 1em 0;
}

table {
	margin: 0;
	padding:0;
	width: 100%;
}

/* Links
--------------------------------------------- */

a:focus {
	outline: none;
}

a:hover,
a:active {
	outline: 0;
	
}


/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/



/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 ;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 0;
}

.page-links {
	clear: both;
	margin: 0;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

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

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/***D&V CODE***/

.hidden-seo,.hatom-extra{display:none !important; visibility:hidden !important; text-indent:-9999px; font-size:1px !important;}



body {
	font-family: 'Montserrat', sans-serif;
	letter-spacing:0.5px;
	color: #404040;
}
h2, h3 {
    font-family: 'Abril Fatface', cursive;
    font-size: 40px;
}
h2 {color: #404040;
  padding-bottom: 40px;}
h3 {color: #81d8d0;
    line-height: 34px;
    padding-bottom: 80px;}

/*MENU AND TOGGLE MENU*/
.toggleMenu {
  display: none;
  padding: 0;
  background-color: #fff;
}

.toggle a {
  color: #ffffff;
}

.toggle a:hover {
  color: #ffffff !important;
}

.current-menu-item a{color:#fff !important;}

.sitenav {
  display: block;
  position: relative;
  -webkit-transition: top 0.5s ease-in-out;
  -moz-transition: top 0.5s ease-in-out;
  -o-transition: top 0.5s ease-in-out;
  transition: top 0.5s ease-in-out;
  z-index: 50;
}

.sitenav .menu li {
  display: inline-block;
  margin-left: 7px;
  margin-right: 7px;
}

.sitenav ul {
background-color: #81d8d0;
    position: fixed;
text-align:right;
padding: 15px 10px;
width:100%;
  height:48px;
  top:0;
   -webkit-transition: top .3s ease-in-out;
    -moz-transition:    top .3s ease-in-out;
    -o-transition:      top .3s ease-in-out;
    -ms-transition:     top .3s ease-in-out;
    transition:         top .3s ease-in-out;
 
}
.home .sitenav ul { display:none;}

.dv-menu-hide{top: -48px !important; 
 -webkit-transition: top .3s ease-in-out;
    -moz-transition:    top .3s ease-in-out;
    -o-transition:      top .3s ease-in-out;
    -ms-transition:     top .3s ease-in-out;
    transition:         top .3s ease-in-out;
}

.dv-active {
  background-color: #ffffff;
}

.sitenav .menu li a {
  display: block;
  padding: 0;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
}

.sitenav .menu li a,.sitenav .menu li a:visited, .sitenav .menu li a:focus {
  color: #404040;
  -o-transition: color .2s;
  -ms-transition: color .2s;
  -moz-transition: color .2s;
  -webkit-transition: color .2s;
  /* ...and now override with proper CSS property */
  transition: color .2s ease-out;
}

.sitenav .menu li a:hover {
  color: #fff;
}

/** MEDIA QUERIES **/

/*mediaquery menu non toccare*/
@media only screen and (max-width:700px) {
	
  .toggleMenu {
    display: block;
    position: fixed;
    width: 100%;
    z-index: 100;
    top: 0;
    background-color: #81d8d0;
 
  }
.sitenav .menu li a:hover {
  color: #81d8d0;
  }
  .sitenav .menu li a, .sitenav .menu li a:visited, .sitenav .menu li a:focus {
    color: #81d8d01;
  }

  .current-menu-item a:before {
    display: none;
  }

  .sitenav {
    display: none;
    position: fixed;
	width: 100%;
  }

.home .sitenav ul { display:block;}
  .sitenav ul {
    float: none;
    width: 100%;
	padding:0;
  }
 .sitenav .menu li {
display: block;

 }
  .main-navigation ul {
    display: block;
	margin-top:45px;
  }

  .sitenav .menu li a {
    padding: 15px 5px;
    border-bottom: 1px solid #81d8d0;
  }

  .sitenav .menu li:last-child a {
    padding-right: 5px;
  }

  .menu-button.active {
    /**/

  }
 .current-menu-item a{color:#81d8d0 !important;}

  #menu-button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    display: flex;
    padding: 0;
    float: right;
    margin-right: 5px;
  }

  .line {
    fill: none;
    stroke: #fff;
    stroke-width: 6;
    transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
    stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
  }

  .line1 {
    stroke-dasharray: 60 207;
    stroke-width: 6;
  }

  .line2 {
    stroke-dasharray: 60 60;
    stroke-width: 6;
  }

  .line3 {
    stroke-dasharray: 60 207;
    stroke-width: 6;
  }

  .opened .line1 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 6;
  }

  .opened .line2 {
    stroke-dasharray: 1 60;
    stroke-dashoffset: -30;
    stroke-width: 6;
  }

  .opened .line3 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 6;
  }

  .sitenav ul {
    background-color: #fff;
    height: auto;
    max-width: 100%;
	top:0px;
	position:relative;
  
  }

  #page {
  
  }

  .current-page-ancestor a:before {
    display: none;
  }

  .current-page-ancestor a {

  }

  .sitenav .menu li {
    margin: 0;
    float: none;
  }
}
/*FINE - mediaquery menu non toccare*/

/** FOOTER **/
.dv-copy {
  width: 100%;
  display: block;
  margin: 0 auto;
  text-align: center;
  padding-top: 18px;
  padding-bottom: 21px;
  line-height: normal;
  position: absolute;
  background-color: #000;
}

.dv-copy ul {
  width: 95%;
  max-width: 1600px;
  margin: 0 auto;
}

.dv-copy ul li {
  display: inline;
  font-size: 12px;
  color: #fff;
}

.dv-copy ul li a {
  color: #fff;
}

.dv-filler {
  padding-left: 4px;
}

/** FINE FOOTER **/

/* generic viewport*/

.dv-view{position: relative;}

/* two columns */

.dv-content {
  display: table;
  width:100%;
}
.dv-col {
  display: table-cell;
  vertical-align:middle;
  text-align:center;
  width:100%
}

.dv-adjust-title{  vertical-align:top; }

.dv-left{ width:45%;}
.dv-right{ width:55%;}

/** STILI PAGINE **/

/* Home */
.page-home .dv-left {background-image: url(images/viaggio.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;}
.dv-background {background-color: #81d8d0;}
.page-home h2 {padding-bottom: 0!important;}
.page-home img {width: 98%; max-width: 250px;}
/**/

/**/
.dv-animation h2 {	font-family: 'Montserrat', sans-serif;
	letter-spacing:10px!important;
	font-weight: 400;
	font-size: 24px!important;
	padding-top: 30px!important;
	color: #ffffff;}

/* Animazione H2 */
.dv-animation h2 {
	display:inline-block;
	overflow:hidden;
	white-space:nowrap;}

.dv-animation h2:first-of-type { 
	animation: showup 8s ;
	animation-iteration-count: 1;
	
	}

.dv-animation h2:last-of-type {
	width:295px;
	animation: reveal 8s;  
	animation-iteration-count: 1;}
  
.dv-animation h2:last-of-type span {
	margin-left:0;
	animation: slidein 8s ; 
	animation-iteration-count: 1;}
  
  @keyframes showup {
	0% {opacity:0;}
	10% {opacity:0;}
		20% {opacity:1;}
	80% {opacity:1;}
	100% {opacity:1;}
  }
  
  @keyframes slidein {
	0% { margin-left:-590px; }
	20% { margin-left:-295px; }
	35% { margin-left:0px; }
	100% { margin-left:0px; }
  }
  
  @keyframes reveal {
	0% {opacity:0;width:0px;}
	20% {opacity:1;width:0px;}
	30% {width:295px;}
	80% {opacity:1;}
	100% {opacity:1;width:295px;}
  }

/* Animazione Freccia */

#freccia{
	margin-top: 50px;
}
#freccia span{
    display: block;
    width: 20px;
    height: 20px;
    border-bottom: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    transform: rotate(45deg);
	margin: 0 auto;
    animation: animate 2s infinite;	
}

#freccia span:nth-child(2){
    animation-delay: -0.15s;
		margin-top:-10px;
}
#freccia span:nth-child(3){
    animation-delay: -0.35s;
		margin-top:-10px;
}
@keyframes animate {
	0%{
        opacity: 0;
        transform: rotate(45deg) translate(-20px,-20px);
    }
    50%{
        opacity: 1;
    }
    100%{
        opacity: 0;
        transform: rotate(45deg) translate(20px,20px);
    }
}

/** Chi siamo **/
.page-chi-siamo .dv-hidden-div {display: none;}
.page-chi-siamo .dv-left{width: 55%;}
.page-chi-siamo .dv-right{width: 45%; 
	background-image: url(images/SG.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;}
.page-chi-siamo h2 {padding-bottom: 0!important; color: #ffffff!important;}
.dv-border {background-color: #81d8d0; font-weight: 700;}

/** Visione **/
/* stile lista */
.page-visione .dv-text {max-width: 800px;}
.page-visione .dv-text ul { margin-top: 60px; width:100%}
.page-visione .dv-text ul li{ display:inline-block; margin:0 60px;}
.page-visione .dv-text ul li:first-child{  margin-left:0;}
.page-visione .dv-text ul li:last-child{  margin-right:0;}
.page-visione .dv-text ul li a{display:block;}
.page-visione .dv-text ul h3{ padding-bottom: 0px;}

/* stile link */
.page-visione .dv-text a {color: #81d8d0;}
.page-visione .dv-text a:hover {color: #404040;}

/** Cosa facciamo **/
.page-cosa-facciamo .dv-right{width: 65%;}
.page-cosa-facciamo .dv-left{width: 35%;
	background-image: url(images/verde2.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;}	

/** Soluzioni **/
.page-soluzioni .dv-right {width: 35%;}
.page-soluzioni .dv-left {width: 65%; background-color: #000000; color: #ffffff;}	
.page-soluzioni .dv-left h2 {color: #ffffff;}
.dv-green {color: #7cb258;}
.dv-blue {color: #93addd;}
.dv-fuxia {color: #f05076;}

/* stile sezioni */
#row-2 .dv-left, #row-3 .dv-left, #row-4 .dv-left {background-color: #ffffff;}
#row-2 h3, #row-2 p{color: #7cb258; max-width:600px;  margin-right:auto; margin-left:auto;}
#row-3 h3, #row-3 p{color: #93addd; max-width:600px;  margin-right:auto; margin-left:auto;}
#row-4 h3, #row-4 p{color: #f05076; max-width:600px;  margin-right:auto; margin-left:auto;}
#row-2 .dv-left h2, #row-3 .dv-left h2, #row-4 .dv-left h2{color: #404040; padding-bottom: 0!important;}
#row-2 .dv-left p, #row-3 .dv-left p, #row-4 .dv-left p {font-weight: 700;}
#row-2 .dv-text, #row-3 .dv-text, #row-4 .dv-text{width:100%; max-width:100%; }
#row-2, #row-3 {border-bottom: 1px solid #81d8d0;}

/* stile dei div nascosti*/

.core-servizi {}

.smart-servizi {}

.digital-servizi {}

/* STILE liste soluzioni */
.core-servizi ul, .smart-servizi ul, .digital-servizi ul {list-style: none; display:inline-block; vertical-align:top;  text-align: center;padding-top:50px; margin-left:5%; margin-right:5%;} 
.core-servizi h5, .smart-servizi h5, .digital-servizi h5 { font-size:16px; margin:0; padding:0;margin-bottom: 5px; text-align:center!important;}
.core-servizi h5 {color: #7cb258;}
.smart-servizi h5 {color: #93addd;}
.digital-servizi h5 {color: #f05076;}
.dv-block-1 li{ display:block; max-width:210px; padding: 12px 5px 0 5px; }
.dv-block-1 li:nth-child(1),.dv-block-1 li:nth-child(2){padding-top:0;}
.dv-block-2 li:nth-child(2), .dv-block-3 li:nth-child(2) {padding: 0 5px;}
.dv-block-2 li:nth-child(3){padding: 12px 5px 0 5px;}
.dv-block-2 li, .dv-block-3 li{ max-width:210px; margin:0 auto; }
.dv-block-1 li:first-child, .dv-block-2 li:first-child, .dv-block-3 li:first-child{ display:block; text-align: center;padding-bottom: 12px;
  font-weight: bold;}

/**********/
.dv-servizi{display:none;margin:0;color:#404040;}
.dv-servizi p{ font-size: 14px;
    line-height: 20px;
	padding: 40px 5px;
    color: #404040 !important; max-width:90% !important; margin-right:auto; margin-left:auto;
	} 

/* stile link */
.page-soluzioni .dv-view a {color: #404040;}
.page-soluzioni dv-view  a:hover {background-color: #81d8d0;}

/*servizi*/
.dv-soluzioni-btn button{
	margin: 40px auto 0 auto;
	cursor: pointer;
    padding: 15px 80px;
    font-weight: bold;
    letter-spacing: 1px;
	outline: none; 
  }
  
  #row-2 .dv-soluzioni-btn button{    color: #ffffff;
    background: #7cb258;
    border: 1px solid #7cb258;
	}
	 #row-3  .dv-soluzioni-btn button{    color: #ffffff;
    background: #93addd;
    border: 1px solid #93addd;
	}
	 #row-4  .dv-soluzioni-btn button{    color: #ffffff;
    background: #f05076;
    border: 1px solid #f05076;
	}	
	/*float anchor*/
	
	.dv-fixed {

	left:-50px;
    width:40px;
    z-index:100;
	top:200px;
	-webkit-transition: left .3s ease-in-out;
    -moz-transition:    left .3s ease-in-out;
    -o-transition:      left .3s ease-in-out;
    -ms-transition:     left .3s ease-in-out;
    transition:         left .3s ease-in-out;
		position:fixed;
}
.dv-out{left:0;  
top:200px;
	position:fixed;
-webkit-transition: left .3s ease-in-out;
    -moz-transition:    left .3s ease-in-out;
    -o-transition:      left .3s ease-in-out;
    -ms-transition:     left .3s ease-in-out;
    transition:         left .3s ease-in-out; 
	}
	.dv-fixed ul li{ display:block;margin-bottom: 10px;}
	.dv-fixed ul li a{width:40px; height:40px;  display:block;}
	.r-1 a{ background-color:#7cb258 !important; }
	
	.r-2 a{background-color:#93addd  !important;}
	.r-3 a{background-color:#f05076  !important;}
	.r-active1:before{content:""; display:block; position:absolute; 
	left:40px;
width: 0;
height: 0;
border-style: solid;
border-width: 0px 0 10px 10px;
border-color: transparent transparent transparent #7cb258;
}
	.r-active2:before{content:""; display:block; position:absolute; 
	left:40px;
width: 0;
height: 0;
border-style: solid;
border-width: 0px 0 10px 10px;
border-color: transparent transparent transparent #93addd;
}
	.r-active3:before{content:""; display:block; position:absolute; 
	left:40px;
width: 0;
height: 0;
border-style: solid;
border-width: 0px 0 10px 10px;
border-color: transparent transparent transparent #f05076;
}
  
/** Contatti **/
.page-contatti .dv-left{width: 55%;}
.page-contatti .dv-right{width: 45%;}
.page-contatti {background-color: #000000; color: #ffffff;}
.page-contatti .dv-right h2{font-family: 'Montserrat', sans-serif;
	letter-spacing:10px!important;
	font-weight: 400;
	font-size: 24px!important;
	padding-top: 30px!important;
	color: #ffffff;}
.page-contatti img {width: 98%; max-width: 150px;}
.page-contatti .dv-border {color: #000000;}

/* stile link contatti */
.page-contatti a {color: #81d8d0;}
.page-contatti a:hover {color: #ffffff;}

/* stile bottone */
.quest a {
    font-size: 20px;
    padding: 20px;
	margin: 0 auto;
	margin-top: 20px;
    margin-left: 0;
    display: block;
    letter-spacing: 0.5px;
    color: #fff;
    border: 1px solid #81d8d0; 
    text-align: center;
    }
.quest p {text-align: center !important; margin-bottom: 0;}
.quest a:hover {background-color: #81d8d0!important; text-align: center; font-weight: 700;}

/* stile liste contatti*/
.page-contatti ul {list-style: none;}

.dv-contact {margin-top: 36px; padding-left: 0;}
ul.dv-contact li {color: #fff; display: block; padding-bottom: 20px;}

.dv-social {margin-top: 36px; padding-left: 0;}
ul.dv-social li {display: inline-block;
margin: 0 20px;
text-align: center;}

/** Privacy **/
.page-privacy .dv-text {max-width: 800px; text-align: left;}

/** FINE STILE PAGINE **/

/*testi e titoli nelle colonne - generico */

.dv-text{ max-width:600px; padding:80px 20px; margin:0 auto;}
/* .dv-title{} */

/** menu home eccezione  **/


/*scrolltotop*/
.top-scroller {
position: fixed;
    bottom: 70px;
    right: 10px;
    font-size: 1em;
    display: none;
    z-index: 2;
    text-align: center;
    cursor: pointer;
    height: 40px;
    width: 40px;
    border-radius: 50%;
 background-image:url("images/arrow.svg"); 
    color: #fff;
    line-height: 40px;
}
 .scroller-wrap {
  opacity:0.7;
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
}

.scroller-wrap:hover{   opacity:1;
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;}
	
	
	
/* 404 */	
.error404 .dv-view h2 {color:#81d8d0;font-size: 50px;}
.error404 .dv-view h3 {font-size: 28px;color:#404040;}
.error404 .dv-view a{color:#81d8d0; font-size:16px;font-weight: bold;}
.error404 .dv-view span{font-size: 20px;}

/** MEDIA QUERIES **/
@media only screen and (max-width:1250px) {	
	.page-soluzioni .dv-right h3{font-size: 30px;}
	.page-soluzioni .dv-left p {font-size: 16px;}
	#row-2 h3, #row-3 h3, #row-4 h3 {font-size: 30px; padding-bottom: 40px;}
}	

@media only screen and (max-width:1100px) {

	.page-contatti .dv-col {display: block;}
	.page-contatti .dv-left, .page-contatti .dv-right{ width:100%}
	.page-contatti .dv-left h3 {padding-bottom: 40px;}
	.dv-social {margin-bottom:20px}
	p {font-size: 16px; line-height: 24px;}
}	

@media only screen and (max-width:1023px) {
	.page-chi-siamo .dv-hidden-div {display: block;}
	.page-chi-siamo .dv-right {display: none;}
	.page-chi-siamo .dv-hidden-div h2 {color: #404040!important;}
	.page-chi-siamo .dv-hidden-div h3 {padding-bottom: 40px;}

}


@media only screen and (max-width:970px) {	
	#who .dv-right h3 {line-height: 44px;}
	
	.page-visione .dv-right {display: none;}
	.page-cosa-facciamo .dv-right{ width:100%}
	.page-soluzioni .dv-col {display: block;}
	.page-soluzioni .dv-left, .page-soluzioni .dv-right{ width:100%}
	.page-soluzioni .dv-right h2{padding-top: 40px;}
	.page-soluzioni .dv-right h3{padding-bottom: 40px;}
	#row-2 .dv-text, #row-3 .dv-text, #row-4 .dv-text {padding: 40px;}
	#row-2 {border-top: 1px solid #81d8d0;}
	.page-soluzioni img {max-width: 250px;}
}

@media only screen and (max-width:900px) {
	#who .dv-col {display: block;}
	#who .dv-left, #who .dv-right{ width:100%}
	#who h2 {padding-top: 40px;}
	#who h3 {padding-bottom: 40px;}	
}


@media only screen and (max-width:767px) {	

	
	.page-cosa-facciamo .dv-left {display: none;}
	
}

@media only screen and (max-width:700px) {
	.page-visione .dv-text ul li {
		display: block;
		margin: 0 auto;
		}
	.page-visione .dv-text ul li:first-child {
		margin-bottom: 20px;
		}
}	

@media only screen and (max-width:650px) {
.scroller-wrap {display:none}

}

@media only screen and (max-width:550px) {
.dv-fixed{display:none}

}

@media only screen and (max-width:420px) {
.dv-soluzioni-btn button {
	padding: 15px 20px;	
	}
}	