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

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* - - - - - MISCELLANEOUS - - - - - */

textarea {
  resize:none;
}

.clear {
  clear:both;
}

.float-right {
  float:right;
}

.float-left {
  float:left;
}

.divider {
  display: block;
  margin: 5px auto 30px;
}

/* - - - - - TYPOGRAPHY - - - - - */

.center {
  text-align:center;
}

.bold {
  font-weight: bold;
}

strong {
  font-weight:bold !important;
}

h1, h2, h3 {
  font-family: 'Droid Serif', serif;
  font-weight:bold;
  color: #000;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 24px;
  margin: 10px 0px;
}

h3 {
  font-size: 20px;
}

p,
#content p {
  font-family: 'Open Sans', sans-serif;
  color: #272727;
  text-align: justify;
  padding: 10px 0px;
}

p {
  font-size: 1rem;
  line-height: 1.3rem;
}

#content p {
  font-size: 15px;
  line-height: 20px;
  padding: 0 0 10px;
}

a {
  color: #DA0000;
  font-weight: 600;
  -webkit-transition: color 0.25s linear;
  -moz-transition: color 0.25s linear;
  -ms-transition: color 0.25s linear;
  -o-transition: color 0.25s linear;
  transition: color 0.25s linear;
}

a:focus,
a:hover {
  text-decoration:none;
  color: #900000;
}

/* - - - - - HEADER CSS - - - - - */

header {
  padding: 20px 0px;
}

.logo-image {
  margin:0px auto;
}

.logo-alt {
  margin:0px auto;
}

.wrapper {
  margin-top:15%;
  -webkit-transform: translateY(-15%);
  -ms-transform: translateY(-15%);
  transform: translateY(-15%);
}

.right-consultation-button,
.left-consultation-button,
.consultation-hidden {
  font-family: 'Open Sans', sans-serif;
  font-size:14px;
  font-weight:600;
  display:inline-block;
  background: #DA0000;
  color: #FFF;
  padding:6px 15px;
  text-decoration:none;
  -webkit-transition: background .4s linear;
  -moz-transition: background .4s linear;
  -o-transition: background .4s linear;
  -ms-transition: background .4s linear;
  transition: background .4s linear;
}

.right-consultation-button {
  float:right;
  margin-bottom:25px;
}

.left-consultation-button {
  float:none;
  margin: 15px 0px 0px;
}

.consultation-hidden {
  margin: 10px 0px;
  margin-left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.right-consultation-button:hover,
.left-consultation-button:hover,
.consultation-hidden:hover {
  text-decoration:none;
  color:#FFF;
  background: #900000;
}

.right-consultation-button:active,
.left-consultation-button:active,
.consultation-hidden:active {
  text-decoration:none;
  position:relative;
  top:1px;
}

/* Top right site_key_city */
.header-city,
.header-city-hidden {
  font-family: 'Open Sans', sans-serif;
  font-size:14px;
  font-weight: 600;
  color: #232323;
  text-align:right;
  padding-top:2px;
  padding-bottom: 5px;
}

.header-city-hidden {
  font-size:16px;
  text-align:center;
}

/*Top right phone number */
.phone-link,
.phone-link-alt,
.phone-link-hidden {
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  font-size:24px;
  color:#DA0000;
  display:block;
  margin-top: 10px;
}

.phone-link,
.phone-link-alt {
  text-align:right;
}

.phone-link-hidden {
  text-align:center;
  margin-top:0px;
  margin-bottom:5px;
  padding-bottom:0px;
}

.phone-link:hover,
.phone-link-alt:hover {
  color: #900000;
  text-decoration: none;
}

.sm-icon {
  margin: 2px 5px;
}

/* Header social media icon background color */
.header-icon {
  display:inline-block;
  position:relative;
  border-radius:30px;  /* <-- remove this for square icons */
  background: #CCC;  /* <-- background color */
  margin:0px 4px;
  padding:3px 1px 1px;
  -webkit-transition: background .5s linear;
  -moz-transition: background .5s linear;
  -o-transition: background .5s linear;
  -ms-transition: background .5s linear;
  transition: background .5s linear;
}

/* Header social media icon background hover color */
.header-icon:hover {
  background:#999;
}
/* - - - - - END HEADER CSS- - - - - */


/* - - - - - NAVIGATION MENU CSS - - - - - */

.navbar {
  border-radius: 0px;
  min-height:20px;
  margin-bottom:0px;
}

.navbar-nav {
  float: none;
  margin: 0px auto;
  display: table;
}

.navbar-inverse {
  background-color: #000;
  border:none;
}

.navbar-inverse .navbar-brand {
  color:#FFF;
  font-size:18px;
  font-weight:bold;
}

.navbar-brand {
  display:none;
}

.navbar-inverse .navbar-brand:hover {
  color:#FFF;
}

.navbar-nav > li > a {
  font-family: 'Droid Serif', serif;
  font-weight:bold;
  font-size:16px;
  text-transform: uppercase;
  display:inline-block;
  padding: 20px;
  border-left: 1px solid #898989;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.navbar-nav>li:last-child {
  border-right: 1px solid #898989;
}

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

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:active,
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #DA0000;
}

