/* HTML5 Boilerplate  */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
html, button, input, select, textarea { font-family: 'Open Sans', sans-serif; color: #222; }
body { margin: 0; font-size: 1em; line-height: 1.4; background:#D8D7D7; }

::-moz-selection { background: #00A7DF; color: #fff; text-shadow: none; }
::selection { background: #00A7DF; color: #fff; text-shadow: none; }

a { color: #00A7DF; }
a:visited { color: #00A7DF; }
a:hover { color: #010101; text-decoration: underline; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }
abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
button[disabled], input[disabled] { cursor: default; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; margin-bottom:w0px; }
td { vertical-align: top; }

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }

/* * * * * * */


@media screen {
/* HEADER */
body > header {
  background-color: #FFF;
}

body > header .shell {
  width: 960px;
  /*height: 163px;*/
  height: 145px;
  margin: 0 auto;
  position: relative;
}

body > header .shell #logo {
  position: absolute;
  left: -13px;
  top: 32px;
}

body > header .shell .slogan {
  position: absolute;
  left: 80px;
  top: 98px;
  font-size: 14px;
  color: #919191;
  font-weight: 600;
}

body > header .shell #menu {
  position: absolute;
  top: 60px;
  right: -5px;
  font-size: 14px;
  font-weight: 600;
}

.lt-ie9 body > header .shell #menu {
  font-weight: 400;
}

body > header .shell #menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

body > header .shell #menu ul:after,
body > header .shell #menu ul:before {
  content: "";
  float: left;
  width: 25px;
  height: 2px;
  background: url(../img/bg-menu-sep-1.png) no-repeat 0 0;
  margin: 10px 0 0 0 ;
}

body > header .shell #menu ul:after {
  background: url(../img/bg-menu-sep-1.png) no-repeat 100% 0;
}

body > header .shell #menu ul li {
  float: left;
}

.lt-ie8 body > header .shell #menu ul li {
  padding: 0 12px;
}

body > header .shell #menu ul li:before {
  content: "";
  float: left;
  width: 38px;
  height: 2px;
  background: url(../img/bg-menu-sep.png) no-repeat 50% 0;
  margin: 10px 0 0 0 ;
}

body > header .shell #menu ul li:first-child:before {
  display: none;
}

body > header .shell #menu ul li a {
  color: #666666;
  text-decoration: none;
}

body > header .shell #menu ul li.sel a {
  color: #000;
}

body > header .shell #menu ul li a:hover {
  color: #00A7DF;
  text-decoration: underline;
}
/* /HEADER */

/* OBSAH */
#main {
  background-color: #F8F8F8;
}

#main.home {
  background: url(../img/bg-home-light.png) #E9E9E9 no-repeat 50% 100%;
}

#main .shell {
  margin: 0 auto;
  width: 980px;
  padding-bottom:30px;
}

#main.home .shell {
  min-height:548px;
  width: 960px;
}

#main .text h2 {
  font-size: 30px;
  font-weight: 600;
  color: #333333;
  margin: 0;
  padding: 33px 0 17px 0;
  position: relative;
}

#main .text h2:after {
  content: "";
  width: 100%;
  position: absolute;
  bottom: 33px;
  left: 0;
  height: 2px;
  background-color: #FFF;
  display: block;
}

#main .text h2 span {
  padding-right: 20px;
  position: relative;
  z-index: 100;
  background-color: #F8F8F8;
}

#main .text p {
  font-size: 14px;
  line-height: 18px;
  color: #333333;
  margin: 0;
  padding: 0 0 18px 0;
}

#main .text ul {
  font-size: 14px;
  margin: 0;
  padding: 0 0 10px 38px;
}

#main .text ul li {
  line-height: 30px;
}

#main .text .image {
  float: right;
  margin-left: 60px;
}

#main .text .image a {
  border: 2px solid #D8D7D7;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  display: block;
}

#main .text .image a:hover {
  border: 2px solid #11ACE1;
}

#main .text table {
  font-size: 14px;
  width: 540px;
  /*margin: 0 0 43px 24px;*/
}

#main .text table thead th {
  text-align: left;
  font-weight: normal;
  border-bottom: 1px solid #DADADA;
  line-height: 30px;
}

#main .text table tbody td {
  line-height: 30px;
  padding-right: 20px;
}

#main .text table tbody td:last-child {
  padding-right: 0;
}

#main .text form {
  /*padding: 0 0 53px 24px;*/
}

#main .text form input.text {
  width: 173px;
  padding: 0 10px;
  font-size: 15px;
  color: #D8D7D7;
  border: 2px solid #D8D7D7;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  line-height: 35px;
  height: 35px;
  margin: 0 15px 0 0;
}

#main .text form input.text:focus {
  border-color:#666666;
  color: #000000;
}

.button {
  height: 43px;
  line-height: 43px;
  border: 0;
  padding: 0 12px;
  background-color: #00A7DF;
  color: #FFF;
  font-size: 16px;
  font-weight: 600;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 5px 0px rgba(0,0,0,0.07);
  -moz-box-shadow:    0px 5px 0px rgba(0,0,0,0.07);
  box-shadow:         0px 5px 0px rgba(0,0,0,0.07);
  text-decoration: none;
  display: inline-block;
  position: relative;
  -webkit-transition:all .3s linear;  
  -moz-transition:all .3s linear;  
  -o-transition:all .3s linear;  
  -ms-transition:all .3s linear;  
  transition:all .3s linear;  
}

