/**
 * Theme Name:I-Tul Design & Software
 * Theme URI:http://i-tul.com/
 * Description:Twitter Bootstrap Framework
 * Author:I-Tul Design & Software
 * Template:twentyfifteen
 * Version:0.1
 */
 
li.facebook a{
	display:inline-block;
	width:30px;
	height:30px;
	text-indent:-5000px;
	background:  url(images/facebook.svg)no-repeat center / contain;
	border-radius: 50%;
}
li.twitter a{
	display:inline-block;
	width:30px;
	height:30px;
	text-indent:-5000px;
	background:  url(images/twitter.svg)no-repeat center / contain;
	border-radius: 50%;
}
li.instagram a{
	display:inline-block;
	width:30px;
	height:30px;
	text-indent:-5000px;
	background:  url(images/instagram.svg)no-repeat center / contain;
	border-radius: 50%;
}
li.linkedin a{
	display:inline-block;
	width:30px;
	height:30px;
	text-indent:-5000px;
	background:  url(images/linkedin.svg)no-repeat center / contain;
	border-radius: 50%;
}
.tab-pane table {
	width: 100%!important;
}
#masthead #main-menu .product-menu > .sub-menu .sub-menu .sub-menu li {
	
}
#masthead #main-menu .product-menu > .sub-menu .sub-menu .sub-menu li a {
	/*white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;*/
}
#masthead #main-menu .sub-menu .sub-menu {
}

<!-- Google tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-190574674-1">
</script>
<script>
  window.dataLayer = window.dataLayer || [];
  function gtag(){dataLayer.push(arguments);}
  gtag('js', new Date());

  gtag('config', 'UA-190574674-1');
</script>