body {
    background: none;
    background-color: white;
    color: #000000;
}
.navbar-default {
    background-color: rgba(255, 255, 255, 1)!important;
}
.shrink.navbar-default {
    background-color: rgba(255, 255, 255, 1)!important;
}

.row-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    flex-wrap: wrap;
}

.row-flex-center {
    justify-content: center;
}
.row-flex > [class*='col-'] {
    display: flex;
    flex-direction: column;
}
.row-flex > [class*='col-'] > * {
    height: 100%;
}
.row.row-flex:after, .row.row-flex:before{
    display: none;
}

@media(min-width: 1300px) {
    .container {
        width: 1270px;
    }
}

@media(min-width: 1500px) {
    .container {
        width: 1470px;
    }
}


.navbar {
    font-family: 'Roboto', sans-serif;
}

.header-wrap {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
}

.navbar-default .navbar-brand {
    margin: 0;
    padding: 0;
}

.navbar-brand {
    opacity: 1;
    text-indent: 0;
    display: flex;
    text-transform: none;
    margin: 0;
    align-items: center;
    justify-content: flex-start;
    height: 100px;
}

.navbar-brand img {
    width: 250px;
    margin-right: 10px;
}

.logo-text {
    font-size: 24px;
    font-weight: 900;
    color: #2b9392;
    line-height: 1;
}

.logo-text span {
    display: block;
}

.logo-text span:nth-child(2) {
    color: #a349a4;
}

.navbar-brand {

}
.navbar-default .navbar-brand {
    color: #76736c;
}
.navbar-default .navbar-nav li a {
    color: #76736c;
    font-size: 16px;
    font-weight: 700;
}
.navbar-default .navbar-nav li a:hover, .navbar-default .navbar-nav li a:focus, .navbar-default .navbar-nav li a.active {
    color: #76736c;
}

.navbar-default .navbar-nav .btn-contact:hover {
    text-decoration: none;
    border-color: transparent;
}

.navbar-nav > li {
    position: relative;
}

.navbar-nav > li:hover > .submenu {
    display: block;
}

.navbar-nav .submenu {
    position: absolute;
    top: 100%;
    display: none;
    left: 0;
}

.navbar-nav ul {
    list-style: none;
    margin: 0;
    padding: 10px 24px 10px 24px;
    margin-left: 15px;
    width: 200px;
    margin-top: 10px;
    background:#fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
    position: relative;
}

.navbar-nav ul:after{
    bottom: 100%;
    left: 20px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
  }
  .navbar-nav ul:after {
    border-color: transparent;
    border-bottom-color: #fff;
    border-width: 10px;
    margin-left: 0px;
  }

.navbar-nav ul li {
    margin: 0 !important;
    padding: 0 !important;
    text-align: left;
}

.navbar-nav .submenu ul li a {
    margin: 0 !important;
    padding: 0 0 2px 0 !important;
    text-align: left;
    text-decoration: none;
}



@media(max-width: 1199px) {
    .navbar-nav .submenu {
        left: -20px;
    }
    .navbar-brand img {
        width: 180px;
    }
}

@media (max-width: 991px) {
    .navbar-nav li:last-child {
        margin: 0 !important;
    }
    .navbar-brand img {
        width: 150px;
    }
}

