body {
    font-family: 'Raleway', sans-serif !important;
    /*min-height: 100%;*/
    background: url(/Content/Images/Backgrounds/ssbackground.png) center center no-repeat fixed !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}

/*MOVES BOOTSTRAP CONTENT LEFT*/
.container {
    /*margin-left: 25px !important;*/
}

html {
    height: 100% !important;
    min-height: 100% !important;
}

/*#region HEADER TYPOGRAPHY */
h1 {
    font-size: 22px !important;
}

h2 {
    font-size: 20px !important;
}

.h2-tab-head {
    font-size: 20px !important;
    margin-top: 0 !important;
}

h3 {
    font-size: 18px !important;
}

h4 {
    font-size: 16px !important;
}

h5 {
    font-size: 14px !important;
}
/*#endregion */

/*#region LAYOUT/TABLES */
.bottom0 {
    margin-bottom: 0;
}

.bottom5 {
    margin-bottom: 5px;
}

.bottom10 {
    margin-bottom: 10px;
}

.bottom20 {
    margin-bottom: 20px;
}

.top5 {
    margin-top: 5px;
}

.top10 {
    margin-top: 10px;
}

.top-bottom5 {
    margin: 5px;
}

.top-bottom10 {
    margin: 10px;
}

.table-top5 {
    margin-top: 5px;
}

.table-top10 {
    margin-top: 10px;
}

.table-top20 {
    margin-top: 20px;
}

.table-bottom10 {
    margin-bottom: 5px;
}

.table-bottom5 {
    margin-bottom: 10px;
}

.table-bottom20 {
    margin-bottom: 20px;
}

.td-top5 {
    padding-top: 5px;
}

.td-top10 {
    padding-top: 10px;
}

.td-right5 {
    padding-right: 5px;
}

.td-right10 {
    padding-right: 10px;
}

.td-right20 {
    padding-right: 20px;
}

.td-bottom10 {
    padding-bottom: 10px;
}

.td-left5 {
    padding-left: 5px;
}

.td-left10 {
    padding-left: 10px;
}

.td-left20 {
    padding-left: 20px;
}

.td-middle {
    vertical-align: middle;
}

.hr10 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.lead-fix {
    margin-bottom: 10px;
}

.lead-fix0 {
    margin-top: 10px;
    margin-bottom: 0;
}

.table-center {
    text-align: center;
}

.tab-head {
    margin-top: 0;
}
/*#endregion */

/*#region ADS/RESPONSIVE ADS */
.responsive_ad {
    width: 80%;
}

@media (max-width: 576px) {
    .right-ad {
        display: none !important;
    }
}

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
    /*.responsive_ad {
        width: 80%;
        height: 100%;
    }*/
    /*.right-ad{
        display: none;
    }*/
}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
    .responsive_ad {
        width: 100%;
    }
}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
}

/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
}

.top-ad {
    margin: 5px 0 10px 0;
}

.right-ad {
    width: 160px;
    height: 600px;
}

.bottom-ad {
    width: 300px !important;
    height: 250px !important;
}

.top-ad-dev {
    margin: 5px 0 10px 0;
    border: 2px solid black;
}

.right-ad-dev {
    width: 160px !important;
    height: 600px !important;
    border: 2px solid black;
}

.bottom-ad-dev {
    width: 300px !important;
    height: 250px !important;
    border: 2px solid black;
}
/*#endregion */

/*#region NAVBARS */
.navbar {
    border-radius: 0 !important;
}

.navbar-link {
    margin: 5px 10px 0 10px !important;
}

    .navbar-link a {
        color: white !important;
        font-size: 14px !important;
    }

.navbar {
    min-height: 25px !important;
}

.navbar-default {
    border: none !important;
}

.navbar-logo {
    background-color: #3f3f3f !important;
    margin: 0 !important;
}

.navbar-cell {
    padding: 5px !important;
    white-space: nowrap !important;
}

.navbar-menu {
    margin-bottom: 0 !important;
}

.navbar-menu-items {
    margin-left: 25px !important;
    padding-left: 10px !important;
}

