@import url('base.css');
@import url('skeleton.css');
@import url('flexslider.css');
@import url('iebadness.css');
@import url('fancybox/jquery.fancybox-1.3.4.css');


/* Table of Content
==================================================
	#Site Styles
	#Page Styles
	#Media Queries
	#Font-Face */

b{
	font-weight:bold;
}

article ul{
	margin-right:20px;
	margin-left:20px;
}

article ul li{
	list-style:disc;
}

#service_container section:nth-child(2n+2) article.page-lastchild{
	text-align:left;
}

/* #Site Styles
================================================== */



/*****   Header & Main Navigation   *****/

header {
	position: relative;
}

#mainnav {
	background: #f5f5f5;
	border-top: 5px solid #558ebe;
	border-bottom: 2px solid #ddd;
	padding: 30px 0 25px 0;
}

#servicenav {
	background: #fff;
	padding: 35px 0;
}

h2#brand-ident {
	position: absolute;
	background: url(../imgs/logos/logo.png) no-repeat;
	height: 75px;
	width:220px;
	top:-20px;
	margin:0;
	text-indent: 100%;											/* rather than text-indent: -9999px;*/
	white-space: nowrap;
	overflow: hidden;
}

header form{
    float: right;
    height: 20px;
    margin-bottom: 20px;
    margin-top: -8px;
    width: 155px;
}

header form input[type="text"]{
	display: block;
    margin-left: 10px;
    margin-top: 0;
    padding: 9px 28px 9px 5px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border:1px solid #ddd;
	-webkit-box-shadow: inset 0px 1px 0px 0px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0px 1px 0px 0px rgba(0, 0, 0, 0.2);
	background:#fff url(../imgs/home/glass.png) no-repeat 90% center;
}

header form input[type="text"]::-webkit-input-placeholder {
    color:#ccc;
	font-style:italic;
	font-size:11px;
}
header form input[type="text"]:-moz-placeholder {
    color:#ccc;
		font-style:italic;
	font-size:11px;
}
header form input[type="text"]::-moz-placeholder {
    color:#ccc;
		font-style:italic;
	font-size:11px;
}
header form input[type="text"]:-ms-input-placeholder {
    color:#ccc;
		font-style:italic;
	font-size:11px;
}

/*** Standard Nav styles ***/
nav ul {
	font-family: "Montserrat", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	padding: 0;
	margin:0;
}

	nav ul li {
		float:left;
		margin: 0 0 0 33px;
	}

		nav ul li:first-child {
			margin-left: 0;
		}

	nav li a, nav li a:visited {
		text-decoration: none;
		color: #999;
	}

		nav li a span {
			color:#777;
		}

		nav li a:hover, nav li.current a {
			color:#558ebe;
		}




/*** More specific nav styles ***/

#mainnav .container {
	width: 1140px;
}

#mainnav ul {
	font-size: 12px;
}

nav li#home a {
	background: url(../imgs/interface/home_icon.png) left center no-repeat;
	display: block;
	color:transparent;										/* rather than text-indent: -9999px;*/
	white-space: nowrap;
	overflow: hidden;
}

/*nav li#supportcentre a {
	background: #558ebe;
	color: #fff;
	border-radius: 10px;
	padding: 10px;
}*/


#servicenav ul {
	float: right;
	font-size: 13px;
}

	#servicenav li {
		border-left: 1px solid #ddd;
		padding-left:40px;
	}

		#servicenav li:first-child {
			border:none;
		}




/*****   Banner   *****/

#banner {
	padding: 50px 0;
}

	#banner h1, #banner h3 {
		text-shadow: 1px 1px 0px #000101;
        filter: dropshadow(color=#000101, offx=1, offy=1);
	}

	#banner h3 {
		color: #fff;
	}

.about-page #banner {
	background: #976a49 url(../imgs/banner/about_banner.png) center center no-repeat;
}

.team-page #banner {
	background: #3e4f39 url(../imgs/banner/team_banner.png) center center no-repeat;
}

.food-page #banner {
	background: #f4cc99 url(../imgs/banner/food_banner.png) center center no-repeat;
}





/*****   Main Content   *****/

#maincontent {
	background: url(../imgs/interface/swirlz.png) center top no-repeat, url(../imgs/interface/swirlz.png) center bottom no-repeat;
	padding: 80px 0;
}

	#maincontent a {
		color:#558ebe;
	}

#slidernav{
	height:45px;
	overflow:hidden;
}

#slidernav .active-slide{
	background-color:#4477b1;
}

#slidernav{
	background-color:#558ebe;
}

