/**
 * CSSReset.com - How To Keep Footer At Bottom of Page with CSS
 * 
 * Original Tutorial: http://www.cssreset.com/2010/css-tutorials/how-to-keep-footer-at-bottom-of-page-with-css/
 * License: Free - do whatever you like with it! Credit and linkbacks much appreciated.
 *
 * NB: Make sure the value for 'padding-bottom' on #content is equal to or greater than the height of #footer.
 */

@import url("../libs/fonts/roboto/WOFF/Roboto-Regular.css");
@import url("../libs/fonts/roboto/WOFF/Roboto-Italic.css");
@import url("../libs/fonts/roboto/WOFF/Roboto-Bold.css");
@import url("../libs/fonts/roboto/WOFF/Roboto-BoldItalic.css");
@import url("../libs/fonts/roboto-condensed/WOFF/RobotoCondensed-Regular.css");
@import url("../libs/fonts/roboto-condensed/WOFF/RobotoCondensed-Italic.css");
@import url("../libs/fonts/roboto-condensed/WOFF/RobotoCondensed-Bold.css");
@import url("../libs/fonts/roboto-condensed/WOFF/RobotoCondensed-BoldItalic.css");

html * {
    font-family: 'Roboto-Regular';
    font-size: 14px;
    color: #333;
}

body {
    min-width: 355px;
}

/*a, a:hover, a:visited {
    color: #333;
    text-decoration: none;
}*/
a, a:hover, a:visited, a:active, a:focus {
    text-decoration: none;
    outline:none;
    color: #333;
    cursor: pointer;
}

h1, h2, h3, h4, h5 {
    font-family: 'RobotoCondensed';
    font-size: 12px;
}
clear {
    clear: both;
}
.row {
    margin: 0;
    padding: 0;
}
.btn[type='reset'] {
    background: transparent url('../images/app/icon_form_clear.png') no-repeat center center;
    margin: 0 10px 0 0;
}
.btn[type='submit'] {
    background: transparent url('../images/app/icon_form_submit.png') no-repeat center center;
}
.arrow-down {
  width: 0; 
  height: 0; 
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #b7cb05;
}
.range-selector-bg, .product-list .header-range-bg, 
.p-auto .header-range .header-range-bg, .p-industry .header-range .header-range-bg,
.mobi-sel .header-range-bg, .about .title-bg {
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    -moz-opacity:0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
}
.range-selector-bg, 
.p-auto .listed-product-info .header-range-bg, 
.mobi-sel-auto .header-range-bg, .auto-prod-detail .header-range, 
.about-us h1:last-of-type {
    background: #b7cb05;
}
.industry-range .range-selector-bg, .p-industry .listed-product-info .header-range-bg,
.mobi-sel-industry .header-range-bg, .industry-prod-detail .header-range {
    background: #015095;;
}
.wall header, .wall article, .services-container header, 
.dowloads-container header, .dowloads-container, 
.news article, .page-detail article, .page-detail footer,
.page-container header, .highlight-detail footer view-more,
.product .detailed-product-info footer {
    max-width: 990px;
    margin: 0 auto;
    height: 100%;
    position: relative;
}
.wall header h1, .contacts header h1, 
.contact-form header h1, .contact-form > div > h1,
.contacts-branch > div:first-of-type > h1, 
.services-container header h1, .dowloads-container header h1,
.page-container header h1, .highlight-detail footer .view-more h1, 
.about-us h1, .about-values h1, .about-mission  h1, .search h1, .cookies h1 {
    background: #000;
    color: #fff;
    width: 200px;
    height: 60px;
    margin: 0 auto;
    padding: 20px 0 0 0;
    position: relative;
    z-index: 1001;
    text-transform: uppercase;
    text-align: center;
}
.wall header h1, .contacts header h1, .contact-form header h1, 
.contact-form > div > h1, .contacts-branch > div:first-of-type > h1,
.services-container header h1, .dowloads-container header h1,
.page-container header h1, .highlight-detail footer .view-more h1, 
.about-us h1, .about-values h1, .about-mission h1, .search h1, .cookies h1 {
    font-size: 20px;
}
.highlight-detail footer .view-more h1 {
    background: #fff;
    border: 1px solid #bebebe;
    color: #333;
    cursor: pointer;
}
.wall header span, .services-container header span, 
.dowloads-container header span,  .page-container header span,
.highlight-detail footer .view-more span {
    height: 1px;
    width: 100%;
    max-width: 990px;
    display: block;
    position: absolute;
    top: 30px;
    margin-top: 60px;
    border-top: 1px solid #000;
    z-index: 1000;
}
.page-detail footer > span,
.product .detailed-product-info footer > span {
    border-top: 1px solid #bebebe;
}
.highlight-detail footer .view-more span {
    border-top: 1px solid #bebebe;
}
.wall footer span, .page-container footer > span,
.product .detailed-product-info footer span:not(.prod-docs),
.product .list-more span {
    background-color: #b7cb05;
    display: block;
    width: 60px;
    height: 60px;
    /*margin: 0 auto;*/
    margin-top: -10px;
    margin-left: -30px;
    padding: 20px 0 0 0;
    text-align: center;
    cursor: pointer;
    position: relative;
    left: 50%;
}
.wall footer span .fa-plus, .page-container footer > span .fa-plus,
.product .detailed-product-info footer span:not(.prod-docs) .fa-plus,
.product footer span .fa-plus {
    font-size: 22px;
}
.contacts-cont-text > h1, .page-container article h1,
.highlight-detail header h1 {
    font-family: 'Roboto-Bold';
    font-size: 24px;
}
.modal-footer .fa, .page-container footer > div .fa.fa-share-alt,
.product .detailed-product-info > div .fa.fa-share-alt {
    font-size: 20px;
    cursor: pointer;
}
.icone-phone {
    background-image: url('../images/app/icon_contactos_phone.png');
}
.icone-fax {
    background-image: url('../images/app/icon_contactos_fax.png');
}
.icone-email {
    background-image: url('../images/app/icon_contactos_mail.png');
}
.icone-fb {
    background-image: url('../images/app/ICONES-CONTACTOS-FB.png');
}
.icone-in {
    background-image: url('../images/app/ICONES-CONTACTOS-IN.png');
}
.share-container {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
}
.share-container:hover .navbutton-popup-container {
    display: block;
}

