body {
    margin: 0;
    padding: 0;
    font-size: 100%;
    line-height: 1.9em;
    color: #333333;
}

body, body * {
    box-sizing: border-box;
}

a, input, select, textarea, button {
    -webkit-transition:all 200ms ease-in-out 0s;
    -moz-transition:all 200ms ease-in-out 0s;
    -ms-transition:all 200ms ease-in-out 0s;
    -o-transition:all 200ms ease-in-out 0s;
    transition:all 200ms ease-in-out 0s
}

section,
footer {
    max-width: 1000px;
    margin: 0 auto;
    font-family: 'Open Sans', sans-serif;
    padding: 0 25px;
    box-sizing: border-box;
}

footer p {
    display: inline-block;
}

footer ul {
    list-style: none;
    float: right;
}

footer li {
    display: inline-block;
    padding: 0 5px;
}

section {
    font-size: 1.125em; /* 18 */
}

a {
    color: #009900;
}

footer {
    margin-top: 5em;
    margin-bottom: 2em;
}

footer::after {
    display: block;
    content: "";
    float: none;
    clear: both;
}

header h1 {
    margin-top: 0;
}

header p {
    /* font-family: 'Economica', sans-serif; */
    /* font-family: 'Yanone Kaffeesatz', sans-serif; */
    font-family: 'Teko', sans-serif;
    font-size: 1.5em;  /* 24 */
    text-transform: uppercase;
    color: #009999; /* ff6600 */
    margin-bottom: 0;
    letter-spacing: 2px;
}

header p strong {
    font-size: 1.75em;
    font-weight: normal;
}

h1, h2, h3, h4, h5, h6 {
    /* font-family: 'Economica', sans-serif; */
    /* font-family: 'Yanone Kaffeesatz', sans-serif; */
    font-family: 'Teko', sans-serif;
    text-transform: uppercase;
    color: #000000;
    line-height: 1.3em;
    font-weight: 400;
    letter-spacing: 2px;
}
h1 {
    font-size: 3em; /* 48 */
}

h2 {
    font-size: 2.250em; /* 36 */
}

h3 {
    font-size: 1.875em;  /* 30 */
}

h4 {
    font-size: 1.5em;  /* 24 */
}
h5 {

}

h6 {

}


.main {
    background: url(../images/main.jpg) 50% 50%;
    background-size: cover;
    max-width: 100%;
    position: relative;
    margin-bottom: 7em;
}
.main::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    content: "";
    z-index: 5;
}
.main section {
    position: relative;
    z-index: 10;
}

.main a,
.page a{
    text-decoration: none !important;
}

.page {
    margin-bottom: 5em;
}

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

.logo {
    margin-top: 50px;
}
.main h1 {
    font-size: 4em; /* 48 */
    color: #fff;
    padding: 1em 0 .5em 0;
    margin: 0;
    text-align: center;
}
.main h4 {
    color: #fff;
    margin: 0;
    padding-bottom: 1em;
    text-align: center;
}

.article {
    position: relative;
}

.article .content {
    display: none;
    opacity: 0;
    padding: 0 48px;

    -webkit-transition: all 1s ease-out 0.5s;
    -moz-transition: all 1s ease-out 0.5s;
    -o-transition: all 1s ease-out 0.5s;
    transition: all 1s ease-out 0.5s;
}
.article input {
    position: absolute;
    left: -1000px;
    opacity: 0;
}

.article input:checked + label + .content {
    display: block;
    opacity: 1;
}

.article label {
    padding-left: 48px;
    position: relative;
    display: block;
}
.icon {
    width: 28px;
    height: 28px;
    background: #009999;
    /* margin-right: 20px; */
    top: 10px;
    left: 0;
    position: absolute;
}

.icon::before {
    content: "";
    display: block;
    background: #fff;
    position: absolute;
    width: 16px;
    height: 2px;
    left: 6px;
    top: 13px;
}

.article input:checked + label .icon::after{
    width: 16px;
    height: 2px;
    left: 6px;
    top: 13px;
}
.icon::after {
    content: "";
    display: block;
    background: #fff;
    position: absolute;
    width: 2px;
    height: 16px;
    left: 13px;
    top: 6px;
}

.fb, .map {
    text-align: center;
}

