/*!
 * Start Bootstrap - Creative Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

html,
body {
    width: 100%;
    height: 100%;
}

body {
    font-family: "museo-sans",sans-serif;
}

hr {
    max-width: 50px;
    border-color: #FB544E;
    border-width: 6px;
    margin-top: 15px;
}

a {
    color: #FB544E;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

a:hover,
a:focus {
    color: #FB544E;
}

p {
    margin-bottom: 20px;
    font-size: 17px;
    line-height: 1.5;
}

.bg-dark {
    color: #fff;
    background-color: #222;
}

.text-faded {
    color: rgba(255,255,255,.7);
}

aside {
    padding: 50px 0;
}

.no-padding {
    padding: 0;
}

.navbar-default {
    border-color: rgba(34,34,34,.05);
    font-family: "museo-sans",sans-serif;
    background-color: #fff;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.navbar-default .navbar-header .navbar-brand {
    text-transform: uppercase;
    font-family: "museo-sans",sans-serif;
    font-weight: 700;
    color: #FB544E;
}

.navbar-default .navbar-header .navbar-brand:hover,
.navbar-default .navbar-header .navbar-brand:focus {
    color: #FB544E;
}

.navbar-default .nav > li>a,
.navbar-default .nav>li>a:focus {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    color: #222;
}

#mainNav .navbar-nav a.section {
  color: #FB544E;
}

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

.navbar-default .nav > li.active>a,
.navbar-default .nav>li.active>a:focus {
    color: #FB544E!important;
    background-color: transparent;
}

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

@media(min-width:768px) {
    .navbar-default {
        border-color: rgba(255,255,255,.3);
        background-color: transparent;
    }

    .navbar-default .navbar-header .navbar-brand {
        color: rgba(255,255,255,.7);
    }

    .navbar-default .navbar-header .navbar-brand:hover,
    .navbar-default .navbar-header .navbar-brand:focus {
        color: #fff;
    }

    .navbar-default .nav > li>a,
    .navbar-default .nav>li>a:focus {
        color: rgba(0,0,0,1);
    }

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

    .navbar-default.affix {
        border-color: rgba(34,34,34,.05);
        background-color: #fff;
    }

    .navbar-default.affix .navbar-header .navbar-brand {
        font-size: 14px;
        color: #FB544E;
    }

    .navbar-default.affix .navbar-header .navbar-brand:hover,
    .navbar-default.affix .navbar-header .navbar-brand:focus {
        color: #FB544E;
    }

    .navbar-default.affix .nav > li>a,
    .navbar-default.affix .nav>li>a:focus {
        color: #222;
    }

    .navbar-default.affix .nav > li>a:hover,
    .navbar-default.affix .nav>li>a:focus:hover {
        color: #FB544E;
    }
}

@media(min-width:768px) {

    header .header-content {
        position: absolute;
        top: 50%;
        padding: 0 50px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    header .header-content .header-content-inner {
        margin-right: auto;
        margin-left: auto;
        max-width: 1000px;
    }

    header .header-content .header-content-inner p {
        margin-right: auto;
        margin-left: auto;
        max-width: 80%;
        font-size: 18px;
    }
}

.section-heading {
    margin-top: 0;
}

.portfolio-box {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 650px;
}

.portfolio-box .portfolio-box-caption {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    opacity: 0;
    background: #FB544E;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    transform: translateY(-50%);
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    padding: 0 15px;
    font-family: "museo-sans",sans-serif;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    font-size: 18px;
}

.portfolio-box:hover .portfolio-box-caption {
    opacity: 1;
}

@media(min-width:768px) {
    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
        font-size: 16px;
    }

    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
        font-size: 22px;
    }
}

.call-to-action h2 {
    margin: 0 auto 20px;
}

.text-primary {
    color: #FB544E;
}

.no-gutter > [class*=col-] {
    padding-right: 0;
    padding-left: 0;
}

.btn-default {
    border-color: #fff;
    color: #222;
    background-color: #fff;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    border-color: #ededed;
    color: #222;
    background-color: #f2f2f2;
}

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

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

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

.btn-primary {
    border-color: #FB544E;
    color: #fff;
    background-color: #FB544E;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

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

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

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    border-color: #FB544E;
    background-color: #FB544E;
}

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

.btn {
    border: 0;
    border-radius: 300px;
    text-transform: uppercase;
    font-family: "museo-sans",sans-serif;
    font-weight: 700;
}

.btn-xl {
    padding: 15px 30px;
}

::-moz-selection {
    text-shadow: none;
    color: #fff;
    background: #222;
}

::selection {
    text-shadow: none;
    color: #fff;
    background: #222;
}

img::selection {
    color: #fff;
    background: 0 0;
}

img::-moz-selection {
    color: #fff;
    background: 0 0;
}

body {
    webkit-tap-highlight-color: #222;
}

/**********************************************************************************/
/**********************************         ***************************************/
/******************************                  **********************************/
/***************************         CUSTOM         *******************************/
/******************************                  **********************************/
/**********************************         ****************************************/
/**********************************************************************************/

