 /* Premium Theme Epsilon. by Ragzor */

 /* FONTS */
@font-face {
    font-family: 'League';
    src: url('../fonts/league_gothic-webfont.eot');
    src: url('../fonts/league_gothic-webfont.eot?.ciefix') format('embedded-opentype'),
         url('../fonts/league_gothic-webfont.woff') format('woff'),
         url('../fonts/league_gothic-webfont.ttf') format('truetype'),
         url('../fonts/league_gothic-webfont.svg.LeagueGothicRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ubuntu';
    src: url('ubuntumono-r-webfont.eot');
    src: url('ubuntumono-r-webfont.eot?#iefix') format('embedded-opentype'),
         url('ubuntumono-r-webfont.woff') format('woff'),
         url('ubuntumono-r-webfont.ttf') format('truetype'),
         url('ubuntumono-r-webfont.svg#ubuntu_monoregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
 /* Page Styles */
html {
  -webkit-font-smoothing: antialiased;
}
::selection{
  background: rgba(255,120,54,0.3);
}

::-moz-selection {
  background: rgba(255,120,54,0.3);
}
a{
  color: #f87c7a;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
a:hover{
  color: #75b1f6;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  text-decoration: none;
}
body{
background: url(../images/bg_1.png) repeat;
color: #555555;
}
.line_divider{
background: url(../images/line_divider.png) repeat;
height: 6px;
min-width: 760px;
}
.page_width{
width: 760px;
margin-left: auto;
margin-right: auto;
}
.text_center{
text-align: center;
}
 /* HEADER */
header{
background: url(../images/header_bg.jpg) repeat;
height: 100px;
min-width: 760px;
overflow: auto;
position: relative;
}
.logo{
float: left;
margin-top: 20px;
width: 165px;
height: 71px;
display: block;
background: url(../images/logo.png) no-repeat;
text-indent: 100%;
white-space: nowrap;
overflow: hidden;
}
/* FORM STYLES */
.subscribe_toggle{float: right;}
a.subscribe_button{
  display: block;
  background: url(../images/subscribe.png) no-repeat;
  height: 43px;
  width: 115px;
  margin-top: 34px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  -o-transition: all 0s;
  transition: all 0s;
}
a.subscribe_button:hover,
a.subscribe_button:focus,
a.subscribe_button:hover:active{
  display: block;
  background: url(../images/subscribe.png) no-repeat;
   background-position: -117.9px 0px;
  height: 43px;
  width: 115px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  -o-transition: all 0s;
  transition: all 0s;
}
#form_area {
 position: absolute;
 width: 300px;
 height: 130px;
 top: -200px;
  margin-left: 550px;
 background: #fff;
 border-radius: 3px;
 border: 1px solid #ccc;
 box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
-webkit-border-bottom-right-radius: 15px;
-webkit-border-bottom-left-radius: 15px;
-moz-border-radius-bottomright: 15px;
-moz-border-radius-bottomleft: 15px;
border-bottom-right-radius: 15px;
border-bottom-left-radius: 15px;
}
 
form {
 margin: 0 auto;
 margin-top: 20px;
}
 
input {
 font-family: "arial", Helvetica, sans-serif;
 font-size: 12px;
 outline: none;
}
 
input[type=email]{
 color: #777;
 padding-left: 10px;
 margin: 10px;
 margin-top: 12px;
 margin-left: 18px;
 width: 250px;
 height: 35px;
 border: 1px solid #c7d0d2;
 border-radius: 2px;
 box-shadow: inset 0 1.5px 3px rgba(190, 190, 190, .4), 0 0 0 5px #f5f7f8;
 -webkit-transition: all .4s ease;
 -moz-transition: all .4s ease;
 transition: all .4s ease;

}
 
input[type=email]:hover {
 border: 1px solid #b6bfc0;
 box-shadow: inset 0 1.5px 3px rgba(190, 190, 190, .7), 0 0 0 5px #f5f7f8;
}
 
input[type=email]:focus{
 border: 1px solid #a8c9e4;
 box-shadow: inset 0 1.5px 3px rgba(190, 190, 190, .4), 0 0 0 5px #D1DFF0;
}

 
 

input[type=submit] {
-webkit-appearance: none;
border: none;
 background: #B3DFE3;
  color: #486062;
font: 16px museo-slab-1, museo-slab-2, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
-webkit-font-smoothing: antialiased;
width: 90px;
height: 37px;
display: block;
position: absolute;
right: 21px;
top: 13px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
text-shadow: #C6F7FC 0 0 2px;
z-index: 1;
-webkit-transition: all 200ms linear;
-moz-transition: all 200ms linear;
cursor: pointer;
 
}
 
input[type=submit]:hover {
  background: #A9D3D7;
color: #658588;

}
 
input[type=submit]:active {
  background: #A9D3D7;
color: #658588;
}

.facebook a{
display: inline-block;
background: url(../images/fb.png) no-repeat;
height: 28px;
width: 76px;
float: left;
text-indent: 100%;
white-space: nowrap;
overflow: hidden;
opacity: 0.6;
-webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  margin-left: 25px;
}
.facebook a:hover{
  opacity: 1;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.twitter a{
display: block;
background: url(../images/twitter.png) no-repeat;
height: 28px;
width: 76px;
float: left;
text-indent: 100%;
white-space: nowrap;
overflow: hidden;
opacity: 0.6;
-webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  margin-left: 10px;
}
.twitter a:hover{
  opacity: 1;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.rss a{
display: block;
background: url(../images/rss.png) no-repeat;
height: 28px;
width: 76px;
float: left;
text-indent: 100%;
white-space: nowrap;
overflow: hidden;
opacity: 0.6;
-webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  margin-left: 10px;
}
.rss a:hover{
  opacity: 1;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.form_close a{
  display: block;
  background: url(../images/form_close.png);
  height: 30px;
  width: 29px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
  bottom: 2px;
  right: 5px;
}
/*MAIN PAGE*/

.main_container{
min-height: 100%;
height: 100%;
}
.big_intro{
margin-top: 35px;
}
.big_intro p{
line-height: 85%;
}
.big_intro_text1{
text-shadow: 0 1px 0 white;
color: #75b1f6;
text-transform: uppercase;
font: 63px League, Helvetica, sans-serif ;
font-style: normal;
font-weight: normal;
padding-left: 2px;
}
.big_intro_text2{
text-shadow: 0 1px 0 white;
color: #f87c7a;
text-transform: uppercase;
font: 113px League, Helvetica, sans-serif;
font-style: normal;
font-weight: normal;
margin-top:20px;
margin-bottom: 60px;
}
.small_intro_text{
text-shadow: 0 1px 0 white;
color: #555555;
font-family: "Georgia", Courier, Garamond, serif;
font-size:24px;
font-style: normal;
margin-bottom: 60px;
line-height:36px;
}
.twitter_feed{
  width: 500px;
  height: 70px;
  background: url(../images/twitter_bird.png) left no-repeat;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  border: 5px solid transparent;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
ul.tweet_list{
margin-left: 70px;
font: 14px arial, Helvetica, sans-serif;
font-weight: normal;
font-style: normal;
margin-top: 6px;
line-height: 21px;
overflow: hidden;
}

/*COUNTDOWN TIMER STYLES*/
.countdown li{
display: inline-block;
color: #ffffff;
background: transparent url(../images/timer.png) repeat-x;
height: 92px;
width: 126px;
text-align: center;
margin-left: 30px;
}
.countdown span{
text-shadow: 0 1px 0 white;
font: 69px ubuntu, Helvetica, sans-serif;
letter-spacing: 25px;
height: 92px;
line-height: 92px;
margin-left: 14px;
}
p.timeRefSeconds,p.timeRefMinutes,p.timeRefHours,p.timeRefDays{
color: #555555;
font: 20px League, Helvetica, sans-serif;
text-transform: uppercase;
font-weight: normal;
font-style: normal;
}
.timer_area{
margin-left: 50px;
margin-bottom: 80px;
}



.stylechanger{
  background: white;
  border: 1px solid #555555;
  width: 240px;
  height: 200px;
  position: absolute;
  left: -210px;
  top: 200px;
-webkit-border-top-right-radius: 20px;
-webkit-border-bottom-right-radius: 20px;
-moz-border-radius-topright: 20px;
-moz-border-radius-bottomright: 20px;
border-top-right-radius: 20px;
border-bottom-right-radius: 20px;
font-family: League;
}

.stylechanger div.open{
  height: 100%;
  width: 30px;
  position: absolute;
  right: 0px;
  bottom: 0px;
  background: #555555;
-webkit-border-top-right-radius: 20px;
-webkit-border-bottom-right-radius: 20px;
-moz-border-radius-topright: 20px;
-moz-border-radius-bottomright: 20px;
border-top-right-radius: 20px;
border-bottom-right-radius: 20px;
color: white;
}
a.open_button{
  color: #555555;
  height: 100%;
  width: 30px;
}

.backgrounds{
  margin-top: 10px;
  height: 150px;
  width: 220px;
}
.bg{
  display: block;
  height: 25px;
  width: 40px;
  background: #444444;
  margin: 5px;
  overflow: none;
  float: left;
  border: 1px solid #444444;
}
.bg1{
  background: url(../images/bg_1.png);
}
.bg2{
  background: url(../images/bg_2.png);
}
.bg3{
  background: url(../images/bg_3.png);
}
.bg4{
  background: url(../images/bg_4.png);
}
.bg5{
  background: url(../images/bg_5.png);
}
.bg6{
  background: url(../images/bg_6.png);
}
.bg7{
  background: url(../images/bg_7.png);
}
.bg8{
  background: url(../images/bg_8.png);
}
.bg9{
  background: url(../images/bg_9.png);
}
.bg10{
  background: url(../images/bg_10.png);
}
.bg11{
  background: url(../images/bg_11.png);
}
.bg12{
  background: url(../images/bg_12.png);
}
.bg13{
  background: url(../images/bg_13.png);
}
.bg14{
  background: url(../images/bg_14.png);
}
.bg15{
  background: url(../images/bg_15.png);
}
.bg16{
  background: url(../images/bg_16.png);
}






