@charset "utf-8";

#gold_tab {
    height: 30px;
    margin: 0 0 -1px;
    padding: 0 0 0 10px;
}

#gold_tab ul {
}

#gold_tab li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    height: 30px;
    line-height: 30px;
}

#gold_tab a {
    display: block;
    float: left;
    height: 28px;
    line-height: 28px;
    padding: 0 1em;
    border: 1px #ddd solid;
    border-radius: 4px 4px 0 0;
    background: #eee;
    box-shadow: inset #fff 1px 1px 0;
    color: #555;
    text-decoration: none;
}

#gold_tab a.current {
    border-bottom: 1px #fff solid;
    background: #fff;
    font-weight: bold;
    color: #000;
}

.pdt_wrp {
    border: 1px #ddd solid;
    border-collapse: collapse;
    padding: 0 1px;
    background: url(../images/product_wrapper_bg.gif) right top repeat-y;
}

.pdt_wrp.nobg {
    background: none;
}

.pdt_wrp .info {
    margin-right: 274px;
}

.pdt_wrp h1 {
    padding: 0;
    margin: 0;
    line-height: 1.5em;
}

.pdt_wrp h4 {
    margin: 10px 0;
    line-height: 1.5em;
}

.pdt_wrp .function {
    width: 253px;
    float: right;
    border-top: 1px #fff solid;
    padding: 10px;
}

.pdt_wrp .function h4 {
    font-weight: normal;
    font-size: 1em;
    margin-top: 0;
}

.pdt_wrp .function hr {
    border: none;
    border-top: 1px #ddd solid;
    border-bottom: 1px #fff solid;
    display: block;
    height: 0;
    *height: 2px;
    background: #ddd;
    margin: 10px -10px;
    *margin: 4px -10px;
    width: 274px;
}

.pdt_wrp .function .text {
    box-shadow: #fff 1px 1px 0,inset #eee 0px 2px 2px;
}

.pdt_wrp .stock_info {
    border: 1px #ddd solid;
    height: 2.5em;
    line-height: 2.5em;
    padding: 0 10px;
    background: #eee;
    box-shadow: #fff 1px 1px 0;
    color: #000;
}

.pdt_wrp .select_s {
    box-shadow: inset rgba(0,0,0,.1) 1px 1px 1px,#fff 1px 1px 0;
}

.pdt_wrp .sd1 {
    display: block;
    height: auto;
    line-height: 1.5em;
    margin-bottom: 10px;
    padding: 0.5em 20px 0.4em 10px;
}

.pdt_wrp .sd1 menu {
    top: 100%;
    padding-bottom: 2px;
    left: auto;
    right: -1px;
}

.pdt_wrp .sd1 b {
    display: block;
    white-space: normal;
    font-size: 13px;
}

.pdt_wrp .sd1 small {
    display: block;
    font-size: 11px;
    color: #777;
}

.pdt_wrp .sd1 em {
    font-style: normal;
}

.pdt_wrp .sd1 mark {
    background: none;
    font-size: 14px;
}

.pdt_wrp .sd1 li {
    white-space: nowrap;
    text-align: left;
}

.pdt_wrp .sd1 li b {
    font-weight: normal;
    margin-right: 10px;
    white-space: nowrap;
    display: inline;
}

.pdt_wrp .sd1 li small {
    display: inline;
}

.pdt_wrp .sd1 li em {
    display: none;
}

.pdt_wrp .sd1 li mark {
    font-size: 12px;
}

.pdt_wrp .sd2 {
    display: block;
    height: auto;
    line-height: 1.5em;
    padding: 0.5em 20px 0.4em 10px;
}

.pdt_wrp .sd2 h6 {
    font-weight: bold;
}

.pdt_wrp .sd2 menu {
    top: 100%;
}

.bonus_info {
    border: 1px #ccc solid;
    background: #fff;
    box-shadow: #fff 1px 1px 0;
    color: #999;
    padding: 10px 15px;
    font-size: 11px;
    margin-bottom: 10px;
}

.calculate {
    border: 1px #ddd solid;
    background: #fff;
    box-shadow: #fff 1px 1px 0;
    color: #999;
    padding: 10px 15px;
    font-size: 11px;
    margin-bottom: 10px;
}

