/* GRID */
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.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 {
  padding-right: 15px;
  padding-left: 15px;
  /*border: 0px solid gray;*/
}
/* METRO GRID */

@media (min-width: 767px) { 
	.zero {
  	padding-right: 0px;
  	padding-left: 0px;
	}
}
/* METRO GRID */

.row.metro {
  padding-right: 0px;
  padding-left: 0px;
}

.metro .col-xs-1, .metro .col-sm-1, .metro .col-md-1, .metro .col-lg-1, .metro .col-xs-2, .metro .col-sm-2, .metro .col-md-2, .metro .col-lg-2, .metro .col-xs-3, .metro .col-sm-3, .metro .col-md-3, .metro .col-lg-3, .metro .col-xs-4, .metro .col-sm-4, .metro .col-md-4, .metro .col-lg-4, .metro .col-xs-5, .metro .col-sm-5, .metro .col-md-5, .metro .col-lg-5, .metro .col-xs-6, .metro .col-sm-6, .metro .col-md-6, .metro .col-lg-6, .metro .col-xs-7, .metro .col-sm-7, .metro .col-md-7, .metro .col-lg-7, .metro .col-xs-8, .metro .col-sm-8, .metro .col-md-8, .metro .col-lg-8, .metro .col-xs-9, .metro .col-sm-9, .metro .col-md-9, .metro .col-lg-9, .metro .col-xs-10, .metro .col-sm-10, .metro .col-md-10, .metro .col-lg-10, .metro .col-xs-11, .metro .col-sm-11, .metro .col-md-11, .metro .col-lg-11, .metro .col-xs-12, .metro .col-sm-12, .metro .col-md-12, .metro .col-lg-12 {
  padding-right: 0px;
  padding-left: 0px;
}

/*  navbar-expand-md pro BS3 */
/* https://stackoverflow.com/questions/19827605/change-bootstrap-navbar-collapse-breakpoint-without-using-less */
@media (max-width: 991px) {
  .navbar-expand-md .navbar-header {
      float: none;
  }
  .navbar-expand-md .navbar-left,.navbar-right {
      float: none !important;
  }
  .navbar-expand-md .navbar-toggle {
      display: block;
  }
  .navbar-expand-md .navbar-collapse {
      border-top: 1px solid transparent;
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }
  .navbar-expand-md .navbar-fixed-top {
      top: 0;
      border-width: 0 0 1px;
  }
  .navbar-expand-md .navbar-collapse.collapse {
      display: none!important;
  }
  .navbar-expand-md .navbar-nav {
      float: none!important;
      margin-top: 7.5px;
  }
  .navbar-expand-md .navbar-nav>li {
      float: none;
  }
  .navbar-expand-md .navbar-nav>li>a {
      padding-top: 10px;
      padding-bottom: 10px;
  }
  .navbar-expand-md .collapse.in{
      display:block !important;
  }
}

/* navbar-fixed-top jen pro desktop */
/* https://stackoverflow.com/a/18269833 */
/*@media (max-width: 767px) /* @grid-float-breakpoint -1 */ /* defaultni break point */
@media (max-width: 991px) /* @grid-float-breakpoint -1 */ /*  navbar-expand-md pro BS3 */
{
    .navbar-fixed-top
    {
    position: relative;
    top: auto;
    }
}



/***********/
/*  fonts  */
/***********/
/*
@font-face {
		font-family: 'UbuntuRegular';
		src: url('../fonty/ubuntu-r-webfont.eot?#iefix') format('embedded-opentype'), 
	     url('../fonty/ubuntu-r-webfont.woff') format('woff'), 
	     url('../fonty/ubuntu-r-webfont.ttf')  format('truetype'),
	     url('../fonty/ubuntu-r-webfont.svg#svgFontName') format('svg');
}
/*
@font-face {
		font-family: 'UbuntuLight';
		src: url('../fonty/ubuntu-l-webfont.eot?#iefix') format('embedded-opentype'), 
	     url('../fonty/ubuntu-l-webfont.woff') format('woff'), 
	     url('../fonty/ubuntu-l-webfont.ttf')  format('truetype'),
	     url('../fonty/ubuntu-l-webfont.svg#svgFontName') format('svg');
}
/*
@font-face {
		font-family: 'UbuntuMedium';
		src: url('../fonty/ubuntu-m-webfont.eot?#iefix') format('embedded-opentype'), 
	     url('../fonty/ubuntu-m-webfont.woff') format('woff'), 
	     url('../fonty/ubuntu-m-webfont.ttf')  format('truetype'),
	     url('../fonty/ubuntu-m-webfont.svg#svgFontName') format('svg');
}
@font-face {
		font-family: 'AlegreyaSansSC-Light';
		src: url('../fonty/AlegreyaSansSC-Light.eot?#iefix') format('embedded-opentype'), 
	     url('../fonty/AlegreyaSansSC-Light.woff') format('woff'), 
	     url('../fonty/AlegreyaSansSC-Light.ttf')  format('truetype'),
	     url('../fonty/AlegreyaSansSC-Light.svg#svgFontName') format('svg');
}
@font-face {
		font-family: 'AlegreyaSans-Light';
		src: url('../fonty/AlegreyaSans-Light.eot?#iefix') format('embedded-opentype'), 
	     url('../fonty/AlegreyaSans-Light.woff') format('woff'), 
	     url('../fonty/AlegreyaSans-Light.ttf')  format('truetype'),
	     url('../fonty/AlegreyaSans-Light.svg#svgFontName') format('svg');
}
@font-face {
		font-family: 'SourceSansPro-Medium';
		src: url('../fonty/SourceSansPro-Medium.eot?#iefix') format('embedded-opentype'), 
	     url('../fonty/SourceSansPro-Medium.woff') format('woff'), 
	     url('../fonty/SourceSansPro-Medium.ttf')  format('truetype'),
	     url('../fonty/SourceSansPro-Medium.svg#svgFontName') format('svg');
}
@font-face {
		font-family: 'SourceSansPro-ExtraLight';
		src: url('./fonty/SourceSansPro-ExtraLight.eot?#iefix') format('embedded-opentype'), 
	     url('./fonty/SourceSansPro-ExtraLight.woff') format('woff'), 
	     url('./fonty/SourceSansPro-ExtraLight.ttf')  format('truetype'),
	     url('./fonty/SourceSansPro-ExtraLight.svg#svgFontName') format('svg');
}
@font-face {
		font-family: 'Catamaran-Thin';
		src: url('../fonty/Catamaran-Thin.eot?#iefix') format('embedded-opentype'), 
	     url('../fonty/Catamaran-Thin.woff') format('woff'), 
	     url('../fonty/Catamaran-Thin.ttf')  format('truetype'),
	     url('../fonty/Catamaran-Thin.svg#svgFontName') format('svg');
}

@font-face {
		font-family: 'Catamaran-Light';
		src: url('../fonty/Catamaran-Light.eot?#iefix') format('embedded-opentype'), 
	     url('../fonty/Catamaran-Light.woff') format('woff'), 
	     url('../fonty/Catamaran-Light.ttf')  format('truetype'),
	     url('../fonty/Catamaran-Light.svg#svgFontName') format('svg');
}
/**
@font-face {
		font-family: 'Exo2';
		src: url('../fonty/Exo2-Light.eot?#iefix') format('embedded-opentype'), 
	     url('../fonty/Exo2-Light.woff') format('woff'), 
	     url('../fonty/Exo2-Light.ttf')  format('truetype'),
	     url('../fonty/Exo2-Light.svg#svgFontName') format('svg');
}
/**/


