.responsive {
  width: 100%;
  height: auto;
}

body{
	background-image:url('../images/backgroundxxx.jpg');
	background-attachment:fixed;
	
}
.navigation{
	background-color:#1C2B3D;
	padding-top:5px;
	padding-bottom:5px;
	width:100%;
	opacity:0.9;
	margin-bottom:30px;
}

span.brand, a.brand{
	color:#ffffff;
	font-size:2em;
}
span.cities a, span.cities
{
	color:#ffffff;
}

.container
{
	padding-top:2%;
}

.jumbotron h4
{
	font-size: 24px;
}

.jumbotron ol li
{
	list-style:square;
	line-height:26px;
	color:#ffffff;
}

.jumbotron ul li
{
	list-style:disc;
	line-height:26px;
	color:#ffffff;
}

.table-striped thead th
{
}

.table-striped>tbody>tr:nth-child(odd)>td, 
.table-striped>tbody>tr:nth-child(odd)>th {
   background-color: #49708A;
   color:#FFFFFF;
 }
 .table-striped>tbody>tr:nth-child(odd)>td a, 
.table-striped>tbody>tr:nth-child(odd)>th a{

   color:#FFFFFF;
 }
 .table-striped>tbody>tr:nth-child(even)>td, 
.table-striped>tbody>tr:nth-child(even)>th {
   background-color:#CCCCCC;
   opacity:0.8;
}
 .table-striped>tbody>tr:nth-child(even)>td a, 
.table-striped>tbody>tr:nth-child(even)>th a {
   color:#0B2E59;
}
.sub-footer
{
padding-top: 15px;
width: 100%;
padding-bottom: 15px;
background-color: #1B1B1B;
margin-top: 50px;
color: #C2C2B4;
text-align: center;
text-shadow: 1px 1px 1px #5E5E5E;
clear:both;
}
.footer
{
	padding-top:15px;
	width:100%;
	overflow: auto;
	padding-bottom:15px;
	background-color:#222222;
}
li
{
	list-style:none;
	line-height:26px;
	color:#C0C0C0;
}
td
{
	text-align:center;
}

a:hover
{
	text-decoration:none;
}
h1,h2,h4
{
	color:#245269;
	font-family:"Arial Black";
}
/*panel-styles */
.panel-heading a
{
}

.cities
{
	color:#FFFFFF;
	font-size:small;
}
.brand-name
{
	color:#FFFFFF;
	font-size:1.75em;
}
.logo
{
	float:left;
	height:80px;
	width:86px;
	margin-left:30px;
}
.company
{
	float: left;
}
.jumbotron
{
	
	position:relative;	
	background-color: #49708A;
	color:#FFFFFF;
	
}
.panel-title1 {
font-size: 15px!important;
}
.jumbotron h2
{
	color:#FFFFFF;
}
.jumbotron p
{
	font-size:0.75em;
}

.panel.panel-heading
{
	background-color:#245269;
}
.panel-title {
margin-top: 0;
margin-bottom: 0;
font-size: 16px;
font-weight:bold;
color: inherit;
}
ol li
{
	list-style:decimal;
	color:#000000;
}
address{
	color:#ffffff;
}
ul li,li 
{
list-style: square;
line-height: 26px;
color: #000000;
}
.abc{
font-size:1.3em!important;
}
element.style {
}
.panel h4 {
color: #419641;
font-family: "Arial Black";
}

.footer .links ul li
{
	list-style:none;
}
.footer .emails ul li
{
	list-style:none;
	color:#ffffff;
}
@media (max-width: 400px)
{
	.container h2{
		font-size:1.25em;
	}
	.large-screen-table-view{
		display: none;
	}
		.block{
			padding:5px;
		border-right:1px solid #a1a1a2;
	}
span.small{
	font-size:0.75em;
	}
}
@media (min-width: 400px)
{
	.container h2{
		font-size:1.25em;
	}

	.mobile-table-view{
		display: none;
	}

}