@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700);
/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {
}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
}


/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {
}

body, html {
    max-width: 100%;
    overflow-x: hidden !important;
    font-family: 'Open Sans', sans-serif;
    /* margin-top:120px; */   
}

body {
  padding-top: 120px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

p, span, dt, dd, h1, h2, h3, h4, h5, h6, li, a {
  font-family: 'Open Sans', sans-serif;
    
}

.btn-custom {
    border-radius: 0px;
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: uppercase;
    outline: none;
}

.underline {
    background-color: #337ab7;
    height: 10px;
    width: 60px;
    margin: 0;
}

.und-center {
    margin: 10px auto !important;
}


.bulletPoint {
    border: 1px solid black;
    background: #333333;
}

.bg-blue-grad {
  background-image: linear-gradient(-209deg, #337AB7 0%, #032747 100%);
}

.text-blue-grad {
  color: linear-gradient(-209deg, #337AB7 0%, #032747 100%);
}
section {
  padding:0px 0 30px 0;
}

@media (max-width:767px) {
  body {
    padding-top:95px
  }
}

@media (max-width:992px) {
  section {
    padding:0;
  }

  hr {
    margin-top: 5px;
    margin-bottom: 10px;
  }
}

.four-zero-four {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70vh;
  overflow: hidden;
}

.four-zero-four h1 {
  font-size: 100px;
  font-weight: bold;
}

.four-zero-four a {
  margin-top: 10px;
}
#landing {
  margin: 30px 0 -40px 0;
}

.landing-area {
  margin: 5px 0;
  padding: 20px;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height:410px;
}

.landing-area h2 {
  margin: 0;
  font-size:28px;
  padding-top: 10px;
}

.cusbut {
  background: rgba(250,250,250,0.60);
  font-size: 14px;
  color: #FAFAFA;
  text-align: center;
  padding: 5px 15px;
  vertical-align: baseline;
}

.landing-area p {
  color: #FAFAFA;
  margin: 0;
}

.enquires {
  background-color: #093255;
  height: 200px;
}

.how-it-works {
  background-color: #3075B0;
  height: 200px;
}

.services {
  background-color: #1E5687;
  height: 250px;
}

.landing-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; 
  justify-content: space-between;
  /* height: auto; */
}

.animation {
  -webkit-animation: myfirst 1.5s ; /* Chrome, Safari, Opera */
    animation: myfirst 1.5s ; 
}

.button-animation {
  -webkit-animation: buttonAnimation 2s ; /* Chrome, Safari, Opera */
  animation: buttonAnimation 2s ;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes myfirst {
  from {opacity: 0.3;}
  to {opacity: 1;}
}

/* Standard syntax */
@keyframes myfirst {
  from {opacity: 0.3;}
  to {opacity: 1;}
}

/* Chrome, Safari, Opera */
@-webkit-keyframes buttonAnimation {
  40% {opacity: .3;}
  50% { opacity: .4}
  70% { opacity: .75}
  90% { opacity: .8 }
  100% { opacity: 1 }
}

/* Standard syntax */
@keyframes buttonAnimation {
  40% {opacity: .3;}
  50% { opacity: .4}
  70% { opacity: .75}
  90% { opacity: .8 }
  100% { opacity: 1 }
}

.landing-image a {
  align-self: center;
}

.landing-logo {
  width: 200px;
}

.landing-image img {
  align-self: center;
  opacity:1;
  transition: opacity 1s; 
}

.landing-image img.fadeout{
  opacity:0;
}

.landing-image h3 {
  font-size: 28px;
  width:80%;
  font-weight: 300;
  margin: 0 auto;
  line-height: 35px;
  font-style:italic;
}

.content {
  flex-direction: row;
  display: flex;
  justify-content: space-between;
}



.landing-area h2 {
  font-style: italic;
}

.content img {
  height: 30px;
  cursor: pointer;
}

#why {
  padding: 0;
}

.why {
  margin:50px 0 0 0;
  padding:20px 0 30px 0;
  background-color: #eee;
}

.why h1 {
  margin: 0;
}

.why h4 {
  font-size:16px;
  margin-top: 20px;
  font-weight: 600;
}

.why a {
  margin-top:40px;
}

.reasons {
  margin: 20px 0;
}

.reasons img {
  height: 75px;
}

.overview {
  margin: 0 auto;
  max-width: 70%;
  padding: 15px 0;
}

.cusbut.dark {
  color:#333;
}

.landing-call #call-us {
  background-color: white;
}

