@import url(https://fonts.googleapis.com/css?family=Open+Sans|Architects+Daughter:400,700,300);

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

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
background: #092756;
    background: -moz-radial-gradient(0% 100%, ellipse cover, rgba(35, 24, 82, 0.22) 10%, rgba(138, 114, 76, 0) 40%), -moz-linear-gradient(top, rgba(57, 173, 219, 0.25) 0%, rgba(42, 60, 87, 0.4) 100%), -moz-linear-gradient(-45deg, #670d10 0%, #092756 100%);
    background: -webkit-radial-gradient(0% 100%, ellipse cover, rgba(35, 24, 82, 0.22) 10%, rgba(138, 114, 76, 0) 40%), -webkit-linear-gradient(top, rgba(57, 173, 219, 0.25) 0%, rgba(42, 60, 87, 0.4) 100%), -webkit-linear-gradient(-45deg, #670d10 0%, #092756 100%);
    background: -o-radial-gradient(0% 100%, ellipse cover, rgba(35, 24, 82, 0.22) 10%, rgba(138, 114, 76, 0) 40%), -o-linear-gradient(top, rgba(57, 173, 219, 0.25) 0%, rgba(42, 60, 87, 0.4) 100%), -o-linear-gradient(-45deg, #670d10 0%, #092756 100%);
    background: -ms-radial-gradient(0% 100%, ellipse cover, rgba(35, 24, 82, 0.22) 10%, rgba(138, 114, 76, 0) 40%), -ms-linear-gradient(top, rgba(57, 173, 219, 0.25) 0%, rgba(42, 60, 87, 0.4) 100%), -ms-linear-gradient(-45deg, #670d10 0%, #092756 100%);
    background: -webkit-radial-gradient(0% 100%, ellipse cover, rgba(35, 24, 82, 0.22) 10%, rgba(138, 114, 76, 0) 40%), linear-gradient(to bottom, rgba(57, 173, 219, 0.25) 0%, rgba(42, 60, 87, 0.4) 100%), linear-gradient(135deg, #670d10 0%, #092756 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: bold
}

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: -0.5em
}

sub {
    bottom: -0.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 #c0c0c0;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: bold
}

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

td,
th {
    padding: 0
}

* {
    box-sizing: border-box
}

*:before,
*:after {
    box-sizing: border-box
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body {
    font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 15px;
    line-height: 1.42857143;
    color: #333;

}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #428bca;
    text-decoration: none
}

a:hover,
a:focus {
    color: #444A70;
    text-decoration: none;
}

a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

figure {
    margin: 0
}

img {
    vertical-align: middle
}

.img-responsive,
.thumbnail>img,
.thumbnail a>img,
.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
    display: block;
    max-width: 100%;
    height: auto
}

.img-rounded {
    border-radius: 6px
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fffafd;
    border: 1px solid #ddd;
    border-radius: 4px;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto
}

.img-circle {
    border-radius: 50%
}

hr {
    margin-top: 21px;
    margin-bottom: 21px;
    border: 0;
    border-top: 1px solid #eee
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
    margin-top: 21px;
    margin-bottom: 10.5px
}

h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
    font-size: 65%
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin-top: 10.5px;
    margin-bottom: 10.5px
}

h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
    font-size: 75%
}

h1,
.h1 {
    font-size: 28px
}

h2,
.h2 {
    font-size: 22px
}

h3,
.h3 {
    font-size: 20px
}

h4,
.h4 {
    font-size: 19px
}

h5,
.h5 {
    font-size: 15px
}

h6,
.h6 {
    font-size: 13px
}

p {
    margin: 0 0 10.5px
}

small,
.small {
    font-size: 86%
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-nowrap {
    white-space: nowrap
}

.bg-primary {
    color: #fff;
    background-color: #b5ab81
}

a.bg-primary:hover {
    background-color: #a29561
}

.bg-success {
    background-color: #dff0d8
}

a.bg-success:hover {
    background-color: #c1e2b3
}

.bg-info {
    background-color: #f0ebf4
}

a.bg-info:hover {
    background-color: #d7cbe1
}

.bg-warning {
    background-color: #fcf8e3
}

a.bg-warning:hover {
    background-color: #f7ecb5
}

.bg-danger {
    background-color: #f2dede
}

a.bg-danger:hover {
    background-color: #e4b9b9
}

.page-header {
    padding-bottom: 9.5px;
    margin: 42px 0 21px;
    border-bottom: 1px solid #eee
}

ul,
ol {
    margin-top: 0;
    margin-bottom: 10.5px
}

ul ul,
ol ul,
ul ol,
ol ol {
    margin-bottom: 0
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px
}

.list-inline>li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px
}

blockquote {
    padding: 10.5px 21px;
    margin: 0 0 21px;
    font-size: 18.75px;
    border-left: 5px solid #eee
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
    margin-bottom: 0
}

blockquote footer,
blockquote small,
blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857143;
    color: #777
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
    content: '\2014 \00A0'
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

.reshuffle-info  { 

    font-size: 15px;
    background: #e6c2d3;
    padding: 10px;
    border-radius: 5px;
    display: inline-block;
    color: #000;

}

.choose-wrap .text-begin, .text-shadow-minimal { font-size:18px !important; }
@media (min-width:640px) {
    .container {
        width: 622px
    }
}

@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
}

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

.col-xs-1,
.col-ms-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-ms-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-ms-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-ms-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-ms-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-ms-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-ms-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-ms-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-ms-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-ms-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-ms-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-ms-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.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-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-1 {
    width: 8.33333333%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-pull-11 {
    right: 91.66666667%
}

.col-xs-pull-10 {
    right: 83.33333333%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-8 {
    right: 66.66666667%
}

.col-xs-pull-7 {
    right: 58.33333333%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-5 {
    right: 41.66666667%
}

.col-xs-pull-4 {
    right: 33.33333333%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-2 {
    right: 16.66666667%
}

.col-xs-pull-1 {
    right: 8.33333333%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-push-11 {
    left: 91.66666667%
}

.col-xs-push-10 {
    left: 83.33333333%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-8 {
    left: 66.66666667%
}

.col-xs-push-7 {
    left: 58.33333333%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-5 {
    left: 41.66666667%
}

.col-xs-push-4 {
    left: 33.33333333%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-2 {
    left: 16.66666667%
}

.col-xs-push-1 {
    left: 8.33333333%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-offset-12 {
    margin-left: 100%
}

.col-xs-offset-11 {
    margin-left: 91.66666667%
}

.col-xs-offset-10 {
    margin-left: 83.33333333%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-8 {
    margin-left: 66.66666667%
}

.col-xs-offset-7 {
    margin-left: 58.33333333%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-5 {
    margin-left: 41.66666667%
}

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

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

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

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

.col-xs-offset-0 {
    margin-left: 0
}

@media (min-width:640px) {
    .col-ms-1,
    .col-ms-2,
    .col-ms-3,
    .col-ms-4,
    .col-ms-5,
    .col-ms-6,
    .col-ms-7,
    .col-ms-8,
    .col-ms-9,
    .col-ms-10,
    .col-ms-11,
    .col-ms-12 {
        float: left
    }
    .col-ms-12 {
        width: 100%
    }
    .col-ms-11 {
        width: 91.66666667%
    }
    .col-ms-10 {
        width: 83.33333333%
    }
    .col-ms-9 {
        width: 75%
    }
    .col-ms-8 {
        width: 66.66666667%
    }
    .col-ms-7 {
        width: 58.33333333%
    }
    .col-ms-6 {
        width: 50%
    }
    .col-ms-5 {
        width: 41.66666667%
    }
    .col-ms-4 {
        width: 33.33333333%
    }
    .col-ms-3 {
        width: 25%
    }
    .col-ms-2 {
        width: 16.66666667%
    }
    .col-ms-1 {
        width: 8.33333333%
    }
    .col-ms-pull-12 {
        right: 100%
    }
    .col-ms-pull-11 {
        right: 91.66666667%
    }
    .col-ms-pull-10 {
        right: 83.33333333%
    }
    .col-ms-pull-9 {
        right: 75%
    }
    .col-ms-pull-8 {
        right: 66.66666667%
    }
    .col-ms-pull-7 {
        right: 58.33333333%
    }
    .col-ms-pull-6 {
        right: 50%
    }
    .col-ms-pull-5 {
        right: 41.66666667%
    }
    .col-ms-pull-4 {
        right: 33.33333333%
    }
    .col-ms-pull-3 {
        right: 25%
    }
    .col-ms-pull-2 {
        right: 16.66666667%
    }
    .col-ms-pull-1 {
        right: 8.33333333%
    }
    .col-ms-pull-0 {
        right: auto
    }
    .col-ms-push-12 {
        left: 100%
    }
    .col-ms-push-11 {
        left: 91.66666667%
    }
    .col-ms-push-10 {
        left: 83.33333333%
    }
    .col-ms-push-9 {
        left: 75%
    }
    .col-ms-push-8 {
        left: 66.66666667%
    }
    .col-ms-push-7 {
        left: 58.33333333%
    }
    .col-ms-push-6 {
        left: 50%
    }
    .col-ms-push-5 {
        left: 41.66666667%
    }
    .col-ms-push-4 {
        left: 33.33333333%
    }
    .col-ms-push-3 {
        left: 25%
    }
    .col-ms-push-2 {
        left: 16.66666667%
    }
    .col-ms-push-1 {
        left: 8.33333333%
    }
    .col-ms-push-0 {
        left: auto
    }
    .col-ms-offset-12 {
        margin-left: 100%
    }
    .col-ms-offset-11 {
        margin-left: 91.66666667%
    }
    .col-ms-offset-10 {
        margin-left: 83.33333333%
    }
    .col-ms-offset-9 {
        margin-left: 75%
    }
    .col-ms-offset-8 {
        margin-left: 66.66666667%
    }
    .col-ms-offset-7 {
        margin-left: 58.33333333%
    }
    .col-ms-offset-6 {
        margin-left: 50%
    }
    .col-ms-offset-5 {
        margin-left: 41.66666667%
    }
    .col-ms-offset-4 {
        margin-left: 33.33333333%
    }
    .col-ms-offset-3 {
        margin-left: 25%
    }
    .col-ms-offset-2 {
        margin-left: 16.66666667%
    }
    .col-ms-offset-1 {
        margin-left: 8.33333333%
    }
    .col-ms-offset-0 {
        margin-left: 0
    }
}

@media (min-width:768px) {
    .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-12 {
        width: 100%
    }
    .col-sm-11 {
        width: 91.66666667%
    }
    .col-sm-10 {
        width: 83.33333333%
    }
    .col-sm-9 {
        width: 75%
    }
    .col-sm-8 {
        width: 66.66666667%
    }
    .col-sm-7 {
        width: 58.33333333%
    }
    .col-sm-6 {
        width: 50%
    }
    .col-sm-5 {
        width: 41.66666667%
    }
    .col-sm-4 {
        width: 33.33333333%
    }
    .col-sm-3 {
        width: 25%
    }
    .col-sm-2 {
        width: 16.66666667%
    }
    .col-sm-1 {
        width: 8.33333333%
    }
    .col-sm-pull-12 {
        right: 100%
    }
    .col-sm-pull-11 {
        right: 91.66666667%
    }
    .col-sm-pull-10 {
        right: 83.33333333%
    }
    .col-sm-pull-9 {
        right: 75%
    }
    .col-sm-pull-8 {
        right: 66.66666667%
    }
    .col-sm-pull-7 {
        right: 58.33333333%
    }
    .col-sm-pull-6 {
        right: 50%
    }
    .col-sm-pull-5 {
        right: 41.66666667%
    }
    .col-sm-pull-4 {
        right: 33.33333333%
    }
    .col-sm-pull-3 {
        right: 25%
    }
    .col-sm-pull-2 {
        right: 16.66666667%
    }
    .col-sm-pull-1 {
        right: 8.33333333%
    }
    .col-sm-pull-0 {
        right: auto
    }
    .col-sm-push-12 {
        left: 100%
    }
    .col-sm-push-11 {
        left: 91.66666667%
    }
    .col-sm-push-10 {
        left: 83.33333333%
    }
    .col-sm-push-9 {
        left: 75%
    }
    .col-sm-push-8 {
        left: 66.66666667%
    }
    .col-sm-push-7 {
        left: 58.33333333%
    }
    .col-sm-push-6 {
        left: 50%
    }
    .col-sm-push-5 {
        left: 41.66666667%
    }
    .col-sm-push-4 {
        left: 33.33333333%
    }
    .col-sm-push-3 {
        left: 25%
    }
    .col-sm-push-2 {
        left: 16.66666667%
    }
    .col-sm-push-1 {
        left: 8.33333333%
    }
    .col-sm-push-0 {
        left: auto
    }
    .col-sm-offset-12 {
        margin-left: 100%
    }
    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }
    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }
    .col-sm-offset-9 {
        margin-left: 75%
    }
    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }
    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }
    .col-sm-offset-6 {
        margin-left: 50%
    }
    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }
    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }
    .col-sm-offset-3 {
        margin-left: 25%
    }
    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }
    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }
    .col-sm-offset-0 {
        margin-left: 0
    }
}

@media (min-width:992px) {
    .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-12 {
        width: 100%
    }
    .col-md-11 {
        width: 91.66666667%
    }
    .col-md-10 {
        width: 83.33333333%
    }
    .col-md-9 {
        width: 75%
    }
    .col-md-8 {
        width: 66.66666667%
    }
    .col-md-7 {
        width: 58.33333333%
    }
    .col-md-6 {
        width: 50%
    }
    .col-md-5 {
        width: 41.66666667%
    }
    .col-md-4 {
        width: 33.33333333%
    }
    .col-md-3 {
        width: 25%
    }
    .col-md-2 {
        width: 16.66666667%
    }
    .col-md-1 {
        width: 8.33333333%
    }
    .col-md-pull-12 {
        right: 100%
    }
    .col-md-pull-11 {
        right: 91.66666667%
    }
    .col-md-pull-10 {
        right: 83.33333333%
    }
    .col-md-pull-9 {
        right: 75%
    }
    .col-md-pull-8 {
        right: 66.66666667%
    }
    .col-md-pull-7 {
        right: 58.33333333%
    }
    .col-md-pull-6 {
        right: 50%
    }
    .col-md-pull-5 {
        right: 41.66666667%
    }
    .col-md-pull-4 {
        right: 33.33333333%
    }
    .col-md-pull-3 {
        right: 25%
    }
    .col-md-pull-2 {
        right: 16.66666667%
    }
    .col-md-pull-1 {
        right: 8.33333333%
    }
    .col-md-pull-0 {
        right: auto
    }
    .col-md-push-12 {
        left: 100%
    }
    .col-md-push-11 {
        left: 91.66666667%
    }
    .col-md-push-10 {
        left: 83.33333333%
    }
    .col-md-push-9 {
        left: 75%
    }
    .col-md-push-8 {
        left: 66.66666667%
    }
    .col-md-push-7 {
        left: 58.33333333%
    }
    .col-md-push-6 {
        left: 50%
    }
    .col-md-push-5 {
        left: 41.66666667%
    }
    .col-md-push-4 {
        left: 33.33333333%
    }
    .col-md-push-3 {
        left: 25%
    }
    .col-md-push-2 {
        left: 16.66666667%
    }
    .col-md-push-1 {
        left: 8.33333333%
    }
    .col-md-push-0 {
        left: auto
    }
    .col-md-offset-12 {
        margin-left: 100%
    }
    .col-md-offset-11 {
        margin-left: 91.66666667%
    }
    .col-md-offset-10 {
        margin-left: 83.33333333%
    }
    .col-md-offset-9 {
        margin-left: 75%
    }
    .col-md-offset-8 {
        margin-left: 66.66666667%
    }
    .col-md-offset-7 {
        margin-left: 58.33333333%
    }
    .col-md-offset-6 {
        margin-left: 50%
    }
    .col-md-offset-5 {
        margin-left: 41.66666667%
    }
    .col-md-offset-4 {
        margin-left: 33.33333333%
    }
    .col-md-offset-3 {
        margin-left: 25%
    }
    .col-md-offset-2 {
        margin-left: 16.66666667%
    }
    .col-md-offset-1 {
        margin-left: 8.33333333%
    }
    .col-md-offset-0 {
        margin-left: 0
    }
}

@media (min-width:1200px) {
    .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-12 {
        width: 100%
    }
    .col-lg-11 {
        width: 91.66666667%
    }
    .col-lg-10 {
        width: 83.33333333%
    }
    .col-lg-9 {
        width: 75%
    }
    .col-lg-8 {
        width: 66.66666667%
    }
    .col-lg-7 {
        width: 58.33333333%
    }
    .col-lg-6 {
        width: 50%
    }
    .col-lg-5 {
        width: 41.66666667%
    }
    .col-lg-4 {
        width: 33.33333333%
    }
    .col-lg-3 {
        width: 25%
    }
    .col-lg-2 {
        width: 16.66666667%
    }
    .col-lg-1 {
        width: 8.33333333%
    }
    .col-lg-pull-12 {
        right: 100%
    }
    .col-lg-pull-11 {
        right: 91.66666667%
    }
    .col-lg-pull-10 {
        right: 83.33333333%
    }
    .col-lg-pull-9 {
        right: 75%
    }
    .col-lg-pull-8 {
        right: 66.66666667%
    }
    .col-lg-pull-7 {
        right: 58.33333333%
    }
    .col-lg-pull-6 {
        right: 50%
    }
    .col-lg-pull-5 {
        right: 41.66666667%
    }
    .col-lg-pull-4 {
        right: 33.33333333%
    }
    .col-lg-pull-3 {
        right: 25%
    }
    .col-lg-pull-2 {
        right: 16.66666667%
    }
    .col-lg-pull-1 {
        right: 8.33333333%
    }
    .col-lg-pull-0 {
        right: auto
    }
    .col-lg-push-12 {
        left: 100%
    }
    .col-lg-push-11 {
        left: 91.66666667%
    }
    .col-lg-push-10 {
        left: 83.33333333%
    }
    .col-lg-push-9 {
        left: 75%
    }
    .col-lg-push-8 {
        left: 66.66666667%
    }
    .col-lg-push-7 {
        left: 58.33333333%
    }
    .col-lg-push-6 {
        left: 50%
    }
    .col-lg-push-5 {
        left: 41.66666667%
    }
    .col-lg-push-4 {
        left: 33.33333333%
    }
    .col-lg-push-3 {
        left: 25%
    }
    .col-lg-push-2 {
        left: 16.66666667%
    }
    .col-lg-push-1 {
        left: 8.33333333%
    }
    .col-lg-push-0 {
        left: auto
    }
    .col-lg-offset-12 {
        margin-left: 100%
    }
    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }
    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }
    .col-lg-offset-9 {
        margin-left: 75%
    }
    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }
    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }
    .col-lg-offset-6 {
        margin-left: 50%
    }
    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }
    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }
    .col-lg-offset-3 {
        margin-left: 25%
    }
    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }
    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }
    .col-lg-offset-0 {
        margin-left: 0
    }
}

table {
    background-color: transparent
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777;
    text-align: left
}

th {
    text-align: left
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 21px
}

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd
}

.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd
}

.table>caption+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>th,
.table>caption+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>td,
.table>thead:first-child>tr:first-child>td {
    border-top: 0
}

.table>tbody+tbody {
    border-top: 2px solid #ddd
}

.table .table {
    background-color: #fffafd
}

.table-condensed>thead>tr>th,
.table-condensed>tbody>tr>th,
.table-condensed>tfoot>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>tbody>tr>td,
.table-condensed>tfoot>tr>td {
    padding: 5px
}

.table-bordered {
    border: 1px solid #ddd
}

.table-bordered>thead>tr>th,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>tbody>tr>td,
.table-bordered>tfoot>tr>td {
    border: 1px solid #ddd
}

.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td {
    border-bottom-width: 2px
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f3f2ed
}

.table-hover>tbody>tr:hover {
    background-color: #ebe9e0
}

table col[class*="col-"] {
    position: static;
    float: none;
    display: table-column
}

table td[class*="col-"],
table th[class*="col-"] {
    position: static;
    float: none;
    display: table-cell
}

.table>thead>tr>td.active,
.table>tbody>tr>td.active,
.table>tfoot>tr>td.active,
.table>thead>tr>th.active,
.table>tbody>tr>th.active,
.table>tfoot>tr>th.active,
.table>thead>tr.active>td,
.table>tbody>tr.active>td,
.table>tfoot>tr.active>td,
.table>thead>tr.active>th,
.table>tbody>tr.active>th,
.table>tfoot>tr.active>th {
    background-color: #ebe9e0
}

.table-hover>tbody>tr>td.active:hover,
.table-hover>tbody>tr>th.active:hover,
.table-hover>tbody>tr.active:hover>td,
.table-hover>tbody>tr:hover>.active,
.table-hover>tbody>tr.active:hover>th {
    background-color: #e1ded1
}

.table>thead>tr>td.success,
.table>tbody>tr>td.success,
.table>tfoot>tr>td.success,
.table>thead>tr>th.success,
.table>tbody>tr>th.success,
.table>tfoot>tr>th.success,
.table>thead>tr.success>td,
.table>tbody>tr.success>td,
.table>tfoot>tr.success>td,
.table>thead>tr.success>th,
.table>tbody>tr.success>th,
.table>tfoot>tr.success>th {
    background-color: #dff0d8
}

.table-hover>tbody>tr>td.success:hover,
.table-hover>tbody>tr>th.success:hover,
.table-hover>tbody>tr.success:hover>td,
.table-hover>tbody>tr:hover>.success,
.table-hover>tbody>tr.success:hover>th {
    background-color: #d0e9c6
}

.table>thead>tr>td.info,
.table>tbody>tr>td.info,
.table>tfoot>tr>td.info,
.table>thead>tr>th.info,
.table>tbody>tr>th.info,
.table>tfoot>tr>th.info,
.table>thead>tr.info>td,
.table>tbody>tr.info>td,
.table>tfoot>tr.info>td,
.table>thead>tr.info>th,
.table>tbody>tr.info>th,
.table>tfoot>tr.info>th {
    background-color: #f0ebf4
}

.table-hover>tbody>tr>td.info:hover,
.table-hover>tbody>tr>th.info:hover,
.table-hover>tbody>tr.info:hover>td,
.table-hover>tbody>tr:hover>.info,
.table-hover>tbody>tr.info:hover>th {
    background-color: #e3dbea
}

.table>thead>tr>td.warning,
.table>tbody>tr>td.warning,
.table>tfoot>tr>td.warning,
.table>thead>tr>th.warning,
.table>tbody>tr>th.warning,
.table>tfoot>tr>th.warning,
.table>thead>tr.warning>td,
.table>tbody>tr.warning>td,
.table>tfoot>tr.warning>td,
.table>thead>tr.warning>th,
.table>tbody>tr.warning>th,
.table>tfoot>tr.warning>th {
    background-color: #fcf8e3
}

.table-hover>tbody>tr>td.warning:hover,
.table-hover>tbody>tr>th.warning:hover,
.table-hover>tbody>tr.warning:hover>td,
.table-hover>tbody>tr:hover>.warning,
.table-hover>tbody>tr.warning:hover>th {
    background-color: #faf2cc
}

.table>thead>tr>td.danger,
.table>tbody>tr>td.danger,
.table>tfoot>tr>td.danger,
.table>thead>tr>th.danger,
.table>tbody>tr>th.danger,
.table>tfoot>tr>th.danger,
.table>thead>tr.danger>td,
.table>tbody>tr.danger>td,
.table>tfoot>tr.danger>td,
.table>thead>tr.danger>th,
.table>tbody>tr.danger>th,
.table>tfoot>tr.danger>th {
    background-color: #f2dede
}

.table-hover>tbody>tr>td.danger:hover,
.table-hover>tbody>tr>th.danger:hover,
.table-hover>tbody>tr.danger:hover>td,
.table-hover>tbody>tr:hover>.danger,
.table-hover>tbody>tr.danger:hover>th {
    background-color: #ebcccc
}

.table-responsive {
    overflow-x: auto;
    min-height: .01%
}

@media screen and (max-width:639px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15.75px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd
    }
    .table-responsive>.table {
        margin-bottom: 0
    }
    .table-responsive>.table>thead>tr>th,
    .table-responsive>.table>tbody>tr>th,
    .table-responsive>.table>tfoot>tr>th,
    .table-responsive>.table>thead>tr>td,
    .table-responsive>.table>tbody>tr>td,
    .table-responsive>.table>tfoot>tr>td {
        white-space: nowrap
    }
    .table-responsive>.table-bordered {
        border: 0
    }
    .table-responsive>.table-bordered>thead>tr>th:first-child,
    .table-responsive>.table-bordered>tbody>tr>th:first-child,
    .table-responsive>.table-bordered>tfoot>tr>th:first-child,
    .table-responsive>.table-bordered>thead>tr>td:first-child,
    .table-responsive>.table-bordered>tbody>tr>td:first-child,
    .table-responsive>.table-bordered>tfoot>tr>td:first-child {
        border-left: 0
    }
    .table-responsive>.table-bordered>thead>tr>th:last-child,
    .table-responsive>.table-bordered>tbody>tr>th:last-child,
    .table-responsive>.table-bordered>tfoot>tr>th:last-child,
    .table-responsive>.table-bordered>thead>tr>td:last-child,
    .table-responsive>.table-bordered>tbody>tr>td:last-child,
    .table-responsive>.table-bordered>tfoot>tr>td:last-child {
        border-right: 0
    }
    .table-responsive>.table-bordered>tbody>tr:last-child>th,
    .table-responsive>.table-bordered>tfoot>tr:last-child>th,
    .table-responsive>.table-bordered>tbody>tr:last-child>td,
    .table-responsive>.table-bordered>tfoot>tr:last-child>td {
        border-bottom: 0
    }
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 21px;
    font-size: 22.5px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold
}

