/**
 * Copyright 2015 Krain Building Services, All Rights Reserved
 */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

/* Fonts */
@font-face {
  font-family: "ProximaNova";
  src: url("../fonts/ProximaNovaLight/ProximaNovaLight.eot");
  src: url("../fonts/ProximaNovaLight/ProximaNovaLight.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNovaLight/ProximaNovaLight.woff") format("woff"), url("../fonts/ProximaNovaLight/ProximaNovaLight.ttf") format("truetype"), url("../fonts/ProximaNovaLight/ProximaNovaLight.svg#ProximaNovaLight") format("svg");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: "ProximaNova";
  src: url("../fonts/ProximaNovaBold/ProximaNovaBold.eot");
  src: url("../fonts/ProximaNovaBold/ProximaNovaBold.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNovaBold/ProximaNovaBold.woff") format("woff"), url("../fonts/ProximaNovaBold/ProximaNovaBold.ttf") format("truetype"), url("../fonts/ProximaNovaBold/ProximaNovaBold.svg#ProximaNovaBold") format("svg");
  font-weight: 700;
  font-style: normal; }
/* General styles */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

body, html {
  width: 100%; }

body {
  color: #8A8683;
  font-family: "ProximaNova";
  line-height: 1.1;
  font-size: 1em;
  font-weight: 300; }

p {
  line-height: 1.2;
  margin-bottom: 10px; }

p.center {
  text-align: center; }

p.justify {
  text-align: justify; }

b, strong {
  font-weight: bold; }

a, a:hover, a:visited {
  font-family: "ProximaNova";
  color: #3D3D3D;
  outline: 0;
  text-decoration: none; }

