﻿@charset "utf-8";
/* CSS Document */

html, body, div, span, p, img, li, form, table, tbody, tfoot, thead, tr, th, td {
	margin: 0px;
	padding: 0px;
	border: 0;
	font-size: 100%;
	font: inherit;
	}
a {
		color: #585858;
	}
.clear {
	clear: both;
	}
	
body {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	width: 100%;
	-webkit-text-size-adjust: none;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
	padding: 0px !important;
	margin: 0px !important;
	
}

.wrapper {
	text-align:center;
	color: #585858;
	max-width: 720px;
	margin: auto;
}

/*****************Header*****************/

.bg{
	background:url(../images/BG_720x350.png); 
	width: 100%; 
	height: 340px;
	padding-top: 10px;
	
	
	
		
}
.bg img{
	width: 100%;	
}

.title{	
	font-weight: normal;
	margin: 0px;
	text-transform: capitalize;
	position: absolute;
	bottom: 0px;
	background: rgba(0, 0, 0, 0.5);
	z-index: 1;
	width: 100%;
	padding: 2px 0px;
	font-size: 16px;
	color: #fff;
	
}

.wrapper p{	
	font-size: 24px;
	animation: blinking 1s infinite;
	font-weight: bold;
	text-transform: capitalize;
	margin:5px 0px;
	text-transform: uppercase;
	
}

.banner{
	max-width: 200px;
	height:auto;
	margin:10px auto;
	}
.banner img{
	width:200px;
	}

.head{
	text-transform:uppercase;
	font-size:20px;
	font-weight:bold;
	text-align:center;
	color:#FFF;
	margin:10px 0px;
	font-family: 'Orbitron', sans-serif;
	}
.number{
	width:90%;
	margin:auto;
	background:#FFF;
	border-radius:8px;
	height: auto;
	}

.number input[type="text"] {
  display: block;
  margin: 0;
  width: 70%;
  font-family: sans-serif;
  font-size: 12px;
  font-weight:bold;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  background:#FFF;  
  border: none;
  padding: 0px 5px;
  height:30px;
  float:left;
  }
  
.number input[type="text"]:focus {
  outline: none;
}

.number label{
	float:left;
	font-size: 16px;
	font-weight:bold;
	color:#000;
	width:auto;
	margin:0px 5px;
	line-height:30px;
	
	}







.bounc {
    animation: 0.8s ease-in-out 0s normal none infinite running button;
    letter-spacing: -0.5px;

}

@keyframes button {
0% {
    transform: scale(0.9, 0.9);
}
50% {
    transform: scale(1, 1);
}
100% {
    transform: scale(0.9, 0.9);
}
}
@keyframes button {
0% {
    transform: scale(0.9, 0.9);
}
50% {
    transform: scale(1, 1);
}
100% {
    transform: scale(0.9, 0.9);
}
}
	






.center{
	width: 100%;
	padding:5px 0px;
	/*top:40vh;
	text-align:left;
	position: absolute;*/
	
	}

.but span {
  display: block;
  margin: 10px  auto;
  width: 90%;
  max-width: 160px;
  font-family: sans-serif;
  font-size: 16px;
  appearance: none;
  box-shadow: none;
  color:#FFF;
  padding:10px 5px ;
  font-weight:bold;
  border-radius:15px;
  cursor:pointer;
  border: #FFF solid 2px;
  text-decoration:none;
  text-align:center;	
	text-transform: uppercase;
	
	background: rgb(0,203,0);
background: -moz-linear-gradient(top, rgba(0,203,0,1) 0%, rgba(0,82,0,1) 100%);
background: -webkit-linear-gradient(top, rgba(0,203,0,1) 0%,rgba(0,82,0,1) 100%);
background: linear-gradient(to bottom, rgba(0,203,0,1) 0%,rgba(0,82,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00cb00', endColorstr='#005200',GradientType=0 );
	animation: shadow-pulse 0.8s infinite;
  }

.but span {
	font-size:12px;
	font-weight:normal;	
	}

.but{
	width:90%;
	margin:auto;
	height: auto;
	cursor: pointer;
	}


@keyframes shadow-pulse
{
  0% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
  }
}

@keyframes shadow-pulse-big
{
  0% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.1);
  }
  100% {
    box-shadow: 0 0 0 50px rgba(0, 0, 0, 0);
  }
}

.example-1
{
  float: left;
  margin: 40px;
  width: 130px;
  height: 130px;
  font: 13px/130px 'Barlow Semi Condensed', sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
  text-align: center;
  background: rgba(30, 144, 255, 0.6);
  border-radius: 50%;
  
}


.slideshow {
  width: 300px;
  margin: 10px auto;
  overflow: hidden;
  border: solid 1px white;
	position: relative;
}

.slideshow-container {
  width: 1200px;
  font-size: 0;
  transition: 0.1s ease;
  height: 300px;
}

.slideshow-container:hover {
  animation-play-state: paused;
}

img, .text-container {
  width: 300px;
  height: auto;
  display: inline-block;
  font-size: 16px;
  text-align: center;
}

.text-container {
  height: 300px;
  position: relative;
}


p {
  position: relative;
  top: -45%;
  padding: 5px;
}

.slide {
  animation: slide 5s ease infinite;
}

@keyframes slide {
  0% {
    transform: translateX(0%);
  }
  
  12.5% {
    transform: translateX(0%);
  }
  
  25% {
    transform: translateX(-25%);
  }
  
  37.5% {
    transform: translateX(-25%);
  }
  
  50% {
    transform: translateX(-50%);
  }
  
  62.5% {
    transform: translateX(-50%);
  }
  
  75% {
    transform: translateX(-75%);
  }
  
  87.5% {
    transform: translateX(-75%);
  }
  
  99% {
    transform: translateX(-75%);
  }
  
  100% {
    transform: translateX(0);
  }
}

.p {
  margin-top: 140px;
  text-align: center;
}
/*************blinking**************/
 @keyframes blinking {
        0%{
          color: #FF0000;
        }
        
        100%{
         color: #007700;
        }
      }
      

.tc{
	font-size: 14px;
	text-align: left;
}

.tc li{
	margin-bottom: 8px;
}

.tc {
	font-size: 12px;
	text-align: left;
	margin: auto;
	color: #000;
	padding: 0 10px;
}
.tc_head {
	font-weight: bold;
	text-align: center;
	margin-bottom: 5px;
}
.tc_text {
	font-size: 12px;
	line-height: 17px;
	text-align: center;
}