@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/titillium-web-v15-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/titillium-web-v15-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/titillium-web-v15-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/titillium-web-v15-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/titillium-web-v15-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/titillium-web-v15-latin-regular.svg#TitilliumWeb') format('svg'); /* Legacy iOS */
}
/* titillium-web-700 - latin */
@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/titillium-web-v15-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/titillium-web-v15-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/titillium-web-v15-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/titillium-web-v15-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/titillium-web-v15-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/titillium-web-v15-latin-700.svg#TitilliumWeb') format('svg'); /* Legacy iOS */
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
    font-family: 'Titillium Web', sans-serif;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

img {
    vertical-align: middle;
    margin-top: -15%;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}
table {
    width: 100%;
}
table tr td {
  border: 2px solid #ccc;
  padding: 0.3em;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */

.wrapper {
    width: 95%;
    margin: 0 auto;
}

.header,
.footer {
    background-color: #de101d;
    color: #fff;
}
.header,
.slogan {
    text-align: center;
}
.header h1 {
    font-size: 3em;
}
.header .logo {
    float: left;
}
.slogan {
    font-size: 1.5em;
    color: #de101d;
}
.content {
    padding: 0;
    background-color: #fff;
}
.content img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
}
.good,
.bad {
    width: 25%;
    margin: 0 12.5%;
    float: left;
}
.good img,
.bad img {
    width: 100%;
    height: auto;
}
.usps .wrapper {
    margin: 1em auto;
}
#time,
#clean,
#eco,
#repair {
    width: 100%;
    height: 80px;
    float: left;
    margin: 1em 0;
    padding-left: 100px;
    font-weight: 700;
}
#time {background: #fff url(../img/time.jpg) left center no-repeat;}
#clean {background: #fff url(../img/clean.jpg) left center no-repeat;}
#repair {background: #fff url(../img/repair.jpg) left center no-repeat;}
#eco {background: #fff url(../img/eco.jpg) left center no-repeat;}

#trash {
    padding: 0px 0;
    background-color: #fff;
    border-top: 5px solid #4646F7;
    border-bottom: 5px solid #4646F7;
    color: #4646F7;
    font-size: 2.5em;
    text-align: center;
    font-weight: 800;
}
#trash h3 {
    font-size: .7em;
    font-weight: 400;
    margin-bottom: .3em;
}
#trash p {
    margin: 0;
}
.notice {
    font-size: .8em;
}
.message {
    padding: 1em 0 0 0; 
}
.message h3 {
    font-size: 2em;
    color: #DE101D;
    padding: 0;
    margin: 0.5em 0;
}

.cta {
    width: 100%;
    padding: 3em 0;
}

.cta .label {
    margin-right: 5px;
    display: inline-block;
    width: 150px;
}

.cta .needed {
    float: right;
    font-size: 0.8em;
    color: #DE101D;
}

.cta input[type="text"], 
.cta textarea,
.cta input[type="date"], 
.cta input[type="email"] {
    display: inline-block;
    margin-bottom: 1em;
    width: 400px;
}
.btn {
    display: block;
    padding: 4px 10px 4px;
    margin-right: 1em;
    margin-bottom: 2em;
    text-decoration: none;
    margin-bottom: 1em;
    font-size: 13px;
    line-height: 18px;
    color: #fff;
    text-align: center;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    vertical-align: middle;
    cursor: pointer;
    background-color: #E01110;
    *background-color: #bb161b;
    background-image: -ms-linear-gradient(top, #E01110, #bb161b);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#E01110), to(#bb161b));
    background-image: -webkit-linear-gradient(top, #E01110, #bb161b);
    background-image: -o-linear-gradient(top, #E01110, #bb161b);
    background-image: -moz-linear-gradient(top, #E01110, #bb161b);
    background-image: linear-gradient(top, #E01110, #bb161b);
    background-repeat: repeat-x;
    border-color: #bb161b #bb161b #1f6377;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#E01110', endColorstr='#bb161b', GradientType=0);
    filter: progid:dximagetransform.microsoft.gradient(enabled=false);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.btn:hover {
  color: #eee;
  text-decoration: none;
  background-color: #bb161b;
  *background-color: #d9d9d9;
  /* Buttons in IE7 don't get borders, so darken on hover */

  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
     -moz-transition: background-position 0.1s linear;
      -ms-transition: background-position 0.1s linear;
       -o-transition: background-position 0.1s linear;
          transition: background-position 0.1s linear;
}
.cta button[type="submit"].btn {
    margin-left: 155px;
    font-size: 1.1em;
}
a.btn {
    font-size: 1.1em;
}
.prices table tr td {
    border: 2px solid #ccc;
    padding: 0.3em; 
}
.prices table {
    margin-top: 1em;
}
.prices table,
.prices .delivery {
    float: left;
}
.product h3 {
    color: #DE101D;
}
.navigation {
    float: right;
}
.navigation ul li a {
    color: #fff;
    text-decoration: none;
}
/* ==========================================================================
   Media Queries
   ========================================================================== */
@media only screen and (min-width: 768px) {
    .header h1 {
        font-size: 3em;
    }
    #time,
    #clean,
    #eco,
    #repair {
        width: 50%;
    }
    .btn {
        display: inline-block;
    }

    .col-2 {
        float: left;
        width: 47.5%;
        margin-left: 5%;
    }
    .col-2.col-first {
        margin-left: 0;
    }
    .prices table,
    .prices .delivery {
        width: 47.5%;
    }
    .prices .delivery {
        margin-left: 5%;
    }
    .prices.trash table,
    .prices.trash .delivery {
        width: 100%;
    }
    .prices.trash .delivery {
        margin-left: 0;
    }
}
@media only screen and (min-width: 1024px) {
    .wrapper {
        width: 1020px;
    }
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.new {
    width: 80%;
    margin: 0 auto;
    position: relative;
    height: 50px;
}

.new img {
    width: 300px;
    height: auto;
    margin: 0;
    position: absolute;
    right: 0;
    top: -50px;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}