/** LAYOUT MAIN STYLES ********************** **/

#lp-sis #lp-1 {
    max-width: 1255px;
    margin: 0 auto;
    display: block;
    position: relative;
    font-family: Segoe UI, "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    background: #081535;
    font-size: 16px;
    line-height: 1.4em;
}
#body2.layout-0 #lp-sis #lp-1 {
    font-size: 14px;
}

/** ***************************************** **/

/* ALZA PAGE overwrite */

#lp-sis #lp-1 div,
#lp-sis #lp-1 td,
#lp-sis #lp-1 th,
#lp-sis #lp-1 p,
#lp-sis #lp-1 textarea {
    font-size: inherit;
}
#lp-sis #lp-1 h1,
#lp-sis #lp-1 h2,
#lp-sis #lp-1 h3,
#lp-sis #lp-1 h4,
#lp-sis #lp-1 h5,
#lp-sis #lp-1 h6 { font-family: inherit; }
body.mobile #lp-sis #lp-1 h1, #lp-sis #lp-1 h1 { font-size: 2em; margin: .67em 0 }
body.mobile #lp-sis #lp-1 h2, #lp-sis #lp-1 h2 { font-size: 1.5em; margin: .75em 0 }
body.mobile #lp-sis #lp-1 h3, #lp-sis #lp-1 h3 { font-size: 1.17em; margin: .83em 0 }
body.mobile #lp-sis #lp-1 h4, #lp-sis #lp-1 h4,
body.mobile #lp-sis #lp-1 p, #lp-sis #lp-1 p,
body.mobile #lp-sis #lp-1 blockquote, #lp-sis #lp-1 blockquote,
body.mobile #lp-sis #lp-1 ul, #lp-sis #lp-1 ul,
body.mobile #lp-sis #lp-1 fieldset, #lp-sis #lp-1 fieldset,
body.mobile #lp-sis #lp-1 form, #lp-sis #lp-1 form,
body.mobile #lp-sis #lp-1 ol, #lp-sis #lp-1 ol,
body.mobile #lp-sis #lp-1 dl, #lp-sis #lp-1 dl,
body.mobile #lp-sis #lp-1 dir, #lp-sis #lp-1 dir,
body.mobile #lp-sis #lp-1 menu, #lp-sis #lp-1 menu { margin: 1.12em 0 }
body.mobile #lp-sis #lp-1 h5, #lp-sis #lp-1 h5 { font-size: .83em; margin: 1.5em 0 }
body.mobile #lp-sis #lp-1 h6, #lp-sis #lp-1 h6 { font-size: .75em; margin: 1.67em 0 }
#body2 .articleLab #h1c { display: none; }
#body2 .articleLab #articlePage { margin: auto !important; width: 100% !important; }
#body2 .articleLab .aFloor { margin-bottom: -40px; z-index: 1; }
.articleLab .labChip span, .articleLab .labChip div, .articleLab .labChip p
{ font-size: inherit; font-weight: inherit; line-height: inherit; margin-bottom: inherit; color: inherit; }
body.mobile #lp-sis #lp-1 ul, #lp-sis #lp-1 ul { line-height: inherit; }

/* ALZA PAGE overwrite END */


/** COMMON STYLES *************************** **/

#lp-sis #lp-1 h2,
body.mobile #lp-sis #lp-1 h2 {
    font-size: 275%;
    font-weight: 200;
    text-align: center;
}
#lp-sis #lp-1 a:hover {
    color: #2f8dcd;
}

/** ***************************************** **/


/** MAIN HEADER STYLES ********************** **/

body:not(.mobile) #lp-sis #lp-1 header#pc_header {
    font-size: 16px;
}

