/*!
 * Start Bootstrap - Clean Blog v1.1.1 (http://startbootstrap.com/template-overviews/clean-blog)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */
body {
  font-family: 'Lora', 'Times New Roman', serif;
  font-size: 20px;
  color: #333333;
}
p {
  line-height: 1.5;
  margin: 30px 0;
}
p a {
  text-decoration: underline;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 800;
}
a {
  color: #ffffff;
}
a:hover,
a:focus {
  color: #0085A1;
  text-decoration:none;
}
a img:hover,
a img:focus {
  cursor: zoom-in;
}
blockquote {
  color: #777777;
  font-style: italic;
}
hr.small {
  max-width: 100px;
  margin: 15px auto;
  border-width: 4px;
  border-color: white;
}
.navbar-custom {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}



/*FF only style*/
@-moz-document url-prefix() {
  /*Show image on FF*/
  #Firefox-image{
    display:block !important;
  }
  /*Hide Video on FF*/
  #Almost-all-browsers{
    display:none !important;
  }
}

#Firefox-image{display:none;}
#Almost-all-browsers{text-align:center;width:100%;}

#Reliable-logo{
  display:block;font-size:67px;font-weight:400;margin-bottom:18px;
}
#logo-text{font-weight:300;font-size: 19px;}

#home-phone-banner{
  color:#fff80d !important;
}

@media only screen and (max-width: 768px) {
   #home-phone-banner{display:block;}
}

.navbar-custom .navbar-brand {
  font-weight: 800;
}
.navbar-custom .navbar-header .navbar-toggle {
  color: #777777;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 12px;
}
.navbar-custom .nav li a {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1px;
}




@media only screen and (min-width: 768px) {
  .navbar-custom {
    background: transparent;
    border-bottom: 1px solid transparent;
  }
  .navbar-custom .navbar-brand {
    color: white;
    padding: 15px 20px 20px 10px;
  }
  .navbar-custom .navbar-brand:hover,
  .navbar-custom .navbar-brand:focus {
    color: #7fb6ec;
  }
  .navbar-custom .nav li a {
    color: white;
    padding: 10px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    font-size: 13.5px;
  }
  .navbar-custom .nav li a:hover,
  .navbar-custom .nav li a:focus {
    color: #9c9999;
  }
}
@media only screen and (min-width: 1170px) {
  .navbar-custom {
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    transition: background-color 0.3s;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }

  .navbar-custom.is-fixed {
    /* when the user scrolls down, we hide the header right above the viewport */
    position: fixed;
    top: -80px; /*hide top when scrolling down*/
    background-color: rgba(32, 26, 22, 0.901961);
    border-bottom: none;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
    padding-bottom: 15px;
  }
  .navbar-custom.is-fixed .navbar-brand {
    color: #fff;
  }
  .navbar-custom.is-fixed .navbar-brand:hover,
  .navbar-custom.is-fixed .navbar-brand:focus {
    color: #7fb6ec;
  }
  .navbar-custom.is-fixed .nav li a {
    color: #fff;
  }
  .navbar-custom.is-fixed .nav li a:hover,
  .navbar-custom.is-fixed .nav li a:focus {
    color:  #9c9999;
  }
  .navbar-custom.is-visible {
    /* if the user changes the scrolling direction, we show the header */
    -webkit-transform: translate3d(0, 100%, 0);
    -moz-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    -o-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    top: -76px;
  }
}

@media (min-width: 768px){
.navbar-nav>li {margin: 15px 20px 0px 0px;}
}

.navbar-fixed-top{padding: 17px;}
.is-fixed{padding:0px;}

.intro-header {
  background-color: #777777;
  background: no-repeat center center;
  background-attachment: scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  margin-bottom: 25px;
  background-image: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ),url('../img/home-bg.jpg');
}
.intro-header .site-heading,
.intro-header .post-heading,
.intro-header .page-heading {
  padding: 100px 0 50px;
  color: white;
}


