/*@font-face {
    font-family: eurofence;
    src: url(../fnt/eurof35.ttf);
    font-weight: normal;
}*/

/*@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,600&subset=latin,latin-ext);*/
/*@import url(http://fonts.googleapis.com/css?family=Open+Sans);*/


html *{
    max-height: 999999px;
    padding: 0;
    margin: 0;
    list-style-type: none;
}
ol li{
    list-style-type: decimal;
    list-style-position: inside;
}

.hvr-grow {
  
}
.hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active {
  
}

.jssort04{
    display: none;
}

body{
    margin: 0;
    padding: 0;
    background-color: rgb(250, 250, 250);
    font-family: 'Open Sans', sans-serif;
    /*font-family: "Trebuchet MS", Helvetica, sans-serif;*/
}

/*#banner, #footer{
    width: 100%;
    min-width: 1200px;
}*/

#banner, #banner_inner{
    background: #3b236b; /* Old browsers */
    background: -moz-linear-gradient(top,  #3b236b 0%, #297fdc 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3b236b), color-stop(100%,#297fdc)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #3b236b 0%,#297fdc 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #3b236b 0%,#297fdc 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #3b236b 0%,#297fdc 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #3b236b 0%,#297fdc 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b236b', endColorstr='#297fdc',GradientType=0 ); /* IE6-9 */
    color: white;
}

#banner a{
    text-decoration: none;
    color: white;
}

#banner_inner{
    margin: 0 auto;
    width: 1184px;
    height: 165px;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 35px;
    padding-bottom: 25px;
    position: relative;
}

#banner_left{
    float: left;
}

#logo{
    
}

#logo img{
    margin-top: 15px;
    margin-left: -15px;
}

#search{
    float: right;
    margin-top: 20px;
}

#search div{
    border: none;
    background-color: transparent;
}

#search input{
    padding: 5px;
    background-color: transparent !important;
    color: white;
    border: 1px #DDD solid !important;
}

#search input[type=text]{
    border: 1px #DDD solid;
}

#search input:hover, #search input:focus{
    background-color: white;
    color: black;
}

#search input::-webkit-input-placeholder { /* WebKit browsers */
    color:    #DDD;
}
#search input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #DDD;
   opacity:  1;
}
#search input::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #DDD;
   opacity:  1;
}
#search input:-ms-input-placeholder { /* Internet Explorer 10+ */
   color:    #DDD;
}

#banner_right{
    float: right;
    text-align: right;
    position: absolute;
    right: 0;
}

.odskok_menu{
    margin-left: 88px;
}

.odskok_footer{
    padding-left: 188px !important;
}

#menu{
    height: 55px;
    float: left;
    font-size: 18px;
    margin-top: 50px;
}

#menu ul{
    padding: 0;
    margin: 0;
}

#menu li{
    display: inline;
    padding-right: 30px;
}

#phone{
    margin-top: 35px;
    float: right;
    font-size: 20px;
    padding-left: 15px;
    padding-right: 15px;
    border: 1px solid #297fdc;
}

#phone span{
    font-size: 18px;
}

#page{
    width: 100%;
    margin-bottom: 30px;
}

#content{
    margin: 0 auto;
    width: 1200px;
    min-width: 1200px;
    min-height: 500px;
}

#slogan_wrap{
    margin-top: 30px;
    clear: both;
    height: 300px;
    margin-bottom: 30px;
    position: relative;
    padding-left: 8px;
    padding-right: 8px;
    width: 1184px;
}

#slogan_slider{
    height: 300px;
}

#slogan{
    float: left;
    font-weight: 300;
}

#slogan h2{
    /*font-family: 'Open Sans', sans-serif;*/
    font-size: 30px;
    /*color: slategray;*/
    font-weight: 300;
}

#slogan h4{
    color: slategray;
    font-weight: 300;
}

.slider_h1{
    display: block;
    line-height: 1.2em;
    text-transform: uppercase;
    font-size: 36px;
    z-index: 100;
}

.slider_h1_short{
    display: block;
    line-height: 1em;
    text-transform: uppercase;
    width: 700px;
    font-size: 36px;
    line-height: 41px;
    z-index: 100;
}

