@charset "utf-8";
/* CSS RESET
===========================================*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
body{line-height:1}
ol,ul{list-style:none}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:none}
table{border-collapse:collapse;border-spacing:0}
html {
	-webkit-font-smoothing: antialiased;
}
body {
	width: 100%;
	height: 100%;
	font: 13px 'SK_Reg', Arial, Tahoma, sans-serif;
	color: #3e4142;
	overflow-x: hidden;
}
/* FONT
===========================================*/
@font-face{font-family:thaisanslite_r1;src:url("font/thaisanslite_r1.eot?v=1.0")}
@font-face{font-family:thaisanslite_r1;src:url("font/thaisanslite_r1.ttf?v=1.0")}
@font-face{font-family:'FontAwesome';src:url('font/fontawesome-webfont.eot?v=4.6.3');src:url('font/fontawesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'),url('font/fontawesome-webfont.woff2?v=4.6.3') format('woff2'),url('font/fontawesome-webfont.woff?v=4.6.3') format('woff'),url('font/fontawesome-webfont.ttf?v=4.6.3') format('truetype'),url('font/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-bars:before{content:"\f0c9"}.fa-home:before{content:"\f015"}.fa-angle-down:before{content:"\f107"}.fa-chevron-up:before{content:"\f077"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-facebook:before{content:"\f09a"}.fa-twitter:before{content:"\f099"}.fa-youtube:before{content:"\f167"}.fa-google-plus:before{content:"\f0d5"}.fa-times:before{content:"\f00d"}.fa-plus:before{content:"\f067"}.fa-sort-desc:before{content:"\f0dd"}.fa-user-plus:before{content:"\f234"}
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
a {
	color: #333;
	outline: none;
	text-decoration: none;
}
input,
textarea {
	outline: none;
}
img {
	max-width: 100%;
	height: auto;
	-ms-interpolation-mode:bicubic;vertical-align:middle;
}
img.alignright{float:right;margin:5px 0 20px 1%;}
img.alignnone{margin:5px 1% 20px 0;}
img.alignleft{float:left;margin:5px 1% 20px 0;}
img.aligncenter{display:block;margin-left:auto;margin-right:auto;}
hr{border:0;border-top:1px solid #222;clear:both;height:0;margin:1.250em 0;}
a:hover,
textarea,
textarea:focus {
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.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:left;width:100%;min-height:25px;top:0px;z-index:1000;position:relative;margin: 6px 0px 0px 0%;}
.tt_head_menu ul{float:left;width:100%;margin:0% 0% 0% 0%;text-align: center;}
.tt_head_menu ul li{display: inline-block;margin:0px -3px 0px 0px;position:relative;}
.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 ul li:after{display:inline-block;content:"";margin:6px auto 0px auto;top:0px;width:1px;height:10px;background-color:#000;position:relative;}
.tt_head_menu ul li:last-child:after{width:0px;}
.tt_head_menu ul li:hover:after {background-color:transparent;}
.tt_head_menu .fa.fa-chevron-down{font-size:12px;}
.tt_head_menu ul li strong{font-weight:normal;}
.tt_head_menu ul li.menu-item-has-children{padding:0px 20px 0px 0px;}
.tt_head_menu ul li.current-menu-item.menu-item-has-children:hover,
.tt_head_menu ul li.current-menu-item.menu-item-has-children{}
.tt_head_menu ul li a{display: inline-block;color:#000;font-family: thaisanslite_r1;font-size: 18px;line-height: 18px;padding:8px 22px 9px 22px;font-weight: bold;}
#tt_th .tt_head_menu ul li a{padding:2px 16px 0px 0px;}
.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.menu-item-has-children:hover ,
.tt_head_menu ul li,
.tt_head_menu ul li:hover{}
.tt_head_menu ul li:hover a{color:#fff;background-color:#000;}
.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:0px -2px 0px -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 0.5s steps(5) infinite; -webkit-animation: walk-cyclet2 0.5s steps(5) infinite;}
.tt_head_menu .ico-new a::before {
    background-image: url("../images/ico-new.png");
    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;}
  /* Must be full height of sprite or skipping will happen.*/
}

@keyframes walk-cycle2 {
  0% {opacity:1; }
  100% {opacity:0; }
  /* Must be full height of sprite or skipping will happen.*/
}
@-webkit-keyframes walk-cyclet2 {
  0% {background-color: #D61A1B; }
  100% {background-color: #000;}
  /* Must be full height of sprite or skipping will happen.*/
}

@keyframes walk-cyclet2 {
  0% {background-color: #D61A1B; }
  100% {background-color: #000; }
  /* Must be full height of sprite or skipping will happen.*/
}
.thaitheme_read{width:100%;margin-bottom: 10px;padding:15px 15px 15px 15px;min-height: 800px;color:#ccc;font-family: thaisanslite_r1;font-size: 18px;line-height: 18px;overflow:hidden;
background-color: #160201;border: 1px solid #513534;-webkit-box-shadow: inset 0px 0px 8px 0px rgba(0, 0, 0, 1);
-moz-box-shadow:    inset 0px 0px 8px 0px rgba(0, 0, 0, 1);
box-shadow:         inset 0px 0px 8px 0px rgba(0, 0, 0, 1);
}
.thaitheme_read a{color:#FFF;}
.thaitheme_read a:hover {text-decoration: underline;}
.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:1em 0;line-height:1.3em;}
.thaitheme_read blockquote{width:75%;margin:0% 0% 0% 20%;padding:0.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:#999999;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:0.2em 0 0.8em 0;font-family: thaisanslite_r1;font-size: 28px;line-height: 28px;font-weight: bold;}
.thaitheme_read h2{display:block;font-size:1.5em;font-weight:700;margin:.83em 0;}
.thaitheme_read h3{display:block;margin:0.2em 0 0.8em 0;font-family: thaisanslite_r1;font-family: thaisanslite_r1;font-size: 24px;line-height: 24px;font-weight: bold;}
.thaitheme_read h4{display:block;font-weight:700;margin:1.33em 0;}
.thaitheme_read h5{display:block;font-size:0.83em;font-weight:700;margin:1.67em 0;}
.thaitheme_read h6{display:block;font-size:0.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-1 img{border:1px solid #ddd!important;padding:2%!important;}

#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:none;}
#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:0px 0px 0px 0px;}
.thaitheme_widget .title{float:left;width:100%;padding:8px 0% 10px 5%;margin:0px 0px 0px 0px;min-height:15px;font-family: thaisanslite_r1;font-weight: bold;font-size: 20px;line-height: 18px;color:#000;
background: #ffc64a;
background: -moz-linear-gradient(top,  #ffc64a 0%, #e8a80a 45%, #bf8500 100%);
background: -webkit-linear-gradient(top,  #ffc64a 0%,#e8a80a 45%,#bf8500 100%);
background: linear-gradient(to bottom,  #ffc64a 0%,#e8a80a 45%,#bf8500 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc64a', endColorstr='#bf8500',GradientType=0 );
}
.thaitheme_widget .tt-l.tt_full .tt-l.tt_txt_seo {padding: 0px 10px 0px 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(../images/ico-widget.png);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:0px;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:0px 10px 0px 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: 0px 0px 5px 0px;}
.widget_calendar{float:left;}
#toTop{width:45px;height:45px;border-radius:50%;z-index:999999999999999;text-align:center;position:fixed;bottom:20px;right:10px;cursor:pointer;display:none;color:#000;font-size:2em;background-color:#FFF;}
#toTop .fa{padding:8px 0px 0px 0px;}
#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: 0px 10px 20px 0px;color:#FFF;text-align: center;cursor: pointer;}
.tt_btn_close .fa,
.tt_btn_open .fa {font-size:18px;line-height:22px;}
#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_line {float:left;width:96%;padding: 5px 2% 5px 2%;}
.tt_tx_line.top {margin: 10px 0px 0px 0px;}
.tt_tx_line {float:left;width:100%;font-size:13px;color:#FFF;text-align: left;margin: 5px 0px 0px 0px;text-align: center;}
.wrapper {width: 100%;max-width: 1000px;margin: 0 auto;}
.wrapper-h {width: 100%;max-width: 1048px;margin: 0 auto;}
.wrapper_c {width: 100%;max-width: 1040px;margin: 0 auto;}
.nav_top {min-height: 15px;margin: 17px 0px 0px 0px;}
.logo_pc {width: 35%;min-height: 90px;}
.header  {
min-height: 200px;
 position: relative;
background-image: url(../images/head-ufa191.png);
background-repeat: no-repeat;

}
.header_bg{float:left;width: 100%;background-color:#000;background-image: url(../images/head-ufa191-bg.jpg);background-repeat: repeat-x; }
.tt-social{float:left;width: 100%;min-height:25px;overflow:hidden;position:fixed;margin-top: 0px;top: 0px;z-index: 1000;}
.tt_top_nav ul {float:left;width: 100%;text-align: left;}
.tt_top_nav ul li{display: inline-block;margin:0px 3px 3px 3px;}
.tt_top_nav ul li a{color:#000;font-family: thaisanslite_r1;font-size: 16px;line-height: 16px;padding: 2px 6px 2px 6px;border-radius: 3px;}
.tt_top_nav ul li a:hover{color:#000;}
.banner_h {width: 55%;margin: 20px 1% 0px 0px;}
#topbar{position:fixed;width:180px;z-index:99999999;right:10px;top:220px;padding:10px 0px 0px 0px;-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% 5px 2%;}
.tt_tx_line.top{margin:10px 0px 0px 0px;}
.tt_tx_line{float:left;width:100%;font-size:13px;color:#FFF;text-align:left;margin:0px 0px 0px 0px;padding:5px 0px 5px 0px;text-align:center;background-color:#57C42E;}
.tt_btn_open,
.tt_btn_close{float:right;width:25px;height:25px;background-color:#333;margin:0px 0px 10px 0px;color:#FFF;text-align:center;cursor:pointer;}
.tt_btn_close .fa,
.tt_btn_open .fa{font-size:18px;line-height:22px;}
#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 0px 0px 0px;}
.tt_from_login {width:32%;margin: 19px 0% 0px 0px;}
.ct_lang {width: 26%;min-height: 57px;margin: 19px 0% 0px 0px;}
.tt_lang {float:left;height: 20px;padding: 0px 10px 0px 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: 0px 5px 0px 10px;border: 1px solid #ccc;position: relative;cursor: pointer;}
.tt_btn_lang span.tt_arr {height: 18px;border-left: 1px solid #ddd;padding: 0px 9px 0px 0px;}
.tt_btn_lang .tt_tx {width:80px;height: 18px;padding: 3px 0px 0px 0px;}
.tt_btn_lang  .fa {font-size: 18px;line-height: 13px;}
.nav_lang { position:absolute;top: 25px;left: 0px;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 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:0px;border-right:14px solid transparent;border-top:6px solid transparent;border-left:7px solid #747474;border-bottom:10px solid #747474;z-index:-1;right:0px;}
.arr_left:after{content:"";display:block;height:0;position:absolute;width:0;top:-16px;bottom:0px;border-right:7px solid #747474;border-top:6px solid transparent;border-left:14px solid transparent;border-bottom:10px solid #747474;z-index:-1;left:0px;}
.arr_hl {width:24px;min-height: 48px;background-image: url(../images/arh.png);position:absolute;bottom:-1px;left: -34px;}
.sec-center {padding: 10px 21px 10px 21px;border: 2px solid #3d010d;
background: #2e0406;
background: -moz-linear-gradient(top,  #2e0406 0%, #240203 45%, #170103 100%);
background: -webkit-linear-gradient(top,  #2e0406 0%,#240203 45%,#170103 100%);
background: linear-gradient(to bottom,  #2e0406 0%,#240203 45%,#170103 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e0406', endColorstr='#170103',GradientType=0 );








}
.tt_col_c {width: 32.333333%;margin-right: 1.5%;}
.tt_col_c- img {width: 100%;}
.tt_col_c.last {margin-right: 0;}
.bg {margin-left: 0px;background-color: #160002;}
.bg2 {margin-left: 0px;
background: #2f0205;
background: -moz-linear-gradient(top,  #2f0205 0%, #240105 45%, #1a0104 100%);
background: -webkit-linear-gradient(top,  #2f0205 0%,#240105 45%,#1a0104 100%);
background: linear-gradient(to bottom,  #2f0205 0%,#240105 45%,#1a0104 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f0205', endColorstr='#1a0104',GradientType=0 );

}

.head_from_pc {width:100%;background-color: #000;min-height: 205px;padding-top: 10px;}
.head_ufa {padding: 10px 0px 10px 0px;text-align: center;font-weight: bold;font-size: 22px;color: #DBD4AA;line-height: 18px;font-family: thaisanslite_r1;

}
.tt-login-head .tt_from_lgh .tt_from_u ,
.tt-login-head .tt_from_lgh .tt_from_p {color:#555;width:38%;margin:0px 5px 0px 0px;padding: 0px 0px 0px 5px;border: 1px solid #ad0303;height: 40px;font-size: 12px;background-color: #eee;}
.tt-login-head .tt_from_lgh .tt_submit {border: 1px solid #333;width:60px;height: 20px;text-align: center;font-size: 12px;color: #fff;cursor: pointer;line-height: 18px;border-radius: 3px;}

.head_from_pc .tt_from_p,
.head_from_pc .tt_from_u {width:67%;float: right;height: 30px;background-color: #eee;border: 1px solid #000;}
.head_from_pc  span,
.head_from_pc  span {float:left;width:33%;margin-top:0px;font-family: thaisanslite_r1;font-size: 18px;white-space :nowrap;color: #E2E2E2;}

.tt_from_u.fr1 {margin:5px 0px 15px 0px;}
.head_from_pc strong {float:left;width: 100%;margin:5px 0px 0px 0px;text-align: center;font-family: thaisanslite_r1;font-size: 20px;}

.head_from_pc .tt_from_lgh {width:100%;padding: 10px 20px 10px 20px;color: #E2E2E2;}


.head_from_pc .tt_submit {float:left;border: 0;margin:20px 0px 0px 0px;width:100%;height: 38px;padding: 7px 0px 8px 0px;text-align: center;cursor: pointer;line-height: 21px;border-radius: 3px;font-family: thaisanslite_r1;font-size: 20px;font-weight: bold;
color:#fff!important;
background: #e60101;


}

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




  }
  /* Must be full height of sprite or skipping will happen.*/
}





.head_from_pc2 {width:100%;}
.head_ufa2 {padding: 10px 0px 10px 0px;text-align: center;font-weight: bold;font-size: 22px;color: #DBD4AA;line-height: 18px;font-family: thaisanslite_r1;

}

.head_from_pc2 .tt_from_p,
.head_from_pc2 .tt_from_u {width:69%;float: left;height: 30px;background-color: #f9f9f9;font-size: 13px;line-height: 20px;border: 2px solid #333;margin:5px 0px 0px 0px;padding: 5px 0px 5px 10px;border-radius: 0px;}
.head_from_pc2  span,
.head_from_pc2  span {float:left;width:28%;margin-top:5px;font-family: thaisanslite_r1;font-size: 18px;white-space :nowrap;color: #fff;}

.tt_from_u.fr1 {margin:5px 0px 0px 0px;}
.head_from_pc2 .tt_from_lgh {width:100%;padding: 0px 10px 0px 0px;color: #E2E2E2;}
.tt_from_lgh .tt_lft {width:60%;}

.head_from_pc2 .tt_submit {border: 0;margin:5px 0px 0px 0px;width:15%;height: 65px;padding: 25px 0px 8px 0px;text-align: center;cursor: pointer;line-height: 16px;border-radius: 0px;font-family: thaisanslite_r1;font-size: 18px;font-weight: bold;
color:#fff!important;
background: #e60101;
}
.log-h {width:40%;padding: 0px 0px 0px 10px;}
.tt-date {width: 100%;color:#FEED47;margin:5px 0px 7px 0px;padding: 0px 10px 0px 0px;text-align: left;font-family:thaisanslite_r1;font-size:22px;line-height:22px;}
.logo_fc {float: left;width: 100%;text-align: right;padding: 10px 7px 0px 0px;}
.logo_fc a {width:20%;display: inline-block;margin-left: -5px;}

.line_ht {width:20%;margin-right: 2%;margin-top: 10px;height: 70px;}
.hrtc {width:78%;}
.bbg_sl {background-color:#171918;}
.tt_slide {width: 100%;margin: 0px 0px 0px 0px;overflow: hidden;padding: 0px 0px 0px 0%;}
.tt_slide_page {width: 100%;margin: 0px 0px 0px 0px;overflow: hidden;max-height: 244px;}
.login_head_m,
.nav_mobile {display: none;}
.tt_lc {width: 66.5%;min-height: 100px;}
.tt_rc {width: 32%;min-height: 100px;}
.tt_rc .banner_hover {margin: 0px 0px 10px 0px;}
.tt_live {width: 31.4%;margin: 0px 0.9% 5px 0px;border: 1px solid #79797B;}
.tt_content {padding: 10px 0.9% 0px 0.9%;min-height: 100px;}
.tt_contenth {padding: 10px 0.9% 0px 0.9%;min-height: 0px;}
.left_ct {min-height: 300px;width:67.8%;}
.right_ct {min-height: 100px;width:30.2%;}
.tt_txt_seo{width:100%;color:#ddd;padding: 0px 15px 0px 15px;font-family: thaisanslite_r1;font-size: 18px;line-height: 18px;overflow:hidden;margin-bottom:10px;margin-top: 0px;background-color: #160201;border: 1px solid #513534;-webkit-box-shadow: inset 0px 0px 8px 0px rgba(0, 0, 0, 1);
-moz-box-shadow:    inset 0px 0px 8px 0px rgba(0, 0, 0, 1);
box-shadow:         inset 0px 0px 8px 0px rgba(0, 0, 0, 1);}
.tt_txt_seo a{color:#333;}
.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:0.5em 0;line-height:1.5em;}
.tt_txt_seo blockquote{width:75%;margin:0% 0% 0% 20%;padding:0.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:#999999;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.5em;font-weight:700;margin:0.5em 0;}
.tt_txt_seo h4{display:block;font-weight:700;margin:1.33em 0;}
.tt_txt_seo h5{display:block;font-size:0.83em;font-weight:700;margin:1.67em 0;}
.tt_txt_seo h6{display:block;font-size:0.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;}
.bar_f {background-color:#E1E1E1;height: 10px;margin: 0px 0px 30px 0px;}
.bar {margin: 10px 0px 0px 0px;height: 20px;text-align: center;padding: 0px 0px 0px 0px;

background: #ffc64a;
background: -moz-linear-gradient(top,  #ffc64a 0%, #e8a80a 45%, #bf8500 100%);
background: -webkit-linear-gradient(top,  #ffc64a 0%,#e8a80a 45%,#bf8500 100%);
background: linear-gradient(to bottom,  #ffc64a 0%,#e8a80a 45%,#bf8500 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc64a', endColorstr='#bf8500',GradientType=0 );

}
.bar img {max-width:800px;}
.tt_are {background-color:#f0f0f0;margin: 10px 0px 0px 0px;padding: 3px 10px 3px 10px;font-family: thaisanslite_r1;font-size: 18px;line-height: 18px;color:#000;}

.footer_social {height: 24px;text-align: center;margin: 15px 0px 0px 0px;}
.footer {min-height: 100px;padding: 0px 0px 52.4px 0px;}
.menu_footer  {}
.menu_footer ul{float:left;width:100%;margin:0% 0% 0% 0%;text-align: center;}
.menu_footer ul li{display: inline-block;margin:0px -4px 0px 0px;position:relative;}
.menu_footer ul li a{display: inline-block;color:#ddd;font-size:12px;padding:5px 14px 5px 14px;}
.menu_footer ul li:last-child:after{width:0px;}
.copyright_footer {text-align: center;font-family: thaisanslite_r1;font-size: 18px;line-height: 16px;color: #ddd;padding: 10px 0px 2px 0px;}
.copyright_footer a {color: #ddd;}
.banner_footer {background-color: #FFF;}
.bg_h {width:265px;height: 148px;position:absolute;top: 0px;left: 46.2%;z-index: 0;background-image: url(../images/bg-h.png);background-repeat: no-repeat;}
.menu_list {width: 16%;margin: 0% 2% 15px 1.5%;}
.menu_list ul li a {float:left;width:100%;color: #ddd;font-family: thaisanslite_r1;font-size: 18px;line-height: 18px;margin: 0px 0px 0px 0px;padding: 0px 0px 0px 0px;}
.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: #c8b980;}
.menu_list ul li a:hover  {color: #c8b980;padding: 0px 0px 0px 7px;}
.menu_list span{float:left;width:100%;color: #c10012;font-family: thaisanslite_r1;font-size: 22px;line-height: 22px;margin: 0px 0px 10px 0px;font-weight: bold;white-space :nowrap;}
.menu_list.first,
.menu_list.center{width: 18%;margin: 0% 1% 15px 1.5%;text-align: left;}


.top_menu ul{float:left;width:100%;margin:0% 0% 0% 0%;text-align: right;}
.top_menu ul li{display: inline-block;margin:0px 0px 0px 0px;position:relative;}
.top_menu ul li a{display: inline-block;color:#ddd;font-size:13px;padding:5px 0px 5px 14px;}

.banner_hover {overflow: hidden;}
.register  {min-height: 300px;background-color: #08111B;margin: 0px 0px 15px 0px;padding: 5px;}
.tt_fb  {min-height: 100px;margin: 0px 0px 15px 0px;}
.tt_col {width:48.8%;margin: 0px 0px 15px 0px;}
.banner_stb  {margin: 0px 0px 15px 0px;background-color: #08111B;position: relative;}
.tt_text {margin: 0px 0px 15px 0px;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: 0px;opacity:0;}
.banner_hover:hover  .tt_img_hover{left: 0px;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;}
figure {
	position: relative;
}
 figure::before {
	position: absolute;
	top: 0;
	left: -100%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
.thaitheme1x:hover figure::before,
figure:hover::before {
	-webkit-animation: shine 1.50s;
	animation: shine 1.50s;
}
@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}
.banner_bank {margin: 0px 0px 15px 0px;background-color: #08111B;position: relative;}
.tt_text .thaitheme_read {padding:0px 0px 0px 0px;color: #ccc;}
.tt_home_bank {width: 100%;position:absolute;left: 0px;top: 10px;}
.tt_home_bank a {float: right;width: 116px;height: 100px;margin: 8px 0px 0px 0px;}
.tt_home_bank a:hover {opacity:0.8; }
.tt_home_bank a.tt_kc { margin-right: 10px;}
.tt_home_bank a img {width: 100%;}
.tt_news {min-height: 300px;margin: 0px 0px 15px 0px;overflow: hidden;padding:2px 2px 15px 2px;position: relative;border-radius: 3px;}
.tt_news h2 {background-color: #F5F5F5;padding:5px 30px 5px 30px;color: #333;font-size: 20px;display: inline-block;border-radius: 5px 5px 0px 0px;}
.tt_head_news  {width: 100%;background-color: #050E1F;padding:10px 0px 0px 10px;border-radius: 3px 3px 0px 0px;}
.post-hl {width: 43%;background-color: #020A19;margin: 10px 0px 0px 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 0px 0px 0px;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:0px 10px 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 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, 0.7);}
.wpcf7-form{padding:0px;}
.tt_from_list{float:left;width:97%;margin:0px 0% 10px 0px;}
.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 0px 0px 0px;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 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;
display:inline-block;cursor:pointer;margin:0px 3.5% 10px 0px;font-family: thaisanslite_r1;font-size: 20px;line-height: 20px;font-weight:bold;padding:5px 35px 7px 35px;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 #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.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 #ffffff;
display:inline-block;cursor:pointer;width:100%;margin:0px 3.5% 10px 0px;line-height: 16px;font-family:thaisanslite_r1;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(0.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:0px;right:0px;margin:0px 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:#FF0000;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 0px 0px 0px;}
.name_list{color:#eee;}
.help_list{color:#eee;text-align:center;margin:20px 0px 20px 0px;}
.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:#FF0000;color:#FFF;cursor:pointer;border-radius:5px;font-size:18px;}
span.wpcf7-not-valid-tip{}
.title_from{text-align:left;font-size:16px;color:#fff;margin:0px 0px 20px 0px;padding:10px 0px 10px 20px;
background: #8d000b;


}
.title_from h3{line-height:20px;margin:0px!important;padding:0px;}
.wpcf7-form{float:left;width:100%;padding:0px 0px 10px 0px;margin-bottom:10px;background-color:#eee;}
.title_from.mt-20-20{margin:20px 0px 20px 0px;}

.tt_tab3,
.tt_tab2,
.tt_tab1{float:left;cursor:pointer;padding:5px 0px 5px 0px;text-align:center;width:33.333333%;line-height: 16px;font-family:thaisanslite_r1;font-size:18px;font-weight:bold;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% 0% 0% 0%;display:none;}
.tt-nav-hide,
.thaitheme_widget .tt_from_title,
.thaitheme_widget .title_from{display:none;}
.thaitheme_widget .wpcf7-form{padding:5px 7px 0px 7px; margin-bottom: 0px;
background-color: #160201;border: 1px solid #513534;
}
.thaitheme_widget .tt_from_box{float:left;width:100%;}
.thaitheme_widget .tt_from_list{float:left;width:100%;margin:0px 0% 4px 0px;}
.thaitheme_widget .tt_from_submit{height:40px;}

.tt_from_box input.wpcf7-text.wpcf7-not-valid{border:1px solid #f00;}
.thaitheme_widget span.wpcf7-not-valid-tip {display: none!important;}



.tt_h_re {background-color: #FFF;padding:5px 30px 5px 30px;margin-bottom: 5px;color: #333;font-size: 20px;border-left: 5px solid #ff9900;}
.register  {min-height: 300px;margin: 0px 0px 15px 0px;padding: 10px;background-color: #0C1B38;}
.tt_h_re {width: 100%;}
.from_sm {margin: 10px 0px 0px 0px;}
.tt_full .tags {border-top: 1px solid #CCC;padding: 15px 0px 0px 0px;color: #f5f5f5;}
.tt_full .tags a {background-color: #f5f5f5;padding: 3px 10px 3px 10px;margin-left: 5px;}
.tt_full .tags a:hover {background-color: #000;color: #FFF;}
.title_page h1 ,
.title_page h2 {color: #000;line-height: 28px;font-family:thaisanslite_r1;font-size:28px;font-weight: bold;}
.title_page a {color: #000;}
.title_page {margin-bottom: 0px;margin-top: 0px;padding:5px 10px 7px 20px;
background: #ffc64a;
background: -moz-linear-gradient(top,  #ffc64a 0%, #e8a80a 45%, #bf8500 100%);
background: -webkit-linear-gradient(top,  #ffc64a 0%,#e8a80a 45%,#bf8500 100%);
background: linear-gradient(to bottom,  #ffc64a 0%,#e8a80a 45%,#bf8500 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc64a', endColorstr='#bf8500',GradientType=0 );
}
.home .title_page {margin-top: 0px;margin-bottom: 0px;}
.tt_list.sbo {float:left;width:100%;margin-top: 5px;margin-bottom: 15px;}
.tt_list.sbo .tt_img  {float:left;width:25%;}
.tt_list.sbo .tt_img img {float:left;width:100%;max-width:100%;height: auto;border: 2px solid #ccc;}
.tt_list.sbo:hover .tt_dsc h3 {text-decoration: underline;}
.tt_list.sbo:hover .tt_dsc{color:#FFF;}
.tt_list.sbo .tt_dsc {float: right;width:72%;font-size:14px;color:#ccc;line-height: 20px;}
.tt_list.sbo .tt_dsc h3 {float:left;width:100%;font-size:16px;color:#f0d27c;}
.tt_list.sbo .tt_dsc p {float:left;width:100%;overflow: hidden;max-height: 80px;font-size:13px;line-height: 20px;}
.page-numbers{text-align:center;border-top: 1px solid #222;padding:0px 0px 0px 0px;margin:10px 0px 10px 0px;}
.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 15px;display:inline-block;text-decoration:none;color:#333;margin:0px 0px 5px 0px;font-size:16px;border:1px solid #000;background-color:#FFF;}
.page-numbers a:hover, .page-numbers a:focus{color:#FFF;background-color:#333;}
.page-numbers.current{padding:10px 20px;display:inline-block;text-decoration:none;border:1px solid #000;font-size:16px;color:#FFF;background-color:#000;}
.tt_pagination ul >*:first-child span ,
.prev.page-numbers{border-radius:5px 0px 0px 5px;padding:6px 15px 5px 15px;line-height:20px;}
.tt_pagination ul >*:last-child span ,
.next.page-numbers{border-radius:0px 5px 5px 0px;padding:6px 15px 5px 15px;line-height:20px;}
.page-404 {float:left;width:100%;margin:40px 0px 40px 0px;font-size:16px;color:#FFF;text-align:center;}
.tt_label {color:#FFF;margin:0px 5px 0px 0px;}
.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:0px 5px 0px 0px;padding: 0px 0px 0px 5px;border: 1px solid #999;height: 20px;font-size: 12px;background-color: #FFF;}
.tt_from_lg .tt_captcha {color:#555;width:45px;margin:0px 0px 0px 0px;padding: 0px 0px 0px 5px;border: 0;height: 20px;font-size: 11px;background-color: #FFF;}
.captcha_img {width:45px;height: 20px;margin:0px 0px 0px 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:0.8;}
.top_bank {padding-top: 15px;}
.tt-social-head{float:right;width:275px;margin-top: 1px;margin-bottom: 3px;margin-right: 10px;}
.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:0px 0px 0px 5px;height:16px;line-height:10px;text-decoration:none;font-weight:normal;}
.social-sharing a:hover{color:#fff;}
.social-sharing span{display:inline-block;vertical-align:top;height:16px;line-height:16px;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 0.2s ease-in;-moz-transition:opacity 0.2s ease-in;-o-transition:opacity 0.2s ease-in;transition:opacity 0.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:whitesmoke;}
a:hover .share-count:after{border-right-color:whitesmoke;}
.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:normal;}
.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 0px 15px 3.1%;}
.list_game h3 {text-align: center;  color: #ccc;margin: 10px 0px 0px 0px;font-weight: bold;}
.list_game:hover h3 { color: #C8B970;}
.list_game:hover img {
-webkit-filter: grayscale(100%);
filter: grayscale(100%);
}
a.more{margin:5px 0px 0px 0px;font-family: thaisanslite_r1;font-size: 18px;line-height: 18px;}
.post-sm2x{width:49.2%;margin:10px 1.5% 0px 0%;position:relative;overflow:hidden;background-color:#111;border: 1px solid #000;}
.post-sm2x h3{height:55px;font-size:15px;line-height:22px;color:#ddd;margin-bottom: 10px;padding:10px 20px 10px 20px;overflow:hidden;font-weight: bold;}
.post-sm3xx .tt_l.img,
.post-sm2x .tt_l.img {position:relative;overflow:hidden;}
.post-sm2x.tt2x{margin:10px 0% 5px 0%;}
.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% 0px 0%;background-color:#111;border: 1px solid #000;}
.post-sm3xx  h3 {font-family: thaisanslite_r1;font-size: 18px;line-height: 18px;color:#ddd;padding:8px 10px 15px 10px;overflow: hidden;max-height: 47px;margin-bottom: 5px;}
.post-sm3xx.tt3x,
.post-sm3xx.tt5x {margin: 10px 0% 0px 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:10px;margin-bottom:0px;padding: 0px 10px 0px 0px;background-color:#111;border: 1px solid #000;}
.tt_list.sbo .tt_img{float:left;width:30%;}
.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:hover .tt_dsc{}
.tt_list.sbo .tt_dsc{float:right;width:68%;font-size:14px;line-height:20px;}
.tt_list.sbo .tt_dsc h3{float:left;width:100%;font-size:16px;color:#c8b980;margin-top:10px;}
.tt_list.sbo .tt_dsc p{float:left;width:100%;overflow:hidden;color:#ddd;max-height:80px;font-size:13px;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:0px;}
.social_fb,
.social_line {display: inline-block;padding: 10px 0px 0px 50px;font-size: 14px;color: #ddd;min-height: 40px;background-repeat: no-repeat;background-position: 8px center;}
.social_line{background-image: url(../images/ico-line.png);}
.social_fb {background-image: url(../images/ico-fb.png);}
.hied_pc {text-align: center;}
.tt_ag_bt {margin-bottom:10px;}
.thaitheme_widget .fb_pc,
.thaitheme_widget .tt-l.tt_txt_seo {margin-bottom: 10px;border: 1px solid #513534;}
.tt_home_bx {width:49%;overflow: hidden;

}
.bx_clip {background-color:#000;border: 1px solid #6A6C6B;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:10%;min-height: 80px;margin: 0% 1% 0% 0%;display: inline-block;}
.tt_c_btn {width:10%;min-height: 80px;margin: 0% 2% 0% 0%;display: inline-block;}
.link_bank {width: 100%;position:absolute;right: 0;bottom: 15px;z-index: 1100;text-align: center;}
/*.tt_iframe {position:absolute;left: 20%;top: 80px;width:60%;height: 100%;background-color:#000;z-index: 1100;}
.thaitheme_read{position: relative;}*/
.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(../images/ico-line-h.png);background-position: center center;background-repeat: no-repeat;}
.h-phone a {display: block;width: 100%;min-height: 70px;background-image: url(../images/ico-phone.png);background-position: center center;background-repeat: no-repeat;}
.h-line ,
.h-phone  {

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


}
.modal {display: none; position: fixed; z-index: 999999; padding-top: 10%; left: 0; top: 0; width: 100%; height: 100%;overflow: auto; background-color: rgb(0,0,0); background-color: rgba(0,0,0,0.9);}
.modal-content {position: relative; margin: auto;padding: 0;width: 50%;max-width: 700px;-webkit-animation-name: animatetop;-webkit-animation-duration: 0.4s; animation-name: animatetop;animation-duration: 0.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: bold;width: 30px;height: 30px;margin: -15px -15px 0px 0px;line-height: 30px;text-align: center;background-color: #BEA44D; border-radius: 50%;position:absolute;right: 0px;}
.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 0px 0px;}.modal {padding-top: 15%;}.amd{ width: 100%!important;}.amd2{ width: 50%!important;}}


.head_phone-m {display:none;}
.line_top{border-right: 1px solid #fff;}
.phone_top {border-left: 1px solid #fff;}
.phone_top,
.line_top {float:left;width: 50%;}


.tt_live {display: none;}
.tt_bl ,
.tt_br {width:49.3%;overflow: hidden;}
.tt-fxpc {top:0;z-index: 900;width:100%;float: left;}
.fixpc {margin-top: 200px;}

.head_mc {display: none;}
.head_mc .h-linem {float: left;width: 50%;}
.head_mc .h-phonem {float: left;width: 100%;}
.h-linem.last {border-left: 1px solid #fff;}

.tt_line_post {float:left;width:100%;text-align: left;}
.tt_line_post a{float:left;display: inline-block;width:150px;height:180px;padding: 0px 10px 20px 0px;}
.tt_line_post a img{width:150px;height:150px;}

.tt_line_post a span.tt_tx_line {font-size: 19px!important;line-height: 0px!important;}




.tt-line-phone span {color:#fff;padding: 0px 0px 0px 0px;font-family: thaisanslite_r1;font-size: 18px;line-height: 22px;}
.tt-line-phone {float: left;width: 100%;margin: 5px 0px 8px 0px;text-align: left;padding-right: 10px;}
.tx-phone {color:#FEED47;font-weight: bold;}
.tx-li {color:#57C42E;font-weight: bold;}
.tt_head_menu ul li.h_m {display: none;}



.head_mc {display: none;}
.head_mc .h-linem {float: left;width: 100%;text-align: center;background-color: #25c348;}
.head_mc .h-linem img {width: 150px;}
.head_mc .h-phonem {float: left;width: 100%;}
.h-linem.last {border-left: 1px solid #fff;}
span.t_cal {float: left;padding: 5px 15px 0px 0px;}



.u_bx a{
	float: left;
	margin: 5px 0px 0px 0px;
text-align: center;font-weight: bold;color:#fff;font-family: thaisanslite_r1;font-size: 18px;line-height: 18px;padding: 5px 0px 7px 0px;
 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 );

}




.fr_login {
min-height: 50px;
background: #af0001;
background: -moz-linear-gradient(top,  #af0001 0%, #800001 48%, #500000 100%);
background: -webkit-linear-gradient(top,  #af0001 0%,#800001 48%,#500000 100%);
background: linear-gradient(to bottom,  #af0001 0%,#800001 48%,#500000 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#af0001', endColorstr='#500000',GradientType=0 );
padding: 10px 20px 10px 20px;
margin: 0px 0px 20px 0px;
}
.fr_center {width: 70%;min-height: 50px;margin: 0px auto;}
.fr_input {width: 70%;}
.fr_submit {width: 28%;}
.tt_fr {width: 100%;height: 35px;border: 2px solid #651818;background-color: #f5f5f5;padding: 0px 0px 0px 10px;margin: 5px 0px 0px 0px;border-radius: 5px;font-family: thaisanslite_r1;font-size: 18px;line-height: 18px;}
.fr_submit {text-align: center;height: 75px;font-weight: bold;margin: 5px 0px 0px 0px;color:#fff;font-family: thaisanslite_r1;border-radius: 5px;font-size: 26px;line-height: 38px;background-color: #e91919;border: 1px solid #fd1b1b;cursor: pointer;}
.fr_submit:hover {background-color: #df1f1f;}
.fr_link a{color: #f5f5f5;display: inline-block;}
.fr_link {text-align: right;font-family: thaisanslite_r1;font-size: 18px;line-height: 18px;color: #f5f5f5;margin: 10px 0px 0px 0px;}
.center {text-align: center;}
.fr_ficenter {display: inline-block;width: 85%;min-height: 10px;margin: 0px auto;background-color: #ab0001;border-radius: 0px 0px 10px 10px;padding: 0px 0px 10px 0px;}
.fr2x {width: 50%;min-height: 50px;padding: 15px 10px 0px 10px;}
.fr_name {font-family: thaisanslite_r1;font-size: 22px;line-height: 20px;color: #ebe5f3;text-align: center;font-weight: bold;margin-top: 8px;}
.fr_link_l a {display: inline-block; width: 46%;padding: 5px 0px 8px 0px;font-family: thaisanslite_r1;color: #ebe5f3;font-size: 20px;line-height: 18px;border: 1px solid #ebe5f3;margin: 0% 1% 0% 1%;}
.fr_link_l {text-align: center;margin: 20px 0px 0px 0px;}
.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 0px 8px 0px;font-family: thaisanslite_r1;color: #000;font-size: 20px;line-height: 18px;border: 2px solid #ac5118;margin: 0% 1% 0% 1%;background-color: #ddc070;}
.fr_link_r {text-align: center;margin: 0px 0px 0px 0px;}
.fr_all {text-align: center;padding: 5px 0px 5px 0px;width: 98%;margin: 8px 0% 0% 1%;font-family: thaisanslite_r1;color: #000;font-size: 20px;line-height: 18px;border: 2px solid #651818;background-color: #ffc704;}
.fr_all span {display: inline-block;background-color: #800001;padding: 2px 10px 8px 10px;border-radius: 5px;color: #fff;line-height: 16px;}


.fr_h1 {text-align: center;color:#ebe5f3;font-family: thaisanslite_r1;font-size: 36px;line-height: 38px;border-bottom: 2px solid #681111;padding: 0px 0px 10px 0px;}
.fr_tx1 {text-align: center;color:#ebe5f3;font-family: thaisanslite_r1;font-size: 30px;line-height: 32px;margin: 15px 0px 5px 0px;}
.fr_tx1 span {color:#efc436;font-weight: bold;}
.fr_bk {margin: 20px 0px 0px 0px;border-top: 2px solid #3c0707;}
.fr_tx2 {color:#ebe5f3;font-family: thaisanslite_r1;font-size: 20px;line-height: 22px;margin: 10px 0px 5px 0px;}
.tt_bkb {width: 100%;height: 40px;border: 2px solid #651818;background-color: #fff;padding: 0px 0px 0px 10px;margin: 5px 0px 0px 0px;border-radius: 5px;font-family: thaisanslite_r1;font-size: 18px;line-height: 18px;}
.tt_bk {width: 100%;height: 35px;border: 2px solid #651818;background-color: #fff;padding: 0px 0px 0px 10px;margin: 5px 0px 0px 0px;border-radius: 5px;font-family: thaisanslite_r1;font-size: 18px;line-height: 18px;}
.fr_sc {width: 100%;height: 40px;border: 2px solid #651818;background-color: #fff;padding: 0px 0px 0px 10px;margin: 5px 0px 0px 0px;border-radius: 5px;font-family: thaisanslite_r1;font-size: 18px;line-height: 18px;}
.fr_submit_bk {width: 100%;text-align: center;height: 55px;font-weight: bold;margin: 10px 0px 15px 0px;color:#000;font-family: thaisanslite_r1;border-radius: 5px;font-size: 26px;line-height: 38px;border: 2px solid #440a0a;cursor: pointer;
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 );



}
.fr_submit_bk:hover {
opacity:0.8;

}
.fr_tx3 {text-align: center;color:#ebe5f3;font-family: thaisanslite_r1;font-size: 22px;line-height: 22px;margin: 15px 0px 5px 0px;}
.fr_tx4 {text-align: center;color:#ebe5f3;font-family: thaisanslite_r1;font-size: 18px;line-height: 18px;margin: 5px 0px 25px 0px;border-bottom: 2px solid #3c0707;padding: 0px 0px 15px 0px;}
.fr_tx5 {color:#ebe5f3;font-family: thaisanslite_r1;font-size: 16px;line-height: 16px;margin: 15px 0px 10px 0px;padding: 0px 0px 0px 0px;}
.fr_tx5 a {color:#fff;}
.fr_tx2x {color:#ebe5f3;font-family: thaisanslite_r1;font-size: 22px;line-height: 22px;margin: 10px 0px 0px 0px;}
.fr_re {margin: 20px 0px 0px 0px;}
.fix_footer {z-index: 99999999;width: 100%;min-height: 50px;text-align: center;

color:#fff414!important;border-top: 1px solid #d49792;
background: #9d0300;
background: -moz-linear-gradient(top,  #9d0300 0%, #be000c 35%, #db0018 100%);
background: -webkit-linear-gradient(top,  #9d0300 0%,#be000c 35%,#db0018 100%);
background: linear-gradient(to bottom,  #9d0300 0%,#be000c 35%,#db0018 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9d0300', endColorstr='#db0018',GradientType=0 );

cursor: pointer;
}
.fix_footer a {display: inline-block;color:#fff;margin-left: -3px;font-family: thaisanslite_r1;font-size: 22px;line-height: 28px;padding: 8px 50px 10px 50px;border-right: 1px solid #d49792;}
.fix_footer a:last-child {border-right: 0;}
.link_ico {display: inline-block;height: 28px;margin-right: -3px;width: 28px;background-image: url(../images/icon-s.png);overflow: hidden;background-repeat: no-repeat;}
.fix_footer strong {display: inline-block;top: -5px;position: relative;}
.ico_1 {background-position: -71px 6px;}
.ico_2 {background-position: -93px 6px;}
.ico_3 {background-position: -152px 6px;}
.ico_4 {background-position: -180px 6px;}
.ico_5 {background-position: -204px 6px;}

.fix_footer a:hover{
background: rgba(235,0,0,1);
background: -moz-linear-gradient(top, rgba(235,0,0,1) 0%, rgba(201,0,0,1) 49%, rgba(105,0,0,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(235,0,0,1)), color-stop(49%, rgba(201,0,0,1)), color-stop(100%, rgba(105,0,0,1)));
background: -webkit-linear-gradient(top, rgba(235,0,0,1) 0%, rgba(201,0,0,1) 49%, rgba(105,0,0,1) 100%);
background: -o-linear-gradient(top, rgba(235,0,0,1) 0%, rgba(201,0,0,1) 49%, rgba(105,0,0,1) 100%);
background: -ms-linear-gradient(top, rgba(235,0,0,1) 0%, rgba(201,0,0,1) 49%, rgba(105,0,0,1) 100%);
background: linear-gradient(to bottom, rgba(235,0,0,1) 0%, rgba(201,0,0,1) 49%, rgba(105,0,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb0000', endColorstr='#690000', GradientType=0 );

	}



.h_page {float: left;width: 100%;text-align: center;margin-top: 20px;}
.h_page h1 {display: inline-block;padding: 5px 60px 10px 60px;font-family: thaisanslite_r1;font-size: 32px;line-height: 26px;color: #000;font-weight: bold;border-radius: 5px;
background: #dfa503;
background: -moz-linear-gradient(top,  #dfa503 0%, #f9c32b 35%, #fed859 100%);
background: -webkit-linear-gradient(top,  #dfa503 0%,#f9c32b 35%,#fed859 100%);
background: linear-gradient(to bottom,  #dfa503 0%,#f9c32b 35%,#fed859 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfa503', endColorstr='#fed859',GradientType=0 );
}
.fr_page {display: inline-block;width: 60%;min-height: 200px;background-color: #1c1c1c;border: 2px solid #e5ad10;border-radius: 5px;padding: 15px 45px 25px 45px;}
.fr_ct {text-align: center;margin: 20px 0px 10% 0px;}
.hc1 {text-align: center;font-family: thaisanslite_r1;font-size: 26px;line-height: 26px;color: #fff;margin: 30px 0px 15px 0px;}

.tt_fr_u ,
.tt_fr_p {height: 35px;margin: 0px 0px 5px 0px;border: 1px solid #222;padding: 0px 0px 0px 20px;}
.tt_submit_p {width: 100%;border: 0;margin-top: 5px;text-align: center; cursor: pointer;border-radius: 0px;line-height: 22px;font-family:thaisanslite_r1;font-size:26px;padding: 10px 20px 15px 20px;display: inline-block;border:1px solid #000;
color:#fff!important;animation: walk-cyclet2 0.5s steps(5) infinite; -webkit-animation: walk-cyclet2 0.5s steps(5) infinite;}
.crc {text-align: center;font-family: thaisanslite_r1;font-size: 20px;line-height: 26px;color: #fff;margin: 15px 0px 15px 0px;}

.btn_sm {border: 0;text-align: center; cursor: pointer;border-radius: 0px;line-height: 22px;font-family:thaisanslite_r1;font-size:26px;padding: 10px 0px 15px 0px;display: inline-block;border:1px solid #000;
color:#000;background: #eeeeee;
background: -moz-linear-gradient(top,  #eeeeee 0%, #eeeeee 100%);
background: -webkit-linear-gradient(top,  #eeeeee 0%,#eeeeee 100%);
background: linear-gradient(to bottom,  #eeeeee 0%,#eeeeee 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#eeeeee',GradientType=0 );
}
.btn_sm:hover {opacity:0.8;}



@media screen and (max-width:980px){
.fix_footer a {float: left;width: 20%;font-family: thaisanslite_r1;font-size: 18px;line-height: 18px;padding: 8px 0px 10px 0px;text-align: center;margin-left: 0px;}
.amd{ width: 100%!important;}.amd2{ width: 50%!important;}
}
@media screen and (max-width:620px){
.amd{ width: 100%!important;}
.amd2{ width: 50%!important;}
.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 0px 10px;}
.fix_footer a strong {width: 100%;margin: 5px 0px 5px 0px;}
.fix_footer a.last {display: none;}
.fix_footer a {padding: 5px 0px 5px 0px;width: 25%;}
.footer {padding: 0px 0px 50px 0px;}
.bg_ssl {overflow: hidden;}
.fr_page {padding: 15px 5px 25px 5px;width: 95%;}
.h_page h1 {width: 100%;padding: 5px 10px 10px 10px;}

}






.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .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;
    /* fix for flashing background */
    -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 */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  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 Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }
.t_sl {position: relative;}
.owl-theme .owl-nav {
  margin-top: 0px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  position:absolute;
  width: 100%;
  top: 30%;
  }
    .owl-carousel .owl-nav .owl-prev{ position:absolute;left: 0%;  }
  .owl-carousel .owl-nav .owl-next{position:absolute;right: 0%;  }
  .owl-theme .owl-nav [class*='owl-'] {
    color: #fff;
    font-size: 62px;
    margin: 5px;
    padding: 4px 7px;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
	opacity: 0.5;
	}
    .owl-theme .owl-nav [class*='owl-']:hover {
      opacity: 1;
      color: #FFF;
      text-decoration: none; }
  .owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }

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

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  position:absolute;
  bottom: 10px;
  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: 10px;
      height: 5px;
      margin: 0px 3px;
      background: #fff;
      display: block;
      -webkit-backface-visibility: visible;
      transition: opacity 200ms ease;
      }
    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
      background: #f00; }
#topbar2{position:fixed;width:180px;z-index:999999999;left:10px;top:220px;padding:10px 0px 0px 0px;-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_btn_open2,
.tt_btn_close2{float:left;width:25px;height:25px;background-color:#333;margin:0px 0px 10px 0px;color:#FFF;text-align:center;cursor:pointer;}
.tt_btn_close2 .fa,
.tt_btn_open2 .fa{font-size:18px;line-height:22px;}
#topbar2.tt_open2 .tt_img_fixed2,
.tt_open2 .tt_btn_close2,
.tt_btn_open2{display:none;}
.tt_open2 .tt_btn_open2{display:block;}

.tt_title_sc {

    float: left;
    width: 100%;
    text-align: center;
    font-weight: bold;
    color: #000;
    font-family: thaisanslite_r1;
    font-size: 30px;
    line-height: 30px;
    padding: 0px 0px 3px 0px;
    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 );

}
.tt_head_sec {

    width: 100%;
    margin: 0px 0px 0px 0px;
    background-color: #eee;
}

.tt_title_sc h1, .tt_title_sc h2 {

    width: 100%;
    padding: 5px 15px 5px 15px;
    font-family: thaisanslite_r1;
    font-size: 30px;
    line-height: 30px;
    font-weight: bold;
    text-align: center;
}
a.more_m {

    margin: 10px 0px 15px 0px;
    color: #fff;
    font-family: thaisanslite_r1;
    font-size: 20px;
    line-height: 20px;
    background-color: #b00107;
    text-align: center;
    padding: 5px 0px 8px 0px;
}
.bd_news {

    padding: 5px 15px 5px 15px;

}
.tt_list_game .tt_img {

    float: left;
    width: 100%;
	text-align: center;

}
.tt_list_game h3 {

    float: left;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 10px 10px 10px 10px;
    font-family: thaisanslite_r1;
    font-size: 20px;
    line-height: 24px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    overflow: hidden;
    background-color: #1c1e20;

}
.tt_list_game {

    float: left;
    width: 30%;
    margin: 0px 4% 15px 0%;
	max-width: 480px;

}
.tt_list_game:nth-child(3n+1) {

    clear: both;

}
a.more_m:hover {background-color:#d50a11;}
.tt_list_game:hover h3 {color:#EAC76E;}
.tt_list_game.child {

    margin: 0px 0% 15px 0%;

}


/*Custom By Mz*/
.promo-box {
    background-color: #fff;
    text-align: center;
    padding: 15px;
}
@media screen and (max-width: 800px){
  .amd{ width: 100%!important;}
  .amd2{ width: 50%!important;}
	span.fr_name {
	    color: #2f2f2f;
	    font-size: 18px;
	}
	.pro-bt {
    text-align: center;
    margin: 0px 0px 0px 0px;
    margin-top: 0%;
	}
}
@media screen and (min-width: 801px){
  .amd{ width: 100%!important;}

	span.fr_name {
	    color: #2f2f2f;
	    font-size: 24px;
	}
	.pro-bt {
    text-align: center;
    margin: 0px 0px 0px 0px;
    margin-top: 30%;
	}
}
.pro-title{
	  margin-bottom: 15px;
}
.fix-bottom {
		position: fixed;
		width: 100%;
		bottom: 0px;
		z-index: 99999999
}
#resgister-box {
		bottom: 0px;
		overflow: scroll;
    height: -webkit-fill-available;
    height: 70vh;
		text-align: center;
		background-color: #f9f9f9;
		min-height: 50px;
    background: #af0001;
    background: -moz-linear-gradient(top, #af0001 0%, #800001 48%, #500000 100%);
    background: -webkit-linear-gradient(top, #af0001 0%,#800001 48%,#500000 100%);
    background: linear-gradient(to bottom, #af0001 0%,#800001 48%,#500000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#af0001', endColorstr='#500000',GradientType=0 );
    padding: 10px 20px 10px 20px;
}
#deposit-box {
		bottom: 0px;
		overflow: scroll;
		text-align: center;
		background-color: #f9f9f9;
		min-height: 50px;
    background: #af0001;
    background: -moz-linear-gradient(top, #af0001 0%, #800001 48%, #500000 100%);
    background: -webkit-linear-gradient(top, #af0001 0%,#800001 48%,#500000 100%);
    background: linear-gradient(to bottom, #af0001 0%,#800001 48%,#500000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#af0001', endColorstr='#500000',GradientType=0 );
    padding: 10px 20px 10px 20px;
}
#withdraw-box {
		bottom: 0px;
		overflow: scroll;
    height: -webkit-fill-available;
		text-align: center;
		background-color: #f9f9f9;
		height: 70vh;
    background: #af0001;
    background: -moz-linear-gradient(top, #af0001 0%, #800001 48%, #500000 100%);
    background: -webkit-linear-gradient(top, #af0001 0%,#800001 48%,#500000 100%);
    background: linear-gradient(to bottom, #af0001 0%,#800001 48%,#500000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#af0001', endColorstr='#500000',GradientType=0 );
    padding: 10px 20px 10px 20px;

}
#login-box {
		bottom: 0px;
		
		overflow: hidden;
		text-align: center;
		background-color: #f9f9f9;
		min-height: 50px;
    background: #af0001;
    background: -moz-linear-gradient(top, #af0001 0%, #800001 48%, #500000 100%);
    background: -webkit-linear-gradient(top, #af0001 0%,#800001 48%,#500000 100%);
    background: linear-gradient(to bottom, #af0001 0%,#800001 48%,#500000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#af0001', endColorstr='#500000',GradientType=0 );
    padding: 10px 20px 10px 20px;
}
#resgister-box {
	display: none;
}
#login-box {
	display: none;
}
#deposit-box {
	display: none;
}
#withdraw-box {
	display: none;
}
#contact-box {
	display: none;
}
.login-area{
	margin-top: 20px;
}
.regis-form {
	padding: 50px;
}
.fr_center {
    width: 100% !important;
    min-height: 50px;
    margin: 0px auto;
}
.fr_center2 {
  width: 70%!important;
  min-height: 50px;
  margin: 0px auto;
}
.clear{
	clear: both;
}
@media screen and (max-width: 800px){
  .amd{ width: 100%!important;}
  .amd2{ width: 50%!important;}
	.hide-menu {
	    display: none !important;
	}
}
.noscroll{
	overflow: hidden;
	position: fixed;
}
.scroll{
	overflow: auto;
	position: absolute;
}
.closebt {
    background-color: #da1414;
    color: #fff;
    font-size: 12px;
    width: 70px;
    height: 30px;
    position: absolute;
    top: -15px;
    padding-top: 6px;
    float: left;
    margin-left: 0px;
    border-radius: 10px;
		cursor: pointer;
}
.hidden{
	display: none !important;
}
.show{
	display: block;
}
.bottom-box{
	max-width: 1000px;
	margin: auto;
	text-align: center;
}
.dps-free{
	color: #ffc107;
    font-size: 30px;
    font-family: thaisanslite_r1;
}
.dps-free-d{
	color: #fff;
    font-size: 20px;
    font-family: thaisanslite_r1;
}
table.bank-acc {
    width: 100%;
    color: #fff;
    font-family: thaisanslite_r1;
}
tr.head-table td {
    width: 50%;
    color: #ffc107;
    font-size: 2em;
}
tr.acc-data td {
    width: 50%;
    color: #fff;
    font-size: 36px;
		font-weight: bold;
}
@media screen and (max-width: 800px){
  .amd{ width: 100%!important;}
  .amd2{ width: 50%!important;}
	tr.acc-data td {
	    width: 50%;
	    color: #fff;
	    font-size: 24px;
			font-weight: bold;
	}
}

/*End Custom By Mz*/
.fram_yt iframe{width:100%!important;}



.tx_sl_bg {
background: #181c1a;
background: -moz-radial-gradient(center, ellipse cover,  #181c1a 19%, #000000 100%);
background: -webkit-radial-gradient(center, ellipse cover,  #181c1a 19%,#000000 100%);
background: radial-gradient(ellipse at center,  #181c1a 19%,#000000 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#181c1a', endColorstr='#000000',GradientType=1 );      	 
}
.tt_xsl {
float: left;width: 100%; font-family:thaisanslite_r1;font-size:18px;line-height:24px;color: #fff;height: 25px; margin: 0px 0px 0px 0px;
padding: 0px 10px 0px 10px; 
}
.bg_ssl {background-color: #cbc0a2;background-image: url(../images/bg-slide-ufa191.jpg?v=1.0);background-repeat: no-repeat;background-position: center center;position: relative;}
.dsc_sl {position:absolute;right: 0px;top: 8%;width: 45%;min-height: 250px;z-index: 1000;} 
.tt_slide {position: relative;}
.step1 span {float: left;font-family: thaisanslite_r1;padding: 0px 10px 0px 0px;font-size: 22px;line-height: 22px;font-weight: bold;color:#000;}
.step1 {width: 100%;padding: 13px 0px 7px 20px;}
.step1 img {width: 20px;padding: 0px 0px 0px 0px;}
.step1 a {font-family: thaisanslite_r1;font-size: 22px;line-height: 22px;font-weight: bold;}

.tt_number {width: 17%;height: 22px;}
.tt_number span {display: inline-block;margin-top: 5px;width: 45px;height: 45px;font-family: thaisanslite_r1;font-size: 38px;line-height: 38px;font-weight: bold;text-align: center;background-color:#fff;color:#000;border-radius: 50%;
-webkit-box-shadow: 0px 0px 8px 0px rgba(50, 50, 50, 0.43);
-moz-box-shadow:    0px 0px 8px 0px rgba(50, 50, 50, 0.43);
box-shadow:         0px 0px 8px 0px rgba(50, 50, 50, 0.43);
}
.tt_rst {width: 80%;}
.step1 .tx-li {color:#166f2c;font-weight: bold;}
.step1 .tx-phone {color:#c01d12;font-weight: bold;}
.step2 {float: left;width: 100%;padding: 8% 0px 7px 20px;}
.step3 {float: left;width: 100%;padding: 7.5% 0px 7px 20px;}
.tt_rst .r1x {font-family: thaisanslite_r1;font-size: 22px;line-height: 22px;font-weight: bold;color:#000;}
.tt_rst .r1x strong {color:#f60000;}
.tt_rst .r2x {font-family: thaisanslite_r1;font-size: 18px;line-height: 18px;color:#000;margin-top: 5px;}
.step4 {float: left;width: 100%;z-index: 999999;position:absolute;bottom: 0px;}
.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;}    
.img_mc {display: none;}
@media screen and (max-width:960px){
  .amd{ width: 100%!important;}
	.amd2{ width: 50%!important;}
.step2 {padding: 6% 0px 7px 20px;}	
.step1 span,
.tt_rst .r1x,
.step1 a {font-size: 20px;line-height: 20px;white-space :nowrap;}

}

@media screen and (max-width:900px){
  .amd{ width: 100%!important;}
  .amd2{ width: 50%!important;}
.tt_number {width: 14%;height: 22px;}	
.step2 {padding: 5% 0px 7px 20px;}	
.step3 {padding: 6.5% 0px 7px 20px;}

}
@media screen and (max-width:855px){
  .amd{ width: 100%!important;}
  .amd2{ width: 50%!important;}
.step1 img {width: 15px;}	
.step1 span,
.tt_rst .r1x,
.step1 a {font-size: 18px;line-height: 20px;}	
.step1 {padding: 10px 0px 7px 20px;}
.step2 {padding: 9% 0px 7px 20px;}	
.step3 {padding: 6% 0px 7px 20px;}
.tt_rst .r2x {font-size: 16px;line-height: 16px;margin-top: 0px;}
}
@media screen and (max-width:768px){
  .amd{ width: 100%!important;}
  .amd2{ width: 50%!important;}
.step1 {padding: 10px 0px 7px 20px;}
.step2 {padding: 8% 0px 7px 20px;}	
.step3 {padding: 6% 0px 7px 20px;}

}

@media screen and (max-width:728px){
  .amd{ width: 100%!important;}
  .amd2{ width: 50%!important;}
.step1 span{display: none;}
.tt_rst .r1x,
.step1 a {font-size: 16px;line-height: 16px;}	
.step1 {padding: 10px 0px 7px 20px;}
.step2 {padding: 8% 0px 7px 20px;}	
.step3 {padding: 6% 0px 7px 20px;}

}
@media screen and (max-width:650px){
  .amd{ width: 100%!important;}
  .amd2{ width: 50%!important;}
.step1 {padding: 5px 0px 7px 10px;}
.step2 {padding: 7% 0px 7px 10px;}	
.step3 {padding: 6% 0px 7px 10px;}

}
@media screen and (max-width:620px){
  .amd{ width: 100%!important;}
  .amd2{ width: 50%!important;}
.tt_rst .r2x {font-size: 14px;line-height: 14px;margin-top: 0px;}
.step2 ,	
.step3 {padding: 5% 0px 7px 10px;}

}
@media screen and (max-width:540px){
  .amd{ width: 100%!important;}
  .amd2{ width: 50%!important;}
.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: 0px;white-space :nowrap;}	
.step2 ,
.step3 {padding: 5% 0px 7px 10px;}

}
@media screen and (max-width:485px){
  .amd{ width: 100%!important;}
  .amd2{ width: 50%!important;}
.dsc_sl {top: 3%;}
.step1 {padding: 5px 0px 7px 0px;}
.step2 {padding: 7% 0px 12px 0px;}	
.step3 {padding: 6% 0px 7px 0px;}
.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){
  .amd{ width: 100%!important;}
  .amd2{ width: 50%!important;}
.dsc_sl {top: 1%;}
.step2 {padding: 5% 0px 7px 0px;}	
.step3 {padding: 3% 0px 7px 0px;}
}
@media screen and (max-width:385px){
  .amd{ width: 100%!important;}
  .amd2{ width: 50%!important;}
.step2 {padding: 6% 0px 5px 0px;}	
.step3 {padding: 5% 0px 0px 0px;}
.step2 .r2x {display: none;}

}

@media screen and (max-width:360px){
  .amd{ width: 100%!important;}
  .amd2{ width: 50%!important;}
.step1 {padding: 2px 0px 7px 0px;}
.step2 {padding: 5% 0px 5px 0px;}
.step3 {padding: 5% 0px 0px 0px;}

}
@media screen and (max-width:340px){
  .amd{ width: 100%!important;}
  .amd2{ width: 50%!important;}
.step3 {padding: 4% 0px 0px 0px;}

}
@media screen and (max-width:320px){
  .amd{ width: 100%!important;}
  .amd2{ width: 50%!important;}
.step3 .tt_rst .r1x {font-size: 11px;line-height: 14px;}	
.step2 {padding: 4% 0px 3px 0px;}
.step3 {padding: 2.5% 0px 0px 0px;}
.tt_rst .r2x {font-size: 11px;line-height: 12px;margin-top: 0px;}	

}
 
 .tt_clouds-front {
  /* display: none !important; */
background-image: url(../images/clouds-front.png);
   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 {
  /* display: none !important; */
background-image: url(../images/clouds-front.png);
   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 {
  /* display: none !important; */
background-image: url(../images/clouds-front.png);
   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%
  }
}

.fr_txx {width: 32%;}
.fr_ixx {width: 68%;}
.b_txr {float: right;width: 70%;text-align: right;font-family: thaisanslite_r1;font-size: 18px;line-height: 18px;margin-bottom:10px;}
.textwidget.custom-html-widget {margin-bottom:5px;}
.textwidget.custom-html-widget a img {
    width: 100%;
}
.page-template-register-page .tt_r.tt_lc {float: left;}
.page-template-register-page .tt_l.tt_rc {float: right;}
.owl-carousel.slide_jp .owl-nav .owl-prev {left: 1%;}
.owl-carousel.slide_jp .owl-nav .owl-next {right: 1%;}


.head_ct {margin-bottom: 20px;}
.head_ct .text-haf {float: left;width: 100%;text-align: center;font-family: thaisanslite_r1;font-size: 28px;color: #000;line-height: 24px;font-weight: bold;margin: 20px 0px 20px 0px; }
.head_ct .ct_url_af {width: 100%;max-width: 520px;text-align: center;margin: 0px 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 0px 0px 10px;color: #000;padding: 0px 0px 0px 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: thaisanslite_r1;font-size: 22px;line-height: 18px;font-weight: bold;border-radius: 0px 10px 10px 0px;cursor: pointer;}

.tt_affdsc {float: left;width: 100%;border: 2px solid #e8eaed;padding: 20px 15px 15px 15px;margin: 20px 0px 20px 0px;border-radius: 10px;position: relative;}
.tt_affdsc_h {position:absolute;top: -17px;left: 40px;background-color: #fff;color: #000;padding: 0px 10px 0px 10px;font-family: thaisanslite_r1;font-size: 24px;line-height: 24px;font-weight: bold;}
.tt_affdsc2 {float: left;width: 100%;padding: 0px 0px 0px 0px;margin: 20px 0px 20px 0px;position: relative;}
.tt_affdsc_h2 {float: left;width: 45%;background-color: #000;color: #fff;padding: 10px 10px 10px 10px;font-family: thaisanslite_r1;font-size: 24px;line-height: 24px;font-weight: bold;text-align: center;border-radius: 10px;box-shadow: 5px 5px 8px 0px rgba(0, 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 0px 20px 0px;}
.box_af {float: left;width: 32.6%;margin: 0% 1% 1% 0%;padding: 10px 10px 10px 10px;border-radius: 10px;}
.box_af.b_af3 {margin-right: 0px;}
.box_h1 {float: left;width: 100%;font-family: thaisanslite_r1;font-size: 22px;line-height: 20px;font-weight: bold;color: #000;padding: 0px 0px 5px 0px;}
.tx_afl {float: left;width: 100%;font-family: thaisanslite_r1;font-size: 18px;line-height: 20px;color: #626566;padding: 0px 0px 2px 0px;}
.box_afr {text-align: right;}
.tx_afl_b {float: left;width: 100%;font-size: 20px;font-weight: bold;}
.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: thaisanslite_r1;font-size: 18px;line-height: 20px;border: 1px solid #dc3545;border-radius: 5px;padding: 10px 0px 10px 0px;font-weight: bold;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: 0px;}
.ct_aff_list {background-color: #f2f2f2;border: 1px solid #dee2e6;border-radius: 5px;padding: 10px 10px 10px 10px;}
.aff_list {float: left;width: 19.2%;margin: 0% 1% 0% 0%;border: 1px solid #ccc;padding: 10px 10px 10px 10px;border-radius: 5px;text-align: center;font-family: thaisanslite_r1;font-size: 18px;line-height: 20px;
background-color: #fff;}
.aff_list .m_aff {font-size: 24px;font-weight: bold;color: #17a2b8 ;margin-top: 5px;}
.aff_list.aff5 {margin-right: 0px;}
.tt_ct_aff {float: left;width: 100%;display: none;}
.tt_ct_aff.acc {display: block;}
.tt_list_usr_head {font-family: thaisanslite_r1;font-size: 22px;line-height: 20px;font-weight: bold;background-color: #f2f2f2;padding: 10px 10px 10px 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: thaisanslite_r1;font-size: 22px;line-height: 20px;border-bottom: 1px solid #dee2e6;padding: 10px 10px 10px 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: thaisanslite_r1;font-size: 22px;line-height: 20px;}
.h_af4 {font-family: thaisanslite_r1;font-size: 22px;line-height: 20px;text-align: center;}
.pice_af4 {font-family: thaisanslite_r1;font-size: 42px;line-height: 40px;text-align: center;font-weight: bold;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: 0px 10px 10px 0px;padding: 0px 0px 0px 10px;font-family: thaisanslite_r1;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: thaisanslite_r1;font-size: 22px;line-height: 48px;font-weight: bold;border-radius: 10px 0px 0px 10px;cursor: pointer;text-align: center}
.btn_af4 {width: 100%;border-radius: 10px;background-color: #0069d9;border: 2px solid #0062cc;color: #fff;font-family: thaisanslite_r1;padding: 10px 0px 10px 0px;font-size: 22px;line-height: 22px;font-weight: bold;cursor: pointer;text-align: center;margin-top: 10px;}
.tt_affdsc .thaitheme_read,
.tt_affdsc .thaitheme_read a{color:#333;}  
.tt_drak .bg {background-color: #160201;}
.tt_drak .aff_list span,
.tt_drak .head_ct .text-haf {color: #eee;}
.tt_drak .tt_affdsc_h {background-color: #160201;color: #fff;}
.tt_drak .tt_affdsc {border: 2px solid #513534;}
.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 0px 10px 0px;} 
.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;}  
.tt_drak .thaitheme_read {border: 0;}        
@media screen and (max-width:800px){
.amd{ width: 100%!important;}
.amd2{ width: 50%!important;}
.box_af {width: 100%;margin: 0% 0% 2% 0%;}
.head_ct .ct_url_af .from_af {width: 100%;border-radius: 10px 10px 0px 0px;}
 .head_ct .ct_url_af .btn_af {width: 100%;border-radius: 0px 0px 10px 10px;}
 .aff_list {width: 32.6%;}
 .aff_list.aff1{width: 49.5%;margin-bottom: 5px;}
 .aff_list.aff2{width: 49.5%;margin-right: 0px;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: 0px 0px 0px 0px;}
 .tt_share-list a {margin-left: 2%;margin-right: 2%;}
.tt_affdsc_h2 {width: 100%;margin-bottom: 15px;}
}

.bg_sd {padding: 10px 10px 12px 10px;border: 1px solid #513534;background-color: #160201;box-shadow: inset 0px 0px 8px 0px rgba(0, 0, 0, 1);}
.bg_sd .owl-theme .owl-nav [class*="owl-"] {font-size: 34px;}
.h_titleb {font-size: 30px;line-height: 1.2;  font-family: thaisanslite_r1;font-size: 30px;line-height: 36px;text-align: center;color:#fff;font-weight: bold;margin: 15px 0px 0px 0px;
background: linear-gradient(to right,rgb(225, 185, 101) 0%,rgb(155, 106, 5) 0%,rgb(155, 106, 5) 0%,rgb(234, 175, 21) 54%,rgb(206, 170, 12) 100%);
text-shadow: 2px 2px 10px rgba(0,0,0,.2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.arhx {
  margin: 10px 0px 10px 0px;
  height: 2px;
  background: linear-gradient(90deg,rgba(156,103,39,0),rgba(253,246,174,.5) 32%,#dcc076 49%,rgba(189,141,66,.5) 65%,rgba(253,246,174,0));
}
.slide_jp2 .owl-dots {display: none;}

.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-giftxxx: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:normal;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(../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}


.fx_telegram {margin: 10px 0px 0px 0px;}
.tt_tx_telegram {float:left;width:100%;font-size:13px;color:#000;text-align: left;margin: 0px 0px 0px 0px;text-align: center;background-color: #b1e2f7;font-weight: bold;padding:7px 3px 7px 3px;}
.telegram_id {float:left;width:100%;font-size:13px;margin: 5px 0px 5px 0px;}
.tt_tx_telegram img {width: 25px;}
.head_mc .h-linem {overflow: hidden;}
.m-telegram {float:left;width:100%;text-align: center;padding:3px 10px 3px 10px;background-color: #b1e2f7;font-weight: bold;border-top: 1px solid #269b1c;border-bottom: 1px solid #000;}
.m-telegram img {width: 45px;padding:0px 5px 0px 0px;}
.m-telegram a {float:left;width:100%;color: #000;}
