﻿img 
{
    max-width: 100%;
    height: auto;
}


iframe {
	max-width: 100%;
}

@media print {   
   .backstretch { display: none; }
}

.combodate-inline 
{
    display: inline-block;
}
.error {
    color: red;
}

p{

color: white;
}

h1, h2, h3, h4, h5, h6{
    color: white;
}

label{
    color: white;
}

.content{    
    background-color:rgba(18,76,129, 0.9);
    padding-bottom: 15px;
}

.sidebar{
       background-color: rgba(18,76,129, 0.9);
       padding-bottom: 15px;
       padding-top: 15px;

}


/* Footer colour*/
.footer-colour {
   background-color: rgba(18,76,129, 0.9);
}



/*.col-md-6{
    
}

.col-md-9{
    
}*/

a{
    color: white;
}

.pager > li > a
{
    color: rgb(18,76,129);
}





/** Deals with the header*/


body {
    padding-top: 70px; /* Required padding for .navbar-fixed-top. Change if height of navigation changes. */

}

@media(min-width:768px) {
    body {
        padding-top: 100px; /* Required padding for .navbar-fixed-top. Change if height of navigation changes. */
    }

 }


#header-fullwidth{
    width: 100%;
}


.page-header {
    border-bottom: 0;
    background-color:rgba(18,76,129, 0.9);
}

.navbar{
    border: 0;
}


/** Mobile button on navbar*/
.navbar-default .navbar-toggle {
    border-color: rgba(40, 137, 225, 0.9);
}

.navbar-default .navbar-toggle:hover {
    border-color: #fe2727 !important;
}

.navbar-default .navbar-toggle:focus {
    background-color: #fe2727 !important;
}


.navbar-default .navbar-collapse, .navbar-default .navbar-form{
    border-color: #fe2727 !important;
}

/** End of mobile button on navbar*/


.navbar-left > li > a:hover{
    background-color: rgba(0,0,0,0) !important;
}

.navbar-default {
      background-color: #c41515 !important;
      border-color: #c41515;

}

.navbar-right > li > a:hover{
   background-color: #fe2727 !important;


}


.navbar-right > li > a:focus{
    background-color: #fe2727 !important;


}

.navbar-nav>.active>a {
    background-color: #9c1010 !important;
}











/** Deals with footer at bottom of page*/


html, body {
  
}
.wrap {
  min-height: 100%;
}
footer{
   margin-top: 0px !important ;
}

.nav-pills>li.active>a{
     background-color: #9c1010; 


} 

.nav-pills>li.active>a:hover{
    background-color: #9c1010 !important; 

} 

.nav-pills>li.active>a:focus{
     background-color: #fe2727 !important; 
}

.nav-pills>li>a:hover{
     background-color: #fe2727;
     color: white;
}





/** Contact form view submit button color*/

#contact-submit-color{
    background-color:#c41515;
    border-color:#c41515;
}


.btn-primary{
    background-color: #9c1010 !important;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #ffffff;
  background-color: #c41515;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #c41515;
}

figcaption {
    color:white;
}



