/*!
 * 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: Merriweather,'Helvetica Neue',Arial,sans-serif;
}

hr {
    max-width: 50px;
    border-color: #68B8EC;
    border-width: 3px;
}

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
}

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

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

.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: 'Open Sans','Helvetica Neue',Arial,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: 'Open Sans','Helvetica Neue',Arial,sans-serif;
    font-weight: 700;
    color: #68B8EC;
}

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

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

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

.navbar-default .nav > li.active>a,
.navbar-default .nav>li.active>a:focus {
    color: #68B8EC!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(255,255,255,.7);
    }

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

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

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

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

    .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: #68B8EC;
    }
}

@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: rgba(240,95,64,.9);
    -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: 'Open Sans','Helvetica Neue',Arial,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: #68B8EC;
}

.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: #68B8EC;
    color: #fff;
    background-color: #68B8EC;
    -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: #68B8EC;
    color: #fff;
    background-color: #68B8EC;
}

.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: #68B8EC;
    background-color: #68B8EC;
}

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

.btn {
    border: 0;
    border-radius: 300px;
    text-transform: uppercase;
    font-family: 'Open Sans','Helvetica Neue',Arial,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, a, h1, h2, h3, h4, h5, h6, input, textarea, li {
  font-family: 'Helvetica Neue',Arial,sans-serif;
  color: #24262d;
  letter-spacing: 0.5px;
}

p {
  font-weight: 200;
  font-size: 16px;
}

h1 {

}

h2 {
  font-size: 30px;
  font-weight: 600;
}

h4 {
  font-size: 23px;
}

p.white {
  color: white;
}

h1.page-title {
  font-weight: 200;
  margin-top: 40px;
  margin-bottom: 20px;
}

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

.greyhr {
  border-color: #f2f2f2;
  max-width: 100%;
  border-width: 2px;
}

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

.container-fluid {
  overflow: hidden;
}

#section.nopadding-half {
  padding: 50px 0 0 0;
}

.header-image {
  height: 450px;
}

#mainmenu .active {
  color: #f68026;
}

.breadcrumbs {
  background-color: #E8ECEF;
}

.breadcrumbs-list {
  margin-bottom: 0;
  list-style: none;
  padding: 10px 0;
}

.breadcrumbs-list li {
  color: #f68026;
  font-weight: 200;
  font-size: 15px;
}

#section {
  padding: 100px 0;
}

.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 {
  border-bottom: 3px solid #24262d;
  background-color: #24262d;
}

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

.featured-post-image {
  height: 450px;
}

/* NAVIGATION */
#topsocial {
  float: right;
  margin-top: 0px;
  margin-right: 10px;
  position: relative;
  display: block;
}

.nav.navbar-nav.navbar-right {
  clear: right;
  float: right;
}

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

#company-logo-large {
  width: 200px;
  margin-top: 10px;
}

#company-logo-large.logosmall {
  width: 160px;
}

.nav-social {
  color: #fff;
  padding: 0;
  font-size: 25px;
  margin-top: 12px;
  opacity: 0.8;
}

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

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

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

.navbar.navbar-default.navbar-fixed-top .menu-search, .navbar.navbar-default.navbar-fixed-top.shrink #topsocial {
  display: none;
}

.navbar.navbar-default.navbar-fixed-top.shrink .menu-search {
  display: block;
}

.nav-icon {
  line-height: 10px;
  padding-top: 10px;
}

.nav-icon i {
  font-size: 31px;
}

/* search */
#searchbar {
  display: none;
  float: left;
  width: 100%;
  height: 55px;
  border: 1px solid #d8d8d8;
  padding-left: 25px;
  padding-right: 10px;
  z-index: 9999;
  background-color: rgba(36, 38, 45, 0.8);
  -webkit-box-shadow: -1px 2px 2px rgba(0,0,0,0.2);
  -moz-box-shadow: -1px 2px 2px rgba(0,0,0,0.2);
  box-shadow: -1px 2px 2px rgba(0,0,0,0.2);
  margin-top: 13px;
}

#s {
  display: block;
  width: 88%;
  border: 0;
  outline: none;
  padding: 0;
  height: 55px;
  line-height: 55px;
  font-size: 25px;
  font-weight: 200;
  color: rgba(255,255,255,.7);
  background: transparent;
}

