* {
    border: 0;
    margin: 0;
    padding: 0;
}

body {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.625;
    color: #555555;
    background-color: #FFFFFF;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden; 
}

.fancybox-container {
  z-index: 999992 !important;
}

form.fancybox-content ul li:last-child:before {
  display:none;
}

/*form.fancybox-content button {
  width: auto;
}*/

form.fancybox-content button span.label {
  color: #555555;
}

.basic-page {
  margin-top: 45px;
  margin-bottom: 45px;
}

.mo-browse-json-message {
  margin: 15px auto;
  width: 150px;
  text-align: center;
}

.mo-browse-json-message {
  display: none;
}

.success_message,
.error_message,
.info_message {
  border: 1px solid #4fcd9e;
  border-radius: 3px;
  font-size: 20px;  
  color: #fff;  
  background: #4fcd9e;  
  font-weight: 700;
  text-align: center;  
  margin: 15px auto;
  padding: 15px 30px;
}

.error_message {
  background: #db1313;
}

.info_message {
  background: #fea500;
}

.success_message p,
.error_message p,
.info_message p {
  margin: 10px 0;
}

img {
    max-width: 100%;
    height: auto;
}

body.xhp-front {
    background: #FAFAFA;
}

.btn {
	color: #fff !important;
	text-transform: uppercase;
	text-align: center;
	font-size: 12.5px;
	font-weight: 600;
	padding: 13px 37px;
	border-radius: 35px;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	margin-bottom: 15px;
}

.btn i {
	font-size: 13px !important;
	margin-right: 5px;
}

.btn-secondary {
    background: #004652;
    border: 2px solid #004652;
}
.btn-primary {
    background: #609E00;
    border: 2px solid #609E00;
}

.btn-secondary:hover {
    background: #609E00;
}
.btn-primary:hover {
    background: #004652;
}

a:active, a:focus, a:hover, a:visited {
    text-decoration: none;
    outline: 0;
}

h1, h2, h3, h4, h5, h6, h7 {
    font-family: "Quicksand", sans-serif;
    color: #004652;   /* #004652 */
}

h1.secondary, h2.secondary, h3.secondary, h4.secondary, h5.secondary, h6.secondary, h7.secondary {
   color: #609E00; /* #609E00 */
}

ul {
    margin-left: 15px;
    list-style-type: none;
}
ul li {
    margin-bottom: 15px;
    padding-left: 20px;
    position: relative;
}
ul li::before {
    content: "\f04b" !important;
    color: #004652;
    font-size: 0.75em;
    line-height: 1;
    margin-top: 8px;
    position: absolute;
    content: "";
    font-family: "FontAwesome";
    left: 0;
    top: 0;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.clear {
    clear: both !important;
}

.header {
	background: #F7F0D2;
	padding-top: 30px;
	position: relative;
	z-index: 99999;
}

.header-top, .header-top a {
    color: #555555;
}

.header-top {
	padding: 0 30px;
}

.header-bottom {
    padding: 0 15px;
}

.header-bottom-inner {
	background: #fff;
	color: #555555;
	position: relative;
    top: 30px;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
}

.header-bottom a {
    color: #555555;
}

.header-bottom .main-menu ul {
    list-style-type: none;
    margin: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.header-bottom .main-menu ul li {
    width: calc(100% / 6);
    text-align: center;
    border-right: 1px solid #f5f5f5;
    margin: 0;
	padding: 0;
	position: relative;
}
.header-bottom .main-menu ul li:before {
    display: none;
}

.header-bottom .main-menu ul li:last-child {
    border-right: 0;
}

.header-bottom .main-menu ul li a {
	display: block;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 13px;
	padding: 32px 0 28px;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	position: relative;
	border-bottom: 4px solid transparent;
}

.mandatory-note {
  display: none;
}

.header-bottom .main-menu ul li a.have-submenu::after {
	content: "";
	height: 6px;
	width: 6px;
	display: inline-block;
	border-style: solid;
	border-width: 0 1px 1px 0;
	border-color: transparent #70798b #70798b transparent;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: border .3s;
	transition: border .3s;
	position: relative;
	top: -4px;
	margin-left: 8px;
}

.header-bottom .main-menu ul li a:before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #004652;
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.header-bottom .main-menu ul li a:hover {
    border-bottom-color: #004652;
    background-color: #fafafa;
    color: #004652;
}
.header-bottom .main-menu ul li a:hover:before {
    opacity: 1;
}

.header-bottom .main-menu ul li ul {
	border-radius: 0 0 5px 5px;
	-webkit-box-shadow: 0px 8px 16px 0px rgba(51, 51, 51, 0.1);
	box-shadow: 0px 8px 16px 0px rgba(51, 51, 51, 0.1);
	background-color: #FFFFFF;
	width: 170%;
	min-width: 185px;
	position: absolute;
	left: 0;
	top: 100%;
	display: none;
}
.header-bottom .main-menu ul li:hover ul {
	display: block;
}

.header-bottom .main-menu ul li ul li {
    width: 100%;
    float: left;
    clear: both;
    position: relative;
    text-align: left;
}

.header-bottom .main-menu ul li ul li a {
	padding: 10px 15px;
	border-bottom: none;
	font-size: 14px;
}
.header-bottom .main-menu ul li ul li a:before {
	display: none;
}

h1#page-header {
	margin: 0;
	font-size: 31.5px;
	margin-top: 15px;
    font-weight: 600;
	margin-top: 0;
	position: relative;
}

h1#page-header a span {
    display: none;
}