/* catamaran-300 - latin-ext_latin */
@font-face {
  font-family: 'Catamaran-Light';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/catamaran-v3-latin-ext_latin-300.eot'); /* IE9 Compat Modes */
  src: local('Catamaran Light'), local('Catamaran-Light'),
       url('../fonts/catamaran-v3-latin-ext_latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/catamaran-v3-latin-ext_latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/catamaran-v3-latin-ext_latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/catamaran-v3-latin-ext_latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/catamaran-v3-latin-ext_latin-300.svg#Catamaran') format('svg'); /* Legacy iOS */
}
/* catamaran-100 - latin-ext_latin */

@font-face {
  font-family: 'Catamaran-Thin';
  font-style: normal;
  font-weight: 100;
  src: url('../fonts/catamaran-v3-latin-ext_latin-100.eot');
  src: local('Catamaran Thin'), local('Catamaran-Thin'),
       url('../fonts/catamaran-v3-latin-ext_latin-100.eot?#iefix') format('embedded-opentype'),
       url('../fonts/catamaran-v3-latin-ext_latin-100.woff2') format('woff2'), 
       url('../fonts/catamaran-v3-latin-ext_latin-100.woff') format('woff'), 
       url('../fonts/catamaran-v3-latin-ext_latin-100.ttf') format('truetype'), 
       url('../fonts/catamaran-v3-latin-ext_latin-100.svg#Catamaran') format('svg'); 
}


