
/****************************************/
/*              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, 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;
  -webkit-print-color-adjust:exact;
}
ul {
	list-style:none;
}
table {
	border-collapse:separate;
	border-spacing:0;
}
caption, th, td {
	text-align:left;
}
.clear {
	clear: both;
}
.clear.big {
	padding-bottom: 20px;
}
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.center {
  text-align: center;
}
 .clearfix {
	display:inline-block;
}
* html .clearfix {
	height:1%;
}
.clearfix {
	display:block;
}
*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 0; margin: 0; }
html{
	height: 100%;
}
html {
	-webkit-text-size-adjust: 100%;
	font: 400 100%/1.65 serif; /* base font size 18px with 1.65 line-height */
}
body {
  font-family: 'montserratregular', Tahoma, Arial, sans-serif;
  line-height: 1.4em; 
  font-size: 1em; 
  color: #737373; 
  overflow-x: hidden;
  background: #fff;
  position: relative;
}
div#mm-page, .mm-page-container { 
  float: left;
  width: 100%;
  min-height: 100vh;
  position: relative;
  z-index: 1;
  padding:0; margin:0; 
}
body {
	word-wrap: break-word;
}
.section {
	width: 100%;
}
.full_width {
	width: 100%; 
  margin-bottom: 20px;  
}
sub {
  vertical-align: sub;
  font-size: smaller;
}
.wrap {
  position: relative;
  max-width: 1200px;
  padding: 0px 20px 0px 20px;  
  margin: 0 auto;      
}
::selection {
    background: #fefac7; 
    color: #555555;
}
::-moz-selection {
    background: #fefac7; 
    color: #555555;
}
section {
	z-index: 99; position: relative;
}
section, footer {
	padding: 0px 0px 0px 0px;
}
section {
  width: 100%;
  margin: 0px auto 0px auto;
}


/*-----------------------------------------------------------------------------------*/
/*	TOP & HEADER
/*-----------------------------------------------------------------------------------*/
header {
  position: absolute;
  top: 0; 
  left: 0;
  width: 100%;
  height: 143px;
  padding: 0;
  background: #fff url('../../images/bgr-top.png') top left repeat-x;
  z-index: 1000;
}
header * {
  margin-bottom: 0 !important;
}
header div.wrap {
  position: relative;
  max-width: 1200px;
  padding: 0px 0px 0px 0px;
}

#logo {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 274px;
  height: 192px;
  margin: 0px 0px 0px 0px;
  background: url('../../images/logo.png') top center no-repeat;
  z-index: 5000;
}
#logo a  {
  float: left;
  width: 235px;
  height: 155px;
  margin: 0px 0px 0px 20px;
}
#logo span {
  position: relative;
  left: -9000px;
}

div#topinfo {
  float: right;
  width: 60%;
  height: 44px;
  margin: 20px 0px 0px 0px;
}
div#topinfo div {
  float: right;  
}
div#topinfo div.tel {
  margin: 0px 20px 0px 0px;
  padding: 0px 54px 0px 0px;
}
div#topinfo div.esh {
  margin: 0px 60px 0px 0px;
  padding: 0px 54px 0px 0px;
}
div#topinfo div div.ico {
  float: left;
  width: 44px;
  height: 44px;
  background: #fff;
  border-radius: 25px;
  border: 2px solid #00adef;  
  color: #c9191f;
  line-height: 40px;
  text-align: center;
  margin-right: 10px;
}
div#topinfo div.tel div.ico {
  font-size: 1.5em;
}
div#topinfo div.esh div.ico {
  font-size: 1.3em;
}
div#topinfo div p {
  font-size: 1.0em;
  color: #00adef;  
  font-family: 'montserratextrabold_italic', Tahoma, Arial, sans-serif;
  text-align: left;
  white-space: nowrap;
  line-height: 1.0em;
  padding: 0px 0px 0px 0px;
  text-transform: uppercase;
}
div#topinfo div h3 {
  color: #00adef;  
  font-family: 'montserratextrabold_italic', Tahoma, Arial, sans-serif;
  text-align: left;
  font-size: 1.6em;
  white-space: nowrap;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}
div#topinfo div a:hover {
  color: #00adef;  
}
div#topinfo div a:hover {
  text-decoration: none;
}
div#topinfo div a:hover h3, div#topinfo div a:hover p {
  color: #c9191f;
  text-decoration: none;
}