.nav .open>a:focus,
.nav .open>a:hover {
  border-color: #888;
}

.dropdown-menu li a {
  color: #000;
  font-size:16px;
  -webkit-transition: color 0s linear, background .25s linear;
  -moz-transition: color 0s linear, background .25s linear;
  -ms-transition: color 0s linear, background .25s linear;
  -o-transition: color 0s linear, background .25s linear;
  transition: color 0s linear, background .25s linear;
}

.dropdown-menu > li > a:hover {
  background: #DA0000;
  color: #FFF;
}

/* - - - - - END NAVIGATION MENU - - - - - */

/* - - - - - START CAROUSEL CSS - - - - - */

.carousel-wrapper {
  max-width:1343px;
  width:90%;
  margin:22px auto 0px;
}

.carousel-control {
  opacity: 1;
  width:5%;
}

/* Size and color of slider arrows */
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  display:none;
  width: auto;
  height: 35px;
  font-size: 35px;
  color: #FFF;
}

.carousel-wrapper:hover .carousel-control .glyphicon-chevron-left,
.carousel-wrapper:hover .carousel-control .glyphicon-chevron-right {
  display:inline;
  z-index:100;
}

.carousel-control.left,
.carousel-control.right {
  background-image:none;
}

/* Slider arrow positioning */
.carousel-control .glyphicon-chevron-left {
  position:absolute;
  left: 50px;
}
.carousel-control .glyphicon-chevron-right {
  position:absolute;
  right: 50px;
}

/* Carousel base class */
.carousel {
  max-height: 100%;
  max-height: 580px;
  margin-bottom: 16px;
  height:auto;
}

.carousel .item {
  max-height: 100%;
  max-height: 580px;
  background-color: #777;
}
.carousel-inner > .item > img {
  top: 0;
  left: 0;
  min-width: 40%;
  max-width: 100%;
  max-height: 580px;
  width: auto;
  margin-right:auto;
  margin-left:auto;
  height:auto;
}
/* - - - - - END CAROUSEL - - - - - */

/* - - - - - START CAROUSEL ANIMATION CSS - - - - - */

.carousel-caption {
  text-align:left;
  top:35%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left:7.5%;
  bottom:auto;
  right:auto;
  padding-top:0px;
  z-index:50;
  width:55%;
}

h3.carousel-heading {
  font-family: 'Droid Serif', serif;
  font-size: 60px;
  line-height:70px;
  font-weight:bold;
  -webkit-transition: all 0.6s linear;
  -moz-transition: all 0.6s linear;
  -ms-transition: all 0.6s linear;
  -o-transition: all 0.6s linear;
  transition: all 0.6s linear;
  color: rgb(255, 255, 255);
  padding-bottom:50px;
  margin-top:30px;
}

