@import url("http://fonts.googleapis.com/css?family=Open+Sans:400italic,400,300,600,700,800");
@import url("http://fonts.googleapis.com/css?family=Roboto:400,300,500");
@import url("http://fonts.googleapis.com/css?family=Lobster");
html {
  background-color: #efefef; }

h1, h2, h3, h4, h5, h6, a {
  font-family: "Open Sans", sans-serif; }

p {
  font-family: "Roboto", sans-serif; }

.vcenter {
  display: inline-block;
  vertical-align: middle;
  float: none; }

.header {
  background-image: -webkit-linear-gradient(90deg, #4c2a56 10%, #2a0845 90%);
  background-image: linear-gradient(90deg, #4c2a56 10%, #2a0845 90%); }
  .header h1 {
    color: #ffffff;
    text-align: center;
    font-weight: 300; }

.btn.outline {
  letter-spacing: 1px;
  text-decoration: none;
  background: none;
  -moz-user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
  white-space: nowrap;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  text-transform: uppercase;
  border: 3px solid;
  padding: 8px 20px; }
  .btn.outline.btn-outlined {
    border-radius: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s; }
    .btn.outline.btn-outlined.btn-theme {
      color: #ffffff;
      background: #e67e22;
      border-color: #e67e22; }
      .btn.outline.btn-outlined.btn-theme:hover {
        background: none;
        color: #e67e22;
        border-color: #e67e22; }
    .btn.outline.btn-outlined.btn-theme-main {
      color: #ffffff;
      background: #5C258D;
      border-color: #5C258D; }
      .btn.outline.btn-outlined.btn-theme-main:hover {
        background: none;
        color: #5C258D;
        border-color: #5C258D; }
    .btn.outline.btn-outlined .btn-xs {
      font-size: 11px;
      line-height: 14px;
      border: 1px solid;
      padding: 5px 10px; }
    .btn.outline.btn-outlined .btn-sm {
      font-size: 12px;
      line-height: 16px;
      border: 2px solid;
      padding: 8px 15px; }
    .btn.outline.btn-outlined .btn-lg {
      font-size: 18px;
      line-height: 22px;
      border: 4px solid;
      padding: 13px 40px; }

.round-button {
  background-color: #ffffff;
  width: 250px;
  height: 40px;
  border-radius: 30px;
  cursor: pointer; }

.navigation-bar {
  width: 100%;
  height: 80px;
  background-color: #333;
  line-height: 80px; }
  .navigation-bar a:hover {
    text-decoration: none !important; }
  .navigation-bar logo {
    color: #fff;
    font-family: "Lobster", sans-serif;
    font-weight: 300;
    font-size: 22px;
    margin-left: 30px; }
    .navigation-bar logo:hover {
      text-decoration: none;
      color: #e67e22; }
  .navigation-bar .callto {
    text-align: center; }
  .navigation-bar .bars {
    text-align: right;
    float: right;
    margin-right: 30px; }
    .navigation-bar .bars i {
      color: #fff;
      font-size: 26px; }
      .navigation-bar .bars i:hover {
        color: #e67e22; }

#main-nav .container-fluid {
  display: none;
  border-radius: 0px;
  background-color: transparent;
  border-color: transparent;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  margin-bottom: 0px;
  z-index: 10;
  height: 60px;
  width: 100%;
  position: absolute; }
  #main-nav .container-fluid a {
    font-family: "Roboto", sans-serif;
    line-height: 30px;
    color: #ffffff;
    text-decoration: none; }
    #main-nav .container-fluid a:hover {
      color: #e67e22;
      text-decoration: none; }
    #main-nav .container-fluid a:visited {
      background-color: transparent; }
    #main-nav .container-fluid a:active {
      background-color: transparent; }
  #main-nav .container-fluid .navbar-brand {
    line-height: 60px;
    height: 50px;
    padding-top: 0; }
    #main-nav .container-fluid .navbar-brand img {
      display: inline-block;
      height: 25px; }
  #main-nav .container-fluid .responsive {
    display: block;
    height: 50px;
    line-height: 60px;
    font-size: 25px;
    float: right;
    padding-right: 20px;
    padding-top: 10px; }
#main-nav .responsive-nav {
  position: fixed;
  top: 0;
  right: -260px;
  height: 100%;
  width: 260px;
  background: #2e3233;
  opacity: 0.975;
  overflow: auto;
  z-index: 20;
  border-left: 3px solid rgba(255, 255, 255, 0.1);
  -webkit-background-clip: padding-box;
  /* for Safari */
  background-clip: padding-box;
  /* for IE9+, Firefox 4+, Opera, Chrome */
  overflow: hidden; }
  #main-nav .responsive-nav ul {
    padding: 15px;
    list-style: none; }
    #main-nav .responsive-nav ul.subnav {
      position: absolute;
      top: 0px;
      right: -260px; }
      #main-nav .responsive-nav ul.subnav.active {
        width: 100%; }
    #main-nav .responsive-nav ul a {
      color: #ffffff;
      font-weight: bold; }
      #main-nav .responsive-nav ul a:hover {
        text-decoration: none;
        color: #e67e22; }
      #main-nav .responsive-nav ul a li {
        border-top: 1px solid #444;
        padding: 15px 0px; }
        #main-nav .responsive-nav ul a li i {
          font-size: 20px;
          float: right; }
        #main-nav .responsive-nav ul a li:hover {
          text-decoration: none;
          color: #e67e22; }
        #main-nav .responsive-nav ul a li:last-child {
          border-bottom: 1px solid #444; }
        #main-nav .responsive-nav ul a li ul {
          display: none; }
          #main-nav .responsive-nav ul a li ul li ul {
            display: none; }
  @media screen and (max-width: 978px) {
    #main-nav .responsive-nav {
      display: block; } }

