.tt_lrt {
    position: relative;
    float: left
}

.tt_rrt {
    position: relative;
    float: right
}

.tt_l {
    float: left
}

.tt_r {
    float: right
}

.tt_full {
    width: 100%
}

.tt-cr-f {
    color: #333
}

.tt-cr-bg {
    background-color: #ccc
}

.mt_5 {
    margin-top: 5px
}

.mt-l {
    margin-left: 7px
}

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

.mt-15 {
    margin-top: 15px
}

.mt-20 {
    margin-top: 20px
}

.mb-5 {
    margin-bottom: 5px
}

.mb-10 {
    margin-bottom: 10px
}

.mb-15 {
    margin-bottom: 15px
}

.mb-20 {
    margin-bottom: 20px
}

.pd-5 {
    padding: 5px
}

.pd-10 {
    padding: 10px
}

.pd-15 {
    padding: 15px
}

.logo_m,.tt_from_login_m,.nav_m {
    display: none
}

.tt_head_menu {
    float: right;
    width: 80%;
    min-height: 40px;
    top: 0;
    z-index: 1000;
    position: relative;
    margin: 0
}

.tt_head_menu ul {
    float: left;
    width: 100%;
    margin: 0;
    text-align: right
}

.menu_l .tt_head_menu ul {
    text-align: right
}

.tt_head_menu ul li {
    display: inline-block;
    margin: 7px 0 0 30px;
    position: relative
}

.tt_head_menu ul li.ico-home a {
    background-image: url(//ufac42.com/wp-content/themes/UFAC4.COM/css/../images/ico-home.png?v=1.0);
    background-repeat: no-repeat;
    background-position: 10px center;
    padding-left: 40px
}

.tt_head_menu ul li:last-child a {
    border-right: 0
}

.tt_head_menu ul li:hover .fa {
    color: #f0d27c
}

.tt_head_menu ul li .fa {
    position: absolute;
    right: 8px;
    top: 13px;
    color: #333
}

.tt_head_menu .fa.fa-chevron-down {
    font-size: 12px
}

.tt_head_menu ul li strong {
    font-weight: 400
}

.tt_head_menu ul li.menu-item-has-children {
    padding: 0 20px 0 0
}

.tt_head_menu ul li a {
    display: inline-block;
    color: #fff;
    font-family: prompt;
    font-size: 20px;
    line-height: 20px;
    padding: 3px 0 7px;
    font-weight: 700;
    position: relative;
    cursor: pointer;
    border-bottom: 2px solid transparent
}

#tt_th .tt_head_menu ul li a {
    padding: 2px 16px 0 0
}

.tt_head_menu ul li.menu-item-has-children .fa,.tt_head_menu ul li.menu-item-has-children a {
    color: #333
}

.tt_head_menu ul li.current-menu-item a,.tt_head_menu ul li:hover a {
    color: #ff8602;
    border-bottom: 2px solid #ff8602
}

.tt_head_menu ul li.ico-register a {
    color: #000;
    border-radius: 5px;
    padding: 3px 20px 7px;
    border-bottom: 2px solid #ff8602;
    background: #ffc147;
    background: -moz-linear-gradient(top,#ffc147 0%,#ffa735 50%,#fe8202 100%);
    background: -webkit-linear-gradient(top,#ffc147 0%,#ffa735 50%,#fe8202 100%);
    background: linear-gradient(to bottom,#ffc147 0%,#ffa735 50%,#fe8202 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc147',endColorstr='#fe8202',GradientType=0)
}

.tt_head_menu ul li.ico-register:hover a {
    background: #ffc147;
    background: -moz-linear-gradient(left,#ffc147 0%,#ffa735 50%,#fe8202 100%);
    background: -webkit-linear-gradient(left,#ffc147 0%,#ffa735 50%,#fe8202 100%);
    background: linear-gradient(to right,#ffc147 0%,#ffa735 50%,#fe8202 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc147',endColorstr='#fe8202',GradientType=1)
}

.tt_head_menu ul li.ico-new a {
    color: #fff!important
}

.tt_head_menu ul li.ico-new:hover a {
    color: #fff!important
}

.tt_head_menu ul li.ico-new {
    margin: 0 -2px
}

.tt_head_menu ul li.ico-new:after {
    background-color: transparent
}

.tt_head_menu ul li.ico-new a {
    color: #fff!important;
    animation: walk-cyclet2 .5s steps(5) infinite;
    -webkit-animation: walk-cyclet2 .5s steps(5) infinite
}

.b-right,.tt_head_menu.m-mc {
    display: none
}

.tt_head_menu .ico-new a:before {
    background-image: url(//ufac42.com/wp-content/themes/UFAC4.COM/css/../images/ico-new.png?v=1.2);
    background-repeat: no-repeat;
    border-radius: 3px;
    content: "";
    height: 19px;
    line-height: 13px;
    position: absolute;
    right: -5px;
    top: -12px;
    width: 30px
}

@-webkit-keyframes walk-cycle2 {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes walk-cycle2 {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@-webkit-keyframes walk-cyclet2 {
    0% {
        background-color: #d61a1b
    }

    100% {
        background-color: #000
    }
}

@keyframes walk-cyclet2 {
    0% {
        background-color: #d61a1b
    }

    100% {
        background-color: #000
    }
}

.m_pc2 .tt_head_menu {
    min-height: 20px;
    width: 70%
}

.m_pc2 .tt_head_menu ul {
    margin: 5px 0
}

.m_pc2 .tt_head_menu ul li {
    border-left: 1px solid #414141
}

.m_pc2 .tt_head_menu ul li a {
    display: inline-block;
    color: #fffdfd;
    font-family: prompt;
    font-size: 18px;
    line-height: 18px;
    padding: 2px 16px
}

.tt_head_rt a.link_lg:hover,.m_pc2 .tt_head_menu ul li a:hover {
    background-color: transparent;
    color: #ffc704
}

.tt_head_rt {
    text-align: right
}

.tt_head_rt a {
    display: inline-block
}

.tt_head_rt a.link_ht {
    display: inline-block;
    color: #000;
    font-family: prompt;
    font-size: 22px;
    line-height: 16px;
    border: 3px solid #000;
    background: #ffc704;
    padding: 3px 25px 6px;
    border-radius: 20px;
    margin-right: 10px
}

.tt_head_rt a.link_ht:hover {
    background: #d33d09;
    color: #fff
}

.tt_head_rt a.link_lg {
    border-left: 1px solid #414141;
    color: #fffdfd;
    font-family: prompt;
    font-size: 18px;
    line-height: 18px;
    padding: 2px 10px
}

.tt-date {
    width: 100%;
    margin: 25px 0 5px;
    font-size: 11px;
    color: #eee;
    font-family: prompt;
    font-size: 18px;
    line-height: 18px
}

.menu_l {
    float: left;
    width: 38%;
    min-height: 40px;
    padding: 0 40px 0 0
}

.menu_c {
    float: left;
    width: 20%;
    min-height: 40px;
    position: relative
}

.menu_c a {
    float: left;
    width: 100%;
    box-shadow: 0 2px 15px #000;
    text-shadow: 1px 1px 0px #fffcb1;
    border: 2px solid #b59715;
    text-align: center;
    position: absolute;
    left: 0;
    min-height: 50px;
    top: 2px;
    font-family: prompt;
    font-size: 42px;
    line-height: 38px;
    font-weight: 700;
    color: #000;
    border-radius: 6px;
    background: rgba(139,75,19,1);
    background: -moz-linear-gradient(top,rgba(139,75,19,1) 0%,rgba(192,137,54,1) 9%,rgba(193,142,55,1) 19%,rgba(255,250,174,1) 42%,rgba(193,142,55,1) 66%,rgba(125,69,0,1) 83%,rgba(193,142,55,1) 98%,rgba(193,142,55,1) 100%);
    background: -webkit-gradient(left top,left bottom,color-stop(0%,rgba(139,75,19,1)),color-stop(9%,rgba(192,137,54,1)),color-stop(19%,rgba(193,142,55,1)),color-stop(42%,rgba(255,250,174,1)),color-stop(66%,rgba(193,142,55,1)),color-stop(83%,rgba(125,69,0,1)),color-stop(98%,rgba(193,142,55,1)),color-stop(100%,rgba(193,142,55,1)));
    background: -webkit-linear-gradient(top,rgba(139,75,19,1) 0%,rgba(192,137,54,1) 9%,rgba(193,142,55,1) 19%,rgba(255,250,174,1) 42%,rgba(193,142,55,1) 66%,rgba(125,69,0,1) 83%,rgba(193,142,55,1) 98%,rgba(193,142,55,1) 100%);
    background: -o-linear-gradient(top,rgba(139,75,19,1) 0%,rgba(192,137,54,1) 9%,rgba(193,142,55,1) 19%,rgba(255,250,174,1) 42%,rgba(193,142,55,1) 66%,rgba(125,69,0,1) 83%,rgba(193,142,55,1) 98%,rgba(193,142,55,1) 100%);
    background: -ms-linear-gradient(top,rgba(139,75,19,1) 0%,rgba(192,137,54,1) 9%,rgba(193,142,55,1) 19%,rgba(255,250,174,1) 42%,rgba(193,142,55,1) 66%,rgba(125,69,0,1) 83%,rgba(193,142,55,1) 98%,rgba(193,142,55,1) 100%);
    background: linear-gradient(to bottom,rgba(139,75,19,1) 0%,rgba(192,137,54,1) 9%,rgba(193,142,55,1) 19%,rgba(255,250,174,1) 42%,rgba(193,142,55,1) 66%,rgba(125,69,0,1) 83%,rgba(193,142,55,1) 98%,rgba(193,142,55,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8b4b13',endColorstr='#c18e37',GradientType=0)
}

.menu_c a:hover {
    text-shadow: 0px 1px 10px #fff;
    color: #000;
    box-shadow: 0 2px 45px #fe8127;
    background: rgba(139,75,19,1);
    background: -moz-linear-gradient(top,rgba(139,75,19,1) 0%,rgba(192,137,54,1) 4%,rgba(193,142,55,1) 9%,rgba(255,250,174,1) 23%,rgba(255,250,174,1) 41%,rgba(193,142,55,1) 70%,rgba(125,69,0,1) 87%,rgba(46,33,14,1) 96%,rgba(112,73,11,1) 100%);
    background: -webkit-gradient(left top,left bottom,color-stop(0%,rgba(139,75,19,1)),color-stop(4%,rgba(192,137,54,1)),color-stop(9%,rgba(193,142,55,1)),color-stop(23%,rgba(255,250,174,1)),color-stop(41%,rgba(255,250,174,1)),color-stop(70%,rgba(193,142,55,1)),color-stop(87%,rgba(125,69,0,1)),color-stop(96%,rgba(46,33,14,1)),color-stop(100%,rgba(112,73,11,1)));
    background: -webkit-linear-gradient(top,rgba(139,75,19,1) 0%,rgba(192,137,54,1) 4%,rgba(193,142,55,1) 9%,rgba(255,250,174,1) 23%,rgba(255,250,174,1) 41%,rgba(193,142,55,1) 70%,rgba(125,69,0,1) 87%,rgba(46,33,14,1) 96%,rgba(112,73,11,1) 100%);
    background: -o-linear-gradient(top,rgba(139,75,19,1) 0%,rgba(192,137,54,1) 4%,rgba(193,142,55,1) 9%,rgba(255,250,174,1) 23%,rgba(255,250,174,1) 41%,rgba(193,142,55,1) 70%,rgba(125,69,0,1) 87%,rgba(46,33,14,1) 96%,rgba(112,73,11,1) 100%);
    background: -ms-linear-gradient(top,rgba(139,75,19,1) 0%,rgba(192,137,54,1) 4%,rgba(193,142,55,1) 9%,rgba(255,250,174,1) 23%,rgba(255,250,174,1) 41%,rgba(193,142,55,1) 70%,rgba(125,69,0,1) 87%,rgba(46,33,14,1) 96%,rgba(112,73,11,1) 100%);
    background: linear-gradient(to bottom,rgba(139,75,19,1) 0%,rgba(192,137,54,1) 4%,rgba(193,142,55,1) 9%,rgba(255,250,174,1) 23%,rgba(255,250,174,1) 41%,rgba(193,142,55,1) 70%,rgba(125,69,0,1) 87%,rgba(46,33,14,1) 96%,rgba(112,73,11,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8b4b13',endColorstr='#70490b',GradientType=0)
}

.menu_r {
    float: left;
    width: 42%;
    min-height: 40px;
    padding: 0 0 0 40px
}

.m_pc2 {
    padding: 5px 0;
    background: rgba(0,0,0,1);
    background: -moz-linear-gradient(top,rgba(0,0,0,1) 0%,rgba(0,0,0,1) 2%,rgba(54,54,54,1) 81%,rgba(31,31,31,1) 88%,rgba(0,0,0,1) 100%);
    background: -webkit-gradient(left top,left bottom,color-stop(0%,rgba(0,0,0,1)),color-stop(2%,rgba(0,0,0,1)),color-stop(81%,rgba(54,54,54,1)),color-stop(88%,rgba(31,31,31,1)),color-stop(100%,rgba(0,0,0,1)));
    background: -webkit-linear-gradient(top,rgba(0,0,0,1) 0%,rgba(0,0,0,1) 2%,rgba(54,54,54,1) 81%,rgba(31,31,31,1) 88%,rgba(0,0,0,1) 100%);
    background: -o-linear-gradient(top,rgba(0,0,0,1) 0%,rgba(0,0,0,1) 2%,rgba(54,54,54,1) 81%,rgba(31,31,31,1) 88%,rgba(0,0,0,1) 100%);
    background: -ms-linear-gradient(top,rgba(0,0,0,1) 0%,rgba(0,0,0,1) 2%,rgba(54,54,54,1) 81%,rgba(31,31,31,1) 88%,rgba(0,0,0,1) 100%);
    background: linear-gradient(to bottom,rgba(0,0,0,1) 0%,rgba(0,0,0,1) 2%,rgba(54,54,54,1) 81%,rgba(31,31,31,1) 88%,rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000',endColorstr='#000000',GradientType=0)
}

.thaitheme_read {
    width: 100%;
    padding: 0 0 10px;
    color: #333;
    font-family: prompt;
    font-size: 22px;
    line-height: 28px;
    overflow: hidden
}

.thaitheme_read a {
    color: #333
}

.thaitheme_read img {
    max-width: 100%;
    height: auto;
    padding: 0
}

.thaitheme_read strong,[class*=ddtemplate_read] th {
    font-weight: 700
}

.thaitheme_read em,.thaitheme_read address,.thaitheme_read caption,.thaitheme_read cite {
    font-style: italic
}

.thaitheme_read table {
    display: table;
    border-spacing: 2px;
    border-collapse: separate
}

.thaitheme_read tr {
    display: table-row;
    vertical-align: inherit
}

.thaitheme_read td {
    display: table-cell;
    border-spacing: 2px;
    padding: 2px;
    vertical-align: inherit;
    text-align: inherit;
    padding: 1px;
    border-collapse: none
}

.thaitheme_read th {
    display: table-cell;
    vertical-align: inherit;
    font-weight: 700;
    padding: 1px;
    border-collapse: none
}

.thaitheme_read {
    line-height: 1.5em
}

.thaitheme_read p {
    display: block;
    margin: .3em 0;
    line-height: 1.3em
}

.thaitheme_read blockquote {
    width: 75%;
    margin: 0 0 0 20%;
    padding: .25em 5%;
    line-height: 1.45;
    position: relative;
    color: #383838;
    background: #ececec
}

.thaitheme_read blockquote:before {
    display: block;
    content: "\201C";
    font-size: 80px;
    position: absolute;
    left: -10px;
    top: -10px;
    color: #7a7a7a
}

.thaitheme_read blockquote cite {
    color: #999;
    font-size: 14px;
    display: block;
    margin-top: 5px
}

.thaitheme_read blockquote cite:before {
    content: "\2014 \2009"
}

.thaitheme_read address {
    display: block;
    font-style: italic
}

.thaitheme_read center {
    display: block;
    text-align: center
}

.thaitheme_read h1 {
    display: block;
    margin: .2em 0 .5em;
    font-family: prompt;
    font-size: 40px;
    line-height: 44px;
    font-weight: 700
}

.thaitheme_read h2,.thaitheme_read h3 {
    display: block;
    margin: .2em 0 .5em;
    font-family: prompt;
    font-family: prompt;
    font-size: 30px;
    line-height: 34px;
    font-weight: 700
}

.thaitheme_read h4 {
    display: block;
    font-weight: 700;
    margin: 1.33em 0
}

.thaitheme_read h5 {
    display: block;
    font-size: .83em;
    font-weight: 700;
    margin: 1.67em 0
}

.thaitheme_read h6 {
    display: block;
    font-size: .67em;
    font-weight: 700;
    margin: 2.33em 0
}

.thaitheme_read ul {
    display: block;
    list-style-type: disc;
    margin: 1em 0;
    padding-left: 40px
}

.thaitheme_read ol {
    display: block;
    list-style-type: decimal;
    margin: 1em 0;
    padding-left: 40px
}

.thaitheme_read li {
    display: list-item
}

.thaitheme_read ul li {
    list-style-type: disc
}

.thaitheme_read ol li {
    list-style-type: decimal
}

.thaitheme_read pre,.thaitheme_read code {
    display: block;
    font-family: Courier New;
    white-space: pre;
    margin: 1em 0
}

.thaitheme_read iframe {
    width: 100%
}

.thaitheme_read .gallery img {
    width: 100%;
    border: 0!important;
    padding: 3px 3px 0 3px!important;
    margin-bottom: 0
}

.gallery .gallery-item {
    border: 2px solid #0a0a0a;
    background-color: #0a0a0a;
    margin: 0;
    padding-bottom: 3px
}

.gallery .gallery-item:hover {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

#calendar_wrap {
    float: left;
    width: 100%;
    border-radius: 3px
}

.textwidget,#wp-calendar {
    float: left;
    width: 100%
}

#wp-calendar caption {
    text-align: right;
    color: #eee;
    font-size: 12px;
    margin-top: 10px;
    margin-bottom: 15px
}

#wp-calendar thead {
    font-size: 10px
}

#wp-calendar thead th {
    padding-bottom: 10px
}

.thaitheme_widget div#calendar_wrap table#wp-calendar thead tr th {
    color: #eee
}

#wp-calendar tbody {
    color: #000
}

#wp-calendar tbody td {
    background: #ebebeb;
    border: 1px solid #ddd;
    text-align: center;
    padding: 8px
}

#wp-calendar tbody td:hover {
    background: #fff
}

#wp-calendar tbody .pad {
    background: 0 0
}

#wp-calendar tfoot #next {
    font-size: 10px;
    text-transform: uppercase;
    text-align: right
}

#wp-calendar tfoot #prev {
    font-size: 10px;
    text-transform: uppercase;
    padding-top: 10px
}

.thaitheme_widget {
    float: left;
    width: 100%;
    margin: 0
}

.thaitheme_widget .title {
    float: left;
    width: 100%;
    padding: 8px 0 10px 5%;
    margin: 0;
    min-height: 15px;
    font-family: prompt;
    font-size: 20px;
    line-height: 18px;
    color: #000;
    background-color: #e1e1e1
}

.thaitheme_widget .tt-l.tt_full .tt-l.tt_txt_seo {
    padding: 0 10px
}

.thaitheme_widget .title a {
    color: #333;
    cursor: text
}

.thaitheme_widget ul {
    float: left;
    width: 100%;
    padding: 0
}

.thaitheme_widget ul li {
    float: left;
    width: 100%;
    color: #ccc;
    background-image: url(//ufac42.com/wp-content/themes/UFAC4.COM/css/../images/ico-widget.png?v=1.0);
    padding: 5px 0 5px 25px;
    border-bottom: 1px dotted #999;
    background-repeat: no-repeat;
    background-position: left center
}

.thaitheme_widget ul li a {
    color: #ccc
}

.thaitheme_widget ul li:hover a {
    color: #fff
}

.thaitheme_widget ul li.menu-item-has-children {
    background-position: left 10px
}

.thaitheme_widget ul li .sub-menu {
    float: left;
    width: 100%;
    margin-top: 10px
}

.thaitheme_widget ul li .sub-menu li {
    border-bottom: 0;
    border-top: 1px solid #ceddf7
}

.tt_img_widget {
    float: left;
    width: 100%;
    text-align: center
}

.thaitheme_widget #searchform {
    float: left;
    width: 97%;
    margin-top: 0;
    padding: 3% 3% 3% 0
}

.thaitheme_widget #searchform input#s {
    width: 68%;
    height: 30px;
    background-color: #f5f5f5;
    border: 1px solid #ffd727;
    border-radius: 3px
}

.thaitheme_widget #searchform .screen-reader-text {
    display: none
}

.thaitheme_widget form#searchform.searchform input#searchsubmit {
    float: right;
    border: 0;
    height: 30px;
    color: #000;
    background-color: #f4e773;
    padding: 0 10px;
    cursor: pointer;
    font-size: 14px;
    border: 1px solid #ffd727;
    border-radius: 3px
}

.textwidget {
    float: left;
    width: 100%
}

.textwidget span {
    float: left;
    width: 100%;
    margin-bottom: 8px;
    color: #ccc;
    border-bottom: 1px dotted #999;
    padding: 0 0 5px
}

.widget_calendar {
    float: left
}

#toTop {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    z-index: 999999999999999;
    text-align: center;
    position: fixed;
    bottom: 3px;
    right: 10px;
    cursor: pointer;
    display: none;
    color: #000;
    font-size: 2em;
    background-color: #fff
}

#toTop .fa {
    padding: 8px 0 0
}

#thaitheme-waper {
    float: left;
    width: 100%;
    min-height: 500px
}

.fb_iframe_widget,.fb_iframe_widget span,.fb_iframe_widget span iframe[style] {
    width: 100% !important
}

.tt_btn_open,.tt_btn_close {
    float: right;
    width: 25px;
    height: 25px;
    background-color: #333;
    margin: 0 10px 20px 0;
    color: #fff;
    text-align: center;
    cursor: pointer;
    border-radius: 50%
}

.tt_btn_close .fa,.tt_btn_open .fa {
    font-size: 16px;
    line-height: 26px
}

#topbar.tt_open .tt_img_fixed,.tt_open .tt_btn_close,.tt_btn_open {
    display: none
}

.tt_open .tt_btn_open {
    display: block
}

#topbar {
    position: fixed;
    top: 20px;
    width: 170px;
    z-index: 999999999;
    right: 10px;
    top: 10px;
    padding: 10px 0 0
}

.tt_img_line {
    float: left;
    width: 96%;
    padding: 5px 2%
}

.tt_tx_line.top {
    margin: 10px 0 0
}

.tt_tx_line {
    float: left;
    width: 100%;
    font-size: 13px;
    color: #fff;
    text-align: left;
    margin: 5px 0 0;
    text-align: center
}

.tt_btn_open2,.tt_btn_close2 {
    float: left;
    width: 25px;
    height: 25px;
    background-color: #333;
    margin: 0 0 10px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    border-radius: 50%
}

.tt_btn_close2 .fa,.tt_btn_open2 .fa {
    font-size: 16px;
    line-height: 26px
}

#topbar2.tt_open2 .tt_img_fixed2,.tt_open2 .tt_btn_close2,.tt_btn_open2 {
    display: none
}

.tt_open2 .tt_btn_open2 {
    display: block
}

#topbar2 {
    position: fixed;
    top: 10px;
    width: 195px;
    z-index: 999999999999;
    left: 5px;
    top: 65px;
    padding: 10px 0 0;
    -webkit-transition: all .5s ease-in-out 0s;
    -o-transition: all .5s ease-in-out 0s;
    -moz-transition: all .5s ease-in-out 0s;
    transition: all .5s ease-in-out 0s
}

#topbar2 a {
    float: left;
    width: 46%;
    margin-right: 5px;
    margin-bottom: 3px;
    -webkit-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    -moz-transition: all .5s ease-in-out 0s;
    transition: all .3s ease-in-out 0s
}

#topbar2 a:hover {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

.wrapper-b {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto
}

.wrapper-m {
    width: 100%;
    max-width: 800px;
    margin: 0 auto
}

.wrapper {
    width: 100%;
    max-width: 1150px;
    margin: 0 auto
}

.wrapper-h {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto
}

.wrapper-c {
    width: 100%;
    max-width: 1150px;
    margin: 0 auto
}

.nav_top {
    min-height: 15px;
    margin: 17px 0 0
}

.logo_pc {
    width: 13%;
    margin: 0
}

.logo_pc img {
    width: 100%
}

.logo_h_m {
    display: none
}

.header {
    position: relative;
    padding: 0
}

.header_bt {
    height: 10px;
    background: #af3fe9;
    background: -moz-linear-gradient(left,rgba(175,63,233,1) 0%,rgba(241,46,186,1) 35%,rgba(241,46,186,1) 65%,rgba(175,63,233,1) 100%);
    background: -webkit-linear-gradient(left,rgba(175,63,233,1) 0%,rgba(241,46,186,1) 35%,rgba(241,46,186,1) 65%,rgba(175,63,233,1) 100%);
    background: linear-gradient(to right,rgba(175,63,233,1) 0%,rgba(241,46,186,1) 35%,rgba(241,46,186,1) 65%,rgba(175,63,233,1) 100%)
}

.header_bg {
    float: left;
    width: 100%;
    position: fixed;
    top: 0;
    background-color: rgba(0,0,0,.8);
    z-index: 999999;
    border-bottom: 3px solid #111;
    padding: 5px 0
}

.tt-social {
    float: left;
    width: 100%;
    min-height: 36px;
    overflow: hidden;
    top: 0;
    z-index: 100;
    background-color: #702b0f
}

.tt_top_nav ul li {
    float: left;
    margin: 0 3px 3px
}

.tt_top_nav ul li a {
    color: #000;
    font-family: prompt;
    font-size: 16px;
    line-height: 13px;
    padding: 0 6px 2px;
    border-radius: 3px
}

.tt_top_nav ul li a:hover {
    color: #000
}

.banner_h {
    width: 59%;
    margin: 60px 1.4% 4px 0
}

#topbar {
    position: fixed;
    width: 165px;
    z-index: 999999999;
    right: 10px;
    top: 65px;
    padding: 10px 0 0;
    -webkit-transition: all .5s ease-in-out 0s;
    -o-transition: all .5s ease-in-out 0s;
    -moz-transition: all .5s ease-in-out 0s;
    transition: all .5s ease-in-out 0s
}

.tt_img_line {
    float: left;
    width: 96%;
    padding: 5px 2%
}

.tt_tx_line.top {
    margin: 10px 0 0
}

.tt_tx_line {
    float: left;
    width: 100%;
    font-size: 13px;
    color: #fff;
    text-align: left;
    margin: 0;
    padding: 5px 0;
    text-align: center;
    background-color: #57c42e
}

.tt_btn_open,.tt_btn_close {
    float: right;
    width: 25px;
    height: 25px;
    background-color: #333;
    margin: 0 0 10px;
    color: #fff;
    text-align: center;
    cursor: pointer
}

.tt_btn_close .fa,.tt_btn_open .fa {
    font-size: 16px;
    line-height: 26px
}

#topbar.tt_open .tt_img_fixed,.tt_open .tt_btn_close,.tt_btn_open {
    display: none
}

.tt_open .tt_btn_open {
    display: block
}

.tt_img_fixed {
    float: left
}

.tt_img_fixed.bt {
    margin: 10px 0 0
}

.tt_from_login {
    width: 32%;
    margin: 19px 0 0
}

.ct_lang {
    width: 26%;
    min-height: 57px;
    margin: 19px 0 0
}

.tt_lang {
    float: left;
    height: 20px;
    padding: 0 10px;
    font-size: 13px;
    color: #fff;
    position: relative
}

.use_lang {
    float: left;
    width: 120px
}

.tt_btn_lang {
    float: right;
    width: 120px;
    background-color: #fff;
    color: #333;
    line-height: 13px;
    padding: 0 5px 0 10px;
    border: 1px solid #ccc;
    position: relative;
    cursor: pointer
}

.tt_btn_lang span.tt_arr {
    height: 18px;
    border-left: 1px solid #ddd;
    padding: 0 9px 0 0
}

.tt_btn_lang .tt_tx {
    width: 80px;
    height: 18px;
    padding: 3px 0 0
}

.tt_btn_lang .fa {
    font-size: 18px;
    line-height: 13px
}

.nav_lang {
    position: absolute;
    top: 25px;
    left: 0;
    width: 130px;
    min-height: 30px;
    background-color: #fff;
    z-index: 9999999999999;
    display: none
}

.nav_lang.active {
    display: block;
    z-index: 9999999999999
}

.nav_lang a {
    float: left;
    width: 100%;
    padding: 5px 10px;
    border-bottom: 1px solid #ddd;
    color: #333
}

.nav_lang a:hover {
    background-color: #ddd
}

.head_from {
    min-height: 20px;
    z-index: 10;
    position: relative
}

.arr_right:after {
    content: "";
    display: block;
    height: 0;
    position: absolute;
    width: 0;
    top: -16px;
    bottom: 0;
    border-right: 14px solid transparent;
    border-top: 6px solid transparent;
    border-left: 7px solid #3e3e3e;
    border-bottom: 10px solid #3e3e3e;
    z-index: -1;
    right: -2px
}

.arr_left:after {
    content: "";
    display: block;
    height: 0;
    position: absolute;
    width: 0;
    top: -16px;
    bottom: 0;
    border-right: 7px solid #3e3e3e;
    border-top: 6px solid transparent;
    border-left: 14px solid transparent;
    border-bottom: 10px solid #3e3e3e;
    z-index: -1;
    left: -2px
}

.arr_hl {
    width: 24px;
    min-height: 48px;
    background-image: url(//ufac42.com/wp-content/themes/UFAC4.COM/css/../images/arh.png?v=1.0);
    position: absolute;
    bottom: -1px;
    left: -34px
}

.sec-center {
    padding: 10px 21px;
    border: 2px solid #8093b4;
    background: #b3c1e6;
    background: -moz-linear-gradient(top,#b3c1e6 0%,#838eac 49%,#444b5d 100%);
    background: -webkit-linear-gradient(top,#b3c1e6 0%,#838eac 49%,#444b5d 100%);
    background: linear-gradient(to bottom,#b3c1e6 0%,#838eac 49%,#444b5d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3c1e6',endColorstr='#444b5d',GradientType=0)
}

.tt_col_6x {
    float: left;
    width: 32.3%;
    margin: 10px 1.5% 5px 0;
    border-radius: 0;
    position: relative;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(50,50,50,.16);
    -moz-box-shadow: 0px 0px 5px 0px rgba(50,50,50,.16);
    box-shadow: 0px 0px 5px 0px rgba(50,50,50,.16)
}

.tt_col_6x.last {
    margin-right: 0
}

.tt_col_4x {
    float: left;
    width: 23.85%;
    margin: 10px 1.5% 5px 0;
    border-radius: 0;
    position: relative;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(50,50,50,.16);
    -moz-box-shadow: 0px 0px 5px 0px rgba(50,50,50,.16);
    box-shadow: 0px 0px 5px 0px rgba(50,50,50,.16)
}

.tt_col_4x.last {
    margin-right: 0
}

.tt_col_4x-.plx5,.tt_col_4x-.plx6,.tt_col_4x-.plx7,.tt_col_4x-.plx8,.tt_col_4x-.plx9 {
    width: 18.5%
}

.tt_col_4x-.plx8 {
    margin: 10px 1.5% 5px 0
}

.tt_col_4x-.plx9 {
    margin: 10px 0 5px
}

.tt_col_9x {
    float: left;
    width: 15.4%;
    margin: 10px 1.5% 5px 0;
    border-radius: 0;
    position: relative;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(50,50,50,.16);
    -moz-box-shadow: 0px 0px 5px 0px rgba(50,50,50,.16);
    box-shadow: 0px 0px 5px 0px rgba(50,50,50,.16)
}

.tt_col_9x.last {
    margin-right: 0
}

.tt_col_c {
    float: left;
    width: 32.3%;
    margin: 10px 1.5% 0 0;
    border-radius: 0;
    position: relative;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(50,50,50,.16);
    -moz-box-shadow: 0px 0px 5px 0px rgba(50,50,50,.16);
    box-shadow: 0px 0px 5px 0px rgba(50,50,50,.16)
}

.tt_col_c.last {
    margin-right: 0
}

.tt_col_c h3 {
    position: absolute;
    float: left;
    width: 100%;
    background-color: rgba(0,0,0,.5);
    left: 0;
    bottom: 0;
    font-family: prompt;
    font-size: 32px;
    line-height: 32px;
    padding: 7px 0 10px;
    text-align: center;
    color: #fff
}

.tt_col_c .dsc_3x {
    text-align: center
}

.tt_col_c .dsc_3x p {
    float: left;
    width: 100%;
    font-size: 24px;
    line-height: 24px;
    font-family: prompt;
    color: #444;
    padding: 7px 0
}

.tt_col_c .dsc_3x span {
    display: inline-block;
    font-size: 20px;
    line-height: 20px;
    font-family: prompt;
    color: #fff;
    padding: 7px 60px 10px;
    margin-bottom: 20px;
    font-weight: 700;
    border-radius: 6px;
    box-shadow: 0 2px 0 rgba(0,0,0,.1);
    background: #ed5e1c;
    background: -moz-linear-gradient(top,#ed5e1c 0%,#ea4509 24%,#44110a 100%);
    background: -webkit-linear-gradient(top,#ed5e1c 0%,#ea4509 24%,#44110a 100%);
    background: linear-gradient(to bottom,#ed5e1c 0%,#ea4509 24%,#44110a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed5e1c',endColorstr='#44110a',GradientType=0)
}

.tt_col_c:hover .dsc_3x span {
    background: #ed5e1c;
    background: -moz-linear-gradient(left,#ed5e1c 0%,#ea4509 24%,#44110a 100%);
    background: -webkit-linear-gradient(left,#ed5e1c 0%,#ea4509 24%,#44110a 100%);
    background: linear-gradient(to right,#ed5e1c 0%,#ea4509 24%,#44110a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed5e1c',endColorstr='#44110a',GradientType=1)
}

.bg {
    margin-left: 0;
    background-color: #000
}

.bg2 {
    margin-left: 0;
    background-color: #2b2c26;
    background-image: url(//ufac42.com/wp-content/themes/UFAC4.COM/css/../images/bg-footer.png?v=1.0);
    background-repeat: repeat-x
}

.tx_sl_bg {
    background: #d33d09;
    padding: 5px 0
}

.tt_xsl {
    float: left;
    width: 100%;
    font-family: prompt;
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    height: 25px;
    margin: 0;
    padding: 0 10px
}

.head_from_pc {
    width: 100%;
    min-height: 20px;
    padding-top: 0
}

.head_ufa {
    padding: 15px 0 3px;
    text-align: center;
    font-weight: 700;
    font-size: 22px;
    color: #000;
    line-height: 18px;
    font-family: prompt
}

.from_hc {
    width: 80%
}

.head_from_pc .tt_from_p,.head_from_pc .tt_from_u {
    width: 100%;
    float: left;
    height: 40px;
    background-color: #fff;
    margin: 2px 0 3px;
    border: 1px solid #3b3b3b;
    padding: 0 0 0 10px;
    color: #000;
    border-radius: 2px;
    font-family: prompt;
    font-size: 18px
}

.head_from_pc span,.head_from_pc span {
    float: left;
    width: 33%;
    margin-top: 0;
    font-family: prompt;
    font-size: 18px;
    white-space: nowrap;
    color: #fff
}

.head_from_pc input::placeholder {
    color: #000;
    opacity: 1
}

.head_from_pc input:-ms-input-placeholder {
    color: #000
}

.head_from_pc input::-ms-input-placeholder {
    color: #000
}

.head_from_pc strong {
    float: left;
    width: 100%;
    margin: 5px 0;
    text-align: center;
    font-family: prompt;
    font-size: 20px;
    color: #000
}

.head_from_pc .tt_from_lgh {
    width: 100%;
    padding: 10px 0 0;
    color: #e2e2e2
}

.head_from_pc .tt_submit {
    font-weight: 700;
    float: left;
    border: 0;
    margin: 2px 0 0;
    color: #fff;
    width: 50%;
    height: 55px;
    padding: 3px 0 10px;
    text-align: center;
    cursor: pointer;
    line-height: 18px;
    border-radius: 2px;
    font-family: prompt;
    font-size: 18px;
    background: linear-gradient(90deg,rgba(177,9,4,1) 0%,rgba(242,23,1,1) 100%);
    border: 1px solid #ee1601;
    border-radius: 4px
}

span.tx-log1 {
    float: left;
    width: 100%;
    font-size: 24px
}

p.tx-log2 {
    float: left;
    width: 100%;
    font-size: 26px
}

@-webkit-keyframes walk-cycle {
    0% {
        background: #ffebb6;
        background: -moz-linear-gradient(top,#ffebb6 0%,#ab9d7a 35%,#71674e 100%);
        background: -webkit-linear-gradient(top,#ffebb6 0%,#ab9d7a 35%,#71674e 100%);
        background: linear-gradient(to bottom,#ffebb6 0%,#ab9d7a 35%,#71674e 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebb6',endColorstr='#71674e',GradientType=0)
    }

    100% {
        background: #e3d8b8;
        background: -moz-linear-gradient(top,#e3d8b8 15%,#c1b491 39%,#716245 100%);
        background: -webkit-linear-gradient(top,#e3d8b8 15%,#c1b491 39%,#716245 100%);
        background: linear-gradient(to bottom,#e3d8b8 15%,#c1b491 39%,#716245 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e3d8b8',endColorstr='#716245',GradientType=0);
        border: 2px solid #fbeecb
    }
}

@keyframes walk-cycle {
    0% {
        background: #ffebb6;
        background: -moz-linear-gradient(top,#ffebb6 0%,#ab9d7a 35%,#71674e 100%);
        background: -webkit-linear-gradient(top,#ffebb6 0%,#ab9d7a 35%,#71674e 100%);
        background: linear-gradient(to bottom,#ffebb6 0%,#ab9d7a 35%,#71674e 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebb6',endColorstr='#71674e',GradientType=0)
    }

    100% {
        background: #e3d8b8;
        background: -moz-linear-gradient(top,#e3d8b8 15%,#c1b491 39%,#716245 100%);
        background: -webkit-linear-gradient(top,#e3d8b8 15%,#c1b491 39%,#716245 100%);
        background: linear-gradient(to bottom,#e3d8b8 15%,#c1b491 39%,#716245 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e3d8b8',endColorstr='#716245',GradientType=0);
        border: 2px solid #fbeecb
    }
}

@-webkit-keyframes walk-cyclet {
    0% {
        background: #ffebb6;
        background: -moz-linear-gradient(top,#ffebb6 0%,#ab9d7a 35%,#71674e 100%);
        background: -webkit-linear-gradient(top,#ffebb6 0%,#ab9d7a 35%,#71674e 100%);
        background: linear-gradient(to bottom,#ffebb6 0%,#ab9d7a 35%,#71674e 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebb6',endColorstr='#71674e',GradientType=0)
    }

    100% {
        background: #e3d8b8;
        background: -moz-linear-gradient(top,#e3d8b8 15%,#c1b491 39%,#716245 100%);
        background: -webkit-linear-gradient(top,#e3d8b8 15%,#c1b491 39%,#716245 100%);
        background: linear-gradient(to bottom,#e3d8b8 15%,#c1b491 39%,#716245 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e3d8b8',endColorstr='#716245',GradientType=0);
        border: 2px solid #fbeecb
    }
}

@keyframes walk-cyclet {
    0% {
        background: #ffebb6;
        background: -moz-linear-gradient(top,#ffebb6 0%,#ab9d7a 35%,#71674e 100%);
        background: -webkit-linear-gradient(top,#ffebb6 0%,#ab9d7a 35%,#71674e 100%);
        background: linear-gradient(to bottom,#ffebb6 0%,#ab9d7a 35%,#71674e 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebb6',endColorstr='#71674e',GradientType=0)
    }

    100% {
        background: #e3d8b8;
        background: -moz-linear-gradient(top,#e3d8b8 15%,#c1b491 39%,#716245 100%);
        background: -webkit-linear-gradient(top,#e3d8b8 15%,#c1b491 39%,#716245 100%);
        background: linear-gradient(to bottom,#e3d8b8 15%,#c1b491 39%,#716245 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e3d8b8',endColorstr='#716245',GradientType=0);
        border: 2px solid #fbeecb
    }
}

.bx_clip iframe {
    width: 100%!important
}

.tt_slide {
    width: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0
}

.tt_slide_page {
    width: 100%;
    margin: 0;
    overflow: hidden;
    max-height: 244px
}

.login_head_m,.nav_mobile {
    display: none
}

.tt_lc {
    width: 65.9%;
    min-height: 100px
}

.tt_rc {
    width: 32.7%;
    min-height: 100px
}

.tt_lcx {
    width: 60%;
    min-height: 100px;
    margin: 10px 0 0
}

.tt_rcx {
    width: 38%;
    min-height: 100px;
    margin: 10px 0 0
}

.arh {
    height: 4px;
    background-image: url(//ufac42.com/wp-content/themes/UFAC4.COM/css/../images/animate.gif?v=1.0);
    background-position: center center
}

.h_slot1 {
    font-family: prompt;
    font-size: 40px;
    line-height: 46px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    font-weight: 700;
    margin: 15px 0 0;
    background: #45484d;
    background: -moz-linear-gradient(top,#45484d 0%,#000 100%);
    background: -webkit-linear-gradient(top,#45484d 0%,#000 100%);
    background: linear-gradient(to bottom,#45484d 0%,#000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#45484d',endColorstr='#000000',GradientType=0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.h_slot {
    font-family: prompt;
    font-size: 40px;
    line-height: 46px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    font-weight: 700;
    margin: 15px 0 0;
    background: #ffa84c;
    background: -moz-linear-gradient(top,#ffa84c 0%,#ff7b0d 100%);
    background: -webkit-linear-gradient(top,#ffa84c 0%,#ff7b0d 100%);
    background: linear-gradient(to bottom,#ffa84c 0%,#ff7b0d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa84c',endColorstr='#ff7b0d',GradientType=0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.arhx {
    margin: 10px 0;
    height: 6px;
    background-image: url(//ufac42.com/wp-content/themes/UFAC4.COM/css/../images/b-arr.png?v=1.0);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto
}

.arhxt {
    margin: 0 0 25px;
    height: 1px;
    background-image: url(//ufac42.com/wp-content/themes/UFAC4.COM/css/../images/animate.gif?v=1.0);
    background-position: center center;
    background-repeat: no-repeat
}

.tt_txd {
    background: #c10001;
    height: 30px
}

.tt_rc .banner_hover {
    margin: 0 0 10px
}

.tt_live {
    width: 28%;
    margin: 20px 0 10px
}

.tt_live.if_login {
    width: 22%;
    cursor: pointer;
    margin: 70px 0 10px
}

.tt_live.if_login .fr2x {
    padding: 5px 2px 0 0
}

.tt_live.if_login .fr_ficenter {
    width: 100%;
    padding: 0 2px 5px 5px;
    border-radius: 5px
}

.tt_content {
    padding: 20px;
    min-height: 240px
}

.left_ct {
    min-height: 300px;
    width: 67.8%
}

.right_ct {
    min-height: 100px;
    width: 30.2%
}

.tt_l.tt_rc .banner_hover.fadeInLeft img {
    width: 100%
}

.c_tx {
    padding: 10px 15px 0
}

.tt_txt_seo {
    width: 100%;
    color: #eee;
    padding: 15px 40px;
    border-radius: 7px;
    font-family: prompt;
    font-size: 20px;
    line-height: 20px;
    overflow: hidden;
    margin-bottom: 0;
    margin-top: 0
}

.tt_txt_seo a {
    color: #eee
}

.tt_txt_seo a:hover {
    text-decoration: underline
}

.tt_txt_seo img {
    max-width: 100%;
    height: auto;
    padding: 0
}

.tt_txt_seo strong,[class*=ddtemplate_read] th {
    font-weight: 700
}

.tt_txt_seo em,.tt_txt_seo address,.tt_txt_seo caption,.tt_txt_seo cite {
    font-style: italic
}

.tt_txt_seo table {
    display: table;
    border-spacing: 2px;
    border-collapse: separate
}

.tt_txt_seo tr {
    display: table-row;
    vertical-align: inherit
}

.tt_txt_seo td {
    display: table-cell;
    border-spacing: 2px;
    padding: 2px;
    vertical-align: inherit;
    text-align: inherit;
    padding: 1px;
    border-collapse: none
}

.tt_txt_seo th {
    display: table-cell;
    vertical-align: inherit;
    font-weight: 700;
    padding: 1px;
    border-collapse: none
}

.tt_txt_seo {
    line-height: 1.5em
}

.tt_txt_seo p {
    display: block;
    margin: .3em 0;
    line-height: 1.4em
}

.tt_txt_seo blockquote {
    width: 75%;
    margin: 0 0 0 20%;
    padding: .25em 5%;
    line-height: 1.45;
    position: relative;
    color: #383838;
    background: #ececec
}

.tt_txt_seo blockquote:before {
    display: block;
    content: "\201C";
    font-size: 80px;
    position: absolute;
    left: -10px;
    top: -10px;
    color: #7a7a7a
}

.tt_txt_seo blockquote cite {
    color: #999;
    font-size: 14px;
    display: block;
    margin-top: 5px
}

.tt_txt_seo blockquote cite:before {
    content: "\2014 \2009"
}

.tt_txt_seo address {
    display: block;
    font-style: italic
}

.tt_txt_seo center {
    display: block;
    text-align: center
}

.tt_txt_seo h1 {
    display: block;
    font-size: 2em;
    font-weight: 700;
    margin: .67em 0
}

.tt_txt_seo h2 {
    display: block;
    font-size: 1.5em;
    font-weight: 700;
    margin: .78em 0;
    line-height: 1.55em
}

.tt_txt_seo h3 {
    display: block;
    font-size: 1.7em;
    font-weight: 700;
    margin: .3em 0
}

.tt_txt_seo h4 {
    display: block;
    font-weight: 700;
    margin: 1.33em 0
}

.tt_txt_seo h5 {
    display: block;
    font-size: .83em;
    font-weight: 700;
    margin: 1.67em 0
}

.tt_txt_seo h6 {
    display: block;
    font-size: .67em;
    font-weight: 700;
    margin: 2.33em 0
}

.tt_txt_seo ul {
    display: block;
    list-style-type: disc;
    margin: 1em 0;
    padding-left: 20px
}

.tt_txt_seo ol {
    display: block;
    list-style-type: decimal;
    margin: 1em 0;
    padding-left: 40px
}

.tt_txt_seo li {
    display: list-item
}

.tt_txt_seo ul li {
    list-style-type: disc
}

.tt_txt_seo ol li {
    list-style-type: decimal
}

.tt_txt_seo pre,.tt_txt_seo code {
    display: block;
    font-family: Courier New;
    white-space: pre;
    margin: 1em 0
}

.tt_txt_seo #gallery-1 img {
    border: 1px solid #ddd!important;
    padding: 2%!important
}

.tt_txt_seo iframe {
    width: 100%!important
}

.tt_txt_seo2x {
    width: 100%;
    color: #eee;
    padding: 15px 20px;
    border-radius: 7px;
    font-family: prompt;
    font-size: 20px;
    line-height: 20px;
    overflow: hidden;
    margin-bottom: 0;
    margin-top: 0;
    background-color: rgba(0,0,0,.9)
}

.tt_txt_seo2x a {
    color: #eee
}

.tt_txt_seo2x a:hover {
    text-decoration: underline
}

.tt_txt_seo2x img {
    max-width: 100%;
    height: auto;
    padding: 0
}

.tt_txt_seo2x strong,[class*=ddtemplate_read] th {
    font-weight: 700
}

.tt_txt_seo2x em,.tt_txt_seo2x address,.tt_txt_seo2x caption,.tt_txt_seo2x cite {
    font-style: italic
}

.tt_txt_seo2x table {
    display: table;
    border-spacing: 2px;
    border-collapse: separate
}

.tt_txt_seo2x tr {
    display: table-row;
    vertical-align: inherit
}

.tt_txt_seo2x td {
    display: table-cell;
    border-spacing: 2px;
    padding: 2px;
    vertical-align: inherit;
    text-align: inherit;
    padding: 1px;
    border-collapse: none
}

.tt_txt_seo2x th {
    display: table-cell;
    vertical-align: inherit;
    font-weight: 700;
    padding: 1px;
    border-collapse: none
}

.tt_txt_seo2x {
    line-height: 1.5em
}

.tt_txt_seo2x p {
    display: block;
    margin: .3em 0;
    line-height: 1.4em
}

.tt_txt_seo2x blockquote {
    width: 75%;
    margin: 0 0 0 20%;
    padding: .25em 5%;
    line-height: 1.45;
    position: relative;
    color: #383838;
    background: #ececec
}

.tt_txt_seo2x blockquote:before {
    display: block;
    content: "\201C";
    font-size: 80px;
    position: absolute;
    left: -10px;
    top: -10px;
    color: #7a7a7a
}

.tt_txt_seo2x blockquote cite {
    color: #999;
    font-size: 14px;
    display: block;
    margin-top: 5px
}

.tt_txt_seo2x blockquote cite:before {
    content: "\2014 \2009"
}

.tt_txt_seo2x address {
    display: block;
    font-style: italic
}

.tt_txt_seo2x center {
    display: block;
    text-align: center
}

.tt_txt_seo2x h1 {
    display: block;
    font-size: 2em;
    font-weight: 700;
    margin: .67em 0
}

.tt_txt_seo2x h2 {
    display: block;
    font-size: 1.5em;
    font-weight: 700;
    margin: .78em 0;
    line-height: 1.55em
}

.tt_txt_seo2x h3 {
    display: block;
    font-size: 1.7em;
    font-weight: 700;
    margin: .3em 0
}

.tt_txt_seo2x h4 {
    display: block;
    font-weight: 700;
    margin: 1.33em 0
}

.tt_txt_seo2x h5 {
    display: block;
    font-size: .83em;
    font-weight: 700;
    margin: 1.67em 0
}

.tt_txt_seo2x h6 {
    display: block;
    font-size: .67em;
    font-weight: 700;
    margin: 2.33em 0
}

.tt_txt_seo2x ul {
    display: block;
    list-style-type: disc;
    margin: 1em 0;
    padding-left: 20px
}

.tt_txt_seo2x ol {
    display: block;
    list-style-type: decimal;
    margin: 1em 0;
    padding-left: 40px
}

.tt_txt_seo2x li {
    display: list-item
}

.tt_txt_seo2x ul li {
    list-style-type: disc
}

.tt_txt_seo2x ol li {
    list-style-type: decimal
}

.tt_txt_seo2x pre,.tt_txt_seo2x code {
    display: block;
    font-family: Courier New;
    white-space: pre;
    margin: 1em 0
}

.tt_txt_seo2x #gallery-1 img {
    border: 1px solid #ddd!important;
    padding: 2%!important
}

.tt_txt_seo2x iframe {
    width: 100%!important
}

.videoWrapper {
    position: relative;
    padding-bottom: 48%;
    height: 0;
    margin: 10px 0
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.bar_f {
    height: 10px;
    margin: 0 0 10px;
    background: #7c6d4e;
    background: -moz-linear-gradient(top,#7c6d4e 0%,#958865 35%,#c3b67f 100%);
    background: -webkit-linear-gradient(top,#7c6d4e 0%,#958865 35%,#c3b67f 100%);
    background: linear-gradient(to bottom,#7c6d4e 0%,#958865 35%,#c3b67f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7c6d4e',endColorstr='#c3b67f',GradientType=0)
}

.bar {
    min-height: 33px;
    margin: 10px 0 0;
    text-align: center;
    padding: 3px 0;
    background: #181c1a;
    background: -moz-radial-gradient(center,ellipse cover,#181c1a 19%,#000 100%);
    background: -webkit-radial-gradient(center,ellipse cover,#181c1a 19%,#000 100%);
    background: radial-gradient(ellipse at center,#181c1a 19%,#000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#181c1a',endColorstr='#000000',GradientType=1)
}

.footer_social {
    height: 24px;
    text-align: center;
    margin: 15px 0 0
}

.footer {
    min-height: 100px;
    padding: 0 0 50px;
    border-top: 5px solid #ff9602
}

.footer_ct {
    position: relative;
    line-height: 20px;
    font-family: prompt;
    font-size: 18px
}

.footer_l {
    float: left;
    width: 50%;
    background-color: #eb4b0e;
    min-height: 118px
}

.footer_r {
    float: left;
    width: 50%;
    background-color: #000;
    min-height: 118px;
    position: relative
}

.footer_c {
    float: left;
    width: 9%;
    position: absolute;
    left: 0;
    top: -20px;
    right: 0;
    margin: 0 auto;
    min-height: 80px;
    z-index: 10
}

.footer_r:after {
    content: "";
    display: block;
    height: 0;
    position: absolute;
    width: 0;
    top: 0;
    bottom: 0;
    border-right: 40px solid transparent;
    border-top: 0 solid transparent;
    border-left: 40px solid #eb4b0e;
    border-bottom: 100px solid #eb4b0e;
    z-index: 9;
    left: 0
}

.footer_l1x {
    text-align: right
}

.logo_ft {
    display: inline-block;
    max-width: 200px
}

.footer_t1x {
    display: inline-block;
    max-width: 350px;
    width: 100%;
    text-align: left;
    color: #fff;
    padding: 0 0 0 20px
}

.footer_t1x span {
    color: #ffd104;
    float: left;
    width: 100%
}

.footer_t2x {
    display: inline-block;
    max-width: 370px;
    width: 100%;
    text-align: left;
    color: #fff;
    padding: 15px 0 0 100px
}

span.edit-post a.post-edit-link i.fa.fa-edit.color-red {
    color: red;
    font-size: 18px
}

.menu_footer ul {
    float: left;
    width: 100%;
    margin: 20px 0 0;
    text-align: center
}

.menu_footer ul li {
    display: inline-block;
    margin: 0 -4px 0 0;
    position: relative
}

.menu_footer ul li a {
    display: inline-block;
    color: #000;
    line-height: 18px;
    font-family: prompt;
    font-size: 18px;
    padding: 5px 14px;
    font-weight: 700
}

.menu_footer ul li:last-child:after {
    width: 0
}

.copyright_footer {
    background-color: #000;
    width: 100%;
    text-align: center;
    font-family: prompt;
    font-size: 19px;
    line-height: 16px;
    color: #dedddd;
    padding: 10px 0
}

.copyright_footer a {
    color: #dedddd
}

.c_footer {
    width: 60%;
    font-family: prompt;
    font-size: 20px;
    line-height: 20px;
    color: #848484;
    padding: 25px 0 10px 10px
}

.banner_footer {
    background-color: #fff
}

.bg_h {
    width: 265px;
    height: 148px;
    position: absolute;
    top: 0;
    left: 46.2%;
    z-index: 0;
    background-image: url(//ufac42.com/wp-content/themes/UFAC4.COM/css/../images/bg-h.png?v=1.0);
    background-repeat: no-repeat
}

.copyright_footer .img_line {
    width: 130px
}

.tx-li_f {
    padding: 0 20px 20px 0
}

.menu_list {
    width: 22%;
    margin: 3% 2% 15px 1.5%
}

.menu_list.last {
    margin: 3% 0 15px 1.5%
}

.menu_list ul li a {
    float: left;
    width: 100%;
    color: #000;
    font-family: prompt;
    font-size: 18px;
    line-height: 18px;
    margin: 0;
    padding: 0
}

.menu_list ul li:last-child a {
    border-bottom: 0
}

.menu_list ul li a:before {
    content: "► ";
    margin-right: 3px;
    text-decoration: none;
    font-size: 12px;
    line-height: 18px
}

.top_menu ul li a:hover,.menu_footer ul li a:hover {
    color: #fff
}

.menu_list ul li a:hover {
    color: #fff;
    padding: 0 0 0 7px
}

.menu_list span {
    float: left;
    width: 100%;
    color: #000;
    font-family: prompt;
    font-size: 28px;
    line-height: 28px;
    margin: 0 0 20px;
    font-weight: 700;
    white-space: nowrap
}

.menu_list.first,.menu_list.center {
    width: 19%;
    margin: 3% 1% 15px 1.5%
}

.top_menu ul {
    float: left;
    width: 100%;
    margin: 0;
    text-align: right
}

.top_menu ul li {
    display: inline-block;
    margin: 0;
    position: relative
}

.top_menu ul li a {
    display: inline-block;
    color: #ddd;
    font-size: 13px;
    padding: 5px 0 5px 14px
}

.banner_hover {
    overflow: hidden
}

.register {
    min-height: 300px;
    background-color: #08111b;
    margin: 0 0 15px;
    padding: 5px
}

.tt_fb {
    min-height: 100px;
    margin: 0 0 15px
}

.tt_col {
    width: 48.8%;
    margin: 0 0 15px
}

.banner_stb {
    margin: 0 0 15px;
    background-color: #08111b;
    position: relative
}

.tt_text {
    margin: 0 0 15px;
    border: 1px solid #bfc0c4;
    padding: 15px;
    background-color: #08111b
}

.right_ct .banner_hover {
    border: 1px solid #bfc0c4
}

.banner_hover .tt_img_hover {
    position: absolute;
    left: -100%;
    top: 0;
    opacity: 0
}

.banner_hover:hover .tt_img_hover {
    left: 0;
    opacity: 1;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

.menu_list ul li a,.banner_hover .tt_img_hover,.banner_hover {
    -webkit-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s
}

.banner_hover.eff2 {
    position: relative;
    overflow: hidden
}

.banner_hoverx {
    overflow: hidden;
    position: relative
}

.banner_hoverx .tt_img_hover {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0
}

.banner_hoverx:hover .tt_img_hover {
    left: 0;
    opacity: 1;
    background-position: center left;
    -webkit-filter: contrast(200%);
    filter: contrast(200%);
    filter: brightness(1.6)
}

.banner_hoverx .tt_img_hover,.banner_hoverx {
    -webkit-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s
}

.banner_hoverx.eff2 {
    position: relative;
    overflow: hidden
}

figure.imghvr-flip-diag-2 {
    float: left;
    width: 100%;
    overflow: hidden
}

.banner_bank {
    margin: 0 0 15px;
    background-color: #08111b;
    position: relative
}

.tt_text .thaitheme_read {
    padding: 0;
    color: #ccc
}

.tt_home_bank {
    width: 100%;
    position: absolute;
    left: 0;
    top: 10px
}

.tt_home_bank a {
    float: right;
    width: 116px;
    height: 100px;
    margin: 8px 0 0
}

.tt_home_bank a:hover {
    opacity: .8
}

.tt_home_bank a.tt_kc {
    margin-right: 10px
}

.tt_home_bank a img {
    width: 100%
}

.tt_news {
    min-height: 300px;
    margin: 0 0 15px;
    overflow: hidden;
    padding: 2px 2px 15px;
    position: relative;
    border-radius: 3px
}

.tt_news h2 {
    background-color: #f5f5f5;
    padding: 5px 30px;
    color: #333;
    font-size: 20px;
    display: inline-block;
    border-radius: 5px 5px 0 0
}

.tt_head_news {
    width: 100%;
    background-color: #050e1f;
    padding: 10px 0 0 10px;
    border-radius: 3px 3px 0 0
}

.post-hl {
    width: 43%;
    background-color: #020a19;
    margin: 10px 0 0 10px
}

.post-hl .title {
    width: 100%;
    padding: 10px
}

.post-hl .title h3 {
    color: #fff;
    font-size: 16px
}

.post-hl .title p {
    color: #ccc;
    max-height: 54px;
    overflow: hidden;
    margin: 10px 0 0;
    line-height: 20px
}

.post-hl:hover {
    background-color: #000
}

.post-sm {
    width: 51%;
    margin: 10px 2% 5px 10px
}

.post-sm .tt_img {
    width: 30%
}

.post-sm .title {
    width: 68%;
    padding: 0 10px 10px
}

.post-sm .title h3 {
    color: #555;
    font-size: 14px;
    text-shadow: 1px 1px 0 #fff
}

.more_news {
    position: absolute;
    top: 17px;
    right: 15px;
    background-color: #eee;
    border-radius: 3px;
    padding: 5px 10px;
    line-height: 13px
}

.more_news:hover {
    background-color: #fff
}

.post-sm:hover h3 {
    color: #000
}

.tt_from_box.tt_hide {
    display: none
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 996;
    opacity: 0;
    visibility: hidden
}

.overlay.active {
    visibility: visible;
    opacity: 1;
    background: rgba(0,0,0,.7)
}

.wpcf7-form {
    padding: 0
}

.tt_from_list {
    float: left;
    width: 97%;
    margin: 0 0 10px
}

.tt_from_title {
    float: left;
    width: 30%;
    text-align: right;
    color: #333;
    margin-bottom: 5px
}

.tt_from_submit,.tt_from_box {
    float: right;
    width: 65%
}

.tt_from_submit {
    text-align: left;
    float: left;
    width: 100%;
    margin: 5px 0 0;
    height: 43px;
    overflow: hidden
}

.tt_from_box select.wpcf7-form-control,.tt_from_box textarea.wpcf7-textarea,.tt_from_box input.wpcf7-text {
    width: 100%;
    border: 0;
    padding: 4px 10px;
    background-color: #fff;
    color: #000;
    border: 1px solid #888;
    border-radius: 3px
}

.tt_from_box select.wpcf7-form-control {
    color: #555
}

.tt_from_submit input.wpcf7-submit {
    background-color: #960103;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 0;
    color: #fff;
    border: 2px solid #ccc;
    display: inline-block;
    cursor: pointer;
    margin: 0 3.5% 10px 0;
    font-family: prompt;
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
    padding: 5px 35px 7px;
    float: left
}

.thaitheme_read .tt_from_submit input.wpcf7-submit {
    float: right
}

.tt_from_submit input.wpcf7-submit:hover {
    background-color: #660404
}

.thaitheme_widget .tt_from_submit input.wpcf7-submit {
    -moz-box-shadow: inset 0px 1px 0px 0px #fff;
    -webkit-box-shadow: inset 0px 1px 0px 0px #fff;
    box-shadow: inset 0px 1px 0px 0px #fff;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(.05,#f9f9f9),color-stop(1,#e9e9e9));
    background: -moz-linear-gradient(top,#f9f9f9 5%,#e9e9e9 100%);
    background: -webkit-linear-gradient(top,#f9f9f9 5%,#e9e9e9 100%);
    background: -o-linear-gradient(top,#f9f9f9 5%,#e9e9e9 100%);
    background: -ms-linear-gradient(top,#f9f9f9 5%,#e9e9e9 100%);
    background: linear-gradient(to bottom,#f9f9f9 5%,#e9e9e9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9',endColorstr='#e9e9e9',GradientType=0);
    background-color: #f9f9f9;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #dcdcdc;
    color: #17213a;
    text-shadow: 0px 1px 0px #fff;
    display: inline-block;
    cursor: pointer;
    width: 100%;
    margin: 0 3.5% 10px 0;
    line-height: 16px;
    font-family: prompt;
    font-size: 18px;
    padding: 5px 35px;
    float: left
}

.thaitheme_widget .tt_from_submit input.wpcf7-submit:hover {
    background: -webkit-gradient(linear,left top,left bottom,color-stop(.05,#e9e9e9),color-stop(1,#f9f9f9));
    background: -moz-linear-gradient(top,#e9e9e9 5%,#f9f9f9 100%);
    background: -webkit-linear-gradient(top,#e9e9e9 5%,#f9f9f9 100%);
    background: -o-linear-gradient(top,#e9e9e9 5%,#f9f9f9 100%);
    background: -ms-linear-gradient(top,#e9e9e9 5%,#f9f9f9 100%);
    background: linear-gradient(to bottom,#e9e9e9 5%,#f9f9f9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9',endColorstr='#f9f9f9',GradientType=0);
    background-color: #e9e9e9
}

.wpcf7 form .wpcf7-response-output {
    position: fixed;
    top: 30%;
    width: 400px;
    min-height: 50px;
    background-color: #fff;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 999999;
    padding: 20px
}

.wpcf7-response-output {
    color: #333;
    text-align: center;
    font-size: 14px
}

.wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok {
    color: #398f14
}

.wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
    color: red;
    border: 2px solid #FF0000!important
}

.wpcf7-not-valid-tip {
    float: left;
    width: 100%
}

.teble_us {
    width: 60%;
    margin: 40px auto 40px auto
}

.list_user {
    color: #fff602;
    font-size: 16px;
    margin: 10px 0 0
}

.name_list {
    color: #eee
}

.help_list {
    color: #eee;
    text-align: center;
    margin: 20px 0
}

.wpcf7 form .wpcf7-response-output:after {
    top: -10px;
    z-index: 99999;
    content: "x";
    display: block;
    height: 24px;
    right: -10px;
    position: absolute;
    width: 25px;
    background-color: red;
    color: #fff;
    cursor: pointer;
    border-radius: 5px;
    font-size: 18px
}

.title_from {
    text-align: left;
    font-size: 16px;
    color: #fff;
    margin: 0 0 20px;
    padding: 10px 0 10px 20px;
    background-color: #ad0310
}

.title_from h3 {
    line-height: 20px;
    margin: 0!important;
    padding: 0
}

.wpcf7-form {
    float: left;
    width: 100%;
    padding: 0 0 10px;
    margin-bottom: 10px;
    background-color: #eee
}

.title_from.mt-20-20 {
    margin: 20px 0
}

.tt_tab3,.tt_tab2,.tt_tab1 {
    float: left;
    cursor: pointer;
    padding: 5px 0;
    text-align: center;
    width: 33.333333%;
    line-height: 16px;
    font-family: prompt;
    font-size: 18px;
    font-weight: 700;
    position: relative;
    -moz-box-shadow: -4px 0 0 rgba(0,0,0,.2);
    -webkit-box-shadow: -4px 0 0 rgba(0,0,0,.2);
    box-shadow: -4px 0 0 rgba(0,0,0,.2);
    background: #eee;
    background: -moz-linear-gradient(220deg,transparent 10px,#eee 10px);
    background: -webkit-linear-gradient(220deg,transparent 10px,#eee 10px);
    background: -ms-linear-gradient(220deg,transparent 10px,#eee 10px);
    background: -o-linear-gradient(220deg,transparent 10px,#eee 10px);
    background: linear-gradient(220deg,transparent 10px,#eee 10px);
    color: #000
}

.tt_tab1:hover,.tt_tab2:hover,.tt_tab3:hover {
    background: #ddd;
    background: -moz-linear-gradient(220deg,transparent 10px,#ddd 10px);
    background: -webkit-linear-gradient(220deg,transparent 10px,#ddd 10px);
    background: -ms-linear-gradient(220deg,transparent 10px,#ddd 10px);
    background: -o-linear-gradient(220deg,transparent 10px,#ddd 10px);
    background: linear-gradient(220deg,transparent 10px,#ddd 10px)
}

.tt_tab1.active,.tt_tab2.active,.tt_tab3.active {
    color: #fff;
    background: #960103;
    background: -moz-linear-gradient(220deg,transparent 10px,#960103 10px);
    background: -webkit-linear-gradient(220deg,transparent 10px,#960103 10px);
    background: -ms-linear-gradient(220deg,transparent 10px,#960103 10px);
    background: -o-linear-gradient(220deg,transparent 10px,#960103 10px);
    background: linear-gradient(220deg,transparent 10px,#960103 10px)
}

.tt_ct_tab1.active,.tt_ct_tab2.active,.tt_ct_tab3.active {
    display: block
}

.tt_ct_tab1,.tt_ct_tab2,.tt_ct_tab3 {
    float: left;
    width: 100%;
    padding: 0;
    display: none
}

.tt-nav-hide,.thaitheme_widget .tt_from_title,.thaitheme_widget .title_from {
    display: none
}

.thaitheme_widget .wpcf7-form {
    padding: 5px 7px 0;
    margin-bottom: 0;
    background-color: #000;
    border: 1px solid #777
}

.thaitheme_widget .tt_from_box {
    float: left;
    width: 100%
}

.thaitheme_widget .tt_from_list {
    float: left;
    width: 100%;
    margin: 0 0 4px
}

.thaitheme_widget .tt_from_submit {
    height: 40px
}

.tt_from_box input.wpcf7-text.wpcf7-not-valid {
    border: 1px solid red
}

.thaitheme_widget span.wpcf7-not-valid-tip {
    display: none!important
}

.bd_clip {
    border: 1px solid #747879;
    overflow: hidden
}

.tt_h_re {
    background-color: #fff;
    padding: 5px 30px;
    margin-bottom: 5px;
    color: #333;
    font-size: 20px;
    border-left: 5px solid #f90
}

.register {
    min-height: 300px;
    margin: 0 0 15px;
    padding: 10px;
    background-color: #0c1b38
}

.tt_h_re {
    width: 100%
}

.from_sm {
    margin: 10px 0 0
}

.tt_full .tags {
    border-top: 1px solid #4d4d4d;
    padding: 15px 0 20px;
    color: #000;
    font-family: prompt;
    font-size: 18px;
    line-height: 18px
}

.tt_full .tags a {
    display: inline-block;
    background-color: #ae8c42;
    color: #000;
    padding: 3px 10px;
    margin-bottom: 5px;
    font-family: prompt;
    font-size: 16px;
    line-height: 16px;
    border-radius: 3px
}

.tt_full .tags .title {
    margin-right: 10px
}

.tt_full .tags a:hover {
    background-color: #222;
    color: #fff
}

.title_page h1,.title_page h2 {
    color: #000;
    font-size: 34px;
    line-height: 34px;
    font-family: prompt;
    font-weight: 700;
    text-shadow: 1px 1px 0 #ecb63a
}

.title_page a {
    color: #000;
    text-shadow: 1px 1px 0 #ecb63a
}

.title_page {
    margin-bottom: 0;
    margin-top: 0;
    position: relative;
    padding: 5px 20px 10px;
    border-radius: 0;
    background: #ffac02;
    background: -moz-linear-gradient(top,#ffac02 0%,#ff9a02 50%,#ff8003 100%);
    background: -webkit-linear-gradient(top,#ffac02 0%,#ff9a02 50%,#ff8003 100%);
    background: linear-gradient(to bottom,#ffac02 0%,#ff9a02 50%,#ff8003 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffac02',endColorstr='#ff8003',GradientType=0);
    border-bottom: 5px solid #2c2c2c;
    border-top: 5px solid #111;
    text-align: center
}

.p_gl {
    position: relative;
    margin-top: 0;
    border-radius: 0
}

.home .title_page {
    margin-top: 0;
    margin-bottom: 0
}

.page-numbers {
    text-align: center;
    border-top: 1px solid #222;
    padding: 0;
    margin: 30px 0
}

.page-numbers ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center
}

.page-numbers li {
    margin-right: -5px;
    display: inline
}

.page-numbers.dots,.page-numbers a {
    padding: 6px 15px 5px;
    display: inline-block;
    text-decoration: none;
    color: #333;
    margin: 0 0 5px;
    font-size: 16px;
    border: 1px solid #000;
    background-color: #fff
}

.page-numbers a:hover,.page-numbers a:focus {
    color: #fff;
    background-color: #de091c
}

.page-numbers.current {
    padding: 10px 20px;
    display: inline-block;
    text-decoration: none;
    border: 1px solid #000;
    font-size: 16px;
    color: #fff;
    background-color: #de091c
}

.tt_pagination ul>*:first-child span,.prev.page-numbers {
    border-radius: 5px 0 0 5px;
    padding: 6px 15px 5px;
    line-height: 20px
}

.tt_pagination ul>*:last-child span,.next.page-numbers {
    border-radius: 0 5px 5px 0;
    padding: 6px 15px 5px;
    line-height: 20px
}

.page-404 {
    float: left;
    width: 100%;
    margin: 40px 0;
    font-size: 16px;
    color: #fff;
    text-align: center
}

.tt_label {
    color: #fff;
    margin: 0 5px 0 0
}

.tt_from_lg {
    width: 100%;
    margin-right: 10px
}

.tt_from_lg .tt_from_u,.tt_from_lg .tt_from_p {
    color: #555;
    width: 38%;
    margin: 0 5px 0 0;
    padding: 0 0 0 5px;
    border: 1px solid #999;
    height: 20px;
    font-size: 12px;
    background-color: #fff
}

.tt_from_lg .tt_captcha {
    color: #555;
    width: 45px;
    margin: 0;
    padding: 0 0 0 5px;
    border: 0;
    height: 20px;
    font-size: 11px;
    background-color: #fff
}

.captcha_img {
    width: 45px;
    height: 20px;
    margin: 0 0 0 5px;
    font-size: 12px;
    background-color: #0b2d6c;
    color: #fff;
    text-align: center;
    line-height: 20px;
    overflow: hidden
}

.captcha_img img {
    margin-top: 5px;
    margin-left: -7px
}

.tt_submit {
    border: 0;
    width: 60px;
    height: 20px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    cursor: pointer;
    line-height: 21px;
    border-radius: 2px
}

.tt_submit:hover {
    opacity: .8
}

.top_bank {
    padding-top: 15px
}

.tt-social-head {
    float: right;
    width: 275px;
    margin-top: 2px;
    margin-bottom: 3px
}

.social-sharing {
    font-family: "HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif
}

.social-sharing * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.social-sharing a {
    display: inline-block;
    color: #fff;
    border-radius: 2px;
    margin: 0 0 0 5px;
    height: 14px;
    line-height: 10px;
    text-decoration: none;
    font-weight: 400
}

.social-sharing a:hover {
    color: #fff
}

.social-sharing span {
    display: inline-block;
    vertical-align: top;
    height: 14px;
    line-height: 14px;
    font-size: 11px
}

.social-sharing .icon {
    padding: 0 5px 0 10px
}

.social-sharing .icon:before {
    line-height: 22px
}

.social-sharing.is-large a {
    height: 44px;
    line-height: 44px
}

.social-sharing.is-large a span {
    height: 44px;
    line-height: 44px;
    font-size: 18px
}

.social-sharing.is-large a .icon {
    padding: 0 10px 0 18px
}

.social-sharing.is-large a .icon:before {
    line-height: 44px
}

.share-title {
    font-size: 12px;
    padding-right: 10px
}

.is-large .share-title {
    padding-right: 16px
}

.share-facebook {
    background-color: #3b5998
}

.share-facebook:hover {
    background-color: #2d4373
}

.share-twitter {
    background-color: #00aced
}

.share-twitter:hover {
    background-color: #0087ba
}

.share-google {
    background-color: #dd4b39
}

.share-google:hover {
    background-color: #c23321
}

.share-count {
    position: relative;
    background-color: #fff;
    padding: 0 8px;
    margin-right: -2px;
    font-size: 14px;
    line-height: 20px;
    color: #333;
    border-radius: 0 2px 2px 0;
    border: 1px solid #ececec;
    opacity: 1;
    -webkit-transition: opacity .2s ease-in;
    -moz-transition: opacity .2s ease-in;
    -o-transition: opacity .2s ease-in;
    transition: opacity .2s ease-in
}

.share-count.is-loaded {
    opacity: 1
}

.share-count:before,.share-count:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 6px solid
}

.share-count:before {
    left: -6px;
    border-right-color: #ececec
}

.share-count:after {
    left: -5px;
    border-right-color: #fff
}

a:hover .share-count {
    background-color: #f5f5f5
}

a:hover .share-count:after {
    border-right-color: #f5f5f5
}

.is-large .share-count {
    font-size: 18px;
    padding: 0 14px
}

.social-sharing.is-clean a {
    background-color: #fff;
    border: 1px solid #ececec;
    color: #333;
    height: 30px;
    line-height: 30px
}

.social-sharing.is-clean a span {
    height: 30px;
    line-height: 30px;
    font-size: 13px
}

.social-sharing.is-clean a:hover {
    background-color: #ececec
}

.social-sharing.is-clean a:hover .share-count {
    background-color: #fff
}

.social-sharing.is-clean a:hover .share-count:after {
    border-right-color: #fff
}

.social-sharing.is-clean a .share-title {
    font-weight: 400
}

.social-sharing.is-clean .share-count {
    top: -1px
}

.social-sharing.is-clean .icon-facebook {
    color: #3b5998
}

.social-sharing.is-clean .icon-twitter {
    color: #00aced
}

.social-sharing.is-clean .icon-google {
    color: #dd4b39
}

.list_game {
    width: 29.1%;
    margin: 10px 0 15px 3.1%
}

.list_game h3 {
    text-align: center;
    color: #ccc;
    margin: 10px 0 0;
    font-weight: 700
}

.list_game:hover h3 {
    color: #c8b970
}

.list_game:hover img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

a.more {
    margin: 15px 0 0;
    font-family: prompt;
    font-size: 18px;
    line-height: 18px;
    color: #ddd
}

.post-sm2x {
    width: 49.2%;
    margin: 10px 1.5% 0 0;
    position: relative;
    overflow: hidden;
    background-color: #111;
    border: 1px solid #000
}

.post-sm2x h3 {
    height: 50px;
    font-family: prompt;
    font-size: 18px;
    line-height: 20px;
    color: #ddd;
    margin-bottom: 10px;
    padding: 10px 20px;
    overflow: hidden;
    font-weight: 700
}

.post-sm3xx .tt_l.img,.post-sm2x .tt_l.img {
    position: relative;
    overflow: hidden
}

.post-sm2x.tt2x {
    margin: 10px 0 5px
}

.post-sm3xx img,.post-sm2x img {
    float: left;
    width: 100%;
    -webkit-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s
}

.post-sm3xx:hover img,.post-sm2x:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2)
}

.post-sm3xx {
    width: 32%;
    margin: 10px 2% 0 0;
    background-color: #111;
    border: 1px solid #000
}

.post-sm3xx h3 {
    font-family: prompt;
    font-size: 18px;
    line-height: 20px;
    color: #ddd;
    padding: 8px 10px 15px;
    overflow: hidden;
    max-height: 50px;
    margin-bottom: 5px
}

.post-sm3xx.tt3x,.post-sm3xx.tt5x {
    margin: 10px 0 0
}

.post-sm3xx:hover {
    background-color: #000
}

.post-sm3xx:hover h3,.post-sm2x:hover h3 {
    color: #caac66
}

.tt_list.sbo {
    float: left;
    width: 100%;
    margin-top: 0;
    margin-bottom: 10px;
    padding: 0 10px 0 0;
    background-color: #111;
    border: 1px solid #000
}

.tt_list.sbo .tt_img {
    float: left;
    width: 25%
}

.tt_list.sbo .tt_img img {
    float: left;
    width: 100%;
    max-width: 100%;
    height: auto
}

.tt_list.sbo:hover .tt_dsc h3 {
    text-decoration: underline
}

.tt_list.sbo .tt_dsc {
    float: right;
    width: 72%;
    font-size: 14px;
    line-height: 20px
}

.tt_list.sbo .tt_dsc h3 {
    float: left;
    width: 100%;
    color: #c8b980;
    margin-top: 10px;
    font-family: prompt;
    font-size: 26px;
    line-height: 28px
}

.tt_list.sbo .tt_dsc p {
    float: left;
    width: 100%;
    overflow: hidden;
    color: #ddd;
    max-height: 61px;
    font-family: prompt;
    font-size: 18px;
    line-height: 20px;
    margin-top: 5px;
    margin-bottom: 7px
}

.tt_list.sbo:hover {
    background-color: #232222
}

.social_footer {
    min-height: 40px;
    text-align: center;
    margin-top: 0
}

.social_fb,.social_line {
    display: inline-block;
    padding: 10px 0 0 50px;
    font-size: 14px;
    color: #ddd;
    min-height: 40px;
    background-repeat: no-repeat;
    background-position: 8px center
}

.social_line {
    background-image: url(//ufac42.com/wp-content/themes/UFAC4.COM/css/../images/ico-line.png?v=1.3)
}

.social_fb {
    background-image: url(//ufac42.com/wp-content/themes/UFAC4.COM/css/../images/ico-fb.png?v=1.3)
}

.hied_pc {
    text-align: center
}

.tt_ag_bt {
    margin-bottom: 15px
}

.thaitheme_widget .fb_pc,.thaitheme_widget .tt-l.tt_txt_seo {
    margin-bottom: 10px;
    border: 1px solid #655c55
}

.tt_home_bx {
    width: 49%;
    overflow: hidden
}

.bx_clip {
    background-color: #000;
    border: 1px solid #696a6c;
    overflow: hidden
}

.tt_clip {
    border: 2px solid #7c7c7c;
    background-color: #000;
    overflow: hidden
}

.tt_home_bx-r {
    width: 49%;
    overflow: hidden
}

.ct_bank {
    position: relative
}

.tt_bank_btn {
    width: 18%;
    min-height: 90px;
    margin: 0 1% 0 0;
    display: inline-block
}

.link_bank {
    width: 100%;
    position: absolute;
    right: 0;
    bottom: 20px;
    z-index: 1100;
    text-align: left
}

.head_phone {
    float: left;
    width: 100%;
    display: none;
    border-bottom: 3px solid #000
}

.h-line {
    float: left;
    width: 50%;
    min-height: 70px
}

.h-phone {
    float: left;
    width: 50%;
    min-height: 70px;
    border-left: 1px solid #959595
}

.h-line a {
    display: block;
    width: 100%;
    min-height: 70px;
    background-image: url(//ufac42.com/wp-content/themes/UFAC4.COM/css/../images/ico-line-h.png?v=1.0);
    background-position: center center;
    background-repeat: no-repeat
}

.h-phone a {
    display: block;
    width: 100%;
    min-height: 70px;
    background-image: url(//ufac42.com/wp-content/themes/UFAC4.COM/css/../images/ico-phone.png?v=1.0);
    background-position: center center;
    background-repeat: no-repeat
}

.h-line,.h-phone {
    background: #f9f9f9;
    background: -moz-linear-gradient(top,#f9f9f9 17%,#ccc 100%);
    background: -webkit-linear-gradient(top,#f9f9f9 17%,#ccc 100%);
    background: linear-gradient(to bottom,#f9f9f9 17%,#ccc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9',endColorstr='#cccccc',GradientType=0)
}

.mcx {
    display: none
}

.bg_txsl {
    background-color: #fff;
    padding: 5px 10px;
    margin: 0 0 10px;
    font-family: prompt;
    font-size: 18px;
    line-height: 18px
}

.tt_list_game {
    float: left;
    width: 32%;
    margin: 0 0 15px 2%;
    background-color: #151515
}

.tt_list_game .tt_img {
    float: left;
    width: 100%
}

.tt_list_game h3 {
    float: left;
    width: 100%;
    margin: 5px 0;
    padding: 0 10px;
    font-family: prompt;
    font-size: 18px;
    line-height: 19px;
    color: #ccc;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    overflow: hidden;
    height: 40px
}

.tt_list_game:hover h3 {
    color: #eac76e
}

.tt_list_game.sport3 {
    margin: 0 0 15px
}

.tt_list_game.hhl.sport1 {
    margin: 0 0 15px
}

.sc_n .tt_list_game h3 {
    font-weight: 700;
    text-align: left
}

.tt_list_game.hhl {
    width: 49%
}

.tt_list_game.hhl img {
    width: 100%
}

.tt_head_sec {
    width: 100%;
    margin: 0;
    background-color: #eee
}

.tt_title_sc {
    padding: 0 15px 0 0;
    font-size: 22px;
    color: #000;
    background-color: #eee
}

.tt_title_sc a {
    font-size: 26px;
    line-height: 30px;
    color: #000
}

.tt_title_sc h1,.tt_title_sc h2 {
    border-left: 5px solid #ac8021;
    padding: 5px 15px;
    font-family: prompt;
    font-size: 26px;
    line-height: 26px;
    font-weight: 700
}

a.more {
    float: right;
    margin: 10px 0 0;
    color: #fff;
    font-family: prompt;
    font-size: 18px;
    line-height: 18px
}

.modal {
    display: none;
    position: fixed;
    z-index: 999999;
    padding-top: 10%;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #000;
    background-color: rgba(0,0,0,.9)
}

.modal-content {
    position: relative;
    margin: auto;
    padding: 0;
    width: 50%;
    max-width: 600px;
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: .4s;
    animation-name: animatetop;
    animation-duration: .4s;
    border: 2px solid #bea44d
}

@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

.closex {
    float: right;
    color: #000;
    font-size: 28px;
    font-weight: 700;
    width: 30px;
    height: 30px;
    margin: -15px -15px 0 0;
    line-height: 30px;
    text-align: center;
    background-color: #bea44d;
    border-radius: 50%;
    position: absolute;
    right: 0
}

.closex:hover,.closex:focus {
    color: #c2081c;
    text-decoration: none;
    cursor: pointer
}

@media screen and (max-width: 980px) {
    .modal-content {
        width:100%
    }

    .closex {
        margin: -15px 15px 0 0
    }

    .modal {
        padding-top: 15%
    }
}

.tt-fxpc {
    position: fixed;
    top: 0;
    z-index: 1500;
    width: 100%;
    float: left
}

.fixpc {
    margin-top: 170px
}

.bnj {
    float: left;
    width: 100%;
    text-align: center;
    padding: 0
}

.bnj img {
    max-width: 130px
}

.head_mc {
    display: none
}

.head_mc .h-linem {
    float: left;
    width: 100%;
    background-color: #01b901;
    text-align: center;
    height: 40px
}

.head_mc .h-linem img {
    display: inline-block;
    width: 140px
}

.head_mc .h-phonem {
    float: left;
    width: 100%
}

.h-linem.last {
    border-left: 1px solid #fff;
    background-color: #32c8c7
}

.tt_head_menu.mc-m {
    display: none
}

.tt_num_head {
    float: left;
    width: 100%;
    text-align: center;
    background-color: #e1bd55;
    color: #000;
    font-weight: 700;
    padding: 5px 0;
    border-bottom: 2px solid #000
}

.tt_td {
    float: left;
    width: 100%;
    border-top: 1px solid #fff
}

.thaitheme_table {
    float: left;
    width: 100%;
    text-align: center;
    margin: 5px 0 10px
}

.thaitheme_table .tt_num_1x {
    float: left;
    width: 50%;
    padding: 5px 0;
    background-color: #edcb67;
    color: #000;
    font-weight: 700
}

.thaitheme_table .tt_num_2x {
    float: left;
    width: 50%;
    padding: 5px 0;
    border-left: 1px solid #425468;
    background-color: #edcb67;
    color: #000;
    font-weight: 700
}

.thaitheme_table .tt_num1x {
    float: left;
    width: 50%;
    padding: 0 0 7px;
    background-color: #fff;
    height: 30px;
    font-weight: 700;
    color: #000;
    border-bottom: 1px solid #425468
}

.thaitheme_table .tt_num2x {
    float: left;
    width: 50%;
    padding: 0 0 7px;
    background-color: #fff;
    border-left: 1px solid #425468;
    height: 30px;
    color: #000;
    border-bottom: 1px solid #425468
}

.thaitheme_table .tt_num_1x3 {
    float: left;
    width: 33.333%;
    padding: 5px 0;
    background-color: #edcb67;
    color: #000;
    font-weight: 700
}

.thaitheme_table .tt_num_2x3 {
    float: left;
    width: 33.333%;
    padding: 5px 0;
    border-left: 1px solid #425468;
    background-color: #edcb67;
    color: #000;
    font-weight: 700
}

.thaitheme_table .tt_num_3x3 {
    float: left;
    width: 33.333%;
    padding: 5px 0;
    border-left: 1px solid #425468;
    background-color: #edcb67;
    color: #000;
    font-weight: 700
}

.thaitheme_table .tt_num1x3 {
    float: left;
    width: 33.333%;
    padding: 0 0 7px;
    background-color: #fff;
    height: 30px;
    font-weight: 700;
    color: #000;
    border-bottom: 1px solid #425468
}

.thaitheme_table .tt_num2x3 {
    float: left;
    width: 33.333%;
    padding: 0 0 7px;
    background-color: #fff;
    border-left: 1px solid #425468;
    height: 30px;
    color: #000;
    border-bottom: 1px solid #425468
}

.thaitheme_table .tt_num3x3 {
    float: left;
    width: 33.333%;
    padding: 0 0 7px;
    background-color: #fff;
    border-left: 1px solid #425468;
    height: 30px;
    color: #000;
    border-bottom: 1px solid #425468
}

.thaitheme_table .tt_numtx2,.thaitheme_table .tt_numtx {
    float: left;
    width: 100%;
    text-align: center;
    background-color: #fff;
    color: #ef1212
}

.thaitheme_table .tt_numtx2 {
    padding: 0 0 3px
}

.arbg {
    height: 15px;
    margin: 5px 0 0;
    background: #eee;
    background: -moz-linear-gradient(top,#eee 0%,#eee 100%);
    background: -webkit-linear-gradient(top,#eee 0%,#eee 100%);
    background: linear-gradient(to bottom,#eee 0%,#eee 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee',endColorstr='#eeeeee',GradientType=0);
    border-top: 1px solid #747879
}

.line_bbt {
    background-color: #57c42e;
    color: #fff!important;
    padding: 2px 10px 4px;
    line-height: 16px;
    display: inline-block;
    border-radius: 3px
}

.line_bbt span {
    color: #fff!important
}

.tt-line-phone span {
    float: left;
    width: 100%;
    text-align: left;
    color: #dbdcd6;
    padding: 7px 10px 0 0;
    font-family: prompt;
    font-size: 24px;
    line-height: 18px;
    font-weight: 700
}

.tt-line-phone span.tx_hrt {
    color: #f7d416;
    margin: 0 0 10px
}

.tt-line-phone {
    float: right;
    width: 28%;
    margin: 60px 0 0
}

.tt-app_img {
    float: right;
    width: 28%;
    margin: 10px 0 0
}

.tt-app_img img {
    max-width: 270px
}

.tx-phone {
    color: #feed47;
    font-weight: 700
}

.tx-li {
    color: #09d201;
    font-weight: 700;
    text-transform: uppercase
}

.tt-line-phone img {
    width: 34px
}

.tt-line-phone img.img_line {
    width: 165px;
    float: left;
    margin-top: 10px
}

.bg_ssl {
    background-color: #cbc0a2;
    background-image: url(//ufac42.com/wp-content/themes/UFAC4.COM/css/../images/bg-slide.jpg?v=1.5);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative
}

.bgsl {
    padding: 70px 0 0
}

.bg01 {
    padding: 0 0 30px;
    background-image: url(//ufac42.com/wp-content/themes/UFAC4.COM/css/../images/bg-slider.png?v=1.6);
    background-repeat: no-repeat;
    background-position: center top;
    background-repeat: no-repeat;
    height: 550px
}

.h_tx {
    float: left;
    width: 100%;
    font-family: prompt;
    font-weight: 700;
    color: #000;
    font-size: 30px;
    line-height: 30px;
    padding: 10px 15px;
    background: #caae62;
    background: -moz-linear-gradient(left,#caae62 0%,#eae0a5 21%,#f9f7c6 49%,#ecd68d 80%,#c19b50 100%);
    background: -webkit-linear-gradient(left,#caae62 0%,#eae0a5 21%,#f9f7c6 49%,#ecd68d 80%,#c19b50 100%);
    background: linear-gradient(to right,#caae62 0%,#eae0a5 21%,#f9f7c6 49%,#ecd68d 80%,#c19b50 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#caae62',endColorstr='#c19b50',GradientType=1)
}

.u_test {
    float: left;
    border-radius: 7px;
    padding: 10px 20px;
    border: 1px solid #7c653a;
    text-align: left;
    background: #ba943e;
    background: -moz-linear-gradient(left,#ba943e 0%,#dbc684 21%,#f1e1a2 49%,#e7ca7a 80%,#b28b42 100%);
    background: -webkit-linear-gradient(left,#ba943e 0%,#dbc684 21%,#f1e1a2 49%,#e7ca7a 80%,#b28b42 100%);
    background: linear-gradient(to right,#ba943e 0%,#dbc684 21%,#f1e1a2 49%,#e7ca7a 80%,#b28b42 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ba943e',endColorstr='#b28b42',GradientType=1)
}

.u_bx {
    width: 48%
}

.u_h1 {
    float: left;
    font-family: prompt;
    color: #000;
    font-size: 30px;
    font-weight: 700;
    line-height: 30px;
    margin: 0 0 5px;
    border-bottom: 1px solid #e8b328;
    padding: 0 0 15px
}

.u_test span {
    float: left;
    font-weight: 700;
    width: 100%;
    font-family: prompt;
    color: #000;
    font-size: 22px;
    line-height: 22px;
    margin: 0 0 5px;
    font-weight: 700
}

.bg02 {
    float: left;
    padding: 5px 15px 15px;
    background-color: #000;
    min-height: 100px;
    border-radius: 5px
}

.bg03 {
    background-color: #110f10;
    min-height: 300px;
    position: relative;
    top: 0;
    border-top: 5px solid #000;
    border-bottom: 10px solid #000
}

.bg_home {
    position: relative;
    top: 0;
    border-radius: 0;
    margin-bottom: 0;
    background: rgba(20,0,0,.9);
    padding: 0 15px 15px
}

.bg06 {
    min-height: 100px;
    margin-bottom: 0;
    border-radius: 0
}

.ct_bg03 {
    float: left;
    width: 90%;
    border: 1px solid #694d23;
    margin: 25px 0 25px 5%;
    overflow: hidden;
    border-radius: 7px;
    background-color: #000
}

.head_bg03 {
    float: left;
    width: 100%;
    text-align: center;
    font-weight: 700;
    color: #000;
    font-family: prompt;
    font-size: 30px;
    line-height: 30px;
    padding: 5px 0 7px;
    background: #caae62;
    background: -moz-linear-gradient(left,#caae62 0%,#eae0a5 21%,#f9f7c6 49%,#ecd68d 80%,#c19b50 100%);
    background: -webkit-linear-gradient(left,#caae62 0%,#eae0a5 21%,#f9f7c6 49%,#ecd68d 80%,#c19b50 100%);
    background: linear-gradient(to right,#caae62 0%,#eae0a5 21%,#f9f7c6 49%,#ecd68d 80%,#c19b50 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#caae62',endColorstr='#c19b50',GradientType=1)
}

.dsc_sl {
    position: absolute;
    right: 0;
    top: 8%;
    width: 45%;
    min-height: 250px;
    z-index: 1000
}

.tt_slide {
    position: relative
}

.step1 span {
    float: left;
    font-family: prompt;
    padding: 0 10px 0 0;
    font-size: 22px;
    line-height: 22px;
    font-weight: 700;
    color: #000
}

.step1 {
    width: 100%;
    padding: 13px 0 7px 20px
}

.step1 img {
    width: 20px;
    padding: 0
}

.step1 a {
    font-family: prompt;
    font-size: 22px;
    line-height: 22px;
    font-weight: 700
}

.tt_number {
    width: 17%;
    height: 22px
}

.tt_number span {
    display: inline-block;
    margin-top: 5px;
    width: 45px;
    height: 45px;
    font-family: prompt;
    font-size: 38px;
    line-height: 38px;
    font-weight: 700;
    text-align: center;
    background-color: #fff;
    color: #000;
    border-radius: 50%;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(50,50,50,.43);
    -moz-box-shadow: 0px 0px 8px 0px rgba(50,50,50,.43);
    box-shadow: 0px 0px 8px 0px rgba(50,50,50,.43)
}

.tt_rst {
    width: 80%
}

.step1 .tx-li {
    color: #166f2c;
    font-weight: 700
}

.step1 .tx-phone {
    color: #c01d12;
    font-weight: 700
}

.step2 {
    float: left;
    width: 100%;
    padding: 8% 0 7px 20px
}

.step3 {
    float: left;
    width: 100%;
    padding: 7.5% 0 7px 20px
}

.tt_rst .r1x {
    font-family: prompt;
    font-size: 22px;
    line-height: 22px;
    font-weight: 700;
    color: #000
}

.tt_rst .r1x strong {
    color: #c01d12
}

.tt_rst .r2x {
    font-family: prompt;
    font-size: 18px;
    line-height: 18px;
    color: #000;
    margin-top: 5px
}

.step4 {
    float: left;
    width: 100%;
    z-index: 999999;
    position: absolute;
    bottom: 0
}

.step4 a {
    float: left;
    width: 100%;
    height: 120px
}

.tt_ul {
    float: left;
    width: 84px;
    text-align: left
}

.tt_ur {
    float: right;
    width: 64%;
    text-align: left
}

.tt_uc {
    float: left;
    width: 10px
}

.tx_m,.img_mc {
    display: none
}

@media screen and (max-width: 960px) {
    .step2 {
        padding:6% 0 7px 20px
    }

    .step1 span,.tt_rst .r1x,.step1 a {
        font-size: 20px;
        line-height: 20px;
        white-space: nowrap
    }
}

@media screen and (max-width: 900px) {
    .tt_number {
        width:14%;
        height: 22px
    }

    .step2 {
        padding: 5% 0 7px 20px
    }

    .step3 {
        padding: 6.5% 0 7px 20px
    }
}

@media screen and (max-width: 855px) {
    .step1 img {
        width:15px
    }

    .step1 span,.tt_rst .r1x,.step1 a {
        font-size: 18px;
        line-height: 20px
    }

    .step1 {
        padding: 10px 0 7px 20px
    }

    .step2 {
        padding: 9% 0 7px 20px
    }

    .step3 {
        padding: 6% 0 7px 20px
    }

    .tt_rst .r2x {
        font-size: 16px;
        line-height: 16px;
        margin-top: 0
    }
}

@media screen and (max-width: 768px) {
    .step1 {
        padding:10px 0 7px 20px
    }

    .step2 {
        padding: 8% 0 7px 20px
    }

    .step3 {
        padding: 6% 0 7px 20px
    }
}

@media screen and (max-width: 728px) {
    .step1 span {
        display:none
    }

    .tt_rst .r1x,.step1 a {
        font-size: 16px;
        line-height: 16px
    }

    .step1 {
        padding: 10px 0 7px 20px
    }

    .step2 {
        padding: 8% 0 7px 20px
    }

    .step3 {
        padding: 6% 0 7px 20px
    }
}

@media screen and (max-width: 650px) {
    .step1 {
        padding:5px 0 7px 10px
    }

    .step2 {
        padding: 7% 0 7px 10px
    }

    .step3 {
        padding: 6% 0 7px 10px
    }
}

@media screen and (max-width: 620px) {
    .tt_rst .r2x {
        font-size:14px;
        line-height: 14px;
        margin-top: 0
    }

    .step2,.step3 {
        padding: 5% 0 7px 10px
    }
}

@media screen and (max-width: 540px) {
    .step1 span {
        display:none
    }

    .tt_rst .r1x,.step1 a {
        font-size: 14px;
        line-height: 14px
    }

    .tt_rst .r2x {
        font-size: 12px;
        line-height: 12px;
        margin-top: 0;
        white-space: nowrap
    }

    .step2,.step3 {
        padding: 5% 0 7px 10px
    }
}

@media screen and (max-width: 485px) {
    .dsc_sl {
        top:3%
    }

    .step1 {
        padding: 5px 0 7px
    }

    .step2 {
        padding: 7% 0 7px
    }

    .step3 {
        padding: 6% 0 7px
    }

    .step1 img,.tt_clouds-front,.tt_clouds-front2,.tt_clouds-front3,.img_pc {
        display: none
    }

    .img_mc {
        display: block
    }

    .step4 a {
        height: 40px
    }

    .tt_rst .r1x,.step1 a {
        font-size: 12px;
        line-height: 13px
    }
}

@media screen and (max-width: 415px) {
    .dsc_sl {
        top:1%
    }

    .step2 {
        padding: 5% 0 7px
    }

    .step3 {
        padding: 3% 0 7px
    }
}

@media screen and (max-width: 385px) {
    .step2 {
        padding:6% 0 0
    }

    .step3 {
        padding: 5% 0 0
    }

    .step2 .r2x {
        display: none
    }
}

@media screen and (max-width: 360px) {
    .step1 {
        padding:2px 0 7px
    }

    .step2 {
        padding: 5% 0 0
    }

    .step3 {
        padding: 5% 0 0
    }
}

@media screen and (max-width: 340px) {
    .step3 {
        padding:4% 0 0
    }
}

@media screen and (max-width: 320px) {
    .step3 .tt_rst .r1x {
        font-size:11px;
        line-height: 14px
    }

    .step2 {
        padding: 4% 0 0
    }

    .step3 {
        padding: 2.5% 0 0
    }

    .tt_rst .r2x {
        font-size: 11px;
        line-height: 12px;
        margin-top: 0
    }
}

.post-sm44xx {
    width: 23.7%;
    margin: 1% 0 0 1%;
    position: relative;
    text-align: center;
    border: 2px solid #000;
    overflow: hidden;
    background-color: #333
}

.post-sm44xx img {
    width: 100%
}

.post-sm44xx .btn_play_g {
    display: none;
    background: linear-gradient(90deg,rgba(177,9,4,1) 0%,rgba(242,23,1,1) 100%);
    font-family: prompt;
    color: #fff;
    font-size: 18px;
    line-height: 18px;
    padding: 5px 10px;
    position: absolute;
    top: 40%;
    margin: 0 auto;
    left: 0;
    right: 0;
    z-index: 12
}

.post-sm44xx:hover .btn_play_g,.post-sm44xx:hover .ov_play {
    display: block
}

.ov_play {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.5);
    z-index: 10;
    top: 0
}

.btmc {
    margin-bottom: 1.5%
}

.post-sm44xx h3 {
    float: left;
    width: 100%;
    font-family: prompt;
    color: #fff;
    font-size: 20px;
    line-height: 20px;
    padding: 6px 10px 8px;
    text-align: center;
    text-transform: uppercase
}

.post-sm44xx:hover {
    background-color: #bb984a
}

.post-sm44xx:hover h3 {
    color: #000
}

.post-gslot {
    width: 24.25%;
    margin: 1% 1% 0 0;
    position: relative;
    text-align: center;
    border: 2px solid #333;
    border-radius: 0;
    overflow: hidden
}

.post-gslot {
    width: 24.25%;
    margin: 1% 1% 0 0
}

.post-gslot.last {
    margin: 1% 0 0
}

.post-gslot img {
    width: 100%
}

.post-gslot .btn_play_g {
    display: none;
    font-family: prompt;
    color: #000;
    font-size: 18px;
    line-height: 18px;
    padding: 5px 10px 7px;
    position: absolute;
    top: 36%;
    margin: 0 auto;
    left: 0;
    right: 0;
    z-index: 12;
    border: 1px solid #000;
    box-shadow: 0 -2px 5px rgba(0,0,0,.87);
    background: #cb9b1c;
    background: -moz-linear-gradient(top,rgba(203,155,28,1) 0%,rgba(211,167,59,1) 45%,rgba(224,188,98,1) 100%);
    background: -webkit-linear-gradient(top,rgba(203,155,28,1) 0%,rgba(211,167,59,1) 45%,rgba(224,188,98,1) 100%);
    background: linear-gradient(to bottom,rgba(203,155,28,1) 0%,rgba(211,167,59,1) 45%,rgba(224,188,98,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cb9b1c',endColorstr='#e0bc62',GradientType=0);
    -webkit-transition: all .5s ease-in-out 0s;
    -o-transition: all .5s ease-in-out 0s;
    -moz-transition: all .5s ease-in-out 0s;
    transition: all .5s ease-in-out 0s
}

.post-gslot:hover .btn_play_g,.post-gslot:hover .ov_play {
    display: block
}

.ov_play {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.5);
    z-index: 10;
    top: 0
}

.btmc {
    margin-bottom: 2%
}

.post-sm44b {
    width: 24.25%;
    margin: 1% 1% 0 0;
    position: relative;
    overflow: hidden
}

.post-sm44b.tt4x {
    margin: 1% 0 0
}

.post-sm44b img {
    width: 100%
}

.btmc {
    margin-bottom: 1.5%
}

.post-sm44b h3 {
    float: left;
    width: 100%;
    font-family: prompt;
    color: #fff;
    font-size: 20px;
    line-height: 20px;
    padding: 6px 0 10px;
    text-align: left;
    text-transform: uppercase
}

.post-sm44b:hover h3 {
    color: #bb984a
}

.post-l3x {
    float: left;
    width: 49.5%;
    margin: 1% 1% 0 0;
    padding: 0
}

.post-l3x.last {
    margin: 1% 0 0
}

.post-l3x .tt_img {
    float: left;
    width: 45%
}

.post-l3x .tt_img img {
    float: left;
    width: 100%;
    max-width: 100%;
    height: auto
}

.post-l3x .tt_dsc {
    float: right;
    width: 53%;
    font-size: 14px;
    color: #eee;
    padding: 10px
}

.post-l3x .tt_dsc h3 {
    float: left;
    width: 100%;
    overflow: hidden;
    max-height: 42px;
    font-size: 20px;
    line-height: 22px;
    color: #d1a32c;
    font-weight: 700;
    font-family: prompt
}

.post-l3x .tt_dsc p {
    float: left;
    width: 100%;
    overflow: hidden;
    max-height: 42px;
    line-height: 22px;
    font-size: 18px;
    font-family: prompt;
    margin-top: 10px
}

.post-l3x:hover {
    background-color: #111
}

.p_gl .post-l3x {
    background-color: #111;
    padding: 6px 0;
    -webkit-box-shadow: 5px 5px 8px 0px rgba(0,0,0,.2);
    -moz-box-shadow: 5px 5px 8px 0px rgba(0,0,0,.2);
    box-shadow: 5px 5px 8px 0px rgba(0,0,0,.2)
}

.p_gl .post-l3x:hover {
    background-color: #222
}

.tt_b2x {
    width: 55%;
    margin-top: 20px
}

.tt_b2xr iframe {
    width: 100%!important;
    border: 1px solid #333
}

.tt_b2xr {
    width: 42%;
    margin-top: 20px
}

.owl-carousel {
    display: none;
    width: 100%;
    margin-bottom: 0;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px,0px,0px)
}

.owl-carousel .owl-wrapper,.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0)
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-nav.disabled,.owl-carousel .owl-dots.disabled {
    display: none
}

.owl-carousel .owl-nav .owl-prev,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.no-js .owl-carousel {
    display: block
}

.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.t_sl {
    position: relative
}

.owl-theme .owl-nav {
    margin-top: 0;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    position: absolute;
    width: 100%;
    top: 35%
}

.owl-carousel .owl-nav .owl-prev {
    position: absolute;
    left: 13%
}

.owl-carousel .owl-nav .owl-next {
    position: absolute;
    right: 13%
}

.owl-theme .owl-nav [class*=owl-] {
    color: #555;
    font-size: 52px;
    margin: 5px;
    padding: 4px 7px;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px
}

.owl-theme .owl-nav [class*=owl-]:hover {
    color: #ff6d02;
    text-decoration: none
}

.owl-theme .owl-nav .disabled {
    opacity: 0;
    cursor: default
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 0
}

.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    position: absolute;
    bottom: 5px;
    width: 100%;
    z-index: 100
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom:1;*display: inline;
}

.owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    margin: 0 3px;
    background: #222;
    border: 1px solid #333;
    display: block;
    border-radius: 50%;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease
}

.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span {
    background: #fff
}

.tt_clouds-front {
    background-image: url(//ufac42.com/wp-content/themes/UFAC4.COM/css/../images/clouds-front.png?v=1.0);
    position: absolute;
    background-position: -500px -380px;
    left: 0;
    bottom: 0;
    z-index: 99999;
    height: 130px;
    width: 300%;
    -webkit-animation: cloud_two 65s linear infinite;
    -moz-animation: cloud_two 65s linear infinite;
    -o-animation: cloud_two 65s linear infinite;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0)
}

@-webkit-keyframes cloud_two {
    0% {
        left: -100%
    }

    100% {
        left: -200%
    }
}

.tt_clouds-front2 {
    background-image: url(//ufac42.com/wp-content/themes/UFAC4.COM/css/../images/clouds-front.png?v=1.0);
    position: absolute;
    background-position: -200px -350px;
    left: 0;
    bottom: 0;
    z-index: 99999;
    height: 130px;
    width: 300%;
    -webkit-animation: cloud_tree 40s linear infinite;
    -moz-animation: cloud_tree 40s linear infinite;
    -o-animation: cloud_tree 40s linear infinite;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0)
}

@-webkit-keyframes cloud_tree {
    0% {
        left: 0
    }

    100% {
        left: -400%
    }
}

.tt_clouds-front3 {
    background-image: url(//ufac42.com/wp-content/themes/UFAC4.COM/css/../images/clouds-front.png?v=1.0);
    position: absolute;
    background-position: -200px -350px;
    left: 0;
    bottom: 0;
    z-index: 99999;
    height: 130px;
    width: 300%;
    -webkit-animation: cloud_tree 70s linear infinite;
    -moz-animation: cloud_tree 70s linear infinite;
    -o-animation: cloud_tree 70s linear infinite;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0)
}

@-webkit-keyframes cloud_tree {
    0% {
        left: 0
    }

    100% {
        left: -400%
    }
}

.u_bx a {
    float: left;
    margin: 5px 0 0;
    text-align: center;
    font-weight: 700;
    color: #fff;
    font-family: prompt;
    font-size: 18px;
    line-height: 18px;
    padding: 5px 0 7px;
    width: 100%;
    background: #5c0a06;
    background: -moz-linear-gradient(left,#5c0a06 0%,#940a06 28%,#e70a06 52%,#b20a06 74%,#5c0a06 100%);
    background: -webkit-linear-gradient(left,#5c0a06 0%,#940a06 28%,#e70a06 52%,#b20a06 74%,#5c0a06 100%);
    background: linear-gradient(to right,#5c0a06 0%,#940a06 28%,#e70a06 52%,#b20a06 74%,#5c0a06 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5c0a06',endColorstr='#5c0a06',GradientType=1)
}

.wrapper-m {
    width: 100%;
    max-width: 800px;
    margin: 0 auto
}

.fr_login {
    min-height: 50px;
    padding: 40px 20px 45px;
    width: 100%;
    margin: 20px auto;
    border-radius: 10px;
    background-color: #fff
}

.fr_center {
    width: 100%;
    min-height: 50px;
    margin: 0 auto
}

.fr_input {
    width: 70%
}

.fr_submit {
    width: 100%
}

.tt_fr {
    width: 100%;
    height: 38px;
    border: 2px solid #ddd;
    background-color: #fdfdfd;
    padding: 7px 10px 7px 20px;
    margin: 5px 0 0;
    border-radius: 5px;
    font-family: prompt;
    font-size: 18px;
    line-height: 18px;
    -webkit-box-shadow: inset 3px 3px 2px 0px rgba(50,50,50,.25);
    -moz-box-shadow: inset 3px 3px 2px 0px rgba(50,50,50,.25);
    box-shadow: inset 3px 3px 2px 0px rgba(50,50,50,.25)
}

.tx_frl {
    font-family: prompt;
    font-size: 22px;
    line-height: 22px;
    margin: 10px 0 0
}

.fr_submit {
    text-align: center;
    height: 90px;
    font-weight: 700;
    margin: 5px 0 0;
    color: #fff;
    font-family: prompt;
    border-radius: 5px;
    font-size: 26px;
    line-height: 34px;
    cursor: pointer;
    box-shadow: inset 0px 1px 0px 0px #076aff;
    background: linear-gradient(90deg,rgb(4 72 177) 0%,rgb(1 129 242) 100%);
    border: 1px solid #ffffff; 
    text-shadow: 0px 1px 0px #481713;
    border-radius: 4px
}

.fr_submit:hover {
    background-color: #df1f1f
}

.fr_tx_u {
    font-family: prompt;
    text-align: center;
    font-size: 22px;
    line-height: 24px
}

.fr_tx_w {
    font-family: prompt;
    font-size: 22px;
    line-height: 24px
}

.money-withdraw {
    width: 100%;
    height: 55px;
    border: 2px solid #ddd;
    background-color: #fdfdfd;
    padding: 7px 10px 7px 20px;
    margin: 5px 0;
    border-radius: 5px;
    font-family: prompt;
    font-size: 18px;
    line-height: 18px;
    -webkit-box-shadow: inset 3px 3px 2px 0px rgba(50,50,50,.25);
    -moz-box-shadow: inset 3px 3px 2px 0px rgba(50,50,50,.25);
    box-shadow: inset 3px 3px 2px 0px rgba(50,50,50,.25)
}

.text-secf {
    float: left;
    width: 100%;
    font-family: prompt;
    font-size: 18px;
    line-height: 20px;
    margin: 0 0 15px;
    color: #d4060f
}

.btn-secondary {
    color: #fff;
    font-family: prompt;
    font-size: 24px;
    line-height: 24px;
    padding: 7px 10px;
    border: 1px solid #333;
    width: 49%;
    border-radius: 5px;
    float: left;
    background-color: #6c757d
}

.btn-success {
    color: #fff;
    font-family: prompt;
    font-size: 24px;
    line-height: 24px;
    border: 1px solid #18782e;
    padding: 7px 10px;
    width: 49%;
    border-radius: 5px;
    margin-bottom: 30px;
    float: right;
    background-color: #28a745
}

.credit {
    width: 100%
}

.credit-box {
    float: left;
    font-family: prompt;
    margin: 20px 0;
    width: 100%;
    border-radius: 5px;
    text-align: center;
    background: linear-gradient(90deg,#323232 0%,#7d7d7d 100%);
    padding: 15px 0 20px;
    -webkit-box-shadow: 5px 5px 8px 0px rgba(0,0,0,.2);
    -moz-box-shadow: 5px 5px 8px 0px rgba(0,0,0,.2);
    box-shadow: 5px 5px 8px 0px rgba(0,0,0,.2)
}

.credit-box p {
    font-size: 70px;
    margin-bottom: -18px;
    margin-top: -25px;
    background: -webkit-linear-gradient(#fdf68f,#d18b31);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.credit-box .refresh {
    background: -webkit-linear-gradient(#fdf68f,#d18b31);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.float-right {
    float: right
}

.credit-box small {
    font-size: 28px;
    color: #fff
}

.depo-wit {
    display: none
}

.button-box {
    width: 30%;
    padding-right: 15px;
    padding-left: 15px
}

.amount-box {
    text-align: center;
    width: 70%
}

.float-left {
    float: left
}

.button-box a {
    font-size: 22px;
    width: 100%;
    float: left;
    margin: 0 0 8px;
    padding: 4px 0
}

.navigation {
    float: left;
    margin-top: 0;
    font-family: prompt
}

.othergame {
    margin-top: 15px
}

.nav-play-button {
    width: 50%;
    float: right;
    padding-left: 10px;
    margin-bottom: 15px
}

.play-button {
    padding: 32px 10px;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    color: #000;
    float: left;
    width: 100%;
    cursor: pointer;
    border: 2px solid #000;
    background: linear-gradient(to bottom,rgba(219,247,35,1) 0%,rgba(31,171,21,1) 100%);
    border-radius: 5px;
    -webkit-box-shadow: 5px 5px 8px 0px rgba(0,0,0,.2);
    -moz-box-shadow: 5px 5px 8px 0px rgba(0,0,0,.2);
    box-shadow: 5px 5px 8px 0px rgba(0,0,0,.2);
    font-size: 22px
}

.play-button:hover {
    background: #71db48;
    background: -moz-linear-gradient(top,#71db48 0%,#d2e843 100%);
    background: -webkit-linear-gradient(top,#71db48 0%,#d2e843 100%);
    background: linear-gradient(to bottom,#71db48 0%,#d2e843 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#71db48',endColorstr='#d2e843',GradientType=0)
}

.play-button i {
    font-size: 35px;
    color: #fff
}

.play-button p {
    font-size: 40px;
    color: #000;
    margin-bottom: 0;
    margin-top: -6px
}

.nav-other-button {
    width: 50%;
    float: left;
    padding-right: 10px
}

.nav-other-button a {
    color: #fff;
    font-size: 20px;
    width: 100%;
    border-radius: 5px;
    float: left
}

.other-list i {
    font-size: 32px;
    margin-top: 8px
}

.other-list p {
    font-size: 22px;
    margin-bottom: 4px;
    margin-top: -6px
}

.btn-dark-tri {
    cursor: pointer;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    color: #232323;
    background-color: #000;
    padding: 6px 0;
    -webkit-box-shadow: 5px 5px 8px 0px rgba(0,0,0,.2);
    -moz-box-shadow: 5px 5px 8px 0px rgba(0,0,0,.2);
    box-shadow: 5px 5px 8px 0px rgba(0,0,0,.2)
}

.btn-dark-tri:hover {
    text-decoration: none
}

.btn-dark-tri i,.btn-dark-tri p,.btn-dark-tri span {
    color: #fff;
    text-decoration: none
}

.btn-dark-tri:hover i,.btn-dark-tri:hover p,.btn-dark-tri:hover span {
    background: -webkit-linear-gradient(#fdf68f,#d18b31);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-decoration: none
}

.other-list-1 {
    width: 50%;
    padding-right: 7.5px;
    margin-bottom: 15px;
    float: left
}

.other-list-2 {
    width: 50%;
    padding-left: 7.5px;
    margin-bottom: 15px;
    float: left
}

.other-list-3 {
    width: 50%;
    padding-right: 7.5px;
    float: left
}

.other-list-4 {
    width: 50%;
    padding-left: 7.5px;
    float: left
}

section.gameslist {
    margin-top: 20px
}

.show-games p {
    color: #4e4e4e;
    font-size: 24px;
    margin-bottom: -6px
}

.show-games i {
    color: #4e4e4e;
    font-size: 20px
}

.show-games a:hover {
    text-decoration: none
}

.btn-gold {
    cursor: pointer;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    color: #8a5120 !important;
    background: #d59438;
    background: linear-gradient(90deg,#d59438 0%,#fee980 100%)
}

.btn-gold:hover {
    background: #b57923;
    background: linear-gradient(90deg,#b57923 0%,#fff3ba 100%);
    text-decoration: none
}

.btn-silver {
    cursor: pointer;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    color: #232323 !important;
    background: #ababab;
    background: linear-gradient(90deg,#ababab 0%,#fdfdfd 100%)
}

.btn-silver:hover {
    background: #949494;
    background: linear-gradient(90deg,#949494 0%,#bdbdbd 100%);
    text-decoration: none
}

.fr_link_2b a {
    float: left;
    height: 55px;
    width: 50%;
    color: #fff;
    font-family: prompt;
    font-size: 20px;
    line-height: 20px;
    padding: 15px 10px 18px;
    margin: 10px 0 0
}

.fr_link_2b a:first-child {
    border-radius: 5px 0 0 5px;
    background: linear-gradient(to right,#f83600,#fe8c00)
}

.fr_link_2b a:last-child {
    border-radius: 0 5px 5px 0;
    background: linear-gradient(90deg,#ab8137 0%,#e2be58 35%,#bd9949 100%);
    color: #71541b
}

.fr_link_2b a:hover {
    opacity: .9
}

@media screen and (max-width: 800px) {
    .amount-box {
        width:100%;
        text-align: center;
        margin-bottom: 20px
    }

    .button-box {
        width: 100%
    }

    .nav-play-button {
        width: 100%;
        padding: 0
    }

    .play-button {
        padding: 20px 10px 14px
    }

    .play-button i {
        font-size: 60px
    }

    .play-button p {
        font-size: 28px
    }

    .nav-other-button {
        padding-right: 0;
        width: 100%
    }

    .other-list-1,.other-list-2,.other-list-3,.other-list-4 {
        margin-bottom: 10px
    }

    .fr_link_2xxx {
        margin-top: -10px;
        position: relative
    }

    .fr_link_2xxx a {
        height: 45px!important
    }

    .fr_link_2b a {
        width: 100%;
        border-radius: 5px!important
    }
}

.fr_link a {
    color: #f5f5f5;
    display: inline-block
}

.fr_link {
    text-align: right;
    font-family: prompt;
    font-size: 18px;
    line-height: 18px;
    color: #f5f5f5;
    margin: 10px 0 0
}

.center {
    text-align: center
}

.fr_ficenter {
    display: inline-block;
    width: 70%;
    min-height: 10px;
    margin: 0 auto;
    border-radius: 10px;
    overflow: hidden;
    padding: 0 0 10px;
    border: 1px solid #313131;
    background-color: #00201c
}

.fr_ficenx {
    padding: 0
}

.fr2x {
    width: 100%;
    min-height: 50px;
    padding: 10px 10px 0
}

.fr_name {
    font-family: prompt;
    font-size: 26px;
    line-height: 26px;
    color: #aa080b;
    text-align: center;
    font-weight: 700;
    margin-top: 10px
}

.fr_name span {
    color: #aa080b
}

.fr_link_l a {
    display: inline-block;
    width: 46%;
    padding: 5px 0;
    font-family: prompt;
    color: #000;
    font-size: 18px;
    line-height: 16px;
    border: 1px solid #ebe5f3;
    margin: 0 1%
}

.fr_link_l {
    text-align: center;
    margin: 15px 0 0
}

.fr_link_l a:hover {
    background-color: #760001
}

.fr_link_r a:hover {
    background-color: #d7ac36
}

.fr_link_r a {
    display: inline-block;
    width: 47%;
    padding: 5px 0 8px;
    font-family: prompt;
    color: #000;
    font-size: 20px;
    line-height: 18px;
    border: 2px solid #ac5118;
    margin: 0 1%;
    background-color: #ddc070
}

.fr_link_r {
    text-align: center;
    margin: 0
}

.fr_all {
    text-align: center;
    padding: 20px 10px;
    width: 100%;
    border-radius: 5px;
    margin: 15px 0 0;
    font-family: prompt;
    color: #fff;
    font-size: 40px;
    line-height: 48px;
    background: linear-gradient(90deg,#323232 0%,#7d7d7d 100%)
}

.fr_bkb {
    padding: 10px;
    text-align: center;
    border: 1px solid #313131;
    background-color: #222;
    border-radius: 0;
    margin: 30px 0 0;
    font-family: prompt;
    color: #ddd!important;
    font-size: 18px;
    line-height: 18px;
    font-weight: 700
}

.fr_bkb a {
    color: #ddd!important
}

.fr_all span {
    display: inline-block;
    padding: 2px 10px 8px;
    color: #fff;
    line-height: 16px
}

.b_link_game {
    color: #fff;
    font-family: prompt;
    border-radius: 5px;
    font-size: 26px;
    margin: 10px 0 0;
    padding: 15px 10px;
    line-height: 24px;
    cursor: pointer;
    text-align: center;
    background: #418e7e;
    background: -moz-linear-gradient(left,#418e7e 0%,#2d6759 47%,#1e4c42 100%);
    background: -webkit-linear-gradient(left,#418e7e 0%,#2d6759 47%,#1e4c42 100%);
    background: linear-gradient(to right,#418e7e 0%,#2d6759 47%,#1e4c42 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#418e7e',endColorstr='#1e4c42',GradientType=1);
    border: 0
}

.b_link_game a {
    color: #fff
}

.b_logout_game {
    color: #fff;
    border: 5px solid #f2582c;
    font-family: prompt;
    border-radius: 5px;
    font-size: 26px;
    margin: 10px 0 0;
    padding: 15px 10px;
    line-height: 20px;
    cursor: pointer;
    text-align: center;
    box-shadow: inset 0px 1px 0px 0px #f29c93;
    background: linear-gradient(to bottom,#fe1a00 5%,#ce0100 100%);
    background-color: #fe1a00;
    border: 1px solid #d83526;
    text-shadow: 0px 1px 0px #b23e35
}

.b_logout_game a {
    color: #fff
}

.b_logout_game a i {
    font-size: 18px
}

.user-box img {
    float: left;
    width: 10%
}

.user-box h3 {
    float: left;
    width: 70%;
    padding: 8px 0 0
}

.user-box {
    background-color: #3b3e46;
    background: linear-gradient(90deg,#323232 0%,#7d7d7d 100%);
    color: #fff;
    font-family: prompt;
    font-size: 20px;
    line-height: 20px;
    height: 39px
}

.fr_link_lx a {
    margin: 10px 0 0;
    padding: 15px 10px;
    float: left;
    width: 33.333%;
    color: #fff;
    font-family: prompt;
    font-size: 26px;
    background: linear-gradient(90deg,#464646 0%,#333 100%)
}

.fr_link_lx a:first-child {
    border-radius: 5px 0 0 5px
}

.fr_link_lx a:last-child {
    border-radius: 0 5px 5px 0
}

.fr_link_lx a:hover {
    opacity: .8
}

.fr_link_lx a span {
    float: left;
    width: 100%;
    line-height: 20px
}

.fr_link_lx a i {
    font-size: 36px
}

.fr_link_2x a {
    float: left;
    width: 50%;
    background: linear-gradient(90deg,rgba(182,182,182,1) 0%,rgba(122,122,122,1) 100%);
    color: #000;
    font-family: prompt;
    font-size: 20px;
    line-height: 20px;
    padding: 15px 10px 18px;
    margin: 10px 0 0
}

.fr_link_2x a:first-child {
    border-radius: 5px 0 0 5px
}

.fr_link_2x a:last-child {
    border-radius: 0 5px 5px 0
}

.fr_link_2x a:hover {
    opacity: .8
}

.fr_link_2x a i {
    font-size: 14px
}

.fr_link_2xx a {
    float: left;
    width: 50%;
    background: linear-gradient(90deg,#5d5d5d 0%,#696969 100%);
    color: #fff;
    font-family: prompt;
    font-size: 20px;
    line-height: 20px;
    height: 55px;
    padding: 15px 10px;
    margin: 10px 0 0
}

.fr_link_2xx a:first-child {
    border-radius: 5px 0 0 5px
}

.fr_link_2xx a:last-child {
    border-radius: 0 5px 5px 0
}

.fr_link_2xx a:hover {
    opacity: .8
}

.fr_link_2xxx a {
    float: left;
    height: 55px;
    width: 50%;
    color: #fff;
    font-family: prompt;
    font-size: 20px;
    line-height: 20px;
    padding: 15px 10px 18px;
    margin: 10px 0 0
}

.fr_link_2xxx a:first-child {
    border-radius: 5px 0 0 5px;
    background: linear-gradient(90deg,#449382 0%,#1c493f 100%)
}

.fr_link_2xxx a:last-child {
    border-radius: 0 5px 5px 0;
    background: linear-gradient(90deg,rgba(118,32,134,1) 0%,rgba(43,6,83,1) 100%)
}

.fr_link_2xxx a:hover {
    opacity: .9
}

.fr_link_2xxc a {
    float: left;
    width: 100%;
    color: #fff;
    font-family: prompt;
    font-size: 20px;
    line-height: 20px;
    padding: 15px 10px 18px;
    margin: 10px 0 0;
    background: linear-gradient(to right,#f83600,#fe8c00);
    border-radius: 5px
}

.fr_link_2xx img {
    width: 20px
}

.fr_link_2xx a i {
    font-size: 14px
}

.fr_link_2xxx a i {
    font-size: 14px
}

.other-list img {
    width: 100%;
    max-width: 42px
}

button.btn-danger {
    color: #fff;
    font-family: prompt;
    padding: 10px 15px;
    font-size: 32px!important;
    line-height: 32px;
    color: #fff;
    background: linear-gradient(to bottom,#449382 0%,#1c493f 100%);
    border: 1px solid #fff;
    border-radius: 5px
}

button#send-mail {
    color: #fff;
    font-family: prompt;
    padding: 10px 15px;
    font-size: 20px;
    line-height: 20px;
    color: #fff;
    background: linear-gradient(to bottom,#449382 0%,#1c493f 100%);
    border: 1px solid #fff;
    border-radius: 5px
}

.deposit-head h2 {
    float: left;
    width: 100%;
    text-align: center;
    font-family: prompt;
    font-size: 38px;
    line-height: 38px;
    color: #000;
    font-weight: 700
}

.deposit-head h3 {
    float: left;
    width: 100%;
    text-align: center;
    color: #fff;
    font-family: prompt;
    font-size: 30px;
    line-height: 30px;
    border-radius: 15px;
    background-color: #ff002a;
    padding: 3px 0 5px;
    margin: 20px 0 10px
}

.bank-box {
    float: left;
    width: 100%;
    border-radius: 15px;
    padding: 10px;
    margin: 0 0 20px;
    text-align: center
}

.scb-box {
    background-color: #551d87
}

.bank-acc-info {
    float: left;
    width: 100%;
    text-align: center
}

.bank-acc-info a {
    color: #000
}

.bank-acc-info .w50 {
    float: left;
    width: 50%;
    font-family: prompt;
    font-size: 18px;
    line-height: 18px;
    color: #000
}

.bank-acc-info .w50 p {
    font-family: prompt;
    font-size: 38px;
    line-height: 38px;
    color: #000;
    font-weight: 700
}

.bank-acc-info .w50.bdr {
    border-right: 1px solid #ccc
}

button.btn-copy {
    float: left;
    width: 100%;
    text-align: center;
    color: #fff;
    border: 0;
    background: linear-gradient(90deg,#449382 0%,#1c493f 100%);
    font-family: prompt;
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
    padding: 10px 0;
    margin: 20px 0 10px;
    border-radius: 15px !important
}

.danger-a a {
    font-family: prompt;
    font-size: 18px;
    line-height: 18px;
    float: left;
    width: 100%;
    text-align: center;
    color: red
}

.alertText {
    font-family: prompt;
    font-size: 38px;
    line-height: 38px;
    float: left;
    width: 100%;
    text-align: center;
    color: #7a5015;
    margin: 20px 0 10px
}

.mount-credit {
    float: left;
    width: 49%;
    padding: 5px 10px 8px;
    font-family: prompt;
    font-size: 22px;
    line-height: 22px;
    border: 1px solid #000;
    margin: 20px 0 10px;
    text-align: center;
    border-radius: 10px;
    font-weight: 700;
    background-color: #bb984a
}

.must-turn {
    float: right;
    width: 49%;
    padding: 5px 10px 8px;
    font-family: prompt;
    font-size: 22px;
    line-height: 22px;
    border: 1px solid #000;
    margin: 20px 0 10px;
    text-align: center;
    border-radius: 10px;
    font-weight: 700;
    background-color: #bb984a
}

.now-turn {
    float: right;
    width: 100%;
    padding: 5px 10px 8px;
    font-family: prompt;
    font-size: 22px;
    line-height: 22px;
    border: 1px solid #000;
    margin: 0 0 10px;
    text-align: center;
    border-radius: 10px;
    font-weight: 700;
    background-color: #bb984a
}

.number-h {
    color: #69191d
}

.tbl table {
    float: left;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 1px;
    font-family: prompt;
    font-size: 22px;
    line-height: 22px;
    margin: 20px 0 10px
}

.tbl table tr th {
    background-color: #fff;
    color: #000!important;
    border: 1px solid #000;
    text-align: center;
    font-size: 18px;
    line-height: 18px;
    padding: 5px
}

.tbl table tbody.table_h tr th {
    background-color: #bb984a;
    padding: 10px 5px;
    font-size: 20px;
    line-height: 20px
}

.tbl table tr td {
    vertical-align: middle
}

.tbl table tr td li {
    margin: 5px;
    font-weight: 200;
    width: 130px
}

.tbl table tr td a {
    color: #000!important
}

.tb_hd table.table tbody.table_h tr {
    background-color: #bb984a;
    padding: 10px 5px;
    font-size: 20px;
    line-height: 20px
}

.tb_hd table.table tbody.table_h tr td {
    padding: 10px 5px;
    color: #000!important;
    border: 1px solid #000
}

.tx_hd {
    float: left;
    width: 100%;
    text-align: center;
    color: #fff;
    font-family: prompt;
    border: 1px solid #000;
    font-size: 30px;
    line-height: 30px;
    background-color: #000;
    padding: 3px 0 5px;
    margin: 20px 0 0
}

.sc_t {
    padding: 5px 0 10px;
    overflow: hidden;
    background-color: #000
}

.table {
    float: left;
    width: 100%;
    max-width: 100%
}

.table .thead-light {
    border-collapse: collapse;
    border-spacing: 1px;
    background-color: #e9ecef;
    color: #000;
    font-family: prompt;
    font-size: 22px;
    line-height: 26px
}

.table tbody {
    background-color: #fff;
    font-family: prompt;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    border: 1px solid #ccc
}

.table tbody td {
    border-left: 1px solid #ccc
}

.depositList {
    float: left;
    width: 100%
}

.depositList .w50 {
    float: left;
    width: 50%;
    font-family: prompt;
    font-size: 18px;
    line-height: 18px;
    text-align: center;
    margin: 20px 0
}

.depositList .w50 .feefree {
    color: #dc3545
}

.depositList .w50 .timerange {
    color: #28a745
}

.user-bank-info table.table thead.thead-light tr th {
    padding: 10px 0 10px 0!important
}

@media screen and (max-width: 800px) {
    .bank-acc-info .w50 {
        width:100%;
        margin: 10px 0
    }

    .bank-acc-info .w50.bdr {
        border: 0
    }

    .depositList .w50 {
        width: 100%;
        margin: 10px 0 0
    }

    .table tbody td {
        padding: 10px!important;
        line-height: 18px!important
    }
}

@media screen and (max-width: 480px) {
    .fr_link_2xx a {
        min-height:75px
    }
}

.fr_h1 {
    text-align: center;
    color: #725b27;
    font-family: prompt;
    font-size: 22px;
    line-height: 22px;
    padding: 0 0 10px
}

.fr_tx1 {
    text-align: center;
    color: #000;
    font-family: prompt;
    font-size: 30px;
    line-height: 32px;
    margin: 15px 0 5px
}

.fr_tx1 span {
    color: #d30e0e;
    font-weight: 700
}

.fr_bk {
    margin: 20px 0 0;
    border-top: 2px solid #3c0707
}

.fr_tx2 {
    color: #000;
    font-family: prompt;
    font-size: 20px;
    line-height: 22px;
    margin: 0
}

.tt_bkb {
    width: 100%;
    height: 40px;
    border: 2px solid #eee;
    background-color: #f5f5f5;
    padding: 0 0 0 10px;
    margin: 5px 0 0;
    border-radius: 5px;
    font-family: prompt;
    font-size: 18px;
    line-height: 18px
}

.fr_sc {
    width: 85%;
    height: 40px;
    border: 0;
    background-color: #fff;
    color: #777;
    font-family: prompt;
    font-size: 18px;
    line-height: 18px;
    padding: 0 0 0 8px
}

.tt_bk {
    width: 85%;
    height: 40px;
    border: 0;
    background-color: #fff;
    padding: 0 0 0 10px;
    margin: 0;
    font-family: prompt;
    font-size: 18px;
    line-height: 16px
}

.fr_sec {
    width: 100%;
    height: 40px;
    border: 1px solid #ccc;
    background-color: #fff;
    padding: 0;
    margin: 0 0 5px;
    border-radius: 5px;
    font-family: prompt;
    font-size: 18px;
    line-height: 18px;
    overflow: hidden
}

.fr_submit_bk {
    width: 100%;
    text-align: center;
    height: 55px;
    font-weight: 700;
    margin: 0 0 15px;
    color: #fff;
    font-family: prompt;
    cursor: pointer;
    border-radius: 5px;
    font-size: 26px;
    line-height: 48px;
    border: 0;
    cursor: pointer;
    box-shadow: 5px 5px 8px 0px rgba(0,0,0,.2);
    box-shadow: inset 0px 1px 0px 0px #f29c93;
    background: linear-gradient(to bottom,#fe1a00 5%,#ce0100 100%);
    background-color: #fe1a00;
    border: 1px solid #d83526;
    text-shadow: 0px 1px 0px #b23e35
}

.fr_submit_bk:hover {
    opacity: .8
}

.fr_submit_bk_blue {
    width: 100%;
    text-align: center;
    height: 55px;
    font-weight: 700;
    margin: 0 0 15px;
    color: #fff;
    font-family: prompt;
    cursor: pointer;
    border-radius: 5px;
    font-size: 26px;
    line-height: 48px;
    border: 0;
    cursor: pointer;
    box-shadow: 5px 5px 8px 0px rgba(0,0,0,.2);
    box-shadow: inset 0px 1px 0px 0px #17d5eb;
    background: linear-gradient(to bottom,#0078fe 5%,#112c42 100%);
    background-color: #2f75c7;
    border: 1px solid #0b3dde;
    text-shadow: 0px 1px 0px #3974b6;
}

.fr_submit_bk_blue:hover {
    opacity: .8
}

.fr_submit_bk2 {
    width: 100%;
    text-align: center;
    height: 55px;
    font-weight: 700;
    margin: 20px 0 15px;
    color: #000;
    font-family: prompt;
    cursor: pointer;
    border-radius: 5px;
    font-size: 26px;
    line-height: 48px;
    border: 0;
    cursor: pointer;
    box-shadow: 5px 5px 8px 0px rgba(0,0,0,.2);
    background: rgba(219,247,35,1);
    background: -moz-linear-gradient(top,rgba(219,247,35,1) 0%,rgba(31,171,21,1) 100%);
    background: -webkit-gradient(left top,left bottom,color-stop(0%,rgba(219,247,35,1)),color-stop(100%,rgba(31,171,21,1)));
    background: -webkit-linear-gradient(top,rgba(219,247,35,1) 0%,rgba(31,171,21,1) 100%);
    background: -o-linear-gradient(top,rgba(219,247,35,1) 0%,rgba(31,171,21,1) 100%);
    background: -ms-linear-gradient(top,rgba(219,247,35,1) 0%,rgba(31,171,21,1) 100%);
    background: linear-gradient(to bottom,rgba(219,247,35,1) 0%,rgba(31,171,21,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dbf723',endColorstr='#1fab15',GradientType=0);
    border: 2px solid #000
}

.fr_submit_bk2:hover {
    opacity: .8
}

.fr_sec_tx {
    text-align: center;
    color: #ebe5f3;
    font-family: prompt;
    font-size: 18px;
    line-height: 18px;
    padding: 10px;
    color: #721c24;
    background-color: #f8d7da;
    border: 1px solid #f5c6cb;
    margin: 0 0 5px
}

.fr_tx2x {
    border-bottom: 1px solid #ccc;
    border-radius: 0;
    padding: 5px 0 0;
    border-right: 1px solid #ccc
}

.fr_tx3 {
    text-align: center;
    color: #555;
    font-family: prompt;
    font-size: 22px;
    line-height: 22px;
    margin: 15px 0 5px
}

.fr_tx4 {
    text-align: center;
    color: #555;
    font-family: prompt;
    font-size: 18px;
    line-height: 18px;
    margin: 5px 0 25px;
    padding: 0 0 15px
}

.fr_tx5 {
    color: #ebe5f3;
    font-family: prompt;
    font-size: 16px;
    line-height: 16px;
    margin: 15px 0 10px;
    padding: 0
}

.fr_tx2x {
    width: 15%;
    color: #000;
    text-align: center;
    height: 40px;
    background-color: #004489;
    font-family: prompt;
    font-size: 20px;
    line-height: 28px;
    margin: 0;
    text-align: center
}

.fr_re {
    margin: 20px 0 0
}

.fix_footer {
    position: fixed;
    bottom: 0;
    z-index: 99999999;
    width: 100%;
    min-height: 50px;
    border-top: 2px solid #000;
    text-align: center;
    background: #ffac02;
    background: -moz-linear-gradient(top,#ffac02 0%,#ff9a02 50%,#ff8003 100%);
    background: -webkit-linear-gradient(top,#ffac02 0%,#ff9a02 50%,#ff8003 100%);
    background: linear-gradient(to bottom,#ffac02 0%,#ff9a02 50%,#ff8003 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffac02',endColorstr='#ff8003',GradientType=0)
}

.fix_footer a {
    display: inline-block;
    color: #000;
    margin-left: -3px;
    font-family: prompt;
    font-weight: 700;
    font-size: 22px;
    line-height: 28px;
    padding: 10px 50px 6px;
    border-right: 2px solid #000
}

.fix_footer a:last-child {
    border-right: 0
}

.link_ico {
    display: inline-block;
    height: 28px;
    margin-right: 0;
    width: 28px;
    overflow: hidden;
    background-repeat: no-repeat
}

.fix_footer strong {
    display: inline-block;
    top: -6px;
    position: relative;
    font-weight: 700
}

.link_ico i {
    font-size: 22px
}

.fix_footer a:hover {
    background: #000;
    color: #fff
}

.footer_tx {
    background-color: #222;
    color: #fff;
    font-family: prompt;
    font-size: 20px;
    line-height: 22px;
    padding: 8px 10px;
    text-align: center
}

.footer_cx {
    color: #fff;
    font-family: prompt;
    font-size: 20px;
    line-height: 22px;
    padding: 10px 0 0;
    background: #0c0c0c
}

.footer_logo {
    width: 18%;
    margin-top: 20px
}

.tt_lix {
    width: 30%
}

.tt_lix.cent {
    width: 35%
}

.tt_lix strong {
    float: left;
    width: 100%;
    font-family: prompt;
    font-size: 26px;
    line-height: 28px;
    color: #bc9433;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px
}

.tt_lix span {
    float: left;
    width: 100%;
    font-family: prompt;
    font-size: 18px;
    line-height: 22px;
    color: #dedddd
}

.fr_li1x {
    margin: 40px 0 20px
}

.fr_li1x .fr_uptx {
    float: left;
    width: 30%;
    font-family: prompt;
    font-size: 20px;
    line-height: 22px
}

.fr_li1x .tt_bkb {
    float: left;
    width: 50%
}

.fr_li1x .fr_submit_bk .fr_submit_bk_blue {
    float: right;
    width: 17%;
    height: 42px;
    margin: 3px 0 15px;
    line-height: 35px
}

.tx_sm {
    font-family: prompt;
    font-size: 20px;
    line-height: 22px
}

.from_acc .fr_tx1 strong {
    float: left;
    width: 49%;
    text-align: right
}

.from_acc .fr_tx1 span {
    float: right;
    width: 49%;
    text-align: left
}

@media screen and (max-width: 980px) {
    .fix_footer a {
        float:left;
        width: 20%;
        font-family: prompt;
        font-size: 16px;
        line-height: 18px;
        padding: 8px 0 0;
        text-align: center;
        margin-left: 0;
        border-right: 1px solid #000
    }

    .fr_tx1 {
        font-size: 22px;
        line-height: 22px
    }

    .fr_li1x .fr_uptx {
        width: 100%;
        text-align: center;
        margin-bottom: 10px
    }

    .fr_li1x .tt_bkb {
        width: 70%
    }

    .fr_li1x .fr_submit_bk .fr_submit_bk_blue {
        width: 28%
    }
}

@media screen and (max-width: 620px) {
    .fr_ficenter,.fr_center {
        width:95%
    }

    .fr_input {
        width: 100%
    }

    .fr_submit {
        width: 100%;
        height: 45px
    }

    .fr_link {
        text-align: center
    }

    .fr2x {
        width: 100%;
        padding: 10px 10px 0
    }

    .fix_footer a strong {
        width: 100%;
        margin: 5px 0
    }

    .fix_footer a.last {
        display: none
    }

    .fix_footer a {
        padding: 3px 0 0;
        width: 25%
    }

    .footer {
        padding: 0 0 60px
    }

    .bg_ssl {
        overflow: hidden
    }
}

.casino-page {
    background-image: url(//ufac42.com/wp-content/themes/UFAC4.COM/css/../images/sl1.jpg?v=1.0);
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 500px;
    background-position: center center
}

.txh1 {
    font-family: prompt;
    font-size: 46px;
    line-height: 48px;
    text-align: center;
    color: #fff;
    margin: 3.5% 0 5%;
    font-weight: 700
}

.ct1x {
    position: relative
}

.ct1x_l {
    width: 80%;
    min-height: 300px
}

.ct1x_c {
    width: 25%;
    min-height: 150px;
    position: absolute;
    right: 0;
    left: 19%;
    bottom: -100px;
    z-index: 100
}

.ct1x_r {
    width: 32%;
    min-height: 300px;
    position: absolute;
    right: 0;
    z-index: 10
}

.txh2 {
    font-family: prompt;
    font-size: 30px;
    line-height: 38px;
    text-align: center;
    color: #fff;
    margin: 8% 0 15px;
    font-weight: 700
}

.txh3 {
    font-family: prompt;
    font-size: 30px;
    line-height: 38px;
    text-align: center;
    color: #fff;
    margin: 0 0 15px;
    font-weight: 700
}

.sl_phone {
    padding: 0 40px
}

.bg_sl_phone {
    background-image: url(//ufac42.com/wp-content/themes/UFAC4.COM/css/../images/bg-slide-phone.png?v=1.0);
    background-repeat: no-repeat;
    background-size: cover;
    float: left;
    width: 100%;
    height: auto;
    background-position: center center;
    display: table-cell;
    background-size: 100%
}

.bd_sl_phone {
    width: 53%;
    margin: 8.5% 9% 4.5% 0
}

.txh4 {
    text-align: center;
    color: #fff;
    font-family: prompt;
    font-size: 26px;
    line-height: 28px;
    margin: 1.5% 0 4%
}

.txh4 span {
    display: inline-block;
    margin-right: 10%
}

.txh4 span img {
    display: inline-block;
    margin-right: 10px
}

.txh5 {
    font-family: prompt;
    font-size: 40px;
    line-height: 40px;
    text-align: center;
    color: #d12220;
    margin: 3% 0 25px;
    font-weight: 700
}

.banner_h1 {
    margin: 3% 0 2%
}

.slot-page {
    background-image: url(//ufac42.com/wp-content/themes/UFAC4.COM/css/../images/bg-slot.jpg?v=1.0);
    background-repeat: no-repeat;
    background-position: top center;
    background-color: #000
}

.slot_p {
    background-color: rgba(0,0,0,.8);
    padding: 20px 20px 0;
    margin: 5% 0 0;
    border-radius: 10px
}

.title_slot_p h1 {
    float: left;
    width: 100%;
    text-align: center;
    color: #fff;
    font-family: prompt;
    font-size: 48px;
    line-height: 48px;
    padding: 0 0 20px
}

.slot-page .ct1x_c {
    float: left;
    width: 100%;
    position: relative;
    left: 0;
    bottom: 0;
    text-align: center;
    min-height: 50px;
    top: -40px
}

.slot-page .ct1x_c img {
    width: 50%;
    display: inline-block
}

.slot-page .ct1x_r {
    float: left;
    width: 100%;
    position: relative;
    left: 0;
    bottom: 0;
    text-align: center;
    min-height: 50px;
    top: -40px
}

.slot-page .ct1x_r .btn-casino {
    float: none;
    display: inline-block
}

.btn-casino {
    float: left;
    width: 100%;
    max-width: 320px;
    border-radius: 6px;
    padding: 5px 0 15px;
    margin: 8px 5%;
    cursor: pointer;
    font-family: prompt;
    font-size: 46px;
    line-height: 40px;
    text-align: center;
    text-shadow: 0 1px 3px rgba(0,0,0,.46);
    box-shadow: 0 3px 30px rgba(0,0,0,.7);
    background: rgba(163,230,55,1);
    background: -moz-linear-gradient(top,rgba(163,230,55,1) 0%,rgba(81,168,15,1) 59%,rgba(36,99,0,1) 100%);
    background: -webkit-gradient(left top,left bottom,color-stop(0%,rgba(163,230,55,1)),color-stop(59%,rgba(81,168,15,1)),color-stop(100%,rgba(36,99,0,1)));
    background: -webkit-linear-gradient(top,rgba(163,230,55,1) 0%,rgba(81,168,15,1) 59%,rgba(36,99,0,1) 100%);
    background: -o-linear-gradient(top,rgba(163,230,55,1) 0%,rgba(81,168,15,1) 59%,rgba(36,99,0,1) 100%);
    background: -ms-linear-gradient(top,rgba(163,230,55,1) 0%,rgba(81,168,15,1) 59%,rgba(36,99,0,1) 100%);
    background: linear-gradient(to bottom,rgba(163,230,55,1) 0%,rgba(81,168,15,1) 59%,rgba(36,99,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a3e637',endColorstr='#246300',GradientType=0);
    -webkit-animation: color-change .3s infinite;
    -moz-animation: color-change .3s infinite;
    -o-animation: color-change .3s infinite;
    -ms-animation: color-change .3s infinite;
    animation: color-change .3s infinite;
    -webkit-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s
}

.home .btn-casino {
    padding: 15px 0
}

.btn-casino:hover {
    transform: translate(0px,-7px)
}

@-webkit-keyframes color-change {
    0% {
        color: #fff
    }

    50% {
        color: #ffd000
    }

    100% {
        color: #fff
    }
}

@-moz-keyframes color-change {
    0% {
        color: #fff
    }

    50% {
        color: #ffd000
    }

    100% {
        color: #fff
    }
}

@-ms-keyframes color-change {
    0% {
        color: #fff
    }

    50% {
        color: #ffd000
    }

    100% {
        color: #fff
    }
}

@-o-keyframes color-change {
    0% {
        color: #fff
    }

    50% {
        color: #ffd000
    }

    100% {
        color: #fff
    }
}

@keyframes color-change {
    0% {
        color: #fff
    }

    50% {
        color: #ffd000
    }

    100% {
        color: #fff
    }
}

.ct1x_c img {
    -moz-animation: moveup 2s ease-in-out infinite;
    -webkit-animation: moveup 2s ease-in-out infinite;
    -o-animation: moveup 2s ease-in-out infinite;
    animation: moveup 2s ease-in-out infinite
}

@keyframes moveup {
    0 {
        transform: translate(0px,0px)
    }

    50% {
        transform: translate(0px,-25px)
    }

    100% {
        transform: translate(0px,0px)
    }
}

@-moz-keyframes moveup {
    0 {
        -moz-transform: translate(0px,0px)
    }

    50% {
        -moz-transform: translate(0px,-25px)
    }

    100% {
        -moz-transform: translate(0px,0px)
    }
}

@-webkit-keyframes moveup {
    0 {
        -webkit-transform: translate(0px,0px)
    }

    50% {
        -webkit-transform: translate(0px,-25px)
    }

    100% {
        -webkit-transform: translate(0px,0px)
    }
}

@-o-keyframes moveup {
    0 {
        -o-transform: translate(0px,0px)
    }

    50% {
        -o-transform: translate(0px,-25px)
    }

    100% {
        -o-transform: translate(0px,0px)
    }
}

.slot-cen {
    margin-top: -10%;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-filter: contrast(80%);
    filter: contrast(80%);
    -webkit-filter: brightness(80%);
    filter: brightness(80%)
}

.slot-intro:hover .slot-cen {
    -webkit-filter: contrast(120%);
    filter: contrast(120%);
    -webkit-filter: brightness(110%);
    filter: brightness(110%)
}

.slot-content {
    text-align: center;
    min-height: 600px;
    background: #f4f4f4;
    width: 100%;
    margin: 0 auto;
    padding: 30px
}

.game-slot {
    display: grid;
    text-align: center;
    grid-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    align-items: center;
    width: 100%;
    max-width: 1200px;
    margin: 10px auto 30px;
    padding: 2%
}

.slot-box {
    display: grid;
    width: 100%;
    min-height: 200px;
    border-radius: 30px 30px 8px 8px;
    grid-template-columns: 1fr;
    grid-template-areas: "slot-cover""slot-info""slot-btn";
    box-shadow: 0 10px 30px rgba(0,0,0,.03);
    align-items: start;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    position: relative;
    background: #cb9b1c;
    background: -moz-linear-gradient(top,rgba(203,155,28,1) 0%,rgba(211,167,59,1) 45%,rgba(224,188,98,1) 100%);
    background: -webkit-linear-gradient(top,rgba(203,155,28,1) 0%,rgba(211,167,59,1) 45%,rgba(224,188,98,1) 100%);
    background: linear-gradient(to bottom,rgba(203,155,28,1) 0%,rgba(211,167,59,1) 45%,rgba(224,188,98,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cb9b1c',endColorstr='#e0bc62',GradientType=0)
}

.slot-cover {
    z-index: 70;
    display: grid;
    grid-area: slot-cover;
    background: 0 0;
    grid-template-columns: 100%;
    grid-template-areas: "sl-cv-bg""sl-chr";
    position: relative;
    align-items: start
}

.sl-cv-bg {
    z-index: 71;
    grid-area: sl-cv-bg;
    grid-row: 1/2;
    border-radius: 30px 30px 0 0;
    overflow: hidden
}

.sl-chr {
    z-index: 72;
    grid-area: sl-chr;
    grid-row: 1/2;
    position: absolute;
    top: -20px;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.slot-box:hover .sl-chr {
    position: absolute;
    top: -45px
}

.slot-info {
    z-index: 73;
    grid-area: slot-info;
    padding: 10px 20px 20px;
    grid-row: 2/3;
    margin-top: -10%;
    border-radius: 0 0 8px 8px;
    border-left: 1px solid #ceac58;
    border-right: 1px solid #ceac58;
    border-top: 1px solid #ceac58;
    box-shadow: 0 -2px 5px rgba(0,0,0,.87);
    background: #cb9b1c;
    background: -moz-linear-gradient(top,rgba(203,155,28,1) 0%,rgba(211,167,59,1) 45%,rgba(224,188,98,1) 100%);
    background: -webkit-linear-gradient(top,rgba(203,155,28,1) 0%,rgba(211,167,59,1) 45%,rgba(224,188,98,1) 100%);
    background: linear-gradient(to bottom,rgba(203,155,28,1) 0%,rgba(211,167,59,1) 45%,rgba(224,188,98,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cb9b1c',endColorstr='#e0bc62',GradientType=0);
    -webkit-transition: all .5s ease-in-out 0s;
    -o-transition: all .5s ease-in-out 0s;
    -moz-transition: all .5s ease-in-out 0s;
    transition: all .5s ease-in-out 0s
}

.sl-logo {
    z-index: 75;
    margin-top: -20%;
    margin-bottom: -4%
}

.slot-btn {
    z-index: 74;
    grid-area: slot-btn;
    display: grid;
    margin-top: -4%;
    padding: 10px 10px 20px;
    grid-row: 2/3;
    background: #fff;
    width: 100%;
    opacity: 0;
    border-radius: 0 0 7px 7px;
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out;
    align-items: end
}

.slot-box:hover .slot-btn {
    opacity: 1
}

.slot-box:hover {
    box-shadow: 0 -10px 40px rgba(0,0,0,.2)
}

.slot-box:hover .sl-chr {
    -webkit-filter: contrast(120%);
    filter: contrast(120%);
    -webkit-filter: brightness(130%);
    filter: brightness(130%)
}

.tx-name-slot {
    font-family: prompt;
    font-size: 18px;
    line-height: 18px;
    color: #444
}

.tx-slot {
    font-family: prompt;
    font-size: 18px;
    line-height: 18px;
    color: #000;
    overflow: hidden;
    max-height: 39px
}

.slot-eff {
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    -webkit-filter: contrast(80%);
    filter: contrast(80%);
    -webkit-filter: brightness(200%);
    filter: brightness(200%);
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

.slot-box:hover .slot-eff {
    -webkit-filter: contrast(110%);
    filter: contrast(110%);
    -webkit-filter: brightness(115%);
    filter: brightness(115%);
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%)
}

.new {
    z-index: 76;
    display: table-cell;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 60%;
    height: 60%;
    overflow: hidden;
    pointer-events: none
}

.tx-new {
    padding: 5px 40px;
    text-align: center;
    font-size: .8em;
    font-family: 'Teko',sans-serif;
    color: #fff;
    background: #c50000;
    -ms-transform: rotate(-40deg);
    -webkit-transform: rotate(-40deg);
    transform: rotate(-40deg);
    position: absolute;
    bottom: 4px;
    right: -60%;
    width: 150%;
    box-shadow: 2px 2px 6px rgba(0,0,0,.4)
}

button.btn-game {
    cursor: pointer;
    font-family: prompt;
    font-size: 22px;
    line-height: 18px;
    border: 0;
    color: #fff;
    padding: 2px 20px 5px;
    margin-top: 10px;
    box-shadow: 0 2px 0 rgba(0,0,0,.1);
    background: rgba(189,0,0,1);
    background: -moz-linear-gradient(top,rgba(189,0,0,1) 0%,rgba(189,0,0,1) 12%,rgba(120,0,0,1) 100%);
    background: -webkit-gradient(left top,left bottom,color-stop(0%,rgba(189,0,0,1)),color-stop(12%,rgba(189,0,0,1)),color-stop(100%,rgba(120,0,0,1)));
    background: -webkit-linear-gradient(top,rgba(189,0,0,1) 0%,rgba(189,0,0,1) 12%,rgba(120,0,0,1) 100%);
    background: -o-linear-gradient(top,rgba(189,0,0,1) 0%,rgba(189,0,0,1) 12%,rgba(120,0,0,1) 100%);
    background: -ms-linear-gradient(top,rgba(189,0,0,1) 0%,rgba(189,0,0,1) 12%,rgba(120,0,0,1) 100%);
    background: linear-gradient(to bottom,rgba(189,0,0,1) 0%,rgba(189,0,0,1) 12%,rgba(120,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bd0000',endColorstr='#780000',GradientType=0)
}

button.btn-game:hover {
    box-shadow: 0 3px 1px rgba(0,0,0,.3);
    background: rgba(240,0,0,1);
    background: -moz-linear-gradient(top,rgba(240,0,0,1) 0%,rgba(240,0,0,1) 12%,rgba(196,0,0,1) 100%);
    background: -webkit-gradient(left top,left bottom,color-stop(0%,rgba(240,0,0,1)),color-stop(12%,rgba(240,0,0,1)),color-stop(100%,rgba(196,0,0,1)));
    background: -webkit-linear-gradient(top,rgba(240,0,0,1) 0%,rgba(240,0,0,1) 12%,rgba(196,0,0,1) 100%);
    background: -o-linear-gradient(top,rgba(240,0,0,1) 0%,rgba(240,0,0,1) 12%,rgba(196,0,0,1) 100%);
    background: -ms-linear-gradient(top,rgba(240,0,0,1) 0%,rgba(240,0,0,1) 12%,rgba(196,0,0,1) 100%);
    background: linear-gradient(to bottom,rgba(240,0,0,1) 0%,rgba(240,0,0,1) 12%,rgba(196,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f00000',endColorstr='#c40000',GradientType=0)
}

.title_pagex h1,.title_pagex h2 {
    color: #fff;
    font-size: 36px;
    line-height: 36px;
    font-family: prompt;
    font-weight: 700
}

.title_pagex a {
    color: #fff
}

.title_pagex {
    margin-bottom: 0;
    margin-top: 0;
    background-color: #000;
    background-image: url(//ufac42.com/wp-content/themes/UFAC4.COM/css/../images/bg-p.jpg?v=1.0);
    padding: 8px 20px 12px;
    border-radius: 5px 5px 0 0;
    border: 1px solid #2c2a2a;
    border-top: 3px solid #2c2a2a;
    text-align: center
}

.tt_col_e {
    float: left;
    width: 32.333%;
    margin: 0 1.5% 15px 0;
    background-color: #000;
    border-radius: 0;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(50,50,50,.16);
    -moz-box-shadow: 0px 0px 5px 0px rgba(50,50,50,.16);
    box-shadow: 0px 0px 5px 0px rgba(50,50,50,.16)
}

.tt_col_e.last {
    margin-right: 0
}

.tt_col_e h3 {
    float: left;
    width: 100%;
    left: 0;
    bottom: 0;
    font-family: prompt;
    font-size: 19px;
    line-height: 18px;
    padding: 7px 0 10px;
    text-align: center;
    color: #000;
    background: #e2b63b;
    background: -moz-linear-gradient(top,#e2b63b 0%,#fdda5c 49%,#e1be48 100%);
    background: -webkit-linear-gradient(top,#e2b63b 0%,#fdda5c 49%,#e1be48 100%);
    background: linear-gradient(to bottom,#e2b63b 0%,#fdda5c 49%,#e1be48 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e2b63b',endColorstr='#e1be48',GradientType=0);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    font-weight: 700
}

.tt_col_e4x {
    float: left;
    width: 23.8%;
    margin: 0 1.5% 15px 0;
    background-color: #000;
    border-radius: 0;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(50,50,50,.16);
    -moz-box-shadow: 0px 0px 5px 0px rgba(50,50,50,.16);
    box-shadow: 0px 0px 5px 0px rgba(50,50,50,.16)
}

.tt_col_e4x.last {
    margin-right: 0
}

.tt_col_e4x h3 {
    float: left;
    width: 100%;
    left: 0;
    bottom: 0;
    font-family: prompt;
    font-size: 19px;
    line-height: 18px;
    padding: 7px 7px 10px;
    text-align: center;
    color: #000;
    background: #e2b63b;
    background: -moz-linear-gradient(top,#e2b63b 0%,#fdda5c 49%,#e1be48 100%);
    background: -webkit-linear-gradient(top,#e2b63b 0%,#fdda5c 49%,#e1be48 100%);
    background: linear-gradient(to bottom,#e2b63b 0%,#fdda5c 49%,#e1be48 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e2b63b',endColorstr='#e1be48',GradientType=0);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    font-weight: 700
}

.tt_col_e4x .btn_play_g,.tt_col_e .btn_play_g {
    width: 38%;
    display: none;
    background: linear-gradient(90deg,rgba(177,9,4,1) 0%,rgba(242,23,1,1) 100%);
    font-family: prompt;
    font-size: 18px;
    line-height: 18px;
    color: #fff;
    padding: 5px 10px;
    position: absolute;
    top: 42%;
    margin: 0 auto;
    left: 0;
    right: 0;
    z-index: 12;
    border-radius: 5px
}

.tt_col_e4x:hover .ov_play,.tt_col_e4x:hover .btn_play_g,.tt_col_e:hover .btn_play_g,.tt_col_e:hover .ov_play {
    display: block
}

.tt_col_e4x .btn_play_g {
    width: 52%
}

.post-gslot .btn_play_g {
    width: 60%;
    display: none;
    background: linear-gradient(90deg,rgba(177,9,4,1) 0%,rgba(242,23,1,1) 100%);
    font-family: prompt;
    font-size: 18px;
    line-height: 16px;
    color: #fff;
    padding: 5px 10px;
    position: absolute;
    top: 35%;
    margin: 0 auto;
    left: 0;
    right: 0;
    z-index: 12;
    border-radius: 5px;
    -webkit-transition: all .5s ease-in-out 0s;
    -o-transition: all .5s ease-in-out 0s;
    -moz-transition: all .5s ease-in-out 0s;
    transition: all .5s ease-in-out 0s
}

.fr_yt {
    width: 33.6%;
    height: 285px;
    background-color: #000;
    margin-top: 42px;
    overflow: hidden
}

.fr_yt iframe {
    width: 100%!important
}

.tx_hrt {
    font-family: prompt;
    font-size: 18px;
    line-height: 18px;
    color: #fff;
    text-align: left
}

.tx_htx {
    font-family: prompt;
    font-size: 22px;
    line-height: 18px;
    color: #fff;
    text-align: left;
    margin-top: 10px;
    font-weight: 700
}

.logo_pc_f {
    float: left;
    width: 25%;
    margin-top: 0
}

.tt_txt_seo3 {
    width: 70%;
    color: #b4b4b4;
    font-family: prompt;
    font-size: 20px;
    line-height: 20px;
    overflow: hidden;
    margin-bottom: 10px;
    margin-top: 20px
}

.tt_txt_seo3 a {
    color: #b4b4b4
}

.tt_txt_seo3 a:hover {
    text-decoration: underline
}

.tt_txt_seo3 img {
    max-width: 100%;
    height: auto;
    padding: 0
}

.tt_txt_seo3 strong,[class*=ddtemplate_read] th {
    font-weight: 700
}

.tt_txt_seo3 em,.tt_txt_seo3 address,.tt_txt_seo3 caption,.tt_txt_seo3 cite {
    font-style: italic
}

.tt_txt_seo3 table {
    display: table;
    border-spacing: 2px;
    border-collapse: separate
}

.tt_txt_seo3 tr {
    display: table-row;
    vertical-align: inherit
}

.tt_txt_seo3 td {
    display: table-cell;
    border-spacing: 2px;
    padding: 2px;
    vertical-align: inherit;
    text-align: inherit;
    padding: 1px;
    border-collapse: none
}

.tt_txt_seo3 th {
    display: table-cell;
    vertical-align: inherit;
    font-weight: 700;
    padding: 1px;
    border-collapse: none
}

.tt_txt_seo3 {
    line-height: 1.5em
}

.tt_txt_seo3 p {
    display: block;
    margin: .3em 0;
    line-height: 1.2em
}

.tt_txt_seo3 blockquote {
    width: 75%;
    margin: 0 0 0 20%;
    padding: .25em 5%;
    line-height: 1.45;
    position: relative;
    color: #383838;
    background: #ececec
}

.tt_txt_seo3 blockquote:before {
    display: block;
    content: "\201C";
    font-size: 80px;
    position: absolute;
    left: -10px;
    top: -10px;
    color: #7a7a7a
}

.tt_txt_seo3 blockquote cite {
    color: #999;
    font-size: 14px;
    display: block;
    margin-top: 5px
}

.tt_txt_seo3 blockquote cite:before {
    content: "\2014 \2009"
}

.tt_txt_seo3 address {
    display: block;
    font-style: italic
}

.tt_txt_seo3 center {
    display: block;
    text-align: center
}

.tt_txt_seo3 h1 {
    display: block;
    font-size: 2.5em;
    font-weight: 700;
    margin: .44em 0;
    line-height: 1em
}

.tt_txt_seo3 h2 {
    display: block;
    font-size: 2em;
    font-weight: 700;
    margin: .44em 0;
    line-height: 1em
}

.tt_txt_seo3 h3 {
    display: block;
    font-size: 1.5em;
    font-weight: 700;
    margin: .33em 0
}

.tt_txt_seo3 h4 {
    display: block;
    font-weight: 700;
    margin: 1.33em 0
}

.tt_txt_seo3 h5 {
    display: block;
    font-size: .83em;
    font-weight: 700;
    margin: 1.67em 0
}

.tt_txt_seo3 h6 {
    display: block;
    font-size: .67em;
    font-weight: 700;
    margin: 2.33em 0
}

.tt_txt_seo3 ul {
    display: block;
    list-style-type: disc;
    margin: 1em 0;
    padding-left: 20px
}

.tt_txt_seo3 ol {
    display: block;
    list-style-type: decimal;
    margin: 0;
    padding-left: 40px
}

.tt_txt_seo3 li {
    display: list-item
}

.tt_txt_seo3 ul li {
    list-style-type: disc
}

.tt_txt_seo3 ol li {
    list-style-type: decimal
}

.tt_txt_seo3 pre,.tt_txt_seo3 code {
    display: block;
    font-family: Courier New;
    white-space: pre;
    margin: 1em 0
}

.tt_txt_seo3 #gallery-1 img {
    border: 1px solid #ddd!important;
    padding: 2%!important
}

.bg,.fr_ficenter {
    background-color: #fff
}

.fr_bkb,.fr_ficenter {
    border: 1px solid #4c4b4b
}

.fr_turnover {
    border-radius: 5px;
    padding: 10px 0;
    border: 1px solid #ccc;
    margin: 10px 0 0;
    font-family: prompt;
    font-size: 20px;
    line-height: 20px;
    color: #000;
    background: #fff;
    background: -moz-linear-gradient(top,#fff 0%,#e5e5e5 100%);
    background: -webkit-linear-gradient(top,#fff 0%,#e5e5e5 100%);
    background: linear-gradient(to bottom,#fff 0%,#e5e5e5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#e5e5e5',GradientType=0)
}

.fr_turnover_li {
    margin: 3px 0
}

.bg_p {
    background-color: rgba(0,0,0,.4)
}

.tt_re_fr {
    display: none;
    float: left;
    width: 100%;
    text-align: center;
    font-size: 18px;
    line-height: 18px;
    font-family: Kanit;
    font-weight: 700;
    margin: 7px 0 0;
    background: linear-gradient(90deg,rgba(177,9,4,1) 0%,rgba(242,23,1,1) 100%);
    border-radius: 2px
}

.tt_re_fr a {
    float: left;
    width: 100%;
    color: #fff;
    padding: 15px 0
}

.jp_ct {
    position: relative;
    font-size: 46px;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
    z-index: 1000
}

.jp_time {
    float: right;
    position: relative;
    margin-top: -180px;
    margin-right: 250px;
    z-index: 1000
}

.ifr_vdo iframe {
    width: 100%!important
}

.tt_ct_sa,.tt_ct_se {
    width: 49.5%;
    min-height: 400px;
    margin: 15px 0
}

.tt_ct_sa,.tt_ct_se {
    background-color: #000;
    padding: 10px 10px 5px
}

.bg03x {
    padding: 10px 0 0
}

.ifr_vdo video,.ifr_vdo iframe {
    width: 100%!important;
    border: 1px solid #333
}

.tt_col_2x {
    width: 49%;
    margin: 0 2% 10px 0
}

.tt_col_2x.last {
    margin: 0 0 10px
}

.ifr_vdo {
    width: 50%
}

.ifr_2x {
    width: 48.8%
}

.b_ct .tt_txt_seo {
    width: 100%;
    color: #feffff;
    padding: 10px;
    margin-bottom: 10px;
    margin-top: 0;
    background-color: #111;
    border: 1px solid #222;
    -webkit-box-shadow: inset 0px 0px 7px 0px rgba(0,0,0,.54);
    -moz-box-shadow: inset 0px 0px 7px 0px rgba(0,0,0,.54);
    box-shadow: inset 0px 0px 7px 0px rgba(0,0,0,.54);
    border-radius: 0
}

.game_ft {
    text-align: center
}

.game_ft a {
    display: inline-block;
    padding: 0 5px 5px
}

.game_ft a img {
    max-width: 80px
}

.bgsa {
    padding: 15px 0;
    background: #05382f;
    background: -moz-linear-gradient(45deg,#05382f 0%,#00493c 43%,#012521 100%);
    background: -webkit-linear-gradient(45deg,#05382f 0%,#00493c 43%,#012521 100%);
    background: linear-gradient(45deg,#05382f 0%,#00493c 43%,#012521 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#05382f',endColorstr='#012521',GradientType=1)
}

.bgsx {
    padding: 15px 0;
    background: #8d00af;
    background: -moz-linear-gradient(45deg,#8d00af 0%,#8b01af 29%,#4a007b 100%);
    background: -webkit-linear-gradient(45deg,#8d00af 0%,#8b01af 29%,#4a007b 100%);
    background: linear-gradient(45deg,#8d00af 0%,#8b01af 29%,#4a007b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8d00af',endColorstr='#4a007b',GradientType=1)
}

.bgwm {
    padding: 15px 0;
    background: #001132;
    background: -moz-linear-gradient(45deg,#001132 0%,#000f2c 42%,#000a1e 100%);
    background: -webkit-linear-gradient(45deg,#001132 0%,#000f2c 42%,#000a1e 100%);
    background: linear-gradient(45deg,#001132 0%,#000f2c 42%,#000a1e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#001132',endColorstr='#000a1e',GradientType=1)
}

.bgpg {
    padding: 15px 0;
    background: #420300;
    background: -moz-linear-gradient(45deg,#420300 0%,#4a0400 35%,#8c0700 100%);
    background: -webkit-linear-gradient(45deg,#420300 0%,#4a0400 35%,#8c0700 100%);
    background: linear-gradient(45deg,#420300 0%,#4a0400 35%,#8c0700 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#420300',endColorstr='#8c0700',GradientType=1)
}

.bggp {
    padding: 15px 0;
    background: #13250d;
    background: -moz-linear-gradient(45deg,#13250d 0%,#10220a 35%,#0c1707 100%);
    background: -webkit-linear-gradient(45deg,#13250d 0%,#10220a 35%,#0c1707 100%);
    background: linear-gradient(45deg,#13250d 0%,#10220a 35%,#0c1707 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#13250d',endColorstr='#0c1707',GradientType=1)
}

.bgjk {
    padding: 15px 0;
    background: #000;
    background: -moz-linear-gradient(left,#000 0%,#000 0%,#191616 53%,#2b2b2b 100%);
    background: -webkit-linear-gradient(left,#000 0%,#000 0%,#191616 53%,#2b2b2b 100%);
    background: linear-gradient(to right,#000 0%,#000 0%,#191616 53%,#2b2b2b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000',endColorstr='#2b2b2b',GradientType=1)
}

.bgufa {
    padding: 15px 0;
    background: #2b2b2b;
    background: -moz-linear-gradient(left,#2b2b2b 0%,#191616 35%,#000 100%);
    background: -webkit-linear-gradient(left,#2b2b2b 0%,#191616 35%,#000 100%);
    background: linear-gradient(to right,#2b2b2b 0%,#191616 35%,#000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2b2b2b',endColorstr='#000000',GradientType=1)
}

.bgtx2 {
    padding: 0;
    background: #000;
    border: 2px solid #222
}

.ct_home {
    padding: 0 0 8px;
    margin-top: 0;
    border-radius: 0
}

.tt_col_3x {
    float: left;
    width: 32%;
    margin: 0 2% 2% 0
}

.tt_col_3x.last {
    margin: 0 0 2%
}

.gp1,.gp2,.gp3,.gp4,.grup1,.grup2,.grup3,.grup4 {
    display: none
}

.gp1.active,.gp2.active,.gp3.active,.gp4.active {
    display: block
}

.gp1,.gp2,.gp3,.gp4 {
    margin-bottom: 20px
}

.gr_btn {
    text-align: center;
    margin-bottom: 10px;
    padding: 0;
    background-color: #000;
    margin-bottom: 20px;
    border-radius: 10px
}

.grup_b {
    display: inline-block;
    color: #fff;
    margin: 0 0 -8px;
    overflow: hidden;
    font-family: prompt;
    font-size: 20px;
    font-weight: 700;
    cursor: pointer;
    padding: 10px 0;
    width: 15%
}

.grup_b span {
    float: left;
    width: 100%
}

.grup_b img {
    max-width: 80px
}

.grup_b.active img {
    filter: brightness(160%)
}

.grup_b.active {
    background-color: #c00
}

.list_bn {
    margin-bottom: 10px;
    text-align: center
}

@media screen and (max-width: 980px) {
    .grup_b img {
        max-width:60px
    }

    .grup_b {
        float: left;
        width: 25%;
        font-size: 12px
    }
}

.fr_uc {
    float: left;
    width: 100%;
    white-space: nowrap
}

.page-template-rolling .sc_t,.page-template-deposit .sc_t,.page-template-withdrawal .sc_t,.page-template-hw .sc_t,.page-template-register .sc_t,.page-template-login .sc_t {
    display: none
}

.bg_tr {
    background-color: rgba(0,0,0,.6)
}

#fr_login_user_form.fr_login {
    margin-top: 0;
    padding: 30px 20px 45px
}

.bg_1 {
    background-color: #eee;
    background-image: url(//ufac42.com/wp-content/themes/UFAC4.COM/css/../images/bg2.jpg?v=1.2);
    background-size: cover;
    background-position: top center;
    position: relative;
    min-height: 100px;
    padding: 15px 0 20px
}

.bg_2x {
    background-color: #050202;
    min-height: 100px;
    padding: 0 0 30px
}

.bg_login {
    background-image: url(//ufac42.com/wp-content/themes/UFAC4.COM/css/../images/bg-login.png?v=2.2);
    background-size: cover;
    background-position: top center;
    position: relative;
    padding: 0;
    min-height: 94px;
    border-radius: 16px;
    margin: 15px 0 10px
}

.h-panel-login {
    width: 20%;
    font-family: prompt;
    font-size: 32px;
    padding: 25px 0 0;
    font-weight: 700;
    color: #fff;
    text-align: center
}

.form-login-home {
    float: left;
    width: 78%
}

.form-group-input {
    float: left;
    width: 38%;
    margin-right: 2%;
    margin-top: 10px
}

.input-tx {
    font-family: prompt;
    font-size: 20px;
    color: #ffa800;
    font-weight: 700;
    margin-bottom: 5px
}

.form-group-input input {
    border-radius: 6px;
    width: 100%;
    background-color: #ffff !important;
    height: 38px;
    font-size: 13px;
    line-height: 25px;
    padding: 6px 15px;
    border: 2px solid #ddd;
    background-clip: inherit;
    box-shadow: inset 3px 3px 2px 0px rgba(50,50,50,.25);
    background-color: #fdfdfd
}

.frb_submit {
    float: left;
    width: 18%;
    height: 69px;
    color: #000;
    margin-top: 13px;
    font-family: prompt;
    font-size: 30px;
    line-height: 28px;
    font-weight: 700;
    border-radius: 10px;
    border: 2px solid #612f00;
    cursor: pointer;
    background: #ffc147;
    background: -moz-linear-gradient(top,#ffc147 0%,#ffa735 50%,#fe8202 100%);
    background: -webkit-linear-gradient(top,#ffc147 0%,#ffa735 50%,#fe8202 100%);
    background: linear-gradient(to bottom,#ffc147 0%,#ffa735 50%,#fe8202 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc147',endColorstr='#fe8202',GradientType=0)
}

.frb_submit:hover {
    background: #ffc147;
    background: -moz-linear-gradient(left,#ffc147 0%,#ffa735 50%,#fe8202 100%);
    background: -webkit-linear-gradient(left,#ffc147 0%,#ffa735 50%,#fe8202 100%);
    background: linear-gradient(to right,#ffc147 0%,#ffa735 50%,#fe8202 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc147',endColorstr='#fe8202',GradientType=1)
}

.bg_2 {
    background-color: #000;
    background-image: url(//ufac42.com/wp-content/themes/UFAC4.COM/css/../images/bg1.jpg?v=1.3);
    background-size: cover;
    ackground-position: top center;
    position: relative;
    min-height: 100px;
    padding: 0;
    background-repeat: no-repeat
}

.tt_b1x {
    margin: 45px 0 35px
}

.tt_bb2x {
    margin: 0 0 35px
}

.btxl {
    width: 59%
}

.btxr {
    width: 35%;
    margin-top: 30px
}

.btxr iframe {
    width: 100%!important;
    border: 2px solid #826942
}

.arrxb {
    width: 5%;
    text-align: center
}

.btx_vdo {
    margin: 45px 0 35px
}

.slide_b {
    max-height: 350px;
    padding: 10px 60px
}

.slide_b .owl-carousel .owl-nav .owl-prev {
    position: absolute;
    left: -60px
}

.slide_b .owl-carousel .owl-nav .owl-next {
    position: absolute;
    right: -60px
}

.slide_b .owl-theme .owl-dots {
    display: none!important
}

.bg_3 {
    background-color: #eee;
    background-image: url(//ufac42.com/wp-content/themes/UFAC4.COM/css/../images/bg2.jpg?v=1.2);
    background-size: cover;
    background-position: top center;
    position: relative;
    min-height: 100px;
    padding: 20px 0
}

.btn_main_menu {
    cursor: pointer;
    display: none;
    float: right;
    margin-top: 0;
    font-family: prompt;
    color: #fff;
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
    padding: 9px 12px 0 20px
}

.bg_4 {
    background-color: #000;
    min-height: 100px;
    padding: 0
}

.nav_b {
    float: left;
    border-top: 1px solid #222;
    padding: 7px 20px 10px 7px;
    background: #ff9402;
    color: #000;
    border-radius: 5px
}

.tt_head_menu.use_m {
    display: none
}

.slide_jp.owl-carousel .owl-nav .owl-next {
    right: 0
}

.slide_jp.owl-carousel .owl-nav .owl-prev {
    left: 0
}

.slide_jp.owl-theme .owl-dots .owl-dot span {
    width: 15px;
    margin: 0 2px
}

.slide_jp {
    margin-top: 40px
}

.head_ct {
    margin-bottom: 20px
}

.head_ct .text-haf {
    float: left;
    width: 100%;
    text-align: center;
    font-family: prompt;
    font-size: 28px;
    color: #000;
    line-height: 24px;
    font-weight: 700;
    margin: 20px 0
}

.head_ct .ct_url_af {
    width: 100%;
    max-width: 520px;
    text-align: center;
    margin: 0 auto 0px auto
}

.head_ct .ct_url_af .from_af {
    float: left;
    width: 75%;
    background-color: #f3f3f3;
    border: 2px solid #d1d5db;
    font-size: 16px;
    height: 50px;
    border-radius: 10px 0 0 10px;
    color: #000;
    padding: 0 0 0 10px
}

.head_ct .ct_url_af .btn_af {
    float: left;
    width: 25%;
    background-color: #374151;
    border: 2px solid #193039;
    height: 50px;
    color: #fff;
    font-family: prompt;
    font-size: 22px;
    line-height: 18px;
    font-weight: 700;
    border-radius: 0 10px 10px 0;
    cursor: pointer
}

.tt_affdsc {
    float: left;
    width: 100%;
    border: 2px solid #e8eaed;
    padding: 20px 15px 15px;
    margin: 20px 0;
    border-radius: 10px;
    position: relative
}

.tt_affdsc_h {
    position: absolute;
    top: -17px;
    left: 40px;
    background-color: #fff;
    color: #000;
    padding: 0 10px;
    font-family: prompt;
    font-size: 24px;
    line-height: 24px;
    font-weight: 700
}

.tt_affdsc2 {
    float: left;
    width: 100%;
    padding: 0;
    margin: 20px 0;
    position: relative
}

.tt_affdsc_h2 {
    float: left;
    width: 45%;
    background-color: #000;
    color: #fff;
    padding: 10px;
    font-family: prompt;
    font-size: 24px;
    line-height: 24px;
    font-weight: 700;
    text-align: center;
    border-radius: 10px;
    box-shadow: 5px 5px 8px 0px rgba(0,0,0,.2)
}

.tt_share-list {
    float: left;
    width: 55%;
    font-size: 48px;
    text-align: center
}

.tt_share-list a {
    display: inline-block;
    margin-left: 4%;
    top: -2px;
    position: relative
}

.tt_share-list a .fa-facebook {
    color: #4867aa
}

.tt_share-list a .fa-line {
    color: #40bf05
}

.tt_share-list a .fa-twitter {
    color: #5da9dd
}

.tt_share-list a .fa-facebook-messenger {
    color: #458cfa
}

.bd_boxaf {
    margin: 20px 0
}

.box_af {
    float: left;
    width: 32.6%;
    margin: 0 1% 1% 0;
    padding: 10px;
    border-radius: 10px
}

.box_af.b_af3 {
    margin-right: 0
}

.box_h1 {
    float: left;
    width: 100%;
    font-family: prompt;
    font-size: 22px;
    line-height: 20px;
    font-weight: 700;
    color: #000;
    padding: 0 0 5px
}

.tx_afl {
    float: left;
    width: 100%;
    font-family: prompt;
    font-size: 18px;
    line-height: 20px;
    color: #626566;
    padding: 0 0 2px
}

.box_afr {
    text-align: right
}

.tx_afl_b {
    float: left;
    width: 100%;
    font-size: 20px;
    font-weight: 700
}

.b_af1 {
    border: 1px solid #4bd8a4;
    background-color: #ecfdf5
}

.b_af2 {
    border: 1px solid #f88181;
    background-color: #fef2f2
}

.b_af3 {
    border: 1px solid #fbc63c;
    background-color: #fffbeb
}

.tab_bd {
    margin-top: 20px
}

.b_tab_aff {
    float: left;
    width: 24.22%;
    margin: 0 1% 1% 0;
    font-family: prompt;
    font-size: 18px;
    line-height: 20px;
    border: 1px solid #dc3545;
    border-radius: 5px;
    padding: 10px 0;
    font-weight: 700;
    color: #dc3545;
    text-align: center;
    background-color: #fff;
    cursor: pointer
}

.b_tab_aff:hover,.b_tab_aff.acc {
    background-color: #dc3545;
    color: #fff
}

.b_tab_aff span {
    float: left;
    width: 100%;
    margin-top: 5px
}

.b_tab_aff.tt_tab_aff4 {
    margin-right: 0
}

.ct_aff_list {
    background-color: #f2f2f2;
    border: 1px solid #dee2e6;
    border-radius: 5px;
    padding: 10px
}

.aff_list {
    float: left;
    width: 19.2%;
    margin: 0 1% 0 0;
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 5px;
    text-align: center;
    font-family: prompt;
    font-size: 18px;
    line-height: 20px;
    background-color: #fff
}

.aff_list .m_aff {
    font-size: 24px;
    font-weight: 700;
    color: #17a2b8;
    margin-top: 5px
}

.aff_list.aff5 {
    margin-right: 0
}

.tt_ct_aff {
    float: left;
    width: 100%;
    display: none
}

.tt_ct_aff.acc {
    display: block
}

.tt_list_usr_head {
    font-family: prompt;
    font-size: 22px;
    line-height: 20px;
    font-weight: 700;
    background-color: #f2f2f2;
    padding: 10px
}

.aff_date {
    float: left;
    width: 20%
}

.aff_use {
    float: left;
    width: 40%
}

.aff_all {
    float: right;
    width: 30%;
    text-align: right
}

.tt_list_usr {
    font-family: prompt;
    font-size: 22px;
    line-height: 20px;
    border-bottom: 1px solid #dee2e6;
    padding: 10px
}

.aff_name_mon {
    float: left;
    width: 40%;
    background-color: #f2f2f2;
    border-right: 1px solid #dee2e6;
    padding: 10px 10px 10px 20px
}

.aff_pice {
    float: left;
    width: 60%;
    background-color: #fff;
    padding: 10px 10px 10px 20px
}

.aff_mon {
    margin-top: 5px;
    border-radius: 5px;
    border: 1px solid #ccc;
    overflow: hidden;
    font-family: prompt;
    font-size: 22px;
    line-height: 20px
}

.h_af4 {
    font-family: prompt;
    font-size: 22px;
    line-height: 20px;
    text-align: center
}

.pice_af4 {
    font-family: prompt;
    font-size: 42px;
    line-height: 40px;
    text-align: center;
    font-weight: 700;
    margin-top: 10px;
    color: #b90504;
    margin-bottom: 20px
}

.ct_url_af4 {
    float: left;
    width: 100%
}

.from_af4 {
    float: left;
    width: 75%;
    background-color: #f3f3f3;
    border: 2px solid #d1d5db;
    height: 50px;
    color: #000;
    border-radius: 0 10px 10px 0;
    padding: 0 0 0 10px;
    font-family: prompt;
    font-size: 22px;
    line-height: 20px
}

.tx_af4 {
    float: left;
    width: 25%;
    background-color: #374151;
    border: 2px solid #193039;
    height: 50px;
    color: #fff;
    font-family: prompt;
    font-size: 22px;
    line-height: 48px;
    font-weight: 700;
    border-radius: 10px 0 0 10px;
    cursor: pointer;
    text-align: center
}

.btn_af4 {
    width: 100%;
    border-radius: 10px;
    background-color: #0069d9;
    border: 2px solid #0062cc;
    color: #fff;
    font-family: prompt;
    padding: 10px 0;
    font-size: 22px;
    line-height: 22px;
    font-weight: 700;
    cursor: pointer;
    text-align: center;
    margin-top: 10px
}

.tt_affdsc .thaitheme_read,.tt_affdsc .thaitheme_read a {
    color: #333
}

.tt_drak .bg {
    background-color: #111
}

.tt_drak .aff_list span,.tt_drak .head_ct .text-haf {
    color: #eee
}

.tt_drak .tt_affdsc_h {
    background-color: #111;
    color: #fff
}

.tt_drak .tt_affdsc {
    border: 2px solid #686344
}

.tt_drak .tt_affdsc .thaitheme_read,.tt_drak .tt_affdsc .thaitheme_read a {
    color: #eee
}

.tt_drak .tt_list_usr_head {
    background-color: #222;
    color: #fff
}

.tt_drak .tt_list_usr {
    border-bottom: 1px solid #333;
    color: #fff
}

.tt_drak .aff_name_mon {
    background-color: #222;
    color: #fff;
    border-right: 1px solid #333
}

.tt_drak .aff_mon {
    border: 1px solid #333
}

.tt_drak .b_tab_aff {
    background-color: #fcf5e2
}

.tt_drak .b_tab_aff:hover,.tt_drak .b_tab_aff.acc {
    background-color: #dc3545;
    color: #fff
}

.tt_drak .h_af4 {
    color: #fff
}

.tt_drak .aff_list .m_aff,.tt_drak .pice_af4 {
    color: #eece70
}

.tt_drak .from_af4 {
    border-left: 1px solid #333
}

.tt_drak .head_ct .ct_url_af .from_af {
    border-right: 1px solid #333
}

.tt_drak .head_ct .ct_url_af .btn_af,.tt_drak .tx_af4 {
    background: linear-gradient(180deg,#e29d38,#f2e186 20%,#eece70 65%,#e29d38);
    color: #000;
    border: 0
}

.tt_drak .ct_aff_list {
    background-color: transparent;
    border: 0;
    padding: 10px 0
}

.tt_drak .aff_list {
    background-color: #2c2c2c;
    border: 1px solid #333
}

.tt_drak .tt_affdsc_h2 {
    background-color: #2c2c2c;
    color: #fff;
    border: 1px solid #333
}

.tt_drak .tt_share-list a .fa-facebook,.tt_drak .tt_share-list a .fa-line,.tt_drak .tt_share-list a .fa-twitter,.tt_drak .tt_share-list a .fa-facebook-messenger {
    color: #fff
}

@media screen and (max-width: 800px) {
    .box_af {
        width:100%;
        margin: 0 0 2%
    }

    .head_ct .ct_url_af .from_af {
        width: 100%;
        border-radius: 10px 10px 0 0
    }

    .head_ct .ct_url_af .btn_af {
        width: 100%;
        border-radius: 0 0 10px 10px
    }

    .aff_list {
        width: 32.6%
    }

    .aff_list.aff1 {
        width: 49.5%;
        margin-bottom: 5px
    }

    .aff_list.aff2 {
        width: 49.5%;
        margin-right: 0;
        margin-bottom: 5px
    }

    .aff_date {
        float: left;
        width: 30%
    }

    .aff_use {
        float: left;
        width: 40%;
        text-align: center
    }

    .aff_name_mon {
        padding: 10px 5px 10px 10px
    }

    .tx_af4,.aff_name_mon,.tt_list_usr_head,.tt_list_usr {
        font-size: 18px
    }

    .tx_af4 {
        width: 30%
    }

    .from_af4 {
        width: 70%
    }

    .tt_share-list {
        width: 100%
    }

    .tt_affdsc2 {
        margin: 0
    }

    .tt_share-list a {
        margin-left: 2%;
        margin-right: 2%
    }

    .tt_affdsc_h2 {
        width: 100%;
        margin-bottom: 15px
    }
}

.fa,.fab,.fal,.far,.fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1
}

.fa-lg {
    font-size: 1.33333em;
    line-height: .75em;
    vertical-align: -.0667em
}

.fa-xs {
    font-size: .75em
}

.fa-sm {
    font-size: .875em
}

.fa-1x {
    font-size: 1em
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-6x {
    font-size: 6em
}

.fa-7x {
    font-size: 7em
}

.fa-8x {
    font-size: 8em
}

.fa-9x {
    font-size: 9em
}

.fa-10x {
    font-size: 10em
}

.fa-fw {
    text-align: center;
    width: 1.25em
}

.fa-ul {
    list-style-type: none;
    margin-left: 2.5em;
    padding-left: 0
}

.fa-ul>li {
    position: relative
}

.fa-li {
    left: -2em;
    position: absolute;
    text-align: center;
    width: 2em;
    line-height: inherit
}

.fa-border {
    border: .08em solid #eee;
    border-radius: .1em;
    padding: .2em .25em .15em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right {
    margin-left: .3em
}

.fa-spin {
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    animation: fa-spin 1s infinite steps(8)
}

@keyframes fa-spin {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    transform: scaleX(-1)
}

.fa-flip-vertical {
    transform: scaleY(-1)
}

.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical,.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"
}

.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical {
    transform: scale(-1)
}

:root .fa-flip-both,:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270 {
    filter: none
}

.fa-stack {
    display: inline-block;
    height: 2em;
    line-height: 2em;
    position: relative;
    vertical-align: middle;
    width: 2.5em
}

.fa-stack-1x,.fa-stack-2x {
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-500px:before {
    content: "\f26e"
}

.fa-accessible-icon:before {
    content: "\f368"
}

.fa-accusoft:before {
    content: "\f369"
}

.fa-acquisitions-incorporated:before {
    content: "\f6af"
}

.fa-ad:before {
    content: "\f641"
}

.fa-address-book:before {
    content: "\f2b9"
}

.fa-address-card:before {
    content: "\f2bb"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-adn:before {
    content: "\f170"
}

.fa-adobe:before {
    content: "\f778"
}

.fa-adversal:before {
    content: "\f36a"
}

.fa-affiliatetheme:before {
    content: "\f36b"
}

.fa-air-freshener:before {
    content: "\f5d0"
}

.fa-algolia:before {
    content: "\f36c"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-alipay:before {
    content: "\f642"
}

.fa-allergies:before {
    content: "\f461"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-amazon-pay:before {
    content: "\f42c"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-american-sign-language-interpreting:before {
    content: "\f2a3"
}

.fa-amilia:before {
    content: "\f36d"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-android:before {
    content: "\f17b"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angry:before {
    content: "\f556"
}

.fa-angrycreative:before {
    content: "\f36e"
}

.fa-angular:before {
    content: "\f420"
}

.fa-ankh:before {
    content: "\f644"
}

.fa-app-store:before {
    content: "\f36f"
}

.fa-app-store-ios:before {
    content: "\f370"
}

.fa-apper:before {
    content: "\f371"
}

.fa-apple:before {
    content: "\f179"
}

.fa-apple-alt:before {
    content: "\f5d1"
}

.fa-apple-pay:before {
    content: "\f415"
}

.fa-archive:before {
    content: "\f187"
}

.fa-archway:before {
    content: "\f557"
}

.fa-arrow-alt-circle-down:before {
    content: "\f358"
}

.fa-arrow-alt-circle-left:before {
    content: "\f359"
}

.fa-arrow-alt-circle-right:before {
    content: "\f35a"
}

.fa-arrow-alt-circle-up:before {
    content: "\f35b"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-arrows-alt-h:before {
    content: "\f337"
}

.fa-arrows-alt-v:before {
    content: "\f338"
}

.fa-artstation:before {
    content: "\f77a"
}

.fa-assistive-listening-systems:before {
    content: "\f2a2"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-asymmetrik:before {
    content: "\f372"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-atlas:before {
    content: "\f558"
}

.fa-atlassian:before {
    content: "\f77b"
}

.fa-atom:before {
    content: "\f5d2"
}

.fa-audible:before {
    content: "\f373"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-autoprefixer:before {
    content: "\f41c"
}

.fa-avianex:before {
    content: "\f374"
}

.fa-aviato:before {
    content: "\f421"
}

.fa-award:before {
    content: "\f559"
}

.fa-aws:before {
    content: "\f375"
}

.fa-baby:before {
    content: "\f77c"
}

.fa-baby-carriage:before {
    content: "\f77d"
}

.fa-backspace:before {
    content: "\f55a"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-bacon:before {
    content: "\f7e5"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-band-aid:before {
    content: "\f462"
}

.fa-bandcamp:before {
    content: "\f2d5"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-bars:before {
    content: "\f0c9"
}

.fa-baseball-ball:before {
    content: "\f433"
}

.fa-basketball-ball:before {
    content: "\f434"
}

.fa-bath:before {
    content: "\f2cd"
}

.fa-battery-empty:before {
    content: "\f244"
}

.fa-battery-full:before {
    content: "\f240"
}

.fa-battery-half:before {
    content: "\f242"
}

.fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-bed:before {
    content: "\f236"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bezier-curve:before {
    content: "\f55b"
}

.fa-bible:before {
    content: "\f647"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-bimobject:before {
    content: "\f378"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-biohazard:before {
    content: "\f780"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitcoin:before {
    content: "\f379"
}

.fa-bity:before {
    content: "\f37a"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-blackberry:before {
    content: "\f37b"
}

.fa-blender:before {
    content: "\f517"
}

.fa-blender-phone:before {
    content: "\f6b6"
}

.fa-blind:before {
    content: "\f29d"
}

.fa-blog:before {
    content: "\f781"
}

.fa-blogger:before {
    content: "\f37c"
}

.fa-blogger-b:before {
    content: "\f37d"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-bold:before {
    content: "\f032"
}

.fa-bolt:before {
    content: "\f0e7"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-bone:before {
    content: "\f5d7"
}

.fa-bong:before {
    content: "\f55c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-book-dead:before {
    content: "\f6b7"
}

.fa-book-medical:before {
    content: "\f7e6"
}

.fa-book-open:before {
    content: "\f518"
}

.fa-book-reader:before {
    content: "\f5da"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-bowling-ball:before {
    content: "\f436"
}

.fa-box:before {
    content: "\f466"
}

.fa-box-open:before {
    content: "\f49e"
}

.fa-boxes:before {
    content: "\f468"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-brain:before {
    content: "\f5dc"
}

.fa-bread-slice:before {
    content: "\f7ec"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-briefcase-medical:before {
    content: "\f469"
}

.fa-broadcast-tower:before {
    content: "\f519"
}

.fa-broom:before {
    content: "\f51a"
}

.fa-brush:before {
    content: "\f55d"
}

.fa-btc:before {
    content: "\f15a"
}

.fa-bug:before {
    content: "\f188"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-burn:before {
    content: "\f46a"
}

.fa-buromobelexperte:before {
    content: "\f37f"
}

.fa-bus:before {
    content: "\f207"
}

.fa-bus-alt:before {
    content: "\f55e"
}

.fa-business-time:before {
    content: "\f64a"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-calendar:before {
    content: "\f133"
}

.fa-calendar-alt:before {
    content: "\f073"
}

.fa-calendar-check:before {
    content: "\f274"
}

.fa-calendar-day:before {
    content: "\f783"
}

.fa-calendar-minus:before {
    content: "\f272"
}

.fa-calendar-plus:before {
    content: "\f271"
}

.fa-calendar-times:before {
    content: "\f273"
}

.fa-calendar-week:before {
    content: "\f784"
}

.fa-camera:before {
    content: "\f030"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-campground:before {
    content: "\f6bb"
}

.fa-canadian-maple-leaf:before {
    content: "\f785"
}

.fa-candy-cane:before {
    content: "\f786"
}

.fa-cannabis:before {
    content: "\f55f"
}

.fa-capsules:before {
    content: "\f46b"
}

.fa-car:before {
    content: "\f1b9"
}

.fa-car-alt:before {
    content: "\f5de"
}

.fa-car-battery:before {
    content: "\f5df"
}

.fa-car-crash:before {
    content: "\f5e1"
}

.fa-car-side:before {
    content: "\f5e4"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-caret-square-down:before {
    content: "\f150"
}

.fa-caret-square-left:before {
    content: "\f191"
}

.fa-caret-square-right:before {
    content: "\f152"
}

.fa-caret-square-up:before {
    content: "\f151"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-carrot:before {
    content: "\f787"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cash-register:before {
    content: "\f788"
}

.fa-cat:before {
    content: "\f6be"
}

.fa-cc-amazon-pay:before {
    content: "\f42d"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-apple-pay:before {
    content: "\f416"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-centercode:before {
    content: "\f380"
}

.fa-centos:before {
    content: "\f789"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-chair:before {
    content: "\f6c0"
}

.fa-chalkboard:before {
    content: "\f51b"
}

.fa-chalkboard-teacher:before {
    content: "\f51c"
}

.fa-charging-station:before {
    content: "\f5e7"
}

.fa-chart-area:before {
    content: "\f1fe"
}

.fa-chart-bar:before {
    content: "\f080"
}

.fa-chart-line:before {
    content: "\f201"
}

.fa-chart-pie:before {
    content: "\f200"
}

.fa-check:before {
    content: "\f00c"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-check-double:before {
    content: "\f560"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-cheese:before {
    content: "\f7ef"
}

.fa-chess:before {
    content: "\f439"
}

.fa-chess-bishop:before {
    content: "\f43a"
}

.fa-chess-board:before {
    content: "\f43c"
}

.fa-chess-king:before {
    content: "\f43f"
}

.fa-chess-knight:before {
    content: "\f441"
}

.fa-chess-pawn:before {
    content: "\f443"
}

.fa-chess-queen:before {
    content: "\f445"
}

.fa-chess-rook:before {
    content: "\f447"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-church:before {
    content: "\f51d"
}

.fa-circle:before {
    content: "\f111"
}

.fa-circle-notch:before {
    content: "\f1ce"
}

.fa-city:before {
    content: "\f64f"
}

.fa-clinic-medical:before {
    content: "\f7f2"
}

.fa-clipboard:before {
    content: "\f328"
}

.fa-clipboard-check:before {
    content: "\f46c"
}

.fa-clipboard-list:before {
    content: "\f46d"
}

.fa-clock:before {
    content: "\f017"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-closed-captioning:before {
    content: "\f20a"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-cloud-download-alt:before {
    content: "\f381"
}

.fa-cloud-meatball:before {
    content: "\f73b"
}

.fa-cloud-moon:before {
    content: "\f6c3"
}

.fa-cloud-moon-rain:before {
    content: "\f73c"
}

.fa-cloud-rain:before {
    content: "\f73d"
}

.fa-cloud-showers-heavy:before {
    content: "\f740"
}

.fa-cloud-sun:before {
    content: "\f6c4"
}

.fa-cloud-sun-rain:before {
    content: "\f743"
}

.fa-cloud-upload-alt:before {
    content: "\f382"
}

.fa-cloudscale:before {
    content: "\f383"
}

.fa-cloudsmith:before {
    content: "\f384"
}

.fa-cloudversify:before {
    content: "\f385"
}

.fa-cocktail:before {
    content: "\f561"
}

.fa-code:before {
    content: "\f121"
}

.fa-code-branch:before {
    content: "\f126"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cog:before {
    content: "\f013"
}

.fa-cogs:before {
    content: "\f085"
}

.fa-coins:before {
    content: "\f51e"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-comment:before {
    content: "\f075"
}

.fa-comment-alt:before {
    content: "\f27a"
}

.fa-comment-dollar:before {
    content: "\f651"
}

.fa-comment-dots:before {
    content: "\f4ad"
}

.fa-comment-medical:before {
    content: "\f7f5"
}

.fa-comment-slash:before {
    content: "\f4b3"
}

.fa-comments:before {
    content: "\f086"
}

.fa-comments-dollar:before {
    content: "\f653"
}

.fa-compact-disc:before {
    content: "\f51f"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-compress:before {
    content: "\f066"
}

.fa-compress-arrows-alt:before {
    content: "\f78c"
}

.fa-concierge-bell:before {
    content: "\f562"
}

.fa-confluence:before {
    content: "\f78d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-cookie:before {
    content: "\f563"
}

.fa-cookie-bite:before {
    content: "\f564"
}

.fa-copy:before {
    content: "\f0c5"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-couch:before {
    content: "\f4b8"
}

.fa-cpanel:before {
    content: "\f388"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-creative-commons-by:before {
    content: "\f4e7"
}

.fa-creative-commons-nc:before {
    content: "\f4e8"
}

.fa-creative-commons-nc-eu:before {
    content: "\f4e9"
}

.fa-creative-commons-nc-jp:before {
    content: "\f4ea"
}

.fa-creative-commons-nd:before {
    content: "\f4eb"
}

.fa-creative-commons-pd:before {
    content: "\f4ec"
}

.fa-creative-commons-pd-alt:before {
    content: "\f4ed"
}

.fa-creative-commons-remix:before {
    content: "\f4ee"
}

.fa-creative-commons-sa:before {
    content: "\f4ef"
}

.fa-creative-commons-sampling:before {
    content: "\f4f0"
}

.fa-creative-commons-sampling-plus:before {
    content: "\f4f1"
}

.fa-creative-commons-share:before {
    content: "\f4f2"
}

.fa-creative-commons-zero:before {
    content: "\f4f3"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-critical-role:before {
    content: "\f6c9"
}

.fa-crop:before {
    content: "\f125"
}

.fa-crop-alt:before {
    content: "\f565"
}

.fa-cross:before {
    content: "\f654"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-crow:before {
    content: "\f520"
}

.fa-crown:before {
    content: "\f521"
}

.fa-crutch:before {
    content: "\f7f7"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-css3-alt:before {
    content: "\f38b"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-cut:before {
    content: "\f0c4"
}

.fa-cuttlefish:before {
    content: "\f38c"
}

.fa-d-and-d:before {
    content: "\f38d"
}

.fa-d-and-d-beyond:before {
    content: "\f6ca"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-deaf:before {
    content: "\f2a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-democrat:before {
    content: "\f747"
}

.fa-deploydog:before {
    content: "\f38e"
}

.fa-deskpro:before {
    content: "\f38f"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-dev:before {
    content: "\f6cc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-dharmachakra:before {
    content: "\f655"
}

.fa-dhl:before {
    content: "\f790"
}

.fa-diagnoses:before {
    content: "\f470"
}

.fa-diaspora:before {
    content: "\f791"
}

.fa-dice:before {
    content: "\f522"
}

.fa-dice-d20:before {
    content: "\f6cf"
}

.fa-dice-d6:before {
    content: "\f6d1"
}

.fa-dice-five:before {
    content: "\f523"
}

.fa-dice-four:before {
    content: "\f524"
}

.fa-dice-one:before {
    content: "\f525"
}

.fa-dice-six:before {
    content: "\f526"
}

.fa-dice-three:before {
    content: "\f527"
}

.fa-dice-two:before {
    content: "\f528"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-digital-ocean:before {
    content: "\f391"
}

.fa-digital-tachograph:before {
    content: "\f566"
}

.fa-directions:before {
    content: "\f5eb"
}

.fa-discord:before {
    content: "\f392"
}

.fa-discourse:before {
    content: "\f393"
}

.fa-divide:before {
    content: "\f529"
}

.fa-dizzy:before {
    content: "\f567"
}

.fa-dna:before {
    content: "\f471"
}

.fa-dochub:before {
    content: "\f394"
}

.fa-docker:before {
    content: "\f395"
}

.fa-dog:before {
    content: "\f6d3"
}

.fa-dollar-sign:before {
    content: "\f155"
}

.fa-dolly:before {
    content: "\f472"
}

.fa-dolly-flatbed:before {
    content: "\f474"
}

.fa-donate:before {
    content: "\f4b9"
}

.fa-door-closed:before {
    content: "\f52a"
}

.fa-door-open:before {
    content: "\f52b"
}

.fa-dot-circle:before {
    content: "\f192"
}

.fa-dove:before {
    content: "\f4ba"
}

.fa-download:before {
    content: "\f019"
}

.fa-draft2digital:before {
    content: "\f396"
}

.fa-drafting-compass:before {
    content: "\f568"
}

.fa-dragon:before {
    content: "\f6d5"
}

.fa-draw-polygon:before {
    content: "\f5ee"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-dribbble-square:before {
    content: "\f397"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-drum:before {
    content: "\f569"
}

.fa-drum-steelpan:before {
    content: "\f56a"
}

.fa-drumstick-bite:before {
    content: "\f6d7"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-dumbbell:before {
    content: "\f44b"
}

.fa-dumpster:before {
    content: "\f793"
}

.fa-dumpster-fire:before {
    content: "\f794"
}

.fa-dungeon:before {
    content: "\f6d9"
}

.fa-dyalog:before {
    content: "\f399"
}

.fa-earlybirds:before {
    content: "\f39a"
}

.fa-ebay:before {
    content: "\f4f4"
}

.fa-edge:before {
    content: "\f282"
}

.fa-edit:before {
    content: "\f044"
}

.fa-egg:before {
    content: "\f7fb"
}

.fa-eject:before {
    content: "\f052"
}

.fa-elementor:before {
    content: "\f430"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-ello:before {
    content: "\f5f1"
}

.fa-ember:before {
    content: "\f423"
}

.fa-empire:before {
    content: "\f1d1"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-envelope-open:before {
    content: "\f2b6"
}

.fa-envelope-open-text:before {
    content: "\f658"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-envira:before {
    content: "\f299"
}

.fa-equals:before {
    content: "\f52c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-erlang:before {
    content: "\f39d"
}

.fa-ethereum:before {
    content: "\f42e"
}

.fa-ethernet:before {
    content: "\f796"
}

.fa-etsy:before {
    content: "\f2d7"
}

.fa-euro-sign:before {
    content: "\f153"
}

.fa-exchange-alt:before {
    content: "\f362"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-exclamation-triangle:before {
    content: "\f071"
}

.fa-expand:before {
    content: "\f065"
}

.fa-expand-arrows-alt:before {
    content: "\f31e"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-external-link-alt:before {
    content: "\f35d"
}

.fa-external-link-square-alt:before {
    content: "\f360"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-dropper:before {
    content: "\f1fb"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-facebook:before {
    content: "\f09a"
}

.fa-facebook-f:before {
    content: "\f39e"
}

.fa-facebook-messenger:before {
    content: "\f39f"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-fantasy-flight-games:before {
    content: "\f6dc"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-feather:before {
    content: "\f52d"
}

.fa-feather-alt:before {
    content: "\f56b"
}

.fa-fedex:before {
    content: "\f797"
}

.fa-fedora:before {
    content: "\f798"
}

.fa-female:before {
    content: "\f182"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-figma:before {
    content: "\f799"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-alt:before {
    content: "\f15c"
}

.fa-file-archive:before {
    content: "\f1c6"
}

.fa-file-audio:before {
    content: "\f1c7"
}

.fa-file-code:before {
    content: "\f1c9"
}

.fa-file-contract:before {
    content: "\f56c"
}

.fa-file-csv:before {
    content: "\f6dd"
}

.fa-file-download:before {
    content: "\f56d"
}

.fa-file-excel:before {
    content: "\f1c3"
}

.fa-file-export:before {
    content: "\f56e"
}

.fa-file-image:before {
    content: "\f1c5"
}

.fa-file-import:before {
    content: "\f56f"
}

.fa-file-invoice:before {
    content: "\f570"
}

.fa-file-invoice-dollar:before {
    content: "\f571"
}

.fa-file-medical:before {
    content: "\f477"
}

.fa-file-medical-alt:before {
    content: "\f478"
}

.fa-file-pdf:before {
    content: "\f1c1"
}

.fa-file-powerpoint:before {
    content: "\f1c4"
}

.fa-file-prescription:before {
    content: "\f572"
}

.fa-file-signature:before {
    content: "\f573"
}

.fa-file-upload:before {
    content: "\f574"
}

.fa-file-video:before {
    content: "\f1c8"
}

.fa-file-word:before {
    content: "\f1c2"
}

.fa-fill:before {
    content: "\f575"
}

.fa-fill-drip:before {
    content: "\f576"
}

.fa-film:before {
    content: "\f008"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-fingerprint:before {
    content: "\f577"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-fire-alt:before {
    content: "\f7e4"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-first-aid:before {
    content: "\f479"
}

.fa-first-order:before {
    content: "\f2b0"
}

.fa-first-order-alt:before {
    content: "\f50a"
}

.fa-firstdraft:before {
    content: "\f3a1"
}

.fa-fish:before {
    content: "\f578"
}

.fa-fist-raised:before {
    content: "\f6de"
}

.fa-flag:before {
    content: "\f024"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-flag-usa:before {
    content: "\f74d"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-flipboard:before {
    content: "\f44d"
}

.fa-flushed:before {
    content: "\f579"
}

.fa-fly:before {
    content: "\f417"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-minus:before {
    content: "\f65d"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-folder-plus:before {
    content: "\f65e"
}

.fa-font:before {
    content: "\f031"
}

.fa-font-awesome:before {
    content: "\f2b4"
}

.fa-font-awesome-alt:before {
    content: "\f35c"
}

.fa-font-awesome-flag:before {
    content: "\f425"
}

.fa-font-awesome-logo-full:before {
    content: "\f4e6"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-fonticons-fi:before {
    content: "\f3a2"
}

.fa-football-ball:before {
    content: "\f44e"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-fort-awesome-alt:before {
    content: "\f3a3"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-free-code-camp:before {
    content: "\f2c5"
}

.fa-freebsd:before {
    content: "\f3a4"
}

.fa-frog:before {
    content: "\f52e"
}

.fa-frown:before {
    content: "\f119"
}

.fa-frown-open:before {
    content: "\f57a"
}

.fa-fulcrum:before {
    content: "\f50b"
}

.fa-funnel-dollar:before {
    content: "\f662"
}

.fa-futbol:before {
    content: "\f1e3"
}

.fa-galactic-republic:before {
    content: "\f50c"
}

.fa-galactic-senate:before {
    content: "\f50d"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-gas-pump:before {
    content: "\f52f"
}

.fa-gavel:before {
    content: "\f0e3"
}

.fa-gem:before {
    content: "\f3a5"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-ghost:before {
    content: "\f6e2"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-gifts:before {
    content: "\f79c"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-github:before {
    content: "\f09b"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-gitkraken:before {
    content: "\f3a6"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-gitter:before {
    content: "\f426"
}

.fa-glass-cheers:before {
    content: "\f79f"
}

.fa-glass-martini:before {
    content: "\f000"
}

.fa-glass-martini-alt:before {
    content: "\f57b"
}

.fa-glass-whiskey:before {
    content: "\f7a0"
}

.fa-glasses:before {
    content: "\f530"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-globe-africa:before {
    content: "\f57c"
}

.fa-globe-americas:before {
    content: "\f57d"
}

.fa-globe-asia:before {
    content: "\f57e"
}

.fa-globe-europe:before {
    content: "\f7a2"
}

.fa-gofore:before {
    content: "\f3a7"
}

.fa-golf-ball:before {
    content: "\f450"
}

.fa-goodreads:before {
    content: "\f3a8"
}

.fa-goodreads-g:before {
    content: "\f3a9"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-google-drive:before {
    content: "\f3aa"
}

.fa-google-play:before {
    content: "\f3ab"
}

.fa-google-plus:before {
    content: "\f2b3"
}

.fa-google-plus-g:before {
    content: "\f0d5"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-gopuram:before {
    content: "\f664"
}

.fa-graduation-cap:before {
    content: "\f19d"
}

.fa-gratipay:before {
    content: "\f184"
}

.fa-grav:before {
    content: "\f2d6"
}

.fa-greater-than:before {
    content: "\f531"
}

.fa-greater-than-equal:before {
    content: "\f532"
}

.fa-grimace:before {
    content: "\f57f"
}

.fa-grin:before {
    content: "\f580"
}

.fa-grin-alt:before {
    content: "\f581"
}

.fa-grin-beam:before {
    content: "\f582"
}

.fa-grin-beam-sweat:before {
    content: "\f583"
}

.fa-grin-hearts:before {
    content: "\f584"
}

.fa-grin-squint:before {
    content: "\f585"
}

.fa-grin-squint-tears:before {
    content: "\f586"
}

.fa-grin-stars:before {
    content: "\f587"
}

.fa-grin-tears:before {
    content: "\f588"
}

.fa-grin-tongue:before {
    content: "\f589"
}

.fa-grin-tongue-squint:before {
    content: "\f58a"
}

.fa-grin-tongue-wink:before {
    content: "\f58b"
}

.fa-grin-wink:before {
    content: "\f58c"
}

.fa-grip-horizontal:before {
    content: "\f58d"
}

.fa-grip-lines:before {
    content: "\f7a4"
}

.fa-grip-lines-vertical:before {
    content: "\f7a5"
}

.fa-grip-vertical:before {
    content: "\f58e"
}

.fa-gripfire:before {
    content: "\f3ac"
}

.fa-grunt:before {
    content: "\f3ad"
}

.fa-guitar:before {
    content: "\f7a6"
}

.fa-gulp:before {
    content: "\f3ae"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-hacker-news:before {
    content: "\f1d4"
}

.fa-hacker-news-square:before {
    content: "\f3af"
}

.fa-hackerrank:before {
    content: "\f5f7"
}

.fa-hamburger:before {
    content: "\f805"
}

.fa-hammer:before {
    content: "\f6e3"
}

.fa-hamsa:before {
    content: "\f665"
}

.fa-hand-holding:before {
    content: "\f4bd"
}

.fa-hand-holding-heart:before {
    content: "\f4be"
}

.fa-hand-holding-usd:before {
    content: "\f4c0"
}

.fa-hand-lizard:before {
    content: "\f258"
}

.fa-hand-middle-finger:before {
    content: "\f806"
}

.fa-hand-paper:before {
    content: "\f256"
}

.fa-hand-peace:before {
    content: "\f25b"
}

.fa-hand-point-down:before {
    content: "\f0a7"
}

.fa-hand-point-left:before {
    content: "\f0a5"
}

.fa-hand-point-right:before {
    content: "\f0a4"
}

.fa-hand-point-up:before {
    content: "\f0a6"
}

.fa-hand-pointer:before {
    content: "\f25a"
}

.fa-hand-rock:before {
    content: "\f255"
}

.fa-hand-scissors:before {
    content: "\f257"
}

.fa-hand-spock:before {
    content: "\f259"
}

.fa-hands:before {
    content: "\f4c2"
}

.fa-hands-helping:before {
    content: "\f4c4"
}

.fa-handshake:before {
    content: "\f2b5"
}

.fa-hanukiah:before {
    content: "\f6e6"
}

.fa-hard-hat:before {
    content: "\f807"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-hat-wizard:before {
    content: "\f6e8"
}

.fa-haykal:before {
    content: "\f666"
}

.fa-hdd:before {
    content: "\f0a0"
}

.fa-heading:before {
    content: "\f1dc"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-headphones-alt:before {
    content: "\f58f"
}

.fa-headset:before {
    content: "\f590"
}

.fa-heart:before {
    content: "\f004"
}

.fa-heart-broken:before {
    content: "\f7a9"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-helicopter:before {
    content: "\f533"
}

.fa-highlighter:before {
    content: "\f591"
}

.fa-hiking:before {
    content: "\f6ec"
}

.fa-hippo:before {
    content: "\f6ed"
}

.fa-hips:before {
    content: "\f452"
}

.fa-hire-a-helper:before {
    content: "\f3b0"
}

.fa-history:before {
    content: "\f1da"
}

.fa-hockey-puck:before {
    content: "\f453"
}

.fa-holly-berry:before {
    content: "\f7aa"
}

.fa-home:before {
    content: "\f015"
}

.fa-hooli:before {
    content: "\f427"
}

.fa-hornbill:before {
    content: "\f592"
}

.fa-horse:before {
    content: "\f6f0"
}

.fa-horse-head:before {
    content: "\f7ab"
}

.fa-hospital:before {
    content: "\f0f8"
}

.fa-hospital-alt:before {
    content: "\f47d"
}

.fa-hospital-symbol:before {
    content: "\f47e"
}

.fa-hot-tub:before {
    content: "\f593"
}

.fa-hotdog:before {
    content: "\f80f"
}

.fa-hotel:before {
    content: "\f594"
}

.fa-hotjar:before {
    content: "\f3b1"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-start:before {
    content: "\f251"
}

.fa-house-damage:before {
    content: "\f6f1"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-hryvnia:before {
    content: "\f6f2"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-hubspot:before {
    content: "\f3b2"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-ice-cream:before {
    content: "\f810"
}

.fa-icicles:before {
    content: "\f7ad"
}

.fa-id-badge:before {
    content: "\f2c1"
}

.fa-id-card:before {
    content: "\f2c2"
}

.fa-id-card-alt:before {
    content: "\f47f"
}

.fa-igloo:before {
    content: "\f7ae"
}

.fa-image:before {
    content: "\f03e"
}

.fa-images:before {
    content: "\f302"
}

.fa-imdb:before {
    content: "\f2d8"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-industry:before {
    content: "\f275"
}

.fa-infinity:before {
    content: "\f534"
}

.fa-info:before {
    content: "\f129"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-intercom:before {
    content: "\f7af"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-invision:before {
    content: "\f7b0"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-italic:before {
    content: "\f033"
}

.fa-itunes:before {
    content: "\f3b4"
}

.fa-itunes-note:before {
    content: "\f3b5"
}

.fa-java:before {
    content: "\f4e4"
}

.fa-jedi:before {
    content: "\f669"
}

.fa-jedi-order:before {
    content: "\f50e"
}

.fa-jenkins:before {
    content: "\f3b6"
}

.fa-jira:before {
    content: "\f7b1"
}

.fa-joget:before {
    content: "\f3b7"
}

.fa-joint:before {
    content: "\f595"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-journal-whills:before {
    content: "\f66a"
}

.fa-js:before {
    content: "\f3b8"
}

.fa-js-square:before {
    content: "\f3b9"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-kaaba:before {
    content: "\f66b"
}

.fa-kaggle:before {
    content: "\f5fa"
}

.fa-key:before {
    content: "\f084"
}

.fa-keybase:before {
    content: "\f4f5"
}

.fa-keyboard:before {
    content: "\f11c"
}

.fa-keycdn:before {
    content: "\f3ba"
}

.fa-khanda:before {
    content: "\f66d"
}

.fa-kickstarter:before {
    content: "\f3bb"
}

.fa-kickstarter-k:before {
    content: "\f3bc"
}

.fa-kiss:before {
    content: "\f596"
}

.fa-kiss-beam:before {
    content: "\f597"
}

.fa-kiss-wink-heart:before {
    content: "\f598"
}

.fa-kiwi-bird:before {
    content: "\f535"
}

.fa-korvue:before {
    content: "\f42f"
}

.fa-landmark:before {
    content: "\f66f"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-laptop-code:before {
    content: "\f5fc"
}

.fa-laptop-medical:before {
    content: "\f812"
}

.fa-laravel:before {
    content: "\f3bd"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-laugh:before {
    content: "\f599"
}

.fa-laugh-beam:before {
    content: "\f59a"
}

.fa-laugh-squint:before {
    content: "\f59b"
}

.fa-laugh-wink:before {
    content: "\f59c"
}

.fa-layer-group:before {
    content: "\f5fd"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-lemon:before {
    content: "\f094"
}

.fa-less:before {
    content: "\f41d"
}

.fa-less-than:before {
    content: "\f536"
}

.fa-less-than-equal:before {
    content: "\f537"
}

.fa-level-down-alt:before {
    content: "\f3be"
}

.fa-level-up-alt:before {
    content: "\f3bf"
}

.fa-life-ring:before {
    content: "\f1cd"
}

.fa-lightbulb:before {
    content: "\f0eb"
}

.fa-line:before {
    content: "\f3c0"
}

.fa-link:before {
    content: "\f0c1"
}

.fa-linkedin:before {
    content: "\f08c"
}

.fa-linkedin-in:before {
    content: "\f0e1"
}

.fa-linode:before {
    content: "\f2b8"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-lira-sign:before {
    content: "\f195"
}

.fa-list:before {
    content: "\f03a"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-lock:before {
    content: "\f023"
}

.fa-lock-open:before {
    content: "\f3c1"
}

.fa-long-arrow-alt-down:before {
    content: "\f309"
}

.fa-long-arrow-alt-left:before {
    content: "\f30a"
}

.fa-long-arrow-alt-right:before {
    content: "\f30b"
}

.fa-long-arrow-alt-up:before {
    content: "\f30c"
}

.fa-low-vision:before {
    content: "\f2a8"
}

.fa-luggage-cart:before {
    content: "\f59d"
}

.fa-lyft:before {
    content: "\f3c3"
}

.fa-magento:before {
    content: "\f3c4"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-mail-bulk:before {
    content: "\f674"
}

.fa-mailchimp:before {
    content: "\f59e"
}

.fa-male:before {
    content: "\f183"
}

.fa-mandalorian:before {
    content: "\f50f"
}

.fa-map:before {
    content: "\f279"
}

.fa-map-marked:before {
    content: "\f59f"
}

.fa-map-marked-alt:before {
    content: "\f5a0"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-map-marker-alt:before {
    content: "\f3c5"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-markdown:before {
    content: "\f60f"
}

.fa-marker:before {
    content: "\f5a1"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mask:before {
    content: "\f6fa"
}

.fa-mastodon:before {
    content: "\f4f6"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-medal:before {
    content: "\f5a2"
}

.fa-medapps:before {
    content: "\f3c6"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-medium-m:before {
    content: "\f3c7"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-medrt:before {
    content: "\f3c8"
}

.fa-meetup:before {
    content: "\f2e0"
}

.fa-megaport:before {
    content: "\f5a3"
}

.fa-meh:before {
    content: "\f11a"
}

.fa-meh-blank:before {
    content: "\f5a4"
}

.fa-meh-rolling-eyes:before {
    content: "\f5a5"
}

.fa-memory:before {
    content: "\f538"
}

.fa-mendeley:before {
    content: "\f7b3"
}

.fa-menorah:before {
    content: "\f676"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-meteor:before {
    content: "\f753"
}

.fa-microchip:before {
    content: "\f2db"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-alt:before {
    content: "\f3c9"
}

.fa-microphone-alt-slash:before {
    content: "\f539"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-microscope:before {
    content: "\f610"
}

.fa-microsoft:before {
    content: "\f3ca"
}

.fa-minus:before {
    content: "\f068"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-mitten:before {
    content: "\f7b5"
}

.fa-mix:before {
    content: "\f3cb"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-mizuni:before {
    content: "\f3cc"
}

.fa-mobile:before {
    content: "\f10b"
}

.fa-mobile-alt:before {
    content: "\f3cd"
}

.fa-modx:before {
    content: "\f285"
}

.fa-monero:before {
    content: "\f3d0"
}

.fa-money-bill:before {
    content: "\f0d6"
}

.fa-money-bill-alt:before {
    content: "\f3d1"
}

.fa-money-bill-wave:before {
    content: "\f53a"
}

.fa-money-bill-wave-alt:before {
    content: "\f53b"
}

.fa-money-check:before {
    content: "\f53c"
}

.fa-money-check-alt:before {
    content: "\f53d"
}

.fa-monument:before {
    content: "\f5a6"
}

.fa-moon:before {
    content: "\f186"
}

.fa-mortar-pestle:before {
    content: "\f5a7"
}

.fa-mosque:before {
    content: "\f678"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-mountain:before {
    content: "\f6fc"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-mug-hot:before {
    content: "\f7b6"
}

.fa-music:before {
    content: "\f001"
}

.fa-napster:before {
    content: "\f3d2"
}

.fa-neos:before {
    content: "\f612"
}

.fa-network-wired:before {
    content: "\f6ff"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-newspaper:before {
    content: "\f1ea"
}

.fa-nimblr:before {
    content: "\f5a8"
}

.fa-nintendo-switch:before {
    content: "\f418"
}

.fa-node:before {
    content: "\f419"
}

.fa-node-js:before {
    content: "\f3d3"
}

.fa-not-equal:before {
    content: "\f53e"
}

.fa-notes-medical:before {
    content: "\f481"
}

.fa-npm:before {
    content: "\f3d4"
}

.fa-ns8:before {
    content: "\f3d5"
}

.fa-nutritionix:before {
    content: "\f3d6"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-oil-can:before {
    content: "\f613"
}

.fa-old-republic:before {
    content: "\f510"
}

.fa-om:before {
    content: "\f679"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-osi:before {
    content: "\f41a"
}

.fa-otter:before {
    content: "\f700"
}

.fa-outdent:before {
    content: "\f03b"
}

.fa-page4:before {
    content: "\f3d7"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-pager:before {
    content: "\f815"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-paint-roller:before {
    content: "\f5aa"
}

.fa-palette:before {
    content: "\f53f"
}

.fa-palfed:before {
    content: "\f3d8"
}

.fa-pallet:before {
    content: "\f482"
}

.fa-paper-plane:before {
    content: "\f1d8"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-parachute-box:before {
    content: "\f4cd"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-parking:before {
    content: "\f540"
}

.fa-passport:before {
    content: "\f5ab"
}

.fa-pastafarianism:before {
    content: "\f67b"
}

.fa-paste:before {
    content: "\f0ea"
}

.fa-patreon:before {
    content: "\f3d9"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-peace:before {
    content: "\f67c"
}

.fa-pen:before {
    content: "\f304"
}

.fa-pen-alt:before {
    content: "\f305"
}

.fa-pen-fancy:before {
    content: "\f5ac"
}

.fa-pen-nib:before {
    content: "\f5ad"
}

.fa-pen-square:before {
    content: "\f14b"
}

.fa-pencil-alt:before {
    content: "\f303"
}

.fa-pencil-ruler:before {
    content: "\f5ae"
}

.fa-penny-arcade:before {
    content: "\f704"
}

.fa-people-carry:before {
    content: "\f4ce"
}

.fa-pepper-hot:before {
    content: "\f816"
}

.fa-percent:before {
    content: "\f295"
}

.fa-percentage:before {
    content: "\f541"
}

.fa-periscope:before {
    content: "\f3da"
}

.fa-person-booth:before {
    content: "\f756"
}

.fa-phabricator:before {
    content: "\f3db"
}

.fa-phoenix-framework:before {
    content: "\f3dc"
}

.fa-phoenix-squadron:before {
    content: "\f511"
}

.fa-phone:before {
    content: "\f095"
}

.fa-phone-slash:before {
    content: "\f3dd"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-phone-volume:before {
    content: "\f2a0"
}

.fa-php:before {
    content: "\f457"
}

.fa-pied-piper:before {
    content: "\f2ae"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-pied-piper-hat:before {
    content: "\f4e5"
}

.fa-pied-piper-pp:before {
    content: "\f1a7"
}

.fa-piggy-bank:before {
    content: "\f4d3"
}

.fa-pills:before {
    content: "\f484"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-pizza-slice:before {
    content: "\f818"
}

.fa-place-of-worship:before {
    content: "\f67f"
}

.fa-plane:before {
    content: "\f072"
}

.fa-plane-arrival:before {
    content: "\f5af"
}

.fa-plane-departure:before {
    content: "\f5b0"
}

.fa-play:before {
    content: "\f04b"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-playstation:before {
    content: "\f3df"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-plus:before {
    content: "\f067"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-podcast:before {
    content: "\f2ce"
}

.fa-poll:before {
    content: "\f681"
}

.fa-poll-h:before {
    content: "\f682"
}

.fa-poo:before {
    content: "\f2fe"
}

.fa-poo-storm:before {
    content: "\f75a"
}

.fa-poop:before {
    content: "\f619"
}

.fa-portrait:before {
    content: "\f3e0"
}

.fa-pound-sign:before {
    content: "\f154"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-pray:before {
    content: "\f683"
}

.fa-praying-hands:before {
    content: "\f684"
}

.fa-prescription:before {
    content: "\f5b1"
}

.fa-prescription-bottle:before {
    content: "\f485"
}

.fa-prescription-bottle-alt:before {
    content: "\f486"
}

.fa-print:before {
    content: "\f02f"
}

.fa-procedures:before {
    content: "\f487"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-project-diagram:before {
    content: "\f542"
}

.fa-pushed:before {
    content: "\f3e1"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-python:before {
    content: "\f3e2"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-question:before {
    content: "\f128"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-quidditch:before {
    content: "\f458"
}

.fa-quinscape:before {
    content: "\f459"
}

.fa-quora:before {
    content: "\f2c4"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-quran:before {
    content: "\f687"
}

.fa-r-project:before {
    content: "\f4f7"
}

.fa-radiation:before {
    content: "\f7b9"
}

.fa-radiation-alt:before {
    content: "\f7ba"
}

.fa-rainbow:before {
    content: "\f75b"
}

.fa-random:before {
    content: "\f074"
}

.fa-raspberry-pi:before {
    content: "\f7bb"
}

.fa-ravelry:before {
    content: "\f2d9"
}

.fa-react:before {
    content: "\f41b"
}

.fa-reacteurope:before {
    content: "\f75d"
}

.fa-readme:before {
    content: "\f4d5"
}

.fa-rebel:before {
    content: "\f1d0"
}

.fa-receipt:before {
    content: "\f543"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-red-river:before {
    content: "\f3e3"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-redhat:before {
    content: "\f7bc"
}

.fa-redo:before {
    content: "\f01e"
}

.fa-redo-alt:before {
    content: "\f2f9"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-reply:before {
    content: "\f3e5"
}

.fa-reply-all:before {
    content: "\f122"
}

.fa-replyd:before {
    content: "\f3e6"
}

.fa-republican:before {
    content: "\f75e"
}

.fa-researchgate:before {
    content: "\f4f8"
}

.fa-resolving:before {
    content: "\f3e7"
}

.fa-restroom:before {
    content: "\f7bd"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-rev:before {
    content: "\f5b2"
}

.fa-ribbon:before {
    content: "\f4d6"
}

.fa-ring:before {
    content: "\f70b"
}

.fa-road:before {
    content: "\f018"
}

.fa-robot:before {
    content: "\f544"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-rocketchat:before {
    content: "\f3e8"
}

.fa-rockrms:before {
    content: "\f3e9"
}

.fa-route:before {
    content: "\f4d7"
}

.fa-rss:before {
    content: "\f09e"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-ruble-sign:before {
    content: "\f158"
}

.fa-ruler:before {
    content: "\f545"
}

.fa-ruler-combined:before {
    content: "\f546"
}

.fa-ruler-horizontal:before {
    content: "\f547"
}

.fa-ruler-vertical:before {
    content: "\f548"
}

.fa-running:before {
    content: "\f70c"
}

.fa-rupee-sign:before {
    content: "\f156"
}

.fa-sad-cry:before {
    content: "\f5b3"
}

.fa-sad-tear:before {
    content: "\f5b4"
}

.fa-safari:before {
    content: "\f267"
}

.fa-sass:before {
    content: "\f41e"
}

.fa-satellite:before {
    content: "\f7bf"
}

.fa-satellite-dish:before {
    content: "\f7c0"
}

.fa-save:before {
    content: "\f0c7"
}

.fa-schlix:before {
    content: "\f3ea"
}

.fa-school:before {
    content: "\f549"
}

.fa-screwdriver:before {
    content: "\f54a"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-scroll:before {
    content: "\f70e"
}

.fa-sd-card:before {
    content: "\f7c2"
}

.fa-search:before {
    content: "\f002"
}

.fa-search-dollar:before {
    content: "\f688"
}

.fa-search-location:before {
    content: "\f689"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-searchengin:before {
    content: "\f3eb"
}

.fa-seedling:before {
    content: "\f4d8"
}

.fa-sellcast:before {
    content: "\f2da"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-server:before {
    content: "\f233"
}

.fa-servicestack:before {
    content: "\f3ec"
}

.fa-shapes:before {
    content: "\f61f"
}

.fa-share:before {
    content: "\f064"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-shekel-sign:before {
    content: "\f20b"
}

.fa-shield-alt:before {
    content: "\f3ed"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-shipping-fast:before {
    content: "\f48b"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-shoe-prints:before {
    content: "\f54b"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-shopware:before {
    content: "\f5b5"
}

.fa-shower:before {
    content: "\f2cc"
}

.fa-shuttle-van:before {
    content: "\f5b6"
}

.fa-sign:before {
    content: "\f4d9"
}

.fa-sign-in-alt:before {
    content: "\f2f6"
}

.fa-sign-language:before {
    content: "\f2a7"
}

.fa-sign-out-alt:before {
    content: "\f2f5"
}

.fa-signal:before {
    content: "\f012"
}

.fa-signature:before {
    content: "\f5b7"
}

.fa-sim-card:before {
    content: "\f7c4"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-sistrix:before {
    content: "\f3ee"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-sith:before {
    content: "\f512"
}

.fa-skating:before {
    content: "\f7c5"
}

.fa-sketch:before {
    content: "\f7c6"
}

.fa-skiing:before {
    content: "\f7c9"
}

.fa-skiing-nordic:before {
    content: "\f7ca"
}

.fa-skull:before {
    content: "\f54c"
}

.fa-skull-crossbones:before {
    content: "\f714"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-slack:before {
    content: "\f198"
}

.fa-slack-hash:before {
    content: "\f3ef"
}

.fa-slash:before {
    content: "\f715"
}

.fa-sleigh:before {
    content: "\f7cc"
}

.fa-sliders-h:before {
    content: "\f1de"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-smile:before {
    content: "\f118"
}

.fa-smile-beam:before {
    content: "\f5b8"
}

.fa-smile-wink:before {
    content: "\f4da"
}

.fa-smog:before {
    content: "\f75f"
}

.fa-smoking:before {
    content: "\f48d"
}

.fa-smoking-ban:before {
    content: "\f54d"
}

.fa-sms:before {
    content: "\f7cd"
}

.fa-snapchat:before {
    content: "\f2ab"
}

.fa-snapchat-ghost:before {
    content: "\f2ac"
}

.fa-snapchat-square:before {
    content: "\f2ad"
}

.fa-snowboarding:before {
    content: "\f7ce"
}

.fa-snowflake:before {
    content: "\f2dc"
}

.fa-snowman:before {
    content: "\f7d0"
}

.fa-snowplow:before {
    content: "\f7d2"
}

.fa-socks:before {
    content: "\f696"
}

.fa-solar-panel:before {
    content: "\f5ba"
}

.fa-sort:before {
    content: "\f0dc"
}

.fa-sort-alpha-down:before {
    content: "\f15d"
}

.fa-sort-alpha-up:before {
    content: "\f15e"
}

.fa-sort-amount-down:before {
    content: "\f160"
}

.fa-sort-amount-up:before {
    content: "\f161"
}

.fa-sort-down:before {
    content: "\f0dd"
}

.fa-sort-numeric-down:before {
    content: "\f162"
}

.fa-sort-numeric-up:before {
    content: "\f163"
}

.fa-sort-up:before {
    content: "\f0de"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-sourcetree:before {
    content: "\f7d3"
}

.fa-spa:before {
    content: "\f5bb"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-speakap:before {
    content: "\f3f3"
}

.fa-spider:before {
    content: "\f717"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-splotch:before {
    content: "\f5bc"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-spray-can:before {
    content: "\f5bd"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-square-full:before {
    content: "\f45c"
}

.fa-square-root-alt:before {
    content: "\f698"
}

.fa-squarespace:before {
    content: "\f5be"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-stamp:before {
    content: "\f5bf"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-and-crescent:before {
    content: "\f699"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-star-half-alt:before {
    content: "\f5c0"
}

.fa-star-of-david:before {
    content: "\f69a"
}

.fa-star-of-life:before {
    content: "\f621"
}

.fa-staylinked:before {
    content: "\f3f5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-steam-symbol:before {
    content: "\f3f6"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-sticker-mule:before {
    content: "\f3f7"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stopwatch:before {
    content: "\f2f2"
}

.fa-store:before {
    content: "\f54e"
}

.fa-store-alt:before {
    content: "\f54f"
}

.fa-strava:before {
    content: "\f428"
}

.fa-stream:before {
    content: "\f550"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-stripe:before {
    content: "\f429"
}

.fa-stripe-s:before {
    content: "\f42a"
}

.fa-stroopwafel:before {
    content: "\f551"
}

.fa-studiovinari:before {
    content: "\f3f8"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-subway:before {
    content: "\f239"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-suitcase-rolling:before {
    content: "\f5c1"
}

.fa-sun:before {
    content: "\f185"
}

.fa-superpowers:before {
    content: "\f2dd"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-supple:before {
    content: "\f3f9"
}

.fa-surprise:before {
    content: "\f5c2"
}

.fa-suse:before {
    content: "\f7d6"
}

.fa-swatchbook:before {
    content: "\f5c3"
}

.fa-swimmer:before {
    content: "\f5c4"
}

.fa-swimming-pool:before {
    content: "\f5c5"
}

.fa-synagogue:before {
    content: "\f69b"
}

.fa-sync:before {
    content: "\f021"
}

.fa-sync-alt:before {
    content: "\f2f1"
}

.fa-syringe:before {
    content: "\f48e"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-table-tennis:before {
    content: "\f45d"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-tablet-alt:before {
    content: "\f3fa"
}

.fa-tablets:before {
    content: "\f490"
}

.fa-tachometer-alt:before {
    content: "\f3fd"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-tape:before {
    content: "\f4db"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-taxi:before {
    content: "\f1ba"
}

.fa-teamspeak:before {
    content: "\f4f9"
}

.fa-teeth:before {
    content: "\f62e"
}

.fa-teeth-open:before {
    content: "\f62f"
}

.fa-telegram:before {
    content: "\f2c6"
}

.fa-telegram-plane:before {
    content: "\f3fe"
}

.fa-temperature-high:before {
    content: "\f769"
}

.fa-temperature-low:before {
    content: "\f76b"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-tenge:before {
    content: "\f7d7"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-the-red-yeti:before {
    content: "\f69d"
}

.fa-theater-masks:before {
    content: "\f630"
}

.fa-themeco:before {
    content: "\f5c6"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.fa-thermometer:before {
    content: "\f491"
}

.fa-thermometer-empty:before {
    content: "\f2cb"
}

.fa-thermometer-full:before {
    content: "\f2c7"
}

.fa-thermometer-half:before {
    content: "\f2c9"
}

.fa-thermometer-quarter:before {
    content: "\f2ca"
}

.fa-thermometer-three-quarters:before {
    content: "\f2c8"
}

.fa-think-peaks:before {
    content: "\f731"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbtack:before {
    content: "\f08d"
}

.fa-ticket-alt:before {
    content: "\f3ff"
}

.fa-times:before {
    content: "\f00d"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-tint:before {
    content: "\f043"
}

.fa-tint-slash:before {
    content: "\f5c7"
}

.fa-tired:before {
    content: "\f5c8"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-toilet:before {
    content: "\f7d8"
}

.fa-toilet-paper:before {
    content: "\f71e"
}

.fa-toolbox:before {
    content: "\f552"
}

.fa-tools:before {
    content: "\f7d9"
}

.fa-tooth:before {
    content: "\f5c9"
}

.fa-torah:before {
    content: "\f6a0"
}

.fa-torii-gate:before {
    content: "\f6a1"
}

.fa-tractor:before {
    content: "\f722"
}

.fa-trade-federation:before {
    content: "\f513"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-traffic-light:before {
    content: "\f637"
}

.fa-train:before {
    content: "\f238"
}

.fa-tram:before {
    content: "\f7da"
}

.fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-trash-alt:before {
    content: "\f2ed"
}

.fa-trash-restore:before {
    content: "\f829"
}

.fa-trash-restore-alt:before {
    content: "\f82a"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-trello:before {
    content: "\f181"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-truck-loading:before {
    content: "\f4de"
}

.fa-truck-monster:before {
    content: "\f63b"
}

.fa-truck-moving:before {
    content: "\f4df"
}

.fa-truck-pickup:before {
    content: "\f63c"
}

.fa-tshirt:before {
    content: "\f553"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-tv:before {
    content: "\f26c"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-typo3:before {
    content: "\f42b"
}

.fa-uber:before {
    content: "\f402"
}

.fa-ubuntu:before {
    content: "\f7df"
}

.fa-uikit:before {
    content: "\f403"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-umbrella-beach:before {
    content: "\f5ca"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-undo:before {
    content: "\f0e2"
}

.fa-undo-alt:before {
    content: "\f2ea"
}

.fa-uniregistry:before {
    content: "\f404"
}

.fa-universal-access:before {
    content: "\f29a"
}

.fa-university:before {
    content: "\f19c"
}

.fa-unlink:before {
    content: "\f127"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-untappd:before {
    content: "\f405"
}

.fa-upload:before {
    content: "\f093"
}

.fa-ups:before {
    content: "\f7e0"
}

.fa-usb:before {
    content: "\f287"
}

.fa-user:before {
    content: "\f007"
}

.fa-user-alt:before {
    content: "\f406"
}

.fa-user-alt-slash:before {
    content: "\f4fa"
}

.fa-user-astronaut:before {
    content: "\f4fb"
}

.fa-user-check:before {
    content: "\f4fc"
}

.fa-user-circle:before {
    content: "\f2bd"
}

.fa-user-clock:before {
    content: "\f4fd"
}

.fa-user-cog:before {
    content: "\f4fe"
}

.fa-user-edit:before {
    content: "\f4ff"
}

.fa-user-friends:before {
    content: "\f500"
}

.fa-user-graduate:before {
    content: "\f501"
}

.fa-user-injured:before {
    content: "\f728"
}

.fa-user-lock:before {
    content: "\f502"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-user-minus:before {
    content: "\f503"
}

.fa-user-ninja:before {
    content: "\f504"
}

.fa-user-nurse:before {
    content: "\f82f"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-user-shield:before {
    content: "\f505"
}

.fa-user-slash:before {
    content: "\f506"
}

.fa-user-tag:before {
    content: "\f507"
}

.fa-user-tie:before {
    content: "\f508"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-users:before {
    content: "\f0c0"
}

.fa-users-cog:before {
    content: "\f509"
}

.fa-usps:before {
    content: "\f7e1"
}

.fa-ussunnah:before {
    content: "\f407"
}

.fa-utensil-spoon:before {
    content: "\f2e5"
}

.fa-utensils:before {
    content: "\f2e7"
}

.fa-vaadin:before {
    content: "\f408"
}

.fa-vector-square:before {
    content: "\f5cb"
}

.fa-venus:before {
    content: "\f221"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-vial:before {
    content: "\f492"
}

.fa-vials:before {
    content: "\f493"
}

.fa-viber:before {
    content: "\f409"
}

.fa-video:before {
    content: "\f03d"
}

.fa-video-slash:before {
    content: "\f4e2"
}

.fa-vihara:before {
    content: "\f6a7"
}

.fa-vimeo:before {
    content: "\f40a"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-vimeo-v:before {
    content: "\f27d"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-vk:before {
    content: "\f189"
}

.fa-vnv:before {
    content: "\f40b"
}

.fa-volleyball-ball:before {
    content: "\f45f"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-mute:before {
    content: "\f6a9"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-vote-yea:before {
    content: "\f772"
}

.fa-vr-cardboard:before {
    content: "\f729"
}

.fa-vuejs:before {
    content: "\f41f"
}

.fa-walking:before {
    content: "\f554"
}

.fa-wallet:before {
    content: "\f555"
}

.fa-warehouse:before {
    content: "\f494"
}

.fa-water:before {
    content: "\f773"
}

.fa-weebly:before {
    content: "\f5cc"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-weight:before {
    content: "\f496"
}

.fa-weight-hanging:before {
    content: "\f5cd"
}

.fa-weixin:before {
    content: "\f1d7"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-whatsapp-square:before {
    content: "\f40c"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-whmcs:before {
    content: "\f40d"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-wind:before {
    content: "\f72e"
}

.fa-window-close:before {
    content: "\f410"
}

.fa-window-maximize:before {
    content: "\f2d0"
}

.fa-window-minimize:before {
    content: "\f2d1"
}

.fa-window-restore:before {
    content: "\f2d2"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-wine-bottle:before {
    content: "\f72f"
}

.fa-wine-glass:before {
    content: "\f4e3"
}

.fa-wine-glass-alt:before {
    content: "\f5ce"
}

.fa-wix:before {
    content: "\f5cf"
}

.fa-wizards-of-the-coast:before {
    content: "\f730"
}

.fa-wolf-pack-battalion:before {
    content: "\f514"
}

.fa-won-sign:before {
    content: "\f159"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-wordpress-simple:before {
    content: "\f411"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-wpexplorer:before {
    content: "\f2de"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-wpressr:before {
    content: "\f3e4"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-x-ray:before {
    content: "\f497"
}

.fa-xbox:before {
    content: "\f412"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-y-combinator:before {
    content: "\f23b"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-yandex:before {
    content: "\f413"
}

.fa-yandex-international:before {
    content: "\f414"
}

.fa-yarn:before {
    content: "\f7e3"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-yen-sign:before {
    content: "\f157"
}

.fa-yin-yang:before {
    content: "\f6ad"
}

.fa-yoast:before {
    content: "\f2b1"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-youtube-square:before {
    content: "\f431"
}

.fa-zhihu:before {
    content: "\f63f"
}

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

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

@font-face {
    font-family: "Font Awesome 5 Brands";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://use.fontawesome.com/releases/v5.7.0/webfonts/fa-brands-400.eot);
    src: url(https://use.fontawesome.com/releases/v5.7.0/webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),url(https://use.fontawesome.com/releases/v5.7.0/webfonts/fa-brands-400.woff2) format("woff2"),url(https://use.fontawesome.com/releases/v5.7.0/webfonts/fa-brands-400.woff) format("woff"),url(https://use.fontawesome.com/releases/v5.7.0/webfonts/fa-brands-400.ttf) format("truetype"),url(https://use.fontawesome.com/releases/v5.7.0/webfonts/fa-brands-400.svg#fontawesome) format("svg")
}

@font-face {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://use.fontawesome.com/releases/v5.7.0/webfonts/fa-regular-400.eot);
    src: url(//ufac42.com/wp-content/themes/UFAC4.COM/css/../webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"),url(https://use.fontawesome.com/releases/v5.7.0/webfonts/fa-regular-400.woff2) format("woff2"),url(https://use.fontawesome.com/releases/v5.7.0/webfonts/fa-regular-400.woff) format("woff"),url(https://use.fontawesome.com/releases/v5.7.0/webfonts/fa-regular-400.ttf) format("truetype"),url(https://use.fontawesome.com/releases/v5.7.0/webfonts/fa-regular-400.svg#fontawesome) format("svg")
}

@font-face {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(https://use.fontawesome.com/releases/v5.7.0/webfonts/fa-solid-900.eot);
    src: url(https://use.fontawesome.com/releases/v5.7.0/webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(https://use.fontawesome.com/releases/v5.7.0/webfonts/fa-solid-900.woff2) format("woff2"),url(https://use.fontawesome.com/releases/v5.7.0/webfonts/fa-solid-900.woff) format("woff"),url(https://use.fontawesome.com/releases/v5.7.0/webfonts/fa-solid-900.ttf) format("truetype"),url(https://use.fontawesome.com/releases/v5.7.0/webfonts/fa-solid-900.svg#fontawesome) format("svg")
}

.fab {
    font-family: "Font Awesome 5 Brands"
}

.far {
    font-weight: 400
}

.fa,.far,.fas {
    font-family: "Font Awesome 5 Free"
}

.fa,.fas {
    font-weight: 900;
	color: white;
}

@charset "utf-8";@media screen and (min-width: 1800px) {
    .tt_txt_seo2 {
        padding:0
    }

    #topbar2 {
        width: 280px
    }
}

@media screen and (max-width: 1024px) {
    #topbar2,#topbar {
        display:none
    }

    .wrapper {
        padding: 0 15px
    }
}

@media screen and (max-width: 980px) {
    .menu_footer ul li:after {
        width:0
    }

    .tt_slide_page {
        max-height: 230px
    }

    .tt_from_login {
        margin: 20px 0 0
    }

    .tt_slide {
        margin: 0
    }

    .sc_t,.live_bx,.jp_bg,.tt_live,.pcx {
        display: none
    }

    .home .sc_t,.mcx {
        display: block
    }

    .bg2 {
        padding: 20px 0 0;
        background-image: none;
        background: #ba943e;
        background: -moz-linear-gradient(left,#ba943e 0%,#dbc684 21%,#f1e1a2 49%,#e7ca7a 80%,#b28b42 100%);
        background: -webkit-linear-gradient(left,#ba943e 0%,#dbc684 21%,#f1e1a2 49%,#e7ca7a 80%,#b28b42 100%);
        background: linear-gradient(to right,#ba943e 0%,#dbc684 21%,#f1e1a2 49%,#e7ca7a 80%,#b28b42 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ba943e',endColorstr='#b28b42',GradientType=1)
    }

    .tt_txt_seo2 {
        padding: 0
    }

    .head_mc {
        display: block
    }

    .h-linem img {
        max-width: 180px
    }

    .btmc {
        padding: 0 10px
    }
}

@media screen and (max-width: 960px) {
    .tt_from_login {
        width:100%;
        margin: 5px 0 0;
        padding: 15px 20px;
        background: #dbdbdb;
        background: -moz-linear-gradient(top,rgba(219,219,219,1) 0%,rgba(198,198,198,1) 100%);
        background: -webkit-linear-gradient(top,rgba(219,219,219,1) 0%,rgba(198,198,198,1) 100%);
        background: linear-gradient(to bottom,rgba(219,219,219,1) 0%,rgba(198,198,198,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dbdbdb',endColorstr='#c6c6c6',GradientType=0)
    }

    .tt_head_menu {
        float: left;
        width: 100%;
        margin: 24px 0 0 2.2%
    }

    .tt_from_lg .tt_from_u,.tt_from_lg .tt_from_p {
        color: #555;
        width: 40%;
        margin: 0 5px 0 0;
        padding: 10px 0 10px 5px;
        border: 1px solid #ccc;
        height: 40px;
        font-size: 14px;
        background-color: #fff
    }

    .tt_from_lg {
        width: 80%
    }

    .tt_submit {
        border: 0;
        width: 15%;
        height: 40px;
        text-align: center;
        font-size: 16px;
        color: #fff;
        cursor: pointer;
        line-height: 40px
    }

    .tt_btn_lang {
        padding: 10px 5px 10px 10px
    }

    .tx_pc {
        display: none
    }

    .tx_m,.head_phone {
        display: block
    }

    .tt-social {
        margin-top: 0
    }

    .tt-fxpc {
        position: relative
    }

    .fixpc {
        margin-top: 0
    }

    body {
        padding: 60px 0 0
    }
}

@media screen and (max-width: 800px) {
    .bg_3,.bg_1 {
        padding:0
    }

    .header {
        margin: 0;
        padding: 0
    }

    .tt_from_login_m,.nav_m {
        display: block
    }

    .wrapper {
        padding: 0;
        overflow: hidden
    }

    .post-sm {
        width: 50%
    }

    .post-hl {
        width: 100%;
        background-color: transparent;
        margin: 10px 0 0 10px
    }

    .post-hl:hover {
        background-color: transparent
    }

    .post-sm .tt_img,.post-hl .tt_img {
        width: 25%
    }

    .post-hl .title p {
        display: none
    }

    .post-sm {
        float: left;
        width: 100%;
        margin: 5px 0 5px 10px
    }

    .post-hl .title,.post-sm .title {
        float: right;
        width: 73%;
        padding: 0 10px 10px
    }

    .post-hl .title h3 {
        color: #000
    }

    .post-sm .title h3 {
        font-size: 16px;
        color: #000
    }

    .nav_lang {
        width: 120px
    }

    .banner_stb img,.tt_b2xr,.banner_bank img,.banner_hover img,.right_ct,.left_ct {
        width: 100%
    }

    .wrapper_c {
        overflow: hidden
    }

    .tt-line-phone,.fr_yt,.header_bt,.tt_fb {
        display: none
    }

    .right_ct .banner_hover {
        width: 33.3333%
    }

    .tt_content {
        padding: 10px 10px 5px
    }

    .tt_slide {
        padding: 0;
        width: 100%
    }

    .tt_live {
        float: left;
        width: 100%;
        margin: 0;
        border: 0;
        padding: 15px
    }

    .nav_m {
        min-height: 45px;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1000;
        border-bottom: 2px solid #000;
        background-color: #fff
    }

    .nav_m a {
        float: left;
        width: 100%;
        text-align: center
    }

    .nav-toggle {
        position: absolute;
        left: 0;
        top: 0;
        height: 45px;
        width: 56px;
        font-size: 24px;
        color: #000;
        cursor: pointer;
        text-align: center
    }

    .nav-toggle strong {
        font-size: 12px;
        top: 27px;
        position: absolute;
        left: 10px
    }

    .user-toggle {
        position: absolute;
        right: 0;
        top: 0;
        height: 45px;
        width: 56px;
        font-size: 24px;
        color: #000;
        cursor: pointer;
        text-align: center
    }

    .user-toggle strong {
        font-size: 12px;
        top: 27px;
        position: absolute;
        left: 5px
    }

    .nav_top {
        margin-top: 30px
    }

    .tt_head_menu ul li.hied_pc,.owl-theme.owl-loaded .owl-controls .owl-dots {
        display: none!important
    }

    .logo_m {
        display: block;
        float: left;
        width: 100%;
        text-align: center;
        background: #0c0016;
        padding: 0
    }

    .tt_head_menu {
        width: 100%;
        margin: 0;
        position: relative
    }

    .logo_pc,.tt_head_menu ul li:after {
        display: none
    }

    .tt_head_menu ul {
        left: 0;
        padding: 0;
        z-index: 9999;
        width: 100%;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        background: #000
    }

    .tt_head_menu ul li {
        display: block;
        float: left;
        width: 33.3333%;
        border-right: 1px solid #000;
        border-top: 1px solid #000;
        border-bottom: 1px solid #000;
        margin: 0 0 -1px;
        background: #222
    }

    .tt_head_menu ul li.show_m,.tt_head_menu ul li.hipc {
        display: block
    }

    .tt_head_menu ul li.ico-new {
        margin: 0
    }

    .tt_head_menu ul li.ico-new a {
        color: #fff!important;
        animation: none;
        -webkit-animation: none
    }

    .tt_head_menu ul li a {
        float: left;
        width: 100%;
        font-size: 18px;
        color: #eee;
        text-shadow: none;
        text-align: center;
        padding: 12px 0;
        white-space: nowrap;
        border: 0;
        border-radius: 0;
        background: #222
    }

    .tt_head_menu ul li.ico-new:hover a {
        color: #fff!important
    }

    .tt_head_menu .ico-new a:before {
        right: 5px;
        top: -12px
    }

    .tt_head_menu ul li.current-menu-item a,.tt_head_menu ul li:hover a {
        background: #222;
        color: #eee;
        border: 0
    }

    .tt_head_menu {
        min-height: 10px
    }

    .head_from_pc .tt_from_p,.head_from_pc .tt_from_u {
        background-color: #fff
    }

    .head_from_pc input::placeholder {
        color: #777;
        opacity: 1
    }

    .tt_live.if_login .fr_ficenter {
        border-radius: 0
    }

    .tt_live.if_login {
        border-radius: 0;
        margin: 0 0 -3px;
        padding: 0
    }

    .head_from_pc input:-ms-input-placeholder {
        color: #777
    }

    .head_from_pc input::-ms-input-placeholder {
        color: #777
    }

    .tt_head_menu {
        min-height: 10px
    }

    .nav_menu {
        width: 100%;
        margin: 0
    }

    .tt_from_login {
        float: left;
        width: 100%;
        padding: 10px 10px 0
    }

    .ct_lang {
        float: left;
        width: 100%;
        padding: 10px;
        margin: 0
    }

    .menu_list.first,.menu_list.center,.menu_list {
        width: 32%;
        margin: 0 0 15px 1%;
        min-height: 180px
    }

    .menu_list.first ul li a,.menu_list.center ul li a {
        width: 100%
    }

    .use_lang,.tt_btn_lang {
        float: left;
        width: 100%;
        font-size: 16px
    }

    .tt_btn_lang .tt_tx {
        width: 95%;
        height: 18px
    }

    .nav_lang {
        width: 100%;
        top: 40px;
        font-size: 16px;
        border: 1px solid #ddd
    }

    .nav_lang a {
        padding: 15px 10px
    }

    .banner_h {
        display: none
    }

    .tt_from_lg {
        width: 100%;
        margin-right: 0
    }

    .tt_from_lg .tt_from_u,.tt_from_lg .tt_from_p {
        float: left;
        margin: 5px 0 0;
        width: 100%;
        height: 40px;
        padding: 10px 0;
        font-size: 14px;
        background-color: #fff;
        text-align: center;
        border: 1px solid #ccc
    }

    .tt_from_lg .tt_captcha {
        float: left;
        margin: 15px 0 0;
        width: 60%;
        height: 40px;
        padding: 10px 0;
        font-size: 14px;
        background-color: #f2f2f2;
        text-align: center;
        border: 2px solid #eee
    }

    .captcha_img {
        float: left;
        margin: 15px 0 0 3%;
        width: 37%;
        height: 40px;
        font-size: 28px;
        line-height: 40px
    }

    .captcha_img img {
        margin-top: 10px
    }

    .tt_submit {
        width: 100%;
        margin: 15px 0;
        padding: 5px 0;
        height: auto;
        font-size: 18px;
        -moz-box-shadow: inset 0px 1px 0px 0px #fff6af
    }

    .ct_bank img {
        width: 100%
    }

    .tt_from_login.active {
        display: block;
        margin: 0 auto;
        width: 60%;
        position: fixed;
        left: 0;
        right: 0;
        top: 20%;
        z-index: 1000;
        border-radius: 10px;
        background: #efefef;
        background: -moz-linear-gradient(top,#efefef 0%,#c6c6c6 100%);
        background: -webkit-linear-gradient(top,#efefef 0%,#c6c6c6 100%);
        background: linear-gradient(to bottom,#efefef 0%,#c6c6c6 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#efefef',endColorstr='#c6c6c6',GradientType=0)
    }

    .tt_xsl {
        background: #000
    }

    .bgsl {
        padding: 10px 0 0
    }

    .tt_label {
        float: left;
        margin: 10px 0 0;
        font-size: 16px;
        color: #333
    }

    .fb_box,.social-sharing {
        display: none
    }

    .head_from {
        padding: 15px
    }

    .logo_pc {
        width: 100%;
        text-align: center;
        margin-bottom: 10px
    }

    .login_head_m {
        display: block
    }

    .nav_mobile {
        float: left;
        width: 100%;
        display: block
    }

    .nav_mobile ul li {
        float: left;
        width: 25%;
        color: #333;
        border-right: 1px solid #ccc;
        padding: 8px 0;
        text-align: center
    }

    .menu_list span {
        color: #000;
        font-size: 16px;
        border-right: 0;
        padding: 8px 0;
        text-align: center;
        background: #bf9b50
    }

    .bar {
        margin: 30px 0 0
    }

    .tt_from_box select.wpcf7-form-control,.tt_from_box textarea.wpcf7-textarea,.tt_from_box input.wpcf7-text {
        padding: 7px 10px;
        background: #f9f9f9
    }

    .tt_tab3,.tt_tab2,.tt_tab1 {
        padding: 8px 0
    }

    .tt-date,.footer_c,.m_pc,.m_pc2,.tt-social,.tt_head_menu.m_pc,.tt_clip {
        display: none
    }

    .tt_submit {
        background: #960103
    }

    .b-right {
        width: 25px;
        height: 42px;
        background: #c10000;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 9999999;
        color: #fff;
        font-size: 22px;
        text-align: center;
        line-height: 45px
    }

    .head_from_pc {
        padding-top: 0
    }

    .bx_clip video {
        width: 100%;
        height: auto
    }

    .tt_xsl,.tt_live.if_login,.from_hc {
        width: 100%;
        float: left
    }

    .s-mc {
        width: 100%;
        float: left;
        position: relative
    }

    .b-right {
        display: block
    }

    .tt_head_menu.m-mc {
        display: block;
        position: relative;
        overflow: auto;
        background: linear-gradient(0deg,#000,#212121);
        border-top: 3px solid #c10000;
        border-bottom: 1px solid #111
    }

    .tx_sl_bg {
        padding: 0
    }

    .head_from_pc .tt_from_p,.head_from_pc .tt_from_u {
        width: 100%;
        float: left;
        height: 45px;
        text-align: center;
        margin-bottom: 5px;
        border: 1px solid #a8a8a8
    }

    .head_from_pc .tt_submit {
        float: right;
        width: 100%;
        height: 65px;
        border: 1px solid #dba62b
    }

    .tt-line-phone {
        display: none
    }

    .ct_bg03 {
        width: 100%;
        margin: 0
    }

    .footer_r,.footer_l {
        float: left;
        width: 100%
    }

    .footer_r:after {
        display: none
    }

    .tt-line-phone span {
        float: left;
        width: 100%
    }

    .tt_lcx,.tt_rcx {
        width: 100%
    }

    .bar {
        background-image: none;
        background: #c09c51
    }

    .footer_t2x {
        text-align: center;
        max-width: 100%;
        padding: 15px 20px 0
    }

    .u_test span {
        font-size: 18px
    }

    .tt_ul {
        width: 65px
    }

    .tt_ur {
        float: left;
        width: 45px
    }

    #toTop {
        bottom: 80px
    }

    .slot-page .ct1x_c,.ct1x_c,.ct1x_l,.ct1x_r {
        float: left;
        width: 100%;
        position: relative
    }

    .btn-casino {
        max-width: 90%
    }

    .txh2 {
        padding: 0 20px;
        margin: 0 0 15px
    }

    .ct1x_c img {
        max-width: 100px
    }

    .ct1x_c {
        bottom: 0;
        margin-top: -100px;
        min-height: 50px
    }

    .txh1 {
        padding: 0 20px 20px;
        min-height: 50px
    }

    .ct1x_r {
        margin-top: 0;
        margin-bottom: 20px;
        min-height: 50px
    }

    .txh4 span {
        float: left;
        width: 50%;
        margin-left: 40%;
        text-align: left
    }

    .bg03,.bg02 {
        top: 0;
        border-radius: 0
    }

    .bg05,.bg04 {
        top: 0;
        border-radius: 0;
        margin-bottom: 0
    }

    .bg01 {
        padding: 0;
        height: auto
    }

    .casino-page {
        min-height: 200px
    }

    .slot-page .ct1x_c {
        margin-top: 0
    }

    .slot-page .ct1x_c img {
        max-width: 100%
    }

    .slot_p {
        margin: 0;
        border-radius: 0
    }

    .slot-box .slot-btn {
        opacity: 1;
        margin-top: 0
    }

    .tx-slot {
        display: none
    }

    .slot-box {
        min-height: 210px
    }

    .copyright_footer {
        width: 100%;
        text-align: center
    }

    .c_footer {
        width: 100%;
        text-align: center
    }

    .footer_logo {
        width: 100%;
        text-align: center
    }

    .footer_logo a img {
        width: 200px
    }

    .bg05 {
        background-image: none;
        background-color: #000;
        height: auto;
        width: 100%
    }

    .tt_txt_seo2 {
        width: 100%;
        padding: 15px 0
    }

    .p_gl {
        top: 0;
        border-radius: 0;
        margin-top: 0
    }

    .title_page {
        border-radius: 0
    }

    .owl-theme .owl-dots .owl-dot span {
        width: 10px;
        height: 6px
    }

    .owl-carousel:after {
        display: none
    }

    .owl-theme .owl-dots {
        bottom: 10px
    }

    .owl-carousel .owl-nav .owl-prev {
        left: 5%
    }

    .owl-carousel .owl-nav .owl-next {
        right: 5%
    }

    .fr_login {
        padding: 30px 10px 35px
    }

    .credit-box {
        padding: 15px 0 0
    }

    .sc_t {
        margin: 0;
        padding: 5px 10px 10px
    }

    .tt_b2x {
        width: 100%;
        margin: 10px 0 0
    }

    .bgtx3 {
        margin: 15px 0 0
    }

    .logo_h_m {
        display: block;
        width: 150px;
        padding: 5px 5px 5px 10px
    }

    .btn_main_menu {
        display: block
    }

    .arrxb,.tt_head_menu {
        display: none
    }

    .tt_head_menu.tt_open {
        display: block
    }

    .bg_login {
        background-image: none;
        background-color: #000;
        border: 3px solid #fe8e12;
        border-radius: 0;
        margin: 0
    }

    .h-panel-login {
        width: 100%;
        padding: 5px 0;
        color: #000;
        background: #ffac02;
        background: -moz-linear-gradient(top,#ffac02 0%,#ff9a02 50%,#ff8003 100%);
        background: -webkit-linear-gradient(top,#ffac02 0%,#ff9a02 50%,#ff8003 100%);
        background: linear-gradient(to bottom,#ffac02 0%,#ff9a02 50%,#ff8003 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffac02',endColorstr='#ff8003',GradientType=0)
    }

    .tt_txt_seo3,.btxr,.btxl,.frb_submit,.form-group-input,.form-login-home {
        width: 100%
    }

    .form-login-home {
        padding: 0 15px 20px
    }

    .form-login-home .form-group-input input {
        height: 45px
    }

    .btxr {
        padding: 15px
    }

    .tt_b1x {
        margin: 15px 0 10px
    }

    .btx_vdo {
        margin: 0 0 5px
    }

    .logo_pc_f {
        width: 100%;
        text-align: center
    }

    .logo_pc_f img {
        max-width: 300px
    }

    .tt_txt_seo3 {
        padding: 0 15px;
        margin-top: 0
    }
}

@media screen and (max-width: 620px) {
    .bg_2x {
        padding:0
    }

    .tt_list.sbo .tt_img {
        width: 40%
    }

    .tt_list.sbo .tt_dsc {
        width: 57%
    }

    .wpcf7 form .wpcf7-response-output {
        width: 90%;
        left: 0;
        right: 0
    }

    .tt_full.fp .wpcf7 {
        float: left;
        width: 100%
    }

    .tt_full.fp #wpcf7-f81-p12-o2.wpcf7 {
        margin: 50px 0
    }

    .tt_lc {
        width: 100%;
        min-height: 10px
    }

    .tt_rc {
        float: left;
        width: 100%;
        min-height: 100px;
        padding: 0
    }

    .tt_slide_page {
        margin: 10px 0 0
    }

    .tt_full .wpcf7 {
        width: 100%
    }

    .thaitheme_read {
        padding: 0 0 5px
    }

    .tt_r.tt_rc {
        margin-top: 0
    }

    .tt-app_img,a.more,.fb_pc {
        display: none
    }

    .owl-theme .owl-nav {
        bottom: 65%
    }

    .logo_ft {
        max-width: 100%
    }

    .footer_l1x {
        text-align: center
    }

    .footer_t1x {
        max-width: 100%;
        width: 100%;
        padding: 0 20px 20px;
        text-align: center
    }

    .logo_ft img {
        max-width: 200px
    }

    .game-slot {
        grid-template-columns: 1fr 1fr;
        padding: 5% 10px;
        grid-gap: 20px
    }

    .home .post-gslot,.post-gslot {
        width: 32%
    }

    .home .post-gslot.last {
        margin: 1% 0 0 1%
    }

    .post-sm44xx {
        width: 48.5%
    }

    .post-sm44b.tt4x,.post-sm44b {
        width: 47%;
        margin: 3% 0 10px 2%
    }

    .post-sm44b h3 {
        float: left;
        width: 100%;
        height: 45px;
        overflow: hidden
    }

    .user-box img {
        width: 13.5%
    }

    .tt_col_e {
        margin-bottom: 5px
    }

    .tt_col_e4x {
        width: 49%;
        margin: 0 0 5px 2%
    }

    .tt_col_e4x:hover .ov_play,.tt_col_e4x:hover .btn_play_g,.tt_col_e:hover .btn_play_g,.tt_col_e:hover .ov_play {
        display: none
    }

    .tt_col_e4x.e3x,.tt_col_e4x.e1x {
        margin: 0 0 5px
    }

    .tt_col_e4x h3 {
        font-size: 16px
    }

    .link_ico i {
        margin-top: 7px;
        display: inline-block
    }

    .fix_footer strong {
        top: 0
    }
}

@media screen and (max-width: 584px) {
    .head_from {
        padding:10px
    }

    .tt_from_login.active {
        width: 80%
    }

    .tt_btn_lang .tt_tx {
        width: 90%
    }
}

@media screen and (max-width: 480px) {
    .tt_col_c {
        margin-top:0
    }

    .right_ct .banner_hover {
        width: 100%
    }

    .tt_full.nav_m img {
        width: 60%;
        margin-top: 6px
    }

    .menu_list.gcm,.menu_list.last,.menu_list.first,.menu_list.center,.menu_list {
        width: 94.4%;
        margin: 0 0 25px 2.9%;
        min-height: 0px
    }

    .menu_list span {
        font-size: 22px
    }

    .tt_rc {
        float: left;
        width: 100%;
        padding: 0;
        margin-top: 0
    }

    .tt_from_login.active {
        width: 90%
    }

    .head_phone.mn,.tt_ag_bt.mc,.tt_home_bx.bx_clip,.post-sm3xx.tt5x,.post-sm3xx.tt6x,.owl-theme .owl-nav,.tt-date,.tt_list.sbo .tt_dsc p,.post-sm3xx.tt5x {
        display: none
    }

    .head_from_m {
        max-width: 300px
    }

    .post-sm3xx {
        width: 49%
    }

    .post-sm3xx.tt4x,.post-sm3xx.tt2x {
        margin-right: 0
    }

    .tt_home_bx {
        width: 100%;
        margin: 0 0 10px
    }

    .post-sm3xx.tt3x {
        margin: 10px 2% 0 0
    }

    .owl-theme .owl-nav {
        top: 15%
    }

    .fr_link_lx a {
        font-size: 18px;
        padding: 10px 0
    }

    .tt_full.mcx {
        margin-bottom: 10px
    }

    .txh4 span {
        float: left;
        width: 80%;
        margin-left: 20%;
        text-align: left
    }

    .txh1,.txh2,.txh3 {
        font-size: 22px;
        line-height: 22px
    }

    .mcxx {
        padding: 0
    }

    .txh5 {
        font-size: 32px;
        line-height: 32px;
        padding: 0 20px
    }

    .user-box h3 {
        padding: 0
    }

    .fr_link_2xxx a {
        padding: 10px 10px 18px
    }

    .post-l3x .tt_img {
        float: left;
        width: 50%
    }

    .post-l3x.last,.post-l3x {
        width: 100%;
        margin: 10px 0 0;
        padding: 0 0 10px;
        border-left: 0;
        border-right: 0;
        border-top: 0;
        border-bottom: 1px solid #2f2f2f
    }

    .post-l3x .tt_dsc h3 {
        max-height: 100%;
        font-size: 20px;
        line-height: 22px
    }

    .post-l3x .tt_dsc {
        width: 47%;
        padding: 0 0 0 10px
    }

    .post-l3x .tt_dsc p {
        max-height: 61px;
        line-height: 20px;
        display: none
    }

    .post-l3x:hover {
        background-color: transparent
    }

    .tt_list.sbo .tt_dsc h3 {
        font-size: 18px;
        line-height: 20px
    }

    .bg02 {
        padding: 10px 0 0;
        min-height: 10px
    }

    .tt_txt_seo2x,.tt_txt_seo {
        padding: 10px
    }

    .sc_t {
        margin: 0;
        padding: 5px 5px 0
    }

    .h_slot1,.h_slot {
        font-size: 20px;
        line-height: 20px;
        margin: 15px 0 0
    }

    .c_footer {
        padding: 25px 0 10px 10px
    }

    .tt_lix strong {
        font-size: 20px;
        font-weight: 700;
        margin-bottom: 0
    }

    .ifr_vdo {
        width: 100%
    }

    .ifr_2x {
        width: 100%
    }

    .tt_bb2x {
        margin-bottom: 20px
    }

    .btxr,.tt_col_6x {
        margin-top: 0
    }

    .bgjk,.bgufa,.bggp,.bgpg,.bgwm,.bgsx,.bgsa {
        padding: 0 10px 10px
    }

    .bgjk .tt_txt_seo,.bgufa .tt_txt_seo,.bggp .tt_txt_seo,.bgpg .tt_txt_seo,.bgwm .tt_txt_seo,.bgsx .tt_txt_seo,.bgsa .tt_txt_seo {
        padding: 10px 0
    }

    .tt_col_4x {
        width: 49%;
        margin-top: 0
    }

    .tt_col_9x.last3x,.tt_col_4x.last2x {
        margin-right: 0
    }

    .tt_col_9x {
        width: 32.3%;
        margin-top: 0
    }

    .tt_lix {
        width: 32.3%
    }

    .tt_content {
        min-height: 180px
    }

    .fr_login {
        margin: 10px auto 15px auto
    }

    .fr_tx_u {
        font-size: 20px
    }

    .tt_col_4x-.plx5,.tt_col_4x-.plx6 {
        width: 49%
    }

    .tt_col_4x-.plx7,.tt_col_4x-.plx8,.tt_col_4x-.plx9 {
        width: 32.2%
    }

    .tt_col_4x-.plx8 {
        margin: 0 1.5% 5px 0
    }

    .tt_col_4x-.plx9 {
        margin: 0 0 5px
    }

    .post-l3x {
        width: 100%
    }

    .slide_b {
        padding: 0 10px
    }

    .bg_2 {
        padding: 0
    }
}

@media screen and (max-width: 384px) {
    .tt_col_a,.tt_col_b {
        width:100%;
        margin: 0 0 10px
    }

    .tt_rc {
        float: left;
        width: 100%;
        padding: 0
    }

    .tt_full .tt_live.banner_hover,.tt_slide {
        float: left;
        width: 100%
    }

    .copyright_footer {
        margin-top: 0
    }

    .nav_mobile ul li {
        font-size: 12px;
        white-space: nowrap
    }

    .list_game {
        width: 45.5%;
        margin: 10px 2% 15px
    }

    .slot-box {
        min-height: 180px
    }

    .user-box img {
        width: 25%
    }
}

@media screen and (max-width: 320px) {
    .owl-theme .owl-nav {
        top:6%
    }

    .head_from_m {
        max-width: 270px
    }
}

@charset "UTF-8"; /*!Animate.css - http://daneden.me/animate Licensed under the MIT license -http://opensource.org/licenses/MIT Copyright (c) 2015 Daniel Eden*/
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

.animated.bounceIn,.animated.bounceOut {
    -webkit-animation-duration: .75s;
    animation-duration: .75s
}

.animated.flipOutX,.animated.flipOutY {
    -webkit-animation-duration: .75s;
    animation-duration: .75s
}

@-webkit-keyframes bounce {
    0%,20%,53%,80%,100% {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1);
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    40%,43% {
        -webkit-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        -webkit-transform: translate3d(0,-30px,0);
        transform: translate3d(0,-30px,0)
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        -webkit-transform: translate3d(0,-15px,0);
        transform: translate3d(0,-15px,0)
    }

    90% {
        -webkit-transform: translate3d(0,-4px,0);
        transform: translate3d(0,-4px,0)
    }
}

@keyframes bounce {
    0%,20%,53%,80%,100% {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1);
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    40%,43% {
        -webkit-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        -webkit-transform: translate3d(0,-30px,0);
        transform: translate3d(0,-30px,0)
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        -webkit-transform: translate3d(0,-15px,0);
        transform: translate3d(0,-15px,0)
    }

    90% {
        -webkit-transform: translate3d(0,-4px,0);
        transform: translate3d(0,-4px,0)
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom
}

@-webkit-keyframes flash {
    0%,50%,100% {
        opacity: 1
    }

    25%,75% {
        opacity: 0
    }
}

@keyframes flash {
    0%,50%,100% {
        opacity: 1
    }

    25%,75% {
        opacity: 0
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }

    50% {
        -webkit-transform: scale3d(1.05,1.05,1.05);
        transform: scale3d(1.05,1.05,1.05)
    }

    100% {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }

    50% {
        -webkit-transform: scale3d(1.05,1.05,1.05);
        transform: scale3d(1.05,1.05,1.05)
    }

    100% {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse
}

@-webkit-keyframes rubberBand {
    0% {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }

    30% {
        -webkit-transform: scale3d(1.25,.75,1);
        transform: scale3d(1.25,.75,1)
    }

    40% {
        -webkit-transform: scale3d(.75,1.25,1);
        transform: scale3d(.75,1.25,1)
    }

    50% {
        -webkit-transform: scale3d(1.15,.85,1);
        transform: scale3d(1.15,.85,1)
    }

    65% {
        -webkit-transform: scale3d(.95,1.05,1);
        transform: scale3d(.95,1.05,1)
    }

    75% {
        -webkit-transform: scale3d(1.05,.95,1);
        transform: scale3d(1.05,.95,1)
    }

    100% {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }
}

@keyframes rubberBand {
    0% {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }

    30% {
        -webkit-transform: scale3d(1.25,.75,1);
        transform: scale3d(1.25,.75,1)
    }

    40% {
        -webkit-transform: scale3d(.75,1.25,1);
        transform: scale3d(.75,1.25,1)
    }

    50% {
        -webkit-transform: scale3d(1.15,.85,1);
        transform: scale3d(1.15,.85,1)
    }

    65% {
        -webkit-transform: scale3d(.95,1.05,1);
        transform: scale3d(.95,1.05,1)
    }

    75% {
        -webkit-transform: scale3d(1.05,.95,1);
        transform: scale3d(1.05,.95,1)
    }

    100% {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }
}

.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand
}

@-webkit-keyframes shake {
    0%,100% {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    10%,30%,50%,70%,90% {
        -webkit-transform: translate3d(-10px,0,0);
        transform: translate3d(-10px,0,0)
    }

    20%,40%,60%,80% {
        -webkit-transform: translate3d(10px,0,0);
        transform: translate3d(10px,0,0)
    }
}

@keyframes shake {
    0%,100% {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    10%,30%,50%,70%,90% {
        -webkit-transform: translate3d(-10px,0,0);
        transform: translate3d(-10px,0,0)
    }

    20%,40%,60%,80% {
        -webkit-transform: translate3d(10px,0,0);
        transform: translate3d(10px,0,0)
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate3d(0,0,1,15deg);
        transform: rotate3d(0,0,1,15deg)
    }

    40% {
        -webkit-transform: rotate3d(0,0,1,-10deg);
        transform: rotate3d(0,0,1,-10deg)
    }

    60% {
        -webkit-transform: rotate3d(0,0,1,5deg);
        transform: rotate3d(0,0,1,5deg)
    }

    80% {
        -webkit-transform: rotate3d(0,0,1,-5deg);
        transform: rotate3d(0,0,1,-5deg)
    }

    100% {
        -webkit-transform: rotate3d(0,0,1,0deg);
        transform: rotate3d(0,0,1,0deg)
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate3d(0,0,1,15deg);
        transform: rotate3d(0,0,1,15deg)
    }

    40% {
        -webkit-transform: rotate3d(0,0,1,-10deg);
        transform: rotate3d(0,0,1,-10deg)
    }

    60% {
        -webkit-transform: rotate3d(0,0,1,5deg);
        transform: rotate3d(0,0,1,5deg)
    }

    80% {
        -webkit-transform: rotate3d(0,0,1,-5deg);
        transform: rotate3d(0,0,1,-5deg)
    }

    100% {
        -webkit-transform: rotate3d(0,0,1,0deg);
        transform: rotate3d(0,0,1,0deg)
    }
}

.swing {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }

    10%,20% {
        -webkit-transform: scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);
        transform: scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)
    }

    30%,50%,70%,90% {
        -webkit-transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);
        transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)
    }

    40%,60%,80% {
        -webkit-transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);
        transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)
    }

    100% {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }

    10%,20% {
        -webkit-transform: scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);
        transform: scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)
    }

    30%,50%,70%,90% {
        -webkit-transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);
        transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)
    }

    40%,60%,80% {
        -webkit-transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);
        transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)
    }

    100% {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada
}

@-webkit-keyframes wobble {
    0% {
        -webkit-transform: none;
        transform: none
    }

    15% {
        -webkit-transform: translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);
        transform: translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)
    }

    30% {
        -webkit-transform: translate3d(20%,0,0) rotate3d(0,0,1,3deg);
        transform: translate3d(20%,0,0) rotate3d(0,0,1,3deg)
    }

    45% {
        -webkit-transform: translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);
        transform: translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)
    }

    60% {
        -webkit-transform: translate3d(10%,0,0) rotate3d(0,0,1,2deg);
        transform: translate3d(10%,0,0) rotate3d(0,0,1,2deg)
    }

    75% {
        -webkit-transform: translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);
        transform: translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes wobble {
    0% {
        -webkit-transform: none;
        transform: none
    }

    15% {
        -webkit-transform: translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);
        transform: translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)
    }

    30% {
        -webkit-transform: translate3d(20%,0,0) rotate3d(0,0,1,3deg);
        transform: translate3d(20%,0,0) rotate3d(0,0,1,3deg)
    }

    45% {
        -webkit-transform: translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);
        transform: translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)
    }

    60% {
        -webkit-transform: translate3d(10%,0,0) rotate3d(0,0,1,2deg);
        transform: translate3d(10%,0,0) rotate3d(0,0,1,2deg)
    }

    75% {
        -webkit-transform: translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);
        transform: translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }
}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble
}

@-webkit-keyframes jello {
    11.1% {
        -webkit-transform: none;
        transform: none
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }

    66.6% {
        -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }

    77.7% {
        -webkit-transform: skewX(.390625deg) skewY(.390625deg);
        transform: skewX(.390625deg) skewY(.390625deg)
    }

    88.8% {
        -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes jello {
    11.1% {
        -webkit-transform: none;
        transform: none
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }

    66.6% {
        -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }

    77.7% {
        -webkit-transform: skewX(.390625deg) skewY(.390625deg);
        transform: skewX(.390625deg) skewY(.390625deg)
    }

    88.8% {
        -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }
}

.jello {
    -webkit-animation-name: jello;
    animation-name: jello;
    -webkit-transform-origin: center;
    transform-origin: center
}

@-webkit-keyframes bounceIn {
    0%,20%,40%,60%,80%,100% {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }

    20% {
        -webkit-transform: scale3d(1.1,1.1,1.1);
        transform: scale3d(1.1,1.1,1.1)
    }

    40% {
        -webkit-transform: scale3d(.9,.9,.9);
        transform: scale3d(.9,.9,.9)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03,1.03,1.03);
        transform: scale3d(1.03,1.03,1.03)
    }

    80% {
        -webkit-transform: scale3d(.97,.97,.97);
        transform: scale3d(.97,.97,.97)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }
}

@keyframes bounceIn {
    0%,20%,40%,60%,80%,100% {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }

    20% {
        -webkit-transform: scale3d(1.1,1.1,1.1);
        transform: scale3d(1.1,1.1,1.1)
    }

    40% {
        -webkit-transform: scale3d(.9,.9,.9);
        transform: scale3d(.9,.9,.9)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03,1.03,1.03);
        transform: scale3d(1.03,1.03,1.03)
    }

    80% {
        -webkit-transform: scale3d(.97,.97,.97);
        transform: scale3d(.97,.97,.97)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn
}

@-webkit-keyframes bounceInDown {
    0%,60%,75%,90%,100% {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-3000px,0);
        transform: translate3d(0,-3000px,0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0,25px,0);
        transform: translate3d(0,25px,0)
    }

    75% {
        -webkit-transform: translate3d(0,-10px,0);
        transform: translate3d(0,-10px,0)
    }

    90% {
        -webkit-transform: translate3d(0,5px,0);
        transform: translate3d(0,5px,0)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInDown {
    0%,60%,75%,90%,100% {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-3000px,0);
        transform: translate3d(0,-3000px,0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0,25px,0);
        transform: translate3d(0,25px,0)
    }

    75% {
        -webkit-transform: translate3d(0,-10px,0);
        transform: translate3d(0,-10px,0)
    }

    90% {
        -webkit-transform: translate3d(0,5px,0);
        transform: translate3d(0,5px,0)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown
}

@-webkit-keyframes bounceInLeft {
    0%,60%,75%,90%,100% {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px,0,0);
        transform: translate3d(-3000px,0,0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px,0,0);
        transform: translate3d(25px,0,0)
    }

    75% {
        -webkit-transform: translate3d(-10px,0,0);
        transform: translate3d(-10px,0,0)
    }

    90% {
        -webkit-transform: translate3d(5px,0,0);
        transform: translate3d(5px,0,0)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInLeft {
    0%,60%,75%,90%,100% {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px,0,0);
        transform: translate3d(-3000px,0,0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px,0,0);
        transform: translate3d(25px,0,0)
    }

    75% {
        -webkit-transform: translate3d(-10px,0,0);
        transform: translate3d(-10px,0,0)
    }

    90% {
        -webkit-transform: translate3d(5px,0,0);
        transform: translate3d(5px,0,0)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft
}

@-webkit-keyframes bounceInRight {
    0%,60%,75%,90%,100% {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px,0,0);
        transform: translate3d(3000px,0,0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px,0,0);
        transform: translate3d(-25px,0,0)
    }

    75% {
        -webkit-transform: translate3d(10px,0,0);
        transform: translate3d(10px,0,0)
    }

    90% {
        -webkit-transform: translate3d(-5px,0,0);
        transform: translate3d(-5px,0,0)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInRight {
    0%,60%,75%,90%,100% {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px,0,0);
        transform: translate3d(3000px,0,0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px,0,0);
        transform: translate3d(-25px,0,0)
    }

    75% {
        -webkit-transform: translate3d(10px,0,0);
        transform: translate3d(10px,0,0)
    }

    90% {
        -webkit-transform: translate3d(-5px,0,0);
        transform: translate3d(-5px,0,0)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight
}

@-webkit-keyframes bounceInUp {
    0%,60%,75%,90%,100% {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,3000px,0);
        transform: translate3d(0,3000px,0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0,-20px,0);
        transform: translate3d(0,-20px,0)
    }

    75% {
        -webkit-transform: translate3d(0,10px,0);
        transform: translate3d(0,10px,0)
    }

    90% {
        -webkit-transform: translate3d(0,-5px,0);
        transform: translate3d(0,-5px,0)
    }

    100% {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

@keyframes bounceInUp {
    0%,60%,75%,90%,100% {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,3000px,0);
        transform: translate3d(0,3000px,0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0,-20px,0);
        transform: translate3d(0,-20px,0)
    }

    75% {
        -webkit-transform: translate3d(0,10px,0);
        transform: translate3d(0,10px,0)
    }

    90% {
        -webkit-transform: translate3d(0,-5px,0);
        transform: translate3d(0,-5px,0)
    }

    100% {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp
}

@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9,.9,.9);
        transform: scale3d(.9,.9,.9)
    }

    50%,55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1,1.1,1.1);
        transform: scale3d(1.1,1.1,1.1)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }
}

@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9,.9,.9);
        transform: scale3d(.9,.9,.9)
    }

    50%,55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1,1.1,1.1);
        transform: scale3d(1.1,1.1,1.1)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }
}

.bounceOut {
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut
}

@-webkit-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0,10px,0);
        transform: translate3d(0,10px,0)
    }

    40%,45% {
        opacity: 1;
        -webkit-transform: translate3d(0,-20px,0);
        transform: translate3d(0,-20px,0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0,2000px,0);
        transform: translate3d(0,2000px,0)
    }
}

@keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0,10px,0);
        transform: translate3d(0,10px,0)
    }

    40%,45% {
        opacity: 1;
        -webkit-transform: translate3d(0,-20px,0);
        transform: translate3d(0,-20px,0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0,2000px,0);
        transform: translate3d(0,2000px,0)
    }
}

.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown
}

@-webkit-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px,0,0);
        transform: translate3d(20px,0,0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px,0,0);
        transform: translate3d(-2000px,0,0)
    }
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px,0,0);
        transform: translate3d(20px,0,0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px,0,0);
        transform: translate3d(-2000px,0,0)
    }
}

.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft
}

@-webkit-keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px,0,0);
        transform: translate3d(-20px,0,0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px,0,0);
        transform: translate3d(2000px,0,0)
    }
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px,0,0);
        transform: translate3d(-20px,0,0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px,0,0);
        transform: translate3d(2000px,0,0)
    }
}

.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight
}

@-webkit-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0,-10px,0);
        transform: translate3d(0,-10px,0)
    }

    40%,45% {
        opacity: 1;
        -webkit-transform: translate3d(0,20px,0);
        transform: translate3d(0,20px,0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0,-2000px,0);
        transform: translate3d(0,-2000px,0)
    }
}

@keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0,-10px,0);
        transform: translate3d(0,-10px,0)
    }

    40%,45% {
        opacity: 1;
        -webkit-transform: translate3d(0,20px,0);
        transform: translate3d(0,20px,0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0,-2000px,0);
        transform: translate3d(0,-2000px,0)
    }
}

.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

@-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-2000px,0);
        transform: translate3d(0,-2000px,0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-2000px,0);
        transform: translate3d(0,-2000px,0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px,0,0);
        transform: translate3d(-2000px,0,0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px,0,0);
        transform: translate3d(-2000px,0,0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px,0,0);
        transform: translate3d(2000px,0,0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px,0,0);
        transform: translate3d(2000px,0,0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,2000px,0);
        transform: translate3d(0,2000px,0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,2000px,0);
        transform: translate3d(0,2000px,0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0)
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0)
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown
}

@-webkit-keyframes fadeOutDownBig {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0,2000px,0);
        transform: translate3d(0,2000px,0)
    }
}

@keyframes fadeOutDownBig {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0,2000px,0);
        transform: translate3d(0,2000px,0)
    }
}

.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig
}

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0)
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0)
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft
}

@-webkit-keyframes fadeOutLeftBig {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px,0,0);
        transform: translate3d(-2000px,0,0)
    }
}

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px,0,0);
        transform: translate3d(-2000px,0,0)
    }
}

.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0)
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0)
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight
}

@-webkit-keyframes fadeOutRightBig {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px,0,0);
        transform: translate3d(2000px,0,0)
    }
}

@keyframes fadeOutRightBig {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px,0,0);
        transform: translate3d(2000px,0,0)
    }
}

.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig
}

@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0)
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0)
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp
}

@-webkit-keyframes fadeOutUpBig {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0,-2000px,0);
        transform: translate3d(0,-2000px,0)
    }
}

@keyframes fadeOutUpBig {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0,-2000px,0);
        transform: translate3d(0,-2000px,0)
    }
}

.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig
}

@-webkit-keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,-360deg);
        transform: perspective(400px) rotate3d(0,1,0,-360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    40% {
        -webkit-transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);
        transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    50% {
        -webkit-transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);
        transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(.95,.95,.95);
        transform: perspective(400px) scale3d(.95,.95,.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

@keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,-360deg);
        transform: perspective(400px) rotate3d(0,1,0,-360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    40% {
        -webkit-transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);
        transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    50% {
        -webkit-transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);
        transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(.95,.95,.95);
        transform: perspective(400px) scale3d(.95,.95,.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

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

@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,90deg);
        transform: perspective(400px) rotate3d(1,0,0,90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,-20deg);
        transform: perspective(400px) rotate3d(1,0,0,-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,10deg);
        transform: perspective(400px) rotate3d(1,0,0,10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,-5deg);
        transform: perspective(400px) rotate3d(1,0,0,-5deg)
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,90deg);
        transform: perspective(400px) rotate3d(1,0,0,90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,-20deg);
        transform: perspective(400px) rotate3d(1,0,0,-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,10deg);
        transform: perspective(400px) rotate3d(1,0,0,10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,-5deg);
        transform: perspective(400px) rotate3d(1,0,0,-5deg)
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

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

@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,90deg);
        transform: perspective(400px) rotate3d(0,1,0,90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,-20deg);
        transform: perspective(400px) rotate3d(0,1,0,-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,10deg);
        transform: perspective(400px) rotate3d(0,1,0,10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,-5deg);
        transform: perspective(400px) rotate3d(0,1,0,-5deg)
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,90deg);
        transform: perspective(400px) rotate3d(0,1,0,90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,-20deg);
        transform: perspective(400px) rotate3d(0,1,0,-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,10deg);
        transform: perspective(400px) rotate3d(0,1,0,10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,-5deg);
        transform: perspective(400px) rotate3d(0,1,0,-5deg)
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

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

@-webkit-keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,-20deg);
        transform: perspective(400px) rotate3d(1,0,0,-20deg);
        opacity: 1
    }

    100% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,90deg);
        transform: perspective(400px) rotate3d(1,0,0,90deg);
        opacity: 0
    }
}

@keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,-20deg);
        transform: perspective(400px) rotate3d(1,0,0,-20deg);
        opacity: 1
    }

    100% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,90deg);
        transform: perspective(400px) rotate3d(1,0,0,90deg);
        opacity: 0
    }
}

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

@-webkit-keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,-15deg);
        transform: perspective(400px) rotate3d(0,1,0,-15deg);
        opacity: 1
    }

    100% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,90deg);
        transform: perspective(400px) rotate3d(0,1,0,90deg);
        opacity: 0
    }
}

@keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,-15deg);
        transform: perspective(400px) rotate3d(0,1,0,-15deg);
        opacity: 1
    }

    100% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,90deg);
        transform: perspective(400px) rotate3d(0,1,0,90deg);
        opacity: 0
    }
}

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

@-webkit-keyframes lightSpeedIn {
    0% {
        -webkit-transform: translate3d(100%,0,0) skewX(-30deg);
        transform: translate3d(100%,0,0) skewX(-30deg);
        opacity: 0
    }

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1
    }

    100% {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes lightSpeedIn {
    0% {
        -webkit-transform: translate3d(100%,0,0) skewX(-30deg);
        transform: translate3d(100%,0,0) skewX(-30deg);
        opacity: 0
    }

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1
    }

    100% {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

@-webkit-keyframes lightSpeedOut {
    0% {
        opacity: 1
    }

    100% {
        -webkit-transform: translate3d(100%,0,0) skewX(30deg);
        transform: translate3d(100%,0,0) skewX(30deg);
        opacity: 0
    }
}

@keyframes lightSpeedOut {
    0% {
        opacity: 1
    }

    100% {
        -webkit-transform: translate3d(100%,0,0) skewX(30deg);
        transform: translate3d(100%,0,0) skewX(30deg);
        opacity: 0
    }
}

.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
}

@-webkit-keyframes rotateIn {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0,0,1,-200deg);
        transform: rotate3d(0,0,1,-200deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateIn {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0,0,1,-200deg);
        transform: rotate3d(0,0,1,-200deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn
}

@-webkit-keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0,0,1,-45deg);
        transform: rotate3d(0,0,1,-45deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0,0,1,-45deg);
        transform: rotate3d(0,0,1,-45deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft
}

@-webkit-keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0,0,1,45deg);
        transform: rotate3d(0,0,1,45deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0,0,1,45deg);
        transform: rotate3d(0,0,1,45deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight
}

@-webkit-keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0,0,1,45deg);
        transform: rotate3d(0,0,1,45deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0,0,1,45deg);
        transform: rotate3d(0,0,1,45deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft
}

@-webkit-keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0,0,1,-90deg);
        transform: rotate3d(0,0,1,-90deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0,0,1,-90deg);
        transform: rotate3d(0,0,1,-90deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight
}

@-webkit-keyframes rotateOut {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1
    }

    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0,0,1,200deg);
        transform: rotate3d(0,0,1,200deg);
        opacity: 0
    }
}

@keyframes rotateOut {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1
    }

    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0,0,1,200deg);
        transform: rotate3d(0,0,1,200deg);
        opacity: 0
    }
}

.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut
}

@-webkit-keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0,0,1,45deg);
        transform: rotate3d(0,0,1,45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0,0,1,45deg);
        transform: rotate3d(0,0,1,45deg);
        opacity: 0
    }
}

.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft
}

@-webkit-keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0,0,1,-45deg);
        transform: rotate3d(0,0,1,-45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0,0,1,-45deg);
        transform: rotate3d(0,0,1,-45deg);
        opacity: 0
    }
}

.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight
}

@-webkit-keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0,0,1,-45deg);
        transform: rotate3d(0,0,1,-45deg);
        opacity: 0
    }
}

@keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0,0,1,-45deg);
        transform: rotate3d(0,0,1,-45deg);
        opacity: 0
    }
}

.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft
}

@-webkit-keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0,0,1,90deg);
        transform: rotate3d(0,0,1,90deg);
        opacity: 0
    }
}

@keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0,0,1,90deg);
        transform: rotate3d(0,0,1,90deg);
        opacity: 0
    }
}

.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight
}

@-webkit-keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    20%,60% {
        -webkit-transform: rotate3d(0,0,1,80deg);
        transform: rotate3d(0,0,1,80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    40%,80% {
        -webkit-transform: rotate3d(0,0,1,60deg);
        transform: rotate3d(0,0,1,60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }

    100% {
        -webkit-transform: translate3d(0,700px,0);
        transform: translate3d(0,700px,0);
        opacity: 0
    }
}

@keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    20%,60% {
        -webkit-transform: rotate3d(0,0,1,80deg);
        transform: rotate3d(0,0,1,80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    40%,80% {
        -webkit-transform: rotate3d(0,0,1,60deg);
        transform: rotate3d(0,0,1,60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }

    100% {
        -webkit-transform: translate3d(0,700px,0);
        transform: translate3d(0,700px,0);
        opacity: 0
    }
}

.hinge {
    -webkit-animation-name: hinge;
    animation-name: hinge
}

@-webkit-keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);
        transform: translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);
        transform: translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn
}

@-webkit-keyframes rollOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0) rotate3d(0,0,1,120deg);
        transform: translate3d(100%,0,0) rotate3d(0,0,1,120deg)
    }
}

@keyframes rollOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0) rotate3d(0,0,1,120deg);
        transform: translate3d(100%,0,0) rotate3d(0,0,1,120deg)
    }
}

.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }

    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }

    50% {
        opacity: 1
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn
}

@-webkit-keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

@keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown
}

@-webkit-keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
        transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

@keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
        transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft
}

@-webkit-keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
        transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

@keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
        transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight
}

@-webkit-keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

@keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp
}

@-webkit-keyframes zoomOut {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }

    100% {
        opacity: 0
    }
}

@keyframes zoomOut {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }

    100% {
        opacity: 0
    }
}

.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut
}

@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

.zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown
}

@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(42px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(42px,0,0)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px,0,0);
        transform: scale(.1) translate3d(-2000px,0,0);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(42px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(42px,0,0)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px,0,0);
        transform: scale(.1) translate3d(-2000px,0,0);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}

.zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft
}

@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(-42px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(-42px,0,0)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px,0,0);
        transform: scale(.1) translate3d(2000px,0,0);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(-42px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(-42px,0,0)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px,0,0);
        transform: scale(.1) translate3d(2000px,0,0);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}

.zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight
}

@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

.zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp
}

@-webkit-keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0);
        visibility: visible
    }

    100% {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

@keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0);
        visibility: visible
    }

    100% {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown
}

@-webkit-keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0);
        visibility: visible
    }

    100% {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

@keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0);
        visibility: visible
    }

    100% {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft
}

@-webkit-keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0);
        visibility: visible
    }

    100% {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

@keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0);
        visibility: visible
    }

    100% {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight
}

@-webkit-keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0);
        visibility: visible
    }

    100% {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

@keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0);
        visibility: visible
    }

    100% {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp
}

@-webkit-keyframes slideOutDown {
    0% {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    100% {
        visibility: hidden;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0)
    }
}

@keyframes slideOutDown {
    0% {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    100% {
        visibility: hidden;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0)
    }
}

.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown
}

@-webkit-keyframes slideOutLeft {
    0% {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    100% {
        visibility: hidden;
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0)
    }
}

@keyframes slideOutLeft {
    0% {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    100% {
        visibility: hidden;
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0)
    }
}

.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft
}

@-webkit-keyframes slideOutRight {
    0% {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    100% {
        visibility: hidden;
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0)
    }
}

@keyframes slideOutRight {
    0% {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    100% {
        visibility: hidden;
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0)
    }
}

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight
}

@-webkit-keyframes slideOutUp {
    0% {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    100% {
        visibility: hidden;
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0)
    }
}

@keyframes slideOutUp {
    0% {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    100% {
        visibility: hidden;
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0)
    }
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp
}

@charset "UTF-8"; [class^='imghvr-'], [class*=' imghvr-'] {
    position: relative;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    background-color: rgba(0, 0, 0, 0);
    color: #fff;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

[class^='imghvr-'] > img, [class*=' imghvr-'] > img {
    vertical-align: top;
    max-width: 100%;
}

[class^='imghvr-'] figcaption, [class*=' imghvr-'] figcaption {
    background-color: rgba(0, 0, 0, 0);
    padding: 0px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    color: #ffffff;
}

[class^='imghvr-'] figcaption h1, [class^='imghvr-'] figcaption h2, [class^='imghvr-'] figcaption h3, [class^='imghvr-'] figcaption h4, [class^='imghvr-'] figcaption h5, [class^='imghvr-'] figcaption h6, [class*=' imghvr-'] figcaption h1, [class*=' imghvr-'] figcaption h2, [class*=' imghvr-'] figcaption h3, [class*=' imghvr-'] figcaption h4, [class*=' imghvr-'] figcaption h5, [class*=' imghvr-'] figcaption h6 {
    color: #ffffff;
}

[class^='imghvr-'] a, [class*=' imghvr-'] a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

[class^='imghvr-'], [class*=' imghvr-'], [class^='imghvr-']:before, [class^='imghvr-']:after, [class*=' imghvr-']:before, [class*=' imghvr-']:after, [class^='imghvr-'] *, [class*=' imghvr-'] *, [class^='imghvr-'] *:before, [class^='imghvr-'] *:after, [class*=' imghvr-'] *:before, [class*=' imghvr-'] *:after {
    box-sizing: border-box;
    transition: all .35s ease;
}

/* imghvr-fade-*
   ----------------------------- */
[class^='imghvr-fade'] figcaption, [class*=' imghvr-fade'] figcaption {
    opacity: 0;
}

[class^='imghvr-fade']:hover figcaption, [class*=' imghvr-fade']:hover figcaption {
    opacity: 1;
}

[class^='imghvr-fade']:hover > img, [class^='imghvr-fade']:hover figcaption, [class*=' imghvr-fade']:hover > img, [class*=' imghvr-fade']:hover figcaption {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

/* imghvr-fade
   ----------------------------- */
/* imghvr-fade-in-up
   ----------------------------- */
.imghvr-fade-in-up figcaption {
    -webkit-transform: translate(0, 15%);
    transform: translate(0, 15%);
}

/* imghvr-fade-in-down
   ----------------------------- */
.imghvr-fade-in-down figcaption {
    -webkit-transform: translate(0, -15%);
    transform: translate(0, -15%);
}

/* imghvr-fade-in-left
   ----------------------------- */
.imghvr-fade-in-left figcaption {
    -webkit-transform: translate(-15%, 0);
    transform: translate(-15%, 0);
}

/* imghvr-fade-in-right
   ----------------------------- */
.imghvr-fade-in-right figcaption {
    -webkit-transform: translate(15%, 0);
    transform: translate(15%, 0);
}

/* imghvr-push-*
   ----------------------------- */
[class^='imghvr-push-']:hover figcaption, [class*=' imghvr-push-']:hover figcaption {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

/* imghvr-push-up
   ----------------------------- */
.imghvr-push-up figcaption {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}

.imghvr-push-up:hover > img {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}

/* imghvr-push-down
   ----------------------------- */
.imghvr-push-down figcaption {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}

.imghvr-push-down:hover > img {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}

/* imghvr-push-left
   ----------------------------- */
.imghvr-push-left figcaption {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

.imghvr-push-left:hover > img {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

/* imghvr-push--right
   ----------------------------- */
.imghvr-push-right figcaption {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

.imghvr-push-right:hover > img {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

/* imghvr-slide-*
   ----------------------------- */
[class^='imghvr-slide-']:hover figcaption, [class*=' imghvr-slide-']:hover figcaption {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

/* imghvr-slide-up
   ----------------------------- */
.imghvr-slide-up figcaption {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}

/* imghvr-slide-down
   ----------------------------- */
.imghvr-slide-down figcaption {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}

/* imghvr-slide-left
   ----------------------------- */
.imghvr-slide-left figcaption {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

/* imghvr-slide-right
   ----------------------------- */
.imghvr-slide-right figcaption {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

/* imghvr-slide-top-left
   ----------------------------- */
.imghvr-slide-top-left figcaption {
    -webkit-transform: translate(-100%, -100%);
    transform: translate(-100%, -100%);
}

/* imghvr-slide-top-right
   ----------------------------- */
.imghvr-slide-top-right figcaption {
    -webkit-transform: translate(100%, -100%);
    transform: translate(100%, -100%);
}

/* imghvr-slide-bottom-left
   ----------------------------- */
.imghvr-slide-bottom-left figcaption {
    -webkit-transform: translate(-100%, 100%);
    transform: translate(-100%, 100%);
}

/* imghvr-slide-bottom-right
   ----------------------------- */
.imghvr-slide-bottom-right figcaption {
    -webkit-transform: translate(100%, 100%);
    transform: translate(100%, 100%);
}

/* imghvr-reveal-*
   ----------------------------- */
[class^='imghvr-reveal-']:before, [class*=' imghvr-reveal-']:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
    background-color: #135796;
}

[class^='imghvr-reveal-'] figcaption, [class*=' imghvr-reveal-'] figcaption {
    opacity: 0;
}

[class^='imghvr-reveal-']:hover:before, [class*=' imghvr-reveal-']:hover:before {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

[class^='imghvr-reveal-']:hover figcaption, [class*=' imghvr-reveal-']:hover figcaption {
    opacity: 1;
    transition-delay: 0.21s;
}

/* imghvr-reveal-up
   ----------------------------- */
.imghvr-reveal-up:before {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}

/* imghvr-reveal-down
   ----------------------------- */
.imghvr-reveal-down:before {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}

/* imghvr-reveal-left
   ----------------------------- */
.imghvr-reveal-left:before {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

/* imghvr-reveal-right
   ----------------------------- */
.imghvr-reveal-right:before {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

/* imghvr-reveal-top-left
   ----------------------------- */
.imghvr-reveal-top-left:before {
    -webkit-transform: translate(-100%, -100%);
    transform: translate(-100%, -100%);
}

/* imghvr-reveal-top-right
   ----------------------------- */
.imghvr-reveal-top-right:before {
    -webkit-transform: translate(100%, -100%);
    transform: translate(100%, -100%);
}

/* imghvr-reveal-bottom-left
   ----------------------------- */
.imghvr-reveal-bottom-left:before {
    -webkit-transform: translate(-100%, 100%);
    transform: translate(-100%, 100%);
}

/* imghvr-reveal-bottom-right
   ----------------------------- */
.imghvr-reveal-bottom-right:before {
    -webkit-transform: translate(100%, 100%);
    transform: translate(100%, 100%);
}

/* imghvr-hinge-*
   ----------------------------- */
[class^='imghvr-hinge-'], [class*=' imghvr-hinge-'] {
    -webkit-perspective: 50em;
    perspective: 50em;
}

[class^='imghvr-hinge-'] figcaption, [class*=' imghvr-hinge-'] figcaption {
    opacity: 0;
    z-index: 1;
}

[class^='imghvr-hinge-']:hover img, [class*=' imghvr-hinge-']:hover img {
    opacity: 0;
}

[class^='imghvr-hinge-']:hover figcaption, [class*=' imghvr-hinge-']:hover figcaption {
    opacity: 1;
    transition-delay: 0.21s;
}

/* imghvr-hinge-up
   ----------------------------- */
.imghvr-hinge-up img {
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
}

.imghvr-hinge-up figcaption {
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
}

.imghvr-hinge-up:hover > img {
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
}

.imghvr-hinge-up:hover figcaption {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
}

/* imghvr-hinge-down
   ----------------------------- */
.imghvr-hinge-down img {
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
}

.imghvr-hinge-down figcaption {
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transform-origin: 50% -50%;
    transform-origin: 50% -50%;
}

.imghvr-hinge-down:hover > img {
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg);
    opacity: 0;
}

.imghvr-hinge-down:hover figcaption {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
}

/* imghvr-hinge-left
   ----------------------------- */
.imghvr-hinge-left img {
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
}

.imghvr-hinge-left figcaption {
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
}

.imghvr-hinge-left:hover > img {
    -webkit-transform: rotateY(90deg);
    transform: rotateY(90deg);
}

.imghvr-hinge-left:hover figcaption {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
}

/* imghvr-hinge-right
   ----------------------------- */
.imghvr-hinge-right img {
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
}

.imghvr-hinge-right figcaption {
    -webkit-transform: rotateY(90deg);
    transform: rotateY(90deg);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
}

.imghvr-hinge-right:hover > img {
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
}

.imghvr-hinge-right:hover figcaption {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
}

/* imghvr-flip-*
   ----------------------------- */
[class^='imghvr-flip-'], [class*=' imghvr-flip-'] {
    -webkit-perspective: 50em;
    perspective: 50em;
}

[class^='imghvr-flip-'] img, [class*=' imghvr-flip-'] img {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

[class^='imghvr-flip-'] figcaption, [class*=' imghvr-flip-'] figcaption {
    opacity: 0;
}

[class^='imghvr-flip-']:hover > img, [class*=' imghvr-flip-']:hover > img {
    opacity: 0;
}

[class^='imghvr-flip-']:hover figcaption, [class*=' imghvr-flip-']:hover figcaption {
    opacity: 1;
    transition-delay: 0.14s;
    -webkit-filter: grayscale(80%);
    filter: grayscale(80%);
}

/* imghvr-flip-horiz
   ----------------------------- */
.imghvr-flip-horiz figcaption {
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg);
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
}

.imghvr-flip-horiz:hover img {
    -webkit-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
}

.imghvr-flip-horiz:hover figcaption {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
}

/* imghvr-flip-vert
   ----------------------------- */
.imghvr-flip-vert figcaption {
    -webkit-transform: rotateY(90deg);
    transform: rotateY(90deg);
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
}

.imghvr-flip-vert:hover > img {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}

.imghvr-flip-vert:hover figcaption {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

/* imghvr-flip-diag-1
   ----------------------------- */
.imghvr-flip-diag-1 figcaption {
    -webkit-transform: rotate3d(1, -1, 0, 100deg);
    transform: rotate3d(1, -1, 0, 100deg);
}

.imghvr-flip-diag-1:hover > img {
    -webkit-transform: rotate3d(-1, 1, 0, 100deg);
    transform: rotate3d(-1, 1, 0, 100deg);
}

.imghvr-flip-diag-1:hover figcaption {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
    transform: rotate3d(0, 0, 0, 0deg);
}

/* imghvr-flip-diag-2
   ----------------------------- */
.imghvr-flip-diag-2 {
}

.imghvr-flip-diag-2 figcaption {
    -webkit-transform: rotate3d(1, 1, 0, 100deg);
    transform: rotate3d(1, 1, 0, 100deg);
}

.imghvr-flip-diag-2:hover > img {
    -webkit-transform: rotate3d(-1, -1, 0, 100deg);
    transform: rotate3d(-1, -1, 0, 100deg);
}

.imghvr-flip-diag-2:hover figcaption {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
    transform: rotate3d(0, 0, 0, 0deg);
}

/* imghvr-shutter-out-*
   ----------------------------- */
[class^='imghvr-shutter-out-']:before, [class*=' imghvr-shutter-out-']:before {
    background-color: #a8080c;
    position: absolute;
    content: '';
    transition-delay: 0.105s;
}

[class^='imghvr-shutter-out-'] figcaption, [class*=' imghvr-shutter-out-'] figcaption {
    opacity: 0;
    transition-delay: 0s;
}

[class^='imghvr-shutter-out-']:hover:before, [class*=' imghvr-shutter-out-']:hover:before {
    transition-delay: 0s;
}

[class^='imghvr-shutter-out-']:hover figcaption, [class*=' imghvr-shutter-out-']:hover figcaption {
    opacity: 1;
    transition-delay: 0.105s;
}

/* imghvr-shutter-out-horiz
   ----------------------------- */
.imghvr-shutter-out-horiz:before {
    left: 50%;
    right: 50%;
    top: 0;
    bottom: 0;
}

.imghvr-shutter-out-horiz:hover:before {
    left: 0;
    right: 0;
}

/* imghvr-shutter-out-vert
   ----------------------------- */
.imghvr-shutter-out-vert:before {
    top: 50%;
    bottom: 50%;
    left: 0;
    right: 0;
}

.imghvr-shutter-out-vert:hover:before {
    top: 0;
    bottom: 0;
}

/* imghvr-shutter-out-diag-1
   ----------------------------- */
.imghvr-shutter-out-diag-1:before {
    top: 50%;
    bottom: 50%;
    left: -35%;
    right: -35%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.imghvr-shutter-out-diag-1:hover:before {
    top: -35%;
    bottom: -35%;
}

/* imghvr-shutter-out-diag-2
   ----------------------------- */
.imghvr-shutter-out-diag-2:before {
    top: 50%;
    bottom: 50%;
    left: -35%;
    right: -35%;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.imghvr-shutter-out-diag-2:hover:before {
    top: -35%;
    bottom: -35%;
}

/* imghvr-shutter-in-*
   ----------------------------- */
[class^='imghvr-shutter-in-']:after, [class^='imghvr-shutter-in-']:before, [class*=' imghvr-shutter-in-']:after, [class*=' imghvr-shutter-in-']:before {
    background: #135796;
    position: absolute;
    content: '';
}

[class^='imghvr-shutter-in-']:after, [class*=' imghvr-shutter-in-']:after {
    top: 0;
    left: 0;
}

[class^='imghvr-shutter-in-']:before, [class*=' imghvr-shutter-in-']:before {
    right: 0;
    bottom: 0;
}

[class^='imghvr-shutter-in-'] figcaption, [class*=' imghvr-shutter-in-'] figcaption {
    opacity: 0;
    z-index: 1;
}

[class^='imghvr-shutter-in-']:hover figcaption, [class*=' imghvr-shutter-in-']:hover figcaption {
    opacity: 1;
    transition-delay: 0.21s;
}

/* imghvr-shutter-in-horiz
   ----------------------------- */
.imghvr-shutter-in-horiz:after, .imghvr-shutter-in-horiz:before {
    width: 0;
    height: 100%;
}

.imghvr-shutter-in-horiz:hover:after, .imghvr-shutter-in-horiz:hover:before {
    width: 50%;
}

/* imghvr-shutter-in-vert
   ----------------------------- */
.imghvr-shutter-in-vert:after, .imghvr-shutter-in-vert:before {
    height: 0;
    width: 100%;
}

.imghvr-shutter-in-vert:hover:after, .imghvr-shutter-in-vert:hover:before {
    height: 50%;
}

/* imghvr-shutter-in-out-horiz
   ----------------------------- */
.imghvr-shutter-in-out-horiz:after, .imghvr-shutter-in-out-horiz:before {
    width: 0;
    height: 100%;
    opacity: 0.75;
}

.imghvr-shutter-in-out-horiz:hover:after, .imghvr-shutter-in-out-horiz:hover:before {
    width: 100%;
}

/* imghvr-shutter-in-out-vert
   ----------------------------- */
.imghvr-shutter-in-out-vert:after, .imghvr-shutter-in-out-vert:before {
    height: 0;
    width: 100%;
    opacity: 0.75;
}

.imghvr-shutter-in-out-vert:hover:after, .imghvr-shutter-in-out-vert:hover:before {
    height: 100%;
}

/* imghvr-shutter-in-out-diag-1
   ----------------------------- */
.imghvr-shutter-in-out-diag-1:after, .imghvr-shutter-in-out-diag-1:before {
    width: 200%;
    height: 200%;
    transition: all 0.6s ease;
    opacity: 0.75;
}

.imghvr-shutter-in-out-diag-1:after {
    -webkit-transform: skew(-45deg) translateX(-150%);
    transform: skew(-45deg) translateX(-150%);
}

.imghvr-shutter-in-out-diag-1:before {
    -webkit-transform: skew(-45deg) translateX(150%);
    transform: skew(-45deg) translateX(150%);
}

.imghvr-shutter-in-out-diag-1:hover:after {
    -webkit-transform: skew(-45deg) translateX(-50%);
    transform: skew(-45deg) translateX(-50%);
}

.imghvr-shutter-in-out-diag-1:hover:before {
    -webkit-transform: skew(-45deg) translateX(50%);
    transform: skew(-45deg) translateX(50%);
}

/* imghvr-shutter-in-out-diag-2
   ----------------------------- */
.imghvr-shutter-in-out-diag-2:after, .imghvr-shutter-in-out-diag-2:before {
    width: 200%;
    height: 200%;
    transition: all 0.6s ease;
    opacity: 0.75;
}

.imghvr-shutter-in-out-diag-2:after {
    -webkit-transform: skew(45deg) translateX(-100%);
    transform: skew(45deg) translateX(-100%);
}

.imghvr-shutter-in-out-diag-2:before {
    -webkit-transform: skew(45deg) translateX(100%);
    transform: skew(45deg) translateX(100%);
}

.imghvr-shutter-in-out-diag-2:hover:after {
    -webkit-transform: skew(45deg) translateX(0%);
    transform: skew(45deg) translateX(0%);
}

.imghvr-shutter-in-out-diag-2:hover:before {
    -webkit-transform: skew(45deg) translateX(0%);
    transform: skew(45deg) translateX(0%);
}

/* imghvr-fold*
   ----------------------------- */
[class^='imghvr-fold'], [class*=' imghvr-fold'] {
    -webkit-perspective: 50em;
    perspective: 50em;
}

[class^='imghvr-fold'] img, [class*=' imghvr-fold'] img {
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
}

[class^='imghvr-fold'] figcaption, [class*=' imghvr-fold'] figcaption {
    z-index: 1;
    opacity: 0;
}

[class^='imghvr-fold']:hover > img, [class*=' imghvr-fold']:hover > img {
    opacity: 0;
    transition-delay: 0;
}

[class^='imghvr-fold']:hover figcaption, [class*=' imghvr-fold']:hover figcaption {
    -webkit-transform: rotateX(0) translate3d(0, 0%, 0) scale(1);
    transform: rotateX(0) translate3d(0, 0%, 0) scale(1);
    opacity: 1;
    transition-delay: 0.11s;
    -webkit-filter: grayscale(80%);
    filter: grayscale(80%);
}

/* imghvr-fold-up
   ----------------------------- */
.imghvr-fold-up > img {
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
}

.imghvr-fold-up figcaption {
    -webkit-transform: rotateX(-90deg) translate3d(0%, -50%, 0) scale(0.6);
    transform: rotateX(-90deg) translate3d(0%, -50%, 0) scale(0.6);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
}

.imghvr-fold-up:hover > img {
    -webkit-transform: rotateX(90deg) scale(0.6) translateY(50%);
    transform: rotateX(90deg) scale(0.6) translateY(50%);
}

/* imghvr-fold-down
   ----------------------------- */
.imghvr-fold-down > img {
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
}

.imghvr-fold-down figcaption {
    -webkit-transform: rotateX(90deg) translate3d(0%, 50%, 0) scale(0.6);
    transform: rotateX(90deg) translate3d(0%, 50%, 0) scale(0.6);
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
}

.imghvr-fold-down:hover > img {
    -webkit-transform: rotateX(-90deg) scale(0.6) translateY(-50%);
    transform: rotateX(-90deg) scale(0.6) translateY(-50%);
}

/* imghvr-fold-left
   ----------------------------- */
.imghvr-fold-left > img {
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
}

.imghvr-fold-left figcaption {
    -webkit-transform: rotateY(90deg) translate3d(-50%, 0%, 0) scale(0.6);
    transform: rotateY(90deg) translate3d(-50%, 0%, 0) scale(0.6);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
}

.imghvr-fold-left:hover > img {
    -webkit-transform: rotateY(-90deg) scale(0.6) translateX(50%);
    transform: rotateY(-90deg) scale(0.6) translateX(50%);
}

/* imghvr-fold-right
   ----------------------------- */
.imghvr-fold-right > img {
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
}

.imghvr-fold-right figcaption {
    -webkit-transform: rotateY(-90deg) translate3d(50%, 0%, 0) scale(0.6);
    transform: rotateY(-90deg) translate3d(50%, 0%, 0) scale(0.6);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
}

.imghvr-fold-right:hover > img {
    -webkit-transform: rotateY(90deg) scale(0.6) translateX(-50%);
    transform: rotateY(90deg) scale(0.6) translateX(-50%);
}

/* imghvr-zoom-in
   ----------------------------- */
.imghvr-zoom-in figcaption {
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
}

.imghvr-zoom-in:hover figcaption {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

/* imghvr-zoom-out*
   ----------------------------- */
[class^='imghvr-zoom-out'] figcaption, [class*=' imghvr-zoom-out'] figcaption {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    opacity: 0;
}

[class^='imghvr-zoom-out']:hover figcaption, [class^='imghvr-zoom-out'].hover figcaption, [class*=' imghvr-zoom-out']:hover figcaption, [class*=' imghvr-zoom-out'].hover figcaption {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    transition-delay: 0.35s;
}

/* imghvr-zoom-out
   ----------------------------- */
.imghvr-zoom-out:hover > img {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
}

/* imghvr-zoom-out-up
   ----------------------------- */
.imghvr-zoom-out-up:hover > img, .imghvr-zoom-out-up.hover > img {
    -webkit-animation: imghvr-zoom-out-up 0.4025s linear;
    animation: imghvr-zoom-out-up 0.4025s linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@-webkit-keyframes imghvr-zoom-out-up {
    50% {
        -webkit-transform: scale(0.8) translateY(0%);
        transform: scale(0.8) translateY(0%);
        opacity: 0.5;
    }

    100% {
        -webkit-transform: scale(0.8) translateY(-150%);
        transform: scale(0.8) translateY(-150%);
        opacity: 0.5;
    }
}

@keyframes imghvr-zoom-out-up {
    50% {
        -webkit-transform: scale(0.8) translateY(0%);
        transform: scale(0.8) translateY(0%);
        opacity: 0.5;
    }

    100% {
        -webkit-transform: scale(0.8) translateY(-150%);
        transform: scale(0.8) translateY(-150%);
        opacity: 0.5;
    }
}

/* imghvr-zoom-out-down
   ----------------------------- */
.imghvr-zoom-out-down:hover > img, .imghvr-zoom-out-down.hover > img {
    -webkit-animation: imghvr-zoom-out-down 0.4025s linear;
    animation: imghvr-zoom-out-down 0.4025s linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@-webkit-keyframes imghvr-zoom-out-down {
    50% {
        -webkit-transform: scale(0.8) translateY(0%);
        transform: scale(0.8) translateY(0%);
        opacity: 0.5;
    }

    100% {
        -webkit-transform: scale(0.8) translateY(150%);
        transform: scale(0.8) translateY(150%);
        opacity: 0.5;
    }
}

@keyframes imghvr-zoom-out-down {
    50% {
        -webkit-transform: scale(0.8) translateY(0%);
        transform: scale(0.8) translateY(0%);
        opacity: 0.5;
    }

    100% {
        -webkit-transform: scale(0.8) translateY(150%);
        transform: scale(0.8) translateY(150%);
        opacity: 0.5;
    }
}

/* imghvr-zoom-out-left
   ----------------------------- */
.imghvr-zoom-out-left:hover > img, .imghvr-zoom-out-left.hover > img {
    -webkit-animation: imghvr-zoom-out-left 0.4025s linear;
    animation: imghvr-zoom-out-left 0.4025s linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@-webkit-keyframes imghvr-zoom-out-left {
    50% {
        -webkit-transform: scale(0.8) translateX(0%);
        transform: scale(0.8) translateX(0%);
        opacity: 0.5;
    }

    100% {
        -webkit-transform: scale(0.8) translateX(-150%);
        transform: scale(0.8) translateX(-150%);
        opacity: 0.5;
    }
}

@keyframes imghvr-zoom-out-left {
    50% {
        -webkit-transform: scale(0.8) translateX(0%);
        transform: scale(0.8) translateX(0%);
        opacity: 0.5;
    }

    100% {
        -webkit-transform: scale(0.8) translateX(-150%);
        transform: scale(0.8) translateX(-150%);
        opacity: 0.5;
    }
}

/* imghvr-zoom-out-right
   ----------------------------- */
.imghvr-zoom-out-right:hover > img, .imghvr-zoom-out-right.hover > img {
    -webkit-animation: imghvr-zoom-out-right 0.4025s linear;
    animation: imghvr-zoom-out-right 0.4025s linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@-webkit-keyframes imghvr-zoom-out-right {
    50% {
        -webkit-transform: scale(0.8) translateX(0%);
        transform: scale(0.8) translateX(0%);
        opacity: 0.5;
    }

    100% {
        -webkit-transform: scale(0.8) translateX(150%);
        transform: scale(0.8) translateX(150%);
        opacity: 0.5;
    }
}

@keyframes imghvr-zoom-out-right {
    50% {
        -webkit-transform: scale(0.8) translateX(0%);
        transform: scale(0.8) translateX(0%);
        opacity: 0.5;
    }

    100% {
        -webkit-transform: scale(0.8) translateX(150%);
        transform: scale(0.8) translateX(150%);
        opacity: 0.5;
    }
}

/* imghvr-zoom-out-flip-horiz
   ----------------------------- */
.imghvr-zoom-out-flip-horiz {
    -webkit-perspective: 50em;
    perspective: 50em;
}

.imghvr-zoom-out-flip-horiz figcaption {
    opacity: 0;
    -webkit-transform: rotateX(90deg) translateY(-100%) scale(0.5);
    transform: rotateX(90deg) translateY(-100%) scale(0.5);
}

.imghvr-zoom-out-flip-horiz:hover > img, .imghvr-zoom-out-flip-horiz.hover > img {
    -webkit-transform: rotateX(-100deg) translateY(50%) scale(0.5);
    transform: rotateX(-100deg) translateY(50%) scale(0.5);
    opacity: 0;
    transition-delay: 0;
}

.imghvr-zoom-out-flip-horiz:hover figcaption, .imghvr-zoom-out-flip-horiz.hover figcaption {
    -webkit-transform: rotateX(0) translateY(0%) scale(1);
    transform: rotateX(0) translateY(0%) scale(1);
    opacity: 1;
    transition-delay: 0.35s;
}

/* imghvr-zoom-out-flip-vert
   ----------------------------- */
.imghvr-zoom-out-flip-vert {
    -webkit-perspective: 50em;
    perspective: 50em;
}

.imghvr-zoom-out-flip-vert figcaption {
    opacity: 0;
    -webkit-transform: rotateY(90deg) translate(50%, 0) scale(0.5);
    transform: rotateY(90deg) translate(50%, 0) scale(0.5);
}

.imghvr-zoom-out-flip-vert:hover > img, .imghvr-zoom-out-flip-vert.hover > img {
    -webkit-transform: rotateY(-100deg) translateX(50%) scale(0.5);
    transform: rotateY(-100deg) translateX(50%) scale(0.5);
    opacity: 0;
    transition-delay: 0;
}

.imghvr-zoom-out-flip-vert:hover figcaption, .imghvr-zoom-out-flip-vert.hover figcaption {
    -webkit-transform: rotateY(0) translate(0, 0) scale(1);
    transform: rotateY(0) translate(0, 0) scale(1);
    opacity: 1;
    transition-delay: 0.35s;
}

/* imghvr-blur
   ----------------------------- */
.imghvr-blur figcaption {
    opacity: 0;
}

.imghvr-blur:hover > img {
    -webkit-filter: blur(30px);
    filter: blur(30px);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
}

.imghvr-blur:hover figcaption {
    opacity: 1;
    transition-delay: 0.21s;
}

/*# sourceMappingURL=imagehover.css.map */
/*# sourceMappingURL=imagehover.css.map */
:root {
    --wp-admin-theme-color: #007cba;
    --wp-admin-theme-color-darker-10: #006ba1;
    --wp-admin-theme-color-darker-20: #005a87
}

#start-resizable-editor-section {
    display: none
}

.wp-block-audio figcaption {
    margin-top: .5em;
    margin-bottom: 1em
}

.wp-block-audio audio {
    width: 100%;
    min-width: 300px
}

.wp-block-button__link {
    color: #fff;
    background-color: #32373c;
    border: none;
    border-radius: 1.55em;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    font-size: 1.125em;
    padding: .667em 1.333em;
    text-align: center;
    text-decoration: none;
    overflow-wrap: break-word
}

.wp-block-button__link:active,.wp-block-button__link:focus,.wp-block-button__link:hover,.wp-block-button__link:visited {
    color: #fff
}

.wp-block-button__link.aligncenter {
    text-align: center
}

.wp-block-button__link.alignright {
    text-align: right
}

.wp-block-button.is-style-squared,.wp-block-button__link.wp-block-button.is-style-squared {
    border-radius: 0
}

.wp-block-button.no-border-radius,.wp-block-button__link.no-border-radius {
    border-radius: 0!important
}

.is-style-outline>.wp-block-button__link,.wp-block-button__link.is-style-outline {
    border: 2px solid
}

.is-style-outline>.wp-block-button__link:not(.has-text-color),.wp-block-button__link.is-style-outline:not(.has-text-color) {
    color: #32373c
}

.is-style-outline>.wp-block-button__link:not(.has-background),.wp-block-button__link.is-style-outline:not(.has-background) {
    background-color: transparent
}

.wp-block-buttons .wp-block-button {
    display: inline-block;
    margin-right: .5em;
    margin-bottom: .5em
}

.wp-block-buttons .wp-block-button:last-child {
    margin-right: 0
}

.wp-block-buttons.alignright .wp-block-button {
    margin-right: 0;
    margin-left: .5em
}

.wp-block-buttons.alignright .wp-block-button:first-child {
    margin-left: 0
}

.wp-block-buttons.alignleft .wp-block-button {
    margin-left: 0;
    margin-right: .5em
}

.wp-block-buttons.alignleft .wp-block-button:last-child {
    margin-right: 0
}

.wp-block-button.aligncenter,.wp-block-buttons.aligncenter,.wp-block-calendar {
    text-align: center
}

.wp-block-calendar tbody td,.wp-block-calendar th {
    padding: .25em;
    border: 1px solid #ddd
}

.wp-block-calendar tfoot td {
    border: none
}

.wp-block-calendar table {
    width: 100%;
    border-collapse: collapse
}

.wp-block-calendar table th {
    font-weight: 400;
    background: #ddd
}

.wp-block-calendar a {
    text-decoration: underline
}

.wp-block-calendar table caption,.wp-block-calendar table tbody {
    color: #40464d
}

.wp-block-categories.alignleft {
    margin-right: 2em
}

.wp-block-categories.alignright {
    margin-left: 2em
}

.wp-block-code code {
    white-space: pre-wrap;
    overflow-wrap: break-word
}

.wp-block-columns {
    display: flex;
    margin-bottom: 1.75em;
    flex-wrap: wrap
}

@media (min-width: 782px) {
    .wp-block-columns {
        flex-wrap:nowrap
    }
}

.wp-block-columns.has-background {
    padding: 1.25em 2.375em
}

.wp-block-columns.are-vertically-aligned-top {
    align-items: flex-start
}

.wp-block-columns.are-vertically-aligned-center {
    align-items: center
}

.wp-block-columns.are-vertically-aligned-bottom {
    align-items: flex-end
}

.wp-block-column {
    flex-grow: 1;
    min-width: 0;
    word-break: break-word;
    overflow-wrap: break-word
}

@media (max-width: 599px) {
    .wp-block-column {
        flex-basis:100%!important
    }
}

@media (min-width: 600px) and (max-width:781px) {
    .wp-block-column:not(:only-child) {
        flex-basis:calc(50% - 1em)!important;
        flex-grow: 0
    }

    .wp-block-column:nth-child(2n) {
        margin-left: 2em
    }
}

@media (min-width: 782px) {
    .wp-block-column {
        flex-basis:0;
        flex-grow: 1
    }

    .wp-block-column[style*=flex-basis] {
        flex-grow: 0
    }

    .wp-block-column:not(:first-child) {
        margin-left: 2em
    }
}

.wp-block-column.is-vertically-aligned-top {
    align-self: flex-start
}

.wp-block-column.is-vertically-aligned-center {
    -ms-grid-row-align: center;
    align-self: center
}

.wp-block-column.is-vertically-aligned-bottom {
    align-self: flex-end
}

.wp-block-column.is-vertically-aligned-bottom,.wp-block-column.is-vertically-aligned-center,.wp-block-column.is-vertically-aligned-top {
    width: 100%
}

.wp-block-cover,.wp-block-cover-image {
    position: relative;
    background-size: cover;
    background-position: 50%;
    min-height: 430px;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1em;
    box-sizing: border-box
}

.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax {
    background-attachment: fixed
}

@supports (-webkit-overflow-scrolling:touch) {
    .wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax {
        background-attachment: scroll
    }
}

@media (prefers-reduced-motion:reduce) {
    .wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax {
        background-attachment: scroll
    }
}

.wp-block-cover-image.is-repeated,.wp-block-cover.is-repeated {
    background-repeat: repeat;
    background-size: auto
}

.wp-block-cover-image.has-background-dim:not([class*=-background-color]),.wp-block-cover.has-background-dim:not([class*=-background-color]) {
    background-color: #000
}

.wp-block-cover-image.has-background-dim:before,.wp-block-cover.has-background-dim:before {
    content: "";
    background-color: inherit
}

.wp-block-cover-image.has-background-dim:not(.has-background-gradient):before,.wp-block-cover-image .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim:not(.has-background-gradient):before,.wp-block-cover .wp-block-cover__gradient-background {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    opacity: .5
}

.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-10:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-10:not(.has-background-gradient):before {
    opacity: .1
}

.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-20:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-20:not(.has-background-gradient):before {
    opacity: .2
}

.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-30:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-30:not(.has-background-gradient):before {
    opacity: .3
}

.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-40:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-40:not(.has-background-gradient):before {
    opacity: .4
}

.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-50:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-50:not(.has-background-gradient):before {
    opacity: .5
}

.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-60:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-60:not(.has-background-gradient):before {
    opacity: .6
}

.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-70:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-70:not(.has-background-gradient):before {
    opacity: .7
}

.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-80:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-80:not(.has-background-gradient):before {
    opacity: .8
}

.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-90:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-90:not(.has-background-gradient):before {
    opacity: .9
}

.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-100:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-100:not(.has-background-gradient):before {
    opacity: 1
}

.wp-block-cover-image.alignleft,.wp-block-cover-image.alignright,.wp-block-cover.alignleft,.wp-block-cover.alignright {
    max-width: 290px;
    width: 100%
}

.wp-block-cover-image:after,.wp-block-cover:after {
    display: block;
    content: "";
    font-size: 0;
    min-height: inherit
}

@supports (position: sticky) {
    .wp-block-cover-image:after,.wp-block-cover:after {
        content:none
    }
}

.wp-block-cover-image.aligncenter,.wp-block-cover-image.alignleft,.wp-block-cover-image.alignright,.wp-block-cover.aligncenter,.wp-block-cover.alignleft,.wp-block-cover.alignright {
    display: flex
}

.wp-block-cover-image .wp-block-cover__inner-container,.wp-block-cover .wp-block-cover__inner-container {
    width: 100%;
    z-index: 1;
    color: #fff
}

.wp-block-cover-image .wp-block-subhead:not(.has-text-color),.wp-block-cover-image h1:not(.has-text-color),.wp-block-cover-image h2:not(.has-text-color),.wp-block-cover-image h3:not(.has-text-color),.wp-block-cover-image h4:not(.has-text-color),.wp-block-cover-image h5:not(.has-text-color),.wp-block-cover-image h6:not(.has-text-color),.wp-block-cover-image p:not(.has-text-color),.wp-block-cover .wp-block-subhead:not(.has-text-color),.wp-block-cover h1:not(.has-text-color),.wp-block-cover h2:not(.has-text-color),.wp-block-cover h3:not(.has-text-color),.wp-block-cover h4:not(.has-text-color),.wp-block-cover h5:not(.has-text-color),.wp-block-cover h6:not(.has-text-color),.wp-block-cover p:not(.has-text-color) {
    color: inherit
}

.wp-block-cover-image.is-position-top-left,.wp-block-cover.is-position-top-left {
    align-items: flex-start;
    justify-content: flex-start
}

.wp-block-cover-image.is-position-top-center,.wp-block-cover.is-position-top-center {
    align-items: flex-start;
    justify-content: center
}

.wp-block-cover-image.is-position-top-right,.wp-block-cover.is-position-top-right {
    align-items: flex-start;
    justify-content: flex-end
}

.wp-block-cover-image.is-position-center-left,.wp-block-cover.is-position-center-left {
    align-items: center;
    justify-content: flex-start
}

.wp-block-cover-image.is-position-center-center,.wp-block-cover.is-position-center-center {
    align-items: center;
    justify-content: center
}

.wp-block-cover-image.is-position-center-right,.wp-block-cover.is-position-center-right {
    align-items: center;
    justify-content: flex-end
}

.wp-block-cover-image.is-position-bottom-left,.wp-block-cover.is-position-bottom-left {
    align-items: flex-end;
    justify-content: flex-start
}

.wp-block-cover-image.is-position-bottom-center,.wp-block-cover.is-position-bottom-center {
    align-items: flex-end;
    justify-content: center
}

.wp-block-cover-image.is-position-bottom-right,.wp-block-cover.is-position-bottom-right {
    align-items: flex-end;
    justify-content: flex-end
}

.wp-block-cover-image.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container {
    margin: 0;
    width: auto
}

.wp-block-cover__video-background {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
    height: 100%;
    z-index: 0;
    -o-object-fit: cover;
    object-fit: cover
}

.wp-block-cover-image-text,.wp-block-cover-text,section.wp-block-cover-image h2 {
    color: #fff
}

.wp-block-cover-image-text a,.wp-block-cover-image-text a:active,.wp-block-cover-image-text a:focus,.wp-block-cover-image-text a:hover,.wp-block-cover-text a,.wp-block-cover-text a:active,.wp-block-cover-text a:focus,.wp-block-cover-text a:hover,section.wp-block-cover-image h2 a,section.wp-block-cover-image h2 a:active,section.wp-block-cover-image h2 a:focus,section.wp-block-cover-image h2 a:hover {
    color: #fff
}

.wp-block-cover-image .wp-block-cover.has-left-content {
    justify-content: flex-start
}

.wp-block-cover-image .wp-block-cover.has-right-content {
    justify-content: flex-end
}

.wp-block-cover-image.has-left-content .wp-block-cover-image-text,.wp-block-cover.has-left-content .wp-block-cover-text,section.wp-block-cover-image.has-left-content>h2 {
    margin-left: 0;
    text-align: left
}

.wp-block-cover-image.has-right-content .wp-block-cover-image-text,.wp-block-cover.has-right-content .wp-block-cover-text,section.wp-block-cover-image.has-right-content>h2 {
    margin-right: 0;
    text-align: right
}

.wp-block-cover-image .wp-block-cover-image-text,.wp-block-cover .wp-block-cover-text,section.wp-block-cover-image>h2 {
    font-size: 2em;
    line-height: 1.25;
    z-index: 1;
    margin-bottom: 0;
    max-width: 580px;
    padding: .44em;
    text-align: center
}

.wp-block-embed.alignleft,.wp-block-embed.alignright,.wp-block[data-align=left]>[data-type="core/embed"],.wp-block[data-align=right]>[data-type="core/embed"] {
    max-width: 360px;
    width: 100%
}

.wp-block-embed.alignleft .wp-block-embed__wrapper,.wp-block-embed.alignright .wp-block-embed__wrapper,.wp-block[data-align=left]>[data-type="core/embed"] .wp-block-embed__wrapper,.wp-block[data-align=right]>[data-type="core/embed"] .wp-block-embed__wrapper {
    min-width: 280px
}

.wp-block-embed {
    margin-bottom: 1em
}

.wp-block-embed figcaption {
    margin-top: .5em;
    margin-bottom: 1em
}

.wp-block-embed iframe {
    max-width: 100%
}

.wp-block-embed__wrapper {
    position: relative
}

.wp-embed-responsive .wp-has-aspect-ratio .wp-block-embed__wrapper:before {
    content: "";
    display: block;
    padding-top: 50%
}

.wp-embed-responsive .wp-has-aspect-ratio iframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%
}

.wp-embed-responsive .wp-embed-aspect-21-9 .wp-block-embed__wrapper:before {
    padding-top: 42.85%
}

.wp-embed-responsive .wp-embed-aspect-18-9 .wp-block-embed__wrapper:before {
    padding-top: 50%
}

.wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper:before {
    padding-top: 56.25%
}

.wp-embed-responsive .wp-embed-aspect-4-3 .wp-block-embed__wrapper:before {
    padding-top: 75%
}

.wp-embed-responsive .wp-embed-aspect-1-1 .wp-block-embed__wrapper:before {
    padding-top: 100%
}

.wp-embed-responsive .wp-embed-aspect-9-16 .wp-block-embed__wrapper:before {
    padding-top: 177.77%
}

.wp-embed-responsive .wp-embed-aspect-1-2 .wp-block-embed__wrapper:before {
    padding-top: 200%
}

.wp-block-file {
    margin-bottom: 1.5em
}

.wp-block-file.aligncenter {
    text-align: center
}

.wp-block-file.alignright {
    text-align: right
}

.wp-block-file .wp-block-file__button {
    background: #32373c;
    border-radius: 2em;
    color: #fff;
    font-size: .8em;
    padding: .5em 1em
}

.wp-block-file a.wp-block-file__button {
    text-decoration: none
}

.wp-block-file a.wp-block-file__button:active,.wp-block-file a.wp-block-file__button:focus,.wp-block-file a.wp-block-file__button:hover,.wp-block-file a.wp-block-file__button:visited {
    box-shadow: none;
    color: #fff;
    opacity: .85;
    text-decoration: none
}

.wp-block-file *+.wp-block-file__button {
    margin-left: .75em
}

.blocks-gallery-grid,.wp-block-gallery {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 0;
    margin: 0
}

.blocks-gallery-grid .blocks-gallery-image,.blocks-gallery-grid .blocks-gallery-item,.wp-block-gallery .blocks-gallery-image,.wp-block-gallery .blocks-gallery-item {
    margin: 0 1em 1em 0;
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    justify-content: center;
    position: relative;
    width: calc(50% - 1em)
}

.blocks-gallery-grid .blocks-gallery-image:nth-of-type(2n),.blocks-gallery-grid .blocks-gallery-item:nth-of-type(2n),.wp-block-gallery .blocks-gallery-image:nth-of-type(2n),.wp-block-gallery .blocks-gallery-item:nth-of-type(2n) {
    margin-right: 0
}

.blocks-gallery-grid .blocks-gallery-image figure,.blocks-gallery-grid .blocks-gallery-item figure,.wp-block-gallery .blocks-gallery-image figure,.wp-block-gallery .blocks-gallery-item figure {
    margin: 0;
    height: 100%
}

@supports (position: sticky) {
    .blocks-gallery-grid .blocks-gallery-image figure,.blocks-gallery-grid .blocks-gallery-item figure,.wp-block-gallery .blocks-gallery-image figure,.wp-block-gallery .blocks-gallery-item figure {
        display:flex;
        align-items: flex-end;
        justify-content: flex-start
    }
}

.blocks-gallery-grid .blocks-gallery-image img,.blocks-gallery-grid .blocks-gallery-item img,.wp-block-gallery .blocks-gallery-image img,.wp-block-gallery .blocks-gallery-item img {
    display: block;
    max-width: 100%;
    height: auto;
    width: 100%
}

@supports (position: sticky) {
    .blocks-gallery-grid .blocks-gallery-image img,.blocks-gallery-grid .blocks-gallery-item img,.wp-block-gallery .blocks-gallery-image img,.wp-block-gallery .blocks-gallery-item img {
        width:auto
    }
}

.blocks-gallery-grid .blocks-gallery-image figcaption,.blocks-gallery-grid .blocks-gallery-item figcaption,.wp-block-gallery .blocks-gallery-image figcaption,.wp-block-gallery .blocks-gallery-item figcaption {
    position: absolute;
    bottom: 0;
    width: 100%;
    max-height: 100%;
    overflow: auto;
    padding: 3em .77em .7em;
    color: #fff;
    text-align: center;
    font-size: .8em;
    background: linear-gradient(0deg,rgba(0,0,0,.7),rgba(0,0,0,.3) 70%,transparent);
    box-sizing: border-box;
    margin: 0
}

.blocks-gallery-grid .blocks-gallery-image figcaption img,.blocks-gallery-grid .blocks-gallery-item figcaption img,.wp-block-gallery .blocks-gallery-image figcaption img,.wp-block-gallery .blocks-gallery-item figcaption img {
    display: inline
}

.blocks-gallery-grid figcaption,.wp-block-gallery figcaption {
    flex-grow: 1
}

.blocks-gallery-grid.is-cropped .blocks-gallery-image a,.blocks-gallery-grid.is-cropped .blocks-gallery-image img,.blocks-gallery-grid.is-cropped .blocks-gallery-item a,.blocks-gallery-grid.is-cropped .blocks-gallery-item img,.wp-block-gallery.is-cropped .blocks-gallery-image a,.wp-block-gallery.is-cropped .blocks-gallery-image img,.wp-block-gallery.is-cropped .blocks-gallery-item a,.wp-block-gallery.is-cropped .blocks-gallery-item img {
    width: 100%
}

@supports (position: sticky) {
    .blocks-gallery-grid.is-cropped .blocks-gallery-image a,.blocks-gallery-grid.is-cropped .blocks-gallery-image img,.blocks-gallery-grid.is-cropped .blocks-gallery-item a,.blocks-gallery-grid.is-cropped .blocks-gallery-item img,.wp-block-gallery.is-cropped .blocks-gallery-image a,.wp-block-gallery.is-cropped .blocks-gallery-image img,.wp-block-gallery.is-cropped .blocks-gallery-item a,.wp-block-gallery.is-cropped .blocks-gallery-item img {
        height:100%;
        flex: 1;
        -o-object-fit: cover;
        object-fit: cover
    }
}

.blocks-gallery-grid.columns-1 .blocks-gallery-image,.blocks-gallery-grid.columns-1 .blocks-gallery-item,.wp-block-gallery.columns-1 .blocks-gallery-image,.wp-block-gallery.columns-1 .blocks-gallery-item {
    width: 100%;
    margin-right: 0
}

@media (min-width: 600px) {
    .blocks-gallery-grid.columns-3 .blocks-gallery-image,.blocks-gallery-grid.columns-3 .blocks-gallery-item,.wp-block-gallery.columns-3 .blocks-gallery-image,.wp-block-gallery.columns-3 .blocks-gallery-item {
        width:calc(33.33333% - .66667em);
        margin-right: 1em
    }

    .blocks-gallery-grid.columns-4 .blocks-gallery-image,.blocks-gallery-grid.columns-4 .blocks-gallery-item,.wp-block-gallery.columns-4 .blocks-gallery-image,.wp-block-gallery.columns-4 .blocks-gallery-item {
        width: calc(25% - .75em);
        margin-right: 1em
    }

    .blocks-gallery-grid.columns-5 .blocks-gallery-image,.blocks-gallery-grid.columns-5 .blocks-gallery-item,.wp-block-gallery.columns-5 .blocks-gallery-image,.wp-block-gallery.columns-5 .blocks-gallery-item {
        width: calc(20% - .8em);
        margin-right: 1em
    }

    .blocks-gallery-grid.columns-6 .blocks-gallery-image,.blocks-gallery-grid.columns-6 .blocks-gallery-item,.wp-block-gallery.columns-6 .blocks-gallery-image,.wp-block-gallery.columns-6 .blocks-gallery-item {
        width: calc(16.66667% - .83333em);
        margin-right: 1em
    }

    .blocks-gallery-grid.columns-7 .blocks-gallery-image,.blocks-gallery-grid.columns-7 .blocks-gallery-item,.wp-block-gallery.columns-7 .blocks-gallery-image,.wp-block-gallery.columns-7 .blocks-gallery-item {
        width: calc(14.28571% - .85714em);
        margin-right: 1em
    }

    .blocks-gallery-grid.columns-8 .blocks-gallery-image,.blocks-gallery-grid.columns-8 .blocks-gallery-item,.wp-block-gallery.columns-8 .blocks-gallery-image,.wp-block-gallery.columns-8 .blocks-gallery-item {
        width: calc(12.5% - .875em);
        margin-right: 1em
    }

    .blocks-gallery-grid.columns-1 .blocks-gallery-image:nth-of-type(1n),.blocks-gallery-grid.columns-1 .blocks-gallery-item:nth-of-type(1n),.wp-block-gallery.columns-1 .blocks-gallery-image:nth-of-type(1n),.wp-block-gallery.columns-1 .blocks-gallery-item:nth-of-type(1n) {
        margin-right: 0
    }

    .blocks-gallery-grid.columns-2 .blocks-gallery-image:nth-of-type(2n),.blocks-gallery-grid.columns-2 .blocks-gallery-item:nth-of-type(2n),.wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(2n),.wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n) {
        margin-right: 0
    }

    .blocks-gallery-grid.columns-3 .blocks-gallery-image:nth-of-type(3n),.blocks-gallery-grid.columns-3 .blocks-gallery-item:nth-of-type(3n),.wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n),.wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n) {
        margin-right: 0
    }

    .blocks-gallery-grid.columns-4 .blocks-gallery-image:nth-of-type(4n),.blocks-gallery-grid.columns-4 .blocks-gallery-item:nth-of-type(4n),.wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(4n),.wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(4n) {
        margin-right: 0
    }

    .blocks-gallery-grid.columns-5 .blocks-gallery-image:nth-of-type(5n),.blocks-gallery-grid.columns-5 .blocks-gallery-item:nth-of-type(5n),.wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(5n),.wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(5n) {
        margin-right: 0
    }

    .blocks-gallery-grid.columns-6 .blocks-gallery-image:nth-of-type(6n),.blocks-gallery-grid.columns-6 .blocks-gallery-item:nth-of-type(6n),.wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(6n),.wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(6n) {
        margin-right: 0
    }

    .blocks-gallery-grid.columns-7 .blocks-gallery-image:nth-of-type(7n),.blocks-gallery-grid.columns-7 .blocks-gallery-item:nth-of-type(7n),.wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(7n),.wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(7n) {
        margin-right: 0
    }

    .blocks-gallery-grid.columns-8 .blocks-gallery-image:nth-of-type(8n),.blocks-gallery-grid.columns-8 .blocks-gallery-item:nth-of-type(8n),.wp-block-gallery.columns-8 .blocks-gallery-image:nth-of-type(8n),.wp-block-gallery.columns-8 .blocks-gallery-item:nth-of-type(8n) {
        margin-right: 0
    }
}

.blocks-gallery-grid .blocks-gallery-image:last-child,.blocks-gallery-grid .blocks-gallery-item:last-child,.wp-block-gallery .blocks-gallery-image:last-child,.wp-block-gallery .blocks-gallery-item:last-child {
    margin-right: 0
}

.blocks-gallery-grid.alignleft,.blocks-gallery-grid.alignright,.wp-block-gallery.alignleft,.wp-block-gallery.alignright {
    max-width: 290px;
    width: 100%
}

.blocks-gallery-grid.aligncenter .blocks-gallery-item figure,.wp-block-gallery.aligncenter .blocks-gallery-item figure {
    justify-content: center
}

.wp-block-group {
    box-sizing: border-box
}

h1.has-background,h2.has-background,h3.has-background,h4.has-background,h5.has-background,h6.has-background {
    padding: 1.25em 2.375em
}

.wp-block-image {
    margin-bottom: 1em
}

.wp-block-image img {
    max-width: 100%
}

.wp-block-image.aligncenter {
    text-align: center
}

.wp-block-image.alignfull img,.wp-block-image.alignwide img {
    width: 100%
}

.wp-block-image .aligncenter,.wp-block-image .alignleft,.wp-block-image .alignright {
    display: table
}

.wp-block-image .aligncenter>figcaption,.wp-block-image .alignleft>figcaption,.wp-block-image .alignright>figcaption {
    display: table-caption;
    caption-side: bottom
}

.wp-block-image .alignleft {
    float: left;
    margin: .5em 1em .5em 0
}

.wp-block-image .alignright {
    float: right;
    margin: .5em 0 .5em 1em
}

.wp-block-image .aligncenter {
    margin-left: auto;
    margin-right: auto
}

.wp-block-image figcaption {
    margin-top: .5em;
    margin-bottom: 1em
}

.is-style-circle-mask img,.is-style-rounded img {
    border-radius: 9999px
}

@supports ((-webkit-mask-image: none) or (mask-image:none)) or (-webkit-mask-image:none) {
    .is-style-circle-mask img {
        -webkit-mask-image:url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');
        mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');
        mask-mode: alpha;
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
        -webkit-mask-size: contain;
        mask-size: contain;
        -webkit-mask-position: center;
        mask-position: center;
        border-radius: 0
    }
}

.wp-block-latest-comments__comment {
    line-height: 1.1;
    list-style: none;
    margin-bottom: 1em
}

.has-avatars .wp-block-latest-comments__comment {
    min-height: 2.25em;
    list-style: none
}

.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
    margin-left: 3.25em
}

.has-dates .wp-block-latest-comments__comment,.has-excerpts .wp-block-latest-comments__comment {
    line-height: 1.5
}

.wp-block-latest-comments__comment-excerpt p {
    font-size: .875em;
    line-height: 1.8;
    margin: .36em 0 1.4em
}

.wp-block-latest-comments__comment-date {
    display: block;
    font-size: .75em
}

.wp-block-latest-comments .avatar,.wp-block-latest-comments__comment-avatar {
    border-radius: 1.5em;
    display: block;
    float: left;
    height: 2.5em;
    margin-right: .75em;
    width: 2.5em
}

.wp-block-latest-posts.alignleft {
    margin-right: 2em
}

.wp-block-latest-posts.alignright {
    margin-left: 2em
}

.wp-block-latest-posts.wp-block-latest-posts__list {
    list-style: none
}

.wp-block-latest-posts.wp-block-latest-posts__list li {
    clear: both
}

.wp-block-latest-posts.is-grid {
    display: flex;
    flex-wrap: wrap;
    padding: 0
}

.wp-block-latest-posts.is-grid li {
    margin: 0 1.25em 1.25em 0;
    width: 100%
}

@media (min-width: 600px) {
    .wp-block-latest-posts.columns-2 li {
        width:calc(50% - .625em)
    }

    .wp-block-latest-posts.columns-2 li:nth-child(2n) {
        margin-right: 0
    }

    .wp-block-latest-posts.columns-3 li {
        width: calc(33.33333% - .83333em)
    }

    .wp-block-latest-posts.columns-3 li:nth-child(3n) {
        margin-right: 0
    }

    .wp-block-latest-posts.columns-4 li {
        width: calc(25% - .9375em)
    }

    .wp-block-latest-posts.columns-4 li:nth-child(4n) {
        margin-right: 0
    }

    .wp-block-latest-posts.columns-5 li {
        width: calc(20% - 1em)
    }

    .wp-block-latest-posts.columns-5 li:nth-child(5n) {
        margin-right: 0
    }

    .wp-block-latest-posts.columns-6 li {
        width: calc(16.66667% - 1.04167em)
    }

    .wp-block-latest-posts.columns-6 li:nth-child(6n) {
        margin-right: 0
    }
}

.wp-block-latest-posts__post-author,.wp-block-latest-posts__post-date {
    display: block;
    color: #555;
    font-size: .8125em
}

.wp-block-latest-posts__post-excerpt {
    margin-top: .5em;
    margin-bottom: 1em
}

.wp-block-latest-posts__featured-image a {
    display: inline-block
}

.wp-block-latest-posts__featured-image img {
    height: auto;
    width: auto
}

.wp-block-latest-posts__featured-image.alignleft {
    margin-right: 1em
}

.wp-block-latest-posts__featured-image.alignright {
    margin-left: 1em
}

.wp-block-latest-posts__featured-image.aligncenter {
    margin-bottom: 1em;
    text-align: center
}

.block-editor-image-alignment-control__row .components-base-control__field {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.block-editor-image-alignment-control__row .components-base-control__field .components-base-control__label {
    margin-bottom: 0
}

ol.has-background,ul.has-background {
    padding: 1.25em 2.375em
}

.wp-block-media-text {
    /*!rtl:begin:ignore*/
    direction: ltr;
    /*!rtl:end:ignore*/
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 50% 1fr;
    grid-template-columns: 50% 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto
}

.wp-block-media-text.has-media-on-the-right {
    -ms-grid-columns: 1fr 50%;
    grid-template-columns: 1fr 50%
}

.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__media {
    -ms-grid-row-align: start;
    align-self: start
}

.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__media,.wp-block-media-text .wp-block-media-text__content,.wp-block-media-text .wp-block-media-text__media {
    -ms-grid-row-align: center;
    align-self: center
}

.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__media {
    -ms-grid-row-align: end;
    align-self: end
}

.wp-block-media-text .wp-block-media-text__media {
    /*!rtl:begin:ignore*/
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
    /*!rtl:end:ignore*/
    margin: 0
}

.wp-block-media-text .wp-block-media-text__content {
    direction: ltr;
    /*!rtl:begin:ignore*/
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1;
    /*!rtl:end:ignore*/
    padding: 0 8%;
    word-break: break-word
}

.wp-block-media-text.has-media-on-the-right .wp-block-media-text__media {
    /*!rtl:begin:ignore*/
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1 /*!rtl:end:ignore*/
}

.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
    /*!rtl:begin:ignore*/
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1 /*!rtl:end:ignore*/
}

.wp-block-media-text__media img,.wp-block-media-text__media video {
    max-width: unset;
    width: 100%;
    vertical-align: middle
}

.wp-block-media-text.is-image-fill figure.wp-block-media-text__media {
    height: 100%;
    min-height: 250px;
    background-size: cover
}

.wp-block-media-text.is-image-fill figure.wp-block-media-text__media>img {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0
}

@media (max-width: 600px) {
    .wp-block-media-text.is-stacked-on-mobile {
        -ms-grid-columns:100%!important;
        grid-template-columns: 100%!important
    }

    .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media {
        -ms-grid-column: 1;
        grid-column: 1;
        -ms-grid-row: 1;
        grid-row: 1
    }

    .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
        -ms-grid-column: 1;
        grid-column: 1;
        -ms-grid-row: 2;
        grid-row: 2
    }
}

.wp-block-navigation:not(.has-background) .wp-block-navigation__container .wp-block-navigation-link:not(.has-text-color) {
    color: #1e1e1e
}

.wp-block-navigation:not(.has-background) .wp-block-navigation__container .wp-block-navigation__container {
    background-color: #fff
}

.items-justified-left>ul {
    justify-content: flex-start
}

.items-justified-center>ul {
    justify-content: center
}

.items-justified-right>ul {
    justify-content: flex-end
}

.wp-block-navigation-link {
    display: flex;
    align-items: center;
    position: relative;
    margin: 0
}

.wp-block-navigation-link .wp-block-navigation__container:empty {
    display: none
}

.wp-block-navigation__container {
    list-style: none;
    margin: 0;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap
}

.is-vertical .wp-block-navigation__container {
    display: block
}

.has-child>.wp-block-navigation-link__content {
    padding-right: .5em
}

.has-child .wp-block-navigation__container {
    border: 1px solid rgba(0,0,0,.15);
    background-color: inherit;
    color: inherit;
    position: absolute;
    left: 0;
    top: 100%;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    z-index: 2;
    opacity: 0;
    transition: opacity .1s linear;
    visibility: hidden
}

.has-child .wp-block-navigation__container>.wp-block-navigation-link>.wp-block-navigation-link__content {
    flex-grow: 1
}

.has-child .wp-block-navigation__container>.wp-block-navigation-link>.wp-block-navigation-link__submenu-icon {
    padding-right: .5em
}

@media (min-width: 782px) {
    .has-child .wp-block-navigation__container {
        left:1.5em
    }

    .has-child .wp-block-navigation__container .wp-block-navigation__container {
        left: 100%;
        top: -1px
    }

    .has-child .wp-block-navigation__container .wp-block-navigation__container:before {
        content: "";
        position: absolute;
        right: 100%;
        height: 100%;
        display: block;
        width: .5em;
        background: transparent
    }

    .has-child .wp-block-navigation__container .wp-block-navigation-link__submenu-icon svg {
        transform: rotate(0)
    }
}

.has-child:hover {
    cursor: pointer
}

.has-child:hover>.wp-block-navigation__container {
    visibility: visible;
    opacity: 1;
    display: flex;
    flex-direction: column
}

.has-child:focus-within {
    cursor: pointer
}

.has-child:focus-within>.wp-block-navigation__container {
    visibility: visible;
    opacity: 1;
    display: flex;
    flex-direction: column
}

.wp-block-navigation-link__content {
    color: inherit;
    text-decoration: none;
    padding: .5em 1em
}

.wp-block-navigation-link__content+.wp-block-navigation-link__content {
    padding-top: 0
}

.has-text-color .wp-block-navigation-link__content {
    color: inherit
}

.wp-block-navigation-link__label {
    word-break: normal;
    overflow-wrap: break-word
}

.wp-block-navigation-link__submenu-icon {
    height: inherit;
    padding: .375em 1em .375em 0
}

.wp-block-navigation-link__submenu-icon svg {
    fill: currentColor
}

@media (min-width: 782px) {
    .wp-block-navigation-link__submenu-icon svg {
        transform:rotate(90deg)
    }
}

.is-small-text {
    font-size: .875em
}

.is-regular-text {
    font-size: 1em
}

.is-large-text {
    font-size: 2.25em
}

.is-larger-text {
    font-size: 3em
}

.has-drop-cap:not(:focus):first-letter {
    float: left;
    font-size: 8.4em;
    line-height: .68;
    font-weight: 100;
    margin: .05em .1em 0 0;
    text-transform: uppercase;
    font-style: normal
}

p.has-background {
    padding: 1.25em 2.375em
}

p.has-text-color a {
    color: inherit
}

.wp-block-post-author {
    display: flex;
    flex-wrap: wrap
}

.wp-block-post-author__byline {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    font-size: .5em
}

.wp-block-post-author__avatar {
    margin-right: 1em
}

.wp-block-post-author__bio {
    margin-bottom: .7em;
    font-size: .7em
}

.wp-block-post-author__content {
    flex-grow: 1;
    flex-basis: 0
}

.wp-block-post-author__name {
    font-weight: 700;
    margin: 0
}

.wp-block-pullquote {
    padding: 3em 0;
    margin-left: 0;
    margin-right: 0;
    text-align: center
}

.wp-block-pullquote.alignleft,.wp-block-pullquote.alignright {
    max-width: 290px
}

.wp-block-pullquote.alignleft p,.wp-block-pullquote.alignright p {
    font-size: 1.25em
}

.wp-block-pullquote p {
    font-size: 1.75em;
    line-height: 1.6
}

.wp-block-pullquote cite,.wp-block-pullquote footer {
    position: relative
}

.wp-block-pullquote .has-text-color a {
    color: inherit
}

.wp-block-pullquote:not(.is-style-solid-color) {
    background: none
}

.wp-block-pullquote.is-style-solid-color {
    border: none
}

.wp-block-pullquote.is-style-solid-color blockquote {
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    max-width: 60%
}

.wp-block-pullquote.is-style-solid-color blockquote p {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 2em
}

.wp-block-pullquote.is-style-solid-color blockquote cite {
    text-transform: none;
    font-style: normal
}

.wp-block-pullquote cite {
    color: inherit
}

.wp-block-quote.is-large,.wp-block-quote.is-style-large {
    margin-bottom: 1em;
    padding: 0 1em
}

.wp-block-quote.is-large p,.wp-block-quote.is-style-large p {
    font-size: 1.5em;
    font-style: italic;
    line-height: 1.6
}

.wp-block-quote.is-large cite,.wp-block-quote.is-large footer,.wp-block-quote.is-style-large cite,.wp-block-quote.is-style-large footer {
    font-size: 1.125em;
    text-align: right
}

.wp-block-rss.alignleft {
    margin-right: 2em
}

.wp-block-rss.alignright {
    margin-left: 2em
}

.wp-block-rss.is-grid {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    list-style: none
}

.wp-block-rss.is-grid li {
    margin: 0 1em 1em 0;
    width: 100%
}

@media (min-width: 600px) {
    .wp-block-rss.columns-2 li {
        width:calc(50% - 1em)
    }

    .wp-block-rss.columns-3 li {
        width: calc(33.33333% - 1em)
    }

    .wp-block-rss.columns-4 li {
        width: calc(25% - 1em)
    }

    .wp-block-rss.columns-5 li {
        width: calc(20% - 1em)
    }

    .wp-block-rss.columns-6 li {
        width: calc(16.66667% - 1em)
    }
}

.wp-block-rss__item-author,.wp-block-rss__item-publish-date {
    display: block;
    color: #555;
    font-size: .8125em
}

.wp-block-search .wp-block-search__inside-wrapper {
    display: flex;
    flex: auto;
    flex-wrap: nowrap;
    max-width: 100%
}

.wp-block-search .wp-block-search__label {
    width: 100%
}

.wp-block-search .wp-block-search__input {
    flex-grow: 1;
    min-width: 3em;
    border: 1px solid #949494
}

.wp-block-search .wp-block-search__button {
    margin-left: .625em;
    word-break: normal
}

.wp-block-search .wp-block-search__button svg {
    min-width: 1.5em;
    min-height: 1.5em
}

.wp-block-search.wp-block-search__button-only .wp-block-search__button {
    margin-left: 0
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
    padding: 4px;
    border: 1px solid #949494
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input {
    border-radius: 0;
    border: none;
    padding: 0 0 0 .25em
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input:focus {
    outline: none
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button {
    padding: .125em .5em
}

.wp-block-separator.is-style-wide {
    border-bottom-width: 1px
}

.wp-block-separator.is-style-dots {
    background: none!important;
    border: none;
    text-align: center;
    max-width: none;
    line-height: 1;
    height: auto
}

.wp-block-separator.is-style-dots:before {
    content: "\00b7 \00b7 \00b7";
    color: currentColor;
    font-size: 1.5em;
    letter-spacing: 2em;
    padding-left: 2em;
    font-family: serif
}

.wp-block-custom-logo .aligncenter {
    display: table
}

.wp-block-social-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding-left: 0;
    padding-right: 0;
    text-indent: 0;
    margin-left: 0
}

.wp-block-social-links .wp-social-link a,.wp-block-social-links .wp-social-link a:hover {
    text-decoration: none;
    border-bottom: 0;
    box-shadow: none
}

.wp-social-link {
    display: block;
    width: 36px;
    height: 36px;
    border-radius: 9999px;
    margin: 0 8px 8px 0;
    transition: transform .1s ease
}

@media (prefers-reduced-motion:reduce) {
    .wp-social-link {
        transition-duration: 0s
    }
}

.wp-social-link a {
    padding: 6px;
    display: block;
    line-height: 0;
    transition: transform .1s ease
}

.wp-social-link a,.wp-social-link a:active,.wp-social-link a:hover,.wp-social-link a:visited,.wp-social-link svg {
    color: currentColor;
    fill: currentColor
}

.wp-social-link:hover {
    transform: scale(1.1)
}

.wp-block-social-links.aligncenter {
    justify-content: center;
    display: flex
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link {
    background-color: #f0f0f0;
    color: #444
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-amazon {
    background-color: #f90;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-bandcamp {
    background-color: #1ea0c3;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-behance {
    background-color: #0757fe;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-codepen {
    background-color: #1e1f26;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-deviantart {
    background-color: #02e49b;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dribbble {
    background-color: #e94c89;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dropbox {
    background-color: #4280ff;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-etsy {
    background-color: #f45800;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-facebook {
    background-color: #1778f2;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-fivehundredpx {
    background-color: #000;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-flickr {
    background-color: #0461dd;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-foursquare {
    background-color: #e65678;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-github {
    background-color: #24292d;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-goodreads {
    background-color: #eceadd;
    color: #382110
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-google {
    background-color: #ea4434;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-instagram {
    background-color: #f00075;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-lastfm {
    background-color: #e21b24;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-linkedin {
    background-color: #0d66c2;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-mastodon {
    background-color: #3288d4;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-medium {
    background-color: #02ab6c;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-meetup {
    background-color: #f6405f;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pinterest {
    background-color: #e60122;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pocket {
    background-color: #ef4155;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-reddit {
    background-color: #fe4500;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-skype {
    background-color: #0478d7;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-snapchat {
    background-color: #fefc00;
    color: #fff;
    stroke: #000
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-soundcloud {
    background-color: #ff5600;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-spotify {
    background-color: #1bd760;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tumblr {
    background-color: #011835;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitch {
    background-color: #6440a4;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitter {
    background-color: #1da1f2;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vimeo {
    background-color: #1eb7ea;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vk {
    background-color: #4680c2;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-wordpress {
    background-color: #3499cd;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-yelp {
    background-color: #d32422;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-youtube {
    background-color: red;
    color: #fff
}

.wp-block-social-links.is-style-logos-only .wp-social-link {
    background: none;
    padding: 4px
}

.wp-block-social-links.is-style-logos-only .wp-social-link svg {
    width: 28px;
    height: 28px
}

.wp-block-social-links.is-style-logos-only .wp-social-link-amazon {
    color: #f90
}

.wp-block-social-links.is-style-logos-only .wp-social-link-bandcamp {
    color: #1ea0c3
}

.wp-block-social-links.is-style-logos-only .wp-social-link-behance {
    color: #0757fe
}

.wp-block-social-links.is-style-logos-only .wp-social-link-codepen {
    color: #1e1f26
}

.wp-block-social-links.is-style-logos-only .wp-social-link-deviantart {
    color: #02e49b
}

.wp-block-social-links.is-style-logos-only .wp-social-link-dribbble {
    color: #e94c89
}

.wp-block-social-links.is-style-logos-only .wp-social-link-dropbox {
    color: #4280ff
}

.wp-block-social-links.is-style-logos-only .wp-social-link-etsy {
    color: #f45800
}

.wp-block-social-links.is-style-logos-only .wp-social-link-facebook {
    color: #1778f2
}

.wp-block-social-links.is-style-logos-only .wp-social-link-fivehundredpx {
    color: #000
}

.wp-block-social-links.is-style-logos-only .wp-social-link-flickr {
    color: #0461dd
}

.wp-block-social-links.is-style-logos-only .wp-social-link-foursquare {
    color: #e65678
}

.wp-block-social-links.is-style-logos-only .wp-social-link-github {
    color: #24292d
}

.wp-block-social-links.is-style-logos-only .wp-social-link-goodreads {
    color: #382110
}

.wp-block-social-links.is-style-logos-only .wp-social-link-google {
    color: #ea4434
}

.wp-block-social-links.is-style-logos-only .wp-social-link-instagram {
    color: #f00075
}

.wp-block-social-links.is-style-logos-only .wp-social-link-lastfm {
    color: #e21b24
}

.wp-block-social-links.is-style-logos-only .wp-social-link-linkedin {
    color: #0d66c2
}

.wp-block-social-links.is-style-logos-only .wp-social-link-mastodon {
    color: #3288d4
}

.wp-block-social-links.is-style-logos-only .wp-social-link-medium {
    color: #02ab6c
}

.wp-block-social-links.is-style-logos-only .wp-social-link-meetup {
    color: #f6405f
}

.wp-block-social-links.is-style-logos-only .wp-social-link-pinterest {
    color: #e60122
}

.wp-block-social-links.is-style-logos-only .wp-social-link-pocket {
    color: #ef4155
}

.wp-block-social-links.is-style-logos-only .wp-social-link-reddit {
    color: #fe4500
}

.wp-block-social-links.is-style-logos-only .wp-social-link-skype {
    color: #0478d7
}

.wp-block-social-links.is-style-logos-only .wp-social-link-snapchat {
    color: #fff;
    stroke: #000
}

.wp-block-social-links.is-style-logos-only .wp-social-link-soundcloud {
    color: #ff5600
}

.wp-block-social-links.is-style-logos-only .wp-social-link-spotify {
    color: #1bd760
}

.wp-block-social-links.is-style-logos-only .wp-social-link-tumblr {
    color: #011835
}

.wp-block-social-links.is-style-logos-only .wp-social-link-twitch {
    color: #6440a4
}

.wp-block-social-links.is-style-logos-only .wp-social-link-twitter {
    color: #1da1f2
}

.wp-block-social-links.is-style-logos-only .wp-social-link-vimeo {
    color: #1eb7ea
}

.wp-block-social-links.is-style-logos-only .wp-social-link-vk {
    color: #4680c2
}

.wp-block-social-links.is-style-logos-only .wp-social-link-wordpress {
    color: #3499cd
}

.wp-block-social-links.is-style-logos-only .wp-social-link-yelp {
    background-color: #d32422;
    color: #fff
}

.wp-block-social-links.is-style-logos-only .wp-social-link-youtube {
    color: red
}

.wp-block-social-links.is-style-pill-shape .wp-social-link {
    width: auto
}

.wp-block-social-links.is-style-pill-shape .wp-social-link a {
    padding-left: 16px;
    padding-right: 16px
}

.wp-block-spacer {
    clear: both
}

p.wp-block-subhead {
    font-size: 1.1em;
    font-style: italic;
    opacity: .75
}

.wp-block-table {
    overflow-x: auto
}

.wp-block-table table {
    width: 100%
}

.wp-block-table .has-fixed-layout {
    table-layout: fixed;
    width: 100%
}

.wp-block-table .has-fixed-layout td,.wp-block-table .has-fixed-layout th {
    word-break: break-word
}

.wp-block-table.aligncenter,.wp-block-table.alignleft,.wp-block-table.alignright {
    display: table;
    width: auto
}

.wp-block-table.aligncenter td,.wp-block-table.aligncenter th,.wp-block-table.alignleft td,.wp-block-table.alignleft th,.wp-block-table.alignright td,.wp-block-table.alignright th {
    word-break: break-word
}

.wp-block-table .has-subtle-light-gray-background-color {
    background-color: #f3f4f5
}

.wp-block-table .has-subtle-pale-green-background-color {
    background-color: #e9fbe5
}

.wp-block-table .has-subtle-pale-blue-background-color {
    background-color: #e7f5fe
}

.wp-block-table .has-subtle-pale-pink-background-color {
    background-color: #fcf0ef
}

.wp-block-table.is-style-stripes {
    border-spacing: 0;
    border-collapse: inherit;
    background-color: transparent;
    border-bottom: 1px solid #f0f0f0
}

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
    background-color: #f0f0f0
}

.wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tbody tr:nth-child(odd) {
    background-color: #f3f4f5
}

.wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tbody tr:nth-child(odd) {
    background-color: #e9fbe5
}

.wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tbody tr:nth-child(odd) {
    background-color: #e7f5fe
}

.wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tbody tr:nth-child(odd) {
    background-color: #fcf0ef
}

.wp-block-table.is-style-stripes td,.wp-block-table.is-style-stripes th {
    border-color: transparent
}

.wp-block-text-columns,.wp-block-text-columns.aligncenter {
    display: flex
}

.wp-block-text-columns .wp-block-column {
    margin: 0 1em;
    padding: 0
}

.wp-block-text-columns .wp-block-column:first-child {
    margin-left: 0
}

.wp-block-text-columns .wp-block-column:last-child {
    margin-right: 0
}

.wp-block-text-columns.columns-2 .wp-block-column {
    width: 50%
}

.wp-block-text-columns.columns-3 .wp-block-column {
    width: 33.33333%
}

.wp-block-text-columns.columns-4 .wp-block-column {
    width: 25%
}

.wp-block-video {
    margin-left: 0;
    margin-right: 0
}

.wp-block-video video {
    max-width: 100%
}

@supports (position: sticky) {
    .wp-block-video [poster] {
        -o-object-fit:cover;
        object-fit: cover
    }
}

.wp-block-video.aligncenter {
    text-align: center
}

.wp-block-video figcaption {
    margin-top: .5em;
    margin-bottom: 1em
}

.wp-block-post-featured-image a {
    display: inline-block
}

:root .has-pale-pink-background-color {
    background-color: #f78da7
}

:root .has-vivid-red-background-color {
    background-color: #cf2e2e
}

:root .has-luminous-vivid-orange-background-color {
    background-color: #ff6900
}

:root .has-luminous-vivid-amber-background-color {
    background-color: #fcb900
}

:root .has-light-green-cyan-background-color {
    background-color: #7bdcb5
}

:root .has-vivid-green-cyan-background-color {
    background-color: #00d084
}

:root .has-pale-cyan-blue-background-color {
    background-color: #8ed1fc
}

:root .has-vivid-cyan-blue-background-color {
    background-color: #0693e3
}

:root .has-vivid-purple-background-color {
    background-color: #9b51e0
}

:root .has-white-background-color {
    background-color: #fff
}

:root .has-very-light-gray-background-color {
    background-color: #eee
}

:root .has-cyan-bluish-gray-background-color {
    background-color: #abb8c3
}

:root .has-very-dark-gray-background-color {
    background-color: #313131
}

:root .has-black-background-color {
    background-color: #000
}

:root .has-pale-pink-color {
    color: #f78da7
}

:root .has-vivid-red-color {
    color: #cf2e2e
}

:root .has-luminous-vivid-orange-color {
    color: #ff6900
}

:root .has-luminous-vivid-amber-color {
    color: #fcb900
}

:root .has-light-green-cyan-color {
    color: #7bdcb5
}

:root .has-vivid-green-cyan-color {
    color: #00d084
}

:root .has-pale-cyan-blue-color {
    color: #8ed1fc
}

:root .has-vivid-cyan-blue-color {
    color: #0693e3
}

:root .has-vivid-purple-color {
    color: #9b51e0
}

:root .has-white-color {
    color: #fff
}

:root .has-very-light-gray-color {
    color: #eee
}

:root .has-cyan-bluish-gray-color {
    color: #abb8c3
}

:root .has-very-dark-gray-color {
    color: #313131
}

:root .has-black-color {
    color: #000
}

:root .has-vivid-cyan-blue-to-vivid-purple-gradient-background {
    background: linear-gradient(135deg,#0693e3,#9b51e0)
}

:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background {
    background: linear-gradient(135deg,#00d084,#0693e3)
}

:root .has-light-green-cyan-to-vivid-green-cyan-gradient-background {
    background: linear-gradient(135deg,#7adcb4,#00d082)
}

:root .has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
    background: linear-gradient(135deg,#fcb900,#ff6900)
}

:root .has-luminous-vivid-orange-to-vivid-red-gradient-background {
    background: linear-gradient(135deg,#ff6900,#cf2e2e)
}

:root .has-very-light-gray-to-cyan-bluish-gray-gradient-background {
    background: linear-gradient(135deg,#eee,#a9b8c3)
}

:root .has-cool-to-warm-spectrum-gradient-background {
    background: linear-gradient(135deg,#4aeadc,#9778d1 20%,#cf2aba 40%,#ee2c82 60%,#fb6962 80%,#fef84c)
}

:root .has-blush-light-purple-gradient-background {
    background: linear-gradient(135deg,#ffceec,#9896f0)
}

:root .has-blush-bordeaux-gradient-background {
    background: linear-gradient(135deg,#fecda5,#fe2d2d 50%,#6b003e)
}

:root .has-purple-crush-gradient-background {
    background: linear-gradient(135deg,#34e2e4,#4721fb 50%,#ab1dfe)
}

:root .has-luminous-dusk-gradient-background {
    background: linear-gradient(135deg,#ffcb70,#c751c0 50%,#4158d0)
}

:root .has-hazy-dawn-gradient-background {
    background: linear-gradient(135deg,#faaca8,#dad0ec)
}

:root .has-pale-ocean-gradient-background {
    background: linear-gradient(135deg,#fff5cb,#b6e3d4 50%,#33a7b5)
}

:root .has-electric-grass-gradient-background {
    background: linear-gradient(135deg,#caf880,#71ce7e)
}

:root .has-subdued-olive-gradient-background {
    background: linear-gradient(135deg,#fafae1,#67a671)
}

:root .has-atomic-cream-gradient-background {
    background: linear-gradient(135deg,#fdd79a,#004a59)
}

:root .has-nightshade-gradient-background {
    background: linear-gradient(135deg,#330968,#31cdcf)
}

:root .has-midnight-gradient-background {
    background: linear-gradient(135deg,#020381,#2874fc)
}

:root .has-link-color a {
    color: #00e;
    color: var(--wp--style--color--link,#00e)
}

.has-small-font-size {
    font-size: .8125em
}

.has-normal-font-size,.has-regular-font-size {
    font-size: 1em
}

.has-medium-font-size {
    font-size: 1.25em
}

.has-large-font-size {
    font-size: 2.25em
}

.has-huge-font-size,.has-larger-font-size {
    font-size: 2.625em
}

.has-text-align-center {
    text-align: center
}

.has-text-align-left {
    text-align: left
}

.has-text-align-right {
    text-align: right
}

#end-resizable-editor-section {
    display: none
}

.aligncenter {
    clear: both
}

.monsterinsights-inline-popular-posts.monsterinsights-popular-posts-styled a.monsterinsights-inline-popular-posts-title {
    text-decoration: none;
    box-shadow: none;
    font-style: normal;
    font-weight: bold;
    border: none
}

.monsterinsights-inline-popular-posts.monsterinsights-popular-posts-styled a.monsterinsights-inline-popular-posts-title:hover,.monsterinsights-inline-popular-posts.monsterinsights-popular-posts-styled a.monsterinsights-inline-popular-posts-title:focus {
    text-decoration: underline
}

.monsterinsights-inline-popular-posts.monsterinsights-popular-posts-styled.monsterinsights-inline-popular-posts-alpha {
    padding: 24px 27px;
    margin-bottom: 24px;
    background: #F0F2F4
}

.monsterinsights-inline-popular-posts.monsterinsights-popular-posts-styled.monsterinsights-inline-popular-posts-alpha .monsterinsights-inline-popular-posts-label {
    font-size: 18px;
    line-height: 1;
    display: block;
    margin-bottom: 6px;
    color: #EB5757
}

.monsterinsights-inline-popular-posts.monsterinsights-popular-posts-styled.monsterinsights-inline-popular-posts-alpha .monsterinsights-inline-popular-posts-title {
    line-height: 1;
    color: #393F4C;
    font-size: 18px
}

.monsterinsights-inline-popular-posts.monsterinsights-popular-posts-styled.monsterinsights-inline-popular-posts-beta {
    padding: 14px;
    border-width: 1px;
    border-style: solid;
    border-color: #F0F2F4
}

.monsterinsights-inline-popular-posts.monsterinsights-popular-posts-styled.monsterinsights-inline-popular-posts-beta .monsterinsights-inline-popular-posts-label {
    display: block;
    font-size: 18px;
    line-height: 18px;
    color: #eb5757
}

.monsterinsights-inline-popular-posts.monsterinsights-popular-posts-styled.monsterinsights-inline-popular-posts-beta .monsterinsights-inline-popular-posts-text {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 164px)
}

.monsterinsights-inline-popular-posts.monsterinsights-popular-posts-styled.monsterinsights-inline-popular-posts-beta .monsterinsights-inline-popular-posts-title {
    line-height: 130%;
    color: #393F4C
}

.monsterinsights-inline-popular-posts.monsterinsights-popular-posts-styled.monsterinsights-inline-popular-posts-beta .monsterinsights-inline-popular-posts-image {
    width: 144px;
    padding: 0;
    display: inline-block;
    margin-right: 19px;
    vertical-align: middle
}

.monsterinsights-inline-popular-posts.monsterinsights-popular-posts-styled.monsterinsights-inline-popular-posts-charlie .monsterinsights-inline-popular-posts-label {
    display: block;
    font-size: 16px;
    line-height: 1.1;
    color: #393F4C
}

.monsterinsights-inline-popular-posts.monsterinsights-popular-posts-styled.monsterinsights-inline-popular-posts-charlie .monsterinsights-inline-popular-posts-text {
    display: block;
    vertical-align: middle
}

.monsterinsights-inline-popular-posts.monsterinsights-popular-posts-styled.monsterinsights-inline-popular-posts-charlie .monsterinsights-inline-popular-posts-post {
    display: list-item;
    margin-left: 20px
}

.monsterinsights-inline-popular-posts.monsterinsights-popular-posts-styled.monsterinsights-inline-popular-posts-charlie .monsterinsights-inline-popular-posts-title {
    line-height: 130%;
    font-weight: 400;
    color: #393F4C
}

.monsterinsights-inline-popular-posts.monsterinsights-popular-posts-styled.monsterinsights-inline-popular-posts-charlie .monsterinsights-inline-popular-posts-image {
    width: 144px;
    padding: 0;
    display: inline-block
}

.monsterinsights-inline-popular-posts.monsterinsights-popular-posts-styled.monsterinsights-inline-popular-posts-charlie .monsterinsights-inline-popular-posts-border {
    display: block;
    border-style: solid;
    border-width: 0 0 1px;
    margin: 16px 0;
    border-color: #D3D7DE
}

.monsterinsights-widget-popular-posts.monsterinsights-popular-posts-styled {
    margin-bottom: 24px
}

.monsterinsights-widget-popular-posts.monsterinsights-popular-posts-styled .monsterinsights-widget-popular-posts-title,.monsterinsights-widget-popular-posts.monsterinsights-popular-posts-styled .monsterinsights-widget-popular-posts-list a {
    text-decoration: none;
    color: #393F4C;
    box-shadow: none
}

.monsterinsights-widget-popular-posts.monsterinsights-popular-posts-styled .monsterinsights-widget-popular-posts-list a:hover .monsterinsights-widget-popular-posts-title,.monsterinsights-widget-popular-posts.monsterinsights-popular-posts-styled .monsterinsights-widget-popular-posts-list a:focus .monsterinsights-widget-popular-posts-title {
    text-decoration: underline
}

.monsterinsights-widget-popular-posts.monsterinsights-popular-posts-styled.monsterinsights-widget-popular-posts-alpha .monsterinsights-widget-popular-posts-list {
    margin: 0 -6px
}

.monsterinsights-widget-popular-posts.monsterinsights-popular-posts-styled.monsterinsights-widget-popular-posts-alpha .monsterinsights-widget-popular-posts-list li {
    display: inline-block;
    padding: 24px;
    background: #f0f2f4;
    border-radius: 3px;
    margin: 0 6px 12px 6px;
    width: calc(50% - 12px);
    vertical-align: top;
    font-size: 16px;
    line-height: 1.2;
    color: #393f4c;
    font-weight: 700
}

.monsterinsights-widget-popular-posts.monsterinsights-popular-posts-styled.monsterinsights-widget-popular-posts-beta .monsterinsights-widget-popular-posts-list {
    margin: 0 -6px
}

.monsterinsights-widget-popular-posts.monsterinsights-popular-posts-styled.monsterinsights-widget-popular-posts-beta .monsterinsights-widget-popular-posts-list li {
    display: inline-block;
    background: #fff;
    border-radius: 3px;
    margin: 0 6px 30px 6px;
    width: calc(50% - 12px);
    vertical-align: top;
    font-size: 16px;
    line-height: 1.2;
    color: #393f4c;
    font-weight: 700;
    border-left: 4px solid #1ec185;
    padding-left: 16px
}

.monsterinsights-widget-popular-posts.monsterinsights-popular-posts-styled.monsterinsights-widget-popular-posts-charlie .monsterinsights-widget-popular-posts-list {
    margin: 0 -6px
}

.monsterinsights-widget-popular-posts.monsterinsights-popular-posts-styled.monsterinsights-widget-popular-posts-charlie .monsterinsights-widget-popular-posts-list li {
    display: inline-block;
    padding: 24px;
    background: #f0f2f4;
    border-radius: 3px;
    margin: 0 6px 12px 6px;
    width: calc(50% - 12px);
    vertical-align: top;
    font-size: 16px;
    line-height: 1.2;
    color: #393f4c;
    font-weight: 700;
    border-top: 4px solid #338eef
}

.monsterinsights-widget-popular-posts.monsterinsights-popular-posts-styled .monsterinsights-widget-popular-posts-list {
    padding: 0;
    margin: 0 -6px
}

.monsterinsights-widget-popular-posts.monsterinsights-popular-posts-styled .monsterinsights-widget-popular-posts-list li {
    width: calc(50% - 12px);
    margin-left: 6px;
    margin-right: 6px
}

.monsterinsights-widget-popular-posts.monsterinsights-popular-posts-styled.monsterinsights-widget-popular-posts-columns-1 .monsterinsights-widget-popular-posts-list {
    margin: 0
}

.monsterinsights-widget-popular-posts.monsterinsights-popular-posts-styled.monsterinsights-widget-popular-posts-columns-1 .monsterinsights-widget-popular-posts-list li {
    width: 100%;
    margin-left: 0;
    margin-right: 0
}

.monsterinsights-widget-popular-posts.monsterinsights-popular-posts-styled.monsterinsights-widget-popular-posts-columns-3 .monsterinsights-widget-popular-posts-list {
    margin: 0
}

.monsterinsights-widget-popular-posts.monsterinsights-popular-posts-styled.monsterinsights-widget-popular-posts-columns-3 .monsterinsights-widget-popular-posts-list li {
    width: calc(33.333333% - 12px)
}

@media (max-width: 767px) {
    .monsterinsights-widget-popular-posts.monsterinsights-popular-posts-styled.monsterinsights-widget-popular-posts-columns-3 .monsterinsights-widget-popular-posts-list,.monsterinsights-widget-popular-posts.monsterinsights-popular-posts-styled.monsterinsights-widget-popular-posts-columns-2 .monsterinsights-widget-popular-posts-list {
        margin:0
    }

    .monsterinsights-widget-popular-posts.monsterinsights-popular-posts-styled.monsterinsights-widget-popular-posts-columns-3 .monsterinsights-widget-popular-posts-list li,.monsterinsights-widget-popular-posts.monsterinsights-popular-posts-styled.monsterinsights-widget-popular-posts-columns-2 .monsterinsights-widget-popular-posts-list li {
        width: 100%;
        margin-left: 0;
        margin-right: 0
    }
}

.tt_head_menu ul.nav {
    display: block!important
}

@media screen and (max-width: 800px) {
    body {
    }
}

.team-popup-close {
    color: #fff;
    width: 30px;
    font-size: 30px;
    position: absolute;
    z-index: 999;
    top: 65px;
    right: 0
}

.slide_mobile {
    display: none
}

@media screen and (max-width: 800px) {
    .slide_mobile {
        display:block
    }

    .slide_pc {
        display: none
    }
}

#btn-linelogin:before {
    position: absolute;
    font-family: "Font Awesome 5 Brands";
    content: "\f3c0";
    margin-left: -41px;
    font-size: 36px;
    top: -4px
}

.btn-success-line {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    height: 48px;
    background-color: #00b900;
    border-color: #00b900;
    border-radius: 5px;
    padding-left: 47px;
    cursor: pointer;
    margin-top: .25rem!important;
    display: block;
    width: 100%;
    color: #fff;
    position: relative
}

#linelogin-c {
    display: block;
    position: relative;
    height: 50px
}

#linelogin-c:before {
    content: '';
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    border-top: 1px solid #151515
}

#linelogin-c:after {
    text-align: center!important;
    font-size: 18px;
    content: "หรือ";
    position: absolute;
    width: 80px;
    left: calc(50% - 40px);
    height: 100%;
    line-height: 300%;
    background-color: #fff
}

#overlay_a {
    z-index: 99999;
    position: fixed;
    background: rgba(0,0,0,.3);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

#popup {
    width: auto;
    background: rgba(255,255,255,.85);
    border-radius: 8px;
    margin: 0 auto;
    text-align: center;
    box-sizing: border-box;
    margin-top: 20px;
    position: fixed;
    xxtop: 50px;
    bottom: 80px;
    z-index: 99999
}

#popup h3 {
    margin: 20px 0 0;
    padding: 0
}

#popup p {
    margin: 15px;
    padding: 0
}

#popup .button-holder a {
    color: #007aff;
    text-decoration: none;
    line-height: 45px;
    font-weight: 700;
    display: block;
    border-top: 1px solid #bababa
}

#popup .two-button a {
    width: 50%;
    float: left;
    box-sizing: border-box
}

#popup .two-button a:first-child {
    border-right: 1px solid #bababa
}

.modal-overlay.modal-overlay-visible {
    position: fixed;
    z-index: 99998;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.4);
    z-index: 10600;
    opacity: 0;
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
    opacity: 1
}

.home-screen-tips {
    padding: 10px
}
