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

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

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

img {
	border: none;
}

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

body {
	margin: 0;
	padding: 0;
	color: #555;
	font: 13px 'Droid Sans', Arial, sans-serif;
	
	background: url('../img/bg.jpg') fixed;
}

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

.clear {
	clear: both;
}

hr {
	height: 0;
	border: none;
	margin: 35px 0;
	border-top: 1px dotted #bbb;
}

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

.wrapper {
	background: #fff;
	padding: 0 20px;
}

.container {
	margin: 0 auto;
}

.grey {
	background: #f0f0f0;
}

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

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

p {
	line-height: 25px;
}

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

form {
	
}

	form input[type='text'],
	form input[type='email'] {
		padding: 15px;
		width: 200px;
		border: 1px solid #ccc;	
	}
	form textarea {
		padding: 10px;
		width: 400px;
		min-height: 100px;
		height: 100px;
		resize: vertical;
		border: 1px solid #ccc;
	}
	
	form input[type='submit'] {
		
	}
	
	.message {
		padding: 15px;
		color: #fff;
		font-size: 12px;
		
		border-radius: 3px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
	}
	
		.message ul {
			list-style: none;
			padding: 0;
			margin: 0;
		}
		
		.message ul li {
			padding: 3px 0;
		}
		
		.message p {
			margin: 0;
		}
	
		.message.error {
			background-color: #da4e45;
		}
	
		.message.success {
			background-color: #408e64;
		}

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

.btn {
	display: inline-block;
	padding: 10px 15px;
	background: #4C6CA4;
	color: #fff;
	border: none;
	
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	
	-webkit-transition: background 0.2s ease;
}

	.btn:hover {
		background: #111;
		cursor: pointer;
	}

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

.header {
	padding: 20px 20px;
}

	.header .logo {
	padding:10px 0;
	}
	
	.header .logo img {
		/*width: 40%;*/
	}
	
	.header .contact {
	font-size:18px;
	padding:10px 0;
	}
	
	.navbar{
		border:0;
		background:none;
		margin-bottom:0;
	}
	.header .navigation {
	}
	
	.header .navigation ul {
		list-style: none;
		padding: 0;
		margin: 0;
	}
	
	.header .navigation ul li {
	}
	

	
	.header .navigation ul li a {
		display: block;
		padding: 0 10px 20px;
	}
	
/* ----------------------------------
#. Navigation
---------------------------------- */
.nav-title {
  color: #fff;
  padding: 12px 20px;
  font-weight: bold;
  font-size: 18px;
}
.top-navigation {
	background: #002147;
}

.top-navigation ul {
	list-style: none;
	padding: 0;
	margin: 0;
}



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

.top-navigation ul li a {
	color: #c4afb5;
	display: block;
	padding: 15px 10px;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
}

.top-navigation ul li a:hover,
.top-navigation ul li.current a {
	color: #fff;
}

.top-navigation ul li.current a {
	background: url('../img/current.png') bottom center no-repeat;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #555 !important;
  background-color: #f5f5f5;
}

/* ----------------------------------
#. Slider
---------------------------------- */

.slider-wrapper {
	
}

/* ----------------------------------
#. Content
---------------------------------- */

.page-header {
	padding: 30px 0;
	background: url('../img/page-header.jpg') top center no-repeat;
}

	.page-header .text {
		width: 600px;
		color: #fff;
		font-size: 14px;
	}
	
	.page-header .text h1 {
		font-size: 18px;
	}

.about-header {
	padding: 60px 0;
	background: url('../img/about-header.jpg') top center no-repeat;
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
}

	.about-header .text {
		width: 450px;
		color: #fff;
	}
	
	.about-header .text h1 {
		font-size: 17px;
	}
	
	.about-header .text .btn {
		
	}

.content {
	padding: 25px 0;
	font-size: 14px;
}

	.content h1 {
		margin-top: 0;
		color: #111;
		font-size: 22px;
	}
	
	.content.side {
		padding: 40px 0;
	}
	
/* ----------------------------------
#. Sidebar
---------------------------------- */
	
.sidebar {
	margin: 40px 0;
}

	.sidebar h2 {
		margin-top: 0;
		color: #111;
		font-size: 22px;
	}

	.sidebar ul {
		list-style: none;
		padding: 0;
		margin: 0;
	}
	
	.sidebar ul li {
		padding: 5px 0 5px 20px;
		background: url('../img/li.png') left center no-repeat;
		
		-webkit-transition: padding 0.3s ease;
	}
	
	.sidebar ul li:hover {
		padding-left: 30px;
	}
	
	.sidebar ul li a {
		
	}
	