.button.download:before {
  content:"";
  width: 18px;
  height: 11px;
  display: block;
  position: absolute;
  top: -6px;
  left: 50%;
  margin-left: -9px;
  background: url(../img/bg-button-download.png) no-repeat 0 -11px;
  -webkit-transition:all .3s linear;  
  -moz-transition:all .3s linear;  
  -o-transition:all .3s linear;  
  -ms-transition:all .3s linear;  
  transition:all .3s linear;  
}

.button.download:hover:before {
  background: url(../img/bg-button-download.png) no-repeat 0 0;
  top: -4px;
}

.button:visited {
  color: #FFF;
}

.button:hover {
  background-color: #373737;
  color: #FFF;
  text-decoration: none;
}
/* /OBSAH */

/* OBSAH - HOME */

#home_speedbars {
  margin: 0;
  padding: 0px;
  width: 370px;
  height: 278px;
  float: left;
  background: url(../img/img-speedbars.png);
}

#home_text {
  padding: 25px;
  margin: -48px -5px 20px 0;
  width: 545px;
  float: right;
  background: url(../img/bg-home-text.png) #E9E9E9 no-repeat 490px -15px;
}

#home_text h1 {
  margin: 0;
  padding: 0 0 20px 0;
  color: #00A7DF;
  font-weight: 600;
  font-size: 27px;
  line-height: 34px;
}

#home_text h1 strong {
  font-weight: 600;
  font-size: 41px;
  color: #333333;
}

#home_text p {
  line-height: 20px;
  font-size: 14px;
  color: #333333;
  margin: 0;
  padding: 0 0 40px 0;
}

#home_text ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#home_text ul li {
  float: left;
  margin: 0 20px 0 0;
}

#home_boxes {
  clear: both;
  padding: 0 0 88px 0;
}

#home_boxes .home_box {
  float: left;
  width: 238px;
  border: 2px solid #C6C6C6;
  background-color: #F5F5F5;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  margin-left: 57px;
  padding: 20px;
  position: relative;
  top: 20px;
  -webkit-transition:all .3s linear;  
  -moz-transition:all .3s linear;  
  -o-transition:all .3s linear;  
  -ms-transition:all .3s linear;  
  transition:all .3s linear;  
}

#home_boxes .home_box:hover {
  top: 0px;
}

#home_boxes .home_box:after {
  content: "";
  width: 23px;
  height: 22px;
  display: block;
  position: absolute;
  bottom: -22px;
  right: 27px;
  background: url(../img/bg-home-box.png) no-repeat 0 0;
}

#home_boxes .home_box h2 {
  font-size: 18px;
  font-weight: 600;
  color: #00A7DF;
  margin: 0;
  padding: 0 0 15px 0;
}

#home_boxes .home_box p {
  font-size: 13px;
  color: #333333;
  margin: 0;
  padding: 0;
  line-height: 18px;
}

#home_boxes .home_box:first-child {
  margin-left: 0;
}

#benchmark_container h3 {
  margin-bottom: 6px;
}

#benchmark_container h3 span {
  background-color:#E9E9E9;
  color: #00A7DF;
  padding: 12px;
}

#benchmark_container .chart_container {
  overflow:hidden;
  margin-bottom: 50px;
}

#benchmark_container .chart_container img {
  border: 0;
  margin: 0;
  padding: 0;
  float: left;
}

#license_boxes {
  clear: both;
  padding: 0 0 388px 0;

}

#license_boxes .license_box {
  float: left;
  width: 375px;
  height: 350px;
  border: 2px solid #C6C6C6;
  background-color: #F0FFF0;
/*  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;*/
  border-radius: 6px;
  margin-left: 82px;
  padding: 15px;
  position: relative;
  top: 10px;
/*  -webkit-transition:all .3s linear;
  -moz-transition:all .3s linear;
  -o-transition:all .3s linear;
  -ms-transition:all .3s linear;
  transition:all .3s linear;*/
}

#license_boxes .license_box:hover {
  /*top: -10px;*/
}

#license_boxes .license_box:after {
/*  content: "";
  width: 23px;
  height: 22px;
  display: block;
  position: absolute;
  bottom: -22px;
  right: 27px;
  background: url(../img/bg-home-box.png) no-repeat 0 0;*/
}

#license_boxes .license_box h3 {
  font-size: 18px;
  /*font-weight: 600;*/
  color: #00A7DF;
  margin: -10px;
  padding: 10px 0 0 0;
  text-align: center;
}

#license_boxes .license_box p {
  font-size: 13px;
  color: #333333;
  margin: 10px;
  padding: 0;
  line-height: 18px;
}

#license_boxes .license_box ul li {
  font-size: 13px;
  color: #333333;
  margin: 0;
  padding: 4px;
  line-height: normal;
}

#license_boxes .license_box:first-child {
  margin-left: 40px;
}

/* /OBSAH - HOME */

/* FOOTER */
body > footer {
  clear: both;
}

body > footer .shell {
  width: 960px;
  margin: 0 auto;
  height: 100px;
  position: relative;
  border-top: 2px solid #B2B1B1;
  /*background: url(../img/bg-footer-logo.png) no-repeat 100% 16px;*/
}

body > footer .shell .copyright {
  font-size: 12px;
  color: #666666;
  display: block;
  margin: 10px 0 0 0;
}

body > footer .shell .copyright a {
  color: #666666;  
}

body > footer .shell .copyright a:hover {
  color: #000;  
}

}
/* /FOOTER */

/* * * * * * */

@media only screen and (min-width: 35em) {
  

}

.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } 
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; } 
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } 
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
  body > footer,
  body > header {
    display: none;
  }
}

/* skryvame se pred BOTy */
.antibotka{
		display:none;
}