@media (max-width: 767px) {
    body {
        background-image: none;
        background-color: #fff;
    }
    .header-wrap {
        margin-left: -15px;
        margin-right: -15px;
        width: auto;
        padding: 0px 15px;
        display: block;
    }
    .navbar-header {
        width: 100%;
    }
    .navbar-default .navbar-collapse {
        width: calc(100% + 30px);
        margin-left: -15px;
        padding-bottom: 30px;
        max-height: calc(100vh - 67px);
    }
    .navbar-default .navbar-brand {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-brand {
        height: auto;
    }
    .navbar-brand img {
        width: 200px;
    }
    .logo-text {
        font-size: 20px;
    }
    .navbar-toggle {
        margin-right: 0;
        margin-top: 15px;
    }
    .navbar-nav .submenu {
        position: relative;
        display: none;
        width: 100%;
        left: 0;
    }
    .navbar-nav li:hover .submenu{
        display: none;
    }
    .navbar-nav ul {
        box-shadow: none;
        background: #fff;
        padding: 0;
        margin: 0;
        text-align: center;
        width: 100%;
    }

    .navbar-nav ul:after {
        display: none;
    }

    .navbar-nav ul li {
        text-align: center;
    }

    .navbar-nav ul li a {
        font-weight: 400 !important;
    }
}

.poradna-btn {
    padding: 8px 10px 5px 10px!important;
    background: #a349a4;
    color: #fff !important;
    margin: 4px 0 0 0 !important;
    line-height: 1;
}

.poradna-btn:hover {
    color: #fff !important;
    background: #2b9392  !important;
    border-bottom-color:#2b9392 !important ;
    
}

@media(max-width: 767px) {
    .poradna-btn {
        margin-bottom: 10px !important;
    }
}

.poradna-btn:after {
}

@media(min-width: 767px) {
    .navbar-default .navbar-nav li:last-child {
        margin-left: 20px;
    }
    .navbar-default .navbar-nav li a:hover, .navbar-default .navbar-nav li a:focus, .navbar-default .navbar-nav li a.active {
        border-bottom: 2px solid #a349a4;
        transition: border-bottom .5s ease;
    }
    .navbar-default .navbar-nav li a {
        margin: 12px 5px 0;
        font-size: 12px;
    }
}

@media (min-width: 992px){
    .navbar-default .navbar-nav li a {
        margin: 12px 5px 0;
        font-size: 13px;
    }
}

@media(min-width: 1200px) {
    .navbar-default .navbar-nav li a {
        margin: 12px 10px 0;
    }
}

@media(min-width: 1300px) {
    .navbar-default .navbar-nav li a {
        margin: 12px 10px 0;
        font-size: 14px;
    }
}

@media(min-width: 1498px) {
    .navbar-default .navbar-nav li a {
        margin: 12px 15px 0;
    }
}

.btn {
    display: inline-block;
    padding: 14px 30px;
	color: white!important;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
    background-color: #a349a4;
    border-radius: 0;
    letter-spacing: 0.64px;
    min-width: 210px;
    transition: all 0.2s;
}
.btn:hover {
    color: white;
    text-decoration: none;
    background-color: #2b9392;
}

.btn-contact {
    display: inline-block!important;
    margin: 0!important;
    padding: 10px 15px!important;
	color: white!important;
	font-size: 14px!important;
	font-weight: 600!important;
	text-transform: uppercase!important;
    background-color: #a349a4!important;
    border-radius: 0!important;
    letter-spacing: 0.64px;
    transition: all 0.2s !important;
}
.btn-contact:hover {
    color: white;
    text-decoration: none!important;
    background-color: #2b9392 !important;
}

@media(min-width: 768px) and (max-width: 991px) {
    .btn-contact {
        font-size: 10px !important;
        padding: 8px 5px 5px 5px !important;
        line-height: 1 !important;
    }
}
@media (min-width: 1200px){
    .btn-contact {
        padding: 12px 30px 10px 30px!important;
        font-size: 16px!important;
    }
}

h1 {color: #a349a4;}
h2, .h2 {
	color: #a349a4;
	font-size: 22px;
    font-weight: 700;
    margin-bottom: 35px;
}
@media(max-width: 767px) {
    h2, .h2 {
        font-size: 22px;
    }
    h2 span, .h2 span{
        font-size: 22px !important;
    }
}
@media (min-width: 768px){
    h2, .h2 {font-size: 30px;}
}
@media (min-width: 992px){
    h2, .h2 {font-size: 40px;}
}
@media (min-width: 1200px){
    h2, .h2 {font-size: 48px;}
}


#medicon-badge button, #medicon-badge a {
    width: 120px;
    height: 90px;
    box-shadow: none;
    background: url('/images/base/logo-medicon.svg') center center no-repeat;
    background-size: 88px;
    border: 0;
    text-indent: -10000px;
    outline: 0;
    display: block;
}



.sub-head {
    background-image: url('/images/homecare/sub-header-bg.jpg');
    background-position:top center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: auto 250px;
    height: 250px;
}
@media (min-width: 767px){
    .sub-head {
        background-size: auto 350px;
        height: 350px;
    }
}
@media (min-width: 992px){
    .sub-head {
        background-size: auto 385px;
        height: 385px;
    }
}

@media(min-width: 1400px) {
    .sub-head {
        background-size: auto 490px;
        height: 490px;
    }
}

.main-head {
    padding-top: 0;
    height: 300px;
    /* background: url('/bundles/app/images/homecare/header-bg.jpg') top 0px center no-repeat; */
    background-attachment: fixed;
    background-size: 150% auto;
    display: flex;
    align-items: center;
}

.main-head .carousel {
    position: relative;
    width: 100%;
    height: 100%;
}

.main-head .carousel .carousel-inner {
    height: 100%;
}

.main-head .carousel .item {
    height: 100%;
}

.main-head .carousel .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.carousel-caption {
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
    padding: 0;
    text-shadow: none;
}

.carousel-caption p {
    font-size: 30px;
    font-weight: 500;
}

.carousel-control {
    width: 100px;
}

.carousel-control .glyphicon {
    color: #fff;
}

@media(max-width: 991px) {
    .carousel-control {
        width: 50px;
    }
    .carousel-caption {
        padding: 0 50px;
    }
    .page-index  .main-head .carousel-caption  h1 {
        font-size: 36px;
    }
    .carousel-control .glyphicon {
        font-size: 24px;
    }
    .main-head {
        padding-top: 66px;
    }
    .carousel-caption p {
        font-size: 20px;
        font-weight: 500;
    }
}


@media(min-width: 575px) {
    .main-head {
        background-size: 120% auto;
    }
}

@media (min-width: 992px){
    .main-head {
        height: 360px;
        background-size: cover;
    }
}
@media (min-width: 1200px){
    .main-head {
        height: 420px;
        padding-top: 80px;
    }
    
}
@media (min-width: 1250px){
    .main-head {
        /* background: url('/bundles/app/images/homecare/header-bg.jpg') top -100px center no-repeat; */
        background-size: auto 1100px;
        height: 470px;
    }
}
@media (min-width: 1400px){
    .main-head {
        height: 620px;
        background-size: auto;

    }
}

.page-index .main-head h1 {
    margin-top: 30px;
    color: #ffffff;
    font-size: 40px;
    font-weight: 800;
    max-width: 765px;
}

@media(min-width: 767px) {
    .page-index .main-head h1 {
        font-size: 50px;
        margin-top: 100px;

    }
}

@media(min-width: 991px) {
    .page-index .main-head h1 {
        font-size: 60px;
    }
}

@media (min-width: 1200px){
    .page-index .main-head h1 {
        font-size: 80px;
        margin-top: 0;
    }
    .page-index .main-head h1 span {
        font-size: 80px;
    }
    .btn-down {
        margin-top: 10px;
    }
}
@media (min-width: 1400px){
    .btn-down {
        margin-top: 60px;
    }
}

.btn-down {
	color: #010101;
}
.btn-down:hover, .btn-down:focus {
    color: #010101;
}
.btn-down i {
	color: #a349a4;
	font-size: 46px;
}

.btw {
    font-weight: 600;
    background-color: #f8f8f8;
    padding: 50px 0;
}

@media(max-width: 767px) {
    .btw {
        padding-top: 30px;
        padding-bottom: 0;
    }
}
.veta-diky {
	color: #2b9392;
	font-size: 20px;
	font-weight: 300;
}
@media (min-width: 768px){
    .veta-diky {
        font-size: 26px;
    }
    .btw-icons + p {
        margin-bottom: 0;
    }
}
@media (min-width: 992px){
    .veta-diky {
        font-size: 36px;
    }
}

#sluzby-care, .service-care {
    padding-top: 40px;
    padding-bottom: 30px;
    border-top: 2px solid #f8f8f8;
    background-color: white;
}
@media(max-width: 767px) {
    #sluzby-care, .service-care {
        padding-top: 20px;
    }
}
@media (min-width: 992px){
    #sluzby-care, .service-care {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}
#sluzby-care2.service-care {
    padding-bottom: 0;
}
.servis-item{
    margin-bottom: 30px;
}

