body {
  font-family: 'Raleway'; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  font-family: 'Raleway'; }

p, strong {
  color: #3d505a; }

hr.star-light,
hr.star-dark {
  max-width: 15rem;
  padding: 0;
  text-align: center;
  border: none;
  border-top: solid 0.25rem;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  margin-left: auto;
  margin-right: auto; }

hr.star-light:after,
hr.star-dark:after {
  position: relative;
  top: -.8em;
  display: inline-block;
  padding: 0 0.25em;
  content: '\f005';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 2em; }

hr.star-light {
  border-color: #fff; }

hr.star-light:after {
  color: #fff;
  background-color: #f16426; }

hr.star-dark {
  border-color: #222222; }

hr.star-dark:after {
  color: #222222;
  background-color: white; }

section {
  padding: 6rem 0; }
  section h2 {
    font-size: 2.25rem;
    line-height: 2rem; }
  @media (min-width: 992px) {
    section h2 {
      font-size: 3rem;
      line-height: 2.5rem; } }

.btn-xl {
  padding: 1rem 1.75rem;
  font-size: 1.25rem; }

.btn-social {
  width: 3.25rem;
  height: 3.25rem;
  font-size: 1.25rem;
  line-height: 2rem; }

.scroll-to-top {
  z-index: 1042;
  right: 1rem;
  bottom: 1rem;
  display: none; }
  .scroll-to-top a {
    width: 3.5rem;
    height: 3.5rem;
    background-color: rgba(33, 37, 41, 0.5);
    line-height: 3.1rem; }

.padclear {
  padding: 0 !important; }

.w100 {
  width: 100%; }

.preheader {
  padding: 20px 0; }
  .preheader .container {
    position: relative; }
  .preheader i {
    margin-right: 10px; }
  .preheader p {
    text-align: right;
    font-size: 22px;
    color: #adb5bd;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 40px;
    top: 10px;
    z-index: 99; }

.headerfix {
  height: 122px;
  width: 100%;
  display: none; }

.banner .slide.slide1 {
  background: url(/img/banner1.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
.banner .slide.slide2 {
  background: url(/img/banner2.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
.banner .slide.slide3 {
  background: url(/img/banner3.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
.banner .slide.slide4 {
  background: url(/img/banner4.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
.banner .slide.slide5 {
  background: url(/img/banner5.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
.banner .slide h1 {
  color: #f16426;
  margin: 0;
  font-size: 64px;
  font-weight: 300; }
  @media (min-width: 991px) {
    .banner .slide h1 {
      padding: 350px 0; } }
  @media screen and (max-width: 768px) {
    .banner .slide h1 {
      font-size: 40px;
      padding: 150px 0; } }
.banner .next,
.banner .prev {
  position: absolute;
  top: 50%;
  cursor: pointer;
  font-size: 40px;
  color: #fff;
  background: #f16426;
  z-index: 1;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  border-radius: 550px;
  -webkit-border-radius: 550px;
  display: block;
  width: 50px;
  height: 50px;
  text-align: center;
  padding-top: 4px; }
  .banner .next.next:hover, .banner .next.prev:hover,
  .banner .prev.next:hover,
  .banner .prev.prev:hover {
    opacity: 1; }
.banner .next {
  right: 60px;
  padding-left: 4px; }
  .banner .next:hover {
    padding-left: 14px; }
.banner .prev {
  left: 60px;
  padding-right: 4px; }
  .banner .prev:hover {
    padding-right: 14px; }

#results {
  background: white url(/img/photographer.jpg) no-repeat bottom right;
  -webkit-background-size: 50%;
  -moz-background-size: 50%;
  -o-background-size: 50%;
  background-size: 50%; }
  @media screen and (max-width: 768px) {
    #results {
      background: white; } }
  #results h2 {
    color: #f16426;
    font-size: 32px; }

h2.afterline {
  position: relative;
  padding-bottom: 45px; }
  h2.afterline:after {
    content: "";
    width: 50px;
    border-top: 2px solid #f26326;
    position: absolute;
    margin: 0;
    height: 2px;
    bottom: 18px;
    left: 0; }
  h2.afterline.white:after {
    border-top: 2px solid #fff; }

#perfection {
  background: #f16426; }
  @media screen and (max-width: 768px) {
    #perfection {
      padding-top: 20px; }
      #perfection img {
        margin-bottom: 40px; } }
  #perfection h2 {
    color: #fff;
    font-size: 30px; }
    @media (min-width: 768px) {
      #perfection h2 {
        margin-top: 50px; } }
  #perfection p {
    color: #fff; }

#gallery {
  overflow-x: hidden;
  padding: 0; }
  #gallery img {
    width: 100%; }

#facilities {
  background: #fff; }
  #facilities h2 {
    color: #f16426;
    font-size: 32px; }
  #facilities .list {
    margin-top: 20px;
    font-size: 22px;
    color: #f16426; }
    #facilities .list p {
      margin-bottom: 10px; }
    #facilities .list span {
      margin-right: 7px; }

#googleMap {
  height: 500px; }

#contact {
  background: #fff; }
  #contact h2 {
    color: #f16426;
    font-size: 30px; }
  #contact h3 {
    margin-bottom: 40px; }
  #contact p, #contact strong {
    font-size: 22px;
    margin: 0; }

