@import 'https://fonts.googleapis.com/css?family=Playfair+Display:400,700';

/* Body / Etc */
body{
	font-family: 'Playfair Display', serif;
	font-weight:400;
	font-size: 17px;
    line-height: 1.7;
	color:#3f4041;
}
p{
	margin:0 0 50px;
}
.maincol p{
	margin:0 0 30px;
}
h1{
	padding:0;
	margin:0 0 20px;
	color:#cc9937;
}
h1.dark{
	color:#3f4041;
}
h2{
	padding:0;
	margin:0 0 20px;
	font-size: 20px;
}
h1,h2,h3,h4,h5,h6,.list-big{
	text-transform:uppercase;
	font-weight:700;
}
p.lead{
	color:#cc9937;
	font-size:20px;
	line-height:1.7;
	margin:0 0 50px;
}
.page-header {
	padding-bottom: 9px;
	margin: 40px 0 50px;
	border-bottom: 1px solid #cc9937;
}
hr{
	border-color:#cc9937;
	margin:50px 0;
}
.maincol .page-header,
.sidecol .page-header{
	margin:0 0 20px;
	padding-bottom:10px;
}
.maincol h1{
	font-size:20px;
}
.sidecol h2{
	font-size:20px;
}
hr.no-offet-top{
	margin: 0 0 50px !important;
}
.list-big{
	list-style-position: inside;
	list-style-type: square;
	margin-bottom:50px;
	color:#cc9937;
	font-size:20px;
}
.list-big span{
	color:#3f4041;
}
.box{
	display:block;
	padding:70px 40px;
	border:solid 1px #cc9937;
	margin:0 0 50px;
	font-size:20px;
	font-weight:700;
	text-transform:uppercase;
	color:#fff;
	cursor:pointer;
	position:relative;
}
.box a{
	position:absolute;
	width:100%;
	height:100%;
	display:block;
	top:0;
	left:0;
	right:0;
	bottom:0;
}
.box.conveyancing{
	background:#3f4041 url(../images/conveyancing.jpg);
}
.box.personalinjury{
	background:#3f4041 url(../images/personal-injury.jpg);
}
.box.willsandprobate{
	background:#3f4041 url(../images/wills-and-probate.jpg);
}
.box.litigation{
	background:#3f4041 url(../images/litigation.jpg);
}
.box.family{
	background:#3f4041 url(../images/family.jpg);
}
.box.commercial{
	background:#3f4041 url(../images/commercial.jpg);
}
.box.conveyancing,
.box.personalinjury,
.box.willsandprobate,
.box.litigation,
.box.family,
.box.commercial{
	background-size:100% auto;
	box-shadow:inset 0 0 100px 100px rgba(0,0,0,0.0);
	transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
}
.box.conveyancing:hover,
.box.personalinjury:hover,
.box.willsandprobate:hover,
.box.litigation:hover,
.box.family:hover,
.box.commercial:hover{
	box-shadow:inset 0 0 100px 100px rgba(0,0,0,0.5);
}
/* Header & Nav */
.header{
    padding: 20px 0;
    margin: 0;
}
.tel{
	float:right;
	font-size:28px;
	position:relative;
	top:0;
	margin-bottom:-20px;
	margin-right:30px;
}
.tel a:hover{
	text-decoration:none;
}
.navbar {
    margin-bottom: 20px;
    margin-top: 20px;
}
.header .navbar-default {
    background: none;
    border: none;
}
.header .navbar-default .navbar-nav>li>a {
    color: #3f4041;
	margin-left: 5px;
	margin-right: 5px;
    font-size: 15px;
}
.header .navbar-default .navbar-nav>li>a {
    color: #3f4041;
	margin-left: 4px;
	margin-right: 4px;
}
.header .navbar-default .navbar-nav>.active>a,
.header .navbar-default .navbar-nav>.active>a:focus,
.header .navbar-default .navbar-nav>.active>a:hover {
	color: #fff !important;
	background: #cc9937;
}
.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    color: #fff !important;
    background: #3f4041;
}
.dropdown-menu{
	border:none;
}
/* Featured */
.featured{
	position:relative;
}
.featured .content{
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	width:100%;
	height:100%;
}
.featured .content .container{
	display:table;
	height:100%;
}
.featured .content .container .col-xs-12{
	display:table-cell;
	text-align:center;
	vertical-align: middle;
	float:none;
}
.featured .featured-box{
	padding:20px;
	display:inline-block;
	box-shadow:inset 0 0 0 5px #cc9937;
	background:none;
}
.featured .featured-box .text{
	padding:40px;
	margin:0;
	background:rgba(0,0,0,0.8);
	color:#fff;
}
.featured .featured-box .text h2{
	font-size:40px;
	text-transform:uppercase;
	font-weight:700;
	padding:0;
	margin:0;
}
.featured .featured-box .text p{
	padding:0;
	margin:30px 0 0;
}
.featured .featured-box .text span{
	color:#cc9937;
}
.mobile{
	display:none;
}
@media (max-width:992px){
	.featured .featured-box{
		padding:10px;
	}
	.featured .featured-box .text h2{
		font-size:20px;
	}
	.featured .featured-box .text p{
		font-size:14px;
		margin-top:20px;
	}
}
@media (max-width:768px){
	.desktop{
		display:none;
	}
	.mobile{
		display:block;
	}	
	.featured .featured-box{
		padding:0;
		box-shadow:none;
	}
	.featured .featured-box .text{
		padding:10px !important;
	}
	.featured .featured-box .text h2{
		font-size:14px;
	}
	.featured .featured-box .text p{
		font-size: 12px;
	    margin: 0px 0 0;
	}
}