.calculate li.total {
    font-size: 1.6em;
    line-height: 1.6em;
    color: #555;
    margin-bottom: 0.5em;
}

.calculate li.total .price {
    font-size: 1.2em;
    color: #f60;
}

.calculate li.total .priceType {
    font-size: 1.1em;
    color: #000;
}

.calculate li.calculating {
    font-size: 12px;
    height: 1.5em;
    line-height: 1.5em;
    text-indent: 25px;
    color: #aaa;
    background: url(../images/loading.gif) left center no-repeat;
}

.product_info {
    padding: 10px;
    min-height: 105px;
}

.product_info img {
    float: left;
    border: 1px #ddd solid;
    padding: 1px;
    background: #fff;
    border-radius: 2px;
}

.product_info ul {
    line-height: 1.7em;
}

.product_info ul strong {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 110px;
    color: #555;
}

.select_Ab {
    width: 430px;
    border: 1px #DCDCDC solid;
    display: table;
    margin-top: 8px;
}

.select_Ab a {
    display: table-row;
    outline: none;
}

.select_Ab a:first-child * {
    border: none;
}

.select_Ab a:hover {
    background: #F2F2F2;
    text-decoration: none;
    color: #6E6E6E;
}

.select_Ab a b {
    display: table-cell;
    vertical-align: top;
    padding: 9px 9px 9px 30px;
    border-top: 1px #DCDCDC dotted;
    position: relative;
    color: #6E6E6E;
    position: relative;
    background: url(../images/icon02.png) 9px 9px no-repeat;
}

.select_Ab a.on {
    background-color: #F2F2F2;
    pointer-events: none;
}

.select_Ab a.on b {
    background: url(../images/icon01.png) 10px 9px no-repeat;
}

.select_Ab span {
    display: table-cell;
    vertical-align: top;
    padding: 9px;
    text-align: right;
    border-top: 1px #DCDCDC dotted;
    white-space: nowrap;
}

.select_Ab mark {
    background: none;
    color: #E98E23;
}

.discount_info {
    background: #f2f2f2;
    border-bottom: 1px #ddd solid;
    border-top: 1px #fff solid;
    padding: 8px 10px;
}

.discount_info dt,.discount_info dd {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
}

.discount_info dt {
    margin-right: 10px;
}

i.mb_grade {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    overflow: hidden;
    text-indent: -999px;
    margin: 0 5px 0 0;
    background: url(../images/badge.png) no-repeat;
}

i.grade_woo {
    background-position: 0 0;
}

i.grade_bro {
    background-position: -20px 0;
}

i.grade_sil {
    background-position: -40px 0;
}

i.grade_gol {
    background-position: -60px 0;
}

i.grade_dia {
    background-position: 0 -23px;
}

i.grade_eme {
    background-position: -20px -23px;
}

i.grade_sap {
    background-position: -40px -23px;
}

i.grade_ag1 {
    background-position: -108px 0;
}

.game_info {
    padding: 30px 25px 15px;
    overflow: hidden;
}

.game_info h5 {
    font-size: 12px;
    padding: 10px 0;
    margin: 0;
}

#promotion_wrp {
    background: #f2f2f2 url(../images/promotion.png) 10px 10px no-repeat;
    padding: 10px 0 0;
    border: 1px #ddd solid;
    border-width: 1px 0 1px;
    box-shadow: inset #fff 0 1px 0;
    margin-top: -1px;
}

#promotion_wrp dl {
    margin-left: 130px;
}

#promotion_wrp dl dt {
    margin-bottom: 10px;
    margin-right: 20px;
}

#promotion_wrp dl h3 {
    margin: 5px 0;
}

.timer_wrp {
    border-radius: 4px;
    color: #999;
    padding: 4px 4px 4px 10px;
    margin: 0 3px 0 0;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    box-shadow: inset rgba(255,255,255,.15) 0 15px 15px;
    line-height: 26px;
}

.timer {
    background: #eee;
    border-radius: 2px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    padding: 0 6px;
    margin-left: 5px;
    box-shadow: inset rgba(0,0,0,.1) 0 10px 15px;
}