/* SITE WIDE */
p, h1, h2, h3, h4, h5, h6, input, textarea, li {
  font-family: "museo-sans",sans-serif;
  color: #24262d;
  font-weight: 200;
}

h1 {

}

h2 {
  font-size: 26px;
  font-weight: 800;
  color: #FB544E;
  text-transform: uppercase;
  margin-bottom: 10px;
}

h3 {
  color: #FB544E;
  text-transform: uppercase;
  font-weight: 800;
}
h3, .h3 {
    font-size: 21px;
}

.light-text {
  font-weight: 200;
}

hr.dark {
    border-color: #FB544E;
}

.hr-full-width {
  max-width: 100%;
  border-width: 1px;
  border-color: #FB544E;
}

.hr-full-width-dark {
  border-width: 1px;
  border-color: #24262d;
  max-width: 100%;
}

.bg-primary {
  background-color: #E8ECEF;
}

.nopadding {
  padding-left: 0;
  padding-right: 0;
}

.header-image {
  height: 500px;
  margin-top: 75px;
}

.content-section {
  padding: 30px 0 100px 0;
}

.page-title {
  font-size: 36px;
  font-weight: 800;
  color: #24262d;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.btn-primary {
  background-color: #525257;
  border-bottom: 3px solid #24262d;
  border-width: 0 0 3px;
  color: #fff;
  padding: 10px 0 10px 20px;
}

.btn-primary:hover {
  background-color: #24262d;
  border-bottom: 3px solid #24262d;
}

/* NAVIGATION */
.navbar-default {
  background-color: rgba(36, 38, 45, 0.8);
  border-bottom-width: 0;
  padding: 10px 0;
}

.nav-logo {
  height: 50px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.navbar-default .nav > li .active {
  color: #FB544E;
}

.nav-social {
  color: #fff;
  padding: 0 3px;
  font-size: 27px;
  margin-top: 12px;
  opacity: 0.8;
  line-height: 49px;
}

.nav-social:hover {
  opacity: 1;
}

.navbar-default .nav > li>a, .navbar-default .nav>li>a:focus {
  font-size: 16px;
  letter-spacing: 0px;
}

.nav.navbar-nav {
    margin-top: 17px;
}
#topnav-number {
  margin-left: 10px;
  font-size: 17px;
  letter-spacing: 0.5px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 25px;
  background-color: #4F4C4B;
  -webkit-transition: all .35s;
  -moz-transition: all .35s;
  transition: all .35s;
}
#topnav-number:hover {
  background-color: #FB544E;
}
#topnav-number i.fa-circle {
  -webkit-transition: all .35s;
  -moz-transition: all .35s;
  transition: all .35s;
}
#topnav-number:hover i.fa-circle {
  color: #4F4C4B;
}
#topnav-number a {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 10px;
  padding-right: 15px;
  color: #FFF;
}
#topnav-number a i.fa-phone {
  margin-right: 5px;
}
#topnav-number a i.fa-circle {
  margin-right: 5px;
  color: #FB544E;
}
.topnav-number-sm {
  font-size: 17px;
  letter-spacing: 0.5px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 25px;
  background-color: #4F4C4B;
  -webkit-transition: all .35s;
  -moz-transition: all .35s;
  transition: all .35s;
}
.navbar-toggle {
  border-radius: 0;
}



.dropdown-menu.bullet.pull-center:before {
    left: auto;
    right: 50%;
    margin-right: -7px;
}