a.carousel-button {
  font-family: 'Droid Serif', serif;
  font-size: 24px;
  padding: 20px 24px;
  color:#FFF;
  font-weight:bold;
  text-shadow:none;
  text-decoration:none;
  background: #DA0000;
  -webkit-transition: background 0.5s linear;
  -moz-transition: background 0.5s linear;
  -ms-transition: background 0.5s linear;
  -o-transition: background 0.5s linear;
  transition: background 0.5s linear;
  display: table-cell;
}

a.carousel-button:hover {
  background:#900000;
}

/* Animation delays */
.carousel-caption h3 {
  animation-delay: 1s;
}
.carousel-caption p {
  animation-delay: 1.25s;
}
.carousel-caption a {
  animation-delay: 1.25s;
}

/* - - - - - END CAROUSEL ANIMATION - - - - - */


/* - - - - - INTRO SECTION CSS - - - - - */

#intro-section {
  text-align:center;
  padding: 30px 0px;
}

#intro-section h2 {
  font-size: 24px;
  padding: 12px 0px;
  color:#000;
}

#intro-section p,
a.intro-button {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  text-align:center;
  color: #777;
  padding: 8px;
  line-height:24px;
}

a.intro-button {
  display: inline-block;
  padding: 8px 18px;
  margin-top: 16px;
  background: #FFF;
  color: #000;
  -webkit-box-shadow: 0px 0px 1px 1px rgba(220,220,220,1);
  -moz-box-shadow: 0px 0px 1px 1px rgba(220,220,220,1);
  box-shadow: 0px 0px 1px 1px rgba(220,220,220,1);
  border-radius: 2px;
  margin-bottom:15px;
}

a.intro-button:hover {
  background:#DA0000;
  color:#FFF;
  text-decoration:none;
}

/* - - - - - END INTRO SECION - - - - - */

/* - - - - - WELCOME SECTION CSS - - - - - */

#index-section {
  background:#FFF;
  padding:50px 15px;
  text-align:center;
}

#index-section h1 {
  padding-bottom:15px;
}

p.tagline { margin-bottom:0px; text-align:center; font-weight:bold; font-size:18px; }

.consult-div {
  margin:50px auto 0px;
}

.pipe { padding:0px 10px; font-size:25px;}

.consult-div,
a.free-consultation {
  font-family: 'Droid Serif', serif;
  font-size:25px;
  color:#000;
}

a.free-consultation:hover {
  text-decoration:none;
  color: #900000;
}

.welcome-phone-link  {
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  font-size:24px;
  color: #DA0000;
  display:inline-block;
}

.welcome-phone-link:hover {
  color: #900000;
  text-decoration: none;
}

/* - - - - - END WELCOME SECTION - - - - - */


/* - - - - - SERVICES SECTION CSS - - - - - */

.services-holder { background: url("../images/services-bg.png") repeat; }

.service-mask {
  height:10px; background: #FFF;
  position:relative;
  top:10px;
}

.service-column {
  text-align: center;
  border-top: 10px solid #FFF;
  -webkit-transition: background 0.4s linear, border 0.15s linear;
  -moz-transition: background 0.4s linear, border 0.15s linear;
  -ms-transition: background 0.4s linear, border 0.15s linear;
  -o-transition: background 0.4s linear, border 0.15s linear;
  transition: background 0.4s linear, border 0.15s linear;
}

.service-column:hover {
  border-top: 10px solid #272727;  /*-- service box top border color on hover */
  background: #F7F7F7;
}

.service-column img { margin:55px auto 30px; }

