/*
* @Author: Lionel
* @Date:   2018-12-18 18:57:24
* @Last Modified by:   Lionel
* @Last Modified time: 2020-02-17 19:45:44
*/

#logo {max-width: 450px;}
.header-toparea {background-color: #ffc107;}
.tm-button, a.tm-button, button.tm-button {background-color: #ffc107; border-color: #ffc107;}
.tm-preloader {background-color: #fff350;}
.stylish-list i {color: #c79100;}
#scrollUp {background-color: #c79100; border-color: #c79100;}
.tm-slider-dots ul.slick-dots li button {border-color: #c79100;}
.tm-slider-dots ul.slick-dots li.slick-active button {background-color: #c79100;}
.tm-section-title h2::before, .tm-section-title h2::after, .tm-section-title h3::before, .tm-section-title h3::after {color: #c79100;}
.tm-tabgroup li a.active {background-color: #c79100;}
blockquote {border-left: 5px solid #c79100;}
.widget-contact ul li i {color: #c79100;}
.header.sticky-active .header-bottomarea #logo {display: none;}
.header.sticky-active .header-bottomarea {display: none;}
.tm-promo-content h2 span {color: #c79100;}
a:hover {color: #c79100 !important;}
a.tm-button:hover {color: #ffffff !important;}
.header-mobilemenu .mean-container .mean-nav {background-color: #c79100;}
.plyr__menu {display:none;}
.plyr__control--overlaid {background-color: #ffc107;}
.plyr--full-ui input[type=range] {color: #ffc107;}
.plyr--video .plyr__control.plyr__tab-focus, .plyr--video .plyr__control:hover, .plyr--video .plyr__control[aria-expanded=true] {background-color: #ffc107;}

.video-container {
    position: relative;
    padding-bottom: 56.25%; /* ratio 16/9 */
    height: 0; overflow: hidden;
    clear: both;
}
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#webinar{
	font-size: 16px;
	position: fixed;
	top: 200px;
	right: 10px;
	cursor: pointer;
	z-index: 999;
	height: 155px;
	line-height: 30px;
    border-radius:10px;
}

#webinar-mobile{
    font-size: 12px;
    position: fixed;
    bottom: 0px;
    cursor: pointer;
    z-index: 999;
    height: 130px;
    line-height: 15px;
    border-radius:10px;
}