@charset "UTF-8";
.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 .hidden-fields-container {
display: none;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}
  html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline; } 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:before, blockquote:after,
q:before, q:after {
content: '';
content: none; }
table {
border-collapse: collapse;
border-spacing: 0; }
.mb-0 {
margin-bottom: 0 !important; }
.mb-1 {
margin-bottom: 0.1rem !important; }
.mb-2 {
margin-bottom: 0.2rem !important; }
.mb-3 {
margin-bottom: 0.3rem !important; }
.mb-4 {
margin-bottom: 0.4rem !important; }
.mb-5 {
margin-bottom: 0.5rem !important; }
.mb-6 {
margin-bottom: 0.6rem !important; }
.mb-7 {
margin-bottom: 0.7rem !important; }
.mb-8 {
margin-bottom: 0.8rem !important; }
.mb-9 {
margin-bottom: 0.9rem !important; }
.mb-10 {
margin-bottom: 1rem !important; }
.mb-12 {
margin-bottom: 1.25rem !important; }
.mb-15 {
margin-bottom: 1.5rem !important; }
.mb-17 {
margin-bottom: 1.75rem !important; }
.mb-20 {
margin-bottom: 2rem !important; }
.mb-25 {
margin-bottom: 2.5rem !important; }
.mb-30 {
margin-bottom: 3rem !important; }
.mb-35 {
margin-bottom: 3.5rem !important; }
.mb-40 {
margin-bottom: 4rem !important; }
.mb-45 {
margin-bottom: 4.5rem !important; }
.mb-50 {
margin-bottom: 5rem !important; }
.mb-60 {
margin-bottom: 6rem !important; }
.mb-70 {
margin-bottom: 7rem !important; }
.mb-80 {
margin-bottom: 8rem !important; }
.mb-90 {
margin-bottom: 9rem !important; }
.mb-100 {
margin-bottom: 10rem !important; }
.mb-110 {
margin-bottom: 11rem !important; }
.mb-120 {
margin-bottom: 12rem !important; }
.mb-130 {
margin-bottom: 13rem !important; }
.mb-140 {
margin-bottom: 14rem !important; }
.mb-150 {
margin-bottom: 15rem !important; }
.mb-200 {
margin-bottom: 20rem !important; }
.mt-0 {
margin-top: 0 !important; }
.mt-1 {
margin-top: 0.1rem !important; }
.mt-2 {
margin-top: 0.2rem !important; }
.mt-3 {
margin-top: 0.3rem !important; }
.mt-4 {
margin-top: 0.4rem !important; }
.mt-5 {
margin-top: 0.5rem !important; }
.mt-6 {
margin-top: 0.6rem !important; }
.mt-7 {
margin-top: 0.7rem !important; }
.mt-8 {
margin-top: 0.8rem !important; }
.mt-9 {
margin-top: 0.9rem !important; }
.mt-10 {
margin-top: 1rem !important; }
.mt-12 {
margin-top: 1.25rem !important; }
.mt-15 {
margin-top: 1.5rem !important; }
.mt-17 {
margin-top: 1.75rem !important; }
.mt-20 {
margin-top: 2rem !important; }
.mt-25 {
margin-top: 2.5rem !important; }
.mt-30 {
margin-top: 3rem !important; }
.mt-35 {
margin-top: 3.5rem !important; }
.mt-40 {
margin-top: 4rem !important; }
.mt-45 {
margin-top: 4.5rem !important; }
.mt-50 {
margin-top: 5rem !important; }
.mt-60 {
margin-top: 6rem !important; }
.mt-70 {
margin-top: 7rem !important; }
.mt-80 {
margin-top: 8rem !important; }
.mt-90 {
margin-top: 9rem !important; }
.mt-100 {
margin-top: 10rem !important; }
.mt-110 {
margin-top: 11rem !important; }
.mt-120 {
margin-top: 12rem !important; }
.mt-130 {
margin-top: 13rem !important; }
.mt-140 {
margin-top: 14rem !important; }
.mt-150 {
margin-top: 15rem !important; }
.mt-200 {
margin-top: 20rem !important; }
.ml-0 {
margin-left: 0 !important; }
.ml-1 {
margin-left: 0.1rem !important; }
.ml-2 {
margin-left: 0.2rem !important; }
.ml-3 {
margin-left: 0.3rem !important; }
.ml-4 {
margin-left: 0.4rem !important; }
.ml-5 {
margin-left: 0.5rem !important; }
.ml-6 {
margin-left: 0.6rem !important; }
.ml-7 {
margin-left: 0.7rem !important; }
.ml-8 {
margin-left: 0.8rem !important; }
.ml-9 {
margin-left: 0.9rem !important; }
.ml-10 {
margin-left: 1rem !important; }
.ml-12 {
margin-left: 1.25rem !important; }
.ml-15 {
margin-left: 1.5rem !important; }
.ml-17 {
margin-left: 1.75rem !important; }
.ml-20 {
margin-left: 2rem !important; }
.ml-25 {
margin-left: 2.5rem !important; }
.ml-30 {
margin-left: 3rem !important; }
.ml-35 {
margin-left: 3.5rem !important; }
.ml-40 {
margin-left: 4rem !important; }
.ml-45 {
margin-left: 4.5rem !important; }
.ml-50 {
margin-left: 5rem !important; }
.ml-60 {
margin-left: 6rem !important; }
.ml-70 {
margin-left: 7rem !important; }
.ml-80 {
margin-left: 8rem !important; }
.ml-90 {
margin-left: 9rem !important; }
.ml-100 {
margin-left: 10rem !important; }
.ml-110 {
margin-left: 11rem !important; }
.ml-120 {
margin-left: 12rem !important; }
.ml-130 {
margin-left: 13rem !important; }
.ml-140 {
margin-left: 14rem !important; }
.ml-150 {
margin-left: 15rem !important; }
.ml-200 {
margin-left: 20rem !important; }
.mr-0 {
margin-right: 0 !important; }
.mr-1 {
margin-right: 0.1rem !important; }
.mr-2 {
margin-right: 0.2rem !important; }
.mr-3 {
margin-right: 0.3rem !important; }
.mr-4 {
margin-right: 0.4rem !important; }
.mr-5 {
margin-right: 0.5rem !important; }
.mr-6 {
margin-right: 0.6rem !important; }
.mr-7 {
margin-right: 0.7rem !important; }
.mr-8 {
margin-right: 0.8rem !important; }
.mr-9 {
margin-right: 0.9rem !important; }
.mr-10 {
margin-right: 1rem !important; }
.mr-12 {
margin-right: 1.25rem !important; }
.mr-15 {
margin-right: 1.5rem !important; }
.mr-17 {
margin-right: 1.75rem !important; }
.mr-20 {
margin-right: 2rem !important; }
.mr-25 {
margin-right: 2.5rem !important; }
.mr-30 {
margin-right: 3rem !important; }
.mr-35 {
margin-right: 3.5rem !important; }
.mr-40 {
margin-right: 4rem !important; }
.mr-45 {
margin-right: 4.5rem !important; }
.mr-50 {
margin-right: 5rem !important; }
.mr-60 {
margin-right: 6rem !important; }
.mr-70 {
margin-right: 7rem !important; }
.mr-80 {
margin-right: 8rem !important; }
.mr-90 {
margin-right: 9rem !important; }
.mr-100 {
margin-right: 10rem !important; }
.mr-110 {
margin-right: 11rem !important; }
.mr-120 {
margin-right: 12rem !important; }
.mr-130 {
margin-right: 13rem !important; }
.mr-140 {
margin-right: 14rem !important; }
.mr-150 {
margin-right: 15rem !important; }
.mr-200 {
margin-right: 20rem !important; }
.m-0 {
margin: 0 !important; }
.m-1 {
margin: 0.1rem !important; }
.m-2 {
margin: 0.2rem !important; }
.m-3 {
margin: 0.3rem !important; }
.m-4 {
margin: 0.4rem !important; }
.m-5 {
margin: 0.5rem !important; }
.m-6 {
margin: 0.6rem !important; }
.m-7 {
margin: 0.7rem !important; }
.m-8 {
margin: 0.8rem !important; }
.m-9 {
margin: 0.9rem !important; }
.m-10 {
margin: 1rem !important; }
.m-12 {
margin: 1.25rem !important; }
.m-15 {
margin: 1.5rem !important; }
.m-17 {
margin: 1.75rem !important; }
.m-20 {
margin: 2rem !important; }
.m-25 {
margin: 2.5rem !important; }
.m-30 {
margin: 3rem !important; }
.m-35 {
margin: 3.5rem !important; }
.m-40 {
margin: 4rem !important; }
.m-45 {
margin: 4.5rem !important; }
.m-50 {
margin: 5rem !important; }
.m-60 {
margin: 6rem !important; }
.m-70 {
margin: 7rem !important; }
.m-80 {
margin: 8rem !important; }
.m-90 {
margin: 9rem !important; }
.m-100 {
margin: 10rem !important; }
.m-110 {
margin: 11rem !important; }
.m-120 {
margin: 12rem !important; }
.m-130 {
margin: 13rem !important; }
.m-140 {
margin: 14rem !important; }
.m-150 {
margin: 15rem !important; }
.m-200 {
margin: 20rem !important; }
.pb-0 {
padding-bottom: 0 !important; }
.pb-1 {
padding-bottom: 0.1rem !important; }
.pb-2 {
padding-bottom: 0.2rem !important; }
.pb-3 {
padding-bottom: 0.3rem !important; }
.pb-4 {
padding-bottom: 0.4rem !important; }
.pb-5 {
padding-bottom: 0.5rem !important; }
.pb-6 {
padding-bottom: 0.6rem !important; }
.pb-7 {
padding-bottom: 0.7rem !important; }
.pb-8 {
padding-bottom: 0.8rem !important; }
.pb-9 {
padding-bottom: 0.9rem !important; }
.pb-10 {
padding-bottom: 1rem !important; }
.pb-12 {
padding-bottom: 1.25rem !important; }
.pb-15 {
padding-bottom: 1.5rem !important; }
.pb-17 {
padding-bottom: 1.75rem !important; }
.pb-20 {
padding-bottom: 2rem !important; }
.pb-25 {
padding-bottom: 2.5rem !important; }
.pb-30 {
padding-bottom: 3rem !important; }
.pb-35 {
padding-bottom: 3.5rem !important; }
.pb-40 {
padding-bottom: 4rem !important; }
.pb-45 {
padding-bottom: 4.5rem !important; }
.pb-50 {
padding-bottom: 5rem !important; }
.pb-60 {
padding-bottom: 6rem !important; }
.pb-70 {
padding-bottom: 7rem !important; }
.pb-80 {
padding-bottom: 8rem !important; }
.pb-90 {
padding-bottom: 9rem !important; }
.pb-100 {
padding-bottom: 10rem !important; }
.pb-110 {
padding-bottom: 11rem !important; }
.pb-120 {
padding-bottom: 12rem !important; }
.pb-130 {
padding-bottom: 13rem !important; }
.pb-140 {
padding-bottom: 14rem !important; }
.pb-150 {
padding-bottom: 15rem !important; }
.pb-180 {
padding-bottom: 18rem !important; }
.pb-200 {
padding-bottom: 20rem !important; }
.pt-0 {
padding-top: 0 !important; }
.pt-1 {
padding-top: 0.1rem !important; }
.pt-2 {
padding-top: 0.2rem !important; }
.pt-3 {
padding-top: 0.3rem !important; }
.pt-4 {
padding-top: 0.4rem !important; }
.pt-5 {
padding-top: 0.5rem !important; }
.pt-6 {
padding-top: 0.6rem !important; }
.pt-7 {
padding-top: 0.7rem !important; }
.pt-8 {
padding-top: 0.8rem !important; }
.pt-9 {
padding-top: 0.9rem !important; }
.pt-10 {
padding-top: 1rem !important; }
.pt-12 {
padding-top: 1.25rem !important; }
.pt-15 {
padding-top: 1.5rem !important; }
.pt-17 {
padding-top: 1.75rem !important; }
.pt-20 {
padding-top: 2rem !important; }
.pt-25 {
padding-top: 2.5rem !important; }
.pt-30 {
padding-top: 3rem !important; }
.pt-35 {
padding-top: 3.5rem !important; }
.pt-40 {
padding-top: 4rem !important; }
.pt-45 {
padding-top: 4.5rem !important; }
.pt-50 {
padding-top: 5rem !important; }
.pt-60 {
padding-top: 6rem !important; }
.pt-70 {
padding-top: 7rem !important; }
.pt-80 {
padding-top: 8rem !important; }
.pt-90 {
padding-top: 9rem !important; }
.pt-100 {
padding-top: 10rem !important; }
.pt-110 {
padding-top: 11rem !important; }
.pt-120 {
padding-top: 12rem !important; }
.pt-130 {
padding-top: 13rem !important; }
.pt-140 {
padding-top: 14rem !important; }
.pt-150 {
padding-top: 15rem !important; }
.pt-200 {
padding-top: 20rem !important; }
.pl-0 {
padding-left: 0 !important; }
.pl-1 {
padding-left: 0.1rem !important; }
.pl-2 {
padding-left: 0.2rem !important; }
.pl-3 {
padding-left: 0.3rem !important; }
.pl-4 {
padding-left: 0.4rem !important; }
.pl-5 {
padding-left: 0.5rem !important; }
.pl-6 {
padding-left: 0.6rem !important; }
.pl-7 {
padding-left: 0.7rem !important; }
.pl-8 {
padding-left: 0.8rem !important; }
.pl-9 {
padding-left: 0.9rem !important; }
.pl-10 {
padding-left: 1rem !important; }
.pl-12 {
padding-left: 1.25rem !important; }
.pl-15 {
padding-left: 1.5rem !important; }
.pl-17 {
padding-left: 1.75rem !important; }
.pl-20 {
padding-left: 2rem !important; }
.pl-25 {
padding-left: 2.5rem !important; }
.pl-30 {
padding-left: 3rem !important; }
.pl-35 {
padding-left: 3.5rem !important; }
.pl-40 {
padding-left: 4rem !important; }
.pl-45 {
padding-left: 4.5rem !important; }
.pl-50 {
padding-left: 5rem !important; }
.pl-60 {
padding-left: 6rem !important; }
.pl-70 {
padding-left: 7rem !important; }
.pl-80 {
padding-left: 8rem !important; }
.pl-90 {
padding-left: 9rem !important; }
.pl-100 {
padding-left: 10rem !important; }
.pl-110 {
padding-left: 11rem !important; }
.pl-120 {
padding-left: 12rem !important; }
.pl-130 {
padding-left: 13rem !important; }
.pl-140 {
padding-left: 14rem !important; }
.pl-150 {
padding-left: 15rem !important; }
.pl-200 {
padding-left: 20rem !important; }
.pr-0 {
padding-right: 0 !important; }
.pr-1 {
padding-right: 0.1rem !important; }
.pr-2 {
padding-right: 0.2rem !important; }
.pr-3 {
padding-right: 0.3rem !important; }
.pr-4 {
padding-right: 0.4rem !important; }
.pr-5 {
padding-right: 0.5rem !important; }
.pr-6 {
padding-right: 0.6rem !important; }
.pr-7 {
padding-right: 0.7rem !important; }
.pr-8 {
padding-right: 0.8rem !important; }
.pr-9 {
padding-right: 0.9rem !important; }
.pr-10 {
padding-right: 1rem !important; }
.pr-12 {
padding-right: 1.25rem !important; }
.pr-15 {
padding-right: 1.5rem !important; }
.pr-17 {
padding-right: 1.75rem !important; }
.pr-20 {
padding-right: 2rem !important; }
.pr-25 {
padding-right: 2.5rem !important; }
.pr-30 {
padding-right: 3rem !important; }
.pr-35 {
padding-right: 3.5rem !important; }
.pr-40 {
padding-right: 4rem !important; }
.pr-45 {
padding-right: 4.5rem !important; }
.pr-50 {
padding-right: 5rem !important; }
.pr-60 {
padding-right: 6rem !important; }
.pr-70 {
padding-right: 7rem !important; }
.pr-80 {
padding-right: 8rem !important; }
.pr-90 {
padding-right: 9rem !important; }
.pr-100 {
padding-right: 10rem !important; }
.pr-110 {
padding-right: 11rem !important; }
.pr-120 {
padding-right: 12rem !important; }
.pr-130 {
padding-right: 13rem !important; }
.pr-140 {
padding-right: 14rem !important; }
.pr-150 {
padding-right: 15rem !important; }
.pr-200 {
padding-right: 20rem !important; }
.p-0 {
padding: 0 !important; }
.p-1 {
padding: 0.1rem !important; }
.p-2 {
padding: 0.2rem !important; }
.p-3 {
padding: 0.3rem !important; }
.p-4 {
padding: 0.4rem !important; }
.p-5 {
padding: 0.5rem !important; }
.p-6 {
padding: 0.6rem !important; }
.p-7 {
padding: 0.7rem !important; }
.p-8 {
padding: 0.8rem !important; }
.p-9 {
padding: 0.9rem !important; }
.p-10 {
padding: 1rem !important; }
.p-12 {
padding: 1.25rem !important; }
.p-15 {
padding: 1.5rem !important; }
.p-17 {
padding: 1.75rem !important; }
.p-20 {
padding: 2rem !important; }
.p-25 {
padding: 2.5rem !important; }
.p-30 {
padding: 3rem !important; }
.p-35 {
padding: 3.5rem !important; }
.p-40 {
padding: 4rem !important; }
.p-45 {
padding: 4.5rem !important; }
.p-50 {
padding: 5rem !important; }
.p-60 {
padding: 6rem !important; }
.p-70 {
padding: 7rem !important; }
.p-80 {
padding: 8rem !important; }
.p-90 {
padding: 9rem !important; }
.p-100 {
padding: 10rem !important; }
.p-110 {
padding: 11rem !important; }
.p-120 {
padding: 12rem !important; }
.p-130 {
padding: 13rem !important; }
.p-140 {
padding: 14rem !important; }
.p-150 {
padding: 15rem !important; }
.p-200 {
padding: 20rem !important; }
@font-face {
font-family: "LatoLight";
src: url(//opgkdevelopment.pl/wp-content/themes/opgk_development/fonts/Raleway-Light.ttf);
font-display: swap; }
@font-face {
font-family: "LatoRegular";
src: url(//opgkdevelopment.pl/wp-content/themes/opgk_development/fonts/Raleway-Regular.ttf);
font-display: swap; }
@font-face {
font-family: "LatoBold";
src: url(//opgkdevelopment.pl/wp-content/themes/opgk_development/fonts/Raleway-SemiBold.ttf);
font-display: swap; }
@font-face {
font-family: "LatoBlack";
src: url(//opgkdevelopment.pl/wp-content/themes/opgk_development/fonts/Raleway-Black.ttf);
font-display: swap; }
@font-face {
font-family: "Raleway";
src: url(//opgkdevelopment.pl/wp-content/themes/opgk_development/fonts/Raleway-Regular.ttf);
font-display: swap; }
html {
font-size: 62.5%;
position: relative; }
html,
body {
height: 100%;
margin: 0; }
body {
background: #fff;
color: #383b3b;
font-size: 1.8rem;
font-family: "LatoRegular", sans-serif;
line-height: normal;
position: relative;
min-height: 100%;
padding-top: 85vh; }
body.error404 {
padding-top: 0; }
body.error404 footer {
display: none; }
* {
outline: 0 !important; }
*:focus {
outline: 0 !important; }
p {
line-height: 2.6rem; }
a {
-webkit-transition: all .15s !important;
-o-transition: all .15s !important;
transition: all .15s !important; }
h1 {
font-size: 3.4rem; }
h2 {
font-size: 2rem; }
h3 {
font-size: 1.9rem; }
h4 {
font-size: 1.8rem; }
h5 {
font-size: 1.6rem; }
h1, h2, h3, h4, h5 {
margin-bottom: 2rem;
font-family: "LatoBold", sans-serif; }
.gold {
color: #cdb178; }
header {
position: fixed;
top: 0;
z-index: 1000;
height: 12rem;
-webkit-transition: all .25s;
-o-transition: all .25s;
transition: all .25s; }
header div {
height: 100%; }
header div nav.navbar {
padding: 0;
width: 100%; }
header div nav.navbar > a.navbar-brand {
padding: 0;
margin: 0;
-webkit-transition: all .25s;
-o-transition: all .25s;
transition: all .25s; }
header div nav.navbar div > ul > li {
margin: 0 1rem;
padding: 0; }
header div nav.navbar div > ul > li a {
font-family: "LatoRegular", sans-serif;
font-size: 1.8rem;
color: #FFF;
-webkit-transition: all .2s;
-o-transition: all .2s;
transition: all .2s;
border-bottom: 1px solid transparent; }
header div nav.navbar div > ul > li a:hover, header div nav.navbar div > ul > li a.nav-link:focus, header div nav.navbar div > ul > li a.nav-link:hover {
border-bottom-color: #cdb178; }
header div nav.navbar div > ul > li a::after {
display: none; }
header div nav.navbar div > ul > li .dropdown-menu {
width: 100%;
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
height: auto;
background: transparent;
border: 0;
margin-top: 0; }
header div nav.navbar div > ul > li .dropdown-menu a {
color: #FFF;
text-align: center;
border-bottom: 0;
margin: .35rem 0;
padding: .65rem 1.5rem .85rem;
border-radius: 1.25rem;
background-color: #cdb178;
-webkit-box-shadow: 0 1px 5px -1px rgba(0, 0, 0, 0.2);
box-shadow: 0 1px 5px -1px rgba(0, 0, 0, 0.2);
white-space: pre-line;
font-size: 1.6rem; }
header div nav.navbar div > ul > li .dropdown-menu a:hover {
background-color: #b79e6b; }
header.expand {
height: 9rem;
background-color: rgba(50, 50, 50, 0.85);
-webkit-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.22);
box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.22); }
header.expand a.navbar-brand {
-webkit-transform: scale(0.95);
-ms-transform: scale(0.95);
transform: scale(0.95); }
.slider {
position: fixed;
top: 0;
z-index: 100;
height: 85vh;
padding: 0;
background-position: 50% 0;
background-size: cover; }
.slider::before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-image: url(//opgkdevelopment.pl/wp-content/themes/opgk_development/images/pattern.png);
background-position: 50% 100%;
background-size: 7.5vw auto;
background-repeat: repeat-x;
opacity: .5; }
.slider::after {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.4); }
.slider h1 {
margin: 0;
color: #FFF;
position: relative;
z-index: 100;
font-family: "LatoRegular", sans-serif;
font-size: 5rem;
text-shadow: 1px 1px 3px #000; }
.slider h1 span {
color: #cdb178;
font-family: "Raleway", sans-serif; }
.slider h1 strong {
letter-spacing: .3rem;
font-family: "LatoBlack", sans-serif; }
.slider.page404 {
height: 100vh; }
.slider.page404 h1 strong {
font-size: 3rem; }
main {
background: #FFF; }
section {
padding: 5rem 0 0;
background: #fff;
position: relative;
z-index: 150; }
section h2.title {
text-align: center;
font-size: 4rem;
margin: 1rem 0 6rem; }
section a.btn {
background: #FFF;
border-color: #cdb178;
color: #383b3b;
font-family: "LatoRegular", sans-serif;
position: relative; }
section a.btn:hover {
background: #cdb178 !important;
border-color: #cdb178 !important; }
section a.btn:focus, section a.btn:active {
color: #383b3b;
-webkit-box-shadow: none !important;
box-shadow: none !important; }
section a.btn.btn-primary {
border-width: 2px;
font-size: 1.6rem;
border-radius: 1.5rem;
padding: .5rem 2rem; }
section a.btn.btn-primary.btn-sm {
border-width: 1px;
font-size: 1.4rem;
border-radius: 1rem;
padding: .25rem 1.5rem; }
section .read_more {
display: table; }
section .read_more::after {
content: "";
margin: 0 0 0 .5rem;
border: solid black;
border-width: 0 1px 1px 0;
display: inline-block;
padding: 3px;
-webkit-transform: rotate(45deg) translateY(-5px);
-ms-transform: rotate(45deg) translateY(-5px);
transform: rotate(45deg) translateY(-5px);
-webkit-transition: all .15s !important;
-o-transition: all .15s !important;
transition: all .15s !important; }
section .read_more:hover::after {
border-color: #FFF; }
section .read_more.more::after {
-webkit-transform: rotate(-135deg) translateY(0);
-ms-transform: rotate(-135deg) translateY(0);
transform: rotate(-135deg) translateY(0); }
section .morecontent span {
display: none; }
.sec1 figure a {
position: relative;
height: 25rem;
overflow: hidden;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; }
.sec1 figure a img {
position: relative;
z-index: 10;
-o-object-fit: cover;
object-fit: cover;
width: 100%;
height: 100%; }
.sec1 figure a > span {
position: absolute;
z-index: 15;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.45);
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
text-transform: uppercase;
color: #FFF;
font-family: "LatoRegular", sans-serif;
font-size: 1.6rem;
-webkit-transition: all .3s;
-o-transition: all .3s;
transition: all .3s;
letter-spacing: 1px;
opacity: 0; }
.sec1 figure a > span span {
-webkit-transition: all .3s;
-o-transition: all .3s;
transition: all .3s;
-webkit-transform: scale(0.5);
-ms-transform: scale(0.5);
transform: scale(0.5);
text-shadow: 1px 1px 1px #000; }
.sec1 figure a > span::before, .sec1 figure a > span::after {
content: "";
width: 12%;
height: 1px;
background: #cdb178;
-webkit-transition: all .2s;
-o-transition: all .2s;
transition: all .2s; }
.sec1 figure a > span::before {
margin: 0 50% 0 1rem; }
.sec1 figure a > span::after {
margin: 0 1rem 0 50%; }
.sec1 figure a:hover > span {
opacity: 1; }
.sec1 figure a:hover > span span {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1); }
.sec1 figure a:hover > span::before {
margin: 0 1rem 0; }
.sec1 figure a:hover > span::after {
margin: 0 1rem 0; }
.sec2 {
overflow: hidden; }
.sec2 h1, .sec2 h2, .sec2 h3, .sec2 h4 {
margin-bottom: 3rem; }
.sec2 a.btn {
margin-top: 3rem; }
.sec2 img {
width: 50vw;
height: auto;
border-bottom: 0 !important; }
.sec3 {
padding-bottom: 5rem;
background-image: url(//opgkdevelopment.pl/wp-content/themes/opgk_development/images/bg_sec3.jpg);
background-position: 0 50%;
background-size: cover; }
.sec3 h2, .sec3 h3 {
color: #FFF; }
.sec3 figure img {
margin-bottom: 4rem; }
.sec3 figure h3 {
text-align: center;
font-family: "LatoRegular", sans-serif;
font-size: 2.4rem; }
.sec4 {
padding: 7rem 0 0;
overflow: hidden; }
.sec4 h1, .sec4 h2, .sec4 h3, .sec4 h4 {
margin-bottom: 3rem; }
.sec4 a.btn {
margin-top: 3rem; }
.sec5 article > a {
position: relative;
height: 25rem;
overflow: hidden;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; }
.sec5 article > a img {
position: relative;
z-index: 10;
-o-object-fit: cover;
object-fit: cover;
width: 100%;
height: 100%; }
.sec5 article > a > span {
position: absolute;
z-index: 15;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.45);
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
text-transform: uppercase;
color: #FFF;
font-family: "LatoRegular", sans-serif;
font-size: 1.6rem;
-webkit-transition: all .3s;
-o-transition: all .3s;
transition: all .3s;
letter-spacing: 1px;
opacity: 0; }
.sec5 article > a > span span {
-webkit-transition: all .3s;
-o-transition: all .3s;
transition: all .3s;
-webkit-transform: scale(0.5);
-ms-transform: scale(0.5);
transform: scale(0.5);
text-shadow: 1px 1px 1px #000; }
.sec5 article > a > span::before, .sec5 article > a > span::after {
content: "";
width: 12%;
height: 1px;
background: #cdb178;
-webkit-transition: all .2s;
-o-transition: all .2s;
transition: all .2s; }
.sec5 article > a > span::before {
margin: 0 50% 0 1rem; }
.sec5 article > a > span::after {
margin: 0 1rem 0 50%; }
.sec5 article > a:hover > span {
opacity: 1; }
.sec5 article > a:hover > span span {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1); }
.sec5 article > a:hover > span::before {
margin: 0 1rem 0; }
.sec5 article > a:hover > span::after {
margin: 0 1rem 0; }
.sec5 article .date {
font-size: 1.6rem;
font-family: "LatoRegular", sans-serif; }
.sec5 article .date i {
color: #cdb178;
margin-right: .5rem; }
.sec5 article .title_read_more h3 {
font-size: 2.4rem;
font-family: "LatoRegular", sans-serif;
margin: 0;
width: 100%;
padding-right: 1.5rem;
position: relative; }
.sec5 article .title_read_more h3::before {
content: "";
width: 15%;
height: 1px;
float: right;
margin-top: 1.5rem;
background-color: #333; }
.sec6 .owl-carousel .owl-stage {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center; }
.sec6 .owl-carousel .owl-stage a img {
max-width: 30rem;
height: auto;
opacity: .9;
-webkit-filter: grayscale(100%);
filter: grayscale(100%);
-webkit-transition: all .25s;
-o-transition: all .25s;
transition: all .25s;
margin: 0 auto; }
.sec6 .owl-carousel .owl-stage a:hover img {
opacity: 1;
-webkit-filter: grayscale(0);
filter: grayscale(0); }
.sec7 {
padding-bottom: 5rem; }
.sec7 form.wpcf7-form {
display: inline-block; }
.sec7 form.wpcf7-form input[type=text],
.sec7 form.wpcf7-form input[type=email],
.sec7 form.wpcf7-form input[type=tel],
.sec7 form.wpcf7-form textarea {
width: 100%;
font-size: 1.4rem;
padding: 1.15rem 1rem;
margin: .25rem 0;
background: #f4f4f4;
border: 0;
color: #5b5b5b; }
.sec7 form.wpcf7-form textarea {
height: 16rem !important; }
.sec7 form.wpcf7-form input[type=submit] {
float: right;
font-size: 1.6rem;
border: 1px solid #cdb178;
margin-left: 10rem;
color: #FFF;
padding: .9rem 3rem 1rem;
border-radius: .25rem;
background: #cdb178;
-webkit-transition: all .15s ease-in-out;
-o-transition: all .15s ease-in-out;
transition: all .15s ease-in-out;
cursor: pointer; }
.sec7 form.wpcf7-form input[type=submit]:hover {
color: #383b3b;
background: #FFF; }
.sec7 form.wpcf7-form input[type=checkbox] {
margin: 0 .5rem 0 0;
position: relative;
top: 2px; }
.sec7 form.wpcf7-form span.ajax-loader {
float: right;
background-repeat: no-repeat;
background-position: 85% 50%;
margin-top: 3px; }
.sec7 form.wpcf7-form span.wpcf7-form-control-wrap {
width: 100%;
height: 100%; }
.sec7 form.wpcf7-form span.acceptance-396 {
width: auto;
float: left; }
.sec7 form.wpcf7-form span.wpcf7-not-valid-tip {
float: left;
font-size: 1.2rem;
color: #b70000;
margin: -.5rem 0 0; }
.sec7 form.wpcf7-form span.wpcf7-list-item {
margin: 0; }
.sec7 form.wpcf7-form ::-webkit-input-placeholder {
color: #5b5b5b; }
.sec7 form.wpcf7-form ::-moz-placeholder {
color: #5b5b5b; }
.sec7 form.wpcf7-form ::-ms-input-placeholder {
color: #5b5b5b; }
.sec7 form.wpcf7-form ::placeholder {
color: #5b5b5b; }
.sec7 form.wpcf7-form :-ms-input-placeholder {
color: #5b5b5b; }
.sec7 form.wpcf7-form ::-ms-input-placeholder {
color: #5b5b5b; }
.sec7 form.wpcf7-form .social_media a {
display: inline-block;
margin: .5rem 1rem 0 0; }
.sec7 form.wpcf7-form p {
font-size: 1.2rem;
line-height: 2rem;
color: #5b5b5b; }
.sec7 form.wpcf7-form p a {
color: #cdb178; }
.sec7 .wpcf7-validation-errors,
.sec7 .wpcf7-acceptance-missing,
.sec7 .wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ng,
.sec7 .wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok,
.sec7 .wpcf7-response-output.wpcf7-display-none.wpcf7-spam-blocked {
font-size: 1.4rem;
margin: 3rem 0 0 0 !important;
padding: 3px;
text-align: center;
clear: both;
float: left;
width: 100%; }
.sec7 .recaptcha_info {
font-size: 1.2rem;
color: #aaa; }
.sec7 .recaptcha_info a {
color: #888; }
.map {
padding: 0; }
.map #map {
height: 45vh;
max-height: 100vh; }
.sec8 {
padding-bottom: 5rem; }
.sec8 a.btn {
margin: 0 .5rem; }
.sec8 a.btn i {
margin-right: .5rem; }
.sec8 .social_share .col-12 {
border-bottom: 1px solid #f0f0f0; }
.sec8 .pagintion a {
font-size: 1.6rem;
color: #cdb178; }
footer {
background: #383b3b;
padding: 6rem 0 3rem;
position: relative;
z-index: 150;
color: #FFF;
font-size: 1.5rem;
line-height: 2.2rem; }
footer p {
line-height: 2.2rem; }
footer a,
footer a:hover {
display: inline;
color: #FFF; }
.cookiebar {
position: fixed;
bottom: 0;
left: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding: 1rem 3rem;
width: 100%;
z-index: 1100;
background: rgba(255, 255, 255, 0.9);
-webkit-box-shadow: 0 -5px 20px -17px #000;
box-shadow: 0 -5px 20px -17px #000; }
.cookiebar p {
font-size: 1.4rem;
float: left;
margin: 0 2rem 0 0;
color: #333;
text-align: center; }
.cookiebar button {
padding: .4rem 1.25rem .5rem !important;
margin: 0;
border: 2px solid #cdb178;
border-radius: 1.5rem;
font-size: 1.4rem;
text-transform: uppercase;
color: #383b3b;
font-family: "LatoRegular", sans-serif;
cursor: pointer;
background: #FFF;
-webkit-transition: all .15s;
-o-transition: all .15s;
transition: all .15s; }
.cookiebar button:hover {
color: #FFF;
background: #cdb178; }
.hamburger-box {
width: 40px;
height: 24px;
display: inline-block;
position: relative; }
.hamburger-inner {
display: block;
top: 50%;
margin-top: -2px; }
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
width: 40px;
height: 3px;
background-color: #FFF;
border-radius: 4px;
position: absolute;
-webkit-transition-property: -webkit-transform;
transition-property: -webkit-transform;
-o-transition-property: transform;
transition-property: transform;
transition-property: transform, -webkit-transform;
-webkit-transition-duration: 0.15s;
-o-transition-duration: 0.15s;
transition-duration: 0.15s;
-webkit-transition-timing-function: ease;
-o-transition-timing-function: ease;
transition-timing-function: ease; }
.hamburger-inner::before, .hamburger-inner::after {
content: "";
display: block; }
.hamburger-inner::before {
top: -10px; }
.hamburger-inner::after {
bottom: -10px; }
.hamburger--squeeze .hamburger-inner {
-webkit-transition-duration: 0.075s;
-o-transition-duration: 0.075s;
transition-duration: 0.075s;
-webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
-o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--squeeze .hamburger-inner::before {
-webkit-transition: top 0.075s 0.12s ease, opacity 0.075s ease;
-o-transition: top 0.075s 0.12s ease, opacity 0.075s ease;
transition: top 0.075s 0.12s ease, opacity 0.075s ease; }
.hamburger--squeeze .hamburger-inner::after {
-webkit-transition: bottom 0.075s 0.12s ease, -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
transition: bottom 0.075s 0.12s ease, -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
-o-transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--squeeze.is-active .hamburger-inner {
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
-webkit-transition-delay: 0.12s;
-o-transition-delay: 0.12s;
transition-delay: 0.12s;
-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
-o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
.hamburger--squeeze.is-active .hamburger-inner::before {
top: 0;
opacity: 0;
-webkit-transition: top 0.075s ease, opacity 0.075s 0.12s ease;
-o-transition: top 0.075s ease, opacity 0.075s 0.12s ease;
transition: top 0.075s ease, opacity 0.075s 0.12s ease; }
.hamburger--squeeze.is-active .hamburger-inner::after {
bottom: 0;
-webkit-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
transform: rotate(-90deg);
-webkit-transition: bottom 0.075s ease, -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
transition: bottom 0.075s ease, -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
-o-transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }
#back-to-top {
position: fixed;
bottom: 2rem;
right: 2rem;
z-index: 9999;
width: 4rem;
height: 4rem;
cursor: pointer;
border: 0;
border-radius: 2px;
text-decoration: none;
-webkit-transition: all .2s ease-out;
-o-transition: all .2s ease-out;
transition: all .2s ease-out;
opacity: 0;
font-size: 0;
-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
background: rgba(0, 0, 0, 0.6) url(//opgkdevelopment.pl/wp-content/themes/opgk_development/images/cd-top-arrow.svg) no-repeat center 50%; }
#back-to-top:hover {
background: rgba(55, 55, 55, 0.5) url(//opgkdevelopment.pl/wp-content/themes/opgk_development/images/cd-top-arrow.svg) no-repeat center 50%; }
#back-to-top.show {
opacity: .5; }
.grecaptcha-badge {
visibility: hidden; } @media (max-width: 575px) {
html {
font-size: 40%; }
body {
font-size: 2.6rem;
position: relative;
padding-top: 40vh; }
p {
line-height: 3.6rem; }
header {
height: 85px;
padding: .25rem 0;
background-color: rgba(50, 50, 50, 0.9); }
header div nav.navbar > a.navbar-brand {
-webkit-transform: scale(0.8);
-ms-transform: scale(0.8);
transform: scale(0.8); }
header.expand {
height: 85px;
padding: .25rem 0;
-webkit-box-shadow: none;
box-shadow: none;
background-color: rgba(50, 50, 50, 0.9); }
header .navbar-collapse,
header .navbar-collapse.collapse.show,
header .navbar-collapse.collapsing {
position: fixed;
bottom: 0;
left: 0;
width: 100vw;
height: calc(100% - 85px) !important;
z-index: 100;
background-color: rgba(50, 50, 50, 0.9);
-webkit-transition: all .2s;
-o-transition: all .2s;
transition: all .2s; }
header .navbar-collapse ul,
header .navbar-collapse.collapse.show ul,
header .navbar-collapse.collapsing ul {
max-height: 100%;
overflow-x: scroll; }
header div nav.navbar div > ul > li {
text-align: center;
margin-top: 2rem; }
header div nav.navbar div > ul > li a {
display: inline-block;
padding: 2rem 0 1rem;
margin-bottom: 1rem;
font-size: 3.6rem;
font-family: "LatoRegular", sans-serif; }
header div nav.navbar div > ul > li .dropdown-menu {
position: relative;
width: 75%; }
header div nav.navbar div > ul > li .dropdown-menu a {
padding: 1rem 0; }
.slider {
padding-top: 75px;
height: 40vh; }
.slider h1 {
font-size: 3.2rem; }
.slider h1 span {
font-size: 3rem; }
section > .container {
padding-left: 0 !important;
padding-right: 0 !important; }
section a.btn.btn-primary {
font-family: "LatoRegular", sans-serif;
font-size: 2.4rem; }
section a.btn.btn-primary.btn-sm {
font-size: 1.8rem; }
section .read_more::after {
margin: 0 0 0 1rem; }
.sec1 figure a:hover > span span {
font-size: 3rem; }
.sec1 figure,
.sec5 article {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
margin-bottom: 3rem; }
.sec1 figure a, .sec1 figure > a,
.sec5 article a,
.sec5 article > a {
height: 40rem; }
.sec2 .col-sm-6 {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%; }
.sec2 .col-sm-6 img {
width: 100%; }
.sec2 .col-sm-6:nth-child(1) {
margin-bottom: 3rem; }
.sec2 .col-sm-6:nth-child(1) a {
float: right; }
.sec2 .col-sm-6:nth-child(2) {
padding: 0 30px; }
.sec3 > .container > .row {
-ms-flex-pack: distribute !important;
justify-content: space-around !important; }
.sec3 figure {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
margin-top: 0 !important;
margin-bottom: 3rem !important; }
.sec3 figure img {
margin-bottom: 2rem;
max-height: 8rem;
max-width: 8rem;
width: auto;
height: auto; }
.sec3 figure h3 {
font-size: 3rem; }
.sec4 .col-sm-6 {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%; }
.sec4 .col-sm-6 h1 {
text-align: center; }
.sec4 .col-sm-6 img {
width: 70%;
height: auto; }
.sec4 .col-sm-6:nth-child(1) {
padding: 0 30px;
margin-bottom: 3rem; }
.sec4 .col-sm-6:nth-child(1) a {
float: right; }
.sec4 .col-sm-6:nth-child(2) {
padding: 0 30px; }
.sec5 article {
margin-bottom: 5rem; }
.sec5 article .date {
font-size: 2rem;
margin: 2rem 0 1rem !important; }
.sec5 .title_read_more h3 {
font-size: 3rem !important;
padding: 0 !important; }
.sec5 .title_read_more h3::before {
display: none; }
.sec5 .title_read_more a {
display: none; }
.sec7 form.wpcf7-form > .row > .col-sm-6 {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%; }
.sec7 form.wpcf7-form p {
font-size: 1.8rem;
line-height: 2.6rem; }
.sec7 form.wpcf7-form input[type=text],
.sec7 form.wpcf7-form input[type=email],
.sec7 form.wpcf7-form input[type=tel],
.sec7 form.wpcf7-form textarea {
font-size: 2.4rem;
padding: 2rem; }
.sec7 form.wpcf7-form textarea {
height: 25rem !important; }
.sec7 form.wpcf7-form input[type=submit] {
font-family: "LatoRegular", sans-serif;
font-size: 2.4rem;
margin-left: 0; }
.sec8 .pagintion a {
font-size: 2rem; }
footer {
font-size: 2rem;
line-height: 3rem; }
footer p {
line-height: 3rem; }
footer > .container {
padding-left: 0;
padding-right: 0; }
footer > .container > .row .col-sm {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
text-align: center; }
footer > .container > .row .col-sm:nth-child(1) {
padding-right: 0; }
footer > .container > .row .col-sm:nth-child(1) img {
width: 70%; }
footer > .container > .row .col-sm:nth-child(1), footer > .container > .row .col-sm:nth-child(2) {
margin-bottom: 5rem; } }
@media (min-width: 576px) and (max-width: 767px) {
html {
font-size: 41.5%; }
body {
font-size: 2.2rem;
position: relative; }
p {
line-height: 3.2rem; }
header {
height: 75px;
padding: .25rem 0;
background-color: rgba(50, 50, 50, 0.9); }
header div nav.navbar > a.navbar-brand {
-webkit-transform: scale(0.8);
-ms-transform: scale(0.8);
transform: scale(0.8); }
header.expand {
height: 75px;
padding: .25rem 0;
-webkit-box-shadow: none;
box-shadow: none;
background-color: rgba(50, 50, 50, 0.9); }
header .navbar-collapse,
header .navbar-collapse.collapse.show,
header .navbar-collapse.collapsing {
position: fixed;
bottom: 0;
left: 0;
width: 100vw;
height: calc(100% - 75px) !important;
z-index: 100;
background-color: rgba(50, 50, 50, 0.9);
-webkit-transition: all .2s;
-o-transition: all .2s;
transition: all .2s; }
header .navbar-collapse ul,
header .navbar-collapse.collapse.show ul,
header .navbar-collapse.collapsing ul {
max-height: 100%;
overflow-x: scroll; }
header div nav.navbar div > ul > li {
text-align: center; }
header div nav.navbar div > ul > li a {
display: inline-block;
padding: 3rem 0 1rem;
margin-bottom: 1rem;
font-size: 3.2rem;
font-family: "LatoRegular", sans-serif; }
header div nav.navbar div > ul > li .dropdown-menu {
position: relative;
width: 50%; }
header div nav.navbar div > ul > li .dropdown-menu a {
padding: 1rem 0; }
.slider {
padding-top: 8rem; }
.slider h1 {
font-size: 4.4rem; }
.slider h1 span {
font-size: 4.2rem; }
section > .container {
padding-left: 0 !important;
padding-right: 0 !important; }
section a.btn.btn-primary {
font-family: "LatoRegular", sans-serif;
font-size: 2.4rem; }
section .read_more::after {
margin: 0 0 0 1rem; }
.sec1 figure a:hover > span span {
font-size: 3rem; }
.sec1 figure,
.sec5 article {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
margin-bottom: 3rem; }
.sec1 figure a, .sec1 figure > a,
.sec5 article a,
.sec5 article > a {
height: 45rem; }
.sec2 .col-sm-6 {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%; }
.sec2 .col-sm-6 img {
width: 100%; }
.sec2 .col-sm-6:nth-child(1) {
margin-bottom: 3rem; }
.sec2 .col-sm-6:nth-child(2) {
padding: 0 30px; }
.sec3 > .container > .row {
-ms-flex-pack: distribute !important;
justify-content: space-around !important; }
.sec3 figure {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
margin-top: 0 !important;
margin-bottom: 3rem !important; }
.sec3 figure img {
margin-bottom: 2rem;
max-height: 8rem;
max-width: 8rem;
width: auto;
height: auto; }
.sec4 .col-sm-6 {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%; }
.sec4 .col-sm-6 h1 {
text-align: center; }
.sec4 .col-sm-6 img {
width: 70%;
height: auto; }
.sec4 .col-sm-6:nth-child(1) {
margin-bottom: 3rem; }
.sec4 .col-sm-6:nth-child(2) {
padding: 0 30px; }
.sec5 article {
margin-bottom: 5rem; }
.sec5 article .date {
font-size: 2rem;
margin: 2rem 0 1rem !important; }
.sec5 .title_read_more h3 {
font-size: 3rem !important;
padding: 0 !important; }
.sec5 .title_read_more h3::before {
display: none; }
.sec5 .title_read_more a {
display: none; }
.sec7 form.wpcf7-form > .row > .col-sm-6 {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%; }
.sec7 form.wpcf7-form p {
font-size: 1.75rem;
line-height: 2.6rem; }
.sec7 form.wpcf7-form input[type=text],
.sec7 form.wpcf7-form input[type=email],
.sec7 form.wpcf7-form input[type=tel],
.sec7 form.wpcf7-form textarea {
font-size: 2.2rem;
padding: 2rem; }
.sec7 form.wpcf7-form input[type=submit] {
font-family: "LatoRegular", sans-serif;
font-size: 2.4rem;
margin-left: 0; }
.sec8 .pagintion a {
font-size: 2rem; }
footer {
font-size: 2rem;
line-height: 2.6rem; }
footer p {
line-height: 2.6rem; }
footer > .container {
padding-left: 0;
padding-right: 0; }
footer > .container > .row .col-sm {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
text-align: center; }
footer > .container > .row .col-sm:nth-child(1) {
padding-right: 0; }
footer > .container > .row .col-sm:nth-child(1) img {
width: 55%; }
footer > .container > .row .col-sm:nth-child(1), footer > .container > .row .col-sm:nth-child(2) {
margin-bottom: 3rem; } }
@media (min-width: 768px) and (max-width: 991px) {
html {
font-size: 46%; }
body {
font-size: 2.2rem;
position: relative; }
p {
line-height: 3.2rem; }
header {
height: 75px;
padding: .25rem 0;
background-color: rgba(50, 50, 50, 0.9); }
header div nav.navbar > a.navbar-brand {
-webkit-transform: scale(0.8);
-ms-transform: scale(0.8);
transform: scale(0.8); }
header.expand {
height: 75px;
padding: .25rem 0;
-webkit-box-shadow: none;
box-shadow: none;
background-color: rgba(50, 50, 50, 0.9); }
header .navbar-collapse,
header .navbar-collapse.collapse.show,
header .navbar-collapse.collapsing {
position: fixed;
bottom: 0;
left: 0;
width: 100vw;
height: calc(100% - 75px) !important;
z-index: 100;
background-color: rgba(50, 50, 50, 0.9);
-webkit-transition: all .2s;
-o-transition: all .2s;
transition: all .2s; }
header .navbar-collapse ul,
header .navbar-collapse.collapse.show ul,
header .navbar-collapse.collapsing ul {
max-height: 100%;
overflow-x: scroll; }
header div nav.navbar div > ul > li {
text-align: center; }
header div nav.navbar div > ul > li a {
display: inline-block;
padding: 2rem 0 1rem;
margin-bottom: 1rem;
font-size: 3rem;
font-family: "LatoRegular", sans-serif; }
header div nav.navbar div > ul > li .dropdown-menu {
position: relative;
width: 50%; }
header div nav.navbar div > ul > li .dropdown-menu a {
padding: 1rem 0; }
.slider {
padding-top: 8rem; }
.slider h1 {
font-size: 4.4rem; }
.slider h1 span {
font-size: 4.2rem; }
section > .container {
padding-left: 0 !important;
padding-right: 0 !important; }
section a.btn.btn-primary {
font-family: "LatoRegular", sans-serif;
font-size: 2.4rem; }
section a.btn.btn-primary.btn-sm {
font-size: 2rem; }
section .read_more::after {
margin: 0 0 0 1rem; }
.sec1 figure a:hover > span span {
font-size: 2rem; }
.sec1 figure a,
.sec5 article > a {
height: 20rem; }
.sec2 .col-sm-6 {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%; }
.sec2 .col-sm-6 img {
width: 100%; }
.sec2 .col-sm-6:nth-child(1) {
margin-bottom: 3rem; }
.sec2 .col-sm-6:nth-child(2) {
padding: 0 30px; }
.sec3 > .container > .row {
-ms-flex-pack: distribute !important;
justify-content: space-around !important; }
.sec3 figure {
margin-top: 3rem !important; }
.sec3 figure img {
margin-bottom: 3rem;
max-height: 8rem;
max-width: 8rem;
width: auto;
height: auto; }
.sec4 .col-sm-6 {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%; }
.sec4 .col-sm-6 h1 {
text-align: center; }
.sec4 .col-sm-6 img {
width: 70%;
height: auto; }
.sec4 .col-sm-6:nth-child(1) {
margin-bottom: 3rem; }
.sec4 .col-sm-6:nth-child(2) {
padding: 0 30px; }
.sec5 article .date {
font-size: 2rem; }
.sec5 .title_read_more h3 {
padding: 0 !important; }
.sec5 .title_read_more h3::before {
display: none; }
.sec5 .title_read_more a {
display: none; }
.sec7 form.wpcf7-form > .row > .col-sm-6 {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%; }
.sec7 form.wpcf7-form p {
font-size: 1.6rem; }
.sec7 form.wpcf7-form input[type=text],
.sec7 form.wpcf7-form input[type=email],
.sec7 form.wpcf7-form input[type=tel],
.sec7 form.wpcf7-form textarea {
font-size: 2.2rem;
padding: 2rem; }
.sec7 form.wpcf7-form input[type=submit] {
font-family: "LatoRegular", sans-serif;
font-size: 2.4rem; }
.sec8 .pagintion a {
font-size: 2rem; }
footer {
font-size: 1.6rem; }
footer > .container {
padding-left: 0;
padding-right: 0; }
footer > .container > .row .col-sm:nth-child(1) {
padding-right: 0; }
footer > .container > .row .col-sm:nth-child(1) img {
width: 85%; } }
@media (min-width: 992px) and (max-width: 1199px) {
html {
font-size: 52%; }
header div nav.navbar > a.navbar-brand {
-webkit-transform: scale(0.9);
-ms-transform: scale(0.9);
transform: scale(0.9); }
header.expand div nav.navbar > a.navbar-brand {
-webkit-transform: scale(0.85);
-ms-transform: scale(0.85);
transform: scale(0.85); }
.slider h1 {
font-size: 4.4rem; }
.slider h1 span {
font-size: 4.2rem; }
.sec1 figure a,
.sec5 article > a {
height: 22rem; }
.sec3 > .container > .row {
-ms-flex-pack: distribute !important;
justify-content: space-around !important; }
.sec3 figure {
margin-top: 3rem !important; }
.sec3 figure img {
margin-bottom: 3rem;
max-height: 8rem;
max-width: 8rem;
width: auto;
height: auto; }
.sec7 form.wpcf7-form p {
font-size: 1.4rem; }
.sec7 form.wpcf7-form input[type=text],
.sec7 form.wpcf7-form input[type=email],
.sec7 form.wpcf7-form input[type=tel],
.sec7 form.wpcf7-form textarea {
font-size: 1.6rem; } }
@media (min-width: 1200px) and (max-width: 1365px) {
html {
font-size: 54%; }
header div nav.navbar > a.navbar-brand {
-webkit-transform: scale(0.9);
-ms-transform: scale(0.9);
transform: scale(0.9); }
header.expand div nav.navbar > a.navbar-brand {
-webkit-transform: scale(0.85);
-ms-transform: scale(0.85);
transform: scale(0.85); }
.sec3 > .container > .row {
-ms-flex-pack: distribute !important;
justify-content: space-around !important; }
.sec7 form.wpcf7-form p {
font-size: 1.4rem; } }
@media (min-width: 1366px) and (max-width: 1919px) {
html {
font-size: 58%; }
li.dropdown:hover > div {
display: block; }
.sec7 form.wpcf7-form p {
font-size: 1.3rem; } }
@media (min-width: 1920px) {
.container {
max-width: 1240px; }
li.dropdown:hover > div {
display: block; } }