@charset "UTF-8";
/**
 * App - start here
 */
/* Theme Variables ------ */
/* Vendors --------------- */
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}

* {
  box-sizing: border-box;
}

*:before,
*:after {
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "PT Sans Narrow", sans-serif;
  font-size: 18px;
  line-height: 1.944444444;
  color: #56544f;
  background-color: #fff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #5d9251;
  text-decoration: none;
}

a:hover, a:focus {
  color: #3e6136;
  text-decoration: underline;
}

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 0;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.944444444;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 34px;
  margin-bottom: 34px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.sr-only, .bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after, .bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after, .bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after, .bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after, .bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after, .bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after, .bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after, .bootstrap-datetimepicker-widget .btn[data-action="clear"]::after, .bootstrap-datetimepicker-widget .btn[data-action="today"]::after, .bootstrap-datetimepicker-widget .picker-switch::after, .bootstrap-datetimepicker-widget table th.prev::after, .bootstrap-datetimepicker-widget table th.next::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role="button"] {
  cursor: pointer;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 400;
  line-height: 1.1;
  color: inherit;
}

h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 34px;
  margin-bottom: 17px;
}

h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 17px;
  margin-bottom: 17px;
}

h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

h1, .h1 {
  font-size: 38px;
}

h2, .h2 {
  font-size: 28px;
}

h3, .h3 {
  font-size: 25px;
}

h4, .h4 {
  font-size: 32px;
}

h5, .h5 {
  font-size: 30px;
}

h6, .h6 {
  font-size: 16px;
}

p {
  margin: 0 0 17px;
}

.lead {
  margin-bottom: 34px;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .lead {
    font-size: 27px;
  }
}

small,
.small {
  font-size: 88%;
}

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase, .initialism {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #777777;
}

.text-primary {
  color: #5d9251;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #48713f;
}

.text-success {
  color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #5d9251;
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #48713f;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}

.page-header {
  padding-bottom: 16px;
  margin: 68px 0 34px;
  border-bottom: 1px solid #eeeeee;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 17px;
}

ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}

.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 34px;
}

dt,
dd {
  line-height: 1.944444444;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table;
}

.dl-horizontal dd:after {
  clear: both;
}

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 17px 34px;
  margin: 0 0 34px;
  font-size: 22.5px;
  border-left: 5px solid #eeeeee;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}

blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.944444444;
  color: #777777;
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}

.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: '';
}

.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}

address {
  margin-bottom: 34px;
  font-style: normal;
  line-height: 1.944444444;
}

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 0;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 0;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}

pre {
  display: block;
  padding: 16.5px;
  margin: 0 0 17px;
  font-size: 17px;
  line-height: 1.944444444;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 0;
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container:before, .container:after {
  content: " ";
  display: table;
}

.container:after {
  clear: both;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}

.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.row:before, .row:after {
  content: " ";
  display: table;
}

.row:after {
  clear: both;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.3333333333%;
}

.col-xs-2 {
  width: 16.6666666667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.3333333333%;
}

.col-xs-5 {
  width: 41.6666666667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.3333333333%;
}

.col-xs-8 {
  width: 66.6666666667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.3333333333%;
}

.col-xs-11 {
  width: 91.6666666667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.3333333333%;
}

.col-xs-pull-2 {
  right: 16.6666666667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.3333333333%;
}

.col-xs-pull-5 {
  right: 41.6666666667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.3333333333%;
}

.col-xs-pull-8 {
  right: 66.6666666667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.3333333333%;
}

.col-xs-pull-11 {
  right: 91.6666666667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.3333333333%;
}

.col-xs-push-2 {
  left: 16.6666666667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.3333333333%;
}

.col-xs-push-5 {
  left: 41.6666666667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.3333333333%;
}

.col-xs-push-8 {
  left: 66.6666666667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.3333333333%;
}

.col-xs-push-11 {
  left: 91.6666666667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}

.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}

.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}

.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}

.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-1 {
    width: 8.3333333333%;
  }
  .col-sm-2 {
    width: 16.6666666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.3333333333%;
  }
  .col-sm-5 {
    width: 41.6666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.3333333333%;
  }
  .col-sm-8 {
    width: 66.6666666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.3333333333%;
  }
  .col-sm-11 {
    width: 91.6666666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.3333333333%;
  }
  .col-sm-pull-2 {
    right: 16.6666666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.3333333333%;
  }
  .col-sm-pull-5 {
    right: 41.6666666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.3333333333%;
  }
  .col-sm-pull-8 {
    right: 66.6666666667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.3333333333%;
  }
  .col-sm-pull-11 {
    right: 91.6666666667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.3333333333%;
  }
  .col-sm-push-2 {
    left: 16.6666666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.3333333333%;
  }
  .col-sm-push-5 {
    left: 41.6666666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.3333333333%;
  }
  .col-sm-push-8 {
    left: 66.6666666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.3333333333%;
  }
  .col-sm-push-11 {
    left: 91.6666666667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-1 {
    width: 8.3333333333%;
  }
  .col-md-2 {
    width: 16.6666666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.3333333333%;
  }
  .col-md-5 {
    width: 41.6666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.3333333333%;
  }
  .col-md-8 {
    width: 66.6666666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.3333333333%;
  }
  .col-md-11 {
    width: 91.6666666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.3333333333%;
  }
  .col-md-pull-2 {
    right: 16.6666666667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.3333333333%;
  }
  .col-md-pull-5 {
    right: 41.6666666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.3333333333%;
  }
  .col-md-pull-8 {
    right: 66.6666666667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.3333333333%;
  }
  .col-md-pull-11 {
    right: 91.6666666667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.3333333333%;
  }
  .col-md-push-2 {
    left: 16.6666666667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.3333333333%;
  }
  .col-md-push-5 {
    left: 41.6666666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.3333333333%;
  }
  .col-md-push-8 {
    left: 66.6666666667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.3333333333%;
  }
  .col-md-push-11 {
    left: 91.6666666667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-1 {
    width: 8.3333333333%;
  }
  .col-lg-2 {
    width: 16.6666666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.3333333333%;
  }
  .col-lg-5 {
    width: 41.6666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.3333333333%;
  }
  .col-lg-8 {
    width: 66.6666666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.3333333333%;
  }
  .col-lg-11 {
    width: 91.6666666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.3333333333%;
  }
  .col-lg-pull-2 {
    right: 16.6666666667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.3333333333%;
  }
  .col-lg-pull-5 {
    right: 41.6666666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.3333333333%;
  }
  .col-lg-pull-8 {
    right: 66.6666666667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.3333333333%;
  }
  .col-lg-pull-11 {
    right: 91.6666666667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.3333333333%;
  }
  .col-lg-push-2 {
    left: 16.6666666667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.3333333333%;
  }
  .col-lg-push-5 {
    left: 41.6666666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.3333333333%;
  }
  .col-lg-push-8 {
    left: 66.6666666667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.3333333333%;
  }
  .col-lg-push-11 {
    left: 91.6666666667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}

table {
  background-color: transparent;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 34px;
}

.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.944444444;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

.table > tbody + tbody {
  border-top: 2px solid #ddd;
}

.table .table {
  background-color: #fff;
}

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #ddd;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}

.table > thead > tr > td.active,
.table > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

.table > thead > tr > td.info,
.table > thead > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

.table > thead > tr > td.warning,
.table > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

.table > thead > tr > td.danger,
.table > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 25.5px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 34px;
  font-size: 27px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

input[type="search"] {
  box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

input[type="file"] {
  display: block;
}

input[type="range"] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 18px;
  line-height: 1.944444444;
  color: #555555;
}

.form-control {
  display: block;
  width: 100%;
  height: 48px;
  padding: 6px 12px;
  font-size: 18px;
  line-height: 1.944444444;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control::-moz-placeholder {
  color: #424242;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #424242;
}

.form-control::-webkit-input-placeholder {
  color: #424242;
}

.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}

.form-control[disabled], .form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}

.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 48px;
  }
  input[type="date"].input-sm, .input-group-sm > input.form-control[type="date"],
  .input-group-sm > input.input-group-addon[type="date"],
  .input-group-sm > .input-group-btn > input.btn[type="date"],
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input.form-control[type="time"],
  .input-group-sm > input.input-group-addon[type="time"],
  .input-group-sm > .input-group-btn > input.btn[type="time"],
  .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input.form-control[type="datetime-local"],
  .input-group-sm > input.input-group-addon[type="datetime-local"],
  .input-group-sm > .input-group-btn > input.btn[type="datetime-local"],
  .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input.form-control[type="month"],
  .input-group-sm > input.input-group-addon[type="month"],
  .input-group-sm > .input-group-btn > input.btn[type="month"],
  .input-group-sm
  input[type="month"] {
    line-height: 36px;
  }
  input[type="date"].input-lg, .input-group-lg > input.form-control[type="date"],
  .input-group-lg > input.input-group-addon[type="date"],
  .input-group-lg > .input-group-btn > input.btn[type="date"],
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg > input.form-control[type="time"],
  .input-group-lg > input.input-group-addon[type="time"],
  .input-group-lg > .input-group-btn > input.btn[type="time"],
  .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg > input.form-control[type="datetime-local"],
  .input-group-lg > input.input-group-addon[type="datetime-local"],
  .input-group-lg > .input-group-btn > input.btn[type="datetime-local"],
  .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg > input.form-control[type="month"],
  .input-group-lg > input.input-group-addon[type="month"],
  .input-group-lg > .input-group-btn > input.btn[type="month"],
  .input-group-lg
  input[type="month"] {
    line-height: 53px;
  }
}

.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.radio label,
.checkbox label {
  min-height: 34px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

input[type="radio"][disabled], input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed;
}

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed;
}

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled]
.checkbox label {
  cursor: not-allowed;
}

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 52px;
}

.form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn {
  padding-left: 0;
  padding-right: 0;
}

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 36px;
  padding: 5px 10px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 0;
}

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 36px;
  line-height: 36px;
}

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select.form-control[multiple],
.input-group-sm > select.input-group-addon[multiple],
.input-group-sm > .input-group-btn > select.btn[multiple] {
  height: auto;
}

.form-group-sm .form-control {
  height: 36px;
  padding: 5px 10px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 0;
}

.form-group-sm select.form-control {
  height: 36px;
  line-height: 36px;
}

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}

.form-group-sm .form-control-static {
  height: 36px;
  min-height: 50px;
  padding: 6px 10px;
  font-size: 16px;
  line-height: 1.5;
}

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 53px;
  padding: 10px 16px;
  font-size: 23px;
  line-height: 1.3333333;
  border-radius: 0;
}

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 53px;
  line-height: 53px;
}

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select.form-control[multiple],
.input-group-lg > select.input-group-addon[multiple],
.input-group-lg > .input-group-btn > select.btn[multiple] {
  height: auto;
}

.form-group-lg .form-control {
  height: 53px;
  padding: 10px 16px;
  font-size: 23px;
  line-height: 1.3333333;
  border-radius: 0;
}

.form-group-lg select.form-control {
  height: 53px;
  line-height: 53px;
}

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}

.form-group-lg .form-control-static {
  height: 53px;
  min-height: 57px;
  padding: 11px 16px;
  font-size: 23px;
  line-height: 1.3333333;
}

.has-feedback {
  position: relative;
}

.has-feedback .form-control {
  padding-right: 60px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  pointer-events: none;
}

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback, .input-group-lg > .input-group-addon + .form-control-feedback, .input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 53px;
  height: 53px;
  line-height: 53px;
}

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback, .input-group-sm > .input-group-addon + .form-control-feedback, .input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 36px;
  height: 36px;
  line-height: 36px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}

.has-success .form-control {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
  border-color: #2b542c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}

.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}

.has-warning .form-control {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
  border-color: #66512c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}

.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}

.has-error .form-control {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
  border-color: #843534;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}

.has-error .form-control-feedback {
  color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
  top: 39px;
}

.has-feedback label.sr-only ~ .form-control-feedback, .has-feedback .bootstrap-datetimepicker-widget label.btn[data-action="incrementHours"]::after ~ .form-control-feedback, .bootstrap-datetimepicker-widget .has-feedback label.btn[data-action="incrementHours"]::after ~ .form-control-feedback, .has-feedback .bootstrap-datetimepicker-widget label.btn[data-action="incrementMinutes"]::after ~ .form-control-feedback, .bootstrap-datetimepicker-widget .has-feedback label.btn[data-action="incrementMinutes"]::after ~ .form-control-feedback, .has-feedback .bootstrap-datetimepicker-widget label.btn[data-action="decrementHours"]::after ~ .form-control-feedback, .bootstrap-datetimepicker-widget .has-feedback label.btn[data-action="decrementHours"]::after ~ .form-control-feedback, .has-feedback .bootstrap-datetimepicker-widget label.btn[data-action="decrementMinutes"]::after ~ .form-control-feedback, .bootstrap-datetimepicker-widget .has-feedback label.btn[data-action="decrementMinutes"]::after ~ .form-control-feedback, .has-feedback .bootstrap-datetimepicker-widget label.btn[data-action="showHours"]::after ~ .form-control-feedback, .bootstrap-datetimepicker-widget .has-feedback label.btn[data-action="showHours"]::after ~ .form-control-feedback, .has-feedback .bootstrap-datetimepicker-widget label.btn[data-action="showMinutes"]::after ~ .form-control-feedback, .bootstrap-datetimepicker-widget .has-feedback label.btn[data-action="showMinutes"]::after ~ .form-control-feedback, .has-feedback .bootstrap-datetimepicker-widget label.btn[data-action="togglePeriod"]::after ~ .form-control-feedback, .bootstrap-datetimepicker-widget .has-feedback label.btn[data-action="togglePeriod"]::after ~ .form-control-feedback, .has-feedback .bootstrap-datetimepicker-widget label.btn[data-action="clear"]::after ~ .form-control-feedback, .bootstrap-datetimepicker-widget .has-feedback label.btn[data-action="clear"]::after ~ .form-control-feedback, .has-feedback .bootstrap-datetimepicker-widget label.btn[data-action="today"]::after ~ .form-control-feedback, .bootstrap-datetimepicker-widget .has-feedback label.btn[data-action="today"]::after ~ .form-control-feedback, .has-feedback .bootstrap-datetimepicker-widget label.picker-switch::after ~ .form-control-feedback, .bootstrap-datetimepicker-widget .has-feedback label.picker-switch::after ~ .form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #97948e;
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 41px;
}

.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}

.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table;
}

.form-horizontal .form-group:after {
  clear: both;
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 23px;
  }
}

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 16px;
  }
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 18px;
  line-height: 1.944444444;
  border-radius: 0;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:hover, .btn:focus, .btn.focus {
  color: #333;
  text-decoration: none;
}

.btn:active, .btn.active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled, .btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.btn-default:focus, .btn-default.focus {
  color: #333;
  background-color: #e6e5e5;
  border-color: #8c8c8c;
}

.btn-default:hover {
  color: #333;
  background-color: #e6e5e5;
  border-color: #adadad;
}

.btn-default:active, .btn-default.active,
.open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e5e5;
  border-color: #adadad;
}

.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus,
.open > .btn-default.dropdown-toggle:hover,
.open > .btn-default.dropdown-toggle:focus,
.open > .btn-default.dropdown-toggle.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}

.btn-default:active, .btn-default.active,
.open > .btn-default.dropdown-toggle {
  background-image: none;
}

.btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}

.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-primary {
  color: #fff;
  background-color: #5d9251;
  border-color: #538248;
}

.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #48713f;
  border-color: #1e301a;
}

.btn-primary:hover {
  color: #fff;
  background-color: #48713f;
  border-color: #395a32;
}

.btn-primary:active, .btn-primary.active,
.open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #48713f;
  border-color: #395a32;
}

.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
.open > .btn-primary.dropdown-toggle:hover,
.open > .btn-primary.dropdown-toggle:focus,
.open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #395a32;
  border-color: #1e301a;
}

.btn-primary:active, .btn-primary.active,
.open > .btn-primary.dropdown-toggle {
  background-image: none;
}

.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #5d9251;
  border-color: #538248;
}

.btn-primary .badge {
  color: #5d9251;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}

.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

.btn-success:active, .btn-success.active,
.open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
.open > .btn-success.dropdown-toggle:hover,
.open > .btn-success.dropdown-toggle:focus,
.open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}

.btn-success:active, .btn-success.active,
.open > .btn-success.dropdown-toggle {
  background-image: none;
}

.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}

.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn-info:active, .btn-info.active,
.open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
.open > .btn-info.dropdown-toggle:hover,
.open > .btn-info.dropdown-toggle:focus,
.open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}

.btn-info:active, .btn-info.active,
.open > .btn-info.dropdown-toggle {
  background-image: none;
}

.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-warning {
  color: #070f17;
  background-color: #5d9251;
  border-color: #538248;
}

.btn-warning:focus, .btn-warning.focus {
  color: #070f17;
  background-color: #48713f;
  border-color: #1e301a;
}

.btn-warning:hover {
  color: #070f17;
  background-color: #48713f;
  border-color: #395a32;
}

.btn-warning:active, .btn-warning.active,
.open > .btn-warning.dropdown-toggle {
  color: #070f17;
  background-color: #48713f;
  border-color: #395a32;
}

.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
.open > .btn-warning.dropdown-toggle:hover,
.open > .btn-warning.dropdown-toggle:focus,
.open > .btn-warning.dropdown-toggle.focus {
  color: #070f17;
  background-color: #395a32;
  border-color: #1e301a;
}

.btn-warning:active, .btn-warning.active,
.open > .btn-warning.dropdown-toggle {
  background-image: none;
}

.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #5d9251;
  border-color: #538248;
}

.btn-warning .badge {
  color: #5d9251;
  background-color: #070f17;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.btn-danger:active, .btn-danger.active,
.open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,
.open > .btn-danger.dropdown-toggle:hover,
.open > .btn-danger.dropdown-toggle:focus,
.open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}

.btn-danger:active, .btn-danger.active,
.open > .btn-danger.dropdown-toggle {
  background-image: none;
}

.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-link {
  color: #5d9251;
  font-weight: normal;
  border-radius: 0;
}

.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none;
}

.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}

.btn-link:hover, .btn-link:focus {
  color: #3e6136;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:hover, .btn-link[disabled]:focus,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 23px;
  line-height: 1.3333333;
  border-radius: 0;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 0;
}

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 0;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-property: height, visibility;
  transition-duration: 0.35s;
  transition-timing-function: ease;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 18px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.dropdown-menu .divider {
  height: 1px;
  margin: 16px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.944444444;
  color: #333333;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #5d9251;
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777;
}

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}

.open > .dropdown-menu {
  display: block;
}

.open > a {
  outline: 0;
}

.dropdown-menu-right {
  left: auto;
  right: 0;
}

.dropdown-menu-left {
  left: 0;
  right: auto;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 16px;
  line-height: 1.944444444;
  color: #777777;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}

.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  margin-left: -5px;
}

.btn-toolbar:before, .btn-toolbar:after {
  content: " ";
  display: table;
}

.btn-toolbar:after {
  clear: both;
}

.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}

.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group > .btn-group {
  float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-group.open .dropdown-toggle.btn-link {
  box-shadow: none;
}

.btn .caret {
  margin-left: 0;
}

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}

.btn-group-vertical > .btn-group:after {
  clear: both;
}

.btn-group-vertical > .btn-group > .btn {
  float: none;
}

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}

.btn-group-justified > .btn-group .btn {
  width: 100%;
}

.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}

.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.input-group .form-control:focus {
  z-index: 3;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 18px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 0;
}

.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 16px;
  border-radius: 0;
}

.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 10px 16px;
  font-size: 23px;
  border-radius: 0;
}

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

.input-group-btn > .btn {
  position: relative;
}

.input-group-btn > .btn + .btn {
  margin-left: -1px;
}

.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
  z-index: 2;
}

.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}

.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.nav:before, .nav:after {
  content: " ";
  display: table;
}

.nav:after {
  clear: both;
}

.nav > li {
  position: relative;
  display: block;
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

.nav > li.disabled > a {
  color: #777777;
}

.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #5d9251;
}

.nav .nav-divider {
  height: 1px;
  margin: 16px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}

.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.944444444;
  border: 1px solid transparent;
  border-radius: 0 0 0 0;
}

.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}

.nav-pills > li {
  float: left;
}

.nav-pills > li > a {
  border-radius: 0;
}

.nav-pills > li + li {
  margin-left: 2px;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #5d9251;
}

.nav-stacked > li {
  float: none;
}

.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}

.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}

.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}

.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}

.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 0;
}

.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 0 0 0 0;
  }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 34px;
  border: 1px solid transparent;
}

.navbar:before, .navbar:after {
  content: " ";
  display: table;
}

.navbar:after {
  clear: both;
}

@media (min-width: 768px) {
  .navbar {
    border-radius: 0;
  }
}

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table;
}

.navbar-header:after {
  clear: both;
}

@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}

.navbar-collapse:before, .navbar-collapse:after {
  content: " ";
  display: table;
}

.navbar-collapse:after {
  clear: both;
}

.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  .container > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}

