/* normalize.css v3.0.2 | MIT License | git.io/normalize */

/* Remove at go-live */

/*section.hero a.button.donate {
    display:none;   
}

section.hero a.button {
    margin-left:0px;
}

header a.website.cart {
    display:none;
}

header div.contact a.website:nth-child(4) {
    display:none;
}*/

/* End remove */

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

a:active,
a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,
th {
    padding: 0
}


/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    margin: 0;
    padding: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

body {
    line-height: 1
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

/*! Lity - v1.5.0 - 2015-09-22 http://sorgalla.com/lity/ Copyright (c) 2015 Jan Sorgalla; Licensed MIT */

.lity {
    z-index: 9990;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    white-space: nowrap;
    background: #0b0b0b;
    background: rgba(0, 0, 0, 0.9);
    outline: none !important;
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease
}

.lity.lity-opened {
    opacity: 1
}

.lity.lity-closed {
    opacity: 0
}

.lity * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.lity-wrap {
    z-index: 9990;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    outline: none !important
}

.lity-wrap:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em
}

.lity-loader {
    z-index: 9991;
    color: #fff;
    position: absolute;
    top: 50%;
    margin-top: -0.8em;
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease
}

.lity-loading .lity-loader {
    opacity: 1
}

.lity-container {
    z-index: 9992;
    position: relative;
    text-align: left;
    vertical-align: middle;
    display: inline-block;
    white-space: normal;
    max-width: 100%;
    max-height: 100%;
    outline: none !important
}

.lity-content {
    z-index: 9993;
    width: 100%;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform .3s ease;
    -o-transition: -o-transform .3s ease;
    transition: transform .3s ease
}

.lity-loading .lity-content,
.lity-closed .lity-content {
    -webkit-transform: scale(.8);
    -ms-transform: scale(.8);
    -o-transform: scale(.8);
    transform: scale(.8)
}

.lity-content:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6)
}

.lity-close {
    z-index: 9994;
    width: 35px;
    height: 35px;
    position: fixed;
    right: 0;
    top: 0;
    -webkit-appearance: none;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    padding: 0;
    color: #fff;
    font-style: normal;
    font-size: 35px;
    font-family: Arial, Baskerville, monospace;
    line-height: 35px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    border: 0;
    background: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.lity-close::-moz-focus-inner {
    border: 0;
    padding: 0
}

.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
    text-decoration: none;
    text-align: center;
    padding: 0;
    color: #fff;
    font-style: normal;
    font-size: 35px;
    font-family: Arial, Baskerville, monospace;
    line-height: 35px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    border: 0;
    background: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.lity-close:active {
    top: 1px
}

.lity-image img {
    max-width: 100%;
    display: block;
    line-height: 0;
    border: 0
}

.lity-iframe .lity-container {
    width: 100%;
    max-width: 964px
}

.lity-iframe-container {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}

.lity-iframe-container iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000
}

.lity-hide {
    display: none
}


/* MAIN */

body,
html {
    font-weight: 300;
    font-size: 14px
}

.container,
body {
    min-width: 320px
}

a,
html {
    color: #707070
}

h5,
h6 {
    text-align: center;
    line-height: 1
}

h5,
h6,
h7 {
    line-height: 1
}

body,
p {
    text-align: left;
    line-height: 1.5
}

body,
html,
p {
    line-height: 1.5
}

a,
p a {
    text-decoration: underline
}

@font-face {
  font-family: 'Brown-Regular';
  src: url('../fonts/Brown-Regular.eot?#iefix') format('embedded-opentype'),  url('../fonts/Brown-Regular.woff') format('woff'), url('../fonts/Brown-Regular.ttf')  format('truetype'), url('../fonts/Brown-Regular.svg#Brown-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
    font-family: Stag;
    src: url(../fonts/Stag-Light.eot?#iefix) format('embedded-opentype'), url(../fonts/Stag-Light.woff) format('woff'), url(../fonts/Stag-Light.ttf) format('truetype'), url(../fonts/Stag-Light.svg) format('svg');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Stag;
    src: url(../fonts/Stag-Medium.eot?#iefix) format('embedded-opentype'), url(../fonts/Stag-Medium.woff) format('woff'), url(../fonts/Stag-Medium.ttf) format('truetype'), url(../fonts/Stag-Medium.svg) format('svg');
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: Stag;
    src: url(../fonts/Stag-Bold.eot?#iefix) format('embedded-opentype'), url(../fonts/Stag-Bold.woff) format('woff'), url(../fonts/Stag-Bold.ttf) format('truetype'), url(../fonts/Stag-Bold.svg) format('svg');
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: 'Open Sans';
    src: url(../fonts/OpenSans.eot?#iefix) format('embedded-opentype'), url(../fonts/OpenSans.woff) format('woff'), url(../fonts/OpenSans.ttf) format('truetype'), url(../fonts/OpenSans.svg#OpenSans) format('svg');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'Open Sans';
    src: url(../fonts/OpenSans-Light.eot?#iefix) format('embedded-opentype'), url(../fonts/OpenSans-Light.woff) format('woff'), url(../fonts/OpenSans-Light.ttf) format('truetype'), url(../fonts/OpenSans-Light.svg#OpenSans-Light) format('svg');
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: 'Open Sans';
    src: url(../fonts/OpenSans-Bold.eot?#iefix) format('embedded-opentype'), url(../fonts/OpenSans-Bold.woff) format('woff'), url(../fonts/OpenSans-Bold.ttf) format('truetype'), url(../fonts/OpenSans-Bold.svg#OpenSans-Bold) format('svg');
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: 'Open Sans';
    src: url(../fonts/OpenSans-Extrabold.eot?#iefix) format('embedded-opentype'), url(../fonts/OpenSans-Extrabold.woff) format('woff'), url(../fonts/OpenSans-Extrabold.ttf) format('truetype'), url(../fonts/OpenSans-Extrabold.svg#OpenSans-Extrabold) format('svg');
    font-weight: 900;
    font-style: normal
}

body,
html {
    width: 100%
}

html {
    font-family: 'Brown-Regular', sans-serif
}

footer,
header,
section {
    width: 100%;
    position: relative
}

.container {
    width: 100%;
    max-width: 1440px;
    padding: 0 52px;
    margin: 0 auto
}

label,
textarea {
    padding-bottom: 12px
}

h5,
p {
    margin-bottom: 15px
}

body {
    position: relative;
    font-family: 'Brown-Regular';
    font-weight:300;
    background-color: #eff0f1
}

a {
    outline: 0;
    -webkit-transition: color .4s ease;
    -moz-transition: color .4s ease;
    -ms-transition: color .4s ease;
    -o-transition: color .4s ease;
    transition: color .4s ease
}

a:active,
a:focus,
a:hover {
    outline: 0
}

h1,
h2,
h3,
h4,
h5 {
    font-family: 'Brown-Regular';
    line-height: 1.1;
    font-weight: 400;
    margin: 0;
    color: #363636;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    position: relative
}

h1 {
    color: #444f5e;
    font-family: 'Brown-Regular',Arial;
    font-size: 50px;
    font-weight: 500;
    margin: 0 auto 15px;
    max-width: 650px;
}

h2 {
    color: #444f5e;
    font-family: 'Brown-Regular',Arial;
    font-size: 36px;
    font-weight: 400;
    margin: 0 auto 25px;
    max-width: 650px;
}

h2 strong {
    font-weight: 500
}

h2 sup {
    font-size: 17px
}

h2 span.mobile {
    display: none
}

h2 sup.required {
    color: #ed1c24
}

h3,
h5 strong {
    color: #446d60
}

h3 {
    font-family: 'Brown-Regular';
    font-weight: 800;
    font-size: 12px;
    margin-bottom: 37px;
    letter-spacing: 1px
}

h4 {
    font-size: 30px;
    font-family: 'Brown-Regular';
    font-weight: 400;
    color: #363636;
    margin-bottom: 27px;
}

h5 {
    font-family: 'Brown-Regular';
    font-size: 24px;
    font-weight: 400;
    color: #444f5e;
    margin-top: 15px;
    margin-bottom:15px;
}

p,
p a {
    font-weight: 300;
}

h6 {
    font-family: 'Brown-Regular';
    font-size: 68px;
    color: #fff;
}

h7 {
	font-size: 14px;
	padding-top: 0px !important;
}

h8 {
	font-family: 'Brown-Regular';
    font-size: 22px;
	color: #FFF;
    padding-top: 0!important;
	display: block;
	margin: 5px 0;
}

p {
    font-size: 15px
}

p a {
    cursor: pointer
}

img {
    vertical-align: bottom;
    max-width: 100%
}

input[type=text],
select,
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    border-radius: 0;
    border: 2px solid #d7d7d7;
    padding: 0 20px;
    height: 47px;
    width: 100%;
    max-width: 320px;
    color: #363636;
    background-color: #fff;
    font-weight: 400;
    font-size: 17px;
    -webkit-transition: background .2s ease;
    -moz-transition: background .2s ease;
    -ms-transition: background .2s ease;
    -o-transition: background .2s ease;
    transition: background .2s ease
}

button:focus,
input:focus,
textarea:focus {
    outline: 0;
}

textarea {
    height: 130px;
    resize: vertical;
    padding-top: 12px;
    line-height: 1.4
}

select:focus {
    outline: 0;
    border: none
}

input[type=radio] {
    margin-right: 15px
}

label {
    display: inline-block;
    font-size: 16px;
    line-height: 1.1
}

label sup {
    font-size: 9px
}

label sup.required {
    color: #ed1c24
}

label span.description {
    color: #949494;
    font-size: 14px
}

::-webkit-input-placeholder {
    color: #d0d0d0;
    opacity: 1
}

:-moz-placeholder {
    color: #d0d0d0;
    opacity: 1
}

::-moz-placeholder {
    color: #d0d0d0;
    opacity: 1
}

:-ms-input-placeholder {
    color: #d0d0d0;
    opacity: 1
}

::-moz-focusring {
    color: transparent
}

.button,
input[type=button],
input[type=submit] {
    display: inline-block;
    position: relative;
    outline: 0;
    border: 2px solid #b45c38;
    padding: 0 35px;
    height: 47px;
    color: #fff;
	background-color: #b45c38;
    font-size: 18px;
    text-decoration: none;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
}

.button:hover,
input[type=button]:hover,
input[type=submit]:hover {
    background-color: #444f5e;
    border: 2px solid #444f5e;
    text-decoration: none
}

.apply {
    margin-left: 0px
}

.more {
    height: 72px;
    color: #b45c38;
    background-color: #FFF;
    border: 1px solid #000;
    font-size: 30px;
    padding: 9px 50px;
    margin-top: 12px
}

.more:hover {
    background-color: #444f5e;
    border: 1px solid #444f5e;
    text-decoration: none;
    color: #FFF
}

#stackedButtons {
    opacity: 0;
    display: none
}

#bottomButton {
    padding-top: 10px
}

#applyButton {
    padding-left: 29px
}

header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 113px;
    background-color: #f0f1f2;
    padding-top: 25px;
    z-index: 5;
    box-shadow:0 30px 50px rgba(1, 1, 0, 0.25);
}

header:after {
    content: '';
    display: block;
    position: absolute;
    top: 113px;
    left: 0;
    right: 0;
    height: 30px;
    z-index: -1;
    overflow: hidden;
    background-image: url(../images/bg-header-top.png);
    background-position: bottom center;
    /*background-size: cover*/
}


header a.logo {
    float: left;
    display: block;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none
}

header a.logo img {
    width: 274px;
    height: auto;
	margin-top: 25px;
}

header div.contact {
    float: right;
    position: relative;
    padding-right: 40px;
}

header div.contact a {
    position: relative;
    text-decoration: none;
    display: inline-block
}

header div.contact a.website {
    margin-top: 57px;
    margin-right: 45px;
    font-size: 14px;
    color: #444f5e
}

header a.website.cart {
    border: 1px solid #ccc;
    border-radius: 50%;
    height: 34px;
    margin-right: 0;
    position: absolute;
    right: 61px;
    top: 50px;
    width: 34px;
    z-index: 99;
    display:none;
}

header a.website.cart span {
    position: absolute;
    right:-10px;
    top:-3px;
    color:#fff;
    width:18px;
    height:18px;
    line-height: 18px;
    text-align: center;
    font-size: 11px;
    background:#7e7357;
    border-radius: 50%;
}

header a.website.cart i {
    position: absolute;
    top:6px;
    left:7px;
    font-size: 18px;
    color:#444f5e;
}

header .container {
    position: relative;
}

header div.contact a.book {
    margin-right: 45px;
    font-size: 14px;
    color: #444F5E
}

header div.contact a.phone {
    margin-right: 15px;
    font-size: 16px;
    color: #444f5e;
    padding-left: 30px
}

header div.contact a.phone i {
    position: absolute;
    top: 3px;
    left: 0;
    font-size: 19px
}

#fundingMessageCloseButton,
#statusMessageCloseButton {
    position: relative;
    font-family: 'Brown-Regular';
    color: #363636;
    height: auto;
    text-shadow: none
}

#fundingMessage,
#statusMessage {
    background-color: #FFF;
    border: 2px solid #EBEBEB;
    width: 550px;
    padding: 30px
}

#fundingMessage h4 {
    margin-bottom: 20px;
    font-size: 26px;
    font-weight: 400
}

