/*
	Theme Name: Landing Udito
	Theme URI: http://html5blank.com
	Description: HTML5 Blank WordPress Theme
	Version: 1.4.3
	Author: Todd Motto (@toddmotto)
	Author URI: http://toddmotto.com
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
/*html {
	font-size:62.5%;
}*/
body {
	font-family:'Dosis', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color:#8e857e;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
/*img {
	max-width:100%;
	vertical-align:bottom;
}*/
a {
	color:#444;
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #67bf44;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	width: 100%;
    margin: 0 auto;
    position: relative;
}
/* header */
.header {

}
/* logo */
.logo {
    width: 150px;
    height: 120px;
    display: inline-block;
    position: relative;
    margin-top: 30px;
}
/*.logo > a {	
    position: relative;
    display: block;
    height: 100%;
}*/
.logo-img {
    max-width: 100%;
    max-height: 100%;
    display: block;
    position: relative;
	margin: 0 auto;
}
/* nav */
.nav {

}
/* sidebar */
.sidebar {

}
/* footer */
.footer {

}

ul {
	list-style: none;
}
li {
    vertical-align: middle;
    display: block;
    padding: 10px 35px;
    position: relative;
}
li:before {
    content: "";
    pointer-events: none;
    top: 0;
    left: 0;
    bottom: 0;
    width: 25px;
    background-repeat: no-repeat;
    position: absolute;
    background-image: url(img/tik_small.png);
    background-size: contain;
    background-position: center center;
}
li span.big {
    font-size: 42px;
    line-height: 38px;
    font-weight: bold;
}

.copyright a {
	color: #fff;
	text-decoration: underline;
}
#cookie, #privacy {	
	font-family: Dosis;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
}
#cookie h2, #privacy h2,
#cookie h3, #privacy h3,
#cookie h4, #privacy h4 {
	color:#67bf44 !important;
    text-align: center;
	display: block;
    font-size: 25px;
    line-height: 35px;
    margin: 15px 0;
}
#cookie h4, #privacy h4 {
    font-size: 20px;
}


#cookie h2, #privacy h2 {
    font-size: 30px;
    font-weight: bold;
}

#cookie a, #privacy a {
	text-decoration: underline;
}
#cookie li:before, #privacy li:before {
    content: none;
}

#sticky_bar {
	top:0;
	right: 0;
    position: absolute;
    min-height: 101vh;
    height: auto;
    min-width: 250px;
}
.bottom_abs_fixed {
	position: fixed !important;
	bottom: 0 !important;
	top:initial !important;
    height: auto !important;
}

#main_cont {	
    max-width: calc(100% - 250px);
}

#sticky_bar .mCSB_inside>.mCSB_container {
	margin-right: 0;
}
#sticky_bar .mCustomScrollBox {
	overflow: visible;
}
#sticky_bar #mCSB_1_scrollbar_vertical {
	right: -22px;
}

#top_bar {
    position: absolute;
    top: 30px;
    left: 150px;
    line-height: 40px;
    padding: 0 40px 0 10px;
    width: calc(100% - 150px);
    background: #c8893c;
}

h1 {    
	font-size: 55px;
    margin: 0 auto;
    padding: 35px 35px 0;
    line-height: 53px;
}
h1 strong.c_dark {
    font-size: 60px;
    line-height: 55px;
}
.title_right {	
    font-size: 42px;
    line-height: 38px;
}

.bg_gray {
    background: #eee;
}
.bg_dark {
	background: #4a433d;
}
.bg_ocra {
	background: #c8893c;
}
.c_ocra {
	color: #c8893c;	
}
.c_dark {
	color:#4a433d;
}
.c_green {
	color:#67bf44;
}
.c_gray {
	color:#8e857e;
}
.c_white {
	color:#fff;
}
.bold {
	font-weight: bold;
}
form input {
	padding: 5px;
	margin: 5px 0;
} 