.service-column h2 { font-size: 25px; color: #000; margin-bottom: 24px; }

.service-column p { margin-bottom:36px; color: #717171; font-size:15px; line-height:22px; }

.service-column .service-button {

  background: #FFF; /* Old browsers */

  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YyZjJmMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEyJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijg4JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMmYyZjIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(left,  #f2f2f2 0%, #ffffff 12%, #ffffff 88%, #f2f2f2 100%);
  background: -webkit-linear-gradient(left,  #f2f2f2 0%,#ffffff 12%,#ffffff 88%,#f2f2f2 100%);
  background: linear-gradient(to right,  #f2f2f2 0%,#ffffff 12%,#ffffff 88%,#f2f2f2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#f2f2f2',GradientType=1 );


  color:#000;
  border-radius:2px;
  font-family: 'Open Sans', sans-serif;
  font-size:15px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(75,75,75,.5);
  -moz-box-shadow: 0px 0px 5px 0px rgba(75,75,75,.5);
  box-shadow: 0px 0px 5px 0px rgba(75,75,75,.5);
  display:inline-block;
  padding: 10px 22px;
  margin-bottom:45px;
}


/* - - - - - END SERVICES SECTION CSS - - - - - */


/* - - - - - TAGLINE SECTION CSS - - - - - */

#about-our-team {
  width:100%;
  background: url("../images/about-our-team-bg.jpg")  no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.no-gutter { padding-left:0px; padding-right:0px; }

.holder {
  position: relative;
}

.box {
  background-color:rgba(0,0,0,0.75);
  padding: 40px;
  margin: 80px auto;
  display:block;
}

.box h3 {
  font-family: 'Droid Serif', serif;
  font-weight:bold;
  font-size:40px;
  text-align:center;
  line-height:45px;
  text-align:left;
  opacity:1;
}

.red-top {
  color: #DA0000;
}

.white-top {
  color: #FFF;
}

.white-bottom {
  color: #FFF;
}

.box p {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  line-height:20px;
  color:#FFF;
  margin-top:20px;
  margin-bottom:26px;
  text-align:justify;
}

.box-button {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  padding: 16px 24px;
  color:#FFF;
  font-weight:600;
  text-shadow:none;
  text-decoration:none;
  background: #DA0000;
  -webkit-transition: background 0.35s linear;
  -moz-transition: background 0.35s linear;
  -ms-transition: background 0.35s linear;
  -o-transition: background 0.35s linear;
  transition: background 0.35s linear;
  display:table-cell;
}

.box-button:hover {
  background: #900000;
  color:#FFF;
}

.white-overlay {
  background: rgba(255, 255, 255, 0.3);
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
  right: 0;
}

/* - - - - - END TAGLINE SECTION - - - - - */

/* - - - - - AFFILIATIONS SECTION CSS - - - - - */

#affiliations {
  background:#FFF;
  padding:30px 0px;
}

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

.affiliations-holder img {
  display: inline-block;
  margin:15px 25px;
  vertical-align:middle;
}

/* - - - - - END AFFILIATIONS SECTION - - - - - */


/* - - - - - CONSULTATION SECTION CSS - - - - - */

#consultation_index {
  background: #1B1B1B;
  padding: 40px 10px 30px;
}

#consultation_index h2,
#consultation_index p {
  font-weight:bold;
  font-size:30px;
  line-height:42px;
  color:#FFF;
  text-align:center;
}

#consultation_index p {
  font-weight: 400;
  margin-top:20px;
  font-size:17px;
  line-height:24px;
}

#consultation_index label {
  font-family: 'Open Sans', sans-serif;
  font-size:14px;
  color:#9C9C9C;
  margin-bottom:5px;
}

#consultation_index form {
  margin-top: 30px;
}

.input-lg {
  height: 40px;
}

#consultation_index input[type="text"],
#consultation_index input[type="tel"],
#consultation_index input[type="email"],
#consultation_index textarea {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight:400;
  color:#FFF;
  background: #4b4b4b;
  padding-right: 50px;
  border:1px solid #4B4B4B;
  border-radius:3px;
  position:relative;
  -webkit-transition: background 500ms linear;
  -moz-transition: background 500ms linear;
  -ms-transition: background 500ms linear;
  -o-transition: background 500ms linear;
  transition: background 500ms linear;
}