#fstatusMessageClose,
#fundingMessageClose {
    width: 100%
}

#fundingMessageCloseButton {
    font-size: 21px;
    width: 100%;
    font-weight: 400
}

#statusMessage h4 {
    margin-bottom: 20px;
    font-size: 26px;
    font-weight: 400!important
}

#statusMessageCloseButton {
    font-size: 21px;
    width: 100%;
    font-weight: 400!important
}

footer {
    background-color: #05040c;
    /*height: 220px;*/
    clear:both;
    float:left;
    width:100%;
    /*position: absolute;
    bottom: 0*/
}

footer a {
    text-decoration: none;
    -webkit-transition: color .4s ease;
    -moz-transition: color .4s ease;
    -ms-transition: color .4s ease;
    -o-transition: color .4s ease;
    transition: color .4s ease;
    font-family:'Brown-Regular';
}

footer .faqBlock {
    float:left;
    width: 100%;
    padding:30px 0px 15px;
    color:#fff;
    background:#1d252c;
}

footer .faqBlock .mobileInner {
    display: none;
}

section.faqMobile {
    background:#fff;
    float:left;
    width: 100%;
    text-align: center;
    display: none;
}

section.faqMobile .container .mobileInner {
    border-top:1px solid #d2d5d8;
    padding:30px 0px 30px;
    float:left;
    width:100%;
}

section.faqMobile a {
    color:#fff;
    background:#303030;
    display: inline-block;
    width:100%;
    max-width: 400px;
    height:50px;
    line-height: 50px;
    border-radius: 5px;
    font-family: 'Brown-Regular';
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
}

footer .faqBlock p {
    font-size: 14px;
    line-height: 1.5;
    color:#fff;
    font-family: 'Brown-Regular';
    font-weight: 400;
}

footer .faqBlock h3 {
    color:#fff;
    font-size: 21px;
    font-weight: 500;
    font-family: 'Brown-Regular';
    margin-bottom: 15px;
}

footer .faqBlock h4 {
    color:#fff;
    font-family: 'Brown-Regular'';
    font-size: 15px;
    line-height: 1.5;
    font-weight: 500;
    margin-bottom: 0px;
}

footer div.links {
    display: inline-block;
    float: left;
    padding: 24px 0 20px;
    width: 100%;
    background:#fff;
}

footer div.container {

}

footer div.links div.left {
    float: left;
}

footer a.logo {
    float: left;
}

footer div.links div.right {
    float: right;
    text-align: right;
    position: relative;
    top:10px;
}

footer div.links .contact {
    float: right;
    margin-top: 4px;
}

footer a.phone {
    padding-left: 25px;
}

footer i.fa-university {
    font-size: 16px;
    padding-right: 5px;
    color:#444F5E;
}

footer div.links div.right img.fa.fa-phone {
    float: none;
    margin: 0px 5px 0 0;
    position: relative;
    top:-3px;
}

section.main div.content,
section.overlay {
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease
}

/*footer div.links {
    float: left;
    width: 100%;
    height: 180px;
    margin-top: -12px;
    padding: 45px 0 0;
    background-image: url(../images/bg-footer.png);
    background-position: top center;
    background-repeat: no-repeat
}*/

section.hero,
section.hero:after {
    background-position: center center
}

/*footer div.links div.left {
    float: left
}

footer div.links div.left img.logo {
    width: 178px;
    margin-top: 15px
}

footer div.links div.right {
    float: right;
    text-align: right
}

footer div.links div.right>a {
    display: inline-block;
    position: relative;
    padding-left: 45px;
    font-size: 16px;
    color: #fff
}

footer div.links div.right>a:before {
    display: inline-block;
    position: absolute;
    left: 0;
    top: -7px;
    font-family: icomoon;
    font-size: 26px
}

footer div.links div.right>a.branch:before {
    content: '\e602'
}

footer div.links div.right>a.phone:before {
    content: '\e606'
}

footer div.links div.right a.branch {
    margin-right: 65px
}

footer div.links div.right div.social-links {
    margin-top: 45px
}

footer div.links div.right div.social-links a {
    margin-left: 10px;
    font-size: 32px;
    color: #fff
}*/

section.blue.sociallinks {
    background-color: #444f5e;
    padding-bottom: 25px;
    padding-top: 30px;
    position: relative;
    clear:both;
}

section.blue::before {
    background-image: url(../images/brushstroke-update.png);
    background-position: left center;
    background-repeat: repeat-x;
    content: "";
    height: 23px;
    left: 0;
    position: absolute;
    right: 0;
    top: -8px;
    z-index: 2;
}

section.blue.sociallinks .social-links {
    text-align: center;
}

section.blue.sociallinks .social-links a:first-child {
    margin-left: 0;
}

section.blue.sociallinks .social-links a {
    color: #fff;
    font-size: 33px;
    margin-left: 17px;
    text-decoration: none;
}

img.fa.fa-youtube-play {
    margin-bottom: 11px;
}

