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 {
    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;
    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
}

html {
    box-sizing: border-box
}

*,:after,:before {
    box-sizing: inherit
}

@-moz-viewport {
    width: device-width
}

@-ms-viewport {
    width: device-width
}

@-webkit-viewport {
    width: device-width
}

@viewport {
    width: device-width
}

html {
    font-size: 14px;
    -webkit-tap-highlight-color: transparent
}

body {
    font-family: Open Sans,Helvetica Neue,Helvetica,Arial,sans-serif;
    font-size: 1rem;
    line-height: 1.5;
    color: #290502;
    background-color: #fdfff7
}

[tabindex="-1"]:focus {
    outline: none!important
}

h1,h2,h3,h4,h5,h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[data-original-title],abbr[title] {
    cursor: help;
    border-bottom: 1px dotted #ccc
}

address {
    font-style: normal;
    line-height: inherit
}

address,dl,ol,ul {
    margin-bottom: 1rem
}

dl,ol,ul {
    margin-top: 0
}

ol ol,ol ul,ul ol,ul ul {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

a {
    color: #0275d8;
    text-decoration: none
}

pre {
    margin-top: 0;
    margin-bottom: 1rem
}

figure {
    margin: 0 0 1rem
}

img {
    vertical-align: middle
}

[role=button] {
    cursor: pointer
}

[role=button],a,area,button,input,label,select,summary,textarea {
    -ms-touch-action: manipulation;
    touch-action: manipulation
}

table {
    background-color: transparent
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #ccc;
    caption-side: bottom
}

caption,th {
    text-align: left
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

button,input,select,textarea {
    margin: 0;
    line-height: inherit;
    border-radius: 0
}

textarea {
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit
}

input[type=search] {
    box-sizing: inherit;
    -webkit-appearance: none
}

output {
    display: inline-block
}

.hidden-xs-up,[hidden] {
    display: none!important
}

@media (max-width: 543px) {
    .hidden-xs-down {
        display:none!important
    }
}

@media (min-width: 544px) {
    .hidden-sm-up {
        display:none!important
    }
}

@media (max-width: 767px) {
    .hidden-sm-down {
        display:none!important
    }
}

@media (min-width: 768px) {
    .hidden-md-up {
        display:none!important
    }
}

@media (max-width: 991px) {
    .hidden-md-down {
        display:none!important
    }
}

@media (min-width: 992px) {
    .hidden-lg-up {
        display:none!important
    }
}

@media (max-width: 1059px) {
    .hidden-lg-down {
        display:none!important
    }
}

@media (min-width: 1060px) {
    .hidden-xl-up {
        display:none!important
    }
}

.hidden-xl-down {
    display: none!important
}

.wrapper {
    margin-left: auto;
    margin-right: auto;
    padding-left: .9375rem;
    padding-right: .9375rem;
    max-width: 360
}

.wrapper:after {
    content: "";
    display: table;
    clear: both
}

@media (min-width: 544px) {
    .wrapper {
        max-width:576px
    }
}

@media (min-width: 768px) {
    .wrapper {
        max-width:720px
    }
}

@media (min-width: 992px) {
    .wrapper {
        max-width:940px
    }
}

@media (min-width: 1060px) {
    .wrapper {
        max-width:1200px
    }
}

.row {
    margin-left: -.9375rem;
    margin-right: -.9375rem
}

.row:after {
    content: "";
    display: table;
    clear: both
}

.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12,.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-xl-1,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-10,.col-xl-11,.col-xl-12,.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12 {
    position: relative;
    min-height: 1px;
    padding-left: .9375rem;
    padding-right: .9375rem
}

.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12 {
    float: left
}

.col-xs-1 {
    width: 8.33333%
}

.col-xs-2 {
    width: 16.66667%
}

.col-xs-3 {
    width: 25%
}

.col-xs-4 {
    width: 33.33333%
}

.col-xs-5 {
    width: 41.66667%
}

.col-xs-6 {
    width: 50%
}

.col-xs-7 {
    width: 58.33333%
}

.col-xs-8 {
    width: 66.66667%
}

.col-xs-9 {
    width: 75%
}

.col-xs-10 {
    width: 83.33333%
}

.col-xs-11 {
    width: 91.66667%
}

.col-xs-12 {
    width: 100%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-pull-1 {
    right: 8.33333%
}

.col-xs-pull-2 {
    right: 16.66667%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-4 {
    right: 33.33333%
}

.col-xs-pull-5 {
    right: 41.66667%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-7 {
    right: 58.33333%
}

.col-xs-pull-8 {
    right: 66.66667%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-10 {
    right: 83.33333%
}

.col-xs-pull-11 {
    right: 91.66667%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-push-1 {
    left: 8.33333%
}

.col-xs-push-2 {
    left: 16.66667%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-4 {
    left: 33.33333%
}

.col-xs-push-5 {
    left: 41.66667%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-7 {
    left: 58.33333%
}

.col-xs-push-8 {
    left: 66.66667%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-10 {
    left: 83.33333%
}

.col-xs-push-11 {
    left: 91.66667%
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-offset-0 {
    margin-left: 0
}

.col-xs-offset-1 {
    margin-left: 8.33333%
}

.col-xs-offset-2 {
    margin-left: 16.66667%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-4 {
    margin-left: 33.33333%
}

.col-xs-offset-5 {
    margin-left: 41.66667%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-7 {
    margin-left: 58.33333%
}

.col-xs-offset-8 {
    margin-left: 66.66667%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-10 {
    margin-left: 83.33333%
}

.col-xs-offset-11 {
    margin-left: 91.66667%
}

.col-xs-offset-12 {
    margin-left: 100%
}

@media (min-width: 544px) {
    .col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12 {
        float:left
    }

    .col-sm-1 {
        width: 8.33333%
    }

    .col-sm-2 {
        width: 16.66667%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-4 {
        width: 33.33333%
    }

    .col-sm-5 {
        width: 41.66667%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-7 {
        width: 58.33333%
    }

    .col-sm-8 {
        width: 66.66667%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-10 {
        width: 83.33333%
    }

    .col-sm-11 {
        width: 91.66667%
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-pull-0 {
        right: auto
    }

    .col-sm-pull-1 {
        right: 8.33333%
    }

    .col-sm-pull-2 {
        right: 16.66667%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-4 {
        right: 33.33333%
    }

    .col-sm-pull-5 {
        right: 41.66667%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-7 {
        right: 58.33333%
    }

    .col-sm-pull-8 {
        right: 66.66667%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-10 {
        right: 83.33333%
    }

    .col-sm-pull-11 {
        right: 91.66667%
    }

    .col-sm-pull-12 {
        right: 100%
    }

    .col-sm-push-0 {
        left: auto
    }

    .col-sm-push-1 {
        left: 8.33333%
    }

    .col-sm-push-2 {
        left: 16.66667%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-4 {
        left: 33.33333%
    }

    .col-sm-push-5 {
        left: 41.66667%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-7 {
        left: 58.33333%
    }

    .col-sm-push-8 {
        left: 66.66667%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-10 {
        left: 83.33333%
    }

    .col-sm-push-11 {
        left: 91.66667%
    }

    .col-sm-push-12 {
        left: 100%
    }

    .col-sm-offset-0 {
        margin-left: 0
    }

    .col-sm-offset-1 {
        margin-left: 8.33333%
    }

    .col-sm-offset-2 {
        margin-left: 16.66667%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-4 {
        margin-left: 33.33333%
    }

    .col-sm-offset-5 {
        margin-left: 41.66667%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-7 {
        margin-left: 58.33333%
    }

    .col-sm-offset-8 {
        margin-left: 66.66667%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-10 {
        margin-left: 83.33333%
    }

    .col-sm-offset-11 {
        margin-left: 91.66667%
    }

    .col-sm-offset-12 {
        margin-left: 100%
    }
}

@media (min-width: 768px) {
    .col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12 {
        float:left
    }

    .col-md-1 {
        width: 8.33333%
    }

    .col-md-2 {
        width: 16.66667%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-4 {
        width: 33.33333%
    }

    .col-md-5 {
        width: 41.66667%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-7 {
        width: 58.33333%
    }

    .col-md-8 {
        width: 66.66667%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-10 {
        width: 83.33333%
    }

    .col-md-11 {
        width: 91.66667%
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-pull-0 {
        right: auto
    }

    .col-md-pull-1 {
        right: 8.33333%
    }

    .col-md-pull-2 {
        right: 16.66667%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-4 {
        right: 33.33333%
    }

    .col-md-pull-5 {
        right: 41.66667%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-7 {
        right: 58.33333%
    }

    .col-md-pull-8 {
        right: 66.66667%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-10 {
        right: 83.33333%
    }

    .col-md-pull-11 {
        right: 91.66667%
    }

    .col-md-pull-12 {
        right: 100%
    }

    .col-md-push-0 {
        left: auto
    }

    .col-md-push-1 {
        left: 8.33333%
    }

    .col-md-push-2 {
        left: 16.66667%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-4 {
        left: 33.33333%
    }

    .col-md-push-5 {
        left: 41.66667%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-7 {
        left: 58.33333%
    }

    .col-md-push-8 {
        left: 66.66667%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-10 {
        left: 83.33333%
    }

    .col-md-push-11 {
        left: 91.66667%
    }

    .col-md-push-12 {
        left: 100%
    }

    .col-md-offset-0 {
        margin-left: 0
    }

    .col-md-offset-1 {
        margin-left: 8.33333%
    }

    .col-md-offset-2 {
        margin-left: 16.66667%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-4 {
        margin-left: 33.33333%
    }

    .col-md-offset-5 {
        margin-left: 41.66667%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-7 {
        margin-left: 58.33333%
    }

    .col-md-offset-8 {
        margin-left: 66.66667%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-10 {
        margin-left: 83.33333%
    }

    .col-md-offset-11 {
        margin-left: 91.66667%
    }

    .col-md-offset-12 {
        margin-left: 100%
    }
}

@media (min-width: 992px) {
    .col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12 {
        float:left
    }

    .col-lg-1 {
        width: 8.33333%
    }

    .col-lg-2 {
        width: 16.66667%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-4 {
        width: 33.33333%
    }

    .col-lg-5 {
        width: 41.66667%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-7 {
        width: 58.33333%
    }

    .col-lg-8 {
        width: 66.66667%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-10 {
        width: 83.33333%
    }

    .col-lg-11 {
        width: 91.66667%
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-pull-0 {
        right: auto
    }

    .col-lg-pull-1 {
        right: 8.33333%
    }

    .col-lg-pull-2 {
        right: 16.66667%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-4 {
        right: 33.33333%
    }

    .col-lg-pull-5 {
        right: 41.66667%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-7 {
        right: 58.33333%
    }

    .col-lg-pull-8 {
        right: 66.66667%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-10 {
        right: 83.33333%
    }

    .col-lg-pull-11 {
        right: 91.66667%
    }

    .col-lg-pull-12 {
        right: 100%
    }

    .col-lg-push-0 {
        left: auto
    }

    .col-lg-push-1 {
        left: 8.33333%
    }

    .col-lg-push-2 {
        left: 16.66667%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-push-4 {
        left: 33.33333%
    }

    .col-lg-push-5 {
        left: 41.66667%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-push-7 {
        left: 58.33333%
    }

    .col-lg-push-8 {
        left: 66.66667%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-push-10 {
        left: 83.33333%
    }

    .col-lg-push-11 {
        left: 91.66667%
    }

    .col-lg-push-12 {
        left: 100%
    }

    .col-lg-offset-0 {
        margin-left: 0
    }

    .col-lg-offset-1 {
        margin-left: 8.33333%
    }

    .col-lg-offset-2 {
        margin-left: 16.66667%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-4 {
        margin-left: 33.33333%
    }

    .col-lg-offset-5 {
        margin-left: 41.66667%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-7 {
        margin-left: 58.33333%
    }

    .col-lg-offset-8 {
        margin-left: 66.66667%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-10 {
        margin-left: 83.33333%
    }

    .col-lg-offset-11 {
        margin-left: 91.66667%
    }

    .col-lg-offset-12 {
        margin-left: 100%
    }
}

@media (min-width: 1060px) {
    .col-xl-1,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-10,.col-xl-11,.col-xl-12 {
        float:left
    }

    .col-xl-1 {
        width: 8.33333%
    }

    .col-xl-2 {
        width: 16.66667%
    }

    .col-xl-3 {
        width: 25%
    }

    .col-xl-4 {
        width: 33.33333%
    }

    .col-xl-5 {
        width: 41.66667%
    }

    .col-xl-6 {
        width: 50%
    }

    .col-xl-7 {
        width: 58.33333%
    }

    .col-xl-8 {
        width: 66.66667%
    }

    .col-xl-9 {
        width: 75%
    }

    .col-xl-10 {
        width: 83.33333%
    }

    .col-xl-11 {
        width: 91.66667%
    }

    .col-xl-12 {
        width: 100%
    }

    .col-xl-pull-0 {
        right: auto
    }

    .col-xl-pull-1 {
        right: 8.33333%
    }

    .col-xl-pull-2 {
        right: 16.66667%
    }

    .col-xl-pull-3 {
        right: 25%
    }

    .col-xl-pull-4 {
        right: 33.33333%
    }

    .col-xl-pull-5 {
        right: 41.66667%
    }

    .col-xl-pull-6 {
        right: 50%
    }

    .col-xl-pull-7 {
        right: 58.33333%
    }

    .col-xl-pull-8 {
        right: 66.66667%
    }

    .col-xl-pull-9 {
        right: 75%
    }

    .col-xl-pull-10 {
        right: 83.33333%
    }

    .col-xl-pull-11 {
        right: 91.66667%
    }

    .col-xl-pull-12 {
        right: 100%
    }

    .col-xl-push-0 {
        left: auto
    }

    .col-xl-push-1 {
        left: 8.33333%
    }

    .col-xl-push-2 {
        left: 16.66667%
    }

    .col-xl-push-3 {
        left: 25%
    }

    .col-xl-push-4 {
        left: 33.33333%
    }

    .col-xl-push-5 {
        left: 41.66667%
    }

    .col-xl-push-6 {
        left: 50%
    }

    .col-xl-push-7 {
        left: 58.33333%
    }

    .col-xl-push-8 {
        left: 66.66667%
    }

    .col-xl-push-9 {
        left: 75%
    }

    .col-xl-push-10 {
        left: 83.33333%
    }

    .col-xl-push-11 {
        left: 91.66667%
    }

    .col-xl-push-12 {
        left: 100%
    }

    .col-xl-offset-0 {
        margin-left: 0
    }

    .col-xl-offset-1 {
        margin-left: 8.33333%
    }

    .col-xl-offset-2 {
        margin-left: 16.66667%
    }

    .col-xl-offset-3 {
        margin-left: 25%
    }

    .col-xl-offset-4 {
        margin-left: 33.33333%
    }

    .col-xl-offset-5 {
        margin-left: 41.66667%
    }

    .col-xl-offset-6 {
        margin-left: 50%
    }

    .col-xl-offset-7 {
        margin-left: 58.33333%
    }

    .col-xl-offset-8 {
        margin-left: 66.66667%
    }

    .col-xl-offset-9 {
        margin-left: 75%
    }

    .col-xl-offset-10 {
        margin-left: 83.33333%
    }

    .col-xl-offset-11 {
        margin-left: 91.66667%
    }

    .col-xl-offset-12 {
        margin-left: 100%
    }
}

ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.clear-fix:after {
    content: "";
    display: table;
    clear: both
}

.col-xs-15 {
    width: 20%
}

.col-lg-15,.col-md-15,.col-sm-15,.col-xs-15 {
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px
}

body {
    background: #fdfff7
}

a {
    color: #290502
}

a:hover {
    color: #00af01
}

a:hover img {
    -webkit-filter: saturate(1.5);
    filter: saturate(1.5)
}

p {
    margin-bottom: 1.5rem
}

p:last-child {
    margin-bottom: 0
}

img {
    max-width: 100%;
    height: auto
}

h1,h2,h3,h4,h5 {
    margin: 0;
    padding: 0
}

h1 {
    font-size: 2.25rem;
    line-height: 1.333333;
    font-weight: 600;
    margin-bottom: 1.5rem
}

h2 {
    color: #00af01;
    margin-bottom: 3rem;
    font-size: 1.875rem;
    font-weight: 700;
    line-height: .8;
    text-transform: uppercase;
    position: relative
}

h2:after,h2:before {
    content: '';
    height: 3px;
    position: absolute;
    left: 0;
    bottom: -.75rem;
    margin-bottom: -1.5px
}

h2:before {
    background: #ccc;
    width: 100%
}

h2:after {
    background: #00af01;
    width: 4.5rem
}

h3 {
    font-size: 1.125rem;
    line-height: 1.333333
}

h3,h4 {
    font-weight: 700
}

h4 {
    font-size: 1rem;
    line-height: 1.5;
    text-transform: uppercase
}

h5 {
    font-size: .875rem;
    font-weight: 700;
    line-height: 1.714285
}

input,textarea {
    border: 2px solid #f2f2f2;
    width: 100%
}

input {
    height: 3rem;
    line-height: 3rem;
    padding: 0 1rem;
    color: #646464;
    font-size: 1rem
}

textarea {
    height: 7rem;
    line-height: 1.5rem;
    padding: .75rem 1rem
}

a.btn,button,input[type=submit] {
    background: #ff8400;
    color: #fff;
    border: none;
    width: 16.875rem;
    max-width: 100%;
    height: 3rem;
    display: inline-block;
    font-size: 1.125rem;
    font-weight: 700;
    padding: 0;
    text-transform: uppercase;
    text-shadow: 0 1px 0 rgba(145,61,0,.6);
    box-shadow: 0 3px 0 0 #913d00
}

a.btn:hover,button:hover,input[type=submit]:hover {
    background: #af5600
}

a.btn.small,button.small,input[type=submit].small {
    height: 2.125rem;
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: 600;
    box-shadow: none
}

a.btn.brown,button.brown,input[type=submit].brown {
    background: #af5600;
    box-shadow: 0 3px 0 0 #442100
}

a.btn.brown:hover,button.brown:hover,input[type=submit].brown:hover {
    background: #7c3c00
}

.catalog-products-small input.form-submit,.catalog-products input.form-submit,.view-commerce-cart-form .cart-item input.form-submit {
    height: 2.125rem;
    line-height: 2.125rem;
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: 600;
    box-shadow: none
}

a.btn {
    line-height: 2.75rem;
    text-decoration: none
}

a.btn.small {
    line-height: 2.125rem
}

.btn-wrapper {
    text-align: center
}

.form-item {
    width: 100%;
    margin-bottom: 1px
}

.form-submit,.form-submit button {
    width: 100%
}

.semibold {
    font-weight: 600
}

div.messages {
    max-width: 1200px;
    margin: 0 auto 1.5rem
}

div.messages .placeholder {
    font-style: normal;
    font-weight: 700
}

div.messages a {
    font-weight: 700;
    text-decoration: underline
}

.item-list ul,ul.menu {
    margin: 0
}

.item-list ul li,ul.menu li {
    margin: 0;
    list-style: none
}

.block {
    margin-bottom: 1.5rem
}

.region-left-column h3 {
    position: relative;
    margin-bottom: 2.25rem
}

.region-left-column h3:after,.region-left-column h3:before {
    content: '';
    height: 3px;
    position: absolute;
    left: 0;
    bottom: -.75rem;
    margin-bottom: -1.5px
}

.region-left-column h3:before {
    background: #ccc;
    width: 100%
}

.region-left-column h3:after {
    background: #00af01;
    width: 4.5rem
}

.breadcrumbs {
    font-size: .875rem;
    line-height: 1.714285
}

.breadcrumbs li {
    display: inline-block;
    padding-right: 1.5rem;
    position: relative
}

.breadcrumbs li:after {
    content: '';
    width: 0;
    height: 0;
    border-top: 3px solid transparent;
    border-left: 5px solid #290502;
    border-bottom: 3px solid transparent;
    position: absolute;
    top: 50%;
    right: .5rem;
    margin-top: -3px
}

.breadcrumbs li:last-child:after {
    content: none
}

.view-catalog-with-filtering .view-filters {
    margin-top: -.75rem
}

.view-catalog-with-filtering .views-exposed-form .views-exposed-widget {
    float: none;
    padding: 0
}

.view-catalog-with-filtering .views-exposed-form .views-exposed-widget div {
    width: auto;
    display: inline-block
}

.view-catalog-with-filtering .views-exposed-form .views-exposed-widget .form-type-bef-link {
    padding-left: .5rem
}

.view-catalog-with-filtering .views-exposed-form .views-exposed-widget a.active {
    color: #00af01
}

section.mobile-menu {
    position: fixed;
    background: hsla(0,0%,100%,.5);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3;
    font-size: 1.125rem;
    line-height: 2;
    padding: 0;
    width: 100%
}

section.mobile-menu.hidden {
    left: -100%
}

section.mobile-menu .background,section.mobile-menu a.close-overlay {
    float: left;
    height: 100%
}

section.mobile-menu .background {
    background: #55595c;
    width: 90%;
    padding: 2rem;
    color: #fff;
    overflow: auto
}

section.mobile-menu .background a {
    color: #fff
}

section.mobile-menu a.close-overlay {
    width: 10%;
    display: block
}

section.mobile-menu .sub-navigation {
    display: none;
    padding-left: 1.5rem;
    text-transform: none;
    margin-top: .125rem
}

section.mobile-menu .sub-navigation.show {
    display: block
}

section.navigation {
    background: #fff;
    border-bottom: 3px solid #f5e0b2
}

section.navigation .block {
    margin-bottom: 0
}

section.navigation .btn-wrapper {
    text-align: right
}

.toggle-mobile-menu.iconed {
    background: url(/sites/all/themes/grandbud/img/icon-menu.png) left 50% no-repeat;
    background-size: contain;
    color: #00af01;
    display: block;
    width: 1.625rem;
    height: 1.5rem;
    font-weight: 600;
    text-transform: uppercase;
    padding-left: 2.25rem;
    margin: .75rem 0
}

.main-menu {
    font-size: .875rem;
    line-height: 2.142857;
    text-align: right;
    margin: .5625rem 0
}

.main-menu li {
    display: inline-block
}

.main-menu li:first-child a {
    border: none
}

.main-menu li:last-child a {
    padding-right: 0
}

.main-menu a {
    display: block;
    border-left: 1px solid #f5e0b2;
    padding: 0 .75rem
}

.phones a {
    display: block;
    padding-left: 1.25rem;
    background: transparent left 50% no-repeat
}

.phones .operator-kiev {
    background-image: url(/sites/all/themes/grandbud/img/operator-kiev.png)
}

.phones .operator-kievstar {
    background-image: url(/sites/all/themes/grandbud/img/operator-kievstar.png)
}

.phones .operator-lifecell {
    background-image: url(/sites/all/themes/grandbud/img/operator-lifecell.png)
}

.phones .operator-vodafone {
    background-image: url(/sites/all/themes/grandbud/img/operator-vodafone.png)
}

section.header {
    padding: .5rem 0
}

section.header .block {
    margin-bottom: 0
}

section.header .logo {
    text-align: center;
    margin: .5625rem 0
}

section.header .phones {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    font-weight: 700
}

section.header .phones a {
    display: block;
    padding-left: 1.25rem;
    background: transparent left 50% no-repeat
}

section.header .phones .operator-kiev {
    background-image: url(/sites/all/themes/grandbud/img/operator-kiev.png)
}

section.header .phones .operator-kievstar {
    background-image: url(/sites/all/themes/grandbud/img/operator-kievstar.png)
}

section.header .phones .operator-lifecell {
    background-image: url(/sites/all/themes/grandbud/img/operator-lifecell.png)
}

section.header .phones .operator-vodafone {
    background-image: url(/sites/all/themes/grandbud/img/operator-vodafone.png)
}

#views-exposed-form-site-search-page {
    margin: .5625rem 0
}

#views-exposed-form-site-search-page .views-exposed-widgets {
    position: relative;
    margin: 0
}

#views-exposed-form-site-search-page .views-exposed-widget {
    float: none;
    padding: 0
}

#views-exposed-form-site-search-page .form-submit,#views-exposed-form-site-search-page .form-text {
    background: transparent 50% no-repeat
}

#views-exposed-form-site-search-page .form-submit:focus,#views-exposed-form-site-search-page .form-text:focus {
    outline: none
}

#views-exposed-form-site-search-page .form-text {
    border: 2px solid #f2f2f2;
    border-bottom-color: #00af01
}

#views-exposed-form-site-search-page .form-text:focus {
    border-color: #00af01
}

#views-exposed-form-site-search-page .form-submit {
    background-image: url(/sites/all/themes/grandbud/img/icon-search.png);
    width: 3rem;
    box-shadow: none;
    margin-top: 0;
    position: absolute;
    right: 0;
    top: 0
}

.mini-cart {
    background: #fff;
    border-radius: .375rem;
    font-size: .9375rem;
    line-height: 1.2;
    margin: .5625rem 0;
    position: absolute;
    right: 0
}

.mini-cart:hover {
    background: #00af01
}

.mini-cart:hover a {
    color: #fff
}

.mini-cart a {
    width: 3rem;
    height: 3rem;
    display: block;
    position: relative
}

.mini-cart a:after {
    content: '';
    background: #00af01 url(/sites/all/themes/grandbud/img/icon-cart.png) 50% no-repeat;
    width: 3rem;
    height: 3rem;
    border-radius: .375rem;
    position: absolute
}

.mini-cart span.cart-info {
    display: none;
    width: 100%;
    height: 2.75rem
}

.mini-cart span.cart-content {
    display: table-cell;
    vertical-align: middle
}

.mini-cart .cart-items,.mini-cart .cart-price {
    display: block;
    font-weight: 700
}

.mini-cart .cart-items span,.mini-cart .cart-price span {
    font-weight: 400
}

section.catalog-navigation {
    background: #00af01;
    color: #fff;
    font-size: .875rem;
    line-height: 1.428571;
    font-weight: 600;
    margin-bottom: 1.5rem
}

section.catalog-navigation.opened h4 {
    border-bottom: 1px solid #fff
}

section.catalog-navigation.opened ul {
    display: block
}

section.catalog-navigation a {
    color: #fff
}

section.catalog-navigation .block {
    margin-bottom: 0
}

section.catalog-navigation h4 {
    padding: .625em .5rem
}

section.catalog-navigation h4 span {
    font-size: 1rem;
    text-transform: none;
    float: right;
    font-weight: 400
}

ul.catalog-menu {
    display: none;
    padding: .625em 0
}

ul.catalog-menu li {
    list-style: disc inside
}

ul.catalog-menu a {
    display: block;
    padding: .625em .5rem;
    position: relative
}

ul.catalog-menu a:after {
    content: '';
    background: #fff;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 100%
}

ul.catalog-menu a:hover:after {
    right: 0
}

.header-slider {
    background: #55595c;
    color: #fff;
    position: relative;
    border-radius: .375rem;
    overflow: hidden
}

.header-slider a {
    color: #fff
}

.header-slider .slide-item {
    position: relative
}

.header-slider .slide-info {
    top: 0;
    left: 0;
    text-transform: uppercase;
    line-height: 1.333333;
    padding: 1.5rem
}

.header-slider .slide-title {
    font-size: 2.25rem;
    font-weight: 700;
    margin-bottom: .75rem
}

.header-slider .slide-text {
    font-size: 1.125rem
}

.header-slider .owl-controls {
    position: relative;
    height: 2.125rem;
    margin-bottom: 1.5rem
}

.header-slider .owl-nav {
    width: 100%;
    height: 2.125rem;
    position: relative
}

.header-slider .owl-next,.header-slider .owl-prev {
    background: transparent 50% no-repeat;
    background-size: contain;
    width: 2.125rem;
    height: 2.125rem;
    position: absolute;
    z-index: 2
}

.header-slider .owl-prev {
    background-image: url(/sites/all/themes/grandbud/img/arrow-left.png);
    left: 1.5rem
}

.header-slider .owl-next {
    background-image: url(/sites/all/themes/grandbud/img/arrow-right.png);
    right: 1.5rem
}

.header-slider .owl-dots {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: .3125rem;
    z-index: 1
}

.header-slider .owl-dot {
    background: transparent;
    width: .625rem;
    height: .625rem;
    display: inline-block;
    border-radius: 100%;
    margin: 0 .375rem;
    box-shadow: 0 0 0 2px #fff
}

.header-slider .owl-dot.active {
    background: #fff;
    box-shadow: none
}

.advantages .advantages-item {
    margin: .75rem 0
}

.advantages .image-wrapper {
    float: left;
    padding-right: 1.75rem
}

.advantages .image {
    width: 4.5rem;
    height: 4.5rem;
    border: 3px solid #00af01;
    border-radius: 100%;
    position: relative
}

.advantages img {
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.advantages .info {
    margin-left: 6.25rem;
    font-weight: 600
}

.advantages .title {
    color: #00af01;
    font-size: 1.125rem;
    line-height: 1.333333;
    margin-bottom: .375rem
}

.advantages .description {
    font-size: .875rem;
    line-height: 1.142857
}

.extra-info {
    text-align: center
}

.extra-info img {
    border: 1px solid #fff;
    box-shadow: 0 0 0 3px #ccc;
    margin-bottom: 1.5rem
}

.catalog-categories {
    text-align: center
}

.catalog-categories .catalog-category-item {
    margin: 0 auto 1.5rem;
    position: relative;
    width: 270px;
    height: 286px
}

.catalog-categories .item-content-wrapper {
    background: #fff;
    border: 1px solid #ccc
}

.catalog-categories .item-content-wrapper:hover {
    box-shadow: 0 0 10px 0 rgba(0,0,0,.35);
    position: absolute;
    z-index: 2
}

.catalog-categories .item-content-wrapper:hover .subitems {
    display: block
}

.catalog-categories h4 {
    line-height: 1.125;
    border-top: 1px solid #ccc;
    height: 4.375rem;
    display: table;
    width: 90%;
    margin: 0 5%
}

.catalog-categories h4 a {
    display: table-cell;
    vertical-align: middle
}

.catalog-categories .subitems {
    background: #fff;
    border: 1px solid #ccc;
    border-top: none;
    width: 100%;
    text-align: left;
    font-size: .875rem;
    padding-bottom: 1.5rem;
    margin: -1px;
    z-index: 2;
    box-sizing: content-box;
    display: none
}

.catalog-categories .subitems ul {
    padding: 0 10%
}

.brands {
    text-align: center
}

.brands .brand-item {
    margin-bottom: 1.5rem
}

.brands .brand-item img {
    border: 1px solid #ccc
}

.block-facetapi {
    margin-bottom: 1.5rem
}

.block-facetapi .filter-title {
    background: transparent url(/sites/all/themes/grandbud/img/icon-toggle-open.png) left 50% no-repeat;
    font-weight: 600;
    padding-left: 2rem;
    margin-bottom: .75rem
}

.block-facetapi .filter-title.closed {
    background-image: url(/sites/all/themes/grandbud/img/icon-toggle-close.png)
}

.block-facetapi .item-list {
    font-size: .875rem;
    line-height: 1.714285
}

.block-facetapi .item-list a {
    background: transparent url(/sites/all/themes/grandbud/img/icon-unactive.png) 3px 50% no-repeat;
    padding-left: 2rem
}

.block-facetapi .item-list a.facetapi-active {
    background-image: url(/sites/all/themes/grandbud/img/icon-active.png);
    color: #00af01;
    font-weight: 700
}

.catalog-products .catalog-categories .image {
    border: none;
    margin: 0
}

.catalog-products .catalog-product-item {
    max-width: 270px;
    margin: 0 auto 1.5rem
}

.catalog-products .image {
    border: 1px solid #ccc;
    margin-bottom: .75rem
}

.catalog-products .image img {
    width: 100%
}

.catalog-products .title {
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: .25rem
}

.catalog-products .order-button-wrapper,.catalog-products .price-wrapper {
    width: 50%;
    float: left
}

.catalog-products .price-data {
    height: 3rem;
    display: table-cell;
    vertical-align: middle
}

.catalog-products .price {
    color: #00af01;
    font-size: 1.375rem;
    line-height: 1.090909
}

.catalog-products .price span {
    font-size: 1rem
}

.catalog-products .price-bulk {
    color: red;
    font-size: .875rem
}

.catalog-products .preorder {
    text-align: left;
    font-size: .875rem;
    font-weight: 600;
    margin: 0
}

.catalog-products .order-button-wrapper {
    margin: .4375rem auto
}

.catalog-products-small .catalog-product-small-item {
    max-width: 270px;
    margin: 0 auto 1.5rem
}

.catalog-products-small .image {
    border: 1px solid #ccc;
    margin-bottom: .75rem
}

.catalog-products-small .image img {
    width: 100%;
    vertical-align: bottom
}

.catalog-products-small .title {
    font-size: .875rem;
    font-weight: 700;
    line-height: 1.428571;
    margin-bottom: .25rem
}

.catalog-products-small .order-button-wrapper,.catalog-products-small .price-wrapper {
    width: 50%;
    float: left
}

.catalog-products-small .price-data {
    height: 3rem;
    display: table-cell;
    vertical-align: middle
}

.catalog-products-small .price {
    color: #00af01;
    font-size: 1.125rem;
    line-height: 1.333333
}

.catalog-products-small .price span {
    font-size: .8125rem
}

.catalog-products-small .price-bulk {
    color: red
}

.catalog-products-small .preorder,.catalog-products-small .price-bulk {
    font-size: .8125rem;
    text-align: left
}

.catalog-products-small .preorder {
    margin-bottom: 0
}

.catalog-products-small .order-button-wrapper {
    margin: .4375rem auto
}

.catalog-products-small .owl-next,.catalog-products-small .owl-prev {
    width: 3rem;
    height: 100%;
    position: absolute;
    top: 0
}

.catalog-products-small .owl-next:after,.catalog-products-small .owl-prev:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute
}

.catalog-products-small .owl-prev {
    left: 0;
    background: linear-gradient(90deg,#fdfff7 0,#fdfff7 50%,rgba(253,255,247,0))
}

.catalog-products-small .owl-prev:after {
    background: url(/sites/all/themes/grandbud/img/arrow-left-green.png) 25% 25% no-repeat
}

.catalog-products-small .owl-next {
    right: 0;
    background: linear-gradient(270deg,#fdfff7 0,#fdfff7 50%,rgba(253,255,247,0))
}

.catalog-products-small .owl-next:after {
    background: url(/sites/all/themes/grandbud/img/arrow-right-green.png) 75% 25% no-repeat
}

section.footer {
    background: #290502;
    color: #fff;
    padding: 1.5rem 0;
    font-size: .875rem;
    line-height: 1.714285
}

section.footer a {
    color: #fff
}

section.footer h3 {
    margin-bottom: 1.5rem;
    position: relative
}

section.footer h3:after {
    content: '';
    background: #fff;
    width: 4.5rem;
    height: 3px;
    position: absolute;
    bottom: -.75rem;
    left: 0
}

.node .btn-wrapper {
    margin-bottom: 1.5rem
}

.product-title-image {
    border: 1px solid #ccc;
    max-width: 502px;
    margin: 0 auto 1.5rem
}

.product-title-image img {
    width: 100%
}

.product-price {
    color: #00af01;
    font-size: 2.25rem;
    text-align: center
}

.product-price span {
    font-size: 1rem
}

.preorder,.product-price-bulk {
    color: red;
    text-align: center;
    margin-bottom: .5rem
}

.preorder {
    font-weight: 700
}

.info-block {
    background: transparent url(/sites/all/themes/grandbud/img/info-block.png) 0 0 no-repeat;
    min-height: 4.5rem;
    font-size: .875rem;
    line-height: 1.714285;
    padding-top: .75rem;
    padding-left: 1.25rem;
    margin-bottom: 1.5rem
}

.info-block .title {
    font-weight: 700;
    line-height: 1.333333
}

.info-block .description p {
    margin-bottom: 0
}

.product-description,.product-parameters {
    margin-bottom: 1.5rem
}

.product-description h3,.product-parameters h3 {
    position: relative;
    margin-bottom: 1.5rem
}

.product-description h3:after,.product-description h3:before,.product-parameters h3:after,.product-parameters h3:before {
    content: '';
    height: 2px;
    position: absolute;
    left: 0;
    bottom: -.75rem;
    margin-bottom: -1px
}

.product-description h3:before,.product-parameters h3:before {
    background: #ccc;
    width: 100%
}

.product-description h3:after,.product-parameters h3:after {
    background: #00af01;
    width: 4.5rem
}

.product-description .double-field-first,.product-parameters .double-field-first {
    font-weight: 600
}

.view-commerce-cart-form .cart-item,.view-commerce-cart-form .commerce-line-item-actions,.view-commerce-cart-form .line-item-summary {
    margin-bottom: 1.5rem
}

.view-commerce-cart-form .cart-item {
    border-bottom: 1px solid #ccc;
    padding-bottom: 1.5rem
}

.view-commerce-cart-form .image {
    text-align: center;
    margin-bottom: .75rem
}

.view-commerce-cart-form .image img {
    border: 1px solid #ccc
}

.view-commerce-cart-form .title {
    font-size: 1.125rem;
    line-height: 1.333333;
    font-weight: 700;
    margin-bottom: .75rem;
    text-align: center
}

.view-commerce-cart-form .item-price,.view-commerce-cart-form .item-total,.view-commerce-cart-form .line-item-summary {
    font-size: 1.25rem;
    line-height: 1.2;
    margin: .75rem 0
}

.view-commerce-cart-form .item-counter span,.view-commerce-cart-form .item-price span,.view-commerce-cart-form .item-total span {
    font-size: 1rem;
    font-weight: 400;
    min-width: 7rem;
    display: inline-block
}

.view-commerce-cart-form .item-counter>div {
    display: inline
}

.view-commerce-cart-form .item-counter input.form-text {
    width: 3rem;
    margin-right: 1.5rem;
    text-align: center;
    padding: 0
}

.view-commerce-cart-form .item-counter input.form-submit {
    max-width: 8rem
}

.view-commerce-cart-form .item-total {
    font-weight: 700
}

.view-commerce-cart-form .commerce-line-item-actions,.view-commerce-cart-form .line-item-summary {
    text-align: center
}

.view-commerce-cart-form .line-item-summary {
    margin-top: 0;
    font-weight: 700
}

.view-commerce-cart-form .commerce-line-item-actions input {
    display: block;
    margin: 0 auto .75rem
}

#commerce-checkout-form-checkout .checkout-buttons {
    margin-top: 1.5rem
}

#commerce-checkout-form-checkout .checkout-buttons input {
    display: block;
    margin: 0 auto .75rem
}

#commerce-checkout-form-checkout .checkout-buttons .button-operator {
    display: none
}

#commerce-checkout-form-checkout .checkout-buttons .checkout-cancel {
    width: auto;
    padding: 0 1.5rem;
    box-shadow: none;
    text-shadow: none
}

.news-item {
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
    border-bottom: 1px solid #ccc
}

.news-item .date {
    color: #ccc;
    margin-bottom: .75rem
}

.news-item .date,.news-item .news-content {
    font-size: .875rem;
    line-height: 1.714285
}

.news-item .news-content p {
    margin-bottom: .75rem
}

section.copyright {
    padding: 1rem 0;
    text-align: center
}

.form-item:last-child {
    margin-bottom: 0
}

.form-item {
    position: relative
}

span.error {
    display: inline-block;
    background: red;
    color: #fff;
    font-size: .75em;
    border-radius: 5px;
    padding: 1px 8px;
    max-width: 384px;
    margin-top: 5px;
    position: absolute;
    left: 0;
    top: 36px;
    z-index: 3;
    text-align: left
}

.textarea span.error {
    bottom: -7px;
    top: auto
}

body.iOS .remodal {
    vertical-align: top
}

body.iOS .remodal .form-title {
    font-size: 1.5em
}

body.iOS .remodal .form input {
    font-size: 16px;
    height: 3rem
}

body.iOS .absolute {
    position: absolute
}

.remodal {
    font-size: 1em
}

.remodal input,.remodal textarea {
    border: 1px solid #ccc
}

.remodal input[type=submit] {
    border: none;
    font-size: 1rem
}

.remodal .form {
    background: none;
    border-radius: none;
    width: 340px;
    max-width: 100%;
    margin: 0 auto;
    border: none;
    text-align: left;
    padding: 0
}

.remodal .form-item {
    margin-bottom: .75rem
}

.remodal .form-item,.remodal .form-submit {
    width: 100%
}

.remodal label {
    font-size: .778em
}

.remodal .form-title {
    font-size: 2em;
    line-height: 1;
    font-weight: 700;
    margin-bottom: .5em
}

.remodal .form-subtitle {
    margin-bottom: .75em
}

.remodal .phones {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.5
}

.remodal .phones a {
    display: inline-block;
    padding-left: 1.5rem
}

.remodal-close:hover {
    text-decoration: none
}

.remodal-cancel {
    background: none;
    border: none;
    text-align: center;
    width: 100%;
    margin-bottom: 0;
    padding-bottom: 0
}

.remodal-cancel:hover {
    background: none;
    color: #c0392b
}

.animated {
    visibility: hidden
}

.visible {
    visibility: visible
}

a {
    transition: color .3s
}

a img {
    transition: -webkit-filter .3s;
    transition: filter .3s;
    transition: filter .3s,-webkit-filter .3s
}

a.btn,button,input[type=submit] {
    transition: background .3s
}

section.mobile-menu {
    transition: left .5s
}

#views-exposed-form-site-search-page .form-text {
    transition: border .3s
}

.mini-cart {
    transition: background .3s
}

ul.catalog-menu a:after {
    transition: right .35s
}

@media (min-width: 460px) {
    html {
        font-size:16px
    }
}

@media (min-width: 544px) {
    .col-sm-15 {
        width:20%
    }

    .mini-cart {
        border: 2px solid #00af01;
        position: initial
    }

    .mini-cart a {
        width: auto;
        height: auto;
        padding-left: .625rem;
        padding-right: 3rem
    }

    .mini-cart a:after {
        border-radius: 0 .375rem .375rem 0;
        top: -2px;
        right: -2px
    }

    .mini-cart span.cart-info {
        display: table
    }

    section.mobile-menu .background {
        width: 60%
    }

    section.mobile-menu a.close-overlay {
        width: 40%
    }
}

@media (min-width: 550px) {
    section.header .phones {
        -webkit-column-count:3;
        -moz-column-count: 3;
        column-count: 3
    }
}

@media (min-width: 768px) {
    .col-md-15 {
        width:20%
    }

    section.header .logo {
        text-align: left
    }

    section.header .phones {
        line-height: 1.333333;
        margin-top: .625rem;
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2
    }

    section.header .phones a {
        display: block
    }

    .mini-cart .cart-items,.mini-cart .cart-price {
        display: inline-block
    }

    ul.catalog-menu {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2
    }

    .view-commerce-cart-form .image {
        float: left;
        text-align: left;
        margin-bottom: 0
    }

    .view-commerce-cart-form .item-info {
        margin-left: 290px
    }

    .view-commerce-cart-form .title {
        text-align: left
    }

    .view-commerce-cart-form .commerce-line-item-actions,.view-commerce-cart-form .line-item-summary {
        text-align: right
    }

    .view-commerce-cart-form .line-item-summary {
        margin-top: 0
    }

    .view-commerce-cart-form .commerce-line-item-actions input {
        display: inline-block;
        margin: 0
    }

    .view-commerce-cart-form .commerce-line-item-actions input#edit-submit {
        margin-right: .75rem
    }

    #commerce-checkout-form-checkout .checkout-buttons {
        text-align: right
    }

    #commerce-checkout-form-checkout .checkout-buttons input {
        display: inline-block
    }
}

@media (min-width: 992px) {
    .col-lg-15 {
        width:20%
    }

    section.header .logo {
        margin-top: .65625rem
    }

    section.header .phones {
        line-height: 1.2;
        margin-top: 0;
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1
    }

    .product-price {
        margin-top: 1.5rem
    }
}

@media (min-width: 1060px) {
    .col-xl-15 {
        width:20%
    }

    section.header .phones {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1
    }

    .mini-cart .cart-items,.mini-cart .cart-price {
        display: inline-block
    }

    .header-slider .slide-info {
        background: rgba(99,99,99,.65);
        width: 25rem;
        height: 100%;
        position: absolute;
        padding: 3rem;
        border-radius: 0 2rem 2rem 0/0 50% 50% 0
    }

    .header-slider .owl-controls {
        height: auto;
        margin-bottom: 0
    }

    .header-slider .owl-nav {
        width: 18rem;
        position: absolute;
        left: 3rem;
        bottom: 2.25rem
    }

    .header-slider .owl-prev {
        left: 0
    }

    .header-slider .owl-next {
        right: 0
    }

    .header-slider .owl-dots {
        width: 18rem;
        left: 3rem;
        bottom: 2.5625rem
    }

    .catalog-products-small .col-xl-15:nth-child(6) {
        display: none
    }

    .view-commerce-cart-form .item-counter span,.view-commerce-cart-form .item-price span,.view-commerce-cart-form .item-total span {
        min-width: 0;
        margin-right: .75rem
    }

    .view-commerce-cart-form .item-price {
        float: left;
        width: 30%
    }

    .view-commerce-cart-form .item-counter {
        float: left;
        width: 40%
    }

    .view-commerce-cart-form .item-counter span {
        display: none
    }

    .view-commerce-cart-form .item-total {
        float: right;
        text-align: right;
        width: 30%
    }
}

@media (min-width: 1200px) {
    section.catalog-navigation {
        text-align:center
    }

    section.catalog-navigation h4 {
        display: none
    }

    section.header .phones {
        line-height: 1.333333;
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        font-size: .875rem;
        line-height: 1.5
    }

    ul.catalog-menu {
        -webkit-column-count: initial;
        -moz-column-count: initial;
        column-count: initial;
        padding: 0;
        display: block
    }

    ul.catalog-menu li {
        list-style: none;
        display: inline-block;
        border-left: 1px solid hsla(0,0%,100%,.35)
    }

    ul.catalog-menu li:last-child {
        border-right: 1px solid hsla(0,0%,100%,.35)
    }

    ul.catalog-menu span {
        display: block
    }

    ul.catalog-menu a:after {
        background: #55595c;
        height: 3px;
        bottom: -3px
    }
}

/*# sourceMappingURL=maps/main.css.map */
/*
     FILE ARCHIVED ON 06:58:17 Oct 17, 2016 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 14:10:44 Apr 07, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  capture_cache.get: 0.47
  captures_list: 0.506
  exclusion.robots: 0.018
  exclusion.robots.policy: 0.007
  esindex: 0.01
  cdx.remote: 18.751
  LoadShardBlock: 311.828 (3)
  PetaboxLoader3.datanode: 231.549 (4)
  PetaboxLoader3.resolve: 314.004 (2)
  load_resource: 379.803
*/

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(http://fonts.gstatic.com/s/opensans/v13/RjgO7rYTmqiVp7vzi-Q5UaCWcynf_cDxXwCLxiixG1c.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(http://fonts.gstatic.com/s/opensans/v13/MTP_ySUJH_bn48VBG8sNSvOEPOIfcPv-fZ-WyMUtx48.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(http://fonts.gstatic.com/s/opensans/v13/k3k702ZOKiLJc3WVjuplzPOEPOIfcPv-fZ-WyMUtx48.ttf) format('truetype');
}

/*
     FILE ARCHIVED ON 02:04:27 Jan 20, 2017 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 14:10:43 Apr 07, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  capture_cache.get: 0.474
  captures_list: 0.581
  exclusion.robots: 0.018
  exclusion.robots.policy: 0.008
  esindex: 0.01
  cdx.remote: 13.797
  LoadShardBlock: 323.957 (6)
  PetaboxLoader3.datanode: 172.543 (7)
  load_resource: 166.625
  PetaboxLoader3.resolve: 96.868
*/