h1#page-header a {
	display: block;
	background: url("/style/psychosomatika/images/logo-half.png") no-repeat;
	background-position: center center;
	background-size: contain;
	width: 170px;
	height: 85px;
	position: absolute;
	left: 15px;
	top: 0;
}

.header-additional-controls {
	padding-top: 12px;
}

.header-additional-controls .header-additional-control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-right: 0;
}

.header-additional-controls .header-additional-control i {
	font-size: 31px;
}

.header-additional-controls .header-additional-control .media-body {
	padding-left: 10px;
	font-size: 12px;
}

.header-additional-control .media-body h2 {
	font-size: 15px;
	margin: 0;
	font-weight: 600;
	margin-bottom: 5px;
	color: #555555;
}

.main-content-inner {
	padding: 0;
	padding-bottom: 90px;
}

.underfooter {
    border-top: 1px solid #004652;
}

.underfooter-inner {
    padding: 40px 0;
    position: relative;
    text-align: center;
}

.underfooter-inner #copyright {
	color: #609E00;
	font-family: "Quicksand", sans-serif;
	font-weight: 500;
}

.underfooter-inner #scroll-top-btn {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    -webkit-box-shadow: 0px 8px 16px 0px rgba(51, 51, 51, 0.1);
    box-shadow: 0px 8px 16px 0px rgba(51, 51, 51, 0.1);
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 100%;
    color: #FFFFFF;
    font-size: 1.25em;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.main-footer {
	padding-bottom: 180px;
}

