
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700);

*{margin:0;padding:0;}

body {
	background-color: #f5f5f5;
  font-family: "Open Sans", sans-serif;
}
.banner {
  width: 100%;
  min-height: 450px;
  background: url(../images/banner.jpg)center top fixed;
  background-size: cover;
}
.banner h1 {
  font-weight: 700;
  color: white;
  line-height:50px;
}
.banner h1 span {
  color: #ffff00;
}
.banner h3  {
  font-weight: 700;
  color: #84c416;
  padding: 20px 0 ;
}
.banner h3 span {
  font-weight: 400;
  color: white;
}
.banner h4 {
  font-weight: 700;
  color: white;
  padding: 10px 0 20px 0;
  font-size: 20px;
}
.banner .panel {
  border-radius: 0; 
  margin-top: 10px;
  position: relative
}
.banner .panel-body {
  padding: 10px 
}
.banner .panel .date {
  font-weight:700;
  font-size: 17px;
}
.banner .panel .glyphicon {
  font-size: 1.8em;
  margin-top: 20px
}
.banner .panel .button {
  background-color: #95d413; 
  border-radius: 4px;
  padding: 15px 10px;
  color: white;
  font-weight: 700;
  text-align: center;
  font-size: 20px;
  cursor: pointer;
  transition: all .3s;
  -webkit-transition: all .3s;
}
.banner .panel .button:hover {
  background-color: #76b700;
  
 color: white;
}
.well {
  background-color: white;
  margin-top: 30px;
}
.jumbotron {
  margin-top: 10px;
  background-color: #dddedb;
  padding: 20px 0 40px 0;
}
.jumbotron h3 {
  font-weight: 700;
  padding-bottom: 20px;
  color: #000;
}
.circle {
	width: 50px;
	height: 50px;
	border-radius: 32px;
	-moz-border-radius: 32px;
	-webkit-border-radius: 32px;
	text-align: center;
	vertical-align: middle;
	overflow: hidden;
	font-size: 20px;
	font-weight: bold;
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	float: left;
	line-height: 50px;
}
.circle.green {
	color: #fff;
	background-color:#95d416;
}
.line-separator {
	height: 2px;
	width: 700px;
	margin: 30px auto;
	background: #ccc;
}
.features h2 {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  padding-bottom: 20px;
}
.features h2 span{
  color: #95d416;
}
.warning-content {
  background-color: #f0f0f0;
  padding: 15px;
  margin:40px 0 20px 0;
}
.blue-btn {
  background-color: #1285dd;
  padding: 16px;
  border: none;
  width: 100%;
  text-align: center;
  color: white;
  font-size: 20px;
  font-weight: bold;
}
.btn:hover {
  background-color: #76b700;
  border: 1px solid #5e9100;
  box-shadow: inset 1px 1px 4px #5e9100;
 color: white;
}
footer {
  width: 100%;
  padding: 20px;
  background: #444;
  color: #f2f2f2;
}
ul.legal {
  margin-top: 10px; 
}
ul.legal li a{
  color: #f4f4f4;
  font-size: 14px;
}
/* counter */

ul#countdown li p.timeRefDays {
	padding-left: 9px;
}
ul#countdown li p.timeRefHours {
	padding-left: 8px;
		padding-left: 20px\9;
}
ul#countdown li p.timeRefMinutes {
	padding-left: 3px;
		padding-left: 15px\9;
}
ul#countdown li p.timeRefSeconds {
	padding-left: 4px;
		padding-left: 13px\9;
}
.modal-content {
  border-radius: 0; 
}
.modal-body {
  overflow: hidden;
}
.modal-head {
  font-family: "open-Sans", sans-serif;
  color: #000;
  line-height: 30px;
  font-size: 22px;
  font-weight: bold;
}
.modal-status {
  font-size: 12px;
  color: black;
  text-align: center;
  font-family: arial, sans-serif;
  border-bottom: 1px solid #ccc;
  padding: 5px;
}
@media only screen and (min-width:320px){
  .countdown {
	width:300px;
	margin:0 auto 0;	
}
#timer {
	display: inline-block; 
	position: relative; 
	
	
}
ul#countdown li {
	float: left;
  	display: inline-block;
  	background: transparent url('../images/clock-bg-new.png') no-repeat left top;
  	width: 60px;
    height:60px;
  	text-align: center;
  	margin-right:10px;
}
ul#countdown li:last-child{
   margin-right:0;
}
ul#countdown li span {
  	font-family: 'source sans pro', sans-serif;
  	font-weight:700;
  	font-size:36px;
  	color: #fff;
  	line-height:50px;
  	position: relative;
  	text-shadow: 1px 1px 1px white;
  	text-align: center;
  	padding-right: 1px;
}

ul#countdown li p.timeRefDays,
ul#countdown li p.timeRefHours,
ul#countdown li p.timeRefMinutes,
ul#countdown li p.timeRefSeconds {
    width: 30px;
  	display: inline-block;
  	float: left;
  	font-family: 'source sans pro', sans-serif;
  	font-weight: 900;
  	color: #000;
  	text-transform: uppercase;
  	font-size:11px;
    font-weight: bold;
   		*font-size:10px;
   		 font-size:12px\9;
  	text-align: center;
  	margin: 12px auto ;
  	letter-spacing: 1px;
  		*letter-spacing: 0px;
  		letter-spacing: 0px\9;
}
.features h4 {
  text-align: justify;
  margin-left:70px;
  line-height: 36px;
}
.close {
 width: 30px;
 height: 30px;
}
.btn {
  width: 100%;
  background-color: #95d413; 
  border-radius: 4px;
  padding: 25px 15px;
  color: white;
  font-weight: 700;
  text-align: center;
  font-size:20px;
  cursor: pointer;
  margin-top: 20px;
  margin-bottom: 50px;
  transition: all .3s;
  -webkit-transition: all .3s;
}
}

@media only screen and (min-width:480px){
.countdown {
	width:380px;
	margin:0 auto 0;	
}
#timer {
	display: inline-block; 
	position: relative; 
	
	
}
ul#countdown li {
  	width: 80px;
    height: 80px;
  	margin-right:15px;
}

ul#countdown li span {
  	font-size:36px;
    line-height:80px;
}
ul#countdown li p.timeRefDays,
ul#countdown li p.timeRefHours,
ul#countdown li p.timeRefMinutes,
ul#countdown li p.timeRefSeconds {
    width: 60px;
  	font-size:14px;
    margin: 2px auto ;
}
}

@media only screen and (min-width:768px){
 
.features h4 {
  text-align: justify;
  margin-left:110px;
  line-height: 36px;
}
.btn {
  font-size: 30px; 
}
}
@media only screen and (min-width:992px){
  
}

@media only screen and (min-width:1200px){
  
}
