/*!
 * Bootstrap v3.3.2 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=54b2736526ea1a45fddc)
 * Config saved to config.json and https://gist.github.com/54b2736526ea1a45fddc
 */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  select {
    background: #fff !important; }
  .navbar {
    display: none; }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important; }
  .label {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
  .table td,
  .table th {
    background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }

* {
  box-sizing: border-box; }

*:before,
*:after {
  box-sizing: border-box; }

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #337ab7;
  text-decoration: none; }

a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline; }

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px; }

@media (min-width: 768px) {
  .container {
    width: 740px; } }

@media (min-width: 992px) {
  .container {
    width: 960px; } }

@media (min-width: 1280px) {
  .container {
    width: 1260px; } }

@media (min-width: 1386px) {
  .container {
    width: 1366px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px; }

.row {
  margin-left: -10px;
  margin-right: -10px; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-12 {
  width: 100%; }

.col-xs-11 {
  width: 91.66666667%; }

.col-xs-10 {
  width: 83.33333333%; }

.col-xs-9 {
  width: 75%; }

.col-xs-8 {
  width: 66.66666667%; }

.col-xs-7 {
  width: 58.33333333%; }

.col-xs-6 {
  width: 50%; }

.col-xs-5 {
  width: 41.66666667%; }

.col-xs-4 {
  width: 33.33333333%; }

.col-xs-3 {
  width: 25%; }

.col-xs-2 {
  width: 16.66666667%; }

.col-xs-1 {
  width: 8.33333333%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-pull-11 {
  right: 91.66666667%; }

.col-xs-pull-10 {
  right: 83.33333333%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-8 {
  right: 66.66666667%; }

.col-xs-pull-7 {
  right: 58.33333333%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-5 {
  right: 41.66666667%; }

.col-xs-pull-4 {
  right: 33.33333333%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-2 {
  right: 16.66666667%; }

.col-xs-pull-1 {
  right: 8.33333333%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-push-11 {
  left: 91.66666667%; }

.col-xs-push-10 {
  left: 83.33333333%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-8 {
  left: 66.66666667%; }

.col-xs-push-7 {
  left: 58.33333333%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-5 {
  left: 41.66666667%; }

.col-xs-push-4 {
  left: 33.33333333%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-2 {
  left: 16.66666667%; }

.col-xs-push-1 {
  left: 8.33333333%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-offset-12 {
  margin-left: 100%; }

.col-xs-offset-11 {
  margin-left: 91.66666667%; }

.col-xs-offset-10 {
  margin-left: 83.33333333%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-8 {
  margin-left: 66.66666667%; }

.col-xs-offset-7 {
  margin-left: 58.33333333%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-5 {
  margin-left: 41.66666667%; }

.col-xs-offset-4 {
  margin-left: 33.33333333%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-2 {
  margin-left: 16.66666667%; }

.col-xs-offset-1 {
  margin-left: 8.33333333%; }

.col-xs-offset-0 {
  margin-left: 0%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-11 {
    width: 91.66666667%; }
  .col-sm-10 {
    width: 83.33333333%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-8 {
    width: 66.66666667%; }
  .col-sm-7 {
    width: 58.33333333%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-5 {
    width: 41.66666667%; }
  .col-sm-4 {
    width: 33.33333333%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-2 {
    width: 16.66666667%; }
  .col-sm-1 {
    width: 8.33333333%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-pull-11 {
    right: 91.66666667%; }
  .col-sm-pull-10 {
    right: 83.33333333%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-8 {
    right: 66.66666667%; }
  .col-sm-pull-7 {
    right: 58.33333333%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-5 {
    right: 41.66666667%; }
  .col-sm-pull-4 {
    right: 33.33333333%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-2 {
    right: 16.66666667%; }
  .col-sm-pull-1 {
    right: 8.33333333%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-push-11 {
    left: 91.66666667%; }
  .col-sm-push-10 {
    left: 83.33333333%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-8 {
    left: 66.66666667%; }
  .col-sm-push-7 {
    left: 58.33333333%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-5 {
    left: 41.66666667%; }
  .col-sm-push-4 {
    left: 33.33333333%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-2 {
    left: 16.66666667%; }
  .col-sm-push-1 {
    left: 8.33333333%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-offset-12 {
    margin-left: 100%; }
  .col-sm-offset-11 {
    margin-left: 91.66666667%; }
  .col-sm-offset-10 {
    margin-left: 83.33333333%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-8 {
    margin-left: 66.66666667%; }
  .col-sm-offset-7 {
    margin-left: 58.33333333%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-5 {
    margin-left: 41.66666667%; }
  .col-sm-offset-4 {
    margin-left: 33.33333333%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-2 {
    margin-left: 16.66666667%; }
  .col-sm-offset-1 {
    margin-left: 8.33333333%; }
  .col-sm-offset-0 {
    margin-left: 0%; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-12 {
    width: 100%; }
  .col-md-11 {
    width: 91.66666667%; }
  .col-md-10 {
    width: 83.33333333%; }
  .col-md-9 {
    width: 75%; }
  .col-md-8 {
    width: 66.66666667%; }
  .col-md-7 {
    width: 58.33333333%; }
  .col-md-6 {
    width: 50%; }
  .col-md-5 {
    width: 41.66666667%; }
  .col-md-4 {
    width: 33.33333333%; }
  .col-md-3 {
    width: 25%; }
  .col-md-2 {
    width: 16.66666667%; }
  .col-md-1 {
    width: 8.33333333%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-pull-11 {
    right: 91.66666667%; }
  .col-md-pull-10 {
    right: 83.33333333%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-8 {
    right: 66.66666667%; }
  .col-md-pull-7 {
    right: 58.33333333%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-5 {
    right: 41.66666667%; }
  .col-md-pull-4 {
    right: 33.33333333%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-2 {
    right: 16.66666667%; }
  .col-md-pull-1 {
    right: 8.33333333%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-push-11 {
    left: 91.66666667%; }
  .col-md-push-10 {
    left: 83.33333333%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-8 {
    left: 66.66666667%; }
  .col-md-push-7 {
    left: 58.33333333%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-5 {
    left: 41.66666667%; }
  .col-md-push-4 {
    left: 33.33333333%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-2 {
    left: 16.66666667%; }
  .col-md-push-1 {
    left: 8.33333333%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-offset-12 {
    margin-left: 100%; }
  .col-md-offset-11 {
    margin-left: 91.66666667%; }
  .col-md-offset-10 {
    margin-left: 83.33333333%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-8 {
    margin-left: 66.66666667%; }
  .col-md-offset-7 {
    margin-left: 58.33333333%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-5 {
    margin-left: 41.66666667%; }
  .col-md-offset-4 {
    margin-left: 33.33333333%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-2 {
    margin-left: 16.66666667%; }
  .col-md-offset-1 {
    margin-left: 8.33333333%; }
  .col-md-offset-0 {
    margin-left: 0%; } }

@media (min-width: 1280px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-11 {
    width: 91.66666667%; }
  .col-lg-10 {
    width: 83.33333333%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-8 {
    width: 66.66666667%; }
  .col-lg-7 {
    width: 58.33333333%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-5 {
    width: 41.66666667%; }
  .col-lg-4 {
    width: 33.33333333%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-2 {
    width: 16.66666667%; }
  .col-lg-1 {
    width: 8.33333333%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-pull-11 {
    right: 91.66666667%; }
  .col-lg-pull-10 {
    right: 83.33333333%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-8 {
    right: 66.66666667%; }
  .col-lg-pull-7 {
    right: 58.33333333%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-5 {
    right: 41.66666667%; }
  .col-lg-pull-4 {
    right: 33.33333333%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-2 {
    right: 16.66666667%; }
  .col-lg-pull-1 {
    right: 8.33333333%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-push-11 {
    left: 91.66666667%; }
  .col-lg-push-10 {
    left: 83.33333333%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-8 {
    left: 66.66666667%; }
  .col-lg-push-7 {
    left: 58.33333333%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-5 {
    left: 41.66666667%; }
  .col-lg-push-4 {
    left: 33.33333333%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-2 {
    left: 16.66666667%; }
  .col-lg-push-1 {
    left: 8.33333333%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-offset-12 {
    margin-left: 100%; }
  .col-lg-offset-11 {
    margin-left: 91.66666667%; }
  .col-lg-offset-10 {
    margin-left: 83.33333333%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-8 {
    margin-left: 66.66666667%; }
  .col-lg-offset-7 {
    margin-left: 58.33333333%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-5 {
    margin-left: 41.66666667%; }
  .col-lg-offset-4 {
    margin-left: 33.33333333%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-2 {
    margin-left: 16.66666667%; }
  .col-lg-offset-1 {
    margin-left: 8.33333333%; }
  .col-lg-offset-0 {
    margin-left: 0%; } }

.fade {
  opacity: 0;
  transition: opacity 0.15s linear; }

.fade.in {
  opacity: 1; }

.collapse {
  display: none;
  visibility: hidden; }

.collapse.in {
  display: block;
  visibility: visible; }

tr.collapse.in {
  display: table-row; }

tbody.collapse.in {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-property: height, visibility;
  transition-duration: 0.35s;
  transition-timing-function: ease; }

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }

.nav > li {
  position: relative;
  display: block; }

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px; }

.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee; }

.nav > li.disabled > a {
  color: #777777; }

.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed; }

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7; }

.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5; }

.nav > li > a > img {
  max-width: none; }

.nav-tabs {
  border-bottom: 1px solid #dddddd; }

.nav-tabs > li {
  float: left;
  margin-bottom: -1px; }

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent; }

.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd; }

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default; }

.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0; }

.nav-tabs.nav-justified > li {
  float: none; }

.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px; }

.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto; }

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%; }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0; } }

.nav-tabs.nav-justified > li > a {
  margin-right: 0; }

.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd; }

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd; }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff; } }

.nav-pills > li {
  float: left; }

.nav-pills > li + li {
  margin-left: 2px; }

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #337ab7; }

.nav-stacked > li {
  float: none; }

.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0; }

.nav-justified {
  width: 100%; }

.nav-justified > li {
  float: none; }

.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px; }

.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto; }

@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%; }
  .nav-justified > li > a {
    margin-bottom: 0; } }

.nav-tabs-justified {
  border-bottom: 0; }

.nav-tabs-justified > li > a {
  margin-right: 0; }

.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd; }

@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd; }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff; } }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0; }

.embed-responsive.embed-responsive-16by9 {
  padding-bottom: 56.25%; }

.embed-responsive.embed-responsive-4by3 {
  padding-bottom: 75%; }

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table; }

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important;
  visibility: hidden !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1279px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }

@media (min-width: 992px) and (max-width: 1279px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1279px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1279px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1280px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }

@media (min-width: 1280px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1280px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1280px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1279px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1280px) {
  .hidden-lg {
    display: none !important; } }

.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }

.visible-print-block {
  display: none !important; }

@media print {
  .visible-print-block {
    display: block !important; } }

.visible-print-inline {
  display: none !important; }

@media print {
  .visible-print-inline {
    display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }

@media print {
  .visible-print-inline-block {
    display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

@font-face {
  font-family: 'icomoon';
  src: url("fonts/icomoon.eot?d8s2il");
  src: url("fonts/icomoon.eot?#iefixd8s2il") format("embedded-opentype"), url("fonts/icomoon.ttf?d8s2il") format("truetype"), url("fonts/icomoon.woff?d8s2il") format("woff"), url("fonts/icomoon.svg?d8s2il#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Lelum';
  src: url("fonts/lelumsans-thin-webfont.eot");
  src: url("fonts/lelumsans-thin-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/lelumsans-thin-webfont.woff2") format("woff2"), url("fonts/lelumsans-thin-webfont.woff") format("woff"), url("fonts/lelumsans-thin-webfont.ttf") format("truetype");
  font-weight: 100;
  font-style: normal; }

@font-face {
  font-family: 'Lelum';
  src: url("fonts/lelumsans-light-webfont.eot");
  src: url("fonts/lelumsans-light-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/lelumsans-light-webfont.woff2") format("woff2"), url("fonts/lelumsans-light-webfont.woff") format("woff"), url("fonts/lelumsans-light-webfont.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Lelum';
  src: url("fonts/lelumsans-webfont.eot");
  src: url("fonts/lelumsans-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/lelumsans-webfont.woff2") format("woff2"), url("fonts/lelumsans-webfont.woff") format("woff"), url("fonts/lelumsans-webfont.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Lelum';
  src: url("fonts/lelumsans-bold-webfont.eot");
  src: url("fonts/lelumsans-bold-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/lelumsans-bold-webfont.woff2") format("woff2"), url("fonts/lelumsans-bold-webfont.woff") format("woff"), url("fonts/lelumsans-bold-webfont.ttf") format("truetype");
  font-weight: 800;
  font-style: normal; }

.btn {
  cursor: pointer;
  position: relative;
  display: inline-block;
  height: 67px;
  padding: 20px 40px 15px 40px;
  background-color: #d3b484;
  border-radius: 6px;
  color: #222324;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 17px;
  font-family: "Lelum", sans-serif;
  line-height: 32px;
  transition: all 0.1s linear; }
  @media (max-width: 992px) {
    .btn {
      height: 60px;
      line-height: 24px;
      font-size: 14px;
      padding: 20px 70px 15px 30px; } }
  @media (max-width: 900px) {
    .btn {
      padding: 20px 30px 15px 30px; } }
  .btn:before,
  .btn:after {
    content: "";
    display: block;
    width: 100%;
    height: 12px;
    position: absolute;
    bottom: -5px;
    left: 0;
    border-radius: 6px;
    background-color: #9d7942;
    z-index: 0;
    transition: all 0.1s linear; }
  .btn:before {
    background-color: #d3b484;
    z-index: 1;
    bottom: 0; }
  .btn:hover {
    margin-top: 3px;
    color: #222324;
    text-decoration: none;
    transition: all 0.1s linear; }
  .btn:hover:after {
    bottom: -2px;
    transition: all 0.1s linear; }

.btn.arr--right span:after {
  font-family: "icomoon";
  content: "\e600";
  color: #fff;
  font-size: 22px;
  display: block;
  position: absolute;
  top: 18px;
  right: 40px; }
  @media (max-width: 992px) {
    .btn.arr--right span:after {
      right: 30px; } }
  @media (max-width: 900px) {
    .btn.arr--right span:after {
      display: none; } }

.close {
  cursor: pointer;
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 25px;
  right: 25px;
  transition: all 0.4s linear;
  z-index: 666; }
  .close:before,
  .close:after {
    content: "";
    position: absolute;
    display: block;
    width: 40px;
    height: 2px;
    border-radius: 2px;
    background-color: #222324;
    top: 50%;
    left: 0;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    transition: all 0.4s linear;
    transition: background 0s; }
  .close:after {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  .close:hover:before,
  .close:hover:after {
    transition: background 0s;
    background-color: #d3b484; }

#ham {
  cursor: pointer;
  display: none;
  width: 35px;
  height: 30px;
  position: absolute;
  top: 30px;
  right: 20px;
  z-index: 666; }
  @media (max-width: 900px) {
    #ham {
      display: block; } }
  #ham:before,
  #ham:after,
  #ham span {
    content: "";
    position: absolute;
    display: block;
    width: 35px;
    height: 2px;
    border-radius: 2px;
    background-color: #fff;
    top: 0;
    left: 0;
    transition: all 0.4s linear;
    transition: background 0s; }
  #ham:after {
    top: calc(100% - 2px); }
  #ham span {
    top: calc(50% - 1px);
    margin: 0; }
  #ham:hover:before,
  #ham:hover:after {
    transition: background 0s;
    background-color: #fff; }
  #ham.close span {
    width: 0;
    transition: all 0.2s linear;
    transition: background 0s; }
  #ham.close:before,
  #ham.close:after {
    background-color: #fff;
    top: 10px; }

body {
  position: absolute; }

a:focus {
  text-decoration: none; }

button {
  border: none; }

#page-cont {
  position: static;
  width: 100vw;
  height: 100vh;
  min-height: 480px;
  background: url(../images/bg--main.jpg) no-repeat;
  background-color: #222324;
  background-size: cover;
  overflow: hidden;
  transition: all 0.3s ease-in; }
  @media (max-width: 1000px) {
    #page-cont {
      background: url(../images/bg--main_1000.jpg) no-repeat;
      background-color: #222324;
      background-size: cover;
      transition: all 0.3s ease-in; } }
  @media (max-width: 500px) {
    #page-cont {
      background: url(../images/bg--main_500.jpg) no-repeat;
      background-color: #222324;
      background-size: cover;
      transition: all 0.3s ease-in; } }

#page-cont .logo {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 50px;
  height: 50px;
  margin: 50px;
  background: url(../images/logo--main.png) center 0 no-repeat;
  cursor: pointer;
  z-index: 666; }
  #page-cont .logo:hover {
    background: url(../images/logo--main.png) center -50px no-repeat; }
  @media (max-width: 900px) {
    #page-cont .logo {
      margin: 20px; } }

#menu {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 550px;
  height: 150px;
  font-family: "Lelum", sans-serif;
  text-transform: uppercase;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  padding: 60px 50px;
  z-index: 666;
  text-align: right;
  /* MOBILNI */ }
  #menu a.link {
    margin: 20px;
    cursor: pointer;
    color: #fff; }
    #menu a.link.active,
    #menu a.link:hover {
      color: #d3b484;
      text-decoration: none; }
  @media (max-width: 900px) {
    #menu {
      display: none;
      position: absolute;
      top: 0;
      right: -250px;
      width: 250px;
      height: 100%;
      background-color: #d3b484;
      padding: 22px;
      font-weight: 800;
      text-align: left; }
      #menu a.link {
        display: block;
        font-size: 22px;
        position: relative;
        height: 30px;
        margin: 35px 20px; }
        #menu a.link:after {
          content: "";
          width: 35px;
          height: 5px;
          background-color: rgba(0, 0, 0, 0.7);
          display: block;
          position: absolute;
          left: 0;
          bottom: -20px; } }

#heading {
  opacity: 1;
  display: block;
  width: calc(90% - 135px);
  position: absolute;
  bottom: 200px;
  left: 0;
  margin-left: 135px; }
  @media (max-height: 800px) {
    #heading {
      bottom: 100px; } }
  @media (max-width: 900px) {
    #heading {
      margin-left: 80px; } }
  @media (max-width: 770px) {
    #heading {
      margin-left: 20px;
      width: auto;
      margin-right: 20px; } }
  #heading h1 {
    color: #d3b484;
    font-family: "Lelum", sans-serif;
    font-size: 20px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 23px; }
  #heading p {
    margin-top: 10px;
    font-family: "Lelum", sans-serif;
    color: #d3b484;
    font-size: 35px;
    font-weight: 100;
    margin-bottom: 85px; }
    @media (max-width: 1000px) {
      #heading p {
        font-size: 28px; } }
    @media (max-width: 700px) {
      #heading p {
        margin-bottom: 35px; } }
    @media (max-width: 700px) {
      #heading p {
        font-size: 22px; } }
  #heading a.arrow {
    display: inline-block;
    font-size: 18px;
    color: #fff;
    font-family: "Lelum", sans-serif;
    font-weight: 700;
    position: relative;
    text-decoration: none; }
    @media (max-width: 700px) {
      #heading a.arrow {
        margin-bottom: 18px; } }
    #heading a.arrow:after {
      content: "\f105";
      font-family: "icomoon";
      display: block;
      position: absolute;
      right: -12px;
      top: 1px;
      transition: all 0.3s linear; }
    #heading a.arrow:hover:after {
      font-weight: 800;
      right: -17px;
      transition: all 0.3s linear; }

#footer {
  position: absolute;
  z-index: 999;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100px;
  padding: 50px;
  padding-top: 0; }
  @media (max-height: 680px) {
    #footer {
      padding-bottom: 10px;
      padding-top: 0;
      height: 70px; } }
  @media (max-width: 1000px) {
    #footer {
      padding: 0 0 5px 0;
      height: 100px; } }
  #footer .reference {
    display: inline-block;
    width: calc(100% - 450px);
    float: left; }
    @media (max-width: 900px) {
      #footer .reference {
        display: none; } }
    #footer .reference img {
      border-radius: 30px;
      width: 60px;
      height: 60px;
      display: inline-block;
      float: left; }
    #footer .reference p {
      display: inline-block;
      margin: 0;
      font-family: "Lelum", sans-serif;
      font-weight: 300;
      font-size: 13px;
      color: #b9bccb;
      padding-left: 12px;
      width: calc(100% - 65px); }
      #footer .reference p a {
        color: #d3b484;
        text-decoration: underline; }
        #footer .reference p a:hover {
          text-decoration: none; }
    #footer .reference p.citace {
      font-family: "Lelum", sans-serif;
      font-size: 12px;
      font-weight: 300;
      color: #fff;
      padding-top: 10px; }
  #footer .contact {
    display: inline-block;
    width: 400px;
    float: right;
    font-size: 14px;
    font-family: "Lelum", sans-serif;
    font-weight: 300;
    margin-top: 14px;
    text-align: right; }
    @media (max-width: 900px) {
      #footer .contact {
        float: none;
        display: block;
        margin: auto;
        text-align: center;
        width: 82px; } }
    #footer .contact .phone {
      display: inline-block;
      color: #fff;
      position: relative;
      margin-left: 42px;
      margin-right: 52px; }
      #footer .contact .phone:hover {
        text-decoration: none; }
      #footer .contact .phone:before {
        content: "\f095";
        font-family: "icomoon";
        font-size: 25px;
        display: block;
        position: absolute;
        top: -4px;
        left: -28px; }
    #footer .contact .email {
      display: inline-block;
      color: #d3b484;
      position: relative;
      margin-left: 42px;
      text-decoration: underline; }
      #footer .contact .email:hover {
        text-decoration: none; }
      #footer .contact .email:before {
        content: "\f0e0";
        font-family: "icomoon";
        font-size: 21px;
        color: #d3b484;
        display: block;
        position: absolute;
        top: -4px;
        left: -33px; }
    @media (max-width: 900px) {
      #footer .contact .phone,
      #footer .contact .email {
        display: block;
        margin: 20px auto;
        float: none; } }

