/* A Linux- and Windows-friendly sans-serif font stack: http://prospects.mhurrell.co.uk/post/updating-the-helvetica-font-stack */
body {font: 13px Helmet, Freesans, sans-serif;}

/* Using local fonts? Check out Font Squirrel's webfont generator: http://www.fontsquirrel.com/tools/webfont-generator */

/* We like off-black for text. */
body, select, input, textarea {color: #333;}

a {
	color: #82b910;
	text-decoration: none;
	transition: .5s;
}
a:hover {color: #a8da3f;}

/* Custom text-selection colors (remove any text shadows: http://twitter.com/miketaylr/status/12228805301) */
::-moz-selection{background: #fcd700; color: #fff; text-shadow: none;}
::selection {background: #fcd700; color: #fff; text-shadow: none;}

/*	j.mp/webkit-tap-highlight-color */
a:link {-webkit-tap-highlight-color: #fcd700;}

ins {background-color: #fcd700; color: #000; text-decoration: none;}
mark {background-color: #fcd700; color: #000; font-style: italic; font-weight: bold;}

/* Mozilla dosen't style placeholders by default */
input:-moz-placeholder { color:#a9a9a9; }
textarea:-moz-placeholder { color:#a9a9a9; }

/* let's give blockquotes *some* default styling, because unstyled blockquotes are dangerous */
blockquote {padding: 16px; background: #eee;}



/* Media queries
-------------------------------------------------------------------------------*/

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


}



/* Print styles
-------------------------------------------------------------------------------*/
@media print {



}




body {
	font-family: "quasimoda",sans-serif;
	width: 100%;
	height: 100vh;

	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;

	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;

	align-items: center;

	justify-content: center;
}


.wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	height: 100vh;
	max-height: 1200px;
	padding: 20px 20px 50px;
}
header {
	text-align: center;
	align-self: flex-start;
	margin: 0;

	text-align: center;
	padding: 20px;
}

header img {
	margin-bottom: 40px;
}

header span {
	font-size: 16px;
	color: #B5B5B5;
	letter-spacing: 13px;
	text-transform: uppercase;
	font-weight: 900;
	display: block;
}

footer {
	align-self: flex-end;
	width: 100%;
	text-align: center;
}

h2 {
	text-transform: uppercase;
	font-size: 55px;
	color: #00ABC8;
	line-height: 57px;
	font-weight: 900;
}
h2 span {
	font-size: 25px;
	color: #4A4A4A;
	letter-spacing: 2px;
	line-height: 57px;
	font-weight: 500;
}

.main_container {
	text-align: center;
	width: 100%;
	padding: 100px 20px 50px;
}

.main_container>div.slider {
	margin-bottom: 110px;
	margin-top: -150px;
	padding-left: 0;
	padding-right: 0;
	border:none;
}
.carousel-cell {
  width: 100%;
  margin-right: 10px;
}
.flickity-viewport {
	height: 300px!important;
}
.carousel-cell>img {
	max-width: 100%!important;
}
.flickity-page-dots .dot{
	display: none!important;
}
.flickity-prev-next-button.next {
	right: -20px!important;
}
.flickity-prev-next-button.previous {
	left: -20px!important;
}
.flickity-button {
	background: #00aac7!important;
	color: #fff!important;
}
@media(max-width:768px) {
	.main_container > div.slider {
    margin-top: -145px;
    padding-top: 40px;
		padding-bottom: 40px;
		padding-left: 0;
		padding-right: 0;
	}
}
@media(max-width:480px) {
	.main_container > div.slider {
		margin-top: -150px;
		padding-top: 35px;
		padding-bottom: 50px;
		padding-left: 15px;
		padding-right: 15px;
	}
	.flickity-viewport {
		height: 140px!important;
	}
	.carousel-cell>img {
		height: 45%!important;
	}
	.flickity-prev-next-button.next {
		right: -16px!important;
	}
	.flickity-prev-next-button.previous {
		left: -16px!important;
	}
	.flickity-prev-next-button {
		top: 45%!important;
		width: 38px!important;
		height: 38px!important;
	}
}

.main_container>div {
	max-width: 700px;
	margin: 0 auto;
	border: 1px solid #00aac7;
	border-radius: 20px;
	padding: 60px;
	position: relative;
}
.main_container h2 {
	position: absolute;
	bottom: 100%;
	display: inline-block;
	background: #fff;
	margin-bottom: -25px;
	width: 100%;
	left: 50%;
	max-width: 450px;
	margin-left: -225px;
}
.main_container p {
	font-size: 20px;
	color: #b5b6c3;
	letter-spacing: 0;
	line-height: 30px;
	font-weight: 300;
}
.main_container img {
	display: inline-block;
	max-width: 55px;
	margin: 0px 5px -5px -8px;
}
.main_container>div.plus {
	padding: 10px;
	margin-top: 20px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 900;
	display: flex;
}
.main_container>div.plus span {
	width: 50%;
	color: #00aac7;
}
footer p {
	font-size: 20px;
	color: #3B3B3B;
	letter-spacing: 0;
	line-height: 28px;
	font-weight: 300;
}
.foot_contain h3 {
	font-size: 22px;
	color: #4A4A4A;
	letter-spacing: 0.88px;
	line-height: 57px;
	text-transform: uppercase;
	font-weight: 900;
}
b {
	font-weight: 900;
}
.foot_contain span {
	font-size: 18px;
	color: #4A4A4A;
	letter-spacing: 0;
	line-height: 40px;
	font-weight: 300;
}
.foot_contain a {
	color: #4A4A4A;
}
.foot_contain div span {
	margin: 0 20px;
	display: inline-block;
}

.bottone .a {
    max-width: 700px;
    margin: 0 auto;
    border: 1px solid #00aac7;
    border-radius: 20px;
    padding: 60px;
    position: relative;
}


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

	.main_container h2 {
		font-size: 40px;
		line-height: 40px;

		max-width: 250px;
		margin-left: -125px;
	}
	.main_container h2 span {
		font-size: 18px;
		line-height: 40px;
	}
	.wrapper {
		padding: 0 10px;
	}
	.main_container {
		padding: 120px 0px 50px;
	}
	.main_container p {
		font-size: 16px;
		line-height: 24px;
	}
	.main_container>div {
		padding: 40px 20px;
	}
	header {
		padding: 20px 0;
	}
	header span {
		letter-spacing: 10px;
	}
	.foot_contain div span {
		line-height: 36px;
	}

	footer {
		margin-bottom: 40px;
	}


}