/* exo-2-300 - latin-ext_latin */
@font-face {
  font-family: 'Exo 2';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/exo-2-v3-latin-ext_latin-300.eot'); /* IE9 Compat Modes */
  src: local('Exo 2 Light'), local('Exo2-Light'),
       url('../fonts/exo-2-v3-latin-ext_latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/exo-2-v3-latin-ext_latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/exo-2-v3-latin-ext_latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/exo-2-v3-latin-ext_latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/exo-2-v3-latin-ext_latin-300.svg#Exo2') format('svg'); /* Legacy iOS */
}
/**/

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/open-sans-v14-latin_latin-ext-300.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Light'), local('OpenSans-Light'),
       url('../fonts/open-sans-v14-latin_latin-ext-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v14-latin_latin-ext-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v14-latin_latin-ext-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v14-latin_latin-ext-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v14-latin_latin-ext-300.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-300italic - latin_latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  src: url('../fonts/open-sans-v14-latin_latin-ext-300italic.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Light Italic'), local('OpenSans-LightItalic'),
       url('../fonts/open-sans-v14-latin_latin-ext-300italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v14-latin_latin-ext-300italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v14-latin_latin-ext-300italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v14-latin_latin-ext-300italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v14-latin_latin-ext-300italic.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-regular - latin_latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/open-sans-v14-latin_latin-ext-regular.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Regular'), local('OpenSans-Regular'),
       url('../fonts/open-sans-v14-latin_latin-ext-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v14-latin_latin-ext-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v14-latin_latin-ext-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v14-latin_latin-ext-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v14-latin_latin-ext-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-italic - latin_latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/open-sans-v14-latin_latin-ext-italic.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Italic'), local('OpenSans-Italic'),
       url('../fonts/open-sans-v14-latin_latin-ext-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v14-latin_latin-ext-italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v14-latin_latin-ext-italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v14-latin_latin-ext-italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v14-latin_latin-ext-italic.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-600 - latin_latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/open-sans-v14-latin_latin-ext-600.eot'); /* IE9 Compat Modes */
  src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'),
       url('../fonts/open-sans-v14-latin_latin-ext-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v14-latin_latin-ext-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v14-latin_latin-ext-600.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v14-latin_latin-ext-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v14-latin_latin-ext-600.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-600italic - latin_latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 600;
  src: url('../fonts/open-sans-v14-latin_latin-ext-600italic.eot'); /* IE9 Compat Modes */
  src: local('Open Sans SemiBold Italic'), local('OpenSans-SemiBoldItalic'),
       url('../fonts/open-sans-v14-latin_latin-ext-600italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v14-latin_latin-ext-600italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v14-latin_latin-ext-600italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v14-latin_latin-ext-600italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v14-latin_latin-ext-600italic.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-700 - latin_latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/open-sans-v14-latin_latin-ext-700.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Bold'), local('OpenSans-Bold'),
       url('../fonts/open-sans-v14-latin_latin-ext-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v14-latin_latin-ext-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v14-latin_latin-ext-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v14-latin_latin-ext-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v14-latin_latin-ext-700.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-700italic - latin_latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  src: url('../fonts/open-sans-v14-latin_latin-ext-700italic.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'),
       url('../fonts/open-sans-v14-latin_latin-ext-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v14-latin_latin-ext-700italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v14-latin_latin-ext-700italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v14-latin_latin-ext-700italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v14-latin_latin-ext-700italic.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-800 - latin_latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/open-sans-v14-latin_latin-ext-800.eot'); /* IE9 Compat Modes */
  src: local('Open Sans ExtraBold'), local('OpenSans-ExtraBold'),
       url('../fonts/open-sans-v14-latin_latin-ext-800.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v14-latin_latin-ext-800.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v14-latin_latin-ext-800.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v14-latin_latin-ext-800.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v14-latin_latin-ext-800.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-800italic - latin_latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 800;
  src: url('../fonts/open-sans-v14-latin_latin-ext-800italic.eot'); /* IE9 Compat Modes */
  src: local('Open Sans ExtraBold Italic'), local('OpenSans-ExtraBoldItalic'),
       url('../fonts/open-sans-v14-latin_latin-ext-800italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v14-latin_latin-ext-800italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v14-latin_latin-ext-800italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v14-latin_latin-ext-800italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v14-latin_latin-ext-800italic.svg#OpenSans') format('svg'); /* Legacy iOS */
}


H1, H2, H3, H4 {
/*
  font-family: "UbuntuRegular", 'Tahoma', Arial, Helvetica, sans-serif;
  font-family: "AlegreyaSansSC-Light", sans-serif;
  font-family: "Exo2", sans-serif;  
  font-family: "Catamaran-Thin", sans-serif;
  font-family: "Catamaran-Light", sans-serif;
  font-family: "AlegreyaSans-Light", sans-serif;
  font-family: "SourceSansPro-Light", sans-serif;
  font-family: "SourceSansPro-ExtraLight", sans-serif;
  */  
  font-family: "Catamaran-Light", sans-serif; 
  
  word-spacing: 1px;
  /*letter-spacing: -0.03em;*/
  letter-spacing: 0;
  /*font-size: 100%;*/
 /* -webkit-tap-highlight-color: transparent;*/
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
H1, H2 { /* , H3, H4 */
/*
  font-family: "UbuntuRegular", 'Tahoma', Arial, Helvetica, sans-serif;
  font-family: "AlegreyaSansSC-Light", sans-serif;
  font-family: "Exo2", sans-serif;  
  font-family: "Catamaran-Thin", sans-serif;
  font-family: "Catamaran-Light", sans-serif;
  font-family: "AlegreyaSans-Light", sans-serif;
  font-family: "SourceSansPro-Light", sans-serif;
  font-family: "SourceSansPro-ExtraLight", sans-serif;
  */  
  font-family: "Catamaran-Thin", sans-serif;
  /*
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  */
  
  word-spacing: 1px;
  /*letter-spacing: -0.03em;*/
  letter-spacing: 0;
  /*font-size: 100%;*/
 /* -webkit-tap-highlight-color: transparent;*/
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
H1 {
  font-size: 150% !important;
  /*font-weight: light;*/
}
H2 {
  font-size: 180% !important;
  font-weight: light;
}
H3, H4 {
  font-size: 120% !important;
  font-weight: bold;
  margin-bottom: .3em !important;
}
body, INPUT, TEXTAREA, FIELDSET, LEGEND {
  /*font-family: "Catamaran-Light", sans-serif;*/
  font-family: "Exo 2", sans-serif;
  font-family: "Catamaran-Light", sans-serif;
  /*font-family: "UbuntuRegular", 'Tahoma', Arial, Helvetica, sans-serif;*/
  font-family: "Open Sans", sans-serif;
  /*font-size: 150%;*/
  
  word-spacing: 0px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	/*color: #c0debe;*/
	/*color: #b5d8b3;*/
}
P {
  /*letter-spacing: .5px;*/
  /*font-family: "UbuntuRegular", 'Tahoma', Arial, Helvetica, sans-serif;*/
  font-size: 110%;
	
}
TH, TD {
  letter-spacing: .5px;
  padding: .75em !important;
  /*font-family: "UbuntuRegular", 'Tahoma', Arial, Helvetica, sans-serif;*/
  font-size: 100%;
	
}


html,
body {
  height: 100%;
	/*background: #850c15 url(../masersky_files/bbg.jpg) no-repeat fixed top;*/
	background: #850c15;
   color: #fce9e6;
	/*color: #c0debe;*/
	/*background-attachment: fixed;*/
}

/*
body.hp {
	background: none;
}
*/

/*  pro navbar-fixed-top 

@media (min-width: 990px) { 
	body {
		padding-top: 100px;
	}
	body.hp {
		padding-top: 130px;
	}
}
/**/

/* animace bg */
.bg{ 
	background: #850c15 url(../masersky_files/bbg.jpg) no-repeat fixed top;
	width: 100%; height: 100%; position: fixed; top:0; overflow: hidden; 
}
.bg_anim{ 
	width: 100%; height: 100%; 
	background: #850c15 url(../masersky_files/bbg.jpg) repeat-x 0 0;
	-webkit-animation: 30s linear 0s normal none infinite bg;
	-moz-animation: 30s linear 0s normal none infinite bg;
	-ms-animation: 30s linear 0s normal none infinite bg;
	-o-animation: 30s linear 0s normal none infinite bg;
	animation: 30s linear 0s normal none infinite bg; 
}

@keyframes bg {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    transform: scale(1.95);
    opacity: 0;
  }
}


/*
 
@-webkit-keyframes bg {
	from {background-position:0 0;}
	to {background-position: 2657px 0;}
}
 
@-moz-keyframes bg {
	from {background-position:0 0;}
	to {background-position: 2657px 0;}
}
 
@-ms-keyframes bg {
	from {background-position:0 0;}
	to {background-position: 2657px 0;}
}
 
@-o-keyframes bg {
	from {background-position:0 0;}
	to {background-position: 2657px 0;}
}
 
@keyframes bg {
	from {background-position:0 0;}
	to {background-position: 2657px 0;}
}
*/



.carousel-container {
  position: relative;
	/*padding-bottom: 56.25%;
	padding-bottom: 62.04%;*/
	padding-bottom: 33%;  /* doladit centrovani/posun valign  transform: translateY(-13%); */
	height: 0;
	overflow: hidden;
}
/*
.carousel-container,
.carousel-container:after { 
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 0; 
}
*/


/*
@media (min-width: 1680px) {	
	.carousel-container {
		padding-bottom: 22%;  
	}	
}
*/
/* doladit centrovani/posun valign  transform: translateY(-13%); */

.carousel,
.carousel:after,
.carousel-inner,
.carousel IMG {
	position: absolute;
	top: 0;
	left: 0;
  	height: 100%;
	min-width: 100%;
	min-height: 100%;
}
/* mask pattern */
@media (min-width: 1200px) { 
	.carousel:after { 
    	content: '';
    	background: transparent url(../carousel/pattern.png) repeat top left; 
    	opacity: 0.25;
    	filter: alpha(opacity=25); /* For IE8 and earlier */
	}
}
/*
.item:nth-child(1) {
  background: #74C390;
}
.item:nth-child(2) {
  background: #51BCE8;
}
.item:nth-child(3) {
  background: #E46653;
}
*/

/* bs3 carousel fade    http://codepen.io/Rowno/pen/Afykb */
/* .carousel-fade */
.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}

/* carousel IMG valign */
/* https://stackoverflow.com/questions/32509980/vertically-align-image-inside-a-bootstrap-carousel problem s posunem vs fade */
/* https://stackoverflow.com/questions/31146443/vertically-center-the-showing-images-on-a-fixed-height-bootstrap-carousel - upraveno 50% na 25%*/
.carousel .item IMG {
    position:relative;
    top:50%;
    transform: translateY(-25%);  /* puvodne translateY(-50%), zavisi na .carousel-container padding-bottom: 33% */
}


/* Bootstrap Carousel Zoom Effect */
/* https://codepen.io/altafhpatel/pen/JWGxBq */
/*
@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1.1, 1.1);
  }
  to {
    -webkit-transform: scale(1, 1);
  }
}

@keyframes zoom {
  from {
    transform: scale(1.1, 1.1);
  }
  to {
    transform: scale(1, 1);
  }
}

.carousel-inner .item > img {
  -webkit-animation: zoom 7s;
  animation: zoom 7s;
}
*/

.container.obsah  {
  /*
  background-color: rgba(255,255,255, .79) !important;
  background-color: rgba(234, 112, 27, .5) !important;
  background-color: rgba(148, 27, 18, .731) !important;
  background-color: rgba(0,0,0, .12) !important;
  */
  /*background-color: rgba(255,255,255, .9) !important;*/
  min-height: 100hv;
  min-height: 100%;
  /*padding: 4em;*/
  padding-top: 2em;
  padding-bottom: 5em;
 }
.hp .container.obsah  {
  min-height: auto;
  padding-top: 2em;
  padding-bottom: 0em;
 }
.container.obsah .main/*,
.container.obsah .left_col*/ {
/*
  background-color: rgba(255,255,255, .79) !important;
  background-color: rgba(234, 112, 27, .5) !important;
  background-color: rgba(148, 27, 18, .731) !important;
  background-color: rgba(0,0,0, .212) !important;*/
  background: linear-gradient(to right, rgba(148, 27, 18, .49), rgba(0,0,0, .79)) !important;
  /*color: #fce9e6; */
  color: Silver; 
  padding-bottom: 2em;
  min-height: 80vh;
 }
.hp .container.obsah .main/*,
.container.obsah .left_col*/ {
  background: transparent !important;
  padding-bottom: 2em;
  min-height: 80vh;
 }
 
.container.obsah .left_col {
  background-color: rgba(255,255,255, .79) !important;
  background-color: rgba(234, 112, 27, .5) !important;
  background-color: rgba(148, 27, 18, .731) !important;
  background-color: rgba(0,0,0, .212) !important;
  background: rgba(148, 27, 18, .49) !important;
  background-color: rgba(148, 27, 18, .731) !important;
  
  background: linear-gradient(to right, rgba(245, 245, 245, .53), rgba(250,250,250, .179)) !important;
  color: #fce9e6; 
  padding: 2em auto;
 }
 /**/
.container.obsah IMG {
	padding-bottom: 2em;
}

/*
@media (max-width: 1199px) { 
}
@media (max-width: 768px) { 
}
@media (max-width: 640px) { 
}
*/
@media (max-width: 470px) { 
	BODY { padding: 0; margin: 0  };
  .body { padding: 0; margin: 0  };
  .container.obsah { padding:.5em; margin: 0  };
  .content .row .col { padding:.5em; margin: 0  };
}


HR{
	border: 0; 
	height: 0; 
	border-top: 1px solid rgba(13,33,13, 0.1); 
	border-bottom: 1px solid rgba(49,99,49, .5);
	margin: 5em auto;
}


INPUT[type="checkbox"],
INPUT[type="radio"] {
	width: inherit;
	margin-top: .5em;
	background: none !important;
}
INPUT, SELECT, TEXTAREA {
	/*background-color: rgba(0,0,0,0.25) !important;*/
	background-color: rgba(150,150,150,0.05) !important;
	border: 1px solid rgba(150,150,150,0.5) !important;
	/*color: Black !important;*/
	width: 100%;
	margin: .5em 0;
	padding: 1em;
}
INPUT[type="submit"]:hover {
	background-color: rgba(150,150,150, 0.2) !important;
	border: 1px solid rgba(150,150,150,0.5) !important;
	color: White;
}
OPTION {
	background-color: rgba(72,6,4, .9) !important;
	border-bottom: 1px solid rgba(255,255,255,0.05) !important;
	/*padding: 0.5em;*/
}
SELECT {
	/*background-color: rgba(29, 45, 26, 1) !important;*/
}


/* REZERVACE_STRIP */
.container.rezervace_strip { 
	background-color: rgba(13,33,13,0.5);
	/*border-bottom: 1px solid Green	*/
	font-weight: normal;
	padding: .95em 0em;
	overflow: hidden;
	
 }
 .rezervace_strip LABEL {
	font-weight: normal;
 }
 .rezervace_strip FORM {
	font-weight: normal;
 }
.rezervace_strip .container_submit { 
 	margin-right: 1.5em;
 	margin-left: .5em;
 	padding: 0 !important;
 	margin: 0 !important;
 }
 .rezervace_strip SELECT { 
 	margin-right: 1.5em;
 }
 .rezervace_strip .form-group { 
 	display: inline-block;
 }

 .rezervace_strip .form-group.from INPUT,
 .rezervace_strip .form-group.to INPUT { 
 	max-width: 10em;	
 	margin: 0em 0.75em;
 }
 
@media (max-width: 640px) { 
 .rezervace_strip .form-group.from INPUT,
 .rezervace_strip .form-group.to INPUT { 
 	max-width: 8em;
 }
}
@media (max-width: 380px) { 
 .rezervace_strip .form-group { 
 	display: block;
 }
}

 .rezervace_strip INPUT.quantitys { 
 	width: 3em;	
 }
 .rezervace_strip INPUT { 
 	padding-left: 1.3em;
 }
 .rezervace_strip INPUT,
 .rezervace_strip SELECT { 
 	margin-left: 1.3em;
	color: Gray;
 }
 .rezervace_strip BUTTON { 
 	margin: 0 1.3em;
 }
 
 
 
/* vlastni barvy */

nav {
	/*background-color: rgba(13,13,13,0.85);	*/
	/*background-color: rgba(13,13,13,0.35);	*/
	/*background-color: rgba(87, 150, 150, 0.85);	
	background-color: #579696;	*/
	/*background-color: #fc691b;
	background-image: url(../masersky_files/bbg.jpg);*/
	color: White;
	background-repeat: no-repeat;
	background-position: center;
}

#myNavbar {
	margin-right: 0;
	padding-right: 0;
}
/*
.hp #myNavbar {
	padding-bottom: 130px;
}
*/

.navbar-nav > ul.dropdown-menu {
  visibility:hidden;
  opacity:0;
  transition:visibility 0s linear 0.5s, opacity 0.5s linear;
}

.navbar-nav > ul.dropdown-menu:hover {
  visibility:visible;
  opacity:1;
  transition-delay:0s;
}

/* dropdown fix */
.navbar-collapse.collapse {
	max-height: 100% !important; 
	overflow-y: visible !important; 
	margin-right: 14px !important;
	width: auto !important;
	} 

@media (min-width: 767px) { 
	.navbar-collapse {
		padding-left:0;
		padding-right:0;
		margin: 0;
	}
}

.navbar-collapse.collapse .navbar-nav > li > a {
	/*font-size: 90%;	*/
}

.navbar-nav > li > a {
	color: #ededed;
	transition: background-color .7s;
	padding: 0.7em;
	/*
	border-bottom: 0px solid gray;
	border-bottom-color: rgba(255,255,255,0.2);
	*/
}

/* FIX zalomeni menu */
@media (max-width: 991px) and (min-width: 767px) { 
	.navbar-nav > li > a {
		padding: 0.5em;
	}
	.navbar-right { 
		float: left !important;
		margin-right: 0px !important;
	}
}
/**/

.navbar-nav > li > a:hover,
.navbar-nav > li > a:active,
A.dropdown-toggle:hover,
A.dropdown-toggle:active
/*,
.dropdown-toggle A:active*/ {
	/*background-color: #243f12;	*/
	background-color: rgba(13,13,13,0.35);	
	background-color: #941b12 !important;
	color: White;	 
	text-align: left !important;
}
    
    
    
/* hamburger FIX */
/* https://stackoverflow.com/questions/21733951/bootstrap-3-navbar-toggle-collapses-but-button-does-not-appear */	    
.navbar-toggle {
	 border:1px solid #fff;	        /* added line */
	 transition: background-color .7s;
}
.icon-bar
{
    border:1px solid #fff;
}
    
.navbar-toggle:hover {
	 border:1px solid #fff;	        /* added line */
	background-color: rgba(133, 12, 21, .75);
}

/* menu label */
BUTTON.navbar-toggle DIV {
	float: left;
	margin: auto .3em;
	vertical-align: top;
}

.dropdown-toggle A:active {
	/*background-color: #243f12;	*/
	/*background-color: rgba(13,13,13,0.35);	*/
	background-color: rgba(133, 12, 21, 0.35);
}

.dropdown-toggle:active,
.dropdown-toggle:hover {
	/*background: none !important;*/
	/*background-color: rgba(13,13,13,0.35) !important;	*/
	background-color: rgba(133, 12, 21, 0.35) !important;	
}
.dropdown-menu {
	/*background-color: #355e1b;*/
	/*background-color: rgba(13,13,13,0.35);		*/
	background-color: rgba(86, 136, 199,0.85);	
	background-color: rgba(133, 12, 21, 0.85);
}
/*.dropdown-toggle,*/
.dropdown-menu A:hover {
	background-color: rgba(13,13,13,0.15) !important;
	color: white;
}
.dropdown-toggle,
.dropdown-toggle:hover {
	/*background-color: rgba(13,13,13,0) !important;*/
	background-color: rgba(86, 136, 199,0) !important;
}
.dropdown-menu A  {
	color: white !important;
	text-align: right;
}

.navbar-brand {
	color: #fdede3;
}
.navbar-brand:hover {
	color: White;
}
.brand-tlf A {
	color: White;
	background-color: rgba(240,240,240,0.2);
	padding: 0.20em 1em;
	display: inline-block;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px; 
	border-radius: 5px;
	transition: background-color .7s;
}
.brand-tlf A:hover {
	color: White;
	/*background-color: rgba(13,13,113,0.15);*/
	background-color: #941b12;
	text-decoration: none;
	display: block; 
	float: left;
}
.brand-tlf {
	margin-top: .8em;
	display: block; 
	float: left;
}
@media (max-width: 368px) {
	.navbar-brand {
		display: none;
	}
	/*
	.brand-tlf {
		display: none;
	}
	*/
}


.btn-primary {
	background-color: Gray !important;
	border-color: Gray !important;
}
.btn-primary:hover {
	background-color: Gray !important;
}

/**** BS ****/
.container.null
 {
	padding: 0px !important;
}
.container.top-null
 {
	padding-top: 0px !important;
}
.container.white,
.container-fluid.white
 {
	background-color: White;
}
.container.gray,
.container-fluid.gray
 {
	background-color: #e9e9e9;
}
.container.darker,
.container-fluid.darker
 {
	background-color: rgba(0,0,0,.3);
}
.container.lighter,
.container-fluid.lighter
 {
	background-color: rgba(255,255,255,.3);
}
  
/* todo */
.row.null + DIV {
	margin: 0px !important;
	padding: 0px !important;
}
.row.top-null + DIV {
	margin-top: 0px !important;
	padding-top: 0px !important;
}
/* todo eof */

/* UVOD */

.u_icons {
	margin-top: 1.5em;
}
.u_ico {
	padding-bottom: 2em;
	font-size: 80%;
}
.u_ico IMG {
	padding-bottom: 0em !important;
	margin: 0em;
}
.u_ico A {
	color: White;
}



/* POKOJE */
.pokoj .titulni IMG, 
.media {
	margin-bottom: 2em;
}
.pokoj H2 {
	margin-top: 2em;
}
.pokoj {
	margin-bottom: 4em;
}



/*
BODY { 
 background-repeat: no-repeat;  background-position: top;
 background-size: contain;
}
*/

footer {
	height: 22em;
	/*background-color: #850c15;*/
	background-color: rgba(133, 12, 21, .32)
}
TABLE {
	width: 100%;
	margin-bottom: 1em;
}

TD, TH {
	background-color: rgba(255,255,255,0.05);
	/*padding: .5em 1.5em;*/
	margin: 1px;
	border-bottom: 1px solid rgba(255,255,255,0.05);
} 

/* pro Kontakty */
@media (max-width: 350px) { 
	TD, TH {
		padding: .5em .2em;
		margin: .1px;
	} 
} 


TH {
	background-color: rgba(13,13,13,0.3);
	color: rgba(255,255,255,1);
	font-weight: normal;
}

TD.polozka {
	color: rgba(255,255,255,0.5);
}
TH.cena,
TD.cena {
	text-align: right;
}
.pokoje_desc {
	min-height: 5em;
	margin-top: 1em;
}
H2 {
	font-size: 180%;
	/*color: #dbaf50;*/
}
H3 {
	font-size: 160% !important;
	font-weight: normal;
}



.row.pohadkova_strip {
	margin-bottom: 2em;
	padding: 0;
	padding-top: 3em;
	padding-bottom: 1em;
	
}
.uvod .box,
.pohadkova_strip .box {
	position: relative;
	padding-bottom: 67.2%;
	height: 0;
	overflow: hidden;
	margin-bottom: 2em; 
}
.uvod .box  IMG,
.pohadkova_strip .box  IMG {
	min-height: 100%;
	min-width: 100%;
}
.uvod .box P,
.pohadkova_strip .box P,
.balicky .box P {
	position: absolute;
	bottom: 0;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.45);
	/*color: White;
	color: #dbaf50;*/
	color: #efefba;
	font-size: 130%;
	font-weight: lighter;
	padding: .2em 1em;
	margin: 0;
	/*text-shadow: 0px 0px 14px #000, 0px 0px 3.5px #000, 0px 0px 5.5px #000;*/
	text-shadow: 0px 0px 14px #000, 0px 0px 3.5px #000;
}
.uvod .box  A:hover > P {
	color: White;
}

/* Akcni balicky */

.balicky .box
{
    width: 100%;
    height: 200px;
    overflow: hidden;
    margin-bottom: 2em;
    position: relative;
}
.balicky .box IMG {
    position: absolute;
    margin: auto; 
    min-height: 100%;
    min-width: 100%;

    /* For the following settings we set 100%, but it can be higher if needed 
    See the answer's update */
    left: -100%;
    right: -100%;
    top: -100%;
    bottom: -100%;
}
	
.balicky .box P {
	background: rgba(255,255,255, .90);
	background-color: rgba(13,33,13,0.65);
	text-shadow: 0px 0px 14px #000, 0px 0px 3.5px #aaa;
	font-size: 120%;
	text-align: left;
	color: white;
	display: inline;
	
}
/* Format tn */


.row.tn  {
	/*padding: 1em 0;*/
}
/*
.tn IMG {
	margin: 2em 0;
}
@media (max-width: 768px) { 
	.tn IMG {
		margin: 1em 0;
	}
}
*/

.format,
.dslr,
.compact,
.digital
{
	position: relative;
	width: 100%; 
   overflow: hidden;
}
.format:before,
.dslr:before,
.compact:before,
.digital:before {
	content: "";
	display: block;
}

.ratio1_1 .format:before{
	padding-top: 100%;
}
.ratio2_1 .format:before{
	padding-top: 50%;
}
.ratio1_2 .format:before{
	padding-top: 200%;
}
.ratio4_3 .format:before{
	padding-top: 75%;
}
.ratio16_9 .format:before{
	padding-top: 56.25%;
}
.ratio66 .format:before{
	padding-top: 66.2%;
}

.compact:before,
.digital:before {
	padding-top: 75%;
}
.dslr:before {
	padding-top: 66.2%;
}

.format IMG,
.dslr IMG,
.compact IMG,
.digital IMG {
    position: absolute;
    margin: auto; 
    min-height: 100%;
    min-width: 100%;
    height: 100%;
    padding: 0 !important;

    /* For the following settings we set 100%, but it can be higher if needed 
    See the answer's update */
    left: -100%;
    right: -100%;
    top: -100%;
    bottom: -100%;
}

/*_masersky */

.tn IMG {
	padding-bottom: 2em !important;
}

.row.tn .format
{
    /*width: 100%;*/
    height: 100px;
    overflow: hidden;
    position: relative;
}
.row.tn .format IMG {
    position: absolute;
    margin: auto; 
    min-height: 100%;
    min-width: 100%;

    /* For the following settings we set 100%, but it can be higher if needed 
    See the answer's update */
    left: -100%;
    right: -100%;
    top: -100%;
    bottom: -100%;
}




/* Kontakty */

.row.adresa DIV {
	margin-bottom: 4em;
	font-size: 120%;
}
.row.adresa h4 {
	font-size: 160%;
}
.row.kontakty DIV {
	margin-bottom: 2em;
}
IFRAME {
	margin-top: 0em;
	margin-bottom: 1em;
}
.row.kontakty IFRAME:after {
	margin-top: 2em;
	margin-bottom: 2em;
}
/*
.tlf {
	display: inline-block;
	padding: 0 1em;
	background-color: green;
	color: white;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px; 
	border-radius: 5px;
}
.tlf:hover {
	background-color: #82d200;
	color: white;
	text-shadow: 0.5px 0.5px 1px green;
	text-decoration: none;
	*/
}
/*
.mapa-container {
  position: relative;
	padding-bottom: 62.04%;
	padding-top: 30px;
	height: 0;
	width: 100%;
	overflow: hidden;
	border: solid black 1px;
}
*/
/*
.mapa {
	position: absolute;
	top: 0;
	left: 0;
  	width: 100%;
  	height: 100%;
}
*/

