@charset: utf-8;

/*   **********    SETUP OF DOCUMENT     **********     */

html,
body * {
    box-sizing: border-box;
}

html {
    font-size: 8px;
    background-image: url(../images/white-wall.jpg);
    background-size: cover;
    background-position: center;
}

body {
    margin: 0;
    padding: 0;
    background-color: #EEE;
}

/*   **********    MAIN ELEMENTS     **********     */

main {
    width: 120.0rem;
    height: 67.5rem;
    margin: 0 auto;
    background-color: white;
    color: #BBB;

    outline: solid 30px black;
    border-radius: 10px;

    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/*   **********    Container ELEMENTS     **********     */

.left_side {
    width: 42.0rem;
    height: 62.5rem;
    background-color: #BBB;
    color: #FFF;
    float: left;
}

.right_side {
    width: 78.0rem;
    height: 62.5rem;
    background-color: #AAA;
    color: #FFF;
    float: left;
}

.bottom {
    width: 120.0rem;
    height: 5.0rem;
    /* background-color: #ffb600; */
    color: #000;
    font-size: 2.0rem;
    padding: 0;
    overflow: hidden;
}

.red {
    color: blue;
}

/*   **********    LOGO     **********     */


/*   **********    WEATHER     **********     */

.weather_wrapper{
    width: 100%;
    height: 100%;
    background-image: linear-gradient(#00704B, #0FAA7A);
}

.weather {
    width: 20%;
    height: 100%;
    float: left;
    background-color: transparent;
    text-align: center;
    font-size: 2.0rem;
    color: white;
    font-family: Oswald;
    font-weight: 600;

    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;

}

.weather:not(:last-child){
    border-right: solid 0.217rem rgba(0, 0, 0, 0.2);
    
}

.weather_top {
    width: 100%;
    /* background-color: rosybrown; */
    height: 20%;
    display: flex;
    justify-content: center;
    align-items: flex-end;

}

.weather_middle {
    width: 100%;
    /* background-color: purple; */
    height: 60%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.weather_bottom {
    width: 80%;
    /* background-color: yellowgreen; */
    height: 20%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.weather_high{
    width: 50%;
    /* background-color: teal ; */
}

.weather_low {
    width: 50%;
    /* background-color: tomato; */
}

.weather_icon>img {
    width: 70%;
}

.high {
    color: #000;
}

.low {
    color: #909090;
}

.sunny {
    background-image: url(../images/weather/sunny.png);
}

.rain {
    background-image: url(../images/weather/rain.png);
}

/*   **********    TICKER TAPE     **********     */

@-webkit-keyframes ticker {
    0% {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      visibility: visible;
    }
    100% {
      -webkit-transform: translate3d(-100%, 0, 0);
      transform: translate3d(-100%, 0, 0);
    }
  }
  @keyframes ticker {
    0% {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      visibility: visible;
    }
    100% {
      -webkit-transform: translate3d(-100%, 0, 0);
      transform: translate3d(-100%, 0, 0);
    }
  }
  .ticker-wrap {
    /* position: fixed; */
    bottom: 0;
    width: 100%;
    /* overflow: hidden; */
    height: 5.0rem;
    background-color: white;
    padding-left: 100%;
    box-sizing: content-box;

  }
  .ticker-wrap .ticker {
    display: inline-block;
    height: 5.0rem;
    line-height: 5.0rem;
    white-space: nowrap;
    padding-right: 100%;
    box-sizing: content-box;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-name: ticker;
    animation-name: ticker;
    -webkit-animation-duration: 90s;
    animation-duration: 90s;
  }
  .ticker-wrap .ticker__item {
    display: inline-block;
    padding: 0;
    font-size: 2rem;
    color: black;
    font-family: Oswald;
  }

/* @keyframes ticker {
    0% {
        transform: translate3d(0, 0, 0);
    }

    100% {
        transform: translate3d(-100%, 0, 0);
    }
} */



/* .ticker-wrap {
    width: 100%;
    padding-left: 100%;
    background-color: #eee

} */

.ticker-move {
    display: inline-block;
    white-space: nowrap;
    padding-right: 100%;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-name: ticker;
    animation-duration: 60s;
    padding-top: 0.70rem;
}


.ticker-item {
    display: inline-block;
    padding: 0 2rem;
}

.bottom-left {
    float: left;
    width: 35%;
    height: 100%;
    z-index: 1000;
    position: relative;
    /* background-color: #d58f29; */
    color: white;
    font-family: Oswald;
    /* text-align: center; */

    display: flex;
    font-size: 2rem;

}

.cafe-date {
    background-color: #d58f29;
    width: 25%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0 0 0 10px;
}

.cafe-name {
    width: 55%;
    height: 100%;
    background-color: #ffb600;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* .bottom-left img {
    width: 100%;
} */

.bottom-right {
    float: right;
    width: 65%;
    
}

.ticker_food {
    font-size: 2rem;
    color: #0B8261;
    margin:0 2px 0 8px;
}

/* .bottom-middle {
    font-family: Oswald;
    color: white;
    font-size: 2.3rem;
    width: 25%;
    
    background-color: #ffb600;
    height: 100%;

    display: flex;
    justify-content: center;
    align-items: center;
} */

.red1 {
    color: red;
}

.red2 {
    font-weight: bold;
    color: royalblue;
}

/*   **********    Content ELEMENTS     **********     */

.left_side_top {
    width: 42.0rem;
    height: 10rem;
    background-color: #FFFF;
    color: #FFF;
    /* padding: 2.0rem; */
    font-size: 2.0rem;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.left_side_logo {
    /* background-color: teal; */
    /* width: 17.5rem;
    height: 6.31rem; */

    display: flex;
    justify-content: center;
    align-items: center;
}

.left_side_logo img {
    width: 90%;
}


.left_side_date {
    color: white;
    width: 100%;
    height: 5.5rem;
    background-color: #721B43;
    text-align: right;
    text-transform: uppercase;
    font-family: Oswald;
    

    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    gap:10px;
}


.date_time {
    font-size: 3.5rem;
    /* background-color: violet; */
    width: 40%;
    text-align: left;
    font-weight: 600;
}

.date_day {
    font-size: 1.7rem;
    /* background-color: teal; */
    width: 40%;
    font-weight: 500;
    line-height: 18px;
    text-transform: uppercase;

}

.line {
    width: 0.217rem;
    height: 75%;
    background-color: white;
    opacity: 0.5;
    margin: 0 8px;

}

.left_side_middle {
    width: 42.0rem;
    height: 15rem;
    background-color: #909090;
    color: #FFF;
}

.left_side_bottom {
    width: 42.0rem;
    height: 32rem;
    background-color: #727272;
    color: #FFF;
    overflow: hidden;
    padding: 0;
    margin: 0;
}

.left_side_bottom>iframe {
    width: 42.0rem;
    height: 32.5rem;
    overflow: hidden;

    padding: 0;
    margin: 0;
}



.right_side_top {
    width: 78.0rem;
    height: 43.875rem;
    background-color: #ABABAB;
    color: #FFF;
}

.right_side_top>iframe {
    width: 78.0rem;
    height: 43.875rem;
}

.right_side_bottom {
    width: 78.0rem;
    height: 18.625rem;
    background-color:white;
    color: black;
    font-size: 2.5rem;
    font-family: Oswald;
    border-bottom: solid rgba(0, 0, 0, 0.3) 1.33pt;
}

.slide {
    background-color: blue;
    padding: 1.0rem;
}

.rsb-left {
    float: left;
    width: 23%;
    height: 100%;
    background-image: linear-gradient(#ff4713, #ff6a48);
    color: white;
    font-size: 4rem;
    font-weight: 600;
    text-align: center;
    line-height: 5.5rem;

    display: flex;
    justify-content: center;
    align-items: center;
}

span{
    font-size: 6rem;
}

/* .rsb-left img {
    width: 100%;
} */

.rsb-right {
    float: right;
    width: 77%;
    height: 100%;
    padding: 3.0rem;
}


.right-side-bottom {
width: 78.0rem;
height: 18.625rem;
background-color:white;
color: black;
font-size: 2.55rem;
font-family: Oswald;
border-bottom: solid rgba(0, 0, 0, 0.3) 1.33pt;
}

.slide {
background-color: blue;
padding: 1.0rem;
}

.rsb-left {
float: left;
width: 23%;
height: 100%;
background-image: linear-gradient(#ff4713, #ff6a48);
color: white;
font-size: 4rem;
font-weight: 700;
text-align: center;
line-height: 5.5rem;

display: flex;
justify-content: center;
align-items: center;
}

/* .rsb-left img {
width: 100%;
} */

/* .rsb-right {
float: right;
width: 77%;
height: 100%;
padding: 3.0rem;
} */

.slick-slide.slick-current.slick-active {
height:52px;
}

.sub_news {
font-weight: 400;
font-size: 15px;
height: 40px;
line-height: 20px;
margin-top: 20px;
}


/*   **********    CLEAR CODE FOR FLOATS     **********     */

.clear__float {
    float: none;
    clear: both;
}