/* =============== - Normalize - =============== */
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block; }

audio,
canvas,
video {
    display: inline-block; }

audio:not([controls]) {
    display: none;
    height: 0; }

[hidden],
template {
    display: none; }

html {
    font-family: 'PT Sans Narrow', sans-serif !important;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%; }

body {
    margin: 0; }

a {
    background: transparent; }

a:focus {
    outline: thin dotted; }

a:active,
a:hover {
    outline: 0; }

h1 {
    font-size: 2em;
    margin: 0.67em 0; }

abbr[title] {
    border-bottom: 1px dotted; }

b,
strong {
    font-weight: bold; }

dfn {
    font-style: italic; }

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0; }

mark {
    background: yellow;
    color: black; }

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em; }

pre {
    white-space: pre-wrap; }

q {
    quotes: "\201C" "\201D" "\2018" "\2019"; }

small {
    font-size: 80%; }

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline; }

sup {
    top: -0.5em; }

sub {
    bottom: -0.25em; }

img {
    border: 0; }

svg:not(:root) {
    overflow: hidden; }

figure {
    margin: 0; }

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em; }

legend {
    border: 0;
    padding: 0; }

button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0; }

button,
input {
    line-height: normal; }

button,
select {
    text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; }

button[disabled],
html input[disabled] {
    cursor: default; }

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0; }

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; }

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0; }

textarea {
    overflow: auto;
    vertical-align: top; }

table {
    border-collapse: collapse;
    border-spacing: 0; }

/* =============== - Scaffolding - =============== */
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

html {
    font-size: 62.5%;
    -webkit-tap-highlight-color: transparent; }

body {
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 17px;
    line-height: 1.64706;
    /*color: #9f9f9f;*/
    background-color: white;
    font-weight: 300; }

input,
button,
select,
textarea {
    font-size: inherit;
    line-height: inherit; }

a {
    color: #C39367;
    text-decoration: underline; }
a:hover, a:focus {
    color: #73290c;
    text-decoration: underline; }
a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

img {
    vertical-align: bottom;
    display: inline-block;
    max-width: 100%;
    height: auto; }

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto; }

.img-rounded {
    border-radius: 6px; }

.img-circle {
    border-radius: 50%; }

