/* Add here all your CSS customizations */
/* remove bottom padding for page header  and change background colour*/
.page-header {
    margin: 0 0 0 0;
}
.page-header .breadcrumb {
    background: none;
    margin: 0 0 2px 2px;
    padding: 0;
    position: relative;
    z-index: 1;
    font-weight: bold;
	color: #cccccc
}
.breadcrumb > .active a{
    color: #dddddd;
}
/* amend so that header is no minimum height */
header#header-no-border-bottom {
	min-height: 30px !important
}

/* change a;focus to black 
#header .header-nav-main.header-nav-main-light nav > ul > li > a:focus {
    color: #9f9f9f;
}
/* change header bottom border to joint colour 
section.page-header h1 {
    border-bottom-color: #9f9f9f;
}



/* footer top border and background colour */
#footer.light {
    padding-top: 60px;
    background: #eeeeee;
    border-top: 1px solid #c41532;
}


/* footer copyright top border colour */
#footer.light .footer-copyright {
    margin-top: 15px;
    background: #FFF;
    border-top: 1px solid #49509e;
}
/* footer heading and link color 
#footer.light h1, #footer.light h2, #footer.light h3, #footer.light h4, #footer.light a {
    color: #171717;
}
*/
/* underline footer contact details a */
#footer .contact a {
	text-decoration:underline;
}

/*  change colour , make bold and remove underline for links */

 a {
	font-weight: bold;
	text-decoration:none;
	color: #9f9f9f;
}
a:hover {
	color: #9f9f9f;
	text-decoration:none;
}

a:focus {
	color: #9f9f9f;
}
/* make top nav hover the black, joint page colour
#header .header-nav-main.header-nav-main-light nav > ul > li > a:hover {
    color: #9f9f9f;
}
*/

/*remove top paddings from home page image */
.nivo-slider .theme-default .nivoSlider {
    border-radius: 10px 10px 0 0;
    box-shadow: none;
    margin-top: 0;
}
/* make list icons colour black
.list.list-icons.list-icons-style-3 li > .fa:first-child, .list.list-icons.list-icons-style-3 li a:first-child > .fa:first-child, .list.list-icons.list-icons-style-3 li > .icons:first-child, .list.list-icons.list-icons-style-3 li a:first-child > .icons:first-child {
    background-color: #171717;
}

/* Change arrow color that appears on non-mobile 
#header .header-nav-main nav > ul > li > a.dropdown-toggle:after {
	border-color: #9f9f9f transparent transparent transparent !important;
}

/* Change arrow color that appears on mobile 
#header .header-nav-main nav > ul > li > a.dropdown-toggle .fa-caret-down {
	color: #9f9f9f;
}
*/


