/* ----------------------------------
#. Global
---------------------------------- */

@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600,700);

* {
	-webkit-font-smoothing: antialiased;
}

img {
	border: none;
	max-width:100%;
}

/* ----------------------------------
#. Body
---------------------------------- */

html, body {
	margin: 0;
	padding: 0;
}

body {
	color: #525252;
	font: 15px 'Open Sans', Helvetica, Arial, sans-serif;
	position: relative;
	background:white;
}

/* ----------------------------------
#.about pics
---------------------------------- */
.one img{
	float:right;
	margin-top:175px;
	margin-right:-451px;
}

.two{
	float:right;
	}

.two ul li{
	width:200px;
	height:150px;
	list-style-type:none;
	float:left;
	display:inline;
	margin:4px;
}

/* ----------------------------------
#. General
---------------------------------- */

.break {
	border: none;
	margin: 2px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #fff;
}

.button {
		background:rgba(41, 69, 151, 0.91);
		display: inline-block;
		box-shadow: inset 0 1px 1px white;
		padding: 5px 5px;
		border-radius:4px;
}

.button:hover {
		background: #9F0020;

}

.clear {
	clear: both;
}

hr {
	margin: 20px 0;
	border: none;
	height: 3px;
}

.list {
	margin: 20px 0;
	padding: 0;
}

.list li {
	list-style: none;
	padding: 3px 0 3px 20px;
	background: url('../img/li.png') left center no-repeat;
}

.captions {
	display: none;
}

/* ----------------------------------
#. Typography
---------------------------------- */

a {
	color: #858585;
	text-decoration: none;
	-webkit-transition: color 0.3s ease;
}

a:hover {
	color: #6A0016;

}

h1, h2, h3, h4, h5, h6 {
	color: rgb(15, 29, 116);
}

/* ----------------------------------
#. Messages
---------------------------------- */

.error {
	padding: 10px 20px;
	color: #fff;

	background: #c3474b;
	
	border-radius: 3px;
	-moz-border-radius: 3px;
	
	box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.15);
	
	border: 1px solid #7b2526;
}

	.error ul {
		margin: 0;
		padding: 0;
	}
	
	.error ul li {
		list-style: none;
		padding: 3px 0;
	}
	
.success {
	padding: 10px 20px;
	color: #fff;

	background: #60be5e;
	
	border-radius: 3px;
	-moz-border-radius: 3px;
	
	box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.15);
	
	border: 1px solid #227737;
}

/* ----------------------------------
#.Tabs
---------------------------------- */
#tabs_wrapper {
padding:0 25px;
	width: 100%;
}
#tabs_container {
}
#tabs {
	list-style: none;
	padding: 5px 0 4px 0;
	margin: 0px;
	
	
}
#tabs li {
	display: inline;
}
#tabs li a {
	border: 1px solid #ccc;
	padding: 10px 15px;
	background-color: #eeeeee;
	border-bottom: none;
	outline: none;
	border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	color:#555;
}
#tabs li a:hover {
	background-color: #dddddd;
	color:#1c3d9b;

}
#tabs li.active a {
	border-bottom: 1px solid #fff;
	background-color: #fff;
	border-bottom: none;
	color:#1c3d9b;
	
	padding: 10px 15px 11px 15px;
}
#tabs li.active a:hover {
	border-bottom: none;
}

#tabs_content_container {
width:93%;
background:#fff;
	border: 1px solid #ccc;
	padding: 0 10px 10px 10px;
	margin: 6px 0 0 0px;
}


#tabs_content_container img{
float:right;
margin-left:20px;
}
.tab_content {
	display: none;
}

/* ----------------------------------
#. Form
---------------------------------- */

