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

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/ 
{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
 background: #394864	
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: #555;
    line-height: 1.4em;
    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
	
	background: url('../img/l.png');
	background-attachment: fixed;
	background-position: center bottom;
	width: 100%;	
	height: 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; 	
}

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

h1 {
	font-size: 40px;
}

h2 {
	font-size: 24px;
}

h3 {
	font-weight: 300;
        font-size: 20px;
}

h4 {
	font-weight: 300;
	font-size: 18px;
}

h5 {
	font-weight: 300;
	font-size: 15px;
}

h6 {
	font-weight: 300;
	font-size: 12px;
color: white;
}


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

.main-body {
    background-color: rgba(255,255,255,1.0);
    padding-top: 20px;
}

.main-body1 {
    background-color: rgba(255,0,0,0.9);
    padding-top: 20px;
}

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

.aligncenter {
    text-align: center;
}

.linha1 {
height: 5px;
background-color: #00ff00;
border: none;
}

.btn {
  display: inline-block;
  padding: 10px 20px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.428571429;
  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: 1px solid transparent;
  border-radius: 0;
}

.btn-theme  {
  color: #fff;
  background-color: #4F92AF;
  border-color: #4F92AF;
}
.btn-theme1  {
  color: #ff0000;
  background-color: #ffff00;
  border-color: #ffff00;
}
.btn-theme1:hover  {
  color: #fff;
  background-color: #444;
  border-color: #444;
}
form.signup input  {
	height: 42px;
	width: 200px;
	border-radius: 0;
	border: none;
}
form.signup button.btn {
	font-weight: 700;
}
form.signup input.form-control:focus {
	border-color: #fd680e;
}

.pattern{
	width:100%;
	height:100%;
	bottom:0;
	top:0;
	position:fixed;
	background: url(../img/pattern.png) repeat;
}


/* wrapper */

#wrapper {
	text-align: center;
	padding: 10px 0;
}

#wrapper h1 {
	margin-top: 10px;
	margin-bottom: 40px;
	color: #fff;
	font-size: 30px;
	font-weight: 900;
	letter-spacing: -1px;
        line-height: 1.2em;
}

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

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

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


h5.subtitle {
	color: #fff;
	font-size: 15px;
}

/* countdown */
#countdown {
	font-size: 48px;
	color: #fff;
	line-height: 1.1em;
	margin: 40px 0 60px;
}


/* footer */
p.copyright {
	margin-top: 20px;
	color: #fff;
	text-align: center;
        line-height: 1.2em;
}	

.box { width:360px; height:80px; position:fixed; top:90%; left:50%; margin-left:-200px; margin-top:-40px; background: rgba(255, 255, 0, 0.7); padding:30px 40px; }

label {position:relative}
label:after {
    content:'<>';
    font:11px "Consolas", monospace;
    color:#aaa;
    -webkit-transform:rotate(90deg);
    -moz-transform:rotate(90deg);
    -ms-transform:rotate(90deg);
    transform:rotate(90deg);
    right:8px; top:2px;
    padding:0 0 2px;
    border-bottom:1px solid #ddd;
    position:absolute;
    pointer-events:none;
}
label:before {
    content:'';
    right:6px; top:0px;
    width:20px; height:20px;
    background:#f8f8f8;
    position:absolute;
    pointer-events:none;
    display:block;
}