.dropdown-menu.pull-center {
    right: -50%;
    left: auto;
    margin-right: 20px;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
  background-color: transparent;
  color: #FB544E;
}
.dropdown-menu.bullet.pull-center {
  padding: 0px;
  background-color: #FB544E;
  margin-top: 25px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.dropdown-menu.bullet.pull-center li a {
  padding: 6px 16px;
  color: #F7EAE8;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  text-align: center;
}

.dropdown-menu.bullet.pull-center li a:hover {
  background-color: rgb(189, 51, 35);
  color: #fff;
}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
    text-decoration: none;
    color: #fff;
    background-color: #FB544E;
}
/* CAROUSEL */
.carousel {
  height: 60%;
}

.fill {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}

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

.carousel-background {
  background-color: transparent;
  position: absolute;
  bottom: 150px;
  text-align: left;
  width: 100%;
}

.carousel-caption-title, h1.carousel-caption-title {
  font-family: "museo-sans",sans-serif;
  font-size: 60px;
  line-height: 66px;
  text-transform: uppercase;
  font-weight: 800;
  text-align: center;
  padding-bottom: 30px;
  margin-top: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-shadow: 0 0px 50px rgba(0,0,0,.5);
  position: relative;
  padding-bottom: 0;
  margin-bottom: 0;
}

.carousel-caption-sub {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 1px;
  z-index: 10;
  padding-top: 0px;
  padding-bottom: 0px;
  color: #fff;
  text-align: center;
  font-style: italic;
  text-shadow: 0 0px 50px rgba(0,0,0,.5);
  margin: 0px;
}

.slider-text {
  bottom: 0;
}

/* ABOUT */
#about {
  padding: 100px 0;
}

.button-wrapper {
  margin-top: 40px;
}

#about .btn-primary {
  background-color: #4F4C4B;
  border-width: 0 0 3px 0;
  border-bottom: 3px solid #24262d;
  color: #fff;
  padding: 10px 60px;
}

.button-wrapper {
  margin-top: 30px;
}

#about .btn-primary {
  background-color: #4F4C4B;
  border: none;
  color: #fff;
  padding: 15px 30px;
  border-radius: 30px;
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}

#about .btn-primary:hover {
  background-color: #24262d;
  border: none;
  text-decoration: none;
}

/* SERVICES */
#services {
  padding-top: 0;
}

.services-flip {
  height: 300px;
}

.service-card {
  padding-left: 0;
  padding-right: 0;
}

.service-box.back {
  position: absolute;
  text-align: center;
  width: 100%;
  padding: 30px;
  background-color: #FB544E;
  height: 100%;
}

.service-heading {
  color: #fff;
  font-size: 30px;
}

.service-text {
  color: #fff;
}

.service-heading-background {
  position: absolute;
  bottom: 0px;
  background-color: rgba(36, 38, 45, 0.9);
  width: 100%;
}

.service-heading-background h3 {
  text-align: center;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 22px;
}

.service-blocks {
  margin-top: 30px;
}
.staff-img-wrapper {
    overflow: hidden;
}
.service-image {
  height: 300px;
}

.service-text {
  border-left: none;
  border-right: none;
  border-bottom: none;
  background-color: rgba(36, 38, 45, 1);
  padding: 20px;
}

.service-blocks h3 {
  margin-top: 0;
  color: #FB544E;
}

.service-blocks p {
  font-weight: 200;
  color: #fff;
}

.service-hover img, .blog-img img, .blog-post img, .service-card img {
  transform: scale(1);
  -ms-transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  opacity: 1;
}

.service-hover:hover img, .blog-img img:hover, .blog-post:hover img, .service-card:hover img {
  transform: scale(1.2);
  transition: all 0.3s ease-out 0s;
}
.service-hover .service-heading-background, .service-card .service-heading-background {
  border-width: 0 0 3px 0;
  border-bottom: 3px solid #24262d;
  border: none;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  transition: all .6s;
}
.service-hover:hover .service-heading-background, .service-card:hover .service-heading-background {
  box-shadow: inset 0 -100px 0 0 #24262D;
  border: none;
  -webkit-transition: all .35s;
  -moz-transition: all .35s;
  transition: all .35s;
}
.content-section h2 {
  margin-top: 0px;
}
/* BLOG */
#blog {
  padding: 0 0 100px 0;
}

.blog-img {
  height: 250px;
  border-bottom: 5px solid #FB544E;
}

