/*
Theme Name: Centro Mariapoli Trento
Author: Giacomo Lazzarin
Author URI: http://www.untitled-design.it
Version: 1.0
*/

/* Reset degli stili */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr, acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike, strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td { margin:0;padding:0;border:0;outline:0;vertical-align:top;background:transparent;}
body { line-height:1;}
ol,ul { list-style:none;}
blockquote,q { quotes:none;}
blockquote:before,blockquote:after,q:before,q:after { content:'';content:none;}
:focus { outline:0;}
ins { text-decoration:none;}
del { text-decoration:line-through;}
table { border-collapse:collapse;border-spacing:0;}
img { display:block;}
a img { border:none;}
/* Reset degli stili */
/*
*
*  Consistency fixes
*  adopted from http://necolas.github.com/normalize.css/
*
*/
html {
  height: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  min-height: 100%;
  font-size: 100%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
audio,
canvas,
video {
  display: block;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
b, strong {
  font-weight:700;
}
abbr[title] {
  border-bottom: 1px dotted;
}
input,
textarea,
button,
select {
  margin: 0;
  font-size: 100%;
  line-height: normal;
  vertical-align: baseline;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type="checkbox"], input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
textarea {
  overflow: auto;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* FINE DI TUTTI STI AGGIUSTAMENTI */






/*
*
*  Simple fluid media
*
*/
figure {
  position: relative;
}
img,
object,
embed,
video {
  max-width: 100%;
  height:auto;
  display: block;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}
/*
*
*	Zoomable baseline grid
*	type size presets
*
*/







/* STILI GENERICI */
body {
	font-family: 'Montserrat', sans-serif;
	font-size: 88%;
	line-height:1.3em;
	font-weight:400;
	color:#6f6f6f;
}

.assistive-text,
.edit-link {
	position:absolute;
	left:-9999px;
}

a {
	text-decoration:none;
	color:#00a5b6;
	transition:all 1s;
	-moz-transition:all  1s; /* Firefox 4 */
	-webkit-transition:all  1s; /* Safari and Chrome */
	-o-transition:all  1s; /* Opera */
}
a:hover {
	color:#666;
	transition:all 1s;
	-moz-transition:all  1s; /* Firefox 4 */
	-webkit-transition:all  1s; /* Safari and Chrome */
	-o-transition:all  1s; /* Opera */
}

.mapItaly img {
	float:left;
	margin-right:10px;
	height: 128px;
	width: auto;
}
.mapItaly p {
	padding-bottom:7px;
	line-height:1.2em;
}

#content img {
}

#content ul {
	list-style-type:disc;
	margin-left:40px;
	margin-bottom:1em;
}
#content .soliloquy ul {
	list-style-type:none;
	margin-left:0;
	margin-bottom:0;
}

.clear {
	clear:both;
}

h1 {
	font-size:1.8em;
	color:#00a5b6;
	font-weight:700;
	margin-bottom:1.5em;
	line-height:1.1em;
}
h2 {
	font-size:1.6em;
	font-weight:400;
	margin:0.8em 0 1em;
}
h3 {
	text-transform:uppercase;
	font-weight:700;
	color:#00a5b6;
	margin-bottom:1.5em;
}
.home h3 {
	text-align:center;
}
h4 {
}
h5 {
}
h6 {
}

p {
	padding-bottom:1em;
	line-height: 1.5;
}

.imgFullPage {
	max-height:390px;
	overflow:hidden;
}

.alignleft {
	float:left;
	margin:0 15px 5px 0;
}
.alignright {
	float:right;
	margin:0 0 5px 15px;
}

.textCenter {
	text-align: center;
}

hr {
	height: 1px;
	border: 0;
	width: 100%;
	background: #eee;
}








/* STRUTTURA */
#page {
}

#header {
	width:100%;
	background:#fff;
	border-bottom:8px solid #00a5b6;
	position:fixed;
	top:0;
	z-index:9999;
}

