/*
Author: W3layout
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
*/
/*-- Reset-Code --*/

body {
	padding: 0;
	margin: 0;
	background: ;

}
body a {
	color:red;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	text-decoration: none;
}
body a:hover {
	text-decoration: none;
}
body a:focus, a:hover {
	text-decoration: none;
}
input[type="button"], input[type="submit"] {
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-family: 'Roboto', sans-serif;
}
p {
	margin: 0;
	font-family: 'Oxygen', sans-serif;
}
ul {
	margin: 0;
	padding: 0;
}
li {
	list-style-type:none;
}
label {
	margin: 0;
}
a:focus, a:hover {
	text-decoration: none;
	outline: none;
}
/*-- //Reset-Code --*/
body{
	font-family: 'Roboto', sans-serif;
	font-size: 100%;
	background-color: #F44336;
	background: url(../images/background.jpg)no-repeat center top;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    text-align: center;
    padding: 5em 0;
}

/*--background--*/
h1 {
	font-size: 45px;
    color: #fff;
    letter-spacing: 5px;
    font-weight: 500;
    margin-bottom: 30px;
	font-family: initial;
}
p {
    color: #fff;
    margin: 10px 0;
    letter-spacing: 2px;
    font-size: 17px;
	font-family: 'Oxygen', sans-serif;
}
/*--//background--*/
/*--timer--*/
#counter {
	height:190px;
	font-size:60px;
	color: #FFF;
    margin: 60px 0 30px;
	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 {
    display: inline-block;
    padding: 15px 0;
    float: left;
    width: 21%;
    background: rgba(4, 31, 167, 0.1);
/*    border: 1px solid rgba(193, 175, 78, 0.28); */
    background: transparent;
    border: none;
    border-left: none;
    text-align: center;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
.countDays, .countHours, .countMinutes, .countSeconds {
  /*  border-left: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.84);
    border-top: 1px solid rgba(255, 255, 255, 0.84);
    border-left: 1px solid rgba(255, 255, 255, 0.84);
	    border-radius: 10px; */
}
.countSeconds:last-child {
  /*  border-right: 1px solid rgba(255, 255, 255, 0.84); */
}
.timer_wrap {
    width: 55%;
    margin: 0 auto;
    box-sizing: border-box;
}
.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; */
}
.boxName {
    float: left;
    width: 100%;
    font-size: 20px;
    color: #cacaca;
    font-style: italic;
    font-weight: 500;
    text-transform: uppercase;
    clear: both;
    padding: 2px;
}
/* --//timer-- */
/*--newsletter--*/
body {
    background-color: #FF5722;
}
.container p {
    font-size: 18px;
    text-transform: capitalize;
}
.newsletter {
    margin: 0em auto 0;
    width: 60%;
	    margin-top: 100px;
}

.newsletter h2{
    color: #fff;
    font-size: 25px;
    margin-bottom: 14px;
	letter-spacing:2px;
}
.newsletter input[type="email"] {
    padding: 16px 2%;
    width:50%;
    margin-right: 0px;
	letter-spacing: 1px;
    font-size: 15px;
	color: #fff;
    max-width: 96%;
    outline:none;
    border:none;
    display:inline-block;
    vertical-align: middle;
	background: rgba(14, 14, 13, 0.62);
}
.newsletter input[type="submit"] {
    color: #fff;
    text-transform: uppercase;
    font-size: 1em;
    font-weight: 500;
    border: none;
	background: #F44336;
    padding: 15px 30px;
    outline: none;
    display: inline-block;
    vertical-align: middle;
	cursor:pointer;
}   
.newsletter input[type="submit"]:hover {
    background: rgba(247, 5, 87, 0.51);
}
/*--//newsletter--*/
/*--copyright--*/
.copy p {
    color: #fff;
    font-size: 14px;
    margin-top: 40px;
	letter-spacing:1px;
}
.copy p a {
    color: #D0B531;
    text-decoration: none;
}
.copy p a:hover {
    color: #00a98f;
 /*   text-decoration: underline; */
}
ul.w3ls-icons.w3l {
    margin-top: 40px;
}
.w3ls-icons li {
    display: inline-block;
    margin: 0 .2em;
}
.w3ls-icons li a {
    width: 35px;
    height: 35px;
    border: 2px solid #fff;
    border-radius: 40px;
    text-decoration: none;
    display: block;
    text-align: center;
}
.w3ls-icons li a span {
    line-height: 2.2em;
    color: #fff;
}
.w3ls-icons li a:hover {
    color: #fff;
}
.w3ls-facebook:hover {
    background: #3b5998;
    border: 2px solid #3b5998;
}
.w3ls-twitter:hover {
    background: #1da1f2;
    border: 2px solid #1da1f2;
}