#consultation_index input[type="text"]:focus,
#consultation_index input[type="tel"]:focus,
#consultation_index input[type="email"]:focus,
#consultation_index textarea:focus {
  box-shadow:none;
  border: 1px solid #626262;
  background: #383838;
}

#consultation_index textarea {
  padding: 10px 50px 10px 10px
}

.addTopMargin {
  margin-top:20px;
}

.consultation-submit {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  font-weight: 600;
  color:#FFF;
  background: #DA0000;
  margin-top:30px;
  padding: 16px 22px;
  border: none;
  -webkit-transition: background 500ms linear;
  -moz-transition: background 500ms linear;
  -o-transition: background 500ms linear;
  -ms-transition: background 500ms linear;
  transition: background 500ms linear;
}

.consultation-submit:hover {
  background:#900000;
}

.consultation-submit:active,
.consultation-submit:focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  position:relative;
  top:1px;
}

.glyph-append {
  color: #9C9C9C;
  font-size: 18px;
  z-index: 50;
  position: absolute;
  top: 25px;
  right: 30px;
  width: 29px;
  padding: 6px 15px 6px 13px;
  border-left: 1px solid #9C9C9C;
}

/* - - - - - END CONSULTATION SECTION - - - - - */


/* - - - - - NEWSLETTER SECTION CSS - - - - - */

#newsletter {
  background: #DA0000;
  padding:60px 0px 45px;
}

.newsletter-text {
  font-family: 'Droid Serif', serif;
  font-weight:bold;
  font-size: 30px;
  line-height:34px;
  color: #FFF;
  padding:0px;
  margin:20px 0px 20px;
  text-align:center;
}

#newsletter input[type="email"] {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #FFF;
  background: #900000;
  border: none;
  border-radius: 0;
  margin: 14px auto;
  -webkit-transition: background 500ms linear;
  -moz-transition: background 500ms linear;
  -o-transition: background 500ms linear;
  -ms-transition: background 500ms linear;
  transition: background 500ms linear;
}

#newsletter input[type="email"]:focus {
  box-shadow: none;
  border: none;
}

.newsletter-submit {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  font-weight: 600;
  color:#FFF;
  background: #1B1B1b;
  border: none;
  box-shadow:none;
  padding: 14px 35px;
  margin: 14px auto;
  -webkit-transition: background 500ms linear;
  -moz-transition: background 500ms linear;
  -o-transition: background 500ms linear;
  -ms-transition: background 500ms linear;
  transition: background 500ms linear;
}

.newsletter-submit:hover {
  background: #000;
}

.newsletter-submit:active,
.newsletter-submit:focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  position:relative;
  top:1px;
}

#newsletter ::-webkit-input-placeholder { color: #FFF; font-family: 'Open Sans', sans-serif; font-size:18px;	font-weight: 600; }
#newsletter :-moz-placeholder { color: #FFF; font-family: 'Open Sans', sans-serif; font-size:18px;	font-weight: 600;  } /* Firefox 18- */
#newsletter ::-moz-placeholder { color: #FFF; font-family: 'Open Sans', sans-serif; font-size:18px;	font-weight: 600; }  /* Firefox 19+ */
#newsletter :-ms-input-placeholder { color: #FFF; font-family: 'Open Sans', sans-serif; font-size:18px;	font-weight: 600; }

.triangle-bg {
  background: #1B1B1B;
}

.triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 150px 30px 150px;
  border-color: transparent transparent #DA0000 transparent;  /* <--- change triangle color here */
  margin-left:50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  overflow:none;
}

/* - - - - - END NEWSLETTER SECTION - - - - - */


/* - - - - - - - - - - - - - - - - - - - - -*/
/* - - - - - - INNER PAGE CSS - - - - - - - */