.slider #slidernav:before{
    color: transparent;
    content: ".";
    height: 45px;
    position: absolute;
    width: 204px;
    z-index:5999;
	background: url(../imgs/home/lfadeblu.png) transparent left top no-repeat;
}

.slider #slidernav:after{
    color: transparent;
    content: ".";
    height: 45px;
    position: absolute;
    right: 0;
    width: 204px;
    z-index: 5999;
	background: url(../imgs/home/rfadeblu.png) transparent left top no-repeat;
}

#carousel{
	display:block;
	background-color:#558ebe;
}


/* Styling to panelise content throughout site */
.panel {
	background: #fff;
	border-radius:10px;
	border: 1px solid #ddd;
	padding: 40px;
}

	/* first paragraph highlighted */
	article.panel p:first-child {
		font-size: 16px;
		color: #558ebe;
	}




/*****   Secondary Content   *****/

#contact_support {
	background: url(../imgs/interface/cogs.png) 5% center no-repeat;
	text-align: center;
	font-family: "Montserrat", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 20px;
	padding: 50px 0;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
}

	#contact_support p {
		margin:0;
	}

	#contact_support strong {
		font-weight: normal;
		color: #181818;
	}

	#contact_support a {
		color:#558ebe;
		text-decoration: none;
	}

		#contact_support a:hover {
			color:#000;
		}





/*****   Footer   *****/

footer {
	background: url(../imgs/interface/wave.png);
	padding: 55px 0;
	font-size: 12px;
	color: #999;
}

	footer ul {
		margin-top: 25px;
	}

		footer li {
			line-height: 1;
		}

		footer #sitemap a, footer #sitemap a:visited {
			color: #999;
			text-decoration: none;
		}

			footer #sitemap a:hover, footer #sitemap li.current-page a {
				color:#000;
			}



#sosueme {
	margin-top: 35px;
	padding:35px 0;
	border-top:1px solid #ddd;
}

	#sosueme p {
		display: inline;
	}

		p#footer_fb:before {
			content: url(../imgs/logos/fb_colour.png);
			float:left;
			margin-right:10px;
			line-height: 28px;
		}

		p#footer_twit:before {
			content: url(../imgs/logos/twitter_colour.png);
			float:left;
			margin-right:10px;
			line-height: 28px;
		}

			p#footer_fb a, p#footer_twit a {
				color:#555;
			}

				p#footer_fb a:hover, p#footer_twit a:hover {
					color:#000;
				}


/* #HomePage Styles
================================================== */

.eut-home-page  #banner {
	background: #fff;
	padding:0;
	font-family: "Montserrat", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

	.eut-home-page  #banner .row {
		margin-bottom: 0;
	}

		.eut-home-page  #banner hgroup {
			margin-top: 45px;
		}

			.eut-home-page  #banner h1 {
				background: #558ebe;
				border-radius: 6px 6px 6px 6px;
			    display: inline-block;
			    margin-bottom: 5px;
			    padding: 9px;
				font-size:2em;
				text-shadow: none;
			}

		.eut-home-page  #banner a.btn {
			clear:both;
			float:left;
			margin: 30px 10px;
			background: #fff;
			color: #558ebe !important;
			border:none;
			cursor: pointer;
		}

			.eut-home-page  #banner a.btn:hover {
				background: #558ebe;
				color: #fff !important;
			}



#latest_news, #case_studies {
	background: #fff;
	border-radius:10px;
	border: 1px solid #ddd;
}

	#latest_news header, #case_studies header {
		height:120px;
		border-radius:10px 10px 0 0;
		padding: 40px;
	}

	#latest_news header {
		background: url(../imgs/home/newsfeed_bg.jpg) center center no-repeat;
	}

	#case_studies header {
		background: url(../imgs/home/casestudy_bg_technip.jpg) center center no-repeat;
	}

		#latest_news header h3, #case_studies header h3 {
			color:#fff;
			background: #558ebe;
			display: inline-block;
			border-radius: 10px;
			padding:10px 15px;
		}

#latest_news {
	position: relative;
}

	#latest_news ul {
		margin:0;
		overflow-y: scroll;
		max-height: 300px;
	}

		#latest_news li {
			border-top: 1px solid #ddd;
			margin:0;
		}

			#latest_news li:first-child {
				border:none;
			}

		#latest_news li:last-child{
			padding-bottom:60px;
		}

	#latest_news article {
		padding: 35px;
	}

		#latest_news article h3 {
			margin-bottom: 0;
		}

		#latest_news p.date {
			font-size: 12px;
			color: #999;
		}

		#latest_news img {
			float:left;
			margin-right: 30px;
			border-radius: 10px;
			margin-bottom:30px;
		}

		#latest_news .mask {
			background: url(../imgs/interface/fade_overlay.png) bottom center repeat-x;
			position: absolute;
			bottom:0;
			left:0;
			width:440px;
			height: 95px;
			border-radius: 0 0 0 10px;
		}


