/* elementos */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, blockquote, th, td, p {
    margin: 0;
    padding: 0;
}

body {
    color: #464646;
    font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
    font-size: 13px;
}

select, input, textarea {
    font: 99% arial,helvetica,clean,sans-serif;
}

pre, code {
    font: 115% monospace;
}

body * {
    line-height: 1.22em;
}

body {
    text-align: left;
}


q:before, q:after {
    content: "";
}

abbr, acronym {
    border: 0 none;
}


table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset, img {
    border: 0 none;
}

address, caption, cite, code, dfn, th, var {
    font-style: normal;
    font-weight: normal;
}

caption, th {
    text-align: left;
}

h1
{
  font-family: Opensans,Candara, Trebuchet, sans-serif;
  font-size: 25px;
  color: #333333;
  font-weight: 400;
  padding-bottom:10px;
}

h2
{
  font-family: Opensans, Candara, Trebuchet, sans-serif;
  font-size: 18px;
  color: #333333;
  font-weight: 400;
}


a
{
    color: #181512;
    text-decoration: none;
}

a:hover
{
    color: #e40405;
    text-decoration: none;
}

input[type=text]
{
  border: 1px solid #c8c8c8;
  padding: 5px 0px 5px 10px;
}67

input[type=submit]:hover
{
  cursor: pointer;
}

textarea
{
  border: 1px dotted #c8c8c8;
  font-size: 18px;
  padding: 20px;
}

img
{
  border: 0px;
  margin:0px;
  padding:0px;
}

input
{
 outline:none;
}

table,td
{
 margin: 0px;
 padding: 0px;
 border: 0px;
}

td
{
  vertical-align: top;
}

*::-moz-placeholder {
    color: #999;
}




/* classes */

.image-left {
    float: left;
    margin-bottom: 0;
    margin-right: 12px;
}
.image-right 
{
    float: right;
    margin-bottom: 0;
    margin-left: 12px;
}

.image-caption
{
   font-family: Arial;
   padding-top:5px;
   text-align: center;
   font-size:12px;
}

.album-td
{
  padding-bottom: 10px;
}

.form-textline, .form-text
{
  width: 400px;
}

.clist
{
  padding-bottom:25px;
}





/* ids  */


#top 
{
    top:0;
    left: 0;
    position: fixed;
    right: 0;
    transform: translate3d(0px, 0px, 0px);
    z-index: 1030;
    background: none repeat scroll center top #f6f6f6;
    border-bottom: 1px solid #ddd;
    box-sizing: border-box;
    margin-bottom: 20px;
}


#top-wrapper {
    height: 50px;
    margin: auto;
    width: 980px;
}

#logo {
    display: table;
    float: left;
    width: 460px;
}

#menu {
    float: right;
}

#top .logo {
    float: left;
    padding-top:5px;
    width: 130px;
}

#top .slog {
    font-family: 'Indie Flower', cursive;
    font-size:17px;
    float: left;
    padding:9px 0 0 10px;
    line-height: 1em;
    width: 310px;
}



#banner 
{
    background: #ffffff url("/files/60/60.png") repeat-y center top;
    margin: 20px 0 50px;
    height: 325px;
}

#banner-wrapper {
    height: 320px;
    margin: auto;
    width: 980px;
}

#social-wrapper {
    margin: auto;
    display: block;
    z-index: 999;
    padding-top:5px;
}

.facebook, .twitter, .google {
    display: block;
    float: left;
    margin-right: 4px;
}

.facebook {
    width: 92px;
}

.google {
    width: 62px;
}

.twitter {
    width: 85px;
}


#content
{
    margin: 0 auto !important;
    width: 980px !important;
    padding: 20px 0;
    min-height:400px;
}

#content-wrapper
{
    margin: 60px 0 0 0;
}


#left {
    float: left;
    overflow: hidden;
    width: 630px;
}

.wh {
    background-color: #fff;
    box-sizing: border-box;
    padding: 20px 30px;
}

.categoryItem {
    border: 10px solid #f8f8f8;
    box-sizing: content-box;
    display: table;
    float: left;
    font-size: 10px;
    height: 210px;
    margin: 0 0 20px 15px;
    position: relative;
    width: 175px;
}

.categoryItem h1 {
    color: #333333;
    font: 20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    padding-bottom: 0px;
}


