
@font-face {
  font-family: 'VWTextOffice';
  src: url('/fonts/VWTextOffice.eot?#iefix') format('embedded-opentype'),  url('/fonts/VWTextOffice.woff') format('woff'), url('/fonts/VWTextOffice.ttf')  format('truetype'), url('/fonts/VWTextOffice.svg#VWTextOffice') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'VWHeadOffice-Bold';
  src: url('/fonts/VWHeadOffice-Bold.eot?#iefix') format('embedded-opentype'),  url('/fonts/VWHeadOffice-Bold.woff') format('woff'), url('/fonts/VWHeadOffice-Bold.ttf')  format('truetype'), url('/fonts/VWHeadOffice-Bold.svg#VWHeadOffice-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'VWHeadOffice';
  src: url('/fonts/VWHeadOffice.eot?#iefix') format('embedded-opentype'),  url('/fonts/VWHeadOffice.woff') format('woff'), url('/fonts/VWHeadOffice.ttf')  format('truetype'), url('/fonts/VWHeadOffice.svg#VWHeadOffice') format('svg');
  font-weight: normal;
  font-style: normal;
}


body {
 background: #fff; 
font-family: 'VWTextOffice', Arial, sans-serif;
font-size: 13px;
}
h1{
    font-family: 'VWHeadOffice', Arial, sans-serif;
    font-size:23px;
    font-weight: 700;
}

h2{
    font-family: 'VWHeadOffice', Arial, sans-serif;
    font-size:21px;
    font-weight: 700;
    padding-left: 0px;
}

a{
 text-decoration: none !important;
}



.container{
    max-width: 980px !important;
}
.content.header .container{
    padding: 25px;
}
.content.header .container img{
    float: right;
}

body#welcome .content.main .container.banner{
background-image: url(/images/vw-dotaznik/banner-uvod.png);
height: 450px;
background-position: center;
}

body#welcome .container.welcome{
    background-color: rgba(255,255,255,0.95);
    width: 500px;
    border: 1px solid #d0d1d1;
    border-radius: 5px;
    position: relative;
    top: 50%;
    margin-bottom: 100px;
    padding:25px 30px;
-webkit-box-shadow: 0px 0px 29px 1px rgba(0,0,0,0.55);
-moz-box-shadow: 0px 0px 29px 1px rgba(0,0,0,0.55);
box-shadow: 0px 0px 29px 1px rgba(0,0,0,0.55);
}
ul.choose-language{
    text-align: center;
    margin:30px;

}
.choose-language li{
    display: inline-block;
    margin-right: 25px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 2px solid rgba(255,255,255,0);
}
.choose-language li:hover{


    border: 2px solid #257cc1;
}

.content.banner .container{
background-image: url(/images/vw-dotaznik/banner-form-top.png);
height: 350px;
    background-position: center;
}

.section.otazky{
    margin: 40px 0px;
}

.otazka{
    border-bottom: 1px #e5e5e5 solid;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.otazka .text, .otazka .cislo{
    padding-left: 0px;
}

.otazka .text p{
    font-size: 13px;
}

.otazka .col-sm-1.cislo{
    width: 70px;
}
.otazka .cislo span{
  /*  border: 2px solid #0060af;*/
    display: inline-block;
    border-radius: 50%;
    font-size: 16px;
    color: #000;
    text-align: center;
    width: 32px;
    height: 32px;
    padding-top: 3px;
}
.row.otazka p{
    padding-left: 0px;
    margin-left: 0px;
}

.otazka .moznosti{
    padding-left: 10px;
        float: right;
    margin-bottom: 0px;
}
.otazka .moznosti li{
    display: inline-block;
    width: 80px;
    height: auto;
    border-radius: 4px;
    margin-bottom: 10px;
    margin-right: 7px;
    float: left;
        padding: 0px 3px;
}



.otazka .moznosti li:last-of-type(){
    margin-right: 0px;
}
.otazka .moznosti li:nth-of-type(1){
    background-color: #00b050;
}
.otazka .moznosti li:nth-of-type(2){
    background-color: #92d050;
}.otazka .moznosti li:nth-of-type(3){
    background-color: #ffc000;
}.otazka .moznosti li:nth-of-type(4){
    background-color: #ff0000;
}.otazka .moznosti li:nth-of-type(5){
    background-color: #c00000;
}


