::-webkit-input-placeholder {
   color: #363636;
   /*font-style:italic*/
}

:-moz-placeholder { /* Firefox 18- */
   color: #363636;
   /*font-style:italic*/
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #363636;
   /*font-style:italic*/
}

:-ms-input-placeholder {  
   color: #363636;
   /*font-style:italic*/
}

body {
  width: 100%;
  background-color: #f2fcff;
  font-family: Arial,sans-serif;
  color: #363636;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: underline;
  color: #363636;
}

#mapa_edit a {
  text-decoration: none;
}

.odkaz {
  cursor: pointer;
  text-decoration: underline;
  color: #363636;
}

.odkaz:hover {
  cursor: pointer;
  text-decoration: underline;
}

.clear{
  clear:both;
}

.leva {
  float: left;
  width: 67%;
}

.prava {
  float: right;
  width: 30%;
}

.text_box { 
  /*float: left;*/
  width: 100%;
  background-color: white;
  margin-top: 1.25em;
  border: 1px solid #d1d1d1;
  border-radius: 0.3em;
  box-shadow: 0px 1px 2px #a9a9a9; 
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.text_box .nadpis {
  padding: 0.6em;
  text-align: left;
  background-color: #3fabca;
  border-radius: 0.3em 0.3em 0 0;
  min-height: 2.5em;
  line-height: 2.5em;
}

.common_box_obal {
  width: 100%;
  margin-top: 1.25em;
}

.common_box {
  width: 100%;
  margin-bottom: 1.25em;
  background-color: white;
  border: 1px solid #d1d1d1;
  border-radius: 0.3em;
  box-shadow: 0px 1px 2px #a9a9a9; 
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.common_box .nadpis {
  padding: 0.6em;
  background-color: #3fabca;
  border-radius: 0.3em 0.3em 0 0;
  text-align: left;
  min-height: 2.5em;
  line-height: 2.5em;
  position: relative;
}

#foto_slide {
  position: fixed;
  top: 0;
  height: 100%;
  width: 100%;
  /*left: 50%;*/
  left: 0;
  z-index: 10000;
  display: none;
  opacity: 0;
  background-color: black;
}

#foto_slide, .foto_box {
	touch-action: none;
}

#foto_slide img {
  position: relative;
  height: 100%;
}

#foto_slide_background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  display: none;
  background-color: black;
}

#foto_slide .img_box,
#foto_slide .img_box_ {
  height: 100%;
  width: 100%;
}

#foto_slide .img_box_ img {
  display: none;
  opacity: 0;
}

#foto_slide .popis_obal {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4em;
}

#foto_slide .popis_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*border-radius: 0.3em 0.3em 0 0;*/
  background-color: #353535;
  background-color: #3FABCA;
  opacity: 0.8;
  z-index: 80;
}

#foto_slide .popis {
  color: white;
  padding: 0.5em;
  overflow: hidden;
  position: relative;
  z-index: 100;
  left: 2em;
  float: left;
}

#foto_slide .nazev {
  font-weight: bold;
}

/*#foto_slide .popis_obal:hover .nazev { 
  text-decoration: underline;
}*/

#loading_ani {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 105;
  background: #4c4c4c url("../image/loading5.gif") no-repeat center center;
  display: none;
  opacity: 0.5;
}

#foto_slide .sipka_box {
  overflow: hidden;
  height: 3em;
  width: 3.5em;
  position: relative;
  float: left;
  z-index: 100;
  top: 50%;
  margin-top: -1.5em;
  cursor: pointer;
  margin-left: 1em;
}

#foto_slide .sipka_leva .ct1 {
  left: 0.5em;
}

#foto_slide .sipka_leva .ct2 {
  left: 0.7em;
}

#foto_slide .sipka_leva .line {
  left: 0.3em;
}

#foto_slide .sipka_prava {
  /*padding-right: 3.5em;*/
  left: 50%;
  margin-left: -2em;  
}

#foto_slide .sipka_prava .ct1 {
  right: 4em;
  right: 0.5em;
}