@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.navbar-brand {
  float: left;
  padding: 8px 15px;
  font-size: 23px;
  line-height: 34px;
  height: 50px;
}

.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-brand > img {
  display: block;
}

@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0;
}

.navbar-toggle:focus {
  outline: 0;
}

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 4px -15px;
}

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 34px;
}

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 34px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}

@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}

.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 1px;
  margin-bottom: 1px;
}

@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}

@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: none;
  }
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: 1px;
  margin-bottom: 1px;
}

.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
  margin-top: 7px;
  margin-bottom: 7px;
}

.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
  margin-top: 14px;
  margin-bottom: 14px;
}

.navbar-text {
  margin-top: 8px;
  margin-bottom: 8px;
}

@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}

.navbar-default {
  background-color: #000;
  border-color: black;
}

.navbar-default .navbar-brand {
  color: #777;
}

.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #5e5d5d;
  background-color: transparent;
}

.navbar-default .navbar-text {
  color: #b3b08f;
}

.navbar-default .navbar-nav > li > a {
  color: #777;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #fff;
}

.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}

.navbar-default .navbar-toggle {
  border-color: #ddd;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: black;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: black;
  color: #555;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: black;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}

.navbar-default .navbar-link {
  color: #777;
}

.navbar-default .navbar-link:hover {
  color: #333;
}

.navbar-default .btn-link {
  color: #777;
}

.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #333;
}

.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:hover,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

.navbar-inverse {
  background-color: #222;
  border-color: #090808;
}

.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}

.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-text {
  color: #9d9d9d;
}

.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #090808;
}

.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}

.navbar-inverse .navbar-toggle {
  border-color: #333;
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #090808;
  color: #fff;
}

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #090808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}

.navbar-inverse .navbar-link {
  color: #9d9d9d;
}

.navbar-inverse .navbar-link:hover {
  color: #fff;
}

.navbar-inverse .btn-link {
  color: #9d9d9d;
}

.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: #fff;
}

.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 34px;
  list-style: none;
  background-color: #f3f3f3;
  border-radius: 0;
}

.breadcrumb > li {
  display: inline-block;
}

.breadcrumb > li + li:before {
  content: "| ";
  padding: 0 5px;
  color: #72777b;
}

.breadcrumb > .active {
  color: #72777b;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 34px 0;
  border-radius: 0;
}

.pagination > li {
  display: inline;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.944444444;
  text-decoration: none;
  color: #5d9251;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  z-index: 2;
  color: #3e6136;
  background-color: #eeeeee;
  border-color: #ddd;
}

.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  background-color: #5d9251;
  border-color: #5d9251;
  cursor: default;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 23px;
  line-height: 1.3333333;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 16px;
  line-height: 1.5;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.pager {
  padding-left: 0;
  margin: 34px 0;
  list-style: none;
  text-align: center;
}

.pager:before, .pager:after {
  content: " ";
  display: table;
}

.pager:after {
  clear: both;
}

.pager li {
  display: inline;
}

.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}

.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

.pager .next > a,
.pager .next > span {
  float: right;
}

.pager .previous > a,
.pager .previous > span {
  float: left;
}

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  background-color: #fff;
  cursor: not-allowed;
}

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}

.label:empty {
  display: none;
}

.btn .label {
  position: relative;
  top: -1px;
}

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.label-default {
  background-color: #777777;
}

.label-default[href]:hover, .label-default[href]:focus {
  background-color: #5e5e5e;
}

.label-primary {
  background-color: #5d9251;
}

.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #48713f;
}

.label-success {
  background-color: #5cb85c;
}

.label-success[href]:hover, .label-success[href]:focus {
  background-color: #449d44;
}

.label-info {
  background-color: #5bc0de;
}

.label-info[href]:hover, .label-info[href]:focus {
  background-color: #31b0d5;
}

.label-warning {
  background-color: #5d9251;
}

.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: #48713f;
}

.label-danger {
  background-color: #d9534f;
}

.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: #c9302c;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.btn-xs .badge, .btn-group-xs > .btn .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}

.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #5d9251;
  background-color: #fff;
}

.list-group-item > .badge {
  float: right;
}

.list-group-item > .badge + .badge {
  margin-right: 5px;
}

.nav-pills > li > a > .badge {
  margin-left: 3px;
}

a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}

.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}

.jumbotron p {
  margin-bottom: 15px;
  font-size: 27px;
  font-weight: 200;
}

.jumbotron > hr {
  border-top-color: #d5d5d5;
}

.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 0;
  padding-left: 15px;
  padding-right: 15px;
}

.jumbotron .container {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 81px;
  }
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 34px;
  line-height: 1.944444444;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
  transition: border 0.2s ease-in-out;
}

.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.thumbnail .caption {
  padding: 9px;
  color: #56544f;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #5d9251;
}

.alert {
  padding: 15px;
  margin-bottom: 34px;
  border: 1px solid transparent;
  border-radius: 0;
}

.alert h4 {
  margin-top: 0;
  color: inherit;
}

.alert .alert-link {
  font-weight: bold;
}

.alert > p,
.alert > ul {
  margin-bottom: 0;
}

.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}

.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}

.alert-success hr {
  border-top-color: #c9e2b3;
}

.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}

.alert-info hr {
  border-top-color: #a6e1ec;
}

.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}

.alert-warning hr {
  border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}

.alert-danger hr {
  border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
  color: #843534;
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

.progress {
  overflow: hidden;
  height: 34px;
  margin-bottom: 34px;
  background-color: #f5f5f5;
  border-radius: 0;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 16px;
  line-height: 34px;
  color: #fff;
  text-align: center;
  background-color: #5d9251;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  transition: width 0.6s ease;
}

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

.progress.active .progress-bar,
.progress-bar.active {
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
  background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
  background-color: #5d9251;
}

.progress-striped .progress-bar-warning {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
  background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.media {
  margin-top: 15px;
}

.media:first-child {
  margin-top: 0;
}

.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}

.media-body {
  width: 10000px;
}

.media-object {
  display: block;
}

.media-object.img-thumbnail {
  max-width: none;
}

.media-right,
.media > .pull-right {
  padding-left: 10px;
}

.media-left,
.media > .pull-left {
  padding-right: 10px;
}

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

.media-middle {
  vertical-align: middle;
}

.media-bottom {
  vertical-align: bottom;
}

.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.media-list {
  padding-left: 0;
  list-style: none;
}

.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}

.list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

a.list-group-item,
button.list-group-item {
  color: #555;
}

a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}

a.list-group-item:hover, a.list-group-item:focus,
button.list-group-item:hover,
button.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}

button.list-group-item {
  width: 100%;
  text-align: left;
}

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}

.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}

.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #5d9251;
  border-color: #5d9251;
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}

.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
  color: #d0e3cc;
}

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}

a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}

a.list-group-item-success:hover, a.list-group-item-success:focus,
button.list-group-item-success:hover,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}

a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
button.list-group-item-success.active,
button.list-group-item-success.active:hover,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}

a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}

a.list-group-item-info:hover, a.list-group-item-info:focus,
button.list-group-item-info:hover,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}

a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
button.list-group-item-info.active,
button.list-group-item-info.active:hover,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}

a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}

a.list-group-item-warning:hover, a.list-group-item-warning:focus,
button.list-group-item-warning:hover,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}

a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
button.list-group-item-warning.active,
button.list-group-item-warning.active:hover,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}

a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}

a.list-group-item-danger:hover, a.list-group-item-danger:focus,
button.list-group-item-danger:hover,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}

a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
button.list-group-item-danger.active,
button.list-group-item-danger.active:hover,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.panel {
  margin-bottom: 34px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 0;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 0 15px;
}

.panel-body:before, .panel-body:after {
  content: " ";
  display: table;
}

.panel-body:after {
  clear: both;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}

.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 21px;
  color: inherit;
}

.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}

.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}

.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.list-group + .panel-footer {
  border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}

.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 0 15px;
  padding-right: 0 15px;
}

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}

.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: -1;
  border-top-right-radius: -1;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: -1;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: -1;
}

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}

.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: -1;
  border-bottom-right-radius: -1;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: -1;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: -1;
}

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}

.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}

.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}

.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}

.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}

.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}

.panel-group {
  margin-bottom: 34px;
}

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 0;
}

.panel-group .panel + .panel {
  margin-top: 5px;
}

.panel-group .panel-heading {
  border-bottom: 0;
}

.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}

.panel-group .panel-footer {
  border-top: 0;
}

.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

.panel-default {
  border-color: #ddd;
}

.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}

.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}

.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

.panel-primary {
  border-color: #5d9251;
}

.panel-primary > .panel-heading {
  color: #fff;
  background-color: #5d9251;
  border-color: #5d9251;
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #5d9251;
}

.panel-primary > .panel-heading .badge {
  color: #5d9251;
  background-color: #fff;
}

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #5d9251;
}

.panel-success {
  border-color: #d6e9c6;
}

.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}

.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}

.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-info {
  border-color: #bce8f1;
}

.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}

.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}

.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

.panel-warning {
  border-color: #faebcc;
}

.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}

.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

.panel-danger {
  border-color: #ebccd1;
}

.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}

.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
  padding: 24px;
  border-radius: 0;
}

.well-sm {
  padding: 9px;
  border-radius: 0;
}

.close {
  float: right;
  font-size: 27px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-header:before, .modal-header:after {
  content: " ";
  display: table;
}

.modal-header:after {
  clear: both;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.944444444;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer:before, .modal-footer:after {
  content: " ";
  display: table;
}

.modal-footer:after {
  clear: both;
}

.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "PT Sans Narrow", sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.944444444;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 16px;
  opacity: 0;
  filter: alpha(opacity=0);
}

.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}

.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}

.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}

.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "PT Sans Narrow", sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.944444444;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 18px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.popover.top {
  margin-top: -10px;
}

.popover.right {
  margin-left: 10px;
}

.popover.bottom {
  margin-top: 10px;
}

.popover.left {
  margin-left: -10px;
}

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: -1 -1 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover > .arrow {
  border-width: 11px;
}

.popover > .arrow:after {
  border-width: 10px;
  content: "";
}

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}

.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}

.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}

.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}

.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}

.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.carousel-inner > .item {
  display: none;
  position: relative;
  transition: 0.6s ease-in-out left;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    perspective: 1000px;
  }
  .carousel-inner > .item.next, .carousel-inner > .item.active.right {
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}

.carousel-inner > .active {
  left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner > .next {
  left: 100%;
}

.carousel-inner > .prev {
  left: -100%;
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}

.carousel-inner > .active.left {
  left: -100%;
}

.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
}

.carousel-control.left {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

.carousel-control.right {
  left: auto;
  right: 0;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

.carousel-control:hover, .carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}

.carousel-control .icon-prev:before {
  content: '\2039';
}

.carousel-control .icon-next:before {
  content: '\203a';
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}

.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}

.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}

select.bs-select-hidden,
select.selectpicker {
  display: none !important;
}

.bootstrap-select {
  width: 220px \0;
  /*IE9 and below*/
}

.bootstrap-select > .dropdown-toggle {
  width: 100%;
  padding-right: 25px;
  z-index: 1;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder, .bootstrap-select > .dropdown-toggle.bs-placeholder:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder:active {
  color: #424242;
}

.bootstrap-select > select {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  display: block !important;
  width: 0.5px !important;
  height: 100% !important;
  padding: 0 !important;
  opacity: 0 !important;
  border: none;
}

.bootstrap-select > select.mobile-device {
  top: 0;
  left: 0;
  display: block !important;
  width: 100% !important;
  z-index: 2;
}

.has-error .bootstrap-select .dropdown-toggle,
.error .bootstrap-select .dropdown-toggle {
  border-color: #b94a48;
}

.bootstrap-select.fit-width {
  width: auto !important;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 220px;
}

.bootstrap-select .dropdown-toggle:focus {
  outline: thin dotted #333333 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px;
}

.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
}

.bootstrap-select.form-control:not([class*="col-"]) {
  width: 100%;
}

.bootstrap-select.form-control.input-group-btn {
  z-index: auto;
}

.bootstrap-select.form-control.input-group-btn:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.bootstrap-select.btn-group:not(.input-group-btn), .bootstrap-select.btn-group[class*="col-"] {
  float: none;
  display: inline-block;
  margin-left: 0;
}

.bootstrap-select.btn-group.dropdown-menu-right, .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right,
.row .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right {
  float: right;
}

.form-inline .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group,
.form-group .bootstrap-select.btn-group {
  margin-bottom: 0;
}

.form-group-lg .bootstrap-select.btn-group.form-control,
.form-group-sm .bootstrap-select.btn-group.form-control {
  padding: 0;
}

.form-group-lg .bootstrap-select.btn-group.form-control .dropdown-toggle,
.form-group-sm .bootstrap-select.btn-group.form-control .dropdown-toggle {
  height: 100%;
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit;
}

.form-inline .bootstrap-select.btn-group .form-control {
  width: 100%;
}

.bootstrap-select.btn-group.disabled,
.bootstrap-select.btn-group > .disabled {
  cursor: not-allowed;
}

.bootstrap-select.btn-group.disabled:focus,
.bootstrap-select.btn-group > .disabled:focus {
  outline: none !important;
}

.bootstrap-select.btn-group.bs-container {
  position: absolute;
  height: 0 !important;
  padding: 0 !important;
}

.bootstrap-select.btn-group.bs-container .dropdown-menu {
  z-index: 1060;
}

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  text-align: left;
}

.bootstrap-select.btn-group .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}

.bootstrap-select.btn-group[class*="col-"] .dropdown-toggle {
  width: 100%;
}

.bootstrap-select.btn-group .dropdown-menu {
  min-width: 100%;
  box-sizing: border-box;
}

.bootstrap-select.btn-group .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
}

.bootstrap-select.btn-group .dropdown-menu li {
  position: relative;
}

.bootstrap-select.btn-group .dropdown-menu li.active small {
  color: #fff;
}

.bootstrap-select.btn-group .dropdown-menu li.disabled a {
  cursor: not-allowed;
}

.bootstrap-select.btn-group .dropdown-menu li a {
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.bootstrap-select.btn-group .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}

.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
  display: none;
}

.bootstrap-select.btn-group .dropdown-menu li a span.text {
  display: inline-block;
}

.bootstrap-select.btn-group .dropdown-menu li small {
  padding-left: 0.5em;
}

.bootstrap-select.btn-group .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: whitesmoke;
  border: 1px solid #e3e3e3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: 0.9;
  box-sizing: border-box;
}

.bootstrap-select.btn-group .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap;
}

.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option {
  position: static;
}

.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  margin-top: 5px;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle {
  z-index: 1061;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
  bottom: auto;
  top: -3px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
  bottom: auto;
  top: -3px;
  border-top: 6px solid white;
  border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
  right: 12px;
  left: auto;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
  right: 13px;
  left: auto;
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before, .bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
  display: block;
}

.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
  padding: 4px 8px;
}

.bs-actionsbox {
  width: 100%;
  box-sizing: border-box;
}

.bs-actionsbox .btn-group button {
  width: 50%;
}

.bs-donebutton {
  float: left;
  width: 100%;
  box-sizing: border-box;
}

.bs-donebutton .btn-group button {
  width: 100%;
}

.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}

.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
  float: none;
}

/*!
 * Datetimepicker for Bootstrap 3
 * ! version : 4.7.14
 * https://github.com/Eonasdan/bootstrap-datetimepicker/
 */
.bootstrap-datetimepicker-widget {
  list-style: none;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
  margin: 2px 0;
  padding: 4px;
  width: 19em;
}

@media (min-width: 768px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}

@media (min-width: 992px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}

@media (min-width: 1200px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}

.bootstrap-datetimepicker-widget.dropdown-menu:before, .bootstrap-datetimepicker-widget.dropdown-menu:after {
  content: '';
  display: inline-block;
  position: absolute;
}

.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  top: -7px;
  left: 7px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  top: -6px;
  left: 8px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #ccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  bottom: -7px;
  left: 6px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid white;
  bottom: -6px;
  left: 7px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
  left: auto;
  right: 6px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
  left: auto;
  right: 7px;
}

.bootstrap-datetimepicker-widget .list-unstyled {
  margin: 0;
}

.bootstrap-datetimepicker-widget a[data-action] {
  padding: 6px 0;
}

.bootstrap-datetimepicker-widget a[data-action]:active {
  box-shadow: none;
}

.bootstrap-datetimepicker-widget .timepicker-hour, .bootstrap-datetimepicker-widget .timepicker-minute, .bootstrap-datetimepicker-widget .timepicker-second {
  width: 54px;
  font-weight: bold;
  font-size: 1.2em;
  margin: 0;
}

.bootstrap-datetimepicker-widget button[data-action] {
  padding: 6px;
}

.bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after {
  content: "Increment Hours";
}

.bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after {
  content: "Increment Minutes";
}

.bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after {
  content: "Decrement Hours";
}

.bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after {
  content: "Decrement Minutes";
}

.bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after {
  content: "Show Hours";
}

.bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after {
  content: "Show Minutes";
}

.bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after {
  content: "Toggle AM/PM";
}

.bootstrap-datetimepicker-widget .btn[data-action="clear"]::after {
  content: "Clear the picker";
}

.bootstrap-datetimepicker-widget .btn[data-action="today"]::after {
  content: "Set the date to today";
}

.bootstrap-datetimepicker-widget .picker-switch {
  text-align: center;
}

.bootstrap-datetimepicker-widget .picker-switch::after {
  content: "Toggle Date and Time Screens";
}

.bootstrap-datetimepicker-widget .picker-switch td {
  padding: 0;
  margin: 0;
  height: auto;
  width: auto;
  line-height: inherit;
}

.bootstrap-datetimepicker-widget .picker-switch td span {
  line-height: 2.5;
  height: 2.5em;
  width: 100%;
}

.bootstrap-datetimepicker-widget table {
  width: 100%;
  margin: 0;
}

.bootstrap-datetimepicker-widget table td,
.bootstrap-datetimepicker-widget table th {
  text-align: center;
  border-radius: 0;
}

.bootstrap-datetimepicker-widget table th {
  height: 20px;
  line-height: 20px;
  width: 20px;
}

.bootstrap-datetimepicker-widget table th.picker-switch {
  width: 145px;
}

.bootstrap-datetimepicker-widget table th.disabled, .bootstrap-datetimepicker-widget table th.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}

.bootstrap-datetimepicker-widget table th.prev::after {
  content: "Previous Month";
}

.bootstrap-datetimepicker-widget table th.next::after {
  content: "Next Month";
}

.bootstrap-datetimepicker-widget table thead tr:first-child th {
  cursor: pointer;
}

.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
  background: #eeeeee;
}

.bootstrap-datetimepicker-widget table td {
  height: 54px;
  line-height: 54px;
  width: 54px;
}

.bootstrap-datetimepicker-widget table td.cw {
  font-size: .8em;
  height: 20px;
  line-height: 20px;
  color: #777777;
}

.bootstrap-datetimepicker-widget table td.day {
  height: 20px;
  line-height: 20px;
  width: 20px;
}

.bootstrap-datetimepicker-widget table td.day:hover, .bootstrap-datetimepicker-widget table td.hour:hover, .bootstrap-datetimepicker-widget table td.minute:hover, .bootstrap-datetimepicker-widget table td.second:hover {
  background: #eeeeee;
  cursor: pointer;
}

.bootstrap-datetimepicker-widget table td.old, .bootstrap-datetimepicker-widget table td.new {
  color: #777777;
}

.bootstrap-datetimepicker-widget table td.today {
  position: relative;
}

.bootstrap-datetimepicker-widget table td.today:before {
  content: '';
  display: inline-block;
  border: solid transparent;
  border-width: 0 0 7px 7px;
  border-bottom-color: #5d9251;
  border-top-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 4px;
  right: 4px;
}

.bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #5d9251;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.bootstrap-datetimepicker-widget table td.active.today:before {
  border-bottom-color: #fff;
}

.bootstrap-datetimepicker-widget table td.disabled, .bootstrap-datetimepicker-widget table td.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}

.bootstrap-datetimepicker-widget table td span {
  display: inline-block;
  width: 54px;
  height: 54px;
  line-height: 54px;
  margin: 2px 1.5px;
  cursor: pointer;
  border-radius: 0;
}

.bootstrap-datetimepicker-widget table td span:hover {
  background: #eeeeee;
}

.bootstrap-datetimepicker-widget table td span.active {
  background-color: #5d9251;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.bootstrap-datetimepicker-widget table td span.old {
  color: #777777;
}

.bootstrap-datetimepicker-widget table td span.disabled, .bootstrap-datetimepicker-widget table td span.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}

.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
  height: 27px;
  line-height: 27px;
}

.input-group.date .input-group-addon {
  cursor: pointer;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Base ----------------- */
* {
  max-height: 1000000px;
}

body {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
}

/* set default styles in all browsers */
input[type="search"] {
  -webkit-appearance: none;
}

input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="search"],
input[type="tel"],
input[type="submit"],
textarea {
  -webkit-appearance: none;
  outline: none;
  box-shadow: none;
}