.main-footer ul li a {
	color: #555555;
	font-size: 13.5px;
    font-weight: 500;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.main-footer ul li a:hover {
    padding-left: 5px;
}

.main-footer h2 {
	color: #004652;
	font-size: 21px;
	font-weight: 600;
	margin-bottom: 40px;
}

.mainfooter-box1 h2 {
	color: #007BFF;
    font-size: 26px;
    margin-bottom: 50px;
}

.footer {
	background: #fff;
	padding-top: 80px;
}

.footer-socials {
	margin-top: 33px;
}

.footer-socials > a {
	display: inline-block;
	margin-right: 12px;
}

.footer-socials .social {
	width: 38px;
	height: 38px;
	border-radius: 50%;
	background: #E5E5E5;
	border: 1px solid #E5E5E5;
	text-align: center;
	color: #fff;
	padding-top: 7px;
	font-size: 14px;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.footer-socials .social.social-fb {
    background: #3B5999;
    border-color: #3B5999;
}
.footer-socials .social.social-fb:hover {
   background: #fff; 
   color: #3B5999;
}

.footer-socials .social.social-twitter {
    background: #55ACEE;
    border-color: #55ACEE;
}
.footer-socials .social.social-twitter:hover {
    background: #fff; 
    color: #55ACEE;
}

.footer-socials .social.social-dribbble {
    background: #EA4C89;
    border-color: #EA4C89;
}
.footer-socials .social.social-dribbble:hover {
    background: #fff; 
    color: #EA4C89;
}

.footer-socials .social.social-pinterest {
    background: #BD081C;
    border-color: #BD081C;
}
.footer-socials .social.social-pinterest:hover {
    background: #fff; 
    color: #BD081C;
}

.footer-socials .social.social-slack {
    background: #3AAF85;
    border-color: #3AAF85;
}
.footer-socials .social.social-slack:hover {
    background: #fff; 
    color: #3AAF85;
}

.main-hp-banner {
    background: #fff;
}

.main-hp-banner {
	position: relative;
	padding: 50px 0 0;
  overflow: hidden;
}

.main-hp-banner .main-hp-banner-img {
	padding-left: 60px;
	padding-right: 0;
	padding-top: 35px;
}

.main-hp-banner .main-hp-banner-texts {
	padding-left: 20px;
	padding-right: 9%;
    font-size: 18px;
    position: relative;
}

.main-hp-banner .main-hp-banner-texts h2 {
	color: #004652;
	font-size: 48px;
	font-weight: 600;
	margin-top: 15px;
	line-height: 1.15;
	margin-bottom: 30px;
  height: 120px;
}

.main-hp-banner .main-hp-banner-texts .btns-wraper {
	margin-top: 40px;
}

.main-hp-banner .main-hp-banner-texts .btns-wraper .btn {
	font-size: 15px;
	padding: 16px 45px;
    margin-right: 15px;
    border-color: transparent;
}

.main-hp-banner .main-hp-banner-texts::before {
	position: absolute;
	content: "";
	bottom: 0;
	left: -98px;
	border-radius: 120px;
	height: 240px;
	width: 100vw;
	background-color: #FFFFFF;
	-webkit-box-shadow: 0px 8px 16px 0px rgba(51, 51, 51, 0.1);
	box-shadow: 0px 8px 16px 0px rgba(51, 51, 51, 0.1);
	z-index: 1;
}

.main-hp-banner .main-hp-banner-texts .banner-round {
    position: relative;
    z-index: 5;
}

.headings-text {
	text-align: center;
	padding-top: 100px;
	font-size: 18px;
	padding-bottom: 15px;
}

.headings-text h2 {
	color: #609E00;
	margin: 0;
	font-size: 20px;
	margin-top: 0px;
	margin-bottom: 6px;
}

.headings-text h3 {
	color: #004652;
	margin: 0;
	font-size: 52px;
	margin-top: 0;
	font-weight: 600;
	margin-bottom: 13px;
}

.headings-text .text {
	/*max-width: 550px;*/
	margin: 0 auto;
  column-count: 3;
  text-align: justify;
  column-gap: 60px;
  font-size: 16px;
}

.heading-para-href .heading {
	position: relative;
	margin-bottom: 26px;
}

.heading-para-href .heading .bg-heading {
	position: absolute;
	left: 0;
	top: -70px;
	z-index: 8;
	color: #ECECEC;
	font-size: 98px;
	font-family: "Quicksand", sans-serif;
	font-weight: 600;
}

.heading-para-href .heading h2 {
	position: relative;
	z-index: 9;
	margin: 0;
	font-size: 51.5px;
	font-weight: 600;
}

.heading-para-href .text {
    position: relative;
    z-index: 9;
}

.heading-para-href .button {
	position: relative;
	z-index: 9;
	margin-top: 35px;
	margin-bottom: 20px;
}

.hp-sluzby-clanky {
    padding-top: 37px;
}

.purple-btn {
	background: #609E00;
	border: 2px solid #609E00;
	font-size: 15px;
}

.purple-btn:hover {
    color: #609E00 !important;
    background: transparent;
}

.hp-article {
	margin-bottom: 20px;
}

.hp-article .hp-article-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}

.hp-article .hp-article-inner .image img {
	max-width: initial;
}

.hp-article .desc {
	padding-left: 5px;
}

.hp-article .desc h2 {
	margin-top: 35px;
	font-size: 32px;
	font-weight: 600;
}

.hp-article .desc button {
	background: transparent;
	color: #004652;
	margin-top: 5px;
	font-weight: 600;
	font-size: 14px;
}

.hp-article .desc button i {
	font-size: 19px;
    margin-right: 8px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#team-list {
  margin: 35px 0;
}

.hidden-lightbox {
  display: none;
  width: 650px;
  max-width: 100%;
}

.hidden-lightbox .hp-team-member-inner {
  width: 100%;
  max-width: 100%;
}

.hidden-lightbox .hp-team-member-inner .photo,
.hidden-lightbox .hp-team-member-inner .desc {
  margin: auto;
  max-width: 285px;
}

.hidden-lightbox .hp-team-member-inner .desc {
  margin-bottom: 30px;
}

.hp-article .desc button:hover i {
    margin-right: 12px;
}

.hp-team-memeber {
    padding: 0;
}

.hp-team-member-inner {
	position: relative;
	max-width: 285px;
	margin: 0 auto;
}

.hp-team-member-inner .photo {
    position: relative;
    width: 90%;
}

.hp-team-member-inner .photo .photo-label {
	position: absolute;
	right: 50px;
	top: 20px;
	background: #609E00;
	color: #fff;
	font-weight: 600;
	padding: 10px 19px;
	border-radius: 25px;
	font-size: 14px;
	max-width: 180px;
}

.hp-team-member-inner .desc {
	background: #fff;
	-webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
	text-align: center;
	padding: 0 15px;
	width: 90%;
	padding-top: 32px;
	font-size: 14px;
	padding-bottom: 30px;
	height: 150px;
	margin-bottom: 26px;
	overflow: hidden;
}

.hp-team-member-inner .desc h2 {
	margin: 0;
	font-weight: 600;
	font-size: 26px;
	margin-bottom: 8px;
}

.team-members {
	margin-bottom: 100px;
}

.hp-galerie .gallery_show a {
	display: block;
	position: relative;
	overflow: hidden;
	border-radius: 10px;
	width: calc(100% - 25px);
}

.hp-galerie .gallery_show a::after {
	position: absolute;
	z-index: 4;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 70, 82, 0.6)), color-stop(50%, rgba(247, 240, 210, 0.5)), to(transparent));
    background-image: linear-gradient(to top, rgba(0, 70, 82, 0.6) 0%, rgba(247, 240, 210, 0.5) 50%, transparent 100%);
    -webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	opacity: 0.6;
	pointer-events: none;
}
.hp-galerie .gallery_show a:hover::after {
	opacity: 1;
}