form {
	
}

	form label {
		display: block;
		margin: 10px 0;
	}
	
	form input[type='text'],
	form textarea {
		padding: 7px;
	}
	
	form input[type='text'] {
		width: 200px;
	}
	
	form textarea {
		width: 400px;
		height: 100px;
		min-height: 100px;
	}
	
	form input[type='submit'] {
		margin-top: 20px;
		padding: 10px 15px;
		
		background: #2D6791;
		box-shadow: inset 0 1px 1px #3D6A8A;
		border: 0px solid #79A4C2;
		
		color: #fff;
		
		border-radius: 3px;
		-moz-border-radius: 3px;
		
	
	}
	
		form input[type='submit']:hover {
			cursor: pointer;
		}

/* ----------------------------------
#. Container
---------------------------------- */

.container {
	width: 940px;
	margin: 0 auto;
}

.wrapper {
	width: 940px;
	
	margin: 0 auto;
	
	
}

.wrapper.clear{
background:none;
box-shadow:none;
border-top:none;
}
/* ----------------------------------
#. Contact Modal
---------------------------------- */

.contact-modal {
	position: fixed;
	top: -1px;
	left: 0;
	z-index: 9999;
	
	width: 100%;
	
	background: #c26e53;
	color: #fff;
	
	border-bottom: 1px solid #7b4033;
}

	.contact-modal .container {
		position: relative;
	}

	.contact-modal .modal-inner {
		display: none;
		padding: 25px 0;
	}
	
		.contact-modal .modal-inner h3 {
			margin-top: 0;
			color: #fff;
		}
		
		.contact-modal .modal-inner a {
			color: #fff;
			text-decoration: underline;
		}
		
		.contact-modal .modal-inner .col {
			width: 300px;
			margin-right: 20px;
			float: left;
		}
		
			.contact-modal .modal-inner .col.last {
				margin-right: 0;
			}
			
			.contact-modal .modal-inner .col input[type='text'] {
				margin-bottom: 5px;
			}
			
			.contact-modal .modal-inner .col textarea {
				margin-bottom: 0;
				height: 50px;
				min-height: 50px;
				resize: vertical;
			}
			
			.contact-modal .modal-inner .col input[type='text'],
			.contact-modal .modal-inner .col textarea {
				width: 278px;
				padding: 10px;
				
				box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
				
				border: 1px solid #7b4033;
				
				border-radius: 3px;
				-moz-border-radius: 3px;
			}
	
	.contact-modal #modal-toggle {
		position: absolute;
		right: 0;
		bottom: -39px;
		padding: 10px;
		
		background: #c26e53;
		border: 1px solid #7b4033;
		border-top: none;
		
		color: #fff;
		
		border-bottom-left-radius: 3px;
		border-bottom-right-radius: 3px;
		-moz-border-radius-bottomleft: 3px;
		-moz-border-radius-bottomright: 3px;
		
		box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.2);
	}
	
		.contact-modal #modal-toggle:hover {
			cursor: pointer;
		}

/* ----------------------------------
#. Top Header
---------------------------------- */


.top-header {
	padding: 5px;
	display:block;
	
}

.top-header p {
	display: inline-block;
}

.top-header .social {
	float: left;
	display: inline-block;
}

.top-header .social i {
	font-size:20px;
	margin-right:10px;
}




.top-header .slogan {
	float: right;
	display: inline-block;
	font-size:15px;
}

.top-header .slogan span{
	color:#1c3d9b;
	font-weight:bold;
	font-size:16px;
	margin-left:20px;
}	
		
/* ----------------------------------
#. Header
---------------------------------- */