/* - - - - - START CONTENT SECTION - - - - - */

#content {
  padding: 40px 10px 50px;
}

/* Inner page H1 and H2 styling */
#content h1.page-title,
#content h2.heading {
  font-family: 'Droid Serif', serif;
  font-weight:bold;
  color: #333;
  text-align:left;
  padding:0px 0px 25px;
}

#content h1.page-title { font-size: 36px;}
#content h2.heading { font-size:24px; }

#content h2.heading {
  padding: 10px 0px 0px;
}

/* Normal page copy styling */
#content p.page-text {
  font-family: 'Open Sans', sans-serif;
  font-weight:400;
  font-size:14px;
  line-height:21px;
  color:#272727;
  text-align:justify;
  padding: 10px 0px;
}

#content img.content-image {
  margin: 0px auto 25px;
}

#content ul.list {
  list-style-type:disc;
  list-style-position: outside;
  margin: 10px 0 12px 30px;
  color: #DA0000;
}

#content .list p,
#content .list a {
  font-family: 'Open Sans', sans-serif;
  font-size:15px;
  line-height: 20px;
  padding:1px 0px 2px;
}

/* list text color */
#content .list p {
  font-weight:400;
  color:#000;
}


#content .list a {
  font-weight:600;
  color:#DA0000;
}

#content .list a:hover {
  text-decoration:none;
  color:#900000;
}

/* - - - - - END CONTENT SECTION - - - - - */

/* - - - - - START SIDEBAR CSS - - - - - */

#sidebar {
  padding: 25px 0px 50px 15px;
  text-align:center;
}

#sidebar h3 {
  font-family: 'Droid Serif', serif;
  font-weight:bold;
  font-size:28px;
  line-height:24px;
  color: #333;
  padding:25px 0px 15px;
}

.sidebar-section {
  padding-bottom: 42px;
  border-bottom: 1px solid #DDD;
  text-align:center;
}

#sidebar .sidebar-section:last-child {
  border-bottom:none;
}

.sidebar-section img {
  display: block;
  margin: 10px auto 15px auto;
}

.sidebar-section p {
  text-align:center;
  margin-bottom:20px;
  font-size:15px;
}

a.sidebar-button {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  color: #FFF;
  background: #DA0000;
  padding: 9px 26px;
  -webkit-transition: background 500ms linear;
  -moz-transition: background 500ms linear;
  -o-transition: background 500ms linear;
  -ms-transition: background 500ms linear;
  transition: background 500ms linear;
}

a.sidebar-button:hover {
  text-decoration:none;
  background: #900000;
}

a.sidebar-button:active,
a.sidebar-button:focus {
  text-decoration:none;
  position:relative;
  top:1px;
  color: #FFF;
}

/* - - - - - - END SIDEBAR CSS - - - - - */


/* - - - - - - END INNER PAGE CSS - - - - - */
/* - - - - - - - - - - - - - - - - - - - - -*/


/* - - - - - - - - - - - - - - - - - - - - -*/
/* - - - - - FOOTER SECTION CSS - - - - - */

footer {
  background: #1A1A1A;
}

#footer-top {
  text-align:center;
  padding:45px 0px 25px;
}

.footer-column {
  margin-bottom:25px;
}

#footer-top h2 {
  font-family: 'Droid Serif', serif;
  font-size:24px;
  font-weight:bold;
  color:#FFF;
  text-align:center;
  padding-bottom:6px;
}

#footer-top p,
#footer-top a {
  font-size: 18px;
  color:#9C9C9C;
  line-height:26px;
}

#footer-top p,
#footer-top a {
  font-family: 'Open Sans', sans-serif;
}

#footer-top p.footer-site-name { font-size:20px; font-weight:bold; color:#CCC; line-height:30px;}

#footer-top a:hover {
  text-decoration:none;
  color: #DA0000;
}

#footer-top i {
  margin-right:10px;
  font-size: 18px;
  color:#BBB;
  line-height:26px;
}