.page-index h2 {
    margin-bottom: 55px;
}

.service-care h2 {
    /* margin-bottom: 55px; */
}

.service-care-box {
    padding: 20px 25px;
    background-color: #f8f8f8;
    max-width: 340px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.service-care-box:hover {
    box-shadow: 0 0 5px #a9c2d7;
}


.service-care-box h3 a {
	color: #2b9392;
	font-size: 30px;
	font-weight: 700;
}

.service-care-box.box-home h3 {
    background: transparent url('/images/homecare/ico-care-home.png') center top no-repeat;
}
.service-care-box.box-ldn h3 {
    background: transparent url('/images/homecare/ico-care-ldn.png') center top no-repeat;
}
.service-care-box.box-social h3 {
    background: transparent url('/images/homecare/ico-care-social.png') center top no-repeat;
}
#sluzby-care h3, .service-care-box h3 {
    margin-bottom: 40px;
    padding-top: 155px;
    background-size: 121px;
}

@media(max-width: 767px) {
    #sluzby-care h3, .service-care-box h3 {
        background-size: 70px !important;
        padding-top: 80px;
        margin-bottom: 20px;
    }
    .service-care-box h3 a {
        font-size: 22px;
    }
    .service-care h2 {
        margin-bottom: 30px;
    }
    .service-care-box {
        margin-bottom: 30px;
    }
}