input[type="search"] {
    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
}

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
}

output {
    display: block;
    padding-top: 7px;
    font-size: 15px;
    line-height: 1.42857143;
    color: #555
}

.form-control {
    display: block;
    width: 100%;
    height: 35px;
    padding: 6px 12px;
    font-size: 15px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.form-control:focus {
    border-color: #a58abc;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(165, 138, 188, 0.6)
}

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #999
}

.form-control::-webkit-input-placeholder {
    color: #999
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #eee;
    opacity: 1
}

textarea.form-control {
    height: auto
}

input[type="search"] {
    -webkit-appearance: none
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    input[type="date"],
    input[type="time"],
    input[type="datetime-local"],
    input[type="month"] {
        line-height: 35px
    }
    input[type="date"].input-sm,
    input[type="time"].input-sm,
    input[type="datetime-local"].input-sm,
    input[type="month"].input-sm,
    .input-group-sm input[type="date"],
    .input-group-sm input[type="time"],
    .input-group-sm input[type="datetime-local"],
    .input-group-sm input[type="month"] {
        line-height: 31px
    }
    input[type="date"].input-lg,
    input[type="time"].input-lg,
    input[type="datetime-local"].input-lg,
    input[type="month"].input-lg,
    .input-group-lg input[type="date"],
    .input-group-lg input[type="time"],
    .input-group-lg input[type="datetime-local"],
    .input-group-lg input[type="month"] {
        line-height: 45px
    }
}

.form-group {
    margin-bottom: 15px
}

.radio,
.checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px
}

.radio label,
.checkbox label {
    min-height: 21px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
    position: absolute;
    margin-left: -20px;
    margin-top: 4px \9
}

.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],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
    cursor: not-allowed
}

.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
    cursor: not-allowed
}

.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
    cursor: not-allowed
}

.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0
}

.form-control-static.input-lg,
.form-control-static.input-sm {
    padding-left: 0;
    padding-right: 0
}

.input-sm {
    height: 31px;
    padding: 5px 10px;
    font-size: 13px;
    line-height: 1.5;
    border-radius: 3px
}

select.input-sm {
    height: 31px;
    line-height: 31px
}

textarea.input-sm,
select[multiple].input-sm {
    height: auto
}

.form-group-sm .form-control {
    height: 31px;
    padding: 5px 10px;
    font-size: 13px;
    line-height: 1.5;
    border-radius: 3px
}

select.form-group-sm .form-control {
    height: 31px;
    line-height: 31px
}

textarea.form-group-sm .form-control,
select[multiple].form-group-sm .form-control {
    height: auto
}

.form-group-sm .form-control-static {
    height: 31px;
    padding: 5px 10px;
    font-size: 13px;
    line-height: 1.5
}

.input-lg {
    height: 45px;
    padding: 10px 16px;
    font-size: 17px;
    line-height: 1.3333333;
    border-radius: 6px
}

select.input-lg {
    height: 45px;
    line-height: 45px
}

textarea.input-lg,
select[multiple].input-lg {
    height: auto
}

.form-group-lg .form-control {
    height: 45px;
    padding: 10px 16px;
    font-size: 17px;
    line-height: 1.3333333;
    border-radius: 6px
}

select.form-group-lg .form-control {
    height: 45px;
    line-height: 45px
}

textarea.form-group-lg .form-control,
select[multiple].form-group-lg .form-control {
    height: auto
}

.form-group-lg .form-control-static {
    height: 45px;
    padding: 10px 16px;
    font-size: 17px;
    line-height: 1.3333333
}

.has-feedback {
    position: relative
}

.has-feedback .form-control {
    padding-right: 43.75px
}

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    pointer-events: none
}

.input-lg+.form-control-feedback {
    width: 45px;
    height: 45px;
    line-height: 45px
}

.input-sm+.form-control-feedback {
    width: 31px;
    height: 31px;
    line-height: 31px
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
    color: #3c763d
}

.has-success .form-control {
    border-color: #3c763d;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.has-success .form-control:focus {
    border-color: #2b542c;
    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,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
    color: #8a6d3b
}

.has-warning .form-control {
    border-color: #8a6d3b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.has-warning .form-control:focus {
    border-color: #66512c;
    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,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
    color: #a94442
}

.has-error .form-control {
    border-color: #a94442;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.has-error .form-control:focus {
    border-color: #843534;
    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
}

.has-feedback label~.form-control-feedback {
    top: 26px
}

.has-feedback label.sr-only~.form-control-feedback {
    top: 0
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373
}

@media (min-width:768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }
    .form-inline .form-control-static {
        display: inline-block
    }
    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle
    }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
        width: auto
    }
    .form-inline .input-group>.form-control {
        width: 100%
    }
    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .radio,
    .form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .radio label,
    .form-inline .checkbox label {
        padding-left: 0
    }
    .form-inline .radio input[type="radio"],
    .form-inline .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0
    }
    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }
}

.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: 28px
}

.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px
}

@media (min-width:768px) {
    .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 7px
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 15px
}

@media (min-width:768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 14.333333px
    }
}

@media (min-width:768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px
    }
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 15px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.btn:hover,
.btn:focus,
.btn.focus {
    color: #333;
    text-decoration: none
}

.btn:active,
.btn.active {
    outline: 0;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    pointer-events: none;
    opacity: .65;
    filter: alpha(opacity=65);
    box-shadow: none
}

.btn-default {
    color: #333;
    background-color: #f5f5f5;
    border-color: #aaa
}

.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open>.dropdown-toggle.btn-default {
    color: #333;
    background-color: #dcdcdc;
    border-color: #8b8b8b
}

.btn-default:active,
.btn-default.active,
.open>.dropdown-toggle.btn-default {
    background-image: none
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
    background-color: #f5f5f5;
    border-color: #aaa
}

.btn-default .badge {
    color: #f5f5f5;
    background-color: #333
}

.btn-primary {
    color: #fff;
    background-color: #b5ab81;
    border-color: #aca071
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #a29561;
    border-color: #8d8153
}

.btn-primary:active,
.btn-primary.active,
.open>.dropdown-toggle.btn-primary {
    background-image: none
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    background-color: #b5ab81;
    border-color: #aca071
}

.btn-primary .badge {
    color: #b5ab81;
    background-color: #fff
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open>.dropdown-toggle.btn-success {
    color: #fff;
    background-color: #449d44;
    border-color: #398439
}

.btn-success:active,
.btn-success.active,
.open>.dropdown-toggle.btn-success {
    background-image: none
}

.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success .badge {
    color: #5cb85c;
    background-color: #fff
}

.btn-info {
    color: #fff;
    background-color: #8c6aa9;
    border-color: #7f5b9e
}

.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open>.dropdown-toggle.btn-info {
    color: #fff;
    background-color: #72528e;
    border-color: #604577
}

.btn-info:active,
.btn-info.active,
.open>.dropdown-toggle.btn-info {
    background-image: none
}

.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
    background-color: #8c6aa9;
    border-color: #7f5b9e
}

.btn-info .badge {
    color: #8c6aa9;
    background-color: #fff
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open>.dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512
}

.btn-warning:active,
.btn-warning.active,
.open>.dropdown-toggle.btn-warning {
    background-image: none
}

.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open>.dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925
}

.btn-danger:active,
.btn-danger.active,
.open>.dropdown-toggle.btn-danger {
    background-image: none
}

.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger .badge {
    color: #d9534f;
    background-color: #fff
}

.btn-link {
    color: #428bca;
    font-weight: normal;
    border-radius: 0
}

.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    box-shadow: none
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
    border-color: transparent
}

.btn-link:hover,
.btn-link:focus {
    color: #2a6496;
    text-decoration: underline;
    background-color: transparent
}

.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
    color: #777;
    text-decoration: none
}

.btn-lg,
.btn-group-lg>.btn {
    padding: 10px 16px;
    font-size: 17px;
    line-height: 1.3333333;
    border-radius: 6px
}

.btn-sm,
.btn-group-sm>.btn {
    padding: 5px 10px;
    font-size: 13px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-xs,
.btn-group-xs>.btn {
    padding: 1px 5px;
    font-size: 13px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block+.btn-block {
    margin-top: 5px
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%
}

.fade {
    opacity: 0;
    transition: opacity .15s linear
}

.fade.in {
    opacity: 1
}

.collapse {
    display: none;
    visibility: hidden
}

.collapse.in {
    display: block;
    visibility: visible
}

tr.collapse.in {
    display: table-row
}

tbody.collapse.in {
    display: table-row-group
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition-property: height, visibility;
    transition-duration: .35s;
    transition-timing-function: ease
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

.dropup,
.dropdown {
    position: relative
}

.dropdown-toggle:focus {
    outline: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 15px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto
}

.dropdown-menu .divider {
    height: 1px;
    margin: 9.5px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #b5ab81
}

.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
    color: #777
}

.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
    cursor: not-allowed
}

.open>.dropdown-menu {
    display: block
}

.open>a {
    outline: 0
}

.dropdown-menu-right {
    left: auto;
    right: 0
}

.dropdown-menu-left {
    left: 0;
    right: auto
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #777;
    white-space: nowrap
}

.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990
}

.pull-right>.dropdown-menu {
    right: 0;
    left: auto
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px solid;
    content: ""
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px
}

@media (min-width:768px) {
    .navbar-right .dropdown-menu {
        left: auto;
        right: 0
    }
    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto
    }
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.btn-group>.btn,
.btn-group-vertical>.btn {
    position: relative;
    float: left
}

.btn-group>.btn:hover,
.btn-group-vertical>.btn:hover,
.btn-group>.btn:focus,
.btn-group-vertical>.btn:focus,
.btn-group>.btn:active,
.btn-group-vertical>.btn:active,
.btn-group>.btn.active,
.btn-group-vertical>.btn.active {
    z-index: 2
}

.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group {
    margin-left: -1px
}

.btn-toolbar {
    margin-left: -5px
}

.btn-toolbar .btn-group,
.btn-toolbar .input-group {
    float: left
}

.btn-toolbar>.btn,
.btn-toolbar>.btn-group,
.btn-toolbar>.input-group {
    margin-left: 5px
}

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0
}

.btn-group>.btn:first-child {
    margin-left: 0
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.btn-group>.btn:last-child:not(:first-child),
.btn-group>.dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.btn-group>.btn-group {
    float: left
}

.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0
}

.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0
}

.btn-group>.btn+.dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px
}

.btn-group>.btn-lg+.dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px
}

.btn-group.open .dropdown-toggle {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}

.btn-group.open .dropdown-toggle.btn-link {
    box-shadow: none
}

.btn .caret {
    margin-left: 0
}

.btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0
}

.dropup .btn-lg .caret {
    border-width: 0 5px 5px
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group,
.btn-group-vertical>.btn-group>.btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%
}

.btn-group-vertical>.btn-group>.btn {
    float: none
}

.btn-group-vertical>.btn+.btn,
.btn-group-vertical>.btn+.btn-group,
.btn-group-vertical>.btn-group+.btn,
.btn-group-vertical>.btn-group+.btn-group {
    margin-top: -1px;
    margin-left: 0
}

.btn-group-vertical>.btn:not(:first-child):not(:last-child) {
    border-radius: 0
}

.btn-group-vertical>.btn:first-child:not(:last-child) {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn:last-child:not(:first-child) {
    border-bottom-left-radius: 4px;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0
}

.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate
}

.btn-group-justified>.btn,
.btn-group-justified>.btn-group {
    float: none;
    display: table-cell;
    width: 1%
}

.btn-group-justified>.btn-group .btn {
    width: 100%
}

.btn-group-justified>.btn-group .dropdown-menu {
    left: auto
}

[data-toggle="buttons"]>.btn input[type="radio"],
[data-toggle="buttons"]>.btn-group>.btn input[type="radio"],
[data-toggle="buttons"]>.btn input[type="checkbox"],
[data-toggle="buttons"]>.btn-group>.btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate
}

.input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0
}

.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn {
    height: 45px;
    padding: 10px 16px;
    font-size: 17px;
    line-height: 1.3333333;
    border-radius: 6px
}

select.input-group-lg>.form-control,
select.input-group-lg>.input-group-addon,
select.input-group-lg>.input-group-btn>.btn {
    height: 45px;
    line-height: 45px
}

textarea.input-group-lg>.form-control,
textarea.input-group-lg>.input-group-addon,
textarea.input-group-lg>.input-group-btn>.btn,
select[multiple].input-group-lg>.form-control,
select[multiple].input-group-lg>.input-group-addon,
select[multiple].input-group-lg>.input-group-btn>.btn {
    height: auto
}

.input-group-sm>.form-control,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.btn {
    height: 31px;
    padding: 5px 10px;
    font-size: 13px;
    line-height: 1.5;
    border-radius: 3px
}

select.input-group-sm>.form-control,
select.input-group-sm>.input-group-addon,
select.input-group-sm>.input-group-btn>.btn {
    height: 31px;
    line-height: 31px
}

textarea.input-group-sm>.form-control,
textarea.input-group-sm>.input-group-addon,
textarea.input-group-sm>.input-group-btn>.btn,
select[multiple].input-group-sm>.form-control,
select[multiple].input-group-sm>.input-group-addon,
select[multiple].input-group-sm>.input-group-btn>.btn {
    height: auto
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
    display: table-cell
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0
}

.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 15px;
    font-weight: normal;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px
}

.input-group-addon.input-sm {
    padding: 5px 10px;
    font-size: 13px;
    border-radius: 3px
}

.input-group-addon.input-lg {
    padding: 10px 16px;
    font-size: 17px;
    border-radius: 6px
}

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
    margin-top: 0
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group>.btn,
.input-group-btn:first-child>.dropdown-toggle,
.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child>.btn-group:not(:last-child)>.btn {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.input-group-addon:first-child {
    border-right: 0
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group>.btn,
.input-group-btn:last-child>.dropdown-toggle,
.input-group-btn:first-child>.btn:not(:first-child),
.input-group-btn:first-child>.btn-group:not(:first-child)>.btn {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.input-group-addon:last-child {
    border-left: 0
}

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap
}

.input-group-btn>.btn {
    position: relative
}

.input-group-btn>.btn+.btn {
    margin-left: -1px
}

.input-group-btn>.btn:hover,
.input-group-btn>.btn:focus,
.input-group-btn>.btn:active {
    z-index: 2
}

.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group {
    margin-right: -1px
}

.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group {
    margin-left: -1px
}

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none
}

.nav>li {
    position: relative;
    display: block
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px
}

.nav>li>a:hover,
.nav>li>a:focus {
    text-decoration: none;
    background-color: #eee
}

.nav>li.disabled>a {
    color: #777
}

.nav>li.disabled>a:hover,
.nav>li.disabled>a:focus {
    color: #777;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
    background-color: #eee;
    border-color: #428bca
}

.nav .nav-divider {
    height: 1px;
    margin: 9.5px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.nav>li>a>img {
    max-width: none
}

.nav-tabs {
    border-bottom: 1px solid #ddd
}

.nav-tabs>li {
    float: left;
    margin-bottom: -1px
}

.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0
}

.nav-tabs>li>a:hover {
    border-color: #eee #eee #ddd
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    color: #555;
    background-color: #fffafd;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default
}

.nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0
}

.nav-tabs.nav-justified>li {
    float: none
}

.nav-tabs.nav-justified>li>a {
    text-align: center;
    margin-bottom: 5px
}

.nav-tabs.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto
}

@media (min-width:768px) {
    .nav-tabs.nav-justified>li {
        display: table-cell;
        width: 1%
    }
    .nav-tabs.nav-justified>li>a {
        margin-bottom: 0
    }
}

.nav-tabs.nav-justified>li>a {
    margin-right: 0;
    border-radius: 4px
}

.nav-tabs.nav-justified>.active>a,
.nav-tabs.nav-justified>.active>a:hover,
.nav-tabs.nav-justified>.active>a:focus {
    border: 1px solid #ddd
}

@media (min-width:768px) {
    .nav-tabs.nav-justified>li>a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }
    .nav-tabs.nav-justified>.active>a,
    .nav-tabs.nav-justified>.active>a:hover,
    .nav-tabs.nav-justified>.active>a:focus {
        border-bottom-color: #fffafd
    }
}

.nav-pills>li {
    float: left
}

.nav-pills>li>a {
    border-radius: 4px
}

.nav-pills>li+li {
    margin-left: 2px
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
    color: #fff;
    background-color: #b5ab81
}

.nav-stacked>li {
    float: none
}

.nav-stacked>li+li {
    margin-top: 2px;
    margin-left: 0
}

.nav-justified {
    width: 100%
}

.nav-justified>li {
    float: none
}

.nav-justified>li>a {
    text-align: center;
    margin-bottom: 5px
}

.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto
}

@media (min-width:768px) {
    .nav-justified>li {
        display: table-cell;
        width: 1%
    }
    .nav-justified>li>a {
        margin-bottom: 0
    }
}

.nav-tabs-justified {
    border-bottom: 0
}

.nav-tabs-justified>li>a {
    margin-right: 0;
    border-radius: 4px
}

.nav-tabs-justified>.active>a,
.nav-tabs-justified>.active>a:hover,
.nav-tabs-justified>.active>a:focus {
    border: 1px solid #ddd
}

@media (min-width:768px) {
    .nav-tabs-justified>li>a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }
    .nav-tabs-justified>.active>a,
    .nav-tabs-justified>.active>a:hover,
    .nav-tabs-justified>.active>a:focus {
        border-bottom-color: #fffafd
    }
}

.tab-content>.tab-pane {
    display: none;
    visibility: hidden
}

.tab-content>.active {
    display: block;
    visibility: visible
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.navbar {
    position: relative;
    min-height: 70px;
    margin-bottom: 21px;
    border: 1px solid transparent
}

@media (min-width:768px) {
    .navbar {
        border-radius: 4px
    }
}

@media (min-width:768px) {
    .navbar-header {
        float: left
    }
}

.navbar-collapse {
    overflow-x: visible;
    padding-right: 15px;
    padding-left: 15px;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    -webkit-overflow-scrolling: touch
}

.navbar-collapse.in {
    overflow-y: auto
}

@media (min-width:768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none
    }
    .navbar-collapse.collapse {
        display: block !important;
        visibility: visible !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important
    }
    .navbar-collapse.in {
        overflow-y: visible
    }
    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0
    }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
    max-height: 340px
}

@media (max-device-width:480px) and (orientation:landscape) {
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        max-height: 200px
    }
}

.container>.navbar-header,
.container-fluid>.navbar-header,
.container>.navbar-collapse,
.container-fluid>.navbar-collapse {
    margin-right: -15px;
    margin-left: -15px
}

@media (min-width:768px) {
    .container>.navbar-header,
    .container-fluid>.navbar-header,
    .container>.navbar-collapse,
    .container-fluid>.navbar-collapse {
        margin-right: 0;
        margin-left: 0
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px
}

@media (min-width:768px) {
    .navbar-static-top {
        border-radius: 0
    }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

@media (min-width:768px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
        border-radius: 0
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0
}

.navbar-brand {
    float: left;
    padding: 24.5px 15px;
    font-size: 17px;
    line-height: 21px;
    height: 70px
}

.navbar-brand:hover,
.navbar-brand:focus {
    text-decoration: none
}

.navbar-brand>img {
    display: block
}

@media (min-width:768px) {
    .navbar>.container .navbar-brand,
    .navbar>.container-fluid .navbar-brand {
        margin-left: -15px
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 18px;
    margin-bottom: 18px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}

.navbar-toggle:focus {
    outline: 0
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px
}

@media (min-width:768px) {
    .navbar-toggle {
        display: none
    }
}

.navbar-nav {
    margin: 12.25px -15px
}

.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 21px
}

@media (max-width:767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none
    }
    .navbar-nav .open .dropdown-menu>li>a,
    .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px
    }
    .navbar-nav .open .dropdown-menu>li>a {
        line-height: 21px
    }
    .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-nav .open .dropdown-menu>li>a:focus {
        background-image: none
    }
}

@media (min-width:768px) {
    .navbar-nav {
        float: left;
        margin: 0
    }
    .navbar-nav>li {
        float: left
    }
    .navbar-nav>li>a {
        padding-top: 24.5px;
        padding-bottom: 24.5px
    }
}

.navbar-form {
    margin-left: -15px;
    margin-right: -15px;
    padding: 10px 15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    margin-top: 17.5px;
    margin-bottom: 17.5px
}

@media (min-width:768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }
    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }
    .navbar-form .form-control-static {
        display: inline-block
    }
    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle
    }
    .navbar-form .input-group .input-group-addon,
    .navbar-form .input-group .input-group-btn,
    .navbar-form .input-group .form-control {
        width: auto
    }
    .navbar-form .input-group>.form-control {
        width: 100%
    }
    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }
    .navbar-form .radio,
    .navbar-form .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }
    .navbar-form .radio label,
    .navbar-form .checkbox label {
        padding-left: 0
    }
    .navbar-form .radio input[type="radio"],
    .navbar-form .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0
    }
    .navbar-form .has-feedback .form-control-feedback {
        top: 0
    }
}

@media (max-width:767px) {
    .navbar-form .form-group {
        margin-bottom: 5px
    }
    .navbar-form .form-group:last-child {
        margin-bottom: 0
    }
}

@media (min-width:768px) {
    .navbar-form {
        width: auto;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        box-shadow: none
    }
}

.navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
    margin-bottom: 0;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.navbar-btn {
    margin-top: 17.5px;
    margin-bottom: 17.5px
}

.navbar-btn.btn-sm {
    margin-top: 19.5px;
    margin-bottom: 19.5px
}

.navbar-btn.btn-xs {
    margin-top: 24px;
    margin-bottom: 24px
}

.navbar-text {
    margin-top: 24.5px;
    margin-bottom: 24.5px
}

@media (min-width:768px) {
    .navbar-text {
        float: left;
        margin-left: 15px;
        margin-right: 15px
    }
}

@media (min-width:768px) {
    .navbar-left {
        float: left !important
    }
    .navbar-right {
        float: right !important;
        margin-right: -15px
    }
    .navbar-right~.navbar-right {
        margin-right: 0
    }
}

.navbar-default {
    background-color: #e4e1d3;
    border-color: #e5e5e5
}

.navbar-default .navbar-brand {
    color: #3b3b3b
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: #702d51;
    background-color: #cbc9bf
}

.navbar-default .navbar-text {
    color: #333
}

.navbar-default .navbar-nav>li>a {
    color: #3b3b3b
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    color: #702d51;
    background-color: #cbc9bf
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #555;
    background-color: #d7d3be
}

.navbar-default .navbar-nav>.disabled>a,
.navbar-default .navbar-nav>.disabled>a:hover,
.navbar-default .navbar-nav>.disabled>a:focus {
    color: #ccc;
    background-color: transparent
}

.navbar-default .navbar-toggle {
    border-color: #f5f5f5
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #e5e5e5
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #888
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #e5e5e5
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
    background-color: #d7d3be;
    color: #555
}

@media (max-width:767px) {
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #3b3b3b
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
        color: #702d51;
        background-color: #cbc9bf
    }
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus {
        color: #555;
        background-color: #d7d3be
    }
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus {
        color: #ccc;
        background-color: transparent
    }
}

.navbar-default .navbar-link {
    color: #3b3b3b
}

.navbar-default .navbar-link:hover {
    color: #702d51
}

.navbar-default .btn-link {
    color: #3b3b3b
}

.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
    color: #702d51
}

.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
    color: #ccc
}

.navbar-inverse {
    background-color: #222;
    border-color: #080808
}

