/* @import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700,300italic,400italic);  */
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700,700italic,400italic,300italic,300&subset=latin,latin-ext);

::selection {
    background: #009FE3; /* Safari */
    color: #191816;
}
::-moz-selection {
    background: #009FE3; /* Firefox #df4f42*/
    color: #191816;
}
* {margin: 0; padding: 0;}
body {
    font-size: 62.5%;
    font-family: 'Source Sans Pro', sans-serif;
    text-align: center;
    padding: 0;
    margin:0;
    background-color: #191816;
    background-repeat: no-repeat;
    background-position: left 50px;
}
#content{
    margin-top: 100px;
}
.textCenter{
    text-align: center;
}
body.background_hp{
    background-image: url("/img/hp_bg.jpg");
    background-position: center -95px;
    background-color: #000000;
}
body.bg_1{
    background-image: url("/img/pagebg_1.jpg");
}
body.bg_2{
    background-image: url("/img/pagebg_2.jpg");
}
body.bg_3{
    background-image: url("/img/pagebg_3.jpg");
}
body.bg_4{
    background-image: url("/img/pagebg_4.jpg");
}
.cleaner{
    clear: both;
}
#ajax-spinner {
    margin: 15px 0 0 15px;
    padding: 13px;
    background: white url('../images/spinner.gif') no-repeat 50% 50%;
    font-size: 0;
    z-index: 123456;
    display: none;
}
.center{
    margin: 0 auto;
    text-align: left;
    position: relative;
    width: 1092px;
}
.topMenu{
    position: absolute;
    right: 80px;
    top: 0px;
    list-style: none;
}
.topMenu li{
    float: left;
    margin-left: 30px;
}
.topMenu li a{
    font-weight: normal;
    color: #cccccc;
    text-decoration: none;
    text-transform: uppercase;
    padding: 16px 0;
    display: block;
    font-size: 120%;
    letter-spacing: 2px;
}
.topMenu li.active a,
.topMenu li a:hover{
    border-bottom: 5px #009fe3 solid;
    color: #ffffff;
}
#subMenu{
    background-color: rgba(255,255,255,0.1);
    height: 50px;
    overflow: visible;
    position: absolute;
    top: 50px;
    left:0;
    right:0;
    z-index: 2;
}
#subMenu ul{
    position: absolute;
    right: 0px;
    top: 0px;
    list-style: none;
}
#subMenu ul li{
    float: left;
    margin-left: 35px;
}
#subMenu li a{
    font-weight: 300;
    color: #ffffff;
    letter-spacing: 2px;
    text-decoration: none;
    text-transform: uppercase;
    padding: 16px 0;
    display: block;
    font-size: 120%;
}
#subMenu li a:hover{
    border-bottom: 5px solid #009FE3;
}
.logo{
    background-image: url("/img/logo.png");
    background-repeat: no-repeat;
    text-decoration: none;
    margin-top: 16px;
    margin-left: 20px;
    display: inline-block;
    width: 198px;
    height: 21px;
}
.vlajecky{
    display: inline-block;
    margin-top: 16px;
    position: absolute;
    top:0; 
    right:0;
}
.vlajecky .cz{
    background-image: url("/img/vlajky.png");
    background-position: 0 0;
    opacity: 0.5;
    display: inline-block;
    width: 25px;
    height: 20px;
}
.vlajecky .en{
    background-image: url("/img/vlajky.png");
    background-position: 26px 0;
    opacity: 0.5;
    display: inline-block;
    width: 25px;
    height: 20px;
}
.vlajecky .en.active,
.vlajecky .cz.active,
.vlajecky a:hover{
    opacity: 1;
}
#header{
    background-color: #030202;
    height: 50px;
    overflow: visible;
    position: absolute;
    top: 0px;
    left:0;
    right:0;
}
.homepage h1{
    color: #ffffcc;
    font-size: 582%;
    font-weight: 300;
    font-style: italic;
    margin: 105px 20px 0px;
}
.homepage ul{
    display: block;
    margin: 50px 50px 40px;
}
.homepage ul li a{
    font-weight: 300;
    font-style: italic;
    font-size: 331%;
    color: #ffffff;
    text-decoration: none;
}
.homepage ul li a:hover{
    text-decoration: none;
}
.homepage ul li{
    list-style: none;
    padding-left: 5px;
    list-style-image: url("/img/list_image.png");
}
.motto{
    margin-top: 100px;
    margin-bottom: 30px;
    background-image: url('/img/prechod_hp.png');
    background-repeat: repeat-y;
    background-position: top right;
}
.motto p{
    text-align: right;
    font-weight: 300;
    font-style: italic;
    font-size: 220%;
    line-height: 172%;
    color: #ffffff;
    text-shadow: 1px 1px #000000;
    padding: 10px 0;
}
.paticka{
    padding: 20px 0;
    text-align: center;
}
body.background_hp .paticka{
    background-color: rgba(0, 0, 0, 0.6);
}
.paticka ul{
    text-align: center;
    margin: 0;
    padding: 0;
}
.paticka ul li{
    display: inline-block;
    font-size: 140%;
    font-weight: 300;
    color: #ffffff;
    border-left: 1px white solid;
    margin-left: 20px;
    padding-left: 20px;
}
.paticka ul li.first{
    border: none;
    margin-left: 0px;
    padding-left: 0px;
}
.paticka ul li a{
    color: #ffffff;
    text-decoration: none;
}
.paticka ul li a:hover{
    color: #ffffff;
    text-decoration: underline;
}
.noBackground{
    background: none
}
.pagePane{
    margin-bottom: 15px;
    position: relative;
}
.pagePane .paneContent{
    background-color: #ffffff;
    border: 1px black solid;
    padding: 50px 50px 30px;
}
.paneContent{
    font-weight: normal;
    color: #626262;
    font-size: 170%;    
    line-height: 165%;
    -webkit-border-top-left-radius: 15px;
    -webkit-border-top-right-radius: 15px;
    -moz-border-radius-topleft: 15px;
    -moz-border-radius-topright: 15px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.pagePane.first .paneContent{
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border: 0;
}
.paneContent a{
    color: #009fe3;
    text-decoration: underline;
}
.paneContent strong,
.paneContent b{
    color: black;
    font-weight: 700;
}
.paneContent h1{
    font-weight: 300;
    color: #009fe3;
    font-size: 342%;
    padding: 25px 0 40px;
    margin: 0;
    text-align: center;
}
.paneContent p{
    margin: 0 0 25px
}
.paneContent ul{
    display: block;
    margin: 0 0 25px 80px;
}
.paneContent ul ul{
    display: block;
    margin: 25px 0 25px 80px;
}
.paneContent li{
    list-style: none;
    list-style-image: url("/img/pane_ul.jpg");    
    margin-bottom: 10px;
    padding-left: 10px;
}
.pagePane .paneFooter{
    background-color: #404040;
    -webkit-border-bottom-right-radius: 15px;
    -webkit-border-bottom-left-radius: 15px;
    -moz-border-radius-bottomright: 15px;
    -moz-border-radius-bottomleft: 15px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    border: 1px black solid;
    color: #ffffff;
    font-size: 170%;
    font-style: italic;
    font-weight: 300;
    padding: 15px 50px;
    padding-left: 80px;
    background-image: url("/img/lupa.png");
    background-repeat: no-repeat;    
    background-position: 30px center;
    min-height: 21px;
}
.pagePane a{
    color: #009fe3;
    text-decoration: underline;
}
.pagePane .upAnchor{
    display: block;
    width: 60px;
    height: 50px;
    position: absolute;
    top: 25px;
    right: 35px;
    background-image: url("/img/nahoru.jpg");
}
.pagePane.first .upAnchor{
    display: none;
}
.paneContent h2{
    color: black;
    font-weight: 700;
    font-size: 112%;
    margin: 0 0 25px;
}
#eu_icon{
    background-image: url("/img/eu.png");
    background-repeat: no-repeat;
    background-position: center center;
    display: inline-block;
    width: 1062px;
    height: 91px;
    margin-top: 20px;
}
.hide{
    display: none;
}
.formular{
    margin: 0 135px;
}
.formular td{
    vertical-align: top;
    padding: 7px 25px
}
.formular .zaskrtavani label{
    margin-left: 10px;
}
.formular input[type="checkbox"],
.formular input[type="radio"]{
    margin-right: 10px;
}
.formular input[type="email"],
.formular input[type="text"]{
    font-family: 'Source Sans Pro', sans-serif;
    padding: 9px 23px;
    border: 1px solid #ABABAB;
    background-color: #F3F3F3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    width: 250px;

}
.formular textarea{
    font-family: 'Source Sans Pro', sans-serif;
    padding: 15px;
    border: 1px solid #ABABAB;
    background-color: #F3F3F3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    width: 450px;
    height: 150px;
}
.btn{
    background-color: #009FE3;
    color: white;
    padding: 9px 23px;
    border: 1px #404040 solid;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-transform: uppercase;
    cursor: pointer;
}
.formular .odeslat{
}
ul.errors li{
    background-color: red;
    color: white;
}
.prehled{
    width: 100%;
    border-collapse: collapse;
}
.prehled td{
    padding: 5px 20px;
    vertical-align: top;
    border-bottom: 1px #404040 solid;
}
.prehled tr:first-child td{
    border-top: 1px #404040 solid;
}
.prehled td.prvni{
    background-color: #EDEDED;
    font-weight: 700;
}
.imageFotky{
    float: right;
    margin-left: 15px;
    margin-bottom: 15px;
    margin-top: 5px;
}
.zarove_strikani{
    width: 85%;
    margin: 0 auto 40px;
}
.zarove_strikani td{
    padding: 6px 10px;
    border: 1px white solid;
    background-color: #ececec;
    vertical-align: top;
    color: #000000;
    font-size: 90%;
}
.zarove_strikani tr td:last-child{
    text-align: center;
}
.zarove_strikani thead td{
    background-color: #009fe3;
    color: white;
    font-weight: 700;
    font-size: 105%;
}
.zarove_strikani tbody td.first{
    background-color: #d0d0d0;
    font-weight: 700;
}