.soliloquy-container,
.imgFullPage,
.single #content,
.error404 #content {
	margin-top:80px !important;
}

header#masthead {
	padding:20px 15px 0;
}
header#masthead .column01,
header#masthead .column02 {
	margin-bottom:0;
	margin-top:0;
}

a img {
	transition:all 1s;
	-moz-transition:all  1s; /* Firefox 4 */
	-webkit-transition:all  1s; /* Safari and Chrome */
	-o-transition:all  1s; /* Opera */
}
a:hover img {
	opacity:0.5;
	transition:all 1s;
	-moz-transition:all  1s; /* Firefox 4 */
	-webkit-transition:all  1s; /* Safari and Chrome */
	-o-transition:all  1s; /* Opera */
}


.column1-4 {
	width: calc(25% - 30px);
	float: left;
	margin: 15px 15px;
}
.column2-4 {
	width: calc(50% - 30px);
	float: left;
	margin: 15px 15px;
}
.column3-4 {
	width: calc(75% - 30px);
	float: left;
	margin: 15px 15px;
}
.column4-4 {
	width: calc(100% - 30px);
	float: left;
	margin: 15px 15px;
}

.column1-3 {
	width: calc(33.333% - 30px);
	float: left;
	margin: 15px 15px;
}
.column2-3 {
	width: calc(66.666% - 30px);
	float: left;
	margin: 15px 15px;
}
.column3-3 {
	width: calc(100% - 30px);
	float: left;
	margin: 15px 15px;
}

.column1-3-2 {
	width: calc(16.666% - 30px);
	float: left;
	margin: 15px 15px;
}

.column01 {
	width: calc(33.333% - 30px);
	float: left;
	margin: 15px 15px;
}
.column02 {
	width: calc(66.666% - 30px);
	float: left;
	margin: 15px 15px;
}
.column03 {
	width: calc(100% - 30px);
	float: left;
	margin: 15px 15px;
}

.contentInside {
	max-width: 1100px;
	width: calc(100% - 30px);
	padding:0px 15px;
	margin:0 auto;
}

.whiteSpace {
	height: 30px;
}
.whiteSpace.smallSpace {
	height: 15px;
}
.whiteSpace.doubleSpace {
	height: 60px;
}


body:not(.home) #page {
	padding-top: 116px
}




#logobg {
	position: fixed;
	z-index: 0;
	top: 0;
	left: 5%;
	transition :all 1s;
	-moz-transition: all  1s; /* Firefox 4 */
	-webkit-transition: all  1s; /* Safari and Chrome */
	-o-transition: all  1s; /* Opera */
}
.logo {
	position: relative;
	z-index: 1;
	width: 240px;
	float: left;
}
#header.sticky #logobg {
	opacity: 0;
	width: 0;
	transition :all 1s;
	-moz-transition: all  1s; /* Firefox 4 */
	-webkit-transition: all  1s; /* Safari and Chrome */
	-o-transition: all  1s; /* Opera */
}

#site-navigation {
	float: right;
}

#masthead .contentInside {
	position: relative;
}
.wpml-ls-statics-shortcode_actions {
	position: absolute;
	right: 0;
	z-index: 99;
	text-transform: uppercase;
	padding: 0;
	font-size: 12px;
}
.wpml-ls-statics-shortcode_actions .wpml-ls-current-language a{
	color: #666;
}


body:not(.home) #bottom {
	background: #eee;
	padding: 20px 0;
}
body:not(.home) #bottom .mapItaly img {
	background-blend-mode: multiply;
}

#footer {
	width:100%;
	background: #2F302F;
	position:fixed;
	bottom:0;
	z-index:9999;
}

footer#colophon {
	height:30px;
	color:#fff;
	font-size:0.8em;
}
footer#colophon a {
	color:#fff;
}
footer#colophon a:hover {
	color:#ccc;
}

footer .site-info {
	float:left;
	line-height:30px;
	margin-left:13px;
}
footer .credits {
	float:right;
	line-height:30px;
	margin-right:13px;
}
.infoFooterLink {
	color: #666;
}
.infoFooterLink:hover {
	color: #000;
}

