body {
	color: #000;
	font-family: 'Source Sans Pro', sans-serif;
	font-size:1.5em;
	background-color: #fff;
	overflow-x: hidden;
	line-height: 1.5;
}
a {
 color: #069; 
 cursor: pointer;
text-decoration: none;
}
a:hover {
	color: #bbb;
	outline: none;
	text-decoration: none;
}
a.darklinks {
	color: #FFF;
	font-size:12px;
	cursor: pointer;
	margin:0 10px;
	text-decoration: none;
 -moz-transition: all .2s;
 -o-transition: all .2s;
 -webkit-transition: all .2s;
 transition: all .2s;
}
a.darklinks:hover {
	color: #ddd;
	outline: none;
	text-decoration: none;
	border-bottom:1px dashed #ddd;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:400;
	color: #888;
	margin-bottom: 15px;
	margin-top: 0;
}
h1, h2, h3 {
	color:#039;
}
h1.pageheader {
	/*background:#ebebeb;
	padding:10px;
	
	-webkit-box-shadow: 0px 10px 15px -10px rgba(0,0,0,0.9);
-moz-box-shadow: 0px 10px 15px -10px rgba(0,0,0,0.9);
box-shadow: 0px 10px 15px -10px rgba(0,0,0,0.9);*/
border-bottom:1px solid #ddd;
margin: 0 0 20px 0;
}
h3.homeslide {
	font-size:18px;
	color:#036;
}
p {
	margin-bottom: 20px;
	text-align:justify;
}
p:last-child {
	margin-bottom: 0;
}
ul, ol {
	margin-bottom: 20px;
	color:#333;
}
ul.panelbullets, ol.panelbullets {
	margin: 0;
	padding:0;
	list-style:none;
}
ul.panelbullets, ol.panelbullets li {
	margin-bottom:10px;
	border-bottom:1px dashed #ccc;
	text-align:justify;
}
blockquote {
	padding-top: 0;
	padding-bottom: 0;
	border-color: #036;
}
blockquote small {
	color: inherit;
}
pre {
	background-color: rgba(255, 255, 255, .5);
	border-color: rgba(0, 0, 0, .1);
	margin-bottom: 20px;
}
.text-highlight {
	color: #069;
}
.logos-org {
	float:right;
	margin: 50px 0 0 0;
}
.hr-sidepanel {
	height:5px;
	border-top:1px solid #eee;
	margin:10px 0;
}
.menubar {
	display:inline-block;
	position:relative;
	width:100%;
	background:#ddd;
	margin:10px 0 0 0;
}
/*	Section
	==================================================*/
.section {
	padding: 0 0 50px 0;
}
.active-section {
	top: 20px;
}
.navbar.active-section {
	top: 0 !important;
}
/*	Button & Label
	==================================================*/
.alert {
	color: #FFF;
	border: none;
}
[class^="alert-"] .alert-link, [class*=" alert-"] .alert-link {
 color: #FFF;
 font-weight: 300;
 text-decoration: underline;
}
.btn, .label {
	font-weight: 300;/*	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	
	-moz-transition: all .2s;
	-o-transition: all .2s;
	-webkit-transition: all .2s;
	transition: all .2s;*/
}
.btn:hover, .btn:focus {
	outline: none;
}
.btn-link {
	color: #1abc9c;
}
.btn-link:hover, .btn-link:focus {
	color: #16a085;
}
.btn-default, .label-default {
	background-color: #FC0;
	border-color: #CCC;
	color: #333;
}
.btn-default:hover, .btn-default:focus {
	background-color: #333;
	border-color: #FC0;
	color: #CCC;
}
.btn-success, .label-success, .alert-success {
	background-color: #2ecc71;
	border-color: #2ecc71;
}
.btn-success:hover, .btn-success:focus {
	border-color: #27ae60;
	background-color: #27ae60;
}
.btn-primary, .label-primary {
	background-color: #3498db;
	border-color: #3498db;
}
.btn-primary:hover, .btn-primary:focus {
	background-color: #2980b9;
	border-color: #2980b9;
}
.btn-info, .label-info, .alert-info {
	background-color: #3498db;
}
.btn-info:hover, .btn-info:focus {
	background-color: #2980b9;
	border-color: #2980b9;
}
.btn-warning, .label-warning, .alert-warning {
	background-color: #e67e22;
	border-color: #e67e22;
}
.btn-warning:hover, .btn-warning:focus {
	background-color: #d35400;
	border-color: #d35400;
}
.btn-danger, .label-danger, .alert-danger {
	background-color: #e74c3c;
	border-color: #e74c3c;
}
.btn-danger:hover, .btn-danger:focus {
	background-color: #c0392b;
	border-color: #c0392b;
}
/*	Tab & Collapse Skin
	==================================================*/