footer div.copyright {
    float: left;
    width: 100%;
    background-color: #000
}

footer div.copyright span,
footer div.copyright span a {
    margin-bottom: 0;
    font-size: 10px;
    font-weight: 400;
    color: grey
}

footer div.copyright span.left {
    float: left;
    display: inline-block;
    padding: 12px 0;
    color:#fff;
    font-family: 'Arial';
}

footer div.copyright span.right {
    float: right;
    text-align: right;
    display: inline-block;
    padding: 12px 0
}

section.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    background-color: rgba(0, 0, 0, .8);
    opacity: 0;
    visibility: hidden;
    transition: all .4s ease
}

section.overlay.active {
    opacity: 1;
    visibility: visible
}

section.shopIntro {
    background:#444f5e;
    float:left;
    width: 100%;
    clear:both;
    padding: 40px 0px 20px;
}

section.shopIntro:before {
    content:'';
    background-image:url(../images/brushstroke-update.png);
    background-position: center left;
    background-repeat: repeat-x;
    width:100%;
    height:23px;
    position: absolute;
    top:-22px;
    left:0px;
    z-index: 2;
}

section.shopIntro .leftColumn {
    float:left;
    width:25%;
}

section.shopIntro .leftColumn h3 {
    color:#fff;
    font-family: 'Brown-Regular';
    font-size: 21px;
    font-weight: 500;
}

section.shopIntro .rightColumn {
    float:right;
    width:70%;
    color:#fff;
    font-size: 14px;
}

section.shopIntro .rightColumn p {
    font-size: 14px;
    font-family: 'Brown-Regular';
    font-weight: 400;
}

section.shopIntro .rightColumn h4 {
    color:#fff;
    font-family: 'Brown-Regular';
    font-size: 15px;
    line-height: 1.5;
    font-weight: 500;
}

section.shopBody {
    clear:both;
    float:left;
    width: 100%;
    padding:40px 0px 40px 0px;
    background:#fff;
}

.product {
    float:left;
    width:49%;
}

.product.right {
    float:right;
}

.product .image {
    float:left;
    width:48%;
}

.product .image img {
    max-width: 100%;
}

.product .detail {
    float:right;
    width:48%;
}

.product .detail .description {
    float:left;
    width:100%;
    margin-bottom: 15px;
    font-family: 'Brown-Regular';
}

.product .detail .price {
    float:left;
    width:100%;
    margin-bottom: 15px;
    font-family: 'Brown-Regular';
}

.product .detail .price span {
    font-weight: 500;
}

.product .detail .qtyBlock {
    float:left;
    width:100%;
    padding-right: 42px;
    margin-bottom: 15px;
    border:1px solid #e1e1e1;
    border-radius: 5px;
    position: relative;
    height:42px;
    font-family: 'Brown-Regular';
}

.product .detail .qtyBlock span.qty {
    padding-left: 10px;
    padding-right: 2px;
}

.product .detail .qtyBlock input {
    border:0px;
    height:40px;
    background:none;
    width:30px;
    border-right: 1px solid #e1e1e1;
    text-align: left;
    font-family: 'Brown-Regular';
    font-weight: 500;
}

.product .detail .qtyBlock span.subTitle {
    padding-left: 10px;
    padding-right: 2px;
}

.product .detail .qtyBlock span.subTotal {
    font-family: 'Brown-Regular';
    font-weight: 500;
}

body .mfp-bg {
    background:#fff;
    opacity: 0.8;
}

body .mfp-content {
    text-align: center;
}

#faqPopup, #termsPopup {
    max-width: 980px;
    padding:40px;
    position: relative;
    background: #fff;
    border:1px solid #d2d5d8;
    display: inline-block;
}

#termsPopup {
    max-width: 600px;
    text-align: left;
}

#termsPopup span.checkbox {
    width:30px;
    height:30px;
    border:1px solid #d2d5d8;
    position: relative;
    margin-right:15px;
    float:left;
    cursor: pointer;
}

#termsPopup a {
    border-radius: 5px;
    color:#fff;
    font-size: 18px;
    font-family: 'Brown-Regular';
    width:124px;
    height:48px;
    line-height:48px;
    background:#b45c38;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    cursor: default;
    opacity: 0.6;
}

#termsPopup a.active {
    opacity: 1;
    cursor: pointer;
}

#termsPopup a:hover {
    text-decoration: none;
}

#termsPopup span.checkbox i {
    position: absolute;
    top:3px;
    left:5px;
    font-size: 20px;
    color:#b45c38;
    display: none;
}

#termsPopup span.checkbox.active i {
    display: block;
}

#termsPopup span.text {
    display: inline-block;
    line-height: 30px;
}

#faqPopup h3,
#termsPopup h3 {
    font-size: 21px;
    font-family: 'Brown-Regular';
    font-weight: 500;
    color:#444f5e;
    margin-top:0px;
    margin-bottom: 20px;
}

#faqPopup h4,
#termsPopup h4 {
    color:#20262d;
    font-size: 14px;
    margin:0px;
    font-weight: 500;
}

#faqPopup p,
#termsPopup p {
    font-size: 14px;
    font-family: 'Brown-Regular';
    font-weight: 400;
    text-align: center;
}

#termsPopup p {
    text-align: left;
    margin-bottom: 20px;
}

#termsPopup p.last {
    margin:0px;
}

.popupBlock {
    max-width: 980px;
    padding:40px;
    position: relative;
    background: #fff;
    border:1px solid #d2d5d8;
    display: inline-block;
}

.popupBlock span.image {
    float:left;
    width:35%;
}

.popupBlock span.image img {
    max-width: 100%;
}

.popupBlock span.detail {
    float:right;
    width:60%;
    text-align: left;
}

.popupBlock .detail .description {
    float: left;
    font-family: "Brown-Regular";
    margin-bottom: 15px;
    width: 100%;
    font-size: 16px;
}

.popupBlock .detail .price {
    float: left;
    font-family: "Brown-Regular";
    margin-bottom: 15px;
    width: 100%;
    font-size: 14px;
    margin-top: 20px;
}

.mfp-close-btn-in .mfp-close {
    text-indent: -9999px;
    width:20px;
    height:20px;
    background-image:url(../images/popup-close.png);
    background-size: 20px auto;
    right:15px;
    top:15px;
}

#cartdialog h1 span {
    /*width:13px;
    height:13px;
    background-image:url(../images/cart-close.png);
    background-size: 13px auto;*/
    right:17px;
    top:13px;
    cursor: pointer;
    position: absolute;
}

.popupBlock .detail .price span {
    font-weight: 500;
}

.popupBlock .detail .qtyOuter {
    float:left;
    width:100%;
}

.popupBlock .detail .qtyBlock {
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    float: left;
    font-family: "Brown-Regular";
    height: 42px;
    margin-bottom: 15px;
    padding-right: 0px;
    position: relative;
    width: auto;
    font-size: 16px;
}

.popupBlock .detail .qtyBlock span.qty {
    padding-left: 10px;
    padding-right: 2px;
}

.popupBlock .detail .qtyBlock input {
    border:0px;
    height:40px;
    background:none;
    width:30px;
    border-right: 1px solid #e1e1e1;
    text-align: left;
    font-family: 'Brown-Regular';
    font-weight: 500;
}

.popupBlock .detail .qtyBlock span.subTitle {
    padding-left: 10px;
    padding-right: 2px;
}

.popupBlock .detail .qtyBlock span.subTotal {
    font-family: 'Brown-Regular';
    font-weight: 500;
    width:50px;
    display: inline-block;
}

.popupBlock .baseBlock {
    float:left;
    width:100%;
    margin-top: 10px;
}

.popupBlock .baseBlock .shareBlock {
    float:left;
}

.popupBlock .baseBlock .shareBlock span {
    font-size: 14px;
    font-weight: 500;
    padding-right: 10px;
    font-family: 'Brown-Regular';
}

.popupBlock .baseBlock .shareBlock a {
    color:#b45c38;
    font-size: 21px;
    border:1px solid #b45c38;
    border-radius: 50%;
    display: inline-block;
    width:42px;
    height:42px;
    margin-left: 5px;
}

.popupBlock .baseBlock .shareBlock a i {
    position: relative;
}

.popupBlock .baseBlock .shareBlock a i.fa-facebook {
    top:5px;
    left:14px;
}

.popupBlock .baseBlock .shareBlock a i.fa-twitter {
    top:5px;
    left:11px;
}

.popupBlock .detail button {
    color:#fff;
    background:#7e7357;
    border-radius: 5px 5px 5px 5px;
    height:46px;
    border:0px;
    font-size: 20px;
    font-size: 18px;
    font-family: 'Brown-Regular';
    padding:0px 15px;
    float:right;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type='number'] {
    -moz-appearance:textfield;
}

.product .detail .qtyBlock button {
    position: absolute;
    right:-1px;
    top:-1px;
    color:#fff;
    background:#7e7357;
    border-radius: 0px 5px 5px 0px;
    width:42px;
    height:42px;
    border:0px;
    font-size: 20px;
    text-align: center;
}

.product .detail .qtyBlock button i {
    position: absolute;
    top:11px;
    left:11px;
}