#lp-sis #lp-1 header#pc_header {
    background-size: cover;
    background-color: #081535;
    background-position: right bottom;
    width: 100%;
    overflow: hidden;
    margin: 0;
    min-height: 706px;
    padding-bottom:2em;
}
#lp-sis #lp-1 header#pc_header h1 {
    color: #FFF;
    font-size: 300%;
    text-align: center;
    margin: 0;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
    line-height: 1.1em;
    font-weight: bold;
}
#lp-sis #lp-1 header#pc_header #pc_main_board {
    margin: 0 auto;
    width: 900px;
    text-align: center;
}
#lp-sis #lp-1 header#pc_header a.pc_main_board_button {
    display: inline-block;
    width: 250px;
    color: #113265;
    position: relative;
    text-decoration: none;
    text-align: left;
    margin-top: 2em;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-box-shadow: 0px 0px 40px -25px rgba(255,255,255,1);
    -moz-box-shadow: 0px 0px 40px -25px rgba(255,255,255,1);
    box-shadow: 0px 0px 40px -25px rgba(255,255,255,1);
}
#lp-sis #lp-1 header#pc_header a.pc_main_board_button:not(.pc_button_selected):hover {
    -webkit-box-shadow: 0px 0px 45px -20px rgba(255,255,255,1);
    -moz-box-shadow: 0px 0px 45px -20px rgba(255,255,255,1);
    box-shadow: 0px 0px 45px -20px rgba(255,255,255,1);
}
#lp-sis #lp-1 header#pc_header a.pc_main_board_button:first-child {
    float: left;
}
#lp-sis #lp-1 header#pc_header a.pc_main_board_button:last-child {
    float: right;
}
#body2.layout-0 #lp-sis #lp-1 header#pc_header a.pc_main_board_button:first-child {
    margin-left: 3%;
}
#body2.layout-0 #lp-sis #lp-1 header#pc_header a.pc_main_board_button:last-child {
    margin-right: 3%;
}
#lp-sis #lp-1 header#pc_header a.pc_main_board_button:after {
    content: '';
    width: 10px;
    display: block;
    position: absolute;
    left: 49%; bottom: 0px;
    height: 0px;
    background: #8abe1a;
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0) inset;
    -moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0) inset;
    box-shadow: 0px 0px 0px 0px rgba(0,0,0,0) inset;
    -webkit-transition: bottom 0.3s, height 0.3s, -webkit-box-shadow 0.3s;
    -moz-transition: bottom 0.3s, height 0.3s, -moz-box-shadow 0.3s;
    -ms-transition: bottom 0.3s, height 0.3s, box-shadow 0.3s;
    -o-transition: bottom 0.3s, height 0.3s, box-shadow 0.3s;
    transition: bottom 0.3s, height 0.3s, box-shadow 0.3s;
}
#lp-sis #lp-1 header#pc_header a.pc_main_board_button.pc_button_selected:after {
    -webkit-box-shadow: 0px 15px 3px -5px rgba(0,0,0,0.5) inset;
    -moz-box-shadow: 0px 15px 3px -5px rgba(0,0,0,0.5) inset;
    box-shadow: 0px 15px 3px -5px rgba(0,0,0,0.5) inset;
    bottom: -38px;
    height: 38px;
}
#lp-sis #lp-1 header#pc_header a.pc_main_board_button span.pc_main_board_button_heading {
    display: block;
    width: 100%;
    min-height: 90px;
    padding-bottom: 90px;
    overflow: hidden;
    position: relative;
}
#lp-sis #lp-1 header#pc_header a.pc_main_board_button span.pc_main_board_button_heading span:first-child {
    width: 1000px;
    height: 1000px;
    background: #8abe1a;
    display: block;
    position: absolute;
    left: -210px;
    bottom: 140px;
    -webkit-transform: rotateZ(-20deg);
    -moz-transform: rotateZ(-20deg);
    -ms-transform: rotateZ(-20deg);
    -o-transform: rotateZ(-20deg);
    transform: rotateZ(-20deg);
}
#lp-sis #lp-1 header#pc_header a.pc_main_board_button span.pc_main_board_button_heading span:first-child:before {
    content: '';
    position: absolute;
    display: block;
    width: 100%; height: 100%;
    background: #F5F5F5;
    bottom: 0px;
    -webkit-transition: background 0.1s, bottom 0.1s;
    -moz-transition: background 0.1s, bottom 0.1s;
    -ms-transition: background 0.1s, bottom 0.1s;
    -o-transition: background 0.1s, bottom 0.1s;
    transition: background 0.1s, bottom 0.1s;
}
#lp-sis #lp-1 header#pc_header a.pc_main_board_button span.pc_main_board_button_heading span:last-child {
    display: block;
    line-height: 1.1em;
    font-size: 175%;
    font-weight: 600;
    padding: 1em 0.75em 0; 
    position: relative;
    vertical-align: center;
}
#lp-sis #lp-1 header#pc_header #pc_main_board_button_1 {
    background: #263054 url('https://i.alza.cz/Foto/LegendFoto/EN/Files/sis/alza_pc/img/button_background_off-01.jpg') no-repeat center bottom;
}
#lp-sis #lp-1 header#pc_header #pc_main_board_button_2 {
    background: #080d20 url('https://i.alza.cz/Foto/LegendFoto/EN/Files/sis/alza_pc/img/button_background_off-02.jpg') no-repeat center bottom;
}
#lp-sis #lp-1 header#pc_header #pc_main_board_button_3 {
    background: #0a0c18 url('https://i.alza.cz/Foto/LegendFoto/EN/Files/sis/alza_pc/img/button_background_off-03.jpg') no-repeat center bottom;
}
#lp-sis #lp-1 header#pc_header  #pc_main_board_button_1:before,
#lp-sis #lp-1 header#pc_header  #pc_main_board_button_1.pc_button_selected:before {
    background: transparent url('https://i.alza.cz/Foto/LegendFoto/EN/Files/sis/alza_pc/img/button_background_on-01.jpg') no-repeat center bottom;
}
#lp-sis #lp-1 header#pc_header  #pc_main_board_button_2:before,
#lp-sis #lp-1 header#pc_header  #pc_main_board_button_3.pc_button_selected:before {
    background: transparent url('https://i.alza.cz/Foto/LegendFoto/EN/Files/sis/alza_pc/img/button_background_on-02.jpg') no-repeat center bottom;
}
#lp-sis #lp-1 header#pc_header  #pc_main_board_button_3:before,
#lp-sis #lp-1 header#pc_header  #pc_main_board_button_3.pc_button_selected:before {
    background: transparent url('https://i.alza.cz/Foto/LegendFoto/EN/Files/sis/alza_pc/img/button_background_on-03.jpg') no-repeat center bottom;
}
#lp-sis #lp-1 header#pc_header a.pc_main_board_button .pc_main_board_button_content {
    display: block;
    position: relative;
}
#lp-sis #lp-1 header#pc_header a.pc_main_board_button:hover:before,
#lp-sis #lp-1 header#pc_header a.pc_main_board_button.pc_button_selected:before {
    opacity: 1 !important;
}
#lp-sis #lp-1 header#pc_header a.pc_main_board_button:before,
#lp-sis #lp-1 header#pc_header a.pc_main_board_button.pc_button_selected:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: opacity 0.1s;
    -moz-transition: opacity 0.1s;
    -ms-transition: opacity 0.1s;
    -o-transition: opacity 0.1s;
    transition: opacity 0.1s;
}
#lp-sis #lp-1 header#pc_header a.pc_main_board_button span.pc_main_board_button_description {
    display: inline-block;
    min-height: 110px;
    line-height: 1.5em;
    padding: 1em 1em 3em 2em;
    color: #FFF;
}
#lp-sis #lp-1 header#pc_header a.pc_main_board_button:hover span.pc_main_board_button_description,
#lp-sis #lp-1 header#pc_header a.pc_main_board_button.pc_button_selected span.pc_main_board_button_description {
    color: #FFF;
}
#lp-sis #lp-1 header#pc_header a.pc_main_board_button:hover span.pc_main_board_button_heading span:first-child:before,
#lp-sis #lp-1 header#pc_header a.pc_main_board_button.pc_button_selected span.pc_main_board_button_heading span:first-child:before {
    background: #FFF;
    bottom: 10px;
}
#lp-sis #lp-1 header#pc_header a.pc_main_board_button .pc_main_board_line {
  	width: 100%;
    padding-top: 20px;
    text-align: center;
    display: inline-block;
    position: absolute;
    bottom: 0px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255,255,255,0.0);
	background: -moz-linear-gradient(top, rgba(245,245,245,0) 0%, rgba(245,245,245,0) 65%, rgba(245,245,245,0) 100%);
	background: -webkit-linear-gradient(top, rgba(245,245,245,0) 0%,rgba(245,245,245,0) 65%,rgba(245,245,245,0) 100%);
	background: linear-gradient(to bottom, rgba(245,245,245,0) 0%,rgba(245,245,245,0) 65%,rgba(245,245,245,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f5f5f5', endColorstr='#80f5f5f5',GradientType=0 );
}
#lp-sis #lp-1 header#pc_header a.pc_main_board_button .pc_main_board_line:after {
    content: '';
    opacity: 0.5;
    display: inline-block;
    height: 15px;
    position: absolute;
    top: 0; width: 50%; left: 25%;
    border-top: 1px solid #FFF;
}
#lp-sis #lp-1 header#pc_header a.pc_main_board_button .pc_main_board_line:before {
    content: '';
    display: inline-block;
    width: 23px; height: 15px;
    position: relative;
    background: url(' https://i.alza.cz/Foto/LegendFoto/EN/Files/sis/alza_pc/img/header_button_arrow.png');
}
#lp-sis #lp-1 header#pc_header a.pc_main_board_button.pc_button_selected .pc_main_board_line,
#lp-sis #lp-1 header#pc_header a.pc_main_board_button:not(.pc_button_selected):hover .pc_main_board_line {
    border-bottom: 1px solid rgba(255,255,255,0.6);
	background: -moz-linear-gradient(top, rgba(245,245,245,0) 0%, rgba(245,245,245,0.15) 65%, rgba(245,245,245,0.5) 100%);
	background: -webkit-linear-gradient(top, rgba(245,245,245,0) 0%,rgba(245,245,245,0.15) 65%,rgba(245,245,245,0.5) 100%);
	background: linear-gradient(to bottom, rgba(245,245,245,0) 0%,rgba(245,245,245,0.15) 65%,rgba(245,245,245,0.5) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f5f5f5', endColorstr='#80f5f5f5',GradientType=0 );
}
#lp-sis #lp-1 header#pc_header a.pc_main_board_button:not(.pc_button_selected):hover .pc_main_board_line:after {
    border-top: 1px solid #8abe1a;
}
#lp-sis #lp-1 header#pc_header a.pc_main_board_button:not(.pc_button_selected):hover .pc_main_board_line:before {
    background-position: 23px;
}
#lp-sis #lp-1 header#pc_header a.pc_main_board_button.pc_button_selected .pc_main_board_line:after {
    border-width: 0;
}
#lp-sis #lp-1 header#pc_header a.pc_main_board_button.pc_button_selected .pc_main_board_line:before {
    -webkit-transform: scaleY(-1);
    -moz-transform: scaleY(-1);
    -ms-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    transform: scaleY(-1);
}
#lp-sis #lp-1 header#pc_header a.pc_main_board_button .pc_main_board_img {
    display: block;
    position: absolute;
    bottom: 10px; right: 25px;
    width: 54px; height: 45px;
    background: url(" https://i.alza.cz/Foto/LegendFoto/EN/Files/sis/alza_pc/img/icons.png");
}
#lp-sis #lp-1 header#pc_header a.pc_main_board_button:nth-child(2) .pc_main_board_img {
    background-position: 108px;
}
#lp-sis #lp-1 header#pc_header a.pc_main_board_button:nth-child(3) .pc_main_board_img {
    background-position: 54px;
}
/* Sell offer label = pc_main_board_button_offer */
#lp-sis #lp-1 header#pc_header a.pc_main_board_button span.pc_main_board_button_offer {
    background: rgb(157,164,171);
    background: -moz-linear-gradient(-45deg, rgba(157,164,171,1) 6%, rgba(76,81,0,1) 6%, rgba(112,137,0,1) 20%, rgba(126,158,0,1) 56%, rgba(157,204,71,1) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(157,164,171,1) 6%,rgba(76,81,0,1) 6%,rgba(112,137,0,1) 20%,rgba(126,158,0,1) 56%,rgba(157,204,71,1) 100%);
    background: linear-gradient(135deg, rgba(157,164,171,1) 6%,rgba(76,81,0,1) 6%,rgba(112,137,0,1) 20%,rgba(126,158,0,1) 56%,rgba(157,204,71,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9da4ab', endColorstr='#9dcc47',GradientType=1 );
    padding: 0.25em 0.5em;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border-top-left-radius: 20px;
    display: block;
    position: absolute;
    right: -30px;
    top: -30px;
    padding-left: 0.75em;
    -webkit-transform: rotate(18deg);
    -moz-transform: rotate(18deg);
    -ms-transform: rotate(18deg);
    -o-transform: rotate(18deg);
    transform: rotate(18deg);
    font-size: 16px;
    -webkit-box-shadow: 2px 3px 2px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 2px 3px 2px 0px rgba(0,0,0,0.5);
    box-shadow: 2px 3px 2px 0px rgba(0,0,0,0.5);
    overflow: hidden;
    text-align: center;
    color: #FFF;
}
#lp-sis #lp-1 header#pc_header a.pc_main_board_button span.pc_main_board_button_offer strong {
    font-weight: 700;
}
#lp-sis #lp-1 header#pc_header a.pc_main_board_button span.pc_main_board_button_offer:after {
    content: '';
    background: #FFF;
    background: -moz-linear-gradient(-45deg, rgba(0,0,0,1) 0%, rgba(255,255,255,1) 94%);
    background: -webkit-linear-gradient(-45deg, rgba(0,0,0,1) 0%,rgba(255,255,255,1) 94%);
    background: linear-gradient(135deg, rgba(0,0,0,1) 0%,rgba(255,255,255,1) 94%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#ffffff',GradientType=1 );
    width: 20px;
    height: 20px;
    position: absolute;
    display: block;
    top: -8px;
    left: -8px;
    border: 1px solid #BBB;
    -webkit-transform: skewY(-30deg);
    -moz-transform: skewY(-30deg);
    -ms-transform: skewY(-30deg);
    -o-transform: skewY(-30deg);
    transform: skewY(-30deg);
}