/* modal */
.modal,
.modal-dialog,
.modal-content,
.modal-header,
.modal-body,
.modal-footer
 {
	background-color: rgba(13,33,13,0.5);
	border: none;
}

.modal  {
	margin-top: 0px; 
	margin-right:22px; 
	padding: 4em;
}
.modal-header {
	color: silver;
}
.modal IMG {
	margin-bottom: 1.5em;
}
.modal HR {
	margin: 2.5em 0;
}
.modal .titulni_fotka IMG {
    -webkit-animation-delay: .6s; /* Chrome, Safari, Opera */
    animation-delay: .7s;
}
.modal .dalsi_fotky IMG {
    -webkit-animation-delay: .7s; 
    animation-delay: .7s;
}
.modal .dalsi_fotky DIV:nth-of-type(2) IMG {
    -webkit-animation-delay: .8s;
    animation-delay: .8s;
}
.modal .dalsi_fotky DIV:nth-of-type(3) IMG {
    -webkit-animation-delay: .9s; 
    animation-delay: .9s;
}
.modal .dalsi_fotky DIV:nth-of-type(4) IMG {
    -webkit-animation-delay: 1s; 
    animation-delay: 1s;
}
.modal .dalsi_fotky DIV:nth-of-type(5) IMG {
    -webkit-animation-delay: 1.1s; 
    animation-delay: 1.1s;
}
.modal .dalsi_fotky DIV:nth-of-type(6) IMG {
    -webkit-animation-delay: 1.2s; 
    animation-delay: 1.2s;
}
.modal .dalsi_fotky DIV:nth-of-type(7) IMG {
    -webkit-animation-delay: 1.3s; 
    animation-delay: 1.3s;
}
.modal .dalsi_fotky DIV:nth-of-type(8) IMG {
    -webkit-animation-delay: 1.4s; 
    animation-delay: 1.4s;
}
.modal .dalsi_fotky DIV:nth-of-type(9) IMG {
    -webkit-animation-delay: 1.5s; 
    animation-delay: 1.5s;
}
.modal .dalsi_fotky DIV:nth-of-type(10) IMG {
    -webkit-animation-delay: 1.6s; 
    animation-delay: 1.6s;
}
.modal .dalsi_fotky DIV:nth-of-type(11) IMG {
    -webkit-animation-delay: 1.7s; 
    animation-delay: 1.7s;
}
.modal .dalsi_fotky DIV:nth-of-type(12) IMG {
    -webkit-animation-delay: 1.8s; 
    animation-delay: 1.8s;
}
.modal .dalsi_fotky DIV:nth-of-type(13) IMG {
    -webkit-animation-delay: 1.9s; 
    animation-delay: 1.9s;
}
.modal .dalsi_fotky DIV:nth-of-type(14) IMG {
    -webkit-animation-delay: 2s; 
    animation-delay: 2s;
}
.modal .dalsi_fotky DIV:nth-of-type(15) IMG {
    -webkit-animation-delay: 2.1s; 
    animation-delay: 2.1s;
}
/* https://github.com/twbs/bootstrap/issues/14040#issuecomment-159891033 */
body.modal-open{
    width:100%!important;
    padding-right:0!important;
    overflow-y:scroll!important;
    position:fixed!important;
}