textarea {
  overflow: auto;
  resize: none;
}

img {
  vertical-align: top;
}

a {
  text-decoration: underline;
  transition: color 0.3s ease-in-out, background 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

a:focus, a:hover {
  outline: none;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  text-decoration: none;
}

body {
  margin: 0;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

img {
  max-width: 100%;
  height: auto;
}

iframe {
  max-width: 100%;
}

.comment-form input[type='text'],
.search-form input[type='text'],
.post-password-form input[type='text'], .comment-form
input[type='tel'],
.search-form
input[type='tel'],
.post-password-form
input[type='tel'], .comment-form
input[type='email'],
.search-form
input[type='email'],
.post-password-form
input[type='email'], .comment-form
input[type='search'],
.search-form
input[type='search'],
.post-password-form
input[type='search'], .comment-form
input[type='password'],
.search-form
input[type='password'],
.post-password-form
input[type='password'], .comment-form
input[type='url'],
.search-form
input[type='url'],
.post-password-form
input[type='url'], .comment-form
input[type='date'],
.search-form
input[type='date'],
.post-password-form
input[type='date'], .comment-form
textarea,
.search-form
textarea,
.post-password-form
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border: 1px solid #999;
  padding: .2em .7em;
}

.comment-form input[type='text']:focus,
.search-form input[type='text']:focus,
.post-password-form input[type='text']:focus, .comment-form
input[type='tel']:focus,
.search-form
input[type='tel']:focus,
.post-password-form
input[type='tel']:focus, .comment-form
input[type='email']:focus,
.search-form
input[type='email']:focus,
.post-password-form
input[type='email']:focus, .comment-form
input[type='search']:focus,
.search-form
input[type='search']:focus,
.post-password-form
input[type='search']:focus, .comment-form
input[type='password']:focus,
.search-form
input[type='password']:focus,
.post-password-form
input[type='password']:focus, .comment-form
input[type='url']:focus,
.search-form
input[type='url']:focus,
.post-password-form
input[type='url']:focus, .comment-form
input[type='date']:focus,
.search-form
input[type='date']:focus,
.post-password-form
input[type='date']:focus, .comment-form
textarea:focus,
.search-form
textarea:focus,
.post-password-form
textarea:focus {
  border-color: #333;
}

.comment-form input[type='text']::-webkit-input-placeholder,
.search-form input[type='text']::-webkit-input-placeholder,
.post-password-form input[type='text']::-webkit-input-placeholder, .comment-form
input[type='tel']::-webkit-input-placeholder,
.search-form
input[type='tel']::-webkit-input-placeholder,
.post-password-form
input[type='tel']::-webkit-input-placeholder, .comment-form
input[type='email']::-webkit-input-placeholder,
.search-form
input[type='email']::-webkit-input-placeholder,
.post-password-form
input[type='email']::-webkit-input-placeholder, .comment-form
input[type='search']::-webkit-input-placeholder,
.search-form
input[type='search']::-webkit-input-placeholder,
.post-password-form
input[type='search']::-webkit-input-placeholder, .comment-form
input[type='password']::-webkit-input-placeholder,
.search-form
input[type='password']::-webkit-input-placeholder,
.post-password-form
input[type='password']::-webkit-input-placeholder, .comment-form
input[type='url']::-webkit-input-placeholder,
.search-form
input[type='url']::-webkit-input-placeholder,
.post-password-form
input[type='url']::-webkit-input-placeholder, .comment-form
input[type='date']::-webkit-input-placeholder,
.search-form
input[type='date']::-webkit-input-placeholder,
.post-password-form
input[type='date']::-webkit-input-placeholder, .comment-form
textarea::-webkit-input-placeholder,
.search-form
textarea::-webkit-input-placeholder,
.post-password-form
textarea::-webkit-input-placeholder {
  color: #000;
}

.comment-form input[type='text']::-moz-placeholder,
.search-form input[type='text']::-moz-placeholder,
.post-password-form input[type='text']::-moz-placeholder, .comment-form
input[type='tel']::-moz-placeholder,
.search-form
input[type='tel']::-moz-placeholder,
.post-password-form
input[type='tel']::-moz-placeholder, .comment-form
input[type='email']::-moz-placeholder,
.search-form
input[type='email']::-moz-placeholder,
.post-password-form
input[type='email']::-moz-placeholder, .comment-form
input[type='search']::-moz-placeholder,
.search-form
input[type='search']::-moz-placeholder,
.post-password-form
input[type='search']::-moz-placeholder, .comment-form
input[type='password']::-moz-placeholder,
.search-form
input[type='password']::-moz-placeholder,
.post-password-form
input[type='password']::-moz-placeholder, .comment-form
input[type='url']::-moz-placeholder,
.search-form
input[type='url']::-moz-placeholder,
.post-password-form
input[type='url']::-moz-placeholder, .comment-form
input[type='date']::-moz-placeholder,
.search-form
input[type='date']::-moz-placeholder,
.post-password-form
input[type='date']::-moz-placeholder, .comment-form
textarea::-moz-placeholder,
.search-form
textarea::-moz-placeholder,
.post-password-form
textarea::-moz-placeholder {
  opacity: 1;
  color: #000;
}

.comment-form input[type='text']:-moz-placeholder,
.search-form input[type='text']:-moz-placeholder,
.post-password-form input[type='text']:-moz-placeholder, .comment-form
input[type='tel']:-moz-placeholder,
.search-form
input[type='tel']:-moz-placeholder,
.post-password-form
input[type='tel']:-moz-placeholder, .comment-form
input[type='email']:-moz-placeholder,
.search-form
input[type='email']:-moz-placeholder,
.post-password-form
input[type='email']:-moz-placeholder, .comment-form
input[type='search']:-moz-placeholder,
.search-form
input[type='search']:-moz-placeholder,
.post-password-form
input[type='search']:-moz-placeholder, .comment-form
input[type='password']:-moz-placeholder,
.search-form
input[type='password']:-moz-placeholder,
.post-password-form
input[type='password']:-moz-placeholder, .comment-form
input[type='url']:-moz-placeholder,
.search-form
input[type='url']:-moz-placeholder,
.post-password-form
input[type='url']:-moz-placeholder, .comment-form
input[type='date']:-moz-placeholder,
.search-form
input[type='date']:-moz-placeholder,
.post-password-form
input[type='date']:-moz-placeholder, .comment-form
textarea:-moz-placeholder,
.search-form
textarea:-moz-placeholder,
.post-password-form
textarea:-moz-placeholder {
  color: #000;
}

.comment-form input[type='text']:-ms-input-placeholder,
.search-form input[type='text']:-ms-input-placeholder,
.post-password-form input[type='text']:-ms-input-placeholder, .comment-form
input[type='tel']:-ms-input-placeholder,
.search-form
input[type='tel']:-ms-input-placeholder,
.post-password-form
input[type='tel']:-ms-input-placeholder, .comment-form
input[type='email']:-ms-input-placeholder,
.search-form
input[type='email']:-ms-input-placeholder,
.post-password-form
input[type='email']:-ms-input-placeholder, .comment-form
input[type='search']:-ms-input-placeholder,
.search-form
input[type='search']:-ms-input-placeholder,
.post-password-form
input[type='search']:-ms-input-placeholder, .comment-form
input[type='password']:-ms-input-placeholder,
.search-form
input[type='password']:-ms-input-placeholder,
.post-password-form
input[type='password']:-ms-input-placeholder, .comment-form
input[type='url']:-ms-input-placeholder,
.search-form
input[type='url']:-ms-input-placeholder,
.post-password-form
input[type='url']:-ms-input-placeholder, .comment-form
input[type='date']:-ms-input-placeholder,
.search-form
input[type='date']:-ms-input-placeholder,
.post-password-form
input[type='date']:-ms-input-placeholder, .comment-form
textarea:-ms-input-placeholder,
.search-form
textarea:-ms-input-placeholder,
.post-password-form
textarea:-ms-input-placeholder {
  color: #000;
}

.comment-form input[type='text'].placeholder,
.search-form input[type='text'].placeholder,
.post-password-form input[type='text'].placeholder, .comment-form
input[type='tel'].placeholder,
.search-form
input[type='tel'].placeholder,
.post-password-form
input[type='tel'].placeholder, .comment-form
input[type='email'].placeholder,
.search-form
input[type='email'].placeholder,
.post-password-form
input[type='email'].placeholder, .comment-form
input[type='search'].placeholder,
.search-form
input[type='search'].placeholder,
.post-password-form
input[type='search'].placeholder, .comment-form
input[type='password'].placeholder,
.search-form
input[type='password'].placeholder,
.post-password-form
input[type='password'].placeholder, .comment-form
input[type='url'].placeholder,
.search-form
input[type='url'].placeholder,
.post-password-form
input[type='url'].placeholder, .comment-form
input[type='date'].placeholder,
.search-form
input[type='date'].placeholder,
.post-password-form
input[type='date'].placeholder, .comment-form
textarea.placeholder,
.search-form
textarea.placeholder,
.post-password-form
textarea.placeholder {
  color: #000;
}

.widget {
  margin-bottom: 1.2em;
}

.widget ul {
  padding-left: 2em;
}

.widget select {
  min-width: 150px;
}

.comment-form label {
  display: block;
  padding-bottom: 4px;
}

.comment-form textarea {
  overflow: auto;
  margin: 0;
  height: 120px;
  min-height: 120px;
}

.comment-form textarea,
.comment-form input[type='text'] {
  margin: 0 4px 0 0;
  width: 300px;
}

@media screen and (max-width: 767px) {
  .comment-form textarea,
  .comment-form input[type='text'] {
    width: 100%;
  }
}

.comment-form input[type='submit'] {
  display: block;
  float: none;
}

.post-password-form label {
  display: block;
}

.post-password-form input[type='password'] {
  margin: 0 4px 0 0;
  width: 300px;
}

.search-form input {
  float: left;
  height: 2em;
}

.search-form input[type='search'] {
  margin: 0 4px 0 0;
  width: 150px;
}

.post-password-form input {
  float: left;
  height: 2em;
}

.post-password-form input[type='password'] {
  width: 150px;
}

.comment-form input[type='submit'],
.post-password-form input[type='submit'],
.search-form input[type='submit'] {
  background: linear-gradient(to bottom, #c29232 17%, #eedf9c 100%);
  color: #000;
  height: 2em;
  border: 1px solid #dacc8b;
  padding: 0 .5em;
}

.comment-form input[type='submit']:hover,
.post-password-form input[type='submit']:hover,
.search-form input[type='submit']:hover {
  opacity: 0.8;
}

.commentlist {
  margin: 0 0 1.2em;
}

.commentlist .edit-link {
  margin: 0;
}

.commentlist .avatar-holder {
  float: left;
  margin: 0 1.2em 4px 0;
}

.commentlist-item .commentlist-item {
  padding: 0;
}

@media screen and (min-width: 768px) {
  .commentlist-item .commentlist-item {
    padding: 0 0 0 2em;
  }
}

.comment,
.commentlist-holder {
  overflow: hidden;
}

.commentlist-item .commentlist-item,
.commentlist-item + .commentlist-item {
  padding-top: 1.2em;
}

.widget_calendar #next {
  text-align: right;
}

.gallery-item dt {
  float: none;
  padding: 0;
}

.navigation,
.navigation-comments {
  position: relative;
  vertical-align: middle;
  margin-bottom: 1.2em;
}

.navigation .screen-reader-text,
.navigation-comments .screen-reader-text {
  position: absolute;
  left: -99999px;
}

.navigation .page-numbers,
.navigation-comments .page-numbers {
  display: inline-block;
  vertical-align: middle;
  padding: 0 .4em;
}

@media screen and (max-width: 767px) {
  .navigation .page-numbers,
  .navigation-comments .page-numbers {
    padding: 0;
  }
}

.navigation .next,
.navigation .prev,
.navigation-comments .next,
.navigation-comments .prev {
  display: inline-block;
  vertical-align: middle;
  max-width: 50%;
  background: #666;
  color: #fff;
  padding: .4em;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .navigation .next,
  .navigation .prev,
  .navigation-comments .next,
  .navigation-comments .prev {
    padding: .2em;
  }
}

.navigation-single {
  margin-bottom: 1.2em;
}

.navigation-single .next,
.navigation-single .prev {
  float: left;
  vertical-align: middle;
  max-width: 50%;
  background: #666;
  color: #fff;
  text-decoration: none;
}

.navigation-single .next a,
.navigation-single .prev a {
  color: inherit;
  text-decoration: none;
  padding: .4em;
  display: block;
}

@media screen and (max-width: 767px) {
  .navigation-single .next a,
  .navigation-single .prev a {
    padding: .2em;
  }
}

.navigation-single .next {
  float: right;
}

.wp-caption {
  max-width: 100%;
  clear: both;
  border: 1px solid #ccc;
  padding: .4em;
  margin-bottom: 1.2em;
}

.wp-caption img {
  margin: 0;
  vertical-align: top;
}

.wp-caption p {
  margin: .4em 0 0;
}

div.aligncenter {
  margin: 0 auto 1.2em;
}

img.aligncenter {
  display: block;
  margin: 0 auto;
}

.alignleft {
  float: left;
  margin: 10px 1.6em 6px 0;
}

@media screen and (max-width: 767px) {
  .alignleft {
    margin: 0 auto 30px;
    display: block;
    float: none;
  }
}

.alignright {
  float: right;
  margin: 10px 0 6px 1.6em;
}

@media screen and (max-width: 767px) {
  .alignright {
    margin: 0 auto 30px;
    display: block;
    float: none;
  }
}

@media screen and (max-width: 767px) {
  .alignnone {
    margin: 0 auto 30px;
    display: block;
  }
}

.mejs-container {
  margin-bottom: 1.2em;
}

.wp-caption-text,
.gallery,
.alignnone,
.gallery-caption,
.sticky,
.bypostauthor {
  height: auto;
}

th,
td {
  border: 1px solid #999;
  padding: 0.5em;
}

/**Backgrounds**/
/**Animations**/
/**Custom Classes**/
@media screen and (min-width: 992px) {
  .pull-right-md {
    float: right !important;
  }
}

.no-p p {
  display: none;
}

.no-p + p {
  display: none;
}

.img-full {
  width: 100%;
}

.text-center {
  text-align: center;
}

a[href^="tel:"] {
  text-decoration: none;
  font-family: "PT Sans Narrow", sans-serif;
  color: #5d9251;
}

.vertical-align-middle {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.row-relative {
  position: relative;
}

.row-no-padding [class*="col-"] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.one-pad-all {
  padding: 0 !important;
}

@media screen and (min-width: 768px) {
  .one-pad {
    padding: 0 !important;
  }
  .one-pad-left {
    padding-left: 1 !important;
  }
  .one-pad-right {
    padding-right: 1 !important;
  }
}

@media screen and (min-width: 1200px) {
  .one-pad-left-lg {
    padding-left: 1 !important;
  }
}

@media screen and (max-width: 991px) {
  .one-pad-sm {
    padding: 1 !important;
  }
}

@media screen and (max-width: 767px) {
  .one-pad-mobile {
    padding: 1 !important;
  }
}

.no-pad-all {
  padding: 0 !important;
}

@media screen and (min-width: 768px) {
  .no-pad {
    padding: 0 !important;
  }
  .no-pad-left {
    padding-left: 0 !important;
  }
  .no-pad-right {
    padding-right: 0 !important;
  }
}

@media screen and (min-width: 1200px) {
  .no-pad-left-lg {
    padding-left: 0 !important;
  }
}

@media screen and (max-width: 991px) {
  .no-pad-sm {
    padding: 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .no-pad-mobile {
    padding: 0 !important;
  }
}

@media screen and (min-width: 768px) {
  .pl-30 {
    padding-left: 30px;
  }
}

@media screen and (min-width: 768px) {
  .pr-30 {
    padding-right: 30px;
  }
}

.center-col {
  float: none;
  margin: 0 auto;
}

.pos-rel {
  position: relative;
}

.ab-vert {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.modal-body {
  padding-top: 40px;
}

.modal-content .close {
  position: relative;
  right: 10px;
  z-index: 9999;
}

.text-center {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .text-center-xs {
    text-align: center;
  }
}

@media screen and (max-width: 991px) {
  .text-center-sm {
    text-align: center;
  }
}

.widget:after, .search-form:after, .post-password-form p:after, .navigation-single:after, .clearfix:after {
  content: '';
  display: block;
  clear: both;
}

.cws-cta {
  text-align: center;
  font-family: "Playfair Display", serif;
  font-size: 38px;
  margin: 40px 0;
  letter-spacing: 1px;
}

@media screen and (max-width: 767px) {
  .cws-cta {
    font-size: 30px;
    margin: 25px 0;
  }
}

.cws-cta p {
  color: #000;
}

@media screen and (max-width: 767px) {
  .cws-cta p {
    line-height: 1;
  }
}

.cws-cta a {
  display: inline-block;
}

.cws-cta a:first-child {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid #bfbfbf;
  line-height: 1.2;
}

.cws-cta a:last-of-type {
  font-weight: 700;
}

.wpseo-opening-hours th, .wpseo-opening-hours td {
  padding: 0;
  border: none;
  line-height: 1.2;
}

.wpseo-opening-hours td.day {
  padding-right: 50px;
}

/*
** Base
*/
.wf-active,
.wf-inactive {
  transition: opacity 1s ease-out;
}

html,
body {
  height: 100%;
  width: 100%;
}

.skiplink {
  left: -9999px;
  position: absolute;
}

section ul {
  padding-left: 23px;
}

section li {
  list-style: none;
  text-indent: -23px;
}

section li a {
  color: #000;
}

section li:before {
  content: '';
  background-color: #d6e4d3;
  display: inline-block;
  position: relative;
  height: 12px;
  width: 12px;
  border: 2px solid #5d9251;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  background-clip: padding-box;
  margin-right: 11px;
}

section.dark-section li a {
  color: #fff;
}

.d-none {
  display: none !important;
}

@media screen and (min-width: 992px) {
  .d-lg-block {
    display: block !important;
  }
}

@media screen and (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .d-md-block {
    display: block !important;
  }
}

@media screen and (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
}

@media screen and (max-width: 991px) {
  .d-hidden-desktop {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .entry-content .row-list .col-sm-6:last-of-type {
    margin-top: -20px;
  }
}

.entry-content .row-list .col-sm-4:nth-of-type(2), .entry-content .row-list .col-sm-4:nth-of-type(3) {
  margin-top: -20px;
}

/* Theme Elements ------- */
/**Typography**/
body {
  font-family: "PT Sans Narrow", sans-serif;
  color: #56544f;
  font-size: 17px;
}

h1, h2, h4, h5, .h2 {
  font-family: "PT Sans Narrow", serif;
  color: #1e2a31;
}

h1 {
  font-size: 38px;
  font-family: "Playfair Display", serif;
  font-weight: 700;
}

.page-title, .about-one-bottom-title {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  margin: 0 0 30px;
  font-size: 50px;
  color: #5d9251;
  line-height: 1.1;
}

@media screen and (max-width: 767px) {
  .page-title, .about-one-bottom-title {
    font-size: 33px;
  }
}

.blog .page-title, .blog .about-one-bottom-title {
  margin-bottom: 45px;
}

h2, .h2 {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: 35px;
  line-height: 45px;
  color: #5d9251;
  margin-bottom: 30px;
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  h2, .h2 {
    font-size: 29px;
    line-height: 1.1;
  }
}

a .remove-decoration, a.remove-decoration {
  text-decoration: none;
}

p {
  line-height: 1.4;
}

.entry-content p {
  margin-bottom: 23px;
}

.entry-content ol {
  list-style: none;
  padding-left: 0px;
  margin-bottom: 34px;
}

.entry-content ol li {
  counter-increment: li;
  padding-left: 33px;
  position: relative;
  text-indent: 0;
}

.entry-content ol li:before {
  content: counter(li);
  color: #fff;
  display: inline-block;
  width: 1em;
  text-indent: -2px;
  margin-right: 0.7em;
  text-align: center;
  background-color: #5d9251;
  border: none !important;
  border-radius: 50%;
  height: 24px;
  width: 24px;
  font-size: 16px;
  font-family: "PT Sans Narrow", serif;
  font-style: italic;
  line-height: 24px;
  position: absolute;
  left: 0;
  top: 6px;
}

/**Icons**/
.icon {
  background-repeat: no-repeat;
  display: inline-block;
}

/* Background Styles */
/* Button Styles */
.btn {
  display: inline-block;
  border-radius: 5px;
  font-size: 20px;
  font-size: 2rem;
  text-decoration: none;
}

@media screen and (min-width: 320px) {
  .btn {
    font-size: 18px;
  }
}

@media screen and (min-width: 480px) {
  .btn {
    font-size: 20px;
    font-size: 2rem;
  }
}

.lime-green-btn {
  background-color: #5d9251;
  color: #fff;
  font-weight: 700;
  font-size: 19px;
  max-width: 400px;
  border-radius: 0;
  border: 0 solid;
  box-shadow: none;
  text-decoration: none;
  outline-style: none;
  padding: 24px;
  margin: 20px 0;
}

@media screen and (max-width: 767px) {
  .lime-green-btn {
    padding: 22px 15px;
  }
}

.lime-green-btn .icon-submit {
  margin-left: 30px;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .lime-green-btn .icon-submit {
    margin-left: 10px;
  }
}

.black-btn {
  color: #000;
  display: inline-block;
  text-decoration: underline;
  font-size: 20px;
  font-size: 2rem;
}

@media screen and (min-width: 320px) {
  .black-btn {
    font-size: 18px;
  }
}

@media screen and (min-width: 480px) {
  .black-btn {
    font-size: 20px;
    font-size: 2rem;
  }
}

.gold-btn {
  color: #b3b08f;
  text-decoration: underline;
  font-weight: 700;
  padding: 24px;
  margin: 20px 0;
}

.gold-btn .icon-submit {
  margin-left: 10px;
  vertical-align: middle;
}

.black-btn-inline {
  color: #000;
  border-bottom: 1px solid #b3b08f;
  font-size: 17px;
  border-radius: 0;
  font-weight: 700;
  padding: 0;
  margin: 0 15px;
}

.black-btn-inline .icon-green-arrow {
  margin-left: 10px;
  vertical-align: middle;
}

.icon-info {
  background: url("../../images/icon-info.png") center center no-repeat;
  background-size: 15px 15px;
  height: 15px;
  width: 15px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
}

.icon-submit {
  background: url("../../images/right-arrow-white.svg") center center no-repeat;
  background-size: 35px 35px;
  height: 35px;
  width: 35px;
  display: inline-block;
}

.icon-green-arrow {
  background: url("../../images/green-arrow.svg") center center no-repeat;
  background-size: 11px 11px;
  height: 11px;
  width: 11px;
  display: inline-block;
}

.icon-green-arrow-up {
  background: url("../../images/green-arrow-up.svg") center center no-repeat;
  background-size: 14px 15px;
  height: 15px;
  width: 14px;
  display: inline-block;
}

.icon-green-arrow-down {
  background: url("../../images/green-arrow-down.svg") center center no-repeat;
  background-size: 14px 15px;
  height: 15px;
  width: 14px;
  display: inline-block;
}

.icon-green-arrow-left {
  background: url("../../images/green-arrow-left.svg") center center no-repeat;
  background-size: 14px 15px;
  height: 15px;
  width: 14px;
  display: inline-block;
}

.icon-facebook {
  background: url("../../images/icon-facebook.svg") center center no-repeat;
  background-size: 47px 47px;
  height: 47px;
  width: 47px;
  display: inline-block;
}

a:hover .icon-facebook {
  background: url("../../images/icons/social_icons/facebook-hover.png") center center no-repeat;
}

.icon-linkedin {
  background: url("../../images/icon-linkedin.svg") center center no-repeat;
  background-size: 47px 47px;
  height: 47px;
  width: 47px;
  display: inline-block;
}

a:hover .icon-linkedin {
  background: url("../../images/icons/social_icons/linkedin-hover.png") center center no-repeat;
}

.icon-googleplus {
  background: url("../../images/icon-googleplus.svg") center center no-repeat;
  background-size: 47px 47px;
  height: 47px;
  width: 47px;
  display: inline-block;
}

a:hover .icon-googleplus {
  background: url("../../images/icons/social_icons/google-hover.png") center center no-repeat;
}

.icon-cw {
  background: url("../../images/icon-cw.png") center center no-repeat;
  background-size: 14px 14px;
  height: 14px;
  width: 14px;
  display: inline-block;
}

.phone {
  color: #000;
  text-decoration: none;
  display: block;
}

.icon-right-arrow {
  background: url("../../images/icon-right-arrow.png") center center no-repeat;
  background-size: 26px 26px;
  height: 26px;
  width: 26px;
  display: inline-block;
}

.icon-chevron-left, .icon-chevron-right {
  width: 64px;
  height: 64px;
  background-size: 100%;
}

.icon-chevron-left {
  background-image: url("../../images/slide-arrow-left.png");
}

.icon-chevron-right {
  background-image: url("../../images/slide-arrow-right.png");
}

/* Form Styles */
/* Inline Form in Header */
.form-inline {
  margin-top: 40px;
  font-size: 0;
  width: 685px;
}

.form-inline .form-group {
  width: 500px;
}

.form-inline .form-control {
  height: 82px;
}

.form-inline .input-lg, .form-inline .input-group-lg > .form-control,
.form-inline .input-group-lg > .input-group-addon,
.form-inline .input-group-lg > .input-group-btn > .btn {
  font-size: 19px;
  color: #222222;
  padding-left: 25px;
  border-radius: 0 !important;
}

.form-inline .input-lg:first-of-type, .form-inline .input-group-lg > .form-control:first-of-type,
.form-inline .input-group-lg > .input-group-addon:first-of-type,
.form-inline .input-group-lg > .input-group-btn > .btn:first-of-type {
  border: 0;
  border-right: 1px solid #ebebeb;
}

.form-inline input {
  border-right: 1px solid #eeeeee;
  width: 242px !important;
}

.form-inline .bootstrap-select {
  width: 258px !important;
}

.form-inline .bootstrap-select .filter-option {
  width: 170px !important;
  color: #424242;
}

.form-inline span.bs-caret span.caret {
  position: relative !important;
  display: inline-block;
  background: url("../../images/down-arrow-alt.png") center center no-repeat;
  background-size: 19px 19px;
  height: 19px;
  width: 19px;
  margin: 0 !important;
  top: 0 !important;
  right: 19px;
  vertical-align: middle;
  padding-right: 30px;
  border: 0 none;
}

.form-inline .lime-green-btn-form {
  width: 185px;
  background-color: #5d9251;
  color: #fff;
  font-weight: 700;
  border-radius: 0;
  border: 0 solid;
  box-shadow: none;
  outline-style: none;
}

.form-inline .lime-green-btn-form span {
  display: inline-block;
  text-align: left;
  line-height: 20px;
  width: 110px;
  padding-top: 15px;
}

.form-inline .lime-green-btn-form .icon-submit {
  margin-left: 12px;
}

/* Contact Form */
.form-contact {
  margin-bottom: 30px;
}

@media screen and (min-width: 992px) {
  .form-contact {
    margin-bottom: 75px;
    box-shadow: -3px 18px 20px 0 rgba(0, 0, 0, 0.15);
  }
}

@media screen and (max-width: 991px) {
  .form-contact .col-xs-12,
  .form-contact .col-md-9 {
    padding: 0;
  }
}

.form-contact .row {
  padding-left: 15px;
  padding-right: 15px;
}

@media screen and (min-width: 768px) {
  .form-contact .row [class*="col-"] {
    padding: 0 !important;
  }
}

.form-contact .form-group {
  width: 100%;
  margin-bottom: 0;
  border-bottom: 1px solid #eeeeee;
}

.form-contact .form-group:first-of-type {
  border-left: 1px solid #eeeeee;
}

.form-contact .no-border {
  border-left: 0 solid #000 !important;
  border-right: 0 solid #000 !important;
}

.form-contact .form-control, .form-contact .control-label {
  height: 82px;
  font-size: 19px;
  color: #424242;
  padding-left: 25px;
  border-radius: 0 !important;
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .form-contact .form-control, .form-contact .control-label {
    font-size: 16px;
    padding-left: 2px;
  }
}

.form-contact .form-control.date-label, .form-contact .control-label.date-label {
  padding-left: 10px;
}

@media screen and (max-width: 991px) {
  .form-contact .form-control.date-label, .form-contact .control-label.date-label {
    padding-left: 23px;
    height: auto;
  }
}

@media screen and (max-width: 991px) {
  .form-contact .form-control.time-label, .form-contact .control-label.time-label {
    padding-left: 23px;
    height: auto;
  }
}

.form-contact input {
  border: none;
}

.form-contact label {
  margin-bottom: 0;
  font-weight: inherit;
  padding-top: 23px;
}

.form-contact .bootstrap-select {
  width: auto !important;
}

.form-contact .bootstrap-select li {
  text-indent: 0;
}

.form-contact .bootstrap-select li:before {
  content: '';
  background-color: none;
  display: none;
  position: relative;
  height: 0;
  width: 0;
  border: none;
  border-radius: none;
  margin: 0;
}

.form-contact .bootstrap-select .dropdown-toggle {
  padding-right: 13px !important;
}

.form-contact .bootstrap-select.type-of-case {
  width: 100% !important;
}

.form-contact .bootstrap-select.type-of-case .dropdown-toggle {
  padding-right: 40px !important;
}

.form-contact .small-select {
  height: 40px;
  width: 100px;
  border: 1px solid #b3b08f;
  padding: 0;
  text-align: left;
}

.form-contact .small-select .filter-option {
  line-height: 40px;
  height: 40px;
}

.form-contact span.bs-caret span.caret {
  position: relative !important;
  display: inline-block;
  background: url("../../images/down-arrow-alt.png") center center no-repeat;
  background-size: 19px 19px;
  height: 19px;
  width: 19px;
  margin: 0 !important;
  top: 0 !important;
  right: 19px;
  vertical-align: middle;
  padding-right: 30px;
  border: 0 none;
}

.form-contact .datepicker-holder {
  display: inline-block;
  vertical-align: middle;
}

.form-contact .datepicker-holder .input-group {
  height: 40px;
  width: 100px;
  border: 1px solid #b3b08f;
  padding: 0;
  text-align: center;
}

.form-contact .datepicker-holder .input-group .form-datepicker {
  height: 40px;
  width: 98px;
  padding: 0 9px;
  text-align: center;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .form-contact .datepicker-holder .input-group .form-datepicker {
    width: 68px;
    padding: 0 0px 0 1px;
  }
}

.form-contact .datepicker-holder .input-group .input-group-addon {
  background-color: transparent;
  border: none;
}

.form-contact .datepicker-holder .input-group .icon-caret {
  background: url("../../images/down-arrow-alt.png") center center no-repeat;
  background-size: 19px 19px;
  height: 19px;
  width: 19px;
  margin: 0 !important;
  vertical-align: middle;
  border: 0 none;
}

.form-contact .bootstrap-datetimepicker-widget th, .form-contact .bootstrap-datetimepicker-widget td {
  border: none;
}

.form-contact .bootstrap-datetimepicker-widget li {
  text-indent: 0;
}

.form-contact .bootstrap-datetimepicker-widget li:before {
  content: '';
  background-color: none;
  display: none;
  position: relative;
  height: 0;
  width: 0;
  border: none;
  border-radius: none;
  margin: 0;
}

.form-contact .lime-green-btn-form {
  background-color: #5d9251;
  color: #fff;
  font-weight: 700;
  border-radius: 0;
  border: 0 solid;
  box-shadow: none;
  outline-style: none;
  height: 82px;
  text-align: center;
  padding: 0;
}

@media screen and (max-width: 991px) {
  .form-contact .lime-green-btn-form {
    margin-top: 20px;
  }
}

.form-contact .lime-green-btn-form span {
  height: 82px;
  text-align: left;
  line-height: 82px;
  display: inline-block;
}

.form-contact .lime-green-btn-form .icon-submit {
  margin-left: 12px;
  display: inline-block;
  vertical-align: middle;
}

.form-contact .lime-green-btn-form .form-control::-webkit-input-placeholder {
  color: #424242;
}

.form-contact .lime-green-btn-form .form-control::-moz-placeholder {
  opacity: 1;
  color: #424242;
}

.form-contact .lime-green-btn-form .form-control:-moz-placeholder {
  color: #424242;
}

.form-contact .lime-green-btn-form .form-control:-ms-input-placeholder {
  color: #424242;
}

.form-contact .lime-green-btn-form .form-control.placeholder {
  color: #424242;
}

/* Results --------------------- */
/* Testimonials --------------------- */
.testimonials-section {
  position: relative;
  background-position: center center;
  background-size: cover;
}

@media screen and (min-width: 1200px) {
  .testimonials-section {
    background-position: top center !important;
  }
}

.testimonials-section .testimonials-extras {
  margin-top: 54px;
}

@media screen and (min-width: 768px) {
  .testimonials-section .testimonials-extras {
    margin-top: 50px;
  }
}

.page-template-default .testimonials-section {
  margin-top: 20px;
}

@media screen and (max-width: 991px) {
  .testimonials-section {
    background-color: #000;
    background-image: none !important;
    padding-bottom: 13px;
  }
}

@media screen and (max-width: 575px) {
  .testimonials-section {
    margin-bottom: 40px;
    padding-bottom: 80px;
  }
}

@media screen and (min-width: 992px) {
  .testimonials-section {
    min-height: 480px;
    padding-top: 30px;
    max-height: 480px;
  }
}

.testimonials-section .row {
  position: relative;
}

@media screen and (min-width: 992px) {
  .testimonials-section .row {
    height: 480px;
  }
}

.testimonials-section .testimonial-border {
  background-color: transparent;
  border: 1px solid #b3b08f;
  position: absolute;
  height: 277px;
  top: calc(50% - 20px);
  left: 20px;
  z-index: 999;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events: none;
}

.testimonials-section .testimonial-wrapper {
  background-color: #000;
  color: #fff;
  padding: 55px 70px;
}

@media screen and (max-width: 991px) {
  .testimonials-section .testimonial-wrapper {
    padding: 30px 0px;
  }
}

@media screen and (min-width: 992px) {
  .testimonials-section .testimonial-wrapper {
    position: relative;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.testimonials-section .testimonial-wrapper .sameHeight {
  margin-top: 17px;
}

.testimonials-section .testimonial-wrapper.no-disclaimer {
  opacity: 0;
}

@media screen and (max-width: 991px) {
  .testimonials-section .testimonial-wrapper.no-disclaimer {
    height: 300px;
  }
}

.testimonials-section .testimonial-wrapper.disclaimer {
  padding: 55px 55px;
  /*display: flex;
  			align-items: center;*/
  display: block;
  line-height: 1.5;
  position: absolute;
}

@media screen and (max-width: 991px) {
  .testimonials-section .testimonial-wrapper.disclaimer {
    top: 0;
    padding: 30px 0;
  }
}

.testimonials-section .testimonial-wrapper.disclaimer h4, .testimonials-section .testimonial-wrapper.disclaimer .h4 {
  padding-top: 22px;
}

@media screen and (max-width: 991px) {
  .testimonials-section .testimonial-wrapper.disclaimer h4, .testimonials-section .testimonial-wrapper.disclaimer .h4 {
    text-align: center;
  }
}

.testimonials-section .testimonial-wrapper.disclaimer p {
  text-align: right;
  font-size: 19px;
  margin-top: 30px;
  /* Base for label styling */
  /* checkbox aspect */
  /* checked mark aspect */
  /* checked mark aspect changes */
}

@media screen and (max-width: 991px) {
  .testimonials-section .testimonial-wrapper.disclaimer p {
    width: 66%;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 767px) and (orientation: landscape) {
  .testimonials-section .testimonial-wrapper.disclaimer p {
    text-align: center;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .testimonials-section .testimonial-wrapper.disclaimer p {
    text-align: center;
  }
}

.testimonials-section .testimonial-wrapper.disclaimer p [type="checkbox"]:not(:checked),
.testimonials-section .testimonial-wrapper.disclaimer p [type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}

.testimonials-section .testimonial-wrapper.disclaimer p [type="checkbox"]:not(:checked) + label,
.testimonials-section .testimonial-wrapper.disclaimer p [type="checkbox"]:checked + label {
  position: relative;
  padding-left: 54px;
  cursor: pointer;
}

.testimonials-section .testimonial-wrapper.disclaimer p [type="checkbox"]:not(:checked) + label:before,
.testimonials-section .testimonial-wrapper.disclaimer p [type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: -9px;
  top: 0;
  width: 45px;
  height: 45px;
  border: 2px solid #5d9251;
  background: transparent;
  border-radius: 50%;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .testimonials-section .testimonial-wrapper.disclaimer p [type="checkbox"]:not(:checked) + label:before,
  .testimonials-section .testimonial-wrapper.disclaimer p [type="checkbox"]:checked + label:before {
    top: 13px;
  }
}

.testimonials-section .testimonial-wrapper.disclaimer p [type="checkbox"]:not(:checked) + label:after,
.testimonials-section .testimonial-wrapper.disclaimer p [type="checkbox"]:checked + label:after {
  content: '';
  position: absolute;
  top: 7px;
  left: 0;
  font-size: 30px;
  line-height: 0.8;
  color: #5d9251;
  transition: all .2s;
  background-image: url("../../images/check.png");
  background-repeat: no-repeat;
  height: 29px;
  width: 29px;
}

@media screen and (max-width: 767px) {
  .testimonials-section .testimonial-wrapper.disclaimer p [type="checkbox"]:not(:checked) + label:after,
  .testimonials-section .testimonial-wrapper.disclaimer p [type="checkbox"]:checked + label:after {
    top: 21px;
  }
}

.testimonials-section .testimonial-wrapper.disclaimer p label {
  padding-top: 9px;
  text-decoration: underline;
  color: #5d9251;
}

.testimonials-section .testimonial-wrapper h4, .testimonials-section .testimonial-wrapper .h4 {
  color: #b3b08f;
  font-family: "Playfair Display", serif;
  text-align: left;
  font-weight: 700;
  font-size: 29px;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 13px;
}

@media screen and (max-width: 991px) {
  .testimonials-section .testimonial-wrapper h4, .testimonials-section .testimonial-wrapper .h4 {
    text-align: center;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonials-section .testimonial-wrapper h4, .testimonials-section .testimonial-wrapper .h4 {
    font-size: 24px;
  }
}

.testimonials-section .testimonial-wrapper span {
  display: inline-block;
  text-transform: uppercase;
  font-size: 18px;
}

.testimonials-section .testimonial-wrapper span b {
  color: #b3b08f;
  margin-left: 7px;
  margin-right: 7px;
}

@media screen and (min-width: 992px) {
  .testimonials-section .testimonial-wrapper .testimonial-slick-count {
    position: absolute;
    bottom: 25px;
  }
}

.testimonials-section .testimonial-wrapper .testimonial-slick-count span {
  font-size: 19px;
}

.testimonials-section .testimonial-wrapper .testimonial-slick-nav {
  display: inline-block;
}

.testimonials-section .testimonial-wrapper .testimonial-slick-nav .slick-arrow {
  display: inline-block;
  border: none;
  vertical-align: middle;
  margin-left: 10px;
  margin-right: 10px;
  height: 17px;
  width: 13px;
}

.testimonials-section .testimonial-wrapper .testimonial-slick-nav .slick-prev {
  background: url("../../images/t-slick-prev.png") center center no-repeat;
  background-size: 13px 17px;
}

.testimonials-section .testimonial-wrapper .testimonial-slick-nav .slick-next {
  background: url("../../images/t-slick-next.png") center center no-repeat;
  background-size: 13px 17px;
}

.testimonials-section .testimonial-wrapper .currentSlide {
  color: #fff;
}

.testimonials-section .testimonial-wrapper .totalSlides {
  color: #b3b08f;
}

.testimonials-section .testimonial-wrapper .testimonial-content {
  width: 100%;
  margin-bottom: 15px;
  text-align: left;
  line-height: 1.5;
}

.testimonials-section .testimonial-wrapper img {
  float: left;
  margin-right: 14px;
  margin-top: 7px;
}

.testimonials-section .testimonial-wrapper .slick-item span, .testimonials-section .testimonial-wrapper .slick-item b {
  float: right;
  font-weight: 800;
}

@media screen and (max-width: 767px) {
  .testimonials-section .testimonial-wrapper .slick-item span, .testimonials-section .testimonial-wrapper .slick-item b {
    float: left;
  }
}

.testimonials-section .testimonial-wrapper .slick-item span b {
  margin-left: 10px;
  margin-right: 10px;
}

.testimonials-section .testimonial-wrapper .slick-item .stars {
  float: left;
}

.testimonials-section .testimonial-wrapper .slick-item .stars i {
  color: #b3b08f;
  padding-right: 6px;
}

.testimonials-section .testimonial-wrapper .slick-item .client-type {
  color: #b3b08f;
}

.testimonial blockquote {
  font-size: 20px;
  padding: 17px 0;
  border: none;
}

/* Theme Areas --------- */
/**Header**/
/*
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 0;
    padding-top: 66.64%; (img-height / img-width * width)
 */
header {
  position: relative;
  background-position: center center;
  background-size: cover;
}

/*Mobile Only*/
#m-toggle {
  background-color: #000;
  height: 78px;
  padding-top: 3px;
}

#m-toggle .info {
  /*background-color: $green;
		border-radius:25px;
		font-weight: 700;
		font-size:28px;*/
  /*font-family: $font-family-playfair;
		padding: 7px 20px;
		text-shadow: 1px 0 #696969;*/
  margin-right: 65px;
  line-height: 1;
}

#m-toggle .info a {
  color: #fff;
}

#m-toggle .info a span {
  vertical-align: text-top;
  line-height: 1;
}

/* Navbar Styles */
.navbar {
  min-height: 80px;
}

.navbar {
  position: relative;
  margin-bottom: 0;
  border: none;
  background-color: #000;
  top: 0;
  width: 100%;
  z-index: 100;
}

@media screen and (min-width: 1200px) {
  .navbar-header {
    float: none !important;
  }
}

.navbar-header a.site-logo {
  text-align: center;
  float: left;
}

.navbar-header .navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0;
  vertical-align: middle;
}

.navbar-header .navbar-toggle .icon-bar {
  background-color: #b3b08f;
}

.navbar-collapse {
  padding-left: 0;
  padding-right: 0;
}

@media screen and (min-width: 768px) {
  .header-menu {
    text-align: center;
  }
}

.header-menu a.contact-phone {
  font-size: 30px;
  font-weight: 700;
  color: #5d9251;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  line-height: 80px;
}

@media screen and (min-width: 768px) {
  .header-menu a.contact-phone {
    position: absolute;
    right: 15px;
    top: 0;
  }
}

ul.nav-header {
  vertical-align: middle;
  z-index: 9999;
  position: relative;
  float: left;
  display: inline-block;
  margin-top: 19px;
  margin-right: 0;
}

@media screen and (min-width: 1200px) {
  ul.nav-header {
    float: none !important;
  }
}

ul.nav-header > li {
  float: left;
  border: 1px solid #000;
}

ul.nav-header > li.active,
ul.nav-header > li.open > a, ul.nav-header > li:hover,
ul.nav-header > li.open > a:hover,
ul.nav-header > li.open > a:focus {
  border: 1px solid #b3b08f;
  background-color: transparent;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  ul.nav-header li:first-of-type > a {
    padding-left: 3px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  ul.nav-header li:last-of-type > a {
    padding-right: 3px;
  }
}

ul.nav-header li > a {
  text-decoration: none;
  font-family: "PT Sans Narrow", sans-serif;
  color: #b3b08f;
  text-transform: uppercase;
  padding: 6px 15px;
  letter-spacing: 1px;
  font-size: 16px;
  font-size: 1.6rem;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  ul.nav-header li > a {
    padding: 6px 8px;
    font-size: 14px;
  }
}

ul.nav-header li > a:hover, ul.nav-header li > a:focus, ul.nav-header li > a:active {
  background-color: transparent;
}

ul.nav-header li.dropdown:hover .dropdown-menu {
  display: block;
}

ul.nav-header li .dropdown-menu {
  background-color: #000;
}

ul.nav-header li .dropdown-menu li, ul.nav-header li .dropdown-menu a {
  border: 0;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  ul.nav-header li .dropdown-menu li:first-of-type a {
    padding-left: 8px;
  }
}

ul.nav-header li .dropdown-menu .active a,
ul.nav-header li .dropdown-menu a:hover {
  background-color: transparent;
  color: #b3b08f !important;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .menu-item-5364 .dropdown-menu {
    left: unset;
    right: 0;
  }
}

.affix {
  position: fixed;
  background-color: #03415d;
}

@media screen and (max-width: 767px) {
  .affix {
    top: 0;
    width: 100%;
    z-index: 9999;
  }
}

.nav-opener {
  width: 40px;
  height: 37px;
  position: absolute;
  display: block;
  right: 20px;
  top: 20px;
  text-align: center;
  overflow: hidden;
  z-index: 9999;
  font-size: 11px;
  font-weight: 700;
  color: #fff !important;
  text-decoration: none;
  letter-spacing: 1px;
  box-shadow: 3px 2px 10px 0 rgba(0, 0, 0, 0.2);
}

@media screen and (min-width: 768px) {
  .nav-opener {
    display: none;
  }
}

.nav-opener span {
  position: absolute;
  left: auto;
  right: 0;
  height: 8px;
  transition: all 0.2s linear;
  width: 40px;
}

.nav-opener span:before, .nav-opener span:after {
  content: '';
  display: inline-block;
  background: #b3b08f;
  position: absolute;
}

.nav-opener span:after {
  height: 8px;
  width: 40px;
  right: 0;
  top: 0px;
}

.nav-opener span:first-of-type {
  top: 0px;
}

.nav-opener span:nth-of-type(2) {
  top: 14px;
}

.nav-opener span:last-of-type {
  top: 28px;
}

.nav-opener:hover {
  opacity: 0.9;
}

#mobile-nav ul {
  background-color: #000;
  margin-top: 0;
  padding: 10px 0;
}

#mobile-nav ul li a {
  padding: 0;
  text-decoration: none;
  color: #fff;
  text-align: center;
}

#mobile-nav ul li.open > a, #mobile-nav ul li.open > a:hover, #mobile-nav ul li.open > a:focus {
  background-color: #000 !important;
}

#mobile-nav {
  margin-top: -3px;
}

@media (max-width: 1199px) {
  .navbar-header {
    float: none;
  }
  .navbar-left, .navbar-right {
    float: none !important;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-nav {
    float: none !important;
    margin-top: 7.5px;
  }
  .navbar-nav > li {
    float: none;
  }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .collapse.in {
    display: block !important;
  }
}

/* Banner Styles*/
/* Homepage Banner */
.banner {
  color: #fff;
  margin: 0;
  height: 535px;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .home .banner {
    background-position: left center;
  }
}

@media screen and (min-width: 1200px) {
  .home .banner {
    background-position: top center;
  }
}

.banner div.col-lg-8 {
  padding-left: 60px;
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .banner div.col-lg-8 {
    text-align: center;
    padding-left: 15px;
  }
}

.banner h2 {
  color: #fff;
  display: block;
  font-size: 39px;
  font-weight: 500;
  font-family: "PT Sans Narrow", sans-serif;
  margin-bottom: 0;
}

.banner h2 span {
  display: block;
  font-size: 39px;
  font-weight: 900;
  margin-top: 79px;
  letter-spacing: 1px;
}

.banner .banner-box {
  display: inline-block;
  width: 155px;
  height: 145px;
  border: 1px solid #b3b08f;
  margin-top: 33px;
  margin-right: 20px;
  text-align: center;
  font-family: "Playfair Display", serif;
  background: rgba(255, 255, 255, 0.1);
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .banner .banner-box {
    width: 185px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .banner .banner-box:last-of-type {
    margin-right: 0;
  }
}

.banner .banner-box:nth-of-type(3) p:first-of-type {
  position: relative;
  padding-right: 25px;
}

.banner .banner-box-small {
  font-size: 34px;
  position: absolute;
  right: 0;
  top: 15px;
}

.banner .banner-box p:first-child {
  font-size: 70px;
  font-family: "PT Sans Narrow", sans-serif;
  font-weight: 700;
  line-height: 70px;
  padding-top: 25px;
}

.banner .banner-box p {
  display: inline-block;
  padding: 0;
  margin: 0 auto;
  font-family: "Playfair Display", serif;
}

.banner .form-inline {
  margin-top: 55px;
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .banner .form-inline {
    margin-left: auto;
    margin-right: auto;
  }
}

/* Interior Banner */
.banner-interior {
  height: 376px;
}

.page-template-contact .banner-interior {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .banner-interior {
    margin-top: 32px;
  }
}

.banner-interior .container {
  height: 100%;
  position: relative;
}

.banner-interior h2, .banner-interior .h2 {
  font-size: 38px;
  color: #fff;
  text-align: center;
  font-family: "PT Sans Narrow", sans-serif;
  margin-top: 248px;
  font-weight: 500;
  letter-spacing: 1px;
}

@media screen and (max-width: 767px) {
  .banner-interior h2, .banner-interior .h2 {
    margin-top: 245px;
    font-size: 28px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .banner-interior h2, .banner-interior .h2 {
    margin-top: 200px;
    font-size: 34px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-interior h2, .banner-interior .h2 {
    font-size: 37px;
  }
}

.banner-interior .form-inline {
  margin: 0;
  position: absolute;
  bottom: -41.5px;
  right: 0;
  z-index: 2;
  box-shadow: -3px 18px 20px 0 rgba(0, 0, 0, 0.15);
}

.single-wpseo_locations .banner-interior .form-inline {
  display: none;
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .banner-interior .form-inline {
    bottom: -6.5px;
    right: auto;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

.mobile-banner.home-banner {
  height: 400px;
  background-position: center left;
}

@media screen and (max-width: 767px) and (orientation: landscape) {
  .mobile-banner.home-banner {
    background-position: center left;
  }
}

.mobile-banner.home-banner h2 {
  padding-left: 81px;
  text-align: right;
}

.mobile-banner.home-banner h2 span {
  margin-top: 112px;
}

.mobile-banner h2 {
  line-height: 1.2;
}

.mobile-banner h2 span {
  font-size: 24px;
}

.mobile-banner a[href^="tel:"] {
  display: block;
  font-weight: 700;
  margin: 15px 0;
  font-size: 32px;
  line-height: 1;
}

.mobile-banner .banner-box {
  margin-right: 0;
  margin-top: 0;
}

.mobile-banner .banner-box p:first-child {
  font-size: 64px;
}

/* Breadcrumb Styles */
.breadcrumb-container {
  width: 100%;
  margin-top: 20px;
  position: relative;
  z-index: 1;
  padding: 0;
}

.breadcrumb-container .breadcrumb {
  font-size: 17px;
  line-height: 22px;
  padding: 0 !important;
  margin: 0;
  list-style: none;
  border-radius: 0;
  color: #939176;
  background: #fff;
}

@media screen and (min-width: 1200px) {
  .breadcrumb-container .breadcrumb {
    max-width: 40%;
  }
}

@media screen and (min-width: 1200px) {
  .page-template-legal-services .breadcrumb-container .breadcrumb {
    padding-left: 40px !important;
  }
}

.breadcrumb-container .breadcrumb a {
  text-decoration: none;
  color: #939176;
  font-weight: 700;
}

.breadcrumb-container .breadcrumb a:after {
  content: '|';
  positon: relative;
  margin: 0 15px;
  display: inline-block;
  color: #b3b08f;
  font-weight: 500;
}

.breadcrumb-container .breadcrumb a:hover {
  text-decoration: none;
}

.awards-slider {
  margin-top: 40px;
  margin-bottom: 55px;
}

.page-template-practice-area .awards-slider {
  margin-top: 25px;
}

@media screen and (max-width: 767px) {
  .page-template-about-us .awards-slider {
    margin-top: 0;
  }
}

.page-template-default .awards-slider {
  margin-top: 0;
}

.awards-slider .page-template-legal-services {
  margin-top: 60px;
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .awards-slider .container {
    padding-left: 60px;
    padding-right: 60px;
  }
}

.home .awards-slider {
  margin-top: 90px;
}

.awards-slider h2, .awards-slider .h2 {
  float: left;
  margin: 7px 20px 0 15px;
  display: block;
  color: #b3b08f;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .awards-slider h2, .awards-slider .h2 {
    text-align: center;
    margin-bottom: 20px;
    float: none;
  }
}

@media screen and (max-width: 767px) {
  .awards-slider .slick-awards {
    padding: 0 50px;
  }
}

.awards-slider .slick-awards .slick-slide {
  margin: 0 18px;
}

@media screen and (max-width: 767px) {
  .awards-slider .slick-awards .slick-slide {
    margin: 0 200px;
  }
}

.awards-slider .slick-awards .slick-arrow {
  border: none;
  position: absolute;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  outline: none;
}

.awards-slider .slick-awards .slick-prev {
  background: url("../../images/awards-slick-prev.svg") center center no-repeat;
  background-size: 33px 33px;
  height: 35px;
  width: 35px;
  left: -34px;
  text-indent: -9999px;
}

@media screen and (max-width: 767px) {
  .awards-slider .slick-awards .slick-prev {
    left: 15px;
  }
}

.awards-slider .slick-awards .slick-next {
  background: url("../../images/awards-slick-next.svg") center center no-repeat;
  background-size: 33px 33px;
  height: 35px;
  width: 35px;
  right: -45px;
  text-indent: -9999px;
}

@media screen and (max-width: 767px) {
  .awards-slider .slick-awards .slick-next {
    right: 15px;
  }
}

.with-bg {
  position: relative;
  background-position: center center;
  background-size: cover;
}

.section-dark {
  background-color: #000;
}

.section-dark p, .section-dark li {
  color: #fff;
}

.section-shadow {
  box-shadow: 0px 23px 26px 2px #949494;
}

.section-shadow-top {
  box-shadow: -3px -18px 20px 0 rgba(0, 0, 0, 0.15);
}

.section-shadow-bottom {
  box-shadow: -3px 18px 20px 0 rgba(0, 0, 0, 0.15);
}

.section-pa h2 {
  font-family: "Playfair Display", serif;
  color: #5d9251;
}

@media screen and (max-width: 767px) {
  .section-pa h2 {
    padding: 0 6px;
  }
}

.section-pa h4 {
  font-family: "Playfair Display", serif;
  color: #b3b08f;
}

.header-section {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .page-template-contact .header-section {
    margin-top: 105px;
  }
}

/* Sidebar Styles */
@media screen and (min-width: 1200px) {
  .sidebar-container {
    padding-left: 49px;
  }
}

/* General Sidebar styles */
.section-sidebox {
  border: 1px solid #b3b08f;
  margin-bottom: 50px;
  float: none;
  /*@media screen and (min-width: 992px) {
		max-width: 422px;
	}*/
}

.page-template-default .section-sidebox,
.blog .section-sidebox {
  margin-bottom: 25px;
}

.single-testimonial .section-sidebox.search-holder {
  display: none !important;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .section-sidebox {
    margin-left: auto;
    margin-right: auto;
  }
}

.section-sidebox h5, .section-sidebox .h5 {
  text-align: left;
  color: #b3b08f;
  font-size: 19px;
  font-weight: 700;
  text-transform: uppercase;
}

.sidebox-header div, .sidebox-header span, .sidebox-header p, .sidebox-header a {
  font-size: 20px;
  color: #000;
  text-align: left;
  line-height: 1.2;
}

.sidebox-header .section-sidebox-inner {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 60px;
}

@media screen and (max-width: 1199px) {
  .sidebox-header .section-sidebox-inner {
    padding-left: 0;
  }
}

.sidebox-header .section-sidebox-inner h5, .sidebox-header .section-sidebox-inner .h5 {
  margin-top: 0;
}

.sidebox-header .section-sidebox-inner .sidebox-subtitle {
  margin-bottom: 17px;
}

.sidebox-header .section-sidebox-inner a:last-of-type {
  text-decoration: none;
}

.sidebox-header .section-sidebox-inner a:last-of-type span {
  text-decoration: underline;
}

.sidebox-header .section-sidebox-inner a:last-of-type:after {
  content: '>';
  margin-left: 7px;
}

.sidebox-map {
  height: 300px;
  position: relative;
}

@media screen and (min-width: 1200px) {
  .sidebox-map {
    width: 422px;
    border: none;
  }
}

.sidebox-map-border {
  height: 100%;
  width: 100%;
  border: 1px solid #b3b08f;
  position: relative;
  pointer-events: none;
  z-index: 999;
}

@media screen and (max-width: 1199px) {
  .sidebox-map-border {
    display: none;
  }
}

@media screen and (max-width: 1199px) {
  .sidebox-map .wpseo-map-canvas {
    height: 100% !important;
    width: 100% !important;
  }
}

@media screen and (min-width: 1200px) {
  .sidebox-map .wpseo-map-canvas {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
  }
}

.sidebox-map .map_bg {
  background-repeat: no-repeat;
  background-position: center;
  width: 100% !important;
  height: 100% !important;
}

/* Contact Sidebar Styles */
/* Related Info sidebar ------------- */
.sidebox-meet-the-attorney {
  background-color: #000;
  background-image: url("../../images/regina-ad.jpg");
  height: 300px;
  background-size: cover;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .sidebox-meet-the-attorney {
    width: 422px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .sidebox-meet-the-attorney {
    height: 265px;
  }
}

@media screen and (max-width: 767px) {
  .sidebox-meet-the-attorney {
    height: auto;
    background-size: contain;
    background-repeat: no-repeat;
    max-width: 336px;
    margin-left: auto;
    margin-right: auto;
  }
}

.sidebox-meet-the-attorney a {
  padding-top: 205px;
  padding-left: 48px;
}

.sidebox-meet-the-attorney a:hover {
  color: #b3b08f;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .sidebox-meet-the-attorney a {
    padding-top: 210px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .sidebox-meet-the-attorney a {
    padding-top: 171px;
  }
}

@media screen and (max-width: 767px) {
  .sidebox-meet-the-attorney a {
    padding-top: 133px;
  }
}

.sidebox-meet-the-attorney .meet-the-attorney-inner {
  margin: 18px;
  padding: 0;
}

.sidebox-meet-the-attorney .meet-the-attorney-inner p, .sidebox-meet-the-attorney .meet-the-attorney-inner h5 {
  text-align: center;
}

.sidebox-meet-the-attorney .meet-the-attorney-inner p {
  color: #fff;
  font-size: 20px;
  font-family: "Playfair Display", serif;
}

.sidebox-meet-the-attorney .meet-the-attorney-inner h5 {
  color: #5d9251;
  font-size: 30px;
  text-transform: uppercase;
  font-family: "PT Sans Narrow", sans-serif;
}

/* Search blog sidebar -------------- */
/* Archive & Cat sidebar ------------ */
.related-list {
  padding: 10px 0;
  margin: 0;
}

.related-list li {
  text-indent: 0;
  margin-bottom: 7px;
}

.related-list li:before {
  display: none;
}

.related-list li a {
  font-size: 18px;
}

.related-list li:after {
  margin-left: 5px;
  content: '>';
  position: absolute;
}

.sidebar-related {
  padding: 10px 0;
}

@media screen and (min-width: 1200px) {
  .sidebar-related {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media screen and (min-width: 1200px) {
  .sidebar-related .col-lg-3 {
    padding-left: 0 !important;
  }
}

.sidebar-related.archives {
  display: block !important;
}

.single-testimonial .sidebar-related.archives {
  display: none !important;
}

.sidebar-related.archives h5, .sidebar-related.archives .h5 {
  margin-top: 20px;
  text-align: center !important;
  margin-bottom: 0;
}

.sidebar-related.archives ul {
  padding-left: 10px;
}

@media screen and (max-width: 1199px) {
  .sidebar-related {
    padding: 0;
  }
}

.sidebar-related h5, .sidebar-related .h5 {
  text-align: center !important;
  margin-bottom: 0;
}

@media screen and (min-width: 1200px) {
  .sidebar-related h5, .sidebar-related .h5 {
    text-align: right !important;
    margin: 0;
  }
}

.sidebar-related ul {
  padding-left: 10px;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .sidebar-related ul {
    padding-left: 0;
  }
}

.sidebar-related ul li {
  list-style: none;
}

.sidebar-related ul li a {
  color: #000;
}

.sidebox-team {
  margin-bottom: 35px;
  padding-top: 15px;
  padding-bottom: 15px;
}

@media screen and (min-width: 1200px) {
  .sidebox-team .col-lg-3 {
    padding-left: 0 !important;
  }
}

.sidebox-team li {
  float: left;
  width: 50%;
  margin-bottom: 0;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .sidebox-team li {
    width: 33%;
  }
}

.sidebox-featured-generic {
  position: relative;
  border: none !important;
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
}

.sidebox-featured-generic-border {
  height: 100%;
  width: 100%;
  border: 1px solid transparent;
  pointer-events: none;
  z-index: 999;
}

@media screen and (min-width: 1200px) {
  .sidebox-featured-generic-border {
    min-height: 200px;
    display: none;
  }
}

@media screen and (max-width: 1199px) {
  .sidebox-featured-generic-border {
    display: none;
  }
}

.sidebox-featured-generic img {
  width: 100%;
}

@media screen and (min-width: 1200px) {
  .sidebox-featured-generic img {
    position: relative;
    z-index: -1;
  }
}

.sidebox-featured-generic a {
  position: absolute;
  left: 50% !important;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
  margin: 0;
  padding: 23px 34px;
}

.sidebox-featured-generic a .icon {
  margin-left: 10px;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .sidebox-featured-generic a {
    left: -35px;
  }
}

@media screen and (max-width: 991px) {
  .sidebox-featured-generic a {
    margin-bottom: 0;
    margin-top: 10px;
    width: 100%;
  }
}

#searchform {
  /*.ab-search {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		right: 15px;
		height: 23px;
		width: 23px;
	}*/
}

#searchform input[type=text] {
  padding: 10px;
  padding-left: 20px;
  width: 100%;
  font-size: 19px;
  text-transform: uppercase;
  font-weight: 400;
  border: 1px solid #e1e2e2;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  #searchform input[type=text] {
    /* IE10 & IE11 specific styles go here */
    height: 58px;
  }
}

#searchform input[type=text]::-webkit-input-placeholder {
  color: #626262;
}

#searchform input[type=text]::-moz-placeholder {
  opacity: 1;
  color: #626262;
}

#searchform input[type=text]:-moz-placeholder {
  color: #626262;
}

#searchform input[type=text]:-ms-input-placeholder {
  color: #626262;
}

#searchform input[type=text].placeholder {
  color: #626262;
}

#searchform input[type=submit] {
  /*height: 23px;
		width: 23px;
		border: none;
		background-color: transparent;
		position: absolute;*/
  display: none;
}

