/* vlastni fonty */
@import url(http://fonts.googleapis.com/css?family=Exo+2:200,300,400,600,700&subset=latin,latin-ext);

/* CSS 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, tt, var,
 dl, dt, dd, ol, ul, li,
 fieldset, form, label, legend,
 table, caption, tbody, tfoot, thead, tr, th, td {
       margin: 0;
       padding: 0;
       border: 0;
       outline: 0;
       font-weight: inherit;
       font-style: inherit;
       font-size: 100%;
       font-family: inherit;
       vertical-align: baseline; }       
sup {
       vertical-align: top;
       margin: 0;
       padding: 0; }
*:focus, *:active {
       outline: 0;}
 body {
       line-height: 1;
       color: black;
       background: white;}
 ol, ul {
       list-style: none;}
 table {
       border-collapse: separate;
       border-spacing: 0; }
 caption, th, td {
       text-align: left;
       font-weight: normal; }
       
textarea {
  resize: none;}
  
*:focus, *:active {outline: 0;}     
*, *:before, *:after {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;}

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

.clear, br.clear {
	clear: both;
  margin: 0;
  height: 0px;
  line-height: 0px;
  padding: 0;
  font-size: 0px;} 

/* kod */

html{
	height: 100%;}

body{
	height: 100%;
  width: 100%;
  text-align: center;
  font-family: 'Exo 2', Arial, Helvetica, sans-serif;
  background: #191919; 
  color: #fff;
  position: relative;}
  
.uvodni {
  background: #191919 url(pozadi.php) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;}
  
.fix {  
	position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: transparent url(pix/fix.png);
  z-index: 1;}
  
a:link, a:visited, a:active {
	color: #fff;
	text-decoration: none;
  outline: 0;}

a:hover {
	color: #fff;
	text-decoration: underline;
  outline: 0;}
  
#header {
  width: auto;
  margin: 0 auto;
  background: #fff;
  position: relative;
  z-index: 2;}
  
#header_in {
  width: auto;
  margin: 0 auto;
  padding: 0 40px 0 40px;
  /*max-width: 980px;*/}
  
#logo {
	width: 240px;
  display: block;
	height: 50px;
  margin: 35px 0px 25px 0px;
  float: left;
  z-index: 50;}
	
#logo a{
	display:block;
	height: 50px;
	width: 240px;
	margin: 0px 0px 0px 0px;
	text-decoration: none;
	float: left;
  z-index: 50;
  background: transparent url(pix/logo.png) no-repeat 0px 0px;}

.hidden{
	visibility: hidden;}
  
#menu {
	width: auto;
  text-transform: uppercase;
  float: right;
  font-weight: 600;
  padding: 30px 0 0 0;}

#menu ul {
	float: right;
	width: auto;}

#menu ul li { display: inline; text-align: left;}
  
#menu ul li a {
	padding: 0px 0px 0px 0px;
	line-height: 40px;
	margin: 0 0 0 40px;
	display: block;
	text-decoration: none;
	float: left;
  color: #171428;
  font-size: 16px;
  position: relative;}
  
#menu ul li:first-child a {margin: 0 0 0 0;}  
  
#menu ul li a::before {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	max-width: 0;
  background: #fff;
	border-bottom: 2px solid #9496af;
	color: #9496af;
	content: attr(data-hover);
	-webkit-transition: max-width 0.5s;
	-moz-transition: max-width 0.5s;
	transition: max-width 0.5s;}
  
#menu ul li a.divider {
	padding: 0px 0px 0px 30px;
  margin: 0 0 0 30px;
  border-left: 1px solid #ddd;}  
  
#menu ul li a.divider::before {
	left: 30px;}  
  
/* uvod */

#intro {
  width: auto;
  margin: 0 auto;
  padding: 150px 0 0 0;
  z-index: 5;
  position: relative;}  
  
#intro h1 { 
  font-family: 'Exo 2', Arial, Helvetica, sans-serif;
  font-size: 48px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  margin: 0 auto;}   
  
#intro h2 { 
  font-family: 'Exo 2', Arial, Helvetica, sans-serif;
  font-size: 30px;
  font-weight: 200;
  line-height: 120%;
  letter-spacing: 0;
  margin: 25px auto 150px auto;} 
  
#intro h2 span { 
  font-weight: 400;}
  