.header {
	padding: 25px 30px;	
	background: url('../img/sub.png') left center repeat;
}

	.header .logo {
		float: left;
	}
	
	.header .contact {
		float: right;
		margin-top: -20px;
		margin-bottom:-27px;
		
	}
	
		.header .contact h2 {
			margin: 0;
			font-size:34px;
			color: #000;
			font-family: 'Mr Dafoe', cursive;
			
		}
		
		.header .contact h3 {
			margin: 0;
			font-size:18px;
			color: #000;
		}
		
		.header .contact .cta {
			font-size: 16px;
			padding: 5px 15px;
		}
		
		.cta {
			color: #fff;
			display: inline-block;
			
			margin-top: 10px;
			padding: 10px 15px;
			
			border: 1px solid #8b5442;
			border-radius: 3px;
			-moz-border-radius: 3px;
			
			background: #001B64;
			display: inline-block;
			box-shadow: inset 0 1px 1px #6B8ADF;
			border: 1px solid #000B29;
		}
	
	.navigation {
		width:100%;
		background: rgba(0, 26, 100, 0.91);
	}
	
		.navigation .nav-left,
		.navigation .nav-right {
			position: absolute;
			bottom: -5px;
			width: 5px;
			height: 5px;
		}
		
		/*.navigation .nav-left {
			left: 0;
			background: url('../img/nav-left.png');
		}
		
		.navigation .nav-right {
			right: 0;
			background: url('../img/nav-right.png');
		}*/
	
		.navigation ul {
			margin: 0;
			padding: 0;
		}
		
		.navigation ul li {
			float: left;
			list-style: none;
			border-right: 0.5 px solid white;
			border-left: 0.5 px solid white;
		}
		
			.navigation ul li.has_children {
				position: relative;
			}
			
			.navigation ul li.has_children > a {
				padding-right: 30px;
				
			}
				
				.navigation ul li.has_children:hover ul {
					display: block;
				}
			
			.navigation ul li.has_children ul {
				display: none;
				
				position: absolute;
				top: 41px;
				left: -1px;
				z-index: 9999;
				
				background: #96384B;
				border-bottom: 2px solid #555;
			}
			
			.navigation ul li.has_children ul li {
				float: none;
				background: rgba(0, 26, 100, 0.91);
			}
			
			.navigation ul li.has_children ul li a {
				padding: 10px 20px;
				width: 100px;
			}
		
		.navigation ul li a {
			color: #fff;
			display: block;
			padding: 10px 20px;
			border-bottom: 2px solid transparent;
		}
		
		.navigation ul li.current a,
		.navigation ul li a:hover {
			color: #fff;
			background: #0B3788;
		
		}
		
		.navigation ul li.hover a {
			background: red;
		}
		
		.navigation ul li.current a {
			background: #092352;
		}
		
/* ----------------------------------
#. Content
---------------------------------- */

.content {
	width: 890px;
	margin-bottom:30px;
}

	.content p {
		line-height: 20px;
	}
	
	.content.full-width {
		
	}
	
	.content.full-width .inner {
		width: 848px;
		
	}
	
	.content.full-width .sidebar {
		display: none;
	}
	
/* ----------------------------------
#. Columns
---------------------------------- */

.columns {
		
}


.columns .column {
	float: left;
	width: 467px;
	margin-right: 50px;
}

.columns .column#last {
	margin-right: 0;
}

/* ----------------------------------
#. Inner
---------------------------------- */

.inner {
	width: 498px;
	float: left;
	
	padding: 20px;
	
	
}

	.inner h1 {
		margin-top: 0;
		font-size: 18px;
	}

/* ----------------------------------
#. Sidebar
---------------------------------- */

.sidebar {
	float: left;
	width: 300px;
	margin-left: 40px;
}

	.sidebar h2:first-child {
		margin-top: 0;
		font-size: 22px;
		margin-bottom: 30px;
	}
	
	.sidebar input[type='text'],
	.sidebar textarea {
		width: 284px;
	}
	
	
	.sidebar-2 {
	float: left;
	width: 280px;
	margin-left: 40px;
	background: #fff;
	padding: 20px;
}

	.sidebar-2 h2:first-child {
		margin-top: 0;
		font-size: 22px;
		margin-bottom: 30px;
	}
	
	.sidebar-2 input[type='text'],
	.sidebar-2 textarea {
		width: 284px;
	}
	
/* ----------------------------------
#.  Slider Shadow
---------------------------------- */
	
/*.slider-shadow {
		height: 40px;
		width: 100%;
		margin-top: -10px;
} */
	
	
/* ----------------------------------
#. Content Slider
---------------------------------- */