.product .detail a.readMore {
    color:#b45c38;
    text-decoration: none;
    font-family: 'Brown-Regular';
    font-size: 16px;
    font-weight: 400;
}

.product .detail a.readMore i {
    font-size: 11px;
    font-weight: normal;
    padding-left: 3px;
}

.divider {
    float:left;
    width:100%;
    height:1px;
    background:#d2d5d8;
    margin: 40px 0px;
}

.notice {
	background:black;
	color:#FFF;
	padding:5px;
	text-align:center;
}
.shopBody h1, #cartdialog h1 {
	color:black;
}

button.mobile-button {
    display: none;
    float: right;
    height: 30px;
    margin-right: 0px;
    margin-top: 5px;
    width: 30px;
    position: relative;
    border:0px;
    background:none;
}

button.mobile-button span::before {
    top: -9px;
}

button.mobile-button span::after, button.mobile-button span::before {
    background-color: #575757;
    content: "";
    display: block;
    height: 4px;
    left: 0;
    pointer-events: none;
    position: absolute;
    width: 100%;
}

button.mobile-button span::after {
    bottom: -9px;
}

button.mobile-button span {
    background-color: #575757;
    cursor: pointer;
    display: block;
    height: 4px;
    left: 5px;
    pointer-events: none;
    position: absolute;
    right: 0;
    text-indent: -9999px;
    top: 10px;
}

html.show-menu body .site {
    -webkit-transform: translateX(-260px);
    -moz-transform: translateX(-260px);
    transform: translateX(-260px);
    opacity: 0.5;
}

body .site {
    -moz-transition: -moz-transform 0s ease-out;
    -webkit-transition: -webkit-transform 0s ease-out 0s;
    transition: transform 0s ease-out 0s;
}

html.show-menu body #mobileMenu {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    transform: translateX(0px);
}

html.show-menu #mobilewrap {
    overflow: hidden;
}

#mobileMenu {
    background-color: #444f5e;
    bottom: 0;
    display: none;
    height: 100%;
    overflow: auto;
    padding-top: 24px;
    position: fixed;
    right: 0;
    top: 0;
    -webkit-transform: translateX(260px);
    -moz-transform: translateX(260px);
    transform: translateX(260px);
    -moz-transition: -moz-transform 0.2s ease-out;
    -webkit-transition: -webkit-transform 0.2s ease-out 0s;
    transition: transform 0.2s ease-out 0s;
    width: 260px;
    z-index: 999;
}

#mobileMenu h2 {
    color: #fff;
    display: inline;
    font-size: 28px;
    margin-bottom: 30px;
    padding-left: 90px;
    padding-right: 54px;
    font-weight: 500;
}

#mobileMenu .menuTitle {
    margin-bottom: 14px;
}

#mobileMenu img {
    margin-bottom: 7px;
}

#mobileMenu ul li a {
    color: #fff;
    display: block;
    font-family: "Brown-Regular";
    font-size: 15px;
    font-weight: normal;
    height: 46px;
    line-height: 46px;
    padding: 0 20px;
    text-align: center;
    text-decoration: none;
}

#mobileMenu ul li a:hover {
    background:#69727e;
}

section.shopBase.success {
    padding:40px 0px 25px;
}

section.shopBase {
    padding:0px 0px;
    text-align: center;
    background:#fff;
    clear:both;
    float:left;
    width: 100%;
}

section.shopBase .outerBlock {
    border-top:1px solid #d2d5d8;
    float:left;
    width: 100%;
    padding:40px 0px;
}

section.shopBase .outerBlock p {
    margin:0px;
    text-align: center;
}

section.shopBase .outerBlock p a {
    color: #b45c38;
    font-family: "Brown-Regular";
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
}

section.shopBase .outerBlock p a i {
    font-size: 11px;
    padding-left: 3px;
}

section.shopBase h3 {
    color:#444f5e;
    font-size: 21px;
    font-family: 'Brown-Regular';
    font-weight: 500;
    margin-bottom: 10px;
}

section.shopBase.success h2 {
    font-size: 30px;
    font-family: 'Brown-Regular';
    font-weight: 500;
    margin-bottom: 15px;
    max-width: 100%;
    text-align: left;
}

section.shopBase.success p {
    font-family: 'Brown-Regular';
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 15px;
}

section.shopBase.success p a.cont {
    padding:0px 20px;
    line-height: 46px;
    border:1px solid #b45c38;
    border-radius: 5px;
    display: inline-block;
    text-align: center;
    color:#20262d;
    font-size: 18px;
    font-family: 'Brown-Regular';
    text-decoration: none;
    margin-top:10px;
}

section.shopBase.success p a.cont:hover {
    text-decoration: none;
}

section.shopBase.success p a {
    color:#b45c38;
}

#cartdialog {
	display:none;
	background:#FFF;
	border:1px solid #d2d5d8;
	width:290px;
	position:absolute;
	padding:0px;
    right:0px;
    top:105px;
}

#cartdialog tr.headings {
    display: none;
}

#cartdialog td.item.title {
    display: none;
}

#cartdialog td.price {
    display: none;
}

#cartdialog span.arrow {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 14px 14px 14px;
    border-color: transparent transparent #fff;
    position: absolute;
    right:11px;
    top:-14px;
}

#cartdialog:before {
    content:'';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 15px 15px 15px;
    border-color: transparent transparent #d2d5d8;
    position: absolute;
    right:10px;
    top:-15px;
}

#cartdialog h1 {
    color:#444f5e;
    font-size: 18px;
    font-family: 'Brown-Regular';
    font-weight: 500;
    padding:15px 15px;
    position: relative;
    margin:0px;
    border-bottom: 1px solid #d2d5d8;
    text-align: left;
}

#cartdialog .baseBlock {
    float:left;
    width: 100%;
    padding:15px 20px;
    text-align: center;
}

#cartdialog .baseBlock a {
    background: #b45c38;
    text-align: center;
    padding:0px 20px;
    color:#fff;
    font-weight: 400;
    font-family: 'Brown-Regular';
    font-size: 18px;
    height:46px;
    line-height: 46px;
    border-radius: 5px;
}

.finalSubmit {
    background: #b45c38;
    text-align: center;
    padding:0px 20px;
    color:#fff;
    font-weight: 400;
    font-family: 'Brown-Regular';
    font-size: 18px;
    height:46px;
    line-height: 44px;
    border-radius: 5px;
    border:0px;
    display: inline-block;
}

.contBtnBlock {
    /*width:100%;
    clear:both;*/
    float:left;
}

.contBtnBlock.empty {
    margin-bottom: 20px;
}

a.contBtn {
    border:1px solid #b45c38;
    background:#fff;
    color:#000;
    font-weight: 400;
    font-family: 'Brown-Regular';
    font-size: 18px;
    height:46px;
    line-height: 44px;
    border-radius: 5px;
    padding:0px 20px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
    margin-right: 0px;
    position: relative;
}

#cartdialog td {
    padding:10px 15px;
    border-bottom: 1px solid #d2d5d8;
    font-family: "Brown-Regular";
}

#cartdialog td.image {
    width: 60px;
}

#cartdialog td.remove,
.cartBlock td.remove {
    text-align: right;
}

/*artdialog td.qty {
    width: 90px;
}*/

.cartBlock td.remove {
    width:40px;
    /*padding-right: 0px;*/
}

.cartBlock td.image {
    min-width: 40%;
}

.cartBlock td input.qty {
    width: 40px;
}

.cartBlock td.image img {
    max-width: 150px;
    width: 150px;
}

.cartBlock td.item.title {
    display: none;
}

.cartBlock form.cart {
    margin-top: 20px;
}

.cartBlock td {
    border-bottom: 1px solid #d2d5d8;
    padding:0px 10px;
    font-family: "Brown-Regular",Arial;
    font-size: 18px;
    color:#1d252c;
}

.cartBlock td.qty span {
    display: none;
}

.cartBlock td.lineTotal {
    text-align: right;
}

.cartBlock tr.headings td {
    color:#878e98;
    font-size: 18px;
    padding:5px 10px;
    border-top:1px solid #d2d5d8;
}

.cartBlock tr.headings td.donationAmount {
    text-align: right;
}

.cartBlock td.cross {
    text-align: left;
    width:80px;
    font-size: 18px;
    color:#969ca5;
    font-family: 'Brown-Regular';
    font-weight: 400;
}

.cartBlock td.price {
    width:100px;
}

#cartdialog td.cross {
    /*display: none;*/
    padding-right: 0px;
}

#cartdialog td.image img,
.cartBlock td.image img {
    vertical-align: middle;
    max-width: 100%;
}

#cartdialog td.image img {
    width: 30px;
}

.cartBlock td.image,
.cartBlock tr.headings td.image {
    padding-left: 0px;
}

#cartdialog input.qty,
.cartBlock input.qty {
    font-family: "Brown-Regular";
    font-weight: 400;
    height: 40px;
    text-align: left;
    width: 30px;
    border-radius: 5px;
    text-align: center;
    border:1px solid #ccc;
}

#cartdialog .lineTotal {
    font-family: "Brown-Regular";
    font-size: 14px;
    font-weight: 500;
    color:#444f5e;
    text-align: right;
    width:148px;
}