@media only screen and (min-width: 768px) {
  .intro-header .site-heading,
  .intro-header .post-heading,
  .intro-header .page-heading {
    padding: 150px 0;
  }
}
.intro-header .site-heading,
.intro-header .page-heading {
  text-align: center;
}
.intro-header .site-heading h1,
.intro-header .page-heading h1 {
  margin-top: 0;
  font-size: 50px;
}
.intro-header .site-heading .subheading,
.intro-header .page-heading .subheading {
  font-size: 24px;
  line-height: 1.1;
  display: block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 300;
  margin: 10px 0 0;
}
@media only screen and (min-width: 768px) {
  .intro-header .site-heading h1,
  .intro-header .page-heading h1 {
    font-size: 80px;
  }
}
.intro-header .post-heading h1 {
  font-size: 35px;
}
.intro-header .post-heading .subheading,
.intro-header .post-heading .meta {
  line-height: 1.1;
  display: block;
}
.intro-header .post-heading .subheading {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 24px;
  margin: 10px 0 30px;
  font-weight: 600;
}
.intro-header .post-heading .meta {
  font-family: 'Lora', 'Times New Roman', serif;
  font-style: italic;
  font-weight: 300;
  font-size: 20px;
}
.intro-header .post-heading .meta a {
  color: white;
}
@media only screen and (min-width: 768px) {
  .intro-header .post-heading h1 {
    font-size: 55px;
  }
  .intro-header .post-heading .subheading {
    font-size: 30px;
  }
}
.post-preview > a {
  color: #333333;
}
.post-preview > a:hover,
.post-preview > a:focus {
  text-decoration: none;
  color: #0085A1;
}
.post-preview > a > .post-title {
  font-size: 30px;
  margin-top: 30px;
  margin-bottom: 10px;
}
.post-preview > a > .post-subtitle {
  margin: 0;
  font-weight: 300;
  margin-bottom: 10px;
}
.post-preview > .post-meta {
  color: #777777;
  font-size: 18px;
  font-style: italic;
  margin-top: 0;
}
.post-preview > .post-meta > a {
  text-decoration: none;
  color: #333333;
}
.post-preview > .post-meta > a:hover,
.post-preview > .post-meta > a:focus {
  color: #0085A1;
  text-decoration: underline;
}
@media only screen and (min-width: 768px) {
  .post-preview > a > .post-title {
    font-size: 36px;
  }
}
.section-heading {
  font-size: 36px;
  margin-top: 60px;
  font-weight: 700;
}
.caption {
  text-align: center;
  font-size: 14px;
  padding: 10px;
  font-style: italic;
  margin: 0;
  display: block;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
footer {
  padding: 50px 0 65px;
  background-color: rgb(14, 20, 43);
}
footer .list-inline {
  margin: 0;
  padding: 0;
}
footer .copyright {
  font-size: 14px;
  text-align: center;
  margin-bottom: 0;
}
footer .address{
      color: rgba(255,255,255,.9);
      font-family: 'Open Sans', sans-serif;
      font-weight:400;
      font-weight: 400;
      font-size: 15px;
      text-align:center;
      text-transform:uppercase;
}

.floating-label-form-group {
  font-size: 14px;
  position: relative;
  margin-bottom: 0;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #eeeeee;
}
.floating-label-form-group input,
.floating-label-form-group textarea {
  z-index: 1;
  position: relative;
  padding-right: 0;
  padding-left: 0;
  border: none;
  border-radius: 0;
  font-size: 1.5em;
  background: none;
  box-shadow: none !important;
  resize: none;
}
.floating-label-form-group label {
  display: block;
  z-index: 0;
  position: relative;
  top: 2em;
  margin: 0;
  font-size: 0.85em;
  line-height: 1.764705882em;
  vertical-align: middle;
  vertical-align: baseline;
  opacity: 0;
  -webkit-transition: top 0.3s ease,opacity 0.3s ease;
  -moz-transition: top 0.3s ease,opacity 0.3s ease;
  -ms-transition: top 0.3s ease,opacity 0.3s ease;
  transition: top 0.3s ease,opacity 0.3s ease;
}
.floating-label-form-group::not(:first-child) {
  padding-left: 14px;
  border-left: 1px solid #eeeeee;
}
.floating-label-form-group-with-value label {
  top: 0;
  opacity: 1;
}
.floating-label-form-group-with-focus label {
  color: #0085A1;
}
form .row:first-child .floating-label-form-group {
  border-top: 1px solid #eeeeee;
}
.btn {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 1px;
  border-radius: 0;
  padding: 15px 25px;
}
.btn-lg {
  font-size: 16px;
  padding: 25px 35px;
}
.btn-default:hover,
.btn-default:focus {
  background-color: #16508A;
  border: 1px solid #16508A;
  color: white;
}
.pager {
  margin: 20px 0 0;
}
.pager li > a,
.pager li > span {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 1px;
  padding: 15px 25px;
  background-color: white;
  border-radius: 0;
}
.pager li > a:hover,
.pager li > a:focus {
  color: white;
  background-color: #0085A1;
  border: 1px solid #0085A1;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  background-color: #333333;
  cursor: not-allowed;
}
::-moz-selection {
  color: white;
  text-shadow: none;
  background: #0085A1;
}
::selection {
  color: white;
  text-shadow: none;
  background: #0085A1;
}
img::selection {
  color: white;
  background: transparent;
}
img::-moz-selection {
  color: white;
  background: transparent;
}
body {
  -webkit-tap-highlight-color: #0085A1;
}


.home-body{
  font-family: 'Open Sans', sans-serif;
  font-size:17px;
  margin-top: 35px;
}

#home-image{
    background-color: #777777;
    background: no-repeat center center;
    background-attachment: scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    background-image: linear-gradient( rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2) ),url('../img/kitchen_window_remodel.jpg');
}