/* FORM */

#form{
	margin: 4.5em 0;
}
LEGEND {
	/*margin: 4.5em 0;*/
  font-size: 100%;
  color: inherit;
  color:  rgba(192,192,192,.5); /* silver */
  border-bottom-color: rgba(128,128,128,.5);
}

/*
@media (min-width: 440px) {
	#datepicker_form .form-group {
		width: 45%;
		float: left;
	}
	#datepicker_form .form-group.prijezd {
		margin-right: 10%;
	}
}


/* datapicker fix * /
.datepicker TH {
	background-color: rgba(0,0,0,0.35);
	color: white;
	/*border: 1px solid white !important;* /
}
.datepicker TH.dow {
	background-color: rgba(0,0,0,0.25);
	color: white;
}
.datepicker TH.prev:hover,
.datepicker TH.next:hover,
.datepicker TH.datepicker-switch:hover,
.datepicker TD:hover,
.datepicker TD SPAN.month:hover {
	background-color: rgba(0,0,0,0.25) !important;
	color: white;
}
.datepicker TD.active,
.datepicker TD SPAN.active {
	background-color: rgba(0,0,0,0.55) !important;
	color: white;
}

DIV.input-daterange {
	display: inline !important;
}


.telefon_plus {
	width: 3%;
	float: left;
	font-size:130%;
	line-height: 1.85em;
	text-align: center;
}
INPUT.predcisli {
	width: 15%;
	float: left;
	margin-right: 1%;
}
INPUT.telefon {
	width: 81%;
	float: left;
}

@media (max-width: 440px) { 
	.telefon_plus {
		width: 7%;
	}
	INPUT.predcisli {
		width: 25%;
		float: left;
		margin-right: 1%;
	}
	INPUT.telefon {
		width: 65%;
		float: left;
	}
}
*/