.navbar-toggle {
    margin-left: 35px !important;
}
/*#endregion */

/*#region CHARMS */
.slideout {
    position: fixed;
    left: 0;
    background: #dcdcdc;
    width: 30px;
    height: 30px;
    padding: 2px;
    text-align: center;
    -webkit-transition-duration: .5s;
    -moz-transition-duration: .5s;
    transition-duration: .5s;
    -o-transition-duration: .5s;
    -webkit-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
}

.slideout-inner {
    position: fixed;
    left: -280px;
    width: 280px;
    background: #dcdcdc;
    padding: 5px 0 10px 45px;
    -webkit-transition-duration: .5s;
    -moz-transition-duration: .5s;
    transition-duration: .5s;
    -o-transition-duration: .5s;
    text-align: left;
    -webkit-border-radius: 0 0 5px;
    -moz-border-radius: 0 0 5px;
    border-radius: 2px 2px 5px 0;
}

.slideout-user {
    top: 250px;
    z-index: 200;
}

.slideout-insight {
    top: 285px;
    z-index: 300;
}

.slideout-reading {
    top: 320px;
    z-index: 400;
}

.slideout-inner-user {
    top: 250px;
    height: 250px;
}

.slideout-inner-insight {
    top: 285px;
    height: 235px;
}

.slideout-inner-reading {
    top: 320px;
    height: 250px;
}

.slideout:hover {
    left: 280px;
}

    .slideout:hover .slideout-inner {
        left: 0;
    }

.slideout:focus {
    left: 280px;
}

    .slideout:focus .slideout-inner {
        left: 0;
    }
/*#endregion */

/*#region MENUS */
.dropdown-menu li, .dropdown-toggle {
    font-size: 16px !important;
    text-transform: uppercase !important;
}

.dropdown-menu .divider {
    background-color: #a9a9a9 !important;
}
/*#endregion */

/*#region HEADERS/FOOTERS */
.bottom-footer {
    margin-bottom: 4rem;
}

/*#endregion */

/*#region MODALS */
.vertical-alignment-helper {
    display: table;
    height: 100%;
    width: 100%;
}

.vertical-align-center {
    display: table-cell;
    vertical-align: middle;
}

.modal-content {
    width: inherit;
    height: inherit;
    margin: 0 auto;
}

.modal-backdrop {
    z-index: 500;
}