@media only screen and (min-width: 768px){
.intro-header .page-heading, .intro-header .post-heading, .intro-header .site-heading {
    padding: 230px 0;
}
}

.active-tab{color: #9c9999 !important;}



#Header-tag{
      font-family: 'Open Sans', sans-serif;
      font-weight:300;
}

#kitchen-tag{font-family: 'Open Sans', sans-serif;
font-weight:300; font-size: 70px;}

.opening-tag{
  font-size: 31px;
text-align: center;
font-family: 'Open Sans', sans-serif;
color: rgb(28, 28, 28);
font-weight: 300;
}

@media only screen and (max-width: 1200px) {
.opening-tag{font-size:24px;}
}

@media only screen and (max-width: 768px) {
.opening-tag{font-size:20px;}
}


/* Niv Custom Nav Stuff*/
.contact-us{
  border:3px solid #fff;
}

.contact-us:hover{
  background-color:#fff !important;
  color: transparent;
}

@media only screen and (max-width: 945px) {
  .navbar-fixed-top {
      padding: 15px 10px 15px 15px;
    }
    .navbar-nav>li {
    margin: 15px 0px 0px 0px;}

    #Reliable-logo{
      font-size:56px;font-weight:400;margin-bottom:18px;
    }
    #logo-text{font-weight:300;font-size: 16px;}

}

@media only screen and (max-width: 768px) {
  #Reliable-logo{
    font-size:50px;font-weight:400;margin-bottom:8px;
  }
  #logo-text{font-weight:300;font-size: 16px;}
  .navbar-default .navbar-brand {
    color: #fff;
  }
  .navbar-default {background-color: #16508A;}

  .navbar-brand {padding: 10px 15px;}

   /*Hover Over*/
  .navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {
    color: black;
  }

  .navbar-custom .navbar-header .navbar-toggle {
    color: #464343;
    background-color:#fff;
  }
  .navbar-collapse {margin-top:15px;}
  .navbar-nav {margin: 1.5px -15px;}
  .navbar-default .navbar-nav>li>a {color: #fff;}
  .navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {color:#05b9e4;}
  .contact-us{border:none;}
  .contact-us:hover{background: none !important;}

  .intro-header .site-heading, .intro-header .post-heading, .intro-header .page-heading {
  padding: 200px 0 160px;}


}

@media only screen and (max-width: 480px) {
  .navbar-brand{padding: 10px 0px;}
  #Header-tag{font-size:30px;}
  .subheading{font-size:16px;}
}

/*Scroll up with black background*/
.navbar-custom.is-visible>.container-fluid>.page-scroll>.navbar-brand>#Reliable-logo {font-size:40px !important;margin-bottom:5px;}
.navbar-custom.is-visible>.container-fluid>.page-scroll>.navbar-brand>#logo-text{font-size: 15px;}
.navbar-custom.is-visible>.container-fluid>.navbar-header.page-scroll>.navbar-brand{padding: 18px 0px 0px 10px;}


#schedule-consultation{
  margin-top: 40px;
  color: #f5f4f1;
  background-color: rgba(22, 83, 144, 0.7);
  border-radius: 16px;
  font-weight: 600;
  max-width: 660px;
  text-align: center;
  padding: 10px 15px 10px 15px;
  display: inline-block;
}


/********************************************/
/********************************************/
/********************************************/
/**************ABOUT US CSS******************/
/********************************************/
/********************************************/
/********************************************/

.body-text{
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 18px;
  }

  /********************************************/
  /********************************************/
  /********************************************/
  /**************SERVICES CSS******************/
  /********************************************/
  /********************************************/
  /********************************************/
#services-list{
  font-size: 31px;
text-align: center;
font-family: 'Open Sans', sans-serif;
color: rgb(28, 28, 28);
font-weight: 300;
text-align:left;
list-style-type:none;
padding-left:0px;
}