#foto_slide .sipka_prava .ct2 {
  right: 4.35em;
  right: 0.7em;
}

#foto_slide .sipka_prava .line {
  right: 4em;
  right: 0.3em;
}

.sipka_box .ct1 {
  background-color: white;
  width: 1.5em;
  height: 1.5em;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 5;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  border-radius: 0.3em;
}

.sipka_box .ct2 {
  background-color: #3289a2;
  width: 1.5em;
  height: 1.5em;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 6;
  transform:rotate(45deg);
  -webkit-transform: rotate(45deg);
  border-radius: 0.3em;
}

.sipka_box .line {
  background-color: white;
  height: 0.1em;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 2.5em;
  z-index: 7;
  border-radius: 0.3em;
}

#foto_slide .sipka_obal {
  height: 100%;
  float: left;
  position: relative;
  border-right: 2px solid black;
  z-index: 100;
	width: 5em;
}

#foto_slide .obal_foto_tlacitko_zavri {
  height: 100%;
  margin-right: 1em;
  padding-left: 1em;
  float: right;
  position: relative;
  border-left: 2px solid black;
  z-index: 100;
}

#foto_slide .foto_tlacitko_zavri {
  height: 3em;
  width: 3em;
  overflow: hidden;
  position: relative;
  top: 50%;
  margin-top: -1.5em;
  z-index: 100;
  cursor: pointer;
  font-size: 75%;
}

#foto_slide .cct_h {
  background-color: white;
  height: 3em;
  width: 3em;
  z-index: 4;
  border-radius: 0.5em;
  position: absolute;
  top: 0;
  right: 0;
}

#foto_slide .cct_1 {
  position: absolute;
  background-color: black;
  height: 3em;
  width: 3em;
  transform:rotate(45deg);
  -webkit-transform: rotate(45deg);
  background-color: #3289a2;
  z-index: 5;
  top: 2.25em;
}

#foto_slide .cct_2 {
  position: absolute;
  background-color: black;
  height: 3em;
  width: 3em;
  transform:rotate(45deg);
  -webkit-transform: rotate(45deg);
  background-color: #3289a2;
  z-index: 5;
  right: 2.25em;
}

#foto_slide .cct_3 {
  position: absolute;
  background-color: black;
  height: 3em;
  width: 3em;
  transform:rotate(45deg);
  -webkit-transform: rotate(45deg);
  background-color: #3289a2;
  z-index: 5;
  bottom: 2.25em;
}

#foto_slide .cct_4 {
  position: absolute;
  background-color: black;
  height: 3em;
  width: 3em;
  transform:rotate(45deg);
  -webkit-transform: rotate(45deg);
  background-color: #3289a2;
  z-index: 5;
  left: 2.25em;
}

.drag_drop_zone {
  cursor: pointer;
}

.drag_drop_zone:hover .drag_drop_zone_in {
  background-color: #f1f1f1;
}

.drag_drop_zone_in {
  width: 9.1em; 
  height: 6.8em; 
  background-color: #e4e4e4;
}

.vyber_drag_drop_zone:hover .vyber_drag_drop_zone_in {
  background-color: #f1f1f1;
}

.vyber_drag_drop_zone_in {
  /*width: 6.05em; 
  height: 4.5em; */
  width: 108px;
  height: 82px;
  background-color: #e4e4e4;
}

.vyber_drag_drop_zone_in_border {
  text-align: center; 
  width: 108px; 
  height: 82px; 
  border: 4px dashed #8c8c8c; 
  position: absolute; 
  top: 0; 
  left: 0; 
  box-sizing: border-box; 
  -moz-box-sizing: border-box;
}

.edit_drag_drop_zone:hover .edit_drag_drop_zone_in {
  background-color: #f1f1f1;
}

.edit_drag_drop_zone_in {
  width: 10.08em; 
  height: 7.5em; 
  background-color: #e4e4e4;
}