/*-----------------------------------------------------------------------------------*/
/*	HLAVNI MENU
/*-----------------------------------------------------------------------------------*/
nav#mainmenu {
  float: right;
  width: auto;
  padding: 0px 0px 0px 5px;
  margin: 10px 0px 0px 0px;
  height: 40px;
}
nav#mainmenu ul.menu {
  float: left;
  height: 40px;
  list-style: none;
}
nav#mainmenu ul.menu li {
  float: left;
  height: 30px;
  margin: 7px 0px 0px 0px;
  padding: 0px 15px 0px 15px;  
}
nav#mainmenu ul.menu li a {
  float: left;
  height: 34px;
  font-size: 1.1em; 
  font-family: 'montserratextrabold_italic', Tahoma, Arial, sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  color: #c9191f;
  line-height: 34px;
}
nav#mainmenu ul.menu li a.active {
  text-decoration: none;
  color: #00aeef;  
}
nav#mainmenu ul.menu li a:hover {
  text-decoration: none;
  color: #00aeef; 
}
div#slidemenu {
  display: none;
}

 
/*-----------------------------------------------------------------------------------*/
/*	SLIDER
/*-----------------------------------------------------------------------------------*/
div#slideshow { 
  position: relative;
  float: left;
  width: 100%;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  overflow: hidden;  
}
div#slideshow.hp  {
  height: 600px;  
}
.intro_video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1000;
}
.intro_video video {
  position:absolute;
  top: 0;
  left: 0;
  width: 100%;
}
div.video_color {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  background: #c9191f;
  opacity: 0.7;
  z-index: -500;
}
div#slideshow.sp {
  height: 150px;
  background: url('../../images/bgr-slider.jpg') center center no-repeat;
  background-color: #c9191f;  
}
div#slideshow .wrap {
  position: relative;
  height: 100%;
  max-width: 1200px;
  padding: 0px 0px 0px 0px;  
}
#slideshow .col60 {
  z-index: 2000;
}
#slideshow .wrap .col60 h2 {
  float: left;
  width: 100%;
  font-size: 3em;
  line-height: 1.2em;
  font-family: 'montserratextrabold', Tahoma, Arial, sans-serif;
  color: #fff;
  padding: 30px 0px 0px 0px;
  margin: 170px 0px 0px 20px;
  background: url('../../images/bgr-hdr-slider.png') top left no-repeat;
}
#slideshow .wrap .col60 p {
  float: left;
  font-size: 1.0em;
  color: #fff;
  font-family: 'montserratmedium', Tahoma, Arial, sans-serif;
  padding: 0px 0px 0px 20px;
  margin: 20px 0px 0px 0px;
}
div.slider p a.btn {
  padding: 10px 15px 10px 15px;   
  line-height: 40px;      
}
p.btncont {
  padding: 20px 0px 0px 0px; 
}
.btn {
  padding: 10px 15px 10px 15px;   
  color: #fff; 
  font-family: 'montserratextrabold_italic', Tahoma, Arial, sans-serif;
  font-size: 0.85em;
  text-decoration: none;
  text-transform: uppercase;  
  border-radius: 22px;
  background: transparent;
}
/*.btn.light i {
  margin-left: 80px;
  color: #24b258;  
}
.btn.light {
  color: #fff;
  background: transparent;
  border: 2px solid #fff;
}
.btn.light:hover {
  color: #24b258;
  background: #fff;
  text-decoration: none;
}*/
button {
  padding: 0px; margin:0px;
  border: none;
  cursor: pointer;
}
.btn.dark i {
  margin-left: 80px;
  color: #909090;  
}
.btn.dark {  
  color: #fff;
  background: #00afed;
  border: 2px solid #00afed;  
}
.btn.dark:hover {
  color: #00afed;
  background: transparent;
  border: 2px solid #00afed;
  text-decoration: none;
}
.btnsml {
  padding: 5px 0px 5px 0px;   
  color: #fff; 
  font-family: 'montserratextrabold', Tahoma, Arial, sans-serif;
  font-size: 0.95em;
  text-decoration: none;
  text-transform: uppercase;    
}
.btnsml {
  color: #24b258;
}
.btnsml i {
  margin-left: 10px;
  color: #909090;  
}

/*-----------------------------------------------------------------------------------*/
/*	SEKCE A SLOUPCE
/*-----------------------------------------------------------------------------------*/
div.norm {
  float: left;
  width: 100%;
  padding: 0px 0px 0px 0px;
  margin: 50px 0px 50px 0px;
}
div#home.hp {
  position: relative;
  width: 100%;
}
div#home.hp {
  margin: 760px 0px 50px 0px;
}
div#spage.sp {
  margin: 290px 0px 30px 0px;
  //min-height: 450px;
}
div#home .wrap {
  position: relative;
  max-width: 1200px;
  padding: 0px 20px 0px 20px;  
  margin: 0 auto;       
}
div.hpvid {
  float: left;
}
div.hptxt {
  float: right;
}





/*-----------------------------------------------------------------------------------*/
/*	FOOTER
/*-----------------------------------------------------------------------------------*/
div#footer {
  position: relative;
  float: left;
  width: 100%;
  color: #fff;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  background: #c91920 url('../../images/bgr-footer.png') center left repeat-x;           
}
div#footer div.wrap {
  padding: 0px 0px 0px 0px;
}
div.info {
  float: left;
  width: 100%;
  margin: 30px 0px 20px 0px;
}
div.info div.col33 { 
  text-align: center;
  border-right: 1px solid #760005;
  border-left: 1px solid #ff4d4d;
}
div.info div.col33:last-child {
  border-right: 0px solid #42434d;
}
div.info div.col33:first-child {
  border-left: 0px solid #42434d;
}
div.info div.col33 i {
  width: 100%;
  color: #00aeef; 
  font-size: 1.8em;
  padding: 0px 0px 10px 0px;
}
div.info div.col33 p {
  padding: 0px 0px 0px 0px;
}
div.copy {
  float: left;
  width: 100%;
  margin: 15px 0px 0px 0px;
  font-size: 0.9em;
  text-align: center;
  background: #181921;
}
div.copy p {
  padding: 0px 10px 0px 10px;
}
div.copy a {
  color: #00aeef;
}
div.copy a:hover {
  color: #fff;
}