#contact .contactform h2 {
  display: block; }

#contact .contactform input[type=email],
#contact .contactform input[type=text],
#contact .contactform textarea {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  appearance: none;
  border: 0;
  background: 0 0;
  padding: 12px 0 14px 20px;
  margin: 0;
  color: #777;
  line-height: 22px; }

#contact .contactform input[type=submit] {
  margin-top: 15px;
  border: 2px solid #f16426;
  color: #f16426;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  padding: 12px 25px;
  background: transparent;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 14px;
  cursor: pointer;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out; }
  @media (min-width: 768px) {
    #contact .contactform input[type=submit] {
      float: right; } }
  #contact .contactform input[type=submit]:hover {
    border: 2px #121537;
    color: #121537; }

#contact .contactform input[type=submit]:hover {
  border: 2px solid #333333;
  color: #333333; }

#contact .contactform input[type=text]:focus {
  outline-width: 1px !important;
  outline-offset: 0 !important;
  outline-color: #ff503f !important; }

#contact .contactform input[type=text],
#contact .contactform input[type=email],
#contact .contactform select,
#contact .contactform textarea {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font: inherit;
  max-width: 100%; }

#contact .contactform span.form-control-wrap {
  display: inline-block;
  width: 100%;
  position: relative;
  margin-bottom: 30px;
  border-bottom: 1px solid #d3d7da; }

#contact .contactform span.form-control-wrap:before {
  content: "";
  width: 1px;
  height: 5px;
  background: #d3d7da;
  position: absolute;
  bottom: 0;
  left: 0; }

.g-recaptcha {
  float: left; }

footer {
  background: #222222;
  padding: 40px 0; }
  footer img {
    margin-bottom: 30px; }
    @media screen and (max-width: 768px) {
      footer img {
        width: 90%; } }
  footer p {
    color: #fff;
    font-size: 22px;
    margin: 0 0 5px; }

.postfooter {
  background: #f16426;
  padding: 10px 0; }
  .postfooter a {
    color: white;
    margin: 0 20px 0 0;
    display: inline;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out; }
    .postfooter a:hover {
      color: #b3b3b3;
      text-decoration: none; }
  .postfooter p {
    color: white;
    margin: 0; }
  .postfooter .list-inline {
    margin: 0;
    padding: 0; }
    .postfooter .list-inline li {
      display: inline; }

.divider {
  padding: 30px 0;
  background: #f9f9f9; }
  .divider p {
    margin-top: 4px;
    font-size: 30px; }
  .divider a {
    padding: 15px 20px; }

.spacer-single {
  clear: both;
  width: 100%;
  height: 20px; }

a:not([href]):not([tabindex]) {
  color: white !important; }

#mainNav {
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-weight: 400;
  font-family: 'Raleway';
  background: white !important;
  border-bottom: 3px solid #f16426; }
  #mainNav .navbar-brand {
    color: #585857;
    text-transform: none;
    width: 250px; }
    @media screen and (max-width: 768px) {
      #mainNav .navbar-brand {
        width: 180px; } }
    #mainNav .navbar-brand img {
      width: 100%; }
  #mainNav .navbar-nav {
    margin-top: 1rem;
    letter-spacing: 0.0625rem; }
    #mainNav .navbar-nav li.nav-item a.nav-link {
      color: #f16426;
      text-transform: none;
      font-weight: 400;
      padding-left: 10px;
      padding-right: 10px;
      font-size: 14px;
      -webkit-transition: all 250ms ease-in-out;
      -moz-transition: all 250ms ease-in-out;
      -ms-transition: all 250ms ease-in-out;
      -o-transition: all 250ms ease-in-out;
      transition: all 250ms ease-in-out; }
      #mainNav .navbar-nav li.nav-item a.nav-link:hover {
        color: #a63a0b; }
      #mainNav .navbar-nav li.nav-item a.nav-link.active {
        color: #585857; }
  #mainNav .navbar-toggler {
    font-size: 80%;
    padding: 0.8rem; }

