
/* standard-1.css */
body,
#header .background,
#header .background_image {
    overflow-x:hidden;
}
body,
form {
    margin:0;
    padding:0;
}
img {
    height:auto;
    max-width:100%;
    display:block;
    border:0px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top:0;
    margin-right:0;
    margin-left:0;
    padding:0;
}
a img {
    border-bottom:0px;
}
figure {
    margin:0;
}
header,
footer,
nav,
section,
aside,
article,
figure,
figcaption {
    display:block;
}
select,
input,
textarea {
    font-size:99%;
}
.ce_gallery ul {
    overflow:hidden;
    margin:0;
    padding:0;
    list-style-type:none;
}
.ce_gallery li {
    float:left;
}
.ce_gallery li.col_first {
    clear:left;
}
.block {
    overflow:hidden;
}
.clear,
#clear {
    height:.1px;
    clear:both;
    font-size:.1px;
    line-height:.1px;
}
.invisible {
    width:0;
    height:0;
    left:-1000px;
    position:absolute;
    overflow:hidden;
    display:inline;
    top:-1000px;
}
.custom {
    display:block;
}
#container:after,
.custom:after {
    height:0;
    clear:both;
    display:block;
    content:"
                ."
                visibility:hidden;
}
input.text,
input.email,
textarea {
    width:100%;
    outline:none;
}
textarea {
    min-height:100px;
}
fieldset {
    margin:0;
    padding:0;
    border:0px hidden;
    -webkit-margin-start:0;
    -webkit-margin-end:0;
    -webkit-padding-start:0;
    -webkit-padding-end:0;
    -webkit-padding-before:0;
    -webkit-padding-after:0;
}
fieldset table {
    width:100%;
}
input.captcha {
    width:50px;
}
.tableless label {
    display:block;
}
.tableless span label {
    display:inline;
}
.ce_form td,
.formbody td {
    padding-bottom:5px;
}
.ce_form td.col_0 {
    padding-right:10px;
    text-align:right;
}
input.checkbox,
.tableless .checkbox_container label,
.checkbox_container span.mandatory {
    display:inline;
}
input.radio,
.tableless .radio_container label,
.radio_container span.mandatory {
    display:inline;
}
.checkbox_container span,
.radio_container span {
    display:block;
}
body.ios input.text,
body.ios input.email,
body.ios textarea,
body.ios input.submit,
body.ios input.captcha {
    -webkit-appearance: none;
}
input.text,
input.submit,
.textarea,
input.captcha {
    behavior:url('assets/css3pie/1.0.0/PIE.htc');
    -webkit-appearance: none;
    -moz-border-radious:0;
}
.error,
span.mandatory,
.confirm {
    color:#f00;
}
p.error {
    margin:0;
    padding-top:10;
    padding-bottom:0;
}
p.active,
p.confirm {
    margin:0;
    padding:0;
}
.ce_download img,
.ce_downloads img,
.enclosure img {
    display:inline;
    vertical-align:top;
}
.ce_downloads p,
.enclosure p {
    padding-bottom:0;
}
.enclosure {
    padding-top:20px;
}
.pdf_link img {
    display:inline;
}
table {
    border-spacing:0;
}
address {
    display:inline;
    font-style:normal;
}
.float_left {
    float:left;
}
.float_right {
    float:right;
}
.float_clear {
    clear:both;
}
.center {
    clear:both;
    margin-right:auto;
    margin-left:auto;
    text-align:center;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

.home-featured-products h1{
     background: #fff;  
    }
    .product_list input.submit.add_to_cart{
        font-family: 'Roboto Condensed', sans-serif; 
    }
    .home #article-1 .text_inside p a{
     color: #fff;   
    }

 .home-featured-products{
    margin-top: -30px;
}

.home-featured-products h1{
   background: $white;
   padding-top: 30px;
   font-size: 2em;
   font-weight: 600;
   margin-bottom: 10px;
}

.home #article-1 h1{
   padding-top: 32px;
   font-size: 2em;
   font-weight: 600;
   margin-bottom: 10px;
}

.home #article-1 h1 + .size100{
    padding-left: 80px;
    padding-bottom: 10px;
    padding-top: 10px;
}

.home #article-1 h1 + .size100 a{
    padding: 10px 30px;
}

.home #article-1 .text_inside{
    position: relative;
    margin-bottom: 40px !important;
    overflow:  auto;
    max-height:  400px;
    overflow:  hidden;
}

.home #article-1 .text_inside p{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.home #article-1 .text_inside p a{
   text-decoration: none; !important;
   border: none !important; color: $white;
   font-size: 3em;
   text-transform: uppercase;
   text-shadow: 3px 3px rgba(0,0,0,0.3);
}

.home #article-1 {
    padding-bottom: 60px;
}
.home #article-68 h1{
   padding-top: 60px;
   font-size: 2em;
   font-weight: 600;
   margin-bottom: 10px;
   padding-bottom: 30px;
}

.home #article-68 p{
   font-family: "Open Sans", sans-serif;    
   font-weight: 400;
   font-size: 0.7em;
}

.home #article-68 p.anchor-bottom-text{
    font-family: "Roboto Condensed";
    font-weight: 600;
    font-size: 1em;
    bottom: -5px;
}