/**
 *
 *  functions definitions
 *
 */
.clear {
  clear: both;
}
html,
body {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.5;
  color: #404144;
  background: #ffffff;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Titillium Web', sans-serif;
  margin: 0px;
  padding: 0px;
  text-align: center;
}
h2 {
  z-index: 1;
  position: relative;
  padding: 0 0 15px;
  margin: 15px 0 40px;
  font-weight: 600;
}
h2:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -15px;
  width: 30px;
  height: 0px;
  border-bottom: 3px solid #007fc9;
}
a {
  color: #404144;
  text-decoration: none;
}
a:hover {
  color: #007fc9;
  text-decoration: none;
}
a:focus {
  color: #007fc9;
  text-decoration: none;
}
p {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  margin: 0px;
  padding: 0px 0 10px;
  text-align: left;
  color: #3a3a3a;
}
#sluzby ul li{
	margin-left: 20px;
	padding-left: 8px;
	padding-bottom: 5px;
	list-style-type: square;
}
b,
strong {
  font-weight: 700;
}
.light {
  font-weight: 300;
}
i {
  font-style: italic;
}
u {
  text-decoration: underline;
}
img {
  max-width: 100%;
  height: auto;
}
#welcome {
  z-index: 9999;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background: #007fc9;
  text-align: center;
}
#welcome .container {
  padding-top: 10px;
  color: #ffffff;
  font-size: 20px;
}
#welcome .container span a,
#welcome .container span a:focus,
#welcome .container span a:hover {
  color: #ffffff;
}
#welcome .container span.phone {
  float: right;
}
#welcome .container span.mail {
  float: left;
}
#head {
  position: relative;
  width: 100%;
  height: 100vh;
  padding-top: 50vh;
  background-image: url('../img/head.jpg');
  background-attachment: fixed !important;
  background-position: center top;
  background-repeat: no-repeat;
  -moz-box-shadow: inset 0 60px 10px -10px #000000, inset 0 -20px 20px -20px #000000;
  -webkit-box-shadow: inset 0 60px 10px -10px #000000, inset 0 -20px 20px -20px #000000;
  box-shadow: inset 0 60px 10px -10px #000000, inset 0 -20px 20px -20px #000000;
}
#head .container {
  width: 100%;
  background: rgba(255, 255, 255, 0.7);
}
#head .container h1 {
  width: 100%;
  text-align: center;
  bottom: 0;
  padding: 0 0 0;
  margin: 0;
  font-size: 100px;
  color: #000;
}
#head .container p {
  margin-top: 20px;
  font-size: 35px;
  text-align: center;
  color: #000;
}
#info,
#sluzby,
#reference,
#kontakt {
  background: #f4f4f4;
}
#o_mne {
  background: #ffffff;
}
#o_mne p{
  text-align: justify;
}
#o_mne,
#sluzby {
  padding-bottom: 30px;
}
#sluzby img {
  margin-bottom: 15px;
}
#sluzby,
#reference,
#o_mne {
  padding: 30px 0 60px;
}
/*.headroom {position: fixed;top: 0;left: 0;right: 0;.funcTransition(@sec:0.2);}
.headroom.slide--up {top: -102px;}
.headroom.slide--reset {top: 0;}*/
header#menu {
  position: relative;
  z-index: 10000;
  width: 100%;
  border-bottom: 2px solid #909090;
  background: #ffffff;
}
header#menu.fixed {
  position: fixed;
  top: 0;
}
header#menu .container-fluid {
  padding: 0;
}
header#menu #navrbar.navbar-collapse.collapse {
  margin: 0;
}
header#menu .container {
  margin: 0 auto;
  padding: 0 15px;
  max-width: 1170px;
}
header#menu nav.navbar-default {
  margin: 0;
  padding: 25px 10px;
  min-height: auto;
  background: none;
  border: 0;
}
header#menu nav.navbar-default ul {
  max-width: 811px;
  margin: 0 auto;
  padding: 0;
}
header#menu nav.navbar-default ul li {
  display: inline;
  padding: 0;
  text-transform: uppercase;
  font-size: 23px;
}
header#menu nav.navbar-default ul li a {
  padding: 25px 30px 7px;
  color: #404144;
  text-decoration: none;
}
header#menu nav.navbar-default ul li a:hover {
  color: #007fc9;
  text-decoration: none;
  border-bottom: 3px solid #007fc9;
}
header#menu nav.navbar-default ul li.active a {
  color: #007fc9;
  text-decoration: none;
  border-bottom: 3px solid #007fc9;
}
#reference .container .row .col-sm-6 {
  margin-bottom: 30px;
}
#reference .container .row .col-sm-6 .inner {
  padding: 10px 15px 10px;
  background: #fff;
}
#reference .container .row .col-sm-6 .inner h3 {
  margin-bottom: 15px;
  font-size: 23px;
  font-weight: 600;
  text-align: left;
}
#reference .container .row .col-sm-6 .inner .ref_text{
  overflow: hidden;
}
/*#reference .container .row .col-sm-6 .inner p {
  text-align: justify;
}*/
#reference .container .row .col-sm-6 .inner p span {
  padding-top: 5px;
}
#reference .container .row .col-sm-6 .inner .more {
  margin-top: 0px;
  padding-top: 0px;
  /*border-top: 3px solid #f4f4f4;*/
	  -moz-box-shadow: 0 10px 10px 10px #000000;
	  -webkit-box-shadow: 0 10px 10px 10px #000000;
	  box-shadow: 0 -7px 5px -5px #404144;
  text-align: center;
}
#reference .container .row .col-sm-6 .inner .more a {
  font-family: 'Titillium Web', sans-serif;
  z-index: 1;
  position: relative;
  /*padding-left: 7.5px;*/
  color: #007fc9;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 14px;
}
#reference .container .row .col-sm-6 .inner .more a:hover,
#reference .container .row .col-sm-6 .inner .more a:focus {
  opacity: 0.5;
}
/*#reference .container .row .col-sm-6 .inner .more a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 4px;
  margin-left: 0px;
  width: 0px;
  height: 13px;
  border-left: 1px solid #007fc9;
}*/
#kontakt {
  padding: 0 0 30px;
  background: #404144;
}
#kontakt h2 {
  margin: 30px 0 30px;
  padding: 0;
  color: #ffffff;
}
#kontakt h2:before {
  border: none;
}
#kontakt table {
  margin: 0px 0 20px;
}
/*
#kontakt table:nth-child(2) {
  margin: 20px 0;
}*/
#kontakt p,
#kontakt td,
#kontakt td a {
  margin: 0;
  padding: 0;
  font-size: 16px;
  text-align: left;
  color: #ffffff;
}
#kontakt p .desc,
#kontakt td .desc,
#kontakt td a .desc {
  padding: 10px 0;
}
#kontakt td a:hover {
  color: #007fc9;
  text-decoration: none;
}
#kontakt td a:focus {
  color: #007fc9;
  text-decoration: none;
}
#kontakt td.cell_icon {
  width: 25px;
}
#kontakt td.cell_icon i {
  color: #909090;
}
#kontakt input {
  height: 37px;
}
#kontakt input,
#kontakt textarea {
  padding: 10px 5px;
  min-width: 100%;
  outline: none;
  border: none;
  color: #fff;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top: 1px solid #5e5e5e;
  border-bottom: 1px solid #5e5e5e;
  background: transparent;
}
#kontakt input:hover,
#kontakt input:focus,
#kontakt textarea:hover,
#kontakt textarea:focus {
  border-top: 1px solid #007fc9;
  border-bottom: 1px solid #007fc9;
}
#kontakt input[type="submit"]:hover,
#kontakt input[type="submit"]:focus {
  border-top: 2px solid #007fc9;
  border-bottom: 2px solid #007fc9;
}
#kontakt input[type="checkbox"] {
  position: relative;
  display: block;
  left: -3px;
  top: 7px;
  width: 15px;
  height: 15px;
}
#kontakt input[type="checkbox"],
#kontakt input[type="submit"] {
  min-width: 0;
}
#kontakt p.name input {
  border-top: 2px solid #5e5e5e;
}
#kontakt p.name input:hover,
#kontakt p.name input:focus {
  border-top: 2px solid #007fc9;
}
#kontakt textarea {
  border-bottom: 2px solid #5e5e5e;
}
#kontakt textarea:hover,
#kontakt textarea:focus {
  border-bottom: 2px solid #007fc9;
}
#kontakt p.house input {
  border-top: none;
}
#kontakt p.house input:hover,
#kontakt p.house input:focus {
  border-top: none;
}
#kontakt p.code input {
  border-bottom: none;
}
#kontakt p.code input:hover,
#kontakt p.code input:focus {
  border-bottom: none;
}
#kontakt p.checkbox {
  line-height: 1px;
  padding: 0px 0 15px 25px;
}
#kontakt p.submit {
  text-align: right;
}
#kontakt #last #cont_send,
#kontakt #last #cont_send:hover,
#kontakt #last #cont_send:focus {
  border: none;
}
#kontakt #last #cont_send:hover,
#kontakt #last #cont_send:focus {
  color: #007fc9;
}
#kontakt #last .g-recaptcha {
  float: left;
}
#kontakt #last #cont_send {
  float: right;
  margin: 20px 15px 0 0;
}
@media screen and (max-width: 1859px) {
	header#menu nav.navbar-default ul{
		max-width: 600px;
	}
	header#menu nav.navbar-default ul li {
	  display: inline;
	  padding: 0;
	  text-transform: uppercase;
	  font-size: 18px;
	}
	header#menu nav.navbar-default ul li a{
	  padding-right: 20px;
	  padding-left: 20px;
	}
}
@media screen and (max-height: 600px) {
  #head {
    height: 600px;
    padding-top: 200px;
  }
}
@media screen and (max-width: 1000px) {
  #head {
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto;
  }
}
@media screen and (max-width: 780px) {
  #welcome {
    position: relative;
    width: 100%;
    height: auto;
  }
  #welcome .container {
    padding-bottom: 10px;
  }
  #welcome .container span.phone,
  #welcome .container span.mail {
    float: none;
    display: block;
  }
  #head{
	  -moz-box-shadow: inset 0 10px 10px -10px #000000, inset 0 -20px 20px -20px #000000;
	  -webkit-box-shadow: inset 0 10px 10px -10px #000000, inset 0 -20px 20px -20px #000000;
	  box-shadow: inset 0 10px 10px -10px #000000, inset 0 -20px 20px -20px #000000;
  }
}
@media screen and (max-width: 830px) {
	#head .container h1 {
		font-size: 70px;
	}
	#head .container p {
		font-size: 25px;
	}
}
@media screen and (max-width: 780px) {
	#head {
		height: 515px;
		padding-top: 150px;
	}
}
@media screen and (max-width: 767px) {
	p{
		text-align: justify;
	}
	header#menu nav.navbar-default ul {
	  max-width: 100%;
	  width: 100%;
	  margin: 20px 0 0;
	  padding: 0;
	}
	header#menu nav.navbar-default ul li {
	  display: block;
	  padding: 0;
	  width: 100%;
	  text-align: center;
	  text-transform: uppercase;
	  font-size: 20px;
	  line-height: 40px;
	}
	header#menu nav.navbar-default ul li a {
	  margin: 0;
	  padding: 0;
	  width: 100%;
	  color: #404144;
	  text-decoration: none;
	}
	header#menu nav.navbar-default ul li a:hover {
	  color: #007fc9;
	  text-decoration: none;
	  border: none;
	}
	header#menu nav.navbar-default ul li.active a {
	  color: #007fc9;
	  text-decoration: none;
	  border: none;
	}
}
@media screen and (max-width: 640px) {
	#head {
		height: 400px;
		padding-top: 100px;
	}
	#head .container h1 {
		font-size: 40px;
	}
	#head .container p {
		font-size: 20px;
	}
}
@media screen and (max-width: 500px) {
	#kontakt #last .g-recaptcha {
	  float: none;
	  width: 302px;
	  margin: 0 auto;
	}
	#kontakt #last #cont_send {
	  float: none;
	  width: 100%;
	  text-align: center;
	}
}
.eu-cookies {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    color: white;
    background-color: black;
    z-index: 10001;
    background: #292c3b;
    width: 100%;
    padding: 7px 0 7px 0;
	font-size: 14px;
	text-align: center;
}
.eu-cookies a{
	color: #fff;
}
.eu-cookies a:hover,
.eu-cookies a:focus{
	color: #fff;
	text-decoration: underline;
}

@media screen and (max-height: 600px) {
	.eu-cookies {
		position: relative;
	}
}
@media screen and (min-width: 781px) and (max-height: 600px) {
	#welcome{
		margin-top: 58px;
	}
	.eu-cookies {
		
	}
}
@media screen and (min-width: 1200px) and (max-height: 600px){
	#welcome{
		margin-top: 37px;
	}
	.eu-cookies {
		
	}
}