.categoryItem li {
    display: block;
    float: left;
    padding:4px 5px;
    margin: 5px 6px 0 0;
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(center top , #f5f5f5, #f1f1f1);
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: none;
    color: #444;
}

.categoryItem li:hover {
    background-color: #eee;
    background-image: -moz-linear-gradient(center top , #eee, #e0e0e0);
    border: 1px solid #ccc;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
    color: #333;
}

.categoryItem li:first-child {
    margin-left:0px;
}

.categoryItem li:last-child {
    margin-right:0px;
}


.catHeader ul li a {
    font-size:12px;
}



.otherimage {
    background-color: #fff;
    height: 185px;
    margin-right: 0;
    overflow: hidden;
    padding-bottom: 20px;
    width: 175px;
}

.otherimage img {
    height: 100%;
    width: 100%;
}


.otherproductHeader {
    color: #181512;
    font-family: 'Oswald',Verdana,Arial,sans-serif;
    font-size: 13px;
    left: 0;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 190px;
    width: 100%;
    z-index: 10;
}

.back
{
    position: absolute;
    top: 80px;
    z-index: 99;
}


.otherproduct-descr {
    display: table;
    padding: 10px 15px;
}

.otherproduct-ref {
    background-color: #333;
    color: #fff;
    float: right;
    font-size: 11px;
    font-weight: 600;
    padding: 1px 2px;
    position: absolute;
    right: 10px;
    top: 305px;
}













.product-wrap {
    background: #ffffff url("/files/97/972.png") no-repeat center top;
    border: 10px solid #f8f8f8;
    box-sizing: content-box;
    display: block;
    font-size: 10px;
    height: 250px;
    margin: 0 0 20px 15px;
    overflow: hidden;
    position: relative;
    width: 590px;
}

.image-left {
    width: 240px;
    height: 280px;
    overflow:hidden;
    margin-right: 0px;
}

.image-left img {
    height: 100%;
    width: 100%;
}

.product-name {
    color: #181512;
    font-family: 'Oswald',Verdana,Arial,sans-serif;
    font-size: 18px;
    left: 250px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 50px;
    z-index: 10;
}

.product-descr {
    font-size: 13px;
    left: 250px;
    padding: 10px 15px 0 0;
    position: absolute;
    top: 120px;
    width: 290px;
}

.product-descr_en {
    display: none;
}

.product-ref {
    background-color: #333;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    left: 250px;
    padding: 3px 6px;
    position: absolute;
    top: 80px;
}




#right {
    float: right;
    width: 320px;
    position: relative;
}


.fixed-element {
    width: 320px;
}

.fixed-element.fixed {
    position: fixed;
    margin-top: -10px;
}

.fixed-element.bottom {
    display:none;
}




/* #### bootstrap Form #### */
.bootstrap-frm {
    margin-left:auto;
    margin-right:auto;
    max-width: 320px;
    border: 20px solid #f6f6f6;
    background-color: #fff;
    padding: 20px;
    font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #888;
    text-shadow: 1px 1px 1px #FFF;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    margin-bottom: 20px;
}

.bootstrap-frm h1 {
    font: 22px "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding: 0px 0px 10px 40px;
    display: block;
    border-bottom: 20px solid #f6f6f6;
    margin: -10px -30px 30px -30px;
    color: #464646;
}

.bootstrap-frm h1>span {
    display: block;
    font-size: 11px;
    color: #666;
}

.bootstrap-frm label {
    display: block;
    margin: 0px 0px 5px;
}
.bootstrap-frm label>span {
    float: left;
    width: 25%;
    text-align: right;
    padding-right: 10px;
    margin-top: 10px;
    color: #333;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
}

.bootstrap-frm input[type="text"], .bootstrap-frm input[type="email"], .bootstrap-frm textarea, .bootstrap-frm select{
    border: 1px solid #CCC;
    color: #666;
    height: 20px;
    line-height:15px;
    margin-bottom: 16px;
    margin-right: 6px;
    margin-top: 2px;
    outline: 0 none;
    padding: 5px 0px 5px 5px;
    width: 65%;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;    
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.bootstrap-frm select {
    background: #FFF url('down-arrow.png') no-repeat right;
    background: #FFF url('down-arrow.png') no-repeat right;
    appearance:none;
    -webkit-appearance:none;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    width: 65%;
    height: 35px;
    line-height:15px;
}
.bootstrap-frm textarea{
    height:100px;
    padding: 5px 0px 0px 5px;
    width: 65%;
}
.bootstrap-frm .button {
    background: #FFF;
    border: 1px solid #CCC;
    padding: 10px 40px;
    color: #333;
    border-radius: 4px;
}
.bootstrap-frm .button:hover {
    color: #333;
    background-color: #EBEBEB;
    border-color: #ADADAD;
}

textarea {
    font-size: 12px;
}


.destaque {
    width: 320px;
    border: 20px solid #f6f6f6;
    background-color: #fff;
    box-sizing: border-box;
    padding: 20px;
    margin-bottom:20px;
}

.box {
    width: 320px;
    display: table;
    border: 20px solid #f6f6f6;
    background-color: #fff;
    box-sizing: border-box;
    padding: 20px 14px;
    margin-bottom:20px;
    height:37px;
}

.contact big {
    font-size: 13px;
    font-weight: 600;
}









#footer {
    border-top: 1px solid #dedede;
    padding-top: 30px;
    background-color: #fff;
    clear: both;
    margin-top: 30px;
    z-index:99999;
}

#footer .footer_container a {
    color: #666;
    font-weight: normal !important;
    text-decoration: none !important;
}
#footer .footer_container a:hover {
    color: #333 !important;
    text-decoration: underline !important;
}