.blog-title {
  font-size: 25px;
  font-weight: 600;
  line-height: 20px;
  padding-top: 10px;
}

.blog-image {
  height: 300px;
}

.blog-content {
  border-left: 2px solid #e0dede;
  border-right: 2px solid #e0dede;
  border-bottom: 2px solid #e0dede;
  background-color: #f4f3f3;
  padding: 20px;
}

.blog-date {
  font-size: 13px;
  font-style: italic;
}

.blog-post .btn-primary {
  margin-bottom: 30px;
}

.blog-post {
  margin-bottom: 30px;
}

/* GALLERY */
#gallery {
  padding: 100px 0;
}

.owl-prev {
  position: absolute;
  top: 50%;
  left: -25px;
}

.owl-next {
  position: absolute;
  top: 50%;
  right: -25px;
}

.owl-next i, .owl-prev i {
  color: #24262d;
}

/* SPONSORS */
#sponsors {
  padding-top: 100px;
  padding-bottom: 60px;
}

.owl-item .item a img {
  transform: scale(1);
  -ms-transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  opacity: 1;
}

.owl-item .item a img:hover {
  transform: scale(1.1);
  transition: all 0.3s ease-out 0s;
}

/* CONTACT */
#contact {
  padding: 50px 0 100px 0;
}

.map-section {
  height: 400px;
}

.contact-info-section div {
  margin-bottom: 17px;
}

.contact-info-section, .contact-form {
  margin-top: 30px;
}

.contact-marker {
  margin-right: 15px;
  color: #FB544E;
  font-size: 35px;
  display: inline;
}

.contact-envelope {
  margin-right: 15px;
  color: #FB544E;
  font-size: 20px;
  display: inline;
}

.contact-phone {
  margin-right: 15px;
  color: #FB544E;
  font-size: 26px;
  display: inline;
}

.contact-mobile {
  margin-right: 15px;
  color: #FB544E;
  font-size: 36px;
  display: inline;
  margin-left: 2px;
  vertical-align: middle;
}

.contact-address {
  display: inline;
}

.contact-form input, .contact-form textarea {
  width: 100%;
  margin-bottom: 10px;
  border: 2px solid #e0dede;
  background-color: #f4f3f3;
  padding: 10px;
  color: #24262d;
  border-radius: 0;
}
.contact-form #Form_ContactForm_action_submit {
  background-color: #4F4C4B;
  border: none;
  color: #fff;
  padding: 15px 30px;
  border-radius: 30px;
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  box-shadow: inset 0 0 0 0 #24262D;
  -webkit-transition: all ease 0.7s;
  -moz-transition: all ease 0.7s;
  transition: all ease 0.7s;
}
.contact-form #Form_ContactForm_action_submit:hover, .contact-form #Form_ContactForm_action_submit:focus {
  background-color: #24262d;
  border: none;
  text-decoration: none;
  box-shadow: inset 0 -100px 0 0 #24262D;
}

.contact-form textarea {
  height: 140px;
}

.smallpadding {
  padding-left: 5px;
  padding-right: 5px;
}

input.btn-primary {
  background-color: #525257;
  border-width: 0 0 3px 0;
  border-bottom: 3px solid #24262d;
  color: #fff;
}

input.btn-primary:hover {
  background-color: #24262d;
  border-bottom: 3px solid #24262d;
}

.contact-image {
  height: 500px;
}

.map-container {
  height: 500px;
  overflow: hidden;
}

/* FOOTER */
#footer {
  background-color: #24262d;
  padding: 50px 0;
}

.footer-social, .footer-info-social li {
  color: #fff;
  display: inline;
  list-style: none;
  font-size: 35px;
}

.footer-info-social, .footer-info {
  text-align: center;
}

.footer-info li {
  color: rgb(255, 255, 255);
  list-style: none;
  line-height: 32px;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: .5px;
  text-transform: uppercase;
}

.footer-info li a {
  color: #FB544E;
  list-style: none;
  line-height: 32px;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: .5px;
  text-transform: uppercase;
}

.footer-info li a:hover {
  color: #FB544E;
  text-decoration: none;
  opacity: 1;
}

.footer-info-social, .footer-info {
  padding-left: 0;
}

#map {
  height: 700px;
}

