@font-face {
    font-family: SilomBol;
    src: url('/styles/fonts/SilomBol.ttf');
}


body { 
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    -ms-font-smoothing: antialiased;
    font-smoothing: antialiased;
}

img {
    max-width: 100%;
    height: auto;
}
@media \0screen {
    img { 
        width: auto; /* for ie 8 */
    }
}

.hrlite {
    margin: 10px 0 !important;
}
.img {
    width: 97%;
}

.video {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.video iframe,  
.video object,  
.video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 99%;
    height: 100%;
}

* {
    padding: 0;
    margin: 0;
}



body {
    font: .9em/150% Arial, Helvetica, sans-serif;
    color: #666;
    background: url(/imagens/fundo.jpg) center top no-repeat;
}

p {
    margin: 0 0 1em;
}
h1, h2, h3, h4 {
    color: #000;
}
h1 {
    font: 1.7em;
    line-height: 110%;
}
h3 {
    font-size: 1.5em;
    line-height: 120%;
    margin: 0 0 20px;
    padding-top: 20px;
    color: #482a22;
}
h4 {
    font-size: 1.2em;
    line-height: 120%;
    margin: 30px 0 10px;
    text-transform: uppercase;
}

figure {
    margin: 0;
}

.padding5 {
    padding: 5px;
}

/* html5 elements */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display: block;
}

.hr {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #EEEEEE -moz-use-text-color #FFFFFF;
    border-image: none;
    border-left: 0 none;
    border-right: 0 none;
    border-style: solid none;
    border-width: 1px 0;
    margin: 10px 0;
}

p {
    font-weight: lighter;
}
strong {
    font-weight: bold; 
}
.clearfix {
    clear:both;
}
.clear {
    clear:both;
}

a:link , a:visited, a:active{
    text-decoration: none;

}
a:hover {
    text-decoration: underline;
}

.centered {
    text-align: center;
}

ul.breadcrumb {
    background: none;
    border-bottom: 1px solid #ccc;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}


.thumbnails {
    padding: 0!important;
    margin: 0!important;
}


.line-vertical {
    min-width: 17px;
    min-height: 494px;
    display: block;
    background: url('/imagens/line-vertical.png') top center repeat-y;
}

/* responsive image */
img {
    max-width: 100%;
    height: auto;
}
@media \0screen {
    img { 
        width: auto; /* for ie 8 */
    }
}
/*
.row-fluid a img {
    border: 3px solid #fff;
}
.row-fluid a img:hover {
    border: 3px solid #482a22;
}
*/
fieldset label {
    width: 20%;

} 

.direita {
    float: right;
}
.esquerda {
    float: left;
}
.nopadding {
    padding: 0;
}
.nomargin {
    margin: 0;
}
/* form */

/*
input[type="text"], textarea {
    background: #eee;
    border: solid 1px #ddd;
    padding: 8px 5px;	
}
input[type="text"] {
    margin-right: 10px;
}
textarea {
    background: #eee!important;
    border: solid 1px #ddd;
}

*/


.feature {
    position: relative; top: -10px; z-index: -999; background: #003E49; border-bottom: 5px solid #fff; border-top: 5px solid #fff 
}

.busca {
    background: #333;
    margin: 0;
    padding: 0;
}
.busca .container-narrow {
    padding: 1px;

}
.busca form {
    padding-bottom: 0;
    margin-bottom: 8px;
}
label.error {
    color: red;
}


.titulo_destaque {   
    background: none repeat scroll 0 0 #f2f2f2;
    color: #333;
    font-family: Tahoma;
    font-size: 12px;
    font-weight: 700;
    padding: 5px 14px;
    text-shadow: none;

}

/* Theme */



#corpo {
    background: #fff;
    border-radius:10px;

}

#maim {
    padding: 1em;
    min-height: 200px;
}


#global {
    padding-bottom: 40px;
}

/* Custom container */
.container-narrow {
    width: 995px;
    max-width: 97%;


    margin: 0 auto;
}
.container-narrow > hr {
    margin: 30px 0;
}



/* Formatação das Fotos */
.lista-fotos {
    margin-top:0px;
    list-style: none none;

}

.lista-fotos:after {
    clear: both;
    display: block;
    content: ".";
    height: 0;
    visibility: hidden;
}


.wraptocenter {
    display: inline;
    height: 160px;
    width: 165px;
    float: left;
    margin: 5px;    
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    height: 160px;
    width: 165px;
    border: 1px solid #fff;
    background: #fff;   

}
.wraptocenter * {
    vertical-align: middle;
}

