/* ============== FONT FACE ============== */
  
  
  @font-face {
      font-family: 'CamboRegular';
      src: url('../webfonts/Cambo-Regular-webfont.eot');
      src: url('../webfonts/Cambo-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('../webfonts/Cambo-Regular-webfont.woff') format('woff'), url('../webfonts/Cambo-Regular-webfont.ttf') format('truetype'), url('../webfonts/Cambo-Regular-webfont.svg#CamboRegular') format('svg');
      font-weight: normal;
      font-style: normal;
  }
  @font-face {
      font-family: 'WebSymbolsRegular';
      src: url('../webfonts/websymbols-regular-webfont.eot');
      src: url('../webfonts/websymbols-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../webfonts/websymbols-regular-webfont.woff') format('woff'), url('../webfonts/websymbols-regular-webfont.ttf') format('truetype'), url('../webfonts/websymbols-regular-webfont.svg#WebSymbolsRegular') format('svg');
      font-weight: normal;
      font-style: normal;
  }

  @font-face {
	font-family: 'museo700regular';
	src: url('../webfonts/museo700regular.eot');
	src: local('../webfonts/museo700regular'), url('../webfonts/museo700regular.woff') format('woff'), url('../webfonts/museo700regular.ttf') format('truetype');
}
/* use this class to attach this font to any element i.e. <p class="fontsforweb_fontid_14464">Text with this font applied</p> */
.fontsforweb_fontid_14464 {
	font-family: 'museo700regular' !important;
}


/* ============== NADPISY ============== */


h1{
font-size: 25px;
z-index: 5555;
font-family: 'museo700regular';
border-bottom: 1px dotted silver;
line-height: 35px;
margin: 0 0 25px 0;
padding-bottom: 5px;
}

h2{
font-size: 25px;
font-family: 'museo700regular';
line-height: 35px;
margin: 25px 0px 10px 0px;
}

h3{
font-size: 20px;
font-family: arial;
line-height: 30px; 
margin: 20px 0px 0px 0px;
}

h4{
font-size: 16px;
font-family: arial;
font-weight: bold; 
margin-bottom: -10px;
}

h5 {
font-size: 16px;
line-height: 20px;
font-weight: bold;
margin-bottom: 5px;
}

h6 {
font-size: 14px;
line-height: 20px;
font-weight: underline;
font-weight: bold;
}

/* ODSTAVCE */
.content p {margin: 10px 0px 10px 0px;}

/*ODKAZY */
a, a:link, a:visited, a:active{color: #FF5900; text-decoration: underline; font-weight: bold;}
a:hover{ color: black; text-decoration: underline;} 

hr{
width: 100%;
}



/* LIST STYLES
-------------------------------------------- */
.content ul, .content ol, .content dl {}
.content ul { margin: 0px 0px 25px 20px;}
.content li { list-style-type: disc; }
.content li {}



/* TABLE STYLES
-------------------------------------------- */
.content table {
    border-collapse: collapse; /* borders are collapsed into a single border when possible */
    border: 1px solid #d4d4d4;
    border-spacing: 0; /* The border-spacing property sets the distance between the borders of adjacent cells - acts as a backup to border-collapse: collapse */
    margin: 0 0 10px;
    text-align: left;
}
  .content table tr:nth-child(even) {
      background-color: #ededed
  }
  .content table tr.even,
  .content table th,
  .content thead td {
      background-color: #ededed
  }
  .content table td,
  .content table th {
      padding: 2px 5px;
      border: 1px solid #d4d4d4;
      vertical-align: top;
  }
  .content table th {
      font-weight: bold;
  }


/* WYSIWYG EDITOR ALIGNMENT CLASSES 
-------------------------------------------- */
.content .left {
    text-align: left
}
.content .center {
    text-align: center
}
.content .right {
    text-align: right
}


/* IMAGES 
-------------------------------------------- */
.content img {
    height: auto; /* resets the image height so that it maintains its aspect ratio when width is set */
    background: transparent url(../images/ajax-loader.gif) no-repeat center center;
}
.content img.left {
    float: left;
    max-width: 50%;
    margin: 5px 20px 10px 0;
}
.content img.right {
    float: right;
    max-width: 50%; /* Responsive width */
    margin: 5px 0 10px 20px;
}
.content img.leftAlone {
    float: left;
    margin-right: 100%;
    margin-bottom: 10px;
    clear: both;
}
.content img.center {
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 10px;
    clear: both;
}
.content .captionImage { width: 100%; margin-top: 5px; }
.content .captionImage img { margin: 0; }
  .content .captionImage.left {
    float: left;
    margin: 5px 30px 20px 0px;
  }
  .content .captionImage.right{
    float: right;
    margin: 5px 0 20px 30px;
  }
  .content .captionImage.left[style],
  .content .captionImage.right[style] {
    max-width: 50%; /* Overides core width to make responsive */
  }
  .content .captionImage.left img,
  .content .captionImage.right img {
    float: none;
    max-width: none;
    width: 100%;
  }
  .content .captionImage.left img {
    margin-right: -10px;
  }
  .content .captionImage.right img {
    margin-left: -10px;
  }
  .content .captionImage.right p {
    margin-left: -10px;
    text-align: left;
    margin-left: -10px;
  }
.content .captionImage.leftAlone{
  float:none;
  margin: 0 20px 20px 0px;
}
.content .captionImage.center{
  margin: 0 auto 20px;
}
.content .captionImage p {
  clear: both;
  margin: 5px 0;
  font-style: italic;
  color: #888;
}


/* BLOCKQUOTES
-------------------------------------------- */
.content blockquote {
  background: transparent url(../images/blockquote.png) no-repeat 0px 6px;
  font-family: "CamboRegular", Georgia, "Times New Roman", Times, serif;
  color: #777;
  display: block;
  font-style: italic;
  margin: 0 0 20px;
  float: right;
  text-indent: 30px;
  width: 50%;
  margin-left: 5%;
  clear: both;
}
.content blockquote p {
  font-size: 17px;
  line-height: 25px;
}
.content pre {
  background: #F7F7F7;
  border: 1px solid #E4E4E4;
  font-family: Courier, monospace;
  margin: 0 0 20px 0;
  padding: 15px;
  clear: both;
}

/* ADDRESS
-------------------------------------------- */
address {
  display: block;
  margin-bottom: 20px;
}





/* SRAČKY */

  .typography .intro {
      font-family: "CamboRegular", Georgia, "Times New Roman", Times, serif;
      font-size: 22px;
      line-height: 32px;
      margin-bottom: 20px;
  }
  
  
  ::selection,
::-moz-selection { /* Applies style to highlighted portion of a page */
    background: #b80000;
    color: #fff;
    text-shadow: none;
}