.actions,
.container {
    width: 100%
}

.actions,
.clearfix:after,
.clr,
.support-note {
    clear: both
}

.codrops-top,
.container,
.tarroMain {
    position: relative
}

a,
a.tarroLink {
    text-decoration: none
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0
}

html {
    height: 100%;
    font-size: 62.5%
}

.clearfix:after,
.clearfix:before {
    content: " ";
    display: table
}

a {
    color: #555
}

.clr {
    padding: 0;
    height: 0;
    margin: 0
}

.container>header,
.main {
    width: 100%;
    margin: 0 auto 10px;
    padding: 0;
    overflow: hidden
}

.container>header {
    padding: 30px
}

.container>header h1 {
    margin: 0;
    font-weight: 700;
    color: #333;
    float: left;
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 46px;
    line-height: 4.6rem
}

.container>header h1 span {
    display: block;
    color: #444;
    font-size: 20px;
    line-height: 28px;
    line-height: 2.8rem;
    font-weight: 300;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .5)
}

.codrops-top {
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 24px;
    line-height: 2.4rem;
    background: #fff;
    background: rgba(255, 255, 255, .5);
    text-transform: uppercase;
    z-index: 9999;
    box-shadow: 1px 0 2px rgba(0, 0, 0, .2)
}

.codrops-top a {
    padding: 0 10px;
    letter-spacing: 1px;
    color: #333;
    font-weight: 400;
    text-shadow: 0 -1px 0 #fff;
    display: inline-block
}

.codrops-top a:hover {
    background: rgba(255, 255, 255, .8);
    color: #000
}

.codrops-top span.right {
    float: right
}

.codrops-top span.right a {
    float: left;
    display: block
}

.support-note span {
    color: #ac375d;
    font-size: 16px;
    font-size: 1.6rem;
    display: none;
    font-weight: 700;
    text-align: center;
    padding: 5px 0
}

.actions {
    padding: 0 0 20px
}

.actions span {
    box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
    background: #fff;
    color: #888;
    font-weight: 700;
    font-size: 12px;
    font-size: 1.2rem;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    padding: 5px 10px;
    text-transform: uppercase;
    margin: 3px;
    border-radius: 3px
}

.actions span:hover {
    background: #f7f7f7
}

.actions span:active {
    background: #aaa;
    color: #fff;
    box-shadow: 0 1px 1px rgba(255, 255, 255, .5)
}

.actions span.disabled {
    opacity: .8;
    color: #ddd
}

.light {
    padding: 60px 0 250px
}

.light span {
    background: #aaa;
    color: #fff;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .2), 0 1px 1px rgba(255, 255, 255, .8)
}

.tarroMain {
    overflow: hidden;
    background: url(../images/tarro_bg.jpg) no-repeat;
    background-size: cover;
    margin-bottom: 10px; border-radius:5px;
}

.tarroMain:after {
    background: rgba(0, 0, 0, .7);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: ''
}

.light span:hover {
    background: #444
}

#nav-next,
#nav-prev {
    width: 30px;
    height: 30px;
    font-size: 18px;
    line-height: 20px
}

#close {
    float: right
}
.ad_rhs.wbx {
    background: #f7f7f6;
}
.tarro_title {
    background-color: #d92227;
    padding: 5px 10px;
    border-radius: 5px;display: flex;
    justify-content: space-between;
    align-items: center;
}

.tarro_title .tarroHead.pull-left {
    margin-top: 0px
}

.tarro_title a.tarroLink {
    color: #fff;
    border: 2px solid #fff;
    padding: 5px 10px;
    position: relative;
    display: inline-block;
    font-weight: 700
}

#selected_card li,
#selected_card li img {
    border-radius: 10px
}

.tarro_title a.tarroLink span {
    background: url(../images/arrowDown.png) no-repeat;
    width: 12px;
    height: 12px;
    animation: arrowAnimate 1s infinite;
    display: inline-block;
    margin-left: 5px
}

.tarro_bottom_section {
    background-color: #e9e9e9;
    padding: 20px;border-radius: 5px;
}

.tarro_bottom_section .tarroHead {
    color: #000;
    margin-bottom: 10px
}

.tarro_bottom_section li {
    padding: 5px 0
}

@keyframes arrowAnimate {
    0% {
        background: url(../images/arrowDown.png) bottom center no-repeat
    }

    100% {
        background: url(../images/arrowDown.png) top center no-repeat
    }
}

#selected_card li,
ul.baraja-container {
    width: 170px;
    height: 210px;
    margin: 0 auto 50px;
    position: relative;
    padding: 0;
    list-style-type: none;
    z-index: 10
}

#selected_card li {
    width: 80px;
    height: 120px
}