/** ***************************************** **/


/** SLIDING CONTENT STYLES ****************** **/

#lp-sis #lp-1 div#pc_slides_container {
    position: relative;
    margin: 0; padding: 0;
}
#lp-sis #lp-1 section.pc_slides {
    position: relative;
    border-top: 8px solid #8abe1a;
    background: #F5F5F5;
    width: 80%;
    margin: 0px auto 8em;
}
#lp-sis #lp-1 section.pc_slides .pc_slide {
    width: 80%;
    margin-left: 10%;
    position: relative;
    text-align: left;
    padding-bottom: 5em;
    margin-bottom: 0;
}
#lp-sis #lp-1 .pc_slides_temp {
    left: 10% !important;
    position: absolute !important;
}
#lp-sis #lp-1 section.pc_slides .pc_slide h2 {
    color: #555;
    font-weight: 200;
    margin: 1em 0;
    width: 90%;
    padding: 0 5%;
    line-height: 1.4;
}
#lp-sis #lp-1 section.pc_slides .pc_slide .pc_slide_text {
    color: #113265;
    font-size: 100%;
    line-height: 1.6em;
    position: relative;
}
#lp-sis #lp-1 section.pc_slides .pc_slide .pc_slide_img {
    float: right;
    width: 230px;
    height: 281px;
    margin-left: 1em;
}
#body2.layout-0 #lp-sis #lp-1 section.pc_slides .pc_slide .pc_slide_img {
    margin-right: -3em;
}
#lp-sis #lp-1 section.pc_slides .pc_slide dl {
    color: #113265;
    display: block;
    margin-top: 2em;
    margin-bottom: 3em;
    padding-left: 3em;
}
#lp-sis #lp-1 section.pc_slides .pc_slide dl dt {
    margin: 0; padding: 0;
    margin-bottom: 1em;
    position: relative;
}
#lp-sis #lp-1 section.pc_slides .pc_slide dl dt:before {
    content: '';
    width: 26px;
    height: 27px;
    background: transparent url(' https://i.alza.cz/Foto/LegendFoto/EN/Files/sis/alza_pc/img/tick_blue.png');
    display: inline-block;
    position: absolute;
    top: -2px;
    left: -3em;
}
#lp-sis #lp-1 a.pc_button {
    font-weight: bold;
    background: rgb(145,199,29);
    background: -moz-linear-gradient(top, rgba(145,199,29,1) 0%, rgba(126,158,0,1) 100%);
    background: -webkit-linear-gradient(top, rgba(145,199,29,1) 0%,rgba(126,158,0,1) 100%);
    background: linear-gradient(to bottom, rgba(145,199,29,1) 0%,rgba(126,158,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#91c71d', endColorstr='#7e9e00',GradientType=0 );
    -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.3) inset;
    -moz-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.3) inset;
    box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.3) inset;
    color: #fff;
    display: inline-block;
    position: relative;
    font-size: 15px;
    padding: 16px 50px 16px 25px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
    font-family: Verdana;
    text-align: center;
    text-decoration: none !important;
    -webkit-transition: opacity 0.2s linear 0s;
    -moz-transition: opacity 0.2s linear 0s;
    -ms-transition: opacity 0.2s linear 0s;
    -o-transition: opacity 0.2s linear 0s;
    transition: opacity 0.2s linear 0s;
}
#lp-sis #lp-1 a.pc_button:hover {
    background: rgb(145,199,29);
    background: -moz-linear-gradient(top, rgba(145,199,29,1) 0%, rgba(105,146,15,1) 100%);
    background: -webkit-linear-gradient(top, rgba(145,199,29,1) 0%,rgba(105,146,15,1) 100%);
    background: linear-gradient(to bottom, rgba(145,199,29,1) 0%,rgba(105,146,15,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#91c71d', endColorstr='#69920f',GradientType=0 );
}
#lp-sis #lp-1 a.pc_button span.pc_button_text {
    display: inline-block;
    vertical-align: middle;
}
#lp-sis #lp-1 a.pc_button span:not(.pc_button_text) {
    display: inline-block;
    position: absolute;
    top: 45%; top: calc(50%-16px); right: 1.5em;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    border: 3px solid #FFF;
    border-width: 2px 2px 0 0;
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}
#lp-sis #lp-1 section.pc_slides .pc_slide .pc_slide_video_container_p {
  margin-top: 4em;
}
#lp-sis #lp-1 section.pc_slides .pc_slide .pc_slide_video_container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
#lp-sis #lp-1 section.pc_slides .pc_slide .pc_slide_video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#lp-sis #lp-1 #pc_slides_3 .pc_slide {
  text-align: center;
  padding-bottom: 6em;
}
#lp-sis #lp-1 .pc_slide .pc_slide_configurator_a {
  display: inline-block;
  width: 32%;
  min-height: 200px;
  -webkit-box-shadow: 0 0px 1px rgba(0,0,0,.25);
  -moz-box-shadow: 0 0px 1px rgba(0,0,0,.25);
  box-shadow: 0 0px 1px rgba(0,0,0,.25);
  background: #FFF;
  position: relative;
  border-style: solid;
  border-width: 6px 0 0;
  text-decoration: none;
  text-align: left;
  overflow: hidden;
  vertical-align: top;
  -webkit-transition: -webkit-box-shadow 0.1s;
  -moz-transition: -moz-box-shadow 0.1s;
  -ms-transition: box-shadow 0.1s;
  -o-transition: box-shadow 0.1s;
  transition: box-shadow 0.1s;
}
#lp-sis #lp-1 .pc_slide a.pc_slide_configurator_a:hover {
  color: inherit;
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
  -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
  box-shadow: 0 1px 3px rgba(0,0,0,0.3);
}
#lp-sis #lp-1 .pc_slide .pc_slide_configurator_a:before,
#lp-sis #lp-1 .pc_slide .pc_slide_configurator_a:after {
  content: '';
  display: inline-block;
  height: 100%;
  width: 0;
  vertical-align: middle;
}
#lp-sis #lp-1 .pc_slide .pc_slide_configurator_a:before {
  height: 150px;
  width: 150%;
  position: absolute;
  bottom: -55px; left: 0;
  background: #8ABE1A;
  transform: rotateZ(-25deg);
  transition: bottom .2s ease-in-out;
}
#lp-sis #lp-1 .pc_slide .pc_slide_configurator_a:hover:before {
  bottom: -50px;
}
#lp-sis #lp-1 .pc_slide .pc_slide_configurator_a .pc_slide_configurator_line {
  position: absolute;
  width: 100%;
  height: 6px;
  left: 0;
  top: -6px;
  opacity: 0;
  background: #FFF;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
