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

@import url(https://fonts.googleapis.com/css?family=Rosario:400,700);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700);
@import url(//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.min.css);

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

img {
	border: none;
}

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

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

body {
	background: url('../img/sos.jpg') repeat;
	/*background: url('../img/bg.png');*/
	font: 14px 'Open Sans', Helvetica, Arial, sans-serif;
}

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

.box {
padding: 15px;
box-shadow: 0 1px 3px #999;
background: #fff;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 2px;
margin-top: -5px;
}

hr {
	height: 4px;
	border: none;
	margin: 20px 0;
	background: url('../img/hr.png') top left repeat-x;
}

.clear {
	clear: both;
}

.well {
	padding: 25px;
	background: #f5f5f5;
	border: 1px solid #e6e6e6;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

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


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

form {

}

form label {
	display: block;
	margin: 15px 0 5px;
}

form input[type='text'],
form textarea {
	padding: 5px 7px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	
	border: 1px solid #ccc;
	box-shadow: inset 0 1px 3px rgba(255, 255, 255, 0.1);
}

form input[type='text'] {
	width: 200px;
}

form textarea {
	width: 400px;
	height: 100px;
	min-height: 100px;
	resize: vertical;
}

form input[type='submit'] {
	margin-top: 20px;
	background: #49722a;
	color: #fff;
	display: inline-block;
	padding: 10px 15px;
	
	border: none;
	
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	
	transition: background .5s ease;
	-moz-transition: background .5s ease;
	-webkit-transition: background .5s ease;
}

	form input[type='submit']:hover {
		cursor: pointer;
		background: #ccc;
	}

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

a {
	text-decoration: none;
	color: #234A9E;
}

a:hover {

	color: red;

}

p {
	line-height: 22px;
}

h1, h2, h3, h4, h5, h6 {
	color: #333;
	font-family: 'Rosario';
}

/* ----------------------------------
#. Button
---------------------------------- */

.button {
	display: inline-block;
	padding: 7px 15px;

	border: 1px solid #697f0f;

	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;

	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.3);

	background-color: #95ba00; /* Top Colour */
	background-image: linear-gradient(bottom, #7a950c 0%, #95ba00 100%);
	background-image: -o-linear-gradient(bottom, #7a950c 0%, #95ba00 100%);
	background-image: -moz-linear-gradient(bottom, #7a950c 0%, #95ba00 100%);
	background-image: -webkit-linear-gradient(bottom, #7a950c 0%, #95ba00 100%);
	background-image: -ms-linear-gradient(bottom, #7a950c 0%, #95ba00 100%);
}

	.button:hover {

	}

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

.container {
	width: 960px;
	margin: 0 auto;
	padding: 0 25px;
}

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

.header {
	background: #fff url("../img/header.jpg") repeat-x top;
	border-top: 1px solid #263FC9;
	padding: 25px 0 0;
	
}

	.header .logo {
		float: left;
	}

		.header .logo h1 {
			color: #ccc;
			font-size: 32px;
		}

			.header .logo h1 span {
				color: #95ba00;
			}

	.header .contact-details {
		float: right;
		text-align: right;
		margin-top: 15px;
	}

		.header .contact-details p {
			margin: 0;
			line-height: 24px;
			font-size: 16px;
		}

	.header .navigation {
		margin-top: 25px;
		background-color: #efefef;
		background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(239, 239, 239)), to(rgb(198, 198, 198)));
		background-image: -webkit-linear-gradient(top, rgb(239, 239, 239), rgb(198, 198, 198));
		background-image: -moz-linear-gradient(top, rgb(239, 239, 239), rgb(198, 198, 198));
		background-image: -o-linear-gradient(top, rgb(239, 239, 239), rgb(198, 198, 198));
		background-image: -ms-linear-gradient(top, rgb(239, 239, 239), rgb(198, 198, 198));
		background-image: linear-gradient(top, rgb(239, 239, 239), rgb(198, 198, 198));
		filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#efefef', EndColorStr='#c6c6c6');
		width: 100%;

		box-shadow: 0 1px 5px #2B2B2B;
		position: relative;
		top: 0;
		left: 0;
		z-index: 9999;
	}

		.header .navigation ul {
			margin: 0;
			padding: 0;
			list-style: none;
			border-left: 1px solid #dedede;
		}

		.header .navigation ul li {
			float: left;
			border-right: 1px solid #dedede;
		}

		.header .navigation ul li a {
			display: block;
			padding: 15px 25px;
			text-align: center;

			color: #555;
		}
		.header .navigation ul li.dropdown {
				position: relative;
			}
			
				.header .navigation ul li.dropdown:hover ul {
					display: block;
				}
				
			.header .navigation ul li.dropdown > a {
				
			}
			
				.header .navigation ul li.dropdown .dropdown-inner {
					float: left;
				}
				
					.header .navigation ul li.dropdown .dropdown-inner a {
						padding: 15px 15px 15px 25px;
					}
				
				.header .navigation ul li.dropdown .dropdown-toggle {
					float: right;
					border-left: 1px solid #dedede;
				}
				
					.header .navigation ul li.dropdown .dropdown-toggle a {
						padding: 24px 8px 25px;
						font-size: 11px;
					}
			
			.header .navigation ul li.dropdown ul {
				display: none;
				position: absolute;
				top: 68px;
				left: 0;
				z-index: 9999;
				
				background: #fff;
			}
			
			.header .navigation ul li.dropdown ul li {
				float: none;
				border-right: none;
				border-top: 1px solid #dedede;
			}
			
				.header .navigation ul li.dropdown ul ui:last-child {
					border-bottom: none;
				}
				
			.header .navigation ul li.dropdown ul li a {
				padding: 15px 25px;
				width: 200px;
				text-align: left;
				color: #555;
			}
			
				.header .navigation ul li.dropdown ul li a:hover {
					color: #222;
				}

			.header .navigation ul li a i {
				margin-bottom: 5px;
				display: block;
				font-size: 14px;
			}

			.header .navigation ul li.current,
			.header .navigation ul li:hover {
				color: #fff;
				background-color: #efefef;
		background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(239, 239, 239)), to(rgb(198, 198, 198)));
		background-image: -webkit-linear-gradient(top, rgb(239, 239, 239), rgb(198, 198, 198));
		background-image: -moz-linear-gradient(top, rgb(239, 239, 239), rgb(198, 198, 198));
		background-image: -o-linear-gradient(top, rgb(239, 239, 239), rgb(198, 198, 198));
		background-image: -ms-linear-gradient(top, rgb(239, 239, 239), rgb(198, 198, 198));
		background-image: linear-gradient(top, rgb(239, 239, 239), rgb(198, 198, 198));
		filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#efefef', EndColorStr='#c6c6c6');
		

		box-shadow: 0 1px 5px #2B2B2B;
		position: relative;
		top: 0;
		left: 0;
		z-index: 9999;
				
			}
				.header .navigation ul li.current a,
				.header .navigation ul li a:hover {
					color: #222;
				}
/* ----------------------------------
#. Content
---------------------------------- */
.content {
	padding: 80px 0;
	margin-top:-5%;
}

	.content h1:first-child {
		margin-top: 0;
		margin-bottom: 0;
	}
	
	.content h1 span {
		color: #234a9e;
	}

	.content h2 span {
		color: #234a9e;
		font-size: 26px;
	}
/* ----------------------------------
#. Slider
---------------------------------- */

.slider {
	height: 400px;
	position: relative;
}

	.slider li {
		height: 400px;
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
	}
	
	.slider li .caption {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		
		color: #fff;
		background: rgba(0, 0, 0, 0.6);
	}
	
		.slider li .container {
			padding: 15px 0;
		}
	
		.slider li .caption p {
			margin: 0;
		}

.slider-shadow {
	position: absolute;
	top: 0;
	left: 50%;
	height: 50px;
	width: 960px;
	margin-left: -480px;
	z-index: 9998;

	background: url('../img/shadow.png') top center no-repeat;
}

/* ----------------------------------
#. Page Header
---------------------------------- */

.page-header {
	background: #234A9E url('../img/shadow.png') top center no-repeat;
	padding: 10px 0;
	text-align: center;

	color: #c8cbd4;
	font-size: 18px;
}

	.page-header h1 {
		font-size: 24px;
		color: #fff;
		font-weight: 600;
	}

/* ----------------------------------
#. Gallery
---------------------------------- */

.gallery {

}

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

	.gallery ul li {
		float: left;
		margin-right: 74px;
		margin-bottom: 20px;

		overflow: hidden;
		position: relative;
	
		width: 246px;
		height: 168px;

		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;

		border-bottom: 3px solid #ccc;

		transition: border-bottom-color .3s ease;
		-moz-transition: border-bottom-color .3s ease;
		-webkit-transition: border-bottom-color .3s ease;
	}

		.gallery ul li.last {
			margin-right: 0;
		}

		.gallery ul li:hover {
			border-bottom-color: #d8223a;
		}

	.gallery ul li a {
		width: 100%;
		height: 100%;
		display: block;
	}

	.gallery ul li .overlay {
		display: none;

		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;

		color: #fff;
		text-align: center;

		background: url('../img/overlay.png');
	}

		.gallery ul li .overlay .inner {
			padding: 25px;
		}


/* ----------------------------------
#. Testimonials
---------------------------------- */

.testimonials {
	margin-top: 50px;
}

	.testimonials ul {
		margin: 0;
		padding: 0;
	}

	.testimonials ul li {
		margin-right: 25px;
		margin-bottom: 25px;
		padding: 25px;
		width: 251px;
		height: 250px;
		background: #fff;
		list-style: none;

		position: relative;

		float: left;

		border-radius: 3px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;

		border: 1px solid #ddd;

		font-style: italic;
	}

		.testimonials ul li.last {
			margin-right: 0;
		}

	.testimonials ul li .quote {
		position: absolute;
		top: -19px;
		left: -19px;

		width: 40px;
		height: 40px;

		background: url('../img/quote.png') center no-repeat;
	}

	.testimonials ul li p:first-child {
		margin-top: 0;
	}

	.testimonials ul li p:last-child {
		margin-bottom: 0;
	}

	.testimonials ul li span {
		float: right;
		font-weight: bold;
	}
			
		
/* ----------------------------------
#. Columns
---------------------------------- */

.columns {
	
}

	.columns .strap {
		font-size: 16px;
		text-align: center;
		margin-bottom: 50px;
	}

		.columns .strap h2 {
			font-size: 24px;
			margin-top: 0;
		}

			.columns .strap h2 span {
				color: #234A9E;
			}

		.columns .strap p {
			margin-bottom: 0;
		}

	.columns .column {
		float: left;
		width: 460px;
		margin-right: 40px;
	}

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

/* ----------------------------------
#. How We Work
---------------------------------- */

.how-we-work {
	margin-top: 80px;
}

	.how-we-work .strap {
		text-align: center;
		margin-bottom: 50px;
	}

	.how-we-work .strap h2 {
		margin-top: 0;
	}

	.how-we-work .column {
		float: left;
		width: 300px;
		margin-right: 30px;

		text-align: center;
	}

		.how-we-work .column.last {
			margin-right: 0;
		}

	.how-we-work .column .icon {
		width: 60px;
		height: 40px;
		padding: 10px 0;
		margin: 0 auto -30px;

		text-align: center;

		border-radius: 30px;
		-moz-border-radius: 30px;
		-webkit-border-radius: 30px;

		background: #d8223a;

		position: relative;
		z-index: 9999;

		color: #fff;
		font-size: 28px;
	}

	.how-we-work .column .well {
		position: relative;
		z-index: 9998;
		padding-top: 55px;
	}

		.how-we-work .column .well h3 {
			margin-top: 0;
		}

		.how-we-work .column .well p:last-child {
			margin-bottom: 0;
		}

/* ----------------------------------
#. Recent Work
---------------------------------- */

.recent-work {
	margin-top: 80px;
	
}

	.recent-work .strap {
		text-align: center;
		margin-bottom: 50px;
		
	}

	.recent-work .strap h2 {
		margin-top: 0;
	}

	.how-we-work .strap h2 {
		margin-top: 0;
	}

	.recent-work .gallery {

	}

/* ----------------------------------
#. Our Services
---------------------------------- */

.our-services {
	margin-top: 80px;
	margin-bottom: 50px;
}

	.our-services .strap {
		text-align: center;
		margin-bottom: 50px;
	}

		.our-services .strap h2 {
			margin-top: 0;
		}

	.our-services ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}

	.our-services ul li {
		float: left;
		width: 300px;
		margin-right: 30px;
		margin-bottom: 30px;
	}

		.our-services ul li.last {
			margin-right: 0;
		}

	.our-services ul li .icon {
		float: left;
		width: 50px;
		height: 34px;
		padding: 8px 0;

		border-radius: 30px;
		-moz-border-radius: 30px;
		-webkit-border-radius: 30px;

		background: #95ba00;

		color: #fff;
		font-size: 22px;
		text-align: center;
	}

	.our-services ul li .inner {
		float: right;
		width: 220px;
	}

		.our-services ul li .inner h3 {
			margin-top: 0;
		}

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

.footer {
	padding: 50px 0;
	background: #ccc;
	box-shadow:inset 0 1px 3px #999;
}

	.footer .column {
		float: left;
		width: 200px;
		margin-right: 30px;

		font-size: 12px;
		line-height: 20px;
		color:#ffff;
	}

	.footer .column p{

	
	}
		.footer .column.last {
			margin-right: 0;
			width: 500px;
					color:#ffff;
		}

	.footer .column h3 {
		color: #222;
		margin-top: 0;
		text-transform: uppercase;
		font-size: 13px;
	}

	.footer .column ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}

		.footer .column ul li {
			padding: 3px 0;
			background: url('../img/li.png') left center;
		
		}

		.footer .column ul li a {
			color: #555;
		}

		.footer .column ul li i {
			display: none;
		}
#toggle {
	cursor: pointer;
}

