/*! formalize.css | MIT License | github.com/interacthings/formalize */
*, *:before, *:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-rendering: optimizeLegibility; }

body {
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

a {
  text-decoration: none; }

img {
  vertical-align: middle; }

blockquote, dl, dd, h1, h2, h3, h4, h5, h6, figure, p, pre, fieldset, ul, ol, menu, form {
  margin: 0; }

button, fieldset, iframe {
  border: 0; }

fieldset, ul, ol, button, menu {
  padding: 0; }

ol, ul {
  list-style: none; }

textarea {
  resize: vertical; }

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0; }

td {
  padding: 0; }

/* GLOBAL */
body {
  font-family: 'Montserrat', sans-serif; }

input, textarea, button, select {
  outline: 0; }

button {
  cursor: pointer; }

a {
  -webkit-transition: 300ms;
  transition: 300ms; }
  a:hover {
    text-decoration: none; }

.site-title {
  font-family: 'Playfair Display', serif;
  text-align: center;
  font-size: 36px; }
  .site-title:after {
    content: '';
    display: block;
    width: 100px;
    height: 3px;
    background: #E50C0C;
    margin: 15px auto 35px auto; }

.btn-primary {
  background: #c0b596;
  padding: 10px 25px;
  font-weight: 600;
  display: inline-block;
  margin-top: 15px !important; }
  .btn-primary:hover {
    background: #8a816a; }

#preloader {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  z-index: 99999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

#preloader:before,
#preloader:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  z-index: -1;
  background-color: #171616;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

#preloader:after {
  left: auto;
  right: 0; }

#preloader .loader_line {
  margin: auto;
  width: 1px;
  height: 250px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s; }

.loader_line:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 1px;
  height: 0%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #fff;
  -webkit-animation: lineheight 1000ms ease-in-out 0s forwards;
  animation: lineheight 1000ms ease-in-out 0s forwards; }

.loader_line:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #777;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-animation: lineround 1200ms linear 0s infinite;
  animation: lineround 1200ms linear 0s infinite;
  -webkit-animation-delay: 2000ms;
  animation-delay: 2000ms; }

@-webkit-keyframes lineheight {
  0% {
    height: 0%; }
  100% {
    height: 100%; } }

@keyframes lineheight {
  0% {
    height: 0%; }
  100% {
    height: 100%; } }

@-webkit-keyframes lineround {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); }
  100% {
    -webkit-transform: translateY(200%);
    transform: translateY(200%); } }

@keyframes lineround {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); }
  100% {
    -webkit-transform: translateY(200%);
    transform: translateY(200%); } }

/*hiding all*/
.preloaded .loader_line:after {
  opacity: 0; }

.preloaded .loader_line {
  opacity: 0;
  height: 100% !important; }

.preloaded:before,
.preloaded:after {
  -webkit-animation: preloadedzero 300ms ease-in-out 500ms forwards;
  animation: preloadedzero 300ms ease-in-out 500ms forwards; }

@-webkit-keyframes preloadedzero {
  0% {
    width: 50%; }
  100% {
    width: 0%; } }

@keyframes preloadedzero {
  0% {
    width: 50%; }
  100% {
    width: 0%; } }