.btn-primary {
  background-image: linear-gradient(-209deg, #337AB7 0%, #032747 100%);
}

@media (max-width:992px) {
  .landing-image {
    margin: 0 15px;
    height:auto;
  }
}


@media (max-width:992px) {
  .landing-image {
    margin: 0 15px;
  }

  #landing {
    margin-top:0;
  }

  .landing-image a {
    margin-top:20px;
  }

  .landing-image h2 {
    display: inline;
    font-style: italic;
    font-weight: 500;
    font-size: 20px;
  }

  .landing-image h3 {
    font-size:16px;
    line-height:20px; 
  }

  .direction-land {
    margin: 0 5px;
  }

  #landing .container {
    width:100%;
  }

  #landing .container, #landing .col-md-8, .col-md-4{
    padding-left:0;
    padding-right:0;
  }

  .landing-area {
    margin:0;
    text-align:center;
    height: 250px;
  }

  .why {
    margin-top:40px;
  }
}

@media (max-width:768px) {
  .reasons img {
    height:50px;
  }

  .why h4 {
    font-size:14px;
  }

  .why a {
    margin-top: 20px;
  }
}

.fa-star {
  color: gold;  
  margin: 0;
  padding: 0;
}

.five-stars {
  display: inline-block;
  margin: 0 5px 0 5px;
}

.yell {
  color: white;
  text-decoration: underline;
}

.yell-2 {
  color: #333;
  text-decoration: underline;
}

.yell-2:hover {
  color: grey;
  text-decoration: underline;
}

.comp-reg {
  font-weight: 100;
}
#about {
  padding: 5px;
}

.aboutPoint {
  display: flex;
  flex-direction: column;
  padding: 0px 40px 40px 0px;
  text-align: left;
  -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.aboutPoint div {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}

.aboutPoint h3 {
  align-self: center;
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  padding-left:20px;
}

.aboutPoint img {
  height: 60px;
  width: 60px;
  margin-bottom: 15px;
  display: inline-block;
}

.aboutPoint p {
  color:#6F8BA4;
}

@media only screen and (max-width:992px) {
  .aboutPoint div{
    justify-content: center;
  }

  .aboutPoint p {
    text-align: center;
  }
}

@media (max-width:992px) {
  .aboutPoint {
    padding:0;
    margin-bottom:20px;
  }
}
#areas {
  background-color: #eee;
}

.landing-image:before {
  content: url(/images/gallery/bath-6-min.jpg) url(/images/gallery/bath-11-min.jpg) url(/images/gallery/bath-16-min.jpg);
  display:none;
}

.contactItem {
    margin-top: 30px;
}

    .contactItem i, .contactItem p {
        display: inline-block;
    }

.covering {
    margin-top: 40px;
}

#areas h4 {
    font-weight: 600;
}

.contactIcons {
    margin: 20px 0 20px 0;
}

.contactIcons p a {
    color:#333;
}

.areasCovered {
        margin-bottom: 20px;
    }

@media only screen and (min-width : 768px) {
    .contactIcons {
        margin: 70px 0 60px 0;
    }
}

@media only screen and (max-width : 768px) {
    .contactIcons {
        text-align: center;
    }

    #submit-contact {
      margin-bottom:20px;
    }
}

.contactIcons a {
    margin-top: 5px;
}

.mb2 {
    margin-bottom: 20px;
}


.bg-primary {
    background-color: #333 !important;
}

.bg-circle:focus {
  color: white !important;
}