.slider_h2{
    display: block;
    line-height: 1.1em;
    font-size: 2.5em;
    width: 600px;
    font-weight: 300;
}

.slider_h3{
    display: block;
    line-height: 1.3em;
    font-size: 2em;
    width: 600px;
    font-weight: 300;
}
.slider_h3_long{
    display: block;
    line-height: 1em;
    font-size: 2em;
    width: 800px;
    font-weight: 300;
}

.slider_slide img{
    position: absolute;
    top: 0px;
    left: 684px;
    width: 500px;
    height: 300px;
}

.slider_text{
    position: relative;
    width: 1184px;
    height: 300px;
    top: 10px;
    text-align: left;
    line-height: 1.8em;
    font-size: 12px;
}

.slider_slide a{
    color: white;
    font-size: 12px;
    background-color: #1d4bbb;
    padding: 10px;
}

#photo{
    float: right;
    height: 300px;
    overflow: hidden;
}

#footer, #footer_inner{
    /*background-color: #555;*/
    background: #1d4bbb;
    background: -moz-linear-gradient(top,  #1d4bbb 0%, #1d1890 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1d4bbb), color-stop(100%,#1d1890));
    background: -webkit-linear-gradient(top,  #1d4bbb 0%,#1d1890 100%); 
    background: -o-linear-gradient(top,  #1d4bbb 0%,#1d1890 100%);
    background: -ms-linear-gradient(top,  #1d4bbb 0%,#1d1890 100%);
    background: linear-gradient(to bottom,  #1d4bbb 0%,#1d1890 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d4bbb', endColorstr='#1d1890',GradientType=0 );
    color: white;
}

#footer{
    padding-top: 20px;
    padding-bottom: 20px;
    min-height: 150px;
}

#footer_inner{
    margin: 0 auto;
/*    padding-left: 8px;
    padding-right: 8px;*/
    width: 1200px;
}

.livesquare{
    width: 25%;
    float: left;
}

.lifesquare_inner{
    border: darkgrey 1px solid;
    background-color: white;
    margin: 8px;
    padding: 10px;
    font-size: 14px;
    line-height: 18px;
    height: 250px;
}

.livesquare img{
    width: 100px;
    padding-top: 20px;
    padding-bottom: 50px;
    
}

.ls_icon{
    text-align: center;
}

.livesquare h3{
    text-align: center;
    margin-bottom: 15px;
}

.clear{
    clear: both;
    width: 0px;
}

.footer_square{
    float: left;
    width: 25%;
    padding-bottom: 10px;
    min-width: 200px;
    min-height: 100px;
}

.footer_square div{
    margin: 10px;
}

.footer_square ul{
    padding-left: 0;
}

.footer_square li{
    list-style-type: none;
}

#footer :link{
    color: lightskyblue;
}

#footer :visited{
    color: lightskyblue;
}

#footer :link:hover{
    text-decoration: underline;
}

:link{
    color: black;
    text-decoration: none;
}

:visited{
    color: black;
    text-decoration: none;
}

.ls_text{
    margin-top: 150px;
}

.ls_text_link{
    margin-top: 3px;
    
}

.ls_text_link a{
    color: #297fdc;
}

#slogan_slider div[u=slides] div {
    background-color:  rgb(250, 250, 250);
}


.company, .non_company, .formular{
    float: left;
    width: 900px;
    /*background-color: yellowgreen;*/
    min-height: 500px;
}

.company_show{
    float: left;
    width: 80%;
    display:none;
    display: block;
}



.selection_no{
/*    position: relative;
    margin-top: 50px;
    text-align: center;
    cursor: pointer;
    min-height: 400px;
    float: left;*/
    width: 1100px;
    /*background-color: coral;*/
}

.center{
    text-align: center;
}

/* Partnerský program  START */

.company, .non_company{
    line-height: 25px;
}

.non_company.text h2, .company.text h2{
    margin-top: 50px;
}

