.clanok {margin-top:-40px !important}
body{
    font-size:14px !important;
    color:#000000 !important;
    font-family:Roboto !important;
    line-height:22px !important;
}
h1{
    font-size:36px !important;
    color:#dd3b52 !important;
    font-family:PretoSans_Bold !important;
    line-height:40px !important;
}
h2{
    font-size:22px !important;
    color:#50798f !important;
    font-family:Roboto !important;
    line-height:24px !important;
}
h3{
    font-size:14px !important;
    color:#000000 !important;
    font-family:Roboto !important;
    line-height:16px !important;
}
html body div * {    font-family:Roboto !important;font-weight:300;}
a{
    color:black;
    text-decoration:underline;
}
a:link {
    color:#50798f;
}
a:visited {
    color:#50798f;
}
a:hover {
    text-decoration:none;
}
a:active {
    color:#0000FF;
}
#topmenubox{
    z-index:9999;
}
blockquote{
    padding:4px 0px 4px 20px;
    border-left:solid 4px #dd3b52;
    color:#666;
    font-family:PretoSans_RegularItalic;
}
input[type='text'], input[type='password'], input[type='edit'], input[type='number'], select{
    border:solid 1px rgb(200,200,200);
    box-shadow:0px 0px 2px rgb(220,220,220);
    margin:2px;
}
input[type='text']:focus, input[type='password']:focus, input[type='edit']:focus, select:focus{
    border-color:rgb(180,180,180);
    box-shadow:0px 0px 2px rgb(200,200,200);
}
.form_header{
    color:#e63244 !important;
    font-family:PretoSans_Regular !important;
    font-size:18px !important;
    font-weight:bold !important;
    padding:5px;
}

.banner_icon_container > *{
    color:#076f8c !important;
}
.banner_icon_container .banner_icon{
    border-color:#076f8c !important;        
}
.banner_desc{
    width:auto;
}
.banner_desc > a{
    color:#50798f !important;   
}

ul.welcome li {
    color: #666;
    font-family: "Tahoma",sans-serif;
    font-size: 14px;
    line-height: 20px;
    text-align: left;
    font-weight:300;
}
ul.welcome li b {
    color: #222;
    font-weight:600;
}
p.welcome {line-height:24px;}
p.welcome li {line-height:24px;}

@font-face {    font-family: 'Roboto_Bold';    src: url('/fonts/roboto/roboto.bold.ttf');}

/*General*/
#TopOuterDiv {    width: 100%;}

#outerdiv {
    margin: 0 auto;
    /*min-width: 1200 px;*/
    max-width: 100% !important;
    width: 100% !important;
}

#centerdiv {
    padding: 0px !important;
    margin: 0 auto !important;
    /*min-width: 1200 px !important;*/
    width: 100% !important;
    max-width: 100% !important;
    min-height:800px;
}

.clearfix:after{
    clear: both;
    display: block;
    content: "";
    height: 0;
}

html, body {
    margin: 0px;
    padding: 0px;
    border: 0px;
}

.container{
    margin: 0 auto;
    width: 980px;
}

.flex{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
}

.h1 {
    font-size: 52px;
    line-height: 0px;
    font-family: 'Roboto', sans-serif;
    display: block;
}

.h2 {
    font-size: 32px;
    line-height: 50px;
    font-family: 'Roboto', sans-serif;
    display: block;
}

.h3 {
    font-size: 20px;
    line-height: 28pt;
    font-family: 'Roboto_Bold', sans-serif;
    display: block;
}

.h4 {
    font-size: 18px;
    line-height: 20px;
    font-family: 'Roboto_Bold', sans-serif;
    display: block;
}

.txt {
    display: block;
    font-size: 25px;
    line-height: 35px;
    font-family: 'Roboto_Light', sans-serif;
    margin-bottom: 15px;
    margin-top: 30px;
}

.medium {
    font-size: 20px;
    line-height: 25px;
}

.small {
    font-size: 17px;
    line-height: 23px;
}

.white {
    color: #fff;
}

.blue {
    color: #17a0b9;
}

.gray {
    color: #999999;
}

