/* - - - - - 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 {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  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: 600 !important;
}

h1, h2, h3, h4 {
  color: #004F6A;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  margin-bottom: 15px;
}

h1 {
  font-size: 26px;
}

h2 {
  font-size: 21px;
  margin: 10px 0px;
}

h3 {
  font-size: 20px;
}

h4 {
  font-size: 15px;
  margin-bottom: 0;
}

h4 + p {
  margin-top: -2px;
}

p,
#content p {
  color: #272727;
  font-family: 'Open Sans', sans-serif;
  padding: 20px 0px 10px;
  text-align: justify;
}

p {
  font-size: 15px;
  line-height: 1.4rem;
}

#content p {
  font-size: 15px;
  line-height: 1.35;
  padding: 0 0 10px;
}

a {
  color: #DA0000;
  font-weight: 400;
  -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: 18px 0;
}

.logo-image {
  margin: 0 auto;
}

.logo-alt {
  margin: 0 auto;
  width: 200px;
}

.wrapper {
  margin-top: 15px;
}

.right-consultation-button,
.left-consultation-button,
.consultation-hidden {
  background: #DA0000;
  color: #FFF;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  padding: 5px 14px;
  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: 0 0 14px;
}

.consultation-hidden {
  margin: 10px 0 10px 50%;
  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 {
  background: #900000;
  color: #FFF;
  text-decoration: none;
}

.right-consultation-button:active,
.left-consultation-button:active,
.consultation-hidden:active {
  position: relative;
  text-decoration: none;
  top: 1px;
}

.header-city,
.header-city-hidden {
  color: #232323;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-align: right;
  padding-bottom: 0;
  padding-top: 2px;
}

.header-city-hidden {
  font-size: 16px;
  text-align: center;
}

.phone-link,
.phone-link-alt,
.phone-link-hidden {
  color: #DA0000;
  display: block;
  font-family: 'Roboto', sans-serif;
  font-size: 21px;
  font-weight: 500;
  margin-top: 4px;
}

.phone-link,
.phone-link-alt {
  text-align: right;
}

.phone-link-hidden {
  text-align: center;
  margin-bottom: 5px;
  margin-top: 0;
  padding-bottom: 0;
}

.phone-link:hover,
.phone-link-alt:hover {
  color: #900000;
  text-decoration: none;
}

.sm-icon {
  margin: 2px 5px;
}

.header-icon {
  background: #CCC;
  border-radius: 30px;
  display: inline-block;
  margin: 0 4px;
  padding: 3px 1px 1px;
  position: relative;
  -webkit-transition: background .3s linear;
  -moz-transition: background .3s linear;
  -o-transition: background .3s linear;
  -ms-transition: background .3s linear;
  transition: background .3s linear;
}

.header-icon:hover {
  background: #999;
}

/* - - - - - NAVIGATION MENU CSS - - - - - */

.navbar {
  border-radius: 0;
  margin-bottom: 0;
  min-height: 20px;
}

.navbar-nav {
  display: table;
  float: none;
  margin: 0 auto;
}

.navbar-inverse {
  background-color: #000;
  border: none;
}

.navbar-inverse .navbar-brand {
  color: #FFF;
  font-size: 18px;
  font-weight: 400;
}

.navbar-brand {
  display: none;
}

.navbar-inverse .navbar-brand:hover {
  color: #FFF;
}

.navbar-nav > li > a {
  border-left: 1px solid #898989;
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 500;
  padding: 20px;
  text-transform: uppercase;
  -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: 15px;
  -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;
}

/* - - - - - START CAROUSEL CSS - - - - - */

.carousel-control {
  opacity: 1;
  width: 5%;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  color: #FFF;
  display: none;
  font-size: 35px;
  height: 35px;
  width: auto;
}

.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;
}

.carousel-control .glyphicon-chevron-left {
  position: absolute;
  left: 50px;
}
.carousel-control .glyphicon-chevron-right {
  position:absolute;
  right: 50px;
}

.carousel {
  height: auto;
  margin-bottom: 16px;
  max-height: 100%;
}

