/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
body,
html {
  font-family: 'Lato', sans-serif;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  color: #ecf0f1;
  background-color: #262624;
  height: 100%;
  width: 100%;
}
h1 {
  font-weight: 700;
}
h1 strong {
  font-weight: 900;
}
h2 {
  font-size: 36px;
  margin: 0;
}
h3 {
  font-size: 16px;
  font-weight: 700;
}
h5 {
  text-transform: uppercase;
  font-weight: 700;
  line-height: 20px;
}
p {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
}
a {
  color: #6f6f6d;
  transition: all 0.5s;
}
a:hover {
  text-decoration: none;
  color: #7f6119;
}
a:focus {
  text-decoration: none;
  color: #7f6119;
  outline: none;
  outline-offset: none;
}
.img-centered {
  margin: 0 auto;
}
ul,
ol {
  list-style: none;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.clearfix {
  display: inline-block;
  display: block;
}
* html .clearfix {
  height: 1%;
}
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #262624;
  z-index: 99999;
  height: 100%;
}
#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}
#loader {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #aa8121;
  -webkit-animation: spin 2s linear infinite;
  /* Chrome, Opera 15+, Safari 5+ */
  animation: spin 2s linear infinite;
  /* Chrome, Firefox 16+, IE 10+, Opera */
}
#loader:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #ecf0f1;
  -webkit-animation: spin 3s linear infinite;
  /* Chrome, Opera 15+, Safari 5+ */
  animation: spin 3s linear infinite;
  /* Chrome, Firefox 16+, IE 10+, Opera */
}
#loader:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #aa8121;
  -webkit-animation: spin 1.5s linear infinite;
  /* Chrome, Opera 15+, Safari 5+ */
  animation: spin 1.5s linear infinite;
  /* Chrome, Firefox 16+, IE 10+, Opera */
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(0deg);
    /* IE 9 */
    transform: rotate(0deg);
    /* Firefox 16+, IE 10+, Opera */
  }
  100% {
    -webkit-transform: rotate(360deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(360deg);
    /* IE 9 */
    transform: rotate(360deg);
    /* Firefox 16+, IE 10+, Opera */
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(0deg);
    /* IE 9 */
    transform: rotate(0deg);
    /* Firefox 16+, IE 10+, Opera */
  }
  100% {
    -webkit-transform: rotate(360deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(360deg);
    /* IE 9 */
    transform: rotate(360deg);
    /* Firefox 16+, IE 10+, Opera */
  }
}
#status {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 64px;
  height: 64px;
  margin: -32px 0 0 -32px;
  padding: 0;
  color: #aa8121;
  text-align: center;
  font-size: 2em;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#status > .fa {
  font-size: 3em;
}
.section-title {
  padding: 30px 0;
}
.section-title h2 {
  font-weight: 400;
  margin-bottom: 26px;
}
hr {
  height: 3px;
  width: 60px;
  position: relative;
  background: #aa8121;
  border: 0;
  margin-bottom: 30px;
}
#menu {
  padding: 20px;
  transition: all 0.8s ease-in-out;
}
#menu a.navbar-brand {
  text-transform: uppercase;
  font-size: 22px;
  color: #ecf0f1;
  font-weight: 700;
  letter-spacing: 1px;
}
#menu a.navbar-brand i.fa {
  color: #aa8121;
}
@media (max-width: 768px) {
  #menu {
    background-color: #262624 !important;
    padding: 0 !important;
  }
}
#menu.navbar-default {
  background-color: rgba(248, 248, 248, 0);
  border-color: rgba(231, 231, 231, 0);
}
#menu.navbar-default .navbar-nav > li > a {
  text-transform: uppercase;
  color: #ecf0f1;
  font-size: 12px;
  letter-spacing: 1px;
}
#menu.navbar-default .navbar-nav > li > a:hover {
  color: #aa8121;
}
.on {
  background-color: #262624 !important;
  padding: 0 !important;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #aa8121;
  border-color: #aa8121;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #aa8121 !important;
  background-color: transparent;
}
.navbar-default .navbar-toggle:hover > .icon-bar {
  background-color: #ffffff;
}
.navbar-toggle {
  border-radius: 0;
}
@media (max-width: 863px) {
  .navbar-default .navbar-brand > p {
    display: none;
  }
}
header {
  position: relative;
  width: 100%;
  background: url(../img/rr_interior.jpg);
  background-size: cover;
  background-position: center;
  text-align: center;
  color: white;
  padding-top: 70px;
  min-height: 100%;
}
header .header-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
header .header-content .header-content-inner {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
header .header-content .header-content-inner p {
  font-size: 18px;
  margin-left: auto;
  margin-right: auto;
  white-space: nowrap;
}
header .header-content .header-content-inner h3 {
  white-space: nowrap;
}
@media (max-width: 768px) {
  header .header-content .header-content-inner h3,
  header .header-content .header-content-inner p {
    display: none;
  }
}
.intro-text {
  position: relative;
  padding-top: 100px;
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 170px;
}
.intro-text H1 {
  font-size: 70px;
  text-transform: uppercase;
  color: #bdc3c7;
  letter-spacing: 2px;
}
.color {
  color: #aa8121;
}
.btn-default {
  font-family: 'Open Sans', sans-serif;
  background: transparent;
  border: 2px solid #ecf0f1;
  border-radius: 4px;
  padding: 6px 14px;
  margin-top: 20px;
  color: #ecf0f1;
  font-size: 16px;
  transition: all 0.5s;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active {
  background-color: #ecf0f1;
  color: #262624;
  border-color: #ecf0f1;
}
.space {
  margin-top: 40px;
}
#works-section {
  background-color: #262624;
}
#works-section i.fa {
  font-size: 30px;
  padding: 5px;
  color: #7f6119;
}
#works-section hr {
  background: #aa8121;
}
#where-are-we {
  display: block;
  position: relative;
  height: calc(33%);
  width: 100%;
}
#where-are-we i.fa {
  font-size: 30px;
  padding: 5px;
  color: #7f6119;
}
#where-are-we hr {
  background: #aa8121;
}
.categories {
  padding-bottom: 30px;
  text-align: center;
}
ul.cat li {
  display: inline-block;
}
ol.type li {
  display: inline-block;
  margin-left: 20px;
}
ol.type li a {
  color: #51633d;
  border: 1px solid #f7dc6f;
  padding: 8px 16px;
  border-radius: 3px;
}
ol.type li a.active {
  background: #f7dc6f;
}
ol.type li a:hover {
  background: #f7dc6f;
}
.isotope-item {
  z-index: 2;
  margin-right: -1px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.isotope-hidden.isotope-item {
  z-index: 1;
}
.isotope {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  transition-duration: 0.8s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  transition-duration: 0.8s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  transition-property: transform, opacity;
}
.portfolio-item {
  margin-bottom: 30px;
}
.portfolio-item .hover-bg {
  height: 260px;
  overflow: hidden;
  position: relative;
}
.hover-bg .hover-text {
  position: absolute;
  text-align: center;
  margin: 0 auto;
  color: #c0cbce;
  background: rgba(252, 255, 247, 0.8);
  padding: 25% 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: all 0.5s;
}
.hover-bg .hover-text > h4 {
  opacity: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  transition: all 0.3s;
  font-size: 20px;
}
.hover-bg .hover-text > i {
  opacity: 0;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  transition: all 0.3s;
}
.portfolio-modal .btn-primary:hover,
.portfolio-modal .btn-primary:focus,
.portfolio-modal .btn-primary.focus,
.portfolio-modal .btn-primary:active,
.portfolio-modal .btn-primary.active {
  color: #ecf0f1;
  background-color: #262624;
  border-color: #262624;
}
.portfolio-modal .modal-content {
  padding: 100px 0;
  min-height: 100%;
  border: 0;
  border-radius: 0;
  text-align: center;
  background-clip: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #262624;
}
.portfolio-modal .modal-content h2 {
  margin-bottom: 15px;
  font-size: 2.5em;
}
.portfolio-modal .modal-content p {
  margin-bottom: 30px;
}
.portfolio-modal .modal-content p.item-intro {
  margin: 10px 0 30px;
  font-size: 14px;
  font-style: italic;
}
.portfolio-modal .modal-content ul.list-inline {
  margin-top: 0;
  margin-bottom: 30px;
}
.portfolio-modal .modal-content img {
  margin-bottom: 30px;
}
.portfolio-modal .modal-content .modal-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.portfolio-modal .close-modal {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 75px;
  height: 75px;
  background-color: transparent;
  cursor: pointer;
}
.portfolio-modal .close-modal .lr {
  z-index: 1051;
  width: 1px;
  height: 75px;
  margin-left: 35px;
  background-color: #ecf0f1;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.portfolio-modal .close-modal .lr .rl {
  z-index: 1052;
  width: 1px;
  height: 75px;
  background-color: #ecf0f1;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.portfolio-modal .close-modal:hover {
  opacity: .3;
}
.portfolio-modal .btn-primary {
  color: #ecf0f1;
  background-color: transparent;
  border-color: #ecf0f1;
  transition: all 0.5s;
}
.price-list {
  display: inline-block;
}
@media (max-width: 600px) {
  .price-list {
    margin: 0;
  }
}
.price-list tr th {
  text-align: center;
  padding: 1em;
}
.price-list tr td {
  padding: 1em;
}
.price-list tr td:first-of-type {
  text-align: left;
  font-weight: 900;
}
#services-section {
  position: relative;
  padding: 80px 0;
  background-image: url(../img/rr_interior_2.jpg);
  background-size: cover;
  background-position: center;
  min-height: calc(100%);
}
#services-section #prices,
#services-section #colours {
  position: relative;
}
#services-section .content {
  margin: auto;
  text-align: center;
  width: 100%;
  height: 100%;
  display: inline-block;
}
#services-section .content .prices {
  background-color: #262624;
  display: inline-block;
  height: 100%;
  width: 100%;
  max-width: 520px;
  padding: 2em 0;
}
@media (max-width: 600px) {
  #services-section .content .prices {
    width: 275px;
  }
}
#services-section .content h1 {
  display: inline-block;
  font-weight: 200;
}
#services-section #colours {
  margin-bottom: 1em;
}
@media (max-width: 600px) {
  #services-section #colours {
    padding: 0;
  }
}
#services-section #colours .price-list {
  width: 238px;
  height: 328px;
}
@media (max-width: 600px) {
  #services-section #colours .price-list:first-of-type {
    height: auto;
  }
}
#services-section #colours .price-list td {
  width: 124px;
}
#services-section .row {
  margin: 0 !important;
}
#about-section {
  position: relative;
  padding: 80px 0;
  background-image: url(../img/rr_coleraine.jpg);
  background-size: cover;
  background-position: center;
  text-align: center;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@theme-grey', endColorstr='@theme-grey', GradientType=0);
  color: #262624;
}
#about-section h4 {
  color: #ecf0f1;
  font-size: 20px;
}
#about-section li {
  margin-bottom: 6px;
  list-style: none;
  padding: 0;
}
#about-section li:before {
  content: "✓";
  color: #aa8121;
  padding-right: 5px;
}
#about-section p {
  font-size: 20px;
  margin: 0 auto;
}
@media (max-width: 320px) {
  #about-section p {
    font-size: 15px;
  }
}
@media (min-width: 768px) {
  #about-section p {
    width: 500px;
  }
}
#about-section .container {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
#team-section {
  padding: 80px 0;
  background: #aa8121;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #aa8121), color-stop(1, #d5a129));
  background: -ms-linear-gradient(bottom, #aa8121, #d5a129);
  background: -moz-linear-gradient(center bottom, #aa8121 0%, #d5a129 100%);
  background: -o-linear-gradient(#d5a129, #aa8121);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d5a129', endColorstr='#aa8121', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='darken(@theme-primary, 20%)', endColorstr='darken(@theme-primary, 20%)', GradientType=0);
}
#team-section hr {
  background: #aa8121;
}
#team-section .item {
  padding: 0;
  margin: 15px;
  text-align: center;
}
#team-section .thumbnail {
  background: transparent;
  border: 0;
}
#team-section .thumbnail .caption {
  padding: 9px;
  color: #1c424d;
}
#team-section i.fa {
  font-size: 16px;
  color: #faeaab;
  margin-top: 10px;
}
#team-section i.fa:hover {
  color: #1c424d;
}
img.img-circle.team-img {
  width: 120px;
  height: 120px;
  border: 4px solid transparent;
  transition: all 0.5s;
}
.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  filter: alpha(opacity=1);
  opacity: 1;
  -webkit-border-radius: 0;
  -moz-border-radius: 20px;
  border-radius: 50%;
  background: #ecf0f1;
  transition: all 0.5s;
}
.owl-theme .owl-controls .owl-page.active span {
  filter: alpha(opacity=100);
  opacity: 1;
  background: #94aab0;
}
.owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: alpha(opacity=100);
  opacity: 1;
  background: #94aab0;
}
/* background setup */
.background {
  background-repeat: no-repeat;
  /* custom background-position */
  background-position: 50% 50%;
  /* ie8- graceful degradation */
  background-position: 50% 50%9 !important;
}
.fullscreen,
.content-a {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.fullscreen.overflow,
.fullscreen.overflow .content-a {
  height: auto;
  min-height: 100%;
}
/* content centering styles */
.content-a {
  display: table;
}
.content-b {
  display: table-cell;
  position: relative;
  vertical-align: middle;
  text-align: center;
}
#testimonials-section {
  padding: 80px 0;
  background: url(../img/rr_alley.jpg);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  background-position: center;
  position: relative;
  color: #ecf0f1;
}
#testimonials-section .container {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 520px) {
  #testimonials-section h2 {
    font-size: 25px;
    transition: all 0.3s ease-in-out;
  }
}
#testimonial {
  padding: 30px 0;
}
#testimonial .item {
  display: block;
  width: 100%;
  height: auto;
}
#testimonial .item p {
  font-weight: 400;
  margin: 0 0 30px 0;
}
.contactLoading {
  margin-top: 2em;
}
#contact-section {
  padding: 80px 0 20px 0;
  background-color: #262624;
  display: block;
  position: relative;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='darken(@theme-primary, 20%)', endColorstr='darken(@theme-primary, 20%)', GradientType=0);
}
#contact-section .btn:hover,
#contact-section .btn:focus {
  background: #ecf0f1;
  border: 2px solid #ecf0f1;
  color: #6f6f6d;
}
#contact-section hr {
  background: #aa8121;
}
#contact-section h3 {
  font-size: 20px;
  font-weight: 400;
}
#contact-section form {
  padding: 30px 0;
}
#contact-section .fa {
  color: #f8e287;
  margin-bottom: 10px;
}
#contact-section .form-control {
  display: block;
  width: 100%;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 2px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
