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

   @import "css/bootstrap-3.1.1/bootstrap.css";
   @import "css/jquery.ui.totop-1.2.css";
   @import "css/datepicker-1.2.0.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: #b32535; }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: normal;
    color: #b32535;
}
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 #b32535;
    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: 30px;
    color: #b32535;
    padding: 0;
    display: inline-block;
    text-shadow: 1px 1px 0 #fff;
}
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: #b32535;
}
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: #b32535;
}

.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: #b32535;
}
#footer .social > li a {
    display: inline-block;
    color: #666666;
}
#footer a:hover {
    color: #b32535 !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.msgbox01 {
    display: none;
}
form.validator > .alert-danger.msgbox01 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;
    }
    .brand img {
        height: auto; 
    }
    .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;
    }
    .brand img {
margin-top: -20px;
    }
    .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;
    }
}








/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/


/* Table of Contents
==================================================
    #Base 960 Grid
    #Tablet (Portrait)
    #Mobile (Portrait)
    #Mobile (Landscape)
    #Clearing */



/* #Base 960 Grid
================================================== */

    .container                                  { position: relative; width: 940px; margin: 0 auto; padding: 0; }
    .container .column,
    .container .columns                         { float: left; display: inline; margin-left: 10px; margin-right: 10px; }
    .row                                        { margin-bottom: 20px; }

    /* Nested Column Classes */
    .column.alpha, .columns.alpha               { margin-left: 0; }
    .column.omega, .columns.omega               { margin-right: 0; }

    /* Base Grid */
    .container .one.column,
    .container .one.columns                     { width: 40px;  }
    .container .two.columns                     { width: 100px; }
    .container .three.columns                   { width: 160px; }
    .container .four.columns                    { width: 220px; }
    .container .five.columns                    { width: 280px; }
    .container .six.columns                     { width: 340px; }
    .container .seven.columns                   { width: 400px; }
    .container .eight.columns                   { width: 460px; }
    .container .nine.columns                    { width: 520px; }
    .container .ten.columns                     { width: 580px; }
    .container .eleven.columns                  { width: 640px; }
    .container .twelve.columns                  { width: 700px; }
    .container .thirteen.columns                { width: 760px; }
    .container .fourteen.columns                { width: 820px; }
    .container .fifteen.columns                 { width: 880px; }
    .container .sixteen.columns                 { width: 940px; }

    .container .one-third.column                { width: 300px; }
    .container .two-thirds.column               { width: 620px; }

    /* Offsets */
    .container .offset-by-one                   { padding-left: 60px;  }
    .container .offset-by-two                   { padding-left: 120px; }
    .container .offset-by-three                 { padding-left: 180px; }
    .container .offset-by-four                  { padding-left: 240px; }
    .container .offset-by-five                  { padding-left: 300px; }
    .container .offset-by-six                   { padding-left: 360px; }
    .container .offset-by-seven                 { padding-left: 420px; }
    .container .offset-by-eight                 { padding-left: 480px; }
    .container .offset-by-nine                  { padding-left: 540px; }
    .container .offset-by-ten                   { padding-left: 600px; }
    .container .offset-by-eleven                { padding-left: 660px; }
    .container .offset-by-twelve                { padding-left: 720px; }
    .container .offset-by-thirteen              { padding-left: 780px; }
    .container .offset-by-fourteen              { padding-left: 840px; }
    .container .offset-by-fifteen               { padding-left: 900px; }



/* #Tablet (Portrait)
================================================== */

    /* Note: Design for a width of 768px */

    @media only screen and (min-width: 768px) and (max-width: 959px) {
        .container                                  { width: 768px; }
        .container .column,
        .container .columns                         { margin-left: 10px; margin-right: 10px;  }
        .column.alpha, .columns.alpha               { margin-left: 0; margin-right: 10px; }
        .column.omega, .columns.omega               { margin-right: 0; margin-left: 10px; }
        .alpha.omega                                { margin-left: 0; margin-right: 0; }

        .container .one.column,
        .container .one.columns                     { width: 28px; }
        .container .two.columns                     { width: 76px; }
        .container .three.columns                   { width: 124px; }
        .container .four.columns                    { width: 172px; }
        .container .five.columns                    { width: 220px; }
        .container .six.columns                     { width: 268px; }
        .container .seven.columns                   { width: 316px; }
        .container .eight.columns                   { width: 364px; }
        .container .nine.columns                    { width: 412px; }
        .container .ten.columns                     { width: 460px; }
        .container .eleven.columns                  { width: 508px; }
        .container .twelve.columns                  { width: 556px; }
        .container .thirteen.columns                { width: 604px; }
        .container .fourteen.columns                { width: 652px; }
        .container .fifteen.columns                 { width: 700px; }
        .container .sixteen.columns                 { width: 748px; }

        .container .one-third.column                { width: 236px; }
        .container .two-thirds.column               { width: 492px; }

        /* Offsets */
        .container .offset-by-one                   { padding-left: 48px; }
        .container .offset-by-two                   { padding-left: 96px; }
        .container .offset-by-three                 { padding-left: 144px; }
        .container .offset-by-four                  { padding-left: 192px; }
        .container .offset-by-five                  { padding-left: 240px; }
        .container .offset-by-six                   { padding-left: 288px; }
        .container .offset-by-seven                 { padding-left: 336px; }
        .container .offset-by-eight                 { padding-left: 384px; }
        .container .offset-by-nine                  { padding-left: 432px; }
        .container .offset-by-ten                   { padding-left: 480px; }
        .container .offset-by-eleven                { padding-left: 528px; }
        .container .offset-by-twelve                { padding-left: 576px; }
        .container .offset-by-thirteen              { padding-left: 624px; }
        .container .offset-by-fourteen              { padding-left: 672px; }
        .container .offset-by-fifteen               { padding-left: 720px; }
    }