@media (min-width: 992px) {
  #mainNav {
    padding-top: 1.5rem;
    padding-bottom: 0.75rem;
    -webkit-transition: padding-top 0.3s, padding-bottom 0.3s;
    -moz-transition: padding-top 0.3s, padding-bottom 0.3s;
    transition: padding-top 0.3s, padding-bottom 0.3s; }
    #mainNav .navbar-brand {
      width: 300px;
      font-size: 3em;
      -webkit-transition: font-size 0.3s;
      -moz-transition: font-size 0.3s;
      transition: font-size 0.3s; }
    #mainNav .navbar-nav {
      margin-top: 30px; }

  #mainNav.navbar-shrink {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem; }
    #mainNav.navbar-shrink .navbar-brand {
      font-size: 1.5em; } }
.portfolio {
  margin-bottom: -15px; }
  .portfolio .portfolio-item {
    position: relative;
    display: block;
    max-width: 25rem;
    margin-bottom: 15px; }
    .portfolio .portfolio-item .portfolio-item-caption {
      -webkit-transition: all ease 0.5s;
      -moz-transition: all ease 0.5s;
      transition: all ease 0.5s;
      opacity: 0;
      background-color: rgba(241, 100, 38, 0.9); }
      .portfolio .portfolio-item .portfolio-item-caption:hover {
        opacity: 1; }
      .portfolio .portfolio-item .portfolio-item-caption .portfolio-item-caption-content {
        font-size: 1.5rem; }
  @media (min-width: 576px) {
    .portfolio {
      margin-bottom: -30px; }
      .portfolio .portfolio-item {
        margin-bottom: 30px; } }

.portfolio-modal .portfolio-modal-dialog {
  padding: 3rem 1rem;
  min-height: calc(100vh - 2rem);
  margin: 1rem calc(1rem - 8px);
  position: relative;
  z-index: 2;
  -moz-box-shadow: 0 0 3rem 1rem rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 3rem 1rem rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 3rem 1rem rgba(0, 0, 0, 0.5); }
  .portfolio-modal .portfolio-modal-dialog .close-button {
    position: absolute;
    top: 2rem;
    right: 2rem; }
    .portfolio-modal .portfolio-modal-dialog .close-button i {
      line-height: 38px; }
  .portfolio-modal .portfolio-modal-dialog h2 {
    font-size: 2rem; }
@media (min-width: 768px) {
  .portfolio-modal .portfolio-modal-dialog {
    min-height: 100vh;
    padding: 5rem;
    margin: 3rem calc(3rem - 8px); }
    .portfolio-modal .portfolio-modal-dialog h2 {
      font-size: 3rem; } }

.floating-label-form-group {
  position: relative;
  border-bottom: 1px solid #e9ecef; }
  .floating-label-form-group input,
  .floating-label-form-group textarea {
    font-size: 1.5em;
    position: relative;
    z-index: 1;
    padding-right: 0;
    padding-left: 0;
    resize: none;
    border: none;
    border-radius: 0;
    background: none;
    box-shadow: none !important; }
  .floating-label-form-group label {
    font-size: 0.85em;
    line-height: 1.764705882em;
    position: relative;
    z-index: 0;
    top: 2em;
    display: block;
    margin: 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;
    vertical-align: middle;
    vertical-align: baseline;
    opacity: 0; }
  .floating-label-form-group:not(:first-child) {
    padding-left: 14px;
    border-left: 1px solid #e9ecef; }

.floating-label-form-group-with-value label {
  top: 0;
  opacity: 1; }

.floating-label-form-group-with-focus label {
  color: #f16426; }

form .row:first-child .floating-label-form-group {
  border-top: 1px solid #e9ecef; }

.footer {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #222222;
  color: #fff; }

.copyright {
  background-color: #090909; }

a {
  color: #f16426; }
  a:focus, a:hover, a:active {
    color: #d64b0e; }

.btn {
  border-width: 2px; }

.bg-primary {
  background-color: #f16426 !important; }

.bg-secondary {
  background-color: #222222 !important; }

.text-primary {
  color: #f16426 !important; }

.text-secondary {
  color: #222222 !important; }

.btn-primary {
  background-color: #f16426;
  border-color: #f16426; }
  .btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    background-color: #d64b0e;
    border-color: #d64b0e; }

.btn-secondary {
  background-color: #222222;
  border-color: #222222; }
  .btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active {
    background-color: #090909;
    border-color: #090909; }

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