#lp-sis #lp-1 .pc_slide .pc_slide_configurator_a:hover .pc_slide_configurator_line {
  opacity: 0.2;
}
#lp-sis #lp-1 .pc_slide .pc_slide_configurator_a span {
  display: block;
}
#lp-sis #lp-1 .pc_slide .pc_slide_configurator_a .pc_slide_configurator_text {
  width: 80%;
  margin-left: 10%;
  vertical-align: middle;
  position: relative;
}
#lp-sis #lp-1 .pc_slide .pc_slide_configurator_a .pc_slide_configurator_text span:first-child {
  font-size: 175%;
  font-weight: 600;
  padding-top: 40px;
  padding-bottom: 10px;
  line-height: 1.2em;
}
#lp-sis #lp-1 .pc_slide .pc_slide_configurator_a .pc_slide_configurator_text span:last-child {
  padding-top: 5px;
  padding-bottom: 90px;
  color: #555555;
  font-weight: 600;
}
#lp-sis #lp-1 .pc_slide .pc_slide_configurator_a_1 {
  margin-left: -4%;
  border-color: #8ABE1A;
}
#lp-sis #lp-1 .pc_slide .pc_slide_configurator_a_1 .pc_slide_configurator_text span:first-child {
  color: #8ABE1A;
}
#lp-sis #lp-1 .pc_slide .pc_slide_configurator_a_2 {
  margin: 0 5%;
  border-color: #0194E7;
}
#lp-sis #lp-1 .pc_slide .pc_slide_configurator_a_2:before {
  background: #0194E7;
}
#lp-sis #lp-1 .pc_slide .pc_slide_configurator_a_2 .pc_slide_configurator_text span:first-child {
  color: #0194E7;
}
#lp-sis #lp-1 .pc_slide .pc_slide_configurator_a_3 {
  margin-right: -4%;
  border-color: #C81220;
}
#lp-sis #lp-1 .pc_slide .pc_slide_configurator_a_3:before {
  background: #C81220;
}
#lp-sis #lp-1 .pc_slide .pc_slide_configurator_a_3 .pc_slide_configurator_text span:first-child {
  color: #C81220;
}
/** ****************************************** **/


