@font-face {
font-family: "SwitzerlandCondensed";
src: url(//www.agdent.com.pl/wp-content/themes/agd/fonts/SWZCONDN.TTF);
font-weight: 400;
font-style: normal
} 
@font-face {
font-family: "Cleev Reticulian";
src: url(//www.agdent.com.pl/wp-content/themes/agd/fonts/cleevreticulian.ttf);
font-weight: 400;
font-style: normal
} 
body {
background: #fff;
color: #323232;
font-family: "SwitzerlandCondensed";
}
a {
color: #344647;
transition: 0.5s;
}
a:hover, a:active, a:focus {
color: #9bacb0;
outline: none;
text-decoration: none;
}
p {
font-family: "SwitzerlandCondensed";
font-size: 16px;
color: #6d6d6d;
padding: 0;
margin: 0;
font-weight: 400;
}
h1, h2, h3, h4, h5, h6 {
font-family: "Cleev Reticulian";
font-weight: 400;
color: #323232;
margin: 0;
padding: 0;
text-transform: uppercase;
}
h1 {
font-size: 48px;
}
h2 {
font-size: 46px;
}
h3 {
font-size: 18px;
}
h4 {
font-size: 40px;
}
h5 {
font-size: 34px;
}
h6 {
font-size: 25px;
padding-bottom: 5%;
}
img {
border-radius: 8px;
} .back-to-top {
position: fixed;
display: none;
background: #9bacb0;
color: #fff;
padding: 6px 12px 9px 12px;
font-size: 16px;
border-radius: 2px;
right: 15px;
bottom: 15px;
transition: background 0.5s;
}
@media (max-width: 768px) {
.back-to-top {
bottom: 15px;
}
}
.back-to-top:focus {
background: #71898e;
color: #fff;
outline: none;
}
.back-to-top:hover {
background: #9bacb0;
color: #fff;
} #topbar {
background-color:rgba(0, 0, 0, 0.0);
padding: 15px 0 0 0;
margin-bottom: -10px; 
font-size: 14px;
color: #364ee4;
}
#topbar .contact-info a {
line-height: 1;
color: #364ee4;
}
#topbar .contact-info a:hover {
color: #364ee4;
}
#topbar .contact-info i {
color: #364ee4;
padding: 4px;
}
#topbar .contact-info .fa-phone {
padding-left: 20px;
margin-left: 20px;
}
#topbar .social-links a {
color: #ffffff;
padding: 4px 4px;
display: inline-block;
line-height: 1px;
}
#topbar .social-links a:hover {
color: #364ee4;
}
#topbar .social-links {
padding-left: 12px;
}
#topbar .contact-info .lang2 {
padding-left: 3px;
padding-right: 3px;
}
#intro{
background: url(https://www.agdent.com.pl/wp-content/uploads/2019/03/header.jpg) no-repeat;
background-size: cover;
height: 100vh;
position: relative;
background-position: center;
}
#banner-subpage{
background: url(//www.agdent.com.pl/wp-content/themes/agd/img/intro-carousel/sub.png) no-repeat;
background-size: cover;
min-height: 380px;
position: relative;
} #header {
position: fixed;
padding-top: 15px;
height: 100px;
transition: all 0.5s;
z-index: 997;
width: 100%;
top: 0px;
z-index: 50;
}
#header.is-sticky {
background-color:#313131;;
box-shadow: 0px 6px 9px 0px rgba(0, 0, 0, 0.06);
border-bottom: none;
}
#header #logo h1 {
font-size: 42px;
margin: 0;
padding: 0;
line-height: 1;
font-family: "Lato", sans-serif;
font-weight: 700;
}
#header #logo h1 a {
color: #0c2e8a;
line-height: 1;
display: inline-block;
}
#header #logo h1 a span {
color: #364ee4;
}
.is-sticky #header #logo img {
padding: 0;
margin: 0;
}
#header #logo img {
padding: 0;
width: 250px;
}
#footer #logo img {
padding: 0;
margin-top: 24px;
height: 38px;
}
@media (max-width: 1199px) {
#header {
padding: 20px 0;
height: 74px;
}
#header #logo h1 {
font-size: 34px;
}
#header #logo img {
padding: 0;
width: 180px;
margin-top: -6px;
}
} #intro {
display: table;
width: 100%;
height: 100vh;
}
#intro .carousel-item {
height: 400px;
background-size: contain;
background-position: right;
background-repeat: no-repeat;
float: right;
margin-top: 70%
}
#intro .carousel-item::before {
content: '';
position: absolute;
height: 100%;
width: 100%;
top: 0;
right: 0;
left: 0;
bottom: 0;
}
#intro .carousel-item:nth-child(2) {
height: 550px;
background-size: contain;
background-position: right;
background-repeat: no-repeat;
float: right;
margin-top: 30%
}
#intro .carousel-item:nth-child(2)::before {
content: '';
position: absolute;
height: 100%;
width: 100%;
top: 0;
right: 0;
left: 0;
bottom: 0;
}
#intro .carousel-item:nth-child(3) {
height: 550px;
background-size: contain;
background-position: right;
background-repeat: no-repeat;
float: right;
margin-top: 30%
}
#intro .carousel-item:nth-child(3)::before {
content: '';
position: absolute;
height: 100%;
width: 100%;
top: 0;
right: 0;
left: 0;
bottom: 0;
}
#intro .carousel-item:nth-child(4) {
height: 550px;
background-size: contain;
background-position: right;
background-repeat: no-repeat;
float: right;
margin-top: 30%
}
#intro .carousel-item:nth-child(4)::before {
content: '';
position: absolute;
height: 100%;
width: 100%;
top: 0;
right: 0;
left: 0;
bottom: 0;
}
#intro .carousel-container {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: flex-end;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
position: absolute;
bottom: 0;
top: 0;
left: 0;
right: 0;
}
#intro .carousel-background img {
max-width: 100%;
}
#intro .carousel-content {
text-align: left;
position: absolute;
margin-top: 30%
}
@media (max-width: 768px) {
#intro .carousel-item {
display: none;
}
#intro .carousel-content {
margin-top: 50%;
}
}
@media (min-width: 992px) {
#intro .carousel-content {
margin-top: 65%;
}
#intro .carousel-item {
margin-top: 40%;
}
}
#intro h1 {
color: #fff;
font-size: 60px;
line-height: 0.9
}
#intro p {
color: #fff;
}
@media (max-width: 535px) {
#intro h1 {
color: #fff;
font-size: 47px;
line-height: 0.9
}
#intro p {
color: #fff;
margin-right: 10px;
}
}
#intro .carousel-fade {
overflow: hidden;
}
#intro .carousel-fade .carousel-inner .carousel-item {
transition-property: opacity;
}
#intro .carousel-fade .carousel-inner .carousel-item,
#intro .carousel-fade .carousel-inner .active.carousel-item-left,
#intro .carousel-fade .carousel-inner .active.carousel-item-right {
opacity: 0;
}
#intro .carousel-fade .carousel-inner .active,
#intro .carousel-fade .carousel-inner .carousel-item-next.carousel-item-left,
#intro .carousel-fade .carousel-inner .carousel-item-prev.carousel-item-right {
opacity: 1;
transition: 0.5s;
}
#intro .carousel-fade .carousel-inner .carousel-item-next,
#intro .carousel-fade .carousel-inner .carousel-item-prev,
#intro .carousel-fade .carousel-inner .active.carousel-item-left,
#intro .carousel-fade .carousel-inner .active.carousel-item-right {
left: 0;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
#intro .carousel-control-prev,
#intro .carousel-control-next {
width: 10%;
}
#intro .carousel-control-next-icon,
#intro .carousel-control-prev-icon {
background: none;
font-size: 32px;
line-height: 1;
}  .nav-menu, .nav-menu * {
margin: 0;
padding: 0;
list-style: none;
}
.nav-menu ul {
position: absolute;
display: none;
top: 100%;
left: 0;
z-index: 99;
}
.nav-menu li {
position: relative;
white-space: nowrap;
}
.nav-menu > li {
float: left;
}
.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
display: block;
}
.nav-menu ul ul {
top: 0;
left: 100%;
}
.nav-menu ul li {
min-width: 180px;
} .sf-arrows .sf-with-ul {
padding-right: 22px;
}
.sf-arrows .sf-with-ul:after {
content: "\f107";
position: absolute;
right: 8px;
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
}
.sf-arrows ul .sf-with-ul:after {
content: "\f105";
} #nav-menu-container {
float: right;
margin: 0;
}
@media (max-width: 1199px) {
#nav-menu-container {
display: none;
}
} .nav-menu a {
padding: 10px 8px;
text-decoration: none;
display: inline-block;
color: #fff;
font-family: "SwitzerlandCondense", sans-serif;
font-weight: 400;
font-size: 15px;
outline: none;
}
.nav-menu a:last-child {
padding: 25px 0px 10px 8px;
text-decoration: none;
display: inline-block;
color: #fff;
font-family: "SwitzerlandCondense", sans-serif;
font-weight: 400;
font-size: 15px;
outline: none;
}
.nav-menu a:last-child:hover {
padding: 25px 0px 10px 8px;
text-decoration: none;
display: inline-block;
color: #037edb;
font-family: "SwitzerlandCondense", sans-serif;
font-weight: 400;
font-size: 15px;
outline: none;
}
.nav-menu a:last-child:active {
padding: 25px 0px 10px 8px;
text-decoration: none;
display: inline-block;
color: #037edb;
font-family: "SwitzerlandCondense", sans-serif;
font-weight: 400;
font-size: 15px;
outline: none;
}
.nav-menu a:hover:before, .nav-menu li:hover > a:before, .nav-menu .menu-active > a:before {
visibility: visible;
-webkit-transform: scaleX(1);
transform: scaleX(1);
} .nav-menu > li {
margin-left: 20px;
}
.nav-menu ul {
margin: 13px 0 0 0;
padding: 10px;
box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.2);
background: rgba(255, 255, 255, 0.3);
z-index: 45;
}
.nav-menu ul li {
transition: 0.3s;
}
.nav-menu ul li a {
padding: 10px;
color: #333;
transition: 0.3s;
display: block;
font-size: 13px;
text-transform: none;
}
.nav-menu ul li:hover > a {
color: #71898e;
}
.nav-menu ul ul {
margin: 0;
} #mobile-nav-toggle {
position: fixed;
right: 0;
top: 0;
z-index: 999;
margin: 20px 20px 0 0;
border: 0;
background: none;
font-size: 24px;
display: none;
transition: all 0.4s;
outline: none;
cursor: pointer;
}
#mobile-nav-toggle i {
color: #fff;
}
@media (max-width: 1199px) {
#mobile-nav-toggle {
display: inline;
}
} #mobile-nav {
position: fixed;
top: 0;
padding-top: 18px;
bottom: 0;
z-index: 998;
background: rgba(52, 59, 64, 0.9);
left: -260px;
width: 260px;
overflow-y: auto;
transition: 0.4s;
}
#mobile-nav ul {
padding: 0;
margin: 0;
list-style: none;
}
#mobile-nav ul li {
position: relative;
}
#mobile-nav ul li a {
color: #fff;
font-family: "SwitzerlandCondense", sans-serif;
font-weight: 400;
font-size: 16px;
overflow: hidden;
padding: 10px 22px 10px 15px;
position: relative;
text-decoration: none;
width: 100%;
display: block;
outline: none;
}
#mobile-nav ul li a:hover {
color: #fff;
}
#mobile-nav ul li li {
padding-left: 30px;
}
#mobile-nav ul .menu-has-children i {
position: absolute;
right: 0;
z-index: 99;
padding: 15px;
cursor: pointer;
color: #fff;
}
#mobile-nav ul .menu-has-children i.fa-chevron-up {
color: #fff;
}
#mobile-nav ul .menu-item-active {
color: #fff;
}
#mobile-body-overly {
width: 100%;
height: 100%;
z-index: 997;
top: 0;
left: 0;
position: fixed;
background: rgba(255, 255, 255, 0.6);
display: none;
} body.mobile-nav-active {
overflow: hidden;
}
body.mobile-nav-active #mobile-nav {
left: 0;
}
body.mobile-nav-active #mobile-nav-toggle {
color: #fff;
}  .section-header {
margin-bottom: 60px;
}
.section-header h2 {
color: #364ee4;
font-weight: 700;
font-size: 32px;
font-family: "Lato", sans-serif;
position: relative;
padding-bottom: 20px;
text-align: center;
}
.section-header p {
padding: 0;
margin: 0;
line-height: 26px;
color: #323232;
font-weight: 500;
font-size: 18px;
text-align: center;
} .about-left {
z-index: -2;
color: #fff;
position: relative;
padding-right: 40px; } .about-right {
padding-right: 12%;
max-width: 850px;
}
@media (min-width: 576px) and (max-width: 990px) {
.about-right {
padding-right: 12%;
padding-left: 12%;
}
}
@media (max-width: 575px) {
.about-right {
padding-right: 5%;
padding-left: 5%;
}
}
.about-left img {
position: relative;
float: right;
}
#about {
padding: 0 0 30px 0;
}
#about .about-img {
overflow: hidden;
}
#about .about-img img {
margin-left: -15px;
max-width: 100%;
}
@media (max-width: 768px) {
#about .about-img {
height: auto;
}
#about .about-img img {
margin-left: 0;
padding-bottom: 30px;
}
}
#about .content h2 {
color: #364ee4;
font-weight: 700;
font-size: 32px;
font-family: "Lato", sans-serif;
padding-top: 100px;
}
#about .content h3 {
color: #555;
font-weight: 300;
font-size: 18px;
line-height: 26px;
font-style: italic;
}
#about .content p {
line-height: 26px;
color: #323232;
font-weight: 400;
font-size: 18px;
}
#about .content p:last-child {
margin-bottom: 0;
}
#about .content i {
font-size: 20px;
padding-right: 4px;
color: #71898e;
}
#about .content ul {
list-style: none;
padding: 0;
}
#about .content ul li {
padding-bottom: 10px;
}
#about  button[type="submit"] {
background: #364ee4;
border: 0;
border-radius: 0;
padding: 10px 30px;
color: #fff;
transition: 0.4s;
cursor: pointer;
}
#about button[type="submit"]:hover {
background: #9bacb0;
}
button[type="more"] {
background: #f56e2b;
border: 0;
border-radius: 0;
padding: 10px 20px;
font-size: 14px;
font-weight: 500;
color: #fff;
transition: 0.4s;
cursor: pointer;
}
button[type="more"]:hover {
background: #f78c57;
}
button[type="btn_menu"] {
background: #f56e2b;
border: 0;
border-radius: 0;
padding: 7px 20px;
font-size: 14px;
font-weight: 500;
color: #fff;
transition: 0.4s;
cursor: pointer;
margin-top: -10px;
}
button[type="btn_menu"]:hover {
background: #f78c57;
}
#about button[type="more"]:hover {
background: #9bacb0;
} #services {
padding: 30px 0 0 0;
}
@media (max-width: 990px) {
#services {
margin-top: 30px;
}
}
#services .box {
padding: 40px;
margin-bottom: 40px;
box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
background: #fff;
transition: 0.4s;
height: 205px;
}
#services .box:hover {
box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.15);
transform: translateY(-10px);
-webkit-transform: translateY(-10px);
-moz-transform: translateY(-10px);
}
#services .box .icon {
text-align: center;
}
#services .box .icon i {
color: #364ee4;
font-size: 64px;
transition: 0.5s;
line-height: 0;
margin-top: 34px;
}
#services .box .icon img {
color: #364ee4;
height: 49px;
width: 49px;
transition: 0.5s;
line-height: 0;
margin-top: 10px;
}
#services .box .icon i:before {
background: #0c2e8a;
background: linear-gradient(45deg, #50d8af 0%, #a3ebd5 100%);
background-clip: border-box;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
#services .box h4 {
text-align: center;
font-weight: 700;
margin-top: 25px;
margin-bottom: 15px;
font-size: 22px;
}
#services .box h4 a {
color: #838181;
}
#services .box p {
font-size: 14px;
margin-left: 100px;
margin-bottom: 0;
line-height: 24px;
}
@media (max-width: 767px) {
#services .box .box {
margin-bottom: 20px;
}
#services .box .icon {
float: none;
text-align: center;
padding-bottom: 15px;
}
#services .box h4, #services .box p {
margin-left: 0;
text-align: center;
}
} #testimonials {
min-height: 460px;
background-color: #141021;
position: relative;
}
#testimonials .testimonial-item {
box-sizing: content-box;
padding: 50px 50px 0 50px;
margin: 30px 15px;
text-align: center;
min-height: 190px;
}
.testimonial-item {
background-color: #ffffff7a;
}
@media (max-width: 767px) {
#testimonials .testimonial-item {
margin: 30px 10px;
}
}
@media (min-width: 990px) {
#testimonials .testimonial-item {
margin: 100px 100px 30px 100px;
}
}
#testimonials .testimonial-item .testimonial-img {
width: 90px;
height: 90px;
margin: 0 auto;
}
#testimonials .testimonial-item h3 {
font-size: 18px;
font-weight: bold;
margin: 10px 0 5px 0;
color: #111;
}
#testimonials .testimonial-item h4 {
font-size: 14px;
color: #999;
margin: 0;
}
#testimonials .testimonial-item .quote-sign-left {
margin-top: -15px;
padding-right: 10px;
display: inline-block;
width: 37px;
}
#testimonials .testimonial-item .quote-sign-right {
margin-bottom: -15px;
padding-left: 10px;
display: inline-block;
max-width: 100%;
width: 37px;
}
#testimonials .testimonial-item p {
font-style: italic;
font-size: 24px;
margin: 0 auto 15px auto;
line-height: 34px;
color: #323232;
font-weight: 300;
text-align: center;
}
#testimonials .owl-nav, #testimonials .owl-dots {
margin-top: 5px;
text-align: center;
}
#testimonials .owl-dot {
display: inline-block;
margin: 0 5px;
width: 12px;
height: 12px;
border-radius: 50%;
background-color: #fff;
}
#testimonials .owl-dot.active {
background-color: #364ee4;
} #contact .form .txt9 {
color: #71898e;
font-weight: 400;
font-size: 18px;
margin-bottom: 10px;
}
#contact {
padding: 125px 0;
}
.contact .row {
align-items: flex-start;
}
.contact-left {
z-index: 0;
color: #fff;
}
.contact-left:before {
background-image: url(//www.agdent.com.pl/wp-content/themes/agd/img/formbg2.jpg);
background-repeat: no-repeat;
content: '';
display: block;
position: absolute;
z-index: -1;
width: 100%;
top: 0px;
left: -15px;
bottom: 0px;
}
.contact-right {
padding-right: 8%;
padding-top:80px;
padding-bottom:80px;
max-width: 970px;
}
@media (min-width: 576px) and (max-width: 990px) {
.contact-right  {
padding-right: 12%;
padding-left: 12%;
padding-top:40px;
padding-bottom:40px;
}
}
@media (max-width: 575px) {
.contact-right  {
padding-right: 5%;
padding-left: 5%;
padding-top:40px;
padding-bottom:40px;
}
}
.contact-item {
display: flex;
align-items: flex-start;
gap: 10px;
margin-bottom: 10px;
}
.contact-item i {
width: 20px; min-width: 20px; text-align: center;
margin-top: 3px;
}
.contact-item span {
display: block;
}
.contact-header h2 {
color: #71898e;
font-weight: 700;
font-size: 32px;
font-family: "Lato", sans-serif;
position: relative;
padding-bottom: 20px;
text-align: left;
}
.form-all {
padding-top: 30px;
padding-left: 30px;
}
.form-bg {
background-color: #f6f7f8;
}
#contact .contact-info {
margin-bottom: 20px;
text-align: center;
}
#contact .contact-info i {
font-size: 48px;
display: inline-block;
margin-bottom: 10px;
color: #71898e;
}
#contact .contact-info address, #contact .contact-info p {
margin-bottom: 0;
color: #000;
}
#contact .contact-info h3 {
font-size: 18px;
margin-bottom: 15px;
font-weight: bold;
text-transform: uppercase;
color: #999;
}
#contact .contact-info a {
color: #000;
}
#contact .contact-info a:hover {
color: #9bacb0;
}
#contact .contact-address, #contact .contact-phone, #contact .contact-email {
margin-bottom: 20px;
}
@media (min-width: 768px) {
#contact .contact-address, #contact .contact-phone, #contact .contact-email {
padding: 20px 0;
}
}
@media (min-width: 768px) {
#contact .contact-phone {
border-left: 1px solid #ddd;
border-right: 1px solid #ddd;
}
}
#contact #google-map {
height: 290px;
margin-bottom: 20px;
}
@media (max-width: 576px) {
#contact #google-map {
margin-top: 20px;
}
}
#contact .form #sendmessage {
color: #71898e;
border: 1px solid #71898e;
display: none;
text-align: center;
padding: 15px;
font-weight: 600;
margin-bottom: 15px;
}
#contact .form #errormessage {
color: red;
display: none;
border: 1px solid red;
text-align: center;
padding: 15px;
font-weight: 600;
margin-bottom: 15px;
}
#contact .form #sendmessage.show, #contact .form #errormessage.show, #contact .form .show {
display: block;
}
#contact .form .validation {
color: red;
display: none;
margin: 0 0 20px;
font-weight: 400;
font-size: 13px;
}
.form-group {
margin-bottom: 1.3rem;
}
#contact .form input, #contact .form textarea {
padding: 10px 14px;
border-radius: 0;
box-shadow: none;
font-size: 15px;
border: 0;
box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
}
#contact .form button[type="submit"] {
background: #71898e;
border: 0;
border-radius: 0;
padding: 10px 30px;
color: #fff;
transition: 0.4s;
cursor: pointer;
}
#contact .form button[type="submit"]:hover {
background: #9bacb0;
} #sb_instagram .sbi_item {
padding: 10px !important;
}
#sb_instagram img {
border-radius: 6px;
transition: 0.3s;
}
#sb_instagram img:hover {
transform: scale(1.05);
}
#sb_instagram .sbi_load_btn,
#sb_instagram .sbi_follow_btn a {
font-size: 16px !important;
padding: 16px 40px 12px 40px !important;
border-radius: 4px !important;
border: none !important;
transition: 0.3s;
} .footer {
background-color: #202630;
padding: 0;
color: #fff;
}
.footer__logo {
max-width: 200px;
}
.footer__col {
margin-top: 15px;
margin-bottom: 15px;
}
.footer__title {
font-size: 18px;
font-weight: 600;
margin-bottom: 20px;
color: #fff;
}
.footer__menu,
.footer__contact {
list-style: none;
padding: 0;
margin: 0;
}
.footer__menu li,
.footer__contact li {
margin-bottom: 10px;
}
.footer__menu a,
.footer__contact a {
color: #fff;
transition: 0.3s;
}
.footer__menu a:hover,
.footer__contact a:hover {
color: #037edb;
transform: translatex(4px);
}
.footer__col:first-child {
display: flex;
align-items: flex-start;
}
@media (max-width: 768px) {
.footer__col {
text-align: center;
}
} #about-subpage {
padding: 90px 0 90px 0;
}
#about-subpage  h2 {
color: #71898e;
font-weight: 700;
font-size: 32px;
font-family: "Lato", sans-serif;
padding-top: 20px;
}
#about-subpage p {
line-height: 26px;
color: #848484;
font-weight: 400;
font-size: 18px;
}
#about-subpage .galery-title {
padding-top: 90px;
padding-bottom: 30px;
} #reservation .form .txt9 {
color: #71898e;
font-weight: 400;
font-size: 18px;
margin-bottom: 10px;
}
#reservation {
margin-top: 0
}
.reservation-left {
z-index: 0;
color: #fff;
}
.reservation-left:before {
background-image: url(//www.agdent.com.pl/wp-content/themes/agd/img/formbg2.jpg);
background-repeat: no-repeat;
content: '';
display: block;
position: absolute;
z-index: -1;
width: 100%;
top: 0px;
left: -15px;
bottom: 0px;
}
.reservation-right {
padding-right: 8%;
padding-top:80px;
padding-bottom:80px;
max-width: 970px;
}
@media (min-width: 576px) and (max-width: 990px) {
.reservation-right  {
padding-right: 12%;
padding-left: 12%;
padding-top:40px;
padding-bottom:40px;
}
}
@media (max-width: 575px) {
.reservation-right  {
padding-right: 5%;
padding-left: 5%;
padding-top:40px;
padding-bottom:40px;
}
}
.reservation-header h2 {
color: #71898e;
font-weight: 700;
font-size: 32px;
font-family: "Lato", sans-serif;
position: relative;
padding-bottom: 20px;
text-align: left;
}
.form-all {
padding-top: 30px;
padding-left: 30px;
}
.form-bg {
background-color: #f6f7f8;
}
#reservation .reservation-info {
margin-bottom: 20px;
text-align: center;
}
#reservation .reservation-info i {
font-size: 48px;
display: inline-block;
margin-bottom: 10px;
color: #71898e;
}
#reservation .reservation-info address, #reservation .reservation-info p {
margin-bottom: 0;
color: #000;
}
#reservation .reservation-info h3 {
font-size: 18px;
margin-bottom: 15px;
font-weight: bold;
text-transform: uppercase;
color: #999;
}
#reservation .reservation-info a {
color: #000;
}
#reservation .reservation-info a:hover {
color: #9bacb0;
}
#reservation .reservation-address, #reservation .reservation-phone, #reservation .reservation-email {
margin-bottom: 20px;
}
@media (min-width: 768px) {
#reservation .reservation-address, #reservation .reservation-phone, #reservation .reservation-email {
padding: 20px 0;
}
}
@media (min-width: 768px) {
#reservation .reservation-phone {
border-left: 1px solid #ddd;
border-right: 1px solid #ddd;
}
}
#reservation #google-map {
height: 290px;
margin-bottom: 20px;
}
@media (max-width: 576px) {
#reservation #google-map {
margin-top: 20px;
}
}
#reservation .form #sendmessage {
color: #71898e;
border: 1px solid #71898e;
display: none;
text-align: center;
padding: 15px;
font-weight: 600;
margin-bottom: 15px;
}
#reservation .form #errormessage {
color: red;
display: none;
border: 1px solid red;
text-align: center;
padding: 15px;
font-weight: 600;
margin-bottom: 15px;
}
#reservation .form #sendmessage.show, #reservation .form #errormessage.show, #reservation .form .show {
display: block;
}
#reservation .form .validation {
color: red;
display: none;
margin: 0 0 20px;
font-weight: 400;
font-size: 13px;
}
.form-group {
margin-bottom: 1.3rem;
}
#reservation .form input, #reservation .form textarea {
padding: 10px 14px;
border-radius: 0;
box-shadow: none;
font-size: 15px;
border: 0;
box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
}
#reservation .form button[type="submit"] {
background: #71898e;
border: 0;
border-radius: 0;
padding: 10px 30px;
color: #fff;
transition: 0.4s;
cursor: pointer;
}
#reservation .form button[type="submit"]:hover {
background: #9bacb0;
} #gallery-subpage {
padding: 0px 0 90px 0;
}
#gallery-subpage  h2 {
color: #71898e;
font-weight: 700;
font-size: 32px;
font-family: "Lato", sans-serif;
padding-top: 20px;
}
#gallery-subpage p {
line-height: 26px;
color: #848484;
font-weight: 400;
font-size: 18px;
}
#gallery-subpage .galery-title {
padding-top: 90px;
padding-bottom: 30px;
} #contact-subpage .info-bg {
background-color: #71898e;
position: absolute;
right: 100px;
z-index: 1000;
bottom: 0;
}
@media (max-width: 768px) {
#contact-subpage .info-bg {
background-color: #71898e;
position: relative;
z-index: 1000;
bottom: 0;
right: 0;
}
#contact-subpage .info {
padding-left: 0;
}
}
#contact-subpage .info {
padding-left: 15%;
}
#contact-subpage   h2 {
color: #fff;
font-weight: 700;
font-size: 32px;
font-family: "Lato", sans-serif;
padding-top: 40px;
padding-bottom: 10px;
}
#contact-subpage .info i {
font-size: 32px;
color: #fff;
float: left;
line-height: 1;
margin-top: -5px;
}
#contact-subpage .info p {
padding: 0 0 10px 42px;
line-height: 26px;
color: #fff;
font-weight: 400;
font-size: 18px;
} #packet-subpage {
padding-top: 90px;
padding-bottom: 90px;
}
#packet-subpage .card-img-top {
width: 100%
}
.card-title {
margin-bottom: 0; 
margin-top: 107%;
text-align: center;
color: #fff;
font-size: 20px;
font-weight: 700;
border-radius: none;
}
.pakiet1 {
transition: 0.4s;
}
.pakiet1:hover {
transform: translateY(-10px);    
} #room-subpage {
padding-top: 90px;
}
#room-subpage .room-gall {
padding-top: 30px;
padding-bottom: 90px;
}
#room-subpage  h2 {
color: #71898e;
font-weight: 700;
font-size: 32px;
font-family: "Lato", sans-serif;
padding-top: 20px;
}
#room-subpage  h3 {
color: #71898e;
font-weight: 700;
font-size: 22px;
font-family: "Lato", sans-serif;
padding-top: 20px;
}
#room-subpage p {
line-height: 26px;
color: #848484;
font-weight: 400;
font-size: 18px;
}
#room-subpage li {
line-height: 26px;
color: #848484;
font-weight: 400;
font-size: 18px;
}
#room-subpage ul {
color: #71898e;
}
.pac-time {
float:right;
font-weight: 300;
}
.pac-price {
float:right;
}
.table td, .table th {
border-top: none;
}
.table .thead-dark th {
color: #fff;
background-color: #71898e;
border-color: #71898e;
vertical-align: top;
}
.table {
margin-bottom: 30px;
margin-top: 30px
}
.header_info {
text-align: center;
min-height: 580px;
}
.h1_header {
color: #fff;
}
.p_header {
color: #f56e2b;
font-size: 15px;
text-transform: uppercase;
margin-top: 1%;
margin-bottom: 3%;
}
.two_color {
color: #645aa7;
}
.primary_color{
color: #f56e2b;
}
#what_we_do {
padding-top: 12%;
padding-bottom: 7%;
}
.section_title {
text-align: center;
padding-bottom: 5%;
}
.what_we_do_icon {
float: right;
}
.what_we_do_content {
margin-top: -18%;
margin-left: 11%;
}
.what_we_do_technology {
color: #f56e2b;
font-size: 13px;
font-family: "Roboto";
font-weight: 400;
padding-top: 3%;
text-transform: uppercase;
}
.what_we_do{
padding-bottom: 5%;
}
.what_we_do_info {
text-align: center;
}
#portfolio {
min-height: 460px;
background-color: #141021;
position: relative;
}
.portfolio {
min-height: 460px;
}
.portfolio_title {
padding-bottom: 0;
color: #f56e2b;
}
.portfolio_name {
color: #fff;
padding-bottom: 8%;
}
.portfolio_txt {
color: #fff;
}
.portfolio_technology {
color: #f56e2b;
font-size: 13px;
font-family: "Roboto";
font-weight: 400;
padding-top: 3%;
text-transform: uppercase;
} #about_us{
padding-top: 12%;
padding-bottom: 7%;
}
.about_us_icon {
float: right;
}
.about_us_content {
margin-top: -18%;
margin-left: 11%;
}
.about_us_person {
color: #040707;
font-size: 18px;
font-family: "Poppins";
font-weight: 600;
padding-top: 3%;
float: right;
padding-right: 15px;
text-align: right;
}
.about_us_position {
color: #f56e2b;
font-size: 13px;
font-family: "Roboto";
font-weight: 400;
float: right;
text-align: right;
}
.about_us_signature{
padding-top: 10px;
}
.why_we_icon {
padding-bottom: 15px;
}
.technology_title{
text-align: center;
color: #afafaf;
padding-top: 80px;
}
.technology_icon{
padding-bottom: 25px;
}
#services{
background: url(//www.agdent.com.pl/wp-content/themes/agd/img/bg1.png) no-repeat;
background-size: cover;
min-height: 650px;
position: relative;
margin-top: -80px;
}
.services_content{
margin-top: 250px;
}
.services_process {
padding-top: 10%;
}
#why_we{
background: url(//www.agdent.com.pl/wp-content/themes/agd/img/bg2.png) no-repeat;
background-size: cover;
min-height: 650px;
position: relative;
margin-top: -20px;
}
.why_we_content{
padding-top: 300px;
}
.footer_title{
color: #fff;
}
.skype{
color: #22aaf2;
}
.white_color {
color: #fff;
}
.footer_small_title{
font-weight: 700;
}
.product00 {
width: 900px;
height: 460px;
position: relative;
list-style: none;
margin: 0;
padding: 0;
}
.product0 {
float: left;
width: 1140px;
max-width: 100%;
padding-right: 6px;
padding-left: 6px;
display: flex;
min-height: 460px;
}
body{
max-width:100%;
color: #3c3c3c;
}
.store{
background-color: #087E8B;
padding:10px;
height: 460px;
}
.nav-bar {
width: 100%;
height: 60px;
background-color: gray;
}
.product img{
border-radius: 3px;
filter: sepia(40%);
margin-bottom: 15px;
}
.section-title{
font-size: 3em;
text-transform:uppercase;
text-align: center;
color: #f5f5f5;
text-shadow:1px 1px 2px #333;
font-family: 'Oswald', sans-serif;
letter-spacing: 8px;
}
.product{
font-weight: bold;
font-size: 150%;
width: 1100px;
background-color: #f5f5f5;
max-width: 80%;
margin: 1em auto;
padding: 0.5em;
color: #912F56;
text-align: center;
border-radius: 3px;
box-shadow: 1px 1px 2px #666;
}
.button {
text-align: center; padding: 0.4em 0.2em;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
margin: 0.4em 0.2em;
-webkit-transition-duration: 0.4s; transition-duration: 0.4s;
cursor: pointer;
background-color: white; 
color: black; 
border: 4px solid #474350;
border-radius: 10px;
}
.button:hover {
background-color: #99F7AB;
}
.jcarousel-wrapper {
margin: 20px auto;
position: relative;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
} .jcarousel {
position: relative;
overflow: hidden;
width: 100%;
}
.jcarousel ul {
width: 20000em;
position: relative;
list-style: none;
margin: 0;
padding: 0;
}
.jcarousel li {
width: 200px;
float: left;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
} .jcarousel-control-prev,
.jcarousel-control-next {
color: #fff;
display: inline-block;
vertical-align: top;
margin-top: 9px;
font-size: 14px;
line-height: 12px;
font-weight: 700;
;
}
.jcarousel-control-prev {
left: 1vw;
margin-right: 5%;
}
.jcarousel-control-next {
right: 1vw;
margin-left: 4%;
} .jcarousel-pagination {
list-style: none;
display: inline-block;
padding-left: 0;
margin-bottom: 0;
}
.jcarousel-pagination a {
text-decoration: none;
display: inline-block;
font-size: 11px;
height: 10px;
width: 10px;
line-height: 10px;
background: #423d53;
color: #fff;
border-radius: 10px;
text-indent: -9999px;
margin-right: 7px;
-webkit-box-shadow: 0 0 2px #fff;
-moz-box-shadow: 0 0 2px #fff;
box-shadow: 0 0 2px #fff;
}
.jcarousel-pagination a.active {
background: #fff;
color: #423d53;
opacity: 1;
-webkit-box-shadow: 0 0 2px #fff7;
-moz-box-shadow: 0 0 2px #fff;
box-shadow: 0 0 2px #fff;
}
.jcarousel_nav {
position: relative;
padding-top: 20px;
width: 100%;
}
.portfolio_info {
padding-top: 30px;
padding-bottom: 30px;
}
.portfolio_img{
padding-top: 30px;
padding-bottom: 30px;
}
@media (max-width: 991px) {
.portfolio_info {
padding-top: 80px;
padding-bottom: 30px;
}
.portfolio_img{
padding-top: 30px;
padding-bottom: 80px;
}
}
.services_info{
padding-bottom: 30px;
}
.services_process_img{
padding-bottom: 30px;
}
.why_we_info{
padding-bottom: 30px;
}
#instagram{
padding-bottom: 10%;
}
.footer_title{
padding-top: 100px;
padding-bottom: 30px;
}
img.btn_menu_icon {
margin-top: -3px;
margin-right: 10px;
}
.footer_social{
margin-top: 25px;
margin-right: 15px;
}
.section__card{
background: url(//www.agdent.com.pl/wp-content/themes/agd/img/cartbg.jpg) no-repeat;
background-size: cover;
min-height: 450px;
position: relative;
padding-top: 20%;
background-position: center;
}
button[type="more"] {
background: #037edb;
padding: 16px 40px 12px 40px;
font-size: 15px;
font-weight: 400;
color: #fff;
transition: 0.4s;
cursor: pointer;
margin-top: 35px;
}
button[type="more"]:hover {
background: #0069b9;
}
@media (max-width: 992px) {
button[type="more"] {
margin-bottom: 45px;
}
}
button[type="more--border"] {
background: transparent;
border: solid 1.5px #037edb;
padding: 16px 40px 12px 40px;
font-size: 15px;
font-weight: 400;
color: #fff;
transition: 0.4s;
cursor: pointer;
margin-top: 35px;
}
button[type="more--border"]:hover {
background: #037edb;
}
button[type="more--red"] {
background: #9c1006;
border-radius: 5px;
padding: 4px 12px 1px 12px;
font-size: 18px;
font-weight: 900;
color: #fff;
transition: 0.4s;
cursor: pointer;
text-transform: uppercase;
float: right;
}
button[type="more--red"]:hover {
background: #830e06;
}
button[type="more--left"] {
background: transparent;
border: solid 2px #959595;
border-radius: 5px;
padding: 4px 12px 1px 12px;
font-size: 18px;
font-weight: 900;
color: #959595;
transition: 0.4s;
cursor: pointer;
text-transform: uppercase;
margin-top: 45px;
float: left;
}
button[type="more--left"]:hover {
background: transparent;
border: solid 2px #434343;
border-radius: 5px;
padding: 4px 12px 1px 12px;
font-size: 18px;
font-weight: 900;
color: #434343;
transition: 0.4s;
cursor: pointer;
text-transform: uppercase;
}
button[type="more--white"] {
background: transparent;
border: solid 2px #ffffff;
border-radius: 5px;
padding: 4px 12px 1px 12px;
font-size: 18px;
font-weight: 900;
color: #ffffff;
transition: 0.4s;
cursor: pointer;
text-transform: uppercase;
margin: 65px 0 65px;
float: right;
}
button[type="more--white"]:hover {
background: transparent;
border: solid 2px #eeeeee;
border-radius: 5px;
padding: 4px 12px 1px 12px;
font-size: 18px;
font-weight: 900;
color: #eeeeee;
transition: 0.4s;
cursor: pointer;
text-transform: uppercase;
}
.video__section {
background: #eeeeee;
padding: 85px 0 85px 0;
}
.video__section img {
height: 190px;
width: 100%;
}
.video__section__box{
background: #fff;
padding: 30px;
margin-bottom: 30px;
}
.section__app{
padding: 85px 0 85px 0;
}
.section__app__txt{
padding-bottom: 75px;
}
.section__app__txt p{
margin-top: -20px;}
.section__app__store{
padding-top: 30px;
}
.section__app__look{
padding-bottom: 30px;
}
.footer{
background: #313131;
min-height: 50px;
position: relative;
}
.footer h2{
padding-top: 50px;
}
.footer img{
padding-bottom: 50px;
}
.footer_copy {
padding-top: 250px;
}
.product__info{
padding: 85px 0 85px 0;
}
.product__info__txt{
padding: 25px 0 0 0;
}
.download{
padding: 85px 0 85px 0;
}
.download__info{
padding: 25px 0 0 0;
margin-bottom: 30px;
}
.card__collection {
background: #eeeeee;
padding: 85px 0 85px 0;
}
.card__collection__item {
padding-bottom: 45px;
}
.card__collection__item img{
-webkit-box-shadow: -14px 17px 30px 0px rgba(0,0,0,0.33);
-moz-box-shadow: -14px 17px 30px 0px rgba(0,0,0,0.33);
box-shadow: -14px 17px 30px 0px rgba(0,0,0,0.33);
}
.card__collection__category ul {
list-style-type: none;
margin-bottom: 40px;
padding: 0;
overflow: hidden;
cursor: pointer;
}
.card__collection__category li {
display: inline-block;
}
.card__collection__category  li a {
display: inline-block;
font-size: 24px;
color: #aaaaaa !important;
padding: 5px 20px;
font-family: "SwitzerlandCondense", sans-serif;
font-weight: 600;
}
.card__collection__category li a:hover {
color: #313131 !important;
}
.card__collection__category .active {
color: #313131 !important;
}
.clash__product{
background: #fff;
padding: 85px 0 85px 0;
}
.clash__product__box{
background: #e4e4e4;
padding: 30px;
margin-bottom: 30px;
}
.clash__product__img{
border: solid 1px #e4e4e4;
} 
h3.clash__product__box__price.text-center {
margin-top: 30px;
}
.h2--color {
color: #037edb;
}
.offer{
background-color: #f9fafc;
padding: 125px 0 125px 0;
}
.offer h2{
padding-bottom: 75px;
}
.offer__box{
background-color: #fff;
border: solid 1.5px #eceff5;
padding: 50px 0 50px 0;
margin-bottom: 30px;
height: 100%;
}
.offer__col{
display: flex;
flex-direction: column;
} .offer__box__img{
height: 65px;
width: 100%;
}
.offer__box h3{
padding-top: 35px;
font-family: "SwitzerlandCondensed";
font-weight: 400;
font-size: 18px;
text-transform: none;
color: #323232;
margin: 0 20px 0 20px;
}
.offer__box:hover {
border: solid 1.5px #037edb;
transition: 0.8s;
box-shadow: 0px 0px 15px 0px rgba(3, 125, 219, 0.2);
}
.about-us{
padding: 125px 0 125px 0;
}
.about-us h2{
padding-bottom: 30px;
}
.about-us__img{
height: 575px;
width: 100%;
object-fit: cover;
object-position: right;
}
.technology{
padding: 125px 0 125px 0;
background-color: #202630;
}
.technology h2{
padding-bottom: 30px;
color: #fff;
}
@media (max-width: 992px) {
.technology h2{
margin-top: 30px;
}
}
.technology p{
padding-bottom: 10px;
color: #fff;
}
.technology__img{
height: 665px;
width: 100%;
object-fit: cover;
display: table;
}
.news{
background-color: #f9fafc;
padding: 125px 0 125px 0;
}
.news h2{
padding-bottom: 30px;
}
#intro2 {
display: table;
width: 100%;
height: 665px;
background: #000;
border-radius: 8px;
overflow: hidden;
}
#intro2 .carousel-item {
width: 100%;
height: 665px;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}
@media (max-width: 430px) {
#intro2 {
display: table;
width: 100%;
height: 450px;
background: #000;
}
#intro2 .carousel-item {
width: 100%;
height: 450px;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}
}
#intro2 .carousel-item::before {
content: '';
position: absolute;
height: 100%;
width: 100%;
top: 0;
right: 0;
left: 0;
bottom: 0;
}
#intro2 .carousel-container {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: flex-end;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
position: absolute;
bottom: 0;
top: 0;
left: 0;
right: 0;
}
#intro2 .carousel-background img {
max-width: 100%;
}
#intro2 .carousel-content {
text-align: center;
}
@media (min-width: 992px) {
#intro2 .carousel-content {
text-align: center;
margin-right: 50px;
}
}
#intro3 {
display: table;
width: 100%;
height: 575px;
background: #000;
border-radius: 8px;
overflow: hidden;
}
#intro3 .carousel-item {
width: 100%;
height: 575px;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}
@media (max-width: 430px) {
#intro3 {
display: table;
width: 100%;
height: 340px;
background: #000;
}
#intro3 .carousel-item {
width: 100%;
height: 340px;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}
}
#intro3 .carousel-item::before {
content: '';
position: absolute;
height: 100%;
width: 100%;
top: 0;
right: 0;
left: 0;
bottom: 0;
}
#intro3 .carousel-container {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: flex-end;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
position: absolute;
bottom: 0;
top: 0;
left: 0;
right: 0;
}
#intro3 .carousel-background img {
max-width: 100%;
}
#intro3 .carousel-content {
text-align: center;
}
@media (min-width: 992px) {
#intro3 .carousel-content {
text-align: center;
margin-right: 50px;
}
}
.map-responsive{
overflow:hidden;
position:relative;
height:800px;
}
.map-responsive iframe{
left:0;
top:0;
height:100%;
width:100%;
position:absolute;
}
.map-small {
margin-top: 20px;
border-radius: 8px;
overflow: hidden;
height: 250px;
}
.map-small iframe {
width: 100%;
height: 100%;
}
.map-full {
width: 100%;
height: 400px;
margin-top: 60px;  
}
.map-full iframe {
width: 100%;
height: 100%;
border: 0;
display: block;
}
.contact{
padding: 125px 0 125px 0;
}
.contact__txt{
padding-left: 5%;
}
.contact h2{
padding-bottom: 30px;
}
.contact__txt p {
padding-bottom: 10px;
}
.contact__txt i {
color: #0069b9;
}
.contact__txt p:nth-child(2) i {
padding-left: 3px;
padding-right: 4px;
}
@media (max-width: 992px) {
.contact__txt {
padding-right: 0;
}
}
input[type=text], input[type=email], input[type=tel] {
background: #f5f5f5;
border: none;
font-size: 15px;
height: 45px;
box-shadow: none;
padding: 15px;
margin-bottom: 15px;
width: 100%;
}
textarea {
background: #f5f5f5;
border: none;
font-size: 15px;
height: 150px;
box-shadow: none;
padding: 15px;
margin-bottom: 15px;
width: 100%;
}
input[type="submit"] {
background: #037edb;
padding: 16px 40px 12px 40px;
font-size: 15px;
font-weight: 400;
color: #fff;
transition: 0.4s;
cursor: pointer;
border: none;
}
input[type="submit"]:hover {
background: #0069b9;
}
@media (max-width: 992px) {
input[type="submit"] {
margin-bottom: 30px;
}
}
div.wpcf7 {
margin: 0;
padding: 0;
width: 100%;
}
#footer{
background-color: #202630;
padding: 45px 0 45px 0;
}
.footer p{
color: #fff;
line-height: 2.3;
}
.footer a{
color: #fff;
line-height: 2.3;
}
.footer a:hover{
color: #037edb;
line-height: 2.3;
}
.footer a:active{
color: #037edb;
line-height: 2.3;
}
.footer__title {
font-weight: 900;
margin-bottom: 15px;
color: #fff;
}
div#example3_17 {
background-color: #202630;
padding-bottom: 5px;
}
@media (max-width: 992px) {
.footer__title__kontakt {
padding-top: 30px;
}
} .carousel-inner {
border-radius: 8px;
overflow: hidden;
}
.carousel-item {
overflow: hidden;
} .carousel-background img {
display: block;
width: 100%;
}