
@import url("reset.css");
@import url("http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300italic,400,400italic,600,600italic,700,700italic,900,900italic");

*
{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html
{
	height: 100%;
	overflow: auto;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body
{
	font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 32px;
	font-weight: 300;
	color: black;
	background: #FFF;
	text-rendering: optimizeLegibility;
	vertical-align: baseline;
}
::selection
{
	background: #149077;
	color: #FFF;
}

::-moz-selection
{
	background: #149077;
	color: #FFF;
}

a
{
	color: #16A085;
	text-decoration: none;
}

	a:hover
	{
		color: #444;
	}
/* ==================================================
   Default Typography
================================================== */

p
{
	margin: 0 0 20px 0;
}

strong
{
	font-weight: 600;
}


	h2
	{
		font-size: 38px;
		line-height: 38px;
	}




/* ==================================================
   General Layout Styles
================================================== */

.fullwidth
{
	width: 100%;
	padding:  10px;
	min-width: 280px;
}

	.fullwidth .bodycontainer
	{
		margin: 0 auto;
		width: 100%;
		max-width: 1000px;
		text-align: center;
	}


	#topcontainer h1
	{
		margin-bottom: 0;
		letter-spacing: -1.5px;
		color: #444;
	}

		#topcontainer h1 span
		{
			font-size: 60px;
			margin-bottom: 0;
			line-height: 70px;
			letter-spacing: -1.4px;
			font-weight: 300;
			background-color: #ffdf01;

		}


	#topcontainer p
	{
		margin-bottom: 0;
		color: black;
	}
	img {
		margin-bottom: 0;
	}

	/*Countdown start here*/

	.count-down {
		margin: 0 0 85px 0;
		padding: 0;
		text-align: center;
		height: 240px;
		height: auto;
	}

	.count-down li {
		margin: 0 10px;
		padding: 0;
		list-style: none;
		font-size: 28px;
		display: inline-block;
		min-height: 260px;
		position: relative;
	}

	.count-down li div {
		margin: 0 !important;
		padding: 0;
		display: inline-block !important;
	}

	.count-down li input {
	    font-size: 50px !important;
	    color: #000000 !important;
	    width: 154px !important;
	    height: 98px !important;
	    margin: 0 auto !important;
	    font-weight: normal !important;
	    left: 50%;
	    top: 30%;
	    transform: translate(-50%,-60%);
	}

	#days-title,
	#hours-title,
	#mins-title,
	#secs-title {
		display: block;
		color: #000000;
		text-transform: uppercase;
		margin-top: -70px;
		font-size: 15px;
		position: relative;
		z-index: 9 !important;
	}

	/*Countdown end here*/
	footer{text-align: center;}

	footer .wrap-footer {
	  background-color: #fff;
	  position: relative;
	}
	footer a {
	  color:#666;
	}
	footer a:hover{
	  text-decoration: underline;
	}
	footer ul li {
	  display: inline-block;
	  margin-right: 7px;
	}


/* ==================================================
   Responsive Media Queries - Mobiles
================================================== */

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

	body
	{
		font-size: 21px;
		line-height: 27px;
	}

	#topcontainer h1
	{
		font-size: 36px;
		line-height: 36px;

	}


	#countdown #countdowncont ul#countscript li
	{
		padding: 6px 0;
	}


		#countdown #countdowncont ul#countscript li p
		{
			font-size: 16px;
			line-height: 16px;
		}

	#maincont #signupform
	{
		margin: 0 auto 20px auto;
		width: 100%;
	}

	#quotecont
	{
		padding: 5px 0;
	}

	#footercont #socialmedia ul li
	{
		margin: 0 5px;
	}

		#footercont #socialmedia ul li a
		{
			font-size: 28px;
		}

}