/** ABOUT ALZA PC SECTION  ******************* **/

#lp-sis #lp-1 #pc_about-section {
    padding: 0 8% 8em;
    background: #FFF;
}
#lp-sis #lp-1 #pc_about-section h2 {
    color: #263771;
    font-weight: 200;
    text-align: center;
    padding-top: 1.75em;
    margin-top: 0;
    margin-bottom: 0.5em;
    line-height: 1em;
}
#lp-sis #lp-1 #pc_about-section h2 + p,
#lp-sis #lp-1 #pc_about-section h3 + p {
    font-size: 120%;
    color: #263771;
}
#lp-sis #lp-1 #pc_about-section h2 + p {
    text-align: center;
    margin: 0 auto;
    line-height: 1.5em;
    width: 80%;
    margin-bottom: 1em;
}
#lp-sis #lp-1 #pc_about-section .pc_about-container {
    text-align: left;
}
#lp-sis #lp-1 #pc_about-section .pc_about-rows {
    display: inline-block;
    width: 100%;
}
#lp-sis #lp-1 #pc_about-section .pc_about-row {
    display: inline-block;
    margin-top: 4em;
    text-align: left;
    width: 49%;
}
#lp-sis.layout_1255 #lp-1 #pc_about-section .pc_about-row:nth-child(2n) {
    margin-left: 3%;
}
#body2.layout-0 #lp-sis #lp-1 #pc_about-section .pc_about-row {
    display: block;
    width: 100%;
}
#lp-sis #lp-1 #pc_about-section .pc_about-row > div {
    display: inline-block;
}
#lp-sis #lp-1 #pc_about-section .pc_about-row .fa {
    font-size: 80px;
    color: #8abe1a;
    width: 100px;
    height: 100px;
    padding: 0;
    margin: 40px 20px 0 0;
    float: left;
    text-align: right;
}
#lp-sis #lp-1 #pc_about-section .pc_about-row .pc_about-content {
    vertical-align: top;
    width: 73%;
}
#lp-sis #lp-1 #pc_about-section .pc_about-row .pc_about-content .pc_about-subheading {
    line-height: 1.4em;
}
#lp-sis #lp-1 #pc_about-section h3 {
    line-height: 1.2em;
    font-size: 180%;
    color: #193764;
    margin: 0;
}
#lp-sis #lp-1 #pc_about-section h3 + p {
    color: #555;
    font-weight: 400;
    margin: 0.5em 0 1.25em;
}
#lp-sis #lp-1 #pc_about-section ul.pc_about-ul {
    list-style-type: none;
    margin: 0; padding: 0;
    padding-left: 2.2em;
}

