/*** Import Necessary Styles, Icon font  ************************************************/
@import url(http://fonts.googleapis.com/css?family=Lato:100,300,400,700);
@import url('/general/style/css/metrize-icon-font.css');
@import url('/general/responsive/css/bootstrap.min.css');
@import url('/general/responsive/css/bootstrap-responsive.min.css');

/*** Reset Some Default Styles ************************************************/
* { 
  -moz-box-sizing: border-box; 
  -webkit-box-sizing: border-box; 
  box-sizing: border-box; 
  }

body {
  font-family: lato;
  font-size: 14px;
  font-weight: 300;
  color: #505050;
  background-color: rgb(48, 48, 48);
  
  background-repeat: no-repeat;
  -webkit-background-size:cover;
  -moz-background-size:cover;
  -ms-background-size:cover;
  -o-background-size:cover;
  background-size:cover;
}

a {
  color: #ffffff;
  -webkit-transition: color 300ms ease;
  -moz-transition: color 300ms ease;
  -ms-transition: color 300ms ease;
  -o-transition: color 300ms ease;
  transition: color 300ms ease;
}

a:hover, a:focus {
  color: #484848;
  text-decoration: underline;
}

strong { font-weight: 400; }

input:placeholder,textarea:placeholder{ font-size: 14px; color: rgb(200, 200, 200); padding-left: 10px;}
input:-moz-placeholder,textarea:-moz-placeholder{ font-size: 14px; color: rgb(200, 200, 200); padding-left: 10px;}
input:-ms-input-placeholder,textarea:-ms-input-placeholder{ font-size: 14px; color: rgb(200, 200, 200); padding-left: 10px;}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{ font-size: 14px; color: rgb(200, 200, 200); padding-left: 10px;}
  

/*** Header *************************************************************/
.site-header {
  margin-top: 5%;
}

/*** Content *************************************************************/
.title {
  font-size: 26px;
  font-family: Lato;
  font-weight: 300;
  word-spacing: 2px;
  color: rgb(255, 255, 255);
  line-height: 1.3em;
  text-transform: uppercase;
}

.the-content {
  font-size: 17px; 
  font-weight: 300;
  color: #fff; 
  text-shadow: 0 1px 9px rgba(0,0,0,.47);
  line-height: 1.2em;
}

/* Countdown */
#defaultCountdown {
  margin-top: 30px;
  text-align: center;
}

.countdown_section {
  display: inline-block;
  color: #fff;
}

.countdown_amount {
  font-size: 20px;
  font-weight: 300;
  padding-top: 14px;
  margin: auto 25px 0;
}

/* Social Icons */
.social-icons ul li {
  padding: 0 13px;
  margin-bottom: 18px;
}

.social-icons a {
  color: rgb(211, 211, 211);
  font-size: 30px;
}

.social-icons a:hover {
  color: rgb(190, 190, 190);
}

/*** Newsletter **************************************************************/
.newsletter-form {
  padding: 15px 0;
  display: inline-block;
}
.eemail_caption 
{
	padding-bottom:5px;
	padding-top:5px;
	/*padding-left:10px;*/
	padding-right:5px;
}
.eemail_msg 
{
	color: rgb(255, 255, 255);
  padding-bottom: 0;
}
.eemail_textbox 
{
	padding-bottom:10px;
	/*padding-left:10px;*/
  display: inline-block;
}

input.eemail_textbox_class {
  width: 284px ; 
  height: 50px ; 
  border: solid 1px rgba(255, 255, 255, 0.13) ;
  color: rgb(000, 000, 000);
  -webkit-border-radius: 4px/5px; 
  -moz-border-radius: 4px/5px; 
  border-radius: 4px/5px; 
  background-color: rgba(255,255,255,.09); 
  -webkit-box-shadow: inset 0 0 1px rgba(255,255,255,.35);
  -moz-box-shadow: inset 0 0 1px rgba(255,255,255,.35); 
  box-shadow: inset 0 0 1px rgba(255,255,255,.35);
}

input.eemail_textbox_class:focus {
  border-color: rgba(82, 168, 236, 0.8);
  -webkit-box-shadow: 0 0 0;
  -moz-box-shadow: 0 0 0; 
  box-shadow: 0 0 0;
}

input.eemail_textbox_class:focus:invalid:focus {
  border-color: rgb(233, 50, 45);
  color: rgb(040, 040, 040);
  -webkit-box-shadow: 0 0 0;
  -moz-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
}

.custom-btn {
  background: url(img/subscribe.png);
  width: 74px !important;
  height: 54px;
  border: 0;
  
  -webkit-transition: 300ms all;
  -moz-transition: 300ms all;
  -ms-transition: 300ms all;
  -o-transition: 300ms all;
  transition: 300ms all;
}

.custom-btn:hover, .custom-btn:focus {
  opacity: .5;
}

/*** Responsive Fixes **************************************************************/

/* Large desktop */
@media (min-width: 1200px) { 
  #content { padding: 53px 110px;}
 }
 
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
  input.eemail_textbox_class {
    width: 211px !important;
  }
}
 
/* Landscape phone to portrait tablet */
@media (max-width: 767px) { 
  body { padding: 0; }
  .container { padding-left: 20px; padding-right: 20px; }
   #content { margin-top: 50px;}

  input:placeholder,textarea:placeholder{ font-size: 12px; }
  input:-moz-placeholder,textarea:-moz-placeholder{ font-size: 12px; }
  input:-ms-input-placeholder,textarea:-ms-input-placeholder{ font-size: 12px; }
  input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{ font-size: 12px; }

}

/* Landscape phones and down */
@media (max-width: 480px) { 
  input.eemail_textbox_class { width: 186px !important; }
}

@media (max-width: 320px) { }