/* ==========================================================================
   Author's custom styles
   ========================================================================== */

   @import "../css/bootstrap-3.1.1/bootstrap.css";
   @import "../css/jquery.ui.totop-1.2.css";
   @import "../css/font-awesome-4.0.1/font-awesome.min.css";

   body {
    font-family:"Trebuchet MS", Helvetica, sans-serif;
    font-size:14px;
    line-height:22px;
    color:#666666;
    /*min-width:960px;*/
    -webkit-text-size-adjust: none;
}

.nomargin { /* tira as margens */
    margin: 0 !important;
}
.notmargin { /* tira a margem do topo */
    margin-top: 0 !important;
}
.normargin { /* tira a margem da direita */
    margin-right: 0 !important;
}
.nobmargin { /* tira a margem de baixo */
    margin-bottom: 0 !important;
}
.nolmargin { /* tira a margem da esquerda */
    margin-left: 0 !important;
}
.nopadding { /* tira as margens */
    padding: 0 !important;
}
.notpadding { /* tira a margem do topo */
    padding-top: 0 !important;
}
.norpadding { /* tira a margem da direita */
    padding-right: 0 !important;
}
.nobpadding { /* tira a margem de baixo */
    padding-bottom: 0 !important;
}
.nolpadding { /* tira a margem da esquerda */
    padding-left: 0 !important;
}

iframe { border: none; }
a, a:hover, a:focus, .text-color { color: #ff7632; }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: normal;
    color: #ff7632;
}
h1, .h1 { font-size: 30px; }
h2, .h2 { font-size: 26px; }
h3, .h3 { font-size: 24px; }
h4, .h4 { font-size: 20px; }
h5, .h5 { font-size: 18px; }
h6, .h6 { font-size: 16px; }

dt, dd, li {
    margin-bottom: 4px;
    position: relative;
}

ul.list-style01, dl.list-style01 {
    list-style-type: none;
    padding-left: 30px;
}

ul.list-style01 li:before, dl.list-style01 dt:before {
    content: "\f054";
    font-family: FontAwesome;
    font-size: 10px;
    font-weight: normal;
    left: -30px;
    position: absolute;
    display: inline-block;
    width: 30px;
    text-align: center;
}
dl.list-style01 dt:before { top: 4px; }
dl.list-style01 dt { margin-top: 10px; }
dl.list-style01 dt:first-child { margin-top: 10px; }

fieldset {
    margin: 0 0 20px;
}
label { cursor: pointer; }
.radio, .checkbox { font-weight: normal; }

header#header {
    background: #eaeaea url('../images/background.png');
    border-top: 10px solid #ff7632;
    border-bottom: 1px solid #d1d1d1;
    max-height: 325px;
    min-height: 140px;
    margin-bottom: 40px;
}
header#header .row:first-child {
    padding-top: 30px;
    padding-bottom: 30px;
}
header#header .brand {
    font-size: 28px;
    color: #ff7632;
    line-height: 40px;
    padding: 0;
    display: inline-block;
    text-shadow: 1px 1px 0 #fff;
    letter-spacing: -1px;
}
header#header .brand img {
    max-height: 80px;
}
header#header .brand:hover {
    text-decoration: none;
    color: #666;
}
header#header .navbar-nav>li>a {
    font-size: 14px;
    font-weight: bold;
    color: #666666;
    text-transform: uppercase;
}
header#header .nav>li>a:hover, header#header .nav>li>a:focus, header#header .nav>.active>a, header#header .nav>.active>a:hover {
    text-decoration: none;
    background-color: transparent;
    color: #ff7632;
}
header#header .nav>.active>a, header#header .nav>.active>a:hover { text-shadow: 1px 1px 0 #fff; }
header#header .menu.visible-xs {
    width: 160px;
    margin-top: 15px;
}
header#header .menu.visible-xs .btn {
    width: 100%;
}
header#header .menu.visible-xs .dropdown-menu > .active > a, header#header .menu.visible-xs .dropdown-menu > .active > a:hover, header#header .menu.visible-xs .dropdown-menu > .active > a:focus {
    background-color: #888;
}
header#header .menu .navbar-nav .pop:after {
    content: "\f078";
    font-family: FontAwesome;
    font-size: 10px;
    position: absolute;
    left: 45%;
    bottom: 0;
    display: block;
}
header#header .carousel.slide ul {
    margin: 0;
    padding: 0;
    list-style: none none;
}