#kdo-jsme {
  display: none;
  position: absolute;
  top: 0;
  right: -500px;
  width: 500px;
  height: 100vh;
  background-color: #fff;
  font-family: "Lelum", sans-serif;
  font-weight: 300;
  padding: 42px; }
  #kdo-jsme h2 {
    font-size: 38px;
    font-family: "Lelum", sans-serif;
    color: #000;
    margin-top: 100px;
    font-weight: 800; }
    @media (max-height: 700px) {
      #kdo-jsme h2 {
        margin-top: 30px; } }
  #kdo-jsme p.perex {
    font-size: 23px;
    color: #9d7942;
    font-weight: 400; }
  #kdo-jsme p {
    font-size: 18px; }
    #kdo-jsme p .link--reference {
      cursor: pointer;
      color: #d3b484;
      text-decoration: underline; }
      #kdo-jsme p .link--reference:hover {
        text-decoration: none; }
  #kdo-jsme p.last {
    margin-bottom: 50px; }
    @media (max-height: 650px) {
      #kdo-jsme p.last {
        margin-bottom: 30px; } }
  #kdo-jsme a {
    color: #9d7942;
    text-decoration: underline;
    transition: all 0.3s linear; }
    #kdo-jsme a:hover {
      text-decoration: none;
      transition: all 0.3s linear; }
  #kdo-jsme a.arrow {
    display: inline-block;
    font-size: 20px;
    font-weight: 400;
    color: #9d7942;
    position: relative;
    text-decoration: none;
    margin-bottom: 20px; }
    #kdo-jsme a.arrow:after {
      content: "\f105";
      font-family: "icomoon";
      display: block;
      position: absolute;
      right: -14px;
      top: -3px;
      font-size: 20px;
      font-weight: 100;
      transition: all 0.3s linear; }
    #kdo-jsme a.arrow:hover:after {
      font-weight: 800;
      right: -17px;
      transition: all 0.3s linear; }
  #kdo-jsme a.btn {
    color: #222324;
    text-decoration: none;
    float: right;
    transition: all 0.1s linear; }
    #kdo-jsme a.btn:after, #kdo-jsme a.btn:before {
      transition: all 0.1s linear; }
  @media (max-width: 900px) {
    #kdo-jsme {
      top: 20px;
      left: 20px;
      right: 20px;
      width: calc(100% - 40px);
      height: auto;
      display: none;
      padding: 20px;
      z-index: 999; }
      #kdo-jsme h2 {
        margin-top: 0;
        font-size: 27px; }
      #kdo-jsme p {
        font-size: 16px; }
      #kdo-jsme p.perex {
        font-size: 20px;
        line-height: 24px; } }