#footer-bottom {
  background: #000;
  text-align:center;
  padding: 20px 10px 10px;
}

.footer-contact p { text-align:center; padding: 0px 0px 4px;}

#bottom-menu a {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  margin:10px 20px 8px;
  color:#9c9c9c;
  display:inline-block;
}

#bottom-menu a:hover {
  color:#DA0000;
  text-decoration:none;
}

#copyright {
  padding:0px 15px;
}

/* Copyright section text */
#copyright p {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  color:#9C9C9C;
  line-height:22px;
  text-align:center;
}

/* Copyright section links */
#copyright a {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #DA0000;
}

/* Copyright section link hover */
#copyright a:hover {
  color: #900000;
  text-decoration:none;
}

.byf-logo {
  position: relative;
  top: 8px;
}

.icon-container {
  margin-top: 16px;
  text-align: center;
}

.social-media-icon {
  margin: 0 7px;
}

.sm-icon-holder {
  display:inline-block;
  position:relative;
  border-radius: 50%;  /* <-- remove this for square icons */
  background: #777;  /* <-- background color there  */
  margin: 0 4px;
  padding: 1px 0;
  -webkit-transition: background 750ms linear;
  -moz-transition: background 750ms linear;
  -o-transition: background 750ms linear;
  -ms-transition: background 750ms linear;
  transition: background 750ms linear;
}

.sm-icon-holder:hover {
  background:#FFF;
}


/* - - - - - - - - - - - - - START MEDIA QUERIES - - - - - - - - - - - - - */

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

  .navbar-nav>li>a {
    font-size: 14px;
    padding: 20px 18px;
  }

}

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

  .carousel {
    margin-bottom:50px;
  }

  #intro-section {
    padding-top:0px;
    margin-top:0px;
  }

  h3.carousel-heading {
    font-size: 45px;
    line-height:50px;
  }

  p.carousel-text {
    font-size: 16px;
    line-height:20px;
    margin:25px 0px 40px;
  }

  a.carousel-button {
    font-size: 16px;
    padding:14px 18px;
  }

  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right {
    width: auto;
    height: 45px;
    font-size: 35px;
  }

  .carousel-control .glyphicon-chevron-left {
    left: 35px;
  }

  .carousel-control .glyphicon-chevron-right {
    right: 35px;
  }

  .pa-content i {
    font-size: 24px;
  }

}


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

  .navbar-nav>li>a {
    font-size: 12px;
    padding: 20px 12px;
  }
}


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

  h3.carousel-heading {
    font-size: 35px;
    line-height:40px;
  }

  p.carousel-text {
    font-size: 14px;
    line-height:18px;
    margin:20px 0px 30px;
  }

  a.carousel-button {
    font-size: 14px;
    padding:12px 16px;
  }

  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right {
    width: auto;
    height: 35px;
    font-size: 35px;
  }

  .carousel-control .glyphicon-chevron-left {
    left: 30px;
  }

  .carousel-control .glyphicon-chevron-right {
    right: 35px;
  }

  .carousel {
    margin-bottom:30px;
  }

  .service-column { border-color: transparent; }

  #intro-section {
    padding-top:0px;
    margin-top:0px;
  }

  #content {
    padding-top:20px;
    padding-bottom:25px;
  }

  #sidebar {
    padding:0px 20px 40px 20px;
  }

  .box h3 {
    font-size:35px;
    line-height:50px;
  }

  .box p { margin-top: 10px; }

  .pa-content i {
    font-size: 35px;
  }

}

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

  header {
    padding: 15px 0 10px;
  }

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

  .logo-image {
    display: inline-block;
  }

  .header-city-hidden {
    margin-top: 0;
  }

  .intro-box {
    margin-bottom: 15px;
  }

  .service-column {
    border-color: #FFF;
  }

  #newsletter {
    padding: 35px 0px;
  }

  #consultation_index {
    padding: 30px 10px 45px;
  }

  #affiliations {
    padding: 20px 10px;
  }

  #footer-top {
    padding: 35px 0px;
  }

  #content {
    padding-bottom: 20px;
  }

  .pipe {
    display: none;
  }

  .welcome-phone-link {
    display: block;
    margin-top: 15px;
  }

  h3.carousel-heading {
    font-size: 25px;
    line-height: 25px;
    margin-bottom: 25px;
  }

  p.carousel-text {
    display: none;
  }

  a.carousel-button {
    font-size: 14px;
    padding: 10px 12px;
  }

  h2.overlay-text {
    font-size: 40px;
    line-height: 44px;
  }
  .pa-content i {
    font-size: 45px;
  }

  .no-gutter {
    padding-left: 15px;
    padding-right: 15px;
  }

  .box {
    padding: 25px;
  }

  .box h3 {
    font-size: 35px;
    line-height: 40px;
  }

  .carousel-wrapper:hover .carousel-control .glyphicon-chevron-left,
  .carousel-wrapper:hover .carousel-control .glyphicon-chevron-right {
    display:none;
  }

  .navbar-nav {
    width:100%;
  }

  .navbar-nav>li>a {
    font-size: 16px;
    padding: 20px;
  }

  .navbar-nav>li>a,
  .navbar-nav>li:last-child {
    border:none;
  }

  .dropdown-menu {
    background: #000;
    position:relative;
  }

  .nav li {
    text-align:center;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
    text-align: center;
  }

  ul.nav li.dropdown > ul.dropdown-menu {
    width:100%;
    text-align: center;
  }

  ul.nav li.dropdown > ul.dropdown-menu li a:hover {
    background: #272727;
  }

  ul.nav li.dropdown:hover > ul.dropdown-menu li a:hover {
    color: #FFF;
    background: #DA0000;
  }

  .navbar-inverse .navbar-nav > .open > a,
  .navbar-inverse .navbar-nav > .open > a:focus,
  .navbar-inverse .navbar-nav > .open > a:hover {
    background: transparent;
  }

}