.bg-circle {
    display: inline-block;
    width: 50px;
    height: 50px;
    padding: 14px 4px;
    color: white;
    text-align: center;
    border-radius: 50%;
}

    .bg-circle i {
        font-size: 20px;
    }


    .bg-circle a, a:hover, .media a:focus {
        text-decoration: none !important;
        outline: none;
        color: #ececec;
    }

.bg-circle-outline a, a:hover, .media a:focus {
    text-decoration: none !important;
    outline: none;
    color: #ececec;
}

.list-group-item {
    color: #777777;
}

.areasCovered ul {
    padding:0;
}

.contactIcons ul {
    list-style: none;
    padding: 0;
}

.contactIcons li span {
    margin-right: 5px;
}


.areasCovered {
    margin-top: 30px;
}

/*@media screen and (min-width:768px) and (max-width:992px) {
    .mb2 .col-md-3 {
        text-align:right;
    }
}*/

@media screen and (max-width:992px) {
    .contactIcons {
        text-align:center !important;
    }


}

.areasCovered {
    text-align:center;
}

.areasCovered i {
  color:blue;
}

.areasCovered i:before {
  background: linear-gradient(-209deg, #337AB7 0%, #032747 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: initial; /* reset Font Awesome's display:inline-block */
}​

a.bg-primary:hover {
    background-color: #286090 !important;
}

.alert {
  margin-bottom: 0;
}

.contact-details h4 {
  font-size: 20px;
}

.contact-details p, .contact-details li {
  font-size: 17.5px;
}

.enquiry-sucess {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

@media screen and (min-width: 460px) {
  .enquiry-sucess {
    align-items: center;
  }
}

@media screen and (max-width: 768px) {
  #second-list {
    margin-top:-8px;
  }
}

@media screen and (max-width: 992px) {
  .contact-form {
    text-align: center;
  }
  .contact-form input, .contact-form select, .contact-form textarea, .contact-form button {
    margin: 0 auto;
  }
}

input.error {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

#faqs {
    margin:30px 0;
    min-height: 600px;
}

.faq-cat-content {
    margin-top: 25px;
}

.faq-cat-content i {
    color: #337ab7;
}

.faq-cat-tabs li a {
    padding: 15px 10px 15px 10px;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    color: #777777;
        text-decoration: none;
    background-color: #eee;
}

.nav-tabs li a:focus,
.panel-heading a:focus {
    outline: none;
}

.panel-heading a,
.panel-heading a:hover,
.panel-heading a:focus {
    text-decoration: none;
    color: #777777;
}

.faq-cat-content .panel-heading:hover {
    background-color: #efefef;
}

.active-faq {
    border-left: 5px solid #337ab7 !important;
}

.panel-faq .panel-heading .panel-title span {
    font-size: 13px;
    font-weight: normal;
}

.faq-cat-tabs .underline {
    height:2px;
    margin:2px auto 0 auto !important;
}

.faq-cat-tabs .underline {
    background-color:transparent;
}

.faq-cat-tabs .active .underline {
    background-color:#337ab7;
}
#gallery {
  background-color: #ffffff;
}

.image {
  height: 300px;
  background-position: center;
  background-size: cover;
}

.gallery {
  display: grid;  
  grid-gap:20px;
  grid-template-columns: 
  repeat(auto-fit, minmax(300px, 300px));
  justify-content: center;
  margin: 20px 0;
}

.gallery img { 
  width: 100%;
  box-shadow: 0 1px 5px rgba(104, 104, 104, 0.8);
  cursor: zoom-in;
}

.modal-header {
  background-position: center;
  background-repeat: none;
  background-size: cover;
  /* height: 75vh; */
  width:100%;
}

#modal-image {
  max-width: 100%;
  max-height: 550px;
}


.gallery-controls {
   margin-top: 10px;
}

#view-more {
  margin-top:20px;
}
body {
}

.cara-container {
  margin: 10px 20px 50px 20px;
}