#case_studies article {
	padding:35px 0;
}

#case_studies figure {
	padding: 60px 0;
}



#people_blurb {
	background: #fff url(../imgs/interface/people_iconbg.png) bottom right no-repeat;
}

#product_focus {
	background: #fff url(../imgs/interface/plane_iconbg.png) bottom right no-repeat;
}


a#social_fb.bigbtn {
	background: #3b5998;
}

	a#social_fb:before {
		content: url(../imgs/logos/fb.png);
		float:left;
		width:30px;
		height:30px;
		margin-right: 15px;
		line-height: 100px;
	}

a#social_tweet.bigbtn {
	background: #33ccff;
}

	a#social_tweet:before {
		content: url(../imgs/logos/tw.png);
		float:left;
		margin-top: 30px;
		margin-right: 15px;
		line-height: 0px;
	}

a#social_li.bigbtn {
	background: #0054ae;
}

	a#social_li:before {
		content: url(../imgs/logos/li.png);
		float:left;
		width:30px;
		height:30px;
		margin-right: 15px;
		line-height: 100px;
	}



/* #AboutPage Styles
================================================== */

#peoplelink {
	background: #558ebe url(../imgs/interface/people_gridbg.png) top center;
}




/* #TeamPage Styles
================================================== */

.profile {
	margin-bottom: 20px;
}

	.profile figure{
		overflow:hidden;
		height:100px;
		width:100px;
	}

	.profile figure img{
		min-height:100px;
		width:100px;
	}

	.profile h3 {
		margin-bottom: 0;
	}

a.staff-email{
	background-color:#558ebe;
	background-image: url(../imgs/team/email-icon.png);
	background-position: center center;
	background-repeat:no-repeat;
	width:34px;
	height:34px;
	margin-left:10px;
}

	a.staff-email:hover {
		background-color: #1d70b5;
	}

	.profile a{
		float:left;
		display:block;
		margin-top:0px;
	}



/* #ServicePage Styles
================================================== */

/* container for sidenav */
#service_sidenav {
	width: 250px;
	float: left;
	margin-top: 20px;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-radius: 10px 0 0px 10px;
}
	#service_sidenav ul{
		background-color:#fff;
		margin-top:0;
		margin-left:0;
		padding-left:10px;
	}

	#service_sidenav ul:first-child{
		padding-left:0;
	}


	#service_sidenav ul, #service_sidenav li{
		margin-bottom: 0;
	}

	#service_sidenav li{
		border-top: 1px solid #ddd;
	}

		#service_sidenav li:first-child{
			border-top: none;
		}

		#service_sidenav li a {
			padding: 20px;
			display: block;
			color: #999;
			background:#f5f5f5 none 92% center no-repeat;
		}


		#service_sidenav li a:hover, #service_sidenav li.currentservice ul li a:hover {
			background-color: white;
			color: #558ebe;
		}


		/* to define current page */
		#service_sidenav li.currentservice a {
			background:#fff none 92% center no-repeat;
			color: #558ebe;
		}

			/* embedded list for subsections of content */
			#service_sidenav li.currentservice ul {
				margin: 0;
			}

			/* embedded list for subsections of content */
			#service_sidenav li.currentservice ul li a {
				display: block;
				color: #999;
				background:#f5f5f5;
			}


#service_sidenav ul.children{
	display:none;
}

#service_sidenav ul.children li a{
	background:#eeeeee none left top repeat;
}


#service_container {
	border-radius: 10px;
	background: white;
	border: 1px solid #ddd;
}

	#service_container.column, #service_container.columns {
		margin-left:0;
	}

	#service_container section {
		padding:50px;
		border-top: 1px solid #ddd;
	}

	#service_container section:first-child{
		border: none;
		}


		#food_course, #food_consultancy {
			background: url(../imgs/food/food_consultingbg.jpg) center right no-repeat;
		}

		#food_qualifications {
			background: url(../imgs/food/food_consultingbg1.jpg) center left no-repeat;
		}

#service_container section:nth-child(2n+2){
	background-position:left top !important;
}


#service_container section:nth-child(2n+2) article{
	text-align:right;
	float:right;
}