.modal-image {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.grid-item {
    padding-bottom: 16px;
    text-align: center;
}

.grid-item-image {
    margin: 0 auto;
}

.grid-item-image-wrap {
    padding-bottom: 8px;
}
/*#endregion */

/*#region SPELL/DECK RECOMMENDATION */
blockquote {
    padding: 10px 20px !important;
    margin: 0 !important;
    font-size: 14px !important;
    border-left: 10px solid #a9a9a9 !important;
}

.gallery {
    background-color: #f5f5f5;
    padding: 10px;
    margin-top: 10px;
    max-width: 750px;
}
/*#endregion */

/*#region READING */
.deck {
    margin-left: 20px;
    margin-top: 0;
    position: relative;
}

.msg {
    margin-top: 10px;
    margin-bottom: 10px;
}

.bigcards, .cards {
    position: absolute;
    border: 2px solid #dcdcdc;
    border-radius: 6px;
}

.currpos {
    border: 4px solid red;
}

.pos-name {
    font-weight: 700;
}

.start-reading {
    margin: 10px 0 10px 0 !important;
}

.start-other-reading {
    margin: 10px 0 10px 0 !important;
}

.start-explore-reading {
    margin: 10px 0 10px 0 !important;
}

.rating-verybad {
    color: #f8696b !important;
    font-weight: 700;
}

.rating-bad {
    color: #fa9d75;
    font-weight: 700;
}

.rating-fair {
    color: #ffa500;
    font-weight: 700;
}

.rating-average {
    color: #19936f;
    font-weight: 700;
}

.rating-good {
    color: #008860;
    font-weight: 700;
}

.rating-great {
    color: #005f43;
    font-weight: 700;
}
/*#endregion */

/*#region BUTTONS */
.button {
    display: inline-block;
    margin: 2px;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    background-color: #f0f0f0;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    border-radius: 3px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    /*-o-user-select: none;*/
    user-select: none;
}

    .button:focus {
        outline: dotted thin;
        outline: -webkit-focus-ring-color 5px;
        outline-offset: -2px;
    }

    .button:focus, .button:hover {
        color: #333;
        text-decoration: none;
    }

    .button.active, .button:active {
        outline: 0;
        background-image: none;
        -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
        box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    }

    .button.disabled, .button[disabled], fieldset[disabled] .button {
        cursor: not-allowed;
        pointer-events: none;
        opacity: .65;
        filter: alpha(opacity=65);
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.shopify-button {
    margin-bottom: 20px;
}

.btn-signinout {
    cursor: pointer;
}

    .btn-signinout:hover {
        background-color: #a94442 !important;
    }

.btn-nav-reading {
    width: 75px;
    height: 40px;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-top: 0;
    margin-bottom: 5px;
}

.btn-nav {
    /*width: 75px;
    height: 40px;*/
    /*padding-left: 0 !important;
    padding-right: 0 !important;
    margin-top: 10px;*/
}


.btn-email-reading {
    /*width: 75px;
    height: 40px;*/
    /*margin-top: 10px !important;
    margin-bottom: 10px !important;*/
}

.btn-nav-email {
    width: 150px;
    height: 40px;
    margin: 5px;
}

.btn-prod-add, .btn-trend-add {
    float: left;
    margin-right: 10px;
}

.btn-prod-add-stat {
    float: left;
    margin-top: 8px;
}

.btn-prod-add-img {
    min-width: 175px;
}

.quantity-select {
    max-width: 95px;
}
/*#endregion */

/*#region PORTRAIT */
.portrait-table {
    text-align: center;
}

    .portrait-table th {
        background-color: #dcdcdc;
        text-align: center;
    }

    .portrait-table td {
        padding-top: 4px;
    }
/*#endregion */

/*#region CHART */
/*#endregion */

/*#region INSIGHTS */
.dropdown-hide {

    border: none;
    padding: 5px !important;
    margin: 0;
    min-width: 125px !important;
}

.insight-btn {
    font-size: 14px;
}

.list-group {
    margin-bottom: 0 !important;
}

.insights-hide {
    margin-bottom: 10px;
}

.insight-save-sel {
    font-size: 14px;
}

.btn-ins {
    height: 30px;
    width: 37px;
    margin: 5px;
}

.btn-ins-trash {
    padding-top: 2px !important;
    height: 30px;
    width: 42px;
    margin: 5px;
    padding: 0;
}

.btn-ins-hide {
    padding: 5px !important;
    width: 125px !important;
}

.ins-drop-down {
    top: 75% !important;
}

.min-textarea-ins-comments {
    min-height: 35px !important;
}
/*#endregion */

/*#region INSIGHT TICKER */
.ins-rotator {
    min-width: 250px !important;
    margin-bottom: 10px !important;
}

.rrItem .itemWrapper {
    position: relative !important;
    margin-right: 2px !important;
    cursor: pointer !important;
}

.rrItem .usertickimg {
    height: 75px !important;
    width: 75px !important;
}

.rrItem .commenttitle {
    position: absolute !important;
    height: 75px !important;
    background-color: #f5f5f5 !important;
    color: dimgray;
    font-size: x-small !important;
    width: 100px !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.rrItem .nametitle {
    position: absolute !important;
    color: maroon !important;
    background-color: rgba(169,169,169,.55) !important;
    width: 75px !important;
}

.rrItem .instypeimg {
    position: absolute !important;
    top: 55px !important;
    left: 55px !important;
}

/*#endregion */

/*#region PANELS */
.panel {
    /*margin: 10px !important;*/
}

.panel-body, .panel-heading {
    padding: 5px !important
}

.panel-reading {
    margin: 0 20px 10px 0 !important;
    min-width: 350px !important;
}

.panellayout {
    width: 100px !important;
    /*margin: 10px 0 0 30px !important*/
}

.panel-finalcards, .panelmain {
    max-width: 175px !important;
    min-width: 125px !important;
    margin-left: 0 !important;
}

.panel-birthcard {
    margin-top: 0 !important;
    margin-left: 0 !important;
    max-width: 185px !important;
    min-width: 150px !important;
}
/*#endregion */

/*#region CAROUSEL */
.carousel.carousel-fade .item {
    -webkit-transition: opacity .35s ease-in-out;
    -moz-transition: opacity .35s ease-in-out;
    -ms-transition: opacity .35s ease-in-out;
    -o-transition: opacity .35s ease-in-out;
    transition: opacity .35s ease-in-out;
    opacity: .1;
}

.carousel.carousel-fade .active.item {
    opacity: 1;
}
/*#endregion */

/*#region TABSTRIPS */
.RadTabStrip, .RadTabStripVertical {
    margin-bottom: 10px !important;
}

    .RadTabStripVertical .rtsLink {
        text-align: center !important;
    }

.RadTabStrip_Simple .rtsLink:hover {
    background-color: #a9a9a9 !important;
}

.RadTabStrip_Silk .rtsNextArrow, .RadTabStrip_Silk .rtsPrevArrow {
    background-image: url(/Content/Images/Nav/biggernav.png) !important;
    opacity: 1 !important;
}

.RadTabStrip_Silk .rtsNextArrowDisabled, .RadTabStrip_Silk .rtsNextArrowDisabled:hover, .RadTabStrip_Silk .rtsPrevArrowDisabled, .RadTabStrip_Silk .rtsPrevArrowDisabled:hover {
    background-image: url(/Content/Images/Nav/biggernav.png) !important;
    opacity: .3 !important;
}

    .RadTabStrip_Silk .rtsPrevArrow, .RadTabStrip_Silk .rtsPrevArrowDisabled, .RadTabStrip_Silk .rtsPrevArrowDisabled:hover {
        background-position: -25px -115px !important;
    }

    .RadTabStrip_Silk .rtsNextArrow, .RadTabStrip_Silk .rtsNextArrowDisabled, .RadTabStrip_Silk .rtsNextArrowDisabled:hover {
        background-position: -25px -188px !important;
    }
/*#endregion */

/*#region NOTIFICATIOINS/MESSAGES */
.pulseme {
    -webkit-animation: color_change 1s infinite alternate;
    -moz-animation: color_change 1s infinite alternate;
    -ms-animation: color_change 1s infinite alternate;
    -o-animation: color_change 1s infinite alternate;
    animation: color_change 1s infinite alternate;
}

.pulseme5 {
    -webkit-animation: color_change 1s 5 alternate;
    -moz-animation: color_change 1s 5 alternate;
    -ms-animation: color_change 1s 5 alternate;
    -o-animation: color_change 1s 5 alternate;
    animation: color_change 1s 5 alternate;
}

.errorme {
    color: red;
}

.hideme {
    -webkit-animation: color_change 1s 4 alternate,hide-me 1s 1;
    -moz-animation: color_change 1s 4 alternate,hide-me 1s 1;
    -ms-animation: color_change 1s 4 alternate,hide-me 1s 1;
    -o-animation: color_change 1s 4 alternate,hide-me 1s 1;
    animation: color_change 1s 4 alternate,hide-me 1s 1;
    -webkit-animation-delay: 0s,6s;
    -moz-animation-delay: 0s,6s;
    -ms-animation-delay: 0s,6s;
    -o-animation-delay: 0s,6s;
    animation-delay: 0s,6s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -ms-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@-webkit-keyframes color_change {
    from {
        color: maroon;
    }

    to {
        color: gold;
    }
}

@-moz-keyframes color_change {
    from {
        color: maroon;
    }

    to {
        color: gold;
    }
}

@-o-keyframes color_change {
    from {
        color: maroon;
    }

    to {
        color: gold;
    }
}

@keyframes color_change {
    from {
        color: maroon;
    }

    to {
        color: gold;
    }
}

@keyframes hide-me {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@-webkit-keyframes hide-me {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}
/*#endregion */
