/* line 5, ../../../../../../../usr/share/compass/frameworks/compass/stylesheets/compass/reset/_utilities.scss */ html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font: inherit; font-size: 100%; vertical-align: baseline; } /* line 22, ../../../../../../../usr/share/compass/frameworks/compass/stylesheets/compass/reset/_utilities.scss */ html { line-height: 1; } /* line 24, ../../../../../../../usr/share/compass/frameworks/compass/stylesheets/compass/reset/_utilities.scss */ ol, ul { list-style: none; } /* line 26, ../../../../../../../usr/share/compass/frameworks/compass/stylesheets/compass/reset/_utilities.scss */ table { border-collapse: collapse; border-spacing: 0; } /* line 28, ../../../../../../../usr/share/compass/frameworks/compass/stylesheets/compass/reset/_utilities.scss */ caption, th, td { text-align: left; font-weight: normal; vertical-align: middle; } /* line 30, ../../../../../../../usr/share/compass/frameworks/compass/stylesheets/compass/reset/_utilities.scss */ q, blockquote { quotes: none; } /* line 103, ../../../../../../../usr/share/compass/frameworks/compass/stylesheets/compass/reset/_utilities.scss */ q:before, q:after, blockquote:before, blockquote:after { content: ""; content: none; } /* line 32, ../../../../../../../usr/share/compass/frameworks/compass/stylesheets/compass/reset/_utilities.scss */ a img { border: none; } /* line 116, ../../../../../../../usr/share/compass/frameworks/compass/stylesheets/compass/reset/_utilities.scss */ article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary { display: block; } /* line 5, ../sass/_layout.scss */ body { font-family: "Arial"; background-color: #BB8757; color: #333; line-height: 20px; font-size: 14px; } /* line 13, ../sass/_layout.scss */ .clr { clear: both; } /* line 17, ../sass/_layout.scss */ #header-bap { background-color: #F8F1DD; padding-top: 7px; padding-bottom: 7px; } /* line 22, ../sass/_layout.scss */ #header-bap .container { padding-left: 0px; padding-right: 0px; } /* line 27, ../sass/_layout.scss */ #header-bap #logo { color: black; text-decoration: none; position: relative; top: 3px; } /* line 33, ../sass/_layout.scss */ #header-bap #logo img { width: 25px; } /* line 36, ../sass/_layout.scss */ #header-bap #logo .text { font-size: 17px; font-family: "comfortaalight"; position: relative; bottom: 6px; left: 3px; } /* line 45, ../sass/_layout.scss */ #header-bap ul#nav-bap { float: right; } /* line 48, ../sass/_layout.scss */ #header-bap ul#nav-bap li { float: right; } /* line 50, ../sass/_layout.scss */ #header-bap ul#nav-bap li a { color: black; font-size: 15px; color: #BB8757; } /* line 55, ../sass/_layout.scss */ #header-bap ul#nav-bap li a:hover, #header-bap ul#nav-bap li a:focus { color: #333; color: #BB8757; background: none; } /* line 62, ../sass/_layout.scss */ #header-bap ul#nav-bap li ul { background-color: #F8F1DD; border-top: solid 2px #BB8757; } /* line 66, ../sass/_layout.scss */ #header-bap ul#nav-bap li ul li a { text-transform: uppercase; font-size: 13px; } /* line 76, ../sass/_layout.scss */ #header { background-color: #BB8757; text-align: center; padding-top: 40px; padding-bottom: 70px; border-bottom: solid 1px #e0e0e0; } /* line 83, ../sass/_layout.scss */ #header .container { position: relative; padding: 0px; } /* line 88, ../sass/_layout.scss */ #header h1, #header h2 { color: white; } /* line 92, ../sass/_layout.scss */ #header h1 { text-transform: uppercase; font-family: "myriadpro-regular"; font-size: 35px; padding-bottom: 10px; font-weight: bold; } /* line 100, ../sass/_layout.scss */ #header h2 { font-family: "myriadpro-it"; font-size: 18px; } /* line 105, ../sass/_layout.scss */ #header #credit { position: absolute; top: 0px; right: 0px; color: white; font-family: "myriadpro-semibold"; border-bottom: solid 1px white; padding: 7px 0px; } /* line 114, ../sass/_layout.scss */ #header #credit span { font-family: "myriadpro-light"; } /* line 120, ../sass/_layout.scss */ #main { background-color: #F8F1DD; } /* line 123, ../sass/_layout.scss */ #main #main-nav { width: 100%; position: relative; top: -40px; background-color: white; border-bottom: solid 1px #e0e0e0; } /* line 132, ../sass/_layout.scss */ #main #main-nav ul li a { color: #BB8757; text-transform: uppercase; font-family: "myriadpro-regular"; border-right: solid 1px #e0e0e0; } /* line 139, ../sass/_layout.scss */ #main #main-nav ul li a:hover, #main #main-nav ul li.active a { background: none; border-bottom: solid 1px #BB8757; -moz-border-radius: 0px; -webkit-border-radius: 0px; border-radius: 0px; } /* line 146, ../sass/_layout.scss */ #main #main-nav ul li#btn-administration { background-color: #F8F1DD; float: right; } /* line 153, ../sass/_layout.scss */ #main #main-nav #user { color: #BB8757; float: right; padding: 10px; } /* line 160, ../sass/_layout.scss */ #main .container { padding: 0px; background-color: white; min-height: 500px; border-left: solid 1px #e0e0e0; border-right: solid 1px #e0e0e0; } /* line 168, ../sass/_layout.scss */ #main #content { padding: 0px 20px 20px 20px; } /* line 171, ../sass/_layout.scss */ #main #content h1, #main #content h2, #main #content h3, #main #content h4, #main #content h5, #main #content h6 { font-family: "myriadpro-regular"; margin-top: 30px; margin-bottom: 20px; } /* line 176, ../sass/_layout.scss */ #main #content h1.first, #main #content h2.first, #main #content h3.first, #main #content h4.first, #main #content h5.first, #main #content h6.first { margin-top: 0px; } /* line 181, ../sass/_layout.scss */ #main #content h1 { font-size: 30px; } /* line 185, ../sass/_layout.scss */ #main #content h2 { font-size: 25px; } /* line 190, ../sass/_layout.scss */ #main #content h3 { font-size: 22px; } /* line 194, ../sass/_layout.scss */ #main #content h4 { font-size: 20px; } /* line 198, ../sass/_layout.scss */ #main #content h5 { font-size: 18px; } /* line 202, ../sass/_layout.scss */ #main #content h6 { font-size: 16px; } /* line 208, ../sass/_layout.scss */ #footer { background-color: #BB8757; height: 100px; } /* line 212, ../sass/_layout.scss */ #footer .container { padding: 0px; } /* line 214, ../sass/_layout.scss */ #footer .container .overflow { height: 30px; background-color: white; border-left: solid 1px #e0e0e0; border-right: solid 1px #e0e0e0; border-bottom: solid 1px #e0e0e0; } /* line 222, ../sass/_layout.scss */ #footer .container .content { padding-top: 20px; color: white; } /* line 226, ../sass/_layout.scss */ #footer .container .content a { color: white; text-decoration: underline; margin-right: 10px; } /* line 4, ../sass/producer/_index.scss */ .producer-index #presentation .photo { text-align: center; } /* line 6, ../sass/producer/_index.scss */ .producer-index #presentation .photo .img-photo { width: 100%; max-width: 500px; }