.tab-pane {
	padding: 15px 0;
	margin-bottom: 5px;
}
.nav-tabs {
	border-bottom-color: #ecf0f1;
}
.nav-tabs>li>a {
	padding: 10px 0;
	margin-right: 30px;
	color: inherit;
	font-size: 16px;
	border: none;
	border-bottom: 1px solid rgba(255, 255, 255, 0);
}
.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
	background: transparent;
	border: none;
	border-color: rgba(255, 255, 255, 0);
}
.nav>li>a:hover, .nav>li>a:focus {
	background-color: #ecf0f1;
}
.nav-tabs>li>a:hover, .nav-tabs>li>a:focus {
	color: #1abc9c;
	background: transparent;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
	background: transparent;
	border: none;
	color: #1abc9c;
	border-bottom: 1px solid #1abc9c;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus {
	background-color: #1abc9c;
}
.nav .caret, .nav a:hover .caret {
	border-top-color: #1abc9c;
	border-bottom-color: #1abc9c;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
	background-color: #1abc9c;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
	border-color: #000;
}
.navbar-inverse .navbar-toggle {
	background-color: #34495e;
	border-color: #2c3e50;
	margin-top: 23px;
}
.navbar-inverse .navbar-toggle:focus {
	outline: none;
}
.breadcrumbs {
padding:0 0 30px 0;
}
.panel {
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
.panel-default {
	border-color: #ecf0f1;
}
.panel-default:last-child {
	margin-bottom: 25px;
}
.panel-default>.panel-heading {
	background: #ecf0f1;
	border:1px solid #69F;
	color: inherit;
}
.panel-default>.panel-heading+.panel-collapse .panel-body {
	border-top:none;
}
/*	Form
	==================================================*/
	.searchform {
		padding:0;
		margin:0;
	}
.search- {
	height:28px;
	width:100%;
	margin:10px 0 0 0;
	overflow:hidden;
	float:right;
	border:1px solid #ccc;
	border-radius:5px;
	padding:2px;
}
.searchicon {
	display:none;
	height:22px;
	width:22px;
	margin:15px 0 0 5px;
	float:left;
}
.searchele {
	margin-top:30px;
	float:left;
}
.search:hover .searchele {
	-moz-transform: translatey(-80%);
	-o-transform: translatey(-80%);
	-webkit-transform: translatey(-80%);
	transform: translatey(-80%);
	transition: all 300ms ease-out;
}
.search input[type="text"] {
	border: 1px solid #ccc;
	height:25px;
	background-color:#fff;
	width:200px;
	outline: 0 none;
	box-shadow: inset 0px 1px 4px #ECECEC;
}
label {
	font-weight: 300;
}
.input-group {
	margin-bottom: 10px;
}
.form-control {
	font-weight: 300;
	border-color: #ccc;
	background-color: #ecf0f1;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
 -moz-transition: all .2s;
 -o-transition: all .2s;
 -webkit-transition: all .2s;
 transition: all .2s;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control, .form-control[disabled]:hover, .form-control[readonly]:hover, fieldset[disabled] .form-control:hover, .form-control[disabled]:focus, .form-control[readonly]:focus, fieldset[disabled] .form-control:focus {
	background-color: #ecf0f1;
}
.form-control:hover, .form-control:focus {
	outline: none;
	border-color: #ecf0f1;
	background-color: #FFF;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
.form-control:-moz-placeholder {
color:#999;
font-weight: 300;
}
.form-control::-moz-placeholder {
color:#999;
font-weight: 300;
}
.form-control:-ms-input-placeholder {
color:#999;
font-weight: 300;
}
.form-control::-webkit-input-placeholder {
color:#999;
font-weight: 300;
}
.input-group-addon {
	background-color: #FFF;
	border-color: #ecf0f1;
	color: #ecf0f1;
}
[class^="has-"] .form-control, [class*=" has-"] .form-control {
 color: #FFF;
}
.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline {
	color: #2ecc71;
}
.has-success .form-control {
	border-color: #2ecc71;
	background-color: #2ecc71;
}
.has-success .form-control:hover, .has-success .form-control:focus {
	border-color: #2ecc71;
	background-color: #FFF;
	color: #2ecc71;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
.has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline {
	color: #e67e22;
}
.has-warning .form-control {
	border-color: #e67e22;
	background-color: #e67e22;
}
.has-warning .form-control:hover, .has-warning .form-control:focus {
	background-color: #FFF;
	border-color: #e67e22;
	color: #e67e22;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline {
	color: #e74c3c;
}
.has-error .form-control {
	border-color: #e74c3c;
	background-color: #e74c3c;
}
.has-error .form-control:hover, .has-error .form-control:focus {
	background-color: #FFF;
	border-color: #e74c3c;
	color: #e74c3c;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
/*	Header
	==================================================*/
#header {
	background-color: #324A70;
	border-bottom:1px solid #eee;
	box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .05);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, .05);
}
/*	Navbar
	==================================================*/
.navbar-inverse .navbar-brand {
	padding: 5px 0 5px 0;
	color: inherit;
}
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
	color: #000;
}
.navbar-inverse {
	background-color: rgba(255, 255, 255, 1);
	border: none;
}
.navbar-right button {
	margin: 23px 0;
}
.navbar-nav>li>a {
	padding: 60px 0 0 0;
	margin: 0 15px;
}
.navbar-inverse .navbar-nav>li>a {
	color: #ebebeb;
	text-transform: uppercase;
	font-size: 14px;
}
.navbar-inverse .navbar-nav>li>a:hover, .navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:hover, .navbar-inverse .navbar-nav>.active>a:focus {
	background-color: transparent;
	background-color: rgba(0, 0, 0, 0);
	color: #FC0;
}
.header-button {
	margin-left: 15px;
}
/* Home
======================================================*/
.homepanelimg {
	width:100%;
	height:120px;
	overflow:hidden;
	text-align:center;
}
.reshigh {
	text-align:center;
}
.homepanelimg img {
	max-width:100%;
	height:120px;
	margin-left:25%;
	margin-right:25%;
}
.description {
	margin-top:120px;
	background:rgba(0, 0, 0, 0.8);
	padding:5px;
	font-size:14px;
	font-weight:bold;
	color:#fff;
	width:100%;
	height:150px;
}
.description h4 {
	color:#fff;
}
.description span {
	font-weight:normal;
	color:#fff;
}
.homepanel:hover .description {
	-moz-transform: translateY(-80%);
	-o-transform: translateY(-80%);
	-webkit-transform: translateY(-80%);
	transform: translateY(-80%);
	transition: all 300ms ease-out;
}
#sidepanel {
	margin:0;
	padding:10px 20px;
	background: #eee;
	border:2px solid #ccc;
	border-left:none;
	border-right:none;
}
.attentionpanel {
	margin:0;
	padding:10px 20px;
	background: #eee;
	border:1px dashed #39F;
}
.panelpeople {
margin: 0 0 20px 0;
min-height:280px;
}
.panelpeople img {
	background:#ebebeb;
	padding:5px;
	border:1px solid #ddd;
	-webkit-box-shadow: 0px 10px 15px -10px rgba(0,0,0,0.9);
-moz-box-shadow: 0px 10px 15px -10px rgba(0,0,0,0.9);
box-shadow: 0px 10px 15px -10px rgba(0,0,0,0.9);
margin: 0 0 10px 0;
}
.pagebanner {
	background:#ebebeb;
	padding:5px;
	border:1px solid #bbb;
	-webkit-box-shadow: 0px 10px 15px -10px rgba(0,0,0,0.9);
-moz-box-shadow: 0px 10px 15px -10px rgba(0,0,0,0.9);
box-shadow: 0px 10px 15px -10px rgba(0,0,0,0.9);
margin: 0 0 30px 0;
overflow:hidden;
}
.announcement {
	margin-bottom:10px;
	line-height:1.3;
}
.reshigh {
	margin-bottom:10px;
	padding-bottom:10px;
}
	
