/****************************************/
/*              RESET                   */
/****************************************/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q,
s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul,
li, fieldset, form, label, legend, caption {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
:focus {
	outline:0;
}
body {
  line-height: 1;
  color: #595959;
  overflow-y: auto !important;
  margin: 0 !important;
  font-family: 'montserratmedium', Tahoma, Arial, sans-serif;
  overflow-x: hidden !important;
  background: #fff;
}
ol, ul {
	list-style:none;
}
table {
	border-collapse:separate;
	border-spacing:0;
}
caption, th, td {
	text-align:left;
	/*font-weight:400;*/
}
.clear {
	clear: both;
}
.clear.big {
	padding-bottom: 30px;
}
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.center {
  text-align: center;
}

html, body {height: 100%;-webkit-text-size-adjust: 100%;}
body {margin: 0; padding: 0;}

.imgleft {
  float: left;
  margin: 5px 10px 5px 0px;
}
.imgright {
  float: right;
  margin: 5px 0px 5px 10px;
}
a {
  color: #00b0aa;
  text-decoration: none;
}
a:hover {
  color: #000;
  text-decoration: underline;
}
p {
  line-height: 1.4em;
  padding: 5px 0px 5px 0px;
}
.content {
  position: relative;
  max-width: 1160px;
  margin: 0px auto 0px auto;
  padding: 0px 20px 0px 20px;
}
.btn {
  font-family: 'montserratlight', Tahoma, Arial, sans-serif;
  font-size: 1.2em;
  padding: 11px 20px 9px 20px;
  margin: 10px 0px 10px 0px;
  border: none;
  cursor: pointer;
  border-radius: 20px;
}
.btn.light {
  color: #fff;
  background: #00b0aa;
}
.btn.light:hover {
  background: #fff;
  color: #000;
  text-decoration: none;
}
.btn.dark {
  color: #fff;
  background: #00b0aa;
}
.btn.dark:hover {
  background: #000;
  color: #fff;
  text-decoration: none;
}
p.btnlft {
  float: left;
  margin: 20px 0px 25px 0px;
}
hr.wall {
  padding: 10px 0px 10px 0px;
  border: none;
}

/*-----------------------------------------------------------------------------------*/
/*	HEADER AND MENu
/*-----------------------------------------------------------------------------------*/
header {
	position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  padding: 0;
  z-index: 999;
  -webkit-transition: height 0.3s;
  -moz-transition: height 0.3s;
  -ms-transition: height 0.3s;
  -o-transition: height 0.3s;
  transition: height 0.3s;
  background: #fff;
}
header * {
	margin-bottom: 0 !important;
}

#logo {
  float: left;
  width: 210px;
  height: 65px;
  background: url('../../images/logo.png') center center no-repeat;
  margin: 0px 0px 0px 0px;
  z-index: 9000;
}
#logo a  {
  float: left;
  width: 210px;
  height: 65px;
}
#logo span {
  position: relative;
  left: -9000px;
}
nav.menu {
  float: right;
  padding: 35px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}
nav.menu ul {
  float: right;
  list-style: none;
  margin: 0px 0px 0px 0px;
}
nav.menu ul li {
  float: left;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}
nav.menu ul li a {
  float: left;
  height: auto;
  padding: 0px 20px 0px 20px;
  font-size: 1.1em;
  line-height: 1em;
  font-family: 'montserratregular', Tahoma, Arial, sans-serif;
  color: #000;
  line-height: 20px;
  text-decoration: none;
  text-transform: uppercase;
}
nav.menu ul li a:hover {
  color: #00b0aa;
}
nav.menu ul li:last-child a {
  padding: 0px 0px 0px 20px;
}
div#slidemenu {
	display: none;
}