.carousel .item {
  background-color: #777;
  max-height: 100%;
}
.carousel-inner > .item > img {
  height: auto;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  min-width: 40%;
  top: 0;
  width: auto;
}

/* - - - - - START CAROUSEL ANIMATION CSS - - - - - */

.carousel-caption {
  bottom: auto;
  left: 7.5%;
  padding-top: 0;
  right: auto;
  text-align: left;
  top: 35%;
  width: 55%;
  z-index: 50;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

h3.carousel-heading {
  color: rgb(255, 255, 255);
  font-family: 'Open Sans', sans-serif;
  font-size: 60px;
  font-weight: bold;
  line-height: 70px;
  margin-top: 30px;
  padding-bottom: 50px;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}

a.carousel-button {
  background: #DA0000;
  color: #FFF;
  display: table-cell;
  font-family: 'Open Sans', sans-serif;
  font-size: 24px;
  font-weight: bold;
  padding: 20px 24px;
  text-decoration: none;
  text-shadow: none;
  -webkit-transition: background .3s linear;
  -moz-transition: background .3s linear;
  -ms-transition: background .3s linear;
  -o-transition: background .3s linear;
  transition: background .3s linear;
}

a.carousel-button:hover {
  background: #900000;
}

.carousel-caption h3 {
  animation-delay: 1s;
}

.carousel-caption p {
  animation-delay: 1.25s;
}

.carousel-caption a {
  animation-delay: 1.25s;
}

/* - - - - - INTRO SECTION CSS - - - - - */

#intro-section {
  padding: 30px 0;
  text-align: center;
}

#intro-section h2 {
  color: #000;
  font-size: 24px;
  padding: 12px 0;
}

#intro-section p,
a.intro-button {
  color: #777;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 24px;
  padding: 8px;
  text-align: center;
}

a.intro-button {
  background: #FFF;
  border-radius: 2px;
  color: #000;
  display: inline-block;
  margin-bottom: 15px;
  margin-top: 16px;
  padding: 8px 18px;
  -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);
}

a.intro-button:hover {
  background: #DA0000;
  color: #FFF;
  text-decoration: none;
}

/* - - - - - WELCOME SECTION CSS - - - - - */

#index-section {
  background: #FFF;
  padding: 50px 15px;
  text-align: center;
}

#index-section h1 {
  padding-bottom: 15px;
}

p.tagline {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0;
  text-align: center;
}

.consult-div {
  margin: 50px auto 0;
}

.pipe {
  font-size: 25px;
  padding: 0 10px;
}

.consult-div,
a.free-consultation {
  color: #004F6A;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 25px;
}

a.free-consultation:hover {
  color: #900000;
  text-decoration: none;
}

.welcome-phone-link  {
  color: #DA0000;
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-size: 24px;
  font-weight: 500;
}

.welcome-phone-link:hover {
  color: #900000;
  text-decoration: none;
}

/* - - - - - SERVICES SECTION CSS - - - - - */

.services-holder {
  background: url("../images/services-bg.png") repeat;
}

.service-mask {
  background: #F5F5F5;
  height: 10px;
  position: relative;
  top: 10px;
}

.service-column {
  border-top: 10px solid #F5F5F5;
  padding: 20px 0 90px;
  text-align: center;
  -webkit-transition: background 0.3s linear, border 0.3s linear;
  -moz-transition: background 0.3s linear, border 0.35s linear;
  -ms-transition: background 0.3s linear, border 0.3s linear;
  -o-transition: background 0.3s linear, border 0.3s linear;
  transition: background 0.3s linear, border 0.3s linear;
}

.service-column:hover {
  background: #F7F7F7;
  border-top: 10px solid #272727;
}

.service-column img {
  margin: 55px auto 30px;
}

.service-column h2 {
  color: #004F6A;
  font-size: 22px;
  margin-bottom: 24px;
}

.service-column p {
  color: #555;
  font-size: 15px;
  line-height: 1.4;
  margin-bottom: 36px;
}

.service-column .service-button {
  border-radius: 2px;
  bottom: 65px;
  color: #000;
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  font-weight: 400;
  left: 50%;
  padding: 8px 13px;
  position: absolute;
  width: 125px;
  -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);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