.wraptocenter span {
    display: inline-block;
    height: 100%;
}
.wraptocenter:hover {   
    border: 1px solid #ddd;
    background: #fff; 
}

.lista-fotos li {
    list-style: none none;
    display: inline;
    height: 160px;
    width: 165px;
    float: left;
    margin: 5px;
    border: 1px solid #333;
    background: #242424; 
    text-align: center;
    display: table-cell;
    text-align: center;
    vertical-align: middle;

}
.lista-fotos li img {
    vertical-align:middle;
    text-align: center;
}
.lista-fotos li a {   
    padding: 4px;
    display: block;
    vertical-align:middle;
}
.lista-fotos li:hover {   
    border: 1px solid #333;
    background: #000; 
}


div.fm-submit div label.optional {
    display: none;
}

div.titulo_page {
    clear: both;
    background: #8c4c18 url("/imagens/bg-titulo-page.jpg") repeat-x;
    padding: 1em;
    border-bottom: 2px solid #ccc;
    margin-bottom: 1.5em;
}

div.titulo_page h1, div.titulo_page h2, div.titulo_page h3, div.titulo_page h4 {
    color: #fff;
}

div.flash {
    clear: both;
    /* background: #141712 url("/imagens/bg-flash.png"); */

}

ul#menu-principal li a{
    color: #868585;
    text-decoration: underline;
    font-size: 0.9em;
    padding: 0px 10px;
    padding-bottom: 0;
    margin-bottom: 0;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
ul#menu-principal li {
    display: inline-block;
    text-align: right;
    float: right;
}

#menu-produtos  {
    clear: both;
    margin-top: 10px;
    background: #4b8d0a url("/imagens/menu.png") repeat-x;   
    -moz-border-radius: 5px; /* Para Firefox */
    -webkit-border-radius: 5px; /*Para Safari e Chrome */
    border-radius: 5px; /* Para Opera 10.5+*/  
}
#menu-produtos ul {
    text-align: center;
}


#menu-produtos  li {
    display: inline-block;
}
#menu-produtos  li a {
    font-family: Arial, "Trebuchet MS",Helvetica,sans-serif;
    font-size: 15px;
    text-decoration: none;
    padding: 10px 15px;
    display: block;
    color: #fff;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
    /*text-transform: uppercase;*/
}
#menu-produtos  li a:hover {
    background: #000;
    border: none;
}




.carousel a.right {

}


.carousel-control {
    background-color: transparent;
    border: 0 none;
    font-size: 120px;
    height: 80px;
    margin-top: 0;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
}
.carousel {

}

.carousel-inner > .item > img, .carousel-inner > .item > a > img {
    display: block;
    line-height: 1;
}
.carousel img {
    min-width: 100%;
    overflow: hidden;
    min-height:available;
}




div.titulo {
    border-bottom: 3px solid #482a22;
    margin-bottom: 1em;
    height: 2em;
}
div.titulo p strong {
    text-transform: uppercase;
    color: #482a22;
    font-size: 1.6em;
    float: left;
    font-weight: lighter;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
}
div.titulo a {
    color: #482a22;
    float: right;
}

.banner_content {
    margin-bottom: .5em;
}

div.footer {
    background:  #242424;
    border-top: 10px solid #ccc;
    font-size: 0.9em;
    line-height: 160%;
    padding-bottom: 1em;
    color: #fff;
}

div.footer div.titulo {
    border-bottom: none;
}
div.footer div.titulo p strong {
    color: #fff;
}
div.footer a {
    color:#4b8d0a;
}
.formas-pagamento, .formas-pagamento h4 {
    color: #fff;
}
.rodape-atencao {
    padding-top: 3em;
    background: url("/imagens/selo.jpg") no-repeat scroll left center transparent;
    height: 80px;
}
.rodape-cartoes {
    padding: 10px;
    text-align: right;
}

div#sobre img {
    margin-bottom: 1em;
}



form input#nome,
form input#email {

    min-width: 100%;
}


.box_animal  {
    border-bottom: 1px solid #eee;
    margin: 20px 0;
    padding-bottom: 1em; 
}

.box_animal h3 {
    margin-bottom: 2px;
    font-size: 1.2em;
}

.box_animal_filiacao a, .box_animal_filiacao p {
    font-weight: lighter;
    font-size: .9em;
    line-height: 120%;
    color: #666666;

}

