.navbar-brand {
    padding: 0;
}

.nav > li.active,
.nav > li > a:hover,
.cartMenu:hover > a.dropdown-toggle,
.navbar-tshop {
    background-color: #ffffff;
}
.navbar-fixed-top {
    border-width: 0;
}
.navbar-nav .getFullSearch,
.navbar-nav > li > a,
.cartMenu a.dropdown-toggle {
    color: #2980b9;
}
.navbar-nav > li:hover > a,
.navbar-nav > li > a:hover {
    background-color: #CEE0EC !important;
    color: #164564;
}


.description p {
	color: #7F8C8D;
	font-size: 14px;
	min-height: 5px;
	max-height: 90px;
	overflow: hidden;
	line-height: 18px;
}
.view .description {
	min-height: 3em;
}

.list-description {
    margin-top: 1em;
}
.list-description p {
    margin-top: 1em;
}
.view .product {
    text-align: right;
}
.flexible_row {
     display: flex;
     flex-direction: row;
     align-items: stretch;
 }
.item {
	display: block;
	height: auto;
	transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	margin-bottom: 3em;
	height: auto;
}

.photo-big {
    width: 100%;
}
.clinic-logo {
    padding: 3px;
    border: 1px solid #ddd;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.socialIcon a.fa-friend {
    width: auto;
}

.item.list-view .image {
    max-height: none;
    max-width: 320px;
}
.item.list-view .image img {
	max-height: none !important;
	width: 320px !important;
}
.item.list-view .product {
    min-height: 250px;
    padding: 1.5em;
}

.item.list-view h4 {
    margin: 15px 0 10px;
    min-height: 0;
    font-size: 28px;
}
span.size span {
    color: #aaa;
}
.brand-carousel li img {
	max-width: 90%;
	width: 90%;
}
.brand-carousel li {
    background-color: white;
}
.categoryImage {
    float: right;
    margin: auto auto 1em 1em;
}
.servicePhotos img {
    margin: auto auto 0.3em 0.3em;
}

.sort-by {
    display: inline-block;
    margin: 6px auto 10px 5em;
}
    .sort-by li {
        display: inline;
        margin-right: 0.5em;
    }
        .sort-by li span {
            color: #aaa;
        }
        .sort-by li a.ASC,
        .sort-by li a.DESC {
            font-weight: bold;
        }

.category-level-2 li {
    padding-left: 1em;
}
    .category-level-2 li a {
        padding-left: 0;
    }

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.notes {
    resize: vertical;
    width: 100%;
}

.required {
    font-size: larger;
}

.required:after {
    content: '*';
    font-weight: bold;
    color: red;
}

.companion {
    display: none;
}

.book {
    margin-bottom: 30px;
}

/*.product-details {
    text-align: left;
    display: none;
}*/

.services tr, .services tr * {
    cursor: pointer;
}

.services.locked tr {
    display: none;
}

.services.locked tr input[type=checkbox] {
    display: none;
}

.services.locked tr.checked {
    display: table-row;
}

tr .service-info {
    display: none;
}

.gratis-list {
    list-style: circle;
    margin-left: 2em;
}

.info-list {
    list-style: disc;
    margin-left: 2em;
}

.last-dot {
    margin-top: 0.5em;
}

.special-offer {
    font-size: 16pt;
    text-align: center;
    margin: 1em 0;
}

.reservation-info {
    font-weight: bold;
}

.note {
    font-size: smaller;
}

/* The max width is dependant on the container (more info below) */
.popover{
    max-width: 500px; /* Max Width of the popover (depending on the container!) */
}

.login-form {
    width: 50%;
    margin: 0 auto;
}

.btn-file {
    position: relative;
    overflow: hidden;
}

.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

#clinicStatistics .stat {
    text-align: center;
}

#clinicStatistics .stat .data {
    font-size: 34pt;
}

.product.featured .image {
    max-height: 280px;
}

.product.featured .image a img {
    width: 100%;
    max-height: none;
    min-height: 179px;
    height: 270px;
}
.product.featured h4 { /* package title */
    height: 5em;
}

.featured .data {
    padding-top: 25px;
}

.category-tree li {
    margin: 0px 0;

    list-style-type: none;
    position: relative;
    padding: 20px 5px 0px 5px;
}

.category-tree ul ul {
    margin-left: 35px;
}