/* - - - - - TAGLINE SECTION CSS - - - - - */

#about-our-team {
  background: url("../images/about-our-team-bg.jpg")  no-repeat center center;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.no-gutter {
  padding-left: 0;
  padding-right: 0;
}

.holder {
  position: relative;
}

.box {
  background-color: rgba(0,0,0,0.75);
  display: block;
  margin: 80px auto;
  padding: 34px 30px 40px;
}

.box h3 {
  font-family: 'Roboto', sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.2;
  opacity: 1;
  text-align: left;
}

.red-top {
  color: #DA0000;
}

.white-top {
  color: #FFF;
}

.white-bottom {
  color: #FFF;
}

.box p {
  color: #FFF;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  line-height: 1.4;
  margin-bottom: 20px;
  margin-top: 0;
  text-align: justify;
}

.box-button {
  background: #DA0000;
  color: #FFF;
  display: table-cell;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  font-weight: 400;
  padding: 10px 26px;
  text-decoration: none;
  text-shadow: none;
  -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;
}

.box-button:hover {
  background: #900000;
  color: #FFF;
}

.white-overlay {
  background: rgba(255, 255, 255, .15);
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
}

/* - - - - - AFFILIATIONS SECTION CSS - - - - - */

#affiliations {
  background: #FFF;
  padding: 30px 0;
}

.affiliations-holder {
  text-align: center;
}

.affiliations-holder img {
  display: inline-block;
  margin: 15px 25px;
  vertical-align: middle;
}

/* - - - - - CONSULTATION SECTION CSS - - - - - */

#consultation_index {
  background: #0096CA;
  padding: 60px 10px 50px;
}

#consultation_index h2,
#consultation_index p {
  color: #FFF;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
}

#consultation_index p {
  font-size: 17px;
  font-weight: 400;
  line-height: 24px;
  padding-top: 5px;
}

#consultation_index label {
  color: #FFF;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  margin-bottom: 2px;
}

#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 {
  background: #FFF;
  border: 1px solid #BBB;
  border-radius: 3px;
  color: #333;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  padding-right: 50px;
  position: relative;
  -webkit-transition: background .3s linear;
  -moz-transition: background .3s linear;
  -ms-transition: background .3s linear;
  -o-transition: background .3s linear;
  transition: background .3s linear;
}

#consultation_index input[type="text"]:focus,
#consultation_index input[type="tel"]:focus,
#consultation_index input[type="email"]:focus,
#consultation_index textarea:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

#consultation_index textarea {
  padding: 10px 50px 10px 10px;
}

.addTopMargin {
  margin-top: 20px;
}

.consultation-submit {
  background: #DA0000;
  border: none;
  color: #FFF;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  font-weight: 400;
  margin-top: 30px;
  padding: 10px 26px;
  -webkit-transition: background .3s linear;
  -moz-transition: background .3s linear;
  -o-transition: background .3s linear;
  -ms-transition: background .3s linear;
  transition: background .3s linear;
}

.consultation-submit:hover {
  background: #900000;
}

.consultation-submit:active,
.consultation-submit:focus {
  outline: 0;
  position: relative;
  top: 1px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.glyph-append {
  border-left: 1px solid #CCC;
  color: #fff;
  font-size: 18px;
  padding: 6px 15px 6px 13px;
  position: absolute;
  right: 30px;
  top: 25px;
  width: 29px;
  z-index: 50;
}

/* - - - - - NEWSLETTER SECTION CSS - - - - - */

#newsletter {
  background: #DA0000;
  padding: 55px 0 53px;
}

.newsletter-text {
  color: #FFF;
  font-family: 'Roboto', sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.2;
  margin: 20px 0 20px;
  padding: 0;
  text-align: center;
}

#newsletter input[type="email"] {
  background: #900000;
  border: none;
  border-radius: 0;
  color: #333;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  font-weight: 400;
  margin: 14px auto;
  -webkit-transition: background .3s linear;
  -moz-transition: background .3s linear;
  -o-transition: background .3s linear;
  -ms-transition: background .3s linear;
  transition: background .3s linear;
}

