/* 
Theme Name: Bioclimatek
Theme URI: https://www.pixelabdesign.it/
Description: Template Bioclimatek
Version: 1.0
Author: Sebastiano Cullemi
Author URI: https://www.pixelabdesign.it/
*/

body{
	margin: 0px;
	padding: 0px;
	color: #515151;
	font-family: 'Rubik', sans-serif;
}

a{
	color: #99d594;
	font-weight: 600;
}
.left{
	text-align: left;
}
.right{
	text-align: right;
}
.center{
	text-align: center;
}

/* HEADER*/
header{
	position: fixed;
	width: 100%;
	z-index: 3;
	background-color: transparent;
	transition: 0.2s all ease-in-out;
    top: 0;
    box-shadow: 0px 0px 20px rgba(0,0,0,0)
}
.verticalh{
	display: table;
	width: 100%;
	transition: 0.2s all ease-in-out
}
.middleh{
	display: table-cell;
	width: 100%;
	vertical-align: middle;
	height: 100px;
	transition: 0.2s all ease-in-out
}
.marchio {
    height: 50px;
    width: 100%;
    transition: 0.2s all ease-in-out;
    background-image: url(https://www.bioclimatek.com/wp-content/themes/bioclimatek/images/marchiow.svg);
    background-repeat: no-repeat;
}
.shrink .marchio {
    background-image: url(https://www.bioclimatek.com/wp-content/themes/bioclimatek/images/marchio2.svg);
}
.boxmenu {
    background: #99d594;
    padding: 10px 0px;
    text-align: center;
    transition: 0.2s all ease-in-out
}
.topheader {
    background: rgba(0,0,0,0.5);
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    transition: 0.2s all ease-in-out;
    padding: 7px 0px 7px 0px;
}
.topheader a {
    color: #fff;
    text-decoration: none;
    font-weight: 400;
    letter-spacing: 1px;
}
.tele {
    margin-right: 20px;
}
.socialtop i {
    font-size: 17px;
    margin-left: 10px;
}
header.shrink {
	position: fixed;
	width: 100%;
	z-index: 3;
	background-color: #fff;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.1)
}
.shrink .verticalh{
	display: table;
	width: 100%;
}
.shrink .middleh{
	display: table-cell;
	width: 100%;
	vertical-align: middle;
	height: 100px;
}
.shrink .marchio {
    height: 50px;
}
.shrink .boxmenu {
    background: #99d594;
    padding: 10px 0px;
    text-align: center;
}
.shrink .topheader {
    background: #515151;
    color: #fff;
}
/* END HEADER */

/* MENU */
#menu-mainmenu {
    padding: 0px;
    list-style: none;
    margin: 0px;
    text-align: right;
}
#menu-mainmenu li {
    display: inline-block;
}
#menu-mainmenu li:last-child a {
    display: inline-block;
    margin-right: 0px;
}
#menu-mainmenu li a {
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 15px;
    padding: 5px 10px;
    margin-right: 3px;
    transition: 0.2s all ease-in-out
}
.shrink #menu-mainmenu li a {
    color: #888;
}
.shrink .current_page_item a, .shrink #menu-mainmenu li a:hover {
    background: #99d594;
    border-radius: 3px;
    color: #fff !important;
}
.current_page_item a, #menu-mainmenu li a:hover {
    background: #fff;
    border-radius: 3px;
    color: #444 !important;
}
/* END MENU */


/* RESPONSIVE MENU */
.socialresp i {
    color: #fff;
}
.button_container {
    cursor: pointer;
    height: 27px;
    position: fixed;
    right: 30px;
    top: 69px;
    transition: 0.3s all ease-in-out;
    width: 35px;
    z-index: 100;
}

.button_container span, .active span {
    background: #fff;
    border: medium none;
    cursor: pointer;
    height: 2px;
    left: 0;
    position: absolute;
    top: 0;
    transition: 0.3s all ease-in-out;
    width: 100%;
    transition: 0.2s all ease-in-out
}
.shrink .button_container span {
    background: #6b9567;
}

