@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700|Roboto:200,400,500,600");
:root {
  --blue: #50a1ff;
  --indigo: #6610f2;
  --purple: #926dde;
  --pink: #e83e8c;
  --red: #ff4954;
  --orange: #ffbe00;
  --yellow: #ffba00;
  --green: #3cd458;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #868e96;
  --gray-dark: #343a40;
  --primary: #50a1ff;
  --secondary: #e9ecf0;
  --success: #3cd458;
  --info: #926dde;
  --warning: #ffba00;
  --danger: #ff4954;
  --light: #f8f9fa;
  --dark: #191919;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace;
}

html {
  font-family: 'Open Sans', sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  margin: 0;
  font-family: 'Open Sans', Encode Sans, sans-serif;
  font-size: 0.9375rem;
  font-weight: 300;
  line-height: 1.9;
  color: #151515;
  text-align: left;
  background-color: #ffffff;
}
  
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: Roboto, 'Open Sans', Encode Sans, sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: #050505;
}

.font-title {
  font-family: Roboto, 'Open Sans', Encode Sans, sans-serif;
}

/* Offset */
.anchor {
    display: block;
    padding-top: 90px; /*same height as header*/
    margin-top: -90px; /*same height as header*/
}

/* Button Swap */
.btn-zro {
    display: none;
}

/* Dropdown Nav Width */
.nav-navbar .nav {
    min-width: 13rem;
}

/* Extra Space Fix */
body {
    display: block;
}

/* Vertical Tab Fix */
.nav-link.dropdown-toggle {
    white-space: normal;
}

/* Dropdown Padding */
.dropdown-item {
  padding-left: 4px;
  padding-right: 4px;
}

/* Preloader */
#preloader {
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color:#fff; /* change if the mask should have another color then white */
    z-index:9999; /* makes sure it stays on top */
}

#status {
    width:200px;
    height:200px;
    position:absolute;
    left:50%; /* centers the loading animation horizontally one the screen */
    top:50%; /* centers the loading animation vertically one the screen */
    background-image:url(../img/shutter.gif); /* path to your loading animation */
    background-repeat:no-repeat;
    background-position:center;
    margin:-100px 0 0 -100px; /* is width and height divided by two */
}

.preloader-holder {
    height: 80px;
    width: 80px;
    padding-top: 8px;
    padding-left: 8px;
}

/* Hamberger */

/* .navbar-light .navbar-toggler, */
/* .navbar-stick-light.stick .navbar-toggler { */
  /* color: rgba(235, 235, 235, 0.95); } */
  /* .navbar-light .navbar-toggler:hover, */
  /* .navbar-stick-light.stick .navbar-toggler:hover { */
    /* color: #fff; } */

/* Photoswipe */

.pswp__caption__center {
  text-align: center;
  max-width: 420px;
  margin: 0 auto;
  font-size: 13px;
  padding: 10px;
  line-height: 20px;
  color: #CCC; }
  
.pswp--zoom-allowed .pswp__button--zoom {
  display: none; }
  
.pswp--supports-fs .pswp__button--fs {
  display: none; }

.pswp__button--share {
  display: none; }
  
/* Form Address */
  
.form-control-address {
  height: calc(2.2em + 0.75rem + 2px);
  padding: 1rem 1rem;
  font-size: 1.0625rem;
  line-height: 1.2;
  border-radius: 2px; }

/* IE Modal Space */
  
@media all and (-ms-high-contrast: none) {
  .modal-dialog {
    display: block;
    padding-top: 0rem; }
  /* IE10 */
  *::-ms-backdrop, .modal-dialog {
    display: block;
    padding-top: 0rem; }
  /* IE11 */ }

/* Disabled */

input[type="text"]:disabled {
  background: #fff;
  color: #999; }

/* Login */

.hidden{ 
  display: none; }

/* Gallery */

.gallery-item {
  max-width: 50%; }

.gallery-item:hover img {
      transform: scale(1.01); }
.gallery-item img {
    transition: all 0.3s; }

/* Portfolio */

.portfolio-1::before {
    background-color: #505050;
    padding: 0px; }

.portfolio-1::after {
    border: 0px; }

/* Next */
