
/* css list with arrow images  -------------- */
	.list ul{
		list-style-type: none;
		margin: 0 0 6px;
		padding-left: 0px;
		padding-right: 0;
		padding-top: 0;
	}
	.list li{
		background: transparent url("assets/images/arrow.png") no-repeat scroll 0 5px;
		line-height: 1.8;
		padding-left: 23px;		
		color:#fff;
		font-size:12pt;
		
	}
	.list li a:link, .list li a:visited{
	    color:#1e598e;
		text-decoration:none;
	}
	
	.list li a{
		padding-left:5px;
		padding-right:5px;
	}
	.list li a:hover{
	    color:#0A7CAF;
	    -moz-box-shadow: 0px 0px 2px #9e9ea3;
	    -webkit-box-shadow: 0px 0px 2px #9e9ea3;
	    box-shadow: 0px 0px 2px #9e9ea3;
	    border:none 0px #000000;
	    -moz-border-radius: 3px;
	    -webkit-border-radius: 3px;
	    border-radius: 3px;
	}
	
	/* End css list with arrow images  -------------- */
	
.read-more {
  cursor: pointer;
  display: inline-block;
  padding: 0 .5em;
  color: #fff;
  font-size: .9em;
  line-height: 1.9;
  border: 1px solid #fff;
  border-radius: .25em;  
  margin-top: 7px;
  
  background-image: linear-gradient(to bottom, #929295 0px, #141212 100%);
  background-repeat: repeat-x;
  
  
}

.shadow{
  -moz-box-shadow: 0px 1px 4px #9e9ea3;
  -webkit-box-shadow: 0px 1px 4px #9e9ea3;
  box-shadow: 0px 1px 4px #9e9ea3;  	
}
 


.img-box-right {
    float: left;
    padding-bottom: 4px;
    padding-left: 0;
    padding-right: 13px;
    padding-top: 7px;
}

.right-content-box {
    border-bottom: 1px solid #cecece;
    height: auto;
    margin: auto auto auto 30px;
    padding: 15px 0 10px;
}

#testimonials p {
    margin-left: 35%;
	font-size:12px;
}
.right-content-box p {
    margin-bottom: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 4px;
}

.right-content-box span {
    color: #1b7789;
    font-weight: bold;
}
p, dl, multicol {
    display: block;
    margin-block-end: 1em;
    margin-block-start: 1em;
}

.panel-heading a:after {
    font-family:'Glyphicons Halflings';
    content:"\e114";
    float: right;
    color: grey;
}
.panel-heading a.collapsed:after {
    content:"\e080";
}

.aboutus-img {
    border: 4px solid #fff;
    float: right;
    margin: 0 0 10px 20px;
}
img.abouticon {
    float: left;
    margin: 5px 5% 0 0;
}
h3{
	font-size: 12pt;
    font-weight: bold;
    color: #1b7789;
}
h4{
	font-weight: bold;
    color: #1b7789 !important;
	display: block;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 20px !important;
    font-weight: normal;
    line-height: normal;
    margin-block-end: 0.67em;
    margin-block-start: 0.67em;
}
h4 a:hover{
	text-decoration:none;
	color:#000;
	
}

h5 {
    border-bottom: 1px dotted #666;
    font-size: 15px;
    font-weight: bold;
    margin: 0 0 10px;
    padding: 0 0 5px;
}

#aboutus ul.icon {
    margin-left: 100px;
	
}
ul.icon li{
	line-height: 28px;
	background: #ebebeb none repeat scroll 0 0;
    border: 1px solid #c8c7c7;
    display: block;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 4px;
    padding: 0 0 0 10px;
}
.customersImg{
	background: #fff;
	padding-left: 30px;
	border-radius: .23em;
	
}
 
.drop-cap{
	float: left; padding-right:10px;	
}
.highlight{
	color: #ACFFA3 !important;
}
.module{
	font-size: 19px;
	letter-spacing: 1px;
	line-height: 1.3em;
	text-align: left;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	color: #acffa3 !important
}


a,a:hover,a:active{
	color:#FE9E00;
	text-decoration:none;	
}
a:hover{
	color:#F8DF00; 	
}
.mbr-gallery-item {
	background-color:#fff;
	height: 127px;
    line-height: 8em;
    text-align: center;
    width: 330px;
	margin:5px;
 
}