.navbutton-popup-container {
    background: transparent;
    height: 66px;
    width: 300px;
    position: absolute;
    top: auto;
    bottom: 30px;
    left: -143px;
    right: auto;
    overflow: hidden;
    padding-bottom: 6px;
    display: none;
}
.navbutton-popup-container .arrow-down {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -6px;
}
.navbutton-popup, .navbutton-content{
    height: 60px;
}
.navbutton-popup {
    background: transparent;
    position: absolute;
    top: auto;
    bottom: 6px;
    left: 0;
    right: auto;
    overflow: hidden;
}
.navbutton-content {
    background: #b7cb05;
    position: relative;
    top: 0;
    left: 0;
    border-radius: 5px;
    text-shadow: 0 1px 0 #ccc;
    border: 0px solid #526d1c;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075);
}
.navbutton-popup, .navbutton-content {
    width: 300px;
}
/*.navbutton-popup h5{
    color: #fff;
    margin: 0;
    padding: 8px 0 0 0;
    display: none;
}*/
.navbutton-popup .label-line{
    position: absolute;
    top: 15px;
    right: 0px;
    z-index: 6000;
    width: 6px;
    border-bottom: 1px solid #bf9a5f;
    display: block;
}

.modal-body span { 
    display: block;
    width: 100%;
    border-bottom: 1px solid #333;
    margin: 20px 0;
}
.highlights-content .hl-content-body p > img{
    max-width: 100%;
}

/* === LOADER === */
.cssloader {
    margin: 15px 0;
}

.cssload-container-40 {
    width: 100%;
    height: 40px;
    text-align: center;
}

.cssload-speeding-wheel {
    width: 40px;
    height: 40px;
    margin: 0 auto;
    border: 2px solid rgb(183,203,5);
    border-radius: 50%;
    border-left-color: transparent;
    border-right-color: transparent;
    animation: cssload-spin 575ms infinite linear;
    -o-animation: cssload-spin 575ms infinite linear;
    -ms-animation: cssload-spin 575ms infinite linear;
    -webkit-animation: cssload-spin 575ms infinite linear;
    -moz-animation: cssload-spin 575ms infinite linear;
}



@keyframes cssload-spin {
    100%{ transform: rotate(360deg); transform: rotate(360deg); }
}

@-o-keyframes cssload-spin {
    100%{ -o-transform: rotate(360deg); transform: rotate(360deg); }
}

@-ms-keyframes cssload-spin {
    100%{ -ms-transform: rotate(360deg); transform: rotate(360deg); }
}

@-webkit-keyframes cssload-spin {
    100%{ -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}

@-moz-keyframes cssload-spin {
    100%{ -moz-transform: rotate(360deg); transform: rotate(360deg); }
}

@media screen and (max-width: 990px) {
    .auto-range .range-selector-bg, 
    .auto-range .range-selector,
    .industry-range .range-selector-bg, .industry-range .range-selector {
        right: auto;
        left: 50%;
        margin-left: -225px;
        top: 25%;
        bottom: auto;
    }
    .industry-range .range-selector-content {
        padding: 0 0 0 0;
    }
    .range-selector {
        cursor: pointer;
    }
    .range-selector h1{
        font-size: 35px;
        text-align: center;
        padding-top: 12%;
    }
    .contacts-cont-text {
        padding: 50px 0 0 0;
    }
    
    .wall header h1, .contacts header h1, 
    .contacts-branch > div:first-of-type > h1, 
    .contact-form > div > h1, .page-container header h1, 
    .services-container header h1, .dowloads-container header h1 {
        width: 80%;
    }
    
    .wall footer span, .page-container footer > span {
        margin-left: -30px !important;
    }
/*    .highlights .page-container footer > span {
        margin-left: 0 !important;
    }*/
    
    .services-container header span, .dowloads-container header span {
        display: none;
    }
}