/*-----------------------------------------------------------------------------------*/
/*	INTRO VIDEO CONTAINER
/*-----------------------------------------------------------------------------------*/
#intro-screen {
  position: relative;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #383f47;
}
.fullscreen-img {
  z-index: -1;
  top: 0;
  left: 0;
  min-height: 100%;
  width: 100%;
  height: auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url('../../images/bgr-intro.jpg');
  background-size: cover;
  background-color: #383f47;
}
.intro-content {
  position: absolute;
  left: 20px;
  top: 300px;
  width: 500px;
}
.intro-content h1 {
  font-family: 'montserratregular', Tahoma, Arial, sans-serif;
  font-size: 2.3em;
  font-weight: normal;
  color: #fff;
  margin: 0px 0px 10px 0px;
}
.intro-content h1 span{
  font-family: 'montserratbold', Tahoma, Arial, sans-serif;
}
.intro-content p {
  color: #fff;
  font-family: 'montserratregular', Tahoma, Arial, sans-serif;
}
.intro-icons {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 120px;
  background: #00aeef;
  border-bottom: 1px solid #012c49;
}
.intro-icons ul {
  float: left;
  width: 100%;
  margin: 20px 0px 0px -30px;
}
.intro-icons ul li {
  float: left;
  width: 33.3333%;
  padding: 0 0 0px 30px;
  box-sizing: border-box;
  text-align: left;
  color: #fff;
}
.icon {
  float: left;
  width: 70px;
  height: 100%;
  margin: 0px 10px 30px 0px;
}
.intro-icons ul li h3 {
  font-family: 'roboto_condensedbold', Tahoma, Arial, sans-serif;
  font-weight: normal;
  font-size: 1.2em;
  margin: 0px 0px 5px 0px;
}
.intro-icons ul li p {
  font-size: 1.3em;
}

/*-----------------------------------------------------------------------------------*/
/*	SCROLLING CONTENT
/*-----------------------------------------------------------------------------------*/
#makeItScroll {
  min-height: 1500px;
  background: #fff;
}
.section {
  float: left;
  width: 100%;
  margin: 0px auto 0px auto;
  padding: 50px 0px 50px 0px;
}
#fullfolio h1 {
  font-family: 'montserratregular', Tahoma, Arial, sans-serif;
  font-size: 2.0em;
  font-weight: normal;
  color: #000;
  margin: 0px 0px 15px 0px;
}
.section h2 {
  font-family: 'montserratregular', Tahoma, Arial, sans-serif;
  font-size: 2.5em;
  font-weight: normal;
  color: #000;
  margin: 0px 0px 15px 0px;
  text-transform: uppercase;
}
.section h2 span {
  font-family: 'montserratbold', Tahoma, Arial, sans-serif;
  //font-size: 1.0em;
  font-weight: normal;
  //color: #00b0aa;
  //margin: 0px 0px 15px 0px;
}
.section h3 {
  font-family: 'montserratbold', Tahoma, Arial, sans-serif;
  font-size: 1.35em;
  font-weight: normal;
  color: #000;
  padding: 10px 0px 20px 0px;
}
.section h4 {
  font-family: 'montserratbold', Tahoma, Arial, sans-serif;
  font-size: 1.2em;
  font-weight: normal;
  color: #000;
  padding: 10px 0px 5px 0px;
}
.section p {
  font-size: 1em;
}
.section p strong {
  font-family: 'montserratbold', Tahoma, Arial, sans-serif;
}
.col25 {
  float: left;
  width: 25%;
}
.col75 {
  float: left;
  width: 75%;
}
.col35 {
  float: left;
  width: 35%;
}
.col65 {
  float: left;
  width: 65%;
}

.section div.rand {
  font-family: 'montserratmedium', Tahoma, Arial, sans-serif;
  font-size: 10em;
  font-weight: normal;
  color: #00b0aa;
}

/*-----------------------------------------------------------------------------------*/
/*	UVOD
/*-----------------------------------------------------------------------------------*/
#info {
  color: #303030;
  background: #d1d6d2;
  padding: 50px 0px 30px 0px;
}
#cam {
  display: block;
  height: 300px;
  padding: 0px 0px 0px 0px;
  background: #d1d6d2 url('../../images/bgr-omne.jpg') bottom center no-repeat;
}
#cenik {
  color: #303030;
  padding: 50px 0px 150px 0px;
  background: #eaeaea url('../../images/bgr-cenik.jpg') bottom center no-repeat;
}
#portfolio {
  color: #303030;
  padding: 50px 0px 50px 0px;
  //background: #fff url('../../images/bgr-portfolio.jpg') center center no-repeat;
}
#fullfolio {
  color: #303030;
  padding: 150px 0px 80px 0px;
  background: #eaeaea;
  min-height: 680px;
}

