@charset "utf-8";

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

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

html {
    font-size: 8px;
}

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

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

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

/*   **********    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: #287852;
    color: #FFF;
    width: 120.0rem;
    height: 5.0rem;
    margin: 2.0rem auto;
    overflow: hidden;
    position: relative;
}

.dc-eats {
    height: 5.0rem;
    width: 17.0rem;
    background-color: #3C2B2F;
    position: absolute;
    color: #fff;
    left: 0;
    top: 0;
    z-index: 100;
    font-size: 13px;
    line-height: 5.0rem;
    padding: 0 1.0rem ;
    font-weight: 800;
    font-family: sans-serif;
    padding-left: 20px;
}

.dc-eats h2{
    margin-top: -2px;
}

.ticker-wrap {
    width: 100%;
    height: 80px;
    margin: 0 auto;
    overflow: hidden;
    white-space: nowrap;
    position: absolute;
    left: 0;
    top: 0;
    height: 5.0rem;
  }
  
  .ticker {
    display: inline-block;
    margin-top: 5px;
    animation: marquee 100s linear infinite;
  }

  .item-collection {
    position: relative;
    left: 0%;
    animation: swap 100s linear infinite;
  }
  
  .item {
    display: inline-block;
    padding: 0 1rem;
    margin-top: 4px;
    font-size: 14px;
    color: rgb(255, 255, 255);   
    font-weight: 600;
    font-family: sans-serif;
    height: 5.0rem;
    line-height: 4.0rem;
  }
  
/* Transition */
@keyframes marquee {
    0% {
      transform: translateX(0)
    }
    100% {
      transform: translateX(-100%)
    }
  }
  
  @keyframes swap {
    0%, 50% {
      left: 0%;
    }
    50.01%,
    100% {
      left: 100%;
    }
  }

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

.left-side-top {
    background-image: url(../images/1x/logobg.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 42.0rem;
    height: 12.5rem;
    background-color: #727272;
    color: #FFF;
    padding: 1.0rem;
    font-size: 3.0rem;
}

.left-side-middle {
    width: 42.0rem;
    height: 12.5rem;
    background-color: #3C2B2F;
    color: #FFF;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}


.weather-item {
    width: 30%;
    text-align: center;
    font-size: 12px;
}

.weather-image{
    width: 100%;
    height: 40px;
    margin-top: 5px;
    align-items: center;
}

.weather-item img {
    width: auto;
    height: 25px;
}

.weather_day{
    font-weight: bold;
}

.weather_item .name{
    font-size: 20px;
}

.dark {
    height: 100%;
    background-color: #281d1f;
    padding-top: 12px;
}


.light {
    height: 100%;
    padding-top: 12px;

}

.space{
    margin-left: 30px;
}


.left-side-bottom {
    width: 42.0rem;
    height: 37.5rem;
    background-color: #7e7e7e;
    color: #FFF;
}

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

#youtube_iframe {
    width: 100%;
    height: 100%;
}

#motion_iframe {
    width: 100%;
    height: 100%;
}

.right-side-bottom {
    width: 78.0rem;
    height: 18.625rem;
    background-color: #ffffff;
    color: #000000;
    overflow: hidden;
    font-size: 8px;
}

.slider{
    margin-top: -100px;
    margin-left: 150px;
}

.header img{
    width: 93%;
    height: auto;
    left: 20px;  
    top: 10px;  
    position: relative;
}


.left-image{
    margin-top: 20px;
    margin-left: 20px;
    padding-right: 100px;
    width: 38%;
    height: auto;
}

.left-image img{
    width: 100%;
    height: auto;
}


.slider > div {
    width: 60rem;
    font-size: 10px;
    font-weight: bold;
    padding: 1.0rem;
    margin-left: 4rem;
    margin-top: 10px;
    height: 18.625rem;

}

.right-bot{
    width: 50%;
    height: 18.625rem;
    display: inline;
}

.head{
    margin-top: 20px;
}

.slider > div {
    font-size: 200%;
    font-weight: bold;
    padding: 1.0rem;
    height: 18.625rem;
}
.slick-dots {
    bottom: 50px;

}

.slick-dots li button::before {
   font-size: 23px;
    opacity: .5;
    color: rgb(57, 57, 57);
}


.slick-dots li.slick-active button::before {
    opacity: 1;
    color: rgb(0, 71, 50); 
    font-size: 23px;

}

.ticker-wrapper {
    bottom: 0;
	width: 100%;
	overflow: hidden;
	height: 5.0rem;
    background-color: transparent;
	padding-left: 100%;
    box-sizing: content-box;
	line-height: 5.0rem;
	font-size: 200%;
}
    
@keyframes ticker {
	0% {transform: translate3d(0, 0, 0);}
	100% {transform: translate3d(-200%, 0, 0);}
}
    
.ticker-transition {
	width: 20.0rem;
	height: 5.0rem;
	line-height: 5.0rem;
	display: inline-block;
	white-space: nowrap;
	padding-right: 100%;
	box-sizing: content-box;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	animation-name: ticker;
	animation-duration: 120s;
}


@-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: #287852;
    padding-left: 100%;
    box-sizing: content-box;
  }

  .ticker-wrap .ticker {
    margin-top: -2px;
    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: 100s;
    animation-duration: 100s;
  }
  .ticker-wrap .ticker__item {
    display: inline-block;
    padding: 0 ;
    font-size: 40px;
    color: white;
  }

/* @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: 120s;
    padding-top: 0.70rem;
}


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


/*   **********    LOGO and DATE TIME     **********     */


.logo img{
    width: 70%;
    height: auto;
    margin: 10px 0 0 50px;
}

.time{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    margin-top: 17px;
}

.date-date {
    text-align: center;
    color: black;
    font-family: oswald;
    font-size: 14px;

}

.date-time {
    text-align: center;
    color: black;
    font-family: oswald;
    font-size: 14px;
}


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