.display_foto {
    max-width: 100%;
    height: auto;
}
.display_content {
    text-align: justify;
}
.display_content ul {
    padding: 0;
    margin: 0;
}


.genealogia_pri{
    padding: 10px 0;
    display: block;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    color: black;	
    width: 50%;
    margin: 0 auto;
    border: 1px solid #979797;
}


.genealogia_box , .genealogia_box_n2, .genealogia_box_n3 {
    display: block;
    text-align: center;
    margin: 0 auto;
    border: 1px solid #979797;
    padding: 10px 0;
    font-size: 0.8em;

}

.genealogia_ver_line {
    background: url('/imagens/gene_div.gif') center bottom repeat-y;
    height: 30px;
    display: block;
    width: 100%;

}
.premio h4 {
    padding: 0;
    margin: 0;
}
.icon-trofeu {
    width: 64px;
    height: 57px ;
    background: url('/imagens/trofeu.gif') no-repeat;
}

.premio p {
    padding-top: 1em;
}


.imagem {
    position: relative;
    z-index: 2;
    overflow: hidden;
    padding-top: 20px;
    text-align: center;
    top: -12px;
}

.selo {
    position: absolute;
    width: 146px;
    height: 20px;
    top: 24px;
    left: 24px;
    cursor: pointer;
    margin: 0 auto;
    background: none repeat scroll 0 0 #ED7A53;
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.2);
    color: #FFFFFF;
    font-family: Tahoma;
    font-size: 12px;
    font-weight: 700;
    padding: 2px;
    text-shadow: center;

}
/*
.selo {
    background: none repeat scroll 0 0 #ED7A53;
    border-radius: 2px 2px 2px 2px;
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.2);
    color: #FFFFFF;
    font-family: Tahoma;
    font-size: 12px;
    font-weight: 700;
    padding: 5px 14px;
    position: relative;
    text-shadow: none;
    top: 35px;
}
*/
/*
.box_embriao:hover {
    background: #f2f2f2;
}
*/

form#formComprar label {
    display:block;
    min-width: 500px;

}

form.formAnimal {
    background: #262222;
}
form.formAnimal label{
    color: #ccc;
}

form.formComprar {
    background: #fff;
}
form.formComprar label {
    background: #333;
}

.divisor-x {
    background: url('/imagens/divisor-x.png') center -18px no-repeat;
    display: block;
    width: 30px;
    height: 60px;
    margin: 0 auto;
    overflow: hidden;
}



.box-animal {
    border-radius: 4px 4px 4px 4px;
    border: solid 1px #ddd; 
    padding-bottom: 1em;
    padding-top: 1em;
}
.box-animal:hover {
    border: solid 1px #ED7A53; 
}

.preco {
    font-style:  italic;
    font-weight: bold;
    font-size: 15px;
    color: #1C4257; 
}



#sidebar_passaros {
    background: #59930d; 
    color: #fff;
}

#sidebar_passaros a {
    color: #fff;

}

#sidebar_passaros a , #sidebar_passaros small, #sidebar_passaros p {
    line-height: 130% !important;
}

#sidebar_passaros_galadores {
    background: #242424 ;
    margin-top: 10px;
    color: #fff;
}

#sidebar_passaros_galadores a {
    color: #fff;

}

#sidebar_passaros_galadores a , #sidebar_passaros_galadores small, #sidebar_passaros_galadores p {
    line-height: 130% !important;
}


.passaro_linha1 {
    background: #689a12;
}

.passaro_linha2 {
    background: #59930d;
}

div.row-fluid div.span6 div.row-fluid div.span8 p a {
    color: #666!important;
    font-size: 14px;
}
div.row-fluid div.span6 div.row-fluid div.span8 h3 a {
    color: #666!important;
    font-size: 18px;
}

.lista_fotos_home {
    margin-bottom: 0px;
}

.link_titulo_home {
    font-size: 12px;
    font-weight: bold;
    display: block;
    margin-bottom: 4px;
    color: #262222; 

}
.link_home_videos {
    color: #666!important;
    font-size: 14px; 
    padding-left: .20em;
    display: block; 
    font-family: Helvetica, arial, sans-serif;
}
.img_home_videos {
    margin-bottom: 1em;
}
.divider-vertical {
    border-right: 1px solid #ddd;
    margin-right: 1em;
    margin-left: .90em;
}