/* #NewsPage Styles
================================================== */


#news .newsitem{
	display:block;
	border-bottom:1px solid #ccc;
	height:100%;
	width:100%;
	margin-top:45px;
	padding-bottom:60px;
}

#news .newsitem figure{
	margin-top:50px;
	width:180px;
	overflow:hidden;
}

#news .newsitem div.six{
	margin-top:50px;
	margin-left:50px;
}

#news .newsitem p:first-child{
	font-size:13px;
	color:#999;
}

#news .newsitem p .div , #newsfull #articlemeta .div{
	margin:0 20px;
}

#news .newsitem span.cat, #newsfull #articlemeta span.cat{
	color:#99c110;
	text-transform:capitalize;
}

#newsfull h2{
	margin-bottom:30px;
}

#newsfull figure{
	margin:30px 0;
}

#newsfull #articlemeta{
	font-size:13px;
	color:#999;
	margin-bottom:30px;
}

#new_sidebar ul{
	margin-bottom:0;
}

#new_sidebar .sidelinks{
	border: 1px solid #DDDDDD;
	height:100%;
	width:100%;
	display:block;
	border-radius:10px;
	margin-bottom:20px;
	overflow:hidden;
}

#new_sidebar .sidelinks li{
	padding:20px;
}

#new_sidebar .sidelinks li:first-child{
	background: none repeat scroll 0 0 #FFFFFf;
	border-top:0;
	color:#558ebe;
}

#new_sidebar .sidelinks li{
	background: none repeat scroll 0 0 #f5f5f5;
	margin-bottom:0px;
	border-top: 1px solid #DDDDDD;
}

#new_sidebar .panel h4{
	color:#578cbe;
	margin-bottom:15px;
}

#comment_form input[type="text"], #comment_form textarea, #comment_form input[type="email"]{
	width:100%;
}


/* #Plugin Styles
================================================== */


/**** JQUERY TOOLS - TABS ****/

/* root element for tabs  */
ul.tabs {
    list-style:none;
    margin: 15px 0 !important;
    /*height:30px;*/
    width:240px;
    float:left;
    border-radius:10px 0 0 10px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
	background: #f8f8f8;
}

	/* single tab */
	ul.tabs li {
	    float:left;
	    text-indent:0;
	    width:240px;
	    margin:0 !important;
	    list-style-image:none !important;
	    border-top: 1px solid #ddd;
	}

		ul.tabs li:first-child {
			border:none;
		}

			ul.tabs li:first-child a {
				border-radius:10px 0 0 0;
			}

			ul.tabs li:last-child a {
				border-radius: 0 0 0 10px;
			}

	/* link inside the tab. uses a background image */
	ul.tabs a {
	    display:block;
	    height: 50px;
	    line-height:50px;
	    text-decoration:none;
	    color:#999 !important;
	    padding:0 0 0 20px;
	    margin:0px;
	    position:relative;
	}

		ul.tabs a:active {
		    outline:none;
		}

		/* when mouse enters the tab move the background image */
		ul.tabs a:hover, ul.tabs a.current, ul.tabs a.current:hover, ul.tabs li.current a {
		    color:#558ebe !important;
		    background: #fff;
		}

div#tab_energy {
	background: #fff url(../imgs/home/tabbg_oilrig.jpg) center right no-repeat;
}


/* initially all panes are hidden */
.panes .pane {
    display:none;
}

.panes article{
	margin-top:50px;
}


	/* tab pane styling */
	.panes div {
	    display:none;
	    width:700px;
	    float:left;
	    background: #fff;
		border-radius:10px;
		border: 1px solid #ddd;
		padding:30px 60px;
		min-height: 195px;
	}


		/* column of logos down RHside - need spacing out */
		.panes div aside img {
			margin-bottom: 20px;
		}

#breadcrumbs{
	margin-top:-30px;
	margin-bottom:30px;
}

#breadcrumbs, #breadcrumbs a:link, #breadcrumbs a:visited{
	color:#a7a7a7;
}

#breadcrumbs a:link, #breadcrumbs a:visited{
	padding:15px;
}


#breadcrumbs a:last-child{
	color:#598dbc;
}


/* something something css?
================================================== */

#full_profile{
	padding:30px;
}

.fancybox-inner{
	overflow:hidden !important;
}

#fancybox-overlay{
	z-index:9998;
}

#fancybox-wrap{
	z-index:9999;
}

#fancybox-content{
	background-color:#fff;
}

#fancybox-close{
	right:-35px !important;
}

#fancybox-content div{
	width:730px !important;
}