.navbar-inverse .navbar-brand {
    color: #9d9d9d
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-text {
    color: #9d9d9d
}

.navbar-inverse .navbar-nav>li>a {
    color: #9d9d9d
}

.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>.active>a:focus {
    color: #fff;
    background-color: #080808
}

.navbar-inverse .navbar-nav>.disabled>a,
.navbar-inverse .navbar-nav>.disabled>a:hover,
.navbar-inverse .navbar-nav>.disabled>a:focus {
    color: #444;
    background-color: transparent
}

.navbar-inverse .navbar-toggle {
    border-color: #333
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
    background-color: #333
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: #101010
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:hover,
.navbar-inverse .navbar-nav>.open>a:focus {
    background-color: #080808;
    color: #fff
}

@media (max-width:767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
        border-color: #080808
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #080808
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: #9d9d9d
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus {
        color: #fff;
        background-color: transparent
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus {
        color: #fff;
        background-color: #080808
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus {
        color: #444;
        background-color: transparent
    }
}

.navbar-inverse .navbar-link {
    color: #9d9d9d
}

.navbar-inverse .navbar-link:hover {
    color: #fff
}

.navbar-inverse .btn-link {
    color: #9d9d9d
}

.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
    color: #fff
}

.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
    color: #444
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 21px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px
}

.breadcrumb>li {
    display: inline-block
}

.breadcrumb>li+li:before {
    content: "/\00a0";
    padding: 0 5px;
    color: #ccc
}

.breadcrumb>.active {
    color: #777
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 21px 0;
    border-radius: 4px
}

.pagination>li {
    display: inline
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #428bca;
    background-color: #e1ded1;
    border: 1px solid #fff;
    margin-left: -1px
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
    color: #702d51;
    background-color: #ddd;
    border-color: #ccc
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    z-index: 2;
    color: #fff;
    background-color: #c8c6ba;
    border-color: #aaa;
    cursor: default
}

.pagination>.disabled>span,
.pagination>.disabled>span:hover,
.pagination>.disabled>span:focus,
.pagination>.disabled>a,
.pagination>.disabled>a:hover,
.pagination>.disabled>a:focus {
    color: #fff;
    background-color: #c8c6ba;
    border-color: #ddd;
    cursor: not-allowed
}

.pagination-lg>li>a,
.pagination-lg>li>span {
    padding: 10px 16px;
    font-size: 17px
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px
}

.pagination-sm>li>a,
.pagination-sm>li>span {
    padding: 5px 10px;
    font-size: 13px
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px
}

.pager {
    padding-left: 0;
    margin: 21px 0;
    list-style: none;
    text-align: center
}

.pager li {
    display: inline
}

.pager li>a,
.pager li>span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #f3f3f3;
    border: 1px solid #4c1e37;
    border-radius: 12px
}

.pager li>a:hover,
.pager li>a:focus {
    text-decoration: none;
    background-color: #fff
}

.pager .next>a,
.pager .next>span {
    float: right
}

.pager .previous>a,
.pager .previous>span {
    float: left
}

.pager .disabled>a,
.pager .disabled>a:hover,
.pager .disabled>a:focus,
.pager .disabled>span {
    color: #fff;
    background-color: #f3f3f3;
    cursor: not-allowed
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em
}

a.label:hover,
a.label:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.label:empty {
    display: none
}

.btn .label {
    position: relative;
    top: -1px
}

.label-default {
    background-color: #777
}

.label-default[href]:hover,
.label-default[href]:focus {
    background-color: #5e5e5e
}

.label-primary {
    background-color: #b5ab81
}

.label-primary[href]:hover,
.label-primary[href]:focus {
    background-color: #a29561
}

.label-success {
    background-color: #5cb85c
}

.label-success[href]:hover,
.label-success[href]:focus {
    background-color: #449d44
}

.label-info {
    background-color: #8c6aa9
}

.label-info[href]:hover,
.label-info[href]:focus {
    background-color: #72528e
}

.label-warning {
    background-color: #f0ad4e
}

.label-warning[href]:hover,
.label-warning[href]:focus {
    background-color: #ec971f
}

.label-danger {
    background-color: #d9534f
}

.label-danger[href]:hover,
.label-danger[href]:focus {
    background-color: #c9302c
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 21px;
    line-height: 1.42857143;
    background-color: #fffafd;
    border: 1px solid #ddd;
    border-radius: 4px;
    transition: border .2s ease-in-out
}

.thumbnail>img,
.thumbnail a>img {
    margin-left: auto;
    margin-right: auto
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
    border-color: #428bca
}

.thumbnail .caption {
    padding: 9px;
    color: #333
}

.alert {
    padding: 15px;
    margin-bottom: 21px;
    border: 1px solid transparent;
    border-radius: 4px
}

.alert h4 {
    margin-top: 0;
    color: inherit
}

.alert .alert-link {
    font-weight: bold
}

.alert>p,
.alert>ul {
    margin-bottom: 0
}

.alert>p+p {
    margin-top: 5px
}

.alert-dismissable,
.alert-dismissible {
    padding-right: 35px
}

.alert-dismissable .close,
.alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit
}

.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d
}

.alert-success hr {
    border-top-color: #c9e2b3
}

.alert-success .alert-link {
    color: #2b542c
}

.alert-info {
    background-color: #f0ebf4;
    border-color: #dbd5e7;
    color: #6c5c7a
}

.alert-info hr {
    border-top-color: #cec5dd
}

.alert-info .alert-link {
    color: #52465d
}

.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b
}

.alert-warning hr {
    border-top-color: #f7e1b5
}

.alert-warning .alert-link {
    color: #66512c
}

.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442
}

.alert-danger hr {
    border-top-color: #e4b9c0
}

.alert-danger .alert-link {
    color: #843534
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}

.progress {
    overflow: hidden;
    height: 21px;
    margin-bottom: 21px;
    background-color: #f5f5f5;
    border-radius: 4px;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1)
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 13px;
    line-height: 21px;
    color: #fff;
    text-align: center;
    background-color: #b5ab81;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    transition: width .6s ease
}

.progress-striped .progress-bar,
.progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 40px 40px
}

.progress.active .progress-bar,
.progress-bar.active {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite
}

.progress-bar-success {
    background-color: #5cb85c
}

.progress-striped .progress-bar-success {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}

.progress-bar-info {
    background-color: #8c6aa9
}

.progress-striped .progress-bar-info {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}

.progress-bar-warning {
    background-color: #f0ad4e
}

.progress-striped .progress-bar-warning {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}

.progress-bar-danger {
    background-color: #d9534f
}

.progress-striped .progress-bar-danger {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}

.list-group {
    margin-bottom: 20px;
    padding-left: 0
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd
}

.list-group-item:first-child {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

a.list-group-item {
    color: #555
}

a.list-group-item .list-group-item-heading {
    color: #333
}

a.list-group-item:hover,
a.list-group-item:focus {
    text-decoration: none;
    color: #555;
    background-color: #f5f5f5
}

.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
    background-color: #eee;
    color: #777;
    cursor: not-allowed
}

.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
    color: inherit
}

.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
    color: #777
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #b5ab81;
    border-color: #b5ab81
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading>small,
.list-group-item.active:hover .list-group-item-heading>small,
.list-group-item.active:focus .list-group-item-heading>small,
.list-group-item.active .list-group-item-heading>.small,
.list-group-item.active:hover .list-group-item-heading>.small,
.list-group-item.active:focus .list-group-item-heading>.small {
    color: inherit
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
    color: #fff
}

.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8
}

a.list-group-item-success {
    color: #3c763d
}

a.list-group-item-success .list-group-item-heading {
    color: inherit
}

a.list-group-item-success:hover,
a.list-group-item-success:focus {
    color: #3c763d;
    background-color: #d0e9c6
}

a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d
}

.list-group-item-info {
    color: #6c5c7a;
    background-color: #f0ebf4
}

a.list-group-item-info {
    color: #6c5c7a
}

a.list-group-item-info .list-group-item-heading {
    color: inherit
}

a.list-group-item-info:hover,
a.list-group-item-info:focus {
    color: #6c5c7a;
    background-color: #e3dbea
}

a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
    color: #fff;
    background-color: #6c5c7a;
    border-color: #6c5c7a
}

.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3
}

a.list-group-item-warning {
    color: #8a6d3b
}

a.list-group-item-warning .list-group-item-heading {
    color: inherit
}

a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #faf2cc
}

a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b
}

.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede
}

a.list-group-item-danger {
    color: #a94442
}

a.list-group-item-danger .list-group-item-heading {
    color: inherit
}

a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
    color: #a94442;
    background-color: #ebcccc
}

a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442
}

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3
}

.panel {
    margin-bottom: 21px;
    background-color: #fafafa;
    border: 1px solid transparent;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05)
}

.panel-body {
    padding: 15px
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}

.panel-heading>.dropdown .dropdown-toggle {
    color: inherit
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 17px;
    color: inherit
}

.panel-title>a,
.panel-title>small,
.panel-title>.small,
.panel-title>small>a,
.panel-title>.small>a {
    color: inherit
}

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel>.list-group,
.panel>.panel-collapse>.list-group {
    margin-bottom: 0
}

.panel>.list-group .list-group-item,
.panel>.panel-collapse>.list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0
}

.panel>.list-group:first-child .list-group-item:first-child,
.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}

.panel>.list-group:last-child .list-group-item:last-child,
.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel-heading+.list-group .list-group-item:first-child {
    border-top-width: 0
}

.list-group+.panel-footer {
    border-top-width: 0
}

.panel>.table,
.panel>.table-responsive>.table,
.panel>.panel-collapse>.table {
    margin-bottom: 0
}

.panel>.table caption,
.panel>.table-responsive>.table caption,
.panel>.panel-collapse>.table caption {
    padding-left: 15px;
    padding-right: 15px
}

.panel>.table:first-child,
.panel>.table-responsive:first-child>.table:first-child {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}

.panel>.table:first-child>thead:first-child>tr:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child {
    border-top-left-radius: 3px
}

.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child {
    border-top-right-radius: 3px
}

.panel>.table:last-child,
.panel>.table-responsive:last-child>.table:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px
}

.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
    border-bottom-left-radius: 3px
}

.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
    border-bottom-right-radius: 3px
}

.panel>.panel-body+.table,
.panel>.panel-body+.table-responsive,
.panel>.table+.panel-body,
.panel>.table-responsive+.panel-body {
    border-top: 1px solid #ddd
}

.panel>.table>tbody:first-child>tr:first-child th,
.panel>.table>tbody:first-child>tr:first-child td {
    border-top: 0
}

.panel>.table-bordered,
.panel>.table-responsive>.table-bordered {
    border: 0
}

.panel>.table-bordered>thead>tr>th:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:first-child,
.panel>.table-bordered>tbody>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,
.panel>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-bordered>thead>tr>td:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,
.panel>.table-bordered>tbody>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,
.panel>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child {
    border-left: 0
}

.panel>.table-bordered>thead>tr>th:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:last-child,
.panel>.table-bordered>tbody>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,
.panel>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-bordered>thead>tr>td:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,
.panel>.table-bordered>tbody>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,
.panel>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child {
    border-right: 0
}

.panel>.table-bordered>thead>tr:first-child>td,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,
.panel>.table-bordered>tbody>tr:first-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,
.panel>.table-bordered>thead>tr:first-child>th,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>th,
.panel>.table-bordered>tbody>tr:first-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th {
    border-bottom: 0
}

.panel>.table-bordered>tbody>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,
.panel>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-bordered>tbody>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,
.panel>.table-bordered>tfoot>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th {
    border-bottom: 0
}

.panel>.table-responsive {
    border: 0;
    margin-bottom: 0
}

.panel-group {
    margin-bottom: 21px
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px
}

.panel-group .panel+.panel {
    margin-top: 5px
}

.panel-group .panel-heading {
    border-bottom: 0
}

.panel-group .panel-heading+.panel-collapse>.panel-body,
.panel-group .panel-heading+.panel-collapse>.list-group {
    border-top: 1px solid #ddd
}

.panel-group .panel-footer {
    border-top: 0
}

.panel-group .panel-footer+.panel-collapse .panel-body {
    border-bottom: 1px solid #ddd
}

.panel-default {
    border-color: #ddd
}

.panel-default>.panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ddd
}

.panel-default>.panel-heading .badge {
    color: #f5f5f5;
    background-color: #333
}

.panel-default>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ddd
}

.panel-primary {
    border-color: #b5ab81
}

.panel-primary>.panel-heading {
    color: #fff;
    background-color: #b5ab81;
    border-color: #b5ab81
}

.panel-primary>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #b5ab81
}

.panel-primary>.panel-heading .badge {
    color: #b5ab81;
    background-color: #fff
}

.panel-primary>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #b5ab81
}

.panel-success {
    border-color: #d6e9c6
}

.panel-success>.panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

.panel-success>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #d6e9c6
}

.panel-success>.panel-heading .badge {
    color: #dff0d8;
    background-color: #3c763d
}

.panel-success>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #d6e9c6
}

.panel-info {
    border-color: #dbd5e7
}

.panel-info>.panel-heading {
    color: #6c5c7a;
    background-color: #f0ebf4;
    border-color: #dbd5e7
}

.panel-info>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #dbd5e7
}

.panel-info>.panel-heading .badge {
    color: #f0ebf4;
    background-color: #6c5c7a
}

.panel-info>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #dbd5e7
}

.panel-warning {
    border-color: #faebcc
}

.panel-warning>.panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc
}

.panel-warning>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #faebcc
}

.panel-warning>.panel-heading .badge {
    color: #fcf8e3;
    background-color: #8a6d3b
}

.panel-warning>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #faebcc
}

.panel-danger {
    border-color: #ebccd1
}

.panel-danger>.panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1
}

.panel-danger>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ebccd1
}

.panel-danger>.panel-heading .badge {
    color: #f2dede;
    background-color: #a94442
}

.panel-danger>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ebccd1
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0
}

.embed-responsive.embed-responsive-16by9 {
    padding-bottom: 56.25%
}

.embed-responsive.embed-responsive-4by3 {
    padding-bottom: 75%
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05)
}

.well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15)
}

.well-lg {
    padding: 24px;
    border-radius: 6px
}

.well-sm {
    padding: 9px;
    border-radius: 3px
}

.close {
    float: right;
    font-size: 22.5px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    /* filter: alpha(opacity=20) */
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .5;
    filter: alpha(opacity=50)
}

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none
}

.modal-open {
    overflow: hidden
}

.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    transform: translate(0, -25%);
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: 0
}

.modal-backdrop {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0)
}

.modal-backdrop.in {
    opacity: .5;
    filter: alpha(opacity=50)
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.42857143px
}

.modal-header .close {
    margin-top: -2px
}

.modal-title {
    margin: 0;
    line-height: 1.42857143
}

.modal-body {
    position: relative;
    padding: 15px
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

.modal-footer .btn+.btn {
    margin-left: 5px;
    margin-bottom: 0
}

.modal-footer .btn-group .btn+.btn {
    margin-left: -1px
}

.modal-footer .btn-block+.btn-block {
    margin-left: 0
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width:768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto
    }
    .modal-content {
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5)
    }
    .modal-sm {
        width: 300px
    }
}

@media (min-width:992px) {
    .modal-lg {
        width: 900px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    visibility: visible;
    font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-weight: normal;
    line-height: 1.4;
    opacity: 0;
    filter: alpha(opacity=0)
}

.tooltip.in {
    opacity: .9;
    filter: alpha(opacity=90)
}

.tooltip.top {
    margin-top: -3px;
    padding: 5px 0
}

.tooltip.right {
    margin-left: 3px;
    padding: 0 5px
}

.tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0
}

.tooltip.left {
    margin-left: -3px;
    padding: 0 5px
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #15080f;
    border-radius: 4px
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #15080f
}

.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    right: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #15080f
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #15080f
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #15080f
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #15080f
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #15080f
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #15080f
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #15080f
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 15px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: left;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    white-space: normal
}

.popover.top {
    margin-top: -10px
}

.popover.right {
    margin-left: 10px
}

.popover.bottom {
    margin-top: 10px
}

.popover.left {
    margin-left: -10px
}

.popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 15px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0
}

.popover-content {
    padding: 9px 14px
}

.popover>.arrow,
.popover>.arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.popover>.arrow {
    border-width: 11px
}

.popover>.arrow:after {
    border-width: 10px;
    content: ""
}

.popover.top>.arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, 0.25);
    bottom: -11px
}

.popover.top>.arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff
}

.popover.right>.arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, 0.25)
}

.popover.right>.arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff
}

.popover.bottom>.arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, 0.25);
    top: -11px
}

.popover.bottom>.arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff
}

.popover.left>.arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, 0.25)
}

.popover.left>.arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px
}

.carousel {
    position: relative
}

.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%
}

.carousel-inner>.item {
    display: none;
    position: relative;
    transition: .6s ease-in-out left
}

.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
    line-height: 1
}

@media all and (transform-3d),
(-webkit-transform-3d) {
    .carousel-inner>.item {
        transition: -webkit-transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000;
        perspective: 1000
    }
    .carousel-inner>.item.next,
    .carousel-inner>.item.active.right {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        left: 0
    }
    .carousel-inner>.item.prev,
    .carousel-inner>.item.active.left {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        left: 0
    }
    .carousel-inner>.item.next.left,
    .carousel-inner>.item.prev.right,
    .carousel-inner>.item.active {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        left: 0
    }
}

.carousel-inner>.active,
.carousel-inner>.next,
.carousel-inner>.prev {
    display: block
}

.carousel-inner>.active {
    left: 0
}

.carousel-inner>.next,
.carousel-inner>.prev {
    position: absolute;
    top: 0;
    width: 100%
}

.carousel-inner>.next {
    left: 100%
}

.carousel-inner>.prev {
    left: -100%
}

.carousel-inner>.next.left,
.carousel-inner>.prev.right {
    left: 0
}

.carousel-inner>.active.left {
    left: -100%
}

.carousel-inner>.active.right {
    left: 100%
}

.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: .5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6)
}

.carousel-control.left {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1)
}

.carousel-control.right {
    left: auto;
    right: 0;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1)
}

.carousel-control:hover,
.carousel-control:focus {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: .9;
    filter: alpha(opacity=90)
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    line-height: 1;
    font-family: serif
}

.carousel-control .icon-prev:before {
    content: '\2039'
}

.carousel-control .icon-next:before {
    content: '\203a'
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0)
}

.carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff
}

.carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6)
}

.carousel-caption .btn {
    text-shadow: none
}

@media screen and (min-width:768px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        font-size: 30px
    }
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        margin-left: -15px
    }
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        margin-right: -15px
    }
    .carousel-caption {
        left: 20%;
        right: 20%;
        padding-bottom: 30px
    }
    .carousel-indicators {
        bottom: 20px
    }
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical>.btn-group:before,
.btn-group-vertical>.btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
    content: " ";
    display: table
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical>.btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
    clear: both
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.hidden {
    display: none !important;
    visibility: hidden !important
}

.affix {
    position: fixed
}

@-ms-viewport {
    width: device-width
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
    display: none !important
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none !important
}

@media (max-width:639px) {
    .visible-xs {
        display: block !important
    }
    table.visible-xs {
        display: table
    }
    tr.visible-xs {
        display: table-row !important
    }
    th.visible-xs,
    td.visible-xs {
        display: table-cell !important
    }
}

@media (max-width:639px) {
    .visible-xs-block {
        display: block !important
    }
}

@media (max-width:639px) {
    .visible-xs-inline {
        display: inline !important
    }
}