/* apple format-detection */
a[href^="x-apple-data-detectors:"] {
  color: inherit;
  text-decoration: inherit;
}
.past, .pasticka {
	display: none;
}


#toTop {
    padding: .5em 1.25em;
    background-color: rgba(0,0,0,0.2);
    /* color: #850c15; */
    color: rgba(133,12,21,1);
    position: fixed;
    bottom: 25px;
    right: 25px;
	 cursor: pointer;
	 text-decoration: none;
    display: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px; 
	border-radius: 3px; 
   filter: alpha(opacity=50); /* For IE8 and earlier */
    -webkit-transition: all .5s; /* Safari */
    transition: all .5s easy;
}
@media (max-width: 640px) { 
	#toTop {
    	padding: 0em .75em;
    	bottom: 10px;
    	right: 10px;
	}
}
#toTop:hover {
    background-color: rgba(0,0,0,0.25);
    /*color: #fb8d15;*/
    color: rgba(251,141,21,.85);
    filter: alpha(opacity=95);
}


DIV.row {
    /*background-color: rgba(255,255,255,0.85);
    filter: alpha(opacity=95);*/
}

.row.odstavec {
	padding-top: 0em;
}
.row.odstavec:before,
.row.odstavec:after {
	padding-top: 0em;
}
/*
.row.odstavec:nth-of-type(odd),
.row.odstavec:nth-of-type(odd) A {
	color: #f0f0f0;
	background-color: rgb(86, 136, 199);
}
*/
.hp.animated {
	padding: 5em;
	max-width: 45%;
}

/* Bootstrap Dropdown with Hover */
/* http://stackoverflow.com/questions/16214326/bootstrap-dropdown-with-hover */
.dropdown:hover .dropdown-menu {
display: block;
margin-top: 0; /*/ remove the gap so it doesn't close */
}


.hp H1 {
	padding-bottom: 2em;
}
H1 {
	padding-top: 0em;
	padding-bottom: 1em;
	/*color: #f4721c !important;
	color: #850c15 !important;*/
	color: #d2adb0;
}
H2 {
	/*color: #850c15 !important;
	color: #f4721c !important;*/
	color: #f47018 !important;
}
/*
BODY .bg {
	background-color: #f4721c;
	height: 300px;
	width: 100%;
	position: absolute;
	z-index: -10;
	top: 0;
}
BODY.hp .bg {
	display: none;
}
*/
 
.boxy {
  display: flex; /* inline--flex */
  flex-wrap: wrap; /* zalamovani radku - podle definovane sirky boxu */
  /*flex-direction: row; */
  margin-bottom: 3em;
}
.boxy DIV {
  margin: 0 !important;
}
 .boxy A {
	/*background-color: #5688c7;
	color: white;*/
}
/* upravit min-width pro mensi displeje na 80% */

 .boxy DIV {
	margin: 1em;
	flex: 1;
}
 .boxy A {
	color: white;
	font-size: 150%;
	display:block;
	background: #3cb1b2;
	width: 100%;
	height: 100%;
	padding: 3em;
	margin-bottom: .1em; 
	/*min-width: 30%;*/
	text-decoration: none;
	transition: all .7s;
	white-space: nowrap;
}

@media (max-width: 768px) { 
 .boxy A {
	padding: 2em;
	}
}
@media (max-width: 640px) { 
 .boxy A {
	padding: 1.5em;
	}
}
@media (max-width: 470px) { 
 .boxy A {
	padding: 1em;
	}
}
 .boxy A:hover {
	background-color: #68dfe1;
}




.uvod .box {
	position: relative;
	padding-bottom: 67.2%;
	height: 0;
	overflow: hidden;
	margin-bottom: 2em; 
	text-align: center;
}
.uvod .box  IMG {
	min-height: 100%;
	min-width: 100%;
}
.uvod .box P {
	position: absolute;
	bottom: 0;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.45);
	/*color: White;
	color: #dbaf50;*/
	color: #efefba;
	font-size: 130%;
	font-weight: lighter;
	padding: .2em 1em;
	margin: 0;
	/*text-shadow: 0px 0px 14px #000, 0px 0px 3.5px #000, 0px 0px 5.5px #000;*/
	text-shadow: 0px 0px 14px #000, 0px 0px 3.5px #000;
}
.uvod .box  A:hover > P {
	color: White;
}