.otazka .moznosti.boolean li{
    display: inline-block;
    width: 210px;
    height: 70px;
    border-radius: 4px;
    margin-bottom: 10px;
    margin-right: 5px;
    background-color: #ddebff;
}
.otazka{

}

.otazka.disabled{
    display: none;

}

.otazka.disabled .moznosti  li{
    display: inline-block;
    width: 80px;
    height: 70px;
    border-radius: 4px;
    margin-bottom: 10px;
    margin-right: 5px;
    background-color: #d7d7d7;
}

.otazka .comment{
    width: 428px;
    height: 80px;
    margin-left: 25px;
    border-radius: 3px;
    border: 1px solid #d2d2d2;

}

.otazka.disabled p{
    color: #c3c3c3;
}
.otazka.disabled .cislo span{
        color: #c3c3c3;
        border-color: #c3c3c3;
}
/* COMMON RADIO AND CHECKBOX STYLES  */
input[type=radio],
input[type=checkbox]{
  /* Hide original inputs */
  visibility: hidden;
  position: absolute;
}
input[type=radio] + label:before,
input[type=checkbox] + label:before{
  height:20px;
  width:20px;
  margin-left: 28px;
  margin-right: 50px;
  margin-top: 10px;
  margin-bottom: 3px;
  text-align: center;
  content: " ";
  display:inline-block;
  background-color:#fff;

  box-shadow: 0 0 0 2px rgba(0,0,0,0.3);
}
input[type=radio]:checked + label:before,
input[type=checkbox]:checked + label:before{
  background:black;
    padding: 3px;    
  border:5px solid #fff;


}


.otazka .moznosti.boolean input[type=radio] + label:before,
.otazka .moznosti.boolean input[type=checkbox] + label:before{
  height:20px;
  width:20px;
  margin-left: 92px;
  margin-right: 150px;
  margin-top: 18px;

}

/* CUSTOM RADIO AND CHECKBOX STYLES */
input[type=radio] + label:before{
  border-radius:50%;
}
input[type=checkbox] + label:before{
  border-radius:2px;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: normal;
    font-size: 13px;
    text-align: center;
    color: #000;
    line-height: 15px;
    cursor: pointer;
        margin-left: 26px;

}

.moznosti label {
    color: #fff;
    margin-left: 0px;

}

.moznosti label:first-of-type{
  /*  max-width: 95%; */
}
.otazka .moznosti.boolean label {
    color: #0060af;
    max-width: 100%; 

}

.button, .button:visited{
    text-decoration: none;
    display: inline-block;
    background-color: #267dc1;
    background-image: url(/images/vw-dotaznik/bg-btn.png);
    color: #fff;
    border-radius: 4px;
    height: 30px;
    padding:5px 15px;
}
.button:hover{
    color: #fff;
    text-decoration: none;
    background-image: url(/images/vw-dotaznik/bg-btn-hover.png);

}input.button{border:none;}

p.send-form{text-align: center; padding: 20px;}

.footer{
    border-top: 2px solid #cccccc;
    text-align: center;
    margin-top: 0px;
    padding-top: 10px;
    font-size: 11px;
    color: #b2babf;
}

#welcome .footer{
margin-top: 200px;

}

.comment-wrapper{
    display: none;
}

@media (max-width: 540px) {
 body#welcome .container.welcome{
    width: auto;
 }
}@media (max-width: 968px) {
.otazka .comment {
    width: 100%;}
}

@media (max-width: 768px) {
.otazka .text p, .otazka .cislo{
    padding-left: 20px !important;
}



h1{
        padding-left: 20px;
}
.otazka .cislo{
    margin-right: 20px;
    height: 100px;
}
}@media (max-width: 537px) {
.otazka .moznosti {
    padding-left: 40px;
}
}


.sipka{
    display: none;
    position: absolute;
    left: -30px;
    top: 10px;

}
.help-block.cs-error{
    display: none;
}
.error .sipka{
    display: block;
}

.error .cislo span{
    color: red;
    border-color: red;
}

   #ajaxFormResultContainer{ margin-bottom: 50px;}


   /*Skryvam banner*/
   .content.banner{
    display: none;
   }