/* ---------------------------------------


Site Designed & Developed by 
Lucy MacGregor

lucy.macgregor@outlook.com



------------------------------------------*/

@import 'https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css';
@import 'https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css';

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*-------------------RESET OVER---------------------*/

body {
	font-family: 'Open Sans', sans-serif;
}

a:focus, a:active {
color:inherit;
text-decoration:inherit;

}
i.fa.fa-bars {
    padding-right: 5px;
}

h2 {
    color: #000;
    /* font-size: 36px; */
    margin: 0 auto 63px auto;
    display: table;
    font-size: 37px;
    font-weight: 200;
    text-align: left;
    margin-bottom: 55px;
}

h3 {
    font-weight: 700;
    /* text-transform: uppercase; */
    margin: 14px 0px 10px 0px;
    color: #7a001d;
}
a {
	cursor: pointer;
	color: inherit;
}
a:hover {
    color: inherit;
}
header {
	padding: 0;
	margin: 0;
}
.btn {
	padding: 12px 30px;
	font-size: 14px;
	color: #FFF;
	font-weight: 300;
	border-radius: 5px;
	border: 01px solid #FFF;
	display: inline-block;
	transition: ease all .1s;
	text-decoration: none;
}

.contact-header {
	margin-bottom: 12px;
	float: right;
	clear: both;
	width: 100%;
	color: #7a001d;
	font-weight: 600;
	font-size: 13px;
	padding-right: 12px;
}
.contact-header li {
	list-style-type: none;
	display: inline-block;
	float: right;
	padding-left: 20px
}
.contact-header i.fa {
	padding-right: 10px;
}

.btn:hover {
	background: #FFF;
	color: #7a001d;
}

.menu-toggle {
  display: none;
}


nav {
	float: right;
	padding: 0px 15px;
	position: relative;
	top: 38px;
}
nav ul {
	padding: 0;
	margin: 0;
	width: 100%;
	float:right;
clear:both;
}
nav ul li {
	list-style-type: none;
	float: left;
	display: inline-block;
}
nav ul li a {
	display: block;
	color: #7a001d;
	text-decoration: none;
	font-size: 13px;
	font-weight: 600;
	padding: 10px 12px 11px 12px;
	border-bottom: 4px solid transparent;
}
nav ul li a:hover {
	color: #525252;
	/* border-color:#525252; */
	text-decoration: none;
}



.logo {
	display: block;
	margin: 15px;
	float: left;/* max-width: 100px; */
}
.logo img {
	max-width: 330px;
}
.hero {
	position: relative;
	background-image: url('../images/hero.jpg');
	background-size: cover;
	background-position: center;
	z-index: 3;
	height: 800px;
	max-width: 100%;
}

.hero-inside {
	/* z-index: 4; */
  /* position: relative; */
	display: block;/* height: 100%; */
}
.tagline-wrap {
	max-width: 1000px;
	position: absolute;
	padding: 20px;
	height: 212px;
	text-align: center;
	margin: -116px 0px 0px -510px;
	top: 50%;
	left: 50%;
}
.tagline-wrap p {
	font-family: 'Shrikhand', cursive;
	color: #FFF;
	font-size: 71px;
}
.center {
	margin-top: 30px;
}
.main {
	width: 100%;
	padding: 55px 0px 0px 0px;
	position: relative;
}
.grid {
	max-width: 1100px;
	margin: 0 auto;
}
.quarter {
	width: 470px;
	padding: 20px;
	margin: 40px 20px;
	text-align: center;
	float: left;
}
.quarter img {
	margin-bottom: 26px;
}
.quarter p {
	max-width: 380px;
	margin: 0 auto;
	font-size: 14px;
	line-height: 24px;
}
.quarter .btn {
	border-color: #444;
	color: #444;
	font-weight: 400;
	font-size: 13px;
	margin-top: 30px;
}
.quarter .btn:hover {
	border-color: #7a001d;
	color: #7a001d;
	background: #7a001d;
	color: #FFF;
}

.about {
    padding: 144px 15px 84px 15px;
    float: left;
    width: 50%;
    height: 600px;
    background: rgba(255,255,255,0.7);
    border-right: 1px solid #EEE;
}

.about p {
    max-width: 80%;
    color: #000;
    line-height: 24px;
    margin: 30px auto 30px auto;
    font-size: 14px;
    font-weight: 200;
    text-align: center;
}



.page-banner {
  background-size: cover;
  background-position: center center;
  margin-bottom: 19px;
  height: 548px;
  position: relative;
}

.page-banner h1 {
  padding: 29px 28px;
  /* text-align: center; */
  font-weight: 400;
  font-size: 32px;
  color: #FFF;
  /* font-family: 'Shrikhand', cursive; */
  /* text-shadow: 1px 1px 1px #000; */
  background: rgba(122,0,29,0.9);
  position: absolute;
  bottom: 0;
  width: 100%;
}

.general h2 {
  font-weight: 600;
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
  /*color:#7a001d;*/
  width:100%;
  font-size: 20px;
  padding-top: 39px;
}

.general {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0px 90px 0px 33px;
  font-size: 14px;
  padding-bottom: 53px;
  overflow: hidden;
}

.general p {
  margin: 0;
  margin-bottom: 11px;
  line-height: 21px;
  margin-top: 11px;
}

.general-ul {
    padding: 19px 20px;
}
.general-ul li {
    display: list-item;
    list-style-position: outside;
    list-style-type: disc;
    padding: 0px 3px 6px 3px;
    line-height: 20px;
}
.general-ul li a {}
.general-ul li a:hover {}


.index {padding: 18px 0px 23px 0px;/* padding:0; */border-bottom: 1px solid #DDD;margin-bottom: 28px;}
.index li {display:block; list-style-type:none;}
.index li a:before {
    font-family: FontAwesome;
    content: "\f105";
  float:left;
  padding-right:5px;
  position:relative;
  top:2px;
}

.index li a {padding: 8px 0px;display: inline-block;text-decoration:none;color:#7a001d;font-weight: 600;transition:.3s ease all;font-size: 14px;}
 
.index h3 {color: #BBB;font-weight: 600;margin: 34px 0px 12px 0px;font-size: 17px;border-bottom: 1px solid #DDD;padding-bottom: 11px;/* text-transform: uppercase; */}

.index li a:hover {padding-left:5px;color:#222;}


.contact-seg {max-width: 617px;overflow: hidden;}
.contact-seg li {
    display: block;
    float: left;
    clear: right;
    width: 436px;
    margin-bottom: 19px;
    line-height: 20px;
}

.contact-seg li:nth-child(odd) {
    width: 150px;
    font-weight: 600;
}
.contact-seg  li a {}
.contact-seg  li a:hover {}
iframe.locate {
    padding: 20px 0px 60px 0px;
    border-bottom: 1px solid #AAA;
    margin-bottom: 20px;
}


/*Targets*/

#separation:target,#divorce:target,#children:target,#property:target,#spouse:target,#finance:target,#violence:target,#consulations:target,#fees:target,#legalaid:target{
  color: #7a001d;
}

/*Back to top button */

.top-btn {
  position: absolute;
  margin: 0;
  padding: 0;
  right: 25px;
  padding: 4px 15px;
  color: #FFF;
  text-decoration: none;
  font-size: 30px;
  font-weight: 600;
  display: block;
  line-height: 0;
  position: fixed;
  bottom: 25px;
}

.top-btn:hover {
  background: #666;
}

#back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
  /* width: 50px; */
  /* height: 35px; */
  text-align: center;
  line-height: 30px;
  background: #f5f5f5;
  color: #444;
  cursor: pointer;
  border: 0;
  border-radius: 2px;
  text-decoration: none;
  transition: opacity 0.2s ease-out;
  opacity: 0;
}

#back-to-top:hover {
  background: #e9ebec;
}

#back-to-top.show {
  opacity: 1;
}

i.fa.fa-angle-up {
    position: relative;
    top: -1px;
}


/* Staff */

.staff {
    /* -webkit-box-shadow: inset 0px 0px 13px 1px rgba(0,0,0,0.07); */
    -moz-box-shadow: inset 0px 0px 13px 1px rgba(0,0,0,0.07);
    /* box-shadow: inset 0px 0px 13px 1px rgba(0,0,0,0.07); */
    padding: 0px 0px 100px 0px;
    /* margin: 40px 0px 0px 0px; */
}

.staff h1,
.staff h2,
.staff h3,
.staff h4,
.staff h5,
.staff h6 {
  margin: 0 0 20px 0;
  text-transform: none;
  color: #751f25;
  font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1.5;
}

.staff h2 {font-size: 33px;font-weight:200;text-align: center;margin-bottom: 0px;color: #000;display: table;margin: 0 auto;padding-bottom: 20px;}


.gray {
  color: #a5a5a5;
}

.team{
  margin:40px;
}

.team-member {
  margin: 15px 0;
  padding: 0;
  font-size: 14px;
}

.team-member figure {
  position: relative;
  overflow: hidden;
  padding: 0;
  margin: 0;
}

.team-member figure img {
  min-width: 100%;
}

.team-member figcaption p {
  font-size: 16px;
}

.team-member figcaption ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  display: table;
}

.team-member figcaption ul li a {color:#FFF; padding-left:5px;}
.team-member figcaption ul li a:hover {color:#FFF !important;}
.team-member figcaption ul {
  visibility: visible;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.team-member figcaption ul li {
  display: inline-block;
  padding: 10px;
  font-size: 13px;
  text-align: left;
  float: left;
}

.team-member h4 {
  margin: 10px 0 0;
  padding: 0;
  font-size: 15px;
}

.team-member figcaption {
  padding: 50px;
  color: transparent;
  background-color: transparent;
  position: absolute;
  z-index: 996;
  bottom: -200px;
  left: 0;
  width: 100%;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.team-member figure:hover figcaption {
  visibility: visible;
  color: #fff;
  background: rgba(117, 31, 37, 0.9);
  /* Primary color, can be changed via colors.css */
  bottom:0;
  height: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.team-member figure:hover figcaption ul li a:hover {
  color: rgba(49, 49, 49, .97);
}

.team-member figure img {
  -webkit-transform: scale(1) rotate(0) translateY(0);
  -moz-transform: scale(1) rotate(0) translateY(0);
  -o-transform: scale(1) rotate(0) translateY(0);
  -ms-transform: scale(1) rotate(0) translateY(0);
  transform: scale(1) rotate(0) translateY(0);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.team-member figure:hover img {
  -webkit-transform: scale(1.1) rotate(1deg) translateY(12px);
  -moz-transform: scale(1.1) rotate(1deg) translateY(12px);
  -o-transform: scale(1.1) rotate(1deg) translateY(12px);
  -ms-transform: scale(1.1) rotate(1deg) translateY(12px);
  transform: scale(1.1) rotate(1deg) translateY(12px);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}


/* Map */
.map-wrapper {
	height: 450px;
	max-width: 100%;
}

#map {
	height: 100%;
}
footer {
	z-index: 10000;
	position: relative;
	border-top: 1px solid #BBB;
}
div#mapWindow {
    width: 187px;
    padding: 10px;
}

div#mapWindow h4 {
    font-weight: bold;
    padding-bottom: 7px;
}

div#mapWindow p {
    line-height: 16px;
}

.duel {margin: 140px 0px 0px 0px;/* background: url('../images/coffee.jpg'); *//* background-size: cover; */background-position: center center;-webkit-box-shadow: inset 0px 0px 18px 0px rgba(0,0,0,0.75);-moz-box-shadow: inset 0px 0px 18px 0px rgba(0,0,0,0.75);box-shadow: inset 0px 0px 18px 0px rgba(0,0,0,0.4);background-image: url('../images/cork-wallet.png');background-repeat: repeat-x;background-repeat: repeat;}

.notary {
    width: 50%;
    float: left;
    height: 600px;
    padding: 144px 15px;
    /* background: rgba(100,100,100,0.3); */
    /* border-left: 1px solid #333; */
    background: rgba(255,255,255,0.7);
    border-left: 1px solid #FFF;
}
.notary p {max-width: 80%;color: #000;line-height: 24px;margin: 16px auto 8px auto;font-size: 14px;font-weight: 200;text-align: center;}





.skinny {
    line-height: 27px !Important;
    margin-bottom: 70px !important;
}

.skinny b {font-weight:700 !Important;}



.link-list {
    overflow: hidden;
}
.link-list li {
    float: left;
    display: block;
    /* text-decoration: underline; */
    clear: both;
}
.link-list li a {
    padding: 8px 0px;
    display: block;
    text-decoration: underline;
}
.link-list li:first-child a {padding-top:0;}
.link-list li a:hover {
    color: #7a001d;
}


.footer-bottom {
    background: #444;
    color: #FFF;
    padding: 12px 15px;
}

.footer-top {
    padding: 84px 36px;
    overflow: hidden;
}

.designer-attribution img {
    width: 30px;
    display: inline-block;
}

.designer-attribution {
    float: left;
}

.designer-attribution a {
    margin-left: 3px;
    display: inline-block;
    border-bottom: 1px solid #FFF;
    padding-bottom: 2px;
    transition: .1s ease all;
}
.designer-attribution a:hover {
    text-decoration: none;
    /* font-weight: 700; */
    color: #fc5383;
    border-color: #fc5383;
}



.designer-attribution p {
    display: inline-block;
    position: relative;
    bottom: 7px;
    padding-left: 13px;
    font-weight: 100;
    font-size: 14px;
}

.social {
    float: right;
    margin-top: 2px;
}

i.fa {
    display: inline-block;
}

.social p {
    display: inline;
    font-weight: 100;
    font-size: 14px;
    padding: 10px 11px 7px 21px;
    border-left: 1px solid #555;
    margin: 0;
    float: left;
}

i.fa.fa-facebook {
    padding-right: 10px;
    border-right: 1px solid #333;
    padding: 7px 21px 5px 21px;
    float: left;
    font-size: 19px;
}

.logo-wrap {
    float: left;
}

.abn {
    float: right;
    text-align: right;
    margin-top: 11px;
    padding-left:20px;
}



.abn p {
    text-align: right;
    font-size: 17px;
    font-weight: 600;
    /* color: #7a001d; */
}
.abn p:nth-child(2){font-weight:100;font-size: 11px;padding: 4px 0px 19px 0px;color: #000;}

.abn ul {
    font-weight: 100;
}
.abn ul li {
    display: inline-block;
    padding: 0px 8px;
    line-height: 20px;
    font-size: 13px;
    text-align: left;
    border-right: 1px solid #f8f8f8;
}
.abn ul li a {}
.abn ul li a:hover {}

.logo-wrap img {
    vertical-align: middle;
    padding: 0px 10px;
}

.abn ul li:nth-child(3) {
    text-align: right;
    border-right: 0;
}


/* Media Queries */

@media all and (max-width:1500px) {
.footer-top {padding: 47px 26px;}
	.abn {float: none;margin: 0 auto;display: table;padding-top: 41px;padding-bottom: 30px;text-align: center;}
	.logo-wrap {display:table;margin:0 auto;float:none;}
	.logo-wrap img {text-align:center;margin: 0 auto;/* display: table; */}
	.abn ul {}
	.abn p {
    text-align: center;
}
	.abn p:nth-child(2) {}
	.abn ul li {}
	.abn ul li a {}
}

@media all and (max-width:1300px){
.general {padding: 0px 90px 54px 33px;}
	.about {
    padding: 60px 15px;
}
h2 {
    margin-bottom: 34px;
    margin-top: 40px;
}
	.about p {}
.notary {
    padding: 60px 15px;
}
}
@media all and (max-width:945px) {
  
}

@media all and (max-width:1100px){
	
	.menu-toggle {
    display: block;
    padding:10px;
    float:left;
    cursor:pointer;
    font-weight: 600;
    font-size: 15px;
  }

	.logo {
    float: none;
    margin-bottom: 10px;
    margin: 14px auto;
    display: table;
    padding-right: 15px;
}

  nav {
    width: 100%;
    padding: 0;
    top: inherit;
  }
  nav ul {
    display: none;
  }
  nav ul li {
    position: relative;
    display: block;
    width: 100%;
  }
  nav ul li a {
    padding: 15px 20px;
    border: 0;
    text-align: left;
    font-weight: 600;
    color: #000;
    border-bottom: 1px solid #f8f8f8;
  }
  nav ul li a:hover {
    color: inherit;
    border-color: #f8f8f8;
    background: #7a001d;
    color: #FFF;
  }
  .contact-header {
    display: none;
  }
	.tagline-wrap p {
    font-size: 61px;
}
.general {
    padding: 0px 33px 54px 33px;
}
.notary p {
    max-width: 90%;
}
.about p {}
	.tagline-wrap {
    max-width: 870px;
    margin: -116px 0px 0px -445px;
}

.grid {
    max-width: 794px;
}
.quarter {
    margin: 20px 15px;
    width: 367px;
}
.quarter p {
    font-size: 13px;
    max-width: 300px;
    min-height: 216px;
}
.quarter .btn {
    font-size: 12px;
    margin-top: 18px;
}
.quarter img {margin-bottom: 15px;}
.about p {font-size: 14px;line-height:26px;max-width: 90%;}
.about {
    /* padding: 83px 47px; */
}

}

@media all and (max-width:1024px) {

	.notary {width:100%;max-width: 100%;height: auto;padding: 100px 15px;/* background: #FFF; */border-top: 1px solid #EEE;}
	.notary p {color: #000;}
	.about {width: 100%;max-width: 100%;height: auto;padding: 100px 15px 60px 15px;/* background: #FFF; */border-bottom: 1px solid #FFF;/* border-top: 1px solid #EEE; */}
	.about p {color:#000;}
	.duel {
    margin: 100px 0px 0px 0px;
}
	h2 {
    margin: 0px auto 38px auto;
    color: #000;
}
.col-md-4 {
    max-width: 48%;
    float: left;
}
}

@media all and (max-width:860px){
	.logo-wrap img {display:table;max-width: 100%;}
}

@media all and (max-width:830px) {
	.grid {}
	.quarter {
    width: 74%;
    margin: 0 auto;
    float: none;
    margin-bottom: 40px;
}
	.quarter p {
    width: 100%;
    max-width: 100%;
}
.about {}
.about p {}
.quarter p {font-size:12px;height: auto !important;min-height: auto;}
.main {
    padding: 20px 0px 0px 0px;
}
}



@media (max-width: 768px){
	.tagline-wrap p {
    font-size: 50px;
}
	.tagline-wrap {
    max-width: 470px;
    margin: -125px 0px 0px -245px;
    height: 230px;
}
.hero {
    height: 500px;
}

.page-banner {height:320px}

.container {
    max-width: 750px !important;
    width: auto;
}
.col-md-4 {
    max-width: 50%;
}

.about {
}
.about p {}
}

@media all and (max-width:640px) {
	.footer-bottom {
    padding: 37px 15px 27px 15px;
}
.designer-attribution {
    float: none;
    display: table;
    margin: 0 auto;
    padding-bottom: 12px;
    border-bottom: 1px solid #555;
    min-width: 290px;
}
.designer-attribution p {
    font-size: 12px;
    text-align: center;
    margin: 0 auto;
    display: table;
}
.designer-attribution img {
    width: 24px;
    text-align: center;
    display: table;
    margin: 0 auto;
    margin-bottom: 22px;
}
.social {
    float: none;
    display: table;
    margin: 0 auto;
    padding: 17px 10px;
    /* border: 1px solid #FFF; */
    /* margin-top: 14px; */
    border-top: 1px solid #333;
}
.social p {font-weight: 500;font-size: 12px;padding-left: 12px;}
i.fa.fa-facebook {padding-right: 12px;}
}



@media all and (max-width:600px) {
	.tagline-wrap p {
    font-size: 34px;
    line-height: 35px;
}

	.tagline-wrap {
    max-width: 338px;
    height: 180px;
    margin: -100px 0px 0px -179px;
}
	.hero {
    height: 400px;
}
.contact-seg li:nth-child(odd) {
    margin-bottom: 1px;
}
.contact-seg li:nth-child(even) {
    margin-bottom: 25px;
}

.btn {
    padding: 9px 21px;
}
.quarter {
    width: 85%;
}

.quarter img {
}
.footer-top {
    padding: 47px 43px;
}
.abn {
    padding: 42px 0px 41px 0px;
    border-top: 1px solid #f1f1f1;
}
.logo-wrap {
    margin-bottom: 56px;
    max-width: 100%;
}
.abn ul li {
    float: left;
    display: block;
    clear: both;
    text-align: left !important;
    margin: 4px 0px;
    padding: 0;
    font-weight: 500;
}
.abn p {
    text-align: left;
    font-size: 16px;
}
.abn ul li a {
    color: #7a001d;
    text-decoration: underline;
}

.col-md-4 {
    max-width: none;
    float: none;
}


.about p {font-size: 13px;line-height: 21px;text-align: justify;}
.about {
    padding: 58px 15px 24px 15px;
}
.notary {
    padding: 50px 15px 76px 15px;
    border-left: 0;
}
.notary p {
    font-size: 13px;
    line-height: 21px;
    text-align: justify;
}
h2 {font-size: 18px;font-weight: 500;margin: 0 auto;text-align: center;}
.general h2 {text-align:left;}
.general h2:nth-child(1) {padding-top:0;}

.grid {margin-top:30px}
.staff {padding-top:0;padding-bottom: 0;}
.staff h2 {
    font-size: 24px;
}
.team-member {margin:15px 0px 30px 0px}
.general p {line-height: 23px;}
}