.button_container span:nth-of-type(2) {
    top: 11px;
}
.button_container span:nth-of-type(3) {
    top: 22px;
}
.button_container .bottombottom {
    font-size: 10px;
    font-weight: bold;
    height: 0 !important;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    top: 33px !important;
}
.overlaymenu {
    height: 100%;
    left: 0;
    opacity: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    visibility: hidden;
    width: 100%;
    transition: 0.3s all ease-in-out;
    z-index: 18 !important;
    background: rgba(153,213,148,0.97)
}
.overlaymenu nav {
    text-align: center;
    top: 200px;
    position: relative;
    display: block;
    font-size: 30px;
}
.overlaymenu ul {
    display: inline-block;
    height: 100%;
    list-style: outside none none;
    margin: 0 auto;
    padding: 0;
    position: relative;
}
.overlaymenu ul li {
    display: inline-block;
    opacity: 0;
    position: relative;
    transition: 0.3s all ease-in-out;
    width: 100%;
}
.overlaymenu.open ul li {
    opacity: 1
}
.overlaymenu ul li a {
    color: #fff;
    display: inline-block;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    opacity: 1;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-weight: 200;
    letter-spacing: 1px;
}
.button_container.active .topp {
    background: #fff none repeat scroll 0 0;
    transform: translateY(11px) translateX(0px) rotate(45deg);
}

.button_container.active .middle {
    background: #fff none repeat scroll 0 0;
    opacity: 0;
}

.button_container.active .bottom {
    background: #fff none repeat scroll 0 0;
    transform: translateY(-11px) translateX(0px) rotate(-45deg);
}