#cartdialog .total {
    float:left;
    width:100%;
    padding:15px 16px;
    border-bottom: 1px solid #d2d5d8;
    font-family: "Brown-Regular";
    font-size: 14px;
    font-weight: 500;
    color:#444f5e;
    text-align: left;
}

#cartdialog table {
    width:100%;
}

#cartdialog .total span.cartTotal,
.cartBlock .total span.cartTotal {
    float:right;
    margin-right: 42px;
    text-align: right;
}

.cartBlock .total {
    text-align: right;
    padding:15px 0px;
    color:#1d252c;
    border-bottom: 1px solid #d2d5d8;
    font-size: 18px;
    text-transform: uppercase;
    font-family: "Brown-Regular";
}

.mfp-container {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.cartBlock .total span.cartTotal {
    font-size: 21px;
    line-height: 24px;
    font-weight: 500;
    padding-left: 10px;
    margin-right: 50px;
}

.cartBlock h2 {
    font-weight: 500;
    margin-bottom: 15px;
    font-size: 30px;
}

.cartBlock h3 {
    color: #444f5e;
    font-family: "Brown-Regular",Arial;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0px;
    margin-top:20px;
}

#cartdialog a.remove i,
.cartBlock a.remove i {
    color:#969ca5;
    font-size: 16px;
}

.cartBlock a.remove i {
    font-size: 18px;
}

.cartBlock table {
    width:100%;
}

form.baseForm {
    float:left;
    width: 100%;
    text-align: right;
    padding:15px 0px;
}

form.baseForm > span {
    width:200px;
    display: inline-block;
    padding-right: 10px;
    font-size: 16px;
    line-height: 1.2;
    color:#000;
    position: relative;
    top:10px;
    font-family: 'Brown-Regular';
}

form.baseForm label {
    padding-right: 10px;
    position: relative;
}

form.baseForm label span {
    bottom: -5px;
    font-size: 11px;
    position: absolute;
    right: 10px;
    color:#b45c38;
}

form.baseForm label div.env {
    position: absolute;
    left:15px;
    bottom:auto;
    top:12px;
    color:#ccc;
    font-size: 18px;
    width:18px;
}

form.baseForm label input {
    height:46px;
    padding:0px 10px 0px 45px;
    border:1px solid #ccc;
    border-radius: 5px;
    width:200px;
}

a.backTop {
    position: fixed;
    bottom:0px;
    right:15px;
    width:60px;
    height:40px;
    line-height: 40px;
    float:left;
    background:#7e7357;
    z-index: 999;
    color:#fff;
    text-align: center;
    display: none;
}

a.backTop i {
    color:#fff;
    font-size: 26px;
    font-weight: normal;
    position: relative;
    top:2px;
}

section.hero {
    position: relative;
    float: left;
    width: 100%;
    height: 400px;
    padding: 100px 0 35px;
    margin-top: 100px;
    background-size: cover;
    /*background-color: #000;*/
    background-color:#534891;
    /*background-image: url(../images/banner-main.jpg);*/
    text-align: center
}

section.hero h1,
section.hero h2 {
    color:#fff;
}

section.hero.shop {
    padding-top: 120px;
}

section.hero.cart {
    margin-top:80px;
    height:360px;
    /*background-image: url(../images/cart-banner.jpg);*/
}

section.hero:after {
    content: '';
    display: block;
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    height: 50px;
    margin: 0 auto;
    z-index: 1;
    background-image: url(../images/bg-header-bottom.png);
    background-size: cover
}

section.hero.shop::after,
section.hero.cart::after {
    background-image: none;
}

section.hero img.logo {
    max-width: 416px;
    margin-bottom: 23px
}

section.hero a.down,
section.hero p {
    margin: 0 auto;
    position: absolute;
    right: 0
}

section.hero a.button {
    width: 200px;
    height: 48px;
    padding: 8px 16px 4px;
    font-size: 18px;
    border-radius: 7px;
    text-align: left;
    position: relative
}

section.hero a.button span {
    float: right;
    display: inline-block;
    position: absolute;
    right: 16px;
    top: 8px;
    font-size: 27px;
    font-weight: 700
}

section.hero p {
    bottom: 90px;
    left: 0;
    font-family: 'Brown-Regular';
    font-size: 22px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    line-height: 1.3;
    width: 385px
}

section.hero p a {
    font-weight: 500;
    text-decoration: underline;
    color: #fff;
    border-bottom: 2px solid transparent;
    -webkit-transition: border .4s ease;
    -moz-transition: border .4s ease;
    -ms-transition: border .4s ease;
    -o-transition: border .4s ease;
    transition: border .4s ease
}

section.hero p a:hover {
    border-bottom: 2px solid #fff
}

section.hero a.down {
    display: inline-block;
    bottom: 25px;
    left: 0;
    cursor: pointer;
    color: #fff;
    font-size: 32px;
    text-decoration: none
}

section.cartBlock {
    float:left;
    width:100%;
    clear:both;
    background:#fff;
    padding:40px 0px 25px;
}

section.cartBlock p {
    font-family: 'Brown-Regular';
}

section.cartBlock h2 {
    max-width: 100%;
}

section.main {
    padding: 40px 0 75px;
    clear:both;
    float:left;
    width:100%;
}

section.main div.container {
    position: relative;
    max-width: 1440px
}

section.main div.content {
    width: 100%;
    float: left;
    margin-top: 35px;
    padding: 50px 35px 31px;
    background-color: #fff;
    border: 2px solid #ebebeb;
    position: relative;
    transition: all .4s ease
}

section.main div.contentSlider {
    width: 100%;
    float: left;
    margin-bottom: 47px;
    padding: 0px;
    background-color: #fff;
    position: relative;
    transition: all .4s ease;
	border: 2px solid #EBEBEB;
}

section.main div.contentSlider div.flexslider {
    background: #FFF none repeat scroll 0% 0%;
    border: 0px;
    position: relative;
    border-radius: 0px;
    box-shadow: none;
    margin: 0px;
	overflow: hidden;
}

section.main div.contentSlider div.flexslider div.item {
	height: 500px;
	background-size: cover;
	background-position: center top;
}

section.main div.contentSlider div.flexslider div.item  img{
	display: none;
}

section.main.donate {
  padding-top:140px;
}

/* info box left */
section.main div.contentSlider div.flexslider div.item div.info {
	background-color: rgba(255,255,255,0.8);
	display: block;
	position: absolute;
	top: 40px;
	left: 65px;
	padding: 30px 25px;
	width: 480px;
}

section.main div.contentSlider div.flexslider div.item div.info span.sliderTitle {
	font-size: 20px;
	font-family: 'Brown-Regular';
	font-weight: 500;
	color: #000;
	margin-bottom: 10px;
	float: left;
	line-height: 1.2;
	width: 100%;
}

section.main div.contentSlider div.flexslider div.item div.info a.button {
    width: 176px;
    height: 48px;
    padding: 8px 16px 4px;
    font-size: 18px;
    border-radius: 7px;
    text-align: left;
    position: relative;
}

/* info box bottom */
/*
section.main div.contentSlider div.flexslider div.item div.info {
    background-color: rgba(255, 255, 255, 0.9);
    display: block;
    position: absolute;
    padding: 20px 20px;
    bottom: 0px;
    left: 0px;
    width: 100%;
}

section.main div.contentSlider div.flexslider div.item div.info a.button {
    width: 172px;
    height: 34px;
    padding: 0px 16px 4px;
    font-size: 17px;
    border-radius: 7px;
    text-align: left;
    position: relative;
}
*/

section.main div.contentSlider div.flexslider div.item div.info p {
	line-height: 1.3;
	color: #707070;
}

section.main div.contentSlider div.flexslider div.item div.info a span {
	float: right;
	line-height: 1.5;
}

section.main div.frame {
    width: 100%;
    text-align: center
}

.leftButton {
	text-align: left;
	margin-top: 20px !important;
}

.leftButtonKeyDates {
	text-align: left;
	margin-top: 30px !important;
}

.flex-direction-nav a {
    display: block;
    width: 50px;
    height: 55px;
    margin: 0px 0px 0px;
    position: absolute;
    top: 45%;
    z-index: 10;
    overflow: hidden;
    opacity: 1;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.8);
    text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.3);
    transition: all 0.3s ease 0s;
    text-decoration: none;
}

.flex-direction-nav a::before {
    content: "";
}

/* PREV */
.flex-direction-nav a.flex-prev::before {
    content: "";
}

.flex-direction-nav .flex-prev {
    left: 5px;
    text-align: center;
	z-index: 2;
}

.flexslider:hover .flex-prev {
    opacity: 1;
    left: 5px;
}

/* NEXT */
.flex-direction-nav a.flex-next::before {
    content: "";
}

.flex-direction-nav .flex-next {
    right: 5px;
    text-align: center;
	z-index: 2;
}

.flexslider:hover .flex-next {
    opacity: 1;
    right: 5px;
}

#navLeft  {
	color: #FFF;
	font-size: 50px;
	text-shadow: 2px 2px 4px #B1ABAB;
}