#gradient {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  background: -moz-linear-gradient(160deg, rgba(0,0,0,0) 10%, rgba(0,0,0,1) 90%);
  background: -webkit-linear-gradient(160deg, rgba(0,0,0,0) 10%, rgba(0,0,0,1) 90%);
  background: -o-linear-gradient(160deg, rgba(0,0,0,0) 10%, rgba(0,0,0,1) 90%);
  background: -ms-linear-gradient(160deg, rgba(0,0,0,0) 10%, rgba(0,0,0,1) 90%);
  background: linear-gradient(160deg, rgba(0,0,0,0) 50%, rgba(0,0,0,1) 100%);}   
  
#gradient_tmavy {
  width: 100%;
  height: 100%;
  position: fixed;

  top: 0;
  left: 0;
  bottom: 0;
  background: -moz-linear-gradient(160deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 90%);
  background: -webkit-linear-gradient(160deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 90%);
  background: -o-linear-gradient(160deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 90%);
  background: -ms-linear-gradient(160deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 90%);
  background: linear-gradient(160deg, rgba(0,0,0,0.2) 0%, rgba(0,0,0,1) 90%);}   
  
.obsah {
  width: auto;
  max-width: 980px;
  margin: 0 auto;
  text-align: center;} 
  
#kategorie {
  width: auto;
  max-width: 980px;
  margin: 0 auto;
  padding: 0 10px 0 10px;} 
  
.kat {
  width: 25%;
  display: block;
  float: left;} 
  
.kat a {
  width: auto;
  display: block;
  margin: 0 10px 0px 10px;
  height: 400px;
  position: relative;
  background: #191919;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;} 
  
.kat1 a {  /* portrety */
  background: #191919 url(pix/portrety.jpg) no-repeat top center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;} 
  
.kat2 a { /* priroda */
  background: #191919 url(pix/priroda.jpg) no-repeat top center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;} 
  
.kat3 a { /* svatby */
  background: #191919 url(pix/svatby.jpg) no-repeat top center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;} 
  
.kat4 a { /* ostatni */
  background: #191919 url(pix/ostatni.jpg) no-repeat top center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;} 
  
.kat a span.overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background: -moz-linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%);
  background: -webkit-linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%);
  background: -o-linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%);
  background: -ms-linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%);
  background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%);
  color: #fff;
  z-index: 2;
  -webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;}
  
.kat a:hover span.overlay {
  background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 100%);} 
  
.kat a span.overlay h3 {
  position: absolute;
  width: 100%;
  display: block;
  font-family: 'Exo 2', Arial, Helvetica, sans-serif;
  font-size: 22px;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0 0 0 0;
  bottom: 50%;} 
  
.kat a span.overlay h3::before {
	position: absolute;
	overflow: hidden;
  padding: 0 0 10px 0;
	max-width: 0;
	border-bottom: 2px solid #fff;
	color: #fff;
	content: attr(data-hover);
	-webkit-transition: max-width 0.8s;
	-moz-transition: max-width 0.8s;
	transition: max-width 0.8s;}  
  
#menu ul li a:hover::before, #menu ul li a:focus::before {max-width: 100%; text-decoration: none;}
.kat a:hover span.overlay h3::before, .kat a:focus span.overlay h3::before {max-width: 100%; text-decoration: none;}

/* Isotope styles */

.isotope-item {
  z-index: 2;}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;}

.isotope,.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:      -o-transform, opacity;
          transition-property:         transform, opacity;}

/* Fotky */

#container {
  width: auto;
  padding: 10px;
  z-index: 5;}

.foto {
  width: 240px;
  margin: 10px;
  float: left;}
  
.foto .nazev {
  display: block;
  width: 100%;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);}
  
.foto .nazev h1 {
  font-family: 'Exo 2', Arial, Helvetica, sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 1;
  margin: 0 auto;
  background: transparent;
  color: #fff;
  text-align: left;
  padding: 95px 0 105px 40px;}
  
.foto.text {
   width: 760px;
  text-align: left;    }
  
.textbox {
  width: auto;
  margin: 20px;
  z-index: 5;
  background: transparent;
  position: relative;
  text-align: center;}
  
.textbox .obsah {
  display: block;
  width: auto;
  max-width: 640px;
  margin: auto;
  text-align: left;
  padding: 95px 0 0 0;}
  