.hp-galerie .gallery_show a img {
	max-width: initial;
	min-height: 300px;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.hp-galerie .gallery_show a:hover img {
	-webkit-transform: scale(1.1);
	        transform: scale(1.1);
}

.hp-galerie .top-right .gallery_show a img {
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	position: relative;
	left: 50%;
}
.hp-galerie .top-right .gallery_show a:hover img {
	-webkit-transform: translateX(-50%) scale(1.1);
	        transform: translateX(-50%) scale(1.1);
}

.hp-galerie .gallery_show a:not(:first-of-type), .hp-galerie .gallery_show .description {
	display: none;
}

.hp-galerie .galerie-top, .hp-galerie .galerie-bottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
}

.hp-galerie .top-right .gallery_show {
	width: 50%;
	display: inline-block;
}

.hp-galerie .gallery_show {
	position: relative;
	padding-bottom: 25px;
}

.hp-galerie .gallery_show h2 {
	position: absolute;
	left: 30px;
	top: 40px;
	background: #609E00;
	color: #fff;
	font-weight: 600;
	padding: 7px 35px;
	border-radius: 25px;
	font-size: 13px;
	max-width: 180px;
	margin: 0;
	text-transform: uppercase;
	z-index: 5;
}

.hp-galerie {
	padding-top: 50px;
}

