/** * html5doctor.com Reset Stylesheet v1.6.1 (http://html5doctor.com/html-5-reset-stylesheet/) * Richard Clark (http://richclarkdesign.com) * http://cssreset.com */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video{margin:0; padding:0; border:0; outline:0; font-size:100%; background:transparent;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section{display:block;}
.no-list-style{list-style:none;}
a{margin:0; padding:0; font-size:100%; background:transparent; text-decoration:none; color:inherit;}
table{border-collapse:collapse; border-spacing:0;}

img {max-width: 100%; height: auto;}
label[for], .toggleNext, button {cursor: pointer;}
a:focus, input:focus, textarea:focus, select:focus, button:focus {outline: none;}
p{margin: 0 0 10px 0; padding: 0;}
*, *:after, *:before {-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}

/* font-face */
@font-face {
    font-family: 'SkodaPro_Light';
    src: url('fonts/SkodaPro_Light.eot');
    src: url('fonts/SkodaPro_Light.eot') format('embedded-opentype'),
         url('fonts/SkodaPro_Light.woff2') format('woff2'),
         url('fonts/SkodaPro_Light.woff') format('woff'),
         url('fonts/SkodaPro_Light.ttf') format('truetype'),
         url('fonts/SkodaPro_Light.svg#SkodaPro_Light') format('svg');
}
@font-face {
    font-family: 'SkodaPro_Regular';
    src: url('fonts/SkodaPro_Regular.eot');
    src: url('fonts/SkodaPro_Regular.eot') format('embedded-opentype'),
         url('fonts/SkodaPro_Regular.woff2') format('woff2'),
         url('fonts/SkodaPro_Regular.woff') format('woff'),
         url('fonts/SkodaPro_Regular.ttf') format('truetype'),
         url('fonts/SkodaPro_Regular.svg#SkodaPro_Regular') format('svg');
}
@font-face {
    font-family: 'SkodaPro_Medium';
    src: url('fonts/SkodaPro_Medium.eot');
    src: url('fonts/SkodaPro_Medium.eot') format('embedded-opentype'),
         url('fonts/SkodaPro_Medium.woff2') format('woff2'),
         url('fonts/SkodaPro_Medium.woff') format('woff'),
         url('fonts/SkodaPro_Medium.ttf') format('truetype'),
         url('fonts/SkodaPro_Medium.svg#SkodaPro_Medium') format('svg');
}
@font-face {
    font-family: 'SkodaPro_Bold';
    src: url('fonts/SkodaPro_Bold.eot');
    src: url('fonts/SkodaPro_Bold.eot') format('embedded-opentype'),
         url('fonts/SkodaPro_Bold.woff2') format('woff2'),
         url('fonts/SkodaPro_Bold.woff') format('woff'),
         url('fonts/SkodaPro_Bold.ttf') format('truetype'),
         url('fonts/SkodaPro_Bold.svg#SkodaPro_Bold') format('svg');
}

.prolight {font-family: 'SkodaPro_Light'; font-weight: normal;}
.proregular {font-family: 'SkodaPro_Regular'; font-weight: normal;}
.promedium {font-family: 'SkodaPro_Medium'; font-weight: normal;}
.probold {font-family: 'SkodaPro_Bold'; font-weight: normal;}

.c-el {-webkit-appearance: none; padding: 0; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; border: none;}
.c-field {background: #fff; color: #000; padding: 0 14px;}
textarea {height: auto; line-height: 1.2;}

select {line-height: 1; display: block; -moz-appearance: none; -webkit-appearance: none; padding: 12px 45px 11px 14px; vertical-align: middle; -webkit-background-size: 20px 11px; border: 1px solid #b4b4b4; background: #fff url('../images/arrow-select.gif') no-repeat right .75rem center; background-size: 20px 11px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; font: 400 14px 'Open sans', sans-serif;}
select::-ms-expand {display: none;}

input[type="text"]::-webkit-input-placeholder {color: #000;}
input[type="text"]::-moz-placeholder {color: #000; opacity: 1;}
input[type="text"]:-ms-input-placeholder {color: #000;}
input[type="text"]:-moz-placeholder {color: #000;}

/* Base for label styling */
[type="checkbox"]:not(:checked), [type="checkbox"]:checked, [type="radio"]:not(:checked), [type="radio"]:checked {display: none;}

[type="checkbox"]:not(:checked) + label, [type="checkbox"]:checked + label, [type="radio"]:not(:checked) + label, [type="radio"]:checked + label {position: relative; padding: 2px 0 0 30px; cursor: pointer;}

/* checkbox aspect */
[type="checkbox"]:not(:checked) + label:before, [type="checkbox"]:checked + label:before, [type="radio"]:not(:checked) + label:before, [type="radio"]:checked + label:before {content: ''; position: absolute; left: 0; top: 0; width: 26px; height: 26px; border: 1px solid #b3b3b3; background: #fff;}

/* checked mark aspect */
[type="checkbox"]:not(:checked) + label:after, [type="checkbox"]:checked + label:after, [type="radio"]:not(:checked) + label:after, [type="radio"]:checked + label:after {content: '✔'; position: absolute; top: .1em; left: .3em; font-size: 1.3em; line-height: 0.8; color: #000; transition: all .2s; font-weight: normal;}

/* checked mark aspect changes */
[type="checkbox"]:not(:checked) + label:after, [type="radio"]:not(:checked) + label:after {opacity: 0; transform: scale(0);} 
[type="checkbox"]:checked + label:after, [type="radio"]:checked + label:after {opacity: 1; transform: scale(1);}

/* disabled checkbox */
[type="checkbox"]:disabled:not(:checked) + label:before, [type="checkbox"]:disabled:checked + label:before, [type="radio"]:disabled:not(:checked) + label:before, [type="radio"]:disabled:checked + label:before {box-shadow: none; border-color: #bbb; background-color: #ddd;}

[type="checkbox"]:disabled:checked + label:after, [type="radio"]:disabled:checked + label:after {color: #999;}

[type="checkbox"]:disabled + label, [type="radio"]:disabled + label {color: #aaa;}

.checkbox-right[type="checkbox"]:not(:checked) + label, .checkbox-right[type="checkbox"]:checked + label, .checkbox-right[type="radio"]:not(:checked) + label, .checkbox-right[type="radio"]:checked + label  {padding: 2px 30px 0 0;}

.checkbox-right[type="checkbox"]:not(:checked) + label:before, .checkbox-right[type="checkbox"]:checked + label:before, .checkbox-right[type="radio"]:not(:checked) + label:before, .checkbox-right[type="radio"]:checked + label:before {left: auto; right: 0;}

/* checked mark aspect */
.checkbox-right[type="checkbox"]:not(:checked) + label:after, .checkbox-right[type="checkbox"]:checked + label:after, .checkbox-right[type="radio"]:not(:checked) + label:after, .checkbox-right[type="radio"]:checked + label:after {left: auto; right: .1em;}

/* ======================== bootstrap grid only minified =========================== */
.container,.container-fluid{margin-right:auto;margin-left:auto;padding-left:9px;padding-right:9px}[role=button]{cursor:pointer}@media (min-width:768px){.container{width:750px}}@media (min-width:992px){.container{width:970px}}@media (min-width:1200px){.container{width:1170px}}.row{margin-left:-9px;margin-right:-9px}.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{position:relative;min-height:1px;padding-left:9px;padding-right:9px}.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{float:left}.col-xs-12{width:100%}.col-xs-11{width:91.66666667%}.col-xs-10{width:83.33333333%}.col-xs-9{width:75%}.col-xs-8{width:66.66666667%}.col-xs-7{width:58.33333333%}.col-xs-6{width:50%}.col-xs-5{width:41.66666667%}.col-xs-4{width:33.33333333%}.col-xs-3{width:25%}.col-xs-2{width:16.66666667%}.col-xs-1{width:8.33333333%}.col-xs-pull-12{right:100%}.col-xs-pull-11{right:91.66666667%}.col-xs-pull-10{right:83.33333333%}.col-xs-pull-9{right:75%}.col-xs-pull-8{right:66.66666667%}.col-xs-pull-7{right:58.33333333%}.col-xs-pull-6{right:50%}.col-xs-pull-5{right:41.66666667%}.col-xs-pull-4{right:33.33333333%}.col-xs-pull-3{right:25%}.col-xs-pull-2{right:16.66666667%}.col-xs-pull-1{right:8.33333333%}.col-xs-pull-0{right:auto}.col-xs-push-12{left:100%}.col-xs-push-11{left:91.66666667%}.col-xs-push-10{left:83.33333333%}.col-xs-push-9{left:75%}.col-xs-push-8{left:66.66666667%}.col-xs-push-7{left:58.33333333%}.col-xs-push-6{left:50%}.col-xs-push-5{left:41.66666667%}.col-xs-push-4{left:33.33333333%}.col-xs-push-3{left:25%}.col-xs-push-2{left:16.66666667%}.col-xs-push-1{left:8.33333333%}.col-xs-push-0{left:auto}.col-xs-offset-12{margin-left:100%}.col-xs-offset-11{margin-left:91.66666667%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-0{margin-left:0}@media (min-width:768px){.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9{float:left}.col-sm-12{width:100%}.col-sm-11{width:91.66666667%}.col-sm-10{width:83.33333333%}.col-sm-9{width:75%}.col-sm-8{width:66.66666667%}.col-sm-7{width:58.33333333%}.col-sm-6{width:50%}.col-sm-5{width:41.66666667%}.col-sm-4{width:33.33333333%}.col-sm-3{width:25%}.col-sm-2{width:16.66666667%}.col-sm-1{width:8.33333333%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.66666667%}.col-sm-pull-10{right:83.33333333%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.66666667%}.col-sm-pull-7{right:58.33333333%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.66666667%}.col-sm-pull-4{right:33.33333333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.66666667%}.col-sm-pull-1{right:8.33333333%}.col-sm-pull-0{right:auto}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666667%}.col-sm-push-10{left:83.33333333%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666667%}.col-sm-push-7{left:58.33333333%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666667%}.col-sm-push-4{left:33.33333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.66666667%}.col-sm-push-1{left:8.33333333%}.col-sm-push-0{left:auto}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666667%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-0{margin-left:0}}@media (min-width:992px){.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9{float:left}.col-md-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666667%}.col-md-pull-10{right:83.33333333%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666667%}.col-md-pull-7{right:58.33333333%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666667%}.col-md-pull-4{right:33.33333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.66666667%}.col-md-pull-1{right:8.33333333%}.col-md-pull-0{right:auto}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666667%}.col-md-push-10{left:83.33333333%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666667%}.col-md-push-7{left:58.33333333%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666667%}.col-md-push-4{left:33.33333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.66666667%}.col-md-push-1{left:8.33333333%}.col-md-push-0{left:auto}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666667%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-0{margin-left:0}}@media (min-width:1200px){.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9{float:left}.col-lg-12{width:100%}.col-lg-11{width:91.66666667%}.col-lg-10{width:83.33333333%}.col-lg-9{width:75%}.col-lg-8{width:66.66666667%}.col-lg-7{width:58.33333333%}.col-lg-6{width:50%}.col-lg-5{width:41.66666667%}.col-lg-4{width:33.33333333%}.col-lg-3{width:25%}.col-lg-2{width:16.66666667%}.col-lg-1{width:8.33333333%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666667%}.col-lg-pull-10{right:83.33333333%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666667%}.col-lg-pull-7{right:58.33333333%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666667%}.col-lg-pull-4{right:33.33333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.66666667%}.col-lg-pull-1{right:8.33333333%}.col-lg-pull-0{right:auto}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666667%}.col-lg-push-10{left:83.33333333%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666667%}.col-lg-push-7{left:58.33333333%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666667%}.col-lg-push-4{left:33.33333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.66666667%}.col-lg-push-1{left:8.33333333%}.col-lg-push-0{left:auto}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666667%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-0{margin-left:0}}.clearfix:before,.container-fluid:after,.container-fluid:before,.container:after,.container:before,.row:after,.row:before{content:" ";display:table}.container-fluid:after,.container:after,.row:after{clear:both}.center-block{display:block;margin-left:auto;margin-right:auto}.pull-right{float:right!important}.pull-left{float:left!important}@-ms-viewport{width:device-width}.visible-lg,.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block,.visible-md,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-sm,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-xs,.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block{display:none!important}@media (max-width:767px){.visible-xs{display:block!important}table.visible-xs{display:table!important}tr.visible-xs{display:table-row!important}td.visible-xs,th.visible-xs{display:table-cell!important}.visible-xs-block{display:block!important}.visible-xs-inline{display:inline!important}.visible-xs-inline-block{display:inline-block!important}}@media (min-width:768px) and (max-width:991px){.visible-sm{display:block!important}table.visible-sm{display:table!important}tr.visible-sm{display:table-row!important}td.visible-sm,th.visible-sm{display:table-cell!important}.visible-sm-block{display:block!important}.visible-sm-inline{display:inline!important}.visible-sm-inline-block{display:inline-block!important}}@media (min-width:992px) and (max-width:1199px){.visible-md{display:block!important}table.visible-md{display:table!important}tr.visible-md{display:table-row!important}td.visible-md,th.visible-md{display:table-cell!important}.visible-md-block{display:block!important}.visible-md-inline{display:inline!important}.visible-md-inline-block{display:inline-block!important}}@media (min-width:1200px){.visible-lg{display:block!important}table.visible-lg{display:table!important}tr.visible-lg{display:table-row!important}td.visible-lg,th.visible-lg{display:table-cell!important}.visible-lg-block{display:block!important}.visible-lg-inline{display:inline!important}.visible-lg-inline-block{display:inline-block!important}.hidden-lg{display:none!important}}@media (max-width:767px){.hidden-xs{display:none!important}}@media (min-width:768px) and (max-width:991px){.hidden-sm{display:none!important}}@media (min-width:992px) and (max-width:1199px){.hidden-md{display:none!important}}.visible-print{display:none!important}@media print{.visible-print{display:block!important}table.visible-print{display:table!important}tr.visible-print{display:table-row!important}td.visible-print,th.visible-print{display:table-cell!important}}.visible-print-block{display:none!important}@media print{.visible-print-block{display:block!important}}.visible-print-inline{display:none!important}@media print{.visible-print-inline{display:inline!important}}.visible-print-inline-block{display:none!important}@media print{.visible-print-inline-block{display:inline-block!important}.hidden-print{display:none!important}}
.clearfix:after {display: table; clear: both; content: '';}
/* ======================== bootstrap grid only minified =========================== */

/* ======================== bootstrap modal only minified ========================== */
.collapsing,.modal,.modal-open{overflow:hidden}.modal,.modal-backdrop{top:0;right:0;bottom:0;left:0}[role=button]{cursor:pointer}.fade{opacity:0;-webkit-transition:opacity .15s linear;-o-transition:opacity .15s linear;transition:opacity .15s linear}.fade.in{opacity:1}.collapse{display:none}.collapse.in{display:block}tr.collapse.in{display:table-row}tbody.collapse.in{display:table-row-group}.collapsing{position:relative;height:0;-webkit-transition-property:height,visibility;-o-transition-property:height,visibility;transition-property:height,visibility;-webkit-transition-duration:.35s;-o-transition-duration:.35s;transition-duration:.35s;-webkit-transition-timing-function:ease;-o-transition-timing-function:ease;transition-timing-function:ease}.modal{display:none;position:fixed;z-index:1050;-webkit-overflow-scrolling:touch;outline:0}.modal.fade .modal-dialog{-webkit-transform:translate(0,-25%);-ms-transform:translate(0,-25%);-o-transform:translate(0,-25%);transform:translate(0,-25%);-webkit-transition:-webkit-transform .3s ease-out;-o-transition:-o-transform .3s ease-out;transition:transform .3s ease-out}.modal.in .modal-dialog{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);-o-transform:translate(0,0);transform:translate(0,0)}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal-dialog{position:relative;width:auto;margin:10px}.modal-content{position:relative;background-color:#fff;border:1px solid #999;border:1px solid rgba(0,0,0,.2);-webkit-box-shadow:0 3px 9px rgba(0,0,0,.5);box-shadow:0 3px 9px rgba(0,0,0,.5);-webkit-background-clip:padding-box;background-clip:padding-box;outline:0}.modal-backdrop{position:fixed;z-index:1040;background-color:#000}.modal-backdrop.fade{opacity:0;filter:alpha(opacity=0)}.modal-backdrop.in{opacity:.75;filter:alpha(opacity=75)}.modal-header{padding:15px;border-bottom:1px solid #e5e5e5}.modal-header .close{margin-top:-2px}.modal-title{margin:0;line-height:1.42857143}.modal-body{position:relative;padding:40px 32px 32px 32px}.modal-footer{padding:15px;text-align:right;border-top:1px solid #e5e5e5}.modal-footer .btn+.btn{margin-left:5px;margin-bottom:0}.modal-footer .btn-group .btn+.btn{margin-left:-1px}.modal-footer .btn-block+.btn-block{margin-left:0}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:768px){.modal-dialog{width:600px;margin:30px auto}.modal-content{-webkit-box-shadow:0 5px 15px rgba(0,0,0,.5);box-shadow:0 5px 15px rgba(0,0,0,.5)}.modal-sm{width:300px}}@media (min-width:992px){.modal-lg{width:900px}}.hide{display:none!important}.show{display:block!important}.invisible{visibility:hidden}.hidden{display:none!important}
/* ======================== bootstrap modal only minified ========================== */

/* ================================== rslides ====================================== */
.rslides {position: relative; list-style: none; overflow: hidden; width: 100%; padding: 0; margin: 0}
.rslides .slide {-webkit-backface-visibility: hidden; position: absolute; display: none; width: 100%; left: 0; top: 0}
.rslides .slide:first-child {position: relative; display: block; float: left}
.rslides img {display: block; height: auto; float: left; width: 100%; border: 0}

.rslides_tabs {overflow: hidden;}
.rslides_tabs li {display: inline-block; vertical-align: top; margin: 0 8px 6px 0;}
.rslides_tabs a {display: block; width: 34px; height: 34px; border: 1px solid #fff; border-radius: 50%; text-indent: -9999px;}
.rslides_tabs a:hover, .rslides_tabs .rslides_here a {background-color: #fff;}
/* ================================== rslides ====================================== */

b, .bold {font-weight: 700;}
p {margin-bottom: 20px;}
h1, h2, h3, h4, h5, h6 {line-height: 1.3; margin-bottom: 30px; font-weight: 700; font-family: 'Open sans', sans-serif;}

/* ====================== USEFUL GLOBALS ===================== */
.pRel {position: relative;}
.upcase {text-transform: uppercase;}
.weightNorm {font-weight: normal;}
.weight300 {font-weight: 300;}
.weight400 {font-weight: 400;}
.weight500 {font-weight: 500;}
.weight600 {font-weight: 600;}
.weight700 {font-weight: 700;}
.underline, .hover-underline:hover {text-decoration: underline;}
.underline.hover-underline:hover {text-decoration: none;}
.dsp-b {display: block;}
.dsp-ib, .inl-b-list > li {display: inline-block; vertical-align: top;}
.dsp-t {display: table; width: 100%;}
.dsp-t.fxd {table-layout: fixed;}
.dsp-tr {display: table-row}
.dsp-tc {display: table-cell; vertical-align: middle;}
.hgt100 {height: 100%;}
.txtAlignC {text-align: center;}
.txtAlignR {text-align: right;}
.txtAlignL {text-align: left;}
.vAlignT, .vAlignT.alignChildren > * {vertical-align: top;}
.vAlignM, .vAlignM.alignChildren > * {vertical-align: middle;}
.vAlignB, .vAlignB.alignChildren > * {vertical-align: bottom;}
.overlay {position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: 100;}

.bgWhite {background-color: #fff;}
.colorWhite {color: #fff;}
.colorBlack {color: #000;}
.colorGreen {color: #39b54a;}

.clearfix:after {display: table; content: ''; clear: both;}
/* =========================== Layout styles =================== */
/* ============================================================= */
body {background: #fff; color: #000; font: 16px/1.5 'SkodaPro_Regular', 'Open sans', sans-serif;}
.main-wrap {overflow-x: hidden; position: relative; height: 100%; padding-bottom: 70px;}

.centered-wrap {margin-left: auto; margin-right: auto; width: 100%;}
.maxWidth1500 {max-width: 1500px;}
.maxWidth1200 {max-width: 1200px;}
.maxWidth900 {max-width: 900px;}

.top-holder {min-height: 100px;}
.top {background-color: #fff; position: fixed; top: 0; left: 0; right: 0; z-index: 1038; box-shadow: 0 0 2px 3px rgba(0,0,0,0.05);}

.lang {float: right; border-right: 1px solid #dcddde;}
.lang li {border-left: 1px solid #dcddde; float: left;}
.lang a {display: block; white-space: nowrap; height: 100px; line-height: 100px; text-align: center; padding: 0 30px; font-size: 18px;}
.lang a:hover {background-color: #f7f7f7;}
.lang .active a {font-family: 'SkodaPro_Bold'; font-weight: normal; color: #39b54a;}

/*.top-logo {position: absolute; top: 0; left: 0; bottom: 0; height: 40px; margin: auto 0;}
.top-logo img {display: block;}*/
.top-logo {display: block; width: 184px; height: 40px; background: url('../images/logo-top.gif') no-repeat 0 0; position: absolute; top: 0; left: 0; bottom: 0; margin: auto 0; text-indent: -9999px;}

@media screen and (min-width: 769px){
	.lang a {-moz-transition: all 0.2s ease-in-out 0s; -webkit-transition: all 0.2s ease-in-out 0s; transition: all 0.2s ease-in-out 0s;}
	.fixed-top .lang a {height: 70px; line-height: 70px; padding: 0 20px;}
}

.banner {min-height: 470px; background-size: cover; background-position: center top; background-repeat: no-repeat; margin-bottom: 70px;}
.banner-img {opacity: 0; width: 100%;}

.item-list {text-align: center;}
.item-list .wrap {margin-left: -15px;}
.item-list .item {text-align: center; display: inline-block; vertical-align: top;  width: 24.5%; width: calc(25% - 3px); padding-left: 15px; margin-bottom: 20px;}
.item-list .item-inner {display: block;}
.item-list .thumb-wrap {margin-bottom: 20px;}
.item-list img {display: block; margin: 0 auto;}
.item-list .item-title {font-family: 'SkodaPro_Medium'; font-weight: normal; font-size: 20px;}

.page-article {margin-bottom: 50px;}

.page-img {margin-bottom: 50px;}
.page-img-wrap img {display: block;}
.page-img .overlay {color: #fff; top: auto; left: 40px; right: 40px; bottom: 14px;}
.page-img .overlay p {margin-bottom: 5px;}
.page-img .overlay-title {line-height: 1.1;}

.c-form {font-size: 15px; max-width: 777px; margin: 0 auto;}
.c-form label {line-height: 1.4; display: inline-block; vertical-align: top; margin-bottom: 4px;}
.c-form label > * {color: #8c8c8c;}
.c-form-title {text-align: center; margin-bottom: 35px;}
.c-form .sr-only {visibility: hidden;}
.c-form-block {padding-bottom: 30px;}
.c-form-row {margin-bottom: 22px;}
.c-form-centered-row {max-width: 364px; margin-left: auto; margin-right: auto;}
.c-form select {width: 100%;}
.c-el {display: block; width: 100%; line-height: 41px; height: 41px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; font: 400 14px 'Open sans', sans-serif;}
.c-form-submit-row {text-align: center; padding-top: 15px;}
.c-form-submit-row .btn-wrap {display: inline-block; vertical-align: top; padding: 0 7px;}
.c-btn {background: #000; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; color: #fff; font-size: 15px; font-weight: normal; padding: 0 45px; cursor: pointer;}
.c-btn-secondary {background: #000;}
.c-btn-primary {background: #3ca118;}
.c-field {border: 1px solid #b4b4b4;}
.c-field-wrap-calendar {padding-right: 40px;}
.c-field:focus {box-shadow: 0 0 2px 3px rgba(0,0,0,.03);}
.c-btn-secondary:hover {background-color: #1f1f1f;}
.c-btn-primary:hover {background-color: #49b922;}
.c-form .btn-calendar {position: absolute; right: 0; top: 0;}
.btn-calendar {background: #fff url('../images/icon-calendar.gif') no-repeat center center; width: 35px; height: 41px; display: block; border: none; padding: 0;}

@media screen and (min-width: 992px){
	.en label[for^="lisainfo"] {
		min-height: 42px;
	}
}

h1, h2, h3, h4, h5, h6, .section-title, .page-title {font-family: 'SkodaPro_Bold', 'Open sans', sans-serif; font-weight: normal; line-height: 1.3; margin-bottom: 25px;}
.section-title, .page-title {margin-bottom: 40px;}
.fSize1 {font-size: 40px;}
.fSize2 {font-size: 34px;}
.fSize3 {font-size: 30px;}
.fSize4 {font-size: 25px;}
.fSize5 {font-size: 19px;}

.close {background: url('../images/icon-x.png') no-repeat center center; width: 20px; height: 20px; display: block; border: none; cursor: pointer;}
.modal-content .close {position: absolute; top: 18px; right: 18px; text-indent: -9999px;}
.modal-content .close:focus {outline: none;}
.modal-content {text-align: center; font-size: 19px; border-radius: 3px;}
.modal-content .title {margin-bottom: 25px;}
.event-modal-info {color: #6f6f6f; font-size: 16px; margin-bottom: 15px;}
.event-modal-info a {text-decoration: underline;}
.event-modal-info a:hover {text-decoration: none;}
.modal-content .c-btn {display: inline-block; vertical-align: top; width: auto; font-size: 14px;}
.btn-add-wrap .btn-add {margin: 0 auto 23px auto;}
.btn-add {background: url('../images/icon-calendar2.gif') no-repeat 0 0; width: 42px; height: 48px; display: block;}

.ui-datepicker-title {position: relative; padding-top: 35px;}
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {width: 42%; padding: 6px 45px 5px 6px; font-size: 13px; position: absolute; top: 3px; left: 0; right: 0; margin: 0 auto;}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {top: auto; bottom: 4px;}

.top-logo:hover img, .close:hover, .item-list .item-inner:hover .thumb img {opacity: 0.8;}
/*
.scrolltop {opacity: 0; visibility: hidden; position: fixed; bottom: 0; right: 0; height: 50px; width: 50px; transition: all 0.2s ease-in-out 0s; -moz-transition: all 0.2s ease-in-out 0s; -webkit-transition: all 0.2s ease-in-out 0s; z-index: 6000;}
.scrolltop:after {position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; width: 0; height: 0; border-style: solid; border-width: 0 8px 12px 8px; border-color: transparent transparent #ffffff transparent; content: '';}
.sticky-btn .scrolltop {opacity: 1; visibility: visible; cursor: pointer;}*/

.cookie-consent {background-color: #000; color: #fff; position: fixed; bottom: 0; left: 0; width: 100%; padding: 12px 0; z-index: 3010; font-size: 14px; text-align: center}
.cookie-consent-inner {max-width: 1200px; margin-left: auto; margin-right: auto; position: relative;}
.cookie-consent-dismiss {width: 25px; height: 25px; background: url('../images/icon-close9x9.png') center center no-repeat #3ca118; color: #fff; border-radius: 50%; position: absolute; top: 0; bottom: 0; margin: auto 0; right: 0; text-indent: -9999px}
.cookie-consent-dismiss:hover {background-color: #4dbd26;}
.cookie-consent p {margin: 0 0 10px 0 !Important; padding-right: 40px;}
.cookie-consent p:last-child {margin-bottom: 0 !Important;}
.cookie-consent .c-link {margin-left: 10px; text-decoration: underline !Important; color: #fff !Important;}
.cookie-consent .c-link:hover {text-decoration: none !Important;}
.cookie-consent .colorStandout {color: #91e872 !Important;}
/* ============== media queries (pixel ration) ================= */
/* ============================================================= */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){
	select {background-image: url('../images/arrow-select@2x.gif');}
	
	.close {background-image: url('../images/icon-x@2x.png'); background-size: 20px 20px;}
	.top-logo {background-image: url('../images/logo-top@2x.gif'); background-size: 184px 40px;}
	
	.btn-calendar {background-image: url('../images/icon-calendar2@2x.gif'); background-size: 27px 31px;}
	.btn-add {background-image: url('../images/icon-calendar2@2x.gif'); background-size: 42px 48px;}
	
	.cookie-consent-dismiss {background-size: 9px 9px; background-image: url('../images/icon-close9x9@2x.png')}
}
/* ======================= media queries ======================= */
/* ============================================================= */
@media screen and (max-width: 1550px){
	.centered-wrap.maxWidth1500 {width: auto; max-width: none; margin-left: 0; margin-right: 0; padding-left: 25px; padding-right: 25px;}
	.top-logo {left: 25px;}
	.lang {border-right: none; margin-right: -25px;}
	.lang a {padding: 0 25px;}
}
@media screen and (max-width: 1250px){
	.maxWidth1200 {width: auto; max-width: none; margin-left: 0; margin-right: 0; padding-left: 25px; padding-right: 25px;}
}
@media screen and (max-width: 1240px) {
	.cookie-consent, .cookie-consent-inner {padding-left: 20px; padding-right: 20px; text-align: left;}
	.cookie-consent p {padding-right: 0;}
	.cookie-consent p br {display: none;}
	.cookie-consent-inner {width: auto; max-width: none;}
	.cookie-consent-inner {padding-right: 45px}
}
@media screen and (max-width: 1024px){
	.banner {min-height: 0; background-image: none !Important; margin-bottom: 40px;}
	.banner-img {opacity: 1;}
	
	.section-title, .page-title {margin-bottom: 25px;}
	.fSize1 {font-size: 38px;}
	.fSize2 {font-size: 32px;}
	.fSize3 {font-size: 28px;}
	.fSize4 {font-size: 23px;}
	.fSize5, .item-list .item-title {font-size: 17px;}
}
@media screen and (max-width: 991px){
	.c-form-centered-row {max-width: none;}
	.c-form-block {padding-bottom: 0;}
	.c-form-row {margin-bottom: 0;}
	.c-form-col, .c-form-centered-row {margin-bottom: 20px;}
}
@media screen and (max-width: 950px){
	.maxWidth900 {width: auto; max-width: none; margin-left: 0; margin-right: 0; padding-left: 25px; padding-right: 25px;}
}
@media screen and (max-width: 768px){
	.top-holder {min-height: 70px;}
	.lang a {height: 70px; line-height: 70px; padding: 0 20px; font-size: 16px;}
	
	.item-list .item {width: 32.5%; width: calc(33.3333333333333333% - 3px); margin-bottom: 12px;}
	
	.page-img .overlay {position: static; color: #000; padding-top: 15px; text-align: center;}
}
@media screen and (max-width: 640px){
	.main-wrap {padding-bottom: 40px;}

	.item-list .item {width: 49.5%; width: calc(50% - 3px);}
	
	.banner {margin-bottom: 25px;}
	.page-img {margin-bottom: 40px;}
	.c-form-title {margin-bottom: 18px;}
	
	.fSize1 {font-size: 31px;}
	.fSize2 {font-size: 29px;}
	.fSize3 {font-size: 25px;}
}
@media screen and (max-width: 550px){
	.c-form-submit-row {padding-top: 0;}
	.c-form-submit-row .btn-wrap {display: block; padding: 0; margin-top: 15px;}
}
@media screen and (max-width: 460px){
	.item-list .item {width: auto; display: block;}
}
@media screen and (max-width: 360px){
	.centered-wrap.maxWidth1500, .centered-wrap.maxWidth1200, .centered-wrap.maxWidth900 {padding-left: 15px; padding-right: 15px;}
	.top-logo {left: 15px; width: 146px; height: 32px; background-size: 100% auto;}
	.lang {margin-right: -15px;}
	.lang a {padding: 0 15px;}
	
	.fSize1 {font-size: 28px;}
	.fSize2 {font-size: 25px;}
	.fSize3 {font-size: 23px;}
	.fSize4 {font-size: 21px;}
	.fSize5, .item-list .item-title {font-size: 16px;}
}

