/* carousel */
#quote-carousel, #quote-carousel1 {
    padding: 0 10px 30px 10px;
    margin: 25px 0;
}

    /* Control buttons  */
    #quote-carousel .carousel-control, #quote-carousel1 .carousel-control {
        background: none;
        color: #337ab7;
        font-size: 2.3em;
        text-shadow: none;
        margin-top: 30px;
    }
        /* Previous button  */
        #quote-carousel .carousel-control.left, #quote-carousel1 .carousel-control.left {
            left: -12px;
        }
        /* Next button  */
        #quote-carousel .carousel-control.right, #quote-carousel1 .carousel-control.right {
            right: -12px !important;
        }
    /* Changes the position of the indicators */
    #quote-carousel .carousel-indicators, #quote-carousel1 .carousel-indicators {
        right: 50%;
        top: auto;
        bottom: 0px;
        margin-right: -19px;
    }
        /* Changes the color of the indicators */
        #quote-carousel .carousel-indicators li, #quote-carousel1 .carousel-indicators li {
            background: #c0c0c0;
        }

        #quote-carousel .carousel-indicators .active, #quote-carousel1 .carousel-indicators .active {
            background: #333333;
        }

/*#quote-carousel img {
        width: 250px;
        height: 100px;
    }*/
/* End carousel */

.item {
    height: 150px;
}




/*@media only screen and (max-width : 758px) {
    .item {
        height:200px
    }
}*/

@media only screen and (max-width : 992px) {
    .item {
        height: 200px;
    }

    #quote-carousel1 .item {
        height: 125px;
    }
}

.item blockquote {
    border-left: none;
    margin: 0;
}

    .item blockquote img {
        margin-bottom: 10px;
    }


/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
    .item blockquote {
        font-size: 14px;
    }
}


/*.item blockquote p:not(.secondPara):before {
    content: "\f10d";
    font-family: 'Fontawesome';
    float: left;
    margin-right: 10px;
    color:#337ab7;
    font-size:20px;
}*/

#innerQuoteContainer {
    height: 345px;
}

.largeQuote {
    font-size: 40px;
    margin: 0 auto;
}



/**
  MEDIA QUERIES
*/

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    #quote-carousel {
        margin-bottom: 0;
        padding: 0 40px 50px 40px;
    }

     #quote-carousel1 {
        padding: 0 40px 50px 40px;
    }

}

/* Small devices (tablets, up to 768px) */
@media (max-width: 768px) {

    /* Make the indicators larger for easier clicking with fingers/thumb on mobile */

    #quote-carousel .carousel-indicators, #quote-carousel1 .carousel-indicators {
        bottom: -20px !important;
    }

        #quote-carousel .carousel-indicators li, #quote-carousel1 .carousel-indicators li {
            display: inline-block;
            margin: 0px 5px 5px 0;
            width: 15px;
            height: 15px;
        }

            #quote-carousel .carousel-indicators li.active, #quote-carousel1 .carousel-indicators li.active {
                margin: 0px 5px;
                width: 20px;
                height: 20px;
            }

    /* Previous button  */
    #quote-carousel .carousel-control.left, #quote-carousel1 .carousel-control.left {
        left: -30px;
    }
    /* Next button  */
    #quote-carousel .carousel-control.right, #quote-carousel1 .carousel-control.right {
        right: -30px !important;
    }
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    width: 80%;
    padding-left: 0;
    margin-left: -40%;
    text-align: center;
}

.view-more-yell {
  text-align: center;
  font-weight: 400;
  font-size: 17.5px;
} 

#testimonials .five-stars {
  margin-top:10px;
}
#thejob {
}

    #thejob h3 {
        font-weight: 500;
    }

#beforeandafter {
    height: 300px;
    height: 300px;
}


/* Custom, iPhone Retina */
@media only screen and (max-width : 768px) {
    #beforeandafter {
        height: 200px;
    }

    #innerQuoteContainer.before-after {
      height: 200px
    }    
}



.jobText {
    vertical-align: middle;
}


@media only screen and (min-width : 992px) {
    .theJobRow {
        margin-top: 30px;
    }
}

