/* ==== Google font ==== */
@import url('https://fonts.googleapis.com/css?family=Ubuntu|Lato:300,400,700,900');

body {
	background: none repeat scroll 0% 0% #0c0c0c;
    font-family: 'Ubuntu', 'Lato', sans-serif;
    font-weight: 300;
    font-size: 18px;
    color: #EEE;
    line-height: 1.6em;
    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Ubuntu', 'Lato', sans-serif;
    font-weight: 300;
    color: #444;
}

h1 {
	font-size: 40px;
}

h3 {
	font-weight: 400;
}

h4 {
	font-weight: 400;
	font-size: 20px;
}

p {
    margin-bottom: 20px;
    font-size: 16px;
}


a {
    color: #FFDDDD;
    word-wrap: break-word;
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

a:hover,
a:focus {
    color: #E60000;
    text-decoration: none;
    outline: 0;
}

a:before,
a:after {
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

.alignleft {
    text-align: left;
}
.alignright {
    text-align: right;
}

.aligncenter {
    text-align: center;
}

.btn {
  width: 208px;
  display: inline-block;
  padding: 8px 20px 12px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.4;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
       -o-user-select: none;
          user-select: none;
  background-image: none;
  border: 0px; /* solid transparent;*/
  border-radius: 0;
}

.btn-simple  {
  color: #fff;
  background: -webkit-linear-gradient(#000, #f00, #f00, #F70D1A, #C11B17, #8C001A, #8B0000, #000); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#000, #f00, #f00, #F70D1A, #C11B17, #8C001A, #8B0000, #000); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#000, #f00, #f00, #F70D1A, #C11B17, #8C001A, #8B0000, #000); /* For Firefox 3.6 to 15 */
  background: linear-gradient(#000, #f00, #f00, #F70D1A, #C11B17, #8C001A, #8B0000, #000); /* Standard syntax */
  border: 0px;
}

.btn-simple:hover  {
  color: #f00;
  background: -webkit-linear-gradient(#000, #C0C0C0, #D3D3D3, #fff, #fff, #D3D3D3, #C0C0C0, #000);
  background: -o-linear-gradient(#000, #C0C0C0, #D3D3D3, #fff, #fff, #D3D3D3, #C0C0C0, #000);
  background: -moz-linear-gradient(#000, #C0C0C0, #D3D3D3, #fff, #fff, #D3D3D3, #C0C0C0, #000);
  background: linear-gradient(#000, #C0C0C0, #D3D3D3, #fff, #fff, #D3D3D3, #C0C0C0, #000);
}

.btn-theme  {
  color: #fff;
  background-color: #4F92AF;
  border-color: #4F92AF;
}

.btn-theme:hover  {
  color: #fff;
  background-color: #444;
  border-color: #444;
}

form.signup input  {
	border-radius: 0;
	border: none;
}	/* height: 42px; width: 200px; */

form.signup button.btn {
	font-weight: 700;
}
form.signup input.form-control:focus {
	border-color: #fd680e;
}


#wrapper {
	text-align: center;
	padding: 0;
	background: /* url(../img/main-bg.jpg) no-repeat center top; */
	background-attachment: relative;
	background-position: center center;
	min-height: 650px;
	width: 100%;	
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#wrapper h1 {
	margin-top: 20px;
	margin-bottom: 10px;
	color: #fff;
	font-size: 45px;
	font-weight: 900;
	letter-spacing: -1px;
}

h1.subtitle {
	font-size: 48px;
	color: #fff;
	line-height: 1.1em;
}

h2.subtitle {
	color: #fff;
	font-size: 24px;
}

h4.zecar {
	margin-top: 20px;
	color: #FFF;
	font-size: 30px;
}

h4.subtitle {
	color: #fff;
	font-size: 20px;
}

h5.zecar {
	color: #FFF;
	font-size: 30px;
	margin-bottom: 30px;
}

#countdown {
	font-size: 36px;
	color: #fff;
	line-height: 1.1em;
	margin: 36px 0 36px;
}

p.copyright {
	margin-top: 20px;
	color: #fff;
	text-align: center;
}