#kontakt,
#projekty {
  display: none;
  padding: 150px 50px 150px 50px;
  position: relative; }
  @media (max-height: 850px) {
    #kontakt,
    #projekty {
      padding: 100px 50px 150px 50px; } }
  @media (max-width: 750px) {
    #kontakt,
    #projekty {
      padding: 100px 40px 100px 40px; } }
  #kontakt .slider,
  #projekty .slider {
    position: relative;
    display: block;
    width: 100%;
    height: 500px; }
  #kontakt .arr--right,
  #kontakt .arr--left,
  #projekty .arr--right,
  #projekty .arr--left {
    position: absolute;
    top: 50%;
    left: 10px;
    display: block;
    width: 35px;
    cursor: pointer; }
    #kontakt .arr--right:before,
    #kontakt .arr--left:before,
    #projekty .arr--right:before,
    #projekty .arr--left:before {
      content: "\f104";
      font-family: "icomoon";
      color: #fff;
      font-size: 42px; }
    #kontakt .arr--right:hover:before,
    #kontakt .arr--right:hover:after,
    #kontakt .arr--left:hover:before,
    #kontakt .arr--left:hover:after,
    #projekty .arr--right:hover:before,
    #projekty .arr--right:hover:after,
    #projekty .arr--left:hover:before,
    #projekty .arr--left:hover:after {
      color: #d3b484; }
  #kontakt .arr--right,
  #projekty .arr--right {
    right: 10px;
    left: auto; }
    #kontakt .arr--right:before,
    #projekty .arr--right:before {
      content: "\f105"; }
  #kontakt h2,
  #projekty h2 {
    font-size: 72px;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 20px;
    color: #fff; }
    @media (max-height: 750px) {
      #kontakt h2,
      #projekty h2 {
        font-size: 60px;
        margin-bottom: 0px; } }
    @media (max-width: 750px) {
      #kontakt h2,
      #projekty h2 {
        font-size: 35px;
        margin-bottom: 0px; } }
  #kontakt .item,
  #projekty .item {
    width: 260px;
    height: 465px;
    margin: 30px;
    vertical-align: middle;
    display: inline-block;
    position: relative;
    transition: all 0.2s linear; }
    @media (max-width: 750px) {
      #kontakt .item,
      #projekty .item {
        width: 180px; } }
    #kontakt .item img,
    #projekty .item img {
      width: 260px;
      height: 260px;
      border-radius: 130px;
      display: block;
      margin: 0 auto;
      transition: all 0.2s linear; }
      @media (max-height: 850px) {
        #kontakt .item img,
        #projekty .item img {
          width: 200px;
          height: 200px; } }
      @media (max-width: 750px) {
        #kontakt .item img,
        #projekty .item img {
          width: 180px;
          height: 180px; } }
    #kontakt .item p,
    #projekty .item p {
      font-family: "Lelum", sans-serif;
      font-weight: 300;
      font-size: 16px;
      color: #b9bccb;
      text-align: center;
      transition: all 0.2s linear; }
    #kontakt .item p.who,
    #kontakt .item p.name,
    #projekty .item p.who,
    #projekty .item p.name {
      font-family: "Lelum", sans-serif;
      font-size: 18px;
      font-weight: 800;
      margin-bottom: 0;
      color: #fff; }
    #kontakt .item .gallery,
    #projekty .item .gallery {
      display: none; }
    #kontakt .item:hover img,
    #projekty .item:hover img {
      -webkit-transform: scale(1.1);
          -ms-transform: scale(1.1);
              transform: scale(1.1);
      transition: all 0.2s linear; }
    #kontakt .item:hover p,
    #projekty .item:hover p {
      -webkit-transform: scale(1.1);
          -ms-transform: scale(1.1);
              transform: scale(1.1);
      text-decoration: none;
      transition: all 0.2s linear; }
      #kontakt .item:hover p.name,
      #projekty .item:hover p.name {
        margin-top: 30px; }
    #kontakt .item:focus,
    #projekty .item:focus {
      border: none;
      text-decoration: none;
      outline: 0; }