.textbox .obsah h1 {
  font-family: 'Exo 2', Arial, Helvetica, sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 1;
  margin: 0 auto;
  color: #fff;
  text-align: left;
  padding: 0 0 55px 0px;}
  
.textbox .obsah h2 {
  font: 24px/30px 'Exo 2', Arial, Helvetica, sans-serif;
  font-weight: 400;
  margin: 0 0 30px 0;}
  
.textbox .obsah h3 {
  font-family: 'Exo 2', Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  margin: 0 0 20px 0;}
  
.textbox .obsah p {
  font-family: 'Exo 2', Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 140%;
  margin: 0 0 25px 0;
  text-align: justify;}

.foto img {
  display: block;
  width: 100%;}
  
.foto a {-webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;}  
  
.ilustrace_leva {
  float: left;
  margin: 0 0 30px 0;}  
  
.ilustrace_prava {
  float: right;
  margin: 0 0 0 30px;} 
  
.ilustrace_leva img, .ilustrace_prava img {
  display: block;}
  
.bloktext_pravy {
  float: right;
  width: 47%;}    
  
.bloktext_levy {
  float: left;
  width: 47%;}
  
/* komentare */

.koment {
  width: 100%; 
  background: rgba(0,0,0,0.3);
  padding: 30px;
  font: 300 16px/1.4 'Exo 2', Arial, Helvetica, sans-serif;
  margin: 0 0 0 0;
  text-align: justify;
  display: block;
  position: relative;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border-top: 2px solid rgba(0,0,0,0.2);}
  
.koment:after {  
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 5px 0 5px;
  border-color: rgba(0,0,0,0.3) transparent transparent transparent;
  position: absolute;
  right: 30px;
  top: 100%;}

.koment_jmeno {
  font: 300 15px/1 'Exo 2', Arial, Helvetica, sans-serif;
  margin: 10px 27px 20px 0;
  color: rgba(255,255,255,0.6);
  text-align: right;}

/*.koment {
  width: 100%; 
  border-bottom: 1px solid rgba(255,255,255,0.2); 
  padding: 30px 0;}
  
.koment:last-of-type {border-bottom: none; padding: 30px 0 0 0;}

.koment img {
  width: 50px; height: 50px; 
  display: block; 
  float: left; 
  margin: 0 30px 0 0; 
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;}

.koment .koment_jmeno {
  font: 400 18px/1 'Exo 2', Arial, Helvetica, sans-serif;
  margin: 0 0 10px 0;}
  
.koment .koment_text {
  font: 300 16px/1.4 'Exo 2', Arial, Helvetica, sans-serif;
  margin: 0 0 0 0;
  text-align: justify;
  overflow: hidden;}*/
  
a.pridat {
  background: #97c848;
  display: inline-block;
  font: 600 18px/50px 'Exo 2', Arial, Helvetica, sans-serif; 
  padding: 0 20px;
  text-decoration: none;
  margin: 0;
  float: right;
  -webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	-o-transition: 0.3s ease;
	transition: 0.3s ease;}
  
a.pridat:hover { background-color: #50a456;}
  
/* .foto a span.overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background: rgba(23,20,40,0.5);
  color: #fff;
  z-index: 2;
  opacity: 0;
  filter: alpha(opacity = 0);
  -webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	-o-transition: 0.3s ease;
	transition: 0.3s ease;}
  
.foto a:hover span.overlay {
  opacity: 1;
  filter: alpha(opacity = 100);}  
  
 #container:hover .foto a {
  opacity: 0.6;}   */

#container:hover .foto a:hover {
  opacity: 0.5;
  filter: alpha(opacity = 0.5);}
  
