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,
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-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section 
{
    display: block;
}
    
ol, ul 
{
    list-style: none;
}

blockquote, q
{
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after 
{
    content: '';
    content: none;
}

table 
{
    border-collapse: collapse;
    border-spacing: 0;
}

input, textarea
{
    outline: none;
}

@font-face {
    font-family: 'YanoneKaffeesatzBold';
    src: url('fonts/YanoneKaffeesatz-Bold-webfont.eot');
    src: url('fonts/YanoneKaffeesatz-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/YanoneKaffeesatz-Bold-webfont.woff') format('woff'),
         url('fonts/YanoneKaffeesatz-Bold-webfont.ttf') format('truetype'),
         url('fonts/YanoneKaffeesatz-Bold-webfont.svg#YanoneKaffeesatzBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'YanoneKaffeesatzLight';
    src: url('fonts/YanoneKaffeesatz-Light-webfont.eot');
    src: url('fonts/YanoneKaffeesatz-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/YanoneKaffeesatz-Light-webfont.woff') format('woff'),
         url('fonts/YanoneKaffeesatz-Light-webfont.ttf') format('truetype'),
         url('fonts/YanoneKaffeesatz-Light-webfont.svg#YanoneKaffeesatzLight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'YanoneKaffeesatzRegular';
    src: url('fonts/YanoneKaffeesatz-Regular-webfont.eot');
    src: url('fonts/YanoneKaffeesatz-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/YanoneKaffeesatz-Regular-webfont.woff') format('woff'),
         url('fonts/YanoneKaffeesatz-Regular-webfont.ttf') format('truetype'),
         url('fonts/YanoneKaffeesatz-Regular-webfont.svg#YanoneKaffeesatzRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'YanoneKaffeesatzThin';
    src: url('fonts/YanoneKaffeesatz-Thin-webfont.eot');
    src: url('fonts/YanoneKaffeesatz-Thin-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/YanoneKaffeesatz-Thin-webfont.woff') format('woff'),
         url('fonts/YanoneKaffeesatz-Thin-webfont.ttf') format('truetype'),
         url('fonts/YanoneKaffeesatz-Thin-webfont.svg#YanoneKaffeesatzThin') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSansLight';
    src: url('fonts/OpenSans-Light-webfont.eot');
    src: url('fonts/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-Light-webfont.woff') format('woff'),
         url('fonts/OpenSans-Light-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-Light-webfont.svg#OpenSansLight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSansRegular';
    src: url('fonts/OpenSans-Regular-webfont.eot');
    src: url('fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-Regular-webfont.woff') format('woff'),
         url('fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-Regular-webfont.svg#OpenSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Muli';
    src: url('fonts/muli/muli-webfont.eot');
    src: url('fonts/muli/muli-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/muli/muli-webfont.woff') format('woff'),
         url('fonts/muli/muli-webfont.ttf') format('truetype'),
         url('fonts/muli/muli-webfont.svg#Muli') format('svg');
    font-weight: normal;
    font-style: normal;
}


/* Default settings. */
html, body
{
    width: 100%;
    font-family: 'Muli', 'OpenSansRegular', Georgia;
    font-size: 14px;
    background-color: #E9E9E9;
}

.general-button
{
    font-family: 'YanoneKaffeesatzLight';
    font-size: 20px;
    padding: 10px;
    background-color: #D33535;
    color: #FFFFFF;
    border: none;
    cursor: pointer;
}

.general-button:hover
{    
    background-color: #D33535;
    color: #FFFFFF;
}

.error-message
{
    display: inline-block;
    background-color: #E86850;
    padding: 5px;
}

.success-message
{
    display: inline-block;
    background-color: #82b95e;
    padding: 5px;
}

.sub-title
{
    font-family: 'Muli';
    font-size: 22px;
    margin-bottom: 15px;
    letter-spacing: -1px;
}

.top-menu-wrapper
{
    width: 100%;
    background-color: #E9E9E9;
    /*background-color: #CCC1B6;*/
    height: 100px;
}

.top-menu
{
    width: 75%;
    height: 100%;
    max-width: 1280px;
    margin: 0 auto;
    position: relative;
}

.top-menu-left
{    
    display: inline-block;
}

.top-menu-left img
{
    margin-top: 12.5px;
}

.top-menu-right
{
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    margin-top: 26px;
}

.top-menu-item-link
{
    display: inline;
    margin-left: 20px;
}

.top-menu-right a
{
    font-family: 'YanoneKaffeesatzLight';
    font-size: 35px;
    color: #444444;
    text-decoration: none;
    padding: 2px 5px;
    text-transform: uppercase;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;    
}

.top-menu-right a:link
{
    font-family: 'YanoneKaffeesatzLight';
    font-size: 35px;
    color: #444444;
    text-decoration: none;
    padding: 2px 5px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.top-menu-right a:visited
{
    font-family: 'YanoneKaffeesatzLight';
    font-size: 35px;
    color: #444444;
    text-decoration: none;
    padding: 2px 5px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.top-menu-right a:hover
{
    font-family: 'YanoneKaffeesatzLight';
    font-size: 35px;
    color: #FFFFFF;
    text-decoration: none;
    background-color: #D33535;
    border-radius: 5px;
    padding: 2px 5px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.top-menu-right a:active
{
    font-family: 'YanoneKaffeesatzLight';
    font-size: 35px;
    color: #FFFFFF;
    text-decoration: none;
    padding: 2px 5px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.content-wrapper
{
    width: 100%;
    padding-top: 30px;
    padding-bottom: 50px;
    word-spacing: 2px;
    background-color: #FFFFFF;   
}

.content-wrapper a, .content-wrapper a:link, .content-wrapper a:active, .content-wrapper a:visited
{
    color: #D33535;
    text-decoration: none;
}

.content-wrapper a:hover
{
    color: #D33535;
    text-decoration: underline;
}

.content
{
    width: 75%;
    max-width: 1280px;
    margin: 0 auto;
}

.content-common-padding-five
{
    padding: 5px;
}

.page-title-wrapper
{
    width: 100%;
    background-color: #282B28;
    color: #FFFFFF;
    margin-bottom: 30px;
}

.page-title
{
    padding: 15px;
    font-family: 'YanoneKaffeesatzLight';
    font-size: 30px;
}


.home-all-main-image-wrapper
{
    width: 100%;
    background-color: #FFFFFF;
}

.home-main-image-wrapper
{
    width: 75%;
    margin: 0 auto;
    position: relative;
    max-width: 1280px;
}

.home-main-image-wrapper img
{
    width: 100%;
}

.home-main-image-wrapper .quote
{
    top: 5%;
    width: 100%;
    position: absolute;
    font-family: 'YanoneKaffeesatzBold';
    font-size: 50px;
    text-transform: uppercase;
    letter-spacing: 1px;
    word-spacing: 5px;
    text-shadow: 0 0 1px #FFFFFF;
    color: #FFFFFF;
    text-align: center;
    
}


.home-main-image-wrapper .link 
{
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 15%;
}

/*
.home-main-image-wrapper a
{
    
    background-color: #D33535;
    padding: 10px;
    text-decoration: none;
    font-family: 'YanoneKaffeesatzLight';
    font-size: 20px;
    color: #FFFFFF;
}

.home-main-image-wrapper a:hover
{
    background-color: #FFFFFF;
    padding: 10px;
    text-decoration: none;    
    color: #D33535;
}
*/
.all-subsection-wrapper
{
    display: inline-block;
    width: 100%;
}

.subsection-wrapper
{
    width: 30%;
    float: left;
    margin-right: 5%;
    margin-bottom: 30px;
}

.subsection-title
{
    padding: 10px;
    position: relative;
    background-color: #CCC1B6;
    font-family: 'YanoneKaffeesatzLight';
    font-size: 22px;
}

.subsection-title img
{
    position: absolute;
    height: 60%;
    top: 20%;
    right: 15px;
}

.subsection
{
    padding: 5px;
    position: relative;
}

.subsection-solutions
{
    padding: 5px;
    position: relative;
}
.subsection-solutions ul li
{
    text-indent: -5px;
    margin-left: 10px;
}

.subsection-solutions ul li::before
{
    content: "-";
    position: relative;
    left: -5px;
}

.subsection-wrapper .subsection ul li
{
    text-indent: -5px;
    margin-left: 10px;
}

.subsection-wrapper .subsection ul li::before
{
    content: "-";
    position: relative;
    left: -5px;
}

.about-wrapper
{
    padding-left: 0;
    display: inline-block;
}

.about-wrapper .left
{
    width: 48%;
    float: left;
}

.about-wrapper .right
{
    float: right;
    width: 50%;
}

.about-wrapper .right img
{
    width: 100%;
}

.contact-page
{
    display: inline-block;
    width: 100%;
}

.contact-modal-box
{
    position: relative;
    /* Safari, Chrome and Opera > 12.1 */
    -webkit-animation: fadein 1s;
    /* Firefox < 16 */
    -moz-animation: fadein 1s;
    /* Internet Explorer */
    -ms-animation: fadein 1s;
    /* Opera < 12.1 */
    -o-animation: fadein 1s;
    animation: fadein 1s;
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

.contact-form-wrapper
{
    width: 45%;
    float: left;
}

.contact-form
{
    padding-left: 5px;
    padding-right: 25px;
}

.contact-details-wrapper
{
    width: 50%;
    float: right;
}

.contact-details-wrapper table td
{
    padding-right: 10px;
    padding-bottom: 3px;
    font-family: 'Muli';
    font-size: 14px;
}

.contact-details-wrapper a
{
    margin-right: 10px;
}

.contact-details-wrapper .links
{
    margin-top: 10px;
}

.contact-textbox
{
    width: 100%;
    padding: 15px 10px;
    background-color: #CCC1B6;
    color: #000000;
    font-family: 'Muli', 'OpenSansRegular';
    font-size: 12px;
    border: none;
    margin: 0;
}

.contact-textarea
{
    width: 100%;
    height: 200px;
    padding: 15px 10px;
    background-color: #CCC1B6;
    color: #000000;
    font-family: 'Muli', 'OpenSansRegular';
    font-size: 12px;
    border: none;
    resize: none;
}

.portfolio-page
{
    display: inline-block;
    width: 100%;
}

.portfolio-title
{
    font-family: 'YanoneKaffeesatzLight';
    font-size: 20px;
}

.portfolio-item-wrapper
{
    width: 30%;
    overflow: hidden;
    margin-bottom: 25px;    
    float: left;
    margin-right: 5%;
}

.portfolio-item-wrapper img
{
    width: 100%;
}

.portfolio-item-wrapper.three
{
    margin-right: 0;
}

.solutions-page a, .solutions-page a:link, .solutions-page a:active, .solutions-page a:visited
{
    background-color: #D33535;
    color: #FFFFFF;
    text-decoration: none;
    padding: 0 5px;
}

.solutions-page a:hover
{
    background-color: #D33535;
    color: #FFFFFF;
    text-decoration: none;
    padding: 0 5px;
}

.single-solution-chunk
{
    margin-bottom: 50px;
}

.single-solution-chunk .small-text
{
    font-size: 9px;
}

#meters-page .meters-image
{
    width: 100%;
    max-width: 425px;
}

.bottom-wrapper
{
    width: 100%;
    min-height: 100px;
}

.bottom
{
    width: 75%;
    max-width: 1280px;
    margin: 0 auto;    
    padding-top: 15px;
    font-size: 10px;
}

.bottom a
{
    font-size: 10px;
    color: #000000;
    text-decoration: none;    
    margin-left: 10px;
}

.bottom a:link
{
    font-size: 10px;
    color: #000000;
    text-decoration: none;    
}

.bottom a:visited
{
    font-size: 10px;
    color: #000000;
    text-decoration: none;    
}

.bottom a:hover
{
    font-size: 10px;
    color: #000000;
    text-decoration: none;    
}

.bottom a:active
{
    font-size: 10px;
    color: #000000;
    text-decoration: none;    
}

.bottom-left
{
    width: 50%;
    float: left;
}

.bottom-right
{
    width: 50%;
    text-align: right;
    float: left;
}





/* Home page slider. */

.bx-pager
{
    font-size: 12px;
    padding-top: 10px;
    text-align: center;
    margin: 0 auto;
  /*  float: left;*/
    width: 500px;
}

.pager-link
{
    padding: 1px 5px;
    text-decoration: none;
    color: #FFFFFF;
    background-color: #282B28;
    margin-left: 3px;
    margin-right: 3px;
    border-radius: 2px;
}

/*
.pager-link:hover
{	
    background-color: #F3933A;	    
    color: #000000;
    text-decoration: none;
}

.pager-link:visited
{
    color: #FFFFFF;
}

.pager-link:visited:hover
{
    color: #000000;
}
*/

.single-carousel
{
    opacity: 1;
    width: 100% !important;
}

.single-carousel a
{
    padding: 0;
    margin: 0;
}

.single-carousel:hover
{
    opacity: 0.7;
}

.bx-pager-link
{    
    text-decoration: none;
    color: #282B28;
    background-color: #282B28;
    margin-left: 3px;
    margin-right: 3px;
    width: 14px;
    height: 14px;
    border-radius: 7px;
    display: inline-block;
    text-indent: -99999px;
    
}

.bx-pager-item
{
    display: inline;
    width: 20px;
}

.bx-pager-item a
{
    padding: 0;
}

.bx-pager-item a:hover
{
    padding: 0;
    background-color: #D33535;
}

.bx-pager-link:link
{
    color: #282B28;
    padding: 0;
}

.bx-pager-link:hover
{	
    background-color: #D33535;
    color: #F3933A;
    text-decoration: none;
    padding: 0;
}

.bx-pager-link:visited
{
    padding: 0;
    color: #282B28;
}

.bx-pager-link:visited:hover
{
    padding: 0;
    color: #F3933A;
}

.bx-pager-link.active
{
    background-color: #D33535;
    padding: 0;
    color: #F3933A;
}