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

body, html, *{
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	
	font-family: 'Open Sans', sans-serif;
	color: #545454;
	
	-webkit-font-smoothing: antialiased !important;
}

h1, h2, h3{
	font-family: 'Nunito', sans-serif;
	font-weight: 300;
}

h1.side{
	display: block;
	font-size: 15px;
	margin: 0;
	font-weight: 300;
	margin-bottom: 12px;
	padding-bottom: 6px;
	border-bottom: 1px solid #CCC;
}

p{
	font-size: 13px;	
}

#header{
	height: auto;
	padding-top: 20px;
	background: #7db9e8;
	background: -moz-radial-gradient(center, ellipse cover,  #7db9e8 0%, #1e5799 100%); /* FF3.6+ */
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#7db9e8), color-stop(100%,#1e5799));
	background: -webkit-radial-gradient(center, ellipse cover,  #7db9e8 0%,#1e5799 100%);
	background: -o-radial-gradient(center, ellipse cover,  #7db9e8 0%,#1e5799 100%);
	background: -ms-radial-gradient(center, ellipse cover,  #7db9e8 0%,#1e5799 100%);
	background: radial-gradient(ellipse at center,  #7db9e8 0%,#1e5799 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7db9e8', endColorstr='#1e5799',GradientType=1 );
	margin-bottom: 24px;
}

#header-no-slideshow{
	height: 135px;
	padding-top: 20px;
	background: #69a4dd;
	background: -moz-linear-gradient(top,  #69a4dd 0%, #205aa1 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#69a4dd), color-stop(100%,#205aa1));
	background: -webkit-linear-gradient(top,  #69a4dd 0%,#205aa1 100%);
	background: -o-linear-gradient(top,  #69a4dd 0%,#205aa1 100%);
	background: -ms-linear-gradient(top,  #69a4dd 0%,#205aa1 100%);
	background: linear-gradient(to bottom,  #69a4dd 0%,#205aa1 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#69a4dd', endColorstr='#205aa1',GradientType=0 );
	border-bottom: 10px solid #555;
	padding-bottom: 10px;
	position: relative;
	margin-bottom: 24px;
}

#slideshow{
	background-image:url('../img/bar-grey.png');
	background-position: bottom;
	background-repeat: repeat-x;
	padding-bottom: 10px;
}

ul.services-list > li {
    margin-left: 50px;
}

#navigation{
	float: right;
	white-space: nowrap;
	margin-top: 20px;
}

.bx-wrapper{
	margin: 0 auto 40px;	
}

#navigation li{
	font-family: 'Nunito', sans-serif;
	font-weight: 400;
	font-size: 14px;
	display: inline-block;
	list-style-type: none;	
	margin: 0;
}

#navigation li a{
	text-decoration: none;
	color: #FFF;
	line-height: 60px;
	padding: 5px 10px;
	margin: 0 10px;
}

#navigation li a:hover{
	border-bottom: solid 2px white;
}

#logo{
	float: left;	
	margin-left: 10px;
}

#content{
	min-height: 500px;
	margin-bottom: 12px;
}

.clients{
	border-top: 1px solid #DDD;
	background-color: #F7F7F7;
}

.clients > ul > li{
	display: inline-block;
	width: 16%;
	height: auto;
}

.clients > ul{
	white-space: nowrap;	
}

.clients > ul > li > a > img{
	width: 100%;
	height: auto;
}

.bx-wrapper{
	margin: 0 auto 0px;		
}

#footer{
	background-color: #222;
	background-image: url('../img/footer-background.png');
	background-repeat: repeat-x;
	width: 100%;
	padding-bottom: 20px;
	padding-top: 20px;
}

.border-left{
	border-left: 1px solid #F0F0F0;	
}

.quote{
	padding-left: 30px;
	background-image:url('../img/quote-blue.png');
	background-repeat: no-repeat;
	background-position: left 4px;
}

.quote-sub{
	font-size: 14px;
	text-align: right;
	padding: 0;
	margin: 0;	
	margin-bottom: 12px;
}

.sub{
	font-size: 14px;
	text-align: left;
	padding: 0;
	margin: 0;	
	margin-bottom: 4px;
}

.blue{
	color: #1e5799;
	font-weight: bold;
}

#footer div h3{
	font-size: 16px;
}

.divider{
	border-top: 1px solid #F0F0F0;
	margin: 20px 0;	
}

.headSlider > a{
	display: block;
	margin: auto;
	width: 100%;
	text-align: center;
}	

.headSlider > a > img{
	width: 100%;
	max-width: 960px;
	height: auto;	
}

#testimonies{
	height: 310px;	
}

.bx-wrapper .bx-next{
	right: 10px;	
}

.bx-wrapper .bx-prev{
	left: 10px;	
}

.projects{
	border-radius: 5px;
	background-color: #f5f5f5;
	border: 1px solid #CCC;	
	padding: 10px;
	margin-top: 12px;
}


/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px)
{
	
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px)
{
	
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px)
{
	
}