.text p {
    margin-bottom: 10px;
}

.form_cont {
	margin: 10px 0;
}
input.wpcf7-submit {
    width: 100%;
    border: 1px solid #67bf44;
    background: #67bf44;
    transition: 0.5s;
    cursor: pointer;
    color: #fff;
    font-weight: bold;
}
input.wpcf7-submit:hover {
    background: #fff;
    color: #67bf44;
}

label.privacy {
    font-size: 14px;
    margin: 10px 0 20px;
    display: block;
}

label.privacy span {
    margin-right: 5px;
}
div.wpcf7-response-output {
    margin: 1em 0.5em 2em !important;
}
.b_radius {
	border-radius: 50%;
	background: #67bf44;
    max-width: 200px;
	color: #fff;
}

.font_22 {
	font-size: 22px;
}

.font_25 {
	font-size: 25px;
}

.font_60 {
	font-size: 60px;
    line-height: 55px;
}

span.price {
    font-size: 50px;
    line-height: 40px;
    vertical-align: top;
}

.m_left_10p {
	margin-left: 35px;
}

.m_right_10p {
	margin-right: 7%;
}

.image_cent {
    margin: 0 auto;
    /*height: 150px;*/
    position: relative;
display: -webkit-flex;
display: flex;
    max-width: 75%;
    align-items: flex-end;
    margin-bottom: 20px;
    justify-content: center;
}
.image_cent img,
.image_png img {
    max-width: 100%;
}
.tik:after {
	content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    pointer-events: none;
    width: 30%;
    padding-bottom: 30%;
    background-image: url(img/tik.png);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
} 
.image_png {
    margin: 0 auto;
    position: relative;
display: -webkit-flex;
display: flex;
    max-width: 80%;
    align-items: flex-end;
    justify-content: center;
}
.text-png {
    font-size: 14px;
    margin-top: 15px;
    color: #4a433d;
}
.text-icone {
    font-size: 20px;
}
span.arr_right {
    height: 100%;
    display: block;
    position: absolute;
    width: 7%;
    right: 4%;
    top: 0;
}
.arr_right:after {
    content: "";
    width: 38px;
    height: 50%;
    background-image: url(img/arrow.svg);
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%); 
    -moz-transform: translateY(-50%); 
    -webkit-transform: translateY(-50%); 
    -ms-transform: translateY(-50%); 
    -o-transform: translateY(-50%); 
    bottom: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}
span.arr_right:after {
    width: 100%;
}

.swiper-prev-apparecchi, .swiper-next-apparecchi {
    width: 20px;
    height: 60px;
    position: absolute;
    top: 50%;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    cursor: pointer;
    z-index: 2;
display: -webkit-inline-flex;
display: inline-flex;
    align-items: center;
}
.swiper-next-apparecchi {
    right: 10px;
}
.swiper-prev-apparecchi {
    left: 10px;
}



/*
input.wpcf7-submit:disabled:after {
    content: url(img/loading.gif);
    position: absolute;
    left: 50%;
    top: 50%;
    height:24px;
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index:8;
}
input.wpcf7-submit:disabled {
    cursor: default !important;
    background: #67bf44!important;
    color: #67bf44!important;
}*/

/*------------------------------------*\
    PAGES
\*------------------------------------*/