#kontakty {
    padding-top: 30px;
    color: #000000;
}

#kontakty a {
    color: #a349a4;
}

#kontakty h2 {
    margin-bottom: 40px;
}

.contact-wrap {
    max-width: 1230px;
    margin: 0 auto;
    margin-top: 80px;
}

.contact-wrap .row-flex {
    justify-content: center;
}

.contact-box {
    background-color: #f8f8f8;
    padding:30px 15px 45px 15px;
    max-width: 340px;
    width: 100%;
    margin: 0 auto 60px auto;
}

.contact-box h3 {
    margin-top: 0px;
    background: transparent url('/images/homecare/icon-location.svg') center top no-repeat;
    background-size: auto 100px;
    padding-top: 115px;
}

.contact-box .btn {
    font-size: 16px;
    padding: 13px 30px;
}

.contact-box-bottom ul{
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: 1.5;
}

.contact-box-bottom ul li {
    margin: 0;
    padding: 0;
}

.contact-box-bottom ul li a {
    font-weight: 600;
    color: #a349a4;
    line-height: 1.2;
}

@media(min-width: 992px) {
    #kontakty {
        padding-top: 50px;
    }
}

@media(max-width: 767px) {
    #kontakty {
    }
    .contact-wrap {
        margin-top: 30px;
    }
    .contact-box {
        margin-bottom: 30px;
    }
}

#home-care, .home-care {
    padding-top: 40px;
}

@media(max-width: 767px) {
    #home-care, .home-care {
        padding-top: 20px;
    }
}

#home-care .h2{
}

.wrap-950 {
    max-width: 950px;
    margin: 0 auto;
}

.wrap-1200 {
    max-width: 1200px;
    margin: 0 auto;
}

#care-more {
    margin-bottom: 20px;
    margin-top: 60px;
}

#care-more h2 {
    margin-bottom: 55px;
}

.panel-group {
    margin-top: 30px;
    margin-bottom: 70px;
}

.panel-group .panel {
    border: none;
    box-shadow: none;
}

.panel-heading {
    border: none;
    background-color: #f8f8f8;
    min-height: 60px;
    padding: 0;
}

.panel-title {
    color: #000000;
    font-size: 18px;
    font-weight: 700;
}

.panel-title a {
    display: block;
    color: #000000;
    text-decoration: none;
    line-height: 1.2;
    padding: 20px 30px;
    position: relative;
    padding-right: 50px;
}

.panel-title a:after {
    color: #a349a4;
    font-family: "Open Sans";
    font-size: 50px;
    font-weight: 400;
    content: "-";
    position: absolute;
    right: 20px;
    display: block;
    line-height: 1;
    top: 0px;
    width: 30px;
    text-align: center;
}

.panel-title a.collapsed:after {
    content: "+";
    top: 3px;
}

.panel-title a:hover {
    text-decoration: none;
}

.panel-body {
    padding: 20px 30px 0 30px;
    border: none;
}