a.item, a.item:hover p, a.item:hover p.name {
  text-decoration: none; }

.kontakt__left,
.kontakt__right {
  color: #fff;
  font-family: "Lelum", sans-serif;
  font-weight: 300;
  font-size: 18px;
  display: inline-block;
  float: left;
  margin-left: 10%;
  width: 40%; }
  @media (max-width: 1200px) {
    .kontakt__left,
    .kontakt__right {
      width: 50%;
      margin-left: 0; } }
  @media (max-width: 900px) {
    .kontakt__left,
    .kontakt__right {
      width: 100%;
      display: block; } }
  .kontakt__left h3,
  .kontakt__right h3 {
    color: #d3b484;
    font-family: "Lelum", sans-serif;
    font-weight: 800;
    font-size: 22px;
    margin-bottom: 33px; }
    @media (max-height: 700px) and (min-width: 900px) {
      .kontakt__left h3,
      .kontakt__right h3 {
        margin-bottom: 20px; } }
  .kontakt__left .name,
  .kontakt__right .name {
    font-size: 28px; }
  .kontakt__left .phone,
  .kontakt__right .phone {
    display: block;
    color: #fff;
    position: relative;
    margin-left: 72px;
    margin-bottom: 20px;
    margin-top: 20px;
    font-size: 20px;
    width: 130px; }
    .kontakt__left .phone:hover,
    .kontakt__right .phone:hover {
      text-decoration: none; }
    .kontakt__left .phone:before,
    .kontakt__right .phone:before {
      content: "\f095";
      font-family: "icomoon";
      font-size: 35px;
      display: block;
      position: absolute;
      top: -6px;
      left: -68px; }
    @media (max-width: 500px) {
      .kontakt__left .phone,
      .kontakt__right .phone {
        font-size: 20px;
        margin-left: 40px; }
        .kontakt__left .phone:before,
        .kontakt__right .phone:before {
          left: -55px; } }
  .kontakt__left .email,
  .kontakt__right .email {
    display: block;
    color: #d3b484;
    position: relative;
    margin-left: 72px;
    text-decoration: underline;
    font-size: 20px;
    width: 130px; }
    .kontakt__left .email:hover,
    .kontakt__right .email:hover {
      text-decoration: none; }
    .kontakt__left .email:before,
    .kontakt__right .email:before {
      content: "\f0e0";
      font-family: "icomoon";
      font-size: 35px;
      color: #fff;
      display: block;
      position: absolute;
      top: -12px;
      left: -70px; }
    @media (max-width: 500px) {
      .kontakt__left .email,
      .kontakt__right .email {
        font-size: 20px;
        margin-left: 40px; }
        .kontakt__left .email:before,
        .kontakt__right .email:before {
          left: -55px; } }