.tlacitko_modre,
.tlacitko_zlute {
  background-color: #3FABCA;
  border: 1px solid #D1D1D1;
  border-radius: 0.3em;
  box-shadow: 0 1px 2px #979EA0;
  cursor: pointer;
  height: 2em;
  line-height: 2em;
  text-align: center;
}

.tlacitko_zlute {
  background-color: #fec824;
}

.obal_text_test {
  background-color: yellow;
}

.mapa_oko {
  background-image: url('../image/eye30.png');
  background-repeat: no-repeat;
  cursor: pointer;
  width: 30px;
  height: 20px;
  float: left; 
  margin-left: 10px;
  opacity: 0.6;
}

.mapa_oko:hover {
  opacity: 1;
}

.mapa_fotky {
  background-image: url('../image/photo.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  cursor: pointer;
  width: 30px;
  height: 20px;
  float: left; 
  margin-left: 10px;
  opacity: 0.8;
}

.mapa_fotky:hover {
  opacity: 1;
}

.mapa_fullscreen {
  background-image: url('../image/expand5.png');
  background-repeat: no-repeat;
  cursor: pointer;
  width: 20px;
  height: 20px;
  float: right;
  opacity: 0.6;
  margin-left: 10px;
}

.mapa_fullscreen:hover {
  opacity: 1;
}

.mapa_control_border {
  margin: 0 15px 5px 0;
}


#register_rules_in li {
  padding: 0.5em 0;
  text-align: justify;
}

#register_rules {
  margin: auto;
  width: 64em;
  min-height: 20em;
  color: #4c4c4c;
}

#register_rules_in {
  margin-top: 1em;
  width: 100%;
  min-height: 20em;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 1em;
  background-color: white;
  border-radius: 0.5em;
}


#sluc_fb {
  margin: auto;
  width: 64em;
  min-height: 20em;
  color: #4c4c4c;
}

.sluc_fb {
  margin-top: 1em;
  width: 100%;
  min-height: 20em;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0;
  background-color: white;
  border-radius: 0.5em;
}

#sluc_fb_box {
  float: right;
  width: 50em;
}

.sluc_fb_blok {
  position: relative;
  padding: 0 1em 1em 1em;
  float: left;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 100%;
}

.sluc_fb_blok .input_obal {
  border: 1px solid #d1d1d1;
  border-radius: 0.3em;
  padding: 0.3em;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing: border-box;
  display: table-cell; 
  width: 10em;
}

.sluc_fb_blok .input_obal input {
  width: 100%;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing: border-box;
  border: none;
}

.sluc_fb_blok .popis {
  display: table-cell;
  line-height: 2em;
  padding-right: 1em;
  width: 8em;
  text-align: right;
}


#vypis_hledani {
  margin: auto;
  max-width: 64em;
  min-height: 20em;
  color: #4c4c4c;
}

.vypis_hledani_in {
  margin-top: 1em;
  width: 100%;
  min-height: 20em;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0;
  background-color: white;
  border-radius: 0.5em;
}

.vypis_hledani_box {
  width: 100%;
  padding: 1em;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.vypis_hledani_box_in {
  width: 300px;
  margin: 0.5em 0 0 0.5em;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0.5em;
  border-radius: 0.5em;
  float: left;
  cursor: pointer;
  display: table-row;
  position: relative;
  border: 1px solid #d1d1d1;
  height: 6em;
}

.vypis_hledani_box_in:hover {
  background-color: #9fd8ef;
}

.vypis_hledani_box_in .foto {
  width: 6em;
  overflow: hidden;
  padding-right: 0.5em;
  display: table-cell;
  height: 5em;
}

.vypis_hledani_box_in .foto img {
  width: 6em;
  border-radius: 0.5em;
}

.vypis_hledani_box_in .text {
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  display: table-cell;
  vertical-align: top;
  height: 5em;
  color: #696969;
}

#potvr_reg {
  margin: auto;
  width: 64em;
  min-height: 20em;
  color: #4c4c4c;
}

.potvr_reg_obal{
  margin-top: 1em;
  width: 100%;
  min-height: 20em;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0.5em;
  background-color: white;
  border-radius: 0.5em;
}