.panel-group .panel-heading+.panel-collapse>.list-group, .panel-group .panel-heading+.panel-collapse>.panel-body {
    border: none;
}

@media(max-width: 767px) {

}

#news {
    padding-top: 0px;
    padding-bottom: 50px;
    background-color: #fff;
    font-size: 16px;
}

#news h2 {
    margin-bottom: 50px;
    margin-top: 60px;
}
@media (min-width: 992px){
    #news {
        padding-top: 0px;
        padding-bottom: 100px;
    }
}

.text-page-top {
    padding-top: 40px;
}

.text-page-top h3 {
    color: #2b9392;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
}

.text-page-contact {
    font-size: 16px;
    margin-top: 50px;
}

.text-page-contact p {
    margin-bottom: 20px;
}

.text-page-contact p:last-child {
    margin-bottom: 0;
}


@media(max-width: 767px) {
    .text-page-top {
        padding-top: 20px;
    }
}
.news-item {
    max-width: 950px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.news-item-img {
    flex: 0 0 270px;
    max-width: 270px;
}

.news-item-text {
    padding-left: 30px;
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: center;
}

#news .text {
    padding: 25px;
    background-color: white;
    line-height: 1.5em;
}
#news h5 a {
	color: #2b9392;
	font-size: 24px;
	font-weight: 700;
}

.news-item {
    margin-bottom: 30px;
}

.news-date {
    font-size: 16px;
    font-weight: 400;
}

@media(max-width: 767px) {
    .news-item-img {
        flex: 0 0 200px;
        max-width: 200px;
    }
    #news h5 a {
        font-size: 20px;
    }
    .news-item-text {
        padding-left: 15px;
    }
    #news h2 {
        margin-top: 30px;
        margin-bottom: 30px;
    }
}


@media(max-width: 575px) {
    .news-item-img {
        flex: 0 0 100px;
        max-width: 100px;
    }
    #news h5 a {
        font-size: 18px;
    }
}

.news-detail-text {

}

.news-detail-item {
    margin-top: 100px;
}

.news-detail-text h1 {
    color: #a349a4;
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 40px;
    margin-top: 0;
}

.news-detail-img {
    width: 100%;
}

.news-detail-img img {
    margin-left: auto;
    display: block;
}

.news-detail-back {
    margin-top: 30px;
}

@media(max-width: 991px) {
    .news-detail-item {
        margin-top: 30px;
    }
    .news-detail-img img{
        margin-left: 0;
    }
    .news-detail-text {
        margin-top: 30px;
    }
    .news-detail-text h1 {
        font-size: 30px;
        margin-bottom: 20px;
    }
}

#help {
    padding-top: 80px;
    padding-bottom: 70px;
    border-top: 2px solid #f8f8f8;
}

#help p {
    max-width: 600px;
    margin: 0 auto;
    margin-bottom: 35px;
}

#help h2 {
    margin-bottom: 40px;
}

@media(max-width: 767px) {
    #help {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

#kariera {
    padding-top: 30px;
    padding-bottom: 30px;
}
@media (min-width: 992px){
    #kariera {
        padding-top: 40px;
        padding-bottom: 120px;
    }
}
#kariera .col-sm-4 .in {
    margin-bottom: 25px;
    padding: 20px;
    color: black;
	font-size: 16px;
    background-color: #f8f8f8;
}
#kariera .col-sm-4 h4 a {
	color: #2b9392;
	font-size: 24px;
	font-weight: 700;
}
#kariera .col-sm-4 h4,
#kariera .col-sm-4 p {
    margin-bottom: 20px;
}
#kariera .col-sm-4 .in:hover {
    box-shadow: 0 0 5px #a9c2d7;
}


footer.page-foot {
    color: #fff;
    padding: 0;
    padding-top: 0px;
    max-width: 1920px;
    margin: 0 auto;
    background: #fff;
}

.footer-main {
    position: relative;
    min-height: 200px;
}

.footer-main:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background: #A04D98;
    top: 0;
    -webkit-clip-path: polygon(100% 100%, 0% 100%, 0 0);
    clip-path: polygon(100% 100%, 0% 100%, 0 0);
    background-image: linear-gradient(to left, #2C9393 0%, #A04D98 100%);
}