.timer li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    font-size: 9px;
    height: 26px;
    line-height: 26px;
}

.timer li i {
    font-family: 'Roboto',sans-serif;
    font-style: normal;
    font-size: 22px;
    font-weight: bold;
    color: #555;
    margin: 0 2px;
    letter-spacing: -1px;
    text-shadow: rgba(0,0,0,.1) 0 1px 1px;
}

.timer_checker {
    background: #fe9500 url(../images/arrow_left.png) center center no-repeat;
    display: inline-block;
    height: 35px;
    vertical-align: middle;
    border-radius: 4px;
    line-height: 999em;
    overflow: hidden;
    width: 38px;
    box-shadow: rgba(0,0,0,.1) 0 1px 1px,inset rgba(255,255,255,.2) 0 17px 17px;
}

#free_wrp {
    padding: 15px 20px;
}

#free_wrp table {
    font-size: 13px;
    border-collapse: collapse;
    width: 100%;
}

#free_wrp table td {
    border: 1px #ddd solid;
    padding: 4px 6px;
}

.form_dlX {
    padding: 10px 20px;
}

.form_dlX dt {
    float: left;
    width: 100px;
    clear: left;
    line-height: 2em;
    font-size: 11px;
    margin-bottom: 5px;
    text-align: right;
}

.form_dlX dd {
    margin-left: 110px;
    margin-bottom: 5px;
    line-height: 2em;
}

.form_dlX .textarea {
    margin: 0;
    padding: 4px 2px 4px 6px;
    width: 250px;
    box-shadow: 0 2px 2px #eee inset;
    height: 4.5em;
    resize: none;
    color: #555;
}

.form_dlX .dextab input[type=radio] {
    margin-left: -5px;
    margin-left: -8px \9;
    margin-right: 1px;
}

#description_wrp {
    border-bottom: 1px #ddd solid;
}

#description_wrp .imgs {
    padding: 10px 20px;
}

#description_wrp .imgs li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    margin-right: 3px;
}

#description_wrp .imgs a {
    display: block;
    border: 1px #ddd solid;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    padding: 5px;
    border-radius: 2px;
}

#description_wrp .imgs a:hover {
    border-color: #f90;
}

#description_wrp .imgs img {
    max-width: 40px;
    max-height: 40px;
    vertical-align: middle;
}

#description_wrp .desc {
    padding: 0 10px 10px;
    font-size: 11px;
}

#description_wrp .desc h4 {
    line-height: 2em;
    font-size: 12px;
}

#game_info_aside {
    border: 1px #ddd solid;
    border-radius: 4px;
    background: #eee;
    box-shadow: inset #fff 1px 1px 0;
    margin-top: 3.7em;
    overflow: hidden;
}

#game_info_aside h3 {
    height: 2.5em;
    line-height: 2.5em;
    text-indent: 10px;
    margin: 0;
    border-bottom: 1px #ddd solid;
    box-shadow: #fff 0 1px 0;
}

#game_info_aside ul {
    word-break: break-all;
}

#game_info_aside ul li {
    margin: 10px 0;
    line-height: 1.3em;
}

#game_info_aside .ulA {
    padding: 0 10px 10px;
}

#game_info_aside .ulB {
    border-top: 1px #ddd solid;
    background: #fff;
    padding: 5px 10px;
}

#game_info_aside .ulB .sicon i {
    margin: -2px 5px 0 0;
}

#game_info {
    border: 1px #ddd solid;
    padding: 0 20px;
    border-radius: 4px;
    overflow: hidden;
}

#game_info h3 {
    border: 1px #ddd solid;
    border-left: none;
    border-right: none;
    margin: -1px -20px 0;
    font-size: 14px;
    height: 2em;
    line-height: 2em;
    padding: 4px 10px;
    position: relative;
}

#game_info h4 {
    margin: 20px 0 10px;
    border-bottom: 1px #ddd dotted;
    padding-bottom: 10px;
}

.game_intro {
    padding: 10px 0;
}

.game_explain p {
    margin: 1em 0;
}

.game_explain li {
    margin-left: 1.5em;
    list-style-type: disc;
}