.fancybox-iframe{
	overflow:auto !important;
}

#full_profile figure{
	width:100px;
	height:100px;
	float:left;
}

#full_profile section{
	float:left;
	width:340px;
	margin-left:20px;
}

#full_profile section h3{
	font-size:20px;
	line-height:20px;
	margin-bottom:0;
	padding-bottom:0;
	margin-top:10px;
	color:#558ebe;
}

#full_profile section p{
	font-size:14px;
	font-weight:200;
	line-height:14px;
	color:#181818;
}

#full_profile hr{
	clear:both;
	padding-top:0;
	margin-top:0;
}

#emailicon:before{
	background: #fff url("../imgs/team/email.jpg") no-repeat left center;
	display:inline-block;
	height:21px;
	width:20px;
	content:'.';
	color:transparent;
	padding-left:23px;
}

#emailicon{
	color:#99c10f;
	text-decoration:underline;
}

#full_profile article{
	display:none;
}

#full_profile article.selected{
	display:block;
}

#full_profile #tabs{
	float:right;
	margin-bottom:0;
	padding-bottom:0;
	clear:both;
}

#full_profile #tabs li{
	background-color:#f5f5f5;
	color:#999;
	display:inline-block;
	padding:10px;
	border:1px solid #ddd;
	border-bottom:none;
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
	margin-bottom:0;
}

#full_profile #tabs li:hover, #full_profile #tabs li.active{
	cursor:pointer;
	background-color:#fff;
	color:#558ebe;
}

#full_profile ul{
	margin-left:20px;
}

#full_profile ul li{
	list-style:disc;
}

#support_centre article{
	padding:20px;
}

#support_centre .left{
	float:left;
	margin-left:50px;
	padding-right:50px;
	border-right:1px solid #eee;
	width:340px !important;
}

#support_centre .right{
	float:left;
	margin-left:50px;
	width:200px !important;
}

#support_centre h3{
	margin-left:50px;
}

#support_centre #cont{
	min-height:124px;
	padding-top:10px;
	max-width:490px;
	margin-left:50px;
}

#support_centre h5{
	margin-bottom:30px;
}

#support_centre form{
	width:280px;
}

#support_centre input[type="text"], #support_centre input[type="email"]{
	background-color:#f5f5f5;
	border:1px solid #ddd;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: inset 0px 1px 0px 0px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0px 1px 0px 0px rgba(0, 0, 0, 0.1);
	font-size:13px;
	color:#999;
	padding:10px;
	display:inline-block;
	width:80%;
	margin-left:25px;
}

#support_centre input:focus{
	border:1px solid #558ebe;
	background-color:#fff;
	-webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
	color:#555;
}

#support_centre span#name{
	content:'.';
	color:transparent;
	background:#fff url(../imgs/interface/icons.jpg) no-repeat left top;
	height:15px;
	width:15px;
	display:inline-block;
	line-height:6px;
}

#support_centre span#email{
	content:'.';
	color:transparent;
	background:#fff url(../imgs/interface/icons.jpg) no-repeat left 50%;
	height:10px;
	width:15px;
	display:inline-block;
	line-height:22px;
}

#support_centre span#quest{
	content:'.';
	color:transparent;
	background:#fff url(../imgs/interface/icons.jpg) no-repeat left bottom;
	height:15px;
	width:15px;
	display:inline-block;
	line-height:18px;
}

#support_centre button{
	background-color:#558ebe;
	color:#fff;
	font-weight:bold;
	background-image:none;
	border:none;
	text-shadow:none;
	font-size:12px;
	text-transform:uppercase;
}

#support_centre button:hover{
	text-decoration:underline;
}

#support_centre address{
	margin-bottom:30px;
}

#support_centre .right p span{
	margin-right:14px;
	color:#558ebe;
}

#support_centre .right a:link{
	color:#558ebe;
}

#support_centre .right a:hover{
	text-decoration:underline;
}


/* More CSS Father?
================================================== */

.clientlogos{
	text-align:center;
}

.clientlogos .client_logo{
	display:inline-block;
	margin:25px;
	vertical-align:middle
}

.clientlogos .client_logo img{
	max-width:250px;
	max-height:140px;
	vertical-align:middle
}


/* I LOVE ME TABLES!!!
================================================== */

table td{
	padding:10px;
	border:1px solid #eee;
}


table td, table td img, table td p{
	vertical-align:middle;
}

#casestudies figure{
        width:150px !important;
}

#casestudies article p{
        margin-right:10px;
}

/* #Media Queries
================================================== */

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {}