#searchsubmit {
  display: block;
  float: right;
  margin-top: 7px;
  background: none;
  color: #717171;
  border: 0;
  outline: none;
  cursor: pointer;
  color: rgba(255,255,255,.7);
}

.navbar.navbar-default.navbar-fixed-top.shrink .menu-search {
  display: block;
  font-size: 20px;
  margin-top: 13px;
  margin-left: 9px;
  color: rgba(255,255,255,.7);
}

.fa-search {
  cursor: pointer;
}

#searchtoggl i {
  font-size: 24px;
}

#searchbarmobile, #searchtoggle, #searchformmobile {
  display: none;
}

.navbar-toggle {
  border-radius: 0;
}

/* dropdown */
.dropdown-menu.bullet:after {
    width: 0;
    height: 0;
    content: '';
    display: inline-block;
    position: absolute;
    border-color: transparent;
    border-style: solid;
    -webkit-transform: rotate(360deg);
    border-width: 0 6px 6px;
    border-bottom-color: rgba(36, 38, 45, 0.7);
    top: -6px;
    left: 10px;
}

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

.dropdown-menu.bullet:before {
    width: 0;
    height: 0;
    content: '';
    display: inline-block;
    position: absolute;
    border-color: transparent;
    border-style: solid;
    -webkit-transform: rotate(360deg);
    border-width: 0 7px 7px;
    border-bottom-color: #cccccc;
    border-bottom-color: rgba(0, 0, 0, 0.15);
    top: -7px;
    left: 9px;
}

.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: #001541;
}

.dropdown-menu.bullet.pull-center {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: rgba(36, 38, 45, 0.8);
  margin-top: 25px;
}

.dropdown-menu.bullet.pull-center li a {
  padding: 6px 16px;
  color: #fff;
  font-size: 15px;
}

.dropdown-menu.bullet.pull-center li a:hover {
  background-color: #24262d;
}

/* CAROUSEL */
.carousel {
  height: 60%;
}

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

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

.carousel-caption {
  font-family: 'Helvetica Neue',Arial,sans-serif;
  font-size: 45px;
  text-align: left;
  padding-bottom: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: left;
  text-shadow: 0 1px 2px rgba(0,0,0,.6);
  position: relative;
  padding-bottom: 0;
  margin-bottom: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.carousel-caption-sub {
  font-size: 20px;
  font-weight: 100;
  z-index: 10;
  padding-top: 0px;
  padding-bottom: 0px;
  color: #fff;
  text-align: left;
  text-shadow: 0 1px 2px rgba(0,0,0,.6);
  margin: 0 0 25px 0px;
}

.slider-text {
  bottom: 0;
}

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

.about-intro {
  color: #F68026;
  font-weight: 200;
  font-size: 22px;
}

h2.content-heading {
  color: #F68026;
  font-weight: 200;
}

.content-image {
  height: 300px;
}

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

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

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

/* SERVICES */
.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: #F68026;
  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.8);
  width: 100%;
}

.service-heading-background h3 {
  text-align: center;
  padding: 20px 0;
  color: #fff;
  font-weight: 200;
}

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

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

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

.service-image {
  height: 300px;
}

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

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

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

.service-blocks {
  margin-top: 50px;
}

.service-hover {
  cursor: pointer;
}

#section.nopadding-top {
  padding-top: 0;
}

.service-hover img, .blog-img img, .blog-post img, .featured-post-image 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 img:hover, .blog-img img:hover, .blog-post:hover img, .featured-post-image:hover img, .service-card:hover img {
  transform: scale(1.2);
  transition: all 0.3s ease-out 0s;
}

/* BLOG */
#blog {
  padding: 100px 0 100px 0;
}

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

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

.blog-image {
  height: 300px;
}

.blog-overtext .blog-content {
  background-color: transparent;
}

.blog-page.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-content h3 {
  color: #F68026;
}

.featured-post-content {
  background-color: #24262d;
  height: auto;
}

.featured-post .col-md-8.col-sm-6.col-xs-12 {
  padding-right: 0;
}

