.sb-search svg {
	color: white;
	border-bottom: 1px solid transparent
}
.sb-search-open {
	border-bottom: 1px solid #2b2a28;
}
 .sb-search ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
 color: #2b2a28;
}
.sb-search ::-moz-placeholder { /* Firefox 19+ */
 color: #2b2a28;
}
.sb-search :-ms-input-placeholder { /* IE 10+ */
 color: #2b2a28;
}
.sb-search :-moz-placeholder { /* Firefox 18- */
 color:     #2b2a28;
}
.column {
	position: relative;
	z-index: 9;
	margin-top: 0px;
	float: right;
	margin-right: 15px;
}
.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;
}
.sb-search {
	position: relative;
	margin-top: 0px;
	width: 0%;
	min-width: 40px;
	height: 40px;
	float: right;
	overflow: hidden;
	-webkit-transition: width 0.3s;
	-moz-transition: width 0.3s;
	transition: width 0.3s;
	-webkit-backface-visibility: hidden;
	padding: 0px 5px;
}
.sb-search-input {
	position: absolute;
	top: 0;
	right: 0;
	outline: none;
	background: transparent;
	width: 100%;
	height: 40px;
	margin: 0;
	z-index: 10;
	font-family: inherit;
	color: #666;
	font-size: 14px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	left: 43px;
	border: none
}
 .sb-search-input::-webkit-input-placeholder {
}
 .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: 25px;
	height: 25px;
	display: block;
	position: absolute;
	right: 0;
	top: 5px;
	padding: 0;
	margin: 2px 4px;
	line-height: 43px;
	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 {
	z-index: 90;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
}
.sb-search.sb-search-open .sb-icon-search, .no-js .sb-search .sb-icon-search {
	/*color: #13a89e;*/
	color: white;
	z-index: 11;
	
    background: #f1f4f6;
}
.sb-icon-search:before {
/*	content: "\e000";*/
}
/* Open state */
.sb-search.sb-search-open, .no-js .sb-search {
	width: 200px;
}
.sb-search.sb-search-open .sb-search-input {
	position: absolute;
	left: 0px;
	border-bottom: 1px solid #2b2a28;
}
.home .sb-search.sb-search-open .sb-search-input {
}
.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 {
	margin-right: 20px;
}
}



@media (max-width:690px) {
	.column {
    margin-right: 0px;
}
}

@media (max-width:500px) {
}