.kontakt__right {
  position: relative;
  color: #fff;
  font-family: "Lelum", sans-serif;
  font-weight: 300;
  font-size: 20px;
  display: inline-block;
  float: right;
  width: 40%;
  margin-left: 0;
  margin-right: 10%; }
  @media (max-width: 1200px) {
    .kontakt__right {
      width: 50%;
      margin-right: 0; } }
  @media (max-width: 900px) {
    .kontakt__right {
      width: 100%;
      display: block;
      margin-top: 42px;
      padding-top: 10px;
      border-top: 1px solid #4d5459; } }
  .kontakt__right .form__item,
  .kontakt__right .form__item--half {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 20px;
    display: table; }
  .kontakt__right .form__item--half {
    width: calc(50% - 4px);
    display: inline-block; }
    @media (max-width: 800px) {
      .kontakt__right .form__item--half {
        width: 100%;
        display: block; } }
  .kontakt__right .label {
    font-family: "Lelum", sans-serif;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    display: block;
    width: 100%;
    margin-bottom: 5px;
    margin-left: 3px;
    font-weight: 700; }
    @media (max-width: 500px) {
      .kontakt__right .label {
        font-size: 11px; } }
  .kontakt__right .input {
    background: #222324;
    border: 1px solid #4d5459;
    width: 100%;
    display: block;
    height: 52px;
    font-size: 18px;
    padding: 8px 20px 5px 20px; }
    @media (max-width: 700px) {
      .kontakt__right .input {
        font-size: 16px;
        padding: 8px 15px 5px 15px; } }
    @media (max-height: 700px) and (min-width: 900px) {
      .kontakt__right .input {
        height: 47px; } }
  .kontakt__right textarea.input {
    height: 100px;
    resize: vertical; }
  .kontakt__right .loader {
    position: absolute;
    top: 150px;
    left: 40%;
    display: none; }

#kontakt .btn {
  position: relative;
  width: auto;
  height: auto;
  line-height: auto;
  float: right;
  line-height: 23px;
  font-size: 14px; }
  #kontakt .btn:before {
    content: ""; }
  @media (max-height: 700px) and (min-width: 900px) {
    #kontakt .btn {
      width: 20%; } }

