﻿@charset "UTF-8";

@import url("//fonts.googleapis.com/css?family=Roboto:300,400,500,600,700,900");

@font-face {
  font-family: Coles;
  src: url("regular.eot");
  src: url("regular.eot?#iefix") format("embedded-opentype"), url("regular.woff") format("woff"), url("regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

/*@font-face {
  font-family: 'owl-icons';
  src: url("../fonts/owl-icons.eot");
  src: url("../fonts/owl-icons.eot?#iefix") format("embedded-opentype"), url("../fonts/owl-icons.woff") format("woff"), url("../fonts/owl-icons.woff2") format("woff2"), url("../fonts/owl-icons.ttf") format("truetype"), url("../fonts/owl-icons.svg#owl-icons") format("svg");
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: Coles;
  src: url("../fonts/bold.eot");
  src: url("../fonts/bold.eot?#iefix") format("embedded-opentype"), url("../fonts/bold.woff") format("woff"), url("../fonts/bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: Coles;
  src: url("../fonts/extra-bold.eot");
  src: url("../fonts/extra-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/extra-bold.woff") format("woff"), url("../fonts/extra-bold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}*/

article,
nav,
section {
    display: block;
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

a {
    background: transparent;
}

    a:focus {
        outline: thin dotted;
    }

    a:active,
    a:hover {
        outline: 0;
    }

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

img {
    border: 0;
}


button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}


*,
*:before,
*:after {
    box-sizing: border-box;
}

html {
    min-width: 100%;
    min-height: 100%;
    height: 100vh;
    -ms-touch-action: none;
}


body {
    font: 400 14px/20px "Roboto", sans-serif;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #2C3E50;
    width: 100%;
    height: 100%;
    height: 100vh;
    min-width: 100%;
    min-height: 100%;
    margin: 0;
    padding: 0;
    min-height: 100vh;
    background-position: 0 20%;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform;
    -moz-transition: -moz-transform;
    transition: transform;
}

a {
    color: #00AEEF;
    text-decoration: underline;
    font-size: 14px;
    cursor: pointer;
}

a:focus,
a:active,
a:hover {
    color: #0089bc;
    text-decoration: underline;
}

img {
    max-width: 100%;
}

a img {
    border: none;
}

p {
    margin: 0 0 35px 0;
    font-size: 22px;
    line-height: 24px;
    letter-spacing: 0px;
    font-family: "Roboto", sans-serif;
}

:not(output):-moz-ui-invalid,
:-moz-submit-invalid {
    box-shadow: none;
}
h1 {
    font-family: "Roboto", sans-serif;
}

h1 {
    line-height: 40px;
    font-weight: 700;
}

h1, p {
    color: rgb(23, 42, 100);
}

.site-error-header {
    border-bottom: 1px solid #e8e8e8;
    display: block;
    width: 100%;
    height: 75px;
    vertical-align: middle;
    font-family: "Coles", Tahoma, Arial;
    font-weight: 700;
    background: #FFF;
    text-rendering: auto;
    overflow: hidden;
    padding-top: 1.2em;
    padding-left: 18em;
}


.site-error-main {
    text-align: center;
    height: calc(100% - 75px);
    padding-top: 5%;
    background: url("cloud-bg.png");
    background-repeat: repeat-x;
}


.site-error-main__message {
    font-family: "Coles", Tahoma, Arial;
    line-height: 1.6em;
    margin: 0 auto;
    max-width: 800px;
    padding: 0 20px;
    text-align: center;
    display: block;
}


.site-error-main__message h1 {
    font-family: "Coles", Tahoma, Arial;
    font-size: 36px;
    font-weight: 400;
    line-height: 50px;
    margin-bottom: 30px;
}

.checkoutContainer ::-moz-placeholder {
    color: rgba(0, 0, 0, 0.26);
}


.checkoutContainer :-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.26);
}

.checkoutContainer :-moz-placeholder {
    color: rgba(0, 0, 0, 0.26);
}


@media (max-width: 960px) {

    .site-error-header {
        padding-top: 1.2em;
        padding-left: 1.2em;
    }

}


@media (max-width: 740px) {

    body {
        background-size: 100%;
        background-position-y: 75px;
    }
}
