/* ----------------------------------

#. Global

---------------------------------- */



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

@import url(http://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);



@font-face {

    font-family: Oldlondon;

    src: url(../fonts/OldLondon.ttf);

    

}



* {

	-webkit-font-smoothing: antialiased;

}



img {

	border: none;

	margin-top: -7px;

}



/* ----------------------------------

#. HTML/Body

---------------------------------- */



html, body {



	margin: 0;

	padding: 0;

}



body {

	

	color: #888;

	

	font: 14px 'Open Sans', Helvetica, Arial, sans-serif;

}



/* ----------------------------------

#. General

---------------------------------- */



.box {

padding: 15px;



border-left: solid 3px #ccc;

border: solid 1px #bbb;

/*background: url('../img/bg.jpg') no-repeat;*/

-webkit-border-radius: 5px;

-moz-border-radius: 5px;

border-radius: 2px;

margin-top: -5px;
min-height: 500px;

}

.box {
	background: url('../img/bg-box.png'), url('../img/bottom-twirl.jpg'); 
	background-position: left top, 100% 100%;
  	background-repeat: no-repeat, no-repeat;
	background-size: 430px;
}



.box-without {

padding: 15px;



border-left: solid 3px #ccc;

border: solid 1px #bbb;

background: #fff;

-webkit-border-radius: 5px;

-moz-border-radius: 5px;

border-radius: 2px;

margin-top: -5px;

}



.box-small {

padding: 15px;



border-left: solid 3px #ccc;

border: solid 1px #bbb;

background: #f0f0f0;

-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: #555;

}



a:hover {

	color: #111;

}



p {

	line-height: 22px;

}



h2, h3, h4, h5, h6 {

	color: #555;

	font-family: 'Rosario';

}



h1 {

	color: #222;

	font-family: 'GothBallCrap';

	font-size: 38px;

}



/* ----------------------------------

#. 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

---------------------------------- */



.top-header {



	background: #fff;

	z-index: 10000;

	position: fixed;

	width: 100%;

	height: 15px;

	top: 0;

	left: 0;

	color: #555;

	padding: 20px;

	border-bottom: 2px solid #ccc;

	

}



.top-header .contact-header {



	width:960px;

	margin: 0 auto;

	padding: 0 25px;

	text-align: center;

	text-align: left;

	





}



.social {



	float: right;

	color: #fff;

	margin: 0 auto;

	text-align: center;

	

	

	



}



.header {

	padding: 25px 0 0;

	margin-top: 50px;

	

}



	.header .logo {

		float: left;

		margin-top: 42px;

	}



		.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;

		border-top: 1px solid #888;

		background: #ddd;



	}



		.header .navigation ul {

			margin: 0;

			padding: 0;

			list-style: none;

			border-left: 1px solid #666;

		}



		.header .navigation ul li {

			float: left;

			border-right: 1px solid #999999;

			border-left: 1px solid #FFF;

		}

		

		

		

		.header .navigation li.associate{

			float: right;

			border-right: none;

			border-left: 1px solid #CCCCCC;

			background: #c5c3c3;

		} 



		.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: #555;

				}



			.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: #555;

				background: #f1f1f1;

				border-right: 1px solid #ccc;

			}



				.header .navigation ul li.current a,

				.header .navigation ul li a:hover {

					color: #555;

				}





/* ----------------------------------

#. Content

---------------------------------- */



.content {

	padding: 19px 0;

}



	.content h1:first-child {

		margin-top: 0;

		margin-bottom: 0;

	}



/* ----------------------------------

#. Slider

---------------------------------- */



.slider {

	height: 560px;
	/*height: 400px;*/

	position: relative;

}



	.slider li {

		height: 560px;
		/*height: 400px;*/

		background-repeat: no-repeat;

		background-position: center;

		background-size: cover;

	}

	

	.slider li .caption {

		

			position: absolute;

			height: 250px;

			

			border-right: solid 4px #000;

			margin-bottom: 58px;

			bottom: 0;

			right: 0;

			width: 300px;

			padding: 10px 20px;

			color: #fff;

			background: rgba(0, 0, 0, 0.6);

	}

	

		.slider li .caption h2{

		

		color:#fff;

	}

	

		.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: #3c3e4a url('../img/shadow.png') top center no-repeat;

	padding: 1px 0;

	text-align: center;



	color: #c8cbd4;

	font-size: 18px;

}



	.page-header h1 {

		font-size: 38px;

		color: #fff;

		font-weight: 600;

	}

	

	.page-header p {

		font-family: Oldlondon;

		font-size: 24px;

		padding:0;

		

	}