/*	Section - Common
	==================================================*/
#common {
	/*background: url('../images/bg-1.jpg') center center no-repeat; */
	color:#333;
}
.commonoutercontainer {
	background:rgba(255, 255, 255, 0.9);
	padding:0 15px 0 15px;
}
.alignleft {
	float:left;
	margin:5px 10px 5px 0;
}
.alignright {
	float:right;
	margin: 5px 0 5px 10px;
}
#common .lead {
	color: #ddd;
}
#common p {
	color:#555;
}
#common img {
	max-width:100%;
	border:1px solid #CCC;
}
.imgmargleft10 {
	margin-left:10px;
}
.imgmargright10 {
	margin-right:10px;
}
#common .home_banner img {
	border:1px solid #ccc;
}
.grayborder {
	border: 1px solid #ddd;
}
.grayborder td.graycell {
	border: 1px solid #ddd;
}
#common img.noborder {
	border:none;
}
.blowup a:hover {
	opacity: .5;
}
.logoimg, .logoimg p {
	text-align:center !important;
	margin:0 0 10px 0;
}
.logoimg img {
	margin: 0 25% !important;
}
.paneldiv {
	clear:both;
	height: 1px;
	border-bottom:0px solid #efefef;
	margin:15px 0 15px 0;
	overflow:auto
}
.peoplediv:nth-child(1) {
	clear:both;
	height: 50px;
	border-bottom:0px solid #efefef;
	margin:0 0 0 0;
	overflow:auto
}
.peoplediv:nth-child(n+2) {
	clear:both;
	height: 50px;
	border-bottom:0px solid #efefef;
	margin:20px 0 0 0;
	overflow:auto
}
/*	Gallery
	==================================================*/ 
