@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&display=swap');
/* ==========================================================================
Global Styles
========================================================================== */
body {
    font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	color: #222;
	overflow-x: hidden;
	font-weight: 400;
}
html {
	overflow-x: hidden;
}
.fa-chevron-up:before {
	color: #458aac;
}
.sep {
	width: 70px;
	border: 6px dashed #03989e;
	margin-top: 30px;
	margin-bottom: 40px;
}
.light-sep {
	max-width: 120px;
	border: 1px solid #fff;
	margin-top: 20px;
	margin-bottom: 20px;
}
.displayno, .logo-stampa {
	display: none
}

/* ==========================================================================
Typography
========================================================================== */
h1 {
	font-size: 26px;
	text-transform: uppercase;
	font-weight: 600;
}

h2 {
	font-size: 22px;
	text-transform: uppercase;
}
h3 {
	font-size: 20px;
}
h4 {
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 600;
}
h5 {
	font-size: 22px;
	font-weight: 400;
}
h6 {
	font-size: 22px;
	font-weight: 600;
	text-transform: uppercase;
}
a {color: #333}
a:hover {color: #666}
.font12 {
	font-size: 14px
}
.font14 {
	font-size: 16px
}
.white {
	color: #fff
}
.uppercase {
	text-transform: uppercase;
}
.radius5 {
	border-radius: 5px
}
/* ==========================================================================
margin padding
========================================================================== */

.marginbottom20 {
	margin-bottom: 20px
}
.marginbottom10 {
	margin-bottom: 10px
}
.marginbottom40 {
	margin-bottom: 40px
}
.margintop20 {
	margin-top: 20px
}
.margintop50 {
	margin-top: 50px
}
.paddingtop20 {
	padding-top: 20px
}
.paddingbottom20 {
	padding-bottom: 20px
}
.paddingbottom40 {
	padding-bottom: 40px
}
.paddingbottom50 {
	padding-bottom: 50px
}
.padding15 {
	padding: 15px
}
.no-padding {
	padding: 0!important
}
.no-margin {
	margin: 0!important
}
.paddinggruppo {
	padding: 20px 0;
}
/* ==========================================================================
Buttons Styles
========================================================================== */

 
.btn-block {
	background: #fff;
	padding: 11px 0;
	font-size: 18px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #03989e;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	font-weight: 700;
	letter-spacing: 2px;
	border: 4px solid #fff;
	text-transform: uppercase
}
.btn-block:hover, .btn-block:focus, .btn-block:active {
	background: transparent;
	color: #fff;
	text-decoration: none;
}
.btn-turchese {
	background: #03989e;
	padding: 10px 13px;
	font-size: 20px;
	color: #fff;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	font-weight: 700;
	letter-spacing: 1px;
	border: 3px solid #03989e;
	text-transform: uppercase;
	border-radius: 4px;
}
.btn-turchese:hover, .btn-turchese:focus, .btn-turchese:active {
	background: transparent;
	color: #03989e;
	text-decoration: none;
}

/* ==========================================================================
Layout 
========================================================================== */
.bg-dark {
	color: #fff;
	background-color: #292928;
}
.bg-dark a {
	color: #fff;
}
.bg-grey {
	background-color: #eeeeee;
}
.bg-white {
	color: #000;
	background-color: #fff;
}
.grey {
	color: #eeeeee
}
.turchese-scuro {
	color: #03989e
}
.defaultcolor {
	/*color: #94AAC5*/
	color: #03989e
}
.bg-default {
	background-color: #03989e;
	color: #ffffff;
}
.bg-default a {
	background-color: #03989e;
	color: #ffffff;
}
.none {
	display: none
}
/* ==========================================================================
Preloader Style
========================================================================== */
.preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999999;
	background: #222;
}
.preloader i {
	color: #03989e;
	position: absolute;
	font-size: 36px;
	line-height: 36px;
	top: 50%;
	left: 50%;
	height: 36px;
	width: 36px;
	margin-top: -15px;
	margin-left: -15px;
	display: inline-block;
}
/* ==========================================================================
Navigation Style
========================================================================== */

.logo img {
	height: 110px;
	margin: 20px 0;
}

.navbar-default {
	background: rgba(255, 255, 255, 0.0);
	margin-bottom: 0;
	border: none;
}

.navbar-default .navbar-brand {
	height: auto;
}
.navbar-default .navbar-brand img {
	height: 80px;
}
.navbar-default .nav-wrap {
	width: 50%;
}
.navbar-default .nav > li > a {
	font-size: 22px;
	color: #2b2b2a;
	font-weight: 500;
	padding: 50px 15px 0 15px;
	text-transform: uppercase;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.navbar-default .nav > li > a:hover, .navbar-default .nav > li > a:focus, .navbar-default .nav > li > a:active {
	background: transparent;
	color: #03989e;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
	background: transparent;
	color: #03989e;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
	color: #fff;
	background-color: #03989e;
}
.top-nav-collapse {
	background: rgba(255, 255, 255, 1);
	border-bottom: 3px solid #03989e;
}
.top-nav-collapse .navbar-brand img {
	height: 50px;
}
.top-nav-collapse .nav > li > a {
	font-size: 18px;
	font-weight: 500;
	padding: 30px 15px 0 15px;
	text-transform: uppercase;
}
/* ==========================================================================
default
========================================================================== */
section {
	padding: 40px 0;
	text-align: justify;
}
.main-header {
	margin: 0;
	padding: 0;
}
.header-interne {
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: top;
	background-repeat: no-repeat;
	background-image: url(../img/House-Consulting-interne.jpg);
	min-height: 400px
}
.container-header {
	width: 85%;
	margin-right: auto;
	margin-left: auto;
}

.header-ricerca {background-color: #fff}
/* ==========================================================================
Sliders Style
========================================================================== */
#owl-hero {
	overflow: hidden;
}
#owl-hero .item {
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: top;
	background-repeat: no-repeat;
	max-height: 600px
}
#owl-hero .item .caption {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	text-align: center;
}
#owl-hero .owl-pagination {
	position: absolute;
	display: block;
	text-align: center;
	width: 100%;
	bottom: 5%;
}
#owl-hero .owl-pagination .owl-page.active span {
	background: #fff;
}
#owl-hero .owl-pagination .owl-page span {
	border: 2px solid #fff;
	border-radius: 50%;
	background: transparent;
	opacity: 1;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#owl-hero .owl-buttons div {
	background: transparent;
	font-size: 60px;
	color: #fff;
	opacity: 1;
}
#owl-hero .owl-buttons .owl-prev {
	left: -60px;
}
#owl-hero .owl-buttons .owl-next {
	right: -60px;
}
#owl-hero .owl-buttons .owl-prev, #owl-hero .owl-buttons .owl-next {
	position: absolute;
	background: trasparent;
	top: 50%;
	height: 51px;
	width: 51px;
	line-height: 45px;
	border-radius: 0;
	border: 0px solid #fff;
	z-index: 20;
	text-align: center;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#owl-hero:hover .owl-prev {
	left: -5px;
}
#owl-hero:hover .owl-next {
	right: -5px;
}