.menuFooter {
	margin: 0;
	padding: 0;
	list-style: none;
}
.menuFooter li {
	display: inline-block;
	margin-left: 10px;
	text-transform: lowercase;
}

#bottom .contentWide {
	background: #555;
	color: #fff;
	text-align: center;
	padding: 30px 0 60px;
}
#bottom .contentWide a {
	color: #fff;
}
#bottom .contentWide a:hover {
	color: #00a5b6;
}




.newsPage {
	margin-bottom:15px;
}
.newsPage img {
	float:left;
	margin:0 10px 15px 0;
}
.newsPage span {
	font-weight:700;
	text-transform:uppercase;
	font-size:0.8em;
	color:#000;
}
.newsPage h2 {
	font-weight:400;
	margin:0;
	margin-bottom:0.5em;
	font-size:1.3em;
	line-height:1em;
}
.newsPage p {
	line-height:1.1em;
	font-size:0.95em;
	padding:0;
}



.imgFullPage img,
.imgFullPage iframe {
	width:100%;
	height:auto;
}
.imgFullPage iframe {
	width:100% !important;
	height:390px !important;
	height:auto;
	max-height:390px !important;
}

.googlemaps iframe {
	width: 100%;
}













/* HOME */
.borderRight {
	border-right: 1px solid #ccc;
	min-height: 300px;
	margin-right: 0;
	padding-right: 14px;
}
.borderLeft {
	border-left: 1px solid #ccc;
	min-height: 300px;
	margin-left: 0;
	padding-left: 14px;
}

.home.page .bloccoNews {
	margin-bottom: 0px;
}

.flexslider {
	border: 0 !important;
	padding: 0 !important;
	margin: 0 !important;
	list-style: none;
	border-radius: 0 !important;
}
.flexslider .title {
	position: absolute;
	bottom: 0;
	width: 540px;
	left: calc(50% - 270px);
	box-sizing: border-box;
	padding: 20px 40px;
	text-align: center;
	background: rgba(256,256,256,0.8);
}
.flexslider .title h2 {
	color: #31a3b5;
	font-weight: 700;
	line-height: 1.2em;
}
.flexslider .title p {
	font-weight: 700;
	color: #000;
}
.flexslider .title p span {
	font-weight: 300;
}

.flex-direction-nav a::before {
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 20px !important;
	text-align: center;
	background: rgba(256,256,256,0.4);
}
.flex-direction-nav .flex-next {
	right: 20px !important;
}
.flex-direction-nav .flex-prev {
	left: 20px !important;
}




/* pagine */
.bannerPagine {
	height: 400px;
}
.imgGrande {
	height: 400px;
}
.immagineParallasse div {
	height: 400px;
}







/* SOCIAL LINKS */
.social-links {
	float:right;
}
.social-links li {
	display:inline-block;
	list-style:none;
	margin:0 0 0 2px;
	text-indent:-9999px;
}
.ie7 .social-links li {
	display:inline;
	font-size:0;
	text-indent:0;
	list-style:none;
}
.social-links li:nth-child(6n+1) { margin-left: 0; list-style: none }
.social-links li:nth-child(6n) { margin-right: 0px; list-style: none  }
.social-links li:last-child { margin-right: 0; list-style: none  }

.social-links a {
	background-repeat:no-repeat;
	background-position: 0 -20px;
	display: block;
	height:20px;
	-webkit-transition: all 0.2s ease-out;
	-moz-trnsition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	width:20px; 
}

.social-links li.facebook a { background-image: url(assets/images/facebook.jpg);}
.social-links li.twitter a { background-image: url(assets/images/twitter.jpg);}
.social-links li.tripadvisor a {background-image: url(assets/images/tripadvisor.jpg);}
.social-links li.mail a {background-image: url(assets/images/mail.jpg);}

.social-links li a:hover { background-position: 0 0; }













