@font-face{
  font-family: "milton-bold";
    src: url("fonts/milton-bold/font.eot");
    src: url("fonts/milton-bold/font.eot?#iefix") format("embedded-opentype"),
         url("fonts/milton-bold/font.woff2") format("woff2"),
         url("fonts/milton-bold/font.woff") format("woff"),
         url("fonts/milton-bold/font.ttf") format("truetype"),
         url("fonts/milton-bold/font.otf") format("opentype"),
         url("fonts/milton-bold/font.svg#milton-bold") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face{
  font-family: "brandon-light";
    src: url("fonts/brandon-light/font.eot");
    src: url("fonts/brandon-light/font.eot?#iefix") format("embedded-opentype"),
         url("fonts/brandon-light/font.woff2") format("woff2"),
         url("fonts/brandon-light/font.woff") format("woff"),
         url("fonts/brandon-light/font.ttf") format("truetype"),
         url("fonts/brandon-light/font.otf") format("opentype"),
         url("fonts/brandon-light/font.svg#brandon-light") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face{
  font-family: "brandon-light-it";
    src: url("fonts/brandon-light-it/font.eot");
    src: url("fonts/brandon-light-it/font.eot?#iefix") format("embedded-opentype"),
         url("fonts/brandon-light-it/font.woff2") format("woff2"),
         url("fonts/brandon-light-it/font.woff") format("woff"),
         url("fonts/brandon-light-it/font.ttf") format("truetype"),
         url("fonts/brandon-light-it/font.otf") format("opentype"),
         url("fonts/brandon-light-it/font.svg#brandon-light-it") format("svg");
    font-weight: normal;
    font-style: normal;
}

body
{
    font-size: .85em;
    font-family: "Trebuchet MS", Verdana, Helvetica, Sans-Serif;
    color: #232323;
    background-color: #fff;
}

header,
footer,
nav,
section {
    display: block;
}

/* Styles for basic forms
-----------------------------------------------------------*/

fieldset 
{
    border:1px solid #ddd;
    padding:0 1.4em 1.4em 1.4em;
    margin:0 0 1.5em 0;
}

legend 
{
    font-size:1.2em;
    font-weight: bold;
}

textarea 
{
    min-height: 75px;
}

.editor-label 
{
    margin: 1em 0 0 0;
}

.editor-field 
{
    margin:0.5em 0 0 0;
}


/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error
{
    color: #ff0000;
}

.field-validation-valid
{
    display: none;
}

#txtNascimento,
#txtTelefone,
#txtUF,
#txtCidade{
width: 47%;
}

#txtNascimento,
#txtTelefone{
margin-bottom: 26px;  
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.polpl{
  margin-bottom: 25px;
float: left;

    width: 100%;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid
{
    display: none;
}

.formEnvio
{
    display: inline-block;
    width: 100%;
}



.form-group 
{
    float: left;
    width: 100%;
    margin-bottom: 25px;
}

.txt-pipoca{
  font-family: "brandon-light-it";
color: #3f000f;
    font-size: 16px;
    margin-left: 10px;
}

.form-group label
{
    font-size:11px;
}


.twitter-typeahead .tt-query,
.twitter-typeahead .tt-hint {
  margin-bottom: 0;
}

.tt-dropdown-menu {
  min-width: 160px;
  margin-top: 2px;
  padding: 5px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0,0,0,.2);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
     -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
          box-shadow: 0 5px 10px rgba(0,0,0,.2);
  -webkit-background-clip: padding-box;
     -moz-background-clip: padding;
          background-clip: padding-box;
}

.tt-suggestion {
  display: block;
  padding: 3px 20px;
}

.tt-suggestion.tt-is-under-cursor {
  color: #fff;
  background-color: #0081c2;
  background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
  background-image: -o-linear-gradient(top, #0088cc, #0077b3);
  background-image: linear-gradient(to bottom, #0088cc, #0077b3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0)
}

.tt-suggestion.tt-is-under-cursor a {
  color: #fff;
}

.tt-suggestion p {
  margin: 0;
}