.footer-main:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    background: #A04D98;
    -webkit-clip-path: polygon(100% 100%, 0% 100%, 100% 0);
    clip-path: polygon(100% 100%, 0% 100%, 100% 0);
    background-image: linear-gradient(to left, #A04D98 0%, #2C9393 100%);
}

.nav-foot {
    margin-top: 110px;
    text-align: left;
    position: relative;
    z-index: 10;
}
.nav-foot a, .nav-foot a:hover, .nav-foot a:focus {
    color: #fff;
    font-weight: 700;
}

.footer-social-col {
    text-align: right;
}

.footer-social {
    display: inline-block;
    margin-top: 110px;
    margin-left: auto;
    z-index: 10;
    position: relative;
    color: #ffff;
    font-size: 24px;
}

.footer-social:hover {
    color: #fff;
}

.footer-bottom {
    margin-top: 10px;
    color: #000000;
}

.footer-bottom p {
    margin-bottom: 0;
}

.footer-bottom span {
    display: inline-block;
}

@media(max-width: 991px) {
    .footer-main {
        min-height: 150px;
        background-image: linear-gradient(to left, #A04D98 0%, #2C9393 100%);
    }
    .footer-main:before, .footer-main:after {
        display: none;
    }
    .nav-foot {
        text-align: center;
        margin-top: 20px;
    }
    .footer-social-col {
        text-align: center;
    }
    .footer-social {
        margin-top: 20px;
    }
}


.sub-head, .sub-head p {
	color: black;
}
@media(min-width: 767px) {
    footer.page-foot {
    }
}
ul {
    list-style-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAASBAMAAABP1yhnAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAALVBMVEX///8AAACjSaSjSaSjSaSjSaSjSaSjSaSjSaSjSaSjSaSjSaSjSaSjSaT///8LkLRhAAAADXRSTlMAABFmdzMi3aqZ7ohE7IOJywAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxIAAAsSAdLdfvwAAAAHdElNRQfhBRoMDyfNAArMAAAARElEQVQI12NgYBQEAwEGgixll0AIS6z27hUIS+Lu3buBYJYskOUIZzXCWRPBLCm4rMjdu7cSIebtvVsKNVnsDHEugLAAdBQd7BR4CM8AAAAASUVORK5CYII=');
}



#care-kontakty {
    padding-top: 30px;
    padding-bottom: 30px;
}
@media (min-width: 992px){
    #care-kontakty {
        padding-top: 50px;
        padding-bottom: 40px;
    }
}
#care-kontakty h2 {margin-bottom: 15px;}
#care-kontakty a {color: black;}
#care-kontakty h3 {
    margin-bottom: 0px;
	color: #2b9392;
	font-size: 24px;
	font-weight: 700;
}
@media (min-width: 992px){
    #care-kontakty h3 {
        font-size: 32px;
    }
}
#care-kontakty h3 + p {
    margin: 5px 0;
}
#care-kontakty p {margin-bottom: 25px;}
#care-kontakty .col-sm-4 {font-size: 16px;}
#care-kontakty .col-sm-4 p {line-height: 1.5em;}
#care-kontakty .poi {
    padding-top: 110px;
    background: transparent url('/images/homecare/icon-location.svg') center top no-repeat;
    background-size: 70px;
}
#care-kontakty h6 {
    margin: 5px 0 30px;
	color: black;
	font-size: 30px;
	font-weight: 700;
}
@media (min-width: 768px){
    #care-kontakty .col-sm-4.pull-center {
        margin-left: 33.33%;
    }
}

#provozovatel {
    font-size: 16px;
    padding-top: 30px;
    padding-bottom: 30px;
    border-top: 2px solid #f8f8f8;
    background-color: white;
}
@media (min-width: 992px){
    #provozovatel {
        padding-top: 70px;
        padding-bottom: 40px;
    }
}
#provozovatel em {
    color: #a349a4;
    font-style: normal;
    font-weight: bold;
}


.service-care h3 {
    padding-top: 0;
    margin-bottom: 25px;
	color: #2b9392;
	font-size: 24px;
	font-weight: 700;
}