/* Footer Styles */
.footer-maps {
  background-color: #fff;
  color: #000;
}

.footer-maps .container-fluid {
  max-width: 1280px;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-maps .wpseo-map-canvas {
    height: 293px !important;
  }
}

.footer-maps .footer-map-mobile {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 575px) {
  .footer-maps .footer-map-mobile {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .footer-maps .footer-map-mobile div:first-child {
    margin-top: 20px;
  }
}

.footer-maps .wpseo-location {
  padding-top: 40px;
  padding-right: 0;
  padding-left: 50px;
  line-height: 1.3;
}

@media screen and (min-width: 992px) {
  .footer-maps .wpseo-location {
    font-size: 19px;
    width: 100%;
    position: absolute;
    background: #fff;
    z-index: 99;
    background: linear-gradient(to right, #fff 40%, transparent);
    height: 100%;
    pointer-events: none;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-maps .wpseo-location {
    font-size: 17px;
    padding-left: 17px;
  }
}

@media screen and (max-width: 991px) {
  .footer-maps .wpseo-location {
    font-size: 20px;
    padding: 23px 15px;
  }
}

.footer-maps .wpseo-location a[href^="tel:"] {
  color: #000;
}

@media screen and (min-width: 992px) {
  .footer-maps .wpseo-location a {
    pointer-events: visible;
  }
}

@media screen and (max-width: 575px) {
  .footer-maps .wpseo-location {
    padding-top: 0;
  }
}

.footer-maps .wpseo-location-1 {
  padding-left: 0;
  /*@media screen and (min-width:992px) and (max-width:1199px) {
			padding-left:30px;
		}*/
}

.footer-maps .wpseo-address-wrapper {
  padding-top: 0;
}

.footer-maps .wpseo-directions-wrapper {
  padding-top: 30px;
}

@media screen and (max-width: 991px) {
  .footer-maps .wpseo-directions-wrapper {
    padding-top: 25px;
  }
}

.footer-maps .social-buttons-footer {
  margin-top: 15px;
  z-index: 999;
}

@media screen and (min-width: 768px) {
  .footer-maps .social-buttons-footer {
    position: absolute;
    bottom: 14px;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-top: 0;
  }
}

.footer-maps .social-buttons-footer a {
  margin-right: 20px;
}

.footer-maps .social-buttons-footer a:last-of-type {
  margin-right: 0;
}

.bottom-nav {
  background-color: #000;
  font-family: "PT Sans Narrow", sans-serif;
}

@media screen and (max-width: 767px) {
  .bottom-nav {
    padding-bottom: 10px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .bottom-nav img {
    height: 80px;
  }
}

.nav-footer {
  text-align: left;
}

@media screen and (min-width: 1200px) {
  .nav-footer {
    height: 122px;
    line-height: 122px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .nav-footer {
    height: 80px;
    line-height: 80px;
    margin-top: 0;
  }
}

@media screen and (max-width: 991px) {
  .nav-footer {
    display: table;
    margin: 0 auto;
  }
}

.nav-footer li {
  float: left;
}

@media screen and (max-width: 991px) {
  .nav-footer li {
    padding-right: 10px;
    padding-left: 6px;
  }
}

@media screen and (min-width: 992px) {
  .nav-footer li {
    height: 122px;
    padding-right: 15px;
    padding-left: 10px;
    position: relative;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .nav-footer li {
    height: 80px;
    padding-right: 12px;
    padding-left: 8px;
  }
}

.nav-footer li:after {
  content: '';
  height: 4px;
  width: 4px;
  border-radius: 50%;
  background-color: #b3b08f;
  top: 50%;
  right: 0;
  position: absolute;
}

@media screen and (max-width: 767px) {
  .nav-footer li:after {
    top: 67%;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .nav-footer li:after {
    top: 19px;
  }
}

.nav-footer li:first-of-type {
  padding-left: 0;
}

.nav-footer li:last-of-type {
  padding-right: 0;
}

.nav-footer li:last-of-type:after {
  display: none;
}

.nav-footer li > a {
  color: #b3b08f;
  font-family: "PT Sans Narrow", sans-serif;
  font-size: 16px;
  padding-left: 2px;
  padding-right: 2px;
  text-decoration: none;
}

@media screen and (min-width: 992px) {
  .nav-footer li > a {
    line-height: 122px;
    padding: 0;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .nav-footer li > a {
    line-height: 80px;
  }
}

@media screen and (max-width: 991px) {
  .nav-footer li > a {
    padding-bottom: 0;
    line-height: 1;
  }
}

.nav-footer li > a:hover, .nav-footer li > a:focus, .nav-footer li > a:active {
  background-color: #000 !important;
  text-decoration: underline;
}

.copyright {
  font-size: 14px;
  color: #b3b08f;
}

@media screen and (max-width: 767px) {
  .copyright {
    font-size: 12px;
    margin-right: 2px;
    padding-right: 5px;
    border-right: 1px solid #b3b08f;
    display: inline-block;
    line-height: 1;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .copyright {
    font-size: 12px;
    height: 80px;
    line-height: 80px;
  }
}

@media screen and (min-width: 1200px) {
  .copyright {
    height: 122px;
    line-height: 122px;
  }
}

@media screen and (min-width: 992px) {
  .copyright {
    padding-right: 15px;
  }
}

@media screen and (min-width: 992px) {
  .copyright:after {
    content: '';
    height: 4px;
    width: 4px;
    border-radius: 50%;
    background-color: #b3b08f;
    top: 50%;
    position: absolute;
    margin-left: 8px;
  }
}

.built-by {
  font-size: 14px;
  text-decoration: none;
  color: #b3b08f;
}

@media screen and (min-width: 1200px) {
  .built-by {
    height: 122px;
    line-height: 122px;
  }
}

@media screen and (max-width: 767px) {
  .built-by {
    font-size: 12px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .built-by {
    font-size: 13px;
    height: 80px;
    line-height: 80px;
  }
}

.icon-cw {
  font-size: 11px;
  margin-left: 7px;
  position: relative;
  top: 2px;
}

@media screen and (max-width: 767px) {
  .icon-cw {
    display: none;
  }
}

#disclaimer p {
  font-size: 13px;
  color: #000;
  line-height: 1.4;
  margin-top: 15px;
}

@media screen and (max-width: 767px) {
  #disclaimer p {
    margin-top: 5px;
  }
}

#disclaimer img {
  margin-top: 8px;
}

@media screen and (max-width: 767px) {
  #disclaimer img {
    max-width: 153px;
    margin-top: 15px;
    margin-bottom: 0;
  }
}

.nav-pills {
  margin-top: 5px;
}

.nav-pills li {
  border-right: 1px solid #000;
  padding-right: 10px;
  line-height: 1;
  margin-right: 10px;
}

.nav-pills li:last-of-type {
  border-right: 0;
}

.nav-pills li.active a {
  background-color: transparent !important;
  text-decoration: underline;
  color: #5d9251 !important;
}

.nav-pills li a {
  padding: 0;
  text-decoration: none;
  color: #000;
}

/* Theme Pages --------- */
/**General Page Rules**/
.skiplink {
  left: -9999px;
  position: absolute;
}

.feature-wrap {
  margin-top: 10px;
  text-align: center;
  margin-bottom: 25px;
}

@media screen and (min-width: 768px) {
  .feature-wrap {
    float: left;
    margin-right: 30px;
    text-align: initial;
    margin-bottom: 20px;
  }
  .feature-wrap-right {
    margin: 0px 0 0 0;
  }
}

.margin {
  margin-bottom: 30px;
}

.search .post-meta {
  display: none;
}

/*FAQS*/
.faq-catname {
  display: none;
}

.qa-faq h3 {
  margin-bottom: 10px;
}

.qa-faq h3 a {
  font-size: 16px;
  font-weight: 500;
  color: #56544f;
  position: relative;
  padding: 12px 20px 12px 54px;
  display: block;
  background-color: #f3f3f3;
  overflow: hidden;
}

.qa-faq h3 a:before {
  content: '';
  background-color: #5d9251;
  width: 40px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
}

.qa-faq h3 a:after {
  position: absolute;
  top: 50%;
  left: 0;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 40px;
  content: '+';
  text-align: center;
  font-weight: 400;
  font-size: 29px;
  font-family: "Arial";
  color: white;
}

.qa-faq h3 a.active:after {
  content: '';
  font-size: 26px;
  width: 14px;
  height: 2px;
  background-color: white;
  left: 13px;
}

.qa-faq-answer {
  padding: 24px 40px 0 50px;
}

.entry-content .ssbp-list li {
  padding-left: 0;
}

.entry-content .ssbp-list li:before {
  display: none;
}

.site-map-content {
  margin-bottom: 20px;
}

.site-map-content ul ul {
  padding-left: 18px;
}

.site-map-content ul {
  margin-bottom: 0;
}

.site-map-content a {
  color: #000;
}

.main-content {
  margin-top: 17px;
}

.page-template-default .main-content,
.blog .main-content,
.error404 .main-content,
.search .main-content,
.single .main-content,
.archive .main-content,
.author .main-content,
.page-template-practice-area .main-content,
.page-template-practice-area-alt .main-content {
  margin-top: 40px;
}

.modal-body {
  padding-top: 15px;
  background-color: #000;
  padding-top: 8px;
}

.modal-body .wpseo-opening-hours {
  margin: 0 auto;
  letter-spacing: 0;
  width: 100%;
  color: #fff;
  text-transform: uppercase;
  font-size: 17px;
}

.modal-body .wpseo-opening-hours td {
  border: 0;
  padding: 15px 0;
}

.modal-header {
  background-color: #000;
}

.home .modal-header {
  padding: 0;
  border: 0;
}

.modal-header h2 {
  color: #fff;
  padding-left: 15px;
}

.modal-header .close {
  opacity: 1;
}

.modal-header .close span {
  color: #fff;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .feature-wrap-right {
    text-align: center;
    float: none;
  }
}

@media screen and (min-width: 992px) {
  .feature-wrap-right {
    float: right;
  }
}

/* GENERIC PAGE */
/*.general-section-two {
	padding-top:50px;

	.cws-cta {
		font-size:33px;
		margin-top:0;
	}

	.col-md-11 {
		@media screen and (min-width:1200px) {
			padding-right:76px;
		}
	}

	.page-title {
		font-size:35px;
	}
}*/
#about-three {
  padding: 40px 0 15px;
}

@media screen and (min-width: 1200px) {
  .page-template-default #about-three h2 {
    padding: 0 120px;
  }
}

#about-three .cws-cta {
  font-size: 33px;
}

.page-template-practice-area #about-three .cws-cta {
  margin-bottom: 0;
}

@media screen and (min-width: 1200px) {
  #about-three .col-md-10 {
    padding: 0 26px;
  }
}