@media (max-width:639px) {
    .visible-xs-inline-block {
        display: inline-block !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm {
        display: block !important
    }
    table.visible-sm {
        display: table
    }
    tr.visible-sm {
        display: table-row !important
    }
    th.visible-sm,
    td.visible-sm {
        display: table-cell !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-block {
        display: block !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-inline {
        display: inline !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-inline-block {
        display: inline-block !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md {
        display: block !important
    }
    table.visible-md {
        display: table
    }
    tr.visible-md {
        display: table-row !important
    }
    th.visible-md,
    td.visible-md {
        display: table-cell !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-block {
        display: block !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-inline {
        display: inline !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-inline-block {
        display: inline-block !important
    }
}

@media (min-width:1200px) {
    .visible-lg {
        display: block !important
    }
    table.visible-lg {
        display: table
    }
    tr.visible-lg {
        display: table-row !important
    }
    th.visible-lg,
    td.visible-lg {
        display: table-cell !important
    }
}

@media (min-width:1200px) {
    .visible-lg-block {
        display: block !important
    }
}

@media (min-width:1200px) {
    .visible-lg-inline {
        display: inline !important
    }
}

@media (min-width:1200px) {
    .visible-lg-inline-block {
        display: inline-block !important
    }
}

@media (max-width:639px) {
    .hidden-xs {
        display: none !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .hidden-sm {
        display: none !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .hidden-md {
        display: none !important
    }
}

@media (min-width:1200px) {
    .hidden-lg {
        display: none !important
    }
}

.visible-print {
    display: none !important
}

@media print {
    .visible-print {
        display: block !important
    }
    table.visible-print {
        display: table
    }
    tr.visible-print {
        display: table-row !important
    }
    th.visible-print,
    td.visible-print {
        display: table-cell !important
    }
}

.visible-print-block {
    display: none !important
}

@media print {
    .visible-print-block {
        display: block !important
    }
}

.visible-print-inline {
    display: none !important
}

@media print {
    .visible-print-inline {
        display: inline !important
    }
}

.visible-print-inline-block {
    display: none !important
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important
    }
}

@media print {
    .hidden-print {
        display: none !important
    }
}

.visible-ms {
    display: none !important
}

.visible-ms-block,
.visible-ms-inline,
.visible-ms-inline-block {
    display: none !important
}

@media (min-width:640px) and (max-width:767px) {
    .visible-ms {
        display: block !important
    }
    table.visible-ms {
        display: table
    }
    tr.visible-ms {
        display: table-row !important
    }
    th.visible-ms,
    td.visible-ms {
        display: table-cell !important
    }
}

@media (min-width:640px) and (max-width:767px) {
    .visible-ms-block {
        display: block !important
    }
}

@media (min-width:640px) and (max-width:767px) {
    .visible-ms-inline {
        display: inline !important
    }
}

@media (min-width:640px) and (max-width:767px) {
    .visible-ms-inline-block {
        display: inline-block !important
    }
}

@media (min-width:640px) and (max-width:767px) {
    .hidden-ms {
        display: none !important
    }
}

.bootstrap-switch {
    display: inline-block;
    direction: ltr;
    cursor: pointer;
    border-radius: 4px;
    border: 1px solid;
    border-color: #aaa;
    position: relative;
    text-align: left;
    overflow: hidden;
    line-height: 8px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.bootstrap-switch .bootstrap-switch-container {
    display: inline-block;
    top: 0;
    border-radius: 4px;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.bootstrap-switch .bootstrap-switch-handle-on,
.bootstrap-switch .bootstrap-switch-handle-off,
.bootstrap-switch .bootstrap-switch-label {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block !important;
    height: 100%;
    padding: 6px 12px;
    font-size: 15px;
    line-height: 21px
}

.bootstrap-switch .bootstrap-switch-handle-on,
.bootstrap-switch .bootstrap-switch-handle-off {
    text-align: center;
    z-index: 1
}

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary {
    color: #fff;
    background: #b5ab81
}

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-info,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-info {
    color: #fff;
    background: #8c6aa9
}

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success {
    color: #fff;
    background: #5cb85c
}

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-warning,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-warning {
    background: #f0ad4e;
    color: #fff
}

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-danger,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-danger {
    color: #fff;
    background: #d9534f
}

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default {
    color: #000;
    background: #eee
}

.bootstrap-switch .bootstrap-switch-label {
    text-align: center;
    margin-top: -1px;
    margin-bottom: -1px;
    z-index: 100;
    color: #333;
    background: #f5f5f5
}

.bootstrap-switch .bootstrap-switch-handle-on {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px
}

.bootstrap-switch .bootstrap-switch-handle-off {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px
}

.bootstrap-switch input[type='radio'],
.bootstrap-switch input[type='checkbox'] {
    position: absolute !important;
    top: 0;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: -1
}

.bootstrap-switch input[type='radio'].form-control,
.bootstrap-switch input[type='checkbox'].form-control {
    height: auto
}

.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-label {
    padding: 1px 5px;
    font-size: 13px;
    line-height: 1.5
}

.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-label {
    padding: 5px 10px;
    font-size: 13px;
    line-height: 1.5
}

.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-label {
    padding: 6px 16px;
    font-size: 17px;
    line-height: 1.3333333
}

.bootstrap-switch.bootstrap-switch-disabled,
.bootstrap-switch.bootstrap-switch-readonly,
.bootstrap-switch.bootstrap-switch-indeterminate {
    cursor: default !important
}

.bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-label,
.bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-label,
.bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-label {
    opacity: .5;
    filter: alpha(opacity=50);
    cursor: default !important
}

.bootstrap-switch.bootstrap-switch-animate .bootstrap-switch-container {
    transition: margin-left .5s
}

.bootstrap-switch.bootstrap-switch-inverse .bootstrap-switch-handle-on {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px
}

.bootstrap-switch.bootstrap-switch-inverse .bootstrap-switch-handle-off {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px
}

.bootstrap-switch.bootstrap-switch-focused {
    border-color: #a58abc;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(165, 138, 188, 0.6)
}

.bootstrap-switch.bootstrap-switch-on .bootstrap-switch-label,
.bootstrap-switch.bootstrap-switch-inverse.bootstrap-switch-off .bootstrap-switch-label {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px
}

.bootstrap-switch.bootstrap-switch-off .bootstrap-switch-label,
.bootstrap-switch.bootstrap-switch-inverse.bootstrap-switch-on .bootstrap-switch-label {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px
}

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

[class^="icon-"],
[class*="lt-icon icon-"] {
    font-family: 'lt-icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    display: inline-block;
    position: relative;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-quiz:before {
    content: "\e007"
}

.icon-lock:before {
    content: "\e020"
}

.icon-locked:before {
    content: "\e609"
}

.icon-purchases:before {
    content: "\e61d"
}

.icon-no-entry:before {
    content: "\e60c"
}

.icon-at:before {
    content: "\e614"
}

.icon-info:before {
    content: "\e600"
}

.icon-close-footer:before {
    content: "\e607"
}

.icon-open-footer:before {
    content: "\e608"
}

.icon-upgrade:before {
    content: "\e604"
}

.icon-filter:before {
    content: "\e601"
}

.icon-x:before {
    content: "\f081"
}

.icon-lucky:before {
    content: "\e610"
}

.icon-affiliates:before {
    content: "\e612"
}

.icon-spinner:before {
    content: "\e60d"
}

.icon-search:before {
    content: "\e620"
}

.icon-settings:before {
    content: "\e618"
}

.icon-neutral:before {
    content: "\e621"
}

.icon-help-o:before {
    content: "\e616"
}

.icon-contact-o:before {
    content: "\e611"
}

.icon-g-plus-o:before {
    content: "\e61a"
}

.icon-fb-o:before {
    content: "\e61b"
}

.icon-tw-o:before {
    content: "\e61c"
}

.icon-reports:before {
    content: "\e61f"
}

.icon-sort-num:before {
    content: "\e60e"
}

.icon-sort-alpha:before {
    content: "\e60f"
}

.icon-online-readings:before {
    content: "\e035"
}

.icon-history:before {
    content: "\e619"
}

.icon-new:before {
    content: "\e60b"
}

.icon-all-readings:before {
    content: "\e603"
}

.icon-feedback:before {
    content: "\e622"
}

.icon-send:before {
    content: "\e61e"
}

.icon-share:before {
    content: "\e615"
}

.icon-poll-bar-chart:before {
    content: "\e623"
}

.icon-poll-pie-chart:before {
    content: "\e624"
}

.icon-user:before {
    content: "\e605"
}

.icon-decks:before {
    content: "\e617"
}

.icon-about-me:before {
    content: "\e613"
}

.icon-switch:before {
    content: "\e602"
}

.icon-back-to-top:before {
    content: "\e60a"
}

.icon-arrow-btn:before {
    content: "\e606"
}

.icon-envelope:before {
    content: "\f003"
}

.icon-heart:before {
    content: "\f004"
}

.icon-star:before {
    content: "\f005"
}

.icon-star-o:before {
    content: "\f006"
}

.icon-delete:before {
    content: "\f014"
}

.icon-download:before {
    content: "\f019"
}

.icon-edit:before {
    content: "\f044"
}

.icon-chevron-left:before {
    content: "\f053"
}

.icon-chevron-right:before {
    content: "\f054"
}

.icon-forward:before {
    content: "\f064"
}

.icon-plus:before {
    content: "\f067"
}

.icon-gift:before {
    content: "\f06b"
}

.icon-view:before {
    content: "\f06e"
}

.icon-my-lotus-tarot:before {
    content: "\f085"
}

.icon-chat:before {
    content: "\f086"
}

.icon-thumbs-up:before {
    content: "\f087"
}

.icon-thumbs-down:before {
    content: "\f088"
}

.icon-heart-o:before {
    content: "\f08a"
}

.icon-sign-out:before {
    content: "\f08b"
}

.icon-sign-in:before {
    content: "\f090"
}

.icon-phone:before {
    content: "\f095"
}

.icon-save:before {
    content: "\f0c7"
}

.icon-live-readings:before {
    content: "\f0e6"
}

.icon-bolt:before {
    content: "\f0e7"
}

.icon-quote-left:before {
    content: "\f10d"
}

.icon-back:before {
    content: "\f112"
}

.icon-smiley:before {
    content: "\f118"
}

.icon-question:before {
    content: "\f128"
}

.icon-puzzle-piece:before {
    content: "\f12e"
}

.icon-calendar:before {
    content: "\f133"
}

.icon-dollar:before {
    content: "\f155"
}

.icon-sort:before {
    content: "\f160"
}

.icon-btn {
    position: relative;
    top: 1px
}


.btn-beige {
    color: #0d0d0d;
    text-shadow: 1px 1px 2px #b3b3b3;
    background: #ece9da;
    background-image: linear-gradient(to bottom, #ece9da 0, #b4b2a8 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffece9da', endColorstr='#ffb4b2a8', GradientType=0);
    border: none
}

.btn-beige i {
    position: relative;
    top: 2px;
    padding: 0 0 0 4px;
    color: #4c1e37
}

.btn-default {
    background: #ededed;
    background-image: linear-gradient(to bottom, #ededed 0, #dbdbdb 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffededed', endColorstr='#ffdbdbdb', GradientType=0)
}

.btn-default .icon-arrow-btn {
    color: #888
}

.btn-default:hover,
.btn-beige:hover {
    background: #dbdbdb;
    background-image: linear-gradient(to bottom, #dbdbdb 0, #ededed 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffdbdbdb', endColorstr='#ffededed', GradientType=0);
    color: #702d51
}

.btn-default:hover .icon-btn,
.btn-beige:hover .icon-btn {
    color: inherit
}

.btn-primary {

}

.btn-primary:hover {
    background-color: #a89b6b
}

.btn-plain {
    background: none;
    background-color: #f5f5f5;
    box-shadow: none;
    border-color: #bbb
}

.btn-plain:hover,
.btn-plain:focus {
    background: none;
    background-color: #efefef
}

.btn-info-lite {
    background: none;
    background-color: #f8f6fa;
    border-color: #d9d0e2;
    box-shadow: none
}

.btn-info-lite:hover,
.btn-info-lite:focus {
    background: none;
    background-color: #f3eff7;
    border-color: #d1c7dc
}

.panel-lt {
    border-color: #cdc8b2
}

.panel-lt>.panel-heading {
    color: #817955;
    background-color: #e1ded1;
    border-color: #c0bfb7
}

.panel-lt>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #cdc8b2
}

.panel-lt>.panel-heading .badge {
    color: #e1ded1;
    background-color: #817955
}

.panel-lt>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #cdc8b2
}

.tooltip-inner {
    padding: 6px
}

.tooltip-inner em {
    color: #ff851b;
    text-shadow: 1px 1px 2px #444
}

.lt-orange {
    color: #ff851b
}

.lt-red {
    color: #f25139
}

.lt-green {
    color: #00a65a
}

.lt-blue {
    color: #428bca
}

.lt-lavendar {
    color: #8c6aa9
}

.lt-highlight {
    color: #702d51
}

.hand-font {
    font-family: 'Architects Daughter', cursive
}

.not-hand-font {
    font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif !important
}

.italic {
    font-style: italic
}

.highlight {
    color: #702d51;
    font-weight: 700
}

.text-shadow-minimal {
  color:#fff;
}

.smaller-line-height {
    line-height: 90%
}

.no-justify p {
    text-align: left !important
}

.small-caps {
    font-variant: small-caps
}

.icon-size-up {
    font-size: 1.2em;
    top: 2px
}

.icon-arrow-btn {
    position: relative;
    top: 1px;
    margin-left: 8px
}

.icon-before {
    margin-right: 8px
}

.icon-after {
    margin-left: 8px
}

.btn-after {
    margin-left: 20px
}

.icon-no-entry,
.no-entry {
    color: #f25139 !important
}

.icon-no-entry:before,
.no-entry:before {
    font-family: 'lt-icons';
    content: "\e60c";
    font-size: 1.1em;
    margin-right: 10px;
    top: 1px;
    position: relative
}

.icon-email {
    margin-left: 8px
}

.no-side-padding {
    padding-right: 0 !important;
    padding-left: 0 !important
}

@media (max-width:479px) {
    .hidden-xxs {
        display: none
    }
}

@media (max-width:639px) {
    .hidden-below-ms {
        display: none
    }
}

.nice-box {
    box-shadow: 2px 2px 4px #999;
    margin-bottom: 10px;
    border-radius: 10px;
    text-align: center
}

.flip-h {
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

a.asc,
a.desc {
    position: relative
}

a.asc:after {
    content: " \25B4";
    position: absolute;
    right: -12px;
    top: 1px;
    text-decoration: none
}

a.desc:after {
    content: " \25BE";
    position: absolute;
    right: -12px;
    top: 2px;
    text-decoration: none
}

body,
html {
    height: 100%
}

@media (max-width:480px) {
    h1 {
        font-size: 24px
    }
    h2 {
        font-size: 20px
    }
    h3 {
        font-size: 18px
    }
}

.page-header {
    margin: 21px 0;
    border-bottom: none;
    text-shadow: 1px 1px 2px #888;
    color: #7b3159;
    font-family: 'Architects Daughter', cursive
}

@media (max-width:480px) {
    .page-header {
        margin-top: 10px
    }
}

.back-to-top {
    position: fixed;
    bottom: 1em;
    right: 0;
    text-decoration: none;
    display: none;
    color: #ffa04e;
    background-color: #fff2e7;
    font-size: 24px;
    padding: 4px 4px 0 6px;
    opacity: .8;
    filter: alpha(opacity=80);
    border-top-left-radius: 14px;
    border-bottom-left-radius: 6px
}

@media (min-width:768px) {
    .back-to-top {
        font-size: 40px;
        border-top-left-radius: 24px
    }
}

.back-to-top:hover,
.back-to-top:focus {
    background-color: #fbcfc9;
    color: #f57b69
}

.bootstrap-switch .bootstrap-switch-handle-off {
    background-color: #e1dde4 !important
}

.bootstrap-switch .bootstrap-switch-handle-on {
    background-color: #d8eed8 !important;
    color: #27101c !important
}

.bootstrap-switch .bootstrap-switch-label {
    background-color: #f3f3f3;
    color: #702d51;
    font-variant: small-caps
}

.bootstrap-switch-mini .bootstrap-switch-handle-on,
.bootstrap-switch-mini .bootstrap-switch-handle-off {
    padding: 2px 5px !important
}

.share-widget {
    margin: 20px 0
}

@media (max-width:640px) {
    .share-widget {
        text-align: center
    }
}

.share-widget a {
    margin-right: 12px
}

.share-widget .a2a_button_facebook_like {
    position: relative;
    bottom: 5px
}

.share-widget .a2a_button_twitter_tweet:hover,
.share-widget .a2a_button_google_plusone:hover,
.share-widget .a2a_button_google_plus_share:hover {
    opacity: .8;
    filter: alpha(opacity=80)
}

.share-widget .a2a_button_google_plus_share {
    margin-right: 0
}

.share-widget .a2a_button_google_plusone {
    margin-right: 2px
}

.the-share-widget .share-icon-wrap,
.the-social-widget .share-icon-wrap {
    display: inline-block;
    padding: 0 1em
}

.the-share-widget i,
.the-social-widget i {
    font-size: 3.5em
}

.the-share-widget .share-icon,
.the-social-widget .share-icon {
    text-shadow: 1px 1px 2px #bbb;
    text-align: center
}

.the-share-widget .share-icon:hover,
.the-social-widget .share-icon:hover {
    color: #555
}

.the-share-widget .share-fb,
.the-social-widget .share-fb {
    color: #3b5998
}

.the-share-widget .share-g-plus,
.the-social-widget .share-g-plus {
    color: #dd4b39
}

.the-share-widget .share-tw,
.the-social-widget .share-tw {
    color: #55acee
}

.the-social-widget {
    width: 300px
}

@media (max-width:639px) {
    .the-social-widget {
        margin-left: auto;
        margin-right: auto
    }
}

.the-social-widget .fb-like,
.the-social-widget .g-plusone {
    display: block
}

.the-social-widget .fb-like-wrap {
    padding-top: 7px
}

.the-social-widget .g-plusone-wrap {
    position: relative;
    top: 2px
}

.the-social-widget .g-plusone-wrap:hover {
    opacity: .7
}

.the-social-widget .social-like {
    padding-right: 19px
}

.the-social-widget .social-tweet,
.the-social-widget .social-share,
.the-social-widget .social-like {
    display: inline-block;
    float: left
}

.the-social-widget i {
    font-size: 40px;
    margin: 10px 0
}

.the-social-widget .share-icon-wrap {
    padding: 0 0 0 5px
}

.the-social-widget .icon-text {
    text-shadow: none;
    padding: 1px 4px 2px 1px;
    position: relative;
    right: 12px;
    bottom: 3px;
    color: #fff;
    border-bottom-right-radius: 9px;
    border-top-right-radius: 9px;
    border-top-left-radius: 3px;
    font-size: 10px;
    font-family: arial
}

.the-social-widget .share-fb .icon-text {
    background-color: #3b5998
}

.the-social-widget .share-g-plus .icon-text {
    background-color: #dd4b39;
    right: 13px
}

.the-social-widget .share-tw .icon-text {
    background-color: #55acee
}

.the-social-widget .icon-text:hover {
    background-color: #555
}

.the-social-wrap {
    padding: 30px 0
}

.the-social-wrap h4 {
    margin: 0 0 24px
}

.icon-animate-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.icon-animate-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.reader-panel {
    padding: 0;
    border-radius: 8px
}

.reader-panel .reader-img {
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    width: 100%
}

.reader-panel .status {
    padding: 4px;
    color: #fff;
    text-align: center
}

.reader-panel .status-1,
.reader-panel .status-4,
.reader-panel .status-5 {
    background: #1aa44c
}

.reader-panel .status-0,
.reader-panel .status-3 {
    background: #bd6a5c
}

.reader-panel .status-2 {
    background: #eaa466
}

.reader-panel .reader-name {
    background: #555;
    color: #fff;
    padding: 4px;
    margin: 0;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px
}

.datepicker table tr td.today,
.datepicker table tr th.today {
    background-color: #f0ebf4 !important
}

.datepicker table tr td span.active.active,
.datepicker table tr td.active.active {
    background-color: #5cb85c !important
}

.datepicker {
    z-index: 1151 !important
}

.bootbox .modal-content {
    line-height: 35px;
    padding: 15px 0;
    color: #2a2a2a;
    font-size: 16px;
    text-shadow: 1px 1px 2px #d7d7d7;
    text-align: center;
    background: linear-gradient(to bottom, #fff5ec 0, #ffe7d3 100%)
}

.bootbox .modal-footer {
    border: none;
    text-align: center
}

.bootbox .modal-footer .btn-default {
    background: #ddd
}

.bootbox .modal-footer .btn {
    box-shadow: none
}

.bootbox i {
    font-size: 1.1em;
    margin: 0 0 0 7px;
    vertical-align: middle
}

.bootbox .icon-thumbs-up {
    color: #00a65a
}

.bootbox .icon-thumbs-down {
    color: #f25139
}

#the-modal.in .modal-dialog {
    opacity: 0;
    -webkit-transform: translate(0, -25%);
    transform: translate(0, -25%)
}

#the-modal.the-in .modal-dialog {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

#the-modal-loader {
    position: absolute;
    left: 50%;
    top: 45%;
    margin: -33px 0 0 -33px;
    z-index: 2000
}

#the-modal-on-page {
    margin-top: 0
}

@media (max-width:480px) {
    #the-modal-on-page {
        margin-top: -10px
    }
}

@media (min-width:768px) {
    #the-modal-on-page {
        margin-top: 40px
    }
}

.the-modal .modal-content,
.the-modal .modal-header,
.the-modal .modal-footer {
    padding-bottom: 5px;
    border-radius: 6px;
    background-color: #fdfdfd;
    color: #333
}

.the-modal .modal-header {
    border-bottom: none
}

.the-modal .modal-footer {
    border-top: none
}

.the-modal .request .modal-title,
.the-modal .register .modal-title,
.the-modal .login .modal-title {
    color: #803f62;
    text-shadow: 1px 1px 1px #ccc;
    margin-top: 10px
}

@media (max-width:767px) {
    .the-modal .request .modal-body,
    .the-modal .register .modal-body,
    .the-modal .login .modal-body {
        padding: 5px 15px
    }
}

.the-modal .request .sign-in-form,
.the-modal .register .sign-in-form,
.the-modal .login .sign-in-form {
    padding: 10px
}

.the-modal .request .remember-me-checkbox,
.the-modal .register .remember-me-checkbox,
.the-modal .login .remember-me-checkbox {
    margin: 4px;
    position: relative;
    top: 2px
}

.the-modal .request .remember-me,
.the-modal .register .remember-me,
.the-modal .login .remember-me,
.the-modal .request .forgot-pwd,
.the-modal .register .forgot-pwd,
.the-modal .login .forgot-pwd {
    font-size: .9em
}

.the-modal .request .forgot-pwd,
.the-modal .register .forgot-pwd,
.the-modal .login .forgot-pwd {
    padding-top: .3em
}

.the-modal .request .reg-benefits-wrap,
.the-modal .register .reg-benefits-wrap,
.the-modal .login .reg-benefits-wrap {
    color: #444;
    margin-top: 15px;
    font-size: .9em;
    border: 2px solid #f1eef4;
    background: #f6f4f8;
    border-radius: 8px;
    padding: 20px
}

.the-modal .request .reg-benefits-wrap h3,
.the-modal .register .reg-benefits-wrap h3,
.the-modal .login .reg-benefits-wrap h3 {
    font-size: 1.3em;
    margin-top: 10px
}

.the-modal .request .reg-benefits-wrap li,
.the-modal .register .reg-benefits-wrap li,
.the-modal .login .reg-benefits-wrap li {
    font-size: 1em
}

.the-modal .request .reg-benefits-wrap ul,
.the-modal .register .reg-benefits-wrap ul,
.the-modal .login .reg-benefits-wrap ul {
    padding: 0 10px 10px 20px;
    list-style: none
}

.the-modal .request .reg-benefits-wrap b,
.the-modal .register .reg-benefits-wrap b,
.the-modal .login .reg-benefits-wrap b {
    color: #702d51;
    font-weight: 400
}

.the-modal .request .btn,
.the-modal .register .btn,
.the-modal .login .btn {
    margin-bottom: 10px
}

.the-modal .request .text-muted,
.the-modal .register .text-muted,
.the-modal .login .text-muted {
    color: #777;
    font-weight: normal
}

@media (min-width:480px) {
    .the-modal .register,
    .the-modal .request {
        padding-left: 40px;
        padding-right: 40px
    }
    .the-modal .register .btn,
    .the-modal .request .btn {
        max-width: 300px;
        margin: auto
    }
}

.the-modal .register .btn,
.the-modal .request .btn {
    margin-top: 20px;
    margin-bottom: 20px
}

.the-modal .register .already-registered {
    margin-top: 20px
}

.the-modal .register .popover-content {
    font-style: italic;
    text-align: center;
    background-color: #fffafd;
    line-height: 28px
}

.the-modal .register .popover-title {
    font-weight: 700;
    text-align: center;
    background-color: #222;
    color: #bbb
}

.the-modal .register .lotus-mail-checkbox {
    margin-left: 5px
}

.the-modal .register .lotus-mail-checkbox .lotus-mail-checkbox-text {
    color: #428bca;
    cursor: pointer;
    padding-left: 6px;
    font-weight: normal;
    position: relative;
    bottom: 2px
}

.login .modal-title {
    margin-top: 0
}

.login .modal-body {
    padding-top: 25px
}

.close {
    position: absolute;
    right: 35px;
    top: 10px;
    z-index: 14
}

.user-default-confirm {
    margin-top: 30px
}

.user-default-resend,
.user-default-reset {
    margin: auto;
    max-width: 400px;
    padding: 0 15px;
    text-align: center
}

.user-default-resend .btn,
.user-default-reset .btn {
    margin-top: 20px
}

.user-default-resend h2,
.user-default-reset h2 {
    margin-bottom: 20px
}

.modal-shade-section {
    background-color: #eee;
    padding: 10px 15px;
    border-radius: 6px;
    margin-bottom: 10px
}

.modal-shade-section p {
    margin-bottom: 0
}

/* .error-404,
.numerology-outer,
.choose-outer,
.live-outer,
.container.main {
    min-height: 100%;
    margin-top: -92px;
    padding-top: 92px
} */

.container.main {
    background-color: #fffafd
}

.content {
    padding: 0 0 40px
}

@media (max-width:768px) {
    .content {
        padding-bottom: 20px
    }
}

header {
    position: relative;
    z-index: 1
}

.ftr {
    display: inline
}

@media (max-width:480px) {
    .ftr {
        font-size: 13px
    }
}

@media (min-width:480px) {
    .ftr {
        font-size: 15px
    }
}

@media (min-width:768px) {
    .ftr {
        font-size: 15px;
        line-height: 20px;
        position: relative;
        top: -10px
    }
}

.navbar-nav,
.navbar {
    background-image: linear-gradient(to bottom, #bab9b2 0, #e4e1d3 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffbab9b2', endColorstr='#ffe4e1d3', GradientType=0);
    border-color: transparent
}

.navbar {
    font-size: 16px;
    border-bottom: transparent
}

.navbar i {
    color: #702d51;
    width: 25px;
    vertical-align: -1px
}

.navbar .icon-chat-o {
    font-size: 18px;
    width: 27px
}

.navbar #main-navbar-collapse {
    border-color: #b9b6a8
}

.navbar #main-navbar-collapse>a {
    padding-left: 20px
}

.navbar #main-navbar-collapse a:hover {
    background-color: #ddd
}

.navbar #main-navbar-collapse .navbar-nav .open .dropdown-menu>li>a {
    padding: 5px 15px 5px 30px
}

.navbar #main-navbar-collapse .navbar-nav>.active>a {
    background-color: #b9b6a8
}

.navbar-logo {
    margin-right: 15px;
    margin-top: -6px;
    height: 40px
}

@media (max-width:767px) {
    .navbar {
        min-height: 50px
    }
    .navbar-logo {
        height: 28px;
        margin-top: 0
    }
    .navbar-brand {
        padding: 13px 15px 0;
        height: 50px
    }
    .navbar-nav {
        margin: 0 -15px;
        padding: 10px 0
    }
    .navbar-toggle {
        margin-top: 8px;
        margin-bottom: 0
    }
}

.sub-navbar-container {
    width: 100%
}

.sub-navbar {
    min-height: 50px;
    margin: 18px 0 -15px
}

@media (min-width:768px) {
    .sub-navbar {
        min-height: 70px
    }
}

@media (min-width:768px) {
    .sub-navbar {
        margin-top: 35px
    }
}

@media (min-width:1200px) {
    .sub-navbar {
        margin-top: 45px
    }
}

.sub-navbar i {
    width: 1em
}

.sub-navbar .dropdown i {
    color: #702d51
}

.sub-navbar .dropdown .dropdown-toggle {
    border: 1px solid #bbb;
    border-radius: 3px;
    background-color: #f3f3f3;
    padding: 4px 8px;
    color: #333
}

.sub-navbar .dropdown .dropdown-toggle:hover {
    color: #702d51
}

.sub-navbar .dropdown .dropdown-header {
    padding: 5px 10px
}

.sub-navbar-page-title-wrap,
.sub-navbar-utilities-wrap,
.sub-navbar-nav-wrapper {
    margin: 0;
    padding: 0
}

.sub-navbar-page-title {
    font-family: 'Architects Daughter', cursive;
    text-shadow: 1px 1px 2px #888;
    color: #7b3159;
    margin: .125em 0 0 0;
    font-size: 22px
}

@media (min-width:480px) {
    .sub-navbar-page-title {
        font-size: 24px;
        padding-left: 5px
    }
}

@media (min-width:640px) {
    .sub-navbar-page-title {
        font-size: 22px
    }
}

@media (min-width:768px) {
    .sub-navbar-page-title {
        font-size: 24px
    }
}

@media (min-width:992px) {
    .sub-navbar-page-title {
        font-size: 25px
    }
}

@media (min-width:1200px) {
    .sub-navbar-page-title {
        font-size: 28px;
        margin-top: 3px
    }
}

.sub-navbar-collapse {
    background: none;
    margin: 20px -15px 10px;
    padding: 0 15px;
    border: 1px solid #ffeddd;
    background-color: #fff8f1
}

@media (min-width:1200px) {
    .sub-navbar-collapse {
        font-size: 16px
    }
}

@media (max-width:767px) {
    .sub-navbar-collapse {
        margin: 10px -30px
    }
}

.sub-navbar-collapse a {
    color: #333
}

.sub-navbar-collapse a:hover,
.sub-navbar-collapse a:focus {
    background-color: #cbc9bf;
    color: #702d51
}

.sub-navbar-toggle-btn {
    cursor: pointer
}

.nav>.sub-navbar-nav-btn {
    padding: 0 2px
}

.nav>.sub-navbar-nav-btn>a {
    color: #111;
    border-radius: 5px;
    font-size: 14px;
    padding: 4px 0
}

@media (min-width:480px) {
    .nav>.sub-navbar-nav-btn>a {
        font-size: 15px
    }
}

@media (min-width:768px) {
    .nav>.sub-navbar-nav-btn>a {
        padding: 6px 0
    }
}

@media (min-width:992px) {
    .nav>.sub-navbar-nav-btn>a {
        font-size: 16px
    }
}

@media (min-width:992px) {
    .nav>.sub-navbar-nav-btn>a {
        font-size: 17px
    }
}

.nav>.sub-navbar-nav-btn>a:hover,
.nav>.sub-navbar-nav-btn>a:focus {
    background-color: #cbc9bf;
    color: #702d51
}

.nav>.sub-navbar-nav-btn.active a {
    background-color: #f4f4f2;
    color: #333
}

.sub-navbar.navbar-fixed-top {
    background: #e4e1d3;
    background-image: linear-gradient(to bottom, #e4e1d3 0, #bab9b2 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffe4e1d3', endColorstr='#ffbab9b2', GradientType=0);
    margin-top: 0
}

.sub-navbar.navbar-fixed-top .sub-navbar-container {
    padding: 12px 30px;
    margin-left: auto;
    margin-right: auto
}

@media (min-width:640px) {
    .sub-navbar.navbar-fixed-top .sub-navbar-container {
        width: 640px
    }
}

@media (min-width:768px) {
    .sub-navbar.navbar-fixed-top .sub-navbar-container {
        width: 768px;
        padding: 18px 30px
    }
}

@media (min-width:992px) {
    .sub-navbar.navbar-fixed-top .sub-navbar-container {
        width: 992px
    }
}

@media (min-width:1200px) {
    .sub-navbar.navbar-fixed-top .sub-navbar-container {
        width: 1200px
    }
}

.scroll-smoothing {
    padding-top: 50px
}

@media (min-width:768px) {
    .scroll-smoothing {
        padding-top: 80px
    }
}

@media (min-width:1200px) {
    .scroll-smoothing {
        padding-top: 80px
    }
}

footer {
    background-color: #222;
    color: #bbb
}

footer .btn {
    box-shadow: none
}

footer .footer-title {
    margin: 0;
    padding: 10px 5px;
    font-size: 14px
}

@media (min-width:480px) {
    footer .footer-title {
        font-size: 18px
    }
}

footer .footer-menu {
    padding: 36px 15px
}

footer .footer-menu li {
    text-align: center
}

@media (max-width:479px) {
    footer .footer-menu li {
        padding: 0 10px;
        font-size: 12px
    }
}

@media (min-width:480px) {
    footer .footer-menu li {
        padding: 0 12px;
        font-size: 13px
    }
}

@media (min-width:640px) {
    footer .footer-menu li {
        padding: 0 15px;
        font-size: 15px
    }
}

@media (min-width:768px) {
    footer .footer-menu li {
        padding: 0 18px
    }
}

@media (min-width:992px) {
    footer .footer-menu li {
        padding: 0 22px
    }
}

footer .footer-menu i {
    font-size: 35px;
    margin-bottom: 10px;
    vertical-align: middle
}

@media (min-width:640px) {
    footer .footer-menu i {
        font-size: 40px
    }
}

@media (min-width:768px) {
    footer .footer-menu i {
        font-size: 50px
    }
}

@media (min-width:992px) {
    footer .footer-menu i {
        font-size: 60px
    }
}

footer .footer-menu i:hover {
    color: #888
}

footer .footer-menu a {
    color: #bbb
}

footer .footer-numerology .row,
footer .footer-tarot .row {
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 15px
}

footer .footer-numerology .col-outer,
footer .footer-tarot .col-outer {
    padding: 5px
}

footer .footer-numerology .col-inner,
footer .footer-tarot .col-inner {
    color: #333;
    border-radius: 4px;
    padding: 25px 5px 5px
}

footer .footer-numerology h3,
footer .footer-tarot h3 {
    margin: 0 0 7px 0;
    font-weight: 700;
    font-size: 19px
}

@media (max-width:1199px) {
    footer .footer-numerology h3,
    footer .footer-tarot h3 {
        font-size: 17px;
        margin-bottom: 11px
    }
}

footer .footer-numerology .btn,
footer .footer-tarot .btn {
    margin-bottom: 20px
}

footer .footer-numerology .col-inner {
    background: #d5c5bc;
    background-image: linear-gradient(to bottom, #d5c5bc 0, #908078 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffd5c5bc', endColorstr='#ff908078', GradientType=0)
}

footer .calc-header {
    padding: 15px 10px;
    background-color: #72655f;
    color: #e6e4e3;
    border-radius: 5px;
    font-size: 20px
}

@media (min-width:768px) {
    footer .calc-header {
        font-size: 24px
    }
}

footer .calc-description,
footer .reports-description {
    padding: 10px;
    font-size: 15px
}

@media (min-width:768px) {
    footer .calc-description,
    footer .reports-description {
        font-size: 16px
    }
}

footer .calc-btn {
    margin-top: 20px
}

footer .numerology-reports-inner {
    padding: 0 15px
}

footer .btn-reports,
footer .btn-pot,
footer .btn-quiz,
footer .btn-card-meanings {
    padding-left: 25px;
    padding-right: 25px
}

@media (min-width:992px) {
    footer .btn-reports,
    footer .btn-pot,
    footer .btn-quiz,
    footer .btn-card-meanings {
        width: 100%
    }
}

@media (max-width:639px) {
    footer .btn-reports,
    footer .btn-pot,
    footer .btn-quiz,
    footer .btn-card-meanings {
        width: 100%
    }
}

footer .btn-quiz,
footer .btn-pot {
    width: 100%
}

footer .footer-tarot .col-inner {
    background: #c6acb9;
    background-image: linear-gradient(to bottom, #c6acb9 0, #6e5863 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffc6acb9', endColorstr='#ff6e5863', GradientType=0)
}

footer .pot-lessons,
footer .pot-quiz,
footer .card-meanings {
    padding: 0 20px
}

footer .pot-header {
    font-size: 20px
}

footer .img-learn {
    margin: 10px 15px 10px 0;
    max-width: 40px
}

footer .icon-quiz {
    font-size: 40px;
    margin: 10px 10px 10px 0;
    color: #555
}

footer .pot-content,
footer .quiz-content {
    font-size: 16px;
    padding: 10px 20px
}

footer .img-card-meanings {
    margin-bottom: 30px;
    margin-top: 10px
}

@media (min-width:1200px) {
    footer .img-card-meanings {
        margin-bottom: 16px;
        margin-top: 0;
        max-width: 220px
    }
}

footer .bottom-links {
    padding: 30px 0 20px
}

@media (max-width:479px) {
    footer .bottom-links {
        font-size: 11px;
        padding-top: 20px
    }
}

@media (min-width:480px) {
    footer .bottom-links {
        font-size: 12px
    }
}

@media (min-width:640px) {
    footer .bottom-links {
        font-size: 13px;
        padding: 40px 0 30px
    }
}

@media (min-width:1200px) {
    footer .bottom-links {
        font-size: 14px
    }
}

footer .bottom-links a {
    color: #676767
}

.error-404,
.error-not-404 {
    margin-top: -70px;
    position: relative;
    z-index: 0;
    padding: 80px 0 40px;
    background: #47443d url('img/404-xs-bg.jpg') no-repeat center bottom;
    background-size: cover;
    height: auto
}

.error-404 p,
.error-not-404 p {
    line-height: 1.6em
}

.error-404 .error-img,
.error-not-404 .error-img {
    margin: 10px 0 10px 15px;
    border: 3px solid #bbb18b;
    border-radius: 12px;
    max-width: 50%
}

.error-404 .error-header,
.error-not-404 .error-header {
    font-size: 25px;
    margin: 0 0 1.4em;
    color: #ddd
}

.error-404 .error-text,
.error-not-404 .error-text {
    font-size: 20px;
    margin-top: 0;
    color: #cfcfcf
}

.error-404 .error-text em,
.error-not-404 .error-text em {
    color: #ff851b
}

.error-404 .btn,
.error-not-404 .btn {
    margin-top: 2em;
    font-size: 20px;
    width: 99%;
    padding: 10px
}

@media (max-width:479px) {
    .error-404,
    .error-not-404 {
        height: auto
    }
    .error-404 .error-header,
    .error-not-404 .error-header {
        font-size: 18px
    }
    .error-404 .error-text,
    .error-not-404 .error-text,
    .error-404 .btn,
    .error-not-404 .btn {
        font-size: 16px
    }
    .error-404 .btn,
    .error-not-404 .btn {
        margin-top: 1.8em
    }
}

@media (min-width:640px) {
    .error-404,
    .error-not-404 {
        margin-top: -80px
    }
    .error-404 .error-image,
    .error-not-404 .error-image {
        margin-top: 0
    }
}

@media (min-width:768px) {
    .error-404,
    .error-not-404 {
        background: #47443d url('img/404.jpg') no-repeat right bottom -50px;
        background-size: cover;
        height: auto
    }
    .error-404 .error-header,
    .error-not-404 .error-header {
        margin-top: .3em;
        font-size: 26px;
        margin-bottom: .8em
    }
    .error-404 .error-text,
    .error-not-404 .error-text {
        font-size: 20px
    }
    .error-404 p,
    .error-not-404 p {
        line-height: 1.5em;
        margin-bottom: .8em
    }
    .error-404 .btn,
    .error-not-404 .btn {
        font-size: 20px;
        margin-top: 1em;
        padding: 10px
    }
    .error-404 .btn-help,
    .error-not-404 .btn-help {
        width: 47%
    }
}

@media (min-width:768px) and (orientation:portrait) {
    .error-404,
    .error-not-404 {
        background-position: right -140px bottom -60px
    }
    .error-404 .btn-help,
    .error-not-404 .btn-help {
        margin-top: 40px
    }
}

@media (min-width:992px) {
    .error-404,
    .error-not-404 {
        background-position: right bottom -20px
    }
    .error-404 .error-header,
    .error-not-404 .error-header {
        font-size: 28px;
        margin-top: .8em
    }
    .error-404 .error-text,
    .error-not-404 .error-text {
        font-size: 22px
    }
    .error-404 .btn,
    .error-not-404 .btn {
        font-size: 21px;
        margin-top: 3em
    }
    .error-404 .btn-help,
    .error-not-404 .btn-help {
        width: 100%
    }
    .error-404 p,
    .error-not-404 p {
        line-height: 2em
    }
}

@media (min-width:1200px) {
    .error-404 .error-header,
    .error-not-404 .error-header {
        font-size: 34px;
        margin-top: 1.2em
    }
    .error-404 .error-text,
    .error-not-404 .error-text {
        font-size: 22px
    }
    .error-404 .btn,
    .error-not-404 .btn {
        font-size: 22px
    }
}

.error-not-404 {
    background: #47443d url('img/404-not.jpg') no-repeat center bottom;
    background-size: cover;
    height: 100%
}

.error-not-404 .error-text {
    width: 50%
}

.home-page-header {
    background: #bab9b2;
    background-image: linear-gradient(to bottom, #bab9b2 0, #e4e1d3 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffbab9b2', endColorstr='#ffe4e1d3', GradientType=0);
    height: 70px
}

@media (max-width:330px) {
    .home-page-header .col-logo,
    .home-page-header .user-widget {
        width: 35%
    }
    .home-page-header .ftr-text {
        width: 30%
    }
}

.home-page-header .logo-long {
    margin-top: 14px;
    height: 42px
}

.home-page-header .logo-stacked {
    margin-top: 11px;
    height: 52px
}

.home-page-header .ftr-text {
    padding: 13px 5px
}

.home-page-header .ftr-text h1,
.home-page-header .ftr-text h2 {
    padding: 0;
    margin: 0
}

.home-page-header .ftr-text h1 a,
.home-page-header .ftr-text h2 a {
    text-decoration: none
}

.home-page-header .ftr-text h1 a {
    color: #3b3b3b
}

@media (max-width:639px) {
    .home-page-header .ftr-text h1 {
        font-size: 13px
    }
    .home-page-header .ftr-text h1 a {
        color: #666
    }
}

@media (min-width:640px) {
    .home-page-header .ftr-text h1 {
        font-size: 15px
    }
}

@media (min-width:768px) {
    .home-page-header .ftr-text h1 {
        font-size: 17px
    }
}

@media (min-width:992px) {
    .home-page-header .ftr-text h1 {
        font-size: 18px;
        margin-top: 2px
    }
}

.home-page-header .ftr-text h2 {
    color: #595959;
    font-style: italic;
    margin-top: 5px
}

@media (min-width:640px) {
    .home-page-header .ftr-text h2 {
        font-size: 10px
    }
}

@media (min-width:992px) {
    .home-page-header .ftr-text h2 {
        font-size: 11px
    }
}

@media (min-width:1200px) {
    .home-page-header .ftr-text h2 {
        font-size: 12px
    }
}

.home-page-header .user-widget {
    padding-top: 22px
}

@media (max-width:479px) {
    .home-page-header .user-widget {
        font-size: 14px
    }
}

.home-page-header .user-widget a {
    color: #333
}

.home-page-header .user-widget a:hover {
    color: #702d51
}

.home-page-header .user-widget i {
    vertical-align: middle;
    position: relative;
    bottom: 2px;
    padding-left: 4px;
    font-size: 28px
}

@media (max-width:480px) {
    .home-page-header {
        height: 50px
    }
    .home-page-header .logo-stacked {
        margin-top: 7px;
        height: 40px;
        padding-left: 2px
    }
    .home-page-header .user-widget {
        padding-top: 12px;
        padding-right: 20px
    }
}

.hero {
    position: relative;
    z-index: 0;
    margin-top: -71px;
    background: #47443d url('img/front-bg-xs.jpg') no-repeat center bottom;
    background-size: cover;
    height: 100%
}

@media (max-width:639px) and (max-height:444px) {
    .hero {
        height: 444px
    }
}

@media (max-width:767px) and (orientation:landscape) {
    .hero {
        background: #47443d url('img/front-bg-xs-l.jpg') no-repeat center bottom;
        background-size: cover
    }
}

@media (min-width:768px) {
    .hero {
        margin-top: -91px;
        padding-top: 70px;
        background: #47443d url('img/front-bg.jpg') no-repeat center bottom;
        background-size: cover
    }
}

@media (min-width:768px) and (orientation:portrait) and (min-height:837px) {
    .hero {
        height: 768px;
        margin-top: -21px;
        padding-top: 0
    }
}

.hero-choice-wrap {
    position: absolute;
    margin: 0;
    width: 100%;
    left: 0;
    margin-top: 70px
}

@media (max-width:639px) and (min-height:480px) {
    .hero-choice-wrap {
        top: 47%;
        margin-top: -161px
    }
}

@media (min-width:640px) and (min-height:300px) and (max-width:767px) {
    .hero-choice-wrap {
        top: 48%;
        margin-top: -65.5px
    }
}

@media (min-width:768px) {
    .hero-choice-wrap {
        margin-top: 50px
    }
}

@media (min-width:768px) and (min-height:568px) {
    .hero-choice-wrap {
        top: 35%;
        margin-top: -80px
    }
}

@media (min-width:1200px) {
    .hero-choice-wrap {
        left: auto;
        right: auto;
        width: 1150px
    }
    .hero-choice-wrap .hero-choice-inner {
        margin-right: 0
    }
    .hero-choice-wrap .hero-choice-outer:first-child .hero-choice-inner {
        margin-left: 0
    }
}

.hero-choice-inner {
    margin-bottom: 20px;
    border-radius: 12px
}

@media (max-width:479px) {
    .hero-choice-inner {
        width: 90%
    }
}

@media (min-width:480px) {
    .hero-choice-inner {
        width: 80%
    }
}

@media (min-width:640px) {
    .hero-choice-inner {
        width: 90%
    }
}

@media (min-width:768px) {
    .hero-choice-inner {
        width: 330px
    }
}

@media (min-width:992px) {
    .hero-choice-inner {
        width: 400px
    }
}

@media (min-width:1200px) {
    .hero-choice-inner {
        width: 440px
    }
}

@media (min-width:768px) {
    .hero-choice-inner {
        padding: 15px;
        background-color: rgba(12, 12, 12, 0.45)
    }
}

.hero-choice-inner h2 {
    margin: 0 0 20px;
    line-height: 25px;
    font-size: 22px;
    padding: 0;
    color: #aca071;
    text-shadow: 1px 1px 2px #000;
    font-weight: 700
}

@media (max-width:767px) {
    .hero-choice-inner h2 {
        text-shadow: 1px 2px 1px #000
    }
}

.hero-choice-inner a {
    margin-bottom: 40px;
    width: 100%;
    border-radius: 7px;
    font-size: 20px;
    line-height: 28px
}

@media (min-width:768px) {
    .hero-choice-inner a {
        margin-bottom: 25px
    }
}

@media (min-width:1200px) {
    .hero-choice-inner a {
        font-size: 22px;
        padding: 15px
    }
}

.hero-choice-inner a span {
    color: #d5111f;
    font-style: normal
}

.hero-choice-inner a i {
    position: relative;
    top: 2px;
    padding: 0 0 0 4px;
    color: #702d51
}

.testimonial-online,
.testimonial-live {
    text-align: justify;
    font-size: 14px;
    font-style: italic;
    color: #ccc
}

@media (min-width:992px) {
    .testimonial-online,
    .testimonial-live {
        font-size: 15px
    }
}

@media (min-width:1200px) {
    .testimonial-online,
    .testimonial-live {
        font-size: 16px
    }
}

.testimonial-online i,
.testimonial-live i {
    position: relative;
    top: 4px;
    font-size: 40px;
    font-style: italic;
    margin: -10px 15px 10px 0;
    color: #adadad
}

.testimonial-online .carousel-inner,
.testimonial-live .carousel-inner {
    padding-right: 5px
}

.testimonial-wrapper {
    padding: 0 10px
}

@media (min-width:768px) {
    .testimonial-wrapper {
        min-height: 100px
    }
}

@media (min-width:992px) {
    .testimonial-wrapper {
        min-height: 108px
    }
}

.home-page-text {
    text-align: justify
}

.home-page-text h3 {
    text-align: center;
    padding-bottom: 12px;
    font-weight: 700
}

@media (max-width:479px) {
    .home-page-text {
        padding: 15px 15px 5px
    }
    .home-page-text h2 {
        font-size: 1.1em
    }
}

@media (min-width:480px) {
    .home-page-text {
        padding: 30px 20px 10px
    }
}

@media (max-width:767px) {
    .image-switch,
    grid-view {
        display: none
    }
}

@media (max-width:767px) {
    #select-sub-navbar .cat-fav,
    #select-sub-navbar .cat-free,
    #select-sub-navbar .cat-all {
        width: 30%
    }
    #select-sub-navbar .cat-filter {
        width: 40%
    }
}

@media (max-width:479px) {
    #select-sub-navbar .topic-cell {
        width: 100%
    }
}

@media (min-width:640px) and (max-width:767px) {
    #select-sub-navbar .sub-navbar-utilities-wrap {
        width: 10%
    }
    #select-sub-navbar .sub-navbar-page-title-wrap {
        width: 30%
    }
    #select-sub-navbar .sub-navbar-nav-wrapper {
        width: 60%
    }
}

@media (min-width:992px) and (max-width:1199px) {
    #select-sub-navbar .sub-navbar-utilities-wrap {
        width: 23%
    }
    #select-sub-navbar .sub-navbar-page-title-wrap {
        width: 27%
    }
    #select-sub-navbar .sub-navbar-nav-wrapper {
        width: 50%
    }
}

@media (max-width:479px) and (max-height:567px) {
    #select-sub-navbar #topics-collapse-nav li {
        font-size: 12px;
        width: 50%;
        border: 1px dotted #f5f5f5;
        height: 45px;
        padding: 0;
        line-height: 14px
    }
}