.w3ls-google:hover {
    background: #dd4b39;
    border: 2px solid #dd4b39;
}
.w3ls-pinterest:hover {
    background: #bd081c;
    border: 2px solid #bd081c;
}
.w3ls-rss:hover {
    background: #f26522;
    border: 2px solid #f26522;
}
/*--//copyright--*/
/*--responsive-design--*/

@media(max-width:1920px){
}
@media(max-width:1366px){
	.timer_wrap {
    width: 58%;
	}
}
@media(max-width:1280px){
	.timer_wrap {
    width: 61%;
	}
}
@media(max-width:1600px){
	body {
		padding: 3.7em 0;
	}
}
@media(max-width:1280px){
	body {
		padding: 5em 0 2.8em;
	}
}

@media(max-width:1080px){
	.timer_wrap {
		width: 71%;
	}	
}
@media(max-width:1050px){
	.timer_wrap {
		width: 78%;
	}	
}

@media(max-width:1024px){
	h1 {
    font-size: 35px;
	}
	.container p {
    font-size: 17px;
	}
	.timer_wrap {
		width: 76%;
	}
	body {
		padding: 3em 0;
		min-height: 611px;
	}
	.newsletter {
		margin: 5em auto 0;
	}
	.position {
		width: 45px !important;
		height: 1.6em !important;
	}
	.digit {
		font-size: 85px !important;
	}
}
@media(max-width:991px){
	.timer_wrap {
    width: 80%;
}
.points {
	line-height: 100px;
}
	.newsletter h2 {
		font-size: 24px;
    }
}
@media(max-width:900px){
		.timer_wrap {
    width: 88%;
}
	.digit {
    font-size: 65px !important;
}
.points {
	line-height: 90px;
}
}
@media(max-width:800px){
	h1 {
		font-size: 33px;
	}
.countDays, .countHours, .countMinutes, .countSeconds {
	    width: 20%;
	}
	.newsletter {
		margin: 3em auto 0;
	}
	.container p {
    font-size: 15px;
}
}
@media(max-width:768px){
	h1 {
		font-size: 40px;
	}

	body {
		padding: 8em 0;
	}
}
@media(max-width:736px){
	body {
		padding: 3em 0;
	}
	.newsletter {
		width: 90%;
	}
}
@media(max-width:667px){

	.countDays, .countHours, .countMinutes, .countSeconds {
	    width: 18%;
	}
	h1 {
    font-size: 36px;
}
	.boxName {
		font-size: 13px;
	}
	.newsletter {
		margin: 4em auto 0;
	}
	.newsletter h2 {
		font-size: 20px;
	}
	.newsletter input[type="email"] {
		width: 62%;
	}
	.newsletter input[type="submit"] {
		padding: 14px 20px;
	}
}
@media(max-width:640px){
	.countDays, .countHours, .countMinutes, .countSeconds {
		padding: 30px 0;
	}
	h1 {
     font-size: 35px;
	}
	p {
		margin: 10px;
	}
	.points {
	line-height: 105px;
}
.copy p {
    font-size: 14px;
}
}
@media(max-width:600px){
	h1 {
		font-size: 34px;
    /* word-spacing: 0px; */
    letter-spacing: 4px;
	}
	#counter {
		margin-top: 69px;
	}
	.timer_wrap {
		width: 88%;
	}
	.newsletter h2 {
		font-size: 17px;
	}
	.newsletter input[type="email"] {
		padding: 12px 15px;
		font-size: 13px;
	}
	.newsletter input[type="submit"] {
		font-size: 0.9em;
		padding: 10px 27px;
	}
	.boxName {
		font-size: 13px;
	}
	.newsletter {
		margin: 0em auto 0;
	}
	.newsletter {
		margin: 0em auto;
		width: 90%;
	}
}
@media(max-width:568px){
	h1 {
		letter-spacing: 2px;
	}
	.countDays, .countHours, .countMinutes, .countSeconds {
		padding: 20px 0;
	}
	.digit {
		font-size: 73px !important;
	}
	.position {
		width: 40px !important;
		height: 1.4em !important;
	}
	#counter {
		margin:0;
		margin-top: 45px;
	}
}
@media(max-width:480px){
	.countDays, .countHours, .countMinutes, .countSeconds {
		width: 20%;
	}
	.timer_wrap {
    width: 100%;
}
	#counter {
	    height: 160px;
	}
	.copy p {
		font-size: 13px;
	}
	.points {
    line-height: 100px;
	    width: 30px;
}
	.newsletter h2 {
		font-size: 15px;
	}
	h1 {
    font-size: 30px;
	}
	.newsletter input[type="submit"] {
		font-size: 13px;
		padding: 9px 26px;
	}
	.newsletter input[type="email"] {
		padding: 9px 15px;
		    width: 60%;
	}
}
@media(max-width:414px){
	.countDays, .countHours, .countMinutes, .countSeconds {
		padding: 20px 0;
	}
	.newsletter {
		margin: 1em auto 0;
	}
	.copy p {
		margin: 41px 28px 0px;
		line-height: 25px;
		font-size: 13px;
	}
	#counter {
		height: auto;
	}
	.countDays, .countHours, .countMinutes, .countSeconds {
		width: 42%;
	}
	.container p {
		font-size: 14px;
		margin: 10px 0px;
	}
	.newsletter input[type="email"] {
		padding: 15px;
		width:60%;
	}
	h1 {
		letter-spacing: 0px;
		font-size: 27px;
	}
	.points {
    line-height: 100px;
}
.newsletter input[type="submit"] {
    padding: 15px 15px;
}
.countHours+span.points {
    display: none;
}
}
@media(max-width:384px){
	 #counter {
		margin-top: 42px;
	}
	h1 {
		font-size: 25px;
	}
	.newsletter input[type="email"] {
    padding: 10px;
    width: 50%;
}
.newsletter input[type="submit"] {
    padding: 10px 15px;
}
.copy p {
	font-size:13px;
}
}
@media(max-width:375px){
	input[type="submit"] {
		font-size: 12px;
	}
	.boxName {
		font-size: 11px;
	}
	h1 {
		letter-spacing: 1px;
		font-size: 23px;
	}
}
@media(max-width:320px){
	h1 {
	font-size: 20px;
    letter-spacing: 1px;
	}
	.timer_wrap {
		width: 96%;
	}
	#counter {
		margin-top: 26px;
	}
	.container p {
    font-size: 13px;
	}
	.copy p {
		font-size: 13px;
		line-height:26px;
		margin: 41px 0px 0px;
	}
	.newsletter h2 {
		font-size: 14px;
	}
	p {
		font-size: 14px;
		letter-spacing: 1px;
		margin: 10px 5px;
	}
	.digit {
		font-size: 60px !important;
	}
	.position {
		width: 35px !important;
		height: 1.2em !important;
	}
	body {
		padding: 2em 0;
	}
	.newsletter input[type="submit"] {
    padding: 10px 7px;
}
.newsletter input[type="email"] {
    padding: 10px;
    width: 58%;
}
.points {
    line-height: 85px;
}
}
/*--//responsive-design--*/