#lp-sis #lp-1 #pc_about-section ul.pc_about-ul li {
    color: #2d2d2d;
    font-weight: 200;
    margin-bottom: 0.5em;
    position: relative;
    background: none;
    padding: 0;
}
#lp-sis #lp-1 #pc_about-section ul.pc_about-ul li:before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 0.25em;
    left: -30px;
    height: 16px;
    width: 21px;
    background-image: url(' https://i.alza.cz/Foto/LegendFoto/EN/Files/sis/alza_pc/img/tick.gif');
}

/** ****************************************** **/


/** FAQs STYLES SECTION  ********************  **/

#lp-sis #lp-1 #otazky.faqStyles {
    overflow: hidden;
    background: #FFF;
    margin: -2em 0 0 !important; padding: 0 5% !important;
}
#lp-sis #lp-1 #otazky.faqStyles h2 {
    font-size: 300% !important;
    font-weight: 200 !important;
    text-align: center !important;
    color: #113265 !important;
    padding-bottom: 1em;
}
.accordion {
	margin: 10px 0 20px;
}
.accordionHeader {
	position: relative;
	color: #636363;
	min-height: 22px;
	padding: 10px 43px !important;
	line-height: 22px !important;
	font-size: 16px !important;
	font-weight: normal;
	cursor: pointer;
	margin: 10px 0 0 !important;
	border: 1px solid #d9d9d9 !important;
	-webkit-border-radius: 4px !important;
	-moz-border-radius: 4px !important;
	border-radius: 4px !important;
}
.accordionHeader:before {
	display: block;
	font-family: FontAwesome;
	color: #2f8dcd;
	content: "\f105";
	position: absolute;
	left: 16px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	-o-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}