/* Main Area */
.main-area{
	padding:40px 0;
	margin:0;
}
.main-area.grey{
	background:#e9ecf0;
}
.main-area.base{
	margin-bottom:-40px;
}
.main-area.base img{
	width:auto;
	max-height:100px;
}
/* Footer */
.footer{
	margin:40px 0 0;
	padding:40px 0;
	background:#3f4041;
	color:#fff;
	border-top:10px solid #cc9937;
	font-size:14px;
}
.footer .big{
	font-size:20px;
	font-weight:700;
	line-height: 0.6;
}
.footer hr{
	border-color:#545557;
	margin-top:20px;
	margin-bottom:20px;
}
.footer small{
	font-size:11px;
}
.base-nav{
	background:#2d2d2e;
	color:#545557;
	font-size:13px;
	text-align:center;
	height:30px;
	line-height:30px;
}
.base-nav a{
	color:#cc9937;
}
.base-nav a:hover,
.base-nav a:focus,
.base-nav a:active{
	color:#fff;
}
.base-nav ul{
	margin:0;
}


/* Carousel */
.carousel-indicators {
    position: absolute;
    bottom: -40px;
    left: 50%;
    z-index: 15;
    width: auto;
    padding-left: 0;
    text-align: center;
    list-style: none;
    margin-bottom: 0;
    height: 20px;
    margin: 0 auto;
    transform: translate(-50%, 0);
    padding: 10px;
    border-radius: 0 0 10px 10px;
    height: 40px;
    background: #efefef;
}
.carousel-indicators .active {
	width:20px;
	height:20px;
    background-color: #cc9937;
}
.carousel-indicators li {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000\9;
    background-color: #fff;
    border: none;
    border-radius: 0;
}
.item a.btn {
	background:#cc9937;
    border-color: #cc9937;
    margin-top: 20px;
}

/* Animation delays */
.carousel-caption h3:first-child {
    animation-delay: 1s;
}
.carousel-caption h3:nth-child(2) {
    animation-delay: 2s;
}
.carousel-caption a.btn {
    animation-delay: 3s;
}