.button_container.active .bottombottom {
    color: #fff;
}
.overlaymenu.open {
    height: 100%;
    opacity: 1;
    visibility: visible;
    z-index: 2
}
.mainmenuresponsive {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.mainmenuresponsive a{
    font-size: 18px;
}
.footermenuresponsive a {
    margin: 0px !important;
}
.footermenuresponsive {
    width: 60%;
    text-align: center;
    margin: 10px auto 0px;
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.footermenuresponsive a {
    margin: 0px !important;
    font-size: 13px;
    line-height: 12px;
}
.metaccountresp{
    margin: 0 auto 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    width: 60%;
}
.verticalresp{
    display: table;
    width: 100%;
}
.middleresp{
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100vh
}
.socialresp {
    width: 60%;
    margin: 20px auto 0px;
    text-align: center;
    color: #fff;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    padding-top: 20px;
}
.socialresp a {
    color: #fff
}
.socialresp .footerfour {
    margin-top: 0px;
}
.socialresp .title-widget {
    margin-top: 20px;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.logoresp {
    height: 65px;
    margin: 0 auto 20px;
    display: block;
    border-bottom: 1px solid rgba(255,255,255,.3);
    width: 60%;
    padding-bottom: 20px;
}
.menuresp {
    
}
.socialresp .social {
    display: inline-block;
    margin: 0px 5px;
}
.socialresp i {
    font-size: 27px;
}
.inziaresp {
    text-transform: uppercase;
    text-decoration: none;
    background: #fff;
    font-size: 13px !important;
    padding: 7px 19px;
    display: inline-block;
    border-radius: 30px;
    letter-spacing: 1px;
    color: #000;
    font-family: 'Volte Semibold';
    font-display: block;
}
.continziaresp {
    display: block;
    width: 60%;
    margin: 0 auto;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    padding-top: 20px;
}
/* END RESPONSIVE MENU */

/* CONTENT */
.slide{
	height: 750px;
	width: 100%;
	position: relative;
}
.singleimage {
	background-position: center;
    background-size: cover;
    position: relative;
}
.fade {
    padding: 0px;
    margin: 0px;
    list-style: none;
}
.slick-track {
    margin: 0px;
    width: 100%;
    height: 750px;
}
.overlayslide {
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.6;
}
.verticals{
	display: table;
	width: 100%;
	position: relative;
	z-index: 2;
}
.middles{
	display: table-cell;
	width: 100%;
	height: 750px;
	vertical-align: middle;
}
.testoslide {
    color: #fff;
    margin: 0px 0px 20px 0px;
    font-size: 40px;
}
.middles a {
    border: 1px solid #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 500;
    padding: 10px 20px;
    display: inline-block;
    font-size: 12px;
    letter-spacing: 1px;
    color: #fff;
    border-radius: 4px;
    transition: 0.2s all ease-in-out
}
.middles a:hover {
    border: 1px solid #fff;
    background-color: #fff;
    color: #000
}
.iconhome span {
    color: #fff;
    font-size: 40px;
    background: #99d594;
    padding: 20px;
    border-radius: 50%;
    display: inline-block;
}
.titleicone {
    margin-top: 15px;
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 0px;
}
.texticon {
    font-size: 16px;
    width: 60%;
    margin: 20px auto 0px;
}
.iconhome {
    padding: 100px 0px;
}
.contbox{
	position: relative;
}
.box {
    position: absolute;
    left: 0;
    height: 500px;
    background: #99d594;
    width: 50%;
}
.contboxleft {
    float: left;
    width: 50%;
    position: relative;
    z-index: 2;
    padding-right: 100px;
    color: #fff
}
.contboxright {
    float: left;
    width: 50%;
    position: relative;
    z-index: 2;
}
.verticall {
    display: table;
    width: 100%;
}
.middlel {
    display: table-cell;
    width: 100%;
    height: 500px;
    vertical-align: middle;
}
.img1{
	background-image: url(https://www.bioclimatek.com/wp-content/uploads/2019/05/image1.jpg);
	background-size: cover;
	background-position: center;
	height: 500px;
}
.contboxleft p{
	font-size: 40px;
}
.slick-dots {
    bottom: 20px !important;
    z-index: 2;
}
.slick-dots li button {
    border: 2px solid #fff !important;
    border-radius: 50% !important;
    height: 10px !important;
    width: 10px !important;
}
.slick-dotted.slick-slider {
    margin-bottom: 0px !important;
}
.az{
	background-image: url(https://www.bioclimatek.com/wp-content/uploads/2019/04/slide1.jpg);
}
.pr{
	background-image: url(https://www.bioclimatek.com/wp-content/uploads/2019/05/image11-3.jpeg);
}
.prog{
	background-image: url(https://www.bioclimatek.com/wp-content/uploads/2019/04/slide1.jpg);
}
.card{
	background-size: cover;
	background-position: center;
	height: 350px;
	display: table;
	width: 100%;
	border-radius: 10px;
	position: relative;
}
.overlaycard{
	background-color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0.3;
    transition: 0.2s all ease-in-out
}
.card:hover .overlaycard{
    opacity: 0.8
}
.cards {
    display: inline-block;
    width: 100%;
    padding: 100px 0px;
}
.card.carddue {
    height: 300px;
}
.titlecard {
    display: table-cell;
    width: 100%;
    height: 200px;
    text-align: center;
    vertical-align: middle;
    position: relative;
    z-index: 2;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 22px;
    letter-spacing: 1px;
}
.titlecard p {
    font-weight: 400;
    text-transform: uppercase;
    font-size: 22px;
    letter-spacing: 1px;
}
.titlecard p {
    font-weight: 400;
    text-transform: uppercase;
    font-size: 22px;
    letter-spacing: 1px;
    display: inline-block;
    margin: 0px;
    padding: 10px 20px;
    background: #99d594;
    color: #fff;
}
#first {
    background-image: url(https://www.bioclimatek.com/wp-content/uploads/2019/04/slide1.jpg);
    height: 300px;
    background-size: cover;
    background-position: center;
}
.thumb {
    background: #ddd;
    height: 250px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}
.contposst {
    padding: 20px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.lastpost {
    padding: 100px 0px;
}
.lastpost .card {
    box-shadow: 0px 0px 30px rgba(0,0,0,0.1);
}
.titlepost {
    margin: 0px;
    color: #99d594;
    text-align: center;
}
.slidepge {
    position: relative;
    height: 400px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 40px;
}
.slidepgedue {
    position: relative;
    height: auto;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 40px;
    color: #fff;
    padding-top: 270px;
    padding-bottom: 50px;
}
.titlepage {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 40px;
    margin-bottom: 10px;
}
.sottotitolo {
    font-size: 25px;
    margin-top: 0px;
}
.verticalsec {
    display: table;
    width: 100%;
}
.middlesec {
    display: table-cell;
    width: 100%;
    height: 500px;
    vertical-align: middle;
    background: #f1f1f1;
    padding: 0px 40px;
}
.immaginesezione {
    height: 500px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #f1f1f1
}
.col-md-4.piccolo {
    margin-bottom: 50px;
    margin-top: 50px;
}
.centro{
    margin-bottom: 40px;
    margin-top: 40px;
    line-height: 30px;
}
.contsection p {
    line-height: 25px;
    font-size: 15px;
}
.col-md-6.npl, .col-md-4.npl{
    padding-left: 0px 
}
.col-md-6.npr{
    padding-right: 0px
}
.contsection h3 {
    background: #666;
    color: #fff;
    padding: 10px 20px;
    display: inline-block;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 0px;
    margin-bottom: 5px;
}
.contsection h4 {
    background: #666;
    color: #fff;
    padding: 5px 10px;
    display: inline-block;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 0px;
    margin-bottom: 5px;
    font-size: 12px;
}
.piccolo p{
    height: 50px;
}
.thumb {
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    transition: 0.2s all ease-in-out
}
.card:hover .thumb {
    background-size: 110% 110%;
}
.ultimiarticoli a, .ultimiarticoli p{
    text-decoration: none;
}
.slick-active button {
    background: #fff !important;
    color: #fff
}
.ultimiarticoli > div {
    margin-bottom: 30px;
}
.cardprodotto {
    background-size: cover;
    background-position: center;
    display: table;
    width: 100%;
    border-radius: 10px;
    position: relative;
}
.cardprodotto:hover .thumb {
    background-size: 110% 110%;
}
.products .cardprodotto {
    box-shadow: 0px 0px 30px rgba(0,0,0,0.1);
}
.products {
    margin: 40px 0px;
}
.alignnone.size-full.wp-image-272 {
    width: 100%;
    height: auto;
}
.green {
    height: 600px;
    background-color: #99d594;
    color: #fff;
    display: inline-block;
    width: 100%;
}
.contgreen {
    margin-top: 220px;
}
.risultati{
    display: inline-block;
    width: 100%;
}
.risultato {
    padding: 40px 0px;
    width: 45%;
    margin: 0 auto;
}
.grey{
    background: #f1f1f1;
}
.titolorisultato {
    margin: 0px;
    font-size: 30px;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
}
.line {
    width: 30%;
    height: 1px;
    background: #d4d1d1;
    position: absolute;
    top: 15px;
    margin-left: 30px;
}
.tiaz {
    color: #99d594;
    font-size: 30px;
    font-weight: 600;
    margin: 130px 0px 50px;
}
.boxambiente{
    height: 300px;
    background-image: url(images/ambiente.jpg);
    background-size: cover;
    background-position: center;
}
.textmission {
    font-size: 14px;
    height: 60px;
}
.titmission {
    display: inline-block;
    background: #99d594;
    padding: 5px 20px;
    color: #fff;
    margin-bottom: 0px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
}
.timiss {
    color: #99d594;
    font-size: 30px;
    font-weight: 600;
    margin: 130px 0px 50px;
}
.boxvision{
    height: 300px;
    background-image: url(images/vision.jpg);
    background-size: cover;
    background-position: center;
}
.mb{
    margin-bottom: 100px;
}
.greencontact {
    background: #99d594;
    height: 350px;
    width: 100%;
    margin-bottom: 50px;
    color: #fff;
}
.greencontact h1 {
    margin-top: 250px;
}
.titcont {
    background: #99d594;
    text-transform: uppercase;
    font-size: 20px;
    color: #fff;
    display: inline-block;
    padding: 10px 10px;
    margin-bottom: 10px;
    margin-top: 20px;
}
.label {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    margin-bottom: 5px;
}
.field {
    margin: 0px 0px 5px;
    display: inline-block;
    width: 100%
}
.field input, .field textarea {
    width: 100%;
    padding: 5px;
    border: 1px solid #ccc;
    font-family: 'Rubik', sans-serif;
}
.wpcf7-list-item {
    margin-left: 0px !important;
}
.labeldue {
    margin: 8px 0px;
    font-size: 12px;
}
.field.sendd input {
    width: auto;
    padding: 6px 30px;
    font-size: 16px;
    color: #99d594;
    border: 2px solid #99d594;
    background: transparent;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: 0.2s all ease-in-out
}
.field.sendd input:hover {
    background-size: #99d594;
    color: #fff
}
.field.sendd  {
    margin-top: 10px
}
.foto{
    display: inline-block;
    width: 100%;
}
.galleria {
    list-style: none;
    margin: 50px 0px;
    padding: 0px;
    display: inline-block;
    width: 100%;
}
.singleimage {
    width: 20%;
    float: left;
}
.stories {
    height: 250px;
    background-size: cover;
    background-position: center;
    border: 1px solid #fff;
}
.faq {
    width: 100%;
}
#accordions-354 .accordions-head {
    background: transparent !important;
    margin: 1px;
    padding: 10px;
    border: 1px solid #515151 !important;
}
#accordions-354 .ui-state-active {
    background: #ccc !important;
}
#accordions-354 .accordions-head-title {
    color: #515151 !important;
    font-size: 18px;
    font-weight: 600;
}
#accordions-354 .accordion-icons {
    color: #515151 !important;
    font-size: 16px;
}
#accordions-354 .accordion-icons:hover {
    color: #515151 !important;
    font-size: 16px;
}
#accordions-354 .accordion-content {
    background: #ededed !important;
    color: #333333 !important;
    font-size: 14px !important;
    margin: 0 !important;
    padding: 10px 20px !important;
    line-height: 22px !important;
}
.sideform {
    padding: 20px;
    background: #ededed;
}
.sideform .field.sendd input {
    width: auto;
    padding: 6px 30px;
    font-size: 16px;
    color: #515151;
    border: 2px solid #515151;
    background: transparent;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: 0.2s all ease-in-out;
    cursor: pointer;
}
.sideform .field.sendd input:hover {
    color: #fff;
    border: 2px solid #515151;
    background: #515151;
}
.homeform .labeldue a {
    color: #515151;
}
.top-navs {
    display: block;
    width: 100%;
    margin: 0px !important;
}
.brochure {
    color: #515151 !important;
    background: #fff;
    font-size: 11px;
    padding: 2px 13px;
    font-weight: 400 !important;
    border-radius: 3px;
    letter-spacing: 1px !important;
}

.homeform{
    background-image: url('https://www.bioclimatek.com/wp-content/uploads/2019/05/image5-1.jpg');
    background-position: center;
    background-size: cover;
    position: relative;
    padding: 100px 0px;
}
.overlayform{
    background-color: #515151;
    opacity: 0.8;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    z-index: 1
}
.homeform .container {
    z-index: 2;
    position: relative;
}
.titleformhome {
    color: #fff;
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 20px;
}
.textformhome {
    color: #fff;
    font-size: 21px;
    margin: 0px;
}
.homeform .label {
    color: #fff;
}
.homeform .field input, .homeform .field textarea {
    background: transparent;
    color: #fff;
}
.homeform .labeldue {
    color: #fff;
}
.homeform .labeldue a {
    color: #fff;
}
.homeform .field.sendd input {
    width: auto;
    padding: 6px 30px;
    font-size: 16px;
    color: #fff;
    border: 2px solid #fff;
    background: transparent;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: 0.2s all ease-in-out;
    cursor: pointer;
}
.homeform .field.sendd input:hover {
    color: #515151;
    border: 2px solid #fff;
    background: #fff;
}
.homeform .field textarea {
    height: 150px;
}
.titnews {
    margin: 0px;
    text-align: center;
    color: #99d594;
    font-size: 40px;
    font-weight: 600;
}
.textnews {
    text-align: center;
    margin-bottom: 30px;
}
.vainews {
    background: #99d594;
    color: #fff;
    text-decoration: none;
    font-weight: 400;
    padding: 10px 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 40px auto 0px;
    display: table;
}
.icon {
    background-color: #515151;
    height: 80px;
    width: 80px;
    margin: 0 auto 20px;
    border-radius: 50%;
}
.iconuno{
    background-image: url('https://www.bioclimatek.com/wp-content/themes/bioclimatek/images/qualita.svg');
    background-position: center;
    background-size: 50%;
    background-repeat: no-repeat;
}
.icondue{
    background-image: url('https://www.bioclimatek.com/wp-content/themes/bioclimatek/images/versatilita.svg');
    background-position: center;
    background-size: 50%;
    background-repeat: no-repeat;
}
.icontre{
    background-image: url('https://www.bioclimatek.com/wp-content/themes/bioclimatek/images/soddisfazione.svg');
    background-position: center;
    background-size: 50%;
    background-repeat: no-repeat;
}
.iconquattro{
    background-image: url('https://www.bioclimatek.com/wp-content/themes/bioclimatek/images/esperienza.svg');
    background-position: center;
    background-size: 50%;
    background-repeat: no-repeat;
}
.iconcinque{
    background-image: url('https://www.bioclimatek.com/wp-content/themes/bioclimatek/images/personalizzato.svg');
    background-position: center;
    background-size: 50%;
    background-repeat: no-repeat;
}
.iconsei{
    background-image: url('https://www.bioclimatek.com/wp-content/themes/bioclimatek/images/valore.svg');
    background-position: center;
    background-size: 50%;
    background-repeat: no-repeat;
}
.imgbonus {
    background-image: url('https://www.bioclimatek.com/wp-content/themes/bioclimatek/images/ecobonus.jpg');
    background-position: center;
    background-size: cover;
    height: 320px;
}
.imgfiniture{
    background-image: url('https://www.bioclimatek.com/wp-content/themes/bioclimatek/images/finiture.jpg');
    background-position: center;
    background-size: cover;
    height: 320px;
}
.botproduct {
    margin: 50px 0px;
}
.contbotpro {
    text-align: center;
    background: #515151;
    display: inline-block;
    width: 100%;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
    color: #fff;
    font-size: 22px;
}
.contbotpro a{
    color: #fff;
    text-decoration: none;
}
.vaigall {
    background: #99d594;
    display: table;
    margin: 80px auto 20px;
    color: #fff;
    padding: 30px 50px;
    font-size: 22px;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 1px;
}
.titiconmisssss {
    color: #99d594;
    margin: 90px auto 40px;
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    width: 70%;
}
.iconatiticonmiss img {
    height: 80px;
}
.titiconmiss {
    color: #99d594;
    font-weight: 600;
    font-size: 23px;
    margin: 10px 0px 0px;
}
.menusezioni {
    padding: 0px;
    margin: 0px;
    list-style: none;
}
.menusezioni li {
    display: inline-block;
    margin-right: 7px;
    padding-right: 7px;
}
.menusezioni li a {
    color: #99d594;
    text-decoration: none;
    transition: 0.2s all ease-in-out;
    font-weight: 400;
    font-size: 14px;
}
#headersticky {
    background: #fff;
    padding: 10px 0px;
    z-index: 2 !important;
    transition: 0.2s all ease-in-out
}
.is-sticky #headersticky {
    background: #99d594;
}
.is-sticky .menusezioni li a{
    color: #fff;
}
#toTop {
    background: #99d594; 
    bottom: 20px;
    color: #fff;
    cursor: pointer;
    display: none;
    position: fixed;
    right: 15px;
    text-align: center;
    z-index: 9999;
    opacity: 0.7;
    padding: 5px 10px;
}
#toTop i {
    color: #fff;
    font-weight: 25px;
}
.wp-video-shortcode {
    margin-bottom: 5px;
}
img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}

