/* transition: all .25s ease; -webkit-transition: all .25s ease; -moz-transition: all .25s ease; */ /* PAGE MODULES */ body{ font-family: 'Biryani', sans-serif; font-weight:400; color: #131313; } 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 { display: inline-block; vertical-align: top; } textarea, select, input:not([type="checkbox"]):not([type="radio"]) { background: #ffffff; color: #000; 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 -10px 0; } .gallery-item { opacity: 1; display: inline-block; vertical-align: top; background: none no-repeat scroll center top transparent; max-width: 100%; width: 254px; height: 170px; background-size: cover; transition: all .25s ease; -webkit-transition: all .25s ease; -moz-transition: all .25s ease; border: 10px #FFFFFF solid; } .gallery-item:hover { opacity: 0.7; } .button { cursor: pointer; background: none no-repeat scroll center center #d70084; 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 { 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 */ header nav { text-align: right; margin-right: -15px; } header nav ul { margin: 0; padding: 0; } header nav li { display: inline-block; vertical-align: top; } header nav a { display: block; font-size: 16.67px; text-transform: lowercase; font-weight: 300; color: #515151; text-decoration: none; padding: 0 22px; line-height: 99px; } header nav li.current a, header nav a:focus, header nav a:active, header nav a:hover { outline: none; text-decoration: none; color: #fff; background: #4aaedb; } header nav li ul.dropdown-menu { opacity: 0; visibility: hidden; display: block; transition: all .25s ease; -webkit-transition: all .25s ease; -moz-transition: all .25s ease; } header nav li:hover ul { opacity: 1; visibility: visible; } header nav li li { border: none; display: block; } header nav li li a { text-decoration: none !important; } #sticky-wrapper .logo-normal-sticked img { width: 90px; } #sticky-wrapper:not(.is-sticky) .logo-normal-sticked { display: none; } .logo-mobile-white { margin-top: 15px; width: 90px; margin-left: 110px; display: inline-block; } .logo-mobile-white img { width: 100%; } /* 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) {...} */ .header { height:270px; background:no-repeat center center/cover; } .langs {margin: 30px 0 40px; text-align: center;} .top { text-align: center; color:#2b2a29; font-size:24px; line-height: 30px; margin-bottom:55px;} .top img { display: block; margin: 20px auto 10px; } .top strong { color:#2b2a29; font-size:24px; text-transform: uppercase; } #box-1 .title { background:#fc4484; } #box-2 .title { background:#ffde00; } #box-3 .title { background:#ef9701; } #box-4 .title { background:#01762a; } #box-5 .title { background:#01a3ef; } #box-6 .title { background:#fc444d; } #box-7 .title { background:#694405; } #box-8 .title { background:#00a93c; } #box-1 .karma { background-color:#fc4484; } #box-2 .karma { background-color:#ffde00; } #box-3 .karma { background-color:#ef9701; } #box-4 .karma { background-color:#01762a; } #box-5 .karma { background-color:#01a3ef; } #box-6 .karma { background-color:#fc444d; } #box-7 .karma { background-color:#694405; } #box-8 .karma { background-color:#00a93c; } #box-1 { border-color:#fc4484; } #box-2 { border-color:#ffde00; } #box-3 { border-color:#ef9701; } #box-4 { border-color:#01762a; } #box-5 { border-color:#01a3ef; } #box-6 { border-color:#fc444d; } #box-7 { border-color:#694405; } #box-8 { border-color:#00a93c; } .box-item { border:4px solid; border-radius: 0 0 20px 20px; height:100%; overflow: hidden; position: relative; background: #fff; } .box-item .title { text-align: center; color:#fff; padding-top: 15px; padding-bottom: 15px; } .box-item .title h3 { font-size:14px; margin-top: 0; } .box-item .title h2 { font-family:"Balloon Extra Bold"; font-size:61px; margin-top: 0; margin-bottom: 5px; } .box-item .content { color: #515151; font-size: 12px; padding: 30px 35px; padding-right: 40%; line-height: 14px; font-weight: 600; background-position: 0 top; border-radius: 0 0 20px 20px; background-repeat: no-repeat; } .karma { width: 180px; height: 180px; border-radius: 100%; background: no-repeat 40% 30%; position: absolute; right: -20px; bottom: -60px; } .column { min-height: 459px; margin-bottom: 25px; } .page { border-top: 10px solid #FC4484; background: url(../img/ptak1.jpg) no-repeat 0 56px, url(../img/ptak.jpg) no-repeat 100% -93px, url(../img/3.png) no-repeat 0 100%, url(../img/4.png) no-repeat 100% 100%; } .footer { height: 270px; background:url(../img/bottom.jpg) no-repeat center center/cover; padding-top:50px; text-align: center; color:#fff;font-size:18px; line-height: 24px;} .footer a { color:#fff; } .footer img { margin-bottom: 20px; } .inf { margin-top:32px; } .inf h2 { color:#2b2a29; font-size:24px; text-transform: uppercase; text-align: center; } .inf h3 { color:#2b2a29; font-size:22px; text-transform: uppercase; text-align: center; font-weight: 800; margin-top: 10px; } .inf a { color:#2b2a29; } .inf .container { padding:0 130px; } .inf { padding-bottom: 10px; text-align: center; } .l-nav { display: none; } .lang { display: inline-block; margin:0 10px; } .lang img { width:auto; height:19px; } @media (min-width: 1024px) { .navig .lang-li span { font-size: 0; } .row-eq-height { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; } .inf img:first-of-type { width:15%; } } /*@media (max-width:1600px){ .page { background: url(../img/ptak1.jpg) no-repeat -30% 2%, url(../img/ptak.jpg) no-repeat 120% -6%, url(../img/3.png) no-repeat -20% 100%, url(../img/4.png) no-repeat 120% 100%; } } @media (max-width:1360px){ .page { background: url(../img/ptak1.jpg) no-repeat -30% 2%, url(../img/4.png) no-repeat 100% 100%; } }*/ @media (max-width:1280px){ .page { background-image:none!important} .box-item .content { background-position: -60px top; } } @media (max-width:1024px){ .box-item .content { background-position: 70% top; background-repeat: no-repeat; } .box-item .content { padding-right:50%; } .column { min-height: 100px; } } @media (max-width:769px){ body { padding-top: 50px; } .header { width: 100%; margin: 0; height: 50px; background: #FC4484!important; z-index: 9999; position: fixed; top: 0; left: 0; } .l-nav { display: block; } .navbar-toggle { border-color: #fff; } .navbar-toggle .icon-bar { background: #fff; } .navbar-collapse { padding: 0; background: rgba(255,255,255,1); position: relative; top: -1px; } .nav>li { border-bottom: 1px solid #FC4484; } .nav>li>a { text-align: center; display: block; color: #FC4484; font-size: 13px; padding: 11px; line-height: 1; } .lang-li { display: none!important; } .navig { display: none; } .footer { height:auto; padding-bottom: 30px; } .footer .col-xs-12 { margin-bottom: 20px; } .page { background:#fff; } img { max-width: 100%; } .inf .container { padding: 15px; } .box-item .title h2 { font-size: 31px; } .footer { background: #fc4484; } #sticky-wrapper { display: none!important; } } @media (max-width:500px){ .box-item .content { padding-right: 15px; padding-left:15px; padding-bottom: 150px; background:#fff; background-image: none!important; } .g-recaptcha { width: 200px!important; overflow: hidden; } } .version { position: absolute; top: 0; left: 0; display: block; padding: 15px; color: #fff; } .version a { display: inline-block; padding: 4px 5px 1px 5px; vertical-align: middle; color: #fff; border: 1px solid #fff; } /*.version-en { position: absolute; top: 0; left: 0; display: block; padding: 15px; color: #fff; }*/ #contactFormSend { margin:40px auto; margin-bottom: 60px; } input[type="checkbox"] { display: inline-block; width: 15px; vertical-align: middle; } .checkbox label { display: inline-block; width: 80%; text-align: left; vertical-align: middle; line-height: 25px; padding-left: 0; } #contactFormSend input[type="text"] { display: inline-block; font-size: 13px; height: 40px; } #contactFormSend :-moz-placeholder { opacity: 1; font-weight: 300; font-style: normal; color: #2b2a29; } #contactFormSend ::-moz-placeholder { opacity: 1; font-weight: 300; font-style: normal; color: #2b2a29; } #contactFormSend :-ms-input-placeholder { opacity: 1; font-weight: 300; font-style: normal; color: #2b2a29; } #contactFormSend ::-webkit-input-placeholder { opacity: 1; font-weight: 300; font-style: normal; color: #2b2a29; } #contactFormSend textarea { height: 88px; padding-top: 5px; font-size:13px; color:#000; } .checkbox { display: inline-block; width: 33%; vertical-align: top; margin: 0; } .formularz { margin-top: 20px; } .news-foto { width:200px!important; float:left; margin-right: 20px; } .article { text-align: left; margin-top: 30px; } .article .button { float:right; margin-top: 20px; display: inline-block; height: 40px; line-height: 40px; color:#fff; } .title-news { font-size: 20px; text-transform: uppercase; padding-top: 10px; display: block; } .page-news .footer { margin-top:100px } #formularz { background: rgba(252, 68, 132, 0.78); color: #fff; padding: 20px 30px 30px; } #formularz h3 { color:#fff; } input.error + label { border-bottom: 1px solid #690000; } .button { display: inline-block; height: 35px; line-height: 37px; font-weight: 400; } .is-sticky .navig li { vertical-align: top; position: relative; top: 4px; } .navig li { display: inline-block; } .navig { background: #fc4484; padding: 0 10px; text-align: center; z-index: 999!important; } .navig ul { margin: 0; } .nav ul { margin-bottom: 0; padding-left: 0; } .droprown-menu { display: none; } .navig a { display: block; padding: 0 20px; line-height: 40px; color: #fff; text-transform: uppercase; } .navig .lang-li img { width: 30px; } .navig .lang-li span { display: block; line-height: 30px; padding: 0 7px; border: 1px solid #fff; } li.dropdown:hover .dropdown-menu { display:block; } .dropdown-menu { margin-top: 0; } .dropdown-menu li { display: block; } #article { padding-top: 42px; } .navbar-collapse.in { max-height: 80vh; } @media (max-width:760px){ .version { padding: 10px; } }