@media only screen and (max-width: 1200px) {
#services-list{text-align: initial;
    font-family: 'Open Sans', sans-serif;
    color: rgb(28, 28, 28);
    font-weight: 300;
    font-size:24px;}
#services-list li{display:inline;padding-right:12px;padding-left:15px;}
#services-list li:not(:last-child){border-right:1px solid gray;}
}

@media only screen and (max-width: 768px){
  #services-list{font-size:20px;}
}

/********************************************/
/********************************************/
/********************************************/
/**************CONTACT US CSS****************/
/********************************************/
/********************************************/
/********************************************/
#contact-header{font-family: 'Open Sans', sans-serif; font-weight: 400;}

.fa.fa-phone-square, .fa.fa-envelope-square, .fa.fa-map-marker{
    font-size: 22px;
    vertical-align: -2px;
    padding-right: 10px;}

.fa.fa-envelope-square{color:#0A2C8A;}
.fa.fa-phone-square{color:#323232;}
.fa.fa-map-marker{color:#D60A05;}






/********************************************/
/********************************************/
/********************************************/
/**************** FOOTER CSS ****************/
/********************************************/
/********************************************/
/********************************************/

.footer-top-logo{
  display: block;font-size: 47px;font-weight: 400;color:#fff;margin-bottom:0px;
}
.footer-bottom-logo{
  font-weight: 300;font-size: 14px;color:#fff;margin-top:0px;white-space:nowrap;
}
.footer-nav{list-style-type: none;font-family: 'Open Sans', sans-serif; font-size: 18px; margin-top: 55px;text-align:center;}

.footer-nav li{display:inline-block;padding: 0px 10px 0px 10px;}
.footer-nav li:not(:last-child){border-right: 1px solid #ADB7C1;}
.footer-nav li a{color:#fff;}
.footer-nav li a:hover{color:#22c4f7;}
.footer-address{display:inline; font-family: 'Open Sans', sans-serif; text-align:center; margin: 0px 0px;color:#fff;}
.footer-address-span{text-align:initial;display:block;padding-left:30px;line-height:1.1}
.footer-email{margin: 5px 0px;font-size:18px;}
.footer-phone{margin: 5px 0px;color:#fff;}

@media only screen and (max-width: 1200px) {
.footer-top-div{text-align:center;}
.footer-middle-div{text-align:center;overflow: hidden;}
.footer-bottom-div{text-align:center;}
.footer-nav{margin:0;padding:0;text-align:center;}
.footer-address{display:inline; font-family: 'Open Sans', sans-serif; text-align:center; margin: 0px 0px;color:#fff;}
.footer-bottom-inside-div{margin-top:10px;}
.footer-address-span{text-align:initial;display:inline-block;padding-left:0px;}
}


@media only screen and (max-width: 580px) {
  .footer-nav li{display:block;}
  .footer-nav li:not(:last-child) {border-right:none;}
  .footer-phone, .footer-email, .footer-address{font-size:16px;}
}

@media only screen and (max-width: 400px) {
.footer-email a{font-size:12px !important;}
}


#privacy-policy{
font-size: 18px;
}

@media only screen and (min-width: 1200px) {
#privacy-policy{margin-left: 35px;}
}