@media all and (max-width: 767px) {
  .navbar-brand {
    display:block;
  }
}

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

  h3.carousel-heading,
  p.carousel-text,
  a.carousel-button {
    display:none;
  }

  h2.overlay-text {
    font-size: 30px;
  }


  .pa-content i {
    font-size: 35px;
  }

  .box h3 {
    font-size:30px;
    line-height: 32px;
  }

}


/*
- - - - - COLOR REPLACEMENT - RED (#DA0000) - - - - -

a, .phone-link, .phone-link-alt, .phone-link-hidden,
.welcome-phone-link, #content ul.list, #content .list a,
#footer-top a:hover, #bottom-menu a:hover, #copyright a,
.red-top, .navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav>li>a:active,
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: blue;
}

.right-consultation-button, .left-consultation-button,
.consultation-hidden, ul.nav li.dropdown:hover > ul.dropdown-menu li a:hover,
.dropdown-menu > li > a:hover, a.carousel-button, a.intro-button:hover,
.box-button, .consultation-submit, #newsletter, a.sidebar-button,
ul.nav li.dropdown:hover > ul.dropdown-menu li a:hover {
  background: blue;
}

.triangle {
  border-color: transparent transparent blue transparent;
}

*/
/*
- - - - - COLOR REPLACEMENT - DARK RED HOVER (#900000) - - - - -

a:focus, a:hover,
.phone-link:hover, .phone-link-alt:hover, a.free-consultation:hover,
.welcome-phone-link:hover, #content .list a:hover, #copyright a:hover {
  color: purple;
}

a.sidebar-button:hover, a.carousel-button:hover,
.right-consultation-button:hover, .left-consultation-button:hover,
.consultation-hidden:hover, .box-button:hover, .consultation-submit:hover,
#newsletter input[type="email"] {
  background: purple;
}

*/