.grayblack {
    color: #58595b;
}

.black {
    color: #333333;
}

.red {
    color: #c57685;
}

.separator {
    border: solid 0px transparent;
    border-bottom: solid 1px transparent;
    width: 100px;
    margin: 40px auto;
}

.ces {
    font-style: italic;
    font-weight: bold;
}

/*Sections*/
.section_separator{
    display: block;
    clear: both;
    width: 100%;
    height: 1px;
    background: #bcbec0;
    margin-top: 40px auto;
}

.section {
    position: relative;
    background-color: #fff;
    text-align: center;
    padding-top: 40px;
}

.section .h2 {
    margin-bottom: 30px;
}

.section .h3 {
    margin-bottom: 10px;
}

.section .h4 {
    margin-bottom: 10px;
}

.section .left_part,
.section .right_part {
    box-sizing: border-box;
    float: left;
    text-align: left;
}
.section .left_part {
    width: calc(50% - 10px);
    padding-right: 10px;
}
.section .right_part {
    width: calc(50% - 10px);
    padding-left: 10px;
}

.section1 {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 40px;
    background-image: url(/eva/bg_pomoc.png)!important;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.section2 .textbox p {
}

.section2 .textbox span {
    padding-left: 65px;
}

.section8 {
    background-image: url(/eva/img/design2017/bgf.png)!imortant;
    background-position: center top;
    background-size: 100% auto;
    background-repeat: no-repeat;
    text-align: left;
    width: 100%;
    height: 211px;
}

@media screen and (max-width: 1600px) {
    .section8 {
        background-size: 1600px auto;
    }
}

.section8 .textbox_container {
    padding: 75px 25px !important;
}

.section8 .new_button_2015, .section1 .trasparent_button .new_button_2015, .section3 .trasparent_button .new_button_2015 {
    border: 1px solid #fff;
    border-radius: 10px;
    margin: 0;
    padding: 0 15px;
    background-color: transparent !important;
    white-space: nowrap;
}

/*Buttons*/
.button_wrapper{
    max-width: 580px;
    margin: 40px auto auto;
    text-align: center;
}
.button_wrapper a.button{
    display: inline-block;
    border-radius: 0px;
    font-size: 14px;
    font-family: 'Roboto_Bold';
    height: 34px;
    line-height: 34px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;

    border: 2px solid white;
    background-color:#c57685;
    color:white;
    padding: 0 5px;
    min-width: 152px;
}
.button_wrapper a.button.trasparent_button {
    background: transparent;
}
.button_wrapper a:last-child{
    margin-left: 20px;
}
 html body div div.section{    padding:40px 0px 0px 0px !important;}

/*Scroll*/
.scroll_wrapper{
    margin: 40px auto auto;
    text-align: center;
}



#submit {font-size:14px;padding:10px 30px;background-color:#c57685;border-radius:3px;color:white;text-decoration:none;}
.search {font-size:14px;width:200px;height:32px;background-color:white;border:1px solid #c57685;color:#000000;text-decoration:none;margin:0px 2px 2px 0px !important;}
abbr.selected {background-color:#c57685;}
.clickable {  margin:10px;  padding: 7px 14px;text-decoration: none;display: inline-block;border: 0;font-weight: 500;outline: none;font-size: 14px;cursor: pointer;width: auto;transition: all 0.2s ease-in-out;border-radius: 3px;box-shadow: inset 0px -1px 0px 0px rgba(0,0,0, 0.1);background-color:#d5d5d2;}
.line {border-bottom: 1px solid #f0f0f0;width: 100%;float: left;height: 1px;display: inline-block;margin: -6px 0 25px 0;}
.headline {font-size: 20px;background-color: #fff;padding-right: 10px;z-index: 5;position: relative;float: left;}
.clickable:hover {background-color: #c57685;}
.highlight { background-color: #c57685 }    
.klikatko {float:left;}.schovavatko {float:left;display:none}
.wraparound_answer {background-color:#f2e3e6;padding:0px;}
.question {background-color:white;cursor:pointer;curson:hand;padding:3px;}