/* PAGE MODULES */ body{ font-family: "Roboto", Arial, sans-serif; font-weight:400; color: #334e61; font-size: 14px; line-height: 20px; } form p.ajaxInfo { display: none; padding: 10px 5px; border: 1px solid #000; text-align: center; color: #FFF; font-weight: 500; font-size: 16px; margin-bottom: 35px; } form p.ajaxInfo.error { background-color: #690000; border-color: #F00; } form p.ajaxInfo.error_send { background-color: #690000; border-color: #F00; } form p.ajaxInfo.ok { background-color: #006900; border-color: #0F0; } form p.error { display: none; } form label { text-align: right; width: 120px; display: inline-block; line-height: 44px; vertical-align: top; } form label.full { text-align: left; width: 100%; display: inline-block; } form label, form textarea, form input { width: 100%; box-sizing: border-box; font-size: 13px; } form button, form .button { display: inline-block; vertical-align: top; } textarea, select, input:not([type="checkbox"]):not([type="radio"]) { background: #e7e7e7; border: 1px solid #d5d5d5; box-sizing: border-box; height: 44px; padding: 0 10px; font-family: inherit; } textarea { height: 144px; padding: 10px; } select { } input:not([type="checkbox"]):not([type="radio"]) { margin-bottom: 9px; } textarea.error, select.error, input:not([type="checkbox"]):not([type="radio"]).error { border-color: #f00; } :-moz-placeholder { opacity: 1; font-style: normal; color: #9d9d9d; } ::-moz-placeholder { opacity: 1; font-style: normal; color: #9d9d9d; } :-ms-input-placeholder { opacity: 1; font-style: normal; color: #9d9d9d; } ::-webkit-input-placeholder { opacity: 1; font-style: normal; color: #9d9d9d; } .tc { text-align: center; } .tr { text-align: right; } .tl { text-align: left; } .info { display: none; text-align: center; font-size: 24px; border: 2px solid #666; padding: 10px 20px; border-radius: 15px; margin: 10px 0 20px; } .info.show { display: block; } .info.error { background-color: #ab0268; border-color: #780148; color: #fff; } .info.ok { background-color: #02ab68; border-color: #017848; color: #fff; } .gallery { margin-top: 35px; } .gallery-item { opacity: 1; display: inline-block; vertical-align: top; background: url() no-repeat scroll center top transparent; max-width: 100%; width: 225px; height: 170px; background-size: cover; transition: all .25s ease; -webkit-transition: all .25s ease; -moz-transition: all .25s ease; margin: 5px; border: 10px #FFFFFF solid; box-shadow: 0px 0px 5px rgba(0,0,0,.15); } .gallery-item:hover { opacity: 0.7; } button, .button { cursor: pointer; background: url() no-repeat scroll center center #EC6013; border: none; box-sizing: border-box; color: #FFF; height: 46px; line-height: 46px; padding: 0 28px; font-weight: 700; font-size: 16px; color: #FFF; text-transform: lowercase; transition: all .25s ease; -webkit-transition: all .25s ease; -moz-transition: all .25s ease; } .basket-top:hover button, button:active, button:focus, button:hover, .button:active, .button:focus, .button:hover { background-color: #08659E; text-decoration: none; outline: none; } #logo { } /* mobilne menu */ .mobile-nav { } .mobile-nav nav { display: none; background: #ec6013; position: fixed; max-height: 100%; overflow: auto; z-index: 1005; width: 100%; text-align: center; padding: 15px 0; } .mobile-nav nav.show { display: block; } .mobile-nav nav ul { list-style: none; margin: 0; padding: 0; } .mobile-nav nav li { display: block; } .mobile-nav nav a { display: block; color: #FFF; padding: 8px 0; text-transform: uppercase; font-family: 'Ubuntu', sans-serif; font-weight: 700; font-size: 16px; } .mobile-nav nav .dropdown-menu { display: block; position: static; width: 100%; text-align: center; background: 0; border: none; box-shadow: none; background: rgba(255, 255, 255, 0.2); padding: 0; margin: 0 0 5px 0; } .mobile-nav nav .dropdown-menu a { font-size: 14px; } .mobile-nav nav .dropdown-menu a:hover { background: none; color: #FFF; } .mobile-nav-toggle { padding: 0; position: fixed; top: 20px; right: 20px; width: 50px; height: 50px; box-sizing: border-box; border-radius: 100px; border: 3px solid #ec6013; background-color: #fff; z-index: 1020; } .mobile-nav-toggle span { display: block; height: 3px; background: #ec6013; margin: 4px 8px; } .mobile-nav-toggle:active, .mobile-nav-toggle:focus, .mobile-nav-toggle:hover { outline: none; opacity: 1; background-color: #fff; } /* /mobilne menu */ .no-padding { padding: 0; } /* RESPONSIVE */ /* @media (min-width: 1230px) {...} @media (min-width: 1022px) {...} @media (max-width: 1021px) {...} @media (min-width: 798px) {...} @media (max-width: 797px) {...} @media (max-width: 598px) {...} @media (max-width: 510px) {...} @media (min-width: 798px) and (max-width: 1021px) {...} @media (min-width: 1022px) and (max-width: 1229px) {...} */ img { max-width: 100%; } .h1, .h2 h1, h2 { font-family: 'Roboto Condensed', sans-serif; text-align: left; } h1, .h1 { color: #404040; font-weight: 400; } h2, .h2 { color: #404040; font-weight: 400; } .h1 span, .h2 span, h1 span, h2 span { color: #0c629d; font-weight: 700; } a { color: #ec5f0f; font-weight: bold; text-decoration: none; } a:hover { color: #ec5f0f; text-decoration: underline; } .logo { display: inline-block; margin-left: 6px; opacity: 1; transition: all .25s ease; -webkit-transition: all .25s ease; -moz-transition: all .25s ease; } .logo:hover { opacity: 0.7; } header { background: rgba(255, 255, 255, 0.85); padding: 13px 0 16px 0; box-shadow: 0 0 20px 0 #B5B5B5; position: relative; z-index: 20; } body.page-start header { position: absolute; width: 100%; top:0;left:0; } header nav { text-align: right; font-family: 'Roboto Condensed', sans-serif; } header nav ul { list-style: none; margin: 26px -20px 0 0; padding: 0; } header nav li { display: inline-block; padding: 0 5px; position: relative; } header nav a { text-decoration: none; color: #08659e; font-weight: bold; font-size: 18px; padding: 0 10px; transition: all .25s ease; -webkit-transition: all .25s ease; -moz-transition: all .25s ease; } header nav li.current a, header nav a:active, header nav a:focus, header nav a:hover { text-decoration: none; color: #ec6013; } header nav li ul.dropdown-menu { position: absolute; top: 100%; left: 0; z-index: 1000; display: none; float: left; min-width: 160px; padding: 10px 0px; list-style: none; font-size: 14px; text-align: left; background-clip: padding-box; background: #FFF; margin: 0; border: none; border-radius: 0; } header nav li:hover ul { display: block; } header nav ul.dropdown-menu li { display: block; padding: 0; } header nav ul.dropdown-menu a { display: block; padding: 3px 15px; color: #333; } .slider-wrap { } .slider { } .slider-item { height: 497px; background: url() no-repeat scroll center center transparent; } .start-box-wrap { margin-top: 33px; } .start-box-wrap .row { margin-left: -25px; margin-right: -25px; } .start-box { padding: 0 25px; text-align: justify; font-size: 13px; line-height: 24px; } .start-box ul { padding:0; margin: 0; list-style: none; text-align: left; } .start-box li { } .start-box li:before { content: '\2022'; display: inline-block; position: relative; margin: 0 7px 0 2px; border-radius: 10px; font-size: 15px; } .start-box .tr { margin-top: 30px; } .start-box img { cursor: pointer; opacity: 1; transition: all .25s ease; -webkit-transition: all .25s ease; -moz-transition: all .25s ease; } .start-box img:hover { opacity: 0.7; } .start-kontakt { background: #eeeeee; margin-top: 28px; padding-bottom: 26px; } .start-kontakt .container { padding: 0 80px; } .start-kontakt-marker { background: url('../img/marker.png') no-repeat scroll 22px center transparent; padding: 20px 0 0 72px; } .start-kontakt form .row { margin-left: -4px; margin-right: -4px; } .start-kontakt .input-div { padding: 0 4px; } .start-kontakt button { margin-top: 9px; } footer { margin-top: 26px; margin-bottom: 26px; } footer .container { border-top: 1px solid #ed5f13; padding-top: 15px; } footer nav a { color: #3c3c3c; font-weight: bold; margin-right: 16px; display: inline-block; vertical-align: top; transition: all .25s ease; -webkit-transition: all .25s ease; -moz-transition: all .25s ease; } footer nav a.current, footer nav a:focus, footer nav a:active, footer nav a:hover { color: #ec6013; text-decoration: none; } .container.subpage { min-height: 500px; } .pop-up-wrap { position: fixed; top: 0; left:0; width: 100%; height: 100%; background: rgba(0,0,0,0.7); z-index: 99999; } .pop-up { background: #FFF; border-radius: 10px; box-shadow: 0 0 15px 0 #000; /*width: 500px;*/ margin: 50px auto; position: relative; width: 700px; max-width: 100%; max-height: 100%; } .pop-up-close { position: absolute; top: -20px; right: -20px; width: 40px; height: 40px; background: #FFF; border: 2px solid #000; text-align: center; color: #000; font-size: 18px; line-height: 34px; border-radius: 50px; box-shadow: 0 0 15px 0 #000; } .pop-up-link { display: block; } .pop-up-link img { max-width: 100%; border-radius: 10px; } .eplatforma-box { background:transparent url('../img/intro_platform.png') no-repeat; width:924px; height:431px; position:relative; margin:50px auto 0; } .eplatforma-button { position:absolute; bottom:76px; opacity: 1; transition: all .25s ease; -webkit-transition: all .25s ease; -moz-transition: all .25s ease; } .eplatforma-button:focus, .eplatforma-button:active, .eplatforma-button:hover { opacity: 0.7; } .eplatforma-button-1 { left:76px; } .eplatforma-button-2 { left:196px; } .eplatforma-button-3 { left:300px; } .eplatforma-button-4 { left:455px; } #platform { margin: 0 auto; text-align: center; width: 900px; text-align: center; } #platnoscForm { } #platnoscForm label { text-align: left; font-size: inherit; line-height: 20px; margin-top: 10px; } #platnoscForm select, #platnoscForm input { margin-bottom: 15px; box-sizing: border-box; width: 100%; } #platnoscForm select { } #platnoscForm input { } @media (max-width: 797px) { .start-box-wrap .row { margin-left: -15px; margin-right: -15px; } .start-box, .start-box ul, .start-box .tr { text-align: center; } .start-kontakt .container { padding: 0 15px; } footer .tr { text-align: center; } }