#newsletter input[type="email"]:focus {
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.newsletter-submit {
  background: #1B1B1B;
  border: none;
  color: #FFF;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  font-weight: 400;
  margin: 14px auto;
  padding: 14px 35px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: background .3s linear;
  -moz-transition: background .3s linear;
  -o-transition: background .3s linear;
  -ms-transition: background .3s linear;
  transition: background .3s linear;
}

.newsletter-submit:hover {
  background: #000;
}

.newsletter-submit:active,
.newsletter-submit:focus {
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

#newsletter ::-webkit-input-placeholder {
  color: #666;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  font-weight: 400;
}

#newsletter :-moz-placeholder {
  color: #666;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  font-weight: 400;
}

#newsletter ::-moz-placeholder {
  color: #666;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  font-weight: 400;
}

#newsletter :-ms-input-placeholder {
  color: #666;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.triangle-bg {
  background: #0096CA;
}

.triangle {
  border-color: transparent transparent #DA0000 transparent;
  border-style: solid;
  border-width: 0 150px 30px 150px;
  height: 0;
  margin-left: 50%;
  overflow: none;
  width: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

/* - - - - - START CONTENT SECTION - - - - - */

#content {
  padding: 50px 15px 50px;
}

#content h1.page-title,
#content h2.heading {
  color: #333;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  padding: 0 0 25px;
  text-align: left;
}

#content h1.page-title {
  font-size: 36px;
}

#content h2.heading {
  font-size: 24px;
}

#content h2.heading {
  padding: 10px 0 0;
}

#content p.page-text {
  color: #272727;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  padding: 10px 0;
  text-align: justify;
}

#content img.content-image {
  margin: 0 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 0 2px;
}

#content .list p {
  color: #000;
  font-weight: 400;
}

#content .list a {
  color: #DA0000;
  font-weight: 600;
}

#content .list a:hover {
  color: #900000;
  text-decoration: none;
}

/* - - - - - START SIDEBAR CSS - - - - - */

#sidebar {
  padding: 35px 15px 50px;
  text-align: center;
}

#sidebar h3 {
  color: #004F6A;
  font-family: 'Roboto', sans-serif;
  font-size: 21px;
  font-weight: 500;
  line-height: 1.2;
  padding: 20px 0 18px;
}

.sidebar-section {
  border-bottom: 1px solid #DDD;
  padding-bottom: 25px;
  text-align: center;
}

#sidebar .byf_row:last-child .sidebar-section {
  border-bottom: 0;
}

.sidebar-section img {
  display: block;
  margin: 0 auto;
}

.sidebar-section p {
  font-size: 15px;
  margin-bottom: 10px;
  padding-top: 5px;
  text-align: center;
}

a.sidebar-button {
  background: #DA0000;
  color: #FFF;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 400;
  padding: 9px 26px;
  -webkit-transition: background .3s linear;
  -moz-transition: background .3s linear;
  -o-transition: background .3s linear;
  -ms-transition: background .3s linear;
  transition: background .3s linear;
}

a.sidebar-button:hover {
  background: #900000;
  text-decoration: none;
}

a.sidebar-button:active,
a.sidebar-button:focus {
  color: #FFF;
  position: relative;
  text-decoration: none;
  top: 1px;
}

/* - - - - - FOOTER SECTION CSS - - - - - */

footer {
  background: #1A1A1A;
}

#footer-top {
  padding: 45px 0 25px;
  text-align: left;
}

.footer-column {
  margin-bottom: 25px;
}

#footer-top h2 {
  color: #FFF;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-weight: 500;
  padding-bottom: 8px;
  text-align: left;
}

#footer-top p,
#footer-top a {
  color: #EEE;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
}

#footer-top p {
  line-height: 1.6;
}

#footer-top p:not(.footer-site-name) {
  padding-bottom: 2px;
}

#footer-top p,
#footer-top a {
  font-family: 'Open Sans', sans-serif;
}

#footer-top p.footer-site-name {
  color: #EEE;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 4px;
}

#footer-top a:hover {
  color: #DA0000;
  text-decoration: none;
}