#navRight  {
	color: #FFF;
	font-size: 50px;
	text-shadow: 2px 2px 4px #B1ABAB;
}

section.main div.frame div.block {
    position: relative;
    width: 33.33%;
    float: left;
    padding: 10px;
    text-align: center
}

section.main div.frame div.blockLeft {
    position: relative;
    width: 49%;
    float: left;
    padding: 50px 35px 31px;
    background-color: #FFF;
    border: 2px solid #EBEBEB;
    text-align: left
}

section.main div.frame div.blockRight {
    position: relative;
    width: 48%;
    float: left;
    margin-left: 3%
}

section.main div.frame div.blockRight a.openVideo {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    cursor: pointer;
    background-image: url(../images/play.png);
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 4
}

section.main div.frame div.blockRight a.openVideo:hover {
    opacity: .8
}

section.main div.frame div.blockSupport {
    position: relative;
    float: left;
    width: 31.33%;
    text-align: center
}

section.main div.frame div.blockSupport div.dataTitle {
    width: 100%;
    padding-top: 18px;
    text-align: center;
    border: 2px solid #444f5e
}

section.main div.frame div.blockSupport div.data {
    width: 100%;
    padding: 15px;
    text-align: center;
    border: 2px solid #444f5e;
    background: #444f5e
}

#blockSupport2,
#blockSupport3 {
    margin-left: 3%
}

section.main div.frame div.blockApplyTop {
    position: relative;
    float: left;
    width: 100%
}

section.main div.frame div.blockApply ul {
    position: relative;
    text-align: left
}

section.main div.frame div.blockApply p {
    margin-bottom: 25px
}

section.main div.frame div.blockApply ul li {
    position: relative;
    text-align: left;
    margin-left: 30px;
    margin-bottom: 10px;
    line-height: 1.4
}

section.main div.frame div.blockApply ul li:before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 0;
    left: -30px;
    font-family: icomoon;
    color: #000
}

section.main div.frame div.blockApply ul.tick li:before {
    content: "\e906"
}

section.main div.frame div.blockApply ul.cross li:before {
    content: "\e901";
    font-size: 12px
}

section.main div.frame div.blockApply {
    position: relative;
    float: left;
    width: 46%;
    margin-right: 4%
}

section.main div.frame div.blockApplyButton {
    position: relative;
    float: left;
    width: 46%;
    margin-right: 4%;
	margin-top: 20px;
}

section.main div.frame div.blockSupporters {
    position: relative;
    float: left;
    width: 16.66%;
    height: 180px
}

section.main div.frame div.blockSupporters img {
    width: 70%;
    height: auto
}

section.main div.frame div.blockMoreButton {
    position: relative;
    width: 100%;
    float: left
}

section.main div.frame div.moreCharities {
    position: relative;
    width: 100%;
    float: left;
    opacity: 0;
    visibility: hidden;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
}

section.main div.frame div.moreCharities.active {
    opacity: 1;
    max-height: 2500px;
    visibility: visible
}

.hidden,
.invisible {
    visibility: hidden
}

section.main div.frame div.charitiesBaseText {
    position: relative;
    width: 100%;
    float: left;
    text-align: left
}

section.main div.frame div.charitiesBaseText h4 {
    margin-top: 30px;
    margin-bottom: 0
}

section.main div.frame div.block div.chart>div {
    max-width: 270px;
    margin: 0 auto
}

section.main div.frame div.block h2 {
    display: inline-block;
    position: relative;
    font-family: 'Brown-Regular';
    color: #796d4d;
    line-height: 1
}

section.main div.details>* {
    text-align: center
}

section.main div.details h4 {
    margin-bottom: 10px;
    font-weight: 400
}

section.main div.default div.dataTitle span {
    font-size: 60px;
    color: #20262d
}

section.main div.default h3 span {
    position: absolute;
    top: -24px;
    right: -110px;
    font-size: 56px;
    color: #000
}

section.main div.default h3 {
    display: inline-block
}

section.main div.default p {
    font-size: 16px;
    margin: 0 auto 40px
}

section.main div.terms div.content p {
    text-align: left;
    margin-bottom: 20px;
    font-size: 14px
}

section.main div.terms div.content p strong {
    font-weight: 700;
    color: #446D60
}

section.main div.terms div.content p span {
    color: #446D60
}

section.main div.terms div.content a.toggle,
section.main div.terms div.content:after {
    display: none
}

section.main div.terms div.content.toggle:after {
    content: '\e600';
    display: block;
    position: absolute;
    top: 20px;
    right: 32px;
    font-family: icomoon;
    font-size: 24px;
    color: #363636
}

.clear:after,
.v-wrap:before {
    content: ''
}

section.main div.terms div.content.toggle {
    padding: 20px;
    height: 78px;
    overflow: hidden
}

section.main div.terms div.content a.toggle {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 78px;
    cursor: pointer;
    z-index: 1
}

.clear:after {
    display: table;
    clear: both
}

.v-box,
.v-wrap:before {
    display: inline-block;
    vertical-align: middle
}

.v-wrap {
    height: 100%;
    white-space: nowrap
}

.v-wrap:before {
    width: 0;
    margin-right: -.25em;
    height: 100%
}

.v-box {
    white-space: normal
}

.no-margin {
    margin: 0!important
}

.no-padding {
    padding: 0!important
}

.hidden {
    display: none!important
}

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

ul.inline li {
    float: left
}

.no-select {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

* {
    -webkit-tap-highlight-color: transparent
}

::selection {
    background: #000;
    color: #FFF;
    text-shadow: none
}

::-webkit-selection {
    background: #000;
    color: #FFF;
    text-shadow: none
}

::-moz-selection {
    background: #000;
    color: #FFF;
    text-shadow: none
}

@media print {
    blockquote,
    img,
    pre,
    tr {
        page-break-inside: avoid
    }
    * {
        background: 0 0!important;
        color: #000!important;
        box-shadow: none!important;
        text-shadow: none!important
    }
    a,
    a:visited {
        text-decoration: underline
    }
    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: ""
    }
    blockquote,
    pre {
        border: 1px solid #999
    }
    thead {
        display: table-header-group
    }
    footer div.links,
    header div.contact a,
    section.hero,
    section.main div.terms div.content a.toggle,
    section.main div.terms div.content.toggle:after {
        display: none
    }
    img {
        max-width: 100%!important
    }
    @page {
        margin: .5cm
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }
    h2,
    h3 {
        page-break-after: avoid
    }
    header {
        position: relative;
        text-align: center
    }
    header a.logo {
        float: none
    }
    h2 {
        font-size: 30px
    }
    h3 {
        font-size: 14px
    }
    h4 {
        font-size: 20px
    }
    section.main div.content {
        padding: 40px 32px
    }
    section.main div.frame div.block {
        width: 50%
    }
    section.main #ctl00_MainContentPlaceHolder_Panel_StatisticsData div.frame div.block {
        width: 33.33%
    }
    section.main div.terms div.content.toggle {
        padding: 70px 32px;
        height: auto;
        overflow: hidden
    }
    section.main div.terms h4 {
        font-size: 18px
    }
    section.main div.terms div.content p {
        font-size: 10px;
        text-align: left
    }
}