#select-sub-navbar i {
    margin-right: .5em
}

@media (max-width:479px) {
    #select-sub-navbar i {
        margin-right: .3em
    }
}

#select-sub-navbar .icon-heart {
    color: #f25139
}

#select-sub-navbar .icon-all-readings {
    color: #428bca;
    font-size: 1.1em;
    top: 2px
}

#select-sub-navbar .icon-smiley {
    color: #00a65a;
    top: 1px
}

#select-sub-navbar .icon-filter {
    color: #ce6000;
    bottom: 1px;
    font-size: .9em
}

#select-sub-navbar .icon-lucky {
    color: #a89b6b;
    top: 1px
}

#select-sub-navbar .icon-new {
    color: #af30cf
}

#select-sub-navbar .icon-question {
    left: 4px
}

#select-sub-navbar .icon-switch {
    font-size: 1.2em;
    top: 1px;
    margin: 0
}

#select-sub-navbar .icon-sort {
    margin-right: 4px
}

@media (max-width:359px) {
    #select-sub-navbar .icon-sort {
        margin-right: -2px
    }
}

#select-sub-navbar .image-switch .bootstrap-switch-handle-off,
#select-sub-navbar .image-switch .bootstrap-switch-handle-on {
    background-color: #e1dde4 !important
}

#select-sub-navbar .image-switch .bootstrap-switch-label {
    background-color: #f3f3f3
}

@media (max-width:767px) {
    #select-sub-navbar .sort-by .dropdown-toggle {
        padding: 2px 5px
    }
    #select-sub-navbar .sort-by .dropdown-toggle .icon-sort {
        font-size: 1em;
        margin-right: 2px
    }
}

@media (min-width:768px) {
    #select-sub-navbar .sort-by {
        margin-right: 20px
    }
}

#select-sub-navbar .sort-by .dropdown-header {
    font-size: 14px;
    padding-left: 5px !important
}

#select-sub-navbar .sort-by .dropdown-header i {
    margin-right: 1em !important
}

#select-sub-navbar .sort-by .dropdown-header a.active {
    background-color: #dbd6c2
}

#select-sub-navbar .sort-by.disabled a,
#select-sub-navbar .sort-by.disabled i {
    color: #aaa
}

.select-wrap .topic-title {
    margin-bottom: 20px;
    padding: 10px 0 20px 5px
}

@media (max-width:639px) {
    .select-wrap .topic-title {
        text-align: center
    }
}

.select-wrap .topic-title .topic-breakcrumb i {
    display: none
}

.select-wrap .topic-breadcrumb {
    color: #8d3966;
    padding: 3px 12px
}

.select-wrap .isotope-bottom-spacer {
    height: 15px
}

@media (min-width:768px) {
    .select-wrap .isotope-bottom-spacer {
        height: 30px
    }
}

.select-wrap .tiles .list-view {
    display: none
}

.select-wrap .tiles .reading {
    margin: 0 10px 50px;
    border-radius: 5px;
    position: relative;
    box-shadow: 2px 2px 5px #bcbcbc
}

.select-wrap .tiles .reading-img-wrap:hover,
.select-wrap .tiles .reading-img-wrap.hover {
    text-decoration: none
}

.select-wrap .tiles .reading-img-wrap:hover img,
.select-wrap .tiles .reading-img-wrap.hover img {
    -webkit-transform: scale(1.08, 1.11);
    transform: scale(1.08, 1.11);
    transition-timing-function: ease-out;
    transition-duration: 250ms
}

.select-wrap .tiles .reading-img-wrap:hover .reading-img-txt,
.select-wrap .tiles .reading-img-wrap.hover .reading-img-txt {
    top: 0;
    margin-top: 0
}

.select-wrap .tiles .reading-img-wrap {
    text-decoration: none;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px
}

.select-wrap .tiles .reading-img-wrap .reading-img {
    position: relative;
    overflow: hidden
}

.select-wrap .tiles .reading-img-wrap img {
    display: block;
    max-width: 100%;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    transition-timing-function: ease-in;
    transition-duration: 250ms;
    transition: .4s all linear
}

.select-wrap .tiles .reading-img-txt {
    position: absolute;
    background: rgba(0, 0, 0, 0.77);
    padding: 1.5em;
    top: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    transition: all ease .25s
}

@media (min-width:992px) {
    .select-wrap .tiles .reading-img-txt {
        padding: .5em 1em
    }
}

@media (min-width:1200px) {
    .select-wrap .tiles .reading-img-txt {
        padding: 1.5em
    }
}

.select-wrap .tiles .reading-abstract {
    color: #fff;
    line-height: 1.5em;
    padding: 0 1em;
    font-size: 15px
}

@media (min-width:768px) {
    .select-wrap .tiles .reading-abstract {
        padding: 0 .6em;
        font-size: 14px
    }
}

@media (min-width:1200px) {
    .select-wrap .tiles .reading-abstract {
        padding: 0 1.5em;
        font-size: 15px
    }
}

.select-wrap .tiles .reading-spacer {
    margin: 1.1em auto;
    height: 2px;
    width: 40%;
    border-bottom: 2px solid #a74378
}

@media (min-width:992px) {
    .select-wrap .tiles .reading-spacer {
        margin: .8em auto
    }
}

@media (min-width:1200px) {
    .select-wrap .tiles .reading-spacer {
        margin: 1.1em auto
    }
}

.select-wrap .tiles .reading-stats {
    padding: 0 2em
}

.select-wrap .tiles .reading-stats .author {
    color: #eee;
    font-weight: 700
}