/* Colorbox galerie */

  #colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
  #cboxOverlay{position:fixed; width:100%; height:100%;}
  #cboxMiddleLeft, #cboxBottomLeft{clear:left;}
  #cboxContent{position:relative;}
  #cboxLoadedContent{overflow:auto;}
  #cboxTitle{margin:0;}
  #cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
  #cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
  .cboxPhoto{float:left; margin:auto; border:0; display:block;}
  .cboxIframe{width:100%; height:100%; display:block; border:0;}

  #cboxOverlay{background:rgb(0,0,0);}
  #colorbox{}
  #cboxContent{margin-top: 10px;}
  .cboxIframe{background:#fff;}
  #cboxError{padding:50px; border:1px solid #ccc;}
  #cboxLoadedContent{border: none; background:#000;}
  #cboxTitle{position:absolute; top:-20px; left:0; color:#ccc;}
  #cboxCurrent{position:absolute; top:-20px; right:0px; color:#ccc;}
  #cboxSlideshow{position:absolute; top:-20px; right:90px; color:#fff;}
  #cboxPrevious{position:absolute; top: 0px; left:0px; background:url(pix/previous.png) left center no-repeat; width:50%; height:100%; text-indent:-9999px;}
  #cboxPrevious:hover{background:url(pix/previous_hover.png) left center no-repeat; }
  #cboxNext{position:absolute; top: 0px; right:0px; background:url(pix/next.png) right center no-repeat; width:50%; height:100%; text-indent:-9999px;}
  #cboxNext:hover{background:url(pix/next_hover.png) right center no-repeat;}
  #cboxLoadingOverlay{background:#000;}
  #cboxLoadingGraphic{background:url(images/loading.gif) no-repeat center center;}
  #cboxClose{position:absolute; top: 0px; right: 0px; display:block; background:url(pix/close.png) 0px 0px no-repeat; width:60px; height:60px; text-indent:-9999px;}
  #cboxClose:hover{background-position:-60px 0px;}

/* formular */

.kontakttelefon {
  padding: 0px 0px 0px 25px;
  font: 18px/30px 'Exo 2', Arial, Helvetica, sans-serif;
  font-weight: 400;
  color: #bfce54;
  background: transparent url(pix/ikony.png) 0px 8px no-repeat;}
  
.kontaktemail {
  padding: 0px 0px 0px 25px;
  font: 18px/30px 'Exo 2', Arial, Helvetica, sans-serif;
  font-weight: 300;
  color: #bfce54;
  background: transparent url(pix/ikony.png) 0px -90px no-repeat;}
  
.kontaktwww {
  padding: 0px 0px 0px 25px;
  margin: 0 0 25px 0;
  font: 18px/30px 'Exo 2', Arial, Helvetica, sans-serif;
  font-weight: 300;
  color: #bfce54;
  background: transparent url(pix/ikony.png) 0px -191px no-repeat;}
  
.kontaktemail a, .kontaktwww a {color: #bfce54;}
  
.tlacitko {
	text-align: center;
	padding: 15px 40px 15px 40px;
	margin: 0px 0px 40px 0px;
	cursor: pointer; 
	cursor: hand;
	color: #fff;
  background-color: #97c848;
  font: 18px/1 'Exo 2', Arial, Helvetica, sans-serif;
  font-weight: 600;
  border: none;
  -webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	-o-transition: 0.3s ease;
	transition: 0.3s ease;}
  
.tlacitko:hover { background-color: #50a456;}
  
.error { color: #FF4040; display: block; padding: 0 0 10px 0;}

.formular input, .formular textarea, .formular select {
	border: 2px solid #f3f3f3;
	background: #fff;
	font: 16px/1 'Exo 2', Arial, Helvetica, sans-serif;
  font-weight: 300;
	padding: 15px 15px 15px 15px;
  width: 48%;
  margin: 0px 0px 25px 0px;
	color: #171428;
  float: left;}
  
.formular input:first-child {
  margin: 0px 4% 25px 0px;}
  
.formular textarea {
  height: 150px;
  width: 100%;
  padding: 15px 15px 15px 15px;}
  
textarea { overflow: auto;}

#zapati {
  width: auto;
  margin: 50px auto 20px auto;
  position: relative;
  text-align: center;
  z-index: 2;}

/* responsivni design */

@media screen and (max-height: 800px) {

#intro {
  padding: 90px 0 0 0;} 

#intro h2 { 
  margin: 25px auto 100px auto;} 
  
#kategorie {
  max-width: 840px;} 
  
.kat a {
  height: 300px;} 

}

@media screen and (max-width: 900px) {
#menu {
	width: 100%;
  float: left;
  padding: 0 0 0 0;
  margin: 0 0 20px 0;}
#menu ul {width: 100%; float: none;}
}

@media screen and (max-width: 640px) {
#menu ul li a {
	margin: 0 0 0 20px;}
}