
#forest_clock .owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;

	-webkit-background-size: initial;
	-moz-background-size: initial;
	-o-background-size: initial;
	background-size: initial;
}
#forest_clock .hash .owl-center .owl-item{
	opacity: 0.45;

	transition-property: opacity;
  	transition-duration: 300ms,300ms;
  	transition-timing-function: ease;

	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-ms-transform: scale(0.9);
	-o-transform: scale(0.9);
	transform: scale(0.9);
}

#forest_clock .hash .owl-center .owl-item.center{
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

#forest_clock .owl-dots:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
#forest_clock .thumbnails-dot .owl-dot{
	display: block;
	float:left;
	overflow: hidden;
	margin-right: 10px;
	opacity: 0.7
}

#forest_clock .thumbnails-dot .owl-dot.active{
	opacity: 1
}

.forest_clock{
	text-align: center;
}
.forest_clock .defvalue{
	font-size: 22px;
	font-weight: bold;
	color: #6fc055;
	font-family: 'Lato',arial;
}
.forest_clock_info{
	text-align: center;
	font-weight: normal;
	font-size: 14px;
	font-family: 'arial';
	color: #ccc;
	margin-top:30px;
    line-height: 0px    ;
}
.forest_clock_share{
	color: #6fc055;
	font-family: 'arial';
	font-size: 12px;
}
.forest_clock_header{
	background: #6fc055;
	height: 20px;
	padding: 10px;
}
.forest_clock_header_left{
	float: left;
	line-height: 20px;
	color: #FFF;
	font-family: 'NovecentoWideDemiBold','Lato',arial;
	font-size: 13px;
	margin-left: 0px;
	color: #FFF;
	width:40%;
}
.forest_clock_header_right{
	float: right;
	text-align: right;
	line-height: 20px;
	font-size: 12px;
	margin-right: 0px;
	color: #FFF;
	width:40%;font-family: 'Lato',arial;
}
.forest_clock_header_right a, .forest_clock_header_right a:hover{
	color: #FFFFFF;
}

.forest_clock_main{
	padding:14px 20px 14px 20px;
	border-left:1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom:1px solid #ccc;
	overflow: hidden;
}

.forest_clock .defvalue{
	margin-top:10px;
}

.forest_clock .TextInfo{
	color: #CCC;
}
.owl-stage-outer{
	overflow: hidden;
}
.owl-control{
	position: relative;
	width: 50%;
	text-align: center;
	display: none;
}
.owl-nav{
	position: relative;
	margin-top: 12px;
}
.owl-prev{
	float: left;
	background: #EEE;
	padding: 5px 10px;
	text-align: right;
}
.owl-next{
	background: #EEE;
	padding: 5px 10px;
	float: right;
}
.owl-theme .owl-controls{display: none;}
@media only screen and (max-width: 480px){
	.owl-theme .owl-controls{display: block;}
	.forest_clock_header_right{ display: none}
	.forest_clock_header_left{width:90%;}
	
}
@media only screen and (max-width: 320px){
	.forest_clock_header_right{ display: none}
	.forest_clock_header_left{width:90%;}
	.owl-theme .owl-controls{display: block;}
}