#footer-top i {
  color: #FFF;
  font-size: 14px;
  line-height: 1.2;
}

#footer-top i  {
  width: 24px;
}

#footer-top .sm-holder i {
  width: 30px;
}

#footer-top .fa-map-marker {
  left: 3px;
  position: relative;
}

#footer-top .fa-phone {
  left: 3px;
  position: relative;
}

#footer-top .fa-print {
  left: 1px;
  position: relative;
}

#footer-bottom {
  background: #000;
  padding: 20px 15px 10px;
  text-align: left;
}

.footer-contact p {
  padding: 0;
  text-align: left;
}

#bottom-menu a {
  color: #EEE;
  display: inline-block;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  font-weight: 400;
  margin: 4px 14px 4px;
}

#bottom-menu a:hover {
  color: #DA0000;
  text-decoration: none;
}

#copyright {
  padding: 0 15px;
}

#copyright p {
  color: #EEE;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  line-height: 1.5;
  padding-top: 0;
  text-align: left;
}

#copyright a {
  color: #DA0000;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
}

#copyright a:hover {
  color: #900000;
  text-decoration: none;
}

.byf-logo {
  position: relative;
  right: 1px;
  top: 12px;
}

.icon-container {
  margin-top: 16px;
  text-align: center;
}

.social-media-icon {
  margin: 0 7px;
}

.sm-icon-holder {
  background: #777;
  border-radius: 50%;
  display: inline-block;
  margin: 0 4px;
  padding: 1px 0;
  position: relative;
  -webkit-transition: background .3s linear;
  -moz-transition: background .3s linear;
  -o-transition: background .3s linear;
  -ms-transition: background .3s linear;
  transition: background .3s linear;
}

.sm-icon-holder:hover {
  background: #FFF;
}

/* - - - - - - - - - - - - - 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 {
    margin-top: 0;
    padding-top: 0;
  }

  h3.carousel-heading {
    font-size: 45px;
    line-height: 50px;
  }

  p.carousel-text {
    font-size: 16px;
    line-height: 20px;
    margin: 25px 0 40px;
  }

  a.carousel-button {
    font-size: 16px;
    padding: 14px 18px;
  }

  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right {
    font-size: 35px;
    height: 45px;
    width: auto;
  }

  .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 0 30px;
  }

  a.carousel-button {
    font-size: 14px;
    padding: 12px 16px;
  }

  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right {
    font-size: 35px;
    height: 35px;
    width: auto;
  }

  .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 {
    margin-top: 0;
    padding-top: 0;
  }

  #content {
    padding-bottom: 25px;
    padding-top: 20px;
  }

  #sidebar {
    padding: 0 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) {

  footer .col-xs-12 {
    width: 50%;
  }

  .service-column {
    padding: 0 30px 60px;
    padding-bottom: 60px;
  }

  .service-column .service-button {
    bottom: 50px;
  }

  header {
    padding: 15px 0;
  }

  .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 15px;
  }

  #consultation_index {
    padding: 30px 15px 45px;
  }

  #affiliations {
    padding: 20px 10px;
  }

  #footer-top {
    padding: 55px 15px 35px;
  }

  #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 {
    text-align: center;
    width: 100%;
  }

  ul.nav li.dropdown > ul.dropdown-menu li a:hover {
    background: #272727;
  }

  ul.nav li.dropdown:hover > ul.dropdown-menu li a:hover {
    background: #DA0000;
    color: #FFF;
  }

  .navbar-inverse .navbar-nav > .open > a,
  .navbar-inverse .navbar-nav > .open > a:focus,
  .navbar-inverse .navbar-nav > .open > a:hover {
    background: transparent;
  }

  .navbar-brand {
    display: block;
  }

}

@media (max-width: 585px) {

  footer .col-xs-12 {
    width: 100%;
  }

  #footer-top,
  #footer-top h2,
  #footer-top p,
  #footer-bottom,
  #copyright p {
    text-align: center;
  }

}

@media (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;
}

*/

/* = = = = = = = = = =  END MAIN314.CSS = = = = = = = = = = */