ul.click2action {
	display: none;
}

@media (max-width: 500px) {
	
	/* Font Load */
	@font-face {
	    font-family: 'click2action';
	    src:    url('../fonts/click2action.eot?b0kefa');
	    src:    url('../fonts/click2action.eot?b0kefa#iefix') format('embedded-opentype'),
	        url('../fonts/click2action.ttf?b0kefa') format('truetype'),
	        url('../fonts/click2action.woff?b0kefa') format('woff'),
	        url('../fonts/click2action.svg?b0kefa#click2action') format('svg');
	    font-weight: normal;
	    font-style: normal;
	}
	
	[class^="icon-"], [class*=" icon-"] {
	    font-family: 'click2action' !important;
	    speak: none;
	    font-style: normal;
	    font-weight: normal;
	    font-variant: normal;
	    text-transform: none;
	    line-height: 1;
	    -webkit-font-smoothing: antialiased;
	    -moz-osx-font-smoothing: grayscale;
	}
	
	.icon-youtube:before {
	    content: "\e900";
	}
	.icon-google-plus:before {
	    content: "\e901";
	}
	.icon-waze:before {
	    content: "\e902";
	}
	.icon-email:before {
	    content: "\e903";
	}
	.icon-facebook:before {
	    content: "\e904";
	}
	.icon-vcard:before {
	    content: "\e905";
	}
	.icon-sms:before {
	    content: "\e906";
	}
	.icon-phone:before {
	    content: "\e907";
	}
	.icon-instagram:before {
	    content: "\e908";
	}	
	
	body.realmedia_click2action {
		margin-bottom: 50px !important;
	}
	
	ul.click2action {
		position: fixed;
		z-index: 9999;
		bottom: 0;
		right: 0;
		width: 100%;
		table-layout: fixed;
		display: table;
		list-style: none !important;
		margin: 0 !important;
		padding: 0 !important;
	}
	
	ul.click2action.click2action-shadow {
		-webkit-box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.3);
		-moz-box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.3);
		box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.3);		
	}
	
	ul.click2action li {
		padding: 0;
		margin: 0;
		display: table-cell;
		text-align: center;
		vertical-align: middle;
		line-height: 50px;
	}
	
	ul.click2action.click2action-seperators li {
		-webkit-box-shadow: inset -1px 0px 0px 0px rgba(0,0,0,0.3), inset 1px 0px 0px 0px rgba(255,255,255,0.1);
		-moz-box-shadow: inset -1px 0px 0px 0px rgba(0,0,0,0.3), inset 1px 0px 0px 0px rgba(255,255,255,0.1);
		box-shadow: inset -1px 0px 0px 0px rgba(0,0,0,0.3), inset 1px 0px 0px 0px rgba(255,255,255,0.1);		
	}
	
	ul.click2action.click2action-seperators li:first-child {
		-webkit-box-shadow: inset 1px 0px 0px 0px rgba(255,255,255,0.1);
		-moz-box-shadow: inset 1px 0px 0px 0px rgba(255,255,255,0.1);
		box-shadow: inset 1px 0px 0px 0px rgba(255,255,255,0.1);		
	}	
	
	ul.click2action.click2action-seperators li:last-child {
		-webkit-box-shadow: inset -1px 0px 0px 0px rgba(0,0,0,0.3);
		-moz-box-shadow: inset -1px 0px 0px 0px rgba(0,0,0,0.3);
		box-shadow: inset -1px 0px 0px 0px rgba(0,0,0,0.3);		
	}	
	
	ul.click2action li a {
		color: #fff;
		display: block;
	}
	
	ul.click2action li a .fa {
		font-size: 17px !important;
	}
}