/* Fonts Lib */
@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700&display=swap&subset=latin-ext');
/* Fonts */
/* Colors */
html,
body {
  font-family: "Roboto", sans-serif;
  height: 100%; }

.center {
  text-align: center; }
#menu {
    display: none;
}


		@media all and (-ms-high-contrast:none)
		 {
			.lightbox {
				top: 30px !important
			}
			
		 }
		 .ajs-close {
				margin-right: -18px
			}

header {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 9999;
  width: 100%;
  height: auto;
  padding: 35px 55px;
  user-select: none; }
  header.subpages {
    position: relative;
    top: auto;
    left: auto;
    min-height: 120px;
    width: 1280px;
    margin: 0 auto;
    float: none;
    padding-left: 0px;
    padding-right: 0px; }
    header.subpages nav a {
      color: #000; }
      header.subpages nav a:hover {
        color: #000; }
    header.subpages .phone {
      color: #000; }
      header.subpages .phone .phone-ico {
        background-image: url(../IMG/phone-black.svg); }
  header .logo {
    display: inline-block;
    width: 140px;
    height: 50px;
    background-image: url(../IMG/k-logo.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: left;
    float: left; }
  header nav {
    float: left;
    margin-left: 30px; }
    header nav .dropdown {
      display: inline-block; }
    header nav a {
      font-size: 18px;
      font-weight: 100;
      color: #fff;
      display: inline-block;
      padding: 12px; }
      header nav a:hover {
        text-decoration: none;
        color: #fff; }
  header .phone {
    float: right;
    color: #fff; }
    header .phone .phone-ico {
      display: inline-block;
      width: 25px;
      height: 25px;
      background-image: url(../IMG/phone.svg);
      background-repeat: no-repeat;
      background-size: 100%;
      background-position: left;
      margin-top: 10px;
      margin-bottom: -7px;
      margin-right: 7px; }
    header .phone span {
      opacity: .7;
      font-weight: 300; }

main {
  height: 100%; }
  main .container {
    max-width: 1280px !important;
    padding: 0px; }
  main .owl-carousel {
    height: 100%;
    user-select: none; }
    main .owl-carousel .owl-stage-outer {
      height: 100%; }
    main .owl-carousel .owl-item {
      height: 100%; }
      main .owl-carousel .owl-item:before {
        content: '';
        display: inline-block;
        background-image: url(../IMG/Overlay.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: left;
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%; }
      main .owl-carousel .owl-item .content {
        position: absolute;
        z-index: 9999;
        display: block;
        color: #fff;
        font-size: 75px;
        padding-left: 55px;
        bottom: 300px;
        font-weight: 100;
        line-height: 80px;
        text-align: left; }
        main .owl-carousel .owl-item .content b {
          font-weight: 900; }
          main .owl-carousel .owl-item .content b i {
            color: #047986;
            font-style: normal; }
  main .breadcrumb {
    background-image: url(../IMG/bread-crumb-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 230px; }
    main .breadcrumb b {
      color: #fff;
      font-size: 41px;
      text-transform: uppercase;
      display: block;
      margin-top: 110px;
      font-weight: 900; }
    main .breadcrumb a {
      color: #fff;
      font-weight: 100; }
  main > .content {
    padding-top: 40px;
    font-weight: 300;
    padding-bottom: 50px; }
    main > .content b {
      font-weight: 700; }
    main > .content img {

      width: 200px;
      float: left;
      margin-right: 40px; }
    main > .content p {
      display: inline-block;
      width: calc(100% - 440px);
      float: left; }
body:not(.admin) main > .content a[data-lightbox] {
    overflow: hidden;
    width: 413px;
    height: 403px;
    display: block;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}
.container.content.gallery img {
    height: 100%;
    width: 100%;
}
main > .content a[data-lightbox]:nth-child(3n) {
    margin-right: 0px !important;

}
body:not(.admin) main > .content a[data-lightbox] img{

height: 100%;
        }
    main > .content table th {
      border: 0px; }

.contact-form input[type="tel"] {
  width: calc(100% - 15px);
}
.contact-form input[type="email"] {
  width: calc(100% - 15px);
}
.modal-dialog img#blah {
    max-width: 100%;
    max-height: 200px;
    margin-top: 20px;
}

    main > .content .referance-item {
      width: 100%;
      display: inline-block;
      border: 1px solid #efefef;
      border-radius: 5px;
      box-shadow: 0px 9px 30px -27px rgba(0, 0, 0, 0.5);
      margin-bottom: 20px; }
      main > .content .referance-item .img {
        display: inline-block;
        float: left;
        width: 170px;
  height: 410px;

        overflow: hidden;
        margin: 15px;
        border-radius: 5px; }
        main > .content .referance-item .img a {
          display: inline-block;
          width: auto;
          height: 100%;
          float: none;
          margin: 0px; }
        main > .content .referance-item .img img {
          height: 100%;
          max-width: initial;
          width: auto; }
      main > .content .referance-item .info {
        float: left;
        width: calc(100% - 200px);
        padding-top: 15px; }
        main > .content .referance-item .info i {
          display: inline-block;
          width: 100%;
          font-weight: 700;
          font-size: 17px;
          font-style: normal; }
        main > .content .referance-item .info p {
          display: block;
          width: 100%;
          margin-bottom: 10px; 
		  font-size: 15px;}
  main #map {
    height: 400px;
    /* The height is 400 pixels */
    width: 100%;
    /* The width is the width of the web page */ }
  main .contact-info {
    margin-top: 50px;
    font-weight: 300;
    margin-bottom: 50px; }
    main .contact-info h4 {
      font-weight: 900;
      margin-bottom: 30px; }
    main .contact-info i {
      font-weight: 600;
      font-style: normal; }
    main .contact-info .col-lg-6 {
      padding-left: 0px;
      float: left; }
  main .contact-form {
    margin-top: 50px;
    margin-bottom: 50px; }
    main .contact-form input {
      border-radius: 5px;
      padding: 10px 20px;
      border: 1px solid #efefef;
      width: calc(50% - 15px);
      margin-right: 15px;
      float: left;
      margin-bottom: 10px;
      outline: none; }
      main .contact-form input:nth-child(2) {
        margin-right: 15px; }
      main .contact-form input:nth-child(4) {
        width: calc(100% - 15px); }
      main .contact-form input:nth-child(5) {
        width: calc(100% - 15px); }
    main .contact-form textarea {
      width: calc(100% - 15px);
      border-radius: 5px;
      padding: 10px 20px;
      border: 1px solid #efefef;
      resize: none;
      outline: none; }
    main .contact-form button {
      width: calc(100% - 15px);
      padding: 10px;
      border-radius: 5px;
      background: #047986;
      color: #fff;
      text-transform: uppercase;
      font-weight: 600;
      outline: none;
      margin-bottom: 50px; }

.admin {
  background: #efefef; }
  .admin .container {
    max-width: 1280px; }
  .admin header {
    position: relative;
    background: #fff;
    min-height: 120px;
    color: #000;
    z-index: 999; }
    .admin header nav a {
      color: #000; }
  .admin img {
    max-width: 200px; }
  .admin .delete {
    margin-right: 15px; }
  .admin .buttons button {
    float: right;
    background: #047b87;
    border-radius: 5px;
    border: 0px;
    padding: 5px 20px;
    color: #fff;
    outline: none; }

.login {
  background: url(../IMG/slide5.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  .login .logo {
    width: 140px;
    height: 50px;
    background-image: url(../IMG/k-logo.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: left;
    margin: 0 auto;
    display: block;
    margin-bottom: 30px;
    margin-top: 30px; }
  .login .login-form {
    background: #fff;
    width: 370px;
    margin: 0 auto;
    top: 250px;
    padding: 20px;
    border-radius: 5px;
    position: relative; }
  .login input {
    width: 80%;
    margin: 0 auto;
    display: block;
    padding: 5px;
    border-radius: 5px;
    border: 1px solid #efefef;
    margin-bottom: 10px;
    outline: none; }
  .login button {
    width: 80%;
    margin: 0 auto;
    display: block;
    padding: 5px;
    background: #047986;
    border: 0px;
    color: #fff;
    border-radius: 5px; }

@media only screen and (max-width: 1366px) {
  .owl-stage {
    height: 100%; }
    .owl-stage div {
      height: 100%; }
    .owl-stage img {
      height: 100%;
      width: initial !important; }

  main > .content a[data-lightbox] {
    overflow: hidden;
    width: 31.333333%; }

  header {
    width: 100% !important; }
    header .logo {
      margin-left: 20px; }
    header .phone {
      margin-right: 20px; }

  main .content {
    padding: 40px; } }
@media only screen and (max-width: 768px) {
  main > .content a[data-lightbox] {
    overflow: hidden;
    width: 100%;
    height: auto; }

  header nav {
    margin-top: 50px;
    margin-left: 20px;
    position: relative;
    left: -20px; }
  header .phone {
    margin-top: -150px; }

  header.subpages nav {
    margin-top: 100px;
    margin-left: 0px;
    left: 30px;
    margin: 0 auto; } }
@media only screen and (max-width: 414px) {
  main .content {
    padding: 10px; }

  #menu {
    display: block;
    background-image: url(../IMG/menu.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    width: 30px;
    height: 30px;
    float: right;
    background-color: transparent;
    outline: none;
    border: 0px; }
    #menu:focus + nav {
      border-top: 1px solid #ccc;
      height: auto;
      margin-top: 0px;
      background: #2d2d2d;
      border-radius: 5px;
      padding-left: 20px;
      padding-top: 20px;
      padding-bottom: 20px;
      position: absolute;
      z-index: 999999;
      left: 0px !important;
      top: 160px;
      width: calc(100% - 40px); }

  nav {
    width: 100%;
    overflow: hidden;
    height: 0px;
    margin-left: 0px;
    left: 0px;
    width: 100%; }
    nav:hover {
      border-top: 1px solid #ccc;
      height: auto;
      margin-top: 0px;
      background: #2d2d2d;
      border-radius: 5px;
      padding-left: 20px;
      padding-top: 20px;
      padding-bottom: 20px;
      position: absolute;
      z-index: 99999;
      left: 0px !important;
      top: 160px;
      width: calc(100% - 40px); }
    nav a {
      width: 100%; }

  .phone {
    position: absolute;
    top: 250px;
    left: 58px;
    z-index: 9999999999; }

    /*.lightbox .lb-image {
        min-width: 650px;
        height: auto !important;
    }*/

        main > .content img {
    width: 100%;
    max-width: 300px !important;
        }

  main > .content p {
    width: 100%; }

  header.subpages #menu {
    margin-right: 20px;
    background-image: url(../IMG/menu-b.svg) !important; }
  header.subpages nav {
    margin-top: 100px;
    margin-left: 0px;
    margin: 0 auto;
    margin-left: 20px !important;
    width: calc(100% - 40px); }
    header.subpages nav div div a {
      color: #767676; }
    header.subpages nav a {
      color: #fff; }
  header.subpages .phone {
    display: none; } }
@media only screen and (max-width: 767px) {
  .owl-carousel .content {
    display: none !important; } }

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