
/* Your custom css code here */

/*
@font-face {
    font-family: 'Pagella';
    src: url('fonts/texgyrepagella-regular.otf'), url('fonts/Calibri.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Calibri';
    src: url('fonts/Calibri.ttf');
    font-weight: normal;
    font-style: normal;
}

body, input, button, select, textarea  {
    font-family: Calibri,"Open Sans","Arial",sans-serif;
}

h1, h2, h3, h4, h5, h6
{
    font-family: Pagella,"Open Sans","Arial",sans-serif;
}

*/

/*
div.options .pull-right{
    display:none !important;
}
*/

/* [START] Hint */

.hint {
    position: relative;
    cursor: pointer;
    margin-left: 3px;
}

.hint .hint-notice {
    /*border: 2px solid #FBEB94;
    background: #FBFB9B;*/
    position: absolute;
    padding: 5px 12px;
    text-align: center;
    white-space: nowrap;
    bottom: 35px;
    left: 50%;
    color: #918737;
    transform: translate(-50%,0%);
    -webkit-transform: translate(-50%,0%);
}

.hint .hint-message {
    margin-left: 5px;
    border: 2px solid #FBEB94;
    background: #FBFB9B;
    padding: 5px 12px;
    text-align: center;
    white-space: nowrap;
    color: #918737;
    display: inline-block;
    font-style: normal;
}

/*
 .hint-notice:after{
    content: '';
    position: absolute;
    width: 0px;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 11px solid #FBEB94;
    top: 100%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    left: 50%;
}*/

 .hint .hint-arrow {
    position: absolute;
    width: 0px;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 11px solid #FBEB94;
    /* top: 100%; */
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    left: 50%;
    bottom: 31px;
    opacity:0;
}

.hint-notice{   
    opacity: 0;
    z-index: 1000000;
    pointer-events: none;
   /* -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    transition: .3s ease;*/
}

@media (max-width: 768px) {
    .hint .hint-notice {
        position: absolute;
        padding: 5px 2px;
        text-align: center;
        white-space: normal;
        left: -55px;
        color: #918737;
        transform: translate(0%,0%); 
        -webkit-transform: translate(0%,0%); 
    }
    
    .hint .hint-notice span {
        white-space: normal;
        margin-left: 0;
    }
}

/* [/END] Hint */

/* onmouse_gallery */

.onmouse_gallery {
    position: relative;
}

.onmouse_gallery-image {
    position: absolute;
    bottom: 15px;
    left: 0px;
    margin: 3px 3px 3px 0;
    padding: 5px;
    display: block;
    width: 230px;
    height: 175px;
    border: 1px solid #E5E5E5;
    cursor: pointer;
    background: white;
    display:none;
}


/* end onmouse_gallery */

/* [START] treefield */

.treefield-list .treefield-item {
    color: #555;
    margin: 0.5% !important;
    position:relative;
}

.treefield-list .treefield-item * {
    box-sizing: border-box;
}

.treefield-list .treefield-item .treefield-item-box {
    min-height: 205px;
}

.treefield-list .tf-title {
    background: #1171A3;
    font-size: 20px;
    font-weight: 500;
    font-size: 16px;
    padding: 5px 0;
    text-transform: uppercase;
    min-height: 36px;
    opacity: 0.9;
    padding: 8px;
}

.treefield-list .tf-title,
.treefield-list .tf-title a {
    color: white;
}

.treefield-list .tf-image {
    width: 100%;
    height: 150px;
}

.treefield-list .tf-image img {
    height:100%;
    width: 100%;
    object-fit:cover;
    -ms-object-fit:cover;
    -o-object-fit:cover;
    -webkit--object-fit:cover;
    -moz-object-fit:cover;
}

.treefield-list .tf-description {
    min-height: 50px;
    padding: 5px;
}

.treefield-list .tf-item-dist .title {
    color: #1171a3; 
    display: block;
    font-size: 14px;
    font-weight: 600;
    text-decoration: underline;
    margin-bottom:5px;
    padding-right: 25px;
}

.treefield-list .tf-item-dist ul {
    height: 60px;
    list-style: none;
    margin: 0;
    padding:0;
}

.treefield-list .tf-item-dist ul li {
    line-height: 13px;
    position:relative;
    padding-left: 10px;
}

.treefield-list .tf-item-dist ul li:before {
    content: '-';
    left: 0px;
    position: absolute;
}