@media screen and (min-width: 1200px) {
  .page-template-practice-area #about-three .col-md-10 {
    padding: 0 31px;
  }
}

.credential-holder .panel-group {
  margin-bottom: 0;
}

.credential-holder .panel {
  background-color: transparent;
}

.page-template-practice-area .credential-holder .panel {
  color: #000;
}

.credential-holder .panel .panel-body {
  padding: 0;
}

.credential-holder .panel .panel-body ul {
  margin: 0 0 10px;
  color: #fff;
}

.page-template-practice-area .credential-holder .panel .panel-body ul {
  color: #000;
}

.credential-holder .panel .ac-title-wrapper {
  position: relative;
  margin-bottom: 15px;
}

.credential-holder .panel .ac-title-wrapper:after {
  content: '';
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 1px;
  background-color: #b3b08f;
  width: 100%;
  left: 0;
}

@media screen and (max-width: 767px) {
  .credential-holder .panel .ac-title-wrapper:after {
    width: 88%;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .credential-holder .panel .ac-title-wrapper:after {
    width: 94%;
  }
}

.credential-holder .panel .ac-title-wrapper a {
  text-decoration: none;
  color: #b3b08f;
  font-weight: 700;
  position: relative;
  width: 100%;
  display: block;
}

.page-template-practice-area .credential-holder .panel .ac-title-wrapper a {
  color: #000;
  text-transform: uppercase;
}

.credential-holder .panel .ac-title-wrapper a:after {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -40px;
  background-size: 100%;
  width: 29px;
  height: 26px;
  background: url("../../images/icons/negative-arrows.png");
  content: '';
  display: inline-block;
  background-repeat: no-repeat;
}

@media screen and (max-width: 991px) {
  .credential-holder .panel .ac-title-wrapper a:after {
    right: 0;
  }
}

.credential-holder .panel .ac-title-wrapper a.collapsed:after {
  background: url("../../images/icons/plus-icon.png");
}

.credential-holder .panel .ac-title-wrapper a span {
  padding-right: 15px;
  position: relative;
  z-index: 999;
  background-color: #000;
}

.page-template-practice-area .credential-holder .panel .ac-title-wrapper a span {
  background-color: #fff;
}

.dark-section li:before {
  background-color: #232f20;
}

.modal-content {
  background-color: #000 !important;
}

.single-testimonial .post-wrap {
  padding-left: 0;
}

.modal {
  z-index: 9999;
}

/* 404 Styles */
.four-o-four {
  color: #626262;
}

@media screen and (min-width: 1200px) {
  .four-o-four {
    padding-left: 60px;
  }
}

.four-o-four header span {
  color: #9ca0a1;
  display: block;
  font-size: 19px;
  font-size: 1.9rem;
  margin-bottom: 17px;
  line-height: 18px;
  text-transform: uppercase;
}

@media screen and (max-width: 767px) {
  .four-o-four header span {
    margin-top: 30px;
  }
}

.four-o-four header h1 {
  font-size: 38px;
  font-size: 3.8rem;
  font-style: italic;
  color: #5d9251;
  font-family: "PT Sans Narrow", serif;
  margin-top: 0;
  margin-bottom: 36px;
  font-weight: normal;
}

@media screen and (min-width: 1200px) {
  .four-o-four h1, .four-o-four p {
    padding-right: 18%;
  }
}

.four-o-four a {
  color: #626262;
}

/**About Page**/
#know_about {
  padding-bottom: 55px;
  margin-top: 30px;
}