/*#predstaveni_pp h2, .non_company.text h2, .company.text h2, .formular.text h2, .text.kotelny_pro_byt_a_pan h2{
    color: #6eac2c;
}*/
#predstaveni_pp h4, .formular.text h3, .text.kotelny_pro_byt_a_pan h4{
    color: crimson;
}

#predstaveni_kariery h2{
    color: red;
}

#predstaveni_pp ul{
    font-weight: 500;
    font-size: 18px;
}

.right_align{
    text-align: right;
    padding-right: 10px;
}

.pp_kod{
    border-collapse: collapse;
}

.pp_kod th{
    font-weight: 500;
    font-size: 15px;
    background-color: #EEE;
}

.pp_kod th:last-child{
    text-align: left;
    font-weight: 500;
    font-size: 15px;
    background-color: #EEE;
}

.prvni_tucny td:first-child{
    font-weight: 500;
}

.pdf_table strong{
    padding-left: 5px;
}

.text .pp_tabulka{
    line-height: 30px;
    margin-top: 0px;
    border-collapse: collapse;
    font-weight: 600;
    margin-bottom: 50px;
}

.pp_tabulka th:first-child, .pp_tabulka td:first-child, .pp_kod th:first-child{
    width: 60px;
    vertical-align: top;
    text-align: center;
}

.pp_tabulka tr:first-child td{
    padding-top: 10px;
}

.pp_tabulka th:first-child{
    border-left: black 2px solid;
}

.pp_tabulka th:last-child{
    border-right: black 2px solid;
}

.pp_tabulka th{
    border-top: black 2px solid;
    border-bottom: black 2px solid;
}

.pp_tabulka tbody, .pp_tabulka tfoot{
    background-color: white;
}

.color_blue{
    color: dodgerblue;
}

.color_brown{
    color: crimson;
}

.color_violet{
    color: blueviolet;
}

.light_background{
    background-color: #eaf5f7;
}

.selection_yes .man{
    font-size: 12px;
}

.man{
    width: 550px;
    float: left;
    margin: 0px auto;
    padding-top: 50px;
}

.priklad, .priklad_kratky{
    border: #EEE 1px solid;
    background-color: white;
    padding-left: 35px;
    padding-bottom: 20px;
    margin-top: 20px;
    margin-bottom: 40px;
}

.priklad.nopaddingleft{
    padding-left: 0;
}

.nopaddingleft td:first-child, .nopaddingleft th:first-child{
    padding-left: 35px;
/*    width: 40px;*/
}

.nopaddingleft table{
    border-collapse: collapse;
}

.alternative_background{
    background-color: #297FDC;
    color: white;
    font-size: 13px;
    font-weight: 600;
    text-align: center;
    margin-right: 20px;
    position: relative;
    line-height: 30px;
    height: 100%;
}

.text table{
    margin-top: 25px;
    width: 100%;
}

.text ul.odrazky li{
    list-style-type: square;
    list-style-position: inside;
}

.text div.odrazky ul li:before{
    content: "- "
}

.priklad table, .priklad_kratky table{
    line-height: 30px;
}


.priklad tfoot{
    font-weight: bold;
}

.priklad thead{
    text-align: left;
}

.priklad tr th:last-child{
    width: 120px;
}

.priklad_kratky td:first-child{
    width: 200px;
}

.formular textarea{
    width: 100%;
    height: 100px;
}

.formular input, .formular textarea{
    border: darkgrey 1px solid;
    padding: 8px;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
}

.formular input[type="text"]{
    width: 250px;
}

.formular table td{
    padding: 5px;
}

.formular table td:first-child{
    padding-top: 10px;
    vertical-align: top;
    width: 400px;
}

.kat_0{
    background-color: #ffff99;
}
.kat_1{
    background-color: #ccff99;
}
.kat_2{
    background-color: #65ffff;
}
.kat_3{
    background-color: #ffccff;
}

.pdf_table tr td:last-child, .pdf_img{
    background-image: url("../img/pdf.png");
    background-repeat: no-repeat;
    background-position: left, center;
    padding-left: 30px;
    width: 46px;
    
}

.right_align_padding{
    text-align: right;
    padding-right: 20px;
}