.accordionHeader:hover {
	color: #000 !important;
	background: #f4f4f4;
}
.accordionBody {
	border: 1px solid #d9d9d9 !important;
	border-top: none !important;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
	background-color: white;
	display: none;
}
.accordionBody > div {
	padding: 16px 43px !important;
	color: #000 !important;
	font-size: 16px !important;
}
.accordion .accordionHeader.ui-accordion-header-active {
	background-color: #f4f4f4;
	color: #000;
	font-weight: 700 !important;
	border-bottom: none !important;
	-webkit-border-radius: 4px 4px 0 0 !important;
	-moz-border-radius: 4px 4px 0 0 !important;
	border-radius: 4px 4px 0 0 !important;
}
.accordion .accordionHeader.ui-accordion-header-active:before {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}
.faqStyles h2 {
	font-family: inherit;
	font-weight: 300 !important;
	vertical-align: baseline !important;
	font-size: 24px !important;
	color: #414042 !important;
	text-align: left !important;
	margin-top: 80px !important;
	margin-bottom: 20px !important;
	color: #414042 !important;
	font-style: inherit;
	font-variant-ligatures: inherit;
	font-variant-caps: inherit;
	font-variant-numeric: inherit;
}
.faqStyles {
	margin-left: 3% !important;
	margin-right: 3% !important;
}
#articleHelpdeskQuestion {
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: 18px !important;
	padding-left: 3% !important;
	margin-bottom: 50px !important;
	color: #636363 !important;
}
#articleHelpdeskQuestion a {
	text-decoration: underline !important;
	color: #03295c !important;
}
#articleHelpdeskQuestion a:hover {
	text-decoration: underline !important;
	color: #2f8dcd !important;
}
#lp-sis #lp-1 .pc_video {
    width: 100%;
    padding: 5em 0;
    background: #486184;
    margin-top: 2.5em;
}
.mobile #lp-sis #lp-1 .pc_video {
    padding: 1em 0;
    margin-top: 1em;
}
#lp-sis #lp-1 .pc_video > div {
    max-width: 800px;
    margin: 0 auto;
}
#lp-sis #lp-1 .articleVideoWrapper {
    padding-top: 0;
}

/** ****************************************** **/


/** RESPONSIVE DESIGN STYLES ****************  **/

