/* PAGE MODULES */ body{ font-family: 'Ubuntu', sans-serif; font-weight:400; color: #100c10; font-size: 14px; background: #f0f0f4; line-height: 1.5em; } img { max-width: 100%; } 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; } form button, form .button { display: inline-block; vertical-align: top; } form .col-xs-5 { padding-right: 15px; } form .col-xs-7 { padding-left: 15px; } textarea, select, input:not([type="checkbox"]):not([type="radio"]) { background: #ffffff; border: 1px solid #e8e8e8; box-sizing: border-box; height: 44px; padding: 0 10px; font-size: 15px; font-family: inherit; } textarea { height: 120px; } select { } input:not([type="checkbox"]):not([type="radio"]) { margin-bottom: 8px; } textarea.error, select.error, input:not([type="checkbox"]):not([type="radio"]).error { border-color: #f00; } :-moz-placeholder { opacity: 1; font-weight: 200; font-style: italic; color: #bfbfbf; } ::-moz-placeholder { opacity: 1; font-weight: 200; font-style: italic; color: #bfbfbf; } :-ms-input-placeholder { opacity: 1; font-weight: 200; font-style: italic; color: #bfbfbf; } ::-webkit-input-placeholder { opacity: 1; font-weight: 200; font-style: italic; color: #bfbfbf; } .tc { text-align: center; } .tr { text-align: right; } .tl { text-align: left; } .cb { clear: both; } .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; margin: 35px -11.5px 0; } .gallery-item { opacity: 1; display: inline-block; vertical-align: top; background: none no-repeat scroll center top transparent; width: 20%; background-size: cover; transition: all .25s ease; -webkit-transition: all .25s ease; -moz-transition: all .25s ease; padding: 0 11.5px; margin-bottom: 10px; } .gallery-item:hover { opacity: 0.7; } .gallery-item img { width: 100%; } button, .button { cursor: pointer; background: url() no-repeat scroll center center #C11125; border: none; box-sizing: border-box; color: #fff; height: 59px; line-height: 59px; padding: 0 37px; 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: #484848; text-decoration: none; outline: none; } /* mobilne menu */ /* .mobile-nav { } .mobile-nav nav { display: none; background: #b1c903; 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-toggle { padding: 0; position: fixed; top: 20px; right: 20px; width: 50px; height: 50px; box-sizing: border-box; border-radius: 100px; border: 3px solid #b1c903; background-color: #fff; z-index: 1020; } .mobile-nav-toggle span { display: block; height: 3px; background: #b1c903; margin: 4px 8px; } .mobile-nav-toggle:active, .mobile-nav-toggle:focus, .mobile-nav-toggle:hover { outline: none; opacity: 1; background-color: #fff; } */ /* /mobilne menu */ /* 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 */ /* 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) {...} t */ body.page-start .text { /*font-size: 14px;*/ padding: 0 28px; } body.page-start nav { margin-bottom: 30px; } .wrap { background: #FFF; margin: 13px auto 50px; box-shadow: 0 0 25px 0 rgba(3, 3, 4, 0.13); } header { text-align: center; padding: 30px 0 0; } header a { display: inline-block; vertical-align: top; opacity: 1; transition: all .25s ease; -webkit-transition: all .25s ease; -moz-transition: all .25s ease; } header a:hover { opacity: 0.7; } header .logo { margin: 0 22px 0 51px; } nav { border: solid #F1CED2; border-width: 4px 0; margin: 28px 0 15px 0; padding: 14px 0 16px; } nav ul { padding: 0; margin: 0; text-align: center; list-style: none; } nav li { display: inline-block; position: relative; } nav li ul.dropdown-menu { display: none; position: absolute; top: 33px; left: 0; border-radius: 0; } nav li:hover ul { display: block; } nav li li { display: block; } nav a { color: #c11125; font-size: 16.67px; text-transform: uppercase; display: block; text-decoration: none; padding: 5px 23px; line-height: 25px; } nav li.current a, nav a:focus, nav a:active, nav a:hover { color: #272952; text-decoration: none; opacity: 1; } .ribbon { position: relative; text-align: center; color: #FFF; font-style: italic; font-size: 25px; line-height: 32px; margin: 69px -63px 55px; font-weight: 100; background: url('../img/bevel.png') no-repeat scroll center center rgba(0, 0, 0, 0); background-size: 100% 100%; padding: 20px 60px 21px; } .ribbon:before, .ribbon:after { content: ''; position: absolute; bottom: -30px; } .ribbon:before { left: 0; width: 0; height: 0; border-style: solid; border-width: 0 35px 30px 0; border-color: transparent #060714 transparent transparent; } .ribbon:after { right: 0; width: 0; height: 0; border-style: solid; border-width: 30px 35px 0 0; border-color: #060714 transparent transparent transparent; } .start-bottom { font-size: 25px; vertical-align: middle; color: #172b63; } .start-bottom a { color: inherit; } .start-bottom img { display: inline-block; vertical-align: middle; } .start-bottom div:nth-of-type(2) { padding: 0 10px; text-align: center; } .start-bottom div:last-of-type { font-size: 16.67px; } footer { background: #324174; font-size: 13px; color: #FFF; padding: 30px 0 25px; margin-top: 57px; } footer a { color: #fff; } footer > div:last-of-type { text-align: right; } footer > div:first-of-type a { display: inline-block; vertical-align: top; margin-right: 15px; } footer > div:first-of-type a:hover { color: inherit; } .subnav { margin-bottom: 30px; } .subnav ul { list-style: none; padding: 0; margin: -15px 0 0; } .subnav li { border-bottom: 4px solid #F1CED2; } .subnav a { color: #272952; padding: 15px 5px 9px 20px; font-size: 16.67px; display: block; } .subnav li.current a, .subnav a:hover { color: #be1124; text-decoration: none; } .subnav li.current a:before { content: ''; display: inline-block; vertical-align: text-bottom; width: 19px; height: 18px; background: url('../img/bullet.png') no-repeat scroll center center rgba(0, 0, 0, 0); margin-right: 6px; } #contactFormSend { margin-top: 30px; } h1 { color: #be1124; font-size: 24px; font-weight: 400; margin-top: 0; } h2 { color: #be1124; font-size: 16.67px; font-weight: 400; margin-top: 0; } .news-item { padding: 0 15px 10px; margin-bottom: 25px; } .news-item:not(:last-of-type) { border-bottom: 2px solid #f1ced2; } .news-item h2 { font-size: 20px; } .news-item h2 a { color: inherit; } @media (max-width: 1229px) { header .logo { margin: 0 10px; } .start-bottom { font-size: 20px; } } @media (max-width: 797px) { .ribbon { margin-left: -28px; margin-right: -28px; padding: 20px 28px 21px; } .ribbon:before, .ribbon:after { display: none; } .start-bottom { text-align: center; } .start-bottom > div { margin-bottom: 30px; } footer > div:last-of-type, footer > div:first-of-type { text-align: center; } footer > div:first-of-type { margin-bottom: 15px; } footer > div:first-of-type a { margin: 0 7.5px; } }