.singleimage.sisi {
    width: 33.33%;
}
.camp {
    color: #99d594;
    text-align: center;
    font-weight: 600;
    font-size: 30px;
}
.testoform {
    font-weight: 600;
    font-size: 18px !important;
}
#loginform {
    padding: 15px;
    background: #fff;
    border: 1px solid #ccc;
    margin-bottom: 30px;
    display: table;
}
#loginform p {
    margin-top: 0px;
    display: table;
    width: 100%;
}
#loginform p label {
    display: table;
    font-size: 12px;
}
#loginform p input {
    padding: 8px !important;
    border: 1px solid #ededed;
    background: #fff;
}
.login-remember {
    display: none !important;
}
.login-submit {
    margin-bottom: 0px;
}
.login-submit input {
    border: 1px solid #99d594 !important;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    background: #99d594 !important;
}
.iconcontact {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    padding: 5px;
    position: fixed;
    bottom: 10px;
    left: 10px;
    z-index: 10;
    display: none;
}
.iconcontact.tel {
    background: #3ebc36;
}
/*  END CONTENT */





/* FOOTER */
footer {
    padding: 40px 0px;
    background: #515151;
    color: #fff;
}
.logof {
    width: 80%;
}
.title-widget {
    margin-top: 0px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
}
footer ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
footer ul li a {
    color: #fff;
    font-weight: 400;
    text-decoration: none;
    font-size: 12px;
    opacity: 0.8
}
.footerone p {
    opacity: 0.8;
    font-size: 14px;
}
.design {
    background: #383838;
}
.design p, .design a {
    color: #807e7e;
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 1px
}
.footerquattro p {
    font-size: 12px;
    line-height: 16px;
}
/* END FOOTER*/
.container.mb img {
    max-width: 100%;
    height: auto;
}




