@charset "UTF-8";

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
margin: 0;
padding: 0;
border: 0;
font: inherit;
vertical-align: baseline;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.container,
.container-fluid {
margin-right: auto;
margin-left: auto;
padding-left: 15px;
padding-right: 15px;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
display: block;
}
body {
line-height: 1;
}
ol,
ul {
list-style: none;
}
blockquote,
q {
quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
a {
color: inherit;
text-decoration: inherit;
}
body *,
button:focus,
input:focus,
select:focus,
textarea:focus {
outline: 0;
}
input::-ms-clear {
display: none;
}
@-ms-viewport {
width: device-width;
}
.visible-lg,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
display: none !important;
}
@media (max-width: 767px) {
.visible-xs {
display: block !important;
}
table.visible-xs {
display: table;
}
tr.visible-xs {
display: table-row !important;
}
td.visible-xs,
th.visible-xs {
display: table-cell !important;
}
.visible-xs-block {
display: block !important;
}
.visible-xs-inline {
display: inline !important;
}
.visible-xs-inline-block {
display: inline-block !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.visible-sm {
display: block !important;
}
table.visible-sm {
display: table;
}
tr.visible-sm {
display: table-row !important;
}
td.visible-sm,
th.visible-sm {
display: table-cell !important;
}
.visible-sm-block {
display: block !important;
}
.visible-sm-inline {
display: inline !important;
}
.visible-sm-inline-block {
display: inline-block !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.visible-md {
display: block !important;
}
table.visible-md {
display: table;
}
tr.visible-md {
display: table-row !important;
}
td.visible-md,
th.visible-md {
display: table-cell !important;
}
.visible-md-block {
display: block !important;
}
.visible-md-inline {
display: inline !important;
}
.visible-md-inline-block {
display: inline-block !important;
}
}
@media (min-width: 1200px) {
.visible-lg {
display: block !important;
}
table.visible-lg {
display: table;
}
tr.visible-lg {
display: table-row !important;
}
td.visible-lg,
th.visible-lg {
display: table-cell !important;
}
.visible-lg-block {
display: block !important;
}
.visible-lg-inline {
display: inline !important;
}
.visible-lg-inline-block {
display: inline-block !important;
}
.hidden-lg {
display: none !important;
}
}
@media (max-width: 767px) {
.hidden-xs {
display: none !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.hidden-sm {
display: none !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.hidden-md {
display: none !important;
}
}
.visible-print {
display: none !important;
}
@media print {
.visible-print {
display: block !important;
}
table.visible-print {
display: table;
}
tr.visible-print {
display: table-row !important;
}
td.visible-print,
th.visible-print {
display: table-cell !important;
}
}
.visible-print-block {
display: none !important;
}
@media print {
.visible-print-block {
display: block !important;
}
}
.visible-print-inline {
display: none !important;
}
@media print {
.visible-print-inline {
display: inline !important;
}
}
.visible-print-inline-block {
display: none !important;
}
@media print {
.visible-print-inline-block {
display: inline-block !important;
}
.hidden-print {
display: none !important;
}
}
@media (min-width: 768px) {
.container {
width: 750px;
}
}
@media (min-width: 992px) {
.container {
width: 970px;
}
}
@media (min-width: 1200px) {
.container {
width: 1170px;
}
}
.row {
margin-left: -15px;
margin-right: -15px;
}
.col,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
position: relative;
min-height: 1px;
padding-left: 15px;
padding-right: 15px;
}
.col,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
float: left;
}
.col-xs-12 {
width: 100%;
}
.col-xs-11 {
width: 91.66666667%;
}
.col-xs-10 {
width: 83.33333333%;
}
.col-xs-9 {
width: 75%;
}
.col-xs-8 {
width: 66.66666667%;
}
.col-xs-7 {
width: 58.33333333%;
}
.col-xs-6 {
width: 50%;
}
.col-xs-5 {
width: 41.66666667%;
}
.col-xs-4 {
width: 33.33333333%;
}
.col-xs-3 {
width: 25%;
}
.col-xs-2 {
width: 16.66666667%;
}
.col-xs-1 {
width: 8.33333333%;
}
.col-xs-pull-12 {
right: 100%;
}
.col-xs-pull-11 {
right: 91.66666667%;
}
.col-xs-pull-10 {
right: 83.33333333%;
}
.col-xs-pull-9 {
right: 75%;
}
.col-xs-pull-8 {
right: 66.66666667%;
}
.col-xs-pull-7 {
right: 58.33333333%;
}
.col-xs-pull-6 {
right: 50%;
}
.col-xs-pull-5 {
right: 41.66666667%;
}
.col-xs-pull-4 {
right: 33.33333333%;
}
.col-xs-pull-3 {
right: 25%;
}
.col-xs-pull-2 {
right: 16.66666667%;
}
.col-xs-pull-1 {
right: 8.33333333%;
}
.col-xs-pull-0 {
right: auto;
}
.col-xs-push-12 {
left: 100%;
}
.col-xs-push-11 {
left: 91.66666667%;
}
.col-xs-push-10 {
left: 83.33333333%;
}
.col-xs-push-9 {
left: 75%;
}
.col-xs-push-8 {
left: 66.66666667%;
}
.col-xs-push-7 {
left: 58.33333333%;
}
.col-xs-push-6 {
left: 50%;
}
.col-xs-push-5 {
left: 41.66666667%;
}
.col-xs-push-4 {
left: 33.33333333%;
}
.col-xs-push-3 {
left: 25%;
}
.col-xs-push-2 {
left: 16.66666667%;
}
.col-xs-push-1 {
left: 8.33333333%;
}
.col-xs-push-0 {
left: auto;
}
.col-xs-offset-12 {
margin-left: 100%;
}
.col-xs-offset-11 {
margin-left: 91.66666667%;
}
.col-xs-offset-10 {
margin-left: 83.33333333%;
}
.col-xs-offset-9 {
margin-left: 75%;
}
.col-xs-offset-8 {
margin-left: 66.66666667%;
}
.col-xs-offset-7 {
margin-left: 58.33333333%;
}
.col-xs-offset-6 {
margin-left: 50%;
}
.col-xs-offset-5 {
margin-left: 41.66666667%;
}
.col-xs-offset-4 {
margin-left: 33.33333333%;
}
.col-xs-offset-3 {
margin-left: 25%;
}
.col-xs-offset-2 {
margin-left: 16.66666667%;
}
.col-xs-offset-1 {
margin-left: 8.33333333%;
}
.col-xs-offset-0 {
margin-left: 0;
}
@media (min-width: 768px) {
.col,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9 {
float: left;
}
.col-sm-12 {
width: 100%;
}
.col-sm-11 {
width: 91.66666667%;
}
.col-sm-10 {
width: 83.33333333%;
}
.col-sm-9 {
width: 75%;
}
.col-sm-8 {
width: 66.66666667%;
}
.col-sm-7 {
width: 58.33333333%;
}
.col-sm-6 {
width: 50%;
}
.col-sm-5 {
width: 41.66666667%;
}
.col-sm-4 {
width: 33.33333333%;
}
.col-sm-3 {
width: 25%;
}
.col-sm-2 {
width: 16.66666667%;
}
.col-sm-1 {
width: 8.33333333%;
}
.col-sm-pull-12 {
right: 100%;
}
.col-sm-pull-11 {
right: 91.66666667%;
}
.col-sm-pull-10 {
right: 83.33333333%;
}
.col-sm-pull-9 {
right: 75%;
}
.col-sm-pull-8 {
right: 66.66666667%;
}
.col-sm-pull-7 {
right: 58.33333333%;
}
.col-sm-pull-6 {
right: 50%;
}
.col-sm-pull-5 {
right: 41.66666667%;
}
.col-sm-pull-4 {
right: 33.33333333%;
}
.col-sm-pull-3 {
right: 25%;
}
.col-sm-pull-2 {
right: 16.66666667%;
}
.col-sm-pull-1 {
right: 8.33333333%;
}
.col-sm-pull-0 {
right: auto;
}
.col-sm-push-12 {
left: 100%;
}
.col-sm-push-11 {
left: 91.66666667%;
}
.col-sm-push-10 {
left: 83.33333333%;
}
.col-sm-push-9 {
left: 75%;
}
.col-sm-push-8 {
left: 66.66666667%;
}
.col-sm-push-7 {
left: 58.33333333%;
}
.col-sm-push-6 {
left: 50%;
}
.col-sm-push-5 {
left: 41.66666667%;
}
.col-sm-push-4 {
left: 33.33333333%;
}
.col-sm-push-3 {
left: 25%;
}
.col-sm-push-2 {
left: 16.66666667%;
}
.col-sm-push-1 {
left: 8.33333333%;
}
.col-sm-push-0 {
left: auto;
}
.col-sm-offset-12 {
margin-left: 100%;
}
.col-sm-offset-11 {
margin-left: 91.66666667%;
}
.col-sm-offset-10 {
margin-left: 83.33333333%;
}
.col-sm-offset-9 {
margin-left: 75%;
}
.col-sm-offset-8 {
margin-left: 66.66666667%;
}
.col-sm-offset-7 {
margin-left: 58.33333333%;
}
.col-sm-offset-6 {
margin-left: 50%;
}
.col-sm-offset-5 {
margin-left: 41.66666667%;
}
.col-sm-offset-4 {
margin-left: 33.33333333%;
}
.col-sm-offset-3 {
margin-left: 25%;
}
.col-sm-offset-2 {
margin-left: 16.66666667%;
}
.col-sm-offset-1 {
margin-left: 8.33333333%;
}
.col-sm-offset-0 {
margin-left: 0;
}
}
@media (min-width: 992px) {
.col,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9 {
float: left;
}
.col-md-12 {
width: 100%;
}
.col-md-11 {
width: 91.66666667%;
}
.col-md-10 {
width: 83.33333333%;
}
.col-md-9 {
width: 75%;
}
.col-md-8 {
width: 66.66666667%;
}
.col-md-7 {
width: 58.33333333%;
}
.col-md-6 {
width: 50%;
}
.col-md-5 {
width: 41.66666667%;
}
.col-md-4 {
width: 33.33333333%;
}
.col-md-3 {
width: 25%;
}
.col-md-2 {
width: 16.66666667%;
}
.col-md-1 {
width: 8.33333333%;
}
.col-md-pull-12 {
right: 100%;
}
.col-md-pull-11 {
right: 91.66666667%;
}
.col-md-pull-10 {
right: 83.33333333%;
}
.col-md-pull-9 {
right: 75%;
}
.col-md-pull-8 {
right: 66.66666667%;
}
.col-md-pull-7 {
right: 58.33333333%;
}
.col-md-pull-6 {
right: 50%;
}
.col-md-pull-5 {
right: 41.66666667%;
}
.col-md-pull-4 {
right: 33.33333333%;
}
.col-md-pull-3 {
right: 25%;
}
.col-md-pull-2 {
right: 16.66666667%;
}
.col-md-pull-1 {
right: 8.33333333%;
}
.col-md-pull-0 {
right: auto;
}
.col-md-push-12 {
left: 100%;
}
.col-md-push-11 {
left: 91.66666667%;
}
.col-md-push-10 {
left: 83.33333333%;
}
.col-md-push-9 {
left: 75%;
}
.col-md-push-8 {
left: 66.66666667%;
}
.col-md-push-7 {
left: 58.33333333%;
}
.col-md-push-6 {
left: 50%;
}
.col-md-push-5 {
left: 41.66666667%;
}
.col-md-push-4 {
left: 33.33333333%;
}
.col-md-push-3 {
left: 25%;
}
.col-md-push-2 {
left: 16.66666667%;
}
.col-md-push-1 {
left: 8.33333333%;
}
.col-md-push-0 {
left: auto;
}
.col-md-offset-12 {
margin-left: 100%;
}
.col-md-offset-11 {
margin-left: 91.66666667%;
}
.col-md-offset-10 {
margin-left: 83.33333333%;
}
.col-md-offset-9 {
margin-left: 75%;
}
.col-md-offset-8 {
margin-left: 66.66666667%;
}
.col-md-offset-7 {
margin-left: 58.33333333%;
}
.col-md-offset-6 {
margin-left: 50%;
}
.col-md-offset-5 {
margin-left: 41.66666667%;
}
.col-md-offset-4 {
margin-left: 33.33333333%;
}
.col-md-offset-3 {
margin-left: 25%;
}
.col-md-offset-2 {
margin-left: 16.66666667%;
}
.col-md-offset-1 {
margin-left: 8.33333333%;
}
.col-md-offset-0 {
margin-left: 0;
}
}
@media (min-width: 1200px) {
.col,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9 {
float: left;
}
.col-lg-12 {
width: 100%;
}
.col-lg-11 {
width: 91.66666667%;
}
.col-lg-10 {
width: 83.33333333%;
}
.col-lg-9 {
width: 75%;
}
.col-lg-8 {
width: 66.66666667%;
}
.col-lg-7 {
width: 58.33333333%;
}
.col-lg-6 {
width: 50%;
}
.col-lg-5 {
width: 41.66666667%;
}
.col-lg-4 {
width: 33.33333333%;
}
.col-lg-3 {
width: 25%;
}
.col-lg-2 {
width: 16.66666667%;
}
.col-lg-1 {
width: 8.33333333%;
}
.col-lg-pull-12 {
right: 100%;
}
.col-lg-pull-11 {
right: 91.66666667%;
}
.col-lg-pull-10 {
right: 83.33333333%;
}
.col-lg-pull-9 {
right: 75%;
}
.col-lg-pull-8 {
right: 66.66666667%;
}
.col-lg-pull-7 {
right: 58.33333333%;
}
.col-lg-pull-6 {
right: 50%;
}
.col-lg-pull-5 {
right: 41.66666667%;
}
.col-lg-pull-4 {
right: 33.33333333%;
}
.col-lg-pull-3 {
right: 25%;
}
.col-lg-pull-2 {
right: 16.66666667%;
}
.col-lg-pull-1 {
right: 8.33333333%;
}
.col-lg-pull-0 {
right: auto;
}
.col-lg-push-12 {
left: 100%;
}
.col-lg-push-11 {
left: 91.66666667%;
}
.col-lg-push-10 {
left: 83.33333333%;
}
.col-lg-push-9 {
left: 75%;
}
.col-lg-push-8 {
left: 66.66666667%;
}
.col-lg-push-7 {
left: 58.33333333%;
}
.col-lg-push-6 {
left: 50%;
}
.col-lg-push-5 {
left: 41.66666667%;
}
.col-lg-push-4 {
left: 33.33333333%;
}
.col-lg-push-3 {
left: 25%;
}
.col-lg-push-2 {
left: 16.66666667%;
}
.col-lg-push-1 {
left: 8.33333333%;
}
.col-lg-push-0 {
left: auto;
}
.col-lg-offset-12 {
margin-left: 100%;
}
.col-lg-offset-11 {
margin-left: 91.66666667%;
}
.col-lg-offset-10 {
margin-left: 83.33333333%;
}
.col-lg-offset-9 {
margin-left: 75%;
}
.col-lg-offset-8 {
margin-left: 66.66666667%;
}
.col-lg-offset-7 {
margin-left: 58.33333333%;
}
.col-lg-offset-6 {
margin-left: 50%;
}
.col-lg-offset-5 {
margin-left: 41.66666667%;
}
.col-lg-offset-4 {
margin-left: 33.33333333%;
}
.col-lg-offset-3 {
margin-left: 25%;
}
.col-lg-offset-2 {
margin-left: 16.66666667%;
}
.col-lg-offset-1 {
margin-left: 8.33333333%;
}
.col-lg-offset-0 {
margin-left: 0;
}
}
.clearfix,
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.row:after,
.row:before {
content: " ";
display: table;
}
.clearfix:after,
.container-fluid:after,
.container:after,
.row:after {
clear: both;
}
.center-block {
display: block;
margin-left: auto;
margin-right: auto;
}
.pull-right {
float: right !important;
}
.pull-left {
float: left !important;
}
*,
:after,
:before {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.animate {
-webkit-transition: all 300ms ease-in-o ut;
-moz-transition: all 300ms ease-in-out;
-o-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
}
.animate2 {
-webkit-transition: all 500ms ease-in-o ut;
-moz-transition: all 500ms ease-in-out;
-o-transition: all 500ms ease-in-out;
transition: all 500ms ease-in-out;
}
body {
color: #0e0e0e;
font-family: 'Montserrat', sans-serif;
font-weight: 400;
font-size: 16px;
line-height: 1.63;
overflow-x: hidden;
width: 100%;
max-width: 100vw;
position: relative;
opacity: 1;
transition: 1s opacity;
-webkit-transition: 1s opacity;
-moz-transition: 1s opacity;
-o-transition: 1s opacity;
}
body.fade-out {
opacity: 0;
transition: none;
}
@media (max-width: 767px) {
body {
font-size: 13px;
}
}
body .nakladka {
opacity: 0;
content: '';
z-index: 7;
width: 0;
height: 100%;
position: absolute;
bottom: 0;
top: 0;
background-color: #0e0e0e;
-webkit-transition: all 300ms ease-in-o ut;
-moz-transition: all 300ms ease-in-out;
-o-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
}
body.block {
overflow: hidden;
}
body.block .nakladka {
width: 100%;
opacity: 0.9;
}
body strong {
font-weight: 700;
}
.block {
display: block;
width: 100%;
}
.font-regular {
font-weight: 400;
}
.font-semibold {
font-weight: 600;
}
.font-bold {
font-weight: 700;
}
.text-center {
text-align: center;
}
.text-left {
text-align: left;
}
.text-right {
text-align: right;
}
.container.marginbottom {
margin-bottom: 120px;
}
@media only screen and (max-width: 1199px) {
.container.marginbottom {
margin-bottom: 90px;
}
}
@media only screen and (max-width: 991px) {
.container.marginbottom {
margin-bottom: 70px;
}
}
@media only screen and (max-width: 767px) {
.container.marginbottom {
margin-bottom: 50px;
}
}
.cookies {
display: block;
position: fixed;
z-index: 9;
bottom: 0;
width: 100%;
background: #004c9c;
padding: 30px 0;
font-size: 16px;
line-height: 26px;
color: #ffffff;
text-align: left;
overflow: hidden;
}
.cookies .left {
width: calc(100% - 250px);
float: left;
}
@media (max-width: 767px) {
.cookies .left {
display: block;
width: 100%;
text-align: center;
float: none;
}
}
.cookies a {
-webkit-transition: all 300ms ease-in-o ut;
-moz-transition: all 300ms ease-in-out;
-o-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
text-transform: uppercase;
font-weight: 700;
}
.cookies a:hover {
color: yellow;
}
.cookies a.closebutton {
padding: 0 20px;
width: auto;
height: 40px;
line-height: 36px;
border: solid 2px #ffffff;
margin: 0 0 0 30px;
display: inline-block;
float: right;
text-align: center;
max-width: 200px;
border-radius: 20px;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
}
.cookies a.closebutton:hover {
background-color: #ffffff;
color: #004c9c;
}
@media (max-width: 767px) {
.cookies a.closebutton {
display: block;
margin: 10px auto 0 auto;
float: none;
}
}
.buttons {
text-align: center;
display: block;
}
.buttons .button {
margin: 0 15px;
}
.shadow {
-webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
}
.shadow2 {
-webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.3);
box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.3);
}
.textshadow {
text-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}
.container {
z-index: 2;
position: relative;
}
.flexrow {
width: calc(100% + 30px);
margin: 0 -15px;
flex-direction: row;
justify-content: flex-start;
align-items: stretch;
align-content: stretch;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
@media (max-width: 991px) {
.flexrow {
flex-direction: none;
justify-content: none;
align-items: none;
align-content: none;
display: block;
-webkit-flex-wrap: none;
-ms-flex-wrap: none;
flex-wrap: none;
}
}
.bg-right,
.bg-left {
position: absolute;
right: 0;
top: 0;
bottom: 0;
z-index: 1;
-webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
border-radius: 10px 0 0 10px;
-webkit-border-radius: 10px 0 0 10px;
-moz-border-radius: 10px 0 0 10px;
overflow: hidden;
}
.bg-right img,
.bg-left img {
display: block;
width: 100%;
height: 100%;
object-fit: cover;
}
.bg-right .swiper-container,
.bg-left .swiper-container {
display: block;
width: 100%;
height: 100%;
}
@media (max-width: 767px) {
.bg-right.bg-xs12,
.bg-left.bg-xs12 {
width: 100%;
position: relative;
border-radius: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
height: 300px;
}
}
@media (max-width: 499px) {
.bg-right.bg-xs12,
.bg-left.bg-xs12 {
height: 200px;
}
}
@media (min-width: 768px) {
.bg-right.bg-sm2,
.bg-left.bg-sm2 {
width: calc((2 / 12 * 750px) + (50% - 410px));
}
}
@media (min-width: 768px) {
.bg-right.bg-sm5,
.bg-left.bg-sm5 {
width: calc((5 / 12 * 750px) + (50% - 410px));
}
}
@media (min-width: 992px) {
.bg-right.bg-md2,
.bg-left.bg-md2 {
width: calc((2 / 12 * 970px) + (50% - 485px));
}
}
@media (min-width: 1200px) {
.bg-right.bg-lg2,
.bg-left.bg-lg2 {
width: calc((2 / 12 * 1170px) + (50% - 585px));
}
}
.bg-left {
left: 0;
border-radius: 0 10px 10px 0;
-webkit-border-radius: 0 10px 10px 0;
-moz-border-radius: 0 10px 10px 0;
}
.flexrow > div {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
@media (max-width: 449px) {
.flexrow > div {
display: block;
}
}
@media (max-width: 499px) {
.mobilefull {
width: 100%;
margin: 0;
}
}
@media (max-width: 499px) {
.mobilehalf {
width: 50%;
}
}
@media (max-width: 499px) {
.mobileoff {
display: none;
}
}
@media (max-width: 767px) {
.mobile320 {
width: 100%;
max-width: 320px;
margin: 0 auto;
float: none;
}
}
@media (max-width: 767px) {
.mobile500 {
width: 100%;
max-width: 500px;
margin: 0 auto;
float: none;
}
}
@media (max-width: 991px) {
#pokamenu.glowna {
top: -360px;
position: relative;
}
}
span.block {
display: block;
}
.gallery {
display: block;
overflow: hidden;
margin: 50px -15px 0 -15px !important;
width: calc(100% + 30px) !important;
}
.gallery br {
display: none!important;
}
.gallery .gallery-item {
float: left;
margin: 0!important;
padding: 15px!important;
}
.gallery .gallery-item .gallery-icon {
display: block!important;
width: 100%!important;
height: 320px!important;
overflow: hidden!important;
-webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
}
@media (max-width: 1199px) {
.gallery .gallery-item .gallery-icon {
height: 200px!important;
}
}
@media (max-width: 991px) {
.gallery .gallery-item .gallery-icon {
height: 180px!important;
}
}
@media (max-width: 767px) {
.gallery .gallery-item .gallery-icon {
height: 130px!important;
}
}
@media (max-width: 499px) {
.gallery .gallery-item .gallery-icon {
height: 100px!important;
}
}
.gallery .gallery-item .gallery-icon a {
display: block;
width: 100%!important;
height: 100%!important;
position: relative;
overflow: hidden;
margin: 0;
}
.gallery .gallery-item .gallery-icon a:before {
display: none;
}
.gallery .gallery-item .gallery-icon a img {
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
margin: auto;
width: 100%;
height: 100%;
border: 0!important;
-webkit-transition: all 300ms ease-in-o ut;
-moz-transition: all 300ms ease-in-out;
-o-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
max-width: none;
object-fit: cover;
}
.gallery .gallery-item .gallery-icon a:hover img {
width: 120%;
height: 120%;
left: -10%;
top: -10%;
right: -10%;
bottom: -10%;
}
.gallery.gallery-columns-1 .gallery-item {
width: 100%;
}
.gallery.gallery-columns-2 .gallery-item {
width: 50%;
}
.gallery.gallery-columns-3 .gallery-item {
width: 33.33%;
}
@media (max-width: 449px) {
.gallery.gallery-columns-3 .gallery-item {
width: 50%;
}
}
.gallery.gallery-columns-4 .gallery-item {
width: 25%;
}
@media (max-width: 449px) {
.gallery.gallery-columns-4 .gallery-item {
width: 50%;
}
}
.gallery.gallery-columns-5 .gallery-item {
width: 20%;
}
@media (max-width: 449px) {
.gallery.gallery-columns-5 .gallery-item {
width: 33.33%;
}
}
.headline {
font-weight: 700;
font-size: 48px;
line-height: 1.21;
color: #0e0e0e;
overflow: hidden;
}
@media (max-width: 1199px) {
.headline {
font-size: 36px;
}
}
@media (max-width: 991px) {
.headline {
font-size: 30px;
}
}
@media (max-width: 767px) {
.headline {
font-size: 24px;
}
}
@media (max-width: 499px) {
.headline {
font-size: 20px;
}
}
.headline.green {
color: #07923f;
}
.headline img {
width: 100px;
height: auto;
float: left;
margin: 10px 30px 0 0;
}
@media (max-width: 991px) {
.headline img {
width: 65px;
}
}
@media (max-width: 767px) {
.headline img {
float: none;
margin: 0 auto 15px auto;
display: block;
}
}
@media (max-width: 499px) {
.headline img {
width: 50px;
}
}
section {
display: block;
position: relative;
}
section.withbg {
background-color: #ffffff;
}
section.withbg .container {
z-index: 2;
position: relative;
}
section.withbg .panelbg {
position: absolute;
left: 0;
top: 0;
bottom: 0;
right: 0;
width: 100%;
height: 100%;
object-fit: cover;
z-index: 1;
}
.radius10 {
border-radius: 10px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
}
.button {
display: inline-block;
padding: 0 40px;
height: 50px;
line-height: 46px;
font-weight: 700;
text-align: center;
-webkit-transition: all 300ms ease-in-o ut;
-moz-transition: all 300ms ease-in-out;
-o-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
border: solid 2px;
border-radius: 10px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
}
@media (max-width: 1199px) {
.button {
padding: 0 25px;
height: 40px;
line-height: 36px;
}
}
.button.gray {
background-color: #0e0e0e;
color: #ffffff;
border-color: #0e0e0e;
}
.button.gray:hover {
background-color: #ffffff;
color: #0e0e0e;
}
.smbuttons {
position: fixed;
width: 60px;
z-index: 10;
height: 50px;
right: -10px;
top: calc(50vh - 50px);
-webkit-transition: all 300ms ease-in-o ut;
-moz-transition: all 300ms ease-in-out;
-o-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
}
.smbuttons:hover {
right: 0;
}
.smbuttons .fb {
display: block;
width: 60px;
height: 50px;
border-radius: 4px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
background-size: 36px 36px;
background-repeat: no-repeat;
background-position: 7px 7px;
background-color: #fbb900;
-webkit-transition: all 300ms ease-in-o ut;
-moz-transition: all 300ms ease-in-out;
-o-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
background-image: url(//apnbudownictwo.pl/wp-content/themes/apn2018/images/ico_fb.svg);
}
.nav_top {
position: absolute;
top: 0;
left: 0;
z-index: 2;
width: 100%;
height: 100px;
overflow: hidden;
background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
background-image: -o-linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
}
.nav_top .logo {
float: left;
width: auto;
height: 60px;
margin: 20px 0;
}
.nav_top .logo img {
display: block;
width: auto;
height: 100%;
}
.nav_top ul {
float: right;
}
.nav_top ul li {
float: left;
width: auto;
height: 100%;
margin: 0 60px 0 0;
}
.nav_top ul li a {
width: 100%;
height: 100%;
line-height: 100px;
color: #ffffff;
-webkit-transition: all 300ms ease-in-o ut;
-moz-transition: all 300ms ease-in-out;
-o-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
font-weight: 600;
position: relative;
}
@media (max-width: 1199px) {
.nav_top ul li a {
line-height: 70px;
}
}
.nav_top ul li a:before {
position: absolute;
bottom: -10px;
height: 2px;
width: 0;
left: 0;
margin: auto;
content: '';
background-color: #ffffff;
-webkit-transition: all 300ms ease-in-o ut;
-moz-transition: all 300ms ease-in-out;
-o-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
}
.nav_top ul li a:hover {
color: #fbb900;
}
.nav_top ul li a:hover:before {
width: 50%;
background-color: #fbb900;
}
.nav_top ul li.current-menu-item a {
color: #fbb900;
}
.nav_top ul li.current-menu-item a:before {
width: 50%;
background-color: #fbb900;
}
.nav_top ul li:last-child {
margin: 0;
}
.nav_top.second {
top: -70px;
opacity: 0;
position: fixed;
z-index: 9;
height: 70px;
background-color: #ffffff;
background-image: none!important;
-webkit-transition: all 300ms ease-in-o ut;
-moz-transition: all 300ms ease-in-out;
-o-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
-webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
}
.nav_top.second.show {
opacity: 1;
top: 0;
-webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
}
.nav_top.second .logo {
margin: 10px 0;
height: 50px;
}
.nav_top.second ul li a {
color: #0e0e0e;
line-height: 70px;
}
.nav_top.second ul li a:before {
background-color: #0e0e0e;
}
.nav_top.second ul li a:hover {
color: #fbb900;
}
.nav_top.second ul li a:hover:before {
background-color: #fbb900;
}
.nav_top.second ul li.current-menu-item a {
color: #fbb900;
}
.nav_top.second ul li.current-menu-item a:before {
background-color: #fbb900;
}
@media (max-width: 991px) {
.nav_top {
display: none;
}
}
.nav_top.whitegradient {
background-image: -webkit-linear-gradient(#ffffff, rgba(255, 255, 255, 0));
background-image: -o-linear-gradient(#ffffff, rgba(255, 255, 255, 0));
background-image: linear-gradient(#ffffff, rgba(255, 255, 255, 0));
}
.nav_top.whitegradient ul li a {
color: #0e0e0e;
}
.nav_top.whitegradient ul li a:before {
background-color: #0e0e0e;
}
.nav_top.whitegradient ul li a:hover {
color: #fbb900;
}
.nav_top.whitegradient ul li a:hover:before {
background-color: #fbb900;
}
.nav_top.whitegradient ul li.current-menu-item a {
color: #fbb900;
}
.nav_top.whitegradient ul li.current-menu-item a:before {
background-color: #fbb900;
}
.nav_top_mobile {
display: none;
position: fixed;
height: 60px;
top: 0;
left: 0;
z-index: 9;
-webkit-transition: all 300ms ease-in-o ut;
-moz-transition: all 300ms ease-in-out;
-o-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
background-color: #ffffff;
-webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
width: 100%;
}
@media (max-width: 991px) {
.nav_top_mobile {
display: block;
}
}
.nav_top_mobile .container {
z-index: 10;
}
.nav_top_mobile .logo {
display: block;
width: 180px;
height: 60px;
padding: 10px 0;
margin: 0 auto;
position: relative;
z-index: 10;
text-align: center;
-webkit-transition: all 300ms ease-in-o ut;
-moz-transition: all 300ms ease-in-out;
-o-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
}
.nav_top_mobile .logo img {
display: block;
width: 100%;
height: 100%;
object-fit: contain;
}
.nav_top_mobile .mobile-btn {
display: none;
width: 25px;
height: 25px;
padding: 3px 0;
position: absolute;
right: 17.5px;
top: 17.5px;
float: right;
cursor: pointer;
z-index: 10;
}
@media (max-width: 991px) {
.nav_top_mobile .mobile-btn {
display: block;
}
}
.nav_top_mobile .mobile-btn span {
display: block;
width: 100%;
height: 2px;
background-color: #0e0e0e;
-webkit-transition: all 300ms ease-in-o ut;
-moz-transition: all 300ms ease-in-out;
-o-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
}
.nav_top_mobile .mobile-btn span.second {
margin: 6px 0;
}
.nav_top_mobile .mobile-btn.active {
border-color: transparent;
}
.nav_top_mobile .mobile-btn.active span {
background-color: #fbb900;
}
.nav_top_mobile .mobile-btn.active span.first {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
margin: auto;
-moz-transform: rotate(135deg);
-webkit-transform: rotate(135deg);
-o-transform: rotate(135deg);
-ms-transform: rotate(135deg);
transform: rotate(135deg);
}
.nav_top_mobile .mobile-btn.active span.second {
width: 0;
}
.nav_top_mobile .mobile-btn.active span.third {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
margin: auto;
-moz-transform: rotate(-135deg);
-webkit-transform: rotate(-135deg);
-o-transform: rotate(-135deg);
-ms-transform: rotate(-135deg);
transform: rotate(-135deg);
}
.nav_top_mobile .menu {
display: block;
width: 60%;
height: 100%;
min-height: 100vh;
right: -100vw;
position: absolute;
overflow-y: scroll;
z-index: 8;
background-color: #ffffff;
-webkit-transition: all 300ms ease-in-o ut;
-moz-transition: all 300ms ease-in-out;
-o-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
top: 0;
padding: 60px 60px 100px 60px;
}
@media (max-width: 767px) {
.nav_top_mobile .menu {
padding: 50px 50px 100px 50px;
width: 75%;
}
}
@media (max-width: 499px) {
.nav_top_mobile .menu {
padding: 50px 50px 100px 50px;
overflow-y: scroll;
width: 90%;
}
}
.nav_top_mobile .menu.show {
right: 0;
-webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
}
.nav_top_mobile .menu li {
display: block;
width: 100%;
height: auto;
text-align: left;
margin: 30px 0 0 0;
}
.nav_top_mobile .menu li a {
display: inline-block;
font-weight: 700;
color: #004c9c;
font-size: 20px;
-webkit-transition: all 300ms ease-in-o ut;
-moz-transition: all 300ms ease-in-out;
-o-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
position: relative;
}
.nav_top_mobile .menu li a:hover {
color: #fbb900;
}
@media (max-height: 499px) {
.nav_top_mobile .menu li a {
font-size: 16px;
}
}
@media (max-width: 499px) {
.nav_top_mobile .menu li a {
font-size: 16px;
}
}
.nav_top_mobile .menu li.current-menu-item a {
padding: 0 0 0 15px;
color: #fbb900;
}
.nav_top_mobile .menu li.current-menu-item a:before {
position: absolute;
left: 0;
top: 0;
bottom: 0;
margin: auto;
width: 10px;
height: 4px;
background-color: #fbb900;
display: block;
content: '';
}
footer {
background-color: #0e0e0e;
padding: 50px 0;
position: relative;
}
@media only screen and (max-width: 767px) {
footer {
padding: 30px 0;
text-align: center;
overflow: hidden;
}
}
footer .menu {
display: block;
overflow: hidden;
margin: 0 0 15px 0;
}
@media only screen and (max-width: 767px) {
footer .menu {
margin: -5px;
width: calc(100% + 10px);
}
}
footer .menu li {
float: left;
margin: 0 0 0 40px;
}
footer .menu li:first-child {
margin: 0;
}
@media only screen and (max-width: 767px) {
footer .menu li {
float: none;
display: inline-block;
margin: 5px;
}
}
footer .menu li a {
color: #ffffff;
font-weight: 600;
-webkit-transition: all 300ms ease-in-o ut;
-moz-transition: all 300ms ease-in-out;
-o-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
}
footer .menu li a:hover {
color: #fbb900;
}
@media only screen and (max-width: 500px) {
footer .menu li a {
font-size: 10px;
}
}
footer .copy,
footer .mtlmedia {
color: rgba(255, 255, 255, 0.2);
}
@media only screen and (max-width: 1199px) {
footer .copy,
footer .mtlmedia {
font-size: 13px;
}
}
@media only screen and (max-width: 500px) {
footer .copy,
footer .mtlmedia {
font-size: 10px;
}
}
footer .mtlmedia {
float: right;
}
@media only screen and (max-width: 767px) {
footer .mtlmedia {
float: none;
}
}
footer .mtlmedia a {
-webkit-transition: all 300ms ease-in-o ut;
-moz-transition: all 300ms ease-in-out;
-o-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
}
footer .mtlmedia a:hover {
color: #fbb900;
}
.section_panel_hero {
display: block;
padding: 230px 0;
max-width: 100vw;
height: 100%;
background: #ffffff;
border-radius: 0 0 100% 30%;
-webkit-border-radius: 0 0 100% 30%;
-moz-border-radius: 0 0 100% 30%;
overflow: hidden;
-webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 1199px) {
.section_panel_hero {
padding: 200px 0 120px 0;
border-radius: 0 0 80% 15%;
-webkit-border-radius: 0 0 80% 15%;
-moz-border-radius: 0 0 80% 15%;
}
}
@media only screen and (max-width: 991px) {
.section_panel_hero {
padding: 140px 0 70px 0;
border-radius: 0 0 60% 10%;
-webkit-border-radius: 0 0 60% 10%;
-moz-border-radius: 0 0 60% 10%;
}
}
@media only screen and (max-width: 767px) {
.section_panel_hero {
padding: 110px 0 50px 0;
width: 100%;
left: 0;
border-radius: 0 0 60% 0;
-webkit-border-radius: 0 0 60% 0;
-moz-border-radius: 0 0 60% 0;
}
}
.section_panel_hero .panelbg {
opacity: 0.9;
left: -10%;
top: 0;
width: 120%;
}
.section_panel_hero .container h1 {
color: #0e0e0e;
font-weight: 700;
font-size: 64px;
line-height: 74px;
display: block;
width: 100%;
}
@media only screen and (max-width: 1199px) {
.section_panel_hero .container h1 {
font-size: 50px;
line-height: 60px;
max-width: 70%;
}
}
@media only screen and (max-width: 991px) {
.section_panel_hero .container h1 {
font-size: 40px;
line-height: 50px;
}
}
@media only screen and (max-width: 767px) {
.section_panel_hero .container h1 {
font-size: 35px;
line-height: 45px;
}
}
@media only screen and (max-width: 500px) {
.section_panel_hero .container h1 {
font-size: 27px;
line-height: 37px;
}
}
.section_panel_hero .container h1 strong {
font-weight: 600;
color: #fbb900;
display: block;
font-size: 32px;
line-height: 42px;
position: relative;
margin: 10px 0 0 0;
}
@media only screen and (max-width: 1199px) {
.section_panel_hero .container h1 strong {
font-size: 26px;
line-height: 36px;
}
}
@media only screen and (max-width: 991px) {
.section_panel_hero .container h1 strong {
font-size: 22px;
line-height: 32px;
}
}
@media only screen and (max-width: 500px) {
.section_panel_hero .container h1 strong {
font-size: 16px;
line-height: 26px;
}
}
.section_panel_hero .container h1 strong:after {
position: absolute;
bottom: -5px;
height: 3px;
background-color: #fbb900;
content: '';
left: 0;
display: block;
width: 200px;
}
@media only screen and (max-width: 1199px) {
.section_panel_hero .container h1 strong:after {
width: 150px;
}
}
@media only screen and (max-width: 991px) {
.section_panel_hero .container h1 strong:after {
width: 100px;
height: 2px;
}
}
.section_panel_pomoc {
padding: 120px 0 0 0;
}
@media only screen and (max-width: 1199px) {
.section_panel_pomoc {
padding: 90px 0 0 0;
}
}
@media only screen and (max-width: 991px) {
.section_panel_pomoc {
padding: 70px 0 0 0;
}
}
@media only screen and (max-width: 767px) {
.section_panel_pomoc {
padding: 50px 0 0 0;
}
}
.section_panel_pomoc .naglowek {
margin: 0 0 30px 0;
}
.section_panel_pomoc .offerbox {
display: table;
width: 100%;
height: 90px;
-webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
margin: 30px 0 0 0;
border-radius: 10px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
background-color: #ffffff;
}
@media only screen and (max-width: 767px) {
.section_panel_pomoc .offerbox {
height: 60px;
}
}
.section_panel_pomoc .offerbox .text {
display: table-cell;
vertical-align: middle;
position: relative;
}
.section_panel_pomoc .offerbox .text h3 {
color: #004c9c;
text-align: center;
padding: 0 5px;
font-weight: 600;
}
.section_panel_pomoc .shadowbox {
background-color: #ffffff;
width: 100%;
height: auto;
-webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
border-radius: 10px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
padding: 30px;
margin: 30px 0 0 0;
}
.section_panel_pomoc .shadowbox h3 {
font-size: 24px;
line-height: 1.17;
font-weight: 600;
color: #004c9c;
}
@media only screen and (max-width: 500px) {
.section_panel_pomoc .shadowbox h3 {
font-size: 20px;
}
}
.section_panel_pomoc .shadowbox li {
display: block;
margin: 15px 0 0 0;
padding: 0 0 0 15px;
position: relative;
}
.section_panel_pomoc .shadowbox li:before {
position: absolute;
left: 0;
top: 10px;
width: 6px;
height: 6px;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
display: block;
background-color: #004c9c;
content: '';
}
.section_panel_pomoc img {
position: absolute;
top: 10px;
right: -265px;
width: 250px;
height: auto;
}
@media only screen and (max-width: 1199px) {
.section_panel_pomoc img {
display: none;
}
}
.section_panel_pomoc.fullpadding {
padding: 120px 0;
}
@media only screen and (max-width: 1199px) {
.section_panel_pomoc.fullpadding {
padding: 90px 0;
}
}
@media only screen and (max-width: 991px) {
.section_panel_pomoc.fullpadding {
padding: 70px 0;
}
}
@media only screen and (max-width: 767px) {
.section_panel_pomoc.fullpadding {
padding: 50px 0;
}
}
.section_panel_ofirmie {
padding: 120px 0;
}
@media only screen and (max-width: 1199px) {
.section_panel_ofirmie {
padding: 90px 0;
}
}
@media only screen and (max-width: 991px) {
.section_panel_ofirmie {
padding: 70px 0;
}
}
@media only screen and (max-width: 767px) {
.section_panel_ofirmie {
padding: 50px 0;
}
}
.section_panel_ofirmie .block {
text-align: center;
}
.section_panel_ofirmie .block img {
display: block;
width: auto;
height: 100px;
margin: 0 auto;
}
@media only screen and (max-width: 767px) {
.section_panel_ofirmie .block img {
height: 60px;
}
}
.section_panel_ofirmie .block p {
font-size: 18px;
line-height: 28px;
margin: 30px 0 0 0;
}
@media only screen and (max-width: 1199px) {
.section_panel_ofirmie .block p {
font-size: 16px;
line-height: 26px;
padding: 0 30px;
}
}
@media only screen and (max-width: 500px) {
.section_panel_ofirmie .block p {
font-size: 14px;
line-height: 24px;
padding: 0 15px;
}
}
.section_panel_ofirmie .height100 {
position: absolute;
top: 0;
right: 15px;
height: 100%;
}
@media only screen and (max-width: 767px) {
.section_panel_ofirmie .height100 {
display: none;
}
}
.section_panel_ofirmie .height100 img {
width: 100%;
height: 100%;
object-fit: cover;
}
.section_panel_dlaczegowarto_before {
position: relative;
z-index: 1;
padding: 120px 0;
-webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 1199px) {
.section_panel_dlaczegowarto_before {
padding: 90px 0;
}
}
@media only screen and (max-width: 991px) {
.section_panel_dlaczegowarto_before {
padding: 70px 0;
}
}
@media only screen and (max-width: 767px) {
.section_panel_dlaczegowarto_before {
padding: 50px 0;
}
}
.section_panel_dlaczegowarto_before .headline {
color: #ffffff;
text-align: center;
}
.section_panel_dlaczegowarto_before .panelbg {
opacity: 0.9;
}
.section_panel_dlaczegowarto {
position: relative;
z-index: 2;
background: transparent;
text-align: center;
padding: 120px 0 70px 0;
}
@media only screen and (max-width: 1199px) {
.section_panel_dlaczegowarto {
padding: 90px 0 40px 0;
}
}
@media only screen and (max-width: 991px) {
.section_panel_dlaczegowarto {
padding: 70px 0 0 0;
}
}
@media only screen and (max-width: 767px) {
.section_panel_dlaczegowarto {
padding: 50px 0 0 0;
}
}
.section_panel_dlaczegowarto .zaleta {
height: auto;
width: 100%;
background-color: #ffffff;
border-radius: 10px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
-webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
padding: 30px;
}
@media only screen and (max-width: 991px) {
.section_panel_dlaczegowarto .zaleta {
max-width: 500px;
margin: 0 auto 30px auto;
}
}
.section_panel_dlaczegowarto .zaleta img {
width: auto;
height: 50px;
display: inline-block;
}
@media only screen and (max-width: 767px) {
.section_panel_dlaczegowarto .zaleta img {
height: 30px;
}
}
.section_panel_dlaczegowarto .zaleta h3 {
display: block;
font-size: 24px;
line-height: 1.21;
font-weight: 700;
margin: 15px 0;
}
@media only screen and (max-width: 767px) {
.section_panel_dlaczegowarto .zaleta h3 {
font-size: 20px;
}
}
.section_panel_dlaczegowarto .panelbg {
opacity: 0.9;
}
.section_strona_referencje,
.section_panel_opinie {
padding: 120px 0;
background-attachment: fixed;
background-size: cover;
text-align: center;
}
@media only screen and (max-width: 1199px) {
.section_strona_referencje,
.section_panel_opinie {
padding: 90px 0;
}
}
@media only screen and (max-width: 991px) {
.section_strona_referencje,
.section_panel_opinie {
padding: 70px 0;
}
}
@media only screen and (max-width: 767px) {
.section_strona_referencje,
.section_panel_opinie {
padding: 50px 0;
}
}
.section_strona_referencje img,
.section_panel_opinie img {
display: block;
width: auto;
height: 20px;
margin: 50px auto;
}
@media only screen and (max-width: 1199px) {
.section_strona_referencje img,
.section_panel_opinie img {
margin: 30px auto;
}
}
.section_strona_referencje .slajder,
.section_panel_opinie .slajder {
width: 50%;
margin: 0 auto;
display: block;
position: relative;
}
@media only screen and (max-width: 1199px) {
.section_strona_referencje .slajder,
.section_panel_opinie .slajder {
width: 60%;
}
}
@media only screen and (max-width: 991px) {
.section_strona_referencje .slajder,
.section_panel_opinie .slajder {
width: 70%;
}
}
.section_strona_referencje .slajder .author,
.section_panel_opinie .slajder .author {
color: #07923f;
font-weight: 600;
margin: 10px 0 0 0;
}
.section_strona_referencje .slajder .slajder_opinie_prev,
.section_panel_opinie .slajder .slajder_opinie_prev,
.section_strona_referencje .slajder .slajder_opinie_next,
.section_panel_opinie .slajder .slajder_opinie_next {
position: absolute;
top: 0;
bottom: 0;
margin: auto;
width: 30px;
height: 30px;
background-size: contain;
background-image: url(//apnbudownictwo.pl/wp-content/themes/apn2018/images/ico_arrow.svg);
background-position: center;
background-repeat: no-repeat;
-webkit-transition: all 300ms ease-in-o ut;
-moz-transition: all 300ms ease-in-out;
-o-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
cursor: pointer;
}
@media only screen and (max-width: 767px) {
.section_strona_referencje .slajder .slajder_opinie_prev,
.section_panel_opinie .slajder .slajder_opinie_prev,
.section_strona_referencje .slajder .slajder_opinie_next,
.section_panel_opinie .slajder .slajder_opinie_next {
width: 20px;
height: 20px;
}
}
.section_strona_referencje .slajder .slajder_opinie_prev,
.section_panel_opinie .slajder .slajder_opinie_prev {
left: -100px;
-moz-transform: rotate(180deg);
-webkit-transform: rotate(180deg);
-o-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
}
@media only screen and (max-width: 991px) {
.section_strona_referencje .slajder .slajder_opinie_prev,
.section_panel_opinie .slajder .slajder_opinie_prev {
left: -40px;
}
}
.section_strona_referencje .slajder .slajder_opinie_prev:hover,
.section_panel_opinie .slajder .slajder_opinie_prev:hover {
left: -110px;
}
@media only screen and (max-width: 991px) {
.section_strona_referencje .slajder .slajder_opinie_prev:hover,
.section_panel_opinie .slajder .slajder_opinie_prev:hover {
left: -50px;
}
}
.section_strona_referencje .slajder .slajder_opinie_next,
.section_panel_opinie .slajder .slajder_opinie_next {
right: -100px;
}
@media only screen and (max-width: 991px) {
.section_strona_referencje .slajder .slajder_opinie_next,
.section_panel_opinie .slajder .slajder_opinie_next {
right: -40px;
}
}
.section_strona_referencje .slajder .slajder_opinie_next:hover,
.section_panel_opinie .slajder .slajder_opinie_next:hover {
right: -110px;
}
@media only screen and (max-width: 991px) {
.section_strona_referencje .slajder .slajder_opinie_next:hover,
.section_panel_opinie .slajder .slajder_opinie_next:hover {
right: -50px;
}
}
.section_panel_kontakt_before {
padding: 120px 0;
-webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 1199px) {
.section_panel_kontakt_before {
padding: 90px 0;
}
}
@media only screen and (max-width: 991px) {
.section_panel_kontakt_before {
padding: 70px 0;
}
}
@media only screen and (max-width: 767px) {
.section_panel_kontakt_before {
padding: 50px 0;
}
}
.section_panel_kontakt_before .headline {
color: #ffffff;
text-align: center;
}
.section_panel_kontakt_before .panelbg {
opacity: 0.9;
}
.section_panel_kontakt {
padding: 120px 0;
background-attachment: fixed;
background-size: cover;
text-align: center;
}
@media only screen and (max-width: 1199px) {
.section_panel_kontakt {
padding: 90px 0;
}
}
@media only screen and (max-width: 991px) {
.section_panel_kontakt {
padding: 70px 0;
}
}
@media only screen and (max-width: 767px) {
.section_panel_kontakt {
padding: 50px 0;
}
}
.section_panel_kontakt h2 {
font-weight: 700;
margin: 0 0 50px 0;
font-size: 32px;
}
@media only screen and (max-width: 767px) {
.section_panel_kontakt h2 {
font-size: 24px;
margin: 0 0 30px 0;
}
}
.section_panel_kontakt .contactbox {
background-color: #ffffff;
display: table;
border-radius: 10px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
-webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
-webkit-transition: all 300ms ease-in-o ut;
-moz-transition: all 300ms ease-in-out;
-o-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
width: calc(100% - 45px);
height: 65px;
margin: 0 0 0 45px;
position: relative;
box-sizing: border-box;
}
@media only screen and (max-width: 1199px) {
.section_panel_kontakt .contactbox {
margin: 0 0 0 30px;
width: calc(100% - 30px);
}
}
@media only screen and (max-width: 991px) {
.section_panel_kontakt .contactbox {
max-width: 320px;
margin: 0 auto 30px auto;
}
}
@media only screen and (max-width: 500px) {
.section_panel_kontakt .contactbox {
margin: 0 auto 15px 15px;
height: 60px;
}
}
.section_panel_kontakt .contactbox:after {
opacity: 0;
-webkit-transition: all 300ms ease-in-o ut;
-moz-transition: all 300ms ease-in-out;
-o-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
content: '';
width: 10px;
height: 100%;
display: block;
top: 0;
right: 0;
position: absolute;
background-color: #fbb900;
border-radius: 0 10px 10px 0;
-webkit-border-radius: 0 10px 10px 0;
-moz-border-radius: 0 10px 10px 0;
}
.section_panel_kontakt .contactbox img {
width: auto;
height: 85px;
left: -45px;
position: absolute;
top: -10px;
bottom: 0;
margin: auto;
}
@media only screen and (max-width: 1199px) {
.section_panel_kontakt .contactbox img {
left: -30px;
height: 50px;
top: 0;
}
}
@media only screen and (max-width: 500px) {
.section_panel_kontakt .contactbox img {
left: -15px;
height: 30px;
}
}
.section_panel_kontakt .contactbox .text {
display: table-cell;
vertical-align: middle;
position: relative;
padding: 0 15px 0 40px;
font-weight: 600;
font-size: 16px;
line-height: 22px;
color: #0e0e0e;
}
@media only screen and (max-width: 1199px) {
.section_panel_kontakt .contactbox .text {
padding: 0 0 0 20px;
}
}
@media only screen and (max-width: 767px) {
.section_panel_kontakt .contactbox .text {
font-size: 14px;
line-height: 24px;
padding: 0;
}
}
.section_panel_kontakt .contactbox:hover {
-webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.3);
box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.3);
}
.section_panel_kontakt .contactbox:hover:after {
opacity: 1;
}
.section_panel_kontakt p {
margin: 50px 0 0 0;
font-weight: 600;
}
@media only screen and (max-width: 1199px) {
.section_panel_kontakt p {
margin: 30px 0 0 0;
}
}
@media only screen and (max-width: 991px) {
.section_panel_kontakt p {
margin: 0;
}
}
.section_kontakt_mapa {
height: 600px;
}
@media only screen and (max-width: 1199px) {
.section_kontakt_mapa {
height: 500px;
}
}
@media only screen and (max-width: 991px) {
.section_kontakt_mapa {
height: 400px;
}
}
@media only screen and (max-width: 767px) {
.section_kontakt_mapa {
height: 300px;
}
}
.section_kontakt_mapa iframe {
width: 100%;
height: 600px;
}
@media only screen and (max-width: 1199px) {
.section_kontakt_mapa iframe {
height: 500px;
}
}
@media only screen and (max-width: 991px) {
.section_kontakt_mapa iframe {
height: 400px;
}
}
@media only screen and (max-width: 767px) {
.section_kontakt_mapa iframe {
height: 300px;
}
}
.section_simplebaner {
background-color: #000000;
padding: 190px 0 130px 0;
z-index: 1;
overflow: hidden;
}
@media (max-width: 991px) {
.section_simplebaner {
padding: 120px 0 100px 0;
}
}
@media (max-width: 767px) {
.section_simplebaner {
padding: 120px 0 80px 0;
}
}
.section_simplebaner .sciemnienie {
position: absolute;
z-index: 2;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: #000000;
opacity: 0.3;
}
.section_simplebaner img {
z-index: 1;
position: absolute;
width: 100%;
height: 100%;
object-fit: cover;
top: 0;
left: 0;
}
.section_simplebaner .container {
z-index: 3;
}
.section_simplebaner .container h1 {
font-size: 64px;
line-height: 74px;
position: relative;
color: #ffffff;
font-weight: 400;
text-align: center;
}
@media (max-width: 1199px) {
.section_simplebaner .container h1 {
font-size: 46px;
line-height: 56px;
text-align: center;
}
}
@media (max-width: 991px) {
.section_simplebaner .container h1 {
font-size: 36px;
line-height: 46px;
text-align: center;
}
}
@media (max-width: 767px) {
.section_simplebaner .container h1 {
font-size: 32px;
line-height: 42px;
}
}
.section_onaspanel {
padding: 50px 0;
margin: 120px 0;
}
@media only screen and (max-width: 1199px) {
.section_onaspanel {
margin: 90px 0;
}
}
@media only screen and (max-width: 991px) {
.section_onaspanel {
margin: 70px 0;
}
}
@media only screen and (max-width: 767px) {
.section_onaspanel {
margin: 50px 0;
padding: 0;
}
}
.section_onaspanel p {
margin: 15px 0 0 0;
}
.section_onaspanel a {
color: #fbb900;
text-decoration: underline;
-webkit-transition: all 300ms ease-in-o ut;
-moz-transition: all 300ms ease-in-out;
-o-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
}
.section_onaspanel a:hover {
color: #004c9c;
}
.section_onaspanel h2 {
font-weight: 700;
font-size: 32px;
line-height: 1.21;
text-align: left;
color: #004c9c;
margin: 0 0 15px 0;
}
@media only screen and (max-width: 1199px) {
.section_onaspanel h2 {
font-size: 27px;
}
}
@media only screen and (max-width: 991px) {
.section_onaspanel h2 {
font-size: 24px;
}
}
.section_onaspanel .button {
margin: 30px 0 0 0;
}
.section_onaspanel .row {
position: relative;
}
.section_onaspanel .content {
padding: 50px;
background-color: #ffffff;
z-index: 2;
position: relative;
-webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 767px) {
.section_onaspanel .content {
padding: 30px;
}
}
.section_onaspanel .panelowefoto {
position: absolute;
z-index: 1;
height: 100%;
top: 0;
overflow: hidden;
width: calc(5 / 12 * 1170px);
}
@media only screen and (max-width: 1199px) {
.section_onaspanel .panelowefoto {
width: calc(5 / 12 * 970px);
}
}
@media only screen and (max-width: 991px) {
.section_onaspanel .panelowefoto {
width: calc(5 / 12 * 750);
}
}
@media only screen and (max-width: 767px) {
.section_onaspanel .panelowefoto {
position: relative;
width: 100%;
height: 200px;
margin: 15px 0 0 0;
}
}
.section_onaspanel .panelowefoto img {
display: block;
width: 100%;
height: 100%;
object-fit: cover;
}
.section_onaspanel.fotopolewej .panelowefoto {
left: calc(50% - (1170px / 2));
}
@media only screen and (max-width: 1199px) {
.section_onaspanel.fotopolewej .panelowefoto {
left: calc(50% - (970px / 2));
}
}
@media only screen and (max-width: 991px) {
.section_onaspanel.fotopolewej .panelowefoto {
left: calc(50% - (750px / 2));
}
}
@media only screen and (max-width: 767px) {
.section_onaspanel.fotopolewej .panelowefoto {
left: auto;
}
}
.section_onaspanel.fotopoprawej .panelowefoto {
right: calc(50% - (1170px / 2));
}
@media only screen and (max-width: 1199px) {
.section_onaspanel.fotopoprawej .panelowefoto {
right: calc(50% - (970px / 2));
}
}
@media only screen and (max-width: 991px) {
.section_onaspanel.fotopoprawej .panelowefoto {
right: calc(50% - (750px / 2));
}
}
@media only screen and (max-width: 767px) {
.section_onaspanel.fotopoprawej .panelowefoto {
right: auto;
}
}
.section_tekstowa {
position: relative;
padding: 120px 0 90px 0;
}
@media only screen and (max-width: 1199px) {
.section_tekstowa {
padding: 90px 0 60px 0;
}
}
@media only screen and (max-width: 991px) {
.section_tekstowa {
padding: 70px 0 40px 0;
}
}
@media only screen and (max-width: 767px) {
.section_tekstowa {
padding: 50px 0 20px 0;
}
}
.section_tekstowa .contentbox h2 {
font-weight: 700;
font-size: 48px;
line-height: 1.21;
color: #0e0e0e;
overflow: hidden;
margin: 30px 0;
}
@media (max-width: 1199px) {
.section_tekstowa .contentbox h2 {
font-size: 36px;
}
}
@media (max-width: 991px) {
.section_tekstowa .contentbox h2 {
font-size: 30px;
}
}
@media (max-width: 767px) {
.section_tekstowa .contentbox h2 {
font-size: 24px;
}
}
@media (max-width: 499px) {
.section_tekstowa .contentbox h2 {
font-size: 20px;
}
}
.section_tekstowa .contentbox h2.green {
color: #07923f;
}
.section_tekstowa .contentbox h2 img {
width: 100px;
height: auto;
float: left;
margin: 10px 30px 0 0;
}
@media (max-width: 991px) {
.section_tekstowa .contentbox h2 img {
width: 65px;
}
}
@media (max-width: 767px) {
.section_tekstowa .contentbox h2 img {
float: none;
margin: 0 auto 15px auto;
display: block;
}
}
@media (max-width: 499px) {
.section_tekstowa .contentbox h2 img {
width: 50px;
}
}
.section_tekstowa .contentbox h3 {
font-size: 32px;
line-height: 42px;
font-weight: 700;
margin: 30px 0;
}
@media only screen and (max-width: 991px) {
.section_tekstowa .contentbox h3 {
font-size: 20px;
line-height: 30px;
}
}
.section_tekstowa .contentbox h4 {
font-size: 26px;
line-height: 36px;
font-weight: 700;
margin: 30px 0;
}
@media only screen and (max-width: 991px) {
.section_tekstowa .contentbox h4 {
font-size: 18px;
line-height: 28px;
}
}
.section_tekstowa .contentbox p {
margin: 0 0 30px 0;
}
.section_tekstowa .contentbox ol {
margin: 0 0 30px 0;
}
.section_tekstowa .contentbox ol li {
list-style: decimal;
list-style-position: inside;
}
.section_tekstowa .contentbox a {
color: #fbb900;
-webkit-transition: all 300ms ease-in-o ut;
-moz-transition: all 300ms ease-in-out;
-o-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
}
.section_tekstowa .contentbox a:hover {
color: #004c9c;
}
.section_tekstowa .contentbox ul {
margin: 0 0 30px 0;
}
.section_tekstowa .contentbox ul li {
padding: 0 0 0 15px;
position: relative;
}
.section_tekstowa .contentbox ul li:before {
position: absolute;
left: 0;
top: 10px;
background-color: #004c9c;
width: 4px;
height: 4px;
border-radius: 2px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
content: '';
margin: auto;
}
.section_eu {
background-color: #ffffff;
padding: 50px 0;
}
.section_eu img {
display: block;
width: 100%;
height: auto;
max-width: 710px;
margin: auto;
}
.section_eu h3,
.section_eu h2 {
margin-top: 30px;
font-weight: 700;
font-size: 18px;
line-height: 28px;
}
.section_eu p {
margin-top: 15px;
font-size: 14px;
line-height: 24px;
}