.timer_block
{
	text-align: center;
	font-weight: 700;
	line-height: 30px;
	margin-bottom: 0px;
	padding: 0 0 0 0px;
	position: relative;
	width: 400px;
}


@media only screen and (max-width:1300px)
{
	.timer_block
	{
		font-size: 22px;
		line-height: 26px;
		margin-bottom: 5px;
	}
}

@media only screen and (max-width:768px)
{
	.timer_block
	{
		background: #272626;
		//margin: 9px 0 0;
		padding: 20px 0 20px;
		position: relative;
		color: #fff;
		font-size: 15px;
		line-height: 20px;
		margin-bottom: 18px;
	}
}



.countdown h5
{
	margin-bottom: 15px;
}
.countdown-timer-wrapper
{
	width: 100%;
	max-width: 300px;
	margin: auto;
}
.timer_block .timer
{
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	justify-content: space-between;
	ms-flex-pack: justify;
	text-align: center;
	webkit-box-pack: justify;
	webkit-justify-content: space-between;
}
.timer_block .timer-wrapper
{
	display: inline-block;
}
.timer_block .time
{
	align-items: center;
	background: #000000;
	border-radius: 6px;
	color: #fff;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	font-size: 28px;
	height: 50px;
	justify-content: center;
	margin-bottom: 10px;
	ms-flex-align: center;
	ms-flex-pack: center;
	webkit-align-items: center;
	webkit-border-radius: 6px;
	webkit-box-align: center;
	webkit-box-pack: center;
	webkit-justify-content: center;
	width: 60px;
}
.timer_block .text
{
	color: #b7b7b7;
	font-size: 14px;
}

@media only screen and (max-width:992px)
{

	.countdown-timer-wrapper
	{
		margin: 0 auto;
	}

	.timer_block h5
	{
		margin: 0 auto 20px;
		max-width: 218px;
		text-align: center;
	}
}

@media only screen and (max-width:768px)
{

	.timer_block .time
	{

		background: #fff;

		color: #000;
		
	}
}

.video_block
{
	max-width: 65%;
    margin: 0 auto;

}

@media only screen and (max-width:1300px)
{

	.video_block
	{
		max-width: 100%;
		margin: 0 auto;

	}
}
	