.content-slider-wrapper {
	padding: 50px 0;
	background: #d8d9db;
}

	.content-slider-wrapper li {
		background: #fff;
		padding-bottom: 15px;
	}
	
		.content-slider-wrapper li .slide-content {
			padding: 15px;
			text-align: center;
			position: relative;
		}
		
			.content-slider-wrapper li .slide-content .slide-caption {
				position: absolute;
				bottom: 15px;
				left: 15px;
				width: 210px;
				font-size: 13px;
				color: #fff;
				padding: 10px;
				font-weight: 600;
				background: url('../img/caption.png') repeat;
			}
	
.bx-wrapper {
	margin-bottom: 0 !important;
}

.bx-viewport {
	background: none !important;
	left: 0 !important;
	border: none !important;
	box-shadow: none !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
}

.bx-controls-direction {
	
}

	.bx-controls-direction .bx-next {
		right: -50px !important;
	}
	
	.bx-controls-direction .bx-prev {
		left: -50px !important;
	}
	
/* ----------------------------------
#. Gallery
---------------------------------- */

.gallery {
	margin: 0px;
	padding: 0;
}

	.gallery li {
		list-style: none;
		width: 197px;
		height: 150px;
		float: left;
		margin-right: 20px;
		margin-bottom: 20px;
		overflow: hidden;
	}
		
		.gallery li.last {
			margin-right: 0;
		}
	
	.gallery li img {
		max-width: 100%;
		min-height: 100%;
	}
	
/* ----------------------------------
#. Content Images
---------------------------------- */

.content-images {
	background:white;
	margin-bottom: 20px;
}

	.content-images ul {
		margin: 0;
		padding: 0;
	}
	
	.content-images ul li {
		float: left;
		list-style: none;
		width: 266px;
		padding: 10px;
		background: #fff;
		position: relative;
	}
	
		.content-images ul li.last {
			margin-right: 0;
		}
	
	.content-images ul li .caption {
		position: absolute;
		bottom: 10px;
		left: 9px;
		padding: 15px;
		width: 236px;
		color: #000;
		text-shadow: 0 1px 1px #000;
		bottom: -21px;
	}
	
		.content-images ul li .caption p {
			margin: 0;
		}
		
	.content-images ul li img {
		max-width: 100%;
		
		overflow: hidden;
	}

/* ----------------------------------
#. Footer
---------------------------------- */

.footer {
	color: #fff;
	background: #B4B4B4;
	margin-top:1%;
}

	.footer .upper {	
		font-size: 16px;
		padding: 25px 0;
		font-weight: 600;
	}
	
	.footer .lower {
		padding: 30px 0;
		background: url('../img/10-opac.png');
	}
	
	.footer .lower .col {
		float: left;
		width: 220px;
		margin-right: 20px;
	}
	
		.footer .lower .col.last {
			width: 44%;
			margin-right: 0;
		}
		
	.footer .lower .col h3 {
		font-size: 14px;
		color: #fff;
		text-transform: uppercase;
	}
		
	.footer .lower .col ul {
		margin: 0;
		padding: 0;
	}
	
	.footer .lower .col ul li {
		list-style: none;
		padding: 3px 0;
	}
	
		.footer .lower .col ul li.has_children {
			
		}
		
		.footer .lower .col ul li.has_children ul {
			display: none;
		}
	
	.footer .lower .col ul li a {
		color: #fff;
	}
	
		.footer .lower .col ul li.current a,
		.footer .lower .col ul li a:hover {
			color: #fff;
		}
		
/* ----------------------------------
#. Extra
---------------------------------- */

#toggle {
	cursor: pointer;
}

