/*@import url("https://use.typekit.net/fbe6wwp.css");*/
@import url("../icons/fontawesome/css/all.min.css");
@import url("../plugins/slick/slick.css");
@import url("../plugins/slick/slick-theme.css");

/* -------------------*
 *       GLOBAL       
 *------------------- */
html,
body { font-size: 17px; font-weight: 400; color: #111; background: #fff; font-family:'DM Sans', Helvetica, Arial, sans-serif; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
input, select, textarea, button { font-size:15px; font-family:'DM Sans', Helvetica, Arial, sans-serif; }
ol, ul, p { margin-bottom: 1.5rem; line-height: 1.5em; }
a { color:#605158; text-decoration:underline; -webkit-transition:0.3s; -moz-transition:0.3s; -ms-transition:0.3s; -o-transition:0.3s; transition:0.3s; }
a:hover, a:focus { color:#605158; text-decoration: none; } 
.nowrap { white-space:nowrap; }
img { max-width:100%; height:auto; }
button { width:auto; padding:0; overflow:visible; cursor: pointer; line-height:normal !important; }
button::-moz-focus-inner { border:0; padding:0;  margin:-1px 0 0 0; }
button:active { box-shadow:inset 1px 1px 2px rgba(0,0,0,0.3); }
.align-middle { display:flex; align-items:center; }
.lead { font-size: 20px; line-height: 1.4em; font-weight: 400; }
.caps { text-transform:uppercase; }
.color { color: #e66b2f; }
hr { margin-top:30px; margin-bottom:30px; }
strong { font-weight: 700; }
.mb-0 { margin-bottom: 0; }
.pb-0 { padding-bottom: 0 !important; }
[data-href] { cursor: pointer; }
.text-primary { color: #605158 !important; }
.text-muted { color: #808080 !important;  }
.hr-dark { background: #000; opacity: 1; }
.border-bottom { border-color: #000 !important; }
.section-dark.border-bottom { border-color: #fff !important; }
.normal { font-weight: 400 !important; }
.h3.normal { text-transform: initial; }

.overflow { overflow: hidden; }

.grayscale { opacity: 0.5; filter: grayscale(100%); -webkit-filter: grayscale(100%); -moz-filter: grayscale(100%); -ms-filter: grayscale(100%); -o-filter: grayscale(100%); filter: url('../images/layout/grayscale.svg#greyscale'); filter: gray; -webkit-filter: grayscale(1); -webkit-transition:0.4s; -moz-transition:0.4s; -ms-transition:0.4s; -o-transition:0.4s; transition:0.4s; }
.grayscale:hover { opacity: 1; -webkit-filter: grayscale(0%); -moz-filter: grayscale(0%); -ms-filter: grayscale(0%); -o-filter: grayscale(0%); filter: none; }

/* headlines
----------------------------------------- */
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 { font-weight: 400; font-family: 'Cormorant', Georgia, Times; }
h1, .h1 { font-size: 70px; line-height: 1em; letter-spacing: 1px; }
h2, .h2 { font-size: 40px; font-weight: 600; line-height: 1.2em; margin-bottom: 1rem; }
h3, .h3 { font-size: 30px; font-weight: 600; line-height: 1.2em; margin-bottom: 0.8rem; }
h4, .h4 { font-size: 24px; font-weight: 700; margin-bottom: 1rem; }

/* clear 
----------------------------------------- */
.clear { clear:both; }

/* -------------------*
 *       LAYOUT       *
 *------------------- */

/* header
---------------------------------------- */
header { border: 0; z-index: 50; position: fixed; top: 0; left: 0; right: 0; background: transparent; }
.admin-bar header { top: 32px; }
header .navbar { padding: 20px 50px; display: block; z-index: 51; color: #fff; background: transparent; /*box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); -webkit-backdrop-filter: blur(10px); -moz-backdrop-filter: blur(10px); -ms-backdrop-filter: blur(10px); backdrop-filter: blur(10px);*/ -webkit-transition:0.3s; -moz-transition:0.3s; -ms-transition:0.3s; -o-transition:0.3s; transition:0.3s; }
header .navbar a { color: #000; }
.home header .navbar a { color: #fff; }
header .navbar .navbar-brand { font-size: 35px; font-weight: 200; line-height: 1em; /*margin: -10px 0 -70px;*/ padding: 0; }
header .navbar .navbar-brand { width: 100px; }
body.home header .navbar .navbar-brand .navbar-brand-dark { display: none; }
body.home.show-navigation header .navbar .navbar-brand .navbar-brand-dark,
body.home.scroll header .navbar .navbar-brand .navbar-brand-dark { display: block; }
body.home.show-navigation header .navbar .navbar-brand .navbar-brand-light,
body.home.scroll header .navbar .navbar-brand .navbar-brand-light { display: none; }
body:not(.home) header .navbar .navbar-brand .navbar-brand-light { display: none; }
body header .navbar .navbar-brand { width: 100px; margin: 0; }
.scroll header .navbar .navbar-brand { width: 70px; margin: 0; }
header .navbar .navbar-nav { list-style: none; padding: 10px 0; text-align: right; }
header .navbar .navbar-nav li { position: relative; padding: 0 25px; line-height: 1em; }
header .navbar .navbar-nav li:first-child { padding-left: 0; border-left: 0; }
header .navbar .navbar-nav li:last-child { padding-right: 0; }
header .navbar .navbar-nav li a { font-size: 22px; font-weight: 500; line-height: 1em; display: block; padding: 8px 0; text-decoration: none; position: relative; font-family: 'Cormorant', Georgia, Times; }
header .navbar .navbar-nav li a:before { content: ''; display: block; position: absolute; bottom: 3px; left: 0; width:0; height: 2px; background: #fbd7e1; -webkit-transition:0.3s; -moz-transition:0.3s; -ms-transition:0.3s; -o-transition:0.3s; transition:0.3s; }
header .navbar .navbar-nav li.current-menu-item > a:before,
header .navbar .navbar-nav li a:hover:before { width: 100%; }
header .navbar .navbar-nav li.menu-item-has-children > a { padding-right: 15px; }
header .navbar .navbar-nav li.menu-item-has-children > a:after {  content: '\f107'; display: block; position: absolute; top: 50%; right: 0; transform: translateY(-50%); font-weight: 400; font-size: 12px; font-family: 'Font Awesome 6 Pro' }
header .navbar .navbar-nav li ul { display: none; position: absolute; list-style: none; top: 100%; left: 0; min-width: 100%; background: #fff; padding: 15px 25px; text-align: left; border-radius: 3px; box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1); }
header .navbar .navbar-nav li:hover ul { display: block; }
header .navbar .navbar-nav li ul li { padding: 3px 0; }
header .navbar .navbar-nav li ul li a { display: inline-block; white-space: nowrap; color: #000; font-size: 15px; padding: 5px 0; font-family:'DM Sans', Helvetica, Arial, sans-serif; }

header .navbar-toggler { padding: 0; margin:  0 -5px 0 15px; width: 50px; height: 50px; outline: none !important; box-shadow: none !important; background: #fbd7e1; border-radius: 50%; -webkit-transition:0.3s; -moz-transition:0.3s; -ms-transition:0.3s; -o-transition:0.3s; transition:0.3s; }
header .navbar-toggler .navbar-toggler-text { display: inline-block; vertical-align: middle; text-transform: uppercase; font-weight: 500; }
header .navbar-toggler .burger { display:inline-block; vertical-align: middle; margin: -3px 0 0 0; }
header .navbar-toggler .burger span { width: 22px; height: 2px; background: #605158; display:block; margin: 5px 0; -webkit-transition:0.3s; -moz-transition:0.3s; -ms-transition:0.3s; -o-transition:0.3s; transition:0.3s; }
header .navbar-toggler .burger span.line-top { margin-top: 1px; -ms-transform: rotate(135deg); -webkit-transform: rotate(135deg); transform: rotate(135deg); }
header .navbar-toggler .burger span.line-bottom { margin-top: -14px; -ms-transform: rotate(-135deg); -webkit-transform: rotate(-135deg); transform: rotate(-135deg); }
header .navbar-toggler .burger span.line-middle { opacity: 0; }
header .navbar-toggler.collapsed .burger span.line-top { margin-top: 4px; transform: none; }
header .navbar-toggler.collapsed .burger span.line-middle { opacity: 1; }
header .navbar-toggler.collapsed .burger span.line-bottom { margin-top: 4px; transform: none; }

header .navbar-toggler:hover { background: #fbd7e1; }

.scroll header .navbar { padding-top: 5px; padding-bottom: 5px; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1); background: rgba(255, 255, 255, 1); /*-webkit-backdrop-filter: blur(15px); -moz-backdrop-filter: blur(15px); -ms-backdrop-filter: blur(15px); backdrop-filter: blur(15px);*/ }
.scroll header .navbar a { color: #000; }

/* main
---------------------------------------- */
main { position: relative; z-index: 1; }

.modal-open main { position: static; }
.modal { text-align: left; }
.modal-content { border-radius: 30px; border: 0; }
.modal-header { border: 0; padding: 40px 40px 5px 50px; }
.modal-body { padding: 60px; }
.modal { -webkit-backdrop-filter: blur(10px); -moz-backdrop-filter: blur(10px); -ms-backdrop-filter: blur(10px); backdrop-filter: blur(10px); }

/* headline
---------------------------------------- */
.headline { padding: 130px 50px 20px; position: relative; overflow: hidden; }
.headline-home:after { content: ''; display: block; z-index: 2; opacity: 0.7; position: absolute; top: 0; right: 30%; bottom: 0; left: 0; background: rgb(17,17,17); background: -moz-linear-gradient(270deg, rgba(17,17,17,0) 40%, rgba(17,17,17,1) 100%); background: -webkit-linear-gradient(270deg, rgba(17,17,17,0) 40%, rgba(17,17,17,1) 100%); background: linear-gradient(270deg, rgba(17,17,17,0) 40%, rgba(17,17,17,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#111111",endColorstr="#111111",GradientType=1); }
.headline-home:before { content: ''; display: block; z-index: 2; position: absolute; top: 0; right: 0; left: 0; opacity: 0.4; height: 200px; background: rgb(0,0,0); background: -moz-linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 80%); background: -webkit-linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 80%); background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 80%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1); }
.headline h1 { color: #000; margin-bottom: 1rem; }
.headline-home h1 { font-size:  120px; line-height:  1em; color: #fff; } 
.headline .lead { font-size: 30px; margin-bottom: 2rem; font-family: 'Cormorant', Georgia, Times; }
.headline-subpage { background: #f2ece7; background-size: cover; background-position: center; text-align: center; }
.headline-subpage:before { content: ''; display: block; z-index: 1; position: absolute; top: 0; right: 0; left: 0; bottom: 0; opacity: 0.8; background: #f2ece7; }
.headline-home { color: #fff; display: flex; min-height: 100vh; align-items: center; }
.headline-home .slick-slide:not(.slick-current) .headline-box-bg { animation: none; opacity: 0.7; }
.headline-home .slick-slide.slick-current .headline-box-bg { animation: zoomEffect 5000ms infinite linear; opacity: 1; }

@keyframes zoomEffect { 
	0% {
    transform: scale(1); /* Počiatočná veľkosť */
  }
  100% {
    transform: scale(1.1); /* Návrat na pôvodnú veľkosť */
  }
}

.headline .container-lg,
.headline .container-fluid { position: relative; z-index: 3; }
.headline .headline-slider { position: absolute; z-index: 1; top: 0; right: 0; bottom: 0; left: 0; margin-bottom: 0 !important; }
.headline-slider .slick-list,
.headline-slider .slick-track { height: 100%; }
.headline-box-bg { position: absolute; z-index: 1; top: 0; right: 0; bottom: 0; left: 0; background-size: cover; background-position: center; background-repeat: no-repeat; }

/* section
---------------------------------------- */
.section { padding: 80px 0; position: relative; }
.section.section-gray { background: #f2ece7; }
.section-head { padding-bottom: 2rem; }
.section-head h2 a { color: #000; }

/* boxes
---------------------------------------- */
.boxes .box img { border-radius: 5px; }

.box-color { padding: 2rem 2rem 0.5rem; background: #f2ece7; margin-bottom: 2rem }

/* gallery
---------------------------------------- */
.gallery { margin: 0 -5px 30px; }
.gallery > div { padding: 5px; }
.gallery a { display: block; overflow: hidden; }
.gallery a img { -webkit-transition:0.3s; -moz-transition:0.3s; -ms-transition:0.3s; -o-transition:0.3s; transition:0.3s; }
.gallery a:hover img { transform: scale(1.1); }

/* services
---------------------------------------- */
.services > div { padding-top: 1rem; padding-bottom: 1rem;  }
.services .service-item { display: block; border-radius: 5px; box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05); overflow: hidden; text-decoration: none !important; background: #fff; color: #000; height: 450px; position: relative; }
.services .service-item:hover { transform: scale(1.1); box-shadow: 0 0 30px rgba(0, 0, 0, 0.1); }
.services .service-item h3 { margin-bottom: 5px; }
.services .service-item .service-item-content { position: absolute; z-index: 2; bottom: 0; left: 0; right: 0; padding: 5rem 0.5rem 1.2rem 0.5rem; text-align: center;
background: rgb(255,255,255);
background: -moz-linear-gradient(0deg, rgba(255,255,255,1) 40%, rgba(255,255,255,0) 100%);
background: -webkit-linear-gradient(0deg, rgba(255,255,255,1) 40%, rgba(255,255,255,0) 100%);
background: linear-gradient(0deg, rgba(255,255,255,1) 40%, rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1); }
.services .service-item .service-item-bg { position: absolute; z-index: 1; top: 0; right: 0; bottom: 0; left: 0; background-size: cover; background-position: center; }

/* pagination
---------------------------------------- */
.wp-pagenavi { font-size: 20px; text-align: center; padding: 2rem 0; }
.wp-pagenavi:after { content: ''; display: block; clear: both; }
.wp-pagenavi .pages { float: left; line-height: 60px; opacity: 0.5; border: 0; display: none; }
.wp-pagenavi .current { font-weight: 400; opacity: 1; min-width: 60px; line-height: 56px; border-radius: 50%; color: #fff; background: #605158; display: inline-block; text-align: center; margin: 0 4px; border: 2px solid #605158; }
.wp-pagenavi a { color: #605158; min-width: 60px; line-height: 56px; text-decoration: none; display: inline-block; text-align: center; border-radius: 50%; margin: 0 4px; border: 2px solid #605158; }
.wp-pagenavi a i { display: inline-block; vertical-align: middle; font-size: 18px; margin-top: -2px; }
.wp-pagenavi a.previouspostslink,
.wp-pagenavi a.nextpostslink { color: #605158 !important; margin: 0 4px; opacity: 1 !important; }
.wp-pagenavi a:hover { color: #fff !important; background: #605158; text-decoration: none; }

/* text page
---------------------------------------- */
.text-page blockquote { font-size: 38px; font-style: italic; text-transform: uppercase; font-family: 'DM Sans', Helvetica, Arial, sans-serif; }
.text-page blockquote p { line-height: 1.2em; letter-spacing: -1px; }
.text-page ul,
.text-page ol { list-style: none; padding-left: 0; }
.text-page ul li { padding-left: 20px; padding-top: 4px; padding-bottom: 4px; position: relative; }
.text-page ul li:before { content: ''; display: block; width: 8px; height: 8px; background: #fbd7e1; border-radius: 50%; position: absolute; top: 12px; left: 0; }
.text-page ol li { counter-increment: step-counter; position: relative; padding-left: 20px;  }
.text-page ol li:before { font-weight: 400; width: 20px; text-align: left; position: absolute; top: 0; left: 0; content: counter(step-counter)'.'; }
.text-page a:not(.btn) { text-decoration: underline; background-image: none; }
.text-page a:not(.btn):hover { text-decoration: none; }
.text-page img { border-radius: 5px; }

.text-page ul.socials li { padding-left: 0; }
.text-page ul.socials li:before { display: none; }
.text-page ul.socials a { display: inline-block; text-decoration: none !important; }
.text-page ul.socials a i { font-size: 20px; margin-right: 5px; }
.text-page ul.socials a:hover { opacity: 0.5;}

/* gallery
---------------------------------------- */
.gallery { margin: 0 -1px 30px; }
.gallery > div { padding: 1px; }
.gallery .gallery-item { display: block; position: relative; color: #fff; overflow: hidden; }
.gallery .gallery-item img { margin-bottom: 0; border-radius: 0; }
.gallery .gallery-item-overlay { display: block; position: absolute; z-index: 1; top: 0; right: 0; bottom: 0; left: 0; opacity: 0; background: #605158; -webkit-transition:0.3s; -moz-transition:0.3s; -ms-transition:0.3s; -o-transition:0.3s; transition:0.3s; }
.gallery .gallery-item-overlay i { font-size: 40px; display: block; position: absolute; z-index: 2; top: 150%; left: 50%; transform: translateX(-50%) translateY(-50%); -webkit-transition:0.3s; -moz-transition:0.3s; -ms-transition:0.3s; -o-transition:0.3s; transition:0.3s; }
.gallery .gallery-item:hover .gallery-item-overlay { opacity: 0.6; }
.gallery .gallery-item:hover .gallery-item-overlay i { top: 50%; }

/* attachments
---------------------------------------- */
.attachments { padding-top: 10px; }
.attachments li { padding-bottom: 10px; position: relative; }
.attachments li:before { display: none !important; }
.attachments li i { position: absolute; top: 4px; left: 0; font-size: 20px; color: #605158; }
.attachments li a { color: #605158; text-decoration: none; }
.attachments li a:hover { text-decoration: underline; color: #605158; }
.attachments li .btn { margin-left: 10px; }

/* faq
---------------------------------------- */
.faq-listing { border-top: 1px solid #f2ece7; }
.faq-listing .faq-row.hide { display: none; }
.faq-listing .accordion-body { padding: 1px 0; }
.faq-listing .accordion-item { border: 0; border-bottom: 1px solid #f2ece7; border-radius: 0; }
.faq-listing .accordion-button { padding-left: 0; padding-right: 0; outline: none !important; box-shadow: none !important; background: transparent !important; font-size: 20px; font-weight: 700; }
.faq-listing .accordion-button:not(.collapsed) { color: #605158; }

/* boxes
---------------------------------------- */
.boxes-small .box { padding: 2rem 0; }
.boxes-small .box:first-child { padding-top: 0; }
.boxes-small .box:last-child { padding-bottom: 0; }
.box img { border-radius: 20px; }
.box .box-img { padding: 1rem 0; }
.box .box-content { padding-top: 2rem; padding-bottom:  2rem; padding-left: 100px; }
.boxes-small .box:nth-child(odd) .box-img { order: 2; }
.boxes-small .box:nth-child(odd) .box-content { order: 1; padding-left: 0; padding-right: 100px; }

/* slick slider
---------------------------------------- */
main .slick-dotted.slick-slider { margin-bottom: 2rem !important; }
.slick-list * { outline: none !important; box-shadow: none !important; }
.slick-list .slick-slide { transform: translateZ(0) !important; }
/*.slick-list .slick-slide > div { font-size: 0; }*/
.slick-arrow { box-shadow: none !important; width: 45px; height: 45px; border-radius: 0; }
.slick-arrow.slick-disabled,
.slick-arrow.slick-disabled:hover { opacity: 0.2; cursor: default; visibility: hidden;}
.slick-arrow,
.slick-arrow:focus,
.slick-arrow:active { z-index: 10; color: #605158; }
.slick-arrow:hover { color: #fff; background: #fbd7e1; }
.slick-arrow:after { font-size: 22px; display: block; font-family: 'Font Awesome 6 Pro' !important; speak: never; font-style: normal; font-weight: 400; font-variant: normal; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.slick-arrow:before { display: none; }
.slick-prev { left: 20px; }
.slick-prev:after { content: "\f060"; }
.slick-next { right: 20px; }
.slick-next:after { content: "\f061"; margin-right: -2px; }
.slider-nav.slider-nav-light .slick-arrow { color: #fff; border-color: #fff; }
.slider-nav.slider-nav-light .slick-arrow:hover { color: #605158; background: #fff; border-color: #fff; }

.section-dark .slick-arrow { color: #fff; }

.slider-nav { width: 135px; height: 60px; position: relative; }
.slider-nav .slick-arrow { width: 60px; height: 60px; }
.slider-nav .slick-prev { left: 0; }
.slider-nav .slick-next { right: 0; }
.slider-nav-light .slick-arrow { border-color: #fff; color: #fff; }
.slider-nav-light .slick-arrow:hover { border-color: #fbd7e1; }

.slick-dots { width: auto; bottom: -1rem; z-index: 6; left: 50%; right: auto; transform: translateX(-50%); }
.slick-dots li { width: auto; height: auto; margin: 0; padding: 0 !important; }
.slick-dots li:before { display: none !important; }
.slick-dots li button { box-shadow: none !important; padding: 0; width: 32px; height: 1px; background: #888; }
.slick-dots li button:before { display: none; }
.slick-dots li button:hover,
.slick-dots li.slick-active button { background: #fbd7e1; }

/* footer
---------------------------------------- */
footer { color: #fbd7e1; background: #605158; }
footer a { color: #fbd7e1; text-decoration: none; }
footer a:hover { color: #fff; }
footer .navbar-brand { text-decoration: none !important; font-size: 30px; font-family: 'Cormorant', Georgia, Times; }

footer .footer-content { font-size: 14px; padding: 40px 0; }
footer .footer-content ul { list-style: none; margin: 0 0 1rem; padding: 0; }
footer .footer-content ul li { padding-bottom: 8px; }
footer .footer-content ul li i { font-size: 20px; display: inline-block; vertical-align: middle; margin-top: -3px; margin-right: 2px; }
footer .footer-title { font-size: 16px; font-weight: 700; display: block; margin-bottom: 1rem; }
footer .footer-socials a { font-size: 20px; color:#fbd7e1; display: inline-block; margin-left: 5px; }
footer .footer-socials a:hover { color: #fff; }

footer .footer-copy { font-size: 13px; padding: 15px 0; border-top: 1px solid rgba(0, 0, 0, 0.1); }


/* buttons
---------------------------------------- */
.btn { font-size: 22px; font-weight: 500; font-style: normal; padding: 12px 30px; white-space: nowrap; font-family: 'Cormorant', Georgia, Times; border-radius: 35px; text-decoration: none !important; position: relative; -webkit-transition:0.3s; -moz-transition:0.3s; -ms-transition:0.3s; -o-transition:0.3s; transition:0.3s; }
.btn i { font-size: 16px; margin-left: 10px; margin-top: -3px; display: inline-block; vertical-align: middle; }
.btn.btn-lg { font-size: 20px; font-weight: 500; padding: 15px 30px; }
.btn.btn-sm { font-size: 13px; text-transform: initial; padding: 8px 15px; }

.btn.btn-primary { color: #000; background: #fbd7e1 !important; border-color: transparent !important; }
.btn.btn-primary:hover { color: #fff; background: #605158 !important; }

.btn.btn-secondary { color: #fff; background: #fbd7e1 !important; border: 0; padding: 12px 25px; border-radius: 4px; }

.btn.btn-light { color: #fff; background: transparent !important; border-color: transparent !important; padding: 14px 0 14px 60px; }
.btn.btn-light:after { content: '\f061'; color: #fff; display: block; width: 48px; line-height: 48px; text-align: center; font-size: 18px; background: #fbd7e1; border-radius: 50%; position: absolute; top: 0; left: 0; font-family: "Font Awesome 6 Pro"; -webkit-transition:0.3s; -moz-transition:0.3s; -ms-transition:0.3s; -o-transition:0.3s; transition:0.3s; }
.btn.btn-light:hover:after { color: #605158; background: #fff; }

.btn.btn-link { color: #fbd7e1; }
.btn.btn-link:hover { color: #605158; }
.headline .btn.btn-link:hover { color: #605158; }

.buttons-group .btn { margin-right: 5px; margin-bottom: 10px; }
.buttons-group .btn:last-child { margin-right: 0; }


/* forms
---------------------------------------- */
.form-group { margin-bottom: 15px; }
form label { font-size: 14px; font-weight: 400; margin-bottom: 5px; }
.form-group:not(.form-group-checkbox) label { font-size: 14px; font-weight: 600; }
.form-group label input { margin-right: 5px; }
.form-group label a { color: #605158; }
.form-group-checkbox { color: #605158; }
.form-control { font-size: 15px; color: #1d1d1b !important; padding: 10px 15px; border: 1px solid #ddd !important; background: transparent !important; border-radius: 0; -webkit-transition:0.3s; -moz-transition:0.3s; -ms-transition:0.3s; -o-transition:0.3s; transition:0.3s; }
.form-control:focus { box-shadow: none !important; border-color: #605158 !important; }
.btn-block { width: 100%; }
.req { color: #ff0000; }
form p { margin-bottom: 0; }


html .wpcf7 form .wpcf7-not-valid-tip { font-size: 15px; font-weight: 400; padding: 3px 0 0; color: #D93F53; }
html .wpcf7 form .wpcf7-response-output { font-size: 16px; margin: 10px 0 30px 0; padding: 1rem 1.5rem !important; }
html .wpcf7 form.invalid .wpcf7-response-output,
html .wpcf7 form.unaccepted .wpcf7-response-output,
html .wpcf7 form.payment-required .wpcf7-response-output { border: 0 !important; color: #fff; background: #D93F53 !important }
html .wpcf7 form.sent .wpcf7-response-output { border: 0 !important; color: #fff; background: #46b450 !important }

html .wpcf7 .wpcf7-list-item { margin-left: 0; }

.wpcf7-form .wpcf7-radio label { position: relative; cursor: pointer; }
.wpcf7-form .wpcf7-radio input[type=radio] { position: relative; visibility: hidden; width: 30px; }
.wpcf7-form .wpcf7-radio input[type=radio] + span:before { display: block; position: absolute; content: ''; border-radius: 100%; height: 30px; width: 30px; top: 0px; border: 1px solid #C2C2C2; }
.wpcf7-form .wpcf7-radio input[type=radio] + span:after { display: block; position: absolute; content: ''; border-radius: 100%; height: 12px; width: 12px; top: 9px; left: 9px; visibility: hidden; }
.wpcf7-form .wpcf7-radio input[type=radio]:checked + span:before { background: transparent; }
.wpcf7-form .wpcf7-radio input[type=radio]:checked + span:after { background: #3A5863; visibility: visible; }


/* -------------------*
 *         IE         *
 *------------------- */
.clearfix { zoom:1\9; }

/* -------------------*
 *     RESPONSIVE     *
 *------------------- */
@media all and (max-width:1199px) {
	header .navbar .navbar-nav li { padding: 0 1rem; }

	.headline-home h1 { font-size: 100px; }
	.services .service-item { height: 350px; }
}
@media all and (max-width:991px) {
    .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl { padding-left: 25px; padding-right: 25px; }

	h2, .h2 { font-size: 30px; }
	h3, .h3 { font-size: 24px; }
	h4, .h4 { font-size: 20px; }
	.lead { font-size: 18px; }

    header .navbar-collapse { order: 3; }

    .show-navigation { overflow: hidden; }
	.show-navigation header { position: fixed; }
	.show-navigation header .navbar { background: rgba(255, 255, 255, 0.8) !important; height: 100vh; align-items: flex-start; overflow-y: auto; webkit-transition:0s; -moz-transition:0s; -ms-transition:0s; -o-transition:0s; transition:0s; -webkit-backdrop-filter: blur(15px); -moz-backdrop-filter: blur(15px); -ms-backdrop-filter: blur(15px); backdrop-filter: blur(15px); }
  .show-navigation header .navbar a { color: #000; }
	.show-navigation header .navbar-collapse { min-height: calc(100vh - 115px); display: flex; flex-wrap: wrap; align-content: flex-start; justify-items: center; }
	.show-navigation header .navbar-collapse:not(.show) { height: auto !important; }
	.show-navigation header .navbar-collapse .navbar-nav { width: 100%; text-align: center; }

	header .navbar { padding-left: 0; padding-right: 0; }
  body header .navbar .navbar-brand { width: 100px; margin: -5px 0 -5px; }
	header .navbar .navbar-nav li { padding: 15px 0 0; border: 0; }
	header .navbar .navbar-nav li a { font-size: 22px; display: inline-block; }
	header .navbar .navbar-nav li ul { position: static; top: auto; left: auto; text-align: center; }

	.headline { padding-left: 0; padding-right: 0; }

	.section-head { padding-bottom: 1.5rem; }

	footer .footer-socials a { margin: 0 5px 0 0; }

	.btn.btn-lg { font-size: 20px; padding: 15px 30px; }
}
@media all and (max-width:767px) {
	.headline-home { text-align: center; display: flex; align-items: center; }
	.headline-home h1 { font-size: 80px; }
  .headline-subpage h1 { font-size: 60px; }
	.headline .lead { font-size: 20px; }
	.headline-home:before { height: 100vh; background: rgba(0, 0, 0, 0.8); }

	.section { padding: 60px 0; }
}
@media all and (max-width:575px) {
	h1, .h1 { font-size: 35px; }
	h2, .h2 { font-size: 25px; }
	h3, .h3 { font-size: 20px; }
	h4, .h4 { font-size: 18px; }

    .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl { padding-left: 20px; padding-right: 20px; }
    
    .headline-home h1 { font-size: 60px; }
    .headline-subpage { padding: 100px 0 10px; }
    .headline-subpage:before { opacity: 0.8; }
    .headline-subpage h1 { font-size: 40px; }
}
@media all and (max-width:475px) {

	 body header .navbar .navbar-brand { width: 80px; }
}
@media all and (max-width:370px) {
    .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl { padding-left: 15px; padding-right: 15px; }

    .col-cxs-12 { min-width: 100%; }

}