/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
img,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ===== Initializr Styles ==================================================
   Author: Jonathan Verrecchia - verekia.com/initializr/responsive-template
   ========================================================================== */

body {

    font-family: verdana, arial, sans-serif;
    font-size: 11px;
    line-height: 18px;
    color: #4f4e4e;

    background-color: #f4f4f4;
}



#logo {
    float: left;
    margin-left: 23px;
    margin-top: 19px;

}

#account {
    float: right;
    margin-top: 18px;
    height: 58px;
    width: 200px;
    font-size: 10px;
    background-image: url('../img/user_icon.png');
    background-repeat: no-repeat;
    background-position: left 5px;

}

#account .options {
    float: left;;
    margin-left: 32px;
    text-align: left;
    line-height: 14px;
}

#account .options a {
    text-decoration: none;
    color: #808080;
    background-image: url('../img/setinha_azul.png');
    background-repeat: no-repeat;
    background-position: right 3px;
    padding-right: 8px;
}

#account .options a.user {
    color: #bbaa82;
    background-image: none;

}

#account .options a:hover {
    text-decoration: underline;
}

.botao {
    font-family: "PT Sans", sans-serif;
    display: inline-block;
    padding: 5px 10px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    text-decoration: none;
    color: #ffffff !important;
}
.botao:hover {
    text-decoration: none !important;
    background-color: #448eb6;
    border-color: #448eb6;
}
.botao_azul {
    color: #ffffff;
    background-color: #4da5d5;
    border-color: #4da5d5;
}
.form-control{

}
.form-control .form-group{
    margin-bottom: 20px;
}
.form-control .form-group label{
    display: block;
}
.form-control .form-group input[type=text], .form-control .form-group input[type=password] {
    height: 25px;
    width:200px;
    background-color: #f6f6f4;
    border: 1px solid #f6f6f4;
    padding: 0px 5px 0px 5px;
    -webkit-appearance:none;
    outline: none;
}

nav {
    float: right;
}

.wrapper {
    width: 90%;
    margin: 0 5%;
    background-color: #fff;
}

.control-bar a.direita_categoria {
    margin: 0 0px 0 0px;
    display: inline-block;
    vertical-align: middle;
    color: #6c6b6b;
    font-size: 11px;
    line-height: 16px;

    text-decoration: none;
}

.control-bar a.direita_categoria:hover {
    text-decoration: underline;
}

.container {
    float: left;
    width: 73%;
    margin-bottom: 50px;

}



h1 {

    border-top: 1px dotted #cccccc;

    line-height: 45px;

    padding-left: 10px;
    padding-right: 10px;
    display: block;

    background: #faf8f6; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 11%, #fdfcfb 12%, #faf8f6 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(11%, #ffffff), color-stop(12%, #fdfcfb), color-stop(100%, #faf8f6)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 11%, #fdfcfb 12%, #faf8f6 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 11%, #fdfcfb 12%, #faf8f6 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 11%, #fdfcfb 12%, #faf8f6 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 11%, #fdfcfb 12%, #faf8f6 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#faf8f6', GradientType=0); /* IE6-9 */
}



.sorter {

    float: left;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;

}

.sorter .filter_resutas {
    float: left;

}
.number_results{
    float:right;
    margin-right: 25px;
    padding-top: 2px;

}
.sorter .searchtext {
    float: right;
    width: 25%;
}

.sorter .filter_resutas select {
    border-radius: 24px;
    border: 1px solid #d3d1cd;
    padding-left: 20px;
    padding-right: 20px;
    font-family: verdana, arial, sans-serif;
    font-size: 9px;
    color: #b6b6b6;
    height: 21px;
    -webkit-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
}

.sorter .searchtext #search {
    border-radius: 24px;
    border: 1px solid #d3d1cd;
    padding-left: 20px;
    padding-right: 20px;
    font-family: verdana, arial, sans-serif;
    font-size: 9px;
    color: #b6b6b6;
    height: 21px;
    -webkit-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);

    width: 100%;

    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */

}

