/* General Demo Style */

/* Header Style */
.main, .container > header {
	margin: 0 auto;
	padding: 2em;
}
.container > header {
	text-align: center;
	background: rgba(0,0,0,0.01);
}
.container > header h1 {
	font-size: 2.625em;
	line-height: 1.3;
	margin: 0;
	font-weight: 300;
}
.container > header span {
	display: block;
	font-size: 60%;
	color: #e67e22;
	padding: 0 0 0.6em 0.1em;
}
/* Main Content */
.main {
	max-width: 69em;
}
.column {
	position: absolute;
	/* right: 205px; */
	z-index: 99;
	top: 30px;
	right: 19%;
}
.home .column {
	top: 60px;
}
.column form {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.column:nth-child(2) {
	box-shadow: -1px 0 0 rgba(0,0,0,0.1);
}
.column p {
	font-weight: 300;
	font-size: 2em;
	padding: 0;
	margin: 0;
	text-align: right;
	line-height: 1.5;
}
.column a {
	border: 3px solid #b4c7da;
	padding: 0 15px;
	display: inline-block;
	margin: 20px 0;
}
.column a:hover {
	border-color: #fff;
}
/* To Navigation Style */
.codrops-top {
	background: #566472;
	background: rgba(255, 255, 255, 0.2);
	text-transform: uppercase;
	width: 100%;
	font-size: 0.69em;
	line-height: 2.2;
}
.codrops-top a {
	padding: 0 1em;
	letter-spacing: 0.1em;
	color: #fff;
	display: inline-block;
}
.codrops-top a:hover {
	background: rgba(255,255,255,0.8);
	color: #2c3e50;
}
.codrops-top span.right {
	float: right;
}
.codrops-top span.right a {
	float: left;
	display: block;
}
.codrops-icon:before {
	font-family: 'codropsicons';
	margin: 0 4px;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}
.sb-search {
	position: relative;
	margin-top: 10px;
	width: 0%;
	min-width: 49px;
	height: 49px;
	float: right;
	overflow: hidden;
	-webkit-transition: width 0.3s;
	-moz-transition: width 0.3s;
	transition: width 0.3s;
	-webkit-backface-visibility: hidden;
}
.sb-search-input {
	position: absolute;
	top: 0;
	right: 0;
	border: none;
	outline: none;
	background: #fff;
	width: 100%;
	height: 49px;
	margin: 0;
	z-index: 10;
	font-family: inherit;
	color: #629ab1;
	font-size: 14px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 10px !important;
	left: 49px;
}
 .sb-search-input::-webkit-input-placeholder {
 color: #13a89e;
}
 .sb-search-input:-moz-placeholder {
 width: 500px;
min-height: 60px;
position: relative;
}
 .sb-search-input::-moz-placeholder {
 color: #13a89e;
 z-index: 1;
}
 .sb-search-input:-ms-input-placeholder {
 color: #13a89e;
 z-index: 1;
}
.sb-icon-search, .sb-search-submit {
	width: 49px;
	height: 49px;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	padding: 0;
	margin: 0;
	line-height: 49px;
	text-align: center;
	cursor: pointer;
}
.sb-search-submit {
	background: #434648; /* IE needs this */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */
	filter: alpha(opacity=0); /* IE 5-7 */
	opacity: 0;
	color: transparent;
	border: none;
	outline: none;
	z-index: -1;
}
.sb-icon-search {
	/* color: #13a89e; */
	z-index: 90;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	background-image: url(../../img/icone/cercabtn.png);
	background-repeat: no-repeat;
	background-position: center center;/* background-color: black;*/
}
.sb-search.sb-search-open .sb-icon-search, .no-js .sb-search .sb-icon-search {
	/*color: #13a89e;*/
	color: white;
	z-index: 11;
}
.sb-icon-search:before {
/*	content: "\e000";*/
}
/* Open state */
.sb-search.sb-search-open, .no-js .sb-search {
	width: 240px;
}
.sb-search.sb-search-open .sb-search-input {
	position: absolute;
	left: 0px;
	border: 1px solid #ccc;
}
.home .sb-search.sb-search-open .sb-search-input {
	border: none;
}
.sb-search.sb-search-open .sb-search-submit, .no-js .sb-search .sb-search-submit {
	z-index: 90;
}

@media (max-width:1370px) {   /* STILE TABLET */
.column {
	right: 7%;
}
}

@media (max-width:1034px) {
.column {
	right: 7%;
	top: -2px;
}
}

@media (max-width:778px) {
.column {
	right: 10%;
}
}

@media (max-width:600px) {
.column {
	right: 17%;
}
}