.featured-post .col-md-4.col-sm-6.col-xs-12 {
  padding-left: 0;
}

.featured-post-content .featured-post-image {
  padding: 50px;
}

.featured-article {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(36, 38, 45, 0.8);
  color: #fff;
  padding: 5px 10px;
  z-index: 2;
  font-weight: 200;
  font-size: 18px;
}

.featured-posted {
  font-style: italic;
  margin-top: 60px;
}

.featured-btn {
  background-color: rgba(255,255,255,.7);
  border-bottom: 3px solid rgba(255,255,255,.7);
  color: #24262d;
  padding: 10px 15px 8px;
}

.featured-btn:hover {
  background-color: #fff;
  border-bottom: 3px solid rgba(255,255,255,.7);
  color: #24262d;
  text-decoration: none;
}

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

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

.grid-wrap  {
  max-width: 84em;
}

.slideshow nav span.nav-close {
  top: 0;
  right: 0;
  padding: 135px 30px;
  color: #fff;
}

.slideshow nav span.nav-prev, .slideshow nav span.nav-next {
  color: #24262d;
}

.info-keys {
  top: 100px;
}

.gallery-modal {
  height: 350px;
}

.info-keys {
  display: none;
}

.gallery-modal .portrait {
  max-height: 100%;
  width: auto !important;
  top: 0 !important;
}

/* SPONSORS */
#sponsors {
  padding: 100px 0;
}

.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;
}

/* NEWSLETTER */
#newsletter {
  background-color: #f68026;
  padding: 10px 0;
}

.newsletter-form {
  margin-top: 11px;
}

.newsletter-text {
  color: #fff;
  font-size: 23px;
  margin: 13px 0;
  font-weight: 200;
}

.newsletter-subscribe {
  background-color: #fff;
  color: #f68026;
  border: 2px solid #fff;
  width: 80%;
  padding: 7px;
  float: left;
  font-size: 16px;
  font-weight: 200;
}

.newsletter-submit {
  border: 2px solid #fff;
  background-color: #f68026;
  color: #fff;
  padding: 7px;
  width: 20%;
  font-size: 16px;
  transition: all .35s;
}

.newsletter-submit:hover {
  background-color: #fff;
  color: #f68026;
}

/* 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: #F68026;
  font-size: 35px;
  display: inline;
}

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

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

.contact-mobile {
  margin-right: 15px;
  color: #F68026;
  font-size: 37px;
  display: inline;
  margin-left: 2px;
}

.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 textarea {
  height: 140px;
}

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

.success {
  margin-top: 31px;
}

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-info-section p {
  font-weight: 400;
}

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

#map {
  height: 500px;
}

/* 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: rgba(255, 255, 255, 0.7);
  list-style: none;
  line-height: 32px;
  font-size: 15px;
}

.footer-info li a {
  color: rgba(255, 255, 255, 1);
}

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

.footer-image {
  height: 400px;
}

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

#map {
  height: 500px;
}

/* TEAM */
#team {
  padding: 100px 0px 100px 0;
}

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

.profile-heading {
  font-weight: 600;
  text-align: center;
  color: #fff;
  margin-bottom: 10px;
  margin-top: 15px;
}

.profile-position {
  font-weight: 200;
  text-align: center;
  color: #fff;
  margin-bottom: 20px;
  margin-top: 10px;
}

.back.profile-heading {
  font-weight: 600;
  text-align: center;
  color: #fff;
}

.back.profile-position {
  font-weight: 200;
  text-align: center;
  color: #fff;
}

.vertical-staff, .horizontal-staff {
  width: 100%;
  text-align: center;
}

.staff-info h4 {
    margin-bottom: 5px;
}

.staff-details i {
  color: #f68026;
  margin-right: 5px;
}

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

.staff-info p.staff-details {
  font-size: 17px;
}

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

.horizontal-staff-info .staff-info p.staff-details {
  margin-bottom: 10px;
}

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);
  -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;
}

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

.newsletter-section {
	background-color: #f68026;
	padding: 50px 0;
}

.mc-name input {
	width: 100%;
	margin-top: 10px;
	border: 1px solid #fff;
	padding: 6px;
}

.mc-email input {
	width: 100%;
	margin-top: 10px;
	border: 1px solid #fff;
	padding: 6px;
}