/* LOG IN */
#MemberLoginForm_LoginForm {
  margin-top: 50px;
}

#MemberLoginForm_LoginForm fieldset {
  border: 0;
}

#MemberLoginForm_LoginForm_Remember {
  width: 13px;
  margin-top: -15px;
}

/* EXTRA AFTER INPLEMENTATION */
.container-fluid {
  padding-left: 0;
  padding-right: 0;
}

.nav li a.current {
  color: #FB544E;
}

.service-section {
  margin-bottom: 50px;
}

.content-row {
  margin-bottom: 40px;
}

.service-page .full-width-text {
  padding-left: 0;
}

.service-page .padding-left {
  padding-left: 15px;
}

#About h2.section-heading, #About h2.section-heading p, h2.section-heading, h2.section-heading p  {
  font-size: 30px;
  font-weight: 800;
  color: #24262d;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.contact-form input, .contact-form textarea {
  margin-top: 0;
  text-transform: initial;
}

.blog-post:hover {
  cursor: pointer;
}

.nav .section {
  margin-top: 0;
  margin-bottom: 0;
}

.blog-container, .gallery-container {
  padding-left: 0;
  padding-right: 0;
}

.nav-social:hover {
  cursor: pointer;
}

.portfolio-item {
  margin-bottom: 30px;
}

#gallery {
  padding-bottom: 0;
  padding-top: 50px;
}

.gallery-image {
  height: 220px;
}

.no-header-img {
  height: 80px;
}

#mainNav {
}

.anchor {
  display: block;
  position: relative;
  top: -87px;
  visibility: hidden;
}

.row-anchor {
  display: block;
  position: relative;
  top: -87px;
  visibility: hidden;
}

ul {
  padding-left: 25px;
}

ul li {
  font-size: 15px;
}

.nav.navbar-nav li a.social-link {
  padding: 0;
}

.sliderimage {
  height: 100%;
}

.btn-primary, .button {
  display: inline-block;
  text-align: center;
  cursor: pointer;
  box-shadow: inset 0 0 0 0 #24262D;
  -webkit-transition: all ease 0.7s;
  -moz-transition: all ease 0.7s;
  transition: all ease 0.7s;
  font-weight: 400;
}

.btn-primary:hover, .button:hover {
  box-shadow: inset 0 -100px 0 0 #24262D;
}

.success {
  margin-top: 31px;
}

/* Fade transition for carousel items */
.carousel .item {
    left: 0 !important;
      -webkit-transition: opacity .7s;
         -moz-transition: opacity .7s;
           -o-transition: opacity .7s;
              transition: opacity .7s;
}
.carousel-control {
    background-image: none !important;
}

.next.left,
.prev.right {
    opacity: 1;
    z-index: 1;
}
.active.left,
.active.right {
    opacity: 0;
    z-index: 2;
}
/******************************/
.staff-info h4 {
  margin-bottom: 5px;
  font-size: 23px;
  font-weight: 700;
  text-transform: uppercase;
}

.staff-details i {
  color: #FB544E;
  margin-right: 5px;
  min-width: 25px;
}

.staff-details i:last-child {
  margin-left: 15px;
}

.staff-info p.staff-details {
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 5px;
  margin-top: 0px;
}

.vertical-staff .staff-info p.staff-details {
  margin-bottom: 0;
}

.horizontal-staff-info .staff-info p.staff-details {
  margin-bottom: 10px;
}
/* staff phone and email links */
.staff-details a, .staff-details a:hover {
	color: #FB544E;
}
.greyhr {
    border-color: #E2E2E2;
    max-width: 100%;
    border-width: 2px;
}
hr.staffhr {
  max-width: 100%;
  border-width: 1px;
  margin-top: 10px;
  margin-bottom: 15px;
}

.staff-img-wrapper img {
  transform: scale(1);
  -ms-transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  opacity: 1;
}

.staff-img-wrapper:hover img {
  transform: scale(1.08);
  transition: all 0.3s ease-out 0s;
}

.navbar-default .navbar-toggle {
    border: none;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: transparent;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #FB544E;
}
.navbar-toggle .icon-bar {
    width: 22px;
    height: 4px;
}