/* LINGUE */









/* NEWS */
















/* SOLILOQUY */












/* PAGE PAGINA */
.page #content .column02 {
	border-right:1px solid #ccc;
	width:625px;
	margin-right:0;
	padding-right:13px;
}
.page .bloccoNews {
	margin-bottom:60px;
}
.home.page .soliloquy-container .soliloquy .soliloquy-slides li {
	max-height:600px !important;
	overflow:hidden;
}

.datitecnici img {
	float:left;
	margin:0 15px 10px 0;
}
.datitecnici ul {
	float:left;
	margin-left:20px !important;
	color:#00a5b6;
	font-size:1.1em;
	line-height:1.5em;
	width:158px;
	list-style-color:#fff;
}












/* EVENTI */
.eventi {
	margin-bottom:30px;
}
.eventi img {
	width:150px;
	height:150px;
	float:left;
	margin:0 15px 5px 0;
	-webkit-box-shadow:0px 0px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:0px 0px 10px rgba(0, 0, 0, 0.2);
	box-shadow:0px 0px 10px rgba(0, 0, 0, 0.2);
}
.eventi span {
	font-weight:700;
	text-transform:uppercase;
	font-size:0.9em;
	color:#000;
}
.eventi h2 {
	font-weight:400;
	margin:0;
	margin-bottom:0.7em;
	font-size:1.8em;
	line-height:1.1em;
}









/* SINGLE */
.nav-single {
	clear:both;
	display:block;
	border-top:1px solid #00a5b6;
	padding-top:5px;
	margin-top:30px;
}
.nav-previous {
	width:50%;
	float:left;
}
.nav-next {
	width:50%;
	float:right;
	text-align:right;
}









/* MENU NAVIGAZIONE PRINCIPALE */
.menu-menu-principale-container {
	clear:both;
}
.menuPrincipale {
	float:right;
	position:relative;
	font-size: 0.9em;
}
.menuPrincipale li,
.menuPrincipale li a {
	float:left;
	position:relative;
}
.menuPrincipale li a {
	margin-left:7px;
	line-height:35px;
	text-transform:uppercase;
	color:#000;
	margin-top:45px;
	padding:0 5px;
	border-bottom:8px solid #fff;
}
.menuPrincipale li a:hover,
.menuPrincipale li.current_page_item > a,
.menuPrincipale li.current-page-ancestor > a,
.menuPrincipale li.current-menu-ancestor > a {
	color:#00a5b6;
	border-bottom:8px solid #00a5b6;
}
.menuPrincipale li ul {
	display:none;
	position:absolute;
	z-index:9999;
	top:88px;
	left:8px;
	padding-top:8px;
	background:transparent;
	min-width:200px;
	-webkit-box-shadow:0px 0px 5px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:0px 0px 5px rgba(0, 0, 0, 0.2);
	box-shadow:0px 0px 5px rgba(0, 0, 0, 0.2);
}
.menuPrincipale li ul li,
.menuPrincipale li ul li a {
	float:none;
	display:block;
	margin:0;
}
.menuPrincipale li ul li a {
	border-bottom:8px solid #fff;
	margin-left:0;
	line-height:2em;
	padding:0 10px;
	background:#fff;
	padding-top:10px;
}