.owl-theme .owl-controls {
    margin-top: 0;
}
.slide1 {
	background-image: url("../img/greenpacklab1.jpg")
}
.slide2 {
	background-image: url("../img/greenpacklab2.jpg")
}

/* ==========================================================================
contatti
========================================================================== */
#contatti {
	background-color: #03989e;
	padding: 70px 0;
	color: #fff;
}
#contatti a {
	color: #fff
}
#contatti a:hover {
	color: #0a0a0a;
	text-decoration: none;
}
#contatti h2 {
	color: #fff;
	font-size: 26px;
	margin-bottom: 40px;
	font-weight: 600;
}
/* ==========================================================================
Footer Map Style
========================================================================== */
footer {
	padding: 40px 0;
	text-align: center;
	font-size: 18px;
	background-color: #181818;
	color: #fff
}
footer p, footer a {
	color: #fff;
}
footer a:hover, footer h6 {
	color: #03989e;
}

/* ==========================================================================
form
========================================================================== */

input {
	width: 100%;
	border: 1px solid #ccc;
	padding: 10px 0 10px 5px;
	margin-bottom: 10px;
	font-size: 15px;
	color: #333;
	background-color: #fff;
	font-weight: 400;
}
textarea {
	width: 100%;
	border: 1px solid #ccc;
	padding: 10px 0 10px 5px;
	margin: 0 20px 20px 0;
	font-size: 15px;
	font-weight: 400;
	color: #333;
	background-color: #fff
}
select {
	width: 100%;
	border: 1px solid #ccc;
	padding: 8px 0 8px 5px;
	margin-bottom: 10px;
	font-size: 15px;
	color: #333;
	background-color: #fff;
	font-weight: 400;
}
.select {
	width: 100%;
	border: 1px solid #ccc;
	padding: 8px 0 8px 5px;
	margin-bottom: 10px;
	font-size: 15px;
	color: #333;
	background-color: #fff;
	font-weight: 400;
}
input[type="checkbox"], input[type="radio"] {
	padding: 0;
	margin: 0;
	width: 20px;
}

/* ==========================================================================
cookies
========================================================================== */

#cookie {
	background-color: #545454;
	width: 100%;
	font-size: 16px;
	color: #fff;
	position: fixed;
	z-index: 10000;
	text-align: center;
	bottom: 0;
	padding: 15px 0
}
#cookie p {
	padding: 15px
}
.cookie {
	color: #fff;
	text-decoration: underline
}
.underlined {
	color: #03989e;
	text-decoration: underline
}
#cookie a:hover {
	opacity: 0.7;
	color: #fff;
}
