p, li, a, input, label {
    font-family: 'Varela Round', sans-serif;
    font-size: 13px;
    line-height: 200%;
    color: #212026;
}

h1, h2, h3, h4, .navbar-nav > li > a, .navbar-nav > li, .footer-nav > li > a, .service-link > a, label.control-label, button, .view-details, footer a, .btn-custom {
    font-family: 'Vollkorn', serif;
    letter-spacing: 3px;
    font-size: 12px;
    text-transform: uppercase;
}

h1 {
    margin-bottom: 30px;
    font-size: 18pt;
    border-bottom: 1px solid #212026;
}

h1.horizontal-line {
    overflow: hidden;
    text-align: center;
    border-bottom: none;
}

h1.horizontal-line:before,
h1.horizontal-line:after {
    background-color: #333;
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 50%;
}

h1.horizontal-line:before {
    right: 0.5em;
    margin-left: -50%;
}

h1.horizontal-line:after {
    left: 0.5em;
    margin-right: -50%;
}

h1.shop-header, h1.shop-header-gold {
    border: none;
    text-align: center;
}

h1.shop-header-gold {
    color: #B49A68;
}

p > a, p > a:hover  {
    color: #B49A68;
    text-decoration: underline;
}

p > a:hover  {
    color: #212026;
    text-decoration: none;
}

.service-link {
    padding-top: 10px;
}

.logo-banner {
    background: #f4ebe6;
}

.logo-banner .logo {
    width: 300px;
    margin: 20px;
}

/* navbar */
.navbar-default {
    background-color: #212026;
    border: none;
    text-transform: uppercase;
    border-radius: 0;
    text-align: center;
    margin-bottom: 40px;
    min-height: 40px;
}

.navbar-default .navbar-nav {
    float:none;
    margin: 0 auto;
    display: block;
    text-align: center;
}

.navbar-nav > li {
    display: inline-block;
    float:none;
    margin: 0px 10px;

}

.navbar-nav > li > a { 
    padding-top: 10px;
    padding-bottom: 10px;
}

/* Link */
.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus {
    color: white;
    background-color: #212026;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .open > a:hover,
footer a:hover {
    color: #B49A68;
    background-color: #212026;
}

.navbar-default .navbar-nav > li > a:hover span,
.navbar-default .navbar-nav > .active > a:hover span,
.navbar-default .navbar-nav > .open > a:hover span {
    border-bottom: 1px solid #B49A68;
    padding: 0px 5px;
}

.active span {
    border-bottom: 1px solid #B49A68;
    padding: 0px 5px;
}

footer {
    position:fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #212026;
    padding: 8px 0px;
}

footer a, footer h4 {
    color: white;
}

footer h4 {
    display: inline;
    padding-right: 20px;
}

.av-image {
    border: 1px solid #212026;
    padding: 20px;
    width: 100%;
}

.homepage-quote {
    font-size: 18pt;
    border: none;
    text-align: center;
    width: 100%;
}

.service-icon {
    width: 150px;
}

.services {
    padding-top: 20px;
}

.h4-service {
    margin-top: 20px;
}

form.contact-form > div.form-group > label.control-label {
    text-transform: uppercase;
    background: #212026;
    color: white;
    text-align: left;
    padding: 10px 15px 10px 35px;
}

form.contact-form > div.form-group > div > input.form-control  {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    border: 1px solid #212026 !important;
    padding: 21px 5px;
}

form.contact-form > div.form-group > div > textarea.form-control {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    border: 1px solid #212026 !important;
    margin-right: 20px;
    resize: none;
}

form.contact-form > div.form-group > div > button {
    background: #212026;
    text-transform: uppercase;
    background: #212026;
    color: white;
    text-align: center;
    border: 1px solid #212026;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

form.contact-form > div.form-group > div {
    padding-left: 0px;
}

.no-fg-margin {
    margin-bottom: 0px;
}

.side-padding {
    padding: 0px 40px;
}

.view-details {
    color: black;
    text-decoration: underline;
    margin-top: 20px;
    display: block;
}

.project-image, .article-image, .shop-image {
    display: block;
    margin: 0px;
    text-align: center;
    width: 100%;
}

.work-col-container {
    padding: 20px; 
    margin-top: 20px; 
    border: 1px solid #212026;
}

.work-col-container:hover {
    border-color: #B49A68;
}

.work-col {
  position: relative;
  width: 100%;
  cursor: pointer;
}

.work-col > img {
  display: block;
  width: 100%;
  height: auto;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: rgba(255, 255, 255, 0.9);
}

.work-col:hover .overlay {
  opacity: 1;
}

.overlay h4 {
  color: #B49A68;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

@media only screen and (max-width: 766px) {
    footer .col-md-3 {
        text-align: center !important;
    }
}

.btn-custom {
    margin-top: 60px;
    background: #212026;
    color: white;
    padding: 10px 15px;
    text-transform: uppercase;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

.btn-custom:hover, .btn-custom:active, .btn-custom:focus {
    color: #B49A68;
}

.btn-custom-no-margin {
    margin-top: 10px !important;
}

.btn-custom-modal {
    background: #212026;
    color: white;
    text-transform: uppercase;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

#loader{
    display: none;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('../img/loader.gif') 50% 50% no-repeat rgba(255,255,255, 0.7);
}

body {
    padding-bottom: 100px;
}

.footer-left, .footer-center, .footer-right {
    text-align: center;
}

.details .project-image {
    margin-top: 20px;
    border: 1px solid #212026;
}

/* centered columns styles */
.row-centered {
    text-align:center;
}
.col-centered {
    display:inline-block;
    float:none;
    /* reset the text-align */
    text-align:left;
    /* inline-block space fix */
    margin-right:-4px;
    text-align: center;
}

@media (min-width: 801px) {
    .footer-left {
        text-align: left;
    }

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

    .footer-right {
        text-align: right;
    }

    .project-image-equal-height img {
        height: 515px;
        width: auto;
    }
}

.av-thumbnail {
    padding-top: 20px;
    cursor: pointer;
}

.product-details {
    border: 2px solid #212026;
    padding: 20px;
}

.product-colour {
    margin: 5px;
    cursor: pointer;
}

.av-colours {
    margin: 20px 0px;
}

.av-selected-colour {
    border: 5px solid #212026;
}

#placeOrderModal .modal-body {
    text-align: center;
    padding: 40px 60px;
}

#placeOrderModal .modal-body .input-group {
    margin: 20px 0px;
}