@charset "UTF-8";

@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 300;
    src: local("Open Sans Light"), local("OpenSans-Light"), url("fonts/DXI1ORHCpsQm3Vp6mXoaTXhCUOGz7vYGh680lGh-uXM.woff") format("woff");
}

@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 400;
    src: local("Open Sans"), local("OpenSans"), url("fonts/cJZKeOuBrn4kERxqtaUH3T8E0i7KZn-EPnyo3HZu7kw.woff") format("woff");
}

@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 600;
    src: local("Open Sans Semibold"), local("OpenSans-Semibold"), url("fonts/MTP_ySUJH_bn48VBG8sNSnhCUOGz7vYGh680lGh-uXM.woff") format("woff");
}

@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 700;
    src: local("Open Sans Bold"), local("OpenSans-Bold"), url("fonts/k3k702ZOKiLJc3WVjuplzHhCUOGz7vYGh680lGh-uXM.woff") format("woff");
}

* {
    box-sizing: border-box;
}

html {
    width: auto !important;
    overflow-x: hidden !important;
}

body {
    margin: 0;
    background-color: #f6eddc !important;
    color: #000;
    font-family: "Open Sans", Arial, sans-serif !important;
    width: auto !important;
    overflow-x: hidden !important;
}

body.test {
    background-image: url("data:image/svg+xml;utf8, <svg xmlns='http://www.w3.org/2000/svg' version='1.1' height='100px' width='150px'><text x='10' y='40' fill='green' font-size='40'>TEST</text></svg>");
}

a {
    color: #337ab7;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #23527c;
    text-decoration: underline;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

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

.row:after,
.clearfix:after {
    clear: both;
}

[class*="col-"] {
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}

.col-xs-10 {
    float: left;
    width: 83.33333333%;
}

.col-xs-offset-1 {
    margin-left: 8.33333333%;
}

@media (min-width: 768px) {
    .col-sm-10 {
        float: left;
        width: 83.33333333%;
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }
}

@media (min-width: 992px) {
    .col-md-8 {
        float: left;
        width: 66.66666667%;
    }

    .col-md-10 {
        float: left;
        width: 83.33333333%;
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }
}

@media (min-width: 1200px) {
    .col-lg-4 {
        float: left;
        width: 33.33333333%;
    }

    .col-lg-6 {
        float: left;
        width: 50%;
    }

    .col-lg-8 {
        float: left;
        width: 66.66666667%;
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }
}

.text-center {
    text-align: center;
}

.img-responsive {
    display: block;
    height: auto;
    max-width: 100%;
}

.centered-responsive {
    margin: 0 auto;
}

.header-row {
    margin-left: 0;
    margin-right: 0;
}

.orange-banner {
    background-color: #fca808;
    width: 100%;
}

.logo-img {
    padding-bottom: 15px;
    padding-top: 15px;
}

.deprecation-hero {
    align-items: center;
    background-image: url("images/goodcash-lana-upp-till-30000-1.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    min-height: 430px;
    padding: 40px 20px;
    position: relative;
}

.deprecation-hero:before {
    background-color: rgba(0, 0, 0, 0.25);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

#header-heading {
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 1;
}

#header-heading h1 {
    color: #fff;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 4.2em;
    font-weight: 700;
    margin: 0;
    text-shadow: 0 2px 5px #000;
}

.orange-divider20 {
    background-color: #fca808;
    height: 30px;
    text-align: center;
    width: 100%;
}

.page-content,
#wrap {
    background-color: #f6eddc;
}

.page-content {
    padding-top: 0 !important;
}

.deprecation-page {
    padding-bottom: 30px;
    padding-top: 30px;
}

.deprecation-box {
    background-color: #fff;
    padding: 35px 20px;
}

.deprecation-text {
    font-size: 20px;
    line-height: 1.6;
    text-align: center;
}

.deprecation-text p {
    margin: 0 0 25px;
}

.deprecation-text p:last-child {
    margin-bottom: 0;
}

.shadowed-box {
    box-shadow: -10px 10px 25px #888888;
}

.divide40 {
    height: 40px;
    width: 100%;
}

.goodcash-footer {
    background-color: #fca808;
    border-radius: 0;
    margin-bottom: 0;
    overflow: hidden;
    padding-bottom: 30px;
    padding-top: 30px;
}

.footer-container {
    margin-bottom: 0;
    margin-top: 0;
}

@media (max-width: 767px) {
    #header-heading h1 {
        font-size: 2em;
    }

    .deprecation-hero {
        min-height: 300px;
    }

    .deprecation-box {
        padding: 25px 10px;
    }

    .deprecation-text {
        font-size: 17px;
    }
}