@media screen and (max-width: 991px) {
  #know_about {
    padding-bottom: 0;
  }
}

@media screen and (min-width: 1200px) {
  #know_about .page-title, #know_about .about-one-bottom-title {
    padding-right: 95px;
  }
}

@media screen and (min-width: 768px) {
  #know_about .black-btn-inline:first-of-type {
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  #know_about .black-btn-inline {
    display: block;
    text-align: center;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  #know_about .black-btn-inline {
    margin: 0 3px;
  }
}

#know_about aside {
  position: relative;
}

#know_about aside a {
  position: absolute;
  left: 77px;
  bottom: 59px;
  margin: 0;
  padding: 23px 34px;
}

#know_about aside a .icon {
  margin-left: 5px;
}

@media screen and (max-width: 991px) {
  #know_about aside a {
    position: unset;
    margin-bottom: 30px;
    margin-top: 10px;
  }
}

#about-one-top h2 {
  margin-top: 0;
}

@media screen and (min-width: 768px) {
  #about-one-top h2 {
    font-size: 40px;
  }
}

.about-one-bottom {
  margin-bottom: 15px;
  padding: 50px 0 60px;
  color: #fff;
  background-position: top center;
  background-repeat: no-repeat;
  background-color: #000;
  box-shadow: -3px -18px 20px 0 rgba(0, 0, 0, 0.15);
}

@media screen and (max-width: 991px) {
  .about-one-bottom {
    background-image: none !important;
  }
}

.about-one-bottom li {
  line-height: 1.5;
  margin-bottom: 23px;
}

.about-one-bottom li:before {
  background-color: #263120;
}

.about-one-bottom li:last-of-type {
  margin-bottom: 0;
}

.about-one-bottom .row:last-of-type {
  margin-top: 137px;
}

@media screen and (max-width: 991px) {
  .about-one-bottom .row:last-of-type {
    margin-top: 20px;
  }
}

@media screen and (min-width: 1200px) {
  .about-one-bottom .col-md-offset-5 {
    padding-left: 0;
    padding-right: 42px;
  }
}

@media screen and (min-width: 1200px) {
  .about-one-bottom .col-xs-12 {
    padding-left: 35px;
  }
}

@media screen and (min-width: 1200px) {
  .about-one-bottom .col-xs-12.text-right {
    padding-right: 59px;
  }
}

.about-one-bottom-link {
  text-decoration: none;
  margin: 0;
  padding: 0;
}

.about-one-bottom-link span {
  border-bottom: 1px solid #b3b08f;
}

.about-one-bottom-link:hover {
  color: #b3b08f;
}

.about-two {
  padding: 68px 0 20px;
}

@media screen and (max-width: 767px) {
  .about-two {
    padding-top: 30px;
  }
}

@media screen and (min-width: 1200px) {
  .about-two .page-title, .about-two .about-one-bottom-title {
    padding-right: 60px;
  }
}

.about-two .col-md-6:first-of-type {
  position: relative;
}

.about-two .col-md-6:first-of-type img {
  margin-top: 12px;
}

.about-two .col-md-6:first-of-type a {
  position: absolute;
  right: 36px;
  bottom: 27px;
  margin: 0;
}

.about-two .col-md-6:first-of-type a .icon {
  margin-left: 5px;
}

#meet-team .container {
  width: 100%;
  padding: 0;
  overflow: hidden;
}

#meet-team .container .attorney-block {
  margin: 0 7px;
  background-color: #5d9251;
  position: relative;
}

@media screen and (max-width: 767px) {
  #meet-team .container .attorney-block {
    margin: 0;
  }
}

#meet-team .container .attorney-block img {
  width: 100%;
}

#meet-team .container .attorney-block .attorney-title {
  position: absolute;
  right: 15px;
  bottom: 15px;
  color: #fff;
  font-size: 17px;
  line-height: 1.2;
  text-align: right;
}

#meet-team .container .attorney-block .attorney-title span {
  display: block;
  text-decoration: underline;
}

.customNavigationAttorneys {
  height: 64px;
  margin: 0;
  position: relative;
}

.customNavigationAttorneys .icon-chevron-left,
.customNavigationAttorneys .icon-chevron-right {
  left: 22px;
  text-align: center;
  white-space: nowrap;
  z-index: 2;
  top: 155px;
  text-decoration: none;
  transition: none;
  padding: 0;
  cursor: pointer;
  position: absolute;
  float: left;
  border: none;
  margin-bottom: 0;
  margin-top: 3px;
}

@media screen and (max-width: 767px) {
  .customNavigationAttorneys .icon-chevron-left,
  .customNavigationAttorneys .icon-chevron-right {
    left: 15px;
  }
}

.customNavigationAttorneys .icon-chevron-right {
  left: auto;
  float: right;
  right: 20px;
}

@media screen and (max-width: 767px) {
  .customNavigationAttorneys .icon-chevron-right {
    right: 15px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .customNavigationAttorneys .icon-chevron-right {
    right: 20px;
  }
}

/* Blog Page Styles */
#blog {
  position: relative;
  z-index: 2;
}

/*#blog #sidebar {
	@media screen and (min-width: 992px) {
		margin-top:-45px;
	}
}*/
.post-excerpt {
  padding-bottom: 40px;
  border-bottom: 1px solid #dadada;
  margin-bottom: 47px;
}

.blog-post {
  /*.post-wrap .blog-excerpt,
	.post-wrap .blog-content {
		p {
			//font-family: $font-family-sans-serif;
			font-weight: 400;
			color: #56544f;
		}
	}*/
}

.blog-post .title-right {
  margin-bottom: 25px;
  /*h2 {
			@include rem-font-size(25px);
			font-family: $font-family-base;
			font-weight: 400;
			margin-top: 0;
			margin-bottom: 8px;
			font-style: normal;

			a {
				color: #272d45;
				text-transform: uppercase;
			}
		}*/
}

.blog-post .post-meta span {
  font-size: 17px;
}

.blog-post .image-holder img {
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .blog-post .image-holder img {
    margin-bottom: 0;
    margin-top: 5px;
  }
}

@media screen and (max-width: 767px) {
  .blog-post .image-holder img {
    display: block;
    margin: 0 auto 30px;
  }
}

@media screen and (max-width: 767px) {
  .blog-post .image-holder.pull-left {
    float: none !important;
    text-align: center;
  }
}

.title-right h2, .title-right .page-title, .title-right .about-one-bottom-title {
  margin-bottom: 0;
}

.blog-excerpt p a {
  display: none;
}

.blog-read-more-button .btn {
  padding: 18px;
  margin-bottom: 0;
  margin-top: 10px;
}

.blog-read-more-button .btn .icon {
  margin-left: 10px;
}

.featured-image {
  margin-top: 10px;
}

.single-post .post-wrap, .single-qa_faqs .post-wrap {
  padding-left: 0;
}

@media screen and (min-width: 768px) {
  .single-post .post-wrap .blog-content .image-holder, .single-qa_faqs .post-wrap .blog-content .image-holder {
    margin-right: 10px;
    margin-bottom: 10px;
    margin-top: 0px;
  }
}