ul.baraja-container li {
    width: 100%;
    height: 100%;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    background: #fff;
    pointer-events: auto;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden
}

.no-js ul.baraja-container {
    width: auto;
    height: auto;
    text-align: center
}

.no-js ul.baraja-container li {
    position: relative;
    display: inline-block;
    width: 200px;
    height: 310px;
    margin: 10px
}

.baraja-demo {
    width: 200px;
    margin: 30px auto 150px;
    color: #aaa
}

.no-js .baraja-demo {
    width: auto
}

#selected_card li h4,
.baraja-demo h4 {
    color: #666;
    font-size: 20px;
    padding: 0 10px 10px;
    margin: 0;
    border-bottom: 1px solid #f0f0f0
}

#selected_card li p,
.baraja-demo p {
    font-size: 17px;
    font-weight: 700;
    padding: 0 10px;
    margin: 0
}

a.tarroLink {
    color: #d92227;
    font-size: 14px
}

h3.tarroHead {
    margin: 0;
    color: #fff;
    font-size: 22px
}

p.tarroPara {
    margin-bottom: 15px; font-size:18px;
}

ul.tarroUL {
    margin-bottom: 5px;
    padding-left: 20px
}

ul.tarroUL li {
    list-style-type: decimal
}

.baraja-demo ul.baraja-container li {
    background: url(../images/card-back.png) center no-repeat;
    background-size: 100% 100%;
    border-radius: 10px;
    padding: 5px;
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text
}

.baraja-demo ul.baraja-container li h4,
.baraja-demo ul.baraja-container li img,
.baraja-demo ul.baraja-container li p {
    display: none
}

.baraja-demo ul.baraja-container li[style="z-index: 1017; transform-origin: 50% 50% 0px; transition: all 300ms ease-in 0ms; transform: none; opacity: 1;"] img {
    display: block
}

.baraja-demo ul.baraja-container li[style="z-index: 1017; transform-origin: 50% 50% 0px; transition: all 300ms ease-in 0ms; transform: none; opacity: 1;"] {
    background: #fff
}

.baraja-demo ul.baraja-container li[style="z-index: 1017; transform-origin: 50% 50% 0px; transition: all 300ms ease-in 0ms; transform: none; opacity: 1;"] h4,
.baraja-demo ul.baraja-container li[style="z-index: 1017; transform-origin: 50% 50% 0px; transition: all 300ms ease-in 0ms; transform: none; opacity: 1;"] p {
    display: none
}

#selected_card li img,
.baraja-demo li img {
    display: block;
    margin: 0 auto;
    width: 60px;
    height: 100px
}

#selected_card {
    position: relative;
    z-index: 1000
}

#selected_card li {
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
    display: none;
    padding: 10px 0;
    background: rgba(0, 0, 0, .3)
}

#selected_card li.selected {
    display: block;
    width: 100%;
    text-align: left;
    margin: 30px 0;
    position: relative
}

.textCenter,
h3.title {
    text-align: center
}

#selected_card li p {
    color: #fff
}

#selected_card li h4 {
    color: #fff;
    border-bottom: none;
    font-weight: 700
}

#selected_card li p.disNone,
.baraja-demo.disNone,
h3.title.disNone {
    display: none
}

.selectedCard {
    padding: 10px
}

h3.title {
    position: absolute;
    bottom: 50px;
    font-weight: 700;
    z-index: 10;
    left: 50%;
    margin-left: -200px;
    margin-bottom: 10px;
    padding: 5px;
    width: 400px;
    color: #fff
}

.refreshPage button {
    display: none;
    padding: 5px 15px;
    background: #d92227;
    color: #fff;
    border: 0 solid #c4c4c4;
    margin-bottom: 30px;
    outline: 0
}

.pickCard button,
a.refreshPage {
    border: 2px solid #c4c4c4;
    margin-bottom: 30px
}

.refreshPage button:hover {
    background: #bd0a0f
}

.pickCard button {
    display: block;
    padding: 5px 15px;
    background: #dedede;
    color: #000
}

#selected_card li div.imageTarot,
.displayBlock.refreshPage button,
.pickCard a,
a.refreshPage {
    display: inline-block
}

.pickCard a {
    cursor: pointer;
    background-color: #d92227;
    padding: 5px 10px;
    color: #fff;
    font-size: 18px;border-radius: 3px;
}

.pickCard a:hover {
    background: #bd0a0f
}

.refreshPage.textCenter.displayBlock {
    position: relative;
    z-index: 1
}
.footer_bottom_sect .footer_menu_link li{width: auto;}
.f_social_block .f_follow_us li{float: none;
    width: auto;
    padding: 0;}
