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

@import url('https://fonts.googleapis.com/css?family=Ubuntu');

body {
	background: #747474;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: #626262;
    line-height: 1.6em;
    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
	
	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%;	*/
	
}

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

h1 {
	font-size: 40px;
}

h3 {
	font-weight: 400;
}

h4 {
	font-size: 24px;
	color:#e68700;
}

p {
    text-indent: 15px;
	margin-bottom: 20px;
    font-size: 16px;
}
.f18 {
	font-size:18px;
}
.destaque {
	color:#e68700
}


a {
    color: #484848;
    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: #484848;
    text-decoration: underline;
    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 {
  display: inline-block;
  padding: 10px 20px;
  margin-bottom: 0;
  font-size: 18px;
  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-default {
    color: #333;
    background-color: #fff;
    border-color: #f7f7f7;
}


.btn-theme  {
  color: #fff;
  background-color: #5f5f5f;
  border-color: #5f5f5f;
}
.btn-theme:hover  {
  color: #fff;
  background-color: #e68700;
  border-color: #d27b00;
}
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;
}


/* wrapper */

#wrapper {
	text-align: center;
	padding: 50px 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: 40px;
	/*margin-bottom: 40px;
	color: #fff;*/
	font-size: 45px;
	font-weight: 900;
	/*letter-spacing: -1px;*/
}

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

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


/* footer */
p.copyright {
	margin-top: 50px;
	/*color: #fff;*/
	text-align: center;
}


/* NAVS*/
/* USER PROFILE PAGE */
.btn-primary, .btn-primary:hover, .btn-primary:focus {
	background-image: -webkit-linear-gradient(to bottom, #f0ad4e 0%, #d28c2a 100%);
    background-image: linear-gradient(to bottom, #f0ad4e 0%, #d28c2a 100%);	
	border:none;
}	
.well {
	background-image: none;
	background-color:rgba(255, 255, 255, 0.5);
	border-color: #fff;
	min-height:auto;
}

 .card {
    margin-top: 20px;
    padding: 30px;
    background-color: rgba(214, 224, 226, 0.2);
    -webkit-border-top-left-radius:5px;
    -moz-border-top-left-radius:5px;
    border-top-left-radius:5px;
    -webkit-border-top-right-radius:5px;
    -moz-border-top-right-radius:5px;
    border-top-right-radius:5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.card.hovercard {
    position: relative;
    padding-top: 0;
    overflow: hidden;
    text-align: center;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 1);
}
.card.hovercard .card-background {
    height: 130px;
}
.card-background img {
    -webkit-filter: blur(25px);
    -moz-filter: blur(25px);
    -o-filter: blur(25px);
    -ms-filter: blur(25px);
    filter: blur(25px);
    margin-left: -100px;
    margin-top: -200px;
    min-width: 130%;
}
.card.hovercard .useravatar {
    position: absolute;
    top: 15px;
    left: 0;
    right: 0;
}
.card.hovercard .useravatar img {
    width: 100px;
    height: 100px;
    max-width: 100px;
    max-height: 100px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 5px solid rgba(255, 255, 255, 0.5);
}
.card.hovercard .card-info {
    position: absolute;
    bottom: 14px;
    left: 0;
    right: 0;
}
.card.hovercard .card-info .card-title {
    padding:0 5px;
    font-size: 20px;
    line-height: 1;
    color: #262626;
    background-color: rgba(255, 255, 255, 0.1);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.card.hovercard .card-info {
    overflow: hidden;
    font-size: 12px;
    line-height: 20px;
    color: #737373;
    text-overflow: ellipsis;
}
.card.hovercard .bottom {
    padding: 0 20px;
    margin-bottom: 17px;
}
.btn-pref .btn {
    -webkit-border-radius:0 !important;
}
