/* layout styles */
html { margin-right: 0 !important; }
body, .page { padding: 0px; margin: 0px; background-color: #edecee; }


/* Layout */
.page-wrap { width: 100%; overflow: hidden; position: relative; }
.page { position: relative; z-index: 1; -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
.page.no-transform { -webkit-transition: all 0s ease-out; -moz-transition: all 0s ease-out; -ms-transition: all 0s ease-out; -o-transition: all 0s ease-out; transition: all 0s ease-out; -webkit-transform: none !important; -moz-transform: none !important; -ms-transform: none !important; -o-transform: none !important; transform: none !important; }
.menu-button, .mobile-menu { display: none; }

.row { width: 100%; display: block; position: relative; clear: both; *zoom: 1; }
.row:before, .row:after { content: ''; display: table; clear: both; height: 0; visibility: hidden; font-size: 0; }
.row-main { width: 1180px; margin: 0 auto; text-align: left; position: relative; }
.row-narrow { width: 890px; margin: 0 auto; text-align: left; position: relative; }

.col { position: relative; float: left; left: 100%; *display: inline; }
.col-2-1, .col-2-2 { width: 50%; margin-left: -100%; }
.col-2-2 { margin-left: -50%; }

.access-menu { position: absolute; left: 0; top: 0 }
.access-menu a { position: absolute; left: -10000px; top: 10px }
.access-menu a:focus, .access-menu a:active { left: 30px; top: 15px; white-space: nowrap; display: block; background: #ab0c42; color: #fff; padding: 10px 15px; border: 2px dotted #ab0c42; z-index: 500; width: 200px; font-size: 15px; font-weight: bold; }

.header, .main { max-width: 1500px; margin: 0 auto; }


/* header */
.header { position: relative; padding: 0 60px; max-width: 1380px; margin: 0 auto; height: 120px; z-index: 100; background-color: #fff; }
.header .menu-button { display: none; }
.header .menu-box { font-size: 0; position: relative; float: right; z-index: 2; margin-top: 38px; }
.header .logo { position: relative; display: inline-block; *display: inline; *zoom: 1; vertical-align: top; padding: 30px 30px 0 0; }
.header .logo img, .header .logo svg { display: block; }

/* main menu */
.main-menu { padding: 0; margin: 0; display: inline-block; *display: inline; *zoom: 1; vertical-align: top; }
.main-menu ul { margin: 4px 0 3px; padding: 0; font-size: 0; }
.main-menu li { margin: 0; padding: 0; font-size: 18px; font-weight: 600; line-height: 42px; display: inline-block; *display: inline; *zoom: 1; vertical-align: top; position: relative; overflow: hidden; -webkit-transition: all 0.25s ease-out; -moz-transition: all 0.25s ease-out; -ms-transition: all 0.25s ease-out; -o-transition: all 0.25s ease-out; transition: all 0.25s ease-out; }
.main-menu li.active { margin: 0 10px; -webkit-border-radius: 50px; -moz-border-radius: 50px; border-radius: 50px; }
.main-menu li a { display: block; position: relative; text-decoration: none; color: #4a4a4a; background-color: transparent; padding: 0 14px; margin: 0; -webkit-transition: color 0.2s ease-out, background-color 0.2s ease-out; -moz-transition: color 0.2s ease-out, background-color 0.2s ease-out; -ms-transition: color 0.2s ease-out, background-color 0.2s ease-out; -o-transition: color 0.2s ease-out, background-color 0.2s ease-out; transition: color 0.2s ease-out, background-color 0.2s ease-out; }
.main-menu li:hover a { color: #0088a5; }
.main-menu li.active a { color: #fff; background-color: #0088a5; }
.main-menu li + li:before { content: ''; position: absolute; top: 0; left: 0px; width: 1px; height: 100%; background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(222,222,222,1) 50%, rgba(0,0,0,0) 100%); }
.main-menu li.active:before, .main-menu li.active + li:before { display: none; }

/* sticky menu */
.header.sticky { position: fixed; left: 50%; margin-left: -750px; top: 0; z-index: 100; padding: 0; width: 100%; max-width: 1500px; height: 58px; border-bottom: 1px solid #f2f2f2; }
.header.sticky.hidden { top: -100px; display: block; -webkit-transition: all 0s ease-out; -moz-transition: all 0s ease-out; -ms-transition: all 0s ease-out; -o-transition: all 0s ease-out; transition: all 0s ease-out; }
.header.sticky .menu-box { float: none; margin: 0 auto; text-align: center; }
.header.sticky .logo { display: none; }
.header.sticky .main-menu { margin: 0 auto; }
.header.sticky .main-menu ul { margin: 0; }
.header.sticky .main-menu li { overflow: inherit; font-size: 16px; padding: 0 10px; }
.header.sticky .main-menu li a { display: block; border-bottom: 3px solid transparent; padding: 10px 10px 4px; top: 0; }
.header.sticky .main-menu li.active { margin: 0; }
.header.sticky .main-menu li.active a { color: #0088a5; background-color: transparent; border-bottom-color: #0088a5; }
.header.sticky .main-menu li.active:before, .header.sticky .main-menu li.active + li:before { display: block; }


/* main content */
.main { position: relative; background-color: #fff; padding: 0; }
.section { position: relative; padding: 0; }

.circle { position: relative; display: inline-block; *display: inline; *zoom: 1; vertical-align: top; margin: 0 auto; background-color: #fff; border: 1px solid #7dc2d1; box-shadow: 0 0 43px rgba(0,136,165,0.17); -webkit-border-radius: 999px; -moz-border-radius: 999px; border-radius: 999px; }
.circle-big { width: 106px; height: 106px; margin-bottom: 25px; }
.circle-medium { width: 73px; height: 73px; margin-bottom: 25px; }

.tab-slider-box { position: relative; overflow: hidden; background: #f5f5f5; border-bottom: 1px solid #e5e5e5; }
.tab-slider-box .slides { position: relative; margin: 0 auto; height: 100%; }
.tab-slider-box .slide.active { position: relative; display: block; }
.tab-slider-box .slide { position: absolute; top: 0; left: 0; padding: 0; margin: 0; width: 100%; height: 100%; display: none; }
.tab-slider-box .toggle-box { position: relative; text-align: center; }
.tab-slider-box .text-box { text-align: left; }

.tab-slider-box .tab-paging { width: 100%; z-index: 10; }
.tab-slider-box .tab-paging > div { display: inline-block; height: 100%; *display: inline; *zoom: 1; vertical-align: top; position: relative; text-align: center; }
.tab-slider-box .tab-paging > div.active { z-index: 2; }
.tab-slider-box .tab-paging > div:before { content: ''; position: absolute; left: 0; width: 100%; top: 0; height: 6px; background-color: transparent; border-right: 1px solid transparent; }
.tab-slider-box .tab-paging > div.active:before { background-color: #0088a5; border-right: 1px solid #0088a5; }
.tab-slider-box .tab-paging > div.active:last-child:before { border-right: 0 none transparent; }
.tab-slider-box .tab-paging a { text-decoration: none; background-color: #fff; border-top: 1px solid #e1e1e1; border-bottom: 1px solid #e1e1e1; display: block; -webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out; -ms-transition: all 0.5s ease-out; -o-transition: all 0.5s ease-out; transition: all 0.5s ease-out; }
.tab-slider-box .tab-paging a.active { z-index: 2; background-color: #f5f5f5; border-bottom-color: transparent; border-top-color: transparent; }
.tab-slider-box .tab-paging > div + div a { border-left: 1px solid #e1e1e1;}
.tab-slider-box .tab-paging .vc-outer { width: 100%; }
.tab-slider-box .tab-paging .vc-inner { position: relative; padding: 0 20px; }
.tab-slider-box .tab-paging .text { text-decoration: underline; display: inline-block; vertical-align: top; position: relative; z-index: 2; }
.tab-slider-box .tab-paging a.active .text, .tab-slider-box .tab-paging a:hover .text { text-decoration: none; }


/* intro */
.section-intro { padding: 0; background-repeat: no-repeat; background-position: 50% 50%; background-size: cover; }
.section-intro .row { height: 620px; display: table; }
.section-intro .row .table-cell { display: table-cell; vertical-align: middle; }
.section-intro .text-box { max-width: 495px; padding: 25px 0; margin-left: 165px; position: relative; }
.section-intro .text-box .heading-prefix { font-size: 18px; line-height: 27px; font-weight: 500; padding: 0 0 20px; color: #4f2583; }
.section-intro .text-box p { font-size: 26px; line-height: 37px; padding: 0 0 30px; color: #4a4a4a; }

.section-intro .bg-video, .section-intro .video-overlay { bottom: 0; left: 0; overflow: hidden; position: absolute; right: 0; top: 0; width: 100%; height: 100%; opacity: 0; }
/*.section-intro .video-overlay { background-color: rgba(0,0,0,0.2); opacity: 1; }*/
.section-intro .bg-video video { display: block; margin: 0 auto; height: auto; left: 50%; min-height: 100%; min-width: 100%; position: absolute; top: 50%; transform: translate(-50%, -50%); width: auto; }

/* info */
.section-info { padding: 125px 0 160px; }
.section-info p { font-size: 30px; line-height: 42px; font-weight: 500; color: #4a4a4a; padding: 0 20px 40px; }
.section-info p.suffix { font-size: 18px; line-height: 29px; font-weight: 600; color: #0088a5; padding: 0 20px; }

/* situace */
.section-situace .tab-slider-box .slide { padding: 80px 0 65px; }
.section-situace .tab-slider-box .img-box, .section-situace .tab-slider-box .text-box { position: relative; display: inline-block; vertical-align: top; }
.section-situace .tab-slider-box .img-box { margin: 0 95px 25px 0; }
.section-situace .tab-slider-box .text-box { width: 100%; max-width: 710px; padding-top: 20px; }
.section-situace .tab-slider-box .text-box ul { margin: 0; }
.section-situace .tab-slider-box .text-box ul li { position: relative; padding: 22px 0 22px 35px; }
.section-situace .tab-slider-box .text-box ul li + li { border-top: 1px solid #dfdfdf; }
.section-situace .tab-slider-box .text-box ul li:before { content:'\e90d'; font-size: 23px; position: absolute; left: 0; top: 22px; color: #0088a5; }
.section-situace .tab-slider-box .text-box strong { color: #3f3f3f; font-weight: 700; }

.section-situace .tab-slider-box .tab-paging { height: 185px; }
.section-situace .tab-slider-box .tab-paging a { height: 183px; font-size: 28px; line-height: 36px; font-weight: 900; }
.section-situace .tab-slider-box .tab-paging .vc-outer { height: 183px; }
.section-situace .tab-slider-box .tab-paging .text { padding: 0 0 0 105px; }
.section-situace .tab-slider-box .tab-paging .text:before { content: ''; position: absolute; left: 0; top: 50%; margin-top: -41px; background-color: #0088a5; width: 83px; height: 83px; -webkit-border-radius: 999px; -moz-border-radius: 999px; border-radius: 999px; }
.section-situace .tab-slider-box .tab-paging .icon { position: absolute; left: 0; top: 50%; margin-top: -42px; width: 83px; height: 83px; background-position: 50% 50%; background-repeat: no-repeat; }
.section-situace .tab-slider-box .tab-paging .text .ico-arrow { position: relative; padding-right: 7px; display: inline-block; vertical-align: middle; width: 14px; height: 9px; }
.section-situace .tab-slider-box .tab-paging .text .ico-arrow:before { content:'\e903'; font-size: 8px; position: absolute; left: 8px; top: -1px; }

/* section nutrition */
.section-nutrition { padding: 105px 0 75px; }
.section-nutrition .title-box { padding: 0 40px 20px; }
.section-nutrition .title-box h2 { max-width: 600px; margin: 0 auto; }

.section-nutrition .example-box { padding: 0; }
.section-nutrition .example-box .h4 { font-size: 14px; line-height: 22px; font-weight: 700; color: #313131; padding: 0 0 20px; text-transform: uppercase; }
.section-nutrition .example-box .bubble { font-size: 22px; line-height: 35px; padding: 20px 55px; margin: 0 auto 55px; position: relative; font-weight: 700; border: 1px solid #d6d6d6; box-shadow: inset 0 -1px 0 0 #d6d6d6; display: inline-block; vertical-align: top; -webkit-border-radius: 70px; -moz-border-radius: 70px; border-radius: 70px; }
.section-nutrition .example-box .bubble:before, .section-nutrition .example-box .bubble:after { transform: scaleX(1.1); content: ''; height: 0; width: 0; position: absolute; pointer-events: none; }
.section-nutrition .example-box .bubble:before { bottom: -46px; left: 50%; border: solid transparent; border-top-color: #d1d1d1; border-width: 23px; margin-left: -23px; }
.section-nutrition .example-box .bubble:after { bottom: -44px; left: 50%; border: solid transparent; border-top-color: #fff; border-width: 23px; margin-left: -23px; }

.section-nutrition .example-box .img-box { position: relative; max-width: 852px; margin: 0 auto; padding-top: 240px; }
.section-nutrition .example-box .img-box .main-image { display: block; margin: 0 auto; }
.section-nutrition .example-box .img-box .steps { position: absolute; left: 0; top: 0; width: 100%; height: 100%; }
.section-nutrition .example-box .img-box .step { transform: scale(1); position: absolute; width: 155px; height: 155px; background-color: #fff; border: 1px solid #e0f0f4; box-shadow: inset 0 0 16px rgba(0,136,165,0.17); -webkit-border-radius: 999px; -moz-border-radius: 999px; border-radius: 999px; }
.section-nutrition .example-box .img-box .step:before, .section-nutrition .example-box .img-box .step:after { content: ''; }
.section-nutrition .example-box .img-box .step .vc-outer { height: 150px; width: 100%; }
.section-nutrition .example-box .img-box .step .vc-inner { position: relative; font-size: 16px; line-height: 21px; color: #555555; padding: 0 20px; }
.section-nutrition .example-box .img-box .step-1 { left: 0px; top: 335px; }
.section-nutrition .example-box .img-box .step-2 { left: 106px; top: 106px; }
.section-nutrition .example-box .img-box .step-3 { left: 345px; top: 0px; }
.section-nutrition .example-box .img-box .step-4 { right: 106px; top: 106px; }
.section-nutrition .example-box .img-box .step-5 { right: 0px; top: 335px; }
.section-nutrition .example-box .img-box .main-ifo { position: absolute; width: 300px; left: 50%; margin-left: -150px; bottom: 0; color: #91ccd8; padding: 0 0 65px; }
.section-nutrition .example-box .img-box .main-ifo strong { font-size: 24px; line-height: 37px; font-weight: 900; display: block; color: #fff; margin-bottom: 5px; }
.section-nutrition .example-box .img-box .main-ifo strong .bigger { font-size: 48px; }
.section-nutrition .example-box .img-box .arrows-image { position: absolute; bottom: 0; margin-left: -256px; left: 50%; }

.section-nutrition .example-box .result-box { padding: 40px 40px 0; }
.section-nutrition .example-box .result-box h3 { font-size: 24px; padding: 0 0 15px; }
.section-nutrition .example-box .result-box h3 strong { font-size: 52px; font-weight: 400; display: block; margin-bottom: 30px; }

/* section intervence */
.section-intervence { padding: 105px 0; background-repeat: no-repeat; background-position: 50% 50%; background-size: cover; }
.section-intervence p.heading { font-size: 30px; line-height: 42px; font-weight: 500; color: #fff; padding: 0 40px 50px; }
.section-intervence p { color: #c1b2d4; padding: 0 40px; }

/* section definition */
.section-definition { padding: 95px 0 0; }
.section-definition .title-box { padding: 0 20px 100px; }
.section-definition .title-box img { margin: 65px auto 0; }

.section-definition .question-box { background: #f5f5f5; border-top: 1px solid #e5e5e5; border-bottom: 1px solid #e5e5e5; padding: 65px 20px 60px; }
.section-definition .question-box:before, .section-definition .question-box:after { transform: scaleX(1.2); content: ''; height: 0; width: 0; position: absolute; pointer-events: none; }
.section-definition .question-box:before { top: -60px; left: 50%; border: solid transparent; border-bottom-color: #e4e4e4; border-width: 30px; margin-left: -30px; }
.section-definition .question-box:after { top: -59px; left: 50%; border: solid transparent; border-bottom-color: #f5f5f5; border-width: 30px; margin-left: -30px; }
.section-definition .question-box p { padding: 0 0 0 60px; position: relative; }
.section-definition .question-box p:before { content:'\e90e'; font-size: 42px; color: #2491ab; position: absolute; left: 0; top: -4px; }

.section-definition .why-box { padding: 100px 0 60px; border-bottom: 1px solid #e9e9e9; }
.section-definition .why-box .subtitle-box { padding: 0 20px 30px; margin: 0 auto; max-width: 700px; }
.section-definition .why-box .h4 { color: #3f3f3f; font-weight: 900; padding-bottom: 50px; }
.section-definition .why-box ul.half { margin: 0 1.5%; padding: 0; display: inline-block; vertical-align: top; width: 50%; text-align: left; }
.section-definition .why-box ul.half + ul.half { width: 43%; }
.section-definition .why-box ul li { padding: 0 0 0 15px; margin: 0; position: relative; }
.section-definition .why-box ul li:before { content: ''; position: absolute; left: 0; top: 11px; background-color: #3f3f3f; width: 6px; height: 6px; -webkit-border-radius: 999px; -moz-border-radius: 999px; border-radius: 999px; }

.section-definition .identify-box { padding: 70px 0; }
.section-definition .identify-box strong { color: #3f3f3f; font-weight: 900; }
.section-definition .identify-box ul { font-size: 0; margin: 35px auto 0; padding: 0; }
.section-definition .identify-box ul li { display: inline-block; vertical-align: top; padding: 0; margin-bottom: 30px; font-size: 18px; width: 20%; margin-left: -1px; }
.section-definition .identify-box ul li + li { border-left: 1px solid #e9e9e9; }
.section-definition .identify-box ul li .icon { margin: 0 auto 13px; background-color: #2491ab; width: 93px; height: 93px; -webkit-border-radius: 999px; -moz-border-radius: 999px; border-radius: 999px; }
.section-definition .identify-box ul li .icon > span { display: block; width: 100%; height: 100%; background-position: 50% 47%; background-repeat: no-repeat; }
.section-definition .identify-box ul li p { padding: 0 25px; }

/* typy krehkosti */
.section-typy-krehkosti { padding: 40px 0 0; }
.section-typy-krehkosti .title-box { margin: 0 auto 35px; max-width: 530px; text-align: center; }

.section-typy-krehkosti .tab-slider-box .slide { padding: 80px 0 65px; }
.section-typy-krehkosti .tab-slider-box .img-box, .section-typy-krehkosti .tab-slider-box .text-box { position: relative; display: inline-block; vertical-align: top; }
.section-typy-krehkosti .tab-slider-box .img-box { margin: 0 55px 25px 0; }
.section-typy-krehkosti .tab-slider-box .text-box { width: 100%; max-width: 600px; padding-top: 10px; }
.section-typy-krehkosti .tab-slider-box .text-box h3 { padding: 0 0 35px; }
.section-typy-krehkosti .tab-slider-box .text-box ul { margin: 0; padding: 0 0 25px; }
.section-typy-krehkosti .tab-slider-box .text-box ul li { position: relative; padding: 0 0 20px 35px; }
.section-typy-krehkosti .tab-slider-box .text-box ul li:before { content:'\e90d'; font-size: 23px; position: absolute; left: 0; top: 0; color: #0088a5; }
.section-typy-krehkosti .tab-slider-box .text-box strong { color: #3f3f3f; font-weight: 700; }

.section-typy-krehkosti .tab-slider-box .tab-paging { height: 96px; }
.section-typy-krehkosti .tab-slider-box .tab-paging a { height: 94px; font-size: 20px; line-height: 27px; font-weight: 700; }
.section-typy-krehkosti .tab-slider-box .tab-paging .vc-outer { height: 94px; }
.section-typy-krehkosti .tab-slider-box .tab-paging .text { padding: 0; }
.section-typy-krehkosti .tab-slider-box .tab-paging .text .ico-arrow { position: relative; padding-right: 7px; display: inline-block; vertical-align: middle; width: 14px; height: 9px; }
.section-typy-krehkosti .tab-slider-box .tab-paging .text .ico-arrow:before { content:'\e903'; font-size: 7px; position: absolute; left: 8px; top: 1px; }

/* suffix */
.section-suffix { padding: 100px 0 55px; }
.section-suffix p { font-size: 30px; line-height: 42px; font-weight: 500; color: #4a4a4a; padding: 0 20px 40px; }

/* download */
.section-download { padding: 45px 0 145px; }
.section-download ul { margin: 10px 0 0; padding: 0; border-top: 1px solid #e9e9e9; }
.section-download ul li { margin: 0; padding: 0 20px; border-bottom: 1px solid #e9e9e9; text-align: left; position: relative; }
.section-download ul li p { background: url('/img/sprites/ico-pdf.png') 0 50% no-repeat; font-size: 16px; line-height: 21px; font-weight: 500; padding: 19px 100px 15px 32px; }
.section-download ul li a { position: absolute; top: 50%; margin-top: -11px; right: 20px; }

/* contact */
.section-contact { position: relative; padding: 0; }
.section-contact .col { border-top: 1px solid #e3e3e3; }
.section-contact .col .inner-box { padding: 45px 70px 40px; text-align: center; }
.section-contact .col-2-1 { border-right: 1px solid #e3e3e3; background-color: #fafafa; }
.section-contact .col-2-2 p { font-size: 16px; font-weight: 500; line-height: 22px; padding: 0 0 40px; }
.section-contact .col-2-2 .phone { position: relative; color: #0088a5; font-size: 16px; font-weight: 600; line-height: 28px; padding: 30px 0 60px 115px; display: inline-block; *display: inline; *zoom: 1; vertical-align: top; }
.section-contact .col-2-2 .phone strong { font-size: 36px; line-height: 42px; display: block; }
.section-contact .col-2-2 .phone .font-icon:before { content:'\e909'; font-size: 80px; position: absolute; left: 0; top: 25px; }
.section-contact .col-2-2 ul { margin: 0 -10px; padding: 0; font-size: 0; }
.section-contact .col-2-2 ul li { margin: 0 9px 18px; padding: 0; }
.section-contact .col-2-2 h4 { color: #414141; padding: 10px 0 20px; font-size: 20px; line-height: 26px; }
.section-contact .col-2-2 ul.partner-list li { max-width: 29%; display: inline-block; vertical-align: middle; margin: 0 2% 20px; }
.section-contact .col-2-2 ul.partner-list li a { display: block; }
.section-contact .col-2-2 ul.partner-list li img { display: block; margin: 0 auto; max-width: 100%; width: auto; height: auto; }
.section-contact .col-2-2 .circle a { display: block; height: 106px; background-position: 50% 50%; background-repeat: no-repeat; }
.section-contact .col-2-2 .circle-big:hover { background-color: #fff; border: 1px solid #0088a5; box-shadow: 0 0 16px rgba(0,136,165,0.17); }
.section-contact .slider-box { position: relative; margin-bottom: 30px; }
.section-contact .slider-box .slides { position: relative; max-width: 100%; margin: 0; height: 100%; }
.section-contact .slider-box .slide:first-child { position: relative; }
.section-contact .slider-box .slide { position: absolute; top: 0; left: 0; padding: 0; margin: 0; width: 100%; height: 100%; }


/* footer */
.footer { background-color: #0088a5; position: relative; color: #7dc2d1; font-size: 14px; line-height: 23px; padding: 45px 60px; max-width: 1380px; margin: 0 auto; }
.footer p { padding: 20px 0 0; }
.footer a, .footer a:link, .footer a:visited { color: #fff; }
.footer .logo { color: #fff; position: relative; padding: 35px 25px 0 0; }

.footer .copyright { position: relative; margin: 0; padding: 0; float: right; max-width: 740px; z-index: 2; }
.footer .copyright .iblock { vertical-align: top; }
.footer .copyright ul { margin: 0; padding: 10px 0; font-size: 0; }
.footer .copyright li { margin: 0; padding: 0 12px; font-size: 16px; font-weight: 500; line-height: 29px; display: inline-block; *display: inline; *zoom: 1; vertical-align: top; position: relative; }
.footer .copyright li:first-child { padding-left: 0; }
.footer .copyright li + li:before { content: ''; position: absolute; top: 0; left: -1px; width: 1px; height: 100%; background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(45,157,181,1) 50%, rgba(0,0,0,0) 100%); }



/* buttons */
.btn { margin: 0; display: inline-block; *display: inline; *zoom: 1; vertical-align: top; position: relative; border: 0; bottom: 0; padding: 0; *margin-top: 1px; text-align: center; cursor: pointer; text-decoration: none; outline: none; white-space: nowrap; }
.btn:before, .btn > .before, .btn:after, .btn > .after { content: ' '; position: absolute; bottom: 0; padding: 0 !important; min-width: 0 !important; }
.btn, .btn:hover { text-decoration: none !important; }
.btn + .btn { margin-left: 10px; }

.btn-arrow { font-size: 16px; font-weight: 900; white-space: normal; text-align: left; text-decoration: underline !important; }
.btn-arrow:hover { text-decoration: none !important; }
.btn-arrow .ico-arrow { position: relative; padding-right: 7px; display: inline-block; vertical-align: middle; width: 6px; height: 9px; }
.btn-arrow .ico-arrow:before { content:'\e90b'; font-size: 9px; position: absolute; left: 6px; top: -1px; }

.btn-normal { background-color: #0088a5; height: 60px; -webkit-border-radius: 30px; -moz-border-radius: 30px; border-radius: 30px; }
.btn-normal > span, .btn-normal > input[type=submit] { font-family: 'Lato', Arial, sans-serif; display: block; background: none; padding: 0 35px; font-size: 18px; text-decoration: none; line-height: 60px; cursor: pointer; color: #fff; box-sizing: border-box; font-weight: 500; }
.btn-normal:hover { background-color: #4f2583; }

.btn-normal.small { height: 43px; -webkit-border-radius: 22px; -moz-border-radius: 22px; border-radius: 22px; }
.btn-normal.small > span, .btn-normal.small > input[type=submit] { padding: 0 25px; font-size: 18px; line-height: 43px; }
.btn-normal.small > input[type=submit] { padding-bottom: 1px; line-height: 42px; }
.btn-normal.arrow-down > span { padding-right: 40px; }
.btn-normal.arrow-down:before { content:'\e903'; font-size: 8px; position: absolute; right: 18px; top: 17px; color: #fff; }


/* forms */
input[type=text], input[type=email], input[type=password], input[type=file], textarea { font-family: 'Lato', Arial, sans-serif; font-weight: normal; box-sizing: border-box; border: 0; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; -webkit-appearance: none; }
input[type=submit] { overflow: visible; border: none; cursor: pointer; background: none; font-family: 'Lato', Arial, sans-serif; outline: none; }

input[type=text], input[type=email], input[type=file], input[type=password], textarea { text-align: left; display: block; width: 100%; background-color: #fff; height: 40px; line-height: 40px; padding: 0 15px; color: #a8a3ae; font-size: 16px; margin: 0; border: 1px solid #e9e9e9; box-shadow: 0 0 16px rgba(222,222,222,0.6); }
input[type=text], input[type=email], input[type=file], input[type=password] { max-width: 445px; }
.error input[type=text], .error input[type=email], .error input[type=password], .error textarea { outline: none; margin: 0; color: #512077; background-color: #feebeb; border-color: #e5322d; box-shadow: 0 0 16px rgba(224,224,237,0.6); }
input[type=text]:required:invalid, input[type=email]:required:invalid, input[type=password]:required:invalid { box-shadow: 0 0 16px rgba(224,224,237,0.6); }
input[type=text]:required:focus, input[type=email]:required:focus, input[type=password]:required:focus, textarea:focus, input[type=text]:focus, input[type=email]:focus, input[type=password]:focus, textarea:focus { outline: none; border-color: #7dc2d1; box-shadow: 0 0 16px rgba(0,136,165,0.17); }
textarea { position: relative; display: block; width: 100%; height: 95px; line-height: 20px; padding: 15px; margin: 0; overflow: hidden; resize: none; }

::-webkit-input-placeholder { color: #9fa0a2; }
:-moz-placeholder { color: #9fa0a2; opacity: 1; }
::-moz-placeholder { color: #9fa0a2; opacity: 1; }
:-ms-input-placeholder { color: #9fa0a2; }
:input-placeholder { color: #9fa0a2; }

.form-box { padding-top: 10px; }
.form-box .message { display: block; font-size: 0; line-height: 0; text-align: left; }
.form-box .error .message { display: block; position: relative; line-height: 20px; color: #e5322d; font-size: 14px; margin-top: 8px; }
.form-box .ok-message, .form-box .error-message { font-size: 16px; line-height: 27px; color: #288948; font-weight: 500; padding: 5px 0 5px 35px; position: relative; display: inline-block; *display: inline; *zoom: 1; vertical-align: top; }
.form-box .ok-message .font-icon:before { content:'\e90a'; font-size: 25px; position: absolute; left: 0; top: 5px; }
.form-box .error-message { color: #e5322d; }
.form-box .col-2-1, .form-box .col-2-2 { width: 48.6%; border: 0 none transparent; }
.form-box .col-2-2 { margin-left: -48.6%; }
.form-box form .row p { padding: 0 0 10px; position: relative; }
.form-box .row > .iblock { margin-top: 20px; position: relative; }
.form-box label { color: #5e5e5e; font-size: 16px; font-weight: 500; line-height: 24px; text-align: left; display: block; margin: 0 0 5px; }
.form-box .col-2-1 label, .form-box .col-2-2 label { white-space: nowrap; }
.form-box .ico-arrow { position: relative; padding-right: 18px; display: inline-block; vertical-align: middle; width: 4px; height: 11px; }
.form-box .ico-arrow:before { content:'\e904'; font-size: 10px; position: absolute; left: 7px; top: 0; }

/* fake checkbox */
.form-box .fake-checkbox + label { color: #0088a5; padding-bottom: 20px; margin-left: 35px; text-transform: none; font-weight: 500; font-size: 16px; cursor: pointer; line-height: 20px; display: inline-block; *display: inline; *zoom: 1; vertical-align: top; }
.form-box .fake-checkbox + label + p { top: -20px; }
.form-box .fake-checkbox + label + p .message { padding: 0; width: 100%; right: auto; text-align: center; float: none; max-width: 100%; }
.form-box .fake-checkbox { top: -3px; width: 23px; height: 23px; line-height: 23px; text-align: center; cursor: pointer; position: absolute; color: #fff; background-color: #fff; border: 1px solid #e4e1ed; box-shadow: 0 0 16px rgba(224,224,237,0.6); -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }
.form-box .fake-checkbox:before { content:'\e908'; font-size: 11px; position: absolute; left: 4px; top: 0; }
.form-box .fake-checkbox-checked { color: #0088a5; border-color: #7dc2d1; box-shadow: 0 0 16px rgba(0,136,165,0.17); }


/* dialogs */
.dialog { background-color: #fff; padding: 20px 40px; text-align: left; max-width: 700px; margin: 40px auto; position: relative; }


/* transitions */
.page, .dot-paging a, .header.sticky, .header.sticky .main-menu, .section-contact .circle-big, .tab-slider-box .tab-paging > div:before, 
input[type=text], input[type=email], input[type=file], input[type=password], textarea, .form-box .fake-checkbox, .mobile-menu .mobile-menu-inner ul li a, .form-box .message,
.section-nutrition .example-box .img-box .step, .section-definition .identify-box ul li
{ -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -ms-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; transition: all 0.2s ease-out; }
.btn-normal
{ -webkit-transition: background-color 0.2s ease-out; -moz-transition: background-color 0.2s ease-out; -ms-transition: background-color 0.2s ease-out; -o-transition: background-color 0.2s ease-out; transition: background-color 0.2s ease-out; }
.tab-slider-box .tab-paging a .text .ico-arrow
{ -webkit-transition: opacity 0.2s ease-out; -moz-transition: opacity 0.2s ease-out; -ms-transition: opacity 0.2s ease-out; -o-transition: opacity 0.2s ease-out; transition: opacity 0.2s ease-out; }
.section-intervence .title-box
{ -webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out; -ms-transition: all 0.5s ease-out; -o-transition: all 0.5s ease-out; transition: all 0.5s ease-out; }
a, .btn-normal > span, .btn-normal > input[type=submit], .header .menu-button
{ -webkit-transition: color 0.2s ease-out; -moz-transition: color 0.2s ease-out; -ms-transition: color 0.2s ease-out; -o-transition: color 0.2s ease-out; transition: color 0.2s ease-out; }
.foo
{ -webkit-transition: border-color 0.2s ease-out; -moz-transition: border-color 0.2s ease-out; -ms-transition: border-color 0.2s ease-out; -o-transition: border-color 0.2s ease-out; transition: border-color 0.2s ease-out; }

/* opacity */
.header.sticky .main-menu, .slider-box .slide:first-child
{ -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter: alpha(opacity=100); -moz-opacity: 1; -khtml-opacity: 1; opacity: 1; }
.foo
{ -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=75)"; filter: alpha(opacity=75); -moz-opacity: 0.75; -khtml-opacity: 0.75; opacity: 0.75; }
.foo
{ -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; filter: alpha(opacity=50); -moz-opacity: 0.50; -khtml-opacity: 0.50; opacity: 0.50; }
.foo
{ -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=25)"; filter: alpha(opacity=25); -moz-opacity: 0.25; -khtml-opacity: 0.25; opacity: 0.25; }
.header.sticky.hidden .main-menu, .slider-box .slide, .header.sticky.menuOpened, .tab-slider-box .tab-paging a.active .text .ico-arrow
{ -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: alpha(opacity=0); -moz-opacity: 0; -khtml-opacity: 0; opacity: 0; }



@media screen and (max-width: 1500px) {

/* sticky menu */
.header.sticky { width: 100%; margin-left: 0; left: 0; }

/* main */
.circle-big { width: 85px; height: 85px; }

/* contact */
.section-contact .col .inner-box { padding: 30px 9% 40px; }
.section-contact .col-2-2 .circle a { height: 85px; background-size: 70%; }

}


@media screen and (max-width: 1220px) {

/* layout */
body { -webkit-text-size-adjust: 100%; }
img { max-width: 100%; height: auto; }

.row-main { width: auto; max-width: 1180px; }

/* header */
.header { padding: 0 20px; }
.header .logo { padding: 29px 15px 0 0; }
.header .logo img, .header .logo svg { max-width: 150px; height: auto; } 
.header .menu-box { font-size: 0; position: relative; float: right; z-index: 2; margin-top: 33px; }

/* main menu */
.main-menu ul { margin: 0; }
.main-menu li { font-size: 15px; line-height: 38px; }
.main-menu li.active {-webkit-border-radius: 19px; -moz-border-radius: 19px; border-radius: 19px; }

/* intro */
.section-intro .row { height: 500px; }
.section-intro .text-box { max-width: 400px; padding: 25px 0; margin-left: 20px; }
.section-intro .text-box .heading-prefix { font-size: 17px; line-height: 24px; padding: 0 0 15px; }
.section-intro .text-box p { font-size: 22px; line-height: 32px; padding: 0 0 20px; }

/* info */
.section-info { padding: 70px 0 80px; }
.section-info p { font-size: 24px; line-height: 35px; padding: 0 0 30px; }
.section-info p.suffix { font-size: 17px; line-height: 26px; padding: 0; }

/* situace */
.section-situace .tab-slider-box .slide { padding: 40px 0 35px; }
.section-situace .tab-slider-box .img-box { margin: 0 35px 25px 0; }
.section-situace .tab-slider-box .img-box img { max-width: 250px; height: auto; }
.section-situace .tab-slider-box .text-box { max-width: 600px; padding-top: 10px; }
.section-situace .tab-slider-box .text-box ul li { padding: 15px 0 15px 35px; }
.section-situace .tab-slider-box .text-box ul li:before { font-size: 20px; top: 17px; }
.section-situace .tab-slider-box .tab-paging { height: 120px; }
.section-situace .tab-slider-box .tab-paging a { height: 118px; font-size: 22px; line-height: 32px; }
.section-situace .tab-slider-box .tab-paging .vc-outer { height: 118px; }
.section-situace .tab-slider-box .tab-paging .text { padding: 0 0 0 85px; }
.section-situace .tab-slider-box .tab-paging .text:before { margin-top: -31px; width: 63px; height: 63px; }
.section-situace .tab-slider-box .tab-paging .icon { margin-top: -32px; width: 63px; height: 63px; background-size: 30px auto; }
.section-situace .tab-slider-box .tab-paging .text .ico-arrow:before { font-size: 7px; }

/* section nutrition */
.section-nutrition { padding: 60px 0 35px; }
.section-nutrition .title-box { padding: 0 20px 20px; }
.section-nutrition .title-box h2 { max-width: 500px; }
.section-nutrition .example-box .h4 { padding: 0 0 25px; }
.section-nutrition .example-box .bubble { font-size: 20px; line-height: 28px; padding: 20px 55px; margin: 0 auto 50px; }
.section-nutrition .example-box .result-box { padding: 30px 20px 0; }
.section-nutrition .example-box .result-box h3 { font-size: 22px; }
.section-nutrition .example-box .result-box h3 strong { font-size: 52px; margin-bottom: 25px; }

/* section intervence */
.section-intervence { padding: 60px 0; }
.section-intervence p.heading { font-size: 24px; line-height: 35px; padding: 0 20px 30px; }
.section-intervence p { padding: 0 20px; }

/* section definition */
.section-definition { padding: 60px 0 0; }
.section-definition .title-box { padding: 0 20px 60px; }
.section-definition .title-box img { margin: 40px auto 0; }
.section-definition .question-box { padding: 40px 20px 35px; }
.section-definition .why-box { padding: 60px 0 30px; }
.section-definition .why-box .subtitle-box { padding: 0 20px 20px; }
.section-definition .why-box .h4 { padding-bottom: 30px; }
.section-definition .why-box ul li:before { top: 10px; width: 4px; height: 4px; }
.section-definition .identify-box { padding: 40px 0; }
.section-definition .identify-box ul li { margin-bottom: 20px; font-size: 16px; }
.section-definition .identify-box ul li .icon { width: 73px; height: 73px; }
.section-definition .identify-box ul li .icon > span { background-position: 50% 47%; background-size: auto 50%; }
.section-definition .identify-box ul li p { padding: 0 20px; }

/* typy krehkosti */
.section-typy-krehkosti { padding: 25px 0 0; }
.section-typy-krehkosti .title-box { padding-left: 20px; padding-right: 20px; margin-bottom: 15px; }
.section-typy-krehkosti .tab-slider-box .slide { padding: 40px 0 35px; }
.section-typy-krehkosti .tab-slider-box .img-box { margin: 0 35px 25px 0; }
.section-typy-krehkosti .tab-slider-box .text-box h3 { padding: 0 0 25px; }
.section-typy-krehkosti .tab-slider-box .text-box ul { padding: 0 0 15px; }
.section-typy-krehkosti .tab-slider-box .text-box ul li { padding: 0 0 10px 35px; }
.section-typy-krehkosti .tab-slider-box .text-box ul li:before { font-size: 20px; top: 2px; }
.section-typy-krehkosti .tab-slider-box .tab-paging { height: 82px; }
.section-typy-krehkosti .tab-slider-box .tab-paging a { height: 80px; font-size: 17px; line-height: 24px; }
.section-typy-krehkosti .tab-slider-box .tab-paging .vc-outer { height: 80px; }

/* suffix */
.section-suffix { padding: 70px 0 45px; }
.section-suffix p { font-size: 24px; line-height: 35px; padding: 0 0 30px; }

/* download */
.section-download { padding: 25px 0 105px; }

/* contact */
.section-contact .col-2-2 h4 { font-size: 17px; line-height: 22px; }

/* footer */
.footer { padding: 40px 20px 20px; max-width: 1380px; margin: 0 auto; }
.footer .logo { width: 190px; height: 48px; }
.footer .logo:before { font-size: 48px; }
.footer .copyright { max-width: 720px; }
.footer .copyright li { margin: 0; padding: 0 12px; }

}


@media screen and (max-width: 990px) {

/* header */
.header { display: none; }
.header .logo img, .header .logo svg { max-width: 140px; } 
.header .main-menu { display: none; }

.header .menu-button { position: absolute; right: 20px; top: 19px; cursor: pointer; width: 36px; height: 22px; z-index: 10; display: block; color: #0088a5; }
.header .menu-button:before { content:'\e915'; font-size: 32px; position: absolute; left: 0; top: 0; }
.header .menu-button:hover { color: #7dc2d1; }

.mobile-menu { position: fixed; left: 0; top: 0; bottom: 0; right: 70px; overflow: auto; -webkit-overflow-scrolling: touch; color: #2b2b2b; z-index: 0; display: block !important; }
.mobile-menu > .mobile-menu-bg { position: fixed; width: 100%; height: 100%; background-color: #0088a5; }
.mobile-menu > div { position: relative; height: 100%; background-color: #0088a5; }
.mobile-menu .mobile-menu-inner ul { margin: 0; padding: 25px 0 0; background-color: #0088a5; }
.mobile-menu .mobile-menu-inner ul li { position: relative; margin: 0; padding: 0; background: none; }
.mobile-menu .mobile-menu-inner ul li:after { content: ''; position: absolute; bottom: 0; left: 0px; width: 100%; height: 1px; background: linear-gradient(to right, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 7%,#016f86 20%,#016f86 80%, rgba(0,0,0,0) 93%,rgba(0,0,0,0) 100%); }
.mobile-menu .mobile-menu-inner ul li + li:before { content: ''; position: absolute; top: 0; left: 0px; width: 100%; height: 1px; background: linear-gradient(to right, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 7%,#229eb9 20%,#229eb9 80%, rgba(0,0,0,0) 93%,rgba(0,0,0,0) 100%); }
.mobile-menu .mobile-menu-inner ul li a { position: relative; display: block; color: #fff; text-decoration: none; padding: 15px 20px 15px 65px; line-height: 22px; font-size: 16px; font-weight: 500; }
.mobile-menu .mobile-menu-inner ul li a .ico:before { content:'\e904'; font-size: 9px; position: absolute; left: 40px; top: 20px; color: #7dc2d1; }
.mobile-menu .mobile-menu-inner ul li a.active, .mobile-menu .mobile-menu-inner ul li:hover a { color: #7dc2d1; }
.mobile-menu .mobile-menu-inner ul li:last-child:after { display: none; }

.mobile-menu-mask { background-color: #fff; position: fixed; right: 0px; width: 70px; top: 0px; bottom: 0; z-index: 1; }
.mobile-menu-mask:before { content:'\e915'; font-size: 32px; position: absolute; right: 15px; top: 19px; color: #0088a5; cursor: pointer; }

/* sticky menu */
.header.sticky { height: 70px; top: 0; display: block; }
.header.sticky.hidden { top: 0; display: block; -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -ms-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; transition: all 0.2s ease-out; }
.header.sticky.menuOpened { position: absolute; }
.header.sticky .menu-box { top: 13px; right: 67px; }
.header.sticky .logo { text-decoration: none; display: inline-block; *display: inline; *zoom: 1; color: #fff; position: relative; padding: 0; margin: 14px 0 0 20px; font-family: 'icomoon'; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; text-indent: 0; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

/* main */
.main { padding-top: 70px; }

.tab-slider-box.static .tab-paging { display: none; }
.tab-slider-box.static .slides { max-width: 100%; }
.tab-slider-box.static .slide { border-top: 1px solid #e1e1e1; padding: 0 !important; position: relative; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important; filter: alpha(opacity=100) !important; -moz-opacity: 1 !important; -khtml-opacity: 1 !important; opacity: 1 !important; min-height: 0 !important; }
.tab-slider-box.static .slide .toggle-box { display: none; }
.tab-slider-box.static .mobile-toggle { font-size: 17px; position: relative; display: block !important; padding: 15px 20px 8px; }
.tab-slider-box.static .mobile-toggle:after { content:'\e917'; font-size: 25px; position: absolute; right: 20px; top: 9px; color: #0088a5; z-index: 2; font-family: 'icomoon'; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; text-indent: 0; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.tab-slider-box.static .mobile-toggle.active:after { content:'\e916'; }
.tab-slider-box.static .mobile-toggle .text { font-weight: 700; position: relative; top: -3px; left: 0; }

/* intro */
.section-intro .row { height: 450px; }

/* info */
.section-info { padding: 50px 0 60px; }

/* situace */
.section-situace .tab-slider-box .img-box { margin: 15px 20px 15px 0; }
.section-situace .tab-slider-box .img-box img { max-width: 150px; }
.section-situace .tab-slider-box .text-box { max-width: 410px; padding-top: 10px; }

/* section nutrition */
.section-nutrition { padding: 50px 0 25px; }
.section-nutrition .title-box { padding: 0 20px 10px; }
.section-nutrition .example-box { padding: 0 20px; }
.section-nutrition .example-box .h4 { padding: 0 0 20px; }
.section-nutrition .example-box .img-box { max-width: 600px; padding-top: 180px; }
.section-nutrition .example-box .img-box .main-image { max-width: 250px; }
.section-nutrition .example-box .img-box .steps { position: absolute; left: 0; top: 0; width: 100%; height: 100%; }
.section-nutrition .example-box .img-box .step { position: absolute; width: 120px; height: 120px !important; }
.section-nutrition .example-box .img-box .step .vc-outer { height: 120px !important; }
.section-nutrition .example-box .img-box .step .vc-inner { font-size: 14px; line-height: 18px; padding: 0 10px; }
.section-nutrition .example-box .img-box .step-1 { left: 0px; top: 230px; }
.section-nutrition .example-box .img-box .step-2 { left: 70px; top: 75px; }
.section-nutrition .example-box .img-box .step-3 { left: 237px; top: 0px; }
.section-nutrition .example-box .img-box .step-4 { right: 70px; top: 75px; }
.section-nutrition .example-box .img-box .step-5 { right: 0px; top: 230px; }
.section-nutrition .example-box .img-box .main-ifo { width: 200px; left: 50%; margin-left: -100px; padding: 0 0 35px; }
.section-nutrition .example-box .img-box .main-ifo strong { font-size: 20px; line-height: 30px; }
.section-nutrition .example-box .img-box .main-ifo strong .bigger { font-size: 40px; }
.section-nutrition .example-box .img-box .arrows-image { width: 340px; margin-left: -170px; }
.section-nutrition .example-box .result-box { padding-left: 0; padding-right: 0; }

/* section intervence */
.section-intervence { padding: 45px 0 50px; }

/* section definition */
.section-definition { padding: 50px 0 0; }
.section-definition .title-box { padding: 0 20px 40px; }
.section-definition .title-box img { margin: 10px auto 0; max-width: 350px; height: auto; }
.section-definition .question-box { padding: 30px 20px 25px; }
.section-definition .question-box:before { top: -40px; border-width: 20px; margin-left: -20px; }
.section-definition .question-box:after { top: -39px; border-width: 20px; margin-left: -20px; }
.section-definition .why-box { padding: 50px 20px 30px; }
.section-definition .why-box .subtitle-box { padding: 0 0 10px; }
.section-definition .why-box .h4 { padding-bottom: 20px; }
.section-definition .identify-box { padding: 30px 20px 15px; }
.section-definition .identify-box ul { margin: 20px auto 0; }

/* typy krehkosti */
.section-typy-krehkosti .tab-slider-box .img-box { margin: 15px 20px 15px 0; }
.section-typy-krehkosti .tab-slider-box .img-box img { max-width: 150px; height: auto; }
.section-typy-krehkosti .tab-slider-box .text-box { max-width: 410px; padding-top: 20px; padding-bottom: 30px; }

/* suffix */
.section-suffix { padding: 50px 0 30px; }

/* download */
.section-download { padding: 25px 0 75px; }

/* contact */
.section-contact { padding: 0; }
.section-contact .text-box { margin: 0 auto 20px; padding: 0 20px; }
.section-contact .col .inner-box { padding: 30px 20px 40px; }
.section-contact .equalize > .col-2-1, .section-contact .equalize > .col-2-2 { width: 100%; margin-left: 0; left: 0; }
.section-contact .equalize .eq { min-height: 0 !important; height: auto !important; }
.section-contact .slider-box { margin-bottom: 0; }

/* footer */
.footer { padding: 30px 20px; }
.footer .logo { display: none; }
.footer .copyright { padding: 0; float: none; max-width: 100%; }
.footer .copyright .iblock { display: block; }

/* forms */
input[type=text], input[type=email], input[type=file], input[type=password], textarea { font-size: 15px; }
.form-box .error .message { font-size: 13px; }
.form-box .ok-message, .form-box .error-message { font-size: 15px; padding: 5px 0 5px 30px; }
.form-box .ok-message .font-icon:before { font-size: 22px; top: 6px; }
.form-box .fake-checkbox + label, .form-box label { font-size: 15px; }

/* buttons */
.btn-arrow { font-size: 16px; }

.btn-normal { height: 50px; -webkit-border-radius: 25px; -moz-border-radius: 25px; border-radius: 25px; }
.btn-normal > span, .btn-normal > input[type=submit] { padding: 0 25px; font-size: 17px; line-height: 50px; }

.btn-normal.small { height: 35px; -webkit-border-radius: 18px; -moz-border-radius: 18px; border-radius: 18px; }
.btn-normal.small > span, .btn-normal.small > input[type=submit] { font-size: 16px; line-height: 35px; }
.btn-normal.small.arrow-down:before { top: 14px; font-size: 6px; }

}


@media screen and (max-width: 930px) {

.row-narrow { width: auto; max-width: 880px; }

/* info */
.section-info { padding-left: 20px; padding-right: 20px; }

/* suffix */
.section-suffix { padding-left: 20px; padding-right: 20px; }

/* download */
.section-download { padding-left: 20px; padding-right: 20px; }

}


@media screen and (max-width: 800px) {

/* footer */
.footer .copyright ul { padding: 10px 0; }
.footer .copyright li { padding: 0 0 0 25px; font-size: 15px; line-height: 29px; display: block; }
.footer .copyright li:first-child { padding-left: 25px; }
.footer .copyright li:before, .footer .copyright li + li:before { content:'\e904'; font-size: 8px; position: absolute; left: 6px; top: 11px; background: none; font-family: 'icomoon'; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; text-indent: 0; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

}


@media screen and (max-width: 640px) {

.circle-medium { width: 60px; height: 60px; }

/* intro */
.section-intro .row { height: auto; display: block; }
.section-intro .row .table-cell { display: block; }
.section-intro .text-box { max-width: 260px; padding: 25px 0; }
.section-intro .text-box .heading-prefix { font-size: 16px; line-height: 22px; padding: 0 0 10px; }
.section-intro .text-box p { font-size: 18px; line-height: 26px; padding: 0 0 15px; }
.section-intro .text-box h1, .section-intro .text-box p { text-shadow: 0 0 2px rgba(255,255,255,1), 0 0 5px rgba(255,255,255,1), 0 0 10px rgba(255,255,255,1), 0 0 20px rgba(255,255,255,1); }

/* info */
.section-info { padding: 40px 20px; }
.section-info p { font-size: 18px; line-height: 24px; padding: 0 0 25px; }
.section-info p.suffix { font-size: 15px; line-height: 24px; }

/* situace */
.section-situace .tab-slider-box .img-box { margin: 15px 20px 0; display: block; }
.section-situace .tab-slider-box .img-box img { max-width: 150px; }
.section-situace .tab-slider-box .text-box { padding: 10px 20px 0; width: auto; }
.section-situace .tab-slider-box .text-box ul li { padding: 15px 0 15px 35px; }
.section-situace .tab-slider-box .text-box ul li:before { top: 15px; }

/* section nutrition */
.section-nutrition { padding: 40px 0 15px; }
.section-nutrition .example-box .bubble { font-size: 17px; line-height: 24px; padding: 15px 25px; margin: 0 auto 35px; }
.section-nutrition .example-box .bubble:before { bottom: -36px; border-width: 18px; margin-left: -18px; }
.section-nutrition .example-box .bubble:after { bottom: -34px; border-width: 18px; margin-left: -18px; }
.section-nutrition .example-box .img-box { max-width: none; padding-top: 0; }
.section-nutrition .example-box .img-box .steps { position: relative; padding: 0 0 20px; }
.section-nutrition .example-box .img-box .step { position: relative; left: 0 !important; top: 0 !important; display: inline-block; vertical-align: top; margin: 0 10px 15px; }
.section-nutrition .example-box .img-box .step .vc-outer { height: 120px; }
.section-nutrition .example-box .img-box .step .vc-inner { font-size: 14px; line-height: 18px; padding: 0 10px; }
.section-nutrition .example-box .img-box .main-ifo { width: 200px; left: 50%; margin-left: -100px; padding: 0 0 35px; }
.section-nutrition .example-box .img-box .main-ifo strong { font-size: 17px; line-height: 25px; }
.section-nutrition .example-box .img-box .main-ifo strong .bigger { font-size: 35px; }
.section-nutrition .example-box .img-box .arrows-image { display: none; }
.section-nutrition .example-box .result-box h3 { font-size: 18px; }
.section-nutrition .example-box .result-box h3 strong { font-size: 40px; margin-bottom: 15px; }

/* section intervence */
.section-intervence { padding: 40px 0; }
.section-intervence p.heading { font-size: 18px; line-height: 24px; padding: 0 20px 25px; }

/* section definition */
.section-definition { padding: 40px 0 0; }
.section-definition .title-box { padding: 0 20px 30px; }
.section-definition .title-box img { margin: 0 auto; max-width: 250px; }
.section-definition .question-box { padding-top: 25px; }
.section-definition .question-box p { padding: 0 0 0 45px; }
.section-definition .question-box p:before { font-size: 32px; }
.section-definition .why-box { padding-top: 40px; }
.section-definition .why-box .subtitle-box { padding: 0; }
.section-definition .why-box .h4 { padding-bottom: 15px; }
.section-definition .why-box ul.half { margin: 0; display: block; width: 100% !important; }
.section-definition .why-box ul li { padding: 0 0 0 15px; margin: 0; position: relative; }
.section-definition .why-box ul li:before { top: 8px; }
.section-definition .identify-box { padding-top: 25px; padding-bottom: 0; }
.section-definition .identify-box ul { margin: 10px auto 0; }
.section-definition .identify-box ul li { font-size: 14px; }
.section-definition .identify-box ul li .icon { margin: 0 auto 10px; width: 50px; height: 50px; }
.section-definition .identify-box ul li p { padding: 0 10px; }

/* typy krehkosti */
.section-typy-krehkosti .title-box { margin-bottom: 0; }
.section-typy-krehkosti .tab-slider-box .img-box { margin: 15px 20px; display: block; }
.section-typy-krehkosti .tab-slider-box .text-box { padding: 10px 20px 30px; width: auto; }
.section-typy-krehkosti .tab-slider-box .text-box h3 { padding: 0 0 15px; }
.section-typy-krehkosti .tab-slider-box .text-box ul { padding: 0 0 15px; }
.section-typy-krehkosti .tab-slider-box .text-box ul li { padding: 0 0 10px 35px; }
.section-typy-krehkosti .tab-slider-box .text-box ul li:before { top: 0; }

/* suffix */
.section-suffix { padding: 40px 20px 25px; }
.section-suffix p { font-size: 18px; line-height: 24px; padding: 0 0 25px; }

/* download */
.section-download { padding: 20px 20px 30px; }
.section-download ul { margin: 10px 0 0; }
.section-download ul li { padding: 0 10px; }
.section-download ul li:last-child { border-bottom: 0 none transparent; }
.section-download ul li p { background-size: auto 20px; font-size: 15px; padding: 15px 0 10px 30px; }
.section-download ul li a { position: relative; top: 0; margin-top: 0; right: auto; padding: 0 0 15px 30px; }

/* contact */
.section-contact .col-2-2 .phone { padding: 0 0 20px 70px; }
.section-contact .col-2-2 .phone .font-icon:before { font-size: 60px; top: 3px; }
.section-contact .col-2-2 h4 { padding: 15px 0 15px; font-size: 16px; }
.section-contact .col-2-2 ul.partner-list li { max-width: 160px; margin: 0 20px 20px; }

}


@media screen and (max-width: 550px) {

/* sticky menu */
.header.sticky .logo { width: 147px; height: 38px; margin: 15px 0 0 20px; }
.header.sticky .logo:before { font-size: 37px; }

/* section definition */
.section-definition .identify-box ul li { font-size: 14px; width: 33.33333%; margin-left: 0; }
.section-definition .identify-box ul li + li { border-left: 0 none transparent; }

/* contact */
.section-contact .col-2-1, .section-contact .col-2-2 { width: 100%; margin-left: 0; left: 0; }
.section-contact input[type="text"], .section-contact input[type="email"], .section-contact input[type="file"], .section-contact input[type="password"] { max-width: 100%; }

}