/* ----------------------------------

#. Gallery

---------------------------------- */



.gallery {



}



	.gallery ul {

		margin: 0;

		padding: 0;

		

	}



	.gallery ul li {

		float: left;

		margin-right: 11px;

		margin-bottom: 20px;

		

		overflow: hidden;

		position: relative;

	

		width: 222px;

		height: 150px;



		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: #222;

		}



	.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;

		}



/* ------- Fanlights Gallery ------------- */



.fanlight-gallery {



}



	.fanlight-gallery ul {

		margin: 0;

		padding: 0;

		

	}



	.fanlight-gallery ul li {

		float: left;

		margin-right: 11px;

		margin-bottom: 20px;

		

		overflow: hidden;

		position: relative;

	

		width: 176px;

		height: 176px;



		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;

	}



		.fanlight-gallery ul li.last {

			margin-right: 0;

		}

		

	.fanlight-gallery ul li a {

		width: 100%;

		height: 100%;

		

		display: block;

	}

/* ----------------------------------

#. Testimonials

---------------------------------- */



.testimonials {

	margin-top: 50px;

}



	.testimonials ul {

		margin: 0;

		padding: 0;

	}



	.testimonials ul li {

		margin-right: 19px;

		margin-bottom: 25px;

		padding: 25px;

		width: 244px;

		

		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: 13px;

		text-align: center;

		margin-bottom: 50px;

	}



		.columns .strap h2 {

			font-size: 24px;

			margin-top: -57px;

		}



			.columns .strap h2 span {

				color: #222;

			}



		.columns .strap p {

			margin-bottom: 0;

		}



	.columns .column {

		float: left;

		width: 960px;

		margin-right: 40px;

	}



		.columns .column.last {

			margin-right: 0;

		}



/* ----------------------------------

#. How We Work

---------------------------------- */



.how-we-work {

	margin-top: 7px;

}



	.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;

		margin-bottom: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: #555;



		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: 9px;

}



	.recent-work .strap {

		text-align: center;

		margin-bottom: 50px;

	}



	.recent-work .strap h2 {

		margin-top: 0;

	}



	.how-we-work .strap h2 {

		margin-top: -34px;

	}



	.recent-work .gallery {



	}







/* ----------------------------------

#. Footer

---------------------------------- */



.footer {

	padding: 50px 0;

	border-bottom: 1px solid #111;

	background: url('../img/footer.jpg') repeat;

	border-top: 1px solid #dedede;

}



	.footer .column {

		float: left;

		width: 200px;

		margin-right: 30px;



		font-size: 12px;

		line-height: 20px;

	}

	

		.footer .column .dropdown {

		display:none;

	}



		.footer .column.last {

			margin-right: 0;

			width: 500px;

		}



	.footer .column h3 {

		color: #fff;

		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: #c8cbd4;

		}



		.footer .column ul li i {

			display: none;

		}

#toggle {

	cursor: pointer;

}



.extra {

	display: none;

	background: #000;

	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: #111;

	border-top: 1px solid #444;

}



	.lower-footer .copyright {

		float: left;

	}



	.lower-footer .credit {

		float: right;

		text-align: right;

	}



		.lower-footer .credit a {

			color: #fff;

		}

		

		

		.gallery-links{

			list-style:none;

			padding:0;

			margin:0;

		}

		

		.gallery-links li a{

			float:left;

			width:200px;

			margin:9px;

			padding:6px;

			font-family: 'GothBallCrap';

			font-weight:bold;

			text-align:center;

			border: solid 1px #bbb;

			background: rgba(241, 241, 241, 0.61);

		}

		

		.gallery-links li a:hover{

			float:left;

			width:200px;

			margin:9px;

			padding:6px;

			

			border: solid 1px #bcbcbc;

			background:#e4e4e4;

			color:#;

		}