#homepage #main-nav .container-fluid {
  display: block; }
#homepage .navigation-bar {
  display: none; }
#homepage #banner {
  width: 100%;
  /* background-image: url('/img/homepage/locksmith-banner-bg.jpg');
  background-repeat:none;
  background-position:center -4em; */
  background-image: linear-gradient(110deg, #5C258D 10%, #4389A2 90%), url("/img/diamond-upholstery.png");
  background-repeat: repeat;
  background-blend-mode: multiply;
  padding-top: 40px;
  padding-bottom: 20px;
  text-align: center;
  height: auto; }
  #homepage #banner h1, #homepage #banner h2, #homepage #banner h3 {
    color: #ffffff;
    text-align: center; }
  #homepage #banner h1 {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-size: 60px;
    padding-bottom: 0px;
    margin-bottom: 0px; }
    @media screen and (max-width: 750px) {
      #homepage #banner h1 {
        font-size: 40px; } }
  #homepage #banner h3 {
    margin-top: 5px;
    margin-bottom: 40px; }
  #homepage #banner img {
    width: 30%;
    min-width: 230px;
    max-width: 340px;
    padding: 40px; }
#homepage .section {
  padding: 60px; }
#homepage #section-2 {
  text-align: center;
  color: #333333; }
  #homepage #section-2 h3 {
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    font-size: 35px;
    text-transform: uppercase;
    margin-bottom: 20px;
    margin-top: 0px; }
  #homepage #section-2 p {
    margin-bottom: 40px; }
#homepage svg {
  background-color: #e8e8e8; }
#homepage #bigTriangleColor {
  pointer-events: none; }
#homepage #bigTriangleColor path {
  fill: #fff;
  stroke: #fff;
  stroke-width: 2; }
#homepage #section-3 {
  background-color: #E8E8E8;
  color: #333;
  text-align: center;
  position: relative h3;
    position-font-family: "Open Sans", sans-serif;
    position-font-weight: 300;
    position-font-size: 35px;
    position-text-transform: uppercase;
    position-margin-bottom: 20px;
    position-margin-top: 0px; }
  #homepage #section-3 .service-block i {
    font-size: 30px;
    color: #5C258D;
    padding: 20px; }
  #homepage #section-3 .service-block h6 {
    font-size: 18px;
    margin: 0px; }
  #homepage #section-3 .service-block p {
    font-size: 12px; }