#gallery {
	background-color: #FFF;
	color: #333;
	padding-bottom: 70px;
}
#gallery img {
	width: 100%;
	height: auto;
}
#gallery a {
	margin-bottom: 30px;
	display: block;
}
#gallery a:hover {
	opacity: .5;
}
/*	Slider
	==================================================*/ 
#slider {
	background-color: #ecf0f1;
}
.carousel-control.left, .carousel-control.right {
	background-image: none;
}
.carousel-control {
	color: #999;
	opacity: 1;
	text-shadow: none;
}
.carousel-control:hover {
	color: #FFF;
}
.carousel-indicators li {
	border-color: #000;
	background-color: #FFF;
	margin: 0 2px;
	height: 15px;
	width: 15px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	margin: 0 2px;
 -moz-transition: all .2s;
 -o-transition: all .2s;
 -webkit-transition: all .2s;
 transition: all .2s;
}
.carousel-indicators .active {
	height: 15px;
	width: 15px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	margin: 0 2px;
	background-color: #00356B;
	border: 1px solid #fff;
}
.carousel.slide {
 -moz-transition: all .2s;
 -o-transition: all .2s;
 -webkit-transition: all .2s;
 transition: all .2s;
}
.carousel-inner img {
	width:100%;
}
.carousel-inner blockquote {
	border: none;
	text-align: center;
	padding: 40px 15%;
}
.carousel-inner blockquote small {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 400;
}
.carousel-inner blockquote p {
	font-size: 24px;
}
.carousel-control .glyphicon {
	left: 50%;
	margin-top: -10px;
	margin-left: -10px;
	font-size: 20px;
}
.carousel-indicators {
	bottom: -20px;
}
.carousel-control {
	background: rgba(0, 0, 0, 0.4);
	position: absolute;
	top: 50%;
	margin-top: 0px;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	height: 40px;
	width: 40px;
}
.carousel-caption {
	position:absolute;
	width:96%;
	left:2%;
	bottom:30px;
	background:rgba(0, 0, 0, 0.6);
	text-align:left;
	padding:5px;
}
.carousel-caption h3{
	color:#fff;
	text-shadow:2px 2px 0 #000;
	padding:0;
	margin:0;
}
.text-color {
	color: #FFF;
}
#main-slider .active .animation.animated-item-1 {
	-webkit-animation: fadeInUp 300ms linear 300ms both;
	-moz-animation: fadeInUp 300ms linear 300ms both;
	-o-animation: fadeInUp 300ms linear 300ms both;
	-ms-animation: fadeInUp 300ms linear 300ms both;
	animation: fadeInUp 300ms linear 300ms both;
}
#main-slider .active .animation.animated-item-2 {
	-webkit-animation: fadeInUp 300ms linear 600ms both;
	-moz-animation: fadeInUp 300ms linear 600ms both;
	-o-animation: fadeInUp 300ms linear 600ms both;
	-ms-animation: fadeInUp 300ms linear 600ms both;
	animation: fadeInUp 300ms linear 600ms both;
}
#main-slider .active .animation.animated-item-3 {
	-webkit-animation: fadeInUp 300ms linear 900ms both;
	-moz-animation: fadeInUp 300ms linear 900ms both;
	-o-animation: fadeInUp 300ms linear 900ms both;
	-ms-animation: fadeInUp 300ms linear 900ms both;
	animation: fadeInUp 300ms linear 900ms both;
}
#main-slider .active .animation.animated-item-4 {
	-webkit-animation: fadeInUp 300ms linear 1200ms both;
	-moz-animation: fadeInUp 300ms linear 1200ms both;
	-o-animation: fadeInUp 300ms linear 1200ms both;
	-ms-animation: fadeInUp 300ms linear 1200ms both;
	animation: fadeInUp 300ms linear 1200ms both;
}
.carousel-fade .carousel-inner .item {
	transition-property: opacity;
}
.carousel-fade .carousel-inner .item, .carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
	opacity: 0;
}
.carousel-fade .carousel-inner .active, .carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right {
	opacity: 1;
}
.carousel-fade .carousel-inner .next, .carousel-fade .carousel-inner .prev, .carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
	left: 0;
	transform: translate3d(0, 0, 0);
}
.carousel-control {
	z-index: 2;
}
/*	Contact
	==================================================*/ 