.servis-item .box-poi h3 {
    margin-bottom: 15px;
    padding: 20px 0 25px 80px;
    background: transparent url('/images/homecare/icon-location.svg') left top no-repeat;
    background-size: 52px auto;
    margin-top: 0;
}

.servis-item .box-poi{
    background-color: #f8f8f8;
    padding: 40px;
}

.servis-item-img {
    max-width: 460px;
    margin: 0 auto 30px auto;
}

@media(max-width: 767px) {
    .servis-item .box-poi {
        padding: 20px;
    }
    .servis-item .box-poi h3 {
        background-size: 30px auto;
        padding: 10px 0 25px 50px;
        font-size: 20px;
    }
}

@media (min-width: 768px){
    
}
@media (min-width: 992px){
    #sluzby-care2 h3 {
        font-size: 30px;
    }
}


#kariery {
    font-size: 16px;
    padding-top: 30px;
    padding-bottom: 30px;
    border-top: 2px solid #f8f8f8;
    background-color: white;
}
@media (min-width: 992px){
    #kariery {
        padding-top: 50px;
        padding-bottom: 40px;
    }
}
#kariery em {
    padding: 0 7px;
    color: #a349a4;
    font-style: normal;
    font-weight: bold;
}
#kariery h2 {margin-bottom: 10px;}
#kariery h2 a {color: #a349a4;}


#kariery .col-xs-12 {
    padding-top: 25px;
    padding-bottom: 40px;
    background: transparent url('/images/homecare/twodots.png') center bottom no-repeat;
}
@media (min-width: 992px){
    #kariery .col-xs-12 {
        padding-top: 45px;
        padding-bottom: 60px;
    }
}
#kariery .row .col-xs-12:last-child {
    background: none;
}

@media (min-width: 992px) {
    .gmaps {
        width: 100%;
        height: 750px
    }
    .gmaps-container {
        height: 740px;
    }
}

.cbp-spmenu-right {
    background-color: #0d9392;
}
.cbp-spmenu-right ul li {
    list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFBAMAAAB/QTvWAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAFVBMVEWjSaSjSaSjSaSjSaSjSaSjSaT///9XFU6WAAAABXRSTlMbvvHKy6FTpJAAAAABYktHRAZhZrh9AAAACXBIWXMAAAsSAAALEgHS3X78AAAAB3RJTUUH4QUdDRA29v92LgAAABdJREFUCNdjYFRkYDANdWAIDQ0A00A+ABw5AtM5Ej2PAAAAAElFTkSuQmCC);
}
.cbp-spmenu ul {
    margin-bottom: 150px !important;

}

.navbar-default .navbar-nav li a {
    text-transform: initial;
}

#stoma-badge {position: absolute; right: 0; top: 300px; background-color: #fff; -moz-box-shadow: 0 1px 5px rgba(169,169,169,.34); -webkit-box-shadow: 0 1px 5px rgba(169,169,169,.34); box-shadow: 0 1px 5px rgba(169,169,169,.34); -webkit-border-top-left-radius: 10px; -webkit-border-bottom-left-radius: 10px; -moz-border-radius-topleft: 10px; -moz-border-radius-bottomleft: 10px; border-top-left-radius: 10px; border-bottom-left-radius: 10px; z-index: 200;}
#stoma-badge a {display: inline-block; width: 120px; height: 120px;  box-shadow: none; border: 0; text-align: center;}
#stoma-badge img {-webkit-border-top-left-radius: 10px; -webkit-border-bottom-left-radius: 10px; -moz-border-radius-topleft: 10px; -moz-border-radius-bottomleft: 10px; border-top-left-radius: 10px; border-bottom-left-radius: 10px;}
@media (max-width: 768px) {
    #stoma-badge {display: none;}
}
@media (min-width: 992px) {
    #stoma-badge {position: fixed;}
}
@media (max-width: 1199px) {
    #stoma-badge {display: none!important;}
}


/*  cookies */

#c-p-bn {
    flex: 1 1 100%;
    background-color: #a349a4 !important;
    margin-bottom: 10px;
}

.cc_div #c-bns {
    flex-wrap: wrap;
}

#c-bns button+button, #s-c-bn, #s-cnt button+button {
    margin: 0;
}