/***** RESPONSIVE *****/

/* SMALL DESKTOP */
@media only screen and (min-width : 1025px) and (max-width : 1198px) {

}
/* IPAD */
@media (min-width: 768px) and (max-width: 1024px) {
.middles, .slick-track, .slide {
    height: 600px;
}
.testoslide {
    color: #fff;
    margin: 50px 0px 20px 0px;
    font-size: 30px;
}
.slidepge {
    height: 300px;
}
}


/* IPAD LANDSCAPE */
@media (min-width: 768px) and (max-width: 1024px) and (orientation:landscape) {
    .iconcontact{
    display: block;
}

}

/* IPAD PORTRAIT */
@media (min-width: 768px) and (max-width: 1024px) and (orientation:portrait){
.iconcontact{
    display: block;
}
.contboxleft {
    padding-right: 60px;
}
.contboxleft p {
    font-size: 30px;
}
.middlel, .img1, .box {
    height: 450px;
}
.titlecard p{
    font-size: 17px 
}
.card {
    height: 270px;
}
.footerone p {
    font-size: 13px;
}
.testoslide {
    text-align: center;
}
.middles a {
    margin: 0 auto;
    display: table;
}
.slidepgedue {
    text-align: center;
}
.titiconmiss {
    margin-bottom: 40px;
}
.col-md-6.npl, .col-md-4.npl {
    padding-left: 15px;
}
.col-md-6.npr {
    padding-right: 15px;
}
.stories {
    height: 120px;
}
.titcont {
    margin: 0 auto 20px;
    display: table;
}
.textcont {
    text-align: center;
}
iframe {
    margin-top: 10px;
    margin-bottom: 40px;
}
.cont-modulo.home {
    width: 60%;
    margin: 0 auto;
    text-align: center;
}
.middlesec {
    text-align: center;
}
.contbotpro {
    margin-bottom: 40px;
}
.row.centro img {
    max-width: 100%;
    height: auto;
}
.scaricares .brochure {
    text-decoration: none;
    margin: 30px auto 0px;
    display: table;
    text-align: center;
}
}