.page-scroll-btn {
  position: inherit;
  bottom: 100px;
  z-index: 5;
  text-align: center;
}
.btn-circle {
  width: 65px;
  height: 65px;
  margin-top: 15px;
  padding: 5px 0px;
  background-color: #FB544E;
  border-radius: 35px;
  font-size: 55px;
  line-height: 1;
  color: #fff;
  border-width: 0 0 3px 0;
  border-bottom: 3px solid #24262d;
  border: none;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.btn-circle:hover, .btn-circle:focus {
  background-color: #FB544E;
  box-shadow: inset 0 -100px 0 0 #24262D
}
.dropdown-menu {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.page-scroll-btn i {
    font-weight: 600;
    color: #fff;
}
.anchor {
  display: block;
  position: relative;
  top: -76px;
  visibility: hidden;
}
#about p {
  font-size: 18px;
  line-height: 30px;
}
.show-xs {
  display: none;
  margin-right: 15px;
}
#MemberLoginForm_LoginForm fieldset, #MemberLoginForm_LostPasswordForm fieldset {
  border: none;
  margin: 0px;
  padding: 0px;
}
#MemberLoginForm_LoginForm_Remember {
  margin-top: -15px;
}
#MemberLoginForm_LoginForm_Password, #MemberLoginForm_LoginForm_Email, #MemberLoginForm_LostPasswordForm_Email {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  margin-bottom: 10px;
}
#MemberLoginForm_LoginForm_action_dologin, #MemberLoginForm_LostPasswordForm_action_forgotPassword {
  display: inline-block;
  text-align: center;
  cursor: pointer;
  box-shadow: inset 0 0 0 0 #FB544E;
  -webkit-transition: all ease 0.7s;
  -moz-transition: all ease 0.7s;
  transition: all ease 0.7s;
  font-weight: 400;
  background-color: #FB544E;
  border-bottom: 3px solid #FB544E;
  border-width: 0 0 3px;
  color: #fff;
  padding: 10px 30px 10px 30px;
  text-decoration: none;
  border-color: #FB544E;
  -webkit-transition: all .35s;
  -moz-transition: all .35s;
  transition: all .35s;
}
.service-text ul li {
    color: #fff;
}
@media Screen and (max-width: 1300px) {
    .header-image {
        height: 300px;
    }
}
@media Screen and (min-width: 768px) {

}
@media Screen and (max-width: 991px) {
  .nav.navbar-nav {
    margin-top: 15px;
  }
  .nav>li>a {
    padding: 10px 10px;
  }
  .navbar-default .nav > li>a, .navbar-default .nav>li>a:focus {
    font-size: 15px;
  }
  #topnav-number a {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 6px;
    padding-right: 10px;
  }
  .nav-logo {
    height: 40px;
  }
  .navbar-default {
    padding: 5px;
  }
  .dropdown-menu.bullet.pull-center {
    margin-top: 30px;
  }
}
@media Screen and (max-width: 767px) {
  .show-xs {
    display: inline-block;
  }
  .navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-top: 2px solid #EFEFEF;
  }
  .dropdown-menu.bullet.pull-center li a {
    text-align: left;
  }
  .carousel-caption-title, .carousel-caption-sub {
    display: none;
  }
  .nav-logo {
    margin-top: 14px;
    margin-bottom: 6px;
  }
  #topnav-number, #topnav-number:hover {
    background-color: transparent;
    margin-left: 0px;
  }
  #topnav-number a {
    color: #24262d;
    padding: 10px 10px;
  }
  #topnav-number a .fa-stack {
    display: none;
  }
  .navbar-header {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-bottom: 10px;
  }

  .navbar-toggle {
    margin-top: 12px;
  }

  .navbar-collapse.collapse.in {
    background-color: #FFF;
  }

  .navbar-collapse.collapse.in a {
    color: #24262d;
  }

  #mainNav {
    padding-bottom: 0px;
  }

  .nav-social {
    display: none;
  }

  .dropdown-menu.bullet.pull-center {
    margin-top: 0;
  }

  .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus, .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
    color: #FB544E;
  }
  .dropdown-menu.bullet.pull-center {
    background-color: rgba(255, 255, 255, 1);
  }
  .dropdown-menu.bullet:before, .dropdown-menu.bullet:after {
    border-bottom-color: transparent;
    border-bottom-color: rgba(0, 0, 0, 0.0);
    display: none;
  }
  .navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: #777;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
  }
}