#contact {
	background:#fff;
	color:#333;
	text-align: center;
}
#contact h1 {
	color:#036;
}
#contact .overview p.lead {
	color:#036;
	margin: 30px 10%;
	margin-bottom: 40px;
}
#contact form {
	color:#036;
	width: 50%;
	margin: 0 25%;
}
#contact form inpput {
	color:#036;
}
.google-maps {
	position: relative;
	padding-bottom: 25%;
// This is the aspect ratio height: 0;
	overflow: hidden;
	margin-bottom:50px;
}
.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}
/*	Footer
	==================================================*/ 
#footer {
	width:100%;
	background: #111;
	font-size:12px;
	color: #ddd;
	text-align: left;
	padding:10px 0;
	border-top:5px solid #036;	
}
#footer .text-left {
	text-align:left;
}
#footer .text-right {
	text-align:right;
}


/*	Responsive
	==================================================*/ 

@media (max-width: 991px) {
 .service-block {
 margin-bottom: 30px;
}
 #image img.img-responsive {
 margin-left: auto;
 margin-right: auto;
}
 .faq-block {
 margin: 0 60px;
}
 .navbar-nav>li>a {
 margin: 0 7px;
}
}
@media (max-width: 767px) {
 .navbar-fixed-top {
 position:relative;
}

 .logos-org {
 float:none;
 text-align:center;
 margin: 20px 0 0 0;
}
.navbar-header {
 width:100%;
 text-align:center;
 clear:both;
 margin:0;
 padding:0;
}
.navbar-header img {
	float:left;
	max-width:90%;
}
.search- {
	height:28px;
	width:85%;
	margin:10px 0 10px 0;
	overflow:hidden;
	float:left;
	border:1px solid #ccc;
	border-radius:5px;
}
.searchicon {
	height:22px;
	width:22px;
	margin:15px 0 0 5px;
	float:left;
}
 .service-block, .img-responsive, .carousel {
 margin-bottom: 30px;
}
 .overview .lead {
 margin-left: 0;
 margin-right: 0;
}
 .container {
 max-width: 690px;
 padding-left: 30px;
 padding-right: 30px;
}
.section {
 padding: 0 0 20px 0;
}
 #footer .text-left {
 text-align: center;
 font-size:11px;
}
#footer .text-right {
 text-align:center;
 font-size:11px;
}
 .faq-block {
 margin: 0 50px;
}
 .navbar-nav>li>a {
 padding: 10px;
}
 .header-button {
 margin: 0;
}
 .navbar-right button {
 margin-top: 0;
 margin-bottom: 50px;
}
}
@media (max-width: 490px) {
 .container {
 max-width: 430px;
 padding-left: 30px;
 padding-right: 30px;
}
.navbar-header {
 width:100%;
 text-align:center;
 clear:both;
 margin:0;
}
.navbar-header, .navbar-header img {
	float:left;
	max-width:100%;
	margin:0;
	padding:0;
}
.section {
 padding: 20px 0 50px 0;
}
#header .pull-right {
float:none;
}
.search- {
	height:28px;
	width:85%;
	margin:10px 0 10px 0;
	overflow:hidden;
	float:left;
	border:1px solid #ccc;
	border-radius:5px;
}
.searchicon {
	height:22px;
	width:22px;
	margin:15px 0 0 5px;
	float:left;
}
#footer .text-left {
 text-align: center;
 font-size:11px;
}
#footer .text-right {
 text-align:center;
 font-size:11px;
}
 #gallery .col-xs-6 {
 width: 50%;
}
 .faq-block {
 margin: 0;
}
}
.error {
	color:#f00;
	padding-left:5px;
}
.smalltext {
	font-size:11px;
	color:#555;
}
.footerdiv {
	border:1px solid #99F;
	background:#eee;
}
strong {
	font-weight:bold;
}
@media(min-width:992px) {
.col-md-5cols {
	width:20%;
}
.two-col {
	list-style: url(../images/bullet-squares-blue.png);
	margin:0;
	padding:0;
	-moz-column-count:2;
	-moz-column-gap:0px;
	-webkit-column-count:2;
	-webkit-column-gap:0px;
	column-count:2;
	column-gap:0px;
}
.three-col {
	list-style: url(../images/bullet-squares-blue.png);
	margin:0;
	padding:0;
	-moz-column-count:3;
	-moz-column-gap:0px;
	-webkit-column-count:3;
	-webkit-column-gap:0px;
	column-count:3;
	column-gap:0px
}
.two-col li, .three-col li {
	margin:0 20px 10px 20px;
	line-height:18px;
}
}
@media(min-width:240px) and (max-width:991px) {
	#sidepanel {
	margin:50px 0 0 0;
}
.two-col {
	list-style: url(../images/bullet-squares-blue.png);
	margin:0;
	padding:0;
	-moz-column-count:1;
	-moz-column-gap:0px;
	-webkit-column-count:1;
	-webkit-column-gap:0px;
	column-count:1;
	column-gap:0px;
}
.three-col {
	list-style: url(../images/bullet-squares-blue.png);
	margin:0;
	padding:0;
	-moz-column-count:1;
	-moz-column-gap:0px;
	-webkit-column-count:1;
	-webkit-column-gap:0px;
	column-count:1;
	column-gap:0px
}
.two-col li, .three-col li {
	margin:0 20px 10px 20px;
	line-height:18px;
}
}
.mediaart {
	min-height:225px;
	text-align:center;
}
.mediaart img {
	max-height:150px;
}