/* ----------------------------------
#. Columns
---------------------------------- */

.columns {
	padding: 25px 0;
}

	.columns .column {
		float: left;
		width: 300px;
		margin-right: 30px;
	}
	
	.columns .column.last {
		margin-right: 0;
	}
	
/* ----------------------------------
#. Services
---------------------------------- */
	
.services {
	list-style: none;
	padding: 0;
	margin: 0;
}

	.services li {
		padding: 5px 0px 5px 25px;
		background: url('../img/tick.png') left center no-repeat;
	}
	
/* ----------------------------------
#. Contact CTA
---------------------------------- */

.contact-cta {
	background: url('../img/contact-bar.jpg');
	margin-bottom: 50px;
	padding: 15px;
	color: #fff;
	text-align: center;
	border: 1px solid #77253e;
	text-transform: uppercase;
	
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

	.contact-cta strong {
		font-size: 16px;
	}
	
/* ----------------------------------
#. Home Images
---------------------------------- */
	
.home-images {
	padding-bottom: 30px;
}

	.home-images ul {
		list-style: none;
		padding: 0;
	}
	
	.home-images ul li {

		margin:10px 0;
		width: 100%;
		height: 300px;
		overflow: hidden;
	}
	
	.home-images ul li.last {
		margin-right: 0;
	}
	
	.home-images ul li img {
		
		max-width: 100%;
		min-height: 100%;
	}
	
/* ----------------------------------
#. Offices
---------------------------------- */

.offices {
	margin-bottom: 30px;
}

	.offices ul {
		list-style: none;
		padding: 0;
		margin:0;
	}
	
	.offices ul li {
		float: left;
		width: 300px;
		margin-right: 30px;
	}
	
	.offices ul li.last {
		margin-right: 0;
	}
	
/* ----------------------------------
#. Gallery
---------------------------------- */

.gallery {
	list-style: none;
	padding: 0;
	margin: 0;
}

	.gallery li {
		float: left;
		width: 225px;
		height: 170px;
		overflow: hidden;
		
		margin-right: 20px;
		margin-bottom: 20px;
	}
	
	.gallery li.last {
		margin-right: 0;
	}
	
	.gallery li img {
		max-width: 100%;
		min-height: 100%;
	}
	
/* ----------------------------------
#. Footer
---------------------------------- */

.footer {
	background: #002147;
	color: #fff;
}

	.footer a {
		color: #c4afb5;
	}
	
		.footer a:hover {
			color: #fff;
		}

	.footer .upper, .footer .lower {
		padding: 25px 0;
	}

	.footer .upper {
		
	}
	
		.footer .upper h2 {
			margin: 0;
			float: left;
		}
		
		.footer .upper .footer-upper-navigation {
			float: right;
		}
		
		.footer .upper .footer-upper-navigation ul {
			list-style: none;
			padding: 0;
			margin: 0;
		}
		
		.footer .upper .footer-upper-navigation ul li {
			display: inline-block;
		}
		
		.footer .upper .footer-upper-navigation ul li a {
			font-size: 24px;
		}
	
	.footer .lower {
		background: url('../img/footer-lower.png');
		
	}
	
		.footer .lower .column {

		}

		.footer .lower .column h3 {
			color: #fff;
		}
		
		.footer .lower .column ul {
			list-style: none;
			padding: 0;
			margin: 0;
		}
		
		.footer .lower .column ul li {
			padding: 3px 0;
		}
		
		.footer .lower .column ul li a {
			padding-left: 15px;
			background: url('../img/nav.png') left center no-repeat;
			-webkit-transition: padding 0.3s ease;
		}
		
		.footer .lower .column ul li.current a {
			color: #fff;
		}
		
		.footer .lower .column ul li a:hover {
			padding-left: 25px;
		}
		
		.footer .lower .column ul li.has_children ul {
			display: none;
		}
		
/* ----------------------------------
#. Areas
---------------------------------- */

.areas {
	list-style: none;
	padding: 0px;
	margin: 0;
	text-align: center;
	margin-top: 20px;
	padding-top: 10px;
	border-top: 1px dotted #ccc;
	display: none;
}

	.areas li {
		display: inline-block;
		padding: 5px 10px;
	}