.link_description_home {
    font-size: 12px;
    line-height: 12px!important;
    color: #666;

}
.links_home p , .links_home {
    line-height: 15px;
}
.links_home {
    margin-left: 10px;
    display: block;
    float: right;
}

.linha_videos {
    min-height: 230px !important;
    float: left !important;
    margin: 0px !important;
}

.titulo_home {
    color: #f58309;
    font-weight:  lighter;
    padding-bottom: 5px;
    border-bottom: solid 1px #ddd; 
    width: 99.5%;
}

.box-list {
    border-radius: 4px 4px 4px 4px;
    border: solid 1px #fff; 
    padding-bottom: 1em;
    padding-top: 1em;
    padding-left: 1em;
}
.box-list:hover {
    border: solid 1px #ddd; 
}


.more {
    float: right;
    margin-right: 10px;
    color: #006600; 
    width: 100%;
    text-align: right;
    margin-top: 10px;
}


.box-venda {
    background: none repeat scroll 0 0 #F9F9F9;
    border: 1px solid #F2F2F2;
    border-radius: 5px 5px 5px 5px;
    margin-bottom: 2em;
    padding-bottom: 1em;
    padding-top: 1em;
}

ul.artigo {
    padding: 0;
    margin: 0; 
}

ul.artigo li {
    border-bottom: 1px solid #f2f2f2;
}
ul.artigo li a {
    padding: 5px 15px;
    display: block;
    color: #666;
}    
ul.artigo li i {float: left; margin-right: 5px; margin-top: 7px; }    




.cf:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
* html .cf { zoom: 1; }
*:first-child+html .cf { zoom: 1; }


.rt { width: 100%; font-size: 0.75em;/*12*/ line-height: 1.25em;/*15*/ border-collapse: collapse; border-spacing: 0; text-align: center; }

.rt th,
.rt td { margin: 0; padding: 0.4166em;/*10*/ padding-bottom: 10px; padding-top: 10px; vertical-align: top; border: 1px solid #babcbf; background: #fff; text-align: center; }
.rt th { text-align: left; background: #fff2b2; text-align: center; }

td.td-trisavo , td.td-tetravo{text-align: left !important; padding-left: 5px;}

p.css-vertical-text {
    color:#333;
    writing-mode:tb-rl;
    -webkit-transform:rotate(90deg);
    -moz-transform:rotate(90deg);
    -o-transform: rotate(90deg);
    white-space:nowrap;
    display:block;
    bottom:0;
    font-weight:normal;
}



@media only screen and (max-width: 40em) { /*640*/

    #rt1 { display: block; position: relative; width: 100%; }
    #rt1 thead { display: block; float: left; }
    #rt1 tbody { display: block; width: auto; position: relative; overflow-x: auto; white-space: nowrap; }
    #rt1 thead tr { display: block; }
    #rt1 th { display: block; }
    #rt1 tbody tr { display: inline-block; vertical-align: top; }
    #rt1 td { display: block; min-height: 1.25em; }

    #rt2 { display: block; position: relative; width: 100%; }
    #rt2 thead { display: block; float: left; }
    #rt2 tbody { display: -webkit-box; overflow-x: auto; }
    #rt2 th,
    #rt2 tr,
    #rt2 td { display: block; }

    /* sort out borders */

    .rt th { border-bottom: 0; }
    .rt td { border-left: 0; border-right: 0; border-bottom: 0; }
    .rt tbody tr { border-right: 1px solid #babcbf; }
    .rt th:last-child,
    .rt td:last-child { border-bottom: 1px solid #babcbf; }

}


/*** PARA SMARTPHONES ***/
@media screen and (max-width:480px) {

    #menu-principal {

    }

    .banner_top {
        display: none;
    }

    .logo {
        width: 100%;
        margin: 0 auto !important;
        text-align: center;
        display: block;
            
    }
    
ul#menu-principal li {
    display: inline-block;
    float: none !important;
    text-align: center;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 1em 0 1em 0;
    margin: 1em 0 1em 0;
}
ul#menu-principal li a {
    text-decoration: none;
}
    
    #menu-produtos ul {
          width: 100% !important;
    }

    #menu-produtos li {
        display: block !important;
    }
    .navbar .nav > li {
        float: none !important;
        border-bottom: 1px solid #86BA2E;
    }
    .carousel img {
         max-height: auto !important;
         min-height: auto !important;
         height: auto !important;
    }

}