body {	
	font-family: 'Open Sans', sans-serif;
  	-webkit-font-smoothing: antialiased;
  	-webkit-overflow-scrolling: touch;
  	font-size: 16px;
  	color: #777;
  	line-height: 1.6;
}

/* Set Up - Overriding Styles  */

a {
   	-moz-transition: all 0.2s linear;
   	-webkit-transition: all 0.2s linear;
   	-o-transition: all 0.2s linear;
   	transition: all 0.2s linear;
	color: #00B0FF;
}

a:visited {
    color: #00B0FF;
}

p {
	color: #777;
}

a:hover, a:focus {
	color: #00B0FF;
	text-decoration: underline;
}

h1 {
	font-family: 'Lato', sans-serif;
	font-size: 40px;
	font-weight: normal;
	font-style: normal;
	color: #444;
}

h2 {
	font-family: 'Lato', sans-serif;
	font-size: 30px;
	font-weight: normal;
	font-style: normal;
	color: #444;
}

h3 {
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
	color: #444;
}

h4, h5, h6 {
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.su {
    visibility: hidden;
}

.underline {
	padding-bottom: 20px;
	position: relative;
}

.underline:before{
    content: "";
    position: absolute;
    width: 20%;
    height: 2px;
    bottom: 0;
    left: 40%;
    border-bottom: 1px dotted #777;
}

.underline-left {
	padding-bottom: 20px;
	position: relative;
}

.underline-left:before{
    content: "";
    position: absolute;
    width: 20%;
    height: 2px;
    bottom: 0;
    left: 0;
    border-bottom: 1px dotted #777;
}

.btn {
	color: #00B0FF;
	background-color: transparent;
	border-color: #00B0FF;
}

.btn:hover {
	color: #fff;
	background-color: #00B0FF;
	border-color: #00B0FF;
}

.modal-backdrop.in {
    opacity: .8;
}

.modal-backdrop {
    background-color: #fff;
}

/* Navbar */

.navbar
{
    background-color: transparent;
    margin-bottom: 0;
    position: absolute;
    width: 100%;
}

.navbar-default {
    border-color: transparent;
}

.navbar-brand {
    height: 80px;
    padding: 15px 12px;
}

.navbar-nav {
	padding-top: 15px;
	padding-bottom: 15px;
}

.navbar-default .navbar-nav > li > a {
	color: #fff;
	color: rgba(255,255,255,.75);
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #fff;
    color: rgba(255,255,255,1);
}

.navbar-scrolled {
    position: fixed;
    background: #fff;
    background: rgba(255, 255, 255, .96);
    border-color: #f4f4f4;
}

.navbar-scrolled .navbar-nav > li > a {
	color: #777;
    color: rgba(119,119,119,.75);
}

.navbar-scrolled .navbar-nav > li > a:hover, .navbar-scrolled .navbar-nav > li > a:focus {
    color: #777;
    color: rgba(119,119,119,1);
}

.navbar-toggle {
    margin-top: 23px;
    margin-bottom: 23px;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color:#ddd;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color:transparent;
}

/* Header / Banner */

header {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	background-color: #777;
	margin-bottom: 60px;
}

header > div {
	background: rgba(40,44,44,.56);
	padding-bottom: 60px;
	padding-top: 81px;
}

header h1, header h2, header h3, header h4, header h5, header h6, header p {
	color: #f0f0f0;
	text-shadow: 0 0 10px rgba(40,40,40,.4);
}

header h1 {
	margin: 0;
	margin-top: 40px;
}

header h2 {
	margin-top: 0;
}

header .underline:before{
    border-bottom: 1px dotted #f0f0f0;
}

/* What We Do Section */

#whatwedo {
	margin-bottom: 60px;
}

#whatwedo h2:first-child {
	margin-top: 0;
}

.circle {
	width:140px;
    height:140px;
    border-radius:50%;
    display:inline-block;
    text-align:center;
    color:white;
    font-size: 16px;
    background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	background-color: #777;
	padding: 0;
	overflow: hidden;
	border: 0;
	text-shadow: 1px 2px 5px rgba(0, 0, 0, .3);
	margin-bottom: 20px;
	cursor: pointer;
}

.circle .inner {
	width: 100%;
    height: 140px;
}

.circle .inner div {
	float: left;
    width: 100%;
   	color: #fff;
	text-align: center;
	padding: 22px 20px;
    background: rgba(40,44,44,.56);
    -webkit-transition: background .15s linear;
    transition: background .15s linear;
    height: 100%;
}

.circle .inner:focus > div, .circle .inner:hover > div {
    background: rgba(50,54,54,.35);
}

.circle h2 {
	font-size: 18px;
	color: #fff;
	margin-top: 5px;
	margin-bottom: 0;
}