/* SMARTPHONE */
@media only screen and (min-width: 320px) and (max-width: 767px) {
.iconcontact{
    display: block;
}
.brochure {
    text-decoration: none;
    margin: 30px auto 0px;
    display: table;
    text-align: center;
}
.contboxleft {
    padding-right: 30px;
    padding-left: 30px;
}
.contboxleft p {
    font-size: 30px;
    text-align: center;
    width: 100% !important;
    display: inline-block;
    margin: 0px
}
.middlel, .img1, .box {
    height: 300px;
}
.contboxleft {
    float: left;
    width: 100%;
}
.titlecard p{
    font-size: 17px 
}
.card {
    height: 270px;
    margin-bottom: 30px;
}
.footerone p {
    font-size: 13px;
}
.testoslide {
    text-align: center;
}
.middles a {
    margin: 0 auto;
    display: table;
}
.slidepgedue {
    text-align: center;
}
.titiconmiss {
    margin-bottom: 40px;
}
.col-md-6.npl, .col-md-4.npl {
    padding-left: 15px;
}
.col-md-6.npr {
    padding-right: 15px;
}
.stories {
    height: 120px;
}
.titcont {
    margin: 0 auto 20px;
    display: table;
}
.textcont {
    text-align: center;
}
iframe {
    margin-top: 10px;
    margin-bottom: 40px;
}
.cont-modulo.home {
    width: 60%;
    margin: 0 auto;
    text-align: center;
}
.middlesec {
    text-align: center;
}
.contbotpro {
    margin-bottom: 40px;
}
.row.centro img {
    max-width: 100%;
    height: auto;
}
.button_container {
    top: 40px;
}
.middles, .slick-track, .slide{
    height: 500px;
}
.testoslide {
    font-size: 23px;
}
.texticon {
    margin: 10px auto 40px;
}
.box {
    width: 100%;
}
.contboxright {
    float: left;
    width: 100%;
    position: relative;
    z-index: 2;
}
.homeform {
    text-align: center;
}
.modulohome {
    margin-top: 40px;
}
footer {
    text-align: center;
}
.title-widget {
    margin-top: 40px;
}
.design p, .design a {
    text-align: center;
}
.slidepgedue {
    padding-top: 150px;
}
.risultato {
    padding: 40px 0px;
    width: 75%;
    margin: 0 auto;
}
.slidepge {
    height: 250px;
}
.titlepage {
    text-align: center;
}
.singleimage {
    width: 33.33%;
}
.greencontact h1 {
    margin-top: 180px;
}
.greencontact {
    height: 250px;
}

.menusezioni {
  overflow: auto;
  white-space: nowrap;
}

.menusezioni a {
  display: inline-block;
  color: white;
  text-align: center;
  text-decoration: none;
}
.scrollh i {
    color: #fff;
    text-align: center;
    margin: 6px auto 0;
    display: table;
}