/*Import Global Compulsory CSS Files*/
@import url(app.css);
@import url(header.css);
@import url(index.css);
@import url(plugins.css);
@import url(content.css);
@import url('https://fonts.googleapis.com/css?family=Titillium Web:300,400,500,700,900');
body { 
 font-family: 'Titillium Web', 'Open Sans', sans-serif;
 background-position: bottom left;
 background-repeat: repeat-x;
 background-color: #fff;
 color: #333; 
 font-size: 16px;
 line-height: 1.6;
}
p, 
li,
{ 
   color: #555;
}
h2{
 color: #b71234;
 font-size: 28px;
}
h3{color:#31708f}
a,
li .a {
   color: #004976
}
a:focus, 
a:hover, 
a:active {
	color: #AE103B;
} 
a:focus, 
a:hover, 
a:active {
	color: #006CAE;
} 
a.decoration-none:hover{
 text-decoration: none;
}
.color-green {
	color: ##004976;
}
.bg-darkred {
  background-color: #a10f2b !important;
  border-color: #a10f2b;
}
a.read-more:hover { 
	color:#006CAE; 
}
.linked:hover {
	color:#006CAE;
}
.link-list a {
	color: #eee;
	font-size: 12px;
	padding: 6px 0px;
	display: inline-block;
}
.link-list li i {
	color: #bbb;
	float: right;
	margin-top: 10px;
}
.img-float-left{
float:left;
margin-right:10px;
margin-bottom:5px;
width:150px;
}
.clear{
clear:both;
}
.wrapper{
  background: transparent;
}
.container-fluid{ padding:0;}
@media (max-width: 767px){
 .container-fluid{ padding-left:15px; padding-right:15px; }
}
/* BreadCrumb Menu 
----------------------------------*/
.breadcrumb a:hover{
 color: #a10f2b;
 text-decoration:none;
}
.breadcrumb a:after{
 content: "/";
 padding-left: 5px;
 padding-right: 5px;
 color: #aaa;
}
.breadcrumb span{
 color: #aaa;
}
.breadcrumb .fa-home{
font-size:16px;
}
/*BreadCrumb Menu Responsivity settings*/
@media(max-width: 585px) {
 .breadcrumb{
   padding:15px;
   text-align:center;
  }
}
/*Footer-v2
------------------------------------*/
.footer-v2 .footer {
	background: #f7f7f7;
	border-top: 3px solid #eee;
}
.footer-v2 .footer > .container {
	padding: 30px 40px 0px 40px;
}
.footer-v2 .footer p {
	color: #555;
}
.footer-v2 .headline h2 {
	color: #585f69;
}
/*Footer Subsribe*/
.footer-v2 .footer-subsribe {
	width: 100%;
}
/*Link List*/
.footer-v2 .link-list li {
	border-top: solid 1px #eee;
}
.footer-v2 .link-list a {
	color: #555;
}
.footer-v2 address {
	color: #555;
	line-height: 23px;
}
.footer-v2 address i {
	min-width: 20px;
	margin-right: 5px;
	text-align: center;
}
/*Copyright*/
.footer-v2 .copyright {
	border-top: none;
	background: #eee;
	padding: 10px 20px 10px 20px !important;
}
.footer-v2 .copyright p {
	color: #555;
	margin-bottom: 0;
}
#logo-footer{
 width: 150px;
 margin-top: 25px;
 margin-bottom: 35px;
}
.footer-v2 iframe{
 max-width:100%;
 height:200px;
 border-width:0px;
 overflow:hidden; 
}
.footer-icon img{
height:85px;
padding:0px 15px 0px 15px;
}
/*Gallery Page, Full Gallery
------------------------------------*/
.gallery-page .gallery-image{
 height:120px;
 overflow:hidden;
 margin-top:0px;
 margin-bottom:10px;
}
.full-gallery .gallery-image{
  height:138px;
  overflow: hidden;
  margin-top: 0px;
  margin-bottom: 10px;
}
.gallery-page .thumbnail img{
 width:180px;
 min-height:120px;
}
.gallery-page .thumbnail,
.gallery-page .thumbnail:hover {
 padding: 0;
 border: none;
 box-shadow: none;
}
.gallery-page .thumbnails {
 margin-bottom:6px;
}