.category-tree li::before{
    content: '';
    position: absolute;
    top: 0;
    width: 1px;
    height: 100%;
    right: auto;
    left: -20px;
    border-left: 1px solid #ccc;
    bottom: 50px;
}
.category-tree li::after{
    content: '';
    position: absolute;
    top: 30px;
    width: 25px;
    height: 20px;
    right: auto;
    left: -20px;
    border-top: 1px solid #ccc;
}
.category-tree li a, .category-tree li span {
    display: inline-block;
    border: 1px solid #ccc;
    padding: 5px 10px;
    text-decoration: none;
    color: #666;
    font-family: arial, verdana, tahoma;
    font-size: 11px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

/*Remove connectors before root*/
.category-tree > ul > li::before, .category-tree > ul > li::after{
    border: 0;
}
/*Remove connectors after last child*/
.category-tree li:last-child::before{
    height: 30px;
}

/*Time for some hover effects*/
/*We will apply the hover effect the the lineage of the element also*/
.category-tree li a:hover {
    background: #c8e4f8; color: #000; border: 1px solid #94a0b4;
}

.banner {
    width: 100%;
    display: block;
    border: none;
    background: none;
    padding: 0;
    margin: 0 0 30px;
}

.banner img {
    width: 100%;
}

.product .description {
    height: 9em;
}

.product.featured .description {
    /*min-height: 75px;
    height: 75px;*/
    min-height: 5.5em;
    height: 5.5em;
}

#grand-lubicz {
    background: url('../../img/banner/normal.jpg');
    position: relative;
    margin-bottom: 30px;
    background-size: 100%;
    padding-top: 13.158%;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    transition: 0.3s padding-top;
}

#grand-lubicz.expanded {
    padding-top: 39.473%;
}

#grand-lubicz.expanded .short-info {
    display: none;
}

#grand-lubicz.expanded .info {
    display: block;
}

#grand-lubicz .short-info {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, .65);
    padding: 5px 0;
    color: white;
    font-size: 15pt;
    line-height: 34px;
}

#grand-lubicz .info {
    margin-left: 37.28%;
    width: 62.72%;
    position: absolute;
    bottom: 0;
    padding-top: 26.316%;
    background: rgba(0, 0, 0, .65);
    display: none;
}

#grand-lubicz .info h1, #grand-lubicz .info h2 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: white;
    line-height: 120%;
}

#grand-lubicz .info h1 {
    font-size: 19pt;
}

#grand-lubicz .info h2 {
    font-size: 17pt;
}

#grand-lubicz .info a {
    font-size: 18pt;
    padding: 18px;
}

#grand-lubicz .info .info-wrapper {
    position: absolute;
    top: 30px; bottom: 30px; left: 80px; right: 80px;
    text-align: center;
}

#grand-lubicz .short-info a {
    margin-left: 20px;
}

@media (max-width: 1024px) {
    #grand-lubicz .info h1 {
        font-size: 14pt;
    }

    #grand-lubicz .info h2 {
        font-size: 12pt;
    }

    #grand-lubicz .info .info-wrapper {
        position: absolute;
        left: 30px; right: 30px;
        text-align: center;
    }

    #grand-lubicz .short-info {
        position: absolute;
        bottom: 0;
        width: 100%;
        background: transparent;
    }

    #grand-lubicz .short-info > span {
        display: none;
    }

    #grand-lubicz .short-info a {
        margin-left: 20px;
        font-size: 16pt;
    }
}

@media (max-width: 768px) {
    #grand-lubicz .info h1, #grand-lubicz .info h2 {
        display: none;
    }

    #grand-lubicz .info a {
        display: table;
        height: 100%;
        width: 100%;
        vertical-align: middle;
    }

    #grand-lubicz .info a span {
        display: table-cell;
        height: 100%;
        vertical-align: middle;
    }
}
/* articles */
.article_img {
    width: 50%;
    margin: 0 auto;
    padding: 0px 0px 10px 0px;
}
/* admin zone */
.paginator_buttons {
    float: right;
}
.paginator_buttons button{
    border: 1px solid grey;
    background: white;
    color: grey;
}
.paginator_buttons .patients_active_page{
    background: darkgrey;
    color: white;
}

.admin-search{
    width:100%;
    float: left;
    margin-bottom: 10px;
}
.admin-search form{
    padding-left: 0;
}
.admin-search input{
    margin: 0;

}
.description > h4{
    padding-bottom: 15px;
}
.searchInputBox{
    margin-top: 2px;
}
.searchInputBox > input{
    border-bottom: 2px solid #2c88c5;
    padding: 0px 5px 0 15px;
    border-top: 2px solid #2c88c5;
    margin-top: 9px;
    border-left: 2px solid #2c88c5;
}
.searchInputBox .search-btn {
    float: right;
    color: rgba(44, 136, 197, 0.8);
    border-bottom: 2px solid #2c88c5;
    padding: 0px 5px 3px 5px;
    border-top: 2px solid #2c88c5;
    border-left: none;
    border-right: 2px solid #2c88c5;
    margin-top: 9px;
    display: block;
    width: 50px;
    text-align: center;

    -moz-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}