/* titulni foto */
@media (max-width: 550px) {
	IMG.titulni {
		width: 100vw;
	}
}



.navbar {
	margin-bottom: 0;
	/*font-size: 100%;*/
}


.nav.navbar-nav {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#dbdbdb+0,868686+100 */
background: #dbdbdb; /* Old browsers */
background: -moz-linear-gradient(top, #dbdbdb 0%, #868686 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #dbdbdb 0%,#868686 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #dbdbdb 0%,#868686 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dbdbdb', endColorstr='#868686',GradientType=0 ); /* IE6-9 */

background: rgba(133, 12, 21, .3);
}

/**/
.carousel_strip{
	/*height: 330px;
	overflow: hidden;
	top: -10px; /* pod navbar-fixed-top */
	position: relative;
	
}/**/
.logo {
	color: white;
	margin: 1em 0;
}

@media (min-width: 991px) { 
	.hp .logo {
		margin: 3em 0;
	}
}

.logo SPAN.jmeno {
	font-size: 200%;
}
TABLE.pojistovny {
	width: auto;
}
.pojistovny TR TH,
.pojistovny TR TD:first-of-type {
	text-align: center;
}
.pojistovny TD,
.ordinacni TD {
	background-color: #f4f4f4;
	border: 1px solid white;
}
.ordinacni H2 {
	margin-top: 2em;
}
.ordinacni TD.objednavka {
	background-color: #e6e6e6;
	border: 1px solid white;
}

.aktualne {
	background-color: #eaf8f3;
	color: #850c15;
	width: 100% !important;
	/*width: 295px !important;*/
	padding: 0.3em  1em 1em 1em;
	margin-bottom: 4em;
}
.aktualne H2 {
	color: #f4721c;
}


.ordinacni, .aktualne {
	width: auto;
	overflow: visible;
	
}

TABLE.opening {
	margin-bottom: 3em;
	width: 100;
}
TABLE.opening TH, TABLE.opening TD {
	padding: 1em .5em !important;
	word-spacing: -.1em;
	font-size: 90%;
}
TABLE.opening TD {
}


TABLE.cenik {
	margin-bottom: 3em;
}
TABLE.cenik TD {
	border-bottom: 1px solid #e4e4e4;
	white-space: nowrap;
	text-align: right;
}
TABLE.cenik TD.text {
	border-bottom: 1px solid #e4e4e4;
	white-space: normal;
	text-align: left;
}

A {
	color: #850c15;
	color: #f4721c;
}
A:hover {
	/*color: #f4721c;*/
	color: #fb8d15;
}
P A {
	/*text-decoration: underline;*/
}
P A:hover {
	/*text-decoration: none;*/
}
.logo A {
	color: White;
	text-decoration: none;
}

.logo IMG {
	max-width: 4em;
	margin-right: 1em;
	margin-bottom: 1em;
	float: left;
}
.toplist {
	display: none;
}

@media print { 
	/* BODY { margin: 0; padding: 0; }*/
	FORM { display: none; }
	NAV { display: none; }
	FOOTER { display: none; }	
	IMG { max-width: 100% !important; }	
	TABLE { width: 90% !important; }
	P, TH, TD, UL, LI { font-size: 100% !important; }
	TABLE, TH, TD { margin: .3em !important; padding:  .3em !important; }
	TH, TD { border: 1px dashed Gray !important; }
	TH { font-weight: bold !important; font-size: 120% !important; border-bottom: 1px solid gray !important; }
	.bg { display: none; }
	.carousel_strip { display: none; }
	.right_col { display: none; }
	.left_col { display: none; }
	.boxy { display: none; }	
	.streetview { display: none; } 
	#form, .form { display: none; } 
	/* BS */
	/* https://stackoverflow.com/questions/7301989/need-to-remove-href-values-when-printing-in-chrome */
	A[href]:after { content: none !important; }
}

/*
@media (max-width: 1199px) { 
}
@media (max-width: 991px) { 
}
@media (max-width: 767px) { 
}
@media (max-width: 640px) { 
}
@media (max-width: 470px) { 
}
*/
.menu_left UL UL {
	padding-bottom: 1em;
}
.menu_left UL,
.menu_left LI {
	padding: 0;
	margin: 0;
	list-style-type: none;
	display: block;
}
.menu_left A,
.menu_left LI.kategorie {
	display: block;
}
.menu_left A,
.menu_left LI.kategorie SPAN {
	padding: .5em 1em;
	display: block;
	text-decoration: none;
	color: #850c15;
   background: none;
	transition: all .7s;
}
/**/
.menu_left A,
.menu_left LI.kategorie SPAN {
	padding: .5em 1em;
	display: block;
	/*background-color: #f2f2f2;*/
	text-decoration: none;
}
.menu_left A {
/*
	text-shadow:1px 0px  0.5px #f69ea4;
	text-shadow:0.5px 0px  0.5px #f69ea4;
	text-shadow:0px 0px  0.5px #f69ea4;
	*/
	text-shadow:0.5px 0px  .5px #f69ea4;
}
.menu_left A:hover {
	/*background-color: rgba(255,255,255,.5);*/
   background: linear-gradient(to right, rgba(255,255,255,.5), rgba(255,255,255,.0));
	color: #850c15;
}
.menu_left LI.kategorie SPAN {
	/*background-color: Silver;*/
	/*color: White;*/
	color: #ededed;
}
/**/




/* **************************** button **************************************/


A.button {
	padding: .3em 1.6em;
	background-color: #929292;
	color: White !important;
	text-decoration: none !important;
	/*
	-webkit-box-shadow:3px 3px 5px  rgba(0,0,0,.2); 
	-moz-box-shadow:3px 3px 5px Silver; 
	box-shadow:3px 3px 5px  rgba(0,0,0,.2); 
	/**/
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px; 
	border-radius: 5px;
	/**/
	margin: .5em;
	display: block;
}
A:hover.button {
	background-color: Gray;
	/*
	-webkit-box-shadow:3px 3px 5px rgba(0,0,0,.2); 
	-moz-box-shadow:3px 3px 5px  rgba(0,0,0,.2); 
	box-shadow:3px 3px 5px  rgba(0,0,0,.2); 
	*/
}
A.button.booking {
	/*background-color: #7a180b;*/
	background-color: rgba(122,24,11,.71);
	margin: 2em 1em;
	/*background: #00B201 !important;*/
	width: auto;
}
A:hover.button.booking {
	background: #009001 !important;
}
BLOCKQUOTE .button {
	margin: 1em 0;
	margin-right: auto;
	width: auto;
display: inline-block;
}



/* **************************** menu_grid **************************************/

.menu_grid .box
{
    width: 100%;
    height: 200px;
    overflow: hidden;
    margin-bottom: 2em;
    position: relative;
    -webkit-transition: all .5s; /* Safari */
    transition: all .5s;
}
.menu_grid .box IMG {
    position: absolute;
    margin: auto; 
    min-height: 100%;
    min-width: 100%;

    /* For the following settings we set 100%, but it can be higher if needed 
    See the answer's update */
    left: -100%;
    right: -100%;
    top: -100%;
    bottom: -100%;
	 background-color: rgba(0,0,0,0.25);
}
.menu_grid .box IMG:hover {
}
	
.menu_grid .box P {
	position: absolute;
	bottom: 0;
	width: 100%;
	font-size: 100%;
	color: white;
	font-weight: lighter;
	padding: .2em 1em;
	margin: 0;	
	background-color: rgba(0,0,0,0.25);
	text-shadow: 0px 0px 14px #000, 0px 0px 3.5px #aaa;
	text-align: left;
	display: inline;
}	
.menu_grid .box:hover {
	background-color: rgba(0,0,0,0.55);
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px; 
	border-radius: 15px;
	/*box-shadow: 0px 0px 5px #a92415;*/
	box-shadow: 0px 0px 5px #f37417, 13px 10px 15px rgba(0,0,0,.3);
    -ms-transform: scale(1.1); /* IE 9 */
    -webkit-transform: scale(1.1); /* Safari */
    transform: scale(1.1);
    z-index: 2;
}



/* HP_BOXY */
/* menu_grid */
.hp .menu_grid .box
{
    width: 100%;
    height: 200px;
    overflow: hidden;
    margin-bottom: 2em;
    position: relative;
    -webkit-transition: all .5s; /* Safari */
    transition: all .5s;
}
.hp .menu_grid .box IMG {
    position: absolute;
    margin: auto; 
    min-height: 100%;
    min-width: 100%;

    /* For the following settings we set 100%, but it can be higher if needed 
    See the answer's update */
    left: -100%;
    right: -100%;
    top: -100%;
    bottom: -100%;
	 background-color: rgba(0,0,0,0.25);
}
.hp .menu_grid .box IMG:hover {
}
	
.hp .menu_grid .box P {
	position: absolute;
	bottom: 0;
	width: 100%;
	color: White;
	font-size: 130%;
	font-weight: lighter;
	padding: .2em 1em;
	margin: 0;	
	background-color: rgba(0,0,0,0.25);
	text-shadow: 0px 0px 14px #000, 0px 0px 3.5px #aaa;
	font-size: 160%;
	/*font-weight: 300;*/
	text-align: left;
	display: inline;
	
}	
.hp .menu_grid .box:hover {
	background-color: rgba(0,0,0,0.55);
	-webkit-border-radius: 10px;
	-moz-border-radius:10px; 
	border-radius: 10px;
	/*box-shadow: 0px 0px 5px #a92415;*/
	/*box-shadow: 0px 0px 5px #f37417, 13px 10px 15px rgba(0,0,0,.3);*/
	box-shadow: 13px 10px 15px rgba(0,0,0,.3);
    -ms-transform: scale(1.05); /* IE 9 */
    -webkit-transform: scale(1.05); /* Safari */
    transform: scale(1.05);
    z-index: 2;
}

/* HP_BANNERY */
/* zobrazují se na všech stránkách => .bannery, ne .hp */


.bannery .menu_grid .box
{
    height: 130px;
}
.bannery .menu_grid .box IMG {

    /* For the following settings we set 100%, but it can be higher if needed 
    See the answer's update */
    left: -100%;
    right: -100%;
    top: -100%;
    bottom: -100%;
}
.bannery .menu_grid .box IMG:hover {
}
.bannery .menu_grid .box P {
	font-size: 100%;
	height: 30%;
	padding: .2em;
	margin: 0;
	background-color: rgba(0,0,0,0.5425);
	text-shadow: 0px 0px 14px #000, 0px 0px 3.5px #000;
}




/* HP_INFO */
.hp .info {
	 background-color: rgba(0,0,0,0.084);
	 /*
	 color: white;
	text-shadow: 0px 0px 14px #555, 0px 0px 3.5px #333;
	*/
	 color: #696969;
	/*text-shadow: .5px 0px .7px White, 0px 0px 1.7px White;*/
	text-shadow: .5px 0px 1px White;
    width: 100%;
    margin-bottom: 2em;
    padding: 2em 5em;
    -webkit-transition: all .5s; /* Safari */
    transition: all .5s;
}
@media (max-width: 768px) { 
	.hp .info {
    	margin-bottom: 2em;
    	padding: 1em 2em;
	}
}
@media (max-width: 470px) { 
	.hp .info {
    	padding: .3em 1em;
	}
}

.hp .info A
{
	color: #696969;
	border-bottom: 1px dashed #696969; /* dotted  */
	text-decoration: none;
}
.hp .info A:hover
{
	color: black;
	
}
.hp .info IMG {
    margin: 1.5em;
    /*padding: 2em 5em;*/
}
@media (max-width: 768px) { 
	.hp .info IMG {
    	margin: 0;
	}
}





/* button */
 
.button.green {
    color: #3e5706;
 
    background: #a5cd4e; /* Old browsers */
    background: -moz-linear-gradient(top,  #a5cd4e 0%, #6b8f1a 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a5cd4e), color-stop(100%,#6b8f1a)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #a5cd4e 0%,#6b8f1a 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #a5cd4e 0%,#6b8f1a 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #a5cd4e 0%,#6b8f1a 100%); /* IE10+ */
    background: linear-gradient(top,  #a5cd4e 0%,#6b8f1a 100%); /* W3C */
} 
.button.blue {
    color: #19667d;
 
    background: #70c9e3; /* Old browsers */
    background: -moz-linear-gradient(top,  #70c9e3 0%, #39a0be 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#70c9e3), color-stop(100%,#39a0be)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #70c9e3 0%,#39a0be 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #70c9e3 0%,#39a0be 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #70c9e3 0%,#39a0be 100%); /* IE10+ */
    background: linear-gradient(top,  #70c9e3 0%,#39a0be 100%); /* W3C */
}
.button.gray {
    color: #515151;
 
    background: #d3d3d3; /* Old browsers */
    background: -moz-linear-gradient(top,  #d3d3d3 0%, #8a8a8a 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d3d3d3), color-stop(100%,#8a8a8a)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #d3d3d3 0%,#8a8a8a 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #d3d3d3 0%,#8a8a8a 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #d3d3d3 0%,#8a8a8a 100%); /* IE10+ */
    background: linear-gradient(top,  #d3d3d3 0%,#8a8a8a 100%); /* W3C */
}


/* checkbox */
  
  .material-switch > input[type="checkbox"] {
    display: none;   
}

.material-switch > label {
    cursor: pointer;
    height: 0px;
    position: relative; 
    width: 40px;  
}

.material-switch > label::before {
    background: rgb(0, 0, 0);
    box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
    border-radius: 8px;
    content: '';
    height: 16px;
    margin-top: -8px;
    position:absolute;
    opacity: 0.3;
    transition: all 0.4s ease-in-out;
    width: 30px;
}
.material-switch > label::after {
    /*background: rgb(255, 255, 255);*/
    background-color: Silver;
    border-radius: 16px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    content: '';
    height: 20px;
    left: -4px;
    margin-top: -4px;
    position: absolute;
    top: -8px;
    transition: all 0.3s ease-in-out;
    width: 20px;
}
.material-switch > input[type="checkbox"]:checked + label::before {
    background: inherit;
    opacity: 0.5;
}
.material-switch > input[type="checkbox"]:checked + label::after {
    background: inherit;
    left: 10px;
}
.material-switch  {
    padding: .72em 0;
}


.alert {
	color: White !important;
	background-color: red;
	font-weight: bold;
	padding: 2em;
}
BLOCKQUOTE .button {
	margin: 1em 0;
	margin-right: auto;
	width: auto;
display: inline-block;
}

/* .uu_template.php */
/* .uu_menu_grid.php */
.novinka {
	color: White;
	background-color: Red;
	padding: .3em .7em;
	display: inline-block;
	/*letter-spacing: 1px;*/
	font-weight: bold;
	text-transform: uppercase;
}
/* .uu_menu_grid.php */
.menu_grid .novinka {
	z-index: auto;
	position: absolute;
	right: 0px;
}
/* .uu_menu_left.php */
.menu_left .novinka {
	position: absolute;
	padding: .1em .3em;
	letter-spacing: 1px;
	font-weight: normal;
	right: 5px;
	font-size: 70%;
}
/*
.balicky_item {
	padding: 3px;
	letter-spacing: 0;
	
}
.balicky_nazev {
	font-size: 100%;
	text-transform: uppercase;
}
*/

/*
@media (max-width: 1199px) { 
}
@media (max-width: 768px) { 
}
@media (max-width: 640px) { 
}
@media (max-width: 470px) { 
}
*/