@media only screen and (min-width : 768px) {


    .theJobRow.flex {
        display: flex;
        align-items: center;
    }
}

#bathdone {
    margin: 0 auto;
}

#smallScreenBathImage {
    margin-bottom: 15px;
}

#thejob .carousel-control {
    margin-top: 45px;
}

@media screen and (min-width:769px) {
    #thejob .carousel-control {
        margin-top: 70px;
    }
}


@media (max-width:992px) {
  #bathdone {
    margin-bottom:20px;
  }
}
.fill {
    cursor: pointer;
}

.empty {
    border: 2px solid #337ab7;
}

.hold {
    border: 2px solid lightgray;
}

.hovered {
    border: 2px #337ab7 dashed !important;
}

.invisible {
    display: none;
}

/* NAVBAR */
#header-container {
  z-index: 1000;
}

.navbar-default {
  text-align: center;
  background-color: #E2E1E7 !important;
}

.navbar {
  border: 0px solid transparent;
}

@media (max-width: 767px) {
  .navbar-header {
    float: none;
  }
  .navbar-left, .navbar-right {
    float: none !important;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
    display: none!important;
  }
  .navbar-nav {
    float: none!important;
    margin-bottom: 100px;
    /*margin-top: 7.5px;*/
  }
  .navbar-nav>li {
    float: none;
  }
  /*.navbar-nav>li>a {
      padding-top: 10px;
      padding-bottom: 10px;
  }*/
  .collapse.in {
    display: block !important;
  }

  .nav-contact.top{
    display:none;
  }
}



@media (min-width:767px) {
  #logLogoPNG {
    display: none;
  }
}

@media (max-width:767px) {
  #logLogo {
    display: none;
  }
}

header {
  background-color: #E2E1E7;
  margin: 0;
  width: 100%;

}

.header-inner {
  display: flex;
  align-items:center;
  height: 95px;
  justify-content: space-between;
}

#top-header {
  background-image: linear-gradient(-209deg, #337AB7 0%, #032747 100%);
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.50);
}

.header-brand {
  position: absolute;
  left: 50%;
  margin-left: -59px !important;  /* 50% of your logo width */
  display: block;
}

.header-brand img {
  margin: 14px 0 20px 0;
  height: 55px;
}

#myNavBar {
  background-color: #E2E1E7;
}

.navbar {
  -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
}

@media (min-width: 767px) {
  .icon-size {
    font-size: 95px;
    margin-top: 12px;
  }
  .navBarCollaspeCustom {
    display: none;
  }
  #userInitals {
    display: none;
  }
}

@media (max-width: 767px) {
  .navbar {
    height: 0px;
  }
  #userName {
    display: none;
  }
  .user {
    margin-right: 20px;
    margin-top: 21px;
  }
  .accountButton {
    height: 34px;
  }
}

@media (max-width:350px) {
  .user {
    display: none;
  }

  .header-brand img {
    margin: 20px 0px 0;
    height: 35px;
  }
}

@media (min-width:350px) {
  #userDetailsMenuItem {
    display: none;
  }
}

.navbar-default, .navbar, .dark, .light, ul {
  z-index: 900;
  -webkit-transition: background .75s ease-in-out, border-color .75s ease-in-out;
  -moz-transition: background .75s ease-in-out, border-color .75s ease-in-out;
  -ms-transition: background .75s ease-in-out, border-color .75s ease-in-out;
  -o-transition: background .75s ease-in-out, border-color .75s ease-in-out;
  transition: background .75s ease-in-out, border-color .75s ease-in-out;
}

.navbar {
  background-color: #eee;
  text-align: center;
  background-color: #eee;
  margin-bottom: 0;
}

@media (min-width: 767px) {
  .navbar {
    min-height: 45px !important;
  }
}

@media (max-width: 767px) {
  .navbar {
    min-height: 0px !important;
  }
}

.navbar-nav {
  display: inline-block;
  float: none;
}

