body {
	font-size: 16px;
	font-family: 'Lato', sans-serif;
	line-height: 1.42857143;
	color: #717171;
	background: #fff;
}

h1, h2, h3, h4, h5, h6 {
	line-height: 1.4em;
}

p {
	margin: 0 0 1.42857143em;
}

img {
	max-width: 100%;
}

a:hover,
a:focus,
a:active {
	text-decoration: none;
}

a:focus,
a:active {
	outline: none;
}

.font-light {
	font-weight: 300 !important;
}

.font-regular {
	font-weight: 400 !important;
}

.font-bold {
	font-weight: 700 !important;
}
span.countdown-amount {
    color: white !important;
}

.font-extra-bold {
	font-weight: 900 !important;
}

.font-uppercase {
	text-transform: uppercase !important;
}

.font-lowercase {
	text-transform: lowercase !important;
}

.font-capitalize {
	text-transform: capitalize !important;
}

.bgImage {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.bgVideo {
	z-index: 0;
}

.overlay {
	position: relative;
}

.top-overlay {
	position: relative;
	z-index: 1;
}

.cover-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000000;
	z-index: 0;
}

.divider {
	width: 30px;
	height: 1px;
	background: #fff;
	margin-bottom: 30px;
}

.divider-center {
	margin-left: auto;
	margin-right: auto;
}

.cd-slider-wrapper {
	padding: 0;
}

.cd-slider-wrapper.cd-slider-gap {
	padding: 10px;
}

.cd-slider-wrapper.cd-slider-gap:before {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	width: 100%;
	height: 10px;
	background: #fff;
	z-index: 5;
}

.cd-slider-navigation {
	display: table;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.9);
	-webkit-box-shadow: 0px 0px 30px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 30px 2px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 30px 2px rgba(0,0,0,0.3);
}

.cd-slider-gap .cd-slider-navigation {
	bottom: 10px;
}

.cd-slide-item {
	overflow: hidden;
	overflow-y: auto;
}

.cd-slide-item.front-page {
	text-align: center;
}

.cd-slider .content {
	padding: 0;
}

.cd-slider .cd-half-block {
	height: 100vw;
}

.cd-slider .cd-half-block.content {
	min-height: 100%;
	height: auto;
}

.cd-slider .fullwidth-block {
	width: 100%;
	float: none;
}

.content-inner > div {
	padding: 40px 30px 70px;
}

.front-page .content-inner {
	display: table !important;
	height: 100vh;
	width: 100%;
}

.front-page .content-inner > div {
	display: table-cell;
	vertical-align: middle;
	padding: 70px 30px;
}

.cd-slider-gap .front-page .content-inner {
	height: calc(100vh - 20px);
}

.disable-vertical-align {
	display: block !important;
}

/* ========== Fullscreen for special background ========== */
.fullscreen-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 0;
}


/* =============================================
1.1 Background slider
================================================ */
.bg-slider {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 0;
}


/* =============================================
1.2 Front page countdown
================================================ */
.is-countdown {
	border: none;
	background-color: transparent;
	overflow: hidden;
	margin: 40px 0 0px;
}

.front-1-webstart {
	font-size: 24px;
}

.front-1-title {
	color:white;
	font-size: 30px !important;
	font-weight: 900 !important;
	margin-bottom: 15px !important;
}

.countdown-section {
	float: none;
	width: 100% !important;
	margin-bottom: 50px;
}

.countdown-amount {
	font-size: 60px;
	font-weight: 700;
	line-height: 1.05em;
}

.countdown-period {
	font-size: 18px;
	color: #c1c1c1;
}


@media (min-width: 480px) {
	.product-desc {
		white-space: inherit;
		overflow: inherit;
		text-overflow: inherit;
		margin-bottom: 30px;
	}
	.modal-dialog {
		width: 420px;
	}
}

@media (min-width: 768px) {
	.content-inner > div {
		padding: 70px;
	}
	.front-page .content-inner > div {
		padding: 70px 0;
	}
	.content-container {
		padding: 0 5%;
	}
	.is-countdown {
		margin: 80px 0;
		padding-left: 2%;
	}
	.countdown-row {
		padding: 0;
	}
	.countdown-section {
		float: left;
		width: 24.5% !important;
		margin-bottom: 0;
		border-right: 1px solid rgba(255, 255, 255, 0.35);
	}
	.countdown-section:last-child {
		border-right: none;
	}
	.front-2-title {
		font-size: 60px;
		margin-bottom: 28px;
	}
	.front-2-subtitle {
		font-size: 20px;
		letter-spacing: 15px;
		margin: 30px 0 -7px;
	}
	.front-2-divider {
		margin-bottom: 70px;
	}
	.half-section-title {
		font-size: 60px;
		margin-bottom: 35px;
	}
	.half-section-subtitle {
		font-size: 20px;
		letter-spacing: 11px;
		margin-bottom: -7px;
	}
}

@media (min-width: 992px) {
	
	.content-container {
		padding: 0 10%;
	}
	.is-countdown {
		margin: 70px 0 72px;
		width: 85%;
		margin-left: auto;
		margin-right: auto;
	}
	
}

@media (min-width: 1200px) {
	.content-container {
		padding: 0 12%;
	}
	.subscribe-email {
		width: 67% !important;
	}
	.subscribe-submit {
		width: 33%;
	}
	.product-layout-4 .product-details {
		padding: 0 25px 25px;
	}
	.product-layout-4 .product-title {
		font-size: 18px;
		margin-bottom: -1px;
	}
	.product-layout-4 .product-desc {
		font-size: 14px;
	}
	.product-layout-4 .button {
		width: auto;
	}
	.product-layout-4 .button a {
		white-space: inherit;
		overflow: inherit;
		text-overflow: inherit;
	}
	.product-layout-4 .price {
		width: 80px;
		height: 80px;
		margin: -40px auto 15px;
		font-size: 30px;
		line-height: 22px;
		padding-top: 21px;
	}
	.product-layout-4 .price span {
		font-size: 12px;
	}
}
.front-1-webstart{
	color:white;
}
.div#defaultCountdown{
	color:white;
}
.h2.front-1-title.font-uppercase{
	color:white;
}