div.items {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  float: left;
  width: 100%;
  margin: 30px 0px 50px 0px;
}
div.items div.item {
  float: left;
  width: 33.33%;
  padding: 0px 0px 0px 0px;
}
div.items div.item div.item_cont {
  float: left;
  margin: 0px 10px 0px 10px;
  padding: 30px 0px 20px 0px;
  background: #fff;
}
div.items div.item div.item_cont h3 {
  color: #000;
  font-family: 'montserratbold', Tahoma, Arial, sans-serif;
  font-size: 1.4em;
  line-height: 1.2em;
  text-transform: uppercase;
  text-align: center;
  margin: 0px 0px 15px 0px;
  padding: 0px 20px 15px 20px;
  border-bottom: 1px solid #00b0aa;
  word-spacing: 30000px;
}
div.items div.item div.item_cont ul {
  padding: 10px 20px 5px 20px;
  margin: 0px 0px 0px 15px;
  list-style-type: square;
  line-height:1.3em;
}
div.items div.item div.item_cont ul li {
  margin: 0px 0px 10px 0px;
}
div.items div.item div.item_cont div.price {
  color: #fff;
  font-family: 'montserratbold', Tahoma, Arial, sans-serif;
  font-size: 2.0em;
  text-align: center;
  margin: 10px 0px 10px 0px;
  padding: 20px 0px 15px 0px;
  //border-top: 1px solid #00b0aa;
  background: #000;
}
p.btncnt {
  float: left;
  width: 100%;
  text-align: center;
}
div.items div.item div.item_cont p.btncnt {
  margin: 10px 0px 0px 0px;
  padding: 15px 0px 15px 0px;
}

div.galls {
  float: left;
  width: 100%;
}
div.galls div.gall {
  float: left;
  width: 16.66%;
}
div.galls div.gall img{
  float: left;
  width: 100%;
  height: auto;
}

#kontakt {
  background: #fff;
  color: #303030;
}
#map {
  float: left;
  width: 100%;
  height: 500px;
}

/*-----------------------------------------------------------------------------------*/
/*	FOOTER
/*-----------------------------------------------------------------------------------*/
footer {
  float: left;
  width: 100%;
  margin: 0px auto 0px auto;
  padding: 0px 0px 0px 0px;
  background: #000;
}
footer p.copy {
  float: left;
  width: 70%;
  text-align: left;
  padding: 20px 0px 20px 0px;
  color: #a7a7a7;
  font-size: 0.9em;
}
footer p.auth {
  float: left;
  width: 30%;
  text-align: right;
  padding: 20px 0px 20px 0px;
  color: #a7a7a7;
  font-size: 0.9em;
}
footer p a {
  color: #39b0aa;
  text-decoration: none;
}
footer p a strong {
  font-family: 'montserratbold', Tahoma, Arial, sans-serif;
}
footer p a:hover {
  color: #fff;
  text-decoration: none;
}

ul#form {
  float: left;
  width: 100%;
  list-style: none;
  margin: 10px 0px 10px 0px;
}
ul#form li {
  float: left;
  width: 100%;
  margin: 5px 0px 5px 0px;
}
ul#form li input[type="submit"] {
	position: relative;
  width: auto;
  left: 42%;
  float: left;
  font-family: 'montserratbold', Tahoma, Arial, sans-serif;
  font-size: 1.2em;
  text-transform: uppercase;
  padding: 10px 20px 10px 20px;
  margin: 10px 0px 10px 0px;
  border: none;
  cursor: pointer;
  color: #fff;
  background: #000;
}

ul#form li input[type="submit"]:hover {
	background-color: #fff;
  color: #000;
}

