/*html, body {
	height: 100%;
}

html {
	background-image: url('../img/sample.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;	
}*/

.pt-counter-area{
	margin: 0px 0px 20px;
	padding: 15px;
	width: 100%;
	position: relative;
    background-color: #ffffff;
    border: 1px solid #e5e5e5;
    
    /* Safari 3-4, iOS 1-3.2, Android 1.6- */
    -webkit-border-radius: 2px; 
    /* Firefox 1-3.6 */
    -moz-border-radius: 2px;
    /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
    border-radius: 2px;
    
    display: block;
    float: left;
    height: auto;
    height: 300px;
    margin-bottom: 20px;

    
}
.pt-counter-area-main {
	/*background-image: url('../images/countdown-timer.png');*/
	background-color: #353942; 
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;	
	height: 270px;
	width: 100%;
	float: left;
}

.pt-counter-area-inn {
	/*background-color: rgba(44,62,80 , 0.6 );*/
	background-color: #353942; 
	/*background-image: url('../images/pattern.png');*/
	background-position: center;
	background-repeat: repeat;
	width: 100%;
	height: 225px;
}

.cout-heading {
	font-size: 17px;
	color: #FFFFFF;
	font-family: "Helvetica Neue",'Open Sans',Arial,sans-serif;
	width: 100%;
	text-align: center;
	/*float: left;*/
	/*margin: 10px 0px 5px;*/
	padding: 0px; 
}

.countdown-container {
	position: relative;
	top: 0px;
	/*
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	*/

}

.clock-item .inner {
	height: 0px;
	padding-bottom: 100%;
	position: relative;	
	width: 100%;
}

.clock-canvas {
	background-color: rgba(255, 255, 255, .1);
	border-radius: 50%;
	height: 0px;
	/*padding-bottom: 100%;*/
	padding-bottom: 110px;
}

.clock-canvas .kineticjs-content{
	width: 110px!important;
	height: 110px!important;
}

.clock-canvas .kineticjs-content canvas {
	width: 110px!important;
	height: 110px!important;
}

.text {
	color: #fff;	
	font-size: 30px;
	font-weight: bold;	
	margin-top: -50px;
	position: absolute;
	top: 50%;
	text-align: center;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
	width: 100%;
}

.text .val {
	font-size: 50px;
}

.text .type-time {
	font-size: 20px;
}

.clock-minutes,
.clock-seconds  {
	/*display: none;*/
	/*width: 0px!important;*/
	
}

.get-tick-here{
	float: left;
	margin: 0px;
	padding: 0px;
}

.clock-days .wrap,
.clock-hours .wrap {
    /*top: -37px;
    position: absolute;*/
    
    /*margin-top: 100px;*/
    /*margin-top: 0px;*/

	width: 110px;
	margin: 0px auto;
}


.clock-days .wrap .text .val,
.clock-hours .wrap .text .val,
.clock-days .wrap .text .type-days.type-time,
.clock-hours .wrap .text .type-hours.type-time {
	font-size: 20px; 
}

.clock-days .wrap .text .val,
.clock-hours .wrap .text .val {
	margin: 0px;
}

.clock-days .wrap .text,
.clock-hours .wrap .text {
	margin-top: -30px;
}

.gtick-count{
	float: left;
    width: 100%;
    margin: 10px 0px 0px;
    padding: 0px 30px;
    text-align: center;

    font-size: 14px;
	color: #FFFFFF;
	font-family: "Helvetica Neue",'Open Sans',Arial,sans-serif;
}

.gtick-count a{
	display: inline-block;
}

.gtick-count a img {
	display: inline-block;
}

.gtick-count-txt{
	float: left;
	font-size: 14px;
	color: #FFFFFF;
	font-family: "Helvetica Neue",'Open Sans',Arial,sans-serif;
}

.gtick-count-btn{
	float: left; 
	margin-left: 15px;
}
.timer-banner {width:250px;}
@media (min-width: 992px) and (max-width: 1200px) {
	.clock-days .wrap, .clock-hours .wrap { width: 80px!important; }
	.clock-canvas { padding-bottom:  80px; }
	.clock-canvas .kineticjs-content,
	.clock-canvas .kineticjs-content canvas { width: 80px!important; height: 80px!important;}
	.clock-days .wrap .text, .clock-hours .wrap .text { margin-top: -24px; }
	.clock-days .wrap .text .val, 
	.clock-hours .wrap .text .val, 
	.clock-days .wrap .text .type-days.type-time, 
	.clock-hours .wrap .text .type-hours.type-time { font-size: 16px;}
	.timer-banner {width: 100%;}

}

@media (min-width: 768px) and (max-width: 991px) {
	.clock-item {
		margin-bottom: 0px;		
	}
}

@media (max-width: 767px) {
	.clock-item {
		margin: 0px;
	}

	.gtick-count{
	    padding: 0px 15px;
	}
}