.mc-submit input {
  width: 100%;
  margin-top: 10px;
  padding: 6px;
  background-color: #525257;
  color: #fff;
  transition: all .2s ease-in-out;
  border-bottom: 3px solid #24262d;
  border-width: 0 0 3px 0;
}

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

#mc_embed_signup input.mce_inline_error {
	border-color: #37302b !important;
}

#mc_embed_signup div.mce_inline_error {
	background-color: #37302b !important;
}

div#mce-success-response {
    clear: both;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
}

.newsletter-section h2 {
  color: #fff;
}

.newsletter-section hr {
  border-color: #24262D;
}

.sliderimage {
  height: 100%;
}

@media Screen and (max-width: 991px) {
  #mainmenu {
    clear: both;
    text-align: center;
    float: none;
  }

  #topsocial {
    margin-top: 30px;
  }

  #topsocial .search-bar {
    display: none;
  }


  /* EARLY MENU */
  .nav > li > a {
    padding: 16px 12px 10px;
	}

	.navbar-header {
    float: none;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }
  .navbar-collapse.collapse {
    display: none!important;
  }
  .navbar-nav {
    float: none!important;
  }
  .navbar-nav>li {
    float: none;
  }
  .navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
  }

 .navbar-collapse.collapse.in {
    display: block!important;
    margin-top: 10px;
  }

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

	.navbar-nav .open .dropdown-menu>li>a, .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 15px;
	}

  #searchtoggl {
    display: none;
  }

  .mobile-search {
    display: inline;
  }

  .mobile-search {
    color: white;
    float: left;
    margin-top: 29px;
    font-size: 24px;
  }

  #searchtoggle, #searchformmobile {
    display: inline;
  }

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

  #searchbarmobile {
    border-top: 1px solid #fff;
    margin-top: 10px;
  }
  /* END EARLY MENU */
}

@media Screen and (max-width: 768px) {
  .navbar-header {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-bottom: 10px;
  }

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

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

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

  #mainNav {
    padding-bottom: 0px;
  }

  .nav-social {
    display: none;
  }

  #searchtoggl {
    display: none;
  }

  .mobile-search {
    color: white;
    float: right;
    margin-top: 29px;
    font-size: 24px;
  }

  #searchbarmobile {
    border-top: 1px solid #fff;
    display: none;
  }

  #searchtoggle, #searchformmobile {
    display: block;
  }

  #topsocial {
    display: none;
  }

  .nav.navbar-nav.navbar-right {
    float: left;
  }

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

  .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus, .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
    color: #f68026;
  }

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

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

  .navbar-default .navbar-nav .open .dropdown-menu>li>a {
    text-align: center;
    color: #fff;
  }

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

  .nav>li {
    display: block;
  }

  .featured-post-content {
    margin-left: 15px;
    margin-right: 0px;
    width: auto;
  }

  .carousel-caption {
    font-size: 40px;
  }
}


/* after implementation */
.container-fluid {
  padding-left: 0;
  padding-right: 0;
}

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

.content-row {
  padding-bottom: 40px;
  padding-top: 40px;
}

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

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

h2.section-heading, h2.section-heading p  {
  font-size: 30px;
  font-weight: 600;
  color: #24262d;
}

.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: 50px;
  padding-top: 50px;
}

.gallery-image {
  height: 220px;
}

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

#mainNav {
  webkit-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.2);
}

.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;
}

.navbar.navbar-default.navbar-fixed-top.shrink #searchtoggl .menu-search {
  font-size: 20px;
}

#blog a:hover, .featured-post a:hover {
  text-decoration: none;
}

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

.breadcrumb {
  margin-bottom: 0;
  margin-top: 0;
  list-style: none;
  padding: 10px 0;
  background-color: transparent;
}

.vert-staff-wrapper {
  padding-top: 40px;
  padding-bottom: 40px;
}

.contact-page {
  margin-bottom: 50px;
}

.featured-post .blog-post-meta {
  color: #fff;
}

.featured-post .blog-post-meta a {
  color: #fff;
  font-style: italic;
}

.featured-post:hover img {
  transform: scale(1.2);
  transition: all 0.3s ease-out 0s;
}

.featured-post 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;
}


.gallery-modal img.portrait {
  left: 50% !important;
  transform: translateX(-50%);
}

.slideshow li {
  width: 750px;
  height: 700px;
  margin: -280px 0 0 -363px;
}

.gallery-modal {
  height: 100%;
}


@media (max-width: 991px) {
  .slideshow li {
    width: 100%;
    margin: 200px 0 0 0;
    left: 0;
    top: 0;
  }

  .slideshow li.show {
    opacity: 0;
  }

  .slideshow li.show.current {
    opacity: 1;
  }
}


/* ALTERNATIVE HOME PAGE */
.topnav-bg {
  padding: 0px 0 9px;
}

.navbar.navbar-default.navbar-fixed-top {
  position: relative;
}

.topnav-contact a, .topnav-contact {
  padding-top: 15px;
  font-size: 15px;
}

.topnav-contact a:hover {
  text-decoration: none;
  opacity: 0.8;
}

.topnav-contact i:last-child {
  margin-left: 20px;
}

.navbar.navbar-default.navbar-fixed-top {
  margin-bottom: 10px;
}

.nav.navbar-nav.navbar-right {
  margin-top: 30px;
}

.nav-social {
  font-size: 22px;
}

#services {
  padding: 100px 0;
}

.fa-circle {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  text-align: center;
  line-height: 100px;
  vertical-align: middle;
  padding: 30px;
}

.fa-circle {
  font-size: 130px;
  margin-top: -15px;
}

.icon-background {
  color: #fff;
}

.fa-random {
  color: #24262d;
}

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

.service-head {
  color: #F68026;
  font-weight: 200;
  font-size: 30px;
  line-height: 70px;
}

#blog {
  padding: 0;
}

.blog-alternate {
  height: 300px;
}

#sponsors {
  padding: 100px 0;
}

.blog-overtext {
  position: absolute;
  width: 100%;
  top: 40%;
}

.blog-overtext .blog-title, .blog-overtext .blog-content {
  color: #fff;
  text-align: center;
}

.blog-overtext .blog-content {
  padding-top: 20px;
}

#s {
  color: #24262d;
}

#searchbar {
  margin-top: 20px;
}

.navbar.navbar-default.navbar-fixed-top.altshrink {
  position: fixed;
}

#company-logo-large {
  width: 220px;
  margin-top: 20px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

#company-logo-large.logosmall {
  width: 160px;
}

.alternate-service .service-text {
  background-color: transparent;
  border-width: 0;
}

.carousel-example-generic {
  margin-top: -160px;
}

#slides {
  position: absolute;
}

.alternate-service i {
  color: #fff;
  font-size: 80px;
}

.navbar.navbar-default.navbar-fixed-top {
  box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.2);
}

.blog-alternate 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;
}

.blog-alternate img:hover {
  transform: scale(1.2);
  transition: all 0.3s ease-out 0s;
  cursor: pointer;
}

.carousel-indicators {
  display: none;
}

.carousel-caption .carousel-background {
  bottom: 20px;
}

.blog-overtext {
  height: 100%;
  width: 100%;
  top: 0;
}

.blog-overtext .blog-title {
  position: absolute;
  right: 50%;
  top: 50%;
  transform: translateX(50%) translateY(-50%);
}

.blog-overtext .blog-content {
  bottom: 0;
  position: absolute;
  right: 50%;
  transform: translateX(50%);
}

#services a i, #blog 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;
}

#services a:hover i, #blog a:hover img {
  transform: scale(1.2);
  transition: all 0.3s ease-out 0s;
  cursor: pointer;
}

.topmargin {
  margin-top: 80px;
}

.navbar-fixed-top  {
     -webkit-backface-visibility: hidden;
     -moz-backface-visibility: hidden;
     backface-visibility: hidden;
}

.newsletter-section h2 {
  color: #fff;
}

.gallery-image {
  height: 220px;
}

.galleryimgwrapper {
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 10px;
}

.lg-sub-html h4 {
  margin: 0;
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  line-height: 20px;
  padding: 0 40px;
}

.lg-backdrop {
  background-color: rgba(0, 0, 0, 0.9);
}