@-moz-keyframes spinner-loader {
    0% {
        -moz-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -moz-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes spinner-loader {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spinner-loader {
    0% {
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.spinner-loader:not(:required) {
    -moz-animation: spinner-loader 1.5s infinite linear;
    -webkit-animation: spinner-loader 1.5s infinite linear;
    animation: spinner-loader 1.5s infinite linear;
    -moz-border-radius: .5em;
    -webkit-border-radius: .5em;
    border-radius: .5em;
    -moz-box-shadow: rgba(0, 0, 51, .3) 1.5em 0 0 0, rgba(0, 0, 51, .3) 1.1em 1.1em 0 0, rgba(0, 0, 51, .3) 0 1.5em 0 0, rgba(0, 0, 51, .3) -1.1em 1.1em 0 0, rgba(0, 0, 51, .3) -1.5em 0 0 0, rgba(0, 0, 51, .3) -1.1em -1.1em 0 0, rgba(0, 0, 51, .3) 0 -1.5em 0 0, rgba(0, 0, 51, .3) 1.1em -1.1em 0 0;
    -webkit-box-shadow: rgba(0, 0, 51, .3) 1.5em 0 0 0, rgba(0, 0, 51, .3) 1.1em 1.1em 0 0, rgba(0, 0, 51, .3) 0 1.5em 0 0, rgba(0, 0, 51, .3) -1.1em 1.1em 0 0, rgba(0, 0, 51, .3) -1.5em 0 0 0, rgba(0, 0, 51, .3) -1.1em -1.1em 0 0, rgba(0, 0, 51, .3) 0 -1.5em 0 0, rgba(0, 0, 51, .3) 1.1em -1.1em 0 0;
    box-shadow: rgba(0, 0, 51, .3) 1.5em 0 0 0, rgba(0, 0, 51, .3) 1.1em 1.1em 0 0, rgba(0, 0, 51, .3) 0 1.5em 0 0, rgba(0, 0, 51, .3) -1.1em 1.1em 0 0, rgba(0, 0, 51, .3) -1.5em 0 0 0, rgba(0, 0, 51, .3) -1.1em -1.1em 0 0, rgba(0, 0, 51, .3) 0 -1.5em 0 0, rgba(0, 0, 51, .3) 1.1em -1.1em 0 0;
    display: inline-block;
    font-size: 10px;
    width: 1em;
    height: 1em;
    margin: 1.5em;
    overflow: hidden;
    text-indent: 100%
}

#lastContent {
    /*margin-bottom: 264px;*/
    margin-bottom:40px;
}

/* RESPONSIVE */

@media only screen and (max-width:1280px) {
    section.main div.frame div.blockLeft,
    section.main div.frame div.blockRight {
        width: 48%
    }
}

@media only screen and (max-width:1200px) {
    section.main div.frame div.block {
        width: 33.33%
    }
}

@media only screen and (max-width:1180px) {
    #blockSupport1,
    #blockSupport2 {
        margin-bottom: 25px
    }
    section.main div.frame div.blockSupporters {
        width: 33.333%
    }
    section.main div.frame div.blockSupport {
        width: 100%
    }
    #blockSupport2,
    #blockSupport3 {
        margin-left: 0
    }
}

@media only screen and (max-width:1024px) {
    section.main div.frame div.blockLeft,
    section.main div.frame div.blockRight {
        width: 100%;
        margin-left: 0
    }
}

@media only screen and (max-width:1023px) {
	section.main.donate {
	  padding-top:80px;
	}
	
	h1,
    h4 {
        margin-bottom: 25px
    }
    h1 br,
    h5 br,
    section.hero p br {
        display: none
    }
    .contBtnBlock {
        float:right;
    }
    .contBtnBlock.empty {
        float:left;
    }
    section.hero.cart {
        margin-top: 80px;
    }
    section.hero.shop h1 {
        font-size: 50px;
        margin-top:6px;
    }
    .product .detail .qtyBlock input {
        width: 40px;
    }
    #cartdialog {
        top:80px;
    }
    header a.website.cart {
        top:25px;
        right:24px;
    }
    section.shopIntro .leftColumn {
        width: 100%;
    }
    section.shopIntro .rightColumn {
        width:100%;
    }
    .product {
        width: 48%;
    }
    .product .image {
        width:100%;
        margin-bottom: 15px;
    }
    .product .detail {
        width:100%;
    }
    .product .detail .description {
        display: none;
    }
    footer div.links {
        height:auto;
    }
    footer div.links div.left {
        width:100%;
        text-align: center;
    }
    footer div.links div.right {
        text-align: center;
    }
    footer div.links .contact {
        display: inline-block;
        float:none;
        width: 100%;
        text-align: center;
    }
    footer a.logo {
        float:none;
        display: inline-block;
    }
    .container {
        max-width: 640px!important;
        padding: 0 15px
    }
    h1 {
        font-size: 25px;
        max-width: 320px;
        margin-top: 42px
    }
    h2 {
        font-size: 36px
    }
    h3 {
        font-size: 14px
    }
    h4 {
        font-size: 21px
    }
    h5 {
        font-size: 18px;
        margin-bottom: 20px
    }
    #fundingMessage,
    #statusMessage {
        width: 500px
    }
    #fundingMessageCloseButton,
    #statusMessageCloseButton {
        font-size: 17px
    }
    header {
        padding-top: 20px;
        height: 80px
    }
    header:after {
        top: 67px
    }
    header a.logo img {
        width: 159px;
		margin-top: 20px;
    }
    header div.contact a.website {
        margin-top: 30px;
        margin-right: 18px
    }
    section.hero {
        height: 375px;
        padding: 45px 0 140px;
        margin-top: 69px
    }
    section.hero div.top {
        top: -75px
    }
    section.hero img.logo {
        max-width: 350px;
        margin-bottom: 13px
    }
    section.hero p {
        bottom: 80px;
        width: inherit;
        max-width: 385px;
        font-size: 19px;
        padding: 0 15px
    }
    section.hero a.down {
        bottom: 15px
    }
    section.hero div.search input[type=text] {
        max-width: 250px;
        margin: 0 auto;
        height: 40px;
        font-size: 15px
    }
    section.hero div.search a.button {
        height: 40px;
        padding: 3px 12px
    }
    section.hero div.search span.error {
        width: 316px
    }
    section.hero a.button span {
        top: 8px
    }
    section.main div.frame div.blockLeft {
        padding: 35px 32px 20px
    }
    section.main {
        padding: 40px 0 80px
    }
    section.main div.content {
        margin-top: 35px;
        padding: 35px 32px 20px
    }
    section.main div.frame div.block {
        width: 50%
    }
    section.main div.default p {
        font-size: 14px;
        margin: 0 auto 25px
    }
    section.main div.frame div.blockLeft {
        width: 100%
    }
    section.main div.frame div.blockRight {
        width: 100%;
        margin-left: 0;
        margin-top: 35px
    }
    section.main div.frame div.blockSupporters {
        width: 33.333%
    }
    section.main div.frame div.charitiesBaseText h4 {
        margin-top: 30px
    }
    section.main div.terms div.content a.toggle,
    section.main div.terms div.content.toggle {
        height: 68px
    }
    section.main div.terms div.content.toggle:after {
        top: 18px;
        font-size: 20px
    }
    footer div.container {
        padding: 0 10px;
        position: relative
    }
    footer div.links {
        height: auto;
    }
    footer div.links div.right {
        float: left;
        text-align: left;
        width: 100%
    }
    footer div.links div.right>a {
        float: left;
        display: block;
        font-size: 15px;
        margin-right: 0!important;
        margin-bottom: 20px;
        max-width: 160px;
        clear: left;
        line-height: 1.3
    }
    footer div.links div.right>a.branch:before {
        top: 4px
    }
    footer div.links div.right div.social-links {
        margin-top: 0;
        float: right;
        max-width: 100px;
        position: absolute;
        top: 0;
        right: 5px
    }
    footer div.copyright {
        height: auto;
        padding:10px 0px;
        line-height: 1.5;
    }
    footer div.copyright a {
        color:#fff;
    }
    footer div.copyright span.left {
        float: none;
        text-align: center;
        font-size: 9px;
        line-height: 1.5;
        padding: 5px 0
    }
    footer div.copyright span.right {
        display: none
    }

	section.main div.contentSlider div.flexslider div.item div.info {
		background-color: rgba(255,255,255, 1);
		position: relative;
		width: 100%;
		top: 0px;
		left: 0px;
		/* border: 2px solid #EBEBEB; */
	}

	/*
	section.main div.contentSlider div.flexslider div.item div.info {
		display: none;
	}
	*/

	section.main div.contentSlider div.flexslider div.item  img{
		display: block;
	}

	section.main div.contentSlider div.flexslider div.item {
		height: auto;
		background-image: none !important;
	}

	.flex-direction-nav a {
		top: 20px;
	}

	#navLeft,
	#navRight {
		font-size: 30px;
	}

}

@media only screen and (max-width:800px) {
    section.main div.frame div.blockApplyTop div.blockApply {
        width: 100%
    }
    #fundingMessage,
    #statusMessage {
        width: 400px
    }
}

@media only screen and (max-width:768px) {

}

@media only screen and (max-width:767px) {
    header {
        height:69px;
    }
    header::after {
        background:none;
    }
    body .site {
	    -moz-transition: -moz-transform 0.2s ease-out;
	    -webkit-transition: -webkit-transform 0.2s ease-out 0s;
	    transition: transform 0.2s ease-out 0s;
	}

    section.hero.cart {
        margin-top: 60px;
        height:200px;
    }

    header div.contact {
        padding-right: 0px;
        width: 100%;
    }

    #cartdialog {
        top:20px;
    }

    #cartdialog span.arrow {
        right:57px;
    }

    #cartdialog::before {
        right:56px;
    }

    header div.contact > a {
        display: none;
    }
    header a.logo img {
        margin-top:0px;
    }
    header::after {
        top:47px;
    }
    section.shopIntro .leftColumn h3 {
        font-size: 22px;
        margin-bottom: 20px;
    }
    button.mobile-button {
        display: block;
    }
    #mobileMenu {
        display: block;
    }
    header a.website.cart {
        top:0px;
        right:70px;
    }
}