.game_news_tab {
    white-space: nowrap;
    position: absolute;
    right: 10px;
    bottom: -1px;
    font-size: 0;
    letter-spacing: -5px;
}

.game_news_tab li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    height: 30px;
    margin: 0 2px;
    font-size: 12px;
    letter-spacing: 0;
}

.game_news_tab a {
    display: block;
    float: left;
    border: 1px #ddd solid;
    border-radius: 4px 4px 0 0;
    font-weight: normal;
    padding: 0 10px;
    color: #000;
}

.game_news_tab li.current a {
    border-bottom-color: #fff;
}

.game_news {
    padding: 10px 0;
}

.game_news li {
    height: 2em;
    line-height: 2em;
}

.game_news a {
    float: left;
}

.game_news i {
    font-style: normal;
    font-size: 10px;
    font-family: Tahoma,Geneva,sans-serif;
    float: right;
    color: #999;
}

#game_cards {
    float: right;
    width: 200px;
    margin-top: 20px;
}

#game_cards h3 {
    font-size: 14px;
    height: 2em;
    line-height: 2em;
    background: #f90;
    color: #fff;
    padding: 6px 20px;
    border-radius: 4px 4px 0 0;
    font-family: Tahoma;
}

#game_cards .card_list {
}

#game_cards .card_list li {
    height: 2.5em;
    line-height: 2.5em;
    border: 1px #ddd solid;
    margin-top: -1px;
}

#game_cards .card_list a {
    display: block;
    height: 2.5em;
    color: #555;
    padding: 0 1em;
}

#game_cards .card_list a:hover {
    background: #eee;
    color: #000;
    text-decoration: none;
}

#game_product_s {
    display: block;
    background: #fff;
    border: 1px #ddd solid;
    float: right;
    margin: 10px -5px 10px 15px;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: rgba(0,0,0,.07) 0 1px 1px,#fff -10px 10px 0;
    width: 242px;
}

#game_product_s .tab {
    height: 59px;
    background: #eee url(../images/game_index_button.png) 0 -90px repeat-x;
    font-size: 0;
    letter-spacing: -5px;
    border-radius: 4px;
}

#game_product_s .tab li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    width: 80px;
    height: 59px;
    text-align: center;
    border-left: 1px #ddd solid;
    font-size: 11px;
    letter-spacing: 0;
    box-shadow: inset #fff 1px 0 0,inset #fff -1px 0 0;
    font: 10px Tahoma,'Microsoft Yahei',Simsun,sans-serif;
    color: #555;
    text-shadow: #fff 0 1px 0;
    font-weight: bold;
}

#game_product_s .tab li.current {
    background: #eee url(../images/game_index_button.png) 0 -160px repeat-x;
    height: 61px;
}

#game_product_s .tab li.disable,#game_product_s .tab li.disable a {
    color: #bbb;
    cursor: not-allowed;
}

#game_product_s .tab li:first-child {
    border: none;
    border-radius: 4px 0 0 4px;
}

#game_product_s .tab li:last-child {
    border-radius: 0 4px 4px 0;
}

#game_product_s .tab a {
    display: block;
    float: left;
    height: 59px;
    width: 80px;
    color: #555;
}

#game_product_s .tab a:hover {
    color: #6e9421;
    text-decoration: none;
}

#game_product_s i {
    display: block;
    width: 30px;
    height: 30px;
    background: url(../images/game_index_button.png);
    margin: 7px auto 2px;
}

#game_product_s i.card {
    background-position: 0 0;
}

#game_product_s i.currency {
    background-position: -30px 0;
}

#game_product_s i.item {
    background-position: -60px 0;
}

#game_product_s a:hover i.card {
    background-position: 0 -30px;
}

#game_product_s a:hover i.currency {
    background-position: -30px -30px;
}

#game_product_s a:hover i.item {
    background-position: -60px -30px;
}

#game_product_s li.disable i.card {
    background-position: 0 -60px;
}

#game_product_s li.disable i.currency {
    background-position: -30px -60px;
}

#game_product_s li.disable i.item {
    background-position: -60px -60px;
}