/* FORM */
.wpcf7 {
	text-transform:uppercase;
	max-width: 400px;
	margin: 0 auto;
}
.wpcf7 p {
	padding-bottom:1em;
	clear:both;
}
.wpcf7 input[type=text],
.wpcf7 input[type=email],
.wpcf7 input[type=tel],
.wpcf7 input[type=number],
.wpcf7 textarea {
	width:95%;
	display:block;
	padding:5px;
	border:1px solid #fff;
	border-bottom:1px solid #999;
	margin:6px 0 0;
	font-family: Montserrat, sans-serif;
	font-size:1em;
	-webkit-box-shadow:0px 0px 10px rgba(0, 0, 0, 0.1);
	-moz-box-shadow:0px 0px 10px rgba(0, 0, 0, 0.1);
	box-shadow:0px 0px 10px rgba(0, 0, 0, 0.1);
	transition:all 1s;
	-moz-transition:all  1s; /* Firefox 4 */
	-webkit-transition:all  1s; /* Safari and Chrome */
	-o-transition:all  1s; /* Opera */
}
.wpcf7 textarea {
	height:100px;
}
.wpcf7 input[type=submit] {
	border:1px solid #ccc;
	padding:5px 20px;
	text-transform:uppercase;
	background:#eee;
}
.wpcf7 input[type=submit]:hover,
.wpcf7 input[type=text]:focus,
.wpcf7 input[type=email]:focus,
.wpcf7 input[type=tel]:focus,
.wpcf7 input[type=number]:focus,
.wpcf7 textarea:focus {
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	border-color:#00a5b6;
}
.wpcf7 #privacy {
	font-size:0.8em;
}
.wpcf7 #privacy > span {
	margin:0 10px 20px 0;
	display:block;
	float:left;
}
.wpcf7-list-item {
	margin: 0;
}
.wpcf7-list-item-label {
	font-size: 0.9em;
}
#content img.ajax-loader {
	box-shadow:none;
	float:right;
}

.wpcf7 p.cinquanta {
	width:46%;
	float:left;
	clear:none;
}
.wpcf7 p.cinquanta.destra {
	margin-left:30px;
}



/* CALENDARIO */
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	color:#00a5b6 !important;
}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
	background:#00a5b6 !important;
	color:#fff !important;
	border-color:#fff !important;
}





#bottom h3 {
	text-align: center;
}


#bottom .wpcf7 {
	text-transform: none;
}
#bottom .wpcf7 p {
	padding-bottom: 0;
	margin-bottom: 10px; 
}
#bottom .wpcf7 p input {
	border: 0;
	margin: 0;
	line-height: 25px;
	box-sizing: border-box;
	width: 100%;
	padding: 5px 15px;
	opacity: 0.7;
}
#bottom .wpcf7 p input:focus {
	opacity: 1;
}
#bottom .wpcf7-acceptance {
	font-size: 0.8em;
}
#bottom .wpcf7-acceptance input {
	width: auto !important;
	opacity: 1 !important;
}
#bottom .wpcf7 p input[type=submit] {
	background: #00a5b6;
	color: #fff;
	float: right;
	width: 100px;
	opacity: 1;
}




.iconShortcut {
	list-style: none !important;
	margin: 0 !important;
	padding: 0;
	font-size: 0.9em;
}
.iconShortcut li {
	clear: both;
}
.iconShortcut li img {
	width: 60px;
	float: left;
}
.iconShortcut li a {
	color: #666;
}
.iconShortcut li a:hover {
	color: #000;
}
.iconShortcut li p {
	margin-left: 70px;
}
.iconShortcut li h4 {
	text-decoration: underline;
	text-transform: uppercase;
	margin-bottom: 15px;
}

.reduceSpace {
	margin-top: -50px;
}


.aligncenter {
	text-align: center;
	margin: 0 auto;
}



.hide {
	display: none;
}
.toggleHide {
	width: 250px;
	border: 1px solid #00a5b6;
	color: #00a5b6;
	background: #fff;
	padding: 10px 15px;
	display: block;
	text-transform: uppercase;
	font-weight: 700;
	text-align: center;
	margin: 0 auto;
}

.hidePanel .wpcf7 {
	max-width: 350px;
	margin: 30px auto;
}

.hidePanel .wpcf7 {
	text-transform: none;
}
.hidePanel .wpcf7 p {
	padding-bottom: 0;
	margin-bottom: 10px; 
}
.hidePanel .wpcf7 p input {
	border: 0;
	margin: 0;
	line-height: 25px;
	box-sizing: border-box;
	width: 100%;
	padding: 5px 15px;
	opacity: 0.7;
}
.hidePanel .wpcf7 p input:focus {
	opacity: 1;
}
.hidePanel .wpcf7-acceptance {
	font-size: 0.8em;
}
.hidePanel .wpcf7-acceptance input {
	width: auto !important;
	opacity: 1 !important;
}
.hidePanel .wpcf7 p input[type=submit] {
	background: #00a5b6;
	color: #fff;
	float: right;
	width: 100px;
	opacity: 1;
}