.footer {
  background-color: #efefef; }
  .footer a {
    color: #5C258D; }
  .footer .footer1 p {
    font-size: 12px; }
  .footer .footer1 .footer-col-1 {
    height: 120px;
    line-height: 120px; }
  .footer .footer1 .footer-col-2 {
    height: 120px;
    line-height: 120px; }
  .footer .footer1 .footer-col-3 {
    padding-top: 16px;
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    color: #777777; }
  .footer .footer1 .footer-col-4 {
    position: relative;
    height: 120px; }
    .footer .footer1 .footer-col-4 img {
      height: 70px;
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      left: 0;
      margin: auto; }
  .footer .footer2 {
    border-top: 1px solid #e2e2e2;
    font-size: 11px;
    line-height: 15px;
    color: #777777; }
    .footer .footer2 a {
      padding: 0px 5px 0px 5px; }
    .footer .footer2 .footer-btn {
      padding: 2px 4px 2px 4px;
      background: #5C258D;
      margin: 5px;
      border-radius: 3px;
      color: #ffffff; }
  @media (max-width: 768px) {
    .footer .footer2 {
      text-align: center; } }

#about .about-header {
  width: 100%;
  height: 290px;
  background-position: center;
  background-size: cover; }
  #about .about-header .pillbox {
    background-color: rgba(230, 126, 34, 0.8);
    padding: 10px 20px;
    margin-top: 150px;
    width: 310px;
    margin: 80px auto; }
    #about .about-header .pillbox h1 {
      text-align: center;
      font-size: 25px;
      color: #ffffff;
      font-family: "Roboto", sans-serif;
      font-weight: 300; }
#about .content-holder {
  padding: 20px 10px; }
  #about .content-holder #about-text {
    padding: 0px;
    line-height: 26px; }
  #about .content-holder .first {
    padding-top: 0px; }
  #about .content-holder .btn.outline.btn-outlined.btn-theme {
    margin: 5px; }
#about .img-holder {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px; }
  #about .img-holder img {
    margin: 0 auto;
    width: 200px; }
#about .links-holder {
  text-align: center; }

#contact .floating-label-form-group {
  position: relative;
  margin-bottom: 0;
  padding-bottom: .5em;
  border-bottom: 1px solid #eee; }
  #contact .floating-label-form-group input, #contact .floating-label-form-group textarea {
    z-index: 1;
    position: relative;
    padding-right: 0;
    padding-left: 0;
    border: 0;
    border-radius: 0;
    font-size: 1.5em;
    background: 0 0;
    box-shadow: none !important;
    resize: none;
    padding-top: 0px; }
  #contact .floating-label-form-group label {
    display: block;
    z-index: 0;
    position: relative;
    top: 2em;
    margin: 0;
    font-size: .85em;
    line-height: 1.764705882em;
    vertical-align: middle;
    vertical-align: baseline;
    opacity: 0;
    -webkit-transition: top .3s ease,opacity .3s ease;
    -moz-transition: top .3s ease,opacity .3s ease;
    -ms-transition: top .3s ease,opacity .3s ease;
    transition: top .3s ease,opacity .3s ease; }
  #contact .floating-label-form-group:not(:first-child) {
    padding-left: 14px;
    border-left: 1px solid #eee; }
#contact .floating-label-form-group-with-value label {
  top: 0;
  opacity: 1; }
#contact .floating-label-form-group-with-focus label {
  color: #18bc9c; }
#contact form .row:first-child .floating-label-form-group {
  border-top: 1px solid #eee; }
#contact #contactForm {
  padding-top: 50px;
  padding-bottom: 50px; }
  #contact #contactForm .btn-default, #contact #contactForm .btn-default:focus, #contact #contactForm .btn-default:active, #contact #contactForm .btn-default.active, #contact #contactForm .open > .dropdown-toggle.btn-default {
    color: #ffffff;
    background-color: #e67e22;
    border-color: #e67e22; }
    #contact #contactForm .btn-default:hover, #contact #contactForm .btn-default:focus:hover, #contact #contactForm .btn-default:active:hover, #contact #contactForm .btn-default.active:hover, #contact #contactForm .open > .dropdown-toggle.btn-default:hover {
      background-color: #c96a17; }

#privacy .row.header {
  margin-bottom: 20px; }

#blog .blog-post {
  font-family: "Roboto", sans-serif;
  padding: 10px 10px; }
  #blog .blog-post h2 {
    color: #5C258D;
    font-variant: small-caps; }
  #blog .blog-post .blog-post-meta a {
    font-weight: 800;
    color: #e67e22; }
    #blog .blog-post .blog-post-meta a:hover {
      text-decoration: none; }

/*# sourceMappingURL=style.css.map */