.single-post .post-wrap .blog-content a, .single-qa_faqs .post-wrap .blog-content a {
  text-decoration: underline;
}

.single-post .post-wrap .blog-content .ssbp-list li a, .single-qa_faqs .post-wrap .blog-content .ssbp-list li a {
  text-decoration: none !important;
}

.single-post .post-wrap .blog-content h2 a, .single-qa_faqs .post-wrap .blog-content h2 a {
  font-weight: 700;
  text-decoration: none;
}

/* Pagination nav on home.php, single.php, archive.*, author.*, etc...--------- */
.blog-navigation li a,
.blog-navigation li a:hover,
.blog-navigation li.active a,
.blog-navigation li.disabled {
  padding: 1px 7px 1px 7px;
  margin-right: 2px;
  font-weight: 400;
  cursor: pointer;
  text-decoration: none;
}

#main .blog-navigation li a, #main
.blog-navigation li a:hover, #main
.blog-navigation li.active a, #main
.blog-navigation li.disabled {
  text-decoration: none !important;
}

.blog-navigation * {
  font-size: 18px;
  font-weight: 400;
}

.blog-navigation span {
  display: inline-block;
}

.blog-navigation span:last-child {
  border-bottom: 1px solid #000;
  line-height: 16px;
}

.blog-navigation ul {
  margin-bottom: 46px;
  display: inline-block;
  padding-left: 20px;
}

.blog-navigation li {
  display: inline;
  color: #56544f;
}

.blog-navigation li::before {
  content: '';
}

.blog-pagination {
  margin-top: 35px;
  text-align: center;
}

.blog-navigation a span {
  color: #08204a;
  vertical-align: 9%;
}

.blog-navigation a span:hover {
  color: red;
}

.blog-navigation li:before {
  display: none;
}

.blog-navigation li a:hover,
.blog-navigation li.active a {
  border: 1px solid #dadada;
}

.blog-navigation li.page-li {
  padding-right: 15px;
  font-size: 16px !important;
  text-transform: uppercase;
  color: #56544f !important;
}

.embed-callout {
  font-size: 23px;
  text-align: center;
  color: #FFF;
  margin-top: 10px;
}

.embed-share {
  background: #006f53;
  padding: 10px;
  width: auto;
  height: auto;
  margin: 0 auto 65px;
}

#infographic {
  height: 100px;
}

.embed-share textarea {
  overflow: auto;
  padding: 6px;
  vertical-align: top;
  width: 98% !important;
  font-size: 14px;
  line-height: 18px;
}

.ssbp-wrap {
  margin-top: 60px;
}

.ssbp-wrap.ssbp--centred {
  bottom: 0 !important;
}

/* Bio Page Styles */
@media screen and (min-width: 768px) and (max-width: 920px) {
  .single-attorney.postid-560 .banner-interior {
    height: 326px;
  }
  .single-attorney.postid-560 .banner-interior .h2 {
    margin-top: 162px;
  }
}

@media screen and (max-width: 575px) {
  .single-attorney.postid-560 .banner-interior {
    height: 315px;
    background-position: 52%;
  }
  .single-attorney.postid-560 .banner-interior .h2 {
    margin-top: 210px;
  }
}

@media screen and (min-width: 992px) {
  .single-attorney .sidebar {
    float: right;
  }
}

@media screen and (min-width: 1200px) {
  .single-attorney .sidebar {
    width: 422px;
    margin-left: 30px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .single-attorney .sidebar {
    width: 380px;
    margin-left: 30px;
  }
}

.single-attorney .sidebar .section-sidebox {
  margin-bottom: 40px;
}

.single-attorney .sidebar .section-sidebox:first-of-type img {
  width: 100%;
}

.single-attorney .main-content {
  margin-top: 28px;
  margin-bottom: 25px;
}

.single-attorney .main-content .lime-green-btn {
  max-width: 100% !important;
}

@media screen and (min-width: 992px) {
  .single-attorney .main-content .lime-green-btn {
    margin-left: 45px;
    margin-top: 30px;
  }
}

.single-attorney .main-content .lime-green-btn .icon {
  margin-left: 20px !important;
}

.single-attorney .credential-holder {
  padding: 48px 0 50px;
  background-color: #000;
  background-repeat: no-repeat;
  background-position: right top;
  background-image: url("../../images/backgrounds/credentials.jpg");
  margin-bottom: 50px;
}

@media screen and (max-width: 991px) {
  .single-attorney .credential-holder {
    background-image: none !important;
  }
}

.post-type-archive-attorney .attorney-list a {
  text-decoration: none;
  color: #000;
}

.post-type-archive-attorney .attorney-list a span {
  color: #5d9251;
  text-decoration: underline;
}

.post-type-archive-attorney .attorney-block {
  margin-bottom: 10px;
}

.post-type-archive-attorney .attorney-block h3 {
  margin: 10px 0 0;
}

/* Contact Page Styles */
/*.page-template-contact {
	.header-section {
		
	}
	.first-section {
		box-shadow: -3px 18px 20px 0 rgba(0, 0, 0, 0.15);
	}
	.form-contact {
		margin-top: 35px;
	}
	.second-section {
		padding-top: 50px;
		.second-paragraph {
			margin-bottom: 50px;
		}
		.list-box-title {
			margin-bottom: 8px;
		}
	}
	.third-section {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.fourth-section {
		padding-top: 50px;
	}
}*/
.page-template-contact {
  /* Commented out due to qa request
	.header-section {
		.col-md-7 {
			@media screen and (min-width:992px) {
				margin-bottom:50px;
			}
		}
	}
	*/
}

.page-template-contact .breadcrumb-container {
  margin-top: 32px;
}

.page-template-contact .sixth-section {
  padding-top: 38px !important;
}

@media screen and (min-width: 1200px) {
  .page-template-contact .third-section .col-md-9 {
    padding-right: 91px;
  }
}

.page-template-contact .cws-cta {
  margin-top: 0;
}

.page-template-contact .call-one {
  display: none;
}

/* Front Page Styles */
.section-one {
  overflow-y: visible;
  position: relative;
}

.section-one .circle {
  height: 542px;
  position: absolute;
  left: 0;
  width: 308px;
  top: -30px;
  background-image: url("../../images/half-ellipse.png");
  z-index: 999;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .section-one .circle {
    width: 242px;
    background-position: top right;
  }
}

@media screen and (max-width: 991px) {
  .section-one .circle {
    width: 100%;
    height: 70px;
    top: 0;
    border-radius: 0 0 50% 50%/0px 0px  100% 100%;
    text-align: center;
    background-color: #000;
    background-image: none;
  }
}

.section-one .circle h2 {
  font-size: 50px;
  line-height: 1;
  margin-top: 200px;
  margin-left: 80px;
  padding-right: 30px;
  white-space: normal;
}

@media screen and (max-width: 991px) {
  .section-one .circle h2 {
    margin: 0;
    padding: 0;
    font-size: 28px;
    padding-top: 11px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .section-one .circle h2 {
    margin-left: 40px;
  }
}

.section-one .sameHeight {
  margin-top: 133px;
  margin-bottom: 70px;
}

@media screen and (max-width: 991px) {
  .section-one .sameHeight {
    margin-top: 0;
    margin-bottom: 28px;
  }
}

@media screen and (max-width: 991px) {
  .section-one .sameHeight:first-of-type {
    margin-top: 95px;
  }
}

.section-one .help-box {
  float: left;
  max-width: 217px;
  width: 100%;
  /*height: 100%;*/
  padding: 0;
  margin: 0;
}

@media screen and (max-width: 991px) {
  .section-one .help-box {
    max-width: 100%;
  }
}

.section-one .help-box a {
  font-weight: 700;
  font-size: 16px;
}

@media screen and (max-width: 991px) {
  .section-one .help-box a {
    color: #000;
    display: block;
    line-height: 1.3;
  }
}

@media screen and (max-width: 767px) {
  .section-one .help-box a {
    font-size: 15px;
  }
}

@media screen and (max-width: 767px) {
  .section-one .help-box .col-xs-4 {
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .section-one .help-box .col-xs-8 {
    padding-right: 0;
  }
}

.section-one .help-img-box {
  height: 20%;
  position: relative;
}

.section-one .help-img-box img {
  position: absolute;
  bottom: 0;
}

@media screen and (max-width: 991px) {
  .section-one .help-img-box img {
    position: relative;
    margin: 7px auto 0;
  }
}

.section-one h2 {
  color: #b3b08f;
  vertical-align: middle;
  display: inline-block;
  text-align: left !important;
  white-space: nowrap;
  text-align: center;
}

.section-one h2:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 0;
  min-height: 100%;
}

.section-one h2 > * {
  white-space: normal;
  display: inline-block;
  vertical-align: middle;
  max-width: 99%;
}

.section-one h4 {
  font-weight: 900;
  margin-top: 35px;
  color: #5d9251;
  font-size: 23px;
}

.section-one h4 span {
  display: block;
}

@media screen and (max-width: 767px) {
  .section-one h4 {
    margin-top: 0;
    font-size: 21px;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .section-one h4 {
    margin-top: 0;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .section-two {
    padding-bottom: 15px;
  }
}

.section-two h1 {
  color: #5d9251;
  display: block;
}

.section-two .page-title, .section-two .about-one-bottom-title {
  margin-top: 58px;
}

@media screen and (max-width: 767px) {
  .section-two .page-title, .section-two .about-one-bottom-title {
    margin-top: 35px;
  }
}

@media screen and (min-width: 1200px) {
  .section-two .col-md-6:first-of-type {
    padding-right: 78px;
  }
}

@media screen and (max-width: 767px) {
  .section-two .col-md-6:first-of-type {
    line-height: 1.5;
  }
}

.section-two .section-two-subtitle {
  margin-bottom: 32px;
}

@media screen and (max-width: 767px) {
  .section-two .section-two-subtitle {
    margin-bottom: 15px;
  }
}

.section-two .read-more-btn {
  display: none !important;
  text-decoration: none;
}

.section-two .read-more-btn span {
  font-weight: 700;
  text-decoration: underline;
  color: #000;
}

@media screen and (max-width: 767px) {
  .section-two .read-more-btn.collapsed {
    display: inline !important;
  }
}

.section-two .lime-green-btn {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .section-two .content-before,
  .section-two .content-before p,
  .section-two #frontpage-more.collapse.in,
  .section-two #frontpage-more.collapse.in p {
    display: inline !important;
  }
}

@media screen and (max-width: 767px) and (orientation: landscape) {
  .section-two .lime-green-btn {
    display: block;
    width: 60%;
    margin: 23px auto;
  }
}

.section-three {
  padding-bottom: 60px;
}

@media screen and (max-width: 991px) {
  .section-three {
    background-image: url("../../images/backgrounds/section-three-bg-mobile.jpg") !important;
    background-position: bottom center;
    background-size: auto;
    background-repeat: no-repeat;
    padding-top: 20px;
    padding-bottom: 30px;
    background-color: #000;
  }
}

@media screen and (min-width: 1200px) {
  .section-three {
    background-position: top center;
  }
}

@media screen and (max-width: 767px) {
  .section-three .col-md-7:first-of-type {
    padding: 0;
  }
}

.section-three h2 {
  color: #5d9251;
}

.section-three h3 {
  color: #fff;
}

.section-three img.meet-the-attorney {
  margin-left: -35px;
  margin-top: 50px;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .section-three img.meet-the-attorney {
    margin-left: auto;
    margin-right: auto;
  }
}

.section-three a.gold-btn {
  float: right;
  margin-top: 104%;
  padding-bottom: 0;
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .section-three a.gold-btn {
    padding: 0;
    margin-top: 225px;
    float: none;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .section-three a.gold-btn {
    float: none;
    margin-top: 255px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .section-three a.gold-btn {
    margin-top: 156%;
  }
}

.section-three a.gold-btn:hover {
  color: #b3b08f;
}

.section-three ul {
  color: #fff;
}

.section-three ul li {
  line-height: 1.5;
  margin-bottom: 20px;
}

.section-three ul li:last-of-type {
  margin-bottom: 0;
}

.section-three .home-section-three-image {
  background-image: url("../../images/section-three-title.png");
  background-position: center center;
  width: 320px;
  height: 159px;
  margin: 0 auto;
}

.section-four {
  margin-top: 70px;
}

@media screen and (max-width: 767px) {
  .section-four {
    margin-top: 30px;
  }
}

@media screen and (min-width: 1200px) {
  .section-four .section-four-success {
    padding-left: 60px;
  }
}

@media screen and (min-width: 1200px) {
  .section-four .section-four-success p {
    padding-right: 181px;
  }
}

.section-four .section-pa-types {
  margin-top: 62px;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .section-four .section-pa-types {
    margin-top: 0;
  }
}

.section-four .section-pa-types-item {
  border: 1px solid #b3b08f;
  position: relative;
  padding: 38px 35px 50px;
}

@media screen and (max-width: 767px) {
  .section-four .section-pa-types-item {
    padding: 25px 19px 15px;
    margin-top: 55px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .section-four .section-pa-types-item {
    margin-top: 80px;
  }
}

@media screen and (min-width: 991px) and (max-width: 1199px) {
  .section-four .section-pa-types-item {
    padding-left: 18px;
    padding-right: 18px;
  }
}

@media screen and (max-width: 767px) {
  .section-four .section-pa-types-item .pa-types-item-subtitle {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .section-four .section-pa-types-item .mobile-content .col-sm-6 {
    padding: 0;
    width: 50%;
    float: left;
  }
}

.section-four .section-pa-types-item img {
  position: absolute;
  top: -44px;
  background-color: #fff;
  padding: 0 13px;
  left: 22px;
  display: block;
}

@media screen and (max-width: 767px) {
  .section-four .section-pa-types-item img {
    display: none;
  }
}

.section-four .section-pa-types-item h4 {
  font-family: "Playfair Display", serif;
  color: #b3b08f;
  font-weight: 700;
  font-size: 29px;
  line-height: 1;
  margin-bottom: 13px;
}

@media screen and (max-width: 767px) {
  .section-four .section-pa-types-item h4 {
    margin-top: 0;
    text-align: center;
  }
}

.section-four .section-pa-types-item-link {
  position: absolute;
  bottom: -33px;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #b3b08f;
  font-size: 19px;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
  background-color: #fff;
  padding: 0 4px;
  display: block;
}

@media screen and (max-width: 767px) {
  .section-four .section-pa-types-item-link {
    width: 200px;
  }
}

.section-four .section-pa-types-item-link span {
  display: block;
  text-decoration: underline;
}

@media screen and (max-width: 991px) {
  .section-four .section-pa-types .col-md-4:first-of-type .section-pa-types-item {
    margin-top: 0;
  }
}

.section-four .section-pa-types .col-md-4:nth-child(2) img {
  top: -39px;
}

.section-four .section-pa-types .col-md-4:nth-child(3) img {
  top: -36px;
}

.home .cws-cta {
  font-size: 33px;
}

/* Legal Services Page Styles */
/* Locations Page-Section Styles */
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .single-wpseo_locations .location-sidebar {
    padding-left: 15px !important;
  }
}

.single-wpseo_locations,
.page-template-contact {
  /*.location-sidebar .section-sidebox {
		@media screen and (min-width:1200px) {
				float:right;
			}
	}*/
}

.single-wpseo_locations .location-sidebar,
.page-template-contact .location-sidebar {
  /*@media screen and (min-width:1200px) {
		    width: 422px;
		    float: right;
		    padding:0 !important;
		}*/
}

@media screen and (min-width: 1200px) {
  .single-wpseo_locations .location-sidebar .section-sidebox,
  .page-template-contact .location-sidebar .section-sidebox {
    float: none;
  }
}

.single-wpseo_locations .header-section .col-md-7,
.page-template-contact .header-section .col-md-7 {
  /*@media screen and (min-width:1200px) {
				padding-right:30px;

			}*/
}

.single-wpseo_locations .header-section .col-md-7 .section-sidebox,
.page-template-contact .header-section .col-md-7 .section-sidebox {
  border: none;
}

.single-wpseo_locations .header-section .col-md-7 .section-sidebox .col-lg-11,
.page-template-contact .header-section .col-md-7 .section-sidebox .col-lg-11 {
  padding-left: 0;
}

@media screen and (min-width: 1200px) {
  .single-wpseo_locations .header-section .col-md-7 .section-sidebox .col-lg-11,
  .page-template-contact .header-section .col-md-7 .section-sidebox .col-lg-11 {
    padding-left: 55px;
  }
}

.single-wpseo_locations .header-section .col-md-7 .section-sidebox h5, .single-wpseo_locations .header-section .col-md-7 .section-sidebox .h5,
.page-template-contact .header-section .col-md-7 .section-sidebox h5,
.page-template-contact .header-section .col-md-7 .section-sidebox .h5 {
  font-size: 17px;
  line-height: 1.5;
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .single-wpseo_locations .header-section .col-md-7 .section-sidebox h5, .single-wpseo_locations .header-section .col-md-7 .section-sidebox .h5,
  .page-template-contact .header-section .col-md-7 .section-sidebox h5,
  .page-template-contact .header-section .col-md-7 .section-sidebox .h5 {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .single-wpseo_locations .header-section .col-md-7 .section-sidebox table,
  .page-template-contact .header-section .col-md-7 .section-sidebox table {
    width: 100%;
  }
}

.single-wpseo_locations .header-section .col-md-7 .section-sidebox div,
.single-wpseo_locations .header-section .col-md-7 .section-sidebox span,
.page-template-contact .header-section .col-md-7 .section-sidebox div,
.page-template-contact .header-section .col-md-7 .section-sidebox span {
  font-size: 17px;
  color: #56544f;
}

.single-wpseo_locations .header-section .col-md-7 .section-sidebox td,
.page-template-contact .header-section .col-md-7 .section-sidebox td {
  padding-bottom: 7px;
}

.single-wpseo_locations .cws-cta,
.page-template-contact .cws-cta {
  font-size: 33px;
}

.single-wpseo_locations .cws-cta.call-two,
.page-template-contact .cws-cta.call-two {
  margin: 0 0 70px;
}

@media screen and (min-width: 1200px) {
  .single-wpseo_locations .cws-cta.call-two,
  .page-template-contact .cws-cta.call-two {
    margin-top: -8px;
  }
}

.single-wpseo_locations .first-section,
.page-template-contact .first-section {
  box-shadow: -3px 18px 20px 0 rgba(0, 0, 0, 0.15);
}

.single-wpseo_locations .second-section,
.page-template-contact .second-section {
  padding-top: 54px;
}

@media screen and (min-width: 1200px) {
  .single-wpseo_locations .second-section .col-md-8,
  .page-template-contact .second-section .col-md-8 {
    padding-left: 50px;
  }
}

@media screen and (min-width: 1200px) {
  .single-wpseo_locations .second-section .col-md-4 img,
  .page-template-contact .second-section .col-md-4 img {
    float: right;
  }
}

@media screen and (max-width: 991px) {
  .single-wpseo_locations .second-section .col-md-4 img,
  .page-template-contact .second-section .col-md-4 img {
    margin: 0 auto;
  }
}

.single-wpseo_locations .second-section a,
.page-template-contact .second-section a {
  color: #444444;
}

.single-wpseo_locations .second-section .second-paragraph,
.page-template-contact .second-section .second-paragraph {
  margin-bottom: 50px;
  line-height: 1.5;
}

@media screen and (min-width: 1200px) {
  .single-wpseo_locations .second-section .second-paragraph,
  .page-template-contact .second-section .second-paragraph {
    padding-right: 64px;
  }
}

.single-wpseo_locations .second-section .list-box:last-of-type li:last-of-type:before,
.page-template-contact .second-section .list-box:last-of-type li:last-of-type:before {
  border-color: transparent;
  background-color: transparent;
}

.single-wpseo_locations .second-section .list-box-title,
.page-template-contact .second-section .list-box-title {
  margin-bottom: 8px;
}

.single-wpseo_locations .third-section,
.page-template-contact .third-section {
  padding-top: 45px;
  padding-bottom: 27px;
  background-size: auto;
  background-position: center right;
  background-repeat: no-repeat;
  background-color: #000;
  color: #fff;
}

@media screen and (min-width: 1200px) {
  .single-wpseo_locations .third-section,
  .page-template-contact .third-section {
    margin-top: 60px;
  }
}

@media screen and (max-width: 991px) {
  .single-wpseo_locations .third-section,
  .page-template-contact .third-section {
    margin-top: 40px;
    background-image: none !important;
  }
}

.single-wpseo_locations .third-section .col-md-7,
.page-template-contact .third-section .col-md-7 {
  position: relative;
}

@media screen and (min-width: 1200px) {
  .single-wpseo_locations .third-section .col-md-7,
  .page-template-contact .third-section .col-md-7 {
    padding-left: 35px;
  }
}

.single-wpseo_locations .third-section .col-md-7:after,
.page-template-contact .third-section .col-md-7:after {
  bottom: -60px;
  height: 35px;
  width: 70px;
  border-left: 70px solid transparent;
  border-right: 70px solid transparent;
  border-top: 70px solid #000;
  content: '';
  left: -4px;
  position: absolute;
}

@media screen and (max-width: 991px) {
  .single-wpseo_locations .third-section .col-md-7:after,
  .page-template-contact .third-section .col-md-7:after {
    display: none;
  }
}

@media screen and (min-width: 1200px) {
  .single-wpseo_locations .third-section .col-md-7 .page-title, .single-wpseo_locations .third-section .col-md-7 .about-one-bottom-title,
  .page-template-contact .third-section .col-md-7 .page-title,
  .page-template-contact .third-section .col-md-7 .about-one-bottom-title {
    padding-right: 50px;
  }
}

.single-wpseo_locations .third-section .col-md-7 em,
.page-template-contact .third-section .col-md-7 em {
  font-family: "Playfair Display", serif;
  font-size: 16px;
}

.single-wpseo_locations .third-section a,
.page-template-contact .third-section a {
  color: #fff;
}

.single-wpseo_locations .fourth-section,
.page-template-contact .fourth-section {
  padding-top: 50px;
}

@media screen and (min-width: 1200px) {
  .single-wpseo_locations .fourth-section,
  .page-template-contact .fourth-section {
    padding-top: 86px;
  }
}

@media screen and (min-width: 1200px) {
  .single-wpseo_locations .fourth-section .col-md-7,
  .page-template-contact .fourth-section .col-md-7 {
    padding-left: 35px;
  }
}

.single-wpseo_locations .fourth-section .col-md-7 .entry-content a,
.page-template-contact .fourth-section .col-md-7 .entry-content a {
  color: #444444;
}

.single-wpseo_locations .fourth-section .col-md-7 li,
.page-template-contact .fourth-section .col-md-7 li {
  line-height: 1.5;
  margin-bottom: 20px;
}

.single-wpseo_locations .fourth-section .col-md-5,
.page-template-contact .fourth-section .col-md-5 {
  /*@media screen and (min-width: 1200px) {
				padding-left:30px;

			}*/
}

@media screen and (min-width: 1200px) {
  .single-wpseo_locations .fifth-section .col-xs-12,
  .page-template-contact .fifth-section .col-xs-12 {
    padding-right: 54px;
  }
}

@media screen and (min-width: 768px) {
  .single-wpseo_locations .fifth-section .alignleft,
  .page-template-contact .fifth-section .alignleft {
    margin-right: 10px;
  }
}

.single-wpseo_locations .fifth-section p,
.page-template-contact .fifth-section p {
  line-height: 1.5;
}

@media screen and (min-width: 1200px) {
  .single-wpseo_locations .fifth-section img,
  .page-template-contact .fifth-section img {
    margin-top: -25px;
  }
}

.single-wpseo_locations .sixth-section,
.page-template-contact .sixth-section {
  padding-top: 30px;
}

@media screen and (min-width: 1200px) {
  .single-wpseo_locations .sixth-section .center-col,
  .page-template-contact .sixth-section .center-col {
    padding: 0 32px;
  }
}

/* Legal Services Page */
.legal-services {
  margin-top: 30px;
}

.legal-services h1 {
  color: #5d9251;
}

@media screen and (min-width: 768px) {
  .legal-services h1 {
    font-size: 40px;
  }
}

@media screen and (min-width: 1200px) {
  .legal-services h1 {
    padding-left: 40px;
  }
}

.legal-services .section-pa-types {
  margin-top: 45px;
  margin-bottom: 60px;
  position: relative;
}

@media screen and (max-width: 991px) {
  .legal-services .section-pa-types .col-md-4:first-of-type div {
    margin-top: 0;
  }
}

.legal-services .section-pa-types-item {
  border: 1px solid #b3b08f;
  position: relative;
  padding: 38px 35px 35px;
}

@media screen and (max-width: 991px) {
  .legal-services .section-pa-types-item {
    margin-top: 55px;
  }
}

.legal-services .section-pa-types-item ul {
  margin-bottom: 0;
}

.legal-services .section-pa-types-item img {
  position: absolute;
  top: -44px;
  background-color: #fff;
  padding: 0 13px;
  left: 22px;
  display: block;
}

.legal-services .section-pa-types-item h4 {
  font-family: "Playfair Display", serif;
  color: #b3b08f;
  font-weight: 700;
  font-size: 29px;
  line-height: 1;
  margin-bottom: 13px;
}

.legal-services .section-pa-types-item ul li a {
  color: #000;
}

@media screen and (min-width: 1200px) {
  .legal-services .section-pa-types .col-md-8 .section-pa-types-item {
    margin-top: -131px;
    padding: 15px 35px 25px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .legal-services .section-pa-types .col-md-8 .section-pa-types-item {
    margin-top: -111px;
    padding-top: 5px;
    padding-bottom: 15px;
  }
}

@media screen and (min-width: 992px) {
  .legal-services .section-pa-types .col-md-4:first-of-type .section-pa-types-item {
    padding-bottom: 100px;
  }
}

.legal-services .section-pa-types .col-md-4:nth-child(2) img {
  top: -39px;
}

.legal-services .section-pa-types .col-md-4:nth-child(3) img {
  top: -36px;
}

.legal-services .section-pa-types .cws-cta {
  margin: 0 auto !important;
  max-width: 455px;
}

.legal-services .section-pa-types .cws-cta p {
  font-size: 29px;
  margin: 0 auto !important;
}

.legal-services .section-pa-types .cws-cta a[href^="tel:"] {
  font-size: 35px;
}

/**Single Practice**/
.page-template-practice-area .main-content .btn,
.page-template-practice-area-alt .main-content .btn {
  margin-bottom: 60px;
}

.page-template-practice-area .main-content .sidebox-featured-generic a,
.page-template-practice-area-alt .main-content .sidebox-featured-generic a {
  display: none;
}

.page-template-practice-area #practices-videos,
.page-template-practice-area-alt #practices-videos {
  padding: 45px 0 70px;
}

.page-template-practice-area #practices-videos .cw_video_description,
.page-template-practice-area-alt #practices-videos .cw_video_description {
  display: none;
}

.page-template-practice-area #practices-videos .cw_video_single,
.page-template-practice-area-alt #practices-videos .cw_video_single {
  border: 1px solid #b3b08f;
  padding: 15px;
  width: 100%;
  height: 383px;
}

@media screen and (max-width: 575px) {
  .page-template-practice-area #practices-videos .cw_video_single,
  .page-template-practice-area-alt #practices-videos .cw_video_single {
    height: 264px;
  }
}

.page-template-practice-area #practices-videos .col-md-6:first-of-type,
.page-template-practice-area-alt #practices-videos .col-md-6:first-of-type {
  position: relative;
}

.page-template-practice-area #practices-videos .col-md-6:first-of-type .video-title-holder,
.page-template-practice-area-alt #practices-videos .col-md-6:first-of-type .video-title-holder {
  position: absolute;
  right: 15px;
  bottom: -43px;
  padding: 14px 30px;
  background-color: rgba(93, 146, 81, 0.9);
}

@media screen and (max-width: 767px) {
  .page-template-practice-area #practices-videos .col-md-6:first-of-type .video-title-holder,
  .page-template-practice-area-alt #practices-videos .col-md-6:first-of-type .video-title-holder {
    width: 92%;
  }
}

@media screen and (max-width: 991px) {
  .page-template-practice-area #practices-videos .col-md-6:first-of-type .video-title-holder,
  .page-template-practice-area-alt #practices-videos .col-md-6:first-of-type .video-title-holder {
    bottom: -73px;
  }
}