/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
    font-family: 'Dosis';
    src: url('fonts/dosis-bold-webfont.eot');
    src: url('fonts/dosis-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/dosis-bold-webfont.woff') format('woff'),
         url('fonts/dosis-bold-webfont.ttf') format('truetype'),
         url('fonts/dosis-bold-webfont.svg#dosisbold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Dosis';
    src: url('fonts/dosis-regular-webfont.eot');
    src: url('fonts/dosis-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/dosis-regular-webfont.woff') format('woff'),
         url('fonts/dosis-regular-webfont.ttf') format('truetype'),
         url('fonts/dosis-regular-webfont.svg#dosisregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media (max-width: 1020px){
	.w_50 {
		width: 100%;
	}
	#main_img {display: none;}
	.inline_flex.dir_row {
		flex-direction: column;
        -webkit-flex-direction: column;
	}
	.h_550p {
		height: auto;
	}
	.h_550p h1 {
		padding-top: 90px;
	}
	#top_bar {
		line-height: initial;
	}
	div#top_bar h2 {
	    max-width: 50%;
	    line-height: 20px;
	    padding: 5px 0;
	    vertical-align: middle;
	}
	div#top_bar > div {
	    position: absolute;
	    height: 100%;
	    vertical-align: middle;
	    display: inline-block;
	    right: 40px;
	}
	#steps {
		margin: 50px auto 30px;
    	width: 90%;
	}
	.galleria_single.right.w_90 {
	    width: 100%;
	    margin-top: 25px;
	}
	.cent_text {
		transform: translateY(-50%);
	    -moz-transform: translateY(-50%);
	    -webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	    -o-transform: translateY(-50%);
	    position: relative;
	    top: 50%;
	    display: block;
	}
	.b_radius.w_20 {
		width: 30%;
	}
	.bg_gray .min_h_200 {
	    height: 300px;
	}
	.image_png {
	    max-width: 70%;
    } 
}

@media (max-width: 767px){
	/*.b_radius.w_20 {
	    width: 40%;
	}*/
	#main_cont {
	    width: 100%;
	    max-width: 100%;
	}
	/*#sticky_bar {
	    right: -250px;
	    transition: 0.5s cubic-bezier(0.54, 0.01, 0.48, 1);
	    -webkit-transition: 0.5s cubic-bezier(0.54, 0.01, 0.48, 1);
	    -moz-transition: 0.5s cubic-bezier(0.54, 0.01, 0.48, 1);
	    z-index: 9;
	}
	.open_bar #sticky_bar {
		right: 0;
	}*/
	#sticky_bar {
	    position: relative !important;
    	display: block;
	    width: 100%;
    	clear: both;
	    left: 0;
    	right: 0;
	    min-height: initial;
	    top: initial;
    	bottom: initial;
	}
}


@media (max-width: 460px){
	/*#top_bar {
	    position: fixed;
	    bottom: 0;
	    top: initial;
	    z-index: 9;
	    width: 100%;
	    left: 0;
	}*/
	div#top_bar h2 {
	    max-width: 100%;
	    padding: 10px;
	}
	div#top_bar > div {
	    height: auto;
	    width: 100%;
	    padding: 10px;
    	right: 0;
		position: relative;
	}
	.cent_text {
	    transform: initial;
	    -moz-transform: initial;
	    -webkit-transform: initial;
	    -ms-transform: initial;
	    -o-transform: initial;
	    top: initial;
	}
	#top_bar {
	    padding: 0;
	}
	#top_bar.arr_right:after {
    	background-image: url(img/arrow_down.svg);
	    width: 30px;
	    height: 20px;
	    top: initial;
	    bottom: 10px;
	    right: 5px;
	    transform: initial;
	    -moz-transform: initial;
	    -webkit-transform: initial;
	    -ms-transform: initial;
	    -o-transform: initial;
	}
	.b_radius.w_20 {
	    width: 50%;
	}	
	h1 {
	    font-size: 40px;
	    margin: 0 auto;
	    padding: 35px 35px 0;
	    line-height: 40px;
	}
	h1 strong.c_dark,
	.font_60 {
	    font-size: 45px;
	    line-height: 43px;
	}
	.h_550p h1 {
	    padding-top: 110px;
	}

}



@media only screen and (min-width:320px) {

}
@media only screen and (min-width:480px) {

}
@media only screen and (min-width:768px) {

}
@media only screen and (min-width:1024px) {

}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#67bf44;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#67bf44;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#67bf44;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
