	.menu{
	float:right;
	width:100%;
    margin:0;
	position:absolute;
	
}
.menu img{
	display:block;
}

.header_top{
	margin-top:3em;
}
.right_bt{
	position: fixed;
	color: #fff;
	float: right;
	background-color:none;
	width: 50px;
	height: 50px;
	z-index: 999999;
	right: 30px;
	border-radius:60px;
	top:10px;
}
.profilo{
	position: absolute;
	color: #fff;
	background-color:#da1f26;
	width: 120px;
	height: 120px;
	z-index: 2;
	margin:0 auto;
	border-radius:120px;
	top:10px;
}
@media only screen and (min-width: 320px) and (max-width: 480px) {
	.menu_box_list{
	height: 120px;		
}
	.menu_box_list li a{
	width: 300px;
	text-align:left;
    padding-left:30px;

}
	.menu{
	float:right;
	width:100%;
    margin:0;
	position:absolute;
	
}
	.right_bt{
	position: fixed;
	color: #fff;
	float: right;
	background-color:none;
	width: 40px;
	height: 40px;
	z-index: 999999;
	right: 20px;
	top:10px;
	border-radius:40px;
}}
@media only screen and (min-width: 100px) and (max-width: 319px) {
	.menu_box_list{
	height: 120px;

		
}
	.menu_box_list li a{
	width: 300px;
	text-align:left;
		padding-left:30px;

		
}
	.menu{
	float:right;
	width:100%;
    margin:0;
	position:absolute;
	
}
	.right_bt{
	position: fixed;
	color: #fff;
	float: right;
	background-color:none;
	width: 40px;
	height: 40px;
	z-index: 999999;
	right: 20px;
	top:10px;
	border-radius:40px;
}}
/*--//header-welcome-note--*/
.box{
	position:relative;
	left: -2900px;
	width:100%;
	color:#7F7F7F;
	margin:auto;
	padding:0px;
	z-index:888888;
	text-align:center;
	right:20px;
	top: 0px;
}
a.boxclose{
	cursor: pointer;
    text-align: center;
    display: block;
    position: absolute;
    left: 15px;
    top: 15px;
	color:#fff;
	
}

.box_content_center{
	background-color: #da1f26;
	z-index:3;
	width: 100%;
	top:0;
	/*background:rgba(38, 41, 46, 0.57);*/
	
}
.menu_box_list{
	display: inline-block;
	padding-top: 12px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 10px;	
}
.menu_box_list ul li {
	display:block;
	float: left;
}
.menu_box_list li a{
	font-weight: 700;
	color: #FFF;
	font-size: 0.85em;
	display: block;
	margin-top: 3px;
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 1px;
	text-transform: uppercase;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	letter-spacing: 0.1em;
}
.menu_box_list li a:hover{
	color:#000;
	text-decoration:none;
}
.menu_box_list li a > i > img{
	vertical-align:middle;
	padding-right:10px;
}
.boxclose span{
	width:45px;
	height:45px;
	display:inline-block;
	background: url(../_include/img/image-sprite.png) no-repeat -8px -369px;
}
.boxclose span:hover{
	background: url(../_include/img/image-sprite.png) no-repeat -6px -308px;
}
/*--skill horizontal scroll--*/
.scrolling {
  margin:3em 0;
}
.skills, .skills1, .skills2{
	width: 100%;
	margin: 10px 0;
	background-color: #e1e4e9;
	height: 25px;
 -moz-border-radius: 50;
  -webkit-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
	box-shadow: inset 0px 0px 0px #da1f26, 0px 0px 0px 0px #c11118, 0px 2px 1px #FFF;
	-webkit-box-shadow: inset 0px 0px 0px #da1f26, 0px 0px 0px 0px #c11118, 0px 2px 1px #FFF;
	-moz-box-shadow: inset 0px 0px 0px #da1f26, 0px 0px 0px 0px #c11118, 0px 2px 1px #FFF;
	-o-box-shadow: inset 0px 0px 0px #da1f26, 0px 0px 0px 0px #c11118, 0px 2px 1px #FFF;
}
.skills1{
	margin:2.5em 0;
}
.skills > div {
  height: 100%;
  display: block;
  background-color: #da1f26;
  -moz-border-radius: 50;
  -webkit-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
}
.skills > div p{
  font-size: 18px;
  color: #fff;
  line-height:25px;
	font-weight:900;
	text-align:center;
}
.skills1 > div, .skills2 > div{
  height: 100%;
  display: block;
  background-color: #ddd;
 -moz-border-radius: 50;
  -webkit-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
  margin-left: 33%;
}
.skills2 > div{
	background-color:#cccfd5;
}/*background-color: rgba(255, 255, 255, 0.5); */

/* ==========================================================================
    Promotion Styling
   ========================================================================== */
.item-small {
  padding: 20px;
  background-color: #26b864;
  color: white;
  text-align: center;
}
.item-small h4 {
  color: white;
  line-height: 24px;
  margin: 20px 0 0 0;
}

.item-large .item-header {
  margin: 30px 0;
}
.item-large .item-header h2 {
  margin: 0;
}
.item-large .item-header span i {
  display: inline-block;
  font-size: 18px;
  color: #e7d323;
  margin-left: 3px;
}
.item-large .item-header span i:first-child {
  margin-left: 10px;
}