hr {
    margin-top: 56px;
    margin-bottom: 56px;
    border: 0;
    border-top: 1px solid #eeeeee; }

.inline-block {
    display: inline-block; }

body .block-center {
    display: table;
    margin: 0 auto; }

.sr-only, .cart-elements {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0; }

.strip-list, .inline-list, .strip-list ul, .inline-list ul {
    margin: 0;
    padding: 0;
    list-style: none; }

.inline-list:before, .inline-list:after {
    content: " ";
    display: table; }
.inline-list:after {
    clear: both; }
.inline-list > li {
    float: left; }

body .align-left {
    float: left; }

body .align-right {
    float: right; }

body .align-center {
    display: table;
    margin-left: auto;
    margin-right: auto;
    float: none; }

.social-facebook a {
    background: #698dc7; }
.social-facebook a:hover {
    background: #4571b8; }

.social-twitter a {
    background: #6bcde5; }
.social-twitter a:hover {
    background: #40bedd; }

.social-google a {
    background: #ff604f; }
.social-google a:hover {
    background: #ff321c; }

.social-pinterest a {
    background: #ff5458; }
.social-pinterest a:hover {
    background: #ff2126; }

.social-dribbble a {
    background: #ff52a3; }
.social-dribbble a:hover {
    background: #ff1f88; }

.square-area, .square-area-circle {
    padding-top: 100%;
    overflow: hidden;
    position: relative; }
.square-area > *, .square-area-circle > * {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }

.square-area-circle {
    border-radius: 50%;
    -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%); }

.clearfix:before, .clearfix:after {
    content: " ";
    display: table; }
.clearfix:after {
    clear: both; }

.no-padding {
    margin-left: 0 !important;
    margin-right: 0 !important; }
.no-padding [class*="col-"] {
    padding: 0; }

.no-margin {
    margin: 0 !important; }

.five-col {
    width: 20%; }

.no-li-margin > li {
    margin-bottom: 0 !important; }
.no-li-margin > li p:last-child {
    margin: 0; }

.relative-p {
    position: relative; }

/* =============== - Type - =============== */
.alt-font-1 {
    font-family: 'PT Sans Narrow', sans-serif; }

.alt-font-2 {
    font-family: 'PT Sans Narrow', sans-serif; }

.cursive-font, .alt-font-3 {
    font-family: 'PT Sans Narrow', sans-serif;}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: 400;
    line-height: 1.1;
    color: #73290c; }
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #9f9f9f; }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
.h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a {
    color: inherit; }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
    margin-top: 0;
    margin-bottom: 28px; }
h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small,
h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
    font-size: 50%;
    color: inherit;
    font-weight: inherit; }

h1,
.h1 {
    font-size: 40px;
/*   line-height: 50px; */
}

h2,
.h2 {
    font-size: 40px; }

h3,
.h3 {
    font-size: 35px; }

h4,
.h4 {
    font-size: 35px; }

h5,
.h5 {
    font-size: 30px; }

h6,
.h6 {
    font-size: 30px; }

h2, h4, h6 {
    font-weight: 300; }

.fancy-title {
    padding-left: 22px;
    border-left: 4px solid #8ccfd4;
    line-height: 1em;
    font-weight: 300; }
.fancy-title.default-font {
    font-size: 17px;
    padding-left: 15px; }
.fancy-title span {
    display: block;
    font-size: 0.5em;
    color: #9f9f9f;
    line-height: 1em;
    font-weight: 300;
    padding-top: 8px; }

.text-uppercase {
    text-transform: uppercase; }

.default-font {
    font-size: inherit; }

.small-title {
    font-weight: inherit;
    margin: 0 0 6px;
    line-height: 0.5em; }
.small-title > a {
    font-size: 50%; }

.small-hint {
    font-size: 13px;
    color: #505050; }

p {
    margin: 0 0 28px; }

.lead {
    margin-bottom: 28px;
    font-size: 19px;
    font-weight: 200;
    line-height: 1.4; }
@media (min-width: 768px) {
    .lead {
        font-size: 25.5px; } }

b, .bold {
    color: #505050;
    font-weight: normal; }

small,
.small {
    font-size: 85%; }

cite {
    font-style: normal; }

.text-left {
    text-align: left; }

.text-right {
    text-align: right; }

.text-center {
    text-align: center; }

.text-justify {
    text-align: justify; }

.text-muted {
    color: #9f9f9f; }

.text-primary {
    color: #E04E39; }
.text-primary a:hover {
    color: #3e98a9; }

.text-success {
    color: #3c763d; }
.text-success a:hover {
    color: #2b542c; }

.text-info {
    color: #31708f; }
.text-info a:hover {
    color: #245269; }

.text-warning {
    color: #8a6d3b; }
.text-warning a:hover {
    color: #66512c; }

.text-danger {
    color: #a94442; }
.text-danger a:hover {
    color: #843534; }

.bg-primary {
    color: white;
    background-color: #E04E39; }
.bg-primary a:hover {
    background-color: #3e98a9; }

.bg-success {
    background-color: #dff0d8; }
.bg-success a:hover {
    background-color: #c1e2b3; }

.bg-info {
    background-color: #d9edf7; }
.bg-info a:hover {
    background-color: #afd9ee; }

.bg-warning {
    background-color: #fcf8e3; }
.bg-warning a:hover {
    background-color: #f7ecb5; }

.bg-danger {
    background-color: #f2dede; }
.bg-danger a:hover {
    background-color: #e4b9b9; }

.page-header {
    padding-bottom: 13px;
    margin: 56px 0 28px;
    border-bottom: 1px solid #eeeeee; }

ul,
ol {
    margin-top: 0;
    margin-bottom: 14px; }
ul ul,
ul ol,
ol ul,
ol ol {
    margin-bottom: 0; }

.list-unstyled, .list-inline {
    padding-left: 0;
    list-style: none; }

.list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px; }
.list-inline > li:first-child {
    padding-left: 0; }

dl {
    margin-top: 0;
    margin-bottom: 28px; }

dt,
dd {
    line-height: 1.64706; }

dt {
    font-weight: bold; }

dd {
    margin-left: 0; }

/* =============== - Grid - =============== */
.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px; }
.container:before, .container:after {
    content: " ";
    display: table; }
.container:after {
    clear: both; }
@media (min-width: 768px) {
    .container {
        width: 750px; } }
@media (min-width: 992px) {
    .container {
        width: 970px; } }
@media (min-width: 1200px) {
    .container {
        width: 1170px; } }

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px; }
.container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
.container-fluid:after {
    clear: both; }

.row {
    margin-left: -15px;
    margin-right: -15px; }
.row:before, .row:after {
    content: " ";
    display: table; }
.row:after {
    clear: both; }

.col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px; }

.col-xs-12, .col-xs-11, .col-xs-10, .col-xs-9, .col-xs-8, .col-xs-7, .col-xs-6, .col-xs-5, .col-xs-4, .col-xs-3, .col-xs-2, .col-xs-1 {
    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: 0%; }

.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: 0%; }

.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: 768px) {
    .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1 {
        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: 0%; }

    .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: 0%; }

    .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: 992px) {
    .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1 {
        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: 0%; }

    .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: 0%; }

    .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: 1200px) {
    .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1 {
        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: 0%; }

    .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: 0%; }

    .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%; } }


/* =============== - Tables - =============== */

table.table, table.table th, table.table td
#form-report table, #form-report th, #form-report td {
    border: 1px solid #c79b65; }

#form-report table, table.table {
    width: 100%;
    margin-bottom: 28px;
    border-collapse: collapse; }
table.table thead,
#form-report table thead {
    background: #eeeeee;
    border-bottom: 2px solid #dedede; }
table.table td,  table.table th,
#form-report table td, #form-report table th {
    padding: 5px 11px; }
table.table tbody tr:nth-child(even),
#form-report table tbody tr:nth-child(even) {
    background: #c79b65; }


caption {
    text-align: center;
    caption-side: bottom;
    display: table-caption;
    padding-top: 11px; }

.fancy-table, .fancy-table th, .fancy-table td {
    border: 1px solid rgba(255, 255, 255, 0.2); }

.fancy-table tbody tr:nth-child(even) {
    background: rgba(255, 255, 255, 0.3); }
.fancy-table thead {
    border-bottom: 2px solid white; }

.table-mode {
    display: table; }
.table-mode > li {
    display: table-cell; }

/* =============== - Forms - =============== */
fieldset {
    padding: 0;
    margin: 0;
    border: 0; }

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 28px;
    font-size: 25.5px;
    line-height: inherit;
    color: #333333;
    border: 0;
    border-bottom: 1px solid #e5e5e5; }

label {
    display: inline-block;
    margin-bottom: 5px; }

input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

input[type="radio"],
input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9 ;
    line-height: normal; }

input[type="file"] {
    display: block; }

input[type="range"] {
    display: block;
    width: 100%; }

select[multiple],
select[size] {
    height: auto; }

select optgroup {
    font-size: inherit;
    font-style: inherit;
    font-family: inherit; }

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
    height: auto; }

output {
    display: block;
    padding-top: 7px;
    font-size: 17px;
    line-height: 1.64706;
    color: #555555; }

.form-control {
    display: block;
    width: 100%;
    height: 42px;
    padding: 14px 16px;
    font-size: 15px;
    line-height: 1.64706;
    color: #555555;
    background-color: white;
    background-image: none;
    border: 1px solid #e5e4e4;
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
.form-control:focus {
    border-color: #E04E39;
    outline: 0; }
.form-control:-moz-placeholder {
    color: #3d3d3d; }
.form-control::-moz-placeholder {
    color: #3d3d3d;
    opacity: 1; }
.form-control:-ms-input-placeholder {
    color: #3d3d3d; }
.form-control::-webkit-input-placeholder {
    color: #3d3d3d; }
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #eeeeee; }

textarea.form-control {
    height: auto; }

input[type="date"] {
    line-height: 42px; }

.form-group {
    margin-bottom: 15px; }

.radio,
.checkbox {
    display: block;
    min-height: 28px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 20px; }
.radio label,
.checkbox label {
    display: inline;
    font-weight: normal;
    cursor: pointer; }

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
    float: left;
    margin-left: -20px; }

.radio + .radio,
.checkbox + .checkbox {
    margin-top: -5px; }

.radio-inline,
.checkbox-inline {
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer; }

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
    margin-top: 0;
    margin-left: 10px; }

input[type="radio"][disabled], fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled], fieldset[disabled]
input[type="checkbox"],
.radio[disabled], fieldset[disabled]
.radio,
.radio-inline[disabled], fieldset[disabled]
.radio-inline,
.checkbox[disabled], fieldset[disabled]
.checkbox,
.checkbox-inline[disabled], fieldset[disabled]
.checkbox-inline {
    cursor: not-allowed; }

.input-sm {
    height: 34px;
    padding: 5px 10px;
    font-size: 15px;
    line-height: 1.5;
    border-radius: 3px; }

select.input-sm {
    height: 34px;
    line-height: 34px; }

textarea.input-sm {
    height: auto; }

.input-lg {
    height: 52px;
    padding: 10px 16px;
    font-size: 22px;
    line-height: 1.33;
    border-radius: 6px; }

select.input-lg {
    height: 52px;
    line-height: 52px; }

textarea.input-lg {
    height: auto; }

.has-feedback {
    position: relative; }
.has-feedback .form-control {
    padding-right: 52.5px; }
.has-feedback .form-control-feedback {
    position: absolute;
    top: 33px;
    right: 0;
    display: block;
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center; }

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
    color: #3c763d; }
.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
.has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }
.has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8; }
.has-success .form-control-feedback {
    color: #3c763d; }

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
    color: #8a6d3b; }
.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
.has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }
.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3; }
.has-warning .form-control-feedback {
    color: #8a6d3b; }

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
    color: #a94442; }
.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
.has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }
.has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede; }
.has-error .form-control-feedback {
    color: #a94442; }

.form-control-static {
    margin-bottom: 0; }

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #dfdfdf; }


.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px; }
.form-horizontal .radio,
.form-horizontal .checkbox {
    min-height: 35px; }
.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px; }
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    display: table; }
.form-horizontal .form-group:after {
    clear: both; }
.form-horizontal .form-control-static {
    padding-top: 7px; }
@media (min-width: 768px) {
    .form-horizontal .control-label {
        text-align: right; } }
.form-horizontal .has-feedback .form-control-feedback {
    top: 0;
    right: 15px; }

.search-form {
    position: absolute;
    right: 60px;
    left: 22px;
    height: 45px; }
.search-form button {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    min-width: 45px;
    line-height: 45px;
    border: none;
    background: #E04E39;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    font-weight: inherit; }
.search-form button > i {
    font-size: 16px;
    color: white; }
.search-form button:hover {
    z-index: 10;
    background: #E04E39; }
.search-form input {
    position: absolute;
    border: none;
    background: transparent;
    top: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    display: block;
    width: 45px;
    line-height: 22px;
    z-index: 5;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: width 0.3s ease;
    transition: width 0.3s ease; }
.search-form input:focus {
    right: 0;
    width: 100%;
    padding: 11px 58px 11px 14px;
    background: #fafafa;
    opacity: 1;
    filter: alpha(opacity=100);
    outline: none;
    -webkit-box-shadow: inset 0 0 0 1px #eeeeee;
    box-shadow: inset 0 0 0 1px #eeeeee; }
.search-form input:focus + button {
    z-index: 10;  background: #E04E39;}

.clasic-form, .clasic-form input {
    position: relative; }

.clasic-form {
    left: 0;
    right: 0; }

.clasic-form input {
    width: 100%;
    height: 45px;
    background: white;
    opacity: 1;
    filter: alpha(opacity=100);
    z-index: 0;
    padding: 11px 58px 11px 14px;
    -webkit-box-shadow: inset 0 0 0 1px #e5e4e4;
    box-shadow: inset 0 0 0 1px #e5e4e4; }
.clasic-form input:focus {
    background: white; }

/* =============== - Buttons - =============== */
a:focus, button:focus {
    outline: none; }

a.bg-main-light:hover {
    background: #61c8d2; }

a.bg-main:hover {
    background: #3e98a9; }

a.bg-main-dark:hover {
    background: #26606b; }

a.bg-main-extra-dark:hover {
    background: #4a5e62; }

[class*="btn-"] {
    display: inline-block;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    line-height: 1em;
    margin: 7px 0;
    cursor: pointer;
    border: none;
    background: transparent;
    font-weight: 300; }
[class*="btn-"] > i {
    margin-right: 12px; }
[class*="btn-"]:hover {
    text-decoration: none;
    color: white;
}

.btn-sm {
    padding: 12px 25px;
    font-size: 15px; }

.btn-md {
    padding: 14px 25px;
    font-size: 17px; }

.btn-lg {
    padding: 16px 28px;
    font-size: 22px; }

.outline-style {
    -webkit-box-shadow: inset 0 0 0 1px;
    box-shadow: inset 0 0 0 1px;
    text-decoration: none;
}
.outline-style:hover {
    color: #E04E39;
    background: white; }

.bg-main, [class*="btn-"].outline-style.color-main:hover, .bg-main-hover:hover {
    background: #623B2A;
    color: white; }

.bg-second {
    background: #E04E39;
    color: white; }

.bg-light-gray {
    background: #fafafa;
    color: #505050 !important; }

.bg-white {
    background: white; }

.bg-error {
    background: #9f101a; }

.bg-success {
    background: #658d1e; }

.bg-main-light {
    background: #E04E39;
    color: white; }

.bg-main-dark {
    background: #338291;
    color: white; }

.bg-main-extra-dark {
    background: #607a7f;
    color: white; }

.bg-light-gray {
    background: #efefef;
    color: #505050; }

.color-main {
    color: #E04E39; }

.color-main-light {
    color: #E04E39; }

.color-white {
    color: white; }

.color-error {
    color: #9f101a; }

.color-success {
    color: #658d1e; }

.color-sea-green {
    color: lightseagreen; }

.color-sky-blue {
    color: lightskyblue; }

.color-slate-gray {
    color: lightslategray; }

.color-steel-blue {
    color: lightsteelblue; }

.color-gray {
    color: #a8a8a8; }

.color-coral {
    color: lightcoral; }

.color-brown {
    color: #bfa27c; }

.color-lemon-chiffon {
    color: lemonchiffon; }

.color-prussian-blue {
    color: #003153; }

.color-powder-blue {
    color: powderblue; }

.color-plum {
    color: plum; }

.color-pink-orange {
    color: #ff9966; }

.color-inherit {
    color: inherit; }

#wrap {
    max-width: 100%;
    margin:0 auto;
    min-height:100%;
    position:relative;

}
html, body {height: 100% !important;}
.top-button{background: #E04E39; color: #fff;}
.top-button:hover{background: #623B2A; color: #fff;}
#eq_radio input[type="radio"] {
    height: 1px !important;
    position: absolute !important;
    width: 1px !important;
    display: none!important;
}
#eq_radio label{
    padding: 6px;
    margin-right: 6px;
    margin-bottom: 6px;
    background: #623B2A;
    color: #fff;
    float: left;
    cursor: pointer;
}

#eq_radio input[type=radio]:checked + label{
    background: #E04E39;
    cursor: pointer;
}
.talon_ok{
    width: 300px;
    margin: 0 auto;
    font-size: 20px;
    color: #000;
}
.talon_ok span{
    color: #E04E39;
    border-bottom: 1px solid;
}
#eq_talon{
    padding-bottom: 100px;
}
#form-report{
    font-size: 13px;
    line-height: 15px;
    color: #000;

}

#form-report table tbody tr:nth-child(1n){
    background: #e9d7c1;
}
.trhead{ background: #c79b65;color: #ffffff;font-size: 18px;}

.mfc-bnt{
    position: relative !important;
    border: none;
    top: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    display: block;
    width: 45px;
    line-height: 22px;
    z-index: 5;
    padding-left: 8px !important;
    padding-right: 8px !important;
    opacity: 1 !important;
    color: #fff;
}
.mfc-btn:focus{padding-left: 8px !important; padding-right: 8px !important;}
.mfc-btn:hover{background: #623B2A !important;}

.steps .step {min-height: 320px;}