

<!DOCTYPE html>
<!--[if lt IE 7]><html class="no-js lt-ie9 lt-ie8 lt-ie7"><![endif]-->
<!--[if IE 7]><html class="no-js lt-ie9 lt-ie8"><![endif]-->
<!--[if IE 8]><html class="no-js lt-ie9"><![endif]-->
<!--[if gt IE 8]><!--><html class="no-js"><!--<![endif]-->
	<head>
		<meta charset="utf-8">
		<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
		<title>Brand Entrepreneurs - Stirling Associates</title>
		<meta name="description" content="Meta description...">
		<meta name="viewport" content="width=device-width">
		<link rel="stylesheet" href="css/normalize.css">
		<link rel="stylesheet" href="css/main.css">
		<link rel="stylesheet" href="css/stirling.css">
		<link rel="stylesheet" href="css/helpers.css">
		<script src="js/vendor/modernizr-2.6.1.min.js"></script>
		<script>
			var _gaq=[['_setAccount','UA-35633642-1'],['_trackPageview']];
			(function(d,t){var g=d.createElement(t),s=d.getElementsByTagName(t)[0];
			g.src=('https:'==location.protocol?'//ssl':'//www')+'.google-analytics.com/ga.js';
			s.parentNode.insertBefore(g,s)}(document,'script'));
		</script>
	</head>

	<body class="brand-entrepreneurs">
		<!--[if lt IE 8]>
		<p class="chromeframe">You are using an outdated browser. <a href="http://browsehappy.com/">Upgrade your browser today</a> or <a href="http://www.google.com/chromeframe/?redirect=true">install Google Chrome Frame</a> to better experience this site.</p>
		<![endif]-->

		<div id="nav-wrapper">
			<nav>
									
					<ul>
						<li class="top-blue"><a class="current" href="brand-entrepreneurs.php">Brand Entrepreneurs</a></li><li class="top-green"><a href="federation.php">Case Histories</a></li><li class="top-grey"><a href="get-in-touch-edinburgh.php">Contact</a></li>					</ul>

									<div id="logo">
					<a href="/" title="Go to the homepage">Go to the homepage</a>				</div>
			</nav>
		</div>

		<div id="outer">			<div id="inner">				<div id="content">
					<div class="eye">
						<p class="first">A Different View</p>
						<div class="expand">
							<div>
								<p class="second">Our brand experience combined with entrepreneurial thinking gives ambitious businesses the edge they need.<span><button id="more">More</button></span></p>
								<p>You won't find the 'expected' at Stirling Associates. We are a brand marketing company that does not fit the stereotype.</p>
								<p>We are owned and run by experienced brand experts from the client side - people who understand fundamentally the client perspective, as well as the business imperatives.</p>
								<p>We believe that brand expertise is only one aspect to our skills. We also bring a dynamic entrepreneurial flair and rigour to everything we do.</p>
								<p>We never approach brand problems with clich&eacute;d thinking or tired methodologies.</p>
								<p>Our people mix, the way we think, our structure, our backgrounds and therefore the way we solve problems is different. We look at solutions in a more individual way - adapting and constructing our skill matrix to match perfectly and evolve seamlessly with the needs of the brand as well as the ambition of the business.</p>
								<p>We think with freedom and confidence. Challenge safe solutions. Generate new ways of problem solving and constantly seek new opportunities.</p>
								<p>We do whatever it takes to succeed for our clients, and ultimately for ourselves.<span><button id="less">Less</button></span></p>
							</div>
						</div>
					</div>

				</div><!-- #content -->
			</div><!-- #inner -->
		</div><!-- #outer -->

		<script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js"></script>
		<script>window.jQuery || document.write('<script src="js/vendor/jquery-1.8.0.min.js"><\/script>')</script>
		<script src="js/vendor/jquery.easing.1.3.js"></script>
		<script src="js/plugins.js"></script>
		<script src="js/main.js"></script>

		<script>
			$(document).ready(function () {
				$(".eye p.first").delay(1000).fadeIn();

				$("div.expand").delay(1500).fadeIn(function () {
					$(document).ready(function () {
						$("div.expand").animate({width: 900, height: 36}, 1000, 'easeInOutQuart', function() {
							$("p.second").fadeIn();
						});
					});
				});

				$("button#more").click(function () {
					$("footer").animate({marginTop: 80}, 1000, 'easeInOutQuart');
					$("div.expand").animate({height: 270}, 1000, 'easeInOutQuart');
					$("button#more").fadeOut();
					$("div.expand p").show();
				});

				$("button#less").click(function () {
					$("footer").animate({marginTop: 0}, 1000, 'easeInOutQuart');
					$("div.expand").animate({height: 38}, 1000, 'easeInOutQuart', function () {
						$("button#more").fadeIn();
						$("div.expand p").not("p.second").hide();
					});
				});
				
			});
		</script>

		<footer>
			<div id="footer-inner">

				
				<p class="copyright align-center">Copyright &copy; 2014 Stirling Associates - <a href="privacy-policy.php" title="Privacy Policy">Privacy</a> - <a href="terms-and-conditions.php" title="Terms &amp; Conditions">Terms &amp; Conditions</a></p>

			</div>
		</footer>
	</body>
</html>