/* ===================
    ALL: Orange Theme
   =================== */

.header-container {
    border-top: 14px solid #1a194e;

}

.footer-container,
.main aside {

}

.header-container,
.footer-container,
.main aside {

}

.title {
    color: #1a184f;
    font-family: 'PT Sans', sans-serif;
    font-weight: normal;
}

/* ==============
    MOBILE: Menu
   ============== */

nav ul {
    margin: 0;
    padding: 0;

}

nav a {
    display: block;
    margin-bottom: 10px;
    padding-top: 20px;
    text-align: center;
    text-decoration: none;
    color: #4b4b4b;
    font-weight: normal;
    font-family: 'PT Sans', sans-serif;
    font-size: 12px;

}

nav a:hover,
nav a:visited {
    background-color: #f3f3f3;
    text-decoration: none;
}

nav a:hover {

}

/* ==============
    MOBILE: Main
   ============== */

.main {
    padding: 10px 0;
}

.main aside {

}

.footer-container footer {

    padding: 0px;
    width: 998px;
    background-color: #f4f4f4;
    font-family: Arial, Verdana, sans-serif;

}

.footer-container footer .top {
    text-align: right;
    background-color: #909090;
    height: 22px;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    padding-right: 10px;
    margin-bottom: 1px;

    font-weight: bold;
    font-size: 10px;
    color: #525252;
    line-height: 20px;

}

.footer-container footer .top a {
    text-decoration: none;
    color: #dfdfdf;
}

.footer-container footer .top a:hover {
    color: #d71921;
}

.footer-container footer .bottom {
    text-align: center;
    height: 87px;
    padding-top: 10px;

    font-size: 10px;
    color: #6d6d6d;

    -webkit-border-top-right-radius: 10px;
    -webkit-border-top-left-radius: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-topleft: 10px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    background: url(../img/footer.png) center top repeat-x;

}



.form-contact{
    width: 100%;
    margin-top:50px;
}
.form-contact input[type="text"] ,.form-contact input[type="email"],.form-contact textarea{
    border: 1px solid #cccccc;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 11px;
    color: #64635e;
    width: 270px;
    padding:5px;
}
.form-contact input[type="text"] ,.form-contact input[type="email"] {


}
.form-contact textarea {

}
.form-field-wrapper{
    margin-top: 20px;
}
.form-contact .errors{
    color:#990000;
}










/* ===============
    ALL: IE Fixes
   =============== */

.ie7 .title {

}

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

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

@media only screen and (min-width: 480px) {

    /* ====================
        INTERMEDIATE: Menu
       ==================== */
    nav a {
        float: left;
        padding-left: 5px;
        padding-right: 5px;
        margin-left: 5px;
        margin-right: 5px;
        margin-bottom: 0;
    }

    nav li:first-child a {
        margin-left: 0;
    }

    nav li:last-child a {
        margin-right: 0;
    }

    /* ========================
        INTERMEDIATE: IE Fixes
       ======================== */
    nav ul li {
        display: inline;
    }

    .oldie nav a {
        margin: 0 0.7%;
    }
}

@media only screen and (min-width: 768px) {

    /* ====================
        WIDE: CSS3 Effects
       ==================== */
    .header-container,
    .main aside {

    }

    /* ============
        WIDE: Menu
       ============ */
    .title {

    }

    nav {
        float: right;

    }

    /* ============
        WIDE: Main
       ============ */
    .main aside {
        float: right;
        width: 25%;
    }
}

@media only screen and (min-width: 1040px) {

    /* ===============
        Maximal Width
       =============== */
    .wrapper {
        width: 936px; /* 1140px - 10% for margins */
        margin: 0 auto;
        padding-left: 31px;
        padding-right: 31px;
    }
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

.observe{
    background-color: #daccab;
    padding: 3px;
    margin-bottom: 20px;
    float: left;
    width: 100%;
}
.observe div{
    float: left;
    margin-top: 10px;
}
.observe div.text{
    margin-top: 8px;
    margin-left: 5px;
}
.observe div input{
    height: 15px;
    width: 15px;

}