.page-template-practice-area #practices-videos .col-md-6:last-of-type,
.page-template-practice-area-alt #practices-videos .col-md-6:last-of-type {
  padding-left: 50px;
  height: 383px;
  overflow: auto;
}

@media screen and (max-width: 991px) {
  .page-template-practice-area #practices-videos .col-md-6:last-of-type,
  .page-template-practice-area-alt #practices-videos .col-md-6:last-of-type {
    height: auto;
    margin-top: 75px;
  }
}

.page-template-practice-area #practices-videos .col-md-6:last-of-type li,
.page-template-practice-area-alt #practices-videos .col-md-6:last-of-type li {
  margin-bottom: 4px;
}

.page-template-practice-area #practices-videos .col-md-6:last-of-type li a,
.page-template-practice-area-alt #practices-videos .col-md-6:last-of-type li a {
  color: #000;
}

.page-template-practice-area #practices-videos h2,
.page-template-practice-area-alt #practices-videos h2 {
  line-height: 1;
  margin-top: -4px;
}

.page-template-practice-area .practice_second_section,
.page-template-practice-area-alt .practice_second_section {
  padding-top: 65px;
}

@media screen and (min-width: 1200px) {
  .page-template-practice-area .practice_second_section .col-xs-12,
  .page-template-practice-area-alt .practice_second_section .col-xs-12 {
    padding-right: 40px;
  }
}

.page-template-practice-area .practice_second_section .cws-cta,
.page-template-practice-area-alt .practice_second_section .cws-cta {
  font-size: 33px;
}

@media screen and (min-width: 1200px) {
  .page-template-practice-area .practice_second_section .top-content,
  .page-template-practice-area-alt .practice_second_section .top-content {
    padding-right: 110px;
  }
}

.page-template-practice-area .practice_second_section .nav-pills,
.page-template-practice-area-alt .practice_second_section .nav-pills {
  background-color: #000;
  padding: 15px 30px;
  margin-top: 15px;
}

@media screen and (max-width: 767px) {
  .page-template-practice-area .practice_second_section .nav-pills,
  .page-template-practice-area-alt .practice_second_section .nav-pills {
    padding: 15px 20px;
  }
}

.page-template-practice-area .practice_second_section .nav-pills li,
.page-template-practice-area-alt .practice_second_section .nav-pills li {
  border: none;
  padding-right: 42px;
  margin-right: 0;
  text-indent: 0;
}

@media screen and (max-width: 991px) {
  .page-template-practice-area .practice_second_section .nav-pills li,
  .page-template-practice-area-alt .practice_second_section .nav-pills li {
    padding-right: 0;
    width: 100%;
    text-align: center;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .page-template-practice-area .practice_second_section .nav-pills li,
  .page-template-practice-area-alt .practice_second_section .nav-pills li {
    padding-right: 10px;
  }
}

.page-template-practice-area .practice_second_section .nav-pills li + li,
.page-template-practice-area-alt .practice_second_section .nav-pills li + li {
  margin-left: 0;
}

.page-template-practice-area .practice_second_section .nav-pills li:before,
.page-template-practice-area-alt .practice_second_section .nav-pills li:before {
  display: none;
}

.page-template-practice-area .practice_second_section .nav-pills li:last-of-type,
.page-template-practice-area-alt .practice_second_section .nav-pills li:last-of-type {
  padding-right: 0;
}

.page-template-practice-area .practice_second_section .nav-pills li.active a,
.page-template-practice-area-alt .practice_second_section .nav-pills li.active a {
  border: 1px solid #b3b08f;
  font-weight: 700;
  text-decoration: none !important;
  color: #b3b08f !important;
  background-color: transparent !important;
  padding: 13px 20px;
}

.page-template-practice-area .practice_second_section .nav-pills li a,
.page-template-practice-area-alt .practice_second_section .nav-pills li a {
  color: #fff;
  display: block;
  padding: 13px 22px;
  line-height: 1;
  font-size: 18px;
  text-transform: uppercase;
  border: 1px solid #000;
}

.page-template-practice-area .practice_second_section .nav-pills li a:hover, .page-template-practice-area .practice_second_section .nav-pills li a:focus,
.page-template-practice-area-alt .practice_second_section .nav-pills li a:hover,
.page-template-practice-area-alt .practice_second_section .nav-pills li a:focus {
  background-color: transparent !important;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .page-template-practice-area .practice_second_section .nav-pills li a,
  .page-template-practice-area-alt .practice_second_section .nav-pills li a {
    padding: 13px 16px;
  }
}

.page-template-practice-area .practice_second_section .tab-content,
.page-template-practice-area-alt .practice_second_section .tab-content {
  border: 1px solid #b3b08f;
  padding: 45px 50px;
  margin-bottom: 25px;
}

@media screen and (max-width: 767px) {
  .page-template-practice-area .practice_second_section .tab-content,
  .page-template-practice-area-alt .practice_second_section .tab-content {
    padding: 30px 15px;
  }
}

.page-template-practice-area .practice_second_section .tab-content .tab-pane,
.page-template-practice-area-alt .practice_second_section .tab-content .tab-pane {
  position: relative;
  padding-right: 216px;
}

@media screen and (max-width: 991px) {
  .page-template-practice-area .practice_second_section .tab-content .tab-pane,
  .page-template-practice-area-alt .practice_second_section .tab-content .tab-pane {
    padding-right: 0;
  }
}

.page-template-practice-area .practice_second_section .tab-content .tab-pane .content-extra,
.page-template-practice-area-alt .practice_second_section .tab-content .tab-pane .content-extra {
  font-size: 19px;
  font-weight: 700;
  color: #5d9251;
  line-height: 1.2;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .page-template-practice-area .practice_second_section .tab-content .tab-pane .content-extra,
  .page-template-practice-area-alt .practice_second_section .tab-content .tab-pane .content-extra {
    padding: 0 35px;
  }
}

@media screen and (min-width: 992px) {
  .page-template-practice-area .practice_second_section .tab-content .tab-pane .content-extra,
  .page-template-practice-area-alt .practice_second_section .tab-content .tab-pane .content-extra {
    position: absolute;
    right: -6px;
    top: 0;
    width: 187px;
  }
}

.page-template-practice-area .third-section,
.page-template-practice-area-alt .third-section {
  padding-top: 40px;
  padding-bottom: 37px;
  background-size: initial;
  background-position: top right;
  background-repeat: no-repeat;
  background-color: #000;
  color: #fff;
  margin-bottom: 60px;
  /*@media screen and (min-width: 1200px) {
			//margin-top:60px;
		}*/
}

.page-template-practice-area .third-section .row,
.page-template-practice-area-alt .third-section .row {
  position: relative;
}

.page-template-practice-area .third-section span,
.page-template-practice-area-alt .third-section span {
  display: block;
  color: #b3b08f;
  font-size: 18px;
  text-align: center;
  padding: 0 15px;
  line-height: 1.3;
}

@media screen and (min-width: 992px) {
  .page-template-practice-area .third-section span,
  .page-template-practice-area-alt .third-section span {
    position: absolute;
    right: 15px;
    bottom: 15px;
    width: 215px;
    text-align: right;
    padding: 0;
  }
}

@media screen and (max-width: 991px) {
  .page-template-practice-area .third-section span,
  .page-template-practice-area-alt .third-section span {
    display: none !important;
  }
}

@media screen and (max-width: 991px) {
  .page-template-practice-area .third-section,
  .page-template-practice-area-alt .third-section {
    background-image: none !important;
  }
}

.page-template-practice-area .third-section .col-md-8,
.page-template-practice-area-alt .third-section .col-md-8 {
  position: relative;
}

.page-template-practice-area .third-section .col-md-8:after,
.page-template-practice-area-alt .third-section .col-md-8:after {
  position: absolute;
  bottom: -73px;
  height: 35px;
  width: 70px;
  border-left: 70px solid transparent;
  border-right: 70px solid transparent;
  border-top: 70px solid #000;
  content: '';
  left: -18px;
}

@media screen and (max-width: 991px) {
  .page-template-practice-area .third-section .col-md-8:after,
  .page-template-practice-area-alt .third-section .col-md-8:after {
    display: none;
  }
}

@media screen and (min-width: 1200px) {
  .page-template-practice-area .third-section .col-md-8 .page-title, .page-template-practice-area .third-section .col-md-8 .about-one-bottom-title,
  .page-template-practice-area-alt .third-section .col-md-8 .page-title,
  .page-template-practice-area-alt .third-section .col-md-8 .about-one-bottom-title {
    padding-right: 50px;
  }
}

.page-template-practice-area .third-section .col-md-8 em,
.page-template-practice-area-alt .third-section .col-md-8 em {
  font-family: "Playfair Display", serif;
  font-size: 16px;
}

.page-template-practice-area .third-section a,
.page-template-practice-area-alt .third-section a {
  color: #fff;
}

.page-template-practice-area .practice-four,
.page-template-practice-area-alt .practice-four {
  padding-bottom: 40px;
}

@media screen and (min-width: 1200px) {
  .page-template-practice-area .practice-four .alignleft,
  .page-template-practice-area-alt .practice-four .alignleft {
    margin-left: -22px;
    margin-right: 10px;
  }
}

@media screen and (min-width: 1200px) {
  .page-template-practice-area .practice-four .alignright,
  .page-template-practice-area-alt .practice-four .alignright {
    margin-right: -22px;
    margin-left: 10px;
  }
}

@media screen and (min-width: 1200px) {
  .page-template-practice-area .practice-four .sidebar,
  .page-template-practice-area-alt .practice-four .sidebar {
    width: 424px;
    float: right;
    margin-left: 45px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .page-template-practice-area .practice-four .sidebar,
  .page-template-practice-area-alt .practice-four .sidebar {
    float: right;
    width: 370px;
    margin-left: 0;
  }
}

.page-template-practice-area .practice-four .sidebar .sidebox-meet-the-attorney,
.page-template-practice-area-alt .practice-four .sidebar .sidebox-meet-the-attorney {
  height: 300px;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .page-template-practice-area .practice-four .sidebar .sidebox-meet-the-attorney,
  .page-template-practice-area-alt .practice-four .sidebar .sidebox-meet-the-attorney {
    height: 262px;
  }
}

@media screen and (min-width: 992px) {
  .page-template-practice-area .practice-four .credential-holder,
  .page-template-practice-area-alt .practice-four .credential-holder {
    float: left;
    width: 56%;
  }
}

.page-template-practice-area .practice-four .credential-holder .ac-title-wrapper,
.page-template-practice-area-alt .practice-four .credential-holder .ac-title-wrapper {
  margin-top: 12px;
}

.page-template-practice-area .practice-four .credential-holder .ac-title-wrapper:first-of-type,
.page-template-practice-area-alt .practice-four .credential-holder .ac-title-wrapper:first-of-type {
  margin-top: 0;
}

@media screen and (min-width: 992px) {
  .page-template-practice-area .practice-four .credential-holder .panel-body,
  .page-template-practice-area-alt .practice-four .credential-holder .panel-body {
    padding-right: 87px;
  }
}

.page-template-practice-area-alt .main-content {
  padding-bottom: 20px;
}

.page-template-practice-area-alt .main-content .sidebar-related ul {
  padding-left: 0;
}

@media screen and (min-width: 1200px) {
  .page-template-practice-area-alt.page-criminal-defense-lawyers .blank-space {
    height: 139px !important;
  }
}

.page-template-practice-area-alt .practice_second_section {
  padding: 15px;
}

@media screen and (min-width: 1200px) {
  .page-template-practice-area-alt .practice_second_section .col-sm-6 {
    width: 30%;
  }
}

@media screen and (min-width: 1200px) {
  .page-template-practice-area-alt .practice_second_section .col-sm-6:last-of-type {
    width: 40%;
  }
}

.page-template-practice-area-alt #about-three {
  padding-top: 30px;
}

.page-template-practice-area-alt .third-section {
  margin-bottom: 35px;
}

.page-template-practice-area-alt .third-section .col-md-8 {
  /*@media screen and (min-width:1200px) {
				padding-right:162px !important;
			}*/
  /**.entry-content {
				p:first-of-type {
					@media screen and (min-width: 1200px) {
						padding-right:321px;
					}
				}
			}*/
}

.page-template-practice-area-alt .third-section .col-md-8:after {
  display: none;
}

.page-template-practice-area-alt .third-section .col-md-8 .blank-space {
  display: none;
}

@media screen and (min-width: 1200px) {
  .page-template-practice-area-alt .third-section .col-md-8 .blank-space {
    float: right;
    height: 300px;
    width: 437px;
    display: block;
  }
}

@media screen and (min-width: 1200px) {
  
  .page-template-practice-area-alt .third-section .col-md-8 .page-title,
  .page-template-practice-area-alt .third-section .col-md-8 .about-one-bottom-title {
    padding-right: 420px;
  }
}

@media screen and (min-width: 992px) {
  .page-template-practice-area-alt .third-section span {
    bottom: auto;
    top: 385px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1399px) {
  .page-template-practice-area-alt .third-section span {
    right: -230px;
  }
}

.page-template-practice-area-alt .practice-four {
  padding-bottom: 0;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .page-template-practice-area-alt .practice-four .col-sm-4 {
    width: 28%;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .page-template-practice-area-alt .practice-four .alignright {
    float: none;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .page-template-practice-area-alt .practice-four .alignright {
    margin-left: 10px;
  }
}

@media screen and (min-width: 1200px) {
  .page-template-practice-area-alt .practice-four .alignright {
    margin-left: 30px;
  }
}

@media screen and (min-width: 1200px) {
  .page-template-practice-area-alt .practice-four .col-sm-4:last-of-type {
    width: 31%;
  }
}

/*# sourceMappingURL=theme.css.map */