/*  #Mobile (Portrait)
================================================== */

    /* Note: Design for a width of 320px */

    @media only screen and (max-width: 767px) {
        .container { width: 300px; }
        .container .columns,
        .container .column { margin: 0; }

        .container .one.column,
        .container .one.columns,
        .container .two.columns,
        .container .three.columns,
        .container .four.columns,
        .container .five.columns,
        .container .six.columns,
        .container .seven.columns,
        .container .eight.columns,
        .container .nine.columns,
        .container .ten.columns,
        .container .eleven.columns,
        .container .twelve.columns,
        .container .thirteen.columns,
        .container .fourteen.columns,
        .container .fifteen.columns,
        .container .sixteen.columns,
        .container .one-third.column,
        .container .two-thirds.column  { width: 300px; }

        /* Offsets */
        .container .offset-by-one,
        .container .offset-by-two,
        .container .offset-by-three,
        .container .offset-by-four,
        .container .offset-by-five,
        .container .offset-by-six,
        .container .offset-by-seven,
        .container .offset-by-eight,
        .container .offset-by-nine,
        .container .offset-by-ten,
        .container .offset-by-eleven,
        .container .offset-by-twelve,
        .container .offset-by-thirteen,
        .container .offset-by-fourteen,
        .container .offset-by-fifteen { padding-left: 0; }

    }


/* #Mobile (Landscape)
================================================== */

    /* Note: Design for a width of 480px */

    @media only screen and (min-width: 480px) and (max-width: 767px) {
        .container { width: 420px; }
        .container .columns,
        .container .column { margin: 0; }

        .container .one.column,
        .container .one.columns,
        .container .two.columns,
        .container .three.columns,
        .container .four.columns,
        .container .five.columns,
        .container .six.columns,
        .container .seven.columns,
        .container .eight.columns,
        .container .nine.columns,
        .container .ten.columns,
        .container .eleven.columns,
        .container .twelve.columns,
        .container .thirteen.columns,
        .container .fourteen.columns,
        .container .fifteen.columns,
        .container .sixteen.columns,
        .container .one-third.column,
        .container .two-thirds.column { width: 420px; }
    }


/* #Clearing
================================================== */

    /* Self Clearing Goodness */
    .container:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }

    /* Use clearfix class on parent to clear nested columns,
    or wrap each row of columns in a <div class="row"> */
    .clearfix:before,
    .clearfix:after,
    .row:before,
    .row:after {
      content: '\0020';
      display: block;
      overflow: hidden;
      visibility: hidden;
      width: 0;
      height: 0; }
    .row:after,
    .clearfix:after {
      clear: both; }
    .row,
    .clearfix {
      zoom: 1; }

    /* You can also use a <br class="clear" /> to clear columns */
    .clear {
      clear: both;
      display: block;
      overflow: hidden;
      visibility: hidden;
      width: 0;
      height: 0;
    }
/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/

/* Table of Content
==================================================
	#Site Styles
	#Page Styles
	#Media Queries
	#Font-Face */

/* #Site Styles
================================================== */

/* #Page Styles
================================================== */

/* #Media Queries
================================================== */

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {}


/* #Font-Face
================================================== */
/* 	This is the proper syntax for an @font-face file
		Just create a "fonts" folder at the root,
		copy your FontName into code below and remove
		comment brackets */

/*	@font-face {
	    font-family: 'FontName';
	    src: url('fonts/FontName.eot');
	    src: url('fonts/FontName.eot?iefix') format('eot'),
	         url('fonts/FontName.woff') format('woff'),
	         url('fonts/FontName.ttf') format('truetype'),
	         url('fonts/FontName.svg#webfontZam02nTh') format('svg');
	    font-weight: normal;
	    font-style: normal; }
*/*{
	margin:0;
	padding:0;
}


#slideshow{
	background-color:#F5F5F5;
	border:1px solid #FFFFFF;
    width: 900px;
	height:400px;
	margin:40px auto 0;
	position:relative;
	
	/*-moz-box-shadow:0 0 22px #111;
	-webkit-box-shadow:0 0 22px #111;
	box-shadow:0 0 22px #111;*/
}

#slideshow ul{
	height:400px;
	left:10px;
	list-style:none outside none;
	overflow:hidden;
	position:absolute;
	top:10px;
	width:900px;
}

#slideshow li{
	position:absolute;
	display:none;
	z-index:10;
}

#slideshow li:first-child{
	display:block;
	z-index:1000;
}

#slideshow .slideActive{
	z-index:1000;
}

#slideshow canvas{
	display:none;
	position:absolute;
	z-index:100;
}

#slideshow .arrow{
	height:86px;
	width:60px;
	position:absolute;
	background:url('slider/img/arrows.png') no-repeat;
	top:50%;
	margin-top:-43px;
	cursor:pointer;
	z-index:5000;
}

#slideshow .previous{ background-position:left top;left:0;}
#slideshow .previous:hover{ background-position:left bottom;}

#slideshow .next{ background-position:right top;right:0;}
#slideshow .next:hover{ background-position:right bottom;}

