﻿
@font-face {
    font-family: 'MetricWeb-Light';
    src: url('../fonts/MetricWeb-Light.eot'); /* IE9 Compat Modes */
    src: url('../fonts/MetricWeb-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/MetricWeb-Light.woff') format('woff'); /* Pretty Modern Browsers */
}

@font-face {
    font-family: 'MetricWeb-Semibold';
    src: url('../fonts/MetricWeb-Semibold.eot'); /* IE9 Compat Modes */
    src: url('../fonts/MetricWeb-Semibold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/MetricWeb-Semibold.woff') format('woff'); /* Pretty Modern Browsers */
}


/* Extra small devices (phones, up to 480px) */
 @media screen and (max-width: 767px) {
     h1 { font-size: 50px !important }
     h2 { font-size: 32px !important }
     p, ul {  font-size: 20px !important}
    .vertical-center {display: block !important;}
    .col-xs-12 { padding-top:20px; padding-bottom:20px }
}


body {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #060A0D;
    color: #ffffff;
    _background-image: url('../img/bg.png');
    background-position: 100% 0;
    background-repeat: no-repeat;
    font-family: 'Myriad Pro',sans-serif;
}

h1, h2, p {
    font-family: 'MetricWeb-Light';    
}

h1 {
    font-size: 70px;
    margin: 0;
    color: #CE122D;
}

h2 {
    font-size: 48px;
    margin:0 0 10px 0;
    line-height:1;
}

h3 {
    font-family: 'MetricWeb-Semibold';
    margin:0;
}

p, ul {
    font-size: 22px;
}

a {
    color: #CE122D
}
a:hover {color:#CE122D}


.h2-title {
    font-size: 62px;
}

.font-metricweb-semibold {
    font-family: 'MetricWeb-Semibold';
}

.alt {
    background-color: #131b1b;
}
.dishwasher {
        background-image: url('../img/dishwasher.png');
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 100%;
    }

.img-full-width {width:100%}

.video {
    width: 100%;
}

.red {
    color: #CE122D;
}

.white {
    color: #ffffff;
}

.btn-aeg {
    color: #ffffff;
    border-color: #D20C29;
    background-color: #010100;
    margin-top: 50px;
    border-radius: 0px;
    font-family: 'MetricWeb-Light'
}
.btn-aeg span {
    color: #D20C29;
}

.btn-aeg:hover {
    color: #ffffff;
}

.vertical-center {
    display: flex;
    align-items: center;
}

.row-padding{
  padding-top: 30px;
  padding-bottom: 30px
}

.header-padding{
  padding-top: 0px;
}

.title-padding{
  padding-top: 20px;
  padding-bottom: 20px;
}

.subtitle-padding{
  padding-bottom: 0px;
}


.fixed-top {
    position:fixed;
    z-index:1000;
    margin-left:-155px
}

.box {
    width: 320px;
    border-color: #D20C29;
    border-width: 1px;
    border-style:solid;
    float:left;
    padding: 15px 15px;
    margin: 10px 10px;
    text-align:center;
    min-height:320px
}

.box hr {
        border-top: 1px solid #D20C29;
        width: 50px
    }

.number {
    font-size: 28px;
    color:#CE122D;
    height: 45px;
    width: 45px;
    display:flex;
    text-align: center;
    vertical-align: middle;
    border-radius: 50%; /* may require vendor prefixes */
    border-color: #D20C29;
    border-width: 1px;
    border-style: solid;
    margin: 10px auto;
    align-items:center;
    justify-content:center;
}

.tick {
    padding-top: 10px;
}

    .tick li {
        list-style-image: url(../img/tick.png);
        list-style-position: outside;
        padding: 6px 0;
        font-family: 'MetricWeb-Light';
    }