.overlay,
.ui-widget.ui-widget-content {
    z-index: 100000
}

#selected_card li div.imageTarot {
    width: 7%;
    vertical-align: middle
}

#selected_card li div.detailsTarot {
    width: 90%;
    display: inline-block;
    vertical-align: middle
}

#selected_card li p {
    font-weight: 500
}

.baraja-demo ul.baraja-container li>div {
    visibility: hidden
}

a.refreshPage {
    padding: 5px 15px;
    background: #dedede;
    color: #000
}

.overlay {
    display: none;
    width: 100%;
    position: fixed;
    top: 0;
    height: 100%;
    background: rgba(0, 0, 0, .7)
}

.ui-dialog .ui-dialog-title {
    font-size: 35px
}

.ui-dialog .ui-dialog-content {
    font-size: 20px
}


/* old right sidebar css */


/*** block cs ***/
.wbx {margin-bottom: 15px;}
.wbx .head h2 {position: relative; font-size: 19px; font-weight: bold;  margin: 0 0 10px 0; line-height:29px;}
.wbx .head h2:before {content: ""; height: 4px; width: 100%; background: #ddd; position: absolute;
  top: 0; bottom: 0; margin: auto 0;}
.wbx .head h2 a {background: #fff; padding: 0 10px; position: relative; margin-left: 18px; color:#333;}
.wbx .head h2 a:before {
  content: ""; background: #a50404; position: absolute; left: -18px; height: 4px; width: 18px; top: 0; bottom: 0;
  margin: auto 0;}
.t_news {display: flex!important; flex-wrap: wrap; width: 100%; border-bottom: 1px solid #ddd;padding-bottom: 10px;
  margin-bottom: 10px; cursor: pointer;}
.t_news h2 {width: 100%;flex: 0 0 auto; font-size:18px;font-weight: 600;line-height: 23px;margin:0;padding-bottom: 8px;}
.t_news .t_n_thumb {display: flex;flex: 0 0 100px;/* width: 100px; */
  height: 80px;overflow: hidden;background: #ddd; border-radius: 5px;}
.t_news .t_n_txt {flex: 0 0 calc(100% - 100px); display: flex; padding-left: 12px; font-size: 17px;}
.t_news .t_n_thumb img {width: 100%;}
.wbx .con .t_news:last-child {border: none; margin: 0;}

.ng-cloak,
[ng-cloak],
[ng\:cloak] {
    display: none !important
}

@media screen and (max-width:1366px) {
    #selected_card li div.imageTarot {
        width: 13%
    }

    #selected_card li div.detailsTarot {
        width: 85%
    }
}

@media screen and (max-width:768px) {

    #selected_card li,
    ul.baraja-container {
        width: 100px;
        height: 140px
    }

    h3.title {
        bottom: 30px
    }

    .baraja-demo {
        width: 200px;
        margin: 20px auto 90px
    }

    .container>header,
    .main {
        width: 100%;
        padding: 5px 10px
    }
}

@media screen and (max-width:640px) {
    #selected_card li div.imageTarot {
        margin-bottom: 25px;
        width: auto
    }

    #selected_card li div.detailsTarot {
        margin-bottom: 45px;
        width: 75%
    }

    #selected_card li.selected {
        margin: 30px 0 50px
    }
}

@media screen and (max-width:480px) {

    #selected_card li,
    ul.baraja-container {
        width: 70px;
        height: auto
    }

    ul.baraja-container {
        height: 90px
    }

    #selected_card li.selected {
        margin: 20px 0
    }

    #selected_card li p {
        font-size: 14px
    }

    #selected_card li h4 {
        font-size: 16px;
        font-weight: 700
    }

    .selectedCard {
        padding: 10px 0
    }

    .tarro_title a.tarroLink {
        color: #fff;
        border: 2px solid #fff;
        padding: 5px;
        position: relative;
        display: inline-block;
        font-weight: 400;
        font-size: 12px
    }
}

@media screen and (max-width:360px) {

    #selected_card li,
    ul.baraja-container {
        width: 60px
    }

    ul.baraja-container {
        height: 70px
    }

    .main {
        width: 100%;
        padding: 5px 10px
    }

    .baraja-demo {
        width: 180px;
        margin: 20px auto 50px
    }

    h3.title {
        bottom: 10px;
        font-size: 14px
    }

    p.tarroPara,
    ul.tarroUL {
        margin-bottom: 15px;
        font-size: 15px
    }

    h3.tarroHead {
        margin: 0 0 5px;
        font-size: 18px
    }
}

@media screen and (max-width:320px) {
    #selected_card li div.detailsTarot {
        width: 70%
    }
}