ul#form li input[type="text"], ul#form li textarea {
	width: 100%;
  border: 1px solid #a7a7a7;
  padding: 7px 10px 7px 10px;
  font-family: 'montserratregular', Tahoma, Arial, sans-serif;
  background: #fff;
  box-sizing: border-box;
  border-radius: 15px;
}
ul#form li input {
  font-size: 0.9em;
}
ul#form li textarea {
	min-height: 100px;
  resize: none;
  margin-bottom: 0px;
  font-size: 0.9em;
}
a.file {
  text-decoration: none;
}

/*label.err {
  float: left;
  width: 100%;
  padding: 3px 5px;
  margin: 0px 0px 0px 0px;
  font-size: 0.9em;
  font-weight: bold;
  background: #ff0000;
  color: #fff;
}
#message {
  float: left;
  width: 100%;
  padding: 5px 10px;
  margin: 0px 0px 0px 0px;
  font-size: 0.9em;
  font-weight: bold;
  background: #39b54a;
  color: #fff;
} */
.danger {
  color: #fff;
  padding: 7px 10px 7px 10px;
  background: red;
  border-radius: 15px;
}

div.photos {
  float: left;
  width: 100%;
  padding-top: 30px;
}
div.photos div.photo {
  position: relative;
  float: left;
  width: 33.33%;
  text-align: center;
}
div.photos div.photo.full {
  width: 25%;
}
div.photos div.photo.albs {
  width: 33.33%;
}
div.photos div.photo img {
  width: 100%;
  height: auto;
  max-width: 300px;
}
div.photos div.photo.full img {
  display: block;
}
div.photos div.photo h3 {
  font-family: 'montserratregular', Tahoma, Arial, sans-serif;
  font-size: 1.3em;
  font-weight: normal;
  color: #000;
  padding: 10px 0px 20px 0px;
}
div.photos div.photo a div.zoom {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  text-align: center;
  background: url('../../images/ico-zoom.png') center center no-repeat;
}

ul#strankovani {
  float: right;
  list-style: none;
  margin: 20px 5px 20px 0px;
  clear: left;
}
ul#strankovani li {
  float: left;
  font-size: 0.85em;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  font-family: 'montserratbold', Tahoma, Arial, sans-serif;
  font-size: 1em;
  background: none;
}
ul#strankovani li.next a {
  border-right: 1px solid #eaeaea;
}
ul#strankovani li.next a:hover {
  border-right: 1px solid #eaeaea;
}
ul#strankovani li a {
  float: left;
  color: #fff;
  min-width: 18px;
  line-height: 20px;
  background: #00b0aa;
  text-decoration: none;
  text-align: center;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
  border-left: 0px solid #eaeaea;
  padding: 5px 8px 5px 8px;
}
ul#strankovani li a:hover {
  color: #00b0aa;
  padding: 5px 8px 5px 8px;
  background: #000;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
  border-left: 0px solid #eaeaea;
}
ul#strankovani li.active a {
  background: #000;
  color: #fff;
  //border: 1px solid #fff;
}
ul#strankovani li.active a:hover {
  color: #fff;
  background: #00b0aa;
}

.white-popup-block {
  width: 90%;
  max-width: 1000px;
  padding: 30px;
  background: #fff;
  margin: 0px auto 0px auto;
}
.white-popup-block h2 {
  font-family: 'montserratbold', Tahoma, Arial, sans-serif;
  font-size: 2em;
  font-weight: normal;
  color: #000;
  margin: 0px 0px 15px 0px;
  text-transform: uppercase;
}
.white-popup-block h3 {
  font-family: 'montserratbold', Tahoma, Arial, sans-serif;
  margin: 10px 0px 0px 0px;
}
.white-popup-block h4 {
  font-family: 'montserratbold', Tahoma, Arial, sans-serif;
  margin: 10px 0px 0px 0px;
}
.white-popup-block p {
  color: #000;
  font-size: 0.9em;
}
.white-popup-block p strong {
  font-family: 'montserratbold', Tahoma, Arial, sans-serif;
}