.site_path_nav .separator:first-of-type {
	display: none;
}

.site_path_nav .separator {
	padding: 0 3px;
}

.pagenav-holder {
	background: url("/style/psychosomatika/images/horni-banner-cover.jpg") no-repeat;
	padding: 100px 0;
	position: relative;
	background-size: cover;
	/*background-position: center center;
	background-attachment: fixed;*/
}
.pagenav-holder:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
	z-index: 5;
}

.pagenav-holder-inner {
	position: relative;
	z-index: 7;
	color: #fff;
	text-align: center;
}

.pagenav-holder-inner a, .pagenav-holder-inner a:hover {
	color: #fff;
}

.pagenav-holder-inner .misc_header a {
	pointer-events: none;
}

.pagenav-holder-inner h2 {
	font-size: 3.4em;
	margin-bottom: 10px;
	margin-top: 0;
	font-weight: 600;
}

.pagenav-holder-inner h3 {
	font-size: 1.375em;
	margin-top: 0;
	margin-bottom: 20px;
	color: #fff;
}

.pagenav-holder-inner .site_path_nav {
	display: inline-block;
	background: #004652;
	display: inline-block;
	padding: 7px 22px;
	font-weight: 400;
	font-size: 0.875em;
	border-radius: 25px;
}

.contacts-content {
	background: #fff;
	position: relative;
	top: -50px;
	z-index: 9;
	background-color: #FFFFFF;
	-webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
	padding: 55px;
	max-width: 1110px;
	margin: 0 auto;
}

.contacts-content .right-content iframe {
	max-width: 100%;
	height: 475px !important;
}

.contacts-content .left-content h2 {
    color: #609E00;
	font-size: 1.25em;
	font-weight: 700;
}

.contacts-content .left-content h3 {
    color: #004652;
    font-size: 3.25em;
    line-height: 1;
    margin-bottom: 15px;
    position: relative;
    z-index: 1;
	margin-bottom: 35px;
	font-weight: 700;
}

.contacts-content .left-content ul {
	list-style-type: none;
	margin: 0;
}

.contacts-content .left-content ul li {
	padding: 0;
}

.contacts-content .left-content ul li:before {
	display: none;
}