@media only screen and (max-width:640px) {
    a.contBtn {
        float:right;
        margin-right: 0px;
        margin-bottom: 12px;
        margin-top: 15px;
    }
    .cartBlock td.image {
        padding-left:30px !important;
        padding-right:30px !important;
        padding-bottom: 30px !important;
    }
    .cartBlock .total span.cartTotal {
        float:none;
    }
    .cartBlock .total {
        text-align: center;
        padding:15px 30px;
    }
    form.baseForm label input {
        width: 100%;
    }
    form.baseForm label {
        padding-right: 0px;
        float:left;
        width:100%;
    }
    .finalSubmit {
        clear:both;
        float: right;
    }
    form.baseForm label span {
        bottom: 0 !important;
        color: #b45c38;
        float: left;
        font-size: 11px;
        margin-top: 5px;
        position: relative;
        right: 0;
        width: 100%;
    }
    section.hero.shop {
        height:320px;
    }
    .popupBlock span.image {
        width: 100%;
        margin-bottom: 15px;
    }
    .popupBlock span.detail {
        width: 100%;
    }
    .popupBlock .baseBlock .shareBlock {
        width: 100%;
        margin-bottom: 15px;
    }
    .popupBlock .detail .description {
        text-align: center;
        font-size: 14px;
    }
    .popupBlock .detail .price {
        text-align: center;
        font-size: 14px;
    }
    .popupBlock .detail .qtyBlock {
        width: 100%;
    }
    .popupBlock {
        padding:50px 40px;
    }
    .popupBlock .detail .qtyBlock input {
        width:calc(50% - 38px);
    }
    .popupBlock .detail .qtyBlock {
        font-size: 14px;
    }
    .popupBlock .baseBlock {
        text-align: center;
    }
    .popupBlock .baseBlock .shareBlock {
        margin-top: 20px;
    }
    .popupBlock .baseBlock .shareBlock a {
        text-align: left;
    }
    .popupBlock .detail button {
        float:none;
        display: inline-block;
    }
    #faqPopup, #termsPopup {
        padding:40px 20px;
    }

}

@media only screen and (max-width:620px) {
    section.main div.frame div.block {
        width: 100%;
        padding-left: 0;
        padding-right: 0
    }
    section.main div.frame div.blockSupporters {
        width: 50%;
        max-height: 150px
    }
}

@media only screen and (max-width:640px) {
    section.cartBlock .container {
        padding:0px 0px;
    }
    #termsPopup {
        text-align: center;
    }
    #termsPopup p {
        text-align: center;
    }
    #termsPopup span.checkbox {
        display: inline-block;
    }
    #termsPopup span.text {
        position: relative;
        top:-10px;
    }
    section.shopBase.success .container h2,
    section.shopBase.success .container p {
        text-align: center;
    }
    form.baseForm > span {
        top:0px;
        width: 180px;
        margin-bottom: 12px;
        margin-top: 15px;
    }
    form.baseForm label div.env {
        height:18px;
        top:12px;
    }
    .contBtnBlock {
        width: 100%;
    }
    .contBtnBlock.empty {
        padding:0px 15px;
    }
    a.contBtn {
        margin-top: 15px;
    }
    .cartBlock form.cart {
        border-top: 1px solid #d2d5d8;
    }
    form.baseForm {
        text-align:center;
        padding:15px 30px;
    }
    a.contBtn {
        float:none;
        display: inline-block;
        width:100%;
    }
    .finalSubmit {
        float:none;
        display: inline-block;
        width: 100%;
    }
    footer div.links {
        display: none;
    }
    section.shopIntro .rightColumn p,
    section.shopIntro .rightColumn h4 {
        text-align: center;
    }
    section.cartBlock h2,
    section.cartBlock h3,
    section.cartBlock p {
        text-align: center;
        padding:0px 15px;
    }
    footer .faqBlock {
        background:#fff;
        display: none;
    }
    section.faqMobile {
        display: block;
    }
    footer .faqBlock .mobileInner {
        display: block;
        text-align: center;
    }
    section.shopIntro .leftColumn {
        text-align: center;
    }
    section.hero.shop h1 {
        font-size: 50px;
        margin-top:-5px;
    }
    footer .faqBlock .mobileInner a {
        color:#fff;
        background:#303030;
        display: inline-block;
        width:100%;
        max-width: 400px;
        height:50px;
        line-height: 50px;
        border-radius: 5px;
        font-family: 'Brown-Regular';
        font-size: 18px;
        font-weight: 500;

    }
    footer .faqBlock .desktopInner {
        display:none;
    }
    a.backTop {
        display: block;
        box-shadow: 0 0 40px rgba(1, 1, 0, 0.3);
    }
    footer div.copyright {
        padding-bottom: 40px;
    }
    .cartBlock table,
    .cartBlock tr,
    .cartBlock tbody,
    .cartBlock td {
        display: block;
    }
    .cartBlock td.image {
        padding-top: 30px;
    }
    .cartBlock tr.headings {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    .cartBlock tr {
        position: relative;
    }
    .cartBlock td {
        padding:5px 0px;
        /*padding-left: 30% !important;*/
        position: relative;
        text-align: left;
    }
    .cartBlock .total span.cartTotal {
        margin-right: 0px;
    }
    .cartBlock td.lineTotal {
        text-align: left;
    }
    .cartBlock td.qty {
        position: absolute;
        border:0px;
        padding: 0px;
        left:200px;
        top:60px;
    }
    .cartBlock td.price {
        position: absolute;
        border:0px;
        padding: 0px;
        left:274px;
        top:65px;
    }
    .cartBlock td.cross {
        position: absolute;
        border:0px;
        padding: 0px;
        left:252px;
        top:64px;
    }
    .cartBlock td.lineTotal {
        position: absolute;
        border:0px;
        padding: 0px 0px 0px 74px;
        left:200px;
        top:110px;
    }
    .cartBlock td.image img {
        width: 135px;
    }
    .cartBlock td.remove {
        text-align: left;
        width: auto;
        position: absolute;
        border:0px;
        padding:0px;
        right:20px;
        top:30px;
    }
    .cartBlock a.remove i {
        font-size: 26px;
    }
    .cartBlock td.cross,
    .cartBlock td.price {
        width: auto;
    }
    .cartBlock td:before {
        position: absolute;
        top:7px;
        left:0px;
        width:25%;
        padding-right: 10px;
        white-space: nowrap;
        font-size: 16px;
        display: none;
    }
    .cartBlock td.remove:before {
        content: "Delete";
    }
    .cartBlock td.price:before {
        content: "Price";
    }
    .cartBlock td.item:before {
        content: "Item";
        top:30px;
    }
    .cartBlock td.qty:before {
        content: "Qty";
    }
    .cartBlock td.lineTotal:before {
        content: "Subtotal:";
        display: block;
        top:0px;
        font-size: 18px;
    }
}

@media only screen and (max-width:540px) {
    .product {
        width: 100%;
        margin-bottom: 40px;
        border-bottom:1px solid #d2d5d8;
        padding-bottom: 30px;
    }
    section.shopBody {
        padding-bottom: 0px;
    }
    section.shopBase .outerBlock {
        border:0px;
        padding-top: 0px;
    }
    .divider {
        display: none;
    }
}

@media only screen and (max-width:480px) {
    section.main div.frame div.blockApply {
        width: 100%
    }
    #blockApplyLast {
        margin-top: 15px
    }

    section.hero.cart {
        height: 140px;
        margin-top: 60px;
        padding: 0;
    }

	h8 {
		font-size: 16px;
	}

    h6 {
        font-size: 44px
    }
    h5 {
        font-size: 16px
    }
    #sideBySideButtons {
        opacity: 0;
        display: none
    }
    #stackedButtons {
        opacity: 1;
        display: inline
    }
    /*header {
        height: 109px
    }
    header:after {
        height: 68px
    }*/
    header div.contact {
        width: 100%;
        text-align: center
    }
    div.contact a.website {
        margin-top: 14px!important;
        margin-left: 9px!important;
        margin-right: 9px!important
    }
    section.hero img.logo {
        max-width: 291px
    }
    section.hero {
        margin-top: 69px;
        height: 320px
    }
    section.hero.shop {
        height:260px;
        margin-top:69px;
    }
    h1 {
        font-size: 23px;
        margin-bottom: 16px;
        margin-top: 14px
    }
    section.hero.shop h1 {
        font-size: 40px;
        margin-top:-30px;
    }
    h2 {
	    font-size: 20px;
    }
    h2 strong {
        display: block
    }
    section.hero p {
        bottom: 80px;
        font-size: 16px
    }
    section.hero div.search input[type=text] {
        max-width: 240px
    }
    section.hero div.search span.error {
        width: 291px
    }
    section.main #ctl00_MainContentPlaceHolder_Panel_DemographicsData div.content {
        padding-left: 0;
        padding-right: 0
    }
    section.main div.frame a {
        padding-top: 16px;
        font-size: 24px
    }
    section.main div.frame a.more {
        padding-left: 35px;
        padding-right: 35px
    }
    #fundingMessage,
    #statusMessage {
        width: 300px
    }
}

@media only screen and (max-width:479px) {
    footer div.links .contact a {
        width:100%;
        float:left;
        margin:0px !important;
        padding:0px !important;
    }
    form.baseForm label {
        padding-right: 0px;
        float:left;
        width:100%;
    }
    form.baseForm label input {
        float:right;
    }
    form.baseForm label span {
        position: relative;
        clear:both;
        float:right;
        bottom:-7px;
        right:0px;
    }
    .finalSubmit {
        clear:both;
    }

    .cartBlock td.image img {
        width: 100px;
    }
    .cartBlock td.lineTotal {
        left:150px;
        top:95px;
    }
    .cartBlock td.qty {
        left:150px;
        top:45px;
    }
    .cartBlock td.cross {
        top:50px;
        left:202px;
    }
    .cartBlock td.price {
        top:51px;
        left:224px;
    }


}

@media only screen and (max-width:320px) {
    section.main div.frame a {
        font-size: 18px;
        padding-top: 7px
    }
    #moreButton {
        height: 45px
    }
}