.select-wrap .tiles .reading-base {
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    margin: 0;
    font-size: 16px;
    padding: 12px 0
}

@media (min-width:992px) {
    .select-wrap .tiles .reading-base {
        font-size: 15px;
        padding: 12px 0
    }
}

@media (min-width:1200px) {
    .select-wrap .tiles .reading-base {
        font-size: 16px;
        padding: 12px 0
    }
}

.select-wrap .tiles .reading-base a {
    display: inline;
    color: #702d51;
    text-shadow: 1px 1px 2px #a5a5a5
}

.select-wrap .tiles .reading-base a:hover {
    color: #943c6b
}

.select-wrap .tiles .reading-base .icon-lock {
    position: absolute;
    cursor: pointer;
    left: 4px;
    bottom: 0;
    padding: 10px;
    font-size: 1.3em;
    opacity: .6;
    color: #555
}

.select-wrap .tiles .reading-base .icon-heart-o,
.select-wrap .tiles .reading-base .icon-heart {
    position: absolute;
    right: 2px;
    bottom: -1px;
    padding: 10px;
    font-size: 1.4em
}

.select-wrap .tiles .instructions-free-wrap img,
.select-wrap .tiles .reading-base {
    background: #e7e3d7;
    background-image: linear-gradient(to bottom, #e7e3d7 0, #dbdbd8 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffe7e3d7', endColorstr='#ffdbdbd8', GradientType=0)
}

.select-wrap .tiles .reading-base-free,
.select-wrap .tiles .reading-base-favorite {
    color: #fff;
    background: #b36e8e;
    background-image: linear-gradient(to bottom, #b36e8e 0, #875069 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffb36e8e', endColorstr='#ff875069', GradientType=0);
    text-shadow: 1px 1px 2px #222;
    box-shadow: 2px 2px 5px #a29e9e
}

.select-wrap .tiles .reading-base-free i,
.select-wrap .tiles .reading-base-favorite i {
    margin-right: 10px;
    top: 2px
}

.select-wrap .tiles .instructions-free,
.select-wrap .tiles .instructions-favorite {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 1.2em
}

.select-wrap .tiles .instructions-free-inner {
    line-height: 1.5em;
    font-size: 1em;
    margin-top: .3em
}

.select-wrap .tiles .instructions-free-inner .btn {
    margin-top: .5em;
    box-shadow: none
}

@media (min-width:992px) {
    .select-wrap .tiles .instructions-free-inner {
        font-size: 1em;
        margin-top: -0.5em
    }
    .select-wrap .tiles .instructions-free-inner .btn {
        margin-top: 0;
        box-shadow: none
    }
}

@media (min-width:1200px) {
    .select-wrap .tiles .instructions-free-inner {
        font-size: 1.1em;
        margin-top: .2em
    }
    .select-wrap .tiles .instructions-free-inner .btn {
        margin-top: .5em;
        box-shadow: none
    }
}

.select-wrap .tiles .instructions-free-inner em {
    color: #702d51;
    font-style: normal
}

.select-wrap .tiles .instructions-favorite-inner {
    line-height: 1.5em;
    font-size: 1em;
    margin-top: 0
}

@media (min-width:992px) {
    .select-wrap .tiles .instructions-favorite-inner {
        font-size: .9em;
        margin-top: -0.5em
    }
}

@media (min-width:1200px) {
    .select-wrap .tiles .instructions-favorite-inner {
        font-size: 1.1em
    }
}

.select-wrap .tiles .btn-more {
    position: absolute;
    right: -5px;
    z-index: 14;
    box-shadow: 2px 2px 4px #555;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    padding: 0 5px;
    color: #fff;
    font-size: 17px;
    background: rgba(140, 106, 169, 0.9);
    bottom: 150px
}

.select-wrap .tiles .btn-more:hover {
    box-shadow: 0 0 8px #8c6aa9
}

@media (min-width:992px) {
    .select-wrap .tiles .btn-more {
        bottom: 125px
    }
}

@media (min-width:1200px) {
    .select-wrap .tiles .btn-more {
        bottom: 170px
    }
}

.select-wrap .tiles .btn-more i {
    padding: 5px 7px;
    left: 2px
}

.select-wrap .tiles .btn-more .icon-x {
    top: 1px
}

.select-wrap .list .grid-view {
    display: none
}

.select-wrap .list .btn-more {
    display: none
}

.select-wrap .list .reading.list-view .container {
    width: 100%
}

.select-wrap .list .item {
    width: 100%
}

.select-wrap .list .item .reading {
    background: #f5f5f5
}

.select-wrap .list .item.even .reading {
    background: #f5f2f7
}

.select-wrap .list .reading-link {
    text-decoration: none;
    color: #333
}

.select-wrap .list .reading {
    font-size: 15px;
    margin: 0 0 20px;
    padding: 0;
    border-radius: 5px;
    position: relative;
    box-shadow: 1px 1px 3px #d2d2d2
}

.select-wrap .list .list-img {
    margin: 0;
    padding: 0
}

@media (min-width:480px) and (max-width:639px) {
    .select-wrap .list .list-img {
        width: 30%
    }
}

.select-wrap .list .list-img .img-responsive {
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px
}

@media (max-width:479px) {
    .select-wrap .list .list-img .img-responsive {
        border-bottom-left-radius: 0
    }
}

.select-wrap .list .list-content {
    padding: .3em .7em
}

@media (min-width:360px) {
    .select-wrap .list .list-content {
        padding-top: .6em;
        padding-left: 1em
    }
}

@media (min-width:480px) and (max-width:639px) {
    .select-wrap .list .list-content {
        width: 70%;
        padding-top: 6px
    }
}

@media (min-width:768px) {
    .select-wrap .list .list-content {
        padding: .6em 1.3em
    }
}

@media (min-width:992px) {
    .select-wrap .list .list-content {
        padding: 1em 2em
    }
}

@media (min-width:1200px) {
    .select-wrap .list .list-content {
        padding: 1.4em 2em
    }
}

.select-wrap .list .reading-title {
    display: inline
}

.select-wrap .list .reading-title .reading-link {
    font-size: 15px;
    color: #702d51;
    text-shadow: 1px 1px 1px #d2d2d2
}

@media (min-width:360px) {
    .select-wrap .list .reading-title .reading-link {
        font-size: 17px
    }
}

@media (min-width:480px) {
    .select-wrap .list .reading-title .reading-link {
        font-size: 20px
    }
}

@media (min-width:640px) {
    .select-wrap .list .reading-title .reading-link {
        font-size: 22px
    }
}

@media (min-width:992px) {
    .select-wrap .list .reading-title .reading-link {
        font-size: 24px
    }
}

@media (min-width:1200px) {
    .select-wrap .list .reading-title .reading-link {
        font-size: 26px
    }
}

.select-wrap .list .reading-title .reading-link:hover {
    color: #943c6b
}

.select-wrap .list .reading-title small {
    color: #664141 !important;
    font-size: 75% !important
}

@media (min-width:992px) {
    .select-wrap .list .reading-title small {
        font-size: 18px !important
    }
}

@media (min-width:1200px) {
    .select-wrap .list .reading-title small {
        font-size: 20px !important
    }
}

.select-wrap .list .author {
    display: inline
}

.select-wrap .list .icon-heart,
.select-wrap .list .icon-heart-o {
    position: absolute;
    right: .8em;
    top: .5em;
    font-size: 1em
}

@media (min-width:480px) {
    .select-wrap .list .icon-heart,
    .select-wrap .list .icon-heart-o {
        right: .5em;
        top: .4em;
        font-size: 18px
    }
}

@media (min-width:640px) {
    .select-wrap .list .icon-heart,
    .select-wrap .list .icon-heart-o {
        font-size: 20px
    }
}

@media (min-width:992px) {
    .select-wrap .list .icon-heart,
    .select-wrap .list .icon-heart-o {
        font-size: 24px
    }
}

@media (min-width:992px) {
    .select-wrap .list .icon-heart,
    .select-wrap .list .icon-heart-o {
        font-size: 26px
    }
}

.select-wrap .list .icon-locked {
    position: absolute;
    font-size: 16px;
    left: -0.5em;
    top: 1em;
    background-color: #f5f2f7;
    color: #8c7e3f;
    border-top-right-radius: 35%;
    border-top-left-radius: 35%;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    width: 16px;
    height: 18px;
    opacity: .83
}

@media (min-width:640px) {
    .select-wrap .list .icon-locked {
        top: 26px;
        font-size: 20px;
        width: 22px;
        height: 22px
    }
}

@media (min-width:640px) {
    .select-wrap .list .icon-locked {
        top: 29px;
        font-size: 24px;
        width: 26px;
        height: 26px;
        border-radius: 30% 35% 2px 2px
    }
}

.select-wrap .list .rating {
    display: inline-block;
    font-size: .8em;
    margin-left: .4em;
    color: #b5ab81
}

@media (min-width:640px) {
    .select-wrap .list .rating {
        font-size: .9em;
        margin-top: 5px
    }
}

@media (min-width:992px) {
    .select-wrap .list .rating {
        font-size: 1em;
        margin-top: 6px
    }
}

@media (min-width:1200px) {
    .select-wrap .list .rating {
        font-size: 1.1em;
        margin-top: 8px
    }
}

.select-wrap .list .reading-abstract {
    font-size: 13px;
    line-height: 18px;
    font-style: italic;
    color: #353535;
    padding-top: 3px
}

@media (min-width:640px) {
    .select-wrap .list .reading-abstract {
        font-size: 14px;
        padding-top: 5px
    }
}

@media (min-width:768px) {
    .select-wrap .list .reading-abstract {
        font-size: 15px;
        padding: 6px 30px 0 0;
        line-height: 21px
    }
}

@media (min-width:992px) {
    .select-wrap .list .reading-abstract {
        font-size: 16px;
        padding: 12px 0 0
    }
}

@media (min-width:1200px) {
    .select-wrap .list .reading-abstract {
        font-size: 18px;
        padding: 12px 0 0
    }
}

.select-wrap .list .reading-abstract-xs-wrap {
    font-size: 13px;
    padding: .4em .6em
}

@media (min-width:480px) {
    .select-wrap .list .reading-abstract-xs-wrap {
        display: none
    }
}

.select-wrap .list .reading-abstract-xs-wrap .reading-abstract-xs {
    padding: .3em .6em;
    border-radius: 3px;
    background-color: #f8f5fa;
    line-height: 1.4em;
    font-style: italic;
    color: #000;
    opacity: .9
}

.select-wrap .list .ribbon.new {
    background-size: 50px 50px;
    top: -2px;
    left: -2px
}

@media (min-width:480px) {
    .select-wrap .list .ribbon.new {
        background-size: 60px 60px
    }
}

@media (min-width:992px) {
    .select-wrap .list .ribbon.new {
        background-size: 70px 70px;
        top: -3px;
        left: -3px
    }
}

.select-wrap .list .ribbon a {
    display: block;
    width: 100%;
    height: 100%
}

.select-wrap .list .instructions-free,
.select-wrap .list .instructions-favorite {
    padding: 1em 1.2em .6em 1.2em
}

.select-wrap .list .instructions-free-inner,
.select-wrap .list .instructions-favorite-inner {
    line-height: 1.5em;
    font-size: 14px;
    text-align: left
}

.select-wrap .list .instructions-free-inner h3,
.select-wrap .list .instructions-favorite-inner h3 {
    color: #702d51;
    font-style: normal;
    margin-top: .2em
}

.select-wrap .list .instructions-free-inner i,
.select-wrap .list .instructions-favorite-inner i {
    display: inline;
    position: static;
    font-size: 1em;
    margin-left: 5px
}

.select-wrap .list .instructions-free-inner .btn,
.select-wrap .list .instructions-favorite-inner .btn {
    box-shadow: none;
    margin: 1em
}

@media (min-width:480px) {
    .select-wrap .list .instructions-free-inner,
    .select-wrap .list .instructions-favorite-inner {
        font-size: 15px;
        text-align: center
    }
    .select-wrap .list .instructions-free-inner .btn,
    .select-wrap .list .instructions-favorite-inner .btn {
        max-width: 280px;
        margin: 1em auto
    }
}

@media (min-width:768px) {
    .select-wrap .list .instructions-free-inner,
    .select-wrap .list .instructions-favorite-inner {
        font-size: 1.1em
    }
}

.select-wrap .rating-container {
    color: #bbb18b;
    position: relative
}

.select-wrap .rating-container:before {
    content: "\f006 \f006 \f006 \f006 \f006"
}

.select-wrap .rating-stars {
    white-space: nowrap;
    color: #bbb18b;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden
}

.select-wrap .rating-stars:before {
    content: "\f005 \f005 \f005 \f005 \f005"
}

.select-wrap .btn-favorite,
.select-wrap .btn-favorite-dummy {
    display: inline;
    z-index: 14
}

.select-wrap .icon-heart,
.select-wrap .icon-heart-o {
    color: #d7452f
}

.select-wrap .ribbon {
    position: absolute;
    z-index: 14;
    top: -5px;
    left: -5px;
    width: 100px;
    height: 100px;
    background: url(img/sprites.png) no-repeat;
    background-size: 0 0
}

@media (min-width:768px) {
    .select-wrap .ribbon.new {
        background-size: 80px 80px
    }
}

@media (min-width:992px) {
    .select-wrap .ribbon.new {
        background-size: 70px 70px;
        top: -4px;
        left: -4px
    }
}

@media (min-width:1200px) {
    .select-wrap .ribbon.new {
        background-size: 80px 80px
    }
}

.select-wrap .ribbon a {
    display: block;
    width: 100%;
    height: 100%
}

.select-wrap b {
    text-shadow: 1px 1px 2px #d5d5d5
}

.choose-outer-bg-zen {
    margin-top: -92px;
    padding-top: 92px;
    background: url('img/zen-mode.jpg') no-repeat center bottom;
    background-size: cover;
    height: auto
}

@media (max-width:767px) {
    .choose-outer-bg-zen {
        background: url('img/zen-mode-xs.jpg') no-repeat center bottom;
        background-size: cover
    }
}

.choose-wrap {
    margin-bottom: 30px
}

@media (max-width:639px) {
    .choose-wrap .sub-navbar-page-title {
        font-size: 24px
    }
}

.choose-wrap .sub-navbar-utilities-wrap {
    padding-right: 0
}

@media (max-width:639px) {
    .choose-wrap .sub-navbar-utilities-wrap {
        padding: 20px 0 20px
    }
}

.choose-wrap .switch-label {
    font-weight: 400
}

.choose-wrap .animation-switch,
.choose-wrap .zen-mode-switch {
    margin-right: 10px
}

@media (min-width:768px) {
    .choose-wrap .animation-switch,
    .choose-wrap .zen-mode-switch {
        margin-right: 15px
    }
}

@media (min-width:992px) {
    .choose-wrap .animation-switch,
    .choose-wrap .zen-mode-switch {
        margin-right: 20px
    }
}

.choose-wrap .move-up {
    position: relative;
    bottom: 40px;
    left: 40px
}

@media (max-width:767px) {
    .choose-wrap .move-up {
        bottom: 20px;
        left: 5px
    }
    .choose-wrap .move-up .zen-mode-switch {
        position: absolute;
        right: 0
    }
}

.choose-wrap .card-back-colors {
    z-index: 100;
    height: 50px;
    margin-top: 20px
}

@media (max-width:639px) {
    .choose-wrap .card-back-colors {
        margin-top: 0;
        margin-bottom: 20px
    }
}

.choose-wrap .card-back-colors .card-back-bg {
    background: url(img/card-design-sprite.jpg)
}

.choose-wrap .card-back-colors .card-back-color-1 {
    background-position: -2px -2px
}

.choose-wrap .card-back-colors .card-back-color-2 {
    background: url(img/card-design-sprite.jpg) -62px -2px
}

.choose-wrap .card-back-colors .card-back-color-3 {
    background-position: -122px -2px
}

.choose-wrap .card-back-colors .card-back-color-4 {
    background-position: -182px -2px;
    margin-right: 0 !important
}

.choose-wrap .card-back-colors a {
    border: 2px solid #555;
    border-radius: 100%;
    width: 60px;
    height: 50px;
    margin: 0 6px 0 0;
    display: inline-block;
    padding: 0
}

.choose-wrap .card-back-colors a:hover {
    border-color: #eee
}

.choose-wrap .card-back-colors a.active {
    border-color: #aaa;
    box-shadow: 4px 3px 5px #777
}

.choose-wrap .card-back-1 .card {
    background-position: 0 0
}

.choose-wrap .card-back-1 .card.on:hover {
    background-position: 0 0
}

.choose-wrap .card-back-1 .card.selected {
    background-position: -144px 0;
    top: -20px!important;
}

.choose-wrap .card-back-2 .card {
    background-position: -234px 0
}

.choose-wrap .card-back-2 .card.on:hover {
    background-position: -234px 0
}

.choose-wrap .card-back-2 .card.selected {
    background-position: -351px 0
}

.choose-wrap .card-back-3 .card {
    background-position: -468px 0
}

.choose-wrap .card-back-3 .card.on:hover {
    background-position: -468px 0
}

.choose-wrap .card-back-3 .card.selected {
    background-position: -585px 0
}

.choose-wrap .card-back-4 .card {
    background-position: -702px 0
}

.choose-wrap .card-back-4 .card.on:hover {
    background-position: -702px 0
}

.choose-wrap .card-back-4 .card.selected {
    background-position: -819px 0
}

.choose-wrap .choose-cards {
    position: relative;
    padding: 20px 10px;
    margin: 20px 0
}

@media (max-width:639px) {
    .choose-wrap .choose-cards {
        padding: 20px 0 10px
    }
}

@media (min-width:480px) {
    .choose-wrap .cards-row-bg {

    }
}

.choose-wrap .cards-row-outer {
    display: none;
    margin: 20px auto 10px;
    width: 100%;
    border-radius: 8px
}

.choose-wrap .cards-row-outer:first-child {
    display: block
}

.choose-wrap .cards-row-outer:first-child h4 {
    margin-top: 0;
    display: none
}

.choose-wrap .cards-row {
    position: relative;
    min-height: 220px;
    margin-bottom: -20px
}

.choose-wrap .card {
    background: url(img/newCARD-min.png);
    float: left;
    position: relative;
    z-index: 100;
    cursor: pointer;
    width: 143px;
    height: 200px;
    margin-right: -144px;
    margin-bottom: 20px;
    border-radius: 9px
}

.choose-wrap .card.on:hover {
    border-left: 1px inset #666
}

.choose-wrap .reading-exception-instructions {
    font-size: 20px;
    color: #000;
    margin-bottom: 15px
}

.choose-wrap .row-title {
    padding-left: 10px;
    font-size: 16px
}

.choose-wrap .instructions {
    z-index: 100;
    /* position: absolute; */
    left: 50%;
    margin:auto !important; 
}

.choose-wrap .instructions i {
    color: inherit
}

@media (max-width:479px) {
    .choose-wrap .instructions {
        background: none;
        padding: 0;
        width: 150px;
        margin-left: -9px;
        /* top: 44px; */
        top: 20px;
    }
}

@media (min-width:480px) {
    .choose-wrap .instructions {
        margin-left: -15%;
        width: 240px;
        /* top: 60px; */
        top: 30px;
    }
}

@media (min-width:640px) {
    .choose-wrap .instructions {
        margin-left: -18%;
        width: 380px;
        /* top: 60px; */
        top: 20px;
    }
}

.choose-wrap .text-begin {

    color:#000;
    background: #3e5871;
    color: white;
    border: none;
    padding: 16px 36px;
    font-weight: normal;
    border-radius: 3px;
    transition: all 0.25s ease;
    box-shadow: 0 38px 32px -23px black;
    margin-top:10px;
}

@media (max-width:479px) {
    .choose-wrap .text-begin {
        margin-top: 15px
    }
}

@media (min-width:640px) {
    .choose-wrap .text-begin {
        font-size: 16px;
        padding: 15px 10px
    }
}

.choose-wrap .btn-shuffle {
    margin: 10px auto;
    width: 100%;
    max-width: 250px;
}

@media (max-width:479px) {
    .choose-wrap .btn-shuffle {

        margin-top: 10px;
        padding: 2px 8px; 
        white-space: pre-line;
        word-break: break-word;
        font-size: 14px; 
        width: auto;
    }
}

.choose-wrap .week-ahead .date,
.choose-wrap .year-ahead .date {
    z-index: 200;
    width: 230px;
    margin: 20px auto 0
}

@media (max-width:479px) {
    .choose-wrap .week-ahead .date,
    .choose-wrap .year-ahead .date {
        width: 100%;
        margin: 15px 0 0
    }
}

.choose-wrap .guide {
    color:#000;
    background: #3e5871;
    color: white;
    border: none;
    padding: 16px 36px;
    font-weight: normal;
    border-radius: 3px;
    transition: all 0.25s ease;
    box-shadow: 0 38px 32px -23px black;
    margin-top:30px;
}

.choose-wrap .guide p {
    margin: 0
}

.choose-wrap .guide b {
    color: #ffff00;
}

.choose-wrap .guide i {
    position: relative;
    top: 2px
}

@media (min-width:768px) {
    .choose-wrap .get-my-reading {
        margin-right: 10px
    }
}

.choose-wrap .get-my-reading i {
    color: inherit
}

@media (min-width:768px) and (max-width:991px) {
    .choose-wrap .get-my-reading {
        padding-top: 10px
    }
}

.choose-wrap .guide,
.choose-wrap .get-my-reading {
    margin-bottom: 20px;
    margin-top: 20px
}

@media (max-width:767px) {
    .choose-wrap .guide,
    .choose-wrap .get-my-reading {
        margin-top: 10px;
        margin-bottom: 10px
    }
}

@media (max-width:639px) {
    .choose-wrap .guide,
    .choose-wrap .get-my-reading {
        margin-bottom: 20px
    }
}

.choose-wrap .panel-title a,
.choose-wrap .panel-title a:hover {
    display: block;
    text-decoration: none
}

@media (min-width:992px) {
    .choose-wrap .choose-reading-description {
        padding-right: 30px
    }
}

.choose-wrap .choose-reading-description h2 {
    margin-top: 0
}

.choose-wrap .choose-reading-description ul {
    list-style-type: none;
    padding-left: 15px
}

.choose-wrap .which-cards {
    margin-top: 0;
    margin-bottom: 15px;
    color: #702d51;
    font-size: 16px;
    text-shadow: 1px 1px 2px #b7b7b7
}

.choose-wrap .choose-panel-description {
    margin-bottom: 8px
}

.choose-wrap .choose-panel-description h2 {
    margin-top: 0;
    font-size: 20px;
    text-align: center
}

.choose-wrap .choose-panel-description p {
    text-align: justify
}

.choose-wrap .choose-panel-description ol {
    text-align: justify
}

.choose-wrap .choose-panel-description .which-cards {
    text-align: center
}

@media (min-width:640px) {
    .choose-wrap .choose-panel-description p,
    .choose-wrap .choose-panel-description ol {
        text-align: left
    }
    .choose-wrap .choose-panel-description .panel-body {
        padding: 30px
    }
}

.choose-wrap .tips {
    border: 1px solid #f5f5f5;
    border-radius: 12px;
    box-shadow: 3px 3px 5px #ccc;
    padding: 0 0 10px;
    margin: 0;
    background: linear-gradient(to top, #efeaed 0, #fdfcff 100%)
}

.choose-wrap .tips h2 {
    margin: 60px 0 0;
    font-size: 21px;
    font-variant: small-caps
}

.choose-wrap .tips h3 {
    font-size: 20px
}

.choose-wrap .tips p {
    padding: 0 20px
}

.choose-wrap .tips a,
.choose-wrap .tips a:hover,
.choose-wrap .tips a:active,
.choose-wrap .tips a:focus {
    text-decoration: none;
    border: none
}

.choose-wrap .tips .page-header {
    margin: 20px 0 5px;
    text-align: center
}

.choose-wrap .tips .carousel-inner {
    padding: 0 20px 10px
}

.choose-wrap .tips .chevron {
    position: absolute;
    top: -50px;
    color: #b5ab81;
    font-size: 40px;
    margin: 0 20%;
    text-shadow: 5px 5px 5px #ccc
}

.choose-wrap .tips .icon-chevron-left {
    left: -70px
}

.choose-wrap .tips .icon-chevron-right {
    right: -70px
}

.choose-wrap .tips .carousel-indicators {
    position: absolute;
    left: 45px;
    top: -45px;
    width: 80%;
    margin: 0;
    padding: 0;
    list-style: outside none none
}

.choose-wrap .tips .carousel-indicators .active {
    margin: 2px;
    width: 24px;
    height: 24px;
    background-color: #d7cbe1
}

.choose-wrap .tips .carousel-indicators li {
    border-color: #333;
    width: 20px;
    height: 20px;
    margin: 4px;
    border-radius: 20px;
    background-color: #f5f5f5
}

.choose-wrap .tips .carousel-indicators li:hover {
    background-color: #ccc
}

@media (max-width:991px) {
    .choose-wrap .tips {
        box-shadow: 0 0 6px #b49ec7
    }
    .choose-wrap .tips p {
        padding: 0 12px
    }
    .choose-wrap .tips .chevron {
        top: -54px
    }
    .choose-wrap .tips .icon-chevron-left {
        left: -56px
    }
    .choose-wrap .tips .icon-chevron-right {
        right: -56px
    }
    .choose-wrap .tips .carousel-inner {
        padding: 0
    }
    .choose-wrap .tips .carousel-indicators {
        left: 30px
    }
    .choose-wrap .tips .carousel-indicators .active {
        width: 16px;
        height: 16px;
        border-radius: 16px
    }
    .choose-wrap .tips .carousel-indicators li {
        width: 12px;
        height: 12px;
        border-radius: 12px
    }
    .choose-wrap .tips .panel-body {
        padding: 15px 5px
    }
    .choose-wrap .tips h2 {
        font-size: 18px
    }
}

.choose-wrap .ccr-page-header {
    margin-bottom: 15px
}

.choose-wrap .ccr-img-wrap {
    padding: 10px 20px;
    text-align: right
}

.choose-wrap .ccr-img {
    box-shadow: 3px 3px 5px #ccc;
    border: 1px solid #f1f1f1;
    margin: auto
}

.choose-wrap .ccr-description {
    margin-bottom: 20px;
    padding: 5px
}

.choose-wrap .ccr-instructions h2,
.choose-wrap .ccr-form h2 {
    color: #702d51;
    font-size: 18px;
    margin: 40px 0 20px;
    text-align: left
}

.choose-wrap .ccr-form label {
    margin: 10px 0 5px
}

.choose-wrap .ccr-form .date {
    max-width: 230px;
    margin: 10px 0 0 5px
}

.choose-wrap .ccr-form .radio {
    margin: 0 0 0 10px
}

.choose-wrap .ccr-form input[type="radio"] {
    margin: 3px 0 0 -26px
}

.choose-wrap .ccr-form .btn {
    margin: 20px 0
}

@media (max-width:480px) {
    .choose-wrap .ccr-form {
        padding: 0 5px
    }
    .choose-wrap .ccr-form .btn {
        display: block;
        width: 80%;
        margin: auto;
        margin-top: 30px
    }
    .choose-wrap .ccr-img-wrap {
        margin-bottom: 15px
    }
    .choose-wrap .ccr-page-header {
        margin: 0;
        font-size: 19px
    }
    .choose-wrap .ccr-instructions h2 {
        margin-top: 20px
    }
}

.let-fate-decide {
    font-size: 20px
}

.let-fate-decide img {
    margin-right: 15px
}

.let-fate-decide .fate-instructions {
    padding: 20px 15px
}

.let-fate-decide .fate-reading-title {
    color: #b5ab81;
    display: block;
    padding: 15px 0 25px;
    font-size: 24px
}

.let-fate-decide .fate-result {
    padding: 15px;
    display: none
}

.let-fate-decide .btn {
    box-shadow: none
}

.show-wrap {
    padding-bottom: 30px
}

@media (min-width:768px) {
    .show-wrap {
        padding-bottom: 60px
    }
}

.show-wrap i {
    width: 1em
}

@media (min-width:1200px) {
    .show-wrap .sub-navbar-page-title {
        font-size: 30px
    }
}

@media (max-width:639px) {
    .show-wrap .sub-navbar-page-title {
        padding: 5px
    }
}

.show-wrap .reading-menu-btn i,
.show-wrap .reading-bottom-btn i,
.show-wrap .reading-menu-cell i {
    margin-right: 8px;
    color: #702d51
}

@media (min-width:639px) {
    .show-wrap .reading-menu-btn-wrap {
        text-align: right
    }
}

.show-wrap .reading-menu-btn-wrap .tarot-deck .active {
    background-color: #b5ab81;
    color: #fff
}

@media (max-width:479px) {
    .show-wrap .reading-menu-cell {
        width: 100%
    }
}

.show-wrap .card-position-row {
    margin-top: 30px
}

@media (min-width:639px) {
    .show-wrap .card-position-row {
        margin-top: 40px
    }
}

.show-wrap .reading-card {
    border: 1px solid #ccc;
    border-radius: 8px;
    box-shadow: 2px 2px 4px #ddd
}

.show-wrap .lt-deck-radius {
    border-radius: 14px;
    border: none
}

.show-wrap .reading-text-wrap {
    padding: 0 1.5em;
    font-size: 15px
}

@media (min-width:640px) {
    .show-wrap .reading-text-wrap {
        font-size: 15px;
        padding: 0 1em
    }
}

@media (min-width:768px) {
    .show-wrap .reading-text-wrap {
        font-size: 16px
    }
}

@media (min-width:992px) {
    .show-wrap .reading-text-wrap {
        font-size: 17px
    }
}

@media (min-width:1200px) {
    .show-wrap .reading-text-wrap {
        font-size: 18px;
        padding-right: 3em
    }
}

.show-wrap .reading-position-number {
    font-size: .8em;
    color: #666
}

.show-wrap .reading-position-title {
    font-size: 1.25em;
    color: #702d51;
    margin-top: .3em
}

@media (max-width:639px) {
    .show-wrap .reading-position-title {
        margin-bottom: 18px;
        text-align: center
    }
}

.show-wrap .reading-card-name {
    line-height: 1.5em;
    font-size: 1.15em
}

@media (max-width:639px) {
    .show-wrap .reading-card-name {
        text-align: center
    }
}

.show-wrap .reading-text {
    line-height: 1.5em;
    font-size: 1.05em
}

.show-wrap .modal .btn {
    box-shadow: none;
    margin: 10px 5px 0 0
}

.show-wrap .modal .btn-primary {
    min-width: 168px
}

.show-wrap .modal h2 {
    color: #702d51;
    text-shadow: 1px 1px 2px #bbb;
    padding: 0 10px
}

.show-wrap .modal h2 i {
    margin-left: 15px
}

.show-wrap .modal .modal-inner-wrap {
    padding: 5px 15px 0
}

@media (max-width:479px) {
    .show-wrap .modal .modal-inner-wrap {
        padding: 5px
    }
}

.show-wrap .modal .modal-footer {
    text-align: left;
    border-top: none
}

.show-wrap .modal .modal-footer .alert {
    margin-bottom: 0
}

.show-wrap .modal .the-share-widget {
    margin: 20px auto
}

.show-wrap .rate-this-reading-wrap {
    padding-top: 20px;
    z-index: 10
}

.show-wrap .rate-this-reading-wrap .star-rating .caption {
    display: none !important
}

@media (min-width:639px) {
    .show-wrap .rate-this-reading-wrap .rate-this-reading-label,
    .show-wrap .rate-this-reading-wrap .star-rating {
        display: inline-block
    }
}

.show-wrap .reading-bottom-btn {
    margin: 40px 0
}

@media (max-width:639px) {
    .show-wrap .reading-bottom-btn {
        margin: 30px 0 10px
    }
}

.show-wrap .reading-bottom-btn-wrap,
.show-wrap .the-social-widget-wrap {
    padding: 20px 0 0
}

@media (min-width:639px) {
    .show-wrap .reading-bottom-btn-wrap,
    .show-wrap .the-social-widget-wrap {
        width: auto
    }
}

@media (min-width:640px) {
    .show-wrap .reading-bottom-btn {
        margin-left: 5px
    }
}

@media (min-width:768px) {
    .show-wrap .reading-bottom-btn {
        margin-left: 40px
    }
}

@media (min-width:992px) {
    .show-wrap .reading-bottom-btn {
        margin-left: 125px
    }
}

@media (min-width:1200px) {
    .show-wrap .reading-bottom-btn {
        margin-left: 350px
    }
}

.show-wrap .the-social-widget {
    margin: 30px auto
}

.show-wrap .live-promo-wrap {
    box-shadow: 0 0 5px #a5a5a5;
    margin-top: 30px;
    padding: 0;
    background: #f6f4f9;
    border-radius: 8px;
    font-size: 15px;
    margin-left: -10px;
    margin-right: -10px
}

@media (min-width:768px) {
    .show-wrap .live-promo-wrap {
        font-size: 16px
    }
}

@media (min-width:992px) {
    .show-wrap .live-promo-wrap {
        font-size: 17px
    }
}

@media (min-width:1200px) {
    .show-wrap .live-promo-wrap {
        font-size: 20px
    }
}

.show-wrap .live-promo-wrap .reader-name {
    padding: 8px;
    background-color: #e1e1e1;
    color: #636363
}

@media (max-width:767px) {
    .show-wrap .live-promo-wrap .reader-name {
        padding: 4px
    }
}

@media (max-width:479px) {
    .show-wrap .live-promo-wrap .reader-panel {
        width: 33%
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .show-wrap .live-promo-wrap .reader-panel {
        width: 20%
    }
}

@media (min-width:992px) {
    .show-wrap .live-promo-wrap .reader-panel .reader-name {
        border-bottom-right-radius: 0
    }
}

@media (max-width:991px) {
    .show-wrap .live-promo-wrap .reader-panel .reader-name {
        border-bottom-left-radius: 0
    }
}

.show-wrap .live-promo-wrap .reader-panel .reader-img {
    border-top-right-radius: 0
}

@media (min-width:992px) and (max-width:1199px) {
    .show-wrap .live-promo-wrap .live-promo-content {
        width: 80%
    }
}

.show-wrap .live-promo-wrap .live-promo-header {
    color: #702d51;
    padding: .8em .5em .6em;
    font-size: 1.4em
}

@media (max-width:639px) {
    .show-wrap .live-promo-wrap .live-promo-header {
        padding: 10px 20px;
        font-size: 26px
    }
}

@media (max-width:479px) {
    .show-wrap .live-promo-wrap .live-promo-header {
        font-size: 24px;
        width: 66%
    }
}

.show-wrap .live-promo-wrap .live-promo-text {
    font-size: 1.2em;
    padding: 0 1em
}

@media (max-width:639px) {
    .show-wrap .live-promo-wrap .live-promo-text {
        padding: 20px 8px;
        font-size: 22px
    }
}

@media (max-width:479px) {
    .show-wrap .live-promo-wrap .live-promo-text {
        font-size: 20px
    }
}

.show-wrap .live-promo-wrap .live-promo-btn {
    margin: 1em 0 1em 1em
}

@media (max-width:639px) {
    .show-wrap .live-promo-wrap .live-promo-btn {
        margin: 2em 10px
    }
}

.show-wrap .live-promo-wrap .live-promo-btn i {
    margin-right: 8px
}

.show-wrap .live-promo-wrap .live-promo-testimonial-wrap {
    font-size: 13px;
    position: relative;
    color: #555;
    margin: 1.7em 1em 1em 3em;
    font-style: italic
}

@media (min-width:1200px) {
    .show-wrap .live-promo-wrap .live-promo-testimonial-wrap {
        font-size: 14px
    }
}

.show-wrap .live-promo-wrap .live-promo-testimonial-wrap i {
    position: absolute;
    top: -0.3em;
    left: -1.5em;
    font-size: 1.6em;
    color: #bbb;
    font-style: italic
}

.show-wrap .reading-card {
    background: url(img/card-back-sprite.jpg) no-repeat
}

.show-wrap .set-court-card {
    background: #ececec;
    border-radius: 5px;
    padding: 15px;
    margin: 16px 0
}

.show-wrap .set-court-card .leader {
    color: #702d51
}

.show-wrap .court-card-flag {
    font-size: .9em;
    padding: 8px 15px;
    display: inline-block;
    margin-bottom: 1em
}

@media (max-width:639px) {
    .show-wrap .court-card-flag {
        display: block;
        text-align: center
    }
}

.live-wrap {
    padding: 0
}

@media (min-width:480px) {
    .live-wrap {
        padding: 0 0
    }
}

@media (min-width:640px) {
    .live-wrap {
        padding: 20px 0
    }
}

@media (min-width:768px) {
    .live-wrap {
        padding: 30px 0
    }
}

@media (min-width:992px) {
    .live-wrap {
        padding: 40px 0
    }
}

@media (min-width:1200px) {
    .live-wrap {
        padding: 50px 0
    }
}

@media (max-width:479px) {
    .live-wrap .item {
        width: 100%
    }
}

.live-wrap .item .row {
    box-shadow: 0 0 12px #aaa;
    margin: 0 0 30px;
    padding: 0;
    border-radius: 8px;
    background-color: #fff
}

.live-wrap .page-header {
    margin-top: 0;
    font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif
}

.live-wrap .page-header .row {
    box-shadow: none;
    border: none;
    background-color: transparent
}

.live-wrap .page-header h1 {
    font-size: 34px
}

.live-wrap .page-header h2 {
    font-size: 18px;
    line-height: 1.5em
}

.live-wrap .page-header p {
    color: #888;
    text-shadow: none;
    font-size: 16px
}

@media (max-width:991px) {
    .live-wrap .page-header {
        margin-top: -10px
    }
    .live-wrap .page-header .row {
        margin-bottom: 0
    }
    .live-wrap .page-header p {
        font-size: 15px
    }
}

@media (min-width:768px) {
    .live-wrap .page-header h1 {
        font-size: 30px
    }
    .live-wrap .page-header p {
        font-size: 14px
    }
}

@media (min-width:992px) {
    .live-wrap .page-header {
        height: 300px;
        margin-bottom: 30px
    }
    .live-wrap .page-header h2 {
        font-size: 20px
    }
    .live-wrap .page-header h1 {
        font-size: 34px;
        margin-top: 10px
    }
}

@media (min-width:1200px) {
    .live-wrap .page-header h2 {
        font-size: 24px
    }
    .live-wrap .page-header h1 {
        margin-top: 18px
    }
}

.live-wrap .offer .row {
    overflow: hidden;
    padding: 0 15px
}

@media (max-width:991px) {
    .live-wrap .offer .row {
        height: auto
    }
}

.live-wrap .offer-title {
    font-size: 24px;
    color: #b1504f;
    text-shadow: 1px 1px 2px #6c6c6c;
    margin-top: 15px
}

@media (min-width:992px) and (max-width:1199px) {
    .live-wrap .offer-title {
        font-size: 22px
    }
}

.live-wrap .offer-content {
    line-height: 1.5em
}

@media (min-width:992px) and (max-width:1199px) {
    .live-wrap .offer-content {
        font-size: 15px
    }
}

.live-wrap .offer-first-3 {
    color: #424242;
    font-size: 1.13em;
    font-style: italic;
    padding: 7px 0
}

@media (min-width:992px) and (max-width:1199px) {
    .live-wrap .offer-first-3 {
        font-size: 1em
    }
}

.live-wrap .offer-first-3 em {
    font-style: normal;
    font-weight: 700;
    color: #b35150
}

.live-wrap .offer-kasamba {
    font-size: .75em;
    color: #666
}

@media (min-width:992px) and (max-width:1199px) {
    .live-wrap .offer-kasamba {
        font-size: .6em
    }
}

.live-wrap .icon-spinner {
    top: 1px
}

.live-wrap .reader-header {
    padding: 20px 0 0
}

.live-wrap .reader-name {
    text-shadow: 1px 1px 2px #bebebe;
    font-size: 24px;
    display: inline
}

.live-wrap .kasamba-readers {
    display: block
}

.live-wrap .kasamba-text {
    font-size: 18px;
    color: #702d51;
    padding-bottom: 30px;
    text-shadow: 1px 1px 2px #ccc
}

.live-wrap .reader-fee {
    padding-top: 5px
}

.live-wrap .widget-wrap {
    display: inline;
    margin-left: 10px;
    padding-top: 6px;
    color: #222
}

@media (min-width:480px) and (max-width:1199px) {
    .live-wrap .widget-wrap {
        display: block
    }
}

.live-wrap .widget-wrap i {
    width: 1.5em
}

.live-wrap .widget-wrap .icon-on {
    color: #7dc5a4
}

.live-wrap .widget-wrap .icon-off {
    text-shadow: none;
    color: #e29a8f
}

.live-wrap .short-profile {
    font-size: 14px
}

.live-wrap .action-btns {
    margin: 30px 0
}

.live-wrap .action-btns .btn {
    background: linear-gradient(to bottom, #d1cbb0 0, #bfb9a0 100%) repeat scroll 0 0 transparent
}

.live-wrap .btn-chat {
    margin-top: 20px
}

@media (min-width:480px) and (max-width:639px) {
    .live-wrap .btn-voice,
    .live-wrap .btn-chat {
        padding-left: 4px;
        padding-right: 4px
    }
    .live-wrap .btn-voice .icon-arrow-btn,
    .live-wrap .btn-chat .icon-arrow-btn {
        margin-left: 2px
    }
}

@media (min-width:768px) and (max-width:1199px) {
    .live-wrap .btn-voice,
    .live-wrap .btn-chat {
        padding-left: 4px;
        padding-right: 4px
    }
    .live-wrap .btn-voice .icon-arrow-btn,
    .live-wrap .btn-chat .icon-arrow-btn {
        margin-left: 2px
    }
}

.live-wrap .btn {
    box-shadow: none
}

.live-wrap .btn.btn-beige i {
    color: #558a68
}

.live-wrap .btn.btn-beige .icon-arrow-btn {
    color: #f3f3f3
}

.live-wrap .btn i {
    width: 1.5em
}

.live-wrap .btn-about-me {
    border-bottom-right-radius: 4px !important;
    border-top-right-radius: 4px !important
}

.live-wrap .email-about-me {
    margin: 30px 0 20px
}

.live-wrap .email-about-me .icon-info {
    color: #444;
    width: 1em
}

.live-wrap .email-about-me .icon-envelope {
    color: #444;
    width: 1.5em
}

.live-wrap .email-about-me .btn-info {
    background: #e5e1e8;
    border-color: #cfc8d5;
    color: #555
}

.live-wrap .email-about-me .btn-info:hover {
    background: #d7cbe1
}

@media (min-width:480px) and (max-width:639px),
(min-width:768px) and (max-width:1199px) {
    .live-wrap .email-about-me .hidden-custom {
        display: none
    }
}

.live-wrap .testimonials-wrap {
    padding: 10px 0 20px
}

.live-wrap .testimonials-wrap .testimonials-toggle {
    display: block;
    padding: 8px;
    margin: 0 -15px;
    background: #ddd
}

.live-wrap .testimonials-wrap .testimonials-toggle a {
    color: #555;
    text-decoration: none
}

.live-wrap .testimonials-wrap .testimonials-toggle a i {
    color: inherit;
    top: 2px;
    width: 1em
}

.live-wrap .testimonials-wrap .icon-chevron-right {
    right: 20px
}

@media (max-width:1199px) {
    .live-wrap .testimonials-wrap .icon-chevron-right {
        right: 5px
    }
}

.live-wrap .testimonials-wrap .icon-chevron-left {
    left: 20px
}

@media (max-width:1199px) {
    .live-wrap .testimonials-wrap .icon-chevron-left {
        left: 5px
    }
}

.live-wrap .testimonials-wrap .chevron {
    font-size: 1.5em;
    color: #888;
    position: absolute;
    top: -28px
}

.live-wrap .testimonials-carousel {
    z-index: 500;
    margin: 0 -15px -20px;
    position: relative;
    line-height: 1.6em;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    background-color: #efefef;
    padding: 20px;
    font-size: .9em;
    text-align: center;
    box-shadow: 0 0 4px #888
}

.live-wrap .testimonial {
    font-style: italic;
    color: #333;
    font-weight: 400
}

.live-wrap .testimonial.item {
    padding: 0
}

.live-wrap .reader-img-modal {
    width: 20%;
    margin: 5px 0 5px 10px
}

@media (max-width:480px),
(min-width:768px) {
    .live-wrap .reader-img-modal {
        width: 30%
    }
}

.live-wrap .modal-header h2 {
    margin: 8px 0
}

.live-outer {
    background-color: #eee
}

.live-wrap .page-header h1,
.live-wrap .page-header h2 {
    text-shadow: 1px 1px 2px #999
}

.live-wrap .page-header p {
    color: #555;
    text-shadow: none
}

.pot-wrap {
    padding: 0
}

@media (min-width:768px) {
    .pot-wrap {
        padding: 10px
    }
}

@media (min-width:992px) {
    .pot-wrap {
        padding: 15px
    }
}

.pot-wrap .simple-nav {
    padding: 40px 0
}

.pot-wrap .pager a {
    color: #702d51;
    padding: 8px 16px;
    margin: 0 20px
}

.pot-wrap .pagination .active,
.pot-wrap .pagination .disabled {
    text-shadow: 1px 1px 2px #666
}

.pot-wrap .pagination {
    margin: 10px 15px
}

.pot-wrap .pagination a {
    font-size: 14px;
    padding: 9px
}

@media (min-width:640px) {
    .pot-wrap .pagination {
        margin: 10px 0
    }
    .pot-wrap .pagination a {
        font-size: 15px;
        padding: 4px 10px
    }
}

@media (min-width:768px) {
    .pot-wrap .pagination a {
        font-size: 16px;
        padding: 4px 14px
    }
}

@media (min-width:1200px) {
    .pot-wrap .pagination {
        margin-bottom: 20px
    }
}

.pot-wrap h1,
.pot-wrap h2 {
    color: #7b3159;
    text-shadow: 1px 1px 2px #888;
    font-family: 'Architects Daughter', cursive
}

@media (max-width:480px) {
    .pot-wrap h1,
    .pot-wrap h2 {
        font-size: 20px
    }
}

.pot-wrap blockquote {
    font-size: 15px;
    font-style: italic
}

@media (max-width:480px) {
    .pot-wrap blockquote {
        padding: 10px
    }
}

.pot-wrap .img-pot {
    margin: 0 0 20px 30px
}

@media (max-width:480px) {
    .pot-wrap .img-pot {
        float: none !important;
        display: block !important;
        margin: 0 auto;
        margin-bottom: 20px
    }
}

.pot-wrap .img-lt-deck {
    border-radius: 16px;
    box-shadow: 2px 2px 4px #e4e4e4;
    border: 1px solid #ccc
}

.pot-wrap .page-header {
    border-bottom: 1px solid #d8becc
}

.pot-wrap .table-card-dates {
    margin: 30px 0
}

.pot-wrap .myBold {
    font-weight: 700
}

.pot-wrap .spreadTable {
    width: 80%;
    text-align: center;
    margin: 0 auto
}

.pot-wrap .spreadTable td {
    text-align: center;
    vertical-align: middle;
    padding: 4px
}

.pot-wrap .spreadTable tr {
    text-align: center;
    vertical-align: middle
}

.meanings-wrap {
    padding-bottom: 40px
}

.meanings-wrap blockquote {
    font-size: 16px
}

.meanings-wrap hr {
    display: none
}

@media (max-width:991px) {
    .meanings-wrap .page-header,
    .meanings-wrap .hard-link-nav,
    .meanings-wrap .hard-link-nav-btn,
    .meanings-wrap .or,
    .meanings-wrap #share {
        text-align: center
    }
}

.meanings-wrap .step1 label,
.meanings-wrap .step2 label,
.meanings-wrap .step3 label {
    padding: 30px 0 0 6px
}

.meanings-wrap .step1 label small,
.meanings-wrap .step2 label small,
.meanings-wrap .step3 label small {
    color: #999
}

@media (max-width:479px) {
    .meanings-wrap .step1,
    .meanings-wrap .step2,
    .meanings-wrap .step3 {
        width: 100%
    }
}

@media (max-width:479px) {
    .meanings-wrap .authors {
        width: 50%
    }
}

.meanings-wrap #authors.well {
    padding: 15px 0 10px 0
}

.meanings-wrap .img-card-wrap {
    padding: 5px 20px 10px 10px
}

@media (max-width:639px) {
    .meanings-wrap .img-card-wrap {
        width: 100%;
        text-align: center;
        padding: 0 0 20px 0
    }
}

.meanings-wrap .img-card {
    box-shadow: 2px 2px 3px #bbb;
    margin-bottom: 10px;
    border: 1px solid #bbb;
    border-radius: 9px
}

.meanings-wrap .lt-deck-radius {
    border-radius: 14px;
    border: none
}

.meanings-wrap .article-wrap {
    margin-top: 30px
}

.meanings-wrap .article-body {
    padding: 0 20px 20px
}

@media (max-width:767px) {
    .meanings-wrap .article-body {
        padding: 0 0 20px 0
    }
}

.meanings-wrap .article-title {
    padding-bottom: 15px
}

.meanings-wrap .card-menu {
    margin-top: 30px
}

@media (min-width:480px) and (max-width:767px) {
    .meanings-wrap .nav-cards>li {
        float: left;
        width: 50%
    }
}

@media (min-width:768px) and (max-width:991px) {
    .meanings-wrap .nav-cards>li {
        float: left;
        width: 25%
    }
}

.meanings-wrap #deck_choice {
    max-width: 240px
}

.meanings-wrap .live-promo-wrap {
    box-shadow: 0 0 5px #a5a5a5;
    margin-top: 30px;
    padding: 0;
    background: #f6f4f9;
    border-radius: 8px;
    font-size: 15px;
    margin-left: -10px;
    margin-right: -10px
}

.meanings-wrap .live-promo-wrap .reader-name {
    padding: 8px;
    background-color: #e1e1e1;
    color: #636363
}

@media (max-width:767px) {
    .meanings-wrap .live-promo-wrap .reader-name {
        padding: 4px
    }
}

@media (max-width:479px) {
    .meanings-wrap .live-promo-wrap .reader-panel {
        width: 40%
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .meanings-wrap .live-promo-wrap .reader-panel {
        width: 20%
    }
}

@media (min-width:1200px) {
    .meanings-wrap .live-promo-wrap .reader-panel .reader-name {
        border-bottom-right-radius: 0
    }
}

@media (max-width:1199px) {
    .meanings-wrap .live-promo-wrap .reader-panel .reader-name {
        border-bottom-left-radius: 0
    }
}

.meanings-wrap .live-promo-wrap .reader-panel .reader-img {
    border-top-right-radius: 0
}

@media (min-width:992px) and (max-width:1199px) {
    .meanings-wrap .live-promo-wrap .live-promo-content {
        width: 80%
    }
}

@media (max-width:479px) {
    .meanings-wrap .live-promo-wrap .live-promo-content {
        max-width: 60%
    }
}

.meanings-wrap .live-promo-wrap .live-promo-header {
    color: #702d51;
    padding: .8em .5em .4em;
    font-size: 20px
}

.meanings-wrap .live-promo-wrap .live-promo-text {
    font-size: 18px;
    padding: 0 15px
}

.meanings-wrap .live-promo-wrap .live-promo-btn {
    margin: 1em 0 .6em 1em
}

@media (max-width:639px) {
    .meanings-wrap .live-promo-wrap .live-promo-btn {
        margin: 2em 10px
    }
}

.meanings-wrap .live-promo-wrap .live-promo-btn i {
    margin-right: 8px
}

.meanings-wrap .live-promo-wrap .live-promo-testimonial-wrap {
    font-size: 13px;
    position: relative;
    color: #555;
    margin: 1em 1em 1em 3em;
    font-style: italic
}

@media (max-width:639px) {
    .meanings-wrap .live-promo-wrap .live-promo-testimonial-wrap {
        margin-top: 2em
    }
}

.meanings-wrap .live-promo-wrap .live-promo-testimonial-wrap i {
    position: absolute;
    top: -0.3em;
    left: -1.5em;
    font-size: 1.6em;
    color: #bbb;
    font-style: italic
}

.numerology-outer {
    background-color: #efe8e4
}

.numerology-wrap {
    margin-bottom: 50px
}

.numerology-wrap h2 {
    margin-top: 0
}

@media (max-width:639px) {
    .numerology-wrap h2 {
        font-size: 18px
    }
}

.numerology-wrap h2 b {
    color: #702d51
}

.numerology-wrap .lpn-sub-heading {
    margin-bottom: 20px;
    margin-top: 25px
}

.numerology-wrap .img-number {
    max-width: 30%;
    margin-top: 8px
}

.numerology-wrap .img-right {
    max-width: 50%;
    margin: 5px 0 20px 20px;
    box-shadow: 1px 1px 2px #bbb
}

@media (max-width:639px) {
    .numerology-wrap .img-right {
        margin: 5px 0 10px 13px
    }
}

.numerology-wrap .img-hans {
    max-width: 30%;
    margin: 0 15px 5px 0
}

.numerology-wrap .reports-promo {
    background-color: #ccc0b9;
    padding: 15px;
    border-radius: 8px;
    margin-top: 30px
}

.numerology-wrap .reports-promo .btn {
    margin-top: 20px;
    margin-bottom: 5px
}

.numerology-wrap .reports-promo h3 {
    margin-top: 0
}

.order-wrap {
    padding-bottom: 30px
}

.order-wrap .page-header {
    padding-top: 25px
}

@media (max-width:767px) {
    .order-wrap .page-header {
        padding-top: 15px;
        margin-bottom: 8px
    }
}

.order-wrap .order-progress-bar {
    padding-top: 25px
}

@media (max-width:767px) {
    .order-wrap .order-progress-bar {
        padding-top: 15px
    }
}

.order-wrap .intro h2,
.order-wrap .intro h3,
.order-wrap .intro .alert {
    margin-bottom: 30px
}

@media (max-width:767px) {
    .order-wrap .intro h2,
    .order-wrap .intro h3,
    .order-wrap .intro .alert {
        margin: 20px 0
    }
}

.order-wrap .intro h3 {
    padding-top: 20px
}

.order-wrap .intro .alert {
    font-size: 18px;
    width: auto;
    margin: auto;
    display: inline-block;
    padding: 15px 30px;
    margin-top: 8px
}

.order-wrap .payment-panels {
    padding: 20px 0
}

.order-wrap .payment-panels .panel-heading {
    font-size: 20px
}

.order-wrap .payment-panels .panel-footer {
    border: none
}

.order-wrap .payment-panels .btn-pay-with {
    font-size: 22px
}

@media (max-width:767px) {
    .order-wrap .payment-panels .btn-pay-with {
        font-size: 20px
    }
}

.order-wrap .payment-panels .icon-arrow-btn {
    color: #555
}

.order-wrap .payment-panels .btn img {
    position: relative;
    bottom: 2px
}

.order-wrap .payment-panels .panel-footer,
.order-wrap .payment-panels .panel {
    background-color: #fff
}

.order-wrap .payment-panels .panel {
    margin-bottom: 40px;
    box-shadow: 1px 1px 3px #ccc
}

.order-wrap .payment-panels .panel-footer {
    padding-bottom: 20px
}

.order-wrap .more-info {
    padding-bottom: 30px
}

.order-wrap .order-success-membership,
.order-wrap .order-success-numerology {
    padding-top: 20px
}

.order-wrap .order-success-membership .btn,
.order-wrap .order-success-numerology .btn {
    margin: 20px 0
}

.order-wrap .order-success-membership b,
.order-wrap .order-success-numerology b,
.order-wrap .order-success-membership dt,
.order-wrap .order-success-numerology dt {
    font-weight: 700;
    color: #702d51
}

.order-wrap .order-success-membership dd,
.order-wrap .order-success-numerology dd {
    font-weight: 700
}

.order-wrap .order-success-membership dt,
.order-wrap .order-success-numerology dt {
    margin-bottom: 8px
}

.report-wrap .report-testimonials-wrap,
.membership-wrap .report-testimonials-wrap {
    position: relative;
    height: 135px;
    background-color: #d4cdc6;
    color: #624525;
    padding: 15px 25px;
    border-radius: 8px;
    font-style: italic;
    text-align: center
}

@media (max-width:479px) {
    .report-wrap .report-testimonials-wrap,
    .membership-wrap .report-testimonials-wrap {
        height: 190px
    }
}

@media (max-width:639px) {
    .report-wrap .report-testimonials-wrap,
    .membership-wrap .report-testimonials-wrap {
        margin-top: 20px
    }
}

@media (min-width:640px) {
    .report-wrap .report-testimonials-wrap,
    .membership-wrap .report-testimonials-wrap {
        height: 250px
    }
}

@media (min-width:768px) {
    .report-wrap .report-testimonials-wrap,
    .membership-wrap .report-testimonials-wrap {
        height: 205px
    }
}

@media (min-width:992px) {
    .report-wrap .report-testimonials-wrap,
    .membership-wrap .report-testimonials-wrap {
        height: 160px
    }
}

@media (min-width:1200px) {
    .report-wrap .report-testimonials-wrap,
    .membership-wrap .report-testimonials-wrap {
        height: 140px
    }
}

.report-wrap .report-testimonials-wrap i,
.membership-wrap .report-testimonials-wrap i {
    position: absolute;
    top: 3px;
    left: 4px;
    font-size: 1.5em;
    color: #ab9a88;
    font-style: italic
}

.report-wrap .report-testimonials-wrap cite,
.membership-wrap .report-testimonials-wrap cite {
    display: block
}

.report-wrap .pdf-help,
.membership-wrap .pdf-help {
    padding: 40px 15px
}

.report-wrap .modal-inner-wrap,
.membership-wrap .modal-inner-wrap {
    padding: 15px;
    font-size: 1.1em
}

@media (max-width:479px) {
    .report-wrap .modal-inner-wrap,
    .membership-wrap .modal-inner-wrap {
        padding: 8px
    }
}

.report-wrap .modal-inner-wrap .btn,
.membership-wrap .modal-inner-wrap .btn {
    margin: 30px 0 15px
}

.report-wrap .icon-info,
.membership-wrap .icon-info {
    color: #702d51
}

.report-wrap .report-panel,
.membership-wrap .report-panel,
.report-wrap .membership-panel,
.membership-wrap .membership-panel {
    background-color: #fff;
    box-shadow: 0 0 12px #aaa;
    border-radius: 10px;
    max-width: 300px;
    margin: 0 auto 40px
}

.report-wrap .report-title,
.membership-wrap .report-title,
.report-wrap .membership-title,
.membership-wrap .membership-title {
    background: #7b736a;
    color: #fff;
    text-shadow: 1px 1px 2px #bbb;
    padding: 8px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    font-size: 17px
}

@media (min-width:768px) {
    .report-wrap .report-title,
    .membership-wrap .report-title,
    .report-wrap .membership-title,
    .membership-wrap .membership-title {
        font-size: 15px
    }
}

@media (min-width:992px) {
    .report-wrap .report-title,
    .membership-wrap .report-title,
    .report-wrap .membership-title,
    .membership-wrap .membership-title {
        font-size: 17px
    }
}

.report-wrap .report-text,
.membership-wrap .report-text,
.report-wrap .membership-text,
.membership-wrap .membership-text {
    padding: 20px 15px;
    text-align: center
}

@media (min-width:640px) {
    .report-wrap .report-text,
    .membership-wrap .report-text,
    .report-wrap .membership-text,
    .membership-wrap .membership-text {
        height: 150px;
        padding: 20px 25px
    }
}

@media (min-width:768px) {
    .report-wrap .report-text,
    .membership-wrap .report-text,
    .report-wrap .membership-text,
    .membership-wrap .membership-text {
        height: 175px;
        padding: 20px 15px
    }
}

@media (min-width:992px) {
    .report-wrap .report-text,
    .membership-wrap .report-text,
    .report-wrap .membership-text,
    .membership-wrap .membership-text {
        height: 130px;
        padding: 20px 10px
    }
}

@media (min-width:1200px) {
    .report-wrap .report-text,
    .membership-wrap .report-text,
    .report-wrap .membership-text,
    .membership-wrap .membership-text {
        height: 150px;
        padding: 20px 15px
    }
}

.report-wrap .membership-text,
.membership-wrap .membership-text {
    height: auto
}

.report-wrap .membership-text em,
.membership-wrap .membership-text em {
    color: #702d51
}

.report-wrap .report-buy-now,
.membership-wrap .report-buy-now,
.report-wrap .membership-buy-now,
.membership-wrap .membership-buy-now {
    margin-bottom: 20px
}

.report-wrap .report-buy-now .report-price,
.membership-wrap .report-buy-now .report-price,
.report-wrap .membership-buy-now .report-price,
.membership-wrap .membership-buy-now .report-price,
.report-wrap .report-buy-now .membership-price,
.membership-wrap .report-buy-now .membership-price,
.report-wrap .membership-buy-now .membership-price,
.membership-wrap .membership-buy-now .membership-price {
    font-size: 22px
}

.report-wrap .report-buy-now i,
.membership-wrap .report-buy-now i,
.report-wrap .membership-buy-now i,
.membership-wrap .membership-buy-now i {
    font-size: 18px
}

.report-wrap .report-buy-now .btn,
.membership-wrap .report-buy-now .btn,
.report-wrap .membership-buy-now .btn,
.membership-wrap .membership-buy-now .btn {
    border-radius: 0;
    box-shadow: none
}

.report-wrap .report-buy-now .buy-it-now-now,
.membership-wrap .report-buy-now .buy-it-now-now,
.report-wrap .membership-buy-now .buy-it-now-now,
.membership-wrap .membership-buy-now .buy-it-now-now,
.report-wrap .report-buy-now .buy-it-now-gray,
.membership-wrap .report-buy-now .buy-it-now-gray,
.report-wrap .membership-buy-now .buy-it-now-gray,
.membership-wrap .membership-buy-now .buy-it-now-gray {
    font-style: italic;
    color: #900;
    font-size: 15px;
    position: relative;
    bottom: 2px
}

.report-wrap .report-buy-now .buy-it-now-gray,
.membership-wrap .report-buy-now .buy-it-now-gray,
.report-wrap .membership-buy-now .buy-it-now-gray,
.membership-wrap .membership-buy-now .buy-it-now-gray {
    color: #555 !important;
    margin-left: 8px
}

.report-wrap .report-buy-now .price-strikeout,
.membership-wrap .report-buy-now .price-strikeout,
.report-wrap .membership-buy-now .price-strikeout,
.membership-wrap .membership-buy-now .price-strikeout {
    color: #ddd;
    font-size: 16px
}

.report-wrap .membership-buy-now,
.membership-wrap .membership-buy-now {
    margin-bottom: 0
}

.report-wrap .report-img-wrap,
.membership-wrap .report-img-wrap,
.report-wrap .membership-img-wrap,
.membership-wrap .membership-img-wrap {
    position: relative
}

.report-wrap .report-img-wrap .report-img,
.membership-wrap .report-img-wrap .report-img,
.report-wrap .membership-img-wrap .report-img,
.membership-wrap .membership-img-wrap .report-img,
.report-wrap .report-img-wrap .membership-img,
.membership-wrap .report-img-wrap .membership-img,
.report-wrap .membership-img-wrap .membership-img,
.membership-wrap .membership-img-wrap .membership-img {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px
}

.report-wrap .report-sample-btn,
.membership-wrap .report-sample-btn {
    background-color: transparent;
    position: absolute;
    top: 0;
    left: 20px;
    color: #555;
    box-shadow: 1px 1px 3px #ddd
}

.report-wrap .report-sample-btn:hover,
.membership-wrap .report-sample-btn:hover {
    color: #702d51
}

.report-wrap .report-guarantee,
.membership-wrap .report-guarantee,
.report-wrap .membership-guarantee,
.membership-wrap .membership-guarantee {
    padding: 15px;
    background-color: #efefef;
    margin-bottom: 40px;
    border-radius: 12px
}

.report-wrap .report-guarantee h3,
.membership-wrap .report-guarantee h3,
.report-wrap .membership-guarantee h3,
.membership-wrap .membership-guarantee h3 {
    color: #702d51
}

.report-wrap .report-guarantee .guarantee,
.membership-wrap .report-guarantee .guarantee,
.report-wrap .membership-guarantee .guarantee,
.membership-wrap .membership-guarantee .guarantee {
    font-size: 16px;
    padding: 15px;
    color: #111
}

.membership-wrap {
    padding-bottom: 20px
}

.membership-wrap .testimonials-membership {
    position: relative;
    margin: 40px 0;
    border-radius: 12px;
    background: #f5f5f5;
    padding: 20px 20px 20px 40px;
    font-style: italic
}

.membership-wrap .testimonials-membership .testimonial-citation {
    text-align: right;
    display: block;
    font-style: normal;
    font-weight: 700;
    color: #888
}

.membership-wrap .testimonials-membership i {
    position: absolute;
    left: 4px;
    top: 4px;
    font-size: 1.8em;
    color: #bbb;
    font-style: italic
}

.membership-wrap .membership-more-info .page-header {
    margin: 40px 0 0 0;
    color: #702d51;
    font-size: 26px
}

.membership-wrap .membership-more-info h3 {
    color: #702d51;
    text-shadow: 1px 1px 2px #bbb
}

.my-lotus-tarot-wrap,
.affiliate-wrap {
    padding-bottom: 20px
}

@media (min-width:992px) {
    .my-lotus-tarot-wrap,
    .affiliate-wrap {
        padding-bottom: 40px
    }
}

.my-lotus-tarot-wrap .page-header,
.affiliate-wrap .page-header {
    margin-bottom: 20px
}

@media (min-width:768px) {
    .my-lotus-tarot-wrap .page-header,
    .affiliate-wrap .page-header {
        margin-bottom: 30px
    }
}

@media (max-width:479px) {
    .my-lotus-tarot-wrap .page-header,
    .affiliate-wrap .page-header {
        text-align: center
    }
    .my-lotus-tarot-wrap .page-header small,
    .affiliate-wrap .page-header small {
        display: block;
        margin-top: 12px
    }
}

.my-lotus-tarot-wrap .nav,
.affiliate-wrap .nav {
    margin-bottom: 30px
}

@media (max-width:1199px) {
    .my-lotus-tarot-wrap .nav,
    .affiliate-wrap .nav {
        border: 1px solid #f5f5f5;
        border-radius: 5px
    }
}

@media (max-width:1199px) {
    .my-lotus-tarot-wrap .nav li,
    .affiliate-wrap .nav li {
        float: left;
        padding: 0 0;
        width: 33.33%
    }
}

@media (max-width:991px) {
    .my-lotus-tarot-wrap .nav li,
    .affiliate-wrap .nav li {
        float: left;
        padding: 0 18px;
        width: 33.33%
    }
}

@media (max-width:767px) {
    .my-lotus-tarot-wrap .nav li,
    .affiliate-wrap .nav li {
        width: 50%
    }
}

@media (max-width:639px) {
    .my-lotus-tarot-wrap .nav li,
    .affiliate-wrap .nav li {
        width: 100%
    }
}

.my-lotus-tarot-wrap .nav i,
.affiliate-wrap .nav i {
    color: #702d51
}

.my-lotus-tarot-wrap .key-column,
.affiliate-wrap .key-column {
    font-weight: 700
}

.my-lotus-tarot-wrap .value-column,
.affiliate-wrap .value-column {
    text-align: center
}

.my-lotus-tarot-wrap .date-range,
.affiliate-wrap .date-range {
    max-width: 280px;
    padding: 20px;
    background: #eee;
    border-radius: 5px;
    margin-bottom: 15px
}

.my-lotus-tarot-wrap .panel-heading h3,
.affiliate-wrap .panel-heading h3 {
    margin: 0
}

.my-lotus-tarot-wrap .aff-details,
.affiliate-wrap .aff-details {
    margin: 20px 0
}

.my-lotus-tarot-wrap .panel-heading,
.affiliate-wrap .panel-heading,
.my-lotus-tarot-wrap .lm-flag,
.affiliate-wrap .lm-flag {
    font-weight: 700;
    text-shadow: 1px 1px 2px #ddd
}

.my-lotus-tarot-wrap .panel-heading small,
.affiliate-wrap .panel-heading small {
    text-shadow: none;
    font-weight: 400
}

.my-lotus-tarot-wrap .control-label,
.affiliate-wrap .control-label {
    color: #746e59
}

.my-lotus-tarot-wrap .member-status .btn-sm,
.affiliate-wrap .member-status .btn-sm {
    margin-top: 8px
}

@media (max-width:479px) {
    .my-lotus-tarot-wrap .member-status .btn-sm,
    .affiliate-wrap .member-status .btn-sm {
        width: 100%
    }
}

.my-lotus-tarot-wrap .view-saved-instructions,
.affiliate-wrap .view-saved-instructions {
    padding: 5px 0 0 20px
}

.my-lotus-tarot-wrap .btn,
.affiliate-wrap .btn,
.my-lotus-tarot-wrap .btn-search,
.affiliate-wrap .btn-search,
.my-lotus-tarot-wrap .btn-rename,
.affiliate-wrap .btn-rename,
.my-lotus-tarot-wrap .btn-delete,
.affiliate-wrap .btn-delete {
    box-shadow: none
}

.my-lotus-tarot-wrap .btn-rename,
.affiliate-wrap .btn-rename,
.my-lotus-tarot-wrap .btn-delete,
.affiliate-wrap .btn-delete {
    font-size: 18px
}

.my-lotus-tarot-wrap .btn-multi-delete,
.affiliate-wrap .btn-multi-delete {
    font-size: 14px;
    margin-top: 20px
}

.my-lotus-tarot-wrap .dataTable td,
.affiliate-wrap .dataTable td,
.my-lotus-tarot-wrap .dataTable th,
.affiliate-wrap .dataTable th {
    vertical-align: middle
}

.my-lotus-tarot-wrap .dataTable th a,
.affiliate-wrap .dataTable th a {
    text-shadow: 1px 1px 2px #ccc;
    font-weight: 400;
    color: #0071d2
}

.admin-wrap {
    margin-bottom: 40px
}

.contact-wrap {
    padding-bottom: 50px
}

@media (min-width:768px) {
    .contact-wrap {
        padding: 0 30px 40px
    }
}

@media (max-width:479px) {
    .contact-wrap .page-header {
        text-align: center
    }
}

.contact-wrap .custom-pre-message {
    background-color: #f5f5f5;
    padding: 20px;
    margin: 20px 0;
    border-radius: 8px
}

.contact-wrap .custom-pre-message-header {
    color: #702d51;
    margin-top: 0
}

.contact-wrap .custom-pre-message-btn {
    margin-top: 20px
}

@media (max-width:639px) {
    .contact-wrap .custom-pre-message-btn {
        width: 100%
    }
}

.contact-wrap .custom-pre-message-img {
    max-width: 30%;
    margin: 5px 15px 5px 0
}

.contact-wrap .img-avatar {
    box-shadow: 1px 1px 3px #bbb
}

.contact-wrap .message-content,
.contact-wrap .message-meta {
    margin: 15px 0;
    border-radius: 6px
}

.contact-wrap .message-sender {
    font-weight: 700;
    color: #702d51;
    margin-top: 6px
}

.contact-wrap .message-subject {
    padding: 0;
    margin: 10px 0;
    color: #666
}

.contact-wrap .message-body {
    padding: 10px
}

.contact-wrap .message-staff .message-content {
    background: #ebe9e0
}

.contact-wrap .message-staff .message-meta {
    float: right;
    padding-right: 0
}

.contact-wrap .message-staff .message-subject {
    text-align: right
}

.contact-wrap .message-user .message-content {
    background-color: #eee
}

.contact-wrap .message-user .message-meta {
    float: left;
    padding-left: 0
}

.contact-wrap .add-more-instruction {
    margin-top: 10px
}

.help-wrap {
    padding-bottom: 30px
}

.help-wrap .img-help {
    max-width: 44%
}

.help-wrap .img-help.img-left {
    margin: 5px 20px 10px 0
}

.help-wrap ul {
    list-style: none
}

.help-wrap li {
    padding: 8px 0
}

.help-wrap .help-accordion-wrap {
    padding-top: 30px
}

.help-wrap .help-accordion-wrap a {
    color: #702d51;
    text-shadow: 1px 1px 2px #ccc
}

.help-wrap .help-accordion-wrap .panel-body a {
    text-decoration: underline
}

.help-wrap .help-accordion-wrap .panel-body {
    background-color: #fdfdfd
}

.help-wrap .help-accordion-wrap .panel-title {
    line-height: 1.5em
}

.goodbye-wrap h1 {
    color: #702d51
}

.goodbye-wrap .feedback-request {
    padding-bottom: 30px
}

.goodbye-wrap .goodbye-poll-wrap {
    padding: 0 10px 50px 10px
}

@media (max-width:330px) {
    .goodbye-wrap .goodbye-poll-wrap {
        padding: 0 0 40px 0
    }
}

@media (min-width:768px) {
    .goodbye-wrap .goodbye-poll-wrap {
        padding: 0 30px 50px 30px
    }
}

.goodbye-wrap .goodbye-poll {
    position: relative
}

.goodbye-wrap .spinner-wrap {
    height: 300px;
    background-color: #fafafa;
    border-radius: 12px;
    box-shadow: 2px 2px 4px #bbb;
    color: #b5ab81
}

.goodbye-wrap .icon-spinner {
    font-size: 50px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -25px;
    margin-top: -25px
}

@media (max-width:479px) {
    .goodbye-wrap .poll-question {
        font-size: 17px
    }
}

.poll-wrap {
    background-color: #fafafa;
    border: 1px solid #cdc8b2;
    border-radius: 12px;
    box-shadow: 2px 2px 4px #bbb;
    padding: 10px 10px 20px 10px;
    color: #3c361b
}

@media (max-width:330px) {
    .poll-wrap {
        padding: 10px 10px 20px 5px
    }
}

@media (min-width:640px) {
    .poll-wrap {
        padding: 10px 30px 20px 30px
    }
}

.poll-wrap .poll-heading {
    color: #702d51
}

.poll-wrap .poll-answer-wrap {
    padding: 10px 0
}

.poll-wrap .radio label {
    width: 98%;
    padding: 12px 20px 12px 40px;
    margin: 6px;
    background-color: #f3f2ed;
    border: 1px solid #c0bfb7;
    border-radius: 4px
}

.poll-wrap .radio label:hover {
    color: #702d51;
    background-color: #e9e7dd
}

.poll-wrap .radio input[type="radio"] {
    margin: 0;
    left: 20px
}

.poll-wrap .field-pollvote-custom_answer label {
    margin-bottom: 12px
}

.poll-wrap .btn-poll {
    box-shadow: none;
    margin-top: 18px
}