#game_product_s mark {
    background: none;
    color: inherit;
}

#game_product_s .list_c {
    border-top: 1px #ddd solid;
    padding: 10px;
}

#game_product_s .list_c li {
    padding: 5px;
    border-bottom: 1px #ddd dotted;
    line-height: 1.3em;
}

#game_product_s .list_c li:first-child {
    border-top: 1px #ddd dotted;
}

.alphabet {
    margin-top: 10px;
    position: relative;
    width: 100%;
    background: #ff0;
}

.alphabet li {
    float: left;
    margin: 0 -1px 5px 0;
    background: #eee;
    width: 3.66%;
    min-width: 24.2px;
    white-space: nowrap;
}

.alphabet a {
    display: block;
    background: #f5f5f5;
    line-height: 1.95em;
    font-size: 11px;
    text-align: center;
    border: 1px #ccc solid;
    font-weight: bold;
    color: #555;
    text-decoration: none;
    position: relative;
}

.alphabet a:hover {
    background: #ddd;
}

.alphabet li.current a {
    background: #fff;
    color: #000;
}

.alphabet li.current a:before,.alphabet li.current a:after {
    display: block;
    content: '';
    width: 0;
    height: 0;
    border: 6px transparent solid;
    border-top-color: #ccc;
    position: absolute;
    bottom: -12px;
    left: 50%;
    margin-left: -6px;
}

.alphabet li.current a:after {
    border-top-color: #fff;
    bottom: -11px;
}

#pdt_list_wrp {
    width: 650px;
    float: right;
    position: relative;
    background: #fff;
    border-right: none;
}

#game_wrp {
    width: 100%;
    border: 1px #ddd solid;
    border-left: none;
}

#game_wrp li {
    width: 33.3333%;
    height: 52px;
    float: left;
    position: relative;
}

#game_wrp .dn_n,#game_wrp .dn_r,#game_wrp .dn_l,#game_wrp .dn_p,#game_wrp .dn_s,#game_wrp .dn_a,#game_wrp .dn_t {
    display: none;
}

#game_wrp li.info {
    width: 100%;
    float: none;
    line-height: 50px;
    text-align: center;
    font-weight: bold;
    border-left: 1px #ddd solid;
}

#game_wrp a {
    display: block;
    height: 52px;
    border-width: 1px;
    border-style: solid;
    border-color: #EEEEEE #ddd #ddd #EEEEEE;
    position: relative;
    text-decoration: none;
    border-bottom: none;
    border-right: none;
}

#game_wrp li:nth-of-type(2)>a {
    border-top: none;
}

#game_wrp li:nth-of-type(3)>a {
    border-top: none;
}

#game_wrp li:nth-of-type(4)>a {
    border-top: none;
}

#game_wrp li:nth-of-type(3n+2)>a {
    border-left: 1px #ddd solid;
}

#game_wrp a:hover {
    background: rgba(255,255,255,.6);
}

#game_wrp.hoverlink a:hover {
    background: #fff;
    height: auto;
    min-height: 43px;
    position: absolute;
    z-index: 20;
    width: 100%;
    border-left: 1px transparent solid;
    border-right: none;
    border-bottom: none;
    box-shadow: rgba(0,0,0,.3) 0 5px 5px;
}

#game_wrp.hoverlink a:hover small {
    height: auto;
    white-space: normal;
    word-break: keep-all;
    margin-bottom: 10px;
}

#game_wrp img {
    width: 32px;
    height: 32px;
    position: absolute;
    top: 10px;
    left: 10px;
    background: #fff;
    border-radius: 3px;
    box-shadow: rgba(255,255,255,.2) 0 1px 0;
}

#game_wrp .T {
    margin-left: 52px;
    display: block;
    line-height: 1.3em;
    padding: 5px 10px 0 0;
}

#game_wrp .F {
    display: none;
}

#game_wrp b {
    display: block;
    font-weight: bold;
    padding-top: 7px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#game_wrp small {
    display: block;
    font-size: 11px;
    color: #999;
    height: 1.3em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#game_list_table tr.alert {
    display: none;
    background: none;
    box-shadow: none;
    text-align: center;
}