.right_align_padding_2{
    text-align: right;
    padding-right: 40px;
}


#predstaveni_pp .pdf_table, #predstaveni_kariery .pdf_table{
    /*border: darkgrey 1px solid;*/
    background-color: white;
    margin-bottom: 50px;
    padding: 20px 20px;
/*    width: 650px;*/
}

#predstaveni_pp a, #predstaveni_kariery a{
    font-weight: 500;
}

#predstaveni_pp{
    padding-bottom: 10px;
}

#predstaveni_kariery{
    padding-top: 10px;
}

.pdf_table strong, .company strong, .non_company strong{
    color: #297fdc;
}

.pdf_table em, .company em, .non_company em{
    font-weight: 500;
    font-style: normal;
}

.blue{
    color: #297fdc;
}

.text h2.bold{
    font-weight: 600;
}

.formular.text{
    text-align: left;
}

/* Partnerský program  END */

/* Textové odstavce START */
.text{
/*    text-align: justify;*/
    padding-left: 8px;
    padding-top: 30px;
    padding-bottom: 50px;
    font-weight: 300;
}

.text h1{
    font-weight: 400;
    /*margin-left: 20px;*/
    margin-top: 50px;
    margin-bottom: 50px;
    /*text-align: center;*/
}

.text h2, .text h3, .text h4{
    font-weight: 400;
    margin-top: 20px;
    margin-bottom: 20px;
    /*color: #555;*/
}

.text h3{
    font-size: 19px;
    color: crimson;
    font-weight: 600;
}

.text h2{
    margin-bottom: 40px;
/*    color: #6eac2c;*/
    color: #58AA00
}

.text h1{
    color: #0E1420;
}

.text h4{
    font-size: 19px;
    color: crimson;
    font-weight: 600;
}

.text h4.bigger{
    font-size: 22px;
}

span.bigger{
    font-size: 21px;
}
.text ol, .text ul{
    margin-bottom: 40px;
}

.text a{
    color: #297fdc !important;
    text-decoration: underline;
    font-weight: 600;
}

.text a.button, .text a.button_red{
    color: white !important;
    margin-left: 20px;
    margin-right: 20px;
}

.text a:hover{
    text-decoration: none;
}

.odskok{
    margin-left: 20px;
}

.odskok:before{
    content: "\a";
    white-space: pre;
}

.float_left{
    float: left;
}


.float_right{
    float: right;
}

h3.limited_margin, .limited_margin{
    margin-top: 10px;
    margin-bottom: 10px;
}

/* Textové odstavce END */


button, a.button, a.button_red{
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    background-color: #1d4bbb;
    border: none;
    font-weight: 600;
    padding: 10px;
    cursor: pointer;
    text-decoration: none;
    color: white;
}

a.button_red{
    background-color: red;
}

.topspace{
    margin-top: 50px;
}

.fajfka{
    padding-left: 30px;
    background-image: url("../img/tick.png");
    background-repeat: no-repeat;
    background-position: 0, center;
}

.linone ul{
    list-style-type: none;
}

.odskok_post_vertical{
    margin-bottom: 50px;
}

.blue_h4 h4, .blue_text, h3.blue_text, h2.blue_text{
    color: #297fdc;
}

.uppercase{
    text-transform: uppercase;
}

/*   Reference START   */
.reference{
    background-color: white;
    color: black;
    border: #EEE 1px solid;
    margin-bottom: 20px;
}

.ref_photo, .ref_popis{
    height: 200px;
    float: left;
}
.ref_popis{
    width: 800px;
}
.ref_pdf{
    height: 200px;
    float: left;
    width: 50px;
    vertical-align: middle;
    line-height: 200px;
}
.ref_rozsirene{
    display: none;
}

.reference .ref_popis h4{
    margin-top: 0;
    color: black;
}

.reference div{
    margin-left: 35px;
}

.ref_popis ol{
    margin-bottom: 0;
    padding-left: 0;
    color: #297fdc;
    font-weight: 600;
}

