@charset "UTF-8";
@import url(http://fonts.googleapis.com/css?family=PT+Sans:700|Pacifico|Changa+One);


.container1 {
  /*font-family: "Pacifico", cursive;*/
  font-weight: 400;
  position: relative;
  margin: 40px auto;
  /*width: 600px;*/
  font-size: 30px;
  text-align: center;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

span {
  display: block;
}

.line-1 {
  position: relative;
}
.line-1:before, .line-1:after {
  content: "";
  font-family: FontAwesome;
  position: relative;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  font-size: 16px;
  margin: 0 30px;
  top: -5px;
}

.line-2 {
  font-family: "Changa One", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 90px;
  letter-spacing: 15px;
  margin: 0 0;
}
@media only screen and (max-width: 560px) {
    .line-2 {
        font-size: 50px;
    }
	
	.line-3:before, .line-3:after {
	  content: " ";
	  position: absolute;
	  width: 1px;
	  height: 1px;
	  border-top: none !important;
	  border-bottom: none !important;
	}
	.line-3 {
	  font-size: 14px;
	  margin: 20px 0 0;
	  letter-spacing: 1px !important;
	 
	}
	.line-6 {
	  font-family: "PT Sans", sans-serif;
	  font-size: 16px;
	  letter-spacing: 0px !important;

	}
}

.line-3 {
  font-family: "PT Sans", sans-serif;
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  margin: 40px 0 0;
  position: relative;
  letter-spacing: 6px;
}
.line-3:before, .line-3:after {
  content: " ";
  position: absolute;
  width: 50px;
  height: 5px;
  border-top: 1px solid #222222;
  border-bottom: 1px solid #222222;
}
.line-3:before {
  margin: 15px 0 0 -60px;
}
.line-3:after {
  margin: 15px 0 0 10px;
}

.line-4 {
  width: 100%;
  position: relative;
  font-size: 18px;
  margin: 50px 0 0;
}

.line-5 {
  margin: 20px 0 50px;
  position: relative;
  text-align: center;
  margin: 50px auto;
  display: block;
  font-size: 26px;
  font-weight: bold;
  font-family: none;
}
.line-5 a {
  text-decoration: none;
  display: inline-block;
  text-align: left;
  color: #222;
}
.line-5 a:nth-child(1) {
  text-align: right;
}
.line-5 a:nth-child(1):after {
  content: "";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  position: relative;
  font-size: 30px;
  text-align: center;
  width: 90%;
  top: 4px;
  margin: 0;
  padding: 0 20px;
}

.line-6 {
  font-family: "PT Sans", sans-serif;
  font-size: 16px;
  letter-spacing: 5px;

}
.line-6:before, .line-6:after {
  content: "";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  position: relative;
  font-size: 16px;
  margin: 0 10px;
  top: 2px;
}
/*  BLINK    */
.area {
    animation: 2.5s ease-out 0s normal none infinite running blur;
    color: orange;
    font-size: 3.5em;
    font-weight: 700;
    letter-spacing: 7px;
    text-align: center;
    text-shadow: 0 0 5px #fff, 0 0 7px #fff;
    text-transform: uppercase;
}

@keyframes blur{
  from{
      text-shadow:0px 0px 10px #fff,
      0px 0px 10px #fff, 
      0px 0px 25px #fff,
      0px 0px 25px #fff,
      0px 0px 25px #fff,
      0px 0px 25px #fff,
      0px 0px 25px #fff,
      0px 0px 25px #fff,
      0px 0px 50px #fff,
      0px 0px 50px #fff,
      0px 0px 50px #7B96B8,
      0px 0px 150px #7B96B8,
      0px 10px 100px #7B96B8,
      0px 10px 100px #7B96B8,
      0px 10px 100px #7B96B8,
      0px 10px 100px #7B96B8,
      0px -10px 100px #7B96B8,
      0px -10px 100px #7B96B8;}
}

.month {
    animation: 2.5s ease-out 0s normal none infinite running blur;
	color: blue;
    text-shadow: 0 0 5px #fff, 0 0 7px #fff;
    text-transform: uppercase;
}

@keyframes blur{
  from{
      text-shadow:0px 0px 10px #fff,
      0px 0px 10px #fff, 
      0px 0px 25px #fff,
      0px 0px 25px #fff,
      0px 0px 25px #fff,
      0px 0px 25px #fff,
      0px 0px 25px #fff,
      0px 0px 25px #fff,
      0px 0px 50px #fff,
      0px 0px 50px #fff,
      0px 0px 50px #7B96B8,
      0px 0px 150px #7B96B8,
      0px 10px 100px #7B96B8,
      0px 10px 100px #7B96B8,
      0px 10px 100px #7B96B8,
      0px 10px 100px #7B96B8,
      0px -10px 100px #7B96B8,
      0px -10px 100px #7B96B8;}
}

@media (max-width: 600px) {
	.area {
    animation: none;
	}
	.month {
    animation: none;
	}
]