#footer-debug {
    clear: both;
    color: #333;
    cursor: default;
    padding-bottom: 50px;
    text-align: center;
}

#footer .footer_container {
    margin: 0 auto;
    overflow: hidden;
    padding-bottom: 30px;
    width: 980px;
}

#footer .footer_top {
    overflow: hidden;
}

#footer .site_map {
    float: left;
    margin: 0 0 20px 10px;
    overflow: hidden;
    width: 600px;
}


#footer .site_map dt {
    color: #333;
    font-weight: bold;
    margin-bottom: 12px;
}

#footer .site_map dl {
    font-size: 12px;
    line-height: 18px;
    float: left;
    width: 120px;
}

#footer .mailing_list {
    float: right;
    width: 300px;
}

#footer .mailing_list {
    color: #888888;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 25px;
    margin-left: 20px;
}

#footer .mailing_list .title {
    color: #333333 !important;
    font-family: inherit;
    font-size: 12px;
    font-weight: bold;
    padding: 0 0 10px;
}

#footer .mailing_list p {
    color: #666;
    font-size: 12px;
    margin-bottom: 10px;
}

#footer .mailing_list .email_input_wrapper {
    width: 300px;
}

#footer input[type=text] {
    background: none repeat scroll 0 0 #ebebeb;
    border: medium none;
    color: #000000;
    float: left;
    font-family: 'Helvetica','Arial',sans-serif;
    font-size: 14px;
    font-weight: normal;
    margin: 8px 0 0 !important;
    padding: 10px;
    text-decoration: none;
    text-transform: none;
    width: 248px !important;
}

#footer  input[type="image"] {
    height: 38px;
    width: 22px;
    background: none repeat scroll 0 0 #ebebeb;
    margin: 8px 0 0 !important;
}


#footer .footer_bottom {
    width: 980px;
    display: inline-block;
    font-size: 10px;
    margin: 15px 0 !important;
    text-align: center;
}

#footer .footer_bottom a{
    font-size: 10px;
}

















/* menu menu menu menu menu menu menu menu menu menu*/

.ddsmoothmenu
{
  height: 50px;
}


.ddsmoothmenu ul
{
    float: right;
    height: 50px;
    list-style: none outside none;
    margin: 0;
    padding: 0;
}


.ddsmoothmenu ul li
{
    border-right: 1px solid #ddd;;
    float: left;
    position: relative;
    height: 10px;
    text-align: center;
    padding: 20px 20px;
}

.ddsmoothmenu ul li:first-child
{
    border-left: 1px solid #ddd;
}


/*Top level menu link items style*/

.ddsmoothmenu ul li a
{
    display: block;
    color: #58595b;
    display: block;
    font-family: "Avenir LT W01 95 Black",Verdana,Arial,sans-serif;
    font-size: 10px;
    font-weight: 600;
    height: 100%;
    text-decoration: none !important;
    width: 100%;
}

.ddsmoothmenu ul li a:hover
{
    color: #000000;
}









/* Banner Banner Banner Banner Banner */


.l1-s2 {
    background: none repeat scroll 0 0 #333;
    box-shadow: 0 4px 10px -5px black;
    font-family: 'Bubblegum Sans', cursive;
    color: #FFF;
    font-size: 27px;
    height: 28px;
    line-height: 0;
    padding: 5px 12px;
    text-shadow: none;
}

.l1-s3 {
    background: none repeat scroll 0 0 white;
    box-shadow: 0 4px 10px -5px black;
    color: #111;
    font-size: 16px;
    height: 20px;
    line-height: 20px;
    padding: 5px 10px;
    text-shadow: none;
}

.l1-s4 {
    background: none repeat scroll 0 0 white;
    box-shadow: 0 4px 10px -5px black;
    color: #333;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    height: 14px;
    line-height: 14px;
    padding: 5px 10px;
    text-shadow: none;
}

.l1-s4:hover {
    color: #d68846;
}








#toTop {
    background: url("/files/35/353.png") no-repeat scroll left top transparent;
    display: none;
    height: 44px;
    position: fixed;
    right: 50px;
    top: 60%;
    width: 44px;
    overflow: hidden;
    text-decoration: none;
    text-indent: -999px;
    transition: all 0s ease 0s;
    z-index: 10;
}


#toTop:hover {
    background-position: 0 -94px;
    outline: medium none;
}


#search {
    border: 20px solid #f6f6f6;
    border-radius: 5px;
    color: #888;
    font: 12px "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    max-width: 320px;
    padding: 0;
    text-shadow: 1px 1px 1px #fff;
}

#search .cse input.gsc-search-button, #search input.gsc-search-button {
    max-width: 34px;
    padding: 5px 8px 6px 8px;
}

#search input.gsc-input {
    font-size: 13px;
}

#search #gsc-i-id1 {background:none!important;}