.followus-box{ 
				text-align: center;
				width: 100%;
				display: block;
			}
			
			.followus-box-item{
				display: inline-block;
				text-align: center;				
				background-color: #FCFCFC;
				border: 1px solid #BABABA;
				box-shadow: 3px 3px 5px -3px #2B2B2B;
				border-radius: 5px;
				word-break: break-all;
				word-wrap: break-word;				
				margin: 0;
	
				font-size: 1em;
				padding: 10px 10px 20px;
			}
			
			.followus-box-item p{
				text-align: center;
			}
			
			.followus-box-item form{
				text-align: center;
			}
			
			.followus-box-item input{
				border: 1px solid #BABABA;
				padding: 10px;
				border-radius: 5px;
				margin-bottom: 10px;
				background-color: #FFFFFF;
			}
			
			.followus-box-item button{
				display:inline-block;
				padding: 10px 20px 5px;
				background-color: #ff8700;
				cursor: pointer;
				color: #FFFFFF;
				text-align: center;
				border-radius: 5px;
				border: 0;
				font-weight: bold;
				text-decoration: none;
			}
			
			.followus-box-item button:hover{
				background-color: #025192;
			}

			.followus-social-icon-wrap{							
				border: 1px solid #BABABA;
  				border-radius: 50%;
  				background-color: #FFFFFF;
  				padding: 10px;
  				display: inline-block;
			}
			
			.followus-social-icon{
				display: inline-block;
				width: 20px;
				height: 20px;
				cursor: pointer;
			}
			
			.followus-social-icon-fb{
				background-image: url("../images/img-social-facebook.png");
				background-repeat: no-repeat;
			}
			
			.followus-social-icon-fb:hover{
				background-image: url("../images/img-social-facebook-hover.png");
				 background-repeat: no-repeat;
			}
			
			.followus-social-icon-in{
				background-image: url("../images/img-social-linkedin.png");
				background-repeat: no-repeat;
			}
			
			.followus-social-icon-in:hover{
				background-image: url("../images/img-social-linkedin-hover.png");
				background-repeat: no-repeat;
			}
			
			.followus-social-icon-tw{
				background-image: url("../images/img-social-twitter.png");
				background-repeat: no-repeat;
			}
			
			.followus-social-icon-tw:hover{
				background-image: url("../images/img-social-twitter-hover.png");
				background-repeat: no-repeat;
			}