@media (max-height: 700px) and (min-width: 900px) {
  .form__item.textarea {
    width: 70%;
    display: inline-block;
    float: left; } }

@media (max-height: 700px) and (min-width: 900px) {
  .form__item.buttonek {
    width: 30%;
    display: inline-block;
    float: right; }
    .form__item.buttonek .btn {
      padding: 20px 110px 15px 30px;
      margin-top: 30px; }
      .form__item.buttonek .btn:hover {
        margin-top: 35px; }
    .form__item.buttonek span:after {
      display: none; } }

#form--message--success,
#form--message--error {
  position: absolute;
  z-index: 666;
  top: 0px;
  left: -20px;
  width: calc(100% + 40px);
  background: rgba(42, 42, 42, 0.8);
  text-align: center;
  padding: 20px;
  display: table;
  display: none; }
  #form--message--success p,
  #form--message--error p {
    color: #fff;
    font-size: 32px;
    display: table-cell;
    vertical-align: middle; }

.gallery {
  display: block;
  position: fixed;
  z-index: 666;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(42, 42, 42, 0.8); }
  .gallery .image {
    display: block;
    width: 100vw;
    height: 100vh;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat; }
  .gallery .arr--right,
  .gallery .arr--left {
    position: fixed;
    z-index: 669;
    top: 50vh;
    left: 10px;
    display: block;
    width: 35px;
    cursor: pointer;
    background-color: rgba(42, 42, 42, 0.5);
    border-radius: 4px;
    width: 50px; }
    .gallery .arr--right:before,
    .gallery .arr--left:before {
      content: "\e603";
      font-family: "icomoon";
      color: #fff;
      font-size: 32px;
      margin-left: 10px; }
    .gallery .arr--right:hover:before,
    .gallery .arr--right:hover:after,
    .gallery .arr--left:hover:before,
    .gallery .arr--left:hover:after {
      color: #d3b484; }
  .gallery .arr--right {
    right: 10px;
    left: auto; }
    .gallery .arr--right:before {
      content: "\e600"; }
  .gallery .close {
    background-color: rgba(42, 42, 42, 0.5);
    border-radius: 4px; }
    .gallery .close:before, .gallery .close:after {
      background-color: #fff; }
    .gallery .close:hover:before, .gallery .close:hover:after {
      background-color: #d3b484; }

#stavby .item {
  cursor: pointer; }

.loader {
  margin: 60px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(255, 255, 255, 0.2);
  border-right: 1.1em solid rgba(255, 255, 255, 0.2);
  border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
  border-left: 1.1em solid #d3b484;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear; }

.loader,
.loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em; }

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }