/* line 7, sass/justice.scss */
html {
  width: 100%;
  background: #2d2c2c;
}

/* line 8, sass/justice.scss */
body {
  background: transparent;
  font-family: 'Domine', serif;
  font-size: 16px;
  color: #222;
  line-height: 28px;
  width: 100%;
}

/* line 17, sass/justice.scss */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Domine', serif;
  font-weight: normal;
  padding: 0;
  margin: 0 0 20px;
}

/* line 18, sass/justice.scss */
h1 {
  font-size: 64px;
}

/* line 19, sass/justice.scss */
h2 {
  font-size: 42px;
}

/* line 22, sass/justice.scss */
.ng-red {
  color: #aa2121;
}

/* line 25, sass/justice.scss */
a:hover {
  text-decoration: none;
}

/* line 31, sass/justice.scss */
section {
  width: 960px;
  margin: 0px auto;
}

/* line 36, sass/justice.scss */
header {
  height: 80px;
  line-height: 80px;
  background: #f5f5f5;
}
/* line 15, sass/bootstrap/mixins/_clearfix.scss */
header:before, header:after {
  content: " ";
  display: table;
}
/* line 19, sass/bootstrap/mixins/_clearfix.scss */
header:after {
  clear: both;
}
/* line 41, sass/justice.scss */
header i {
  color: #aa2121;
  padding-right: 8px;
}
/* line 45, sass/justice.scss */
header .left {
  float: left;
}
/* line 48, sass/justice.scss */
header .right {
  float: right;
}
/* line 50, sass/justice.scss */
header .right span {
  padding-left: 20px;
}

/* line 55, sass/justice.scss */
.billboard {
  background: whitesmoke url(images/bg-top.png) no-repeat center top;
  height: 470px;
}
/* line 59, sass/justice.scss */
.billboard section .intro {
  color: #999;
  padding-top: 20px;
}
/* line 63, sass/justice.scss */
.billboard section .fight {
  font-size: 75px;
  line-height: 75px;
  font-weight: 300;
  font-family: 'Lato', serif;
}
/* line 69, sass/justice.scss */
.billboard section .serve {
  font-size: 75px;
  line-height: 75px;
  font-family: 'Lato', serif;
}
/* line 74, sass/justice.scss */
.billboard section .quote {
  padding: 15px 0;
}
/* line 77, sass/justice.scss */
.billboard section .cta {
  width: 340px;
  text-align: center;
  color: #999;
}
/* line 81, sass/justice.scss */
.billboard section .cta span {
  display: block;
  padding: 10px 0;
}
/* line 85, sass/justice.scss */
.billboard section .cta .phone {
  font-size: 36px;
  line-height: 36px;
  padding: 0;
  font-family: 'Lato', serif;
  color: #222;
}

/* line 96, sass/justice.scss */
button.free-consult {
  width: 100%;
  max-width: 340px;
  height: 60px;
  color: #FFF;
  font-size: 22px;
  font-family: 'Lato', serif;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 3px solid #951d1d;
  background-color: #aa2121;
}
/* line 108, sass/justice.scss */
button.free-consult:hover {
  background-color: #b32323;
}
/* line 109, sass/justice.scss */
button.free-consult:active {
  background-color: #a11f1f;
  border-bottom: none;
}

/* line 114, sass/justice.scss */
section.quote {
  font-size: 36px;
  line-height: 44px;
  text-align: center;
  padding: 35px 0;
  color: #fff;
  background: transparent;
}

/* line 122, sass/justice.scss */
.represent {
  background: #FFF;
  text-align: center;
  padding: 40px 0;
}
/* line 126, sass/justice.scss */
.represent p.all-crimes {
  font-size: 24px;
  font-family: 'Lato', serif;
  padding: 25px 0px;
}
/* line 130, sass/justice.scss */
.represent p.all-crimes span {
  color: #aa2121;
}
/* line 132, sass/justice.scss */
.represent .crimes {
  padding-bottom: 25px;
}
/* line 15, sass/bootstrap/mixins/_clearfix.scss */
.represent .crimes:before, .represent .crimes:after {
  content: " ";
  display: table;
}
/* line 19, sass/bootstrap/mixins/_clearfix.scss */
.represent .crimes:after {
  clear: both;
}
/* line 135, sass/justice.scss */
.represent .crimes > div {
  float: left;
  width: 33%;
}
/* line 139, sass/justice.scss */
.represent .crimes ul {
  list-style: none;
}
/* line 140, sass/justice.scss */
.represent .crimes li {
  font-size: 18px;
  line-height: 36px;
}

/* line 146, sass/justice.scss */
.about {
  background-color: #f9f9f9;
  padding: 40px 0;
}

/* line 151, sass/justice.scss */
footer {
  min-height: 240px;
  padding: 40px 0;
  background: transparent url(images/bg-footer.png) no-repeat center top;
  color: #FFF;
}
/* line 15, sass/bootstrap/mixins/_clearfix.scss */
footer:before, footer:after {
  content: " ";
  display: table;
}
/* line 19, sass/bootstrap/mixins/_clearfix.scss */
footer:after {
  clear: both;
}
/* line 157, sass/justice.scss */
footer span.request {
  color: #FFF;
  text-decoration: underline;
  cursor: pointer;
}
/* line 161, sass/justice.scss */
footer span.request:hover {
  color: #CCC;
  text-decoration: underline;
}
/* line 166, sass/justice.scss */
footer .left, footer .right {
  width: 50%;
  float: left;
}
/* line 170, sass/justice.scss */
footer .right {
  text-align: right;
}

/* line 175, sass/justice.scss */
.overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.9);
  z-index: 100;
  display: none;
}
/* line 182, sass/justice.scss */
.overlay .fa-times {
  position: absolute;
  top: 0;
  right: 0;
  padding: 20px;
  font-size: 18px;
  cursor: pointer;
  color: #CCC;
}
/* line 190, sass/justice.scss */
.overlay .fa-times:hover {
  color: #333;
}
/* line 192, sass/justice.scss */
.overlay .f-c {
  border-top: 10px solid #aa2121;
  position: relative;
  width: 400px;
  background: #FFF;
  margin: 40px auto;
  padding: 40px;
}
/* line 199, sass/justice.scss */
.overlay .f-c label {
  font-weight: normal;
  font-size: 14px;
  color: #999;
}
/* line 204, sass/justice.scss */
.overlay .f-c .checkbox {
  padding-bottom: 15px;
}
/* line 207, sass/justice.scss */
.overlay .f-c .checkbox label {
  line-height: 20px;
}

/* line 214, sass/justice.scss */
.fl {
  float: left;
}

/* line 215, sass/justice.scss */
.fr {
  float: right;
}