.fb-like { 
  z-index: 9999; 
}

.fbpdl { 
  z-index: 9999 !important; 
  width:500px;
  overflow: visible;
}

.pam { 
  z-index: 9999 !important; 
  width:500px;
  overflow: visible;
}

.execphpwidget { 
  z-index: 9999 !important; 
  width:500px;
  overflow: visible;
}

.fb-like span { 
  z-index: 9999 !important; 
  width:500px !important;
  overflow: visible;
} 

#share-this iframe { 
  max-width: inheret; 
}

.fb_tlacitko {
  background: linear-gradient(to bottom, #465e9f 0%, #425596 100%) repeat scroll 0 0 padding-box rgba(0, 0, 0, 0);
  border-radius: 0.3em;
  box-shadow: 0 1px 2px #979EA0;
  cursor: pointer;
  height: 2em;
  line-height: 2em;
  position: relative;
}

.fb_tlacitko .f_icon {
  background: url('../image/fb.png') transparent 2px 50% no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  border-right: #334994 1px solid;
  margin-left: 5px;
}

.fb_tlacitko .f_text {
  display: inline-block;
  vertical-align: middle;
  padding-left: 30px;
  padding-right: 30px;
  color: white;
}

#customBtn, 
#customBtn_1 {
  display: inline-block;
  background: #dd4b39;
  color: white;
  width: 100%;
  border-radius: 5px;
  white-space: nowrap;
  cursor: pointer;
  box-shadow: 0 1px 2px #979EA0;
}
#customBtn:hover,
#customBtn_1:hover {
  /*background: #e74b37;*/
  /*cursor: hand;*/
}
span.label {
  font-weight: bold;
}
span.icon {
  background: url('../image/g+.png') transparent 3px 50% no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 35px;
  height: 30px;
  border-right: #bb3f30 1px solid;
}
span.buttonText {
  display: inline-block;
  vertical-align: middle;
  padding-left: 30px;
  padding-right: 30px;
  /*font-size: 14px;
  font-weight: bold;*/
  /* Use the Roboto font that is loaded in the <head> */
  /*font-family: 'Roboto',arial,sans-serif;*/
}

#oblast_select {
  margin: auto;
  width: 64em;
  min-height: 20em;
  color: #4c4c4c;
}

#foto_fullscreen_background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  display: none;
  background-color: white;
  opacity: 0.8;
}

#info {
  border: 2px solid white;
  background-color: #9fd8ef;
  border-radius: 1em;
  width: 1.5em;
  height: 1.5em;
  line-height: 1.5em;
  display: block;
  text-align: center;
  color: white;
}

#link_vyprava {
  position: absolute;
  right: 1em;
  bottom: 1em;
  background-color: rgba(0,0,0,0.1);
  padding: 0.5em;
  border-radius: 0.3em;
  transition: all .3s ease-in-out;
}

#link_vyprava:hover {
  background-color: rgba(0,0,0,0.6);
}



@media screen and (max-width: 768px){
	.leva, .prava {
		float:none;
		width: 100%;
	}
	
	#foto_slide .sipka_obal {
	  position: absolute;
	  bottom: 0px;
	  left:0px;
	  height: 4em;
	}
	
	#foto_slide .sipka_obal.sipka_obal_prava {
		left: 82px;
	}
	
	#foto_slide .obal_foto_tlacitko_zavri{
	  position: absolute;
	  right: 0px;
	  bottom: 0px;
	  height: 4em;
	}
	
	#foto_slide .popis_obal {
		height: auto;
		min-height: 4em;
	}
	#foto_slide .popis {
		margin-bottom: 4em;
		left: 0px;
	}
	
	#vyprava_fotogalerie:not(.expanded) .foto_box, 
	#vyprava_fotogalerie:not(.expanded) .strankovani {
		display:none;
	}
	
	#vyprava_fotogalerie:not(.expanded) .common_box .nadpis {
		border-radius: 0.3em
	}
	
	
}