body{
    text-align: center;
}
#date_time{
    margin: 20px 0;
}

.hero-circle {
    width: 180px;
    height: 180px;
    margin: 0 auto;
    position: relative;
    border: 3px solid #fff;
    border-radius: 50%;
    /*border: 1px solid #000;*/
    /*box-shadow: 0 0 10px rgba(34, 34, 34, 0.3),*/
                /*inset 0 0 10px rgba(34, 34, 34, 0.3);*/
    box-shadow: 0 0 8px 2px rgba(34, 34, 34, 0.3),
                inset  0 0 8px 2px rgba(34, 34, 34, 0.3);
    /*background: url(../images/bg.png) 0 50%*/
}

.is-moment .hero-circle {
    background-color: #61b2a7
}

.is-moment-timezone .hero-circle {
    background-color: #4e7cad
}

.hero-face {
    width: 100%;
    height: 100%
}

.hero-face:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12px;
    height: 12px;
    margin: -6px 0 0 -6px;
    background: #fff;
    border-radius: 6px;
    content: "";
    display: block;
    box-shadow: 0 0 0 1px #ccc;
}

.hero-hour {
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -4px 0 -4px -25%;
    padding: 4px 0 4px 25%;
    background: #fff;
    box-shadow: 0 1px 8px rgba(34, 34, 34, 0.3), inset 0 1px 8px rgba(34, 34, 34, 0.3);
    -webkit-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    border-radius: 4px 0 0 4px
}

.hero-minute {
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -40% -3px 0;
    padding: 40% 3px 0;
    background: #fff;
    box-shadow: 0 1px 8px rgba(34, 34, 34, 0.3), inset 0 1px 8px rgba(34, 34, 34, 0.3);
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    border-radius: 3px 3px 0 0
}

.hero-second {
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -40% -1px 0 0;
    padding: 40% 1px 0;
    background: #fff;
    box-shadow: 0 1px 8px rgba(34, 34, 34, 0.3), inset 0 1px 8px rgba(34, 34, 34, 0.3);
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    transform-origin: 50% 100%
}


.line{
    display: block;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 50%;
    right: 50%;
    width:1px;
    height: 100%;
    /*background-color: #000;*/
}
.line.g{
    transform: rotate(90deg);
}
.line.m:before,
.line.m:after{
    left: 0px;
    width: 1px;
}
.line.m5{
    transform: rotate(30deg);
}
.line.m10{
    transform: rotate(60deg);
}
.line.m20{
    transform: rotate(120deg);
}
.line.m25{
    transform: rotate(150deg);
}
.line:before,
.line:after{
    content: '';
    position: absolute;
    left: -1px;
    width: 3px;
    height: 6%;
    background-color: #aaa;
}
.line:before{
    top: 1px;
}
.line:after{
    bottom: 1px;
}

.container{
    max-width: 80%;
    margin: 0 auto;
    /*border: 1px solid #28303d;*/
}
@media screen and (max-width: 768px){
    .container{
        max-width: 90%;
    }
}
footer{
    margin-top: 20px;
}
header{
    margin-bottom: 20px;
}
a{
    color: #28303d;
}
a:hover{
    opacity: 0.75;
}
footer,
header{
    background-color: #28303d;
    color: #fff;
    padding: 10px 0;
}
footer *,
header *{
    color: #fff;
}


iframe{
    max-width: 100% !important;
}


.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}

.embed-responsive::before {
    display: block;
    content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.embed-responsive-21by9::before {
    padding-top: 42.857143%;
}

.embed-responsive-16by9::before {
    padding-top: 56.25%;
}

.embed-responsive-4by3::before {
    padding-top: 75%;
}

.embed-responsive-1by1::before {
    padding-top: 100%;
}
@media screen and (min-width: 768px){
    .embed-responsive{
        max-width: 50%;
        margin: 20px auto;
    }

}

/*16-08-2023*/
.hero-circle{
    border: 3px solid #80AFDE;
    background: #FFEB80;
    box-shadow: 0 0 8px 2px rgba(255, 235, 128, 0.3), inset 0 0 8px 2px rgba(255, 235, 128, 0.3);
}
.hero-second,
.hero-minute,
.hero-hour,
.hero-face:after{
    background: #80AFDE;
}
.line:before, .line:after{
    background-color: #80AFDE;
}
.hero-face:after{
    box-shadow: 0 0 0 1px #FFEB80;
}
/*11-09-2023*/
.hero-circle{
    border: 3px solid #FFEB80;
    background: #80AFDE;
    box-shadow: 0 0 8px 2px #80AFDE;
}
.hero-second,
.hero-minute,
.hero-hour,
.hero-face:after{
    background: #FFEB80;
}
.line:before, .line:after{
    background-color: #FFEB80;
}
.hero-face:after{
    box-shadow: 0 0 0 1px #80AFDE;
}