.mobile {
	display: none;
}







/* @media screen and (max-width: 1000px) TABLET */
@media screen and (max-width: 62.0em) {
	
	
	body:not(.home) #page {
		padding-top: 0;
	}
	
	.desktop {
		display: block;
	}

	#page {
		margin: 0 auto;
		width: 100%;
	}
	.column3 {
		width:94%;
		margin:0 3%;
		clear:both;
		float:none;
	}
	.column2 {
		width:61%;
		margin:0 3% 20px;
	}
	.column2 img {
		height:auto;
	}
	.column01,
	.borderRight,
	.borderLeft {
		width:26%;
		margin: 20px 3%;
		border:0;
	}
	.page #content .column02 {
		width:96%;
		border-right:0;
	    padding:0%;
		margin:0 2%;
	}
	.column.logo {
		float:none;
	}
	.column.homePaddingTop {
		height:60px;
		float:right;
		width:44%;
	}
	footer#colophon {
		width:94%;
		margin:50px auto 0;
	}
	.entry-header h1 {
		width:94%;
		margin:0 auto;
		margin-bottom:2em;
	}
	.column img,
	.column2 img,
	.column3 img {
		height:auto;
	}
	header#masthead nav {
		margin-right:3%;
	}
	
	iframe {
		max-width:100%;
	}
	
	header#masthead {
		position:relative !important;
		padding:4% auto;
		width:96%;
	}
	#footer {
		width:100%;
		position:relative !important;
	}
	#header {
		position:relative !important;
	}
	.page .soliloquy-container .soliloquy-caption .soliloquy-caption-inside {
		margin-left:120px;
	}
	.soliloquy-container,
	.imgFullPage,
	.single #content,
	.error404 #content {
		margin-top:0 !important;
	}
	header#masthead .column01,
	header#masthead .column02 {
		float:left;
		width:auto;
	}
	.menuPrincipale {
		display:none;
	}
	.navigazione {
		float:right !important;
		margin-right:20px;
	}
	.responsiveSelectContainer {
		margin-top:10px;
	}
	#masthead .column01 {
		width:40% !important;
		margin:0 4% !important;
	}

}








/* @media screen and (max-width: xxxpx) TABLET-SMARTHPHONE */
@media screen and (max-width: 750px) {
	
	
	.desktop {
		display: none !important;
	}
	
	.column1-3,
	.column2-3,
	.column3-3,
	.column1-4,
	.column2-4,
	.column3-4,
	.column4-4,
	.column1-3-2 {
		width: 94%;
		float: none;
		display: block;
		margin: 15px 3%;
	}

	.column.logo {
		width:44%;
		margin-top:30px;
	}
	.column01,
	.column02,
	.column03,
	.borderRight,
	.borderLeft {
		width:94%;
		float:none;
		clear: both;
		margin: 20px 3%;
	}
	.soliloquy-caption {
		display:none;
	}
	.soliloquy-caption,
	footer .site-info {
		display:none !important;
	}
	#content .column01 {
		margin-top:30px;
	}
	
	#logobg {
		display: none !important;
	}
	
	.flexslider .title {
		position: relative;
		box-sizing: border-box;
		width: auto;
		bottom: inherit;
		left: inherit;
		padding: 10px 30px;
	}
	.flex-direction-nav .flex-prev {
		left: 0 !important;
	}
	.flex-direction-nav .flex-next {
		right: 0 !important;
	}
	
	.wpcf7-form {
		margin-bottom: 50px;
	}

}













/*

testi 6f6f6f
verde 00a5b6

font weight
400,700,800,600

*/