
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}


* {

color : white;
/* border: 1px solid red; */
}

body {

background: #222;

}

#header {
	height: 150px;
}

.content-text {
    margin-top: 0px;
    text-align: center;
    font-size: 50px;
}

.menu  {
    position: absolute;
    width: 20%;
}

.site-title {
	text-align: center;
}

.logo  img {
    margin: 0 auto;
    display: block;
}

#container {
    width: 930px;
    height: auto;
    background-size: calc(100% + 50px);
    z-index: 3;
    top: 30%;
    float: none;
    display: inline-block;
    vertical-align: top;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}

.fa-bars {
	width: auto;
    float: left;
    font-size: 45px;
}

.nav-menu-text h3 {

	width: auto;
	float: left;

}

.nav-menu-bg-fill {
    position: absolute;
    height: 100%;
    width: 100%;
    border: 1px solid #eef925;
}

/* COUNTER */

@keyframes circle {
    from { transform:rotate(0deg); }
    to { transform:rotate(360deg); }
}

@keyframes inner-circle {
    from { transform:rotate(0deg); }
    to { transform:rotate(-360deg); }
}


ul#counter {
    list-style: none;
    margin: 30px 0px 0px 0px;
    padding: 0;
    display: block;
    text-align: center;
    position: relative;
}

ul#counter li { display: inline-block; }

ul#counter li span {
  font-size: 80px;
  font-weight: 300;
}

ul#counter li.seperator {
    font-size: 80px;
    vertical-align: top;
    top: 18px;
    right: 18px;
    position: relative;
}

ul#counter li p {
  color: #a7abb1;
  font-size: 25px;
}

.days-container, .hours-container, .minutes-container,  .seconds-container {
    width: 210px;
    height: 140px;
    margin: 20px auto 0;
    color:orange;
    font-size:100px;
    line-height:1;
    /* animation: circle 11.5s linear infinite; */
	transition: all 0.33s linear;
    transform-origin:-40% 40px;
    position: relative;
    left: -20px;
    top: -20px;
}


ul#counter li span {
    border-radius: 50%;
    font-size: 56px;
    background: rgba(255, 0, 0, 0.33);
    width: 130px;
    height: 140px;
    padding: 40px 0px 0px 0px;
    margin: 0;
    display: inline-block;
    text-align: center;
	transition: all 0.33s ease-out;
}


.days {
    /* animation: inner-circle 11.5s linear infinite; */
}

ul li span {
	display: block;
}






/* COUNTER END */

/*//////////	canvas	////////// */


/* ---- reset ---- */

body {
	overflow: hidden;
    margin: 0;
    font: normal 75% Arial, Helvetica, sans-serif;
}

.logo {
    width: 9%;
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    margin: 0 auto;
    top: 15px;
    overflow: hidden;
    left: 0;
    right: 0;
}
/*

.text_news {

    z-index: 3;
    position: absolute;
    bottom: 20%;
    font-size: 30px;
    left: 38%;

}

*/

.text_news {

text-align: center;

}

input {

transition: all 0.33s ease-out;

}
input[type="email"] {
    -webkit-appearance: none;
    outline: none;
    border: 2px solid transparent;
    width: 100%;
    font-size: 20px;
    padding: 7px;
    margin-top: 10px;
    color: black;
}

input[type="submit"] {

	width: 100%;
    font-size: 20px;
    padding: 7px;
    margin-top: 10px;
    color: #ececec;
    background: #3a3a3a;
    -webkit-appearance: none;
	outline: none;
    border: none;
}




#subscribe_container {

    z-index: 3;
    bottom: 5%;
    width: 450px;
    font-size: 20px;
    padding: 7px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;

}



input[type="email"]:hover {

    border: 2px solid #8ec5c7;
    box-shadow: 1px 1px 10px 1px #9dd1d4;

}

input[type="email"]:focus {

    border: 2px solid #6da9ab;
    box-shadow: 1px 1px 10px 1px #9dd1d4;

}


input[type="submit"]:hover {

    color: #3a3a3a;
    background: #e9e9e9;

}

input[type="submit"]:focus {

    color: #3a3a3a;
    background: #ffffff;

}

.response_container {

    text-align: center;
    background: #faffbd;
    color: #48bf00;
    margin-top: 10px;
    padding: 5px;
	opacity: 0;
	transition: all 0.33s ease-in-out;

}

.response_good {
    color: #62ad34;
	opacity: 1;
	transition: all 0.33s ease-in-out;	
}

.response_bad {
    color: #ca4040;
	opacity: 1;
	transition: all 0.33s ease-in-out;	
}


@media all and (max-width: 1370px) {


.days-container, .hours-container, .minutes-container,  .seconds-container {
    width: auto;
    margin: 10px 20px 20px 20px;
}


#subscribe_container {
    bottom: 5%;
}

.logo {

width: 130px;

}

}

@media all and (max-width: 1000px) {

ul#counter li span {
    font-size: 30px;
    width: 90px;
    height: 100px;
    padding: 37px 0px 0px 0px;
}

ul#counter {
    margin: 60px 0px 0px 0px;
}


#container {
    width: 650px;
}


}


@media all and (max-width: 769px) {

.days-container, .hours-container, .minutes-container, .seconds-container {
    width: auto;
    margin: 10px 0px 20px 0px;
    position: relative;
    left: 2px;
}

ul#counter li.seperator {
    right: -2px;
}

#container {
    width: 490px;
}

}

@media all and (max-width: 540px) {



	ul#counter li p {
		color: #a7abb1;
		font-size: 16px;
		position: relative;
		top: 5px;
	}

	ul#counter li span {
		font-size: 30px;
		width: 70px;
		height: 70px;
		padding: 21px 0px 0px 0px;
	}

	#container {
		width: 370px;
	}

	.content-text {
		font-size: 40px;
	}
	
	ul#counter li.seperator {
		font-size: 60px;
		top: 28px;
		right: -2px;
		position: relative;
	}	
	
	#subscribe_container {
		width: 380px;
	}	

}

@media all and (max-width: 400px) {

ul#counter li span {
    font-size: 24px;
    width: 50px;
    height: 50px;
    padding: 14px 0px 0px 0px;
}

#container {
    width: 300px;
}

#subscribe_container {
    width: 320px;
	font-size: 17px;
}

ul#counter {
    margin: 30px 0px 0px 0px;
}

.content-text {
    font-size: 40px;
    top: 40px;
    position: relative;
}

}



/*
@media all and (max-width: 1100px) {

#container {
    position: absolute;
    width: auto;
    height: auto;
    background-size: calc(100% + 50px);
    z-index: 3;
    top: 30%;
    float: none;
    display: inline-block;
    vertical-align: top;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}

}

*/

canvas {
    display: block;
    vertical-align: bottom;
}
/* ---- particles.js container ---- */

#particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #7b7b7b;
    background-image: url("");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}
/* ---- stats.js ---- */

.count-particles {
    background: #000022;
    position: absolute;
    top: 48px;
    left: 0;
    width: 80px;
    color: #13E8E9;
    font-size: .8em;
    text-align: left;
    text-indent: 4px;
    line-height: 14px;
    padding-bottom: 2px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
}
.js-count-particles {
    font-size: 1.1em;
}
#stats,
.count-particles {
    -webkit-user-select: none;
    margin-top: 0px;
    margin-left: 0px;
	font-size: 13px;
}
#stats {
    border-radius: 3px 3px 0 0;
    overflow: hidden;
}
.count-particles {
    border-radius: 0 0 3px 3px;
}



.animated {
  -webkit-animation-duration: 0.33s;
  animation-duration: 0.33s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