.cc_div #c-bns button {
    margin: 5px;
}

.cc_div #c-bns .cc-link {
    flex: 1;
}

#s-bns #s-all-bn {
    display: none;
}

#s-bns #s-rall-bn {
    display: none;
}

#s-bns {
    text-align: center;
}

#s-bns .c-bn {
    background-color: #a349a4 !important;
    color: #fff;
    margin: 0 auto;
    float: none;
}

#s-bl .c-bl.b-ex {
    background: #f8f8f8 !important;
}

#s-bl .c-bl.b-ex:hover {
    
}

#s-cnt .b-bn .b-tl:active, #s-cnt .b-bn .b-tl:hover {
    background: #d6d6d6 !important;
}


.cc_div .b-tg .c-tgl:checked~.c-tg {
    background: #2b9392 !important;
}

#s-c-bn {
    background: #f8f8f8 !important;
}

#s-c-bn:hover {
    background: #d6d6d6 !important;
}

#cc_div #cm .close-cookie {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    background: #f8f8f8 !important;
    cursor: pointer;
    padding: 0;
    font-size: 23px;
}

#cc_div #cm .close-cookie:before, #cc_div #cm .close-cookie:after{
    content: '';
    position: absolute;
    left: 0.82em;
    top: 0.58em;
    height: 0.6em;
    width: 1.5px;
    background: #444d53;
    background: var(--cc-btn-secondary-text);
    transform: rotate(45deg);
    border-radius: 1em;
    margin: 0 auto;
}

#cc_div #cm .close-cookie:after {
    transform: rotate(-45deg);
}

.cookie-btn-wrap {
    margin-top: 50px;
    margin-bottom: 50px;
}

.cookie-link {
    background: none;
    border: none;
    padding: 0;
    color: rgb(2, 169, 208);
}

.cookie-table {
    margin-bottom: 80px;
    background: #f8f8f8;
    padding: 20px;
}

.cookie-table h4 {
    margin-bottom: 10px;
    color: #2b9392;
    font-size: 24px;
    font-weight: 700;
}

.cookie-table table {
    width: 100%;
}

.cookie-page h2 {
    color: #a349a4;
    margin-bottom: 30px;
    font-weight: 700;
}

@media(max-width: 688px) {
    #cm, #cm.cloud, #cm.left, #cm.right {
        padding: 10px !important;
    }
    #c-txt {
        font-size: 10px;
    }
    .cc_div #c-bns {
        margin-top: 10px;
    }
    .cc_div .c-bn {
        padding: 8px 10px;
    }
    .cc_div #c-bns button {
        margin: 2px;
    }
    #cm.box, #cm.cloud {
        left: 10px;
        right: 10px;
    }
    #cm.bottom {
        bottom: 10px;
    }
    .bns-t #s-bns {
        height: 70px;
    }
    #s-inr.bns-t {
        padding-bottom: 80px;
    }
    #cc_div #cm .close-cookie {
        width: 30px;
        height: 30px;
        font-size: 18px;
    }
}

.gallery-list {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}

.gallery-item {
    width: 33.33%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

.gallery-item a {
    width: 100%;
    height: 200px;
}

.gallery-item a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media(max-width: 767px) {
    .gallery-list {
        margin-left: -5px;
        margin-right: -5px;
    }
    
    .gallery-item {
        padding: 5px;
    }
    
    .gallery-item a {
        width: 100%;
        height: 70px;
    }
    
}

.carousel-text {
    padding: 20px 50px;
    background-color: #f8f8f8;
    min-height: 300px;
    width: 700px;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}


.carousel-text  p {
    margin-bottom: 10px;
}

.ref-carousel .carousel-control .glyphicon {
    color: #a349a4;
}

@media(max-width: 767px) {
    .carousel-text {
        min-height: 470px;
    }
}


.ref-carousel .carousel-text p {
    margin-bottom: 10px;
}
.ref-carousel .carousel-text p {
    font-style: italic;
}

.ref-carousel .carousel-text p.ref-name {
    color: #a349a4;
    font-size: 16px;
    line-height: 1;
    font-weight: 600;
    margin-top: 20px;
    font-style: normal;
}