/* reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
ol,ul{list-style:none;margin:0px;padding:0px;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}
/* start editing from here */
a{text-decoration:none;}
.txt-rt{text-align:right;}/* text align right */
.txt-lt{text-align:left;}/* text align left */
.txt-center{text-align:center;}/* text align center */
.float-rt{float:right;}/* float right */
.float-lt{float:left;}/* float left */
.clear{clear:both;}/* clear float */
.pos-relative{position:relative;}/* Position Relative */
.pos-absolute{position:absolute;}/* Position Absolute */
.vertical-base{	vertical-align:baseline;}/* vertical align baseline */
.vertical-top{	vertical-align:top;}/* vertical align top */
nav.vertical ul li{	display:block;}/* vertical menu */
nav.horizontal ul li{	display: inline-block;}/* horizontal menu */
img{max-width:100%;}
/*end reset*/
body{
	background: url(../images/bg.jpg), linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5));
    background-blend-mode: overlay;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
	font-family: 'Oswald';
}
body:after {
	background: rgba(134,6,71,0.7);
}
.container1{
	/*width: 100%;
	height: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	background: transparent url(../images/pattern.png) repeat top left;
	z-index: 2;--*/
}
/*end reset*/
@font-face {
    font-family: 'bebasregular';
    src: url('../fonts/BEBAS___-webfont.eot');
    src: url('../fonts/BEBAS___-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/BEBAS___-webfont.woff') format('woff'),
         url('../fonts/BEBAS___-webfont.ttf') format('truetype'),
         url('../fonts/BEBAS___-webfont.svg#bebasregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'Oswald';
    src: url('../fonts/Oswald-Medium.ttf.eot');
    src: url('../fonts/Oswald-Medium.ttf.woff') format('woff'),
         url('../fonts/Oswald-Medium.ttf.svg#Oswald') format('svg');
    font-weight: normal;
    font-style: normal;

}
.wrap{
	width:80%;
	margin:0 auto;
}
/* ---------- TIMER ---------- */
ul#countdown{text-align:center;padding-top: 15px;}
ul#countdown span {
	color: #FFF;
	font-size: 4em;
	font-weight: bold;
	width: 80px;
	height: 94px;
	text-align: center;
	display: inline-block;
}
ul#countdown h3{
	color:#fff;
}
ul#countdown li{
	display:inline-block;
	width: 10%;
}
ul#countdown li p.timeRefDays,
ul#countdown li p.timeRefHours,
ul#countdown li p.timeRefMinutes,
ul#countdown li p.timeRefSeconds {
	color: rgb(255, 255, 255);
	/*text-transform: uppercase;*/
	font-size: 1.2em;
	191919
}
/*---start-content-header----*/
.content-header h1{
	color: #fff;
	font-size: 4em;
	font-weight: inherit;
}
.content-header p{
	color: #fff;
	font-size: 1.5em;
	font-weight: inherit;
	word-spacing: 0.1em;
}
.content-header {
	text-align: center;
	margin-top: 10em;
}
/* ---------- TIMER ---------- */
.countDays,.countHours,.countMinutes,.countSeconds {
    width: 9%;
    float: left;
    color: rgb(0, 0, 0);
    text-align: center;
    margin-right: 20px;
}
#counter {
	width:52%;
	height:160px;
	margin-left:30%;
	font-size:60px;
	color: #FFF;
	overflow: hidden;
}
.timer{
	border-top:2px ridge #5F5F5F;
	border-bottom:2px ridge #5F5F5F;
}
.timer h4{
	font-size: 14px;
	color: #E5E5E5;
	font-style: normal;
	font-variant: normal;
	font-weight: lighter;
	letter-spacing: 1px;
	margin-top: 20px;
}
.countDays, .countHours, .countMinutes, .countSeconds {
    float: left;
    width: 18%;
    height: 64px;
}
.points {
	float: left;
	width:40px;
	margin: 0;
	font-size: 44px;
	font-weight: bold;
	text-align: center;
	line-height: 138px;
	text-shadow: none;
	color:#FFF;
    display: none;
}
.digit {
	position: absolute;
	top: 0;
	left:18px;
}
.boxName {
	float: left;
	width: 100%;
	font-size: 18px;
	color: #fff;
	font-weight: 500;
	clear: both;
	padding: 2px;
}
span.Days {
	padding-right: 18px;
}
span.Hours {
	margin-right: 24px;
}
span.Minutes {
	margin-right: 21px;
}
.Seconds {
	margin-right: 17px;
}
/* ---------- /TIMER ---------- */
//*---start-notify-form----*/
.notify{
	text-align: center;
	background: rgba(0, 0, 0, 0.36);
	width: 50%;
	margin: 2em auto 0 auto;
	padding: 0.5em 2em 2em 2em;
	font-family: 'bebasregular';
}
.notify h3{
	font-size: 1em;
	color: #FFF;
	/*text-transform: uppercase;*/
	padding: 1em 0;
	word-spacing: 2px;
}
.notify input[type="text"]{
	width:80%;
	padding:12px;
	border:none;
	outline:none;
	font-family: 'bebasregular';
}
.notify input[type="button"]{
	padding:12px;
	border:none;
	outline:none;
	font-family: 'bebasregular';
	background:#F3D026;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	color:#FFF;
	cursor:pointer;
}
.notify {
	width: 50%;
	margin: 0 auto;
	text-align: center;
	background: rgba(0, 0, 0, 0.31);
	padding: 2em;
	margin-top: 2em;
}
.notify input[type="submit"]:hover{
	background:#fff;
	color:#000;
}
/*---start-socail-icons----*/
.social-icons h3{
	color: #FFF;
	font-size: 1em;
	margin: 1em 1em 0.5em 1em;
	word-spacing: 4px;
}
.social-icons ul li{
	display:inline-block;
}
.social-iconsl ul li a{
	display:block;
}
.social-icons ul li img{
	display:block;
}
.social-icons ul li a{
	background: #FFF;
	padding: 10px;
	border-radius: 30em;
	margin: 5px;
	display: block;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.social-icons ul li a:hover{
	background:#000;
}
.social-icons {
	text-align: center;
}
/*----start-copy-right-----*/
.copy-right{
	text-align:center;
	padding-top:1em;
}
.copy-right p{
	color: #fff;
	font-size: 1em;
	font-weight: inherit;
	word-spacing: 0.2em;
}
.copy-right p a{
	color: rgba(237, 234, 17, 1);
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.copy-right p a:hover{
	color:#000;
}
/*-----start-responsive-design------*/
@media (max-width: 1440px){
	#counter {
		width: 67%;
		margin-left: 25%;
	}
	.digit {
		top: 9px!important;
	}
	.content-header {
		margin-top: 7em;
	}
	.notify {
		width: 39%;
	}
	.notify input[type="text"] {
		width: 76%;
	}
}
@media(max-width:1024px){
	.content-header h1 {
		color: #fff;
		font-size: 3.4em;
		margin:0 0 0.3em 0;
	}
	.notify {
		width: 50%;
	}
}
@media(max-width:768px){
	.content-header h1 {
		font-size: 2.5em;
		margin: 0 0 0.2em;
	}
	.content-header p {
		color: #fff;
		font-size: 0.85em;
	}
	.notify {
		width: 57%;
	}
	.notify input[type="text"] {
		width: 71%;
	}
}
@media(max-width:640px){
	.content-header h1 {
		font-size: 2em;
	}
	.notify {
		width: 75%;
	}
}
@media(max-width:480px){
	.content-header h1 {
		font-size: 1.5em;
		margin:0 0 0.5em;
	}
	.content-header p {
		font-size: 0.8em;
		line-height: 1.6em;
	}
	.notify {
		width: 71%;
		padding: 1em;
		margin-top: 1em;
	}
	.notify input[type="text"] {
		width: 52%;
	}
	.copy-right p {
		font-size: 0.7em;
	}

}
@media(max-width:320px){
	.content-header h1 {
		font-size: 1.2em;
		margin: 0 0 0.5em;
		line-height: 1.6em;
	}
	.content-header p {
		font-size: 0.7em;
		line-height: 1.6em;
	}
	.content-header {
		margin-top: 5em;
	}
	.notify {
		width: 77%;
	}
}
a:link {
  color: white;
  background-color: transparent;
  text-decoration: underline;
}

a:visited {
  color: pink;
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  color: red;
  background-color: transparent;
  text-decoration: underline;
}

a:active {
  color: yellow;
  background-color: transparent;
  text-decoration: underline;
}