.panel-heading h3 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: normal;
    width: 75%;
    padding-top: 4px;
    font-size: 20px;
    color: #fff;
}

.panel-heading {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	background-color: #777;
	padding: 0;
}

.panel-heading > div {
	padding: 70px 15px 70px 15px;
	background: rgba(40,44,44,.56);
}

.panel-heading .btn {
	color: #fff;
	background-color: transparent;
	border-color: #fff;
}

.panel-heading .btn:hover {
	color: #fff;
	background-color: #00B0FF;
	border-color: #00B0FF;
}

.panel-body h3 {
	margin-top: 0;
}

.panel-body {
	background-color: #fafafa;
}

/* Manifesto Section */

#manifesto {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	background-color: #777;
	margin-bottom: 60px;
}

#manifesto > div {
	background: rgba(40,44,44,.56);
	padding-bottom: 20px;
}

#manifesto h1, #manifesto h2, #manifesto h3, #manifesto h4, #manifesto h5, #manifesto h6, #manifesto p {
	color: #f0f0f0;
	text-shadow: 0 0 10px rgba(40,40,40,.4);
}

#manifesto .underline:before{
    border-bottom: 1px dotted #f0f0f0;
}

#manifesto .fa-stack {
	line-height: 1.7em;
}

#manifesto .fa-stack-1 {
	font-size: 0.6em;
}

#manifesto .fa-circle-thin {
	opacity: 0.5;
	filter: alpha(opacity=50);
}

/* Our Team Section */

#ourteam {
	margin-bottom: 60px;
}

#ourteam h2 {
	margin-top: 0;
}

.thumbnail {
	margin-bottom: 0;
	cursor: pointer;
	border: 4px solid #00B0FF;
	position:relative;
	padding: 0;
}

.thumbnail h3 {
	margin-top: 0;
	margin-bottom: 0;
	color: #444;
	font-size: 20px;
}

.thumbnail p {
	margin-top: 0;
	margin-bottom: 0;
	color: #444;
}

.thumbnail:hover img {
    -webkit-filter: contrast(1.2);
    filter: contrast(1.2);
}

.thumbnailselected:after {
    content:'';
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-top: solid 14px #00B0FF;
    border-left: solid 14px transparent;
    border-right: solid 14px transparent;
}

.caption {
    top:0;
    left:0;
    position: absolute;
    width: 100%;
}

.thumbnail div {
	background: rgba(255,255,255,.56);
}

.bio {
	margin-top: 20px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	background-color: #777;
}

.bio > div {
	background: rgba(40,44,44,.56);
	padding: 20px;
}

.bio h1, .bio h2, .bio h3, .bio h4, .bio h5, .bio h6, .bio p {
	color: #f0f0f0;
	text-shadow: 0 0 10px rgba(40,40,40,.4);
}

.bio h3 {
	font-size: 24px;
}

.bio .underline:before{
    border-bottom: 1px solid #f0f0f0;
}

/* Map / Contact Section */

#map {
    width: 100%;
    height: 360px;
}

#contact {
	margin-bottom: 60px;
}

#contact h2 {
	margin-top: 0;
}

#contact input { 
	font-family: 'FontAwesome', 'Roboto', sans-serif; 
}

form input, form textarea {
	-webkit-appearance: none;
}

.form-control {
    box-shadow: none !important;
    border-radius: 0 !important;
    border-color: #ccc;
}

.form-control:focus {
    box-shadow: none !important;
    border-color: #00B0FF;
}

.form-control::-moz-placeholder {
    color: #D0D4D9 !important;
}

label {
    font-weight: normal;
}

/* Footer Section */

footer {
	background: #f8f8f8;
	color: #777;
	font-size: 13px;
}

@media (min-width: 768px) {
}

@media (min-width: 769px) {
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
    only screen and (-o-min-device-pixel-ratio: 3/2),
    only screen and (min--moz-device-pixel-ratio: 1.5),
    only screen and (min-device-pixel-ratio: 1.5) {   
}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1024px) {
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
	.circle {
		height: 120px;
    	width: 120px;
	}

	.circle h2 {
		font-size: 14px;
	}
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
}

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

	.navbar-collapse {
		background: #fff;
	}

	.navbar-collapse .navbar-nav > li > a {
		color: #777;
    	color: rgba(119,119,119,.75);
	}

	.navbar-collapse .navbar-nav > li > a:hover, .navbar-collapse .navbar-nav > li > a:focus {
    	color: #777;
    	color: rgba(119,119,119,1);
	}
	
	.bio-title {
		display: none;
	}	
}

@media (min-width: 768px) and (max-width: 991px) {      
}
    
/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 667px) {
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
}	

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {      
}