.button {
    text-align: center;
}

.button a,
input[type="submit"]{
    padding: 12px 10% !important;
    margin: 0 auto;
    display: inline-block;
    text-align: center;
    width: auto;
    background: #009900;
    color: #fff;
    text-decoration: none;
    border: none !important;
}

.button a:hover,
input[type="submit"]:hover {
    opacity: .75;
}

.button-coupon {
    text-align: center;
    padding-top: 2em;
    padding-bottom: 4em;
}

.button-coupon a {
    /* font-family: 'Economica', sans-serif; */
    /* font-family: 'Yanone Kaffeesatz', sans-serif; */
    font-family: 'Teko', sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    padding: 12px 10% !important;
    margin: 0 auto;
    display: inline-block;
    text-align: center;
    width: auto;
    color: #ffffff;
    font-size: 1.25em;
    letter-spacing: 1px;
    border: solid 2px #ffffff;
}

.button-coupon a:hover {
    background: #ffffff;
    color: #333;
}

.form-wrapper {
    max-width: 500px;
    margin: 0 auto;
}

.form-description {
    margin-bottom: 4em;
}

.form-description ul {
    padding: 0;
    margin: 0;
    list-style: none;
}


/*  Form */
.form ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.form li {
    margin-bottom: 1em;
}

.form input,
.form select {
    border: solid 2px #dddddd;
    font-size: 1em;
    line-height: 1.5em;
    padding: .3em .65em;
    outline: none;
    width: 100%;
    box-sizing: border-box;
}

.form input:focus,
.form select:focus {
  border-color: rgba(0, 153, 0, 1);
}

.form select {
    -webkit-appearance: button;
    -moz-appearance: button;
    -webkit-user-select: none;
    -moz-user-select: none;
    border-radius: 0;
    padding-right: 30px;
    background: url(../images/expand_more.svg) 100% 50% no-repeat;
}

.form input.error,
.form select.error  {
    border-color: #ff6666;
}

.form label.error {
    font-size: .75em;
    color: #ff6666;
}

.form li > label,
.form .price-wrapper > label {
    /* font-family: 'Economica', sans-serif; */
    /* font-family: 'Yanone Kaffeesatz', sans-serif; */
    font-family: 'Teko', sans-serif;
    text-transform: uppercase;
    color: #000000;
    font-size: 1.125em;
    margin-bottom: -.3em;
    display: block;
    letter-spacing: 1px;
}

.form input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 30px;
    height: 30px;
    display: block;
    padding: 0;
    outline: none;
    position: absolute;
    left: 0;
    top: 5px;
}

.form input[type="checkbox"]:checked {
    background: url(../images/done.svg) 50% 50% no-repeat;
}

.form input[type="submit"] {
    cursor: pointer;
}

.form .control {
    position: relative;
    padding-left: 50px;
}

.form .control label{
    display: block;
}

.form .buttons {
    padding-top: 2em;
}

.price-wrapper{
    padding: 30px 0;
}

.response-ok {
    padding: 3em;
    text-align: center;
    color: #009999;
}

.response-ok::before {
    background: url(../images/done-green.svg) 50% 50% no-repeat;
    color: #009999;
    display: block;
    width: 75px;
    height: 75px;
    border: solid 2px #009999;
    border-radius: 50px;
    content: "";
    margin: 0 auto 20px auto;
    background-size: 50%;
}

.coupon-response-wrapper {
    position: fixed;
    top: 10px;
    right: 10px;
    padding: 20px;
    color: #fff;
    background: #009999;
    font-size: 10px;
    line-height: 2em;
}

.coupon-response-wrapper.response-ok::before {
    background: url(../images/done-white.svg) 50% 50% no-repeat;
    width: 20px;
    height: 20px;
    border: solid 1px #fff;
    border-radius: 24px;
    background-size: 70%;
    margin: 0 auto 0 auto;
}

#total-price {
    font-family: 'Teko', sans-serif;
    text-transform: uppercase;
    color: #000000;
    font-size: 1.875em;
    margin-bottom: -.3em;
    display: block;
    letter-spacing: 1px;

    background: #f5f5f5;
    padding: 20px;
}

@media screen and (max-width: 768px) {
    h1 {
        font-size: 2.250em !important; /* 36 */
    }
}