.navbar-nav>li>a {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.navbar ul>li>a {
  height: 43px;
  line-height: 43px;
  padding: 0 20px 0 20px;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  width: 100%;
  text-transform: uppercase;
}

.navbar ul>li>a.active{
  border-bottom: 2.5px solid #337ab7;
}

@media (max-width: 767px) {
  .navbar ul>li>a {
    height: 53px;
    line-height: 53px;
    padding: 0 30px 0 30px;
  }
  
  .navbar-nav {
    width: 100%;
    margin: 0;
    text-align: left;
  }

  .navbar ul>li {
    border-bottom: 1px solid #ddd;
  }

  .navbar-collapse {
    padding:0px;
  }


}

.light {
  border-radius: 0;
}

@media (min-width: 767px) {
  .navbar {
    display: block !important;
  }
  .light {
    border-top: 2px solid #ddd;
    border-bottom: 2px solid #ddd;
  }
  .navbar ul {
    margin-bottom: -15px;
    color: #666;
  }

  .home-link {
    border-left: 1px solid white;
  }

  .light ul>li>a {
    
    border-left: 1px solid #fff;
  }
  .light ul li a:last-child {
    border-right: 1px solid #fff;
  }
  .light ul li a:hover {
    border-bottom: 2.5px solid #337ab7;
    color: #000;
  }
  .light ul li:hover {
    background-color: #fff;
  }

  .nav-contact {
    font-size: 20px;
    font-weight: 600;
  }
  
  .nav-contact a {
    color: #D5D5DA;
  }

  .nav-contact i {
    color:#D5D5DA;
  }

  .nav-phone i {
    margin-right: 10px;
  }

  .nav-email i {
    margin-left:10px;
  }
  
}

@media (min-width: 1200px) {
  .navbar ul>li>a {
    padding: 0 35px 0 35px;
  }
}

.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  background: #444;
}

html {
  overflow-y: scroll;
}

.search-bar {
  padding-top: 10px;
  background-color: #ddd;
  margin-top: 10px;
}

#searchFormGroup {
  margin-bottom: 5px;
}

.search-bar h4 {
  text-transform: uppercase;
  margin-top: 8px;
}

.search-bar input {
  max-width: 200px;
  display: inline-block;
}

#itemImage {
  height: 150px;
  margin: 50px 0;
}

#posLabel-image {
  height: 220px;
}

.download {
  margin: 110px 0;
}

.download li {
  text-decoration: underline;
  color: blue;
}

.navBarCollaspeCustom {
  position: relative;
  float: right;
  padding: 5px 5px;
  margin-top: 21px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-image: none;
  border: 1px solid darkgrey;
  border-radius: 4px;
}

.navBarCollaspeCustom span {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
  background-color: #777;
  margin: 4px;
}

.contractTextBox {
  width: 150px;
  height: 31.5px;
  padding: 5px;
  margin: 4px 0px 5px 5px;
}

.contractSearch {
  height: 27px;
  margin: 4px 0px 5px 0px;
  padding-bottom: 23px;
}

#contractCodeSearchIcon {
  margin-bottom: 10px;
}

@media (max-width:992px) and (min-width:767px) {
  #contractInlineSearchTextBox, #contractSearchButton {
    display: none !important;
  }
}

@media (max-width: 767px) {
  #contractSearchToggleDropDown {
    display: none !important;
  }
}

@media (min-width: 767px) {
  #contractInlineSearchTextBox {
    text-transform: uppercase;
  }
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: lightslategrey;
}
.info {
  margin: 20px 0 10px 0;
  display: block;
}

/* Medoum Devices, Desktops */
@media only screen and (min-width : 992px) {
  .info {
      display: flex;
      align-items: center;
  }
}

.info h1, .info h2 {
  font-size: 35px;
  margin-top: 20px;
  color: #333333;
  display:inline-block;
  vertical-align:middle;
  font-weight: 200;
  margin: 20px 0;
  text-transform: uppercase;
}

.info h1 span, .info h2 span {
font-weight: 600;
}