/* Side Col */
.sidecol .list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #3f4041;
    border: 1px solid #2d2d2e;
}
.sidecol a.list-group-item {
    color: #fff;
}
.sidecol a.list-group-item:focus,
.sidecol a.list-group-item:hover{
    color: #fff;
    text-decoration: none;
    background-color: #2d2d2e;
}
.sidecol .list-group-item.active,
.sidecol .list-group-item.active:focus,
.sidecol .list-group-item.active:hover {
    color: #fff;
    background-color: #cc9937;
    border-color: #cc9937;
}
/* Second Level */
.sidecol #OurPeople .list-group-item,
.sidecol #OurServices .list-group-item {
    padding: 5px 25px;
    margin-bottom: -1px;
    background-color: #f6f6f6;
    border: 1px solid #efefef;
}
.sidecol #OurPeople a.list-group-item,
.sidecol #OurServices a.list-group-item {
    color: #3f4041;
}
.sidecol #OurPeople a.list-group-item:focus,
.sidecol #OurPeople a.list-group-item:hover,
.sidecol #OurServices a.list-group-item:focus,
.sidecol #OurServices a.list-group-item:hover{
    color: #3f4041;
    text-decoration: none;
    background-color: #fff;
}
.sidecol #OurPeople .list-group-item.active,
.sidecol #OurPeople .list-group-item.active:focus,
.sidecol #OurPeople .list-group-item.active:hover,
.sidecol #OurServices .list-group-item.active,
.sidecol #OurServices .list-group-item.active:focus,
.sidecol #OurServices .list-group-item.active:hover {
    color: #3f4041;
    background-color: #efefef;
    border-color: #efefef;
}
/* Further */
.sidecol #OurServices .further .list-group-item {
    padding: 5px 35px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #efefef;
}
.sidecol #OurServices .further a.list-group-item {
    color: #3f4041;
	box-shadow:inset 1px 0 0 #cc9937;
}
.sidecol #OurServices .further a.list-group-item:focus,
.sidecol #OurServices .further a.list-group-item:hover{
    color: #3f4041;
    text-decoration: none;
    background-color: #fff;
}
.sidecol #OurServices .further .list-group-item.active,
.sidecol #OurServices .further .list-group-item.active:focus,
.sidecol #OurServices .further .list-group-item.active:hover {
    color: #3f4041;
    background-color: #fafafa;
    border-color: #efefef;
	box-shadow:inset 10px 0 0 #cc9937;
	
}

/* Side Nav - Our Services */
.sidecol #OurPeople .list-group-item.conveyancing.active,
.sidecol #OurPeople .list-group-item.conveyancing.active:focus,
.sidecol #OurPeople .list-group-item.conveyancing.active:hover,
.sidecol #OurServices .list-group-item.conveyancing.active,
.sidecol #OurServices .list-group-item.conveyancing.active:focus,
.sidecol #OurServices .list-group-item.conveyancing.active:hover {
    color: #fff;
    background-color: #65a1b8;
    border-color: #65a1b8;
}

.sidecol #OurServices .further.conveyancing a.list-group-item {
	box-shadow:inset 1px 0 0 #65a1b8;
}
.sidecol #OurServices .further.conveyancing .list-group-item.active,
.sidecol #OurServices .further.conveyancing .list-group-item.active:focus,
.sidecol #OurServices .further.conveyancing .list-group-item.active:hover {
    color: #3f4041;
    border-color: #efefef;
    box-shadow: inset 10px 0 0 #65a1b8;
}

.sidecol #OurPeople .list-group-item.litigation.active,
.sidecol #OurPeople .list-group-item.litigation.active:focus,
.sidecol #OurPeople .list-group-item.litigation.active:hover,
.sidecol #OurServices .list-group-item.litigation.active,
.sidecol #OurServices .list-group-item.litigation.active:focus,
.sidecol #OurServices .list-group-item.litigation.active:hover {
    color: #fff;
    background-color: #6e9f86;
    border-color: #6e9f86;
}

.sidecol #OurServices .further.litigation a.list-group-item {
	box-shadow:inset 1px 0 0 #6e9f86;
}
.sidecol #OurServices .further.litigation .list-group-item.active,
.sidecol #OurServices .further.litigation .list-group-item.active:focus,
.sidecol #OurServices .further.litigation .list-group-item.active:hover {
    color: #3f4041;
    border-color: #efefef;
    box-shadow: inset 10px 0 0 #6e9f86;
}

.sidecol #OurPeople .list-group-item.personalinjury.active,
.sidecol #OurPeople .list-group-item.personalinjury.active:focus,
.sidecol #OurPeople .list-group-item.personalinjury.active:hover,
.sidecol #OurServices .list-group-item.personalinjury.active,
.sidecol #OurServices .list-group-item.personalinjury.active:focus,
.sidecol #OurServices .list-group-item.personalinjury.active:hover {
    color: #fff;
    background-color: #aa959a;
    border-color: #aa959a;
}
.sidecol #OurServices .further.personalinjury a.list-group-item {
	box-shadow:inset 1px 0 0 #aa959a;
}
.sidecol #OurServices .further.personalinjury .list-group-item.active,
.sidecol #OurServices .further.personalinjury .list-group-item.active:focus,
.sidecol #OurServices .further.personalinjury .list-group-item.active:hover {
    color: #3f4041;
    border-color: #efefef;
    box-shadow: inset 10px 0 0 #aa959a;
}