@media screen and (max-width: 979px) {
  
    body.mobile #lp-sis #lp-1 {
        font-size: 12px;
    }
    body.mobile #lp-sis #lp-1 header#pc_header #pc_main_board {
        width: 100%;
    }
    body.mobile #lp-sis #lp-1 header#pc_header a.pc_main_board_button {
        width: 170px;
        margin-bottom: 80px;
    }
    body.mobile #lp-sis #lp-1 header#pc_header a.pc_main_board_button:after {
        display: none;
    }
    #lp-sis #lp-1 header#pc_header a.pc_main_board_button span.pc_main_board_button_heading {
        padding-bottom: 40px;
    }
    body.mobile #lp-sis #lp-1 header#pc_header {
        min-height: 0px;
    }
    body.mobile #lp-sis #lp-1 header#pc_header a.pc_main_board_button span.pc_main_board_button_offer {
        right: -10px;
    }
    body.mobile #lp-sis #lp-1 section.pc_slides {
        padding: 2em 10% 0;
        margin-top: 0;
        margin-bottom: 0;
        width: 80%;
        position: relative;
        overflow: hidden;
    }
    body.mobile #lp-sis #lp-1 .pc_slides_temp {
        left: 0% !important;
    }
		body.mobile #lp-sis #lp-1 section.pc_slides .pc_slide .pc_slide_img {
        margin-right: -120px;
    }
    body.mobile #lp-sis #lp-1 #pc_slides_3 .pc_slide {
        width: 120%;
        margin-left: -10%;
    }
    body.mobile #lp-sis #lp-1 section.pc_slides .pc_slide .pc_slide_configurator_a {
      width: 31%;
      margin: 0 1%;
      min-height: 180px;
    }
    body.mobile #lp-sis #lp-1 .pc_slide .pc_slide_configurator_a:before {
      bottom: -70px;
    }
    body.mobile #lp-sis #lp-1 .pc_slide .pc_slide_configurator_a:hover:before {
      bottom: -60px;
    }
    body.mobile #lp-sis #lp-1 #pc_about-section .pc_about-row {
        display: block;
        width: 100%;
        font-size: 90%;
    }
    body.mobile #lp-sis #lp-1 #pc_about-section .pc_about-row .fa {
        font-size: 60px;
        width: 80px;
    }
}
@media screen and (max-width: 540px) {
    body.mobile #lp-sis #lp-1 header#pc_header a.pc_main_board_button {
        width: 250px;
        display: block;
        float: none;
        margin: 0 auto 80px;
    }
    body.mobile #lp-sis #lp-1 header#pc_header a.pc_main_board_button span.pc_main_board_button_heading {
        padding-bottom: 50px;
    }
    body.mobile #lp-sis #lp-1 header#pc_header a.pc_main_board_button span.pc_main_board_button_offer {
        font-size: 12px;
    }
    body.mobile #lp-sis #lp-1 section.pc_slides {
        padding: 2em 5% 5em;
        width: 90%;
    }
    body.mobile #lp-sis #lp-1 section.pc_slides .pc_slide {
        padding: 0 0%;
    }
		body.mobile #lp-sis #lp-1 section.pc_slides .pc_slide .pc_slide_img {
        display: none;
    }
    body.mobile #lp-sis #lp-1 #pc_slides_3 .pc_slide {
        width: 100%;
        margin-left: 0;
        padding-bottom: 0;
    }
    body.mobile #lp-sis #lp-1 section.pc_slides .pc_slide .pc_slide_configurator_a {
      display: block;
      margin: 15px auto 0px;
      width: 90%;
      font-size: 85%;
    }
    body.mobile #lp-sis #lp-1 #pc_about-section .pc_about-content {
        font-size: 90%;
        width: 100% !important;
    }
    body.mobile #lp-sis #lp-1 #pc_about-section .pc_about-content h3 {
        text-align: center;
    }
    body.mobile #lp-sis #lp-1 #pc_about-section .pc_about-row {
        display: block;
        width: 100%;
        font-size: 120%;
    }
    body.mobile #lp-sis #lp-1 #pc_about-section .pc_about-row .fa {
        display: block;
        margin: 1em auto 0.4em;
        width: 40px; height: 40px;
        float: none;
    }
}


/* TWO BUTTONS */
#lp-sis #lp-1 section.pc_slides .pc_slide .pc_slide_configurator_a {
	width: 47%;
	height: 213px;
	margin: 2%;
	font-size: 125%;
	line-height: 1.5em;
}

#lp-sis #lp-1 section.pc_slides .pc_slide .pc_slide_configurator_a_1 {
	margin-left: 0;
}

#lp-sis #lp-1 section.pc_slides .pc_slide .pc_slide_configurator_a_3 {
	margin-right: 0;
}

.graficke-karty {
	font-family: "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	background: #FFF;
	width: 900px;
	margin: auto;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-align-content: flex-start;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 2.5em
}
.graficke-karty figure {
	margin: 0;
	padding: 0;
	-webkit-order: 0;
	-ms-flex-order: 0;
	order: 0;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	-webkit-align-self: auto;
	-ms-flex-item-align: auto;
	align-self: auto;
}
.graficke-karty figure img {
	vertical-align: top;
	padding-left: 0.75;
}
.graficke-karty .prava-strana {
	-webkit-order: 0;
	-ms-flex-order: 0;
	order: 0;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	-webkit-align-self: auto;
	-ms-flex-item-align: auto;
	align-self: auto;
}
.graficke-karty .prava-strana ol {
	padding: 0;
	margin: 1em 0;
	padding-left: 32px;
	list-style-type: none;
	counter-reset: section;
}
.graficke-karty .prava-strana ol li {
	line-height: 28px;
	position: relative;
}
.graficke-karty .prava-strana ol li a {
	color: #428dd0
}
.graficke-karty .prava-strana ol li a:hover {
	color: #849b0d
}
.graficke-karty .prava-strana ol li::before {
	counter-increment: section;
	content: counter(section)'.';
	display: inline-block;
	text-align: center;
	position: absolute;
	top: 0;
	left: -32px;
	font-weight: 700;
	color: #FFF;
	font-size: 13px;
	width: 23px;
	height: 23px;
	line-height: 24px;
	border-radius: 50%;
	background: rgb(132,155,13);
	background: -moz-linear-gradient(left, rgba(132,155,13,1) 0%, rgba(158,200,54,1) 100%);
	background: -webkit-linear-gradient(left, rgba(132,155,13,1) 0%, rgba(158,200,54,1) 100%);
	background: linear-gradient(to right, rgba(132,155,13,1) 0%, rgba(158,200,54,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#849b0d', endColorstr='#9ec836', GradientType=1 );
}
.graficke-karty .prava-strana h3 {
	padding: 0;
	margin: 0;
	color: red;
    text-transform: uppercase;
	font-size: 23px;
  font-weight: 700
}
.mobile .graficke-karty {
    width: 90%;
    padding: 2em;
    box-sizing: border-box;
}
.mobile .graficke-karty figure{
margin:auto;
}
body.mobile #lp-sis #lp-1 ol{
margin:0
}
.mobile .graficke-karty .prava-strana ol li {
    padding: 0;
}