.container_box_6{
	float: right;
	width: 280px;
}
.box_6 {
	float: right;
	width: 280px;
	margin: 3rem 0 0 0;
}

.box_6_content {
	padding-right: 36px;
}

.box_6_item {
	padding: 0 0 0 0.9rem;
	color: #666;
}

.box_6 h3 {
	font-size: 1.3rem;
	text-align: center;
	text-transform: uppercase;
	color: #353d48;
}

.box_6_item h4 {
	margin-top: 5px;
	font-size: 13px;
	text-align: center;
	text-transform: uppercase;
}

.box_6_item .box_6_image {
	margin-top: 9px;
	text-align: center;
}
	
.box_6_item .box_6_image img {
	width: 118px;
	padding: 3px;
	border: 1px solid #666;
	-moz-border-radius: 64px;
	-webkit-border-radius: 64px;
	border-radius: 64px;
}

.box_6_item .box_6_image a img, 
.box_6_item .box_6_image a:hover img {
	border: 1px solid #666;
}

.box_6_item .box_6_text {
	margin-top: 7px;
	text-transform: uppercase;
}

.box_6_item .box_6_text p {
	font-size: 11px;
	text-align: center;
	line-height: 16px;
}

.box_6_item .box_6_text p a, 
.box_6_item .box_6_text p a:hover {
	color: #666;
}

.box_6_item ul.el_categorie {
	margin: 0 1.5rem;
    padding-left: 1rem;
}

.box_6_item ul.el_categorie li {
	line-height: 1.4rem;
	font-size: 13px;
	margin: 0.2rem 0;
}
.box_6_item ul.el_categorie a{
	background-color: #353d48;
	color: white;
	padding: 0.2rem;
	border-radius: 0.3rem;
}

.box_6_item ul.el_tag {
	margin: 10px 30px;

}

.box_6_item ul.el_tag li {
	padding: 0px 2px;
	text-transform: capitalize;
	display: inline;
	line-height: 19px;
	text-align: justify;
}

.box_6_item ul.el_tag li a{
	color: #666666;
}

.box_6_item ul.el_tag li a:hover{
	text-decoration: underline;
	color: #353d48;
}

.box_6_item ul.el_tag li.s_size{
	font-size: 12px;
}
.box_6_item ul.el_tag li.m_size{
	font-size: 14px;
}
.box_6_item ul.el_tag li.l_size{
	font-size: 16px;
}
.box_6_item ul.el_tag li.xl_size{
	font-size: 0.7rem;
}
.box_6_item ul.el_tag li.xxl_size{
	font-size: 0.9rem;
}


.box_6 .search2{
	width: 9rem;
	margin-top: 8px;
	border: 2px solid #5b5b5b;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin: 0 auto;
}

.box_6 .search2 form{
	background: #8c8c8c;
	background: -moz-linear-gradient(top,  #8c8c8c 0%, #9b9b9b 50%, #7c7c7c 50%, #9e9e9e 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8c8c8c), color-stop(50%,#9b9b9b), color-stop(50%,#7c7c7c), color-stop(100%,#9e9e9e));
	background: -webkit-linear-gradient(top,  #8c8c8c 0%,#9b9b9b 50%,#7c7c7c 50%,#9e9e9e 100%);
	background: -o-linear-gradient(top,  #8c8c8c 0%,#9b9b9b 50%,#7c7c7c 50%,#9e9e9e 100%);
	background: -ms-linear-gradient(top,  #8c8c8c 0%,#9b9b9b 50%,#7c7c7c 50%,#9e9e9e 100%);
	background: linear-gradient(to bottom,  #8c8c8c 0%,#9b9b9b 50%,#7c7c7c 50%,#9e9e9e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8c8c8c', endColorstr='#9e9e9e',GradientType=0 );
}

.box_6 .search2 select {
	width: 100%;
	height: 23px;
	padding: 0 4px;
	font-size: 12px;
	color: #fff;
	text-transform: capitalize;
    outline: none;
}

.box_6 .search2 select option{
	color: #333333;
}


.box_6 .search2 form input[type="text"]{
	width: 6.6rem;
	height: 23px;
	padding: 0 4px;
	font-size: 13px;
	color: #fff;	
}

.box_6 .search2 form input[name="nazione"]{
	text-transform: capitalize;
}

.box_6 .search2 form input[type="submit"] {
	width: 1.7rem;
    height: 1.55rem;
	background: #5b5b5b url(images/search.png) center center no-repeat;
}

/*
input[type=text]:focus:not([readonly]) {
	border: none;
    box-shadow: none;
    outline: none;
}*/

.box_6_item ul.el_viaggi{
	font-size: 13px;
	line-height: 20px;
	margin: 10px 30px;
}

.box_6_item ul.el_viaggi li:before{
	content: '\25BC';
	color: #353d48;
}

.box_6_item ul.el_viaggi li.active:before{
	content: '\25BA';
	color: #353d48;
}

.box_6_item ul.el_viaggi li:hover{
	cursor: pointer;
}

.box_6_item ul.el_viaggi li li{
	margin-left: 10px;
}

.box_6_item ul.el_viaggi li li li.active:before{
	content: '';
}

.box_6_item ul.el_viaggi li li li{
	margin-left: 20px;
}
.box_6_item ul.el_viaggi li li li a{
	color: #666;
	cursor: pointer;
	text-decoration: underline;
}
.box_6_item ul.el_viaggi li li li a:hover{
	text-decoration: underline;
}

.box_6_item .comunita{
	margin: 10px 0;
}

.box_6_item .comunita a{
	color: #333333;
	text-decoration: none;
	width: 100%;
	display: block;
	font-size: 13px;
	text-transform: uppercase;
	text-align: center;
	margin: 5px;
}
.box_6_item .comunita a:hover{
	color: #353d48;
	cursor: pointer;
	text-decoration: underline;
}

.clear
{
    clear: both;
    margin-bottom: 4rem;
}

input[type="text"], input[type="submit"], textarea, button, select, option {
    margin: 0;
    padding: 0;
    vertical-align: middle;
    background: none;
    border: 0;
    outline: none;
    box-sizing: border-box;
}

select
{
    display: block;
}