.main_menu_item a{
    padding: 15px 10px!important;
}

/* VOUCHERS */

/* FORM - TOP PART */
.voucher-mini-banners-container{  }
.voucher-mini-banner{
    height: 120px;
    color: white;
    font-size: 1.6em;
    font-weight: 600;
    margin-top: 20px;
}
.voucher-mini-banner div span, .voucher-mini-banner div img {
    float: left;
}
.voucher-mini-banner div{
    display: flex;
    justify-content: center;
    padding-top: 30px;
}
.voucher-mini-banner div span {
    padding-top: 10px;
    padding-left: 20px;
}
.voucher-mini-banner-first{
    background-image: url("/images/vouchers/5.png");
}
.voucher-mini-banner-first::before{
    content: url("/images/vouchers/4.png");
    position: absolute;
    left: -4px;
    top: 0;
}
.voucher-mini-banner-first::after{
    content: url("/images/vouchers/6.png");
    position: absolute;
    right: -4px;
    top: 0;
}
.voucher-mini-banner-second{
    background-image: url("/images/vouchers/8.png");
}
.voucher-mini-banner-second::before{
    content: url("/images/vouchers/7.png");
    position: absolute;
    left: -4px;
    top: 0;
}
.voucher-mini-banner-second::after{
    content: url("/images/vouchers/9.png");
    position: absolute;
    right: -4px;
    top: 0;
}
.voucher-mini-banner-third {
    background-image: url("/images/vouchers/11.png");
}
.voucher-mini-banner-third::before{
    content: url("/images/vouchers/10.png");
    position: absolute;
    left: -4px;
    top: 0;
}
.voucher-mini-banner-third::after{
    content: url("/images/vouchers/12.png");
    position: absolute;
    right: -4px;
    top: 0;
}


.vouchers-form-first-part, .vouchers-form-second-part, .vouchers-form-third-part{
    margin-top: 20px;
}
.vouchers-form-first-part input, .vouchers-form-first-part label{
    height: 40px;
}
.vouchers-form-first-part label {
    padding-top: 10px !important;
}
.no-padding-left{
    padding-left: 0 !important;
}
.no-padding-right{
    padding-right: 0 !important;
}
.amount-inputs, .value-inputs, .format-inputs {
    margin-top: 10px;
}
.amount-inputs input {
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
    height: 40px;
}
.value-inputs div, .value-inputs input{
    text-align: center;
    margin-bottom: 10px;
    color: #888888;
    height: 40px;
    padding-top:8px;
}
.format-inputs div {
    margin-bottom: 10px;
    color: #888888;
    cursor:pointer;
    height: 40px;
    padding-top:8px;
}
.vouchers-form-third-part button {
    width: 100%;
    margin-top: 20px;
    height: 45px;
    background-image: url("/images/vouchers/23.png");

}
.voucher-form-hint {
    margin-top: 20px;
    font-size: 1.2em;
    margin-left: 20px;
    margin-bottom: 10px;
}
.vouchers-confirmation-first-column .user-data{
    margin-top: 31px;
}
.vouchers-confirmation-first-column .user-data input{
    height: 40px;
    padding-top: 7px;
}
.vouchers-confirmation-first-column .user-data label{
    height: 40px;
    padding-top: 10px !important;
}
#order-button {
    width: 100%;
    margin-top: 20px;
    height: 45px;
    background-image: url("/images/vouchers/23.png");

}
.amount-inputs-confirmation, .value-inputs-confirmation, .format-inputs-confirmation, .sum-value-inputs-confirmation {
    margin-top: 10px;
}
.amount-inputs-confirmation input {
    text-align: center;
    width: 100%;
    margin-bottom: 15px;
    height: 40px;
}
.value-inputs-confirmation div, .value-inputs-confirmation input{
    text-align: center;
    margin-bottom: 15px;
    color: #888888;
    height: 40px;
    padding-top: 8px;
}
.format-inputs-confirmation div {
    margin-bottom: 15px;
    color: #888888;
    cursor:pointer;
    height: 40px;
    padding-top: 7px;
}
#back-to-form-button{
    margin-top: 14px;
    width:100%;
    height: 40px;
    padding-top: 7px;
    margin-bottom: 40px;
}
.sum-value-inputs-confirmation div, .sum-value-inputs-confirmation input{
    text-align: center;
    margin-bottom: 15px;
    color: #888888;
    height: 40px;
}
#sum_value{
    color: #888888;
    height: 40px;
    padding-top: 8px;
}