/*
	Minimaxing 3.0 by HTML5 UP
	html5up.net | @n33co
	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/

/*********************************************************************************/
/* Desktop (>= 480px)                                                            */
/*********************************************************************************/

/*********************************************************************************/
/* Global                                                                        */
/*********************************************************************************/
@font-face {
	font-family: "Ubuntu Condensed";
	src: url('../fonts/Ubuntu-C.eot');
	src: url('../fonts/Ubuntu-C.eot') format('embedded-opentype'),/* IE 9 */
		 url('../fonts/Ubuntu-C.ttf') format('truetype');
}

/* Basic */
	
	body {
		min-width: 1200px;
	}

	section, article {
		margin: 0 0 60px 0;
	}

	section:last-child, article:last-child {
		margin-bottom: 0;
	}

	section.left-content {
		padding-right: 30px;
	}

	section.right-content {
		padding-left: 30px;
	}

	section.middle-content {
		padding: 0 30px 0 30px;
	}

	ul.small-image-list img {
		/*width: 78px;*/
		max-width: 125px;
		max-height:200px;
	}

	ul.big-image-list img {
		width: 178px;
	}

/* Reusable */

	.blog-post-image {
		width: 588px;
	}

/* Header */

	#header-wrapper {
		background-color: #1c4bc9;
		background-image: -moz-linear-gradient(top, #1c4bc9, #4e94f2);
		background-image: -webkit-linear-gradient(top, #1c4bc9, #4e94f2);
		background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#1c4bc9), to(#4e94f2));
		background-image: -ms-linear-gradient(top, #1c4bc9, #4e94f2);
		background-image: -o-linear-gradient(top, #1c4bc9, #4e94f2);
		background-image: linear-gradient(top, #1c4bc9, #4e94f2);
		/* for IE */
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1c4bc9', startColorstr='#356fdd', endColorstr='#4e94f2');
	}

	#header {
	position: relative;
	margin: 2.5% 0 2.5% 0;
	padding: 0 40px 0 40px;	
	border-radius: 10px; 	
	border: solid 1px #1c4bc9;	
	background: #2575cb;
	background-image: -moz-linear-gradient(top, #2575cb, #fff);
	background-image: -webkit-linear-gradient(top, #2575cb, #fff);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#2575cb), to(#fff));
	background-image: -ms-linear-gradient(top, #2575cb, #fff);
	background-image: -o-linear-gradient(top, #2575cb, #fff);
	box-shadow:inset 0px 0px 0px 1px #4f94ee, 0px 1px 4px 0px rgba(0,0,0,0.10);
	height: 86px;
	/* for IE */
	background-image:url(ie_pics/header.svg);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2575cb', endColorstr='#ffffff'); 
	}

		#header h1 {
			position: absolute;
			left: 40px;
			top: 0;
			color: #fff; 
			font-size: 2.4em;
			letter-spacing: -2px;
			line-height: 86px;
			height: 88px;
		}

		#header h1 a {
			color: #fff;
			text-decoration: none;
		}
		
		#header nav {
			position: absolute;
			right: 5px;
			top: 1px;
			line-height: 84px;
			text-transform: lowercase;
			font-size: 1.3em;
			letter-spacing: -1px;
		}
		
			#header nav a {
				display: inline-block;
				text-decoration: none;
			 	color: #fff; 
				padding: 0 25px 0 25px;
				outline: 0;
			}
			
			#header nav a.current-page-item {				
				background-color: #1a45b8;				
				background-image: -moz-linear-gradient(top, #1a45b8, #007b99);
				background-image: -webkit-linear-gradient(top, #1a45b8, #007b99);
				background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#1a45b8), to(#007b99));
				background-image: -ms-linear-gradient(top,#1a45b8, #007b99);
				background-image: -o-linear-gradient(top, #1a45b8, #007b99);
				background-image: linear-gradient(top, #1a45b8, #007b99); 
				box-shadow: inset 0px 1px 5px 1px rgba(0,0,0,0.1), 0px 0px 5px 1px rgba(255,255,255,0.1);
			}

			#header nav a:hover {
				background-color: #a01919;
				background-image: -moz-linear-gradient(top, #a01919, #b01f1f);
				background-image: -webkit-linear-gradient(top, #a01919, #b01f1f);
				background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#a01919), to(#b01f1f));
				background-image: -ms-linear-gradient(top, #a01919, #b01f1f);
				background-image: -o-linear-gradient(top, #a01919, #b01f1f);
				background-image: linear-gradient(top, #a01919, #b01f1f);
				box-shadow: inset 0px 1px 5px 1px rgba(0,0,0,0.05), 0px 0px 5px 1px rgba(255,255,255,0.05);							
			}

/* Banner */

	#banner-wrapper {
		background: #c8d2bc url(images/bg2.png);
	}

	#banner {
		position: relative;
		width: 1160px;
		height: 265px;
		margin: 2% 0 2% 0;
		box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.10);
		border-radius: 10px;
		-webkit-border-radius: 10px;
		padding: 20px;
		background: #fff url(images/banner1.png) no-repeat 20px 20px;
		background-size: 1160px 265px;
	}

		#banner h2 {
			position: absolute;
			z-index: 1;
			font-size: 2.3em;
			color: #fff;			
			letter-spacing: -2px;
			float: left;				
			left: 5%;
			top: 30%;	
			text-transform: none;	
			margin-bottom: .5em;
		} 
		
		#banner span a {
			clear:both;
			font-size: 1.2em;
			z-index: 1;
			opacity: .75;	
			color: #fff;
			letter-spacing: -1px;
			top: 58%; 
			left:6em;
			position:absolute;
			text-decoration:none;
		}
		
		#banner img {
			opacity:100%;
			z-index: 1;			
			position: relative;
			top: 10%;
			float: right;					
		}
		
		#banner img a {
			text-decoration:none;	
		}

/* Main */

	#main {
		background: #fff;
		padding: 2% 0 2% 0;
	}

		#main .controls {
		}

		#main .main-row {
			margin: 2% 0 2% 0;
			overflow: hidden;
		}
	
		
/* Testimonial */

#testimonial img.quote-lt {	
	margin: 0 5px 0 0;
	float:left;
}

#testimonial img.quote-rt {	
	margin: 25px 65px 0 0;
	float:right;
}

p.signature { 
	text-align: center;
	font-style:italic;
}

 /* Clear Floated Elements */
.clear_all {
	display: block;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	clear: both;
}
/* End Clear Floated Elements */

/* Footer */

	#footer-wrapper {
		padding: 3% 0;
		background-color: #EFEFEF;
	}

/* Copyright */

	#copyright {
		text-align: center;
		color: #A6A88F;
		border-top: solid 1px #ced0b7;
		padding: 3em 0 0 0;
		margin: 1% 0 0 0;
	}

		#copyright a {
			color: #A6A88F;
		}

/* Placeholder attribute for older browsers */