.underline {
  background-color: #337ab7;
  height: 10px;
  width: 60px;
  margin: 0 auto;
}

.aboutSubTitle {
  color:#6F8BA4;
  font-size: 14px;
  max-width: 450px;
  margin: 20px auto;
}

@media (max-width:768px) {
  .info {
    margin-top:0;
  }

  .info h1, .info h2 {
    font-size:30px;
  }

  .reasons img {
    height:50px;
  }

  .why h4 {
    font-size:14px;
  }

  .why a {
    margin-top: 20px;
  }

  .aboutSubTitle {
    margin: 20px auto 0 auto;
}
 
}
#call-us {
  background-color: #E2E1E7;
  margin-bottom: 0;
  padding-top: 40px;
  margin-top: 25px;
  padding-bottom: 40px;
}


.call-us .number {
  font-weight: 600;
  font-size: 28px;
}

.call-us img {
  height: 65px;
}

.call-us h3 a {
  color: #333;
  text-decoration: underline;
}

.call-us h3 a:hover {
  color: #337ab7;
  text-decoration: underline;
}

@media (max-width: 768px) {
   .landing-call #call-us {
    padding-top:10px;
  }

  #call-us h3 {
    font-size:20px;
  }

  #call-us .number {
    font-size:24px;
  }
}
#email-res-header img {
  height: 100px;
  margin-top: 20px;
  margin-bottom: 0;
}

#email-res h3 strong {
  margin-bottom: 10px;
}
.mobile-menu-background {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 200;
  left: 0;
  top: 0;
  background-color: #333;
  text-transform: uppercase;
  overflow-x: hidden; 
  transition: 0.5s; 
  display: flex;
  align-items: center;
}

.mobile-menu-background-content {
  position: relative;
  width: 100%;
  text-align: center;
  margin-top: 80px;
}

.mobile-menu-background a {
  padding: 15px;
  text-decoration: none;
  font-size: 28px;
  color: white;
  display: block; 
  transition: 0.3s;
}

.mobile-menu-background a.active span {
  color: #3075B0;
}

.mobile-menu-background a:hover, .mobile-menu-background a:focus {
  color: #3075B0;
  text-decoration: underline;
}

.mobile-menu-background .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
}

@media screen and (max-height: 450px) {
  .mobile-menu-background a {font-size: 20px}
  .mobile-menu-background .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}

@media screen and (min-width: 768px) {
  .mobile-menu-background {
    display: none;
  }
}
#websiteLinkFooter {
  color: white !important;
}

.footerWebsite {
  color: #eeeeee;
}

  .footerWebsite span {
      color: white;
  }

  .footer-bottom-layout p {
      letter-spacing: .5px;
      padding: 0;
      margin: 0;
  }

  .footer-bottom-layout span {
      color: white;
  }

.footer-bottom-layout {
  background: #333 none repeat scroll 0 0;
  padding-top: 25px;
  padding-bottom:10px;
  color: #999999;
}

.side-nav {
  list-style-type: none;
  text-transform: uppercase;
  font-weight: 600;
  padding-left: 0;
  color: white;
}

.side-nav li {
  padding: 3px 0;
}


.side-nav a {
  text-transform: uppercase;
  font-weight: 600;
  color: white;
}

.side-nav a:hover, .other-links a:hover {
  color: #337ab7;
}

.copyright-tag {  
  text-align: center;
  font-size: 12px;
}

.other-links {
  margin-left: 100px;
}

.other-links a {
  color: #999999;
}

.other-links h5 {
  text-transform: uppercase;
  margin-top: 0;
  color: white;
  font-weight: 600;
}

.other-links ul {
  list-style-type: none;
  padding-left: 0; 
}

.top-nav {
  display: flex;
  justify-content: space-between;
  max-width: 800px;
}

@media screen and (max-width: 768px) {
  .top-nav {
    display: inline-block;
    text-align: center;
    width: 100%;
  }

  .side-nav {
    margin-bottom: 20px;
  }

  .other-links {
    margin: 0 0 15px 0;
  }
}