.contacts-content .left-content .contact-form input, .contacts-content .left-content .contact-form textarea, .contacts-content .left-content .contact-form button {
	-webkit-box-shadow: none;
	        box-shadow: none;
	border-radius: 0;
	border: 0;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.contacts-content .left-content .contact-form input, .contacts-content .left-content .contact-form textarea {
	background-color: #FFFFFF;
	border: 2px solid #EEEEEE;
	height: 60px;
	border-radius: 0%;
	padding-left: 29px;
	width: 100%;
	padding-right: 40px;
}

.contacts-content .left-content .contact-form input:focus, .contacts-content .left-content .contact-form textarea:focus {
	padding-left: 15px;
}

.contacts-content .left-content .contact-form textarea {
	height: 130px;
	padding-top: 13px;
}

.contacts-content .left-content .contact-form ul li.name, .contacts-content .left-content .contact-form ul li.mail, .contacts-content .left-content .contact-form ul li.message {
	position: relative;
}

.contacts-content .left-content .contact-form ul li.name::after, .contacts-content .left-content .contact-form ul li.mail::after, .contacts-content .left-content .contact-form ul li.message::after {
	position: absolute;
	right: 15px;
	top: 17px;
	font-family: "FontAwesome";
	color: #004652;
}

.contacts-content .left-content .contact-form ul li.name:after {
	content: "\f007";
}

.contacts-content .left-content .contact-form ul li.mail:after {
	content: "\f003";
}

.contacts-content .left-content .contact-form ul li.message:after {
	content: "\f040";
	top: 13px;
}

.contacts-content .left-content .contact-form button[type="submit"] {
	font-size: 0.875em;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: .3px;
	border-radius: 50px;
	-webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
	padding: 16px 39px;
	line-height: 1;
	border: 0;
	color: #FFFFFF;
	position: relative;
	overflow: hidden;
	z-index: 1;
	background: #004652;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	display: inline-block;
	height: auto;
	width: auto;
}

.contacts-content .left-content .contact-form button[type="submit"]:hover {
	background: #609E00;
}

.contacts-info-list ul {
	list-style-type: none;
	margin: 0;
}

.contacts-info-list ul li {
	padding: 0;
	font-size: 14.5px;
}

.contacts-info-list ul li:before {
	display: none;
}

.contacts-info-list ul li i {
	padding-right: 14px;
	color: #004652;
}

.contacts-info-list {
	padding-right: 0;
	padding-left: 10px;
	margin: 30px 0 15px;
}

.contacts-content .top-content {
	padding: 0 5px;
}

.faq-questions ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-flow: row wrap;
	        flex-flow: row wrap;
	list-style-type: none;
	margin: 0;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.faq-questions ul li:before {
	display: none;
}

.faq-questions ul li {
	padding: 0;
	width: 48%;
	background-color: #FFFFFF;
	-webkit-box-shadow: 0px 8px 16px 0px rgba(51, 51, 51, 0.1);
	box-shadow: 0px 8px 16px 0px rgba(51, 51, 51, 0.1);
	padding: 30px;
	margin-bottom: 30px;
	border-bottom: 2px solid transparent;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	border-bottom: 2px solid transparent;
}

.faq-questions ul li:hover {
	border-color: rgba(0, 70, 82, 1);
}

.faq-questions ul li h2 {
	margin: 0;
    font-size: 1em;
    font-weight: 700;
    color: #004652;
    line-height: 1.625;
    margin-bottom: 10px;
}

.faq-questions ul li h2 a {
	color: #004652;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.faq-questions ul li:hover h2 a {
	color: #609E00;
}

.faq-questions .perex-body, .faq-questions .perex-body p {
    margin-bottom: 0;
    font-size: 0.875em;
    color: #666666;
}

.two-cols-wrapper {
	padding-top: 80px;
}

.levy-sloupec .treelisting ul {
	list-style-type: none;
	margin: 0;
	background-color: #FFFFFF;
	-webkit-box-shadow: 0px 8px 16px 0px rgba(51, 51, 51, 0.1);
	box-shadow: 0px 8px 16px 0px rgba(51, 51, 51, 0.1);
	padding: 21px 0;
	margin-bottom: 30px;
}

.levy-sloupec .treelisting ul li {
	padding: 0;
	margin: 0;
	margin-bottom: 5px;
}

.levy-sloupec .treelisting ul li:before {
	display: none;
}

.levy-sloupec .treelisting ul li h2 {
	margin: 0;
}

.levy-sloupec .treelisting ul li h2 a {
	display: block;
	line-height: 1;
	padding: 13px 30px;
	font-size: 15px;
	color: #004652;
	/*text-transform: capitalize; */
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	border-left: 4px solid transparent;
	font-weight: 500;
}

.levy-sloupec .treelisting ul li h2 a:hover, .levy-sloupec .treelisting ul li.active h2 a {
    background-color: rgba(0, 70, 82, 0.05);
    border-color: rgba(0, 70, 82, 1);
    color: rgba(0, 70, 82, 1);
}

.under-cols {
	background: #fafafa;
	padding: 100px 15px;
}

.big-banner .big-banner-main-headings {
	text-align: center;
	padding-top: 40px;
	margin: 0 auto;
    margin-bottom: 60px;
    text-align: center;
    position: relative;
    z-index: 1;
}

.big-banner .big-banner-main-headings h2 {
    font-weight: 400;
	font-size: 1.875em;
	color: #344a5f;
	margin: 0px;
	line-height: 1;
	position: relative;
    z-index: 1;
}
.big-banner .big-banner-main-headings h2::before {
	color: #efefef;
	font-size: 2.857em;
	font-weight: 700;
	top: -45px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	font-family: "Poppins", sans-serif;
	color: #f7f7f7;
	position: absolute;
	content: attr(data-title);
	top: -45px;
	left: 50%;
	font-size: 2.7em;
	text-transform: capitalize;
	pointer-events: none;
	z-index: -1;
	color: #ececec;
}


.big-banner .big-banner-main-headings h3 {
	font-weight: 600;
	font-size: 2.8125em;
	font-family: "Poppins", sans-serif;
	color: #344a5f;
	margin: 0px;
	position: relative;
	z-index: 1;
}

.big-banner-texts-headings {
	position: relative;
	margin-bottom: 30px;
	padding-bottom: 5px;
}

.big-banner-texts-headings:after {
	height: 4px;
    width: 70px;
    background-color: #004652;
	display: block;
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
}

.big-banner-texts-headings h2 {
	margin-bottom: 10px;
	font-weight: 300;
	font-size: 2.625em;
	color: #344a5f;
    letter-spacing: -.3px;
    line-height: 1;
}

.big-banner-texts-headings h3 {
	font-size: 2.625em;
    font-weight: 700;
	margin-bottom: 20px;
	color: #344a5f;
    letter-spacing: -.3px;
	line-height: 1;
	margin-top: 0;
	font-family: "Poppins", sans-serif;
}

.big-banner-texts {
	padding-right: 30px;
}

.big-banner-texts-text {
    color: #8098af;
    margin-bottom: 35px;
}

.big-banner-button-wrapper button {
	-webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
	border: none;
}

.big-banner-picture-wrapper {
	text-align: center;
	position: relative;
	z-index: 5;
}

.big-banner-picture-wrapper .big-banner-picture-picture {
	position: relative;
	z-index: 3;
}

.big-banner-picture-wrapper .big-banner-picture-text {
	position: absolute;
	z-index: 4;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	text-align: center;
	font-size: 2.7em;
	color: #344a5f;
	font-weight: 300;
	margin-bottom: 0px;
	line-height: 1.4;
}

.big-banner-picture-wrapper .big-banner-picture-text strong {
	font-weight: 700;
    color: #004652;
    font-family: "Poppins", sans-serif;
    line-height: 1;	
}

.giant-heading {
	margin: 35px 0 60px;
}

.giant-heading-inner {
	padding: 0 10%;
	text-align: center;
}

.giant-heading-inner h2 {
    font-weight: 700;
    font-size: 2.875em;
    line-height: 1.21;
}

.giant-heading-inner h2 a {
	color: #609E00;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.giant-heading-inner h2 a:hover {
	color: #004652;
}

.sc-cols {
	padding: 20px 0 20px;
}

.sc-cols h2 {
	margin-top: 0;
	margin-bottom: 20px;
    color: #004652;
    font-size: 1.625em;
}

.sc-cols ul {
	margin: 0;
}

.sc-cols ul li {
	margin-bottom: 5px;
}

#responsive-menu-close {
	display: none;
}

.nav-toggle {
	display: none;
    width: 30px;
    height: 30px;
    padding: 6px 2px 0;
    position: absolute;
    top: 50%;
    margin-top: -14px;
    right: 15px;
    cursor: pointer;
}
.nav-toggle:before {
    content: "";
    position: absolute;
    width: 24px;
    height: 2px;
    background-color: #70798b;
    border-radius: 10px;
	-webkit-box-shadow: 0 0.5em 0 0 #70798b, 0 1em 0 0 #70798b;
	        box-shadow: 0 0.5em 0 0 #70798b, 0 1em 0 0 #70798b;

    background-color: #004652;
    -webkit-box-shadow: 0 0.5em 0 0 #004652, 0 1em 0 0 #004652;
    box-shadow: 0 0.5em 0 0 #004652, 0 1em 0 0 #004652;
}

.media-body {
	width: auto !important;
}

.headings {
  text-align: center;
}

#menu-43-1809051201-item--online-terapie-- a {
  color: #fff;
  background: #E5314E;
}