.blog-entry.content-section {
  padding-bottom: 50px;
}

.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;
}

/* English Redirect Button */
.english-redirect {
  display: inline-block;
}
.english-redirect .language-button {
  font-family: Merriweather,'Helvetica Neue',Arial,sans-serif;
  font-weight: bold;
  padding: 0px;
  background-color: transparent;
  color: #68B8EC;
  border: none;
}
.english-redirect .language-button:hover, .english-redirect .language-button:focus {
  color: #94C6E6;
}
.HailList .service-card {
    padding: 3px;
    height: 305px;
}
/* Staff Page Styles */
.userform-progress-section {
  margin-bottom: 40px;
}
.staff-info {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
}
.staff-tiles .service-card {
  padding: 0px 15px 30px 15px;
}
#filters .button {
  font-family: 'Helvetica Neue',Arial,sans-serif;
  letter-spacing: 0.5px;
  width: 100%;
  display: block;
  text-align: left;
  border: 0px;
  padding: 16px 22px;
  cursor: pointer;
  z-index: 2;
  font-size: 16px;
  text-decoration: none;
  color: #ffffff;
  background-color: #001541;
  margin: 2px 0;
  -webkit-transition: all .35s ease;
  -o-transition: all .35s ease;
  -moz-transition: all .35s ease;
  transition: all .35s ease;
}
#filters .button:hover, #filters .button:focus, #filters .button:active, #filters .is-checked {
  color: #fff;
  background-color: #68B8EC;
  box-shadow: none
}
/* Enrolment Form */
.userform-progress .progress {
  margin-left: 5px;
  margin-right: 5px;
}
.userform-progress .progress-bar {
  height: 2em;
}
.userform-progress .step-buttons {
  margin-top: -42px;
}
.userform-progress .step-button-jump {
  opacity: 1;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  border: none;
  color: #FFF;
  font-weight: 500;
}
.userform-progress .step-button-wrapper.viewed .step-button-jump {
  opacity: 1;
  background-color: #666;
}
.progress-title {
  margin-bottom: 0px;
}
.userform .left {
  margin-bottom: 5px;
  font-weight: normal;
  font-family: 'Helvetica Neue',Arial,sans-serif;
}
.form-control {
  background-color: #EEE;
  background-image: none;
  border: none;
  border-radius: 4px;
}
#UserForm_Form_EditableTextField_3ff2f.countrydropdown.dropdown {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555;
  background-color: #EEE;
  background-image: none;
  border: none;
  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,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
input.date-alt {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  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,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
#UserForm_Form .userformsgroup, #UserForm_Form fieldset {
  border: none;
  margin: 0px;
  padding: 0px;
  margin-left: -5px;
  margin-right: -5px;
}
#UserForm_Form fieldset.userformsgroup .field.text, #UserForm_Form fieldset .field.textarea, #UserForm_Form fieldset .field.dropdown {
  margin-bottom: 25px;
}
ul.step-buttons {
  padding-left: 0px;
}
.step-button-wrapper button {
  background-color: #68B8EC;
  border: none;
  color: #fff;
  font-size: 14px;
  line-height: 16px;
}
.step-navigation .step-button-wrapper button {
  padding: 10px 20px;
}
#UserForm_Form_action_process {
  padding: 10px 20px;
  margin-right: 0px;
  border-radius: 0px;
  background-color: #68B8EC;
  border: none;
  color: #fff;
  background-color: #001541;
  text-transform: none;
  font-size: 14px;
  line-height: 16px;
  font-weight: normal;
}
.bs-callout-info {
  border-left-color: #68B8EC;
}
.bs-callout .middleColumn.literalFieldArea {
  padding: 20px;
  margin: 20px 0;
  border: 1px solid #eee;
  border-left-width: 5px;
  border-radius: 3px;
  border-left-color: #68B8EC;
  padding-bottom: 0px;
}
.bs-callout .middleColumn.literalFieldArea p {
  font-size: 15px;
}
.hail-wrapper {
  overflow: hidden;
  display: block;
  position: relative;
}
.house-title {
    margin-top: 100px;
}
@media (max-width: 768px) {
    .house-title {
        margin-top: 10px;
    }
}