.extra {
	display: none;
	background: #31333C;
	padding: 25px 0;
	font-size: 12px;
}

	.extra ul {
		margin: 0;
		padding: 0;
		text-align: center;
		list-style: none;
	}
	
	.extra ul li {
		display: inline-block;
		padding: 5px 7px;
	}
	
	.extra ul li a {
		color: #fff;
	}
.lower-footer {
	font-size: 11px;
	padding: 15px 0;
	background: #999;
	border-top: solid 1px #666;
}
	.lower-footer .copyright {
		float: left;
	}
	.lower-footer .credit {
		float: right;
		text-align: right;
	}
		.lower-footer .credit a {
			color: #fff;
		}
	.replace {
		  margin-top: -19%;
		margin-bottom: 20%;
	}	
	.mid{
		float:right;
		width:61%;
	}
	h2.middle{
		text-align:center;
	}
	.c-button {
		width: 148px;
		height: 23px;
		background: rgb(0, 46, 131);
		border-radius:3px;
		text-align:center;
		padding:3px;
		border-bottom:2px solid grey;
	}
	.s-button {
		width: 148px;
		height: 23px;
		background: rgb(0, 46, 131);
		border-radius:3px;
		text-align:center;
		padding:3px;
		border-bottom:2px solid grey;
		 margin-top: -3%;
		margin-left: 35%;
	}
	.c-button:hover,
	.s-button:hover{
		opacity:0.6;
	}
	.c-button a,
	.s-button a	{
		color:white;
		text-decoration:none;
	}
	p.reduce {
		width:35%;
	}