.treefield-list .tf-item-dist span, 
.treefield-list .tf-item-dist a {
    color: #555;
    font-size: 12px;
}

.treefield-list .tf-item-dist a:hover  {
    color: #005580;
        text-decoration: underline;
}

.tf-item-dist-other  {
    padding: 5px;
}

.tf-item-dist-other .title {
    cursor: pointer;
    font-weight: 600;
    padding-right: 25px;
    margin-bottom:5px;
    text-decoration: underline;
    
}

.tf-item-dist-other .tf-item-childs {
    display: none;
    font-size: 12px;
}

.treefield-list .treefield-item.open .tf-item-childs {
    display: block;
}

.treefield-list .treefield-item .tf-item-childs span,
.treefield-list .treefield-item .tf-item-childs a {
    color: #fff;
    text-decoration: none;
    font-size: 11px;
    line-height: 19px;
    font-weight: 600;
}

.treefield-list .treefield-item.open .treefield-item-box {
    height: auto;
}


/* [/END] treefield */

/* [START] weather */
.weather-box:after {

.tf-item-childs {
    padding: 3px 0;
}

.tf-item-childs:after {
    content: '';
    clear: both;
    display: table;
}


.weather-box {
}

.weather-box .weather-item {
    width: 100%;
    max-width: 165px;
    margin: 0 auto;
    margin-bottom: 15px;
    background: #FFFFFF;
    border: 2px solid #DEDBDB;
    color: #666;
    font-weight: 400;
    padding: 20px 5px;
    text-align: center;
}

.weather-box.forecast .weather-item {
    height: 210px;
}

.weather-box.forecast .weather-img {
    width: 100%;
    height: 60px;
    overflow: hidden;
    text-align: center;
    margin: 5px 0; 
}

.weather-box .weather-item .description {
    margin-bottom: 5px;
    margin-top: 5px;
    text-transform: capitalize;
}

.weather-box .weather-img {
    width: 100%;
    height: 50px;
    overflow: hidden;
    text-align: center;
}

.weather-box .weather-img img {
        max-height: 100%;
}

.weather-box .weather-img {
    display: inline-block;
}

.weather-box .date {
    text-align: center;
    font-weight: 600;
    font-size: 20px;
    color: #555555;
    margin-bottom: 10px;
}
/* [/END] weather */

.wrap-map .gmnoprint {
    margin-right: 5px !important;
}

@media (max-width: 767px){
    #ws-walkscore-tile {
        display: none;
    }
}


/* [START] Energy widget */

    .energy_widget {
        padding-top: 5px;
    }

    .energy_widget .energy_widget-graph-skin {
        background: url(../img/energy_widget-graph.png) no-repeat 0 0;
        height: 31px;
        width: 221px;
        position: relative;
    }
    
    .energy_widget-graph-pointer-box {
        position: relative;
        width: 20%;
        top: 19px;
        height: 12px;
        max-width: 100%;
    }
    
    .energy_widget .energy_widget-graph-pointer {
        background: url(../img/energy_widget-graph.png) no-repeat -220px 0;
        height: 12px;
        width: 11px;
        position: absolute;
        right: -6px;
        top: 0;
    }
    
    .energy_widget .energy_widget-content {
        padding: 15px 0;
        max-width: 400px;
        width:100%;
    }
    
    .energy_widget .energy_widget-content-list {
        padding: 0;
        margin:0;
        list-style:none;
    }
    
    .energy_widget .energy_widget-content-list li {
        display: block;
        padding: 7px 0;
    }
    
    .energy_widget .energy_widget-content-list li:after {
        content: '';
        clear: both;
        display: table;
    }
    
    .energy_widget .energy_widget-content-list .title {
        width:50%;
        float:left;
        text-align:left;
        font-weight: 500;
    }
    
    .energy_widget .energy_widget-content-list .value {
        width: 50%;
        float:right;
        text-align:right;
    }
    
/* [/END] Energy widget */


.tf-item-childs > * {
    background: #1171A3;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    float: left;
    margin-bottom: 1px;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    height: 19px;
    width: 49%;
    white-space: nowrap;
    padding: 0 3px;
}

.tf-item-childs > *:nth-child(odd) {
    margin-right: 1%;
}

.treefield-list .treefield-item .tf-item-childs a:hover {
    background: #11628C;
    text-decoration: underline;
}

/* [/END] treefield */

