﻿@font-face {
  font-family: 'Didot';
  src: url("../fonts/Didot/Didot.eot");
  src: url("../fonts/Didot/Didot.eot?#iefix") format("embedded-opentype"), url("../fonts/Didot/Didot.woff2") format("woff2"), url("../fonts/Didot/Didot.woff") format("woff"), url("../fonts/Didot/Didot.svg#Didot") format("svg");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0-10FFFF; }
.form-check select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.form-control-feedback {
    line-height: 40px !important;
}
.form-control-feedback {
    position: absolute;
    top: 0;
    right: 10px;
    z-index: 2;
    display: block;
    width: 34px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    pointer-events: none;
}
.site-footer .time, .site-footer #time__, .site-footer .temperature {
    font-size: 54px;
    line-height: 64px;
    color: #fff;
    letter-spacing: 2px;
    margin: 0;
    font-family: 'Didot', 'Playfair Display', serif;
    display:inline-block;
}

.site-footer .time #time__format:after {
    content: '';
    display: inline-block;
    height: 1px;
    width: 150px;
    background-color: #fff;
    position: relative;
    margin: 0 10px;
    bottom: 7px;
}

.site-footer .time #time__format {
    font-weight: 700;
    margin-left: 10px;
}
footer .time #time__format, .site-footer #time__ #time__format, .site-footer .temperature #time__format {
    font-family: 'Playfair Display', serif;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 0;
    display: inline-block;
}

.time #time1__ {
    font-size: 34px;
    line-height: 34px;
    /*color: #fff;*/
    letter-spacing: 2px;
    margin: 0;
    font-family: 'Didot', serif;
    display:inline-block;
}

.time #time1__format {
    font-weight: 700;
    margin-left: 10px;
}
@media screen and (max-width: 768px) {
    .site-footer .time, .site-footer #time__, .site-footer .temperature {
        font-size: 34px;
    }
    .site-footer .time #time__format {
        width:50px;
    }
    .site-footer .time #time__format:after {
   display:none;
}
}