.extra {
	display: none;
	margin-top: 25px;
	padding: 25px 0;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.2);
}

	.extra ul {
		margin: 0;
		padding: 0;
		text-align: center;
	}
	
	.extra ul li {
		list-style: none;
		display: inline-block;
		padding: 5px 7px;
	}
	
	.extra ul li a {
		color: #fff;
	}
	
		.extra ul li a:hover {
			color: #fff;
		}
	/*Home page boxes*/	
	.box h1{
		font-size: 20px;
		text-align: center;
		color:rgb(5, 16, 89);
	}	
	.section1{
		width: 47%;
		border: 1px solid rgb(225, 225, 225);
		padding: 10px;
		border-radius: 4px;
		display: inline;
		float: left;
		margin-right: 5px;
	}
	.section2{
		width: 47%;
		border: 1px solid rgb(225, 225, 225);
		padding: 10px;
		border-radius: 4px;
		float: left;
		display: inline;
		padding-bottom:1.5%;
	}
	
	.brands{
		
	}
	.cover{
		position:absolute;
		top:10px;
		z-index:2;
		background:red;
		left:10px;
	}
	.dig img{
		float: right;
		padding: 10px;
		width: 56%;
		margin-top: -45%;
	}
	/*Accreditations page  */
	.accred{
		margin-left: -10%;
	}
	.accred ul li{
		width: 47%;
		height: 175px;
		display: inline;
		float: left;
		margin: 5px;
		margin-bottom:10%;
	}
	.accred ul li.last{
		width:96%;
	}
	.accred ul li p{
		position: absolute;
		z-index: 9999;
		width: 22%;
	}
	.accred ul li.last p{
		position: absolute;
		z-index: 9999;
		text-align: center;
		width: 84%;
		left: -10%;
	}
	/*Recent projects*/
	.projects{
		margin-left:-21%;
	}
	.projects ul li{
		width: 100%;
		height: 260px;
		list-style: none;
		background:rgba(49, 180, 193, 0.03);
		margin: 5px;
		border-radius: 4px;
		margin-bottom:5%;
	}
	.projects ul li p{
	width: 46%;
	float: right;
	margin-top: 0%;
	display: inline;
	clear: both;
	padding:10px;
	}
	.projects ul li img{
		border-radius: 3px;
		width: 51%;
	}
	.projects ul li h1{
		float: right;
		margin-right: 14%;
		color: rgb(140, 140, 140);
		font-size: 18px;
	}
	h1.middle{
		text-align:center;
		color: rgb(188, 188, 188);
	}
	h1.middle i{
		font-size:18px;
	}
	
	.pro{
		width: 111px;
		height: 26px;
		background: rgb(61, 87, 119);
		clear: both;
		float: right;
		text-align: center;
		border-radius: 3px;
		margin-right: 20%;
	}
	.pro a {
		color:white;
	}
	.pro:hover{
		opacity:0.6;
		
	}
		/*Sectors*/
	.sectors{
		margin-left:-21%;
	}
	.sectors ul li{
		width: 100%;
		height: 260px;
		list-style: none;
		background:rgba(197, 197, 197, 0.05);
		margin: 5px;
		border-radius: 4px;
		margin-bottom:5%;
	}
	.sectors ul li p{
	width: 46%;
	float: right;
	margin-top: 0%;
	display: inline;
	clear: both;
	padding:10px;
	}
	.sectors ul li img{
		border-radius: 3px;
		width: 46%;
			height:83%;
	}
	.sectors ul li h1{
		float: right;
		margin-right:21%;
		color: rgb(140, 140, 140);
		font-size: 18px;
	}
	ul li h1.sector{
	margin-right: 23%;
	}
	/*Project page one*/
	.top{
		width:100%;
		height:50px;
		background:grey;
	}
	.full{
		width:100%;
	}
	.project1{
		
	}
	.project1 ul li{
		width: 100%;
		height: 260px;
		list-style: none;
		background:rgba(49, 180, 193, 0.03);
		margin: 5px;
		border-radius: 4px;
		margin-bottom:3%;
	}
	.project1 ul li p{
	width: 46%;
	float: right;
	margin-top: 0%;
	display: inline;
	clear: both;
	padding:10px;
	}
	.project1 ul li img{
		border-radius: 3px;
		width: 51%;
	}
	.project1 ul li h1{
		float: right;
		margin-right: 14%;
		color: rgb(140, 140, 140);
		font-size: 18px;
	}
	
	
	