@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Light.ttf');
    font-weight: lighter;
    font-style: normal;
}
body{
    margin: 0;
    padding: 0;
    font-family: 'Roboto';
}

#search_wrapper a h1{
    display: inline-block;
    font-size: 1.1em;
    position: relative;
    top: -1.6em;
    left: -1em;
}
dt.captcha {
background: no-repeat !important;
    margin-top: -20px;
}

dd.captcha input {
width: 200px !important;
}

#page{
    width: 600px;
}
#right-side{
    width: 320px
}
#right-side table table tbody tr:nth-child(1) td{
    line-height: 0;
}
h1, h2, h3, h4{
    font-family: 'Roboto';
    color: #5d5d5d;
}
.caption h2{
    color: white;
}
strong{
    font-weight: bold;
}
#homepage-table a,#homepage-table a:hover,#homepage-table a:focus,#homepage-table a:visited,
#menu ul.nav a,#menu ul.nav a:hover,#menu ul.nav a:focus,#menu ul.nav a:visited,
#right-side a,#right-side a:hover,#right-side a:focus,#right-side a:visited{
    color: #333 !important;
}
footer a,footer a:hover,footer a:focus,footer a:visited,
#lang_wrapper a,#lang_wrapper a:hover,#lang_wrapper a:focus,#lang_wrapper a:visited{
    color: white !important;
}
a, a:hover, a:focus, a:visited{
    color: #4986c9 ;
}
a{
    text-decoration: none;
}
a:hover{
    text-decoration: underline;
}
p{margin: 5px 0;}
article.item-page ul{
    list-style: none;
    padding-left: 10px;
    // list-style-image: url("../images/li.png");
}
article.item-page ul li{
    padding-left: 25px;
    background: url(../images/li.png) no-repeat 0 1px;
    font-size: 15px;
    vertical-align: top;
    line-height: 22px;
}
.content{
    width: 980px;
    margin: auto; 
}
.container{
    width: 920px;
    margin: auto; 
}
.pull-left{
    float: left;
}

.pull-right{
    float: right;
}
.clearfix{
    clear: both;
}
#lang_wrapper{
    height: 35px;
    background-color: #4986c9;
}
#lang_wrapper span{
    color: white;
    float: right;
    margin-right: 25px;
    line-height: 34px;
}
#lang_wrapper span a{
    text-decoration: none;
    color: white;
}
#lang_wrapper span a:hover{
    text-decoration: underline;
}
#search_wrapper{
    height: 70px;
}
#search_wrapper img{
    margin: 12.5px 25px;
}
#search_wrapper input{
    height: 30px;
    width: 220px;
    padding-left: 7px;
    border: none;
}
#search_wrapper i{
    line-height: 28px;
    margin: 0 15px 0 0;
    padding: 0 7px 2px 7px;
}
#search_wrapper input,
#search_wrapper i{
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #f8f8f8;
}
#slider{
    position: relative;
}
#slider .caption{
    position: absolute;
    z-index: 999;
    top: 60px;
    right: 30px;
    color: white;
    background-color: rgba(160,200,244,0.65);
    max-width: 375px;
}
#slider .caption h2{
    font-size: 32px;
    margin: 0;
    padding: 20px 25px;
}
#menu{
    position: relative;
    z-index: 9999;
    height: 90px;
    margin-top: -60px;
    background-color: white;
}
#menu > ul{
    line-height: 100px;
    list-style-type: none;
    padding: 0 10px;
} 
#menu > ul > li > ul{
    display: none;
    top: 85px;
    position: absolute;
    line-height: 10px;
    list-style-type: none;
    padding: 10px;
    max-width: 250px;
    background-color: white;
} 
#menu > ul > li ul li{
    line-height: 22px;
    margin: 0;
    padding: 0;
} 
#menu ul li{
    float: left;
    margin: 0 8px;
} 
#menu ul li a{
    color: black;
    text-decoration: none;
}
#menu ul li a:hover{
    text-decoration: underline;
}
#menu ul li img{
    vertical-align: middle;
    margin-right: 10px; 
} 
footer{
    background-color: #4986c9;
    padding: 35px;
}
footer table.unstyled-table tbody tr td{
    padding: 5px;
}
footer table.no-margin h3,
footer table.no-margin p,
footer table.no-margin a{
    margin: 0;
}
footer h3,
footer p,
footer a{
    color: white;
}
footer h3{
    font-weight: lighter;
    font-size: 18px;
}
footer p,
footer a{
    font-size: 16px;
}
footer h3{
    margin: 0;
}
.gcGalleryAlbumPrev{
    background-color: #fbfbfb;
    padding: 0px;
}
.photographyWrapper{
    padding: 10px;
}
.gcdcFilterYearBlockSelect{
    text-align: right;
    background-color: #e6e6e6;
    padding: 7px;
    margin-bottom: 20px;
}
.gcdcFilterYearBlockSelect select{
    width: 150px;
    height: 30px;
    padding: 5px;
    border: none;
    color: #888888;
}
.gcdcFilterYearBlockSelect select option[value="0"]{
    display: none;
}

table.styled-table{
    border-spacing: 1px;
    width: 100%;
}
table.styled-table tbody tr:nth-child(1) td{
    background-color: #e6e6e6 !important;
    color: black;
    text-align: left;
    font-size: 18px;
    padding: 10px 14px;  
}
table.styled-table tbody tr td{
    background-color: #f5f5f5 !important;
    padding: 10px 14px !important;  
}
table.styled-table tbody tr td h3{
    margin: 0;
}
table.unstyled-table{
    border-spacing: 0;
    width: 100%;
}
table.unstyled-table tbody tr td{
    background-color: transparent;
    padding: 10px 14px;  
}
table.clear-table{
    border-spacing: 0;
    width: 100%;
}
table.clear-table tbody tr td{
    background-color: transparent;
    padding: 0;  
}
table.clear-table tbody tr td h3{
    margin: 5px 0;
}
table.clear-table tbody tr td a{
    color: black;
}

/*** QLFORM ***/

.qlform fieldset {
    border: none;
}

.qlform fieldset dl dd{
    margin-left: 120px;
}

.qlform dt {
    background-color: #f1f1f1;
    width: 110px;
    float: left;
    line-height: 37px;
    padding-left: 10px;
}
.qlform dt.jform_dotaz{
    height: 170px;
}
.qlform dd.submit{
    float: right;
}

.qlform input[type="text"], .qlform input[type="email"], .qlform textarea {
    width: 450px;
    height: 17px;
    margin: 0.5px 1px;
    padding: 5px;
    border: 5px solid #e6e6e6;
}

.qlform textarea {
    height: 150px;
}

.qlform input.submit {
    background-color: #f1f1f1;
    border: 1px solid #f1f1f1;
    padding: 7px 25px;
}
#homepage-table{
    border-spacing: 0 10px;
}
#homepage-table tr td:nth-child(1),
#homepage-table tr td:nth-child(3){
    width: 220px;
}
#homepage-table tr td:nth-child(2),
#homepage-table tr td:nth-child(4){
    width: 200px;
}
#homepage-table tr td img{
    height: 100%;
    vertical-align: bottom;
}
.pagination ul {
    padding: 0;
    list-style-type: none;
}
.pagination ul li {
    padding-right: 10px;
    float: left;
}
#search_wrapper .search{
    float: right;
}
#search_wrapper .search button{
    height: 32px;
    width: 32px;
    display: block;
    border: none;
    float: right;
    margin: 20px 15px 20px 0;
    font-size: 0px;
    background: url(../images/searchButton.gif) #f8f8f8 no-repeat center center;
}