#contact-section .form-control:focus {
  border-color: inherit;
  outline: 0;
  -webkit-box-shadow: transparent;
  box-shadow: transparent;
}
#contact-section .social {
  margin-top: 10px;
}
#contact-section .social ul {
  -webkit-padding-start: 0 !important;
}
#contact-section .social ul li {
  display: inline-block;
  margin: 0 20px;
}
#contact-section .social i.fa {
  font-size: 26px;
  padding: 4px 5px;
  color: #f8e287;
  transition: all 0.5s;
}
#contact-section .social i.fa:hover {
  color: #ffe98b;
}
#contact-section .btn {
  background: transparent;
  border: 2px solid #ecf0f1;
  border-radius: 4px;
  padding: 6px 14px;
  margin-top: 20px;
  color: #ecf0f1;
  font-size: 16px;
  transition: all 0.5s;
}
#contact-section .text-danger {
  color: #cc3300;
  text-align: left;
}
label {
  font-size: 12px;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
  float: left;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: none;
  outline-offset: none;
}
#footer {
  background: #262624;
  padding: 15px 0 10px 0;
  color: #ecf0f1;
  text-align: center;
}
#footer p {
  margin-top: 10px;
}
.alignCenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.scroller {
  padding: 20px 0;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.pointers {
  width: 28px;
  margin-top: 0.5em;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pointers > span {
  width: 10px;
  height: 10px;
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Chrome, Safari, Opera */
  transform: rotate(45deg);
  border-right: 2px solid #aa8121;
  border-bottom: 2px solid #aa8121;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.unu,
.doi,
.trei {
  -webkit-animation: mouse-scroll 1s infinite;
  -moz-animation: mouse-scroll 1s infinite;
}
.unu {
  -webkit-animation-delay: .1s;
  -moz-animation-delay: .1s;
  -webkit-animation-direction: alternate;
}
.doi {
  -webkit-animation-delay: .2s;
  -moz-animation-delay: .2s;
  -webkit-animation-direction: alternate;
}
.trei {
  -webkit-animation-delay: .3s;
  -moz-animation-delay: .3s;
  -webkit-animation-direction: alternate;
}
.mouse {
  height: 42px;
  width: 28px;
  border-radius: 20px;
  transform: none;
  border: 3px solid white;
  top: 170px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  background-color: #aa8121;
}
.wheel {
  height: 10px;
  width: 4px;
  display: block;
  margin: 7px auto;
  background: white;
  position: relative;
}
.wheel {
  -webkit-animation: mouse-wheel 1.2s ease infinite;
  -moz-animation: mouse-wheel 1.2s ease infinite;
}
@-webkit-keyframes mouse-wheel {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
  }
}
@-moz-keyframes mouse-wheel {
  0% {
    top: 1px;
  }
  50% {
    top: 2px;
  }
  100% {
    top: 3px;
  }
}
@-webkit-keyframes mouse-scroll {
  0% {
    opacity: 0;
  }
  50% {
    opacity: .5;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes mouse-scroll {
  0% {
    opacity: 0;
  }
  50% {
    opacity: .5;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes mouse-scroll {
  0% {
    opacity: 0;
  }
  50% {
    opacity: .5;
  }
  100% {
    opacity: 1;
  }
}
@keyframes mouse-scroll {
  0% {
    opacity: 0;
  }
  50% {
    opacity: .5;
  }
  100% {
    opacity: 1;
  }
}
.navbar-brand > p {
  display: inline-block;
  font-family: 'Trajan Pro', 'Helvetica Neue', Arial, sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  color: #ecf0f1;
  letter-spacing: 1px;
  text-align: center;
}
#map {
  display: block;
  position: relative;
  height: 100%;
  width: 100%;
}
.portfolio-box {
  position: relative;
  display: block;
  max-width: 650px;
  margin: 0 auto;
  overflow: hidden;
}
.portfolio-box .portfolio-box-caption {
  color: #262624;
  opacity: 0;
  display: block;
  background: rgba(255, 255, 255, 0.75);
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  padding: 0 15px;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
  font-size: 18px;
}
.portfolio-box img {
  transition: all 0.2s ease-in-out;
}
.portfolio-box:hover img {
  transform: scale(1.1);
}
@media (min-width: 768px) {
  .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
    font-size: 16px;
  }
  .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    font-size: 22px;
  }
}
.call-to-action h2 {
  margin: 0 auto 20px;
}
.text-primary {
  color: #aa8121;
}
.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}
#contact-us {
  display: inline-block;
  position: fixed;
  bottom: 15px;
  left: 15px;
}
.no-margins {
  margin: 0 !important;
}
.vcenter {
  display: block;
  width: 100%;
}
#open-sign {
  margin: 1em;
  padding: 0.5em 1em;
  background: #262624;
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 0;
  height: 45px;
  color: #ecf0f1;
  overflow: hidden;
  -webkit-transition: all all 0.3s ease-in-out ease-out;
  -moz-transition: all all 0.3s ease-in-out ease-out;
  -o-transition: all all 0.3s ease-in-out ease-out;
  transition: all all 0.3s ease-in-out ease-out;
  transition: all 0.3s ease-in-out;
}
#open-sign:hover {
  cursor: default;
}
#open-sign.open {
  height: 310px;
}
#open-sign.open #opening-hours {
  -webkit-transition: all all 2s ease-in-out ease-out;
  -moz-transition: all all 2s ease-in-out ease-out;
  -o-transition: all all 2s ease-in-out ease-out;
  transition: all all 2s ease-in-out ease-out;
  transition: all 2s ease-in-out;
  display: block;
  opacity: 1;
}
#open-sign.closed {
  border: 0;
}
#open-sign hr {
  background-color: #cfa423;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
