* {
	margin: 0;
	padding: 0px;
	font-family: 'Lato', sans-serif;
}

body {
	background: #FFC708;
	margin: 0;
	color: #1C1C1C;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Lato', sans-serif;
	color: #1C1C1C;
	font-weight: 500;
}

p {
	padding: 0;
	margin-bottom: 12px;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 16px;
	line-height: 26px;
	color: #1C1C1C;
	margin-top: 10px;
}

li {
	color: #1C1C1C;
	list-style-position: inside;
	list-style: none;
}

html,
body {
	height: 100%;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	margin-left: auto;
	margin-right: auto;
	display: block;
	clear: both;
}

.centered {
	text-align: center
}

.mt {
	margin-top: 50px;
}

.mb {
	margin-bottom: 50px;
}

.mtb {
	margin-top: 50px;
	margin-bottom: 50px;
}

.mtb2 {
	margin-top: 100px;
	margin-bottom: 100px;
}

.ptb {
	padding-top: 80px;
	padding-bottom: 80px;
}

.clear {
	clear: both;
	display: block;
	font-size: 0;
	height: 0;
	line-height: 0;
	width: 100%;
}

::-moz-selection {
	color: #fff;
	text-shadow: none;
	background: #2B2E31;
}

::selection {
	color: #fff;
	text-shadow: none;
	background: #DE3A3C;
}

*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

a {
	padding: 0;
	margin: 0;
	text-decoration: none;
	-webkit-transition: background-color .4s linear, color .4s linear;
	-moz-transition: background-color .4s linear, color .4s linear;
	-o-transition: background-color .4s linear, color .4s linear;
	-ms-transition: background-color .4s linear, color .4s linear;
	transition: background-color .4s linear, color .4s linear;
	color: #4183D7;
}

a:focus,
a:hover {
	text-decoration: none;
	color: #DE3A3C;
}

.menu-text {
	margin: 0 20px;
	font-weight: 700;
}


/* effect-shine */

a.menu-text:hover {
	-webkit-mask-image: linear-gradient(-75deg, rgba(0, 0, 0, .6) 30%, #000 50%, rgba(0, 0, 0, .6) 70%);
	-webkit-mask-size: 200%;
	animation: shine 2s infinite;
}

@-webkit-keyframes shine {
	from {
		-webkit-mask-position: 150%;
	}
	to {
		-webkit-mask-position: -50%;
	}
}


/* The Image container */

.img-hover-zoom {
	padding-top: 5px;
	margin: 0 auto;
	width: 200px;
	height: 110px;
	/* Modify this according to your need */
	overflow: hidden;
	/* Removing this will break the effects */
}


/* Point-zoom Container */

.img-hover-zoom--point-zoom img {
	transform-origin: 50% 50%;
	transition: transform 1s, filter .5s ease-out;
}


/* The Transformation */

.img-hover-zoom--point-zoom:hover img {
	transform: scale(1.1);
}

h5 a {
	text-decoration: none;
	color: #301C1C;
	font-weight: 400;
}

.nopadding {
	padding: 0px !important;
	margin: 0px;
}


/* FORM CONFIGURATION */

input {
	font-size: 16px;
	min-height: 40px;
	border-radius: 5px;
	line-height: 20px;
	padding: 11px 30px 12px;
	border: 1px solid #b9b9af;
	margin-bottom: 5px;
	margin-top: 20px;
	background-color: #fff;
	opacity: 0.9;
	-webkit-transition: background-color 0.2s;
	transition: background-color 0.2s;
}

.subscribe-input {
	float: left;
	width: 100%;
	text-align: left;
	margin-right: 2px;
}

@media screen and (max-width: 767px) {
	.subscribe-input {
		width: 100%;
	}
}

.subscribe-submit {
	right: 0;
}


/*Buttons Configuration */

.btn-conf {
	border-radius: 5px;
	margin-right: 15px;
	font-size: 11px;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding: 13px 28px 12px 28px;
	margin-top: 5px;
	width: 100%
}

.btn-go {
	background: #52B3D9;
	color: white
}


/* HEADER SECTION */

#h {
	/*background: url(../img/header.jpg) no-repeat center top;*/
	padding-top: 80px;
	text-align: center;
	background-attachment: relative;
	background-position: center center;
	min-height: 670px;
	width: 100%;
	color: white;
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#h h1 bold {
	font-weight: 900;
	font-size: 40px;
	letter-spacing: 1px;
}

#h h1 {
	font-size: 40px;
	letter-spacing: 1px;
	margin-bottom: 40px;
}

@media all and (max-width: 768px) {
	.countdown-header img {
		max-width: 150px;
	}
}

.countdown {
	text-align: center;
	margin-top: 0px;
}

.countdown-row {
	color: #fff;
	font-size: 60px;
	font-weight: 300;
}

.countdown-section {
	width: 25%;
	display: inline-block;
}

.countdown-amount {
	display: inline-block;
	margin-bottom: 20px;
}

.countdown-period {
	display: block;
	font-size: 24px;
}

@media all and (max-width: 767px) {
	.countdown {
		margin-top: 0px;
	}
	.countdown-row {
		font-size: 36px;
	}
	.countdown-period {
		font-size: 16px;
	}
}


/* Grey Section */

#g {
	padding-bottom: 80px;
	padding-top: 80px;
	background: #f8f8f8;
}

i {
	font-size: 60px;
}


/* FOOTER */

#f {
	padding-top: 40px;
	padding-bottom: 40px;
	background: #2f2f2f;
	color: white;
	text-align: center;
}

#f h5 {
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 24px;
}

@-webkit-keyframes animate-loading {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes animate-loading {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}


/* Copyrights */

#copyrights {
	background: #DE3A3C;
	padding: 20px 0;
	text-align: center;
}

#copyrights p {
	margin-bottom: 5px;
	color: #fff;
	font-size: 13px;
}

#copyrights a {
	color: #52B3D9;
}

.credits {
	color: #999;
}