@import "/resources/css/base/reset.css";@import "/resources/css/base/normalize.css";@import "/resources/css/base/animate.css";@import "/resources/css/base/semantic.min.css";

html.ios {
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}
html.ios,
html.ios body {
    height: initial !important;
}

a.sidebar-toggle {
    position: relative;
    display: block;
    top: -15px;
    left: 25px;
    color: #fff;
    font-size: 1.1em;
    cursor: pointer;
}

.dimmed {
    cursor: pointer;
}

.ui.logo.image {
    display: block;
    margin: 0 auto;
}

/*******************************
            Popup
*******************************/

.ui.calendar .ui.popup {
    max-width: none;
    padding: 0;
    border: none;
    user-select: none;
}

/*******************************
            Calendar
*******************************/

.ui.calendar .calendar:focus {
    outline: 0;
}

/*******************************
            Table
*******************************/

.ui.calendar .ui.table.year,
.ui.calendar .ui.table.month,
.ui.calendar .ui.table.minute {
    min-width: 15em;
}

.ui.calendar .ui.table.day {
    min-width: 18em;
}

.ui.calendar .ui.table.hour {
    min-width: 20em;
}

.ui.calendar .ui.table tr th,
.ui.calendar .ui.table tr td {
    padding: 0.5em;
    white-space: nowrap;
}

.ui.calendar .ui.table tr th {
    border-left: none;
}

.ui.calendar .ui.table tr th .icon {
    margin: 0;
}

.ui.calendar .ui.table tr th .icon {
    margin: 0;
}

.ui.calendar .ui.table tr:first-child th {
    position: relative;
    padding-left: 0;
    padding-right: 0;
}

.ui.calendar .ui.table.day tr:first-child th {
    border: none;
}

.ui.calendar .ui.table.day tr:nth-child(2) th {
    padding-top: 0.2em;
    padding-bottom: 0.3em;
}

.ui.calendar .ui.table tr td {
    padding-left: 0.1em;
    padding-right: 0.1em;
}

.ui.calendar .ui.table tr .link {
    cursor: pointer;
}

.ui.calendar .ui.table tr .prev.link {
    width: 14.28571429%;
    position: absolute;
    left: 0;
}

.ui.calendar .ui.table tr .next.link {
    width: 14.28571429%;
    position: absolute;
    right: 0;
}

.treatment-category {
    display: block;
    margin: 10px 0 5px 0;
    font-weight: 600;
    color: #876A69;
}

.form .submit.button{
    display: block;
    margin: 40px 0 0 0;
    background-color: #fff;
    color: #876A69;
}

.form .submit.green.button{
    display: block;
    margin: 40px 0 0 0;
    background-color: #21ba45;
    color: #fff;
}

html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto!important;
    min-height: 100%;
    max-width: 100%;
    background-color: #fff;
}

.admin.page.title {
    display: block;
    width: 100%;
    text-align: center;
    margin: 25px 0;
    font-size: 2.0em;
    font-weight: 400;
}

header {
    background: url('/resources/images/bg.png') no-repeat center center;
    background-size: cover;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

section.page {
    padding: 40px 0;
    width: 100%;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
}

header img.logo {
    display: block;
    width: 100%;
    min-width: 320px;
    max-width: 720px;
    height: auto;
    margin: 0 auto;
}

header:before,
header:after {
    content: " ";
    display: table;
    padding-bottom: 40px;
}
header:after {
    clear: both;
}
/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
header {
    *zoom: 1;
}

.admin.header {
    width: 100%;
    height: 70px;
    background: #f2bcbb;
    color: #fff;
}

@media only screen and (max-width: 1700px) {
    header img.logo {
        max-width: 480px;
    }
}

@media only screen and (max-width: 1200px) {
    header img.logo {
        max-width: 420px;
    }
}

header div.contact {
    display: block;
    margin: 0 auto;
    top: -50px;
    position: relative;
}

div.contact span{
    display: block;
    width: 100%;
    text-align: center;
    font-size: 1.2em;
    font-weight: 300;
    margin-bottom: 10px;
}

div.contact span a {
    color: #F9B233;
}

div.contact span a:hover {
    color: #876A69;
    font-size: 1.1em;
}

header div.scroll.indicator {
    display: block;
    width: 100%;
}

header div.scroll.indicator img {
    display: block;
    width: 24px;
    height: auto;
    margin: 0 auto;
}

section.appointment {
    background-color: #f2bcbb;
    color: #fff;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    -moz-box-shadow:    0 0 10px rgba(0, 0, 0, 0.25);
    box-shadow:         0 0 10px rgba(0, 0, 0, 0.25);
    padding: 40px 0;
}

section.appointment .category.column {
    padding: 5px 0 10px 0!important;
}

.form .field .input{
    max-width: 350px;
}

span.explanation {
    display: block;
    margin: 20px 0 10px 0;
    font-weight: 300;
    font-size: 1.1em;
}

span.information {
    display: block;
    margin: 10px 0 20px 0;
    font-style: italic;
    color: #876A69;
}

.ui.checkbox label {
    color: #876A69;
    font-weight: 300;
}

.form .ui.input input[type=text], .form .ui.input input[type=password] {
    color: #876A69;
    font-weight: 300;
    background: none;
    border: none;
    border-bottom: 2px #fff solid;
}

.admin .form .ui.input input[type=text], .admin .form .ui.input input[type=password] {
    border-bottom: 2px #f2bcbb solid;
}

.form .ui.input .ui.corner.label {
    border-color: transparent!important;
    color: #876A69;
}

footer {
    z-index: 0;
    background-color: #fbe7a5;
    width: 100%;
    min-height: 340px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    -moz-box-shadow:    0 0 10px rgba(0, 0, 0, 0.25);
    box-shadow:         0 0 10px rgba(0, 0, 0, 0.25);
}

div.information {
    padding: 100px 0;
    color: #876A69;
}

div.information h1 {
    margin-bottom: 40px;
}

section.map {
    z-index: 0;
    width: 100%;
    height: 350px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    -moz-box-shadow:    0 0 10px rgba(0, 0, 0, 0.25);
    box-shadow:         0 0 10px rgba(0, 0, 0, 0.25);
}

div#map {
    width: 100%;
    height: 100%;
}

section.map .address {
    position: relative;
    z-index: 1;
    width: 300px;
    height: 260px;
    border-radius: 25px 25px 0 0;
    background-color: #fbe7a5;
    color: #876A69;
    padding: 30px;
    text-align: center;
    top: -260px;
    -webkit-box-shadow: 0 -2px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow:    0 -2px 3px rgba(0, 0, 0, 0.1);
    box-shadow:         0 -2px 3px rgba(0, 0, 0, 0.1);
}

section.map .address div {
    font-weight: 300;
    font-size: 1.1em;
}

section.map .address h1 {
    margin: 0 0 20px 0;
    left: -20px;
    position: inherit;
}

section.map .address a img {
    width: 221px;
    height: 40px;
    margin-top: 20px;
}



.main.menu {
    border-radius: 0;
    border: none;
    box-shadow: none;
    transition:
            box-shadow 0.5s ease,
            padding 0.5s ease
;
}
.main.menu .item img.logo {
    width: 60px;
    height: 60px;
}

.overlay {
    float: left;
    margin: 0em 3em 1em 0em;
}
.overlay .menu {
    position: relative;
    left: 0;
    transition: left 0.5s ease;
}

.main.menu.fixed {
    background-color: #FFFFFF;
    border: 1px solid #DDD;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
}
.main.menu.placeholder {
    margin: 0;
}
.overlay.fixed .menu {
    left: 800px;
}

@media only screen and (max-width: 767px) {
    .main.menu{
        display: none !important;
    }
}


section.opening-hours .ui.table {
    color: #876A69!important;
    border: none;
    font-size: 1.1em;
}

section.opening-hours .ui.table td:nth-child(2) {
    width: 25%;
}

section.opening-hours .ui.table td:nth-child(2) {
    width: 25%;
}

section.opening-hours .ui.table td:nth-child(3) {
    width: 50%;
}

.news.item {
    max-height: 150px;
    background: #f2bcbb;
    width: 100%;
    text-decoration: none;
    margin: 10px 0px;
    overflow: hidden;
    display: block;
    border-radius: 20px;
}
.news.item:first-of-type {
    margin-top: 0px;
}
.news.item:hover {
    background: #876A69; opacity: 1;
    transform: scale(1.025, 1.025);
    cursor: pointer;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    -moz-box-shadow:    0 0 10px rgba(0, 0, 0, 0.25);
    box-shadow:         0 0 10px rgba(0, 0, 0, 0.25);
}
.news.item .img {
    display: block;
    float: left;
    margin-right: 10px;
    max-height: 130px;
    height: 130px;
    width: 130px;
    background-size: 100% auto!important;
    border: 10px solid #fbe7a5;
    border-radius: 20px;
}

.news.item h1 {
    font-size: 1.5em;
    font-weight: 400;
    margin: 10px 0;
    color: #FFF;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-right: 10px;
}
.news.item p {
    margin: 0 10px 10px 0;
    color: #876A69;
    display: block;
    text-overflow: ellipsis;
    word-wrap: break-word;
    overflow: hidden;
    max-height: 3.0em;
    line-height: 1.5em;
}

.news.item:hover p {
    color: #fff;
}

.news.item span.date {
    margin: 0 10px 10px 0;
    color: #fff;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 1.5em;
    font-weight: 300;
    font-size: 0.9em;
}

.news .submit.button{
    display: block;
    margin: 20px auto 0 auto;
    background-color: #876A69;
    color: #fff;
    font-weight: 300;
    font-size: 1.1em;
}

footer div.contact span{
    font-size: 1.0em;
    margin: 0 0 3px 0;
}

footer div.contact span a {
    color: #876A69;
}

footer div.contact span a:hover {
    color: #000;
    font-size: 1.1em;
}

footer div.copyright {
    margin: 20px 0 0 0;
    color: #876A69;
    font-size: 1.0em;
    font-style: italic;
}

#news-image {
    max-width: 450px;
    max-height: 450px;
}

#more-news-button.hide {
    display: none;
}

div.category.column.hide {
    display: none!important;
}

/* pagination
    ul > pagination
    li > page-item first
    li > page-item prev
    li > page-item
    li > page-item active
    li > page-item next
    li > page-item last
 */