.ref_photo img, .ref_popis div{
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.ref_photo{
    width: 178px;
}



/* .................. */

.f1_container {
  position: relative;
  margin: 10px auto;
  width: 25%;
  height: 280px;
  z-index: 1;
  float: left;
}
.f1_container {
  perspective: 1000;
}
.f1_card {
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transition: all 0.3s linear;
}
.f1_container:hover .f1_card {
  transform: rotateY(180deg);
  box-shadow: -5px 5px 5px #aaa;
}
.face {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}
.face.back {
  display: block;
  transform: rotateY(180deg);
  box-sizing: border-box;
  /*padding: 10px;*/
  /*color: black;*/
  text-align: center;
  background-color: white;
  border: 2px #1d4bbb solid;
  
  
}
.face.front {
  text-align: center;
}

.f1_container ul{
    list-style-type: none;
    text-align: left;
    font-size: 14px;
    margin-bottom: 15px;
}

.f1_container li{
    margin-bottom: 10px;
}

/*.f1_container .foto{
    background-image: url("../img/foto.png");
}

.f1_container .info{
    background-image: url("../img/info.png");
}*/

.f1_container .info, .f1_container .foto{
    height: 31px;
    width: 50%;
    float: left;
    color: white;
    background-color: #1d4bbb;
    vertical-align: middle;
    padding-top: 5px;
/*    margin-left: 10px;
    margin-right: 10px;*/
}

.f1_container .info:hover, .f1_container .foto:hover{
    background-color: #2965ff;
}

.f1_container .bottom{
    width: 100%;
    position: absolute;
    top: 240px;
}

.f1_container .nadpis{
    background-color: #1d4bbb;
    color: white;
    padding-bottom: 10px;
}

.f1_container .front img{
    width: 178px;
    height: 133px;
}

.vbar_left{
    float: left;
    width: 1px;
    background-color: white;
    height: 100%;
}

.vbar_right{
    float: right;
    width: 1px;
    background-color: white;
    height: 100%;
}
/*   Reference END     */

/*   Kontakty START    */

.kontakt_skupina{
    margin-left: 20px;
    margin-bottom: 60px;
}

.kontakt_foto{
    width: 100px;height: 100px;
    background-color: white;
    border: 1px darkgrey solid;
    float: left;
    background-image: url(../img/no_image.png);
}

.kontakt_jmeno{
    font-size: 18px;
    padding-top: 16px;
    font-weight: 500;
}

.kontakt_popis_osoby{
    float: left;
    margin-left: 20px;
    width: 240px;
}

.kontakt_osoba{
    margin-left: 20px;
    min-height: 150px;
    float: left;
}

.kontakt_skupina .kontakt_osoba:first-child{
    margin-left: 0;
}

.kontakt_firma{
    width: 50%;
    float: left;
}

#mapa_provoz, #mapa_sidla{
    margin-right: 50px;
}

.rep_ma:after{
    content: "z";
}

ul.listek li{
    background: url("../img/listek_pruhledny_24.png") no-repeat left center;
    padding: 4px 0px 4px 40px;
}


/*   Kontakty END      */


/* Partneri START */

#partneri > div, #cert > div{
    margin-top: 20px;
    clear: both;
}

#partneri > div > div{
    float: left;
    text-align: center;
    width: 33%;
    margin-top: 20px;
}

#cert > div > div{
    float: left;
    text-align: center;
    width: 25%;
    margin-top: 20px;
}

/* Partneri END */

.left{
    float: left;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 2px solid #297fdc;
    margin: 1em 0;
    padding: 0; 
}


/* ***** AKTUALITY START ***** */

.aktualita{
    margin-bottom: 25px;
    margin-top: 15px;
}

.aktualita .akt_img{
    width: 100px;
    height: 100px;
}

.aktualita .akt_img img{
    width: 100px;
    height: 100px;
}

.aktualita .akt_img{
    margin-right: 20px;
}

.aktualita .akt_img, .aktualita .akt_data{
    float: left;
}

.aktualita h4{
    font-size: 17px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.aktualita .akt_data div.datum{
    margin-bottom: 10px;
}
.akt_data{
    width: 1070px;
}
/* *****  AKTUALITY END ***** */