﻿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(36,125,167, 0.9);
}


.sidebar{
       background-color: rgba(36,125,167, 0.9);
       padding: 15px;
}

a{
    color: white;
}

.pager > li > a
{
    color: rgb(36,125,167);
}





/** 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(36,125,167, 0.9) !important;
}

.navbar{
    border: 0;
}


/** Mobile button on navbar*/
.navbar-default .navbar-toggle {
    border-color: rgba(25, 87, 116,1 );
}

.navbar-default .navbar-toggle:hover {
    border-color: #1c8573 !important;
}

.navbar-default .navbar-toggle:focus {
    background-color:#1c8573 !important;
}


.navbar-default .navbar-collapse, .navbar-default .navbar-form{
    border-color: #1c8573 !important;
}

/** End of mobile button on navbar*/


.navbar-left > li > a:hover{
    background-color: rgba(0,0,0,0) !important;
}

.navbar-default {
      background-color: #24a790 !important;
      border-color: #24a790;

}

.navbar-right > li > a:hover{
   background-color: #247da7 !important;


}


.navbar-right > li > a:focus{
    background-color: #247da7!important;


}

.navbar-nav>.active>a {
    background-color: #195774 !important;
}


/** Deals with footer at bottom of page*/

.footer-colour{
    background-color: rgba(36,125,167, 0.9) !important;
}


html, body {
  
}
.wrap {
  min-height: 100%;
}
footer{
   margin-top: 0 !important ;
}

.nav-pills>li.active>a{
     background-color: #24a790;


} 

.nav-pills>li.active>a:hover{
    background-color: #bde4dd !important; 

} 

.nav-pills>li.active>a:focus{
     background-color: #bde4dd !important; 
}

.nav-pills>li>a:hover{
     background-color: #bde4dd;
     color: #2f6781;

}




/** Contact form view submit button color*/

#contact-submit-color{
    background-color:#A7243B; 
    border-color:#A7243B; 
}


.btn-primary{
    background-color: #A7243B !important;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #ffffff;
  background-color: #24a790;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #24a790;
}