.left{
	float: left;
	margin-right: 20px;
}

.right{
	float: right;
	margin-left: 20px;
}

.center{
	text-align: center;
}

.center img{
	margin-top: 20px;
}
.well-foot{
	min-height:20px;
	padding:19px;
	margin-bottom:20px;
	background-color:#F5F5F5;
	border:1px solid #eee;
	border:1px solid rgba(0,0,0,0.05);
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.05);
	-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.05);
	box-shadow:inset 0 1px 1px rgba(0,0,0,0.05)
}
.btn-custom { background-color: hsl(195, 60%, 35%) !important; background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2d95b7", endColorstr="#23748e"); background-image: -khtml-gradient(linear, left top, left bottom, from(#2d95b7), to(#23748e)); background-image: -moz-linear-gradient(top, #2d95b7, #23748e); background-image: -ms-linear-gradient(top, #2d95b7, #23748e); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2d95b7), color-stop(100%, #23748e)); background-image: -webkit-linear-gradient(top, #2d95b7, #23748e); background-image: -o-linear-gradient(top, #2d95b7, #23748e); background-image: linear-gradient(#2d95b7, #23748e); border-color: #23748e #23748e hsl(195, 60%, 32.5%); color: #fff !important; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.16); -webkit-font-smoothing: antialiased; }

h1, h2, h3, h4{
	font-family: 'Open Sans', sans-serif;
}

h1{
	padding-top: 20px;
	color: #C00;
	font-size: 32px;
}

h2{
	padding-bottom: 15px;
	font-size: 26px;
}
h3{
	padding-bottom: 20px;
	color: #0088cc;
	font-style: italic;
	padding-top: 20px;
	font-size: 22px;
}
p{padding-top: 11px;padding-bottom: 11px;}
ul{
	list-style: none;
	margin-left: 0px;
}

ol{
	margin-left: 30px;
}

ol li{
	margin-top: 10px;
	margin-bottom: 10px;
}
hr{
	color: #333;
	margin-top: 10px;
	margin-bottom: 20px;
}
body{
	padding-top: 60px;
	padding-bottom: 40px;
	font-size: 16px;
	line-height: 24px;
	background-color: #999;
}

.navbar-inner{
	background-color: rgb(255, 255, 255);
	background-color:#333333;
	background-image:-moz-linear-gradient(top,#333,#222);
	background-image:-ms-linear-gradient(top,#333,#222);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#333),to(#222));
	background-image:-webkit-linear-gradient(top,#333,#222);
	background-image:-o-linear-gradient(top,#333,#222);
	background-image:linear-gradient(top,#333,#222);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#333333, endColorstr=#222222), GradientType=0;    
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#333333, endColorstr=#222222). GradientType=0";
}

.navbar .nav > li > a{
	text-shadow: none;
	color: #fff;
}
.navbar .nav > li > a:hover,
.dropdown-menu li > a:hover, .dropdown-menu li > a:focus, .dropdown-submenu:hover > a,
.dropdown-menu a:hover,
.nav-collapse .nav > li > a:hover,
.nav-collapse .dropdown-menu a:hover{
	text-shadow: none;
	color: #fff;
	background: none;
	background-color: #F00;
}

.nav-pills > .active > a, .nav-pills > .active > a{
	background-color: #F00;
}

.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus{
	color: #fff;
	background-color: #F00;
	box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.125) inset;
}

.nav-tabs .open .dropdown-toggle, .nav-pills .open .dropdown-toggle, .nav > li.dropdown.open.active > a:hover{
	color: #ffffff;
	background-color: #F00;
	border-top-color: #F00;
	border-right-color-value: #F00;
	border-bottom-color: #F00;
	border-left-color-value: #F00;
}

.navbar .nav li.dropdown.open > .dropdown-toggle, .navbar .nav li.dropdown.active > .dropdown-toggle, .navbar .nav li.dropdown.open.active > .dropdown-toggle{
	color: #fff;
	background-color: #F00;
}

ul.nav.pull-right{
	padding-top: 7px;
}

.well{
	background-color: #fff;
}

.tech-logos{
	margin-top: 20px;
}

.ee, .bc, .wp{
	text-align: center;
}

.ee img, .bc img, .wp img{
	max-width: 100px;
}

.pbox{
	margin-bottom: 20px;
	border: 1px solid #eee;
	text-align: center;
}

.sidebar h2{
	padding-bottom: 10px;
}

.sidebar ul{
	margin-bottom: 20px;
}

.sidebar ul li{
	margin-top: 10px;
	margin-bottom: 12px;
	padding-bottom: 6px;
	border-bottom: 1px solid #eee;
}

.sidebar ul li a{
	color: #333;
	text-transform: uppercase;
	background: url(/img/sidebar-arrow.png) no-repeat 0px 4px;
	padding-left: 15px;
}

.sidebar ul li a:hover{
	text-decoration: none;
	color: #C00;
	background: url(/img/sidebar-arrow.png) no-repeat 0px -12px;
}

.post{
	margin-bottom: 20px;
}

.post h2{
	padding-bottom: 10px;
}

.post .left img{
	max-width: 200px;
}

.socials{
	margin-top: 10px;
	margin-bottom: 10px;
}

.socials img{
	margin-left: 5px;
	margin-right: 5px;
}

#twitter_update_list li{
	font-size: 12px;
}

#twitter_update_list li a{
	background: none;
	color: #06F;
}

.pagination a{
	border-left: 1px solid #ddd;
}

.pagination .pnp{
	float: right;
}

.port-list-item{
	border: 1px solid #eee;
	margin-bottom: 20px;
}

.port-list-item-title{
	height: 30px;
	background-color: rgba(0,0,0,0.8);
	position: relative;
	padding-top: 10px;
	text-align: center;
}

.port-list-item-title h4 a{
	color: #fff;
	position: relative;
	bottom: 10px;
}

.port-list-item-title h4 a:hover{
	color: #666;
	text-decoration: none;
}

.testimonial img{
	float: left;
	padding-right: 10px;
}

.testimonial p{
	padding-top: 0px;
	font-style: italic;
}

.testimonial p.test-author{
	float: right;
}

.contact-bar p{
	padding: 0px;
	margin: 0px;
}

.contact-bar h2{
	font-size: 20px;
	padding: 0px;
	margin: 0px;
}

.address div{
	font-size: 12px;
}

footer{
	margin-top: 30px;
	padding-top: 20px;
	border-top: 1px solid #ccc;
}

footer h4{
	padding-bottom: 10px;
}

footer a{
	font-size: 12px;
	color: #333;
}

footer p{
	font-size: 12px;
}

footer p.address{
	padding-top: 0px;
}

@media (max-width: 480px) { body{padding-top: 0px;} footer{display: none;} }
 
@media (max-width: 767px) { body{padding-top: 0px;} footer{display: none;} .nav-collapse .dropdown-menu a{ color: #CCC;} .contact-bar p{line-height: 20px;} .contact-bar h2{line-height: 24px;} }

@media (min-width: 768px) and (max-width: 979px) { body{padding-top: 0px;} .nav-collapse .dropdown-menu a{ color: #CCC;} }