#game_list_table tr.alert td {
    padding: 20px;
}

#game_list_table tr.alert:hover td {
    background: none;
}

.infobox {
  background-color: #F2F2F2;
  border: 1px solid #92D151;
  padding: 10px;
  position: relative;
}
.infobox:before {
  background: none;
  border: 1px solid #fff;
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  pointer-events: none;
}

.orangearrow {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIj8+Cjxzdmcgd2lkdGg9IjUxMiIgaGVpZ2h0PSI1MTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CgogPGc+CiAgPHRpdGxlPmJhY2tncm91bmQ8L3RpdGxlPgogIDxyZWN0IGZpbGw9Im5vbmUiIGlkPSJjYW52YXNfYmFja2dyb3VuZCIgaGVpZ2h0PSI0MDIiIHdpZHRoPSI1ODIiIHk9Ii0xIiB4PSItMSIvPgogPC9nPgogPGc+CiAgPHRpdGxlPkxheWVyIDE8L3RpdGxlPgogIDxwYXRoIGlkPSJzdmdfMSIgZD0ibTI5My43NTEwMDcsNDU1Ljg2ODAxMWMtMjAuMTgxLDIwLjE3ODk4NiAtNTMuMTY0OTkzLDE5LjkxMjk5NCAtNzMuNjczMDA0LC0wLjU5NTAwMWwwLDBjLTIwLjUwNzk5NiwtMjAuNTA3OTk2IC0yMC43NzI5OTUsLTUzLjQ5MzAxMSAtMC41OTM5OTQsLTczLjY3MTk5N2wxODkuOTk4OTkzLC0xOTBjMjAuMTc4MDA5LC0yMC4xNzgwMDkgNTMuMTY0MDAxLC0xOS45MTMwMSA3My42NzE5OTcsMC41OTUwMDFsMCwwYzIwLjUwNzk5NiwyMC41MDkwMDMgMjAuNzcyMDAzLDUzLjQ5MTk4OSAwLjU5NTAwMSw3My42NzA5OWwtMTg5Ljk5ODk5MywxOTAuMDAxMDA3eiIgZmlsbD0iI2ZmOWMwMCIvPgogIDxwYXRoIGlkPSJzdmdfMiIgZD0ibTIyMC4yNDg5OTMsNDU1Ljg2ODAxMWMyMC4xNzk5OTMsMjAuMTc4OTg2IDUzLjE2NDAwMSwxOS45MTI5OTQgNzMuNjcxOTk3LC0wLjU5NTAwMWwwLDBjMjAuNTA5MDAzLC0yMC41MDc5OTYgMjAuNzczOTg3LC01My40OTMwMTEgMC41OTYwMDgsLTczLjY3MTk5N2wtMTkwLjAwMDAwOCwtMTkwYy0yMC4xNzgwMDEsLTIwLjE3ODAwOSAtNTMuMTY0MDAxLC0xOS45MTMwMSAtNzMuNjcxMDAxLDAuNTk1MDAxbDAsMGMtMjAuNTA3OTk5LDIwLjUwOTAwMyAtMjAuNzcxOTk5LDUzLjQ5MTk4OSAtMC41OTQ5OTksNzMuNjcwOTlsMTg5Ljk5ODAwMywxOTAuMDAxMDA3eiIgZmlsbD0iI2ZmOWMwMCIvPgogPC9nPgo8L3N2Zz4=);
  background-size: contain;
}