.sidecol #OurPeople .list-group-item.family.active,
.sidecol #OurPeople .list-group-item.family.active:focus,
.sidecol #OurPeople .list-group-item.family.active:hover,
.sidecol #OurServices .list-group-item.family.active,
.sidecol #OurServices .list-group-item.family.active:focus,
.sidecol #OurServices .list-group-item.family.active:hover {
    color: #fff;
    background-color: #c88a67;
    border-color: #c88a67;
}
.sidecol #OurServices .further.family a.list-group-item {
	box-shadow:inset 1px 0 0 #c88a67;
}
.sidecol #OurServices .further.family .list-group-item.active,
.sidecol #OurServices .further.family .list-group-item.active:focus,
.sidecol #OurServices .further.family .list-group-item.active:hover {
    color: #3f4041;
    border-color: #efefef;
    box-shadow: inset 10px 0 0 #c88a67;
}

.sidecol #OurPeople .list-group-item.businessservices.active,
.sidecol #OurPeople .list-group-item.businessservices.active:focus,
.sidecol #OurPeople .list-group-item.businessservices.active:hover,
.sidecol #OurServices .list-group-item.businessservices.active,
.sidecol #OurServices .list-group-item.businessservices.active:focus,
.sidecol #OurServices .list-group-item.businessservices.active:hover {
    color: #fff;
    background-color: #a85247;
    border-color: #a85247;
}
.sidecol #OurServices .further.businessservices a.list-group-item {
	box-shadow:inset 1px 0 0 #a85247;
}
.sidecol #OurServices .further.businessservices .list-group-item.active,
.sidecol #OurServices .further.businessservices .list-group-item.active:focus,
.sidecol #OurServices .further.businessservices .list-group-item.active:hover {
    color: #3f4041;
    border-color: #efefef;
    box-shadow: inset 10px 0 0 #a85247;
}

.sidecol #OurPeople .list-group-item.willsandprobate.active,
.sidecol #OurPeople .list-group-item.willsandprobate.active:focus,
.sidecol #OurPeople .list-group-item.willsandprobate.active:hover,
.sidecol #OurServices .list-group-item.willsandprobate.active,
.sidecol #OurServices .list-group-item.willsandprobate.active:focus,
.sidecol #OurServices .list-group-item.willsandprobate.active:hover {
    color: #fff;
    background-color: #88a39b;
    border-color: #88a39b;
}
.sidecol #OurServices .further.willsandprobate a.list-group-item {
	box-shadow:inset 1px 0 0 #88a39b;
}
.sidecol #OurServices .further.willsandprobate .list-group-item.active,
.sidecol #OurServices .further.willsandprobate .list-group-item.active:focus,
.sidecol #OurServices .further.willsandprobate .list-group-item.active:hover {
    color: #3f4041;
    border-color: #efefef;
    box-shadow: inset 10px 0 0 #88a39b;
}

/* Latest News */
.newsitem{
	padding:20px;
	border:solid 1px #efefef;
	margin:0 0 40px;
}


a {
    color: #cc9937;
}
a:focus, a:hover {
    color: #2d2d2e;
    text-decoration: underline;
}


.maincol .page-header.conveyancing,
.maincol .page-header.litigation,
.maincol .page-header.personalinjury,
.maincol .page-header.family,
.maincol .page-header.businessservices,
.maincol .page-header.willsandprobate{
	border-bottom:solid 15px;
	padding:30px 20px;
}
.maincol .page-header.conveyancing {
	background:#65a1b8;
	border-color:#99d6ed;
}
.maincol .page-header.litigation {
	background:#6e9f86;
	border-color:#9ed1b5;
}
.maincol .page-header.personalinjury {
	background:#aa959a;
	border-color:#d1c3c4;
}
.maincol .page-header.family {
	background:#c88a67;
	border-color:#f9c8aa;
}
.maincol .page-header.businessservices {
	background:#a85247;
	border-color:#e2877e;
}
.maincol .page-header.willsandprobate {
	background:#88a39b;
	border-color:#c0e1d9;
}
.maincol .page-header.conveyancing h1,
.maincol .page-header.litigation h1,
.maincol .page-header.personalinjury h1,
.maincol .page-header.family h1,
.maincol .page-header.businessservices h1,
.maincol .page-header.willsandprobate h1{
	color:#fff;
	margin:0;
	padding:0;
}
/* What's Going On */
.scroller{
	max-height:500px;
	overflow:auto;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover{
    background-color: #3f4041;
    border: 1px solid #2d2d2e;
    font-weight: normal;
    color: #af935f;	
}