.header {
  overflow: hidden; }
  .header-top {
    background: #B7060D;
    padding: 18px 0;
    color: #000;
    font-size: 15px; }
    .header-top .container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
    .header-top a {
      color: #fff; }
    .header-top i {
      color: #000000;
      margin-right: 10px; }
  .header-contact a {
    margin-left: 20px;
    display: inline-block; }
    .header-contact a:first-child {
      border-right: 1px solid #c0b596;
      padding-right: 20px;
      line-height: 25px; }
  .header-middle {
    background: #404040;
    height: 95px; }
    .header-middle.sticky {
      position: fixed;
      top: 0;
      width: 100%;
      z-index: 9999; }
    .header-middle .container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
    .header-middle .logo img {
      max-height: 95px; }
    .header-middle .menu-btn {
      display: none; }
    .header-middle .main-menu ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .header-middle .main-menu ul li {
        margin-left: 35px;
        line-height: 95px; }
        .header-middle .main-menu ul li a {
          font-size: 14px;
          font-weight: 600;
          color: #fff; }
          .header-middle .main-menu ul li a:hover {
            color: #c0b596; }

@media screen and (max-width: 1024px) {
  .header-top {  
    display: none; }
  .header-middle {
    height: auto; }
    .header-middle .menu-btn {
      display: block;
      margin-top: 25px; }
      .header-middle .menu-btn button {
        background: none;
        color: #fff;
        font-size: 30px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        cursor: pointer;
        outline: 0; }
    .header-middle .main-menu ul {
      background: #272c3f;
      display: none;
      position: absolute;
      left: 0;
      top: 95px;
      width: 100%;
      z-index: 9999;
      border-top: 2px solid rgba(255, 255, 255, 0.2); }
      .header-middle .main-menu ul li {
        line-height: 45px; } }

.main-slider .owl-nav button {
  background: #ED0808 !important;
  width: 50px;
  height: 50px;
  color: #fff !important;
  position: absolute;
  top: calc(50% - 40px);
  outline: 0; }
  .main-slider .owl-nav button.owl-prev {
    background: #c0b596;
    left: 0; }
  .main-slider .owl-nav button.owl-next {
    right: 0; }

.home-about {
  margin-top: 50px; }
  .home-about-image {
    position: relative; }
    .home-about-image img {
      max-width: 100%;
      position: relative;
      z-index: 99;
      -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
      box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25); }
    .home-about-image:after {
      content: '';
      width: 100%;
      height: 100%;
      display: block;
      background: #c0b596;
      top: -25px;
      left: -25px;
      position: absolute;
      opacity: .3; }
  .home-about-content {
    font-size: 14px;
    line-height: 28px; }
    .home-about-content h3 {
      font-family: 'Playfair Display', serif;
      margin-bottom: 30px; }

.fields {
  background: #f5f5f5;
  padding-top: 70px;
  padding-bottom: 50px;
  margin-top: 70px; }

.field-box {
  margin-top: 30px;
  text-align: center; }
  .field-box-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
    border: 1px solid rgba(192, 181, 150, 0.5);
    border-radius: 50%;
    width: 100px;
    height: 100px;
    color: #c0b596;
    margin-bottom: 20px; }
  .field-box h3 {
    font-family: 'Playfair Display', serif;
    font-size: 24px; }
    .field-box h3:after {
      content: '';
      display: block;
      width: 50px;
      height: 3px;
      background: #c0b596;
      margin: 15px auto 35px auto; }

.teams {
  margin-top: 100px;
  margin-bottom: 0px; }
  .teams .btn-primary {
    margin: 50px auto 0 auto !important; }

.team-member {
  margin-bottom: 30px; }
  .team-member-avatar {
    border: 0px solid #FFFFFF;
    text-align: center;
    padding-top: 25px;
    overflow: hidden; }
    .team-member-avatar img {
      width: 90%;
      -webkit-transition: 300ms;
      transition: 300ms; }
    .team-member-avatar:hover img {
      -webkit-transform: scale(1.1);
      transform: scale(1.1); }
  .team-member-name {
    font-family: 'Arial', serif;
    font-size: 18px;
    text-align: center;
    margin-top: 15px; }

@media screen and (max-width: 960px) {
  .home-about-image {
    margin-bottom: 30px; }
  .home-about .btn-primary {
    display: block;
    text-align: center; } }

.breadcrumb {
  background: url(../img/pagehead.jpeg) no-repeat center top/cover;
  height: 100px;
  position: relative; }
  .breadcrumb .container {
    height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: -15px; }
  .breadcrumb:before {
    content: "";
    background: -webkit-gradient(linear, left top, right top, color-stop(8%, rgba(21, 26, 48, 0.79)), color-stop(46%, rgba(21, 26, 48, 0.79)), color-stop(95%, rgba(21, 26, 48, 0.07)), to(rgba(21, 26, 48, 0)));
    background: linear-gradient(to right, rgba(21, 26, 48, 0.79) 8%, rgba(21, 26, 48, 0.79) 46%, rgba(21, 26, 48, 0.07) 95%, rgba(21, 26, 48, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c9151a30', endColorstr='#00151a30', GradientType=1);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0; }
  .breadcrumb h1 {
    position: relative;
    color: #fff;
    font-family: 'Playfair Display', serif;
    font-size: 32px;
    font-weight: 300;
    text-transform: capitalize;
    margin: 0;
    padding: 0;
    line-height: 1; }

.page {
  padding-top: 20px;
  padding-bottom: 30px;
  font-size: 15px;
  line-height: 24px;
  color: #333; }
  .page p {
    margin-bottom: 10px; }
  .page ul li {
    list-style: square;
    margin-left: 20px;
    margin-bottom: 10px; }

.contact-title {
  font-size: 30px;
  font-family: 'Playfair Display', serif;
  margin-bottom: 60px; }

.contact-info li {
  margin-left: 0 !important;
  list-style: none !important;
  margin-bottom: 30px !important; }
  .contact-info li span {
    font-family: 'Playfair Display', serif;
    color: #666;
    font-size: 24px;
    margin-bottom: 10px;
    display: block; }

.contact-form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.contact-form input, .contact-form textarea {
  background: #ebebeb;
  padding: 0 15px;
  height: 40px;
  border: none;
  font-size: 13px;
  width: 100%;
  margin-bottom: 15px; }
  .contact-form input.half, .contact-form textarea.half {
    width: calc(50% - 10px); }

.contact-form textarea {
  padding: 15px;
  height: 75px;
  resize: none; }

.contact-map {
  margin-top: 40px; }
  .contact-map img {
    width: 100%; }

@media screen and (max-width: 960px) {
  .breadcrumb h1 {
    font-size: 30px; } }

.footer {
  background: #404040;
  padding-top: 50px; }
  .footer-logo img {
    max-height: 100px; }
  .footer-title {
    font-family: 'Playfair Display', serif;
    color: #c0b596;
    font-size: 24px;
    margin-bottom: 25px; }
  .footer-social a {
    color: #fff;
    font-size: 30px;
    margin-right: 25px;
    -webkit-transition: 300ms;
    transition: 300ms; }
    .footer-social a:hover {
      color: #c0b596; }
  .footer-contact {
    color: #fff;
    font-size: 14px; }
    .footer-contact p {
      margin-bottom: 20px; }
  .footer-bottom {
    font-family: 'Playfair Display', serif;
    border-top: 1px solid rgba(192, 181, 150, 0.3);
    padding: 30px 0;
    color: #fff;
    font-size: 14px;
    text-align: center; }

@media screen and (max-width: 960px) {
  .footer {
    text-align: center; } }


  .page-content {
    width: calc(100%);
    margin-bottom: 50px; }
    .page-content.full {
      width: 100%; }
    .page-content h1 {
      padding: 18.5px;
      font-size: 22px;
      font-weight: 600;
      border-top: 2px solid #000;
      border-bottom: 2px solid #000; }
    .page-content p {
      margin-top: 20px; }
    .page-content a {
      color: #d10202; }
	  
	  
.product-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.product {
  width: calc(33.3333% - 20px);
  margin-right: 30px;
  margin-bottom: 30px; }
  .product:nth-child(3n) {
    margin-right: 0; }
  .product-image {
    -webkit-box-shadow: 0 0 0 1px #eaeaea;
    box-shadow: 0 0 0 1px #eaeaea;
    border: 1px solid #f8f8f8;
    padding: 10px;
    overflow: hidden; 
	}
    .product-image:hover img {
      -webkit-transform: scale(1.2);
      transform: scale(1.2); }
    .product-image img {
      -webkit-transition: 300ms;
      transition: 300ms;
      width: 100%; }
  .product-title {
    background: #f6f6f6;
    height: 66px;
    text-align: center;
    padding-top: 10px;
    margin-top: 5px; }
    .product-title a {
      color: #000; }
    .product-title span {
      color: #d10202;
      display: block;
      font-size: 14px; }
  .product-detail-image {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .product-detail-image a {
      width: calc(100% - 20px);
      padding: 15px;
      overflow: hidden;
      display: block; }
      .product-detail-image a:hover img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1); }
    .product-detail-image img {
      width: 100%;
      -webkit-transition: 300ms;
      transition: 300ms; }
	  
 .product-detail-title {
    font-size: 20px;
    padding-bottom: 10px;
    margin-bottom: 15px;
    margin-top: 25px;
    border-bottom: 1px solid #000; }
  .product-catalogue {
    padding: 25px;
    display: inline-block;
    border: 1px solid #ebebeb;
    -webkit-box-shadow: 0 0 7px 1px #ebebeb;
    box-shadow: 0 0 7px 1px #ebebeb; }	  