header#header .carousel.slide .carousel-indicators {
    bottom: -55px;
}
header#header .carousel.slide .carousel-indicators li {
    width: 19px;
    height: 19px;
    margin: 0px 2px;
    background: #666666;
    border-radius: 15px;
    border: none;
}
header#header .carousel-inner>.item>img, header#header .carousel-inner>.item>a>img{
    width: 100%; /* comentar se a img for de boa resolução */
}
header#header .carousel.slide .carousel-indicators .active {
    background-color: #ff7632;
}

.container.home {
    padding-top: 220px;
    padding-bottom: 10px;
}

.content01 h1 {
    position: relative;
}
.content01 h1 .fa:before {
    vertical-align: -30%;
    font-size: 56px;
    display: inline-block;
    width: 56px;
    text-align: center;
    margin-right: 5px;
}

.content01 h1 small {
    font-size: 14px;
    display: inline-block;
    position: absolute;
    left: 72px;
    bottom: 0;
}

.btn-muted {
    color: #fff;
    background-color: #999;
    border-color: #888;
}

.btn-muted:active, .btn-muted.active, .open .dropdown-toggle.btn-muted {
    background-image: none;
}
.btn-muted:hover, .btn-muted:focus, .btn-muted:active, .btn-muted.active, .open .dropdown-toggle.btn-muted {
    color: #fff;
    background-color: #888;
    border-color: #777;
}

#footer {
    background: #eaeaea url('../images/background.png');
    border-top: 1px solid #d1d1d1;
    margin-top: 40px;
}
#footer > aside.container {
    padding-top: 54px;
    padding-bottom: 50px;
}
#footer .social {
    margin: 0;
    padding: 0;
    list-style: none none;
}
#footer .social > li {
    margin: 5px 0;
}

#footer .social > li .fa:before {
    vertical-align: -20%;
    display: inline-block;
    width: 1.0714285714285714em;
    margin-right: 10px;
    color: #ff7632;
}
#footer .social > li a {
    display: inline-block;
    color: #666666;
}
#footer a:hover {
    color: #ff7632 !important;
    text-decoration: none;
}
#footer a {
    color: #ffffff;
}
#footer > aside.container + section:last-child {
    padding: 19px 0;
    background: #aaa;
    color: #fff;
}
#footer > aside.container + section:last-child a {
    width: 20px;
}
#footer > aside.container + section:last-child a:after {
    content: "";
    background: url(../images/villafacil-logo.png) no-repeat 0 0;
    background-size: 90%;
    vertical-align: -20%;
    display: inline-block;
    width: 22px;
    height: 22px;
    margin-left: 5px;
}
#footer > aside.container + section:last-child .col-sm-6:last-child { text-align: right; }
form.validator > .alert-danger {
    display: none;
}
form.validator > .alert-danger label {
    display: block;
    font-weight: normal;
    margin-bottom: 0;
}

.map-wrapper {
    overflow: hidden;
    display: block;
    margin-bottom: 20px;
}
.map {
    width: 100%;
    height: 323px;
}


@media (max-width: 479px){
    .container {
        width: auto !important;
    }
    .container.home {
        padding-top: 60px !important;
    }
}
@media (max-width: 767px) {   
    .container {
        width: 450px;
    }
    .container.home {
        padding-top: 150px;
    }
    #footer > aside.container + section:last-child .col-sm-6 { text-align: center !important; }
}

@media (min-width: 768px) {   
    .navbar-nav {
        float: right;
    }
    .brand {
        padding-left: 0;
        font-size: 24px;
        line-height: 34px;
        height: 55px;
    }
    .content01 h1 { font-size: 26px; }
    .content01 h1 .fa:before {
        vertical-align: -35%;
        font-size: 54px;
        margin-right: 0;
    }
    .content01 h1 small {
        left: 66px;
    }
}
@media (min-width: 992px) {
    .container {
        max-width: 970px;
    }
    .brand {
        font-size: 30px;
        line-height: 40px;
        height: 80px;
    }
    .navbar-nav {
        margin: 30px 0 0;
    }
    .container.home {
        padding-top: 360px;
        padding-bottom: 95px;
    }
    .content01 h1 { font-size: 30px; }
    .content01 h1 .fa:before {
        vertical-align: -30%;
        font-size: 56px;
        margin-right: 5px;
    }
    .content01 h1 small {
        left: 72px;
    }
}








