/* main css */


/* VARIABLES */

:root {
    --theme-color: #09904a; 
    /* #ce2020; */
    /* #29166f; */
}


/* END OF VARIABLES */


/* TEMPLATE */

.logo-img{
    position: fixed;
    top: 10px;
    left: 10px;
    z-index: 99;
}


/* START SWIPER */
.swiper-container img{
    width: 100%;
    border-radius: 5px;
    /*border: 2px solid white*/
}
/* END SWIPER */

.media-contacts{
    display: flex;
    justify-content: space-around;
	margin-bottom: 10px;
}

.media-contacts img{
    width: 35px;
    margin: 15px;
}





#checkam-navbar {
    background-color: var(--theme-color);
}

#copyright {
    margin: 0 auto;
}

#checkam-toolbar,
#checkam-toolbar-inner {
    background-color: var(--theme-color);
    color: white;
}

#checkam-toolbar .info {
    width: 4em;
    color: var(--theme-color);
}

#checkam-toolbar-inner {
    text-shadow: 2px 2px 3px #000;
    font-size: 1.1em;
}

#checkam-links a {
    color: var(--theme-color);
}

.checkam-popup {
    background-color: var(--theme-color);
}

button.checkam-popup-button {
    width: 100px;
    color: black;
    background-color: #fff;
}

.checkam-slogan-text {
    color: var(--theme-color);
}

.slogan {
    text-transform: uppercase;
}


/* TEMPLATE END */


/* MARQUEE */

.custom {
    height: 75px !important;
	border::2px solid red;
	bottom: 0;
}

.checkam-media-player {
    /*    border: 2px solid red;*/
    bottom: -15px;
    position: relative;
    z-index: 3;
    text-align: center;
}

.toolbar-inner {
    max-height: 30px;
    bottom: 0 !important;
    top: 30px;/*55px*/
}

.toolbar-audio-container {
    position: absolute;
    height: 40px;
    top: 0;
    background: green;
    width: 100vw;
    text-align: center;
    line-height: 20px;
}

.toolbar-text-container {
    position: absolute;
    height: 15px;
    top: 0;
    background: black;
    width: 100vw;
    text-align: center;
    line-height: 14px;
}

.toolbar-text-container span {
    font-size: 12px;
}


/* MARQUEE END */


/* INFO */

.contact-icons {
    margin: 15px 0;
    display: flex;
    justify-content: center;
}

.media-slider{
	padding-top: 50px;
	/*margin-bottom: 100px;*/
}
.media-name-text span, .media-slogan-text span{
	/*color: white;*/
	margin: 10px;
	font-size: 2em;
	/*font-family: 'Nanum Brush Script', cursive;*/
}

.media-players{
	margin-top: -30px;
}
.media-players img{
	width: 75px;
}


/*
.media-info-text i {
    /*   border: 1px green solid;* /
    padding-right: 10px;
}

.media-info-text span {
    font-size: 1.5em;
    font-weight: bolder;
    /*    border: 1px red solid;* /
    width: 100px;
}
*/
.cc {
    display: flex;
    justify-content: center;
    width: 100%;
}

.live {
    color: red;
    font-size: 1.2em;
    font-weight: bold;
    margin-top: 10px;
}


/* INFO */


/* PROGRAMMES */

.contact-icons {
    margin: 15px 0;
    display: flex;
    justify-content: center;
    color: var(--theme-color);
}

.media-programmes {
    font-size: 1.2em;
    font-weight: bolder;
    margin-bottom: 5px;
}


/* PROGRAMMES */


/* CONTACTS */

.contact-icons {
    margin: 15px 0;
    display: flex;
    justify-content: center;
}

.contact-location {
    font-size: 1.2em;
    font-weight: bolder;
    margin-bottom: 5px;
}


/* CONTACTS */


/* CHECKAM ADD */

.checkam-add {
    /*    border: 1px groove #000;*/
    position: fixed;
    bottom: 0;
    /*    height: 90px;*/
    z-index: 1;
    width: 100%;
    /*    background-color: var(--theme-color);*/
    display: flex;
    justify-content: center;
    align-items: center;
}


/* CHECKAM ADD */



.media-name {
    font-family: 'Roboto';
    font-size: 22px;
    font-weight: bolder;
}

.slogan {
    font-family: 'Roboto';
    font-weight: bolder;
}