a:hover {
  color: #575757; }

h1, h2, h3, h4, h5 {
  font-family: "ProximaNova";
  font-weight: 700; }

h1 {
  font-size: 70px; }

h2 {
  font-size: 50px; }

h3 {
  font-size: 40px; }

h4 {
  font-size: 30px; }

h5 {
  font-size: 20px; }

h6 {
  font-size: 14px; }

hr {
  border: 0;
  border-top: 1px solid #B9BABC; }

img {
  vertical-align: middle;
  max-width: 100%; }

label {
  display: inline-block; }

textarea:focus, input:focus {
  outline: 0; }

input, textarea {
  font-family: "ProximaNova";
  font-size: 16px; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }
.clearfix:after {
  clear: both; }

.pull-right {
  float: right; }
  .pull-right:before, .pull-right:after {
    content: " ";
    display: table; }
  .pull-right:after {
    clear: both; }

.pull-left {
  float: left; }
  .pull-left:before, .pull-left:after {
    content: " ";
    display: table; }
  .pull-left:after {
    clear: both; }

.hide {
  display: none; }

.row-no-padding [class*="col-"] {
  padding-left: 0 !important;
  padding-right: 0 !important; }

/* Website wrapper */
#wrapper {
  width: 100%;
  position: relative; }

/* Our main header */
.container-header {
  min-height: 500px;
  position: relative;
  background: #3C3537; }

/* General container */
.container-general .krain-container {
  padding: 100px 0px; }
  .container-general .krain-container > .header > h1 {
    color: #E71C37;
    text-align: center;
    font-size: 3.2em;
    margin-bottom: 40px; }
  .container-general .krain-container > .content {
    width: 1000px;
    margin: 0 auto; }
    .container-general .krain-container > .content > p {
      color: #999;
      font-size: 20px;
      line-height: 40px;
      letter-spacing: 1px;
      padding: 0px 20px;
      text-align: center; }
  .container-general .krain-container.bg-color-one {
    background-color: #F5F5F5; }
  .container-general .krain-container.thin > .content > p {
    margin-top: 40px;
    letter-spacing: 1px;
    font-size: 15px;
    line-height: 30px; }

/* Container header home background image */
.home-bg {
  display: block;
  height: 100%;
  background: url("../images/krain-bg.jpg") no-repeat 0% 0px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
  overflow: auto; }

/* Home container */
.home-container {
  position: relative;
  top: 50%;
  margin-top: -120px; }
  .home-container h1, .home-container h2 {
    text-transform: uppercase;
    color: #fff;
    text-align: center; }

.gallery {
  padding: 0; }

.gallery .gallery-item {
  position: relative;
  margin: 0 !important;
  width: 50%;
  display: block;
  float: left;
  box-sizing: border-box;
  background: #333333;
  overflow: hidden; }

.gallery .gallery-item img {
  width: auto;
  height: auto; }

/*
body.ismobile .gallery .gallery-item img {
	width: auto;
	height: auto;
}
*/
.gallery .gallery-info {
  display: block;
  position: absolute;
  text-align: center;
  height: 280px;
  text-align: center;
  bottom: -100%;
  left: 0;
  right: 0;
  padding: 0 10%;
  margin: auto;
  z-index: 99;
  padding-top: 10%; }

.gallery-info-underlay {
  display: block;
  position: absolute;
  text-align: center;
  height: 40%;
  text-align: center;
  bottom: -100%;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 98;
  background: #15202F;
  opacity: 0; }

.gallery .gallery-info label {
  font-size: 32px;
  line-height: 20px;
  text-transform: uppercase;
  color: #fff;
  margin: 0 0 30px 0;
  padding: 0 0 15px 0;
  letter-spacing: 2px;
  font-family: "ProximaNova";
  font-weight: 700; }

.gallery .gallery-info .copy {
  font-size: 13px;
  line-height: 25px;
  color: #fff;
  margin: 0 0 0px 0;
  padding: 0;
  letter-spacing: 1px;
  font-family: "ProximaNova";
  text-align: justify; }

.gallery .gallery-info .view {
  display: block;
  padding: 20px 0 0 0; }

.gallery .gallery-info a {
  width: 100px;
  border-top: solid 3px #e71c37;
  border-bottom: solid 3px #e71c37;
  padding: 20px 35px;
  margin-top: 20px;
  color: #fff;
  font-family: 'utopia-std', serif;
  letter-spacing: 3px;
  font-size: 14px;
  text-transform: uppercase; }

.gallery .gallery-info a:hover {
  color: #fff;
  border-top: solid 3px #fff;
  border-bottom: solid 3px #fff; }

@media (min-width: 2500px) {
  .gallery .gallery-item img {
    width: 100%;
    height: 100%; } }
@media (min-width: 1620px) {
  .gallery .gallery-item {
    width: 33.3%; } }
@media (max-width: 900px) {
  .gallery .gallery-item {
    width: 100%; } }
@media (max-width: 480px) {
  .gallery .gallery-info {
    padding: 0 20px; }

  .gallery .gallery-info label {
    font-size: 20px;
    line-height: 20px;
    text-transform: uppercase;
    color: #fff;
    margin: 20px 0;
    padding: 0;
    background: none; }

  .gallery .gallery-info .copy {
    font-size: 12px;
    line-height: 22px; } }
.footer {
  height: 100px;
  width: 100%;
  background-color: #191970; }

/* Navigation bar */
.navbar {
  height: 85px;
  width: 100%;
  background-color: #15202F;
  position: absolute;
  z-index: 999;
  bottom: 0; }
  .navbar:before, .navbar:after {
    content: " ";
    display: table; }
  .navbar:after {
    clear: both; }
  .navbar.fixed {
    position: fixed;
    top: 0;
    bottom: auto; }

/* Logo */
.navbar > h1 {
  padding-left: 20px;
  font-size: 0;
  float: left; }

/* Menu */
.navbar > ul {
  list-style: none;
  float: right;
  position: relative;
  z-index: 101;
  right: 100px; }
  .navbar > ul > li {
    float: left;
    height: 100%; }
    .navbar > ul > li > a {
      display: block;
      padding: 34px 20px;
      color: #8A8683;
      font-weight: 700;
      font-size: .9em;
      text-transform: uppercase;
      letter-spacing: .1em;
      -webkit-transition: color 200ms ease-in;
      -moz-transition: color 200ms ease-in;
      -ms-transition: color 200ms ease-in;
      -o-transition: color 200ms ease-in;
      transition: color 200ms ease-in; }
      .navbar > ul > li > a:hover {
        color: #fff; }
    .navbar > ul > li.active > a {
      color: #fff; }

.nav-slider {
  z-index: 98;
  position: absolute;
  height: 100%;
  border-top: 4px solid #E71C37;
  border-bottom: 4px solid #E71C37; }

/* Slider menu */
.nav-slider-container {
  width: 100%; }
  .nav-slider-container:before, .nav-slider-container:after {
    content: " ";
    display: table; }
  .nav-slider-container:after {
    clear: both; }

.slide-menu {
  height: 85px;
  float: right;
  position: relative;
  left: -50%;
  text-align: left;
  z-index: 98; }

.slide-menu > ul {
  list-style: none;
  float: right;
  position: relative;
  z-index: 99;
  left: 50%; }
  .slide-menu > ul > li {
    float: left;
    height: 100%; }
    .slide-menu > ul > li > a {
      display: block;
      padding: 34px 10px;
      color: #8A8683;
      font-weight: 700;
      font-size: .8em;
      text-transform: uppercase;
      letter-spacing: .1em;
      -webkit-transition: color 200ms ease-in;
      -moz-transition: color 200ms ease-in;
      -ms-transition: color 200ms ease-in;
      -o-transition: color 200ms ease-in;
      transition: color 200ms ease-in; }
      .slide-menu > ul > li > a:hover {
        color: #E71C37; }
    .slide-menu > ul > li.active > a {
      color: #E71C37; }

.contact-form {
  background-color: #333333;
  padding: 100px 50px; }
  .contact-form > h1 {
    color: #E71C37;
    text-transform: uppercase;
    margin: 0px 0px 50px;
    font-size: 2.5em; }

.contact-form input[type=text] {
  color: #FFF;
  background: #333333;
  border: 0;
  border-bottom: 4px solid #FFF;
  padding: 6px 10px 10px 10px;
  width: 30%;
  margin: 0px 38px 40px 0px;
  -webkit-transition: border-bottom-color 300ms ease;
  -moz-transition: border-bottom-color 300ms ease;
  -ms-transition: border-bottom-color 300ms ease;
  -o-transition: border-bottom-color 300ms ease;
  transition: border-bottom-color 300ms ease; }
  .contact-form input[type=text].placeholder {
    color: #666666;
    border-bottom: 4px solid #666666; }
.contact-form input[name=contact-mind] {
  width: 100%; }
.contact-form .contact-select {
  display: inline-block;
  width: 30%;
  margin: 0px 0px 40px 0px;
  vertical-align: middle;
  position: relative; }
  .contact-form .contact-select > .selected-item {
    color: #666666;
    background: #333333;
    border: 0;
    border-bottom: 4px solid #666666;
    padding: 6px 10px 10px 10px;
    width: 100%;
    -webkit-transition: border-bottom-color 300ms ease;
    -moz-transition: border-bottom-color 300ms ease;
    -ms-transition: border-bottom-color 300ms ease;
    -o-transition: border-bottom-color 300ms ease;
    transition: border-bottom-color 300ms ease;
    -webkit-transition: color 300ms ease;
    -moz-transition: color 300ms ease;
    -ms-transition: color 300ms ease;
    -o-transition: color 300ms ease;
    transition: color 300ms ease; }
    .contact-form .contact-select > .selected-item:after {
      font-family: FontAwesome;
      content: "\f0d7";
      float: right;
      margin-left: 10px; }
    .contact-form .contact-select > .selected-item:hover {
      color: #FFF;
      border-bottom: 4px solid #FFF;
      cursor: pointer; }
  .contact-form .contact-select:hover > .selected-item {
    border-bottom: 4px solid transparent;
    color: #FFF; }
  .contact-form .contact-select:hover > ul {
    display: block; }
  .contact-form .contact-select > ul {
    position: absolute;
    display: none;
    list-style: none;
    background-color: #333333;
    width: 100%; }
    .contact-form .contact-select > ul > li {
      font-size: 0.8em;
      border-bottom: 4px solid #666666;
      padding: 14px 6px 14px 6px;
      color: #FFF;
      cursor: pointer;
      -webkit-transition: background-color 300ms ease;
      -moz-transition: background-color 300ms ease;
      -ms-transition: background-color 300ms ease;
      -o-transition: background-color 300ms ease;
      transition: background-color 300ms ease; }
      .contact-form .contact-select > ul > li:hover {
        background-color: #666666; }
.contact-form input[type=submit], .contact-form input[type=button] {
  display: inline-block;
  color: #fff;
  font-family: 'utopia-std', serif;
  border-top: solid 3px #666666;
  border-bottom: solid 3px #666666;
  border-left: none;
  border-right: none;
  letter-spacing: 3px;
  padding: 20px 35px;
  font-size: 14px;
  text-transform: uppercase;
  cursor: pointer;
  background: none;
  margin: 30px 35px 0 0;
  -webkit-transition: border-color 300ms ease;
  -moz-transition: border-color 300ms ease;
  -ms-transition: border-color 300ms ease;
  -o-transition: border-color 300ms ease;
  transition: border-color 300ms ease; }
  .contact-form input[type=submit]:hover, .contact-form input[type=button]:hover {
    border-top: solid 3px #fff;
    border-bottom: solid 3px #fff; }
  .contact-form input[type=submit]:focus, .contact-form input[type=button]:focus {
    outline: none; }

.contact-links {
  margin-top: 20px;
  overflow: hidden; }

.contact-links.inline {
  margin-top: auto;
  float: left;
  overflow: hidden; }
  .contact-links.inline > div, .contact-links.inline > a {
    display: block;
    line-height: normal;
    float: left;
    margin: 0px 0px;
    color: #8A8683; }
    .contact-links.inline > div:hover, .contact-links.inline > a:hover {
      color: #fff; }
      .contact-links.inline > div:hover > .fa, .contact-links.inline > a:hover > .fa {
        color: #FFCC66; }
    .contact-links.inline > div > span, .contact-links.inline > a > span {
      vertical-align: -33px; }
    .contact-links.inline > div.pin > span, .contact-links.inline > a.pin > span {
      display: inline-block;
      vertical-align: -42px; }
    .contact-links.inline > div.phone > .fa, .contact-links.inline > a.phone > .fa {
      line-height: 84px; }
  .contact-links.inline .fa {
    margin-left: 20px;
    margin-right: 0px;
    width: 40px;
    height: 80px;
    display: block;
    line-height: 80px;
    font-size: 24px;
    color: #FFCC66; }

.contact-links > div, .contact-links > a {
  color: #FFF;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: bold;
  display: block;
  margin: 30px 0px;
  min-height: 23px;
  line-height: 23px;
  vertical-align: middle;
  -webkit-transition: border-color 300ms ease;
  -moz-transition: border-color 300ms ease;
  -ms-transition: border-color 300ms ease;
  -o-transition: border-color 300ms ease;
  transition: border-color 300ms ease; }
  .contact-links > div:hover .fa, .contact-links > a:hover .fa {
    color: #FFF; }

.contact-links .fa {
  color: #E71C37;
  font-size: 32px;
  float: left;
  margin-right: 20px;
  width: 40px;
  text-align: center; }

#contact {
  position: relative; }
  #contact .to-top {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -80px;
    cursor: pointer; }
    #contact .to-top > div {
      width: 0;
      height: 0;
      border-left: 80px solid transparent;
      border-right: 80px solid transparent;
      border-bottom: 80px solid #E71C37;
      -webkit-transition: border-color 300ms ease;
      -moz-transition: border-color 300ms ease;
      -ms-transition: border-color 300ms ease;
      -o-transition: border-color 300ms ease;
      transition: border-color 300ms ease; }
    #contact .to-top > span {
      position: absolute;
      top: 0;
      width: 100%;
      text-align: center;
      line-height: 90px;
      color: #FFF;
      font-weight: 700; }
    #contact .to-top:hover > div {
      border-bottom: 80px solid #FFF; }
    #contact .to-top:hover > span {
      color: #E71C37; }

/*# sourceMappingURL=styles-normal.css.map */
