body {
	color: #333;
	font-size: 16px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
}

a {
	text-decoration: none;
	color: #0088cc;
}

h1, h2, h3, h4 {
	color: #333;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#header {
	background-color: white;
	padding: 45px 10px 0px 10px;
	line-height: 1;
}

.segment {
	width: 100%;
	padding: 60px 0;
}

.pagetop h1 {
	font-size: 52px;
	margin-bottom: 10px;
	margin-top: -20px;
}

.pagetop h2 {
	font-size: 28px;
	color: white;
	margin-bottom: 0;
	background-color: #333;
	padding: 4px;
	display: inline;
}

.inner {
	max-width: 950px;
	margin: 0 auto;
}

.color {
	background-color: #74aab0 !important;
	color: white;
}

.color h1 {
	color: white;
}

.grey {
	background-color: #f5f5f5;
	color: #333;
}

#header .logo {
	float: left;
}

#nav ul {
	float: right;
	background-color: #f5f5f5;
	padding: 5px 0;
}

#nav li {
	display: inline;
	padding: 0px 15px;
}

#nav a {
	color: #555;
	font-weight: bold;
}

#nav a:hover {
	color: #444;
}

.nav_toggle {
	display: none;
}

.flexslider {
	border: 5px solid white;
	box-shadow: 0;
	margin-right: 0px;
}

.flex-control-paging li a {
	background-color: white !important;
	box-shadow: none !important;
}

.flex-control-paging li a.flex-active {
	background-color: #bbb !important;
	box-shadow: none !important;
}

.clients {
	font-size: 26px;
	color: #888;
	margin: 0;
	text-align: center;
}

.quote {
	font-size: 36px;
	font-style: italic;
	margin: 0;
}

.credit {
	font-size: 18px;
	color: #888;
	margin: 0;
	text-align: right;
}

.units-row {
	margin-bottom: 0;
}

#footer {
	padding: 45px 10px;
	color: #999;
	background-color: #333;
}

.copyright {
	float: left;
}

.fbicon {
    width:35px;
    height:35px;
    font-size:20px;
    color:white;
    line-height:35px;
    text-align:center;
    background-color:#3B5998;
    margin-bottom: 15px;
    float: right;
    margin-left: 15px;
    font-weight: bold;
}

.fbicon a {
	color:white;
}

.twiticon {
    width:35px;
    height:35px;
    font-size:20px;
    color:white;
    line-height:35px;
    text-align:center;
    background-color:#48BEF6;
    margin-bottom: 15px;
    float: right;
    margin-left: 15px;
    font-weight: bold;
}

.twiticon a {
	color:white;
}

.gplusicon {
    width:35px;
    height:35px;
    font-size:20px;
    color:white;
    line-height:35px;
    text-align:center;
    background-color:#DA4836;
    margin-bottom: 15px;
    float: right;
    margin-left: 15px;
    font-weight: bold;
}

.gplusicon a {
	color:white;
}


/* MEDIA QUERIES
--------------------------------------------*/

@media only screen and (max-width: 768px) {

.inner {
	padding-right: 20px;
	padding-left: 20px;
}

#header {
	padding: 35px 0px 0px;
}

.nav_toggle {
	display: block;
}

a.nav_toggle {
	border: 1px solid #ddd;
	text-decoration: none;
	padding: 5px 10px;
	float: right;
	color: #999;
}

#nav {
	display: none;
	clear: both;
}

#nav ul {
	margin: 0;
	margin-top: 20px;
	float: left;
	width: 100%;
}

#nav li {
	display: block;
	padding: 7px 0;
	border-top: 1px solid white;
	padding:10px;
}

#nav li:first-child {
	border-top: 0;
}

#blocks li {
	margin-bottom: 10px;
}

}

@media only screen and (min-width: 769px) {

#nav {
	display: inline !important; 
}

}