.greenarrow {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIj8+Cjxzdmcgd2lkdGg9IjUxMiIgaGVpZ2h0PSI1MTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CgogPGc+CiAgPHRpdGxlPmJhY2tncm91bmQ8L3RpdGxlPgogIDxyZWN0IGZpbGw9Im5vbmUiIGlkPSJjYW52YXNfYmFja2dyb3VuZCIgaGVpZ2h0PSI0MDIiIHdpZHRoPSI1ODIiIHk9Ii0xIiB4PSItMSIvPgogPC9nPgogPGc+CiAgPHRpdGxlPkxheWVyIDE8L3RpdGxlPgogIDxwYXRoIGlkPSJzdmdfMSIgZD0ibTI5My43NTEwMDcsNDU1Ljg2ODAxMWMtMjAuMTgxLDIwLjE3ODk4NiAtNTMuMTY0OTkzLDE5LjkxMjk5NCAtNzMuNjczMDA0LC0wLjU5NTAwMWwwLDBjLTIwLjUwNzk5NiwtMjAuNTA3OTk2IC0yMC43NzI5OTUsLTUzLjQ5MzAxMSAtMC41OTM5OTQsLTczLjY3MTk5N2wxODkuOTk4OTkzLC0xOTBjMjAuMTc4MDA5LC0yMC4xNzgwMDkgNTMuMTY0MDAxLC0xOS45MTMwMSA3My42NzE5OTcsMC41OTUwMDFsMCwwYzIwLjUwNzk5NiwyMC41MDkwMDMgMjAuNzcyMDAzLDUzLjQ5MTk4OSAwLjU5NTAwMSw3My42NzA5OWwtMTg5Ljk5ODk5MywxOTAuMDAxMDA3eiIgZmlsbD0iI2E0ZGI1YiIvPgogIDxwYXRoIGlkPSJzdmdfMiIgZD0ibTIyMC4yNDg5OTMsNDU1Ljg2ODAxMWMyMC4xNzk5OTMsMjAuMTc4OTg2IDUzLjE2NDAwMSwxOS45MTI5OTQgNzMuNjcxOTk3LC0wLjU5NTAwMWwwLDBjMjAuNTA5MDAzLC0yMC41MDc5OTYgMjAuNzczOTg3LC01My40OTMwMTEgMC41OTYwMDgsLTczLjY3MTk5N2wtMTkwLjAwMDAwOCwtMTkwYy0yMC4xNzgwMDEsLTIwLjE3ODAwOSAtNTMuMTY0MDAxLC0xOS45MTMwMSAtNzMuNjcxMDAxLDAuNTk1MDAxbDAsMGMtMjAuNTA3OTk5LDIwLjUwOTAwMyAtMjAuNzcxOTk5LDUzLjQ5MTk4OSAtMC41OTQ5OTksNzMuNjcwOTlsMTg5Ljk5ODAwMywxOTAuMDAxMDA3eiIgZmlsbD0iI2E0ZGI1YiIvPgogPC9nPgo8L3N2Zz4=);
  background-size: contain;
}

.arrowposition {
  position: fixed;
  bottom: 80;
  right: 50;
  margin-left:-20px;
  width: 75px;
  height: 75px;
}

.animated {
    -webkit-animation-duration: 15s; 
    animation-duration: 15s; 
    -webkit-animation-fill-mode: both; 
    animation-fill-mode: both; 
    animation-iteration-count:infinite; 
    -webkit-animation-iteration-count:infinite; 
}

.flip {
    -webkit-backface-visibility: visible !important; 
    -webkit-animation-name: flip; 
    backface-visibility: visible !important; 
    animation-name: flip; 
}

@-webkit-keyframes flip { 
    0% {
        -webkit-transform: perspective(400px) rotateY(0); 
        -webkit-animation-timing-function: ease-out; 
    }
    40% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg); 
        -webkit-animation-timing-function: ease-out; 
    }
    50% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1); 
        -webkit-animation-timing-function: ease-in; 
    }
    80% {
        -webkit-transform: perspective(400px) rotateY(360deg) scale(.95); 
        -webkit-animation-timing-function: ease-in; 
    }
    100% {
        -webkit-transform: perspective(400px) scale(1); 
        -webkit-animation-timing-function: ease-in; 
    }
}

@keyframes flip {
    0% {
        transform: perspective(400px) rotateY(0); 
        animation-timing-function: ease-out; 
    }
    40% {
        transform: perspective(400px) translateZ(150px) rotateY(170deg); 
        animation-timing-function: ease-out; 
    }
    50% {
        transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1); 
        animation-timing-function: ease-in; 
    }
    80% {
        transform: perspective(400px) rotateY(360deg) scale(.95); 
        animation-timing-function: ease-in; 
    }
    100% {
        transform: perspective(400px) scale(1); 
        animation-timing-function: ease-in; 
    }
}