#open-sign span {
  font-weight: 400;
  font-size: 1.6em;
}
#opening-hours {
  -webkit-transition: all all 2s ease-in-out ease-out;
  -moz-transition: all all 2s ease-in-out ease-out;
  -o-transition: all all 2s ease-in-out ease-out;
  transition: all all 2s ease-in-out ease-out;
  transition: all 2s ease-in-out;
  display: none;
  opacity: 0;
  overflow: hidden;
}
.opening-hours {
  transition: all 1s ease-in-out;
  display: block;
}
@media (max-width: 600px) {
  .opening-hours {
    margin: 0;
  }
}
.opening-hours tr th {
  text-align: center;
  padding: 1em;
}
.opening-hours tr td {
  padding: 0.3em;
  text-align: left;
}
.opening-hours tr td:first-of-type {
  font-weight: 900;
}
.loading-sm-container {
  display: inline-block;
  width: 100px;
  height: 100px;
}
.loading {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #aa8121;
  -webkit-animation: spin 2s linear infinite;
  /* Chrome, Opera 15+, Safari 5+ */
  animation: spin 2s linear infinite;
  /* Chrome, Firefox 16+, IE 10+, Opera */
}
.loading:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #ecf0f1;
  -webkit-animation: spin 3s linear infinite;
  /* Chrome, Opera 15+, Safari 5+ */
  animation: spin 3s linear infinite;
  /* Chrome, Firefox 16+, IE 10+, Opera */
}
.loading:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #aa8121;
  -webkit-animation: spin 1.5s linear infinite;
  /* Chrome, Opera 15+, Safari 5+ */
  animation: spin 1.5s linear infinite;
  /* Chrome, Firefox 16+, IE 10+, Opera */
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(0deg);
    /* IE 9 */
    transform: rotate(0deg);
    /* Firefox 16+, IE 10+, Opera */
  }
  100% {
    -webkit-transform: rotate(360deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(360deg);
    /* IE 9 */
    transform: rotate(360deg);
    /* Firefox 16+, IE 10+, Opera */
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(0deg);
    /* IE 9 */
    transform: rotate(0deg);
    /* Firefox 16+, IE 10+, Opera */
  }
  100% {
    -webkit-transform: rotate(360deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(360deg);
    /* IE 9 */
    transform: rotate(360deg);
    /* Firefox 16+, IE 10+, Opera */
  }
}
.text-success {
  color: #66bb6a !important;
}
.text-primary {
  color: #29b6f6 !important;
}
.text-warning {
  color: #ffca28 !important;
}
.text-danger {
  color: #ff5722 !important;
}
.text-muted {
  color: #bdc3c7 !important;
}
.alert-success {
  background-color: #66bb6a;
  border-color: #255427;
  color: #ecf0f1;
}
.alert-success hr {
  border-top-color: #1d421f;
}
.alert-success .alert-link {
  color: #cfd9db;
}
.alert-primary {
  background-color: #29b6f6;
  border-color: #055072;
  color: #ecf0f1;
}
.alert-primary hr {
  border-top-color: #043f59;
}
.alert-primary .alert-link {
  color: #cfd9db;
}
.alert-warning {
  background-color: #ffca28;
  border-color: #7f5f00;
  color: #ecf0f1;
}
.alert-warning hr {
  border-top-color: #654c00;
}
.alert-warning .alert-link {
  color: #cfd9db;
}
.alert-danger {
  background-color: #ff5722;
  border-color: #791d00;
  color: #ecf0f1;
}
.alert-danger hr {
  border-top-color: #5f1700;
}
.alert-danger .alert-link {
  color: #cfd9db;
}
.fb-page {
  margin-bottom: 1em;
}
footer {
  padding: 0.5em;
  background-color: #262624;
  text-align: center;
}
footer a {
  color: #bdc3c7 !important;
}
.circular-menu {
  z-index: 50;
  width: 150px;
  height: 150px;
  margin: 0 auto;
  position: fixed;
  bottom: -40px;
  left: -40px;
}
.circle {
  width: 150px;
  height: 150px;
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.circle a {
  text-decoration: none;
  color: white;
  display: block;
  height: 40px;
  width: 40px;
  line-height: 40px;
  margin-left: -20px;
  margin-top: -20px;
  position: absolute;
  text-align: center;
}
.circle a:hover:not(.num) {
  cursor: pointer;
  color: #cfa423;
}
.circle .num {
  font-size: 15px;
  position: absolute !important;
  top: -2px !important;
  right: 10px !important;
  display: inline-block;
  white-space: nowrap;
}
.circle .fa-stack .fa-stack-1x {
  margin-top: 10px;
  margin-left: 10px;
  color: #00abff;
}
.open.circle {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
}
.menu-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) !important;
  text-decoration: none;
  text-align: center;
  color: #444444;
  border-radius: 50%;
  display: inline-block;
  height: 40px;
  width: 40px;
  cursor: pointer;
  background-color: #ffffff;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  transition: all 0.3s ease-in-out;
}
.menu-button:hover .fa {
  font-size: 18px;
}
.menu-button .fa {
  transition: all 0.3s ease-in-out;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) !important;
  font-size: 23px;
}
.menu-button.open .fa {
  font-size: 18px !important;
}
.menu-button:hover {
  background-color: #ecf0f1;
}

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