﻿.go-treeview li.has-dropdown:not(.expanded) > a:first-child {
    background: rgba(192, 169, 121, 0.2) url(../../images/book-closed.png) no-repeat 2% 6px !important;
}

.go-treeview li.has-dropdown:not(.expanded) {
    background: transparent url(../../images/collapse_en.png) no-repeat 2% 12px;
        background-size: 18px;
}


.go-treeview li.has-dropdown > a:first-child {
    background: rgba(192, 169, 121, 0.5) url(../../images/book-opened.png) no-repeat 3% 10px;
    background-size: 26px;
    color: #898989;
    display: block;
    padding: 10px;
    padding-left: 50px;
    font-weight: 500;
}

.go-treeview li.has-dropdown {
    background: transparent url(../../images/expand.png) no-repeat 2% 12px;
    background-size: 18px;
    padding-left: 35px;
}

.go-treeview li:not(.has-dropdown) > a {
    background: transparent url(../../images/paper.png) no-repeat 3% 10px;
    background-size: auto 24px;
    color: #898989;
    display: block;
    padding: 10px;
    padding-left: 40px;
    font-weight: 500;
}

.in-this-day-container h4 {
	text-align:left !important;
}

.main-carousel .carousel-item {
    height: 450px;
}

@media only screen and (max-width: 768px) {
	.main-carousel .carousel-item {
    height: 200px !important;
}

}

.nav-buttons {
    left: 15px !important;
}

