@charset "UTF-8";
/* Common Styles */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; }
* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
html, body, input, textarea, select { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
body { line-height: 1; font-family: 'Roboto', sans-serif; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
nav ul { list-style: none; } blockquote, q { quotes: none; } .italic { font-style: italic; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
a { margin: 0; padding: 0; font-size: 100%; vertical-align: baseline; background: transparent; }
.container { max-width: 1200px; width: 100%; margin: 0 auto; position: relative; padding: 0 20px; }
.clear:before, .clear:after { content: ""; display: table; } .clear:after { clear: both; }
.g-recaptcha { display: none; width: 300px; margin: 20px auto 0; }
::-moz-selection{ background-color:#d55224;color:#fff; }
::selection{ background-color:#d55224;color:#fff; }
a,a:visited{ color:#d55224;text-decoration:none; }
a:hover{ color:#d55224;text-decoration:underline; }
a img{ border:none; }
a:focus,a:hover,a:active{ outline:none; }
img.alignleft, .fleft { float: left; } img.alignright, .fright { float: right; }
img.aligncenter {margin: 0 auto;display: block;}
.btn { transition: box-shadow 0.2s linear; text-decoration: none; font-size: 16px; line-height: 24px; font-weight: bold; padding: 10px 20px; display: inline-block; border-radius: 6px; }
.btn:hover { text-decoration: none; box-shadow: 1px 1px 10px 1px rgba( 150, 150, 150, 0.5 ); }
.btn.blue { background: #53bad3; } .btn.green { background: #53d39b; } .btn.ltgreen { background: #7cc565; } .btn.grey { background: #a5a5a5; }
.btn.light { color: white; } .btn.dark { color: #292929; }
.btn::-moz-selection{ background: transparent; color:#fff; }
.btn::selection{ background: transparent; color:#fff; }
.cta-box { padding: 13px 0; color: #555555; border-top: 2px solid #f3f3f3; border-bottom: 2px solid #f3f3f3; margin: 30px 0; }
.cta-box .btn { margin-left: 15px; } .cta-box span { width: calc(100% - 175px); display: inline-block; }
.rating-container img { vertical-align: middle; width: 18px; margin-bottom: 1px; }
.rating-container p { margin-bottom: 4px !important; }
.rstars { color: #555555; }
.rstars img { width: 17px; vertical-align: top; }
.rstars a { color: #555555; font-size: 14px; text-decoration: underline; }
.hidden { display: none; }
body.search .section.chrv { padding-bottom: 0; }
body.search .archv { padding-top: 4%; }
.imma-con img { max-width: 100%; }
.vihi { clip: rect(1px, 1px, 1px, 1px); height: 1px; overflow: hidden; position: absolute; white-space: nowrap; width: 1px; }
.vihi:focus { clip: auto; height: auto; overflow: auto; position: absolute; width: auto; }

/* Colors */
.bg-lt-grey { background-color: #fbfbfb; }
.bg-white { background-color: white; }
.white { color: white; }

/* Header */
header { background: #292929; padding: 0 25px; }
header .logo { padding: 24px 15px 32px; font-size: 36px; color: white; font-style: italic; font-weight: bold; float:left; }
header .logo a { text-decoration: none; color: white; }
header .logo .blue { color: #53bad3; }
header .search { float: right; padding: 38px 12px 38px 0; }
header .search i { cursor: pointer; }
header .search i:nth-child(2) { margin-left: 15px; font-size: 18px; display: none; }
.menu-main { float: left; padding: 0 40px; }
.menu-main ul > li { float: left; list-style: none; margin-right: 36px; padding: 38px 0 32px; }
.menu-main ul > li:nth-last-child { margin-right: 0; }
.menu-main ul > li.menu-item-has-children { position: relative; margin-right: 46px; }
.menu-main ul > li.menu-item-has-children:after { font-family: "Font Awesome 5 Pro"; content: "\f107"; position: absolute; color: white; top: 40px; right: -18px; font-size: 14px; }
.menu-main ul > li.menu-item-has-children > ul.sub-menu { visibility: hidden; opacity: 0; transition: visibility 0.2s linear, opacity 0.2s linear; left: -8px; top: 92px; display: block; position: absolute; z-index: 101; background-color: #292929; }
.menu-main ul > li.menu-item-has-children > ul.sub-menu > li { margin-right: 0; padding: 0; }
.menu-main ul > li.menu-item-has-children > ul.sub-menu > li a { font-size: 14px; width: 200px; cursor: pointer; display: block; padding: 10px 20px; margin-right: 0; }
.menu-main ul > li.menu-item-has-children:hover > ul.sub-menu { visibility: visible; opacity: 1; display: block; padding-bottom: 8px; }
.menu-main ul > li.menu-item-has-children:hover > ul.sub-menu > li:hover { background-color: #3e3e3e; }
.menu-main ul > li > a { padding-bottom: 7px; color: white; text-decoration: none; display: block;  }
.menu-main ul.menu > li > a { color: white; transition: color 0.2s ease-in-out; }
.menu-main ul.menu > li > a:hover { color: #a5a5a5; }
.hd-blue { color: #53bad3; font-weight: 700; }
.has-undr:after { content: ''; width: 60px; border-top: 2px solid #a1d8e6; height: 2px; display: block; margin: 25px auto 0; }
#breadcrumbs { padding: 0 22px 22px; color: #a0a0a0; font-size: 14px; }
#breadcrumbs a { color: #a0a0a0; font-size: 14px; }
.archive #breadcrumbs, .blog #breadcrumbs, .page #breadcrumbs, .single #breadcrumbs, .topt #breadcrumbs { line-height: 18px; padding: 0 0 22px; }
.top-tpl #breadcrumbs { padding: 0 22px 22px; }
#fullscreensearch { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: #fff; transition: all .5s ease-in-out; -webkit-transform: translate(0px,-100%) scale(0,0); -moz-transform: translate(0px,-100%) scale(0,0); -o-transform: translate(0px,-100%) scale(0,0); -ms-transform: translate(0px,-100%) scale(0,0); transform: translate(0px,-100%) scale(0,0); opacity: 0; }
#fullscreensearch.open { -webkit-transform: translate(0px,0px) scale(1,1); -moz-transform: translate(0px,0px) scale(1,1); -o-transform: translate(0px,0px) scale(1,1); -ms-transform: translate(0px,0px) scale(1,1); transform: translate(0px,0px) scale(1,1); opacity: 1;     z-index: 999999 !important; }
#fullscreensearch .closesearch { text-decoration: none; position: fixed; top: 15px; right: 15px; color: #999; border: 1px solid #dfdfdf; opacity: 1; padding: 15px 15px 12px; font-size: 27px; }
#fullscreensearch form { float: right; padding: 0px 0 0 0; }
#fullscreensearch .searchsubmit { display: none; }
#fullscreensearch .search-input { border: none; background: transparent; cursor: pointer; color: #999; height: 80px; font-size: 60px; position: absolute; top: 100px; left: 0; text-align: center; width: 90%; margin: 0 5%; outline: none; }
#fullscreensearch .closesearch:hover { cursor: pointer; background: #999; color: white; }
.algolia-autocomplete { z-index: 999999 !important; height: 50%; overflow-y: auto; border: 1px solid #ececec; border-top: 0; border-bottom-left-radius: 6px; border-bottom-right-radius: 6px; top: 180px !important; width: calc(100% - 80px) !important; left: 40px !important; right: 40px !important; }
label.label-si { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Blog */
body.blog .archv { padding: 7% 20px 0; }
body.blog #chooser, body.blog .pagin { text-align: left; }
body.blog .pst-cont .pst:nth-child(3n+1) { margin: 0 0 46px; }
body.blog .pst-cont .pst:nth-child(3n+2) { margin: 0 5% 46px; }
body.blog .pst-cont .pst:nth-child(3n+3) { margin: 0 0 46px; }
body.search .pst-cont { text-align: left; }
body.search .pst-srch { padding: 10px 0 25px; }
body.search .pst-srch h2, body.search .pst-srch h2 a { font-family: arial, sans-serif; color: #0000CC; font-size: 20px; font-weight: normal; }
body.search .pst-srch > a { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; line-height: 16px; display:block; margin: 8px 0; font-family: arial, sans-serif; color: #008000; text-decoration: none; font-size: 16px; }
body.search .pst-srch .entry-meta { font-family: arial, sans-serif; color: black; font-size: 14px; line-height: 18px; }
form.search-form.search-pg { padding-top: 4%; }
form.search-form.search-pg input:focus { outline: none; box-shadow: none; }
form.search-form.search-pg input { border-radius: 2px; display: block; border: 1px solid #ebebeb; width: 100%; padding: 12px 50px 12px 15px; font-size: 18px; }
form.search-form.search-pg button { padding: 13px 20px; outline: none; background: none; border: 1px solid red; border: none; -moz-appearance: none; -webkit-appearance: none; cursor: pointer; position: absolute; top: 0px; right: 0px; }
form.search-form.search-pg button svg { width: 20px; height: 20px; fill: #ccc; }
form.search-form.search-pg .wrap { position: relative; }
.srch-prod { width: 350px; margin: 4% 0 0 50px; }
.srch-prod .prod-con { border: 1px solid #e8e8e8; border-radius: 3px; padding: 15px; }
.srch-prod .prod-img { width: 78px; margin-right: 15px; }
.srch-prod .prod-txt { width: 220px; font-size: 13px; color: #666; }
.srch-prod .prod-txt > a { font-weight: bold; text-decoration: none; color: #000; display: block; margin: 10px 0 8px; }
.srch-prod .prod-txt .prod-desc a { color: #0000CC; }
.srch-prod .prod-img img { width: 78px; height: 78px; }
.srch-prod .prod-desc { line-height: 16px; }
.srch-prod .prod-ttl { font-weight: bold; color: #909090; margin-bottom: 10px; font-size: 15px; }
.left-srch { width: calc(100% - 450px); }
.srch .pagin { text-align: left; }
.srch .pagin .page-numbers { border: 0; padding: 0; padding-right: 10px; }
.srch .pagin .page-numbers.current, .srch .pagin .page-numbers:hover { background: none; font-weight: bold; }
p.snp + p { display: none; }

/* Footer */
.footer-cr { color: #a6a6a6; font-size: 14px; line-height: 26px; padding: 60px 0; }
footer#footer { background: #292929; padding: 90px 0; }
footer#footer h3 { font-size: 16px; font-weight: bold; color: white; margin-bottom: 30px; }
footer#footer .container > div { float: left; padding: 0 40px; }
footer#footer .desc { font-size: 16px; line-height: 24px; color: #a5a5a5; }
footer#footer .desc a { margin: 0 0 14px 0; font-size: 16px; line-height: 24px; color: #a5a5a5; text-decoration: none; display: block; }
footer#footer .desc a:hover { color: white; }
footer#footer .abt { width: 33%; }
footer#footer .mnu { width: 29%; }
footer#footer .cmp { width: 19%; }
footer#footer .os { width: 19%; }
.mnu>ul>li{position: relative;border-radius:0;background:#343434;display:inline-block;color:#a5a5a5;width:100%;margin:0 0 10px}
.mnu>ul>li>ul{max-height: 200px;overflow-y: auto;position: absolute; background: #343434;list-style-type:none;display:none;width: 100%;z-index: 100;}
.mnu>ul>li>ul.open{display:block}
.mnu>ul>li>a,.mnu>ul>li>ul a{width:100%;display:inline-block;text-decoration:none}
.mnu>ul>li>ul a{font-size:14px;padding:8px 16px;color:#a5a5a5}
.mnu>ul>li>ul a:hover{background:#292929;color:#fff}
.mnu>ul>li>a{padding:12px 15px;color:#a5a5a5;position:relative;cursor:pointer}
.mnu>ul>li>a::after{border-color:#888 transparent transparent;border-style:solid;border-width:5px 4px 0;height:0;right:12px;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0;display:block;content:""}

/* Home */
.section.tool { text-align: center; padding: 100px 0; }
.section.tool h1 { line-height: 40px; font-size: 36px; color: #292929; font-weight: normal; padding: 0 0 25px 0; }
.section.tool .info { line-height: 25px; font-size: 18px; color: #555555; padding: 0 0 50px 0; max-width: 759px; margin: 0 auto; }
.section.tool .short { line-height: 22px; font-size: 16px; color: #a0a0a0; padding: 0 0 35px 0; margin-top: 110px; }
.section.tool .form { position: relative; transition: background-color 0.2s linear; border: 2px solid #f6f6f6; border-radius: 60px; background-color: #f6f6f6; width: 50%; margin: 0 auto; }
.section.tool .form:hover, .section.tool .form:hover input[type="text"], .section.tool .form:hover input[type="number"] { background-color: white; }
.section.tool .form input[type="text"], .section.tool .form input[type="number"] { transition: background-color 0.2s linear; background-color: #f6f6f6; border: 0; outline: 0; font-size: 18px; width: calc(100% - 258px); margin-left: 20px; height: 43px; }
.section.tool .form input[type="text"]:-webkit-autofill { -webkit-box-shadow: 0 0 0px 1000px #f6f6f6 inset; transition: background-color 0.2s linear; }
.section.tool .form input[type="text"]:-webkit-autofill:hover { -webkit-box-shadow: 0 0 0px 1000px #fff inset; transition: background-color 0.2s linear; }
.section.tool .form input[type="text"]:-webkit-autofill:focus { -webkit-box-shadow: 0 0 0px 1000px #f6f6f inset; transition: background-color 0.2s linear; }
.section.tool .form input[type="submit"] { margin: 6px 0; width: 216px; outline:0; cursor: pointer; border-radius: 30px; font-weight: bold; border: 0; background-color: #53bad3; color: white; font-size: 16px; text-transform: uppercase; letter-spacing: 0px; padding: 13px 30px; -webkit-appearance: none; -moz-appearance: none; appearance: none; }
.section.tool .form input[type="submit"]:hover { background-color: #69c1d6; }
.section.tool .logos img { -webkit-filter: contrast(0%) brightness(100%) opacity(0.3); filter: contrast(0%) brightness(100%) opacity(0.3); margin: 0 15px 10px; vertical-align: middle; }

.section.start { text-align: center; padding: 90px 0 85px; }
.section.start a i { color: #292929; }
.section.start a, a.tile { padding: 30px 10px 10px; text-decoration: none; transition: box-shadow 0.2s linear, transform 0.2s linear; box-shadow: 1px 1px 5px 1px rgba(222, 222, 222, 0.2); margin: 22px 23px; background: white; display: inline-block; vertical-align: top; width: 180px; height: 168px; }
.section.start a:hover, a.tile:hover { transform: translateY(-3px); box-shadow: 0 15px 35px rgba(50,50,93,0.1), 0 5px 15px rgba(0,0,0,0.07); }
.section.start a .tit, a.tile .tit { font-size: 18px; display: block; color: #292929; padding-top: 22px; }
.section.start a .desc, a.tile .desc { font-size: 14px; display: block; color: #999999; padding-top: 15px; line-height: 16px; }
.section.start a .desc { color: #656565; }
.section.start a:hover, a.tile:hover { box-shadow: 1px 1px 8px 1px rgba(222, 222, 222, 0.6);  }
.section.start h2 { font-size: 28px; font-weight: 400; color: #292929; margin-bottom: 45px; line-height: 35px; }

.section.optin { padding: 100px 0; margin-top: 10%; }
.toolpg .section.optin { margin-top: 0; }
.section.optin .image { width: 30%; padding-right: 30px; text-align: right; }
.section.optin .ptin { width: 70%; padding: 0 120px 0 30px; }
.section.optin .ptin h2 { line-height: 30px; font-size: 28px; color: #292929; margin: 16px 0 24px; }
.section.optin .ptin .desc { color: #999999; font-size: 20px; line-height: 28px; }
.section.optin .ptin a { color: white; text-decoration: none; background: #7cc565; padding: 15px 30px; display: inline-block; border-radius: 30px; font-size: 20px; font-weight: bold; margin-top: 22px; }

.section.result { padding: 50px 100px 0; display: none; }
.section.ftcon{ padding: 10px 100px 50px; }
#page .section.ftcon .psts { margin: 35px 0 40px 0; }
#page .section.ftcon .psts h2 { margin: 0 0 30px; font-size: 28px; }
#results { padding: 0 50px; }
.single-isitwp_domain #results { margin: 35px 0 40px 10px; padding: 0; }
.single-isitwp_domain .pluginbox-item { width: 45%; }
.rslt-cntn { color: #555555; padding: 30px 25px 20px; box-shadow: 2px 2px 10px -3px rgba(152, 152, 152, 0.5); }
.themebox-item p, .pluginbox-item p { font-size: 16px; line-height: 24px; margin-bottom: 24px; }
.yeswpbox .result-content { background: #619600; padding: 19px 17px; }
.notwpbox .result-content { background: #292929; padding: 28px 17px; }
.notwpbox .result-content, .yeswpbox .result-content { color: white; font-size: 18px; }
.notwpbox .result-content i, .yeswpbox .result-content i { margin-right: 15px; vertical-align: middle; }
.whois-item { font-size: 18px; }
.whois-item .item-info span { font-weight: bold; }
.whois-item .item-info p { margin-bottom: 30px; line-height: 22px; }
.whois-item .item-image { width: 220px; height: 165px; }
.whois-item .item-image img { max-width: 100%; }
.whois-item .item-info { width: calc(100% - 250px); margin-left: 30px; padding-top: 2px; }
.themebox h3, .pluginbox h3 { margin-top: 35px; padding: 31px 17px; background-color: #292929; color: white; font-size: 18px; }
.themebox h3 i, .pluginbox h3 i { margin-right: 15px; }
.pluginbox .rslt-cntn { text-align: left; }
.pluginbox-item { width: 30%; display: inline-block; vertical-align: top; margin: 1.5% }
.pluginbox-item .item-image { width: 100%; height: 160px; overflow: hidden; }
.pluginbox-item img { max-width: 100%; height: auto; }
.pluginbox-item .item-info { font-size: 16px; line-height: 24px; text-align: left; }
.pluginbox-item .item-info p { margin: 25px 0 35px; }
.pluginbox-item .item-info h2 { margin: 25px 0 15px; }
.pluginbox-item .item-info h2 a { font-size: 18px; line-height: 27.5px; font-weight: normal; color: #292929; }
.pluginbox a.btn { margin-top: 25px; display: block; width: 333px; }
#step2-loader{background-color:#404040; padding:5px 0 0 0; text-align: center; width: 100%; display: inline-block; position: fixed;left: 0;bottom: 0;color:#fff; -webkit-font-smoothing: antialiased;z-index: 10;}
#step2-loader p{ margin: 8px 0 14px; }
.ntfnd-one{width: 100%;}
.plugins-not-found{display: none; margin-bottom: 20px;}
.section.blog { text-align: center; padding: 4.5% 0; }
.section.blog h2 { font-size: 24px; font-weight: 400; margin-bottom: 4.5%; }
.ctabl { transition: background-color 0.2s ease-in-out; color: #999999 !important; border: 1px solid #dddddd; text-decoration: none !important; font-size: 18px; padding: 14px 25px; border-radius: 36px; margin: 20px 0; display: inline-block; }
.ctabl:hover { background: white; }
.error_box { font-size: 15px; opacity: 0; z-index: -1; line-height: 20px; color: #292929;position: absolute; background: #ffffff; border: 2px solid #ff8f8f; padding: 20px 30px; border-radius: 4px; width: 325px; top: 85px; left: 50%; margin-left: -160px; }
.error_box.show { opacity: 1; z-index: 1; }
.error_box:after, .error_box:before { bottom: 100%; left: 50%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; }
.error_box:after { border-color: rgba(255, 255, 255, 0); border-bottom-color: #ffffff; border-width: 11px; margin-left: -11px; }
.error_box:before { border-color: rgba(245, 194, 194, 0); border-bottom-color: #ff8f8f; border-width: 14px; margin-left: -14px; }
#floatingCirclesG{display: none;right: 230px;top: 10px;position:absolute;width:38px;height:38px;margin:auto;transform:scale(.6);-o-transform:scale(.6);-ms-transform:scale(.6);-webkit-transform:scale(.6);-moz-transform:scale(.6)}.f_circleG{position:absolute;background-color:#fff;height:7px;width:7px;border-radius:4px;-o-border-radius:4px;-ms-border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;animation-name:f_fadeG;-o-animation-name:f_fadeG;-ms-animation-name:f_fadeG;-webkit-animation-name:f_fadeG;-moz-animation-name:f_fadeG;animation-duration:1.2s;-o-animation-duration:1.2s;-ms-animation-duration:1.2s;-webkit-animation-duration:1.2s;-moz-animation-duration:1.2s;animation-iteration-count:infinite;-o-animation-iteration-count:infinite;-ms-animation-iteration-count:infinite;-webkit-animation-iteration-count:infinite;-moz-animation-iteration-count:infinite;animation-direction:normal;-o-animation-direction:normal;-ms-animation-direction:normal;-webkit-animation-direction:normal;-moz-animation-direction:normal}#frotateG_01{left:0;top:16px;animation-delay:.45s;-o-animation-delay:.45s;-ms-animation-delay:.45s;-webkit-animation-delay:.45s;-moz-animation-delay:.45s}#frotateG_02{left:4px;top:4px;animation-delay:.6s;-o-animation-delay:.6s;-ms-animation-delay:.6s;-webkit-animation-delay:.6s;-moz-animation-delay:.6s}#frotateG_03{left:16px;top:0;animation-delay:.75s;-o-animation-delay:.75s;-ms-animation-delay:.75s;-webkit-animation-delay:.75s;-moz-animation-delay:.75s}#frotateG_04{right:4px;top:4px;animation-delay:.9s;-o-animation-delay:.9s;-ms-animation-delay:.9s;-webkit-animation-delay:.9s;-moz-animation-delay:.9s}#frotateG_05{right:0;top:16px;animation-delay:1.05s;-o-animation-delay:1.05s;-ms-animation-delay:1.05s;-webkit-animation-delay:1.05s;-moz-animation-delay:1.05s}#frotateG_06{right:4px;bottom:4px;animation-delay:1.2s;-o-animation-delay:1.2s;-ms-animation-delay:1.2s;-webkit-animation-delay:1.2s;-moz-animation-delay:1.2s}#frotateG_07{left:16px;bottom:0;animation-delay:1.35s;-o-animation-delay:1.35s;-ms-animation-delay:1.35s;-webkit-animation-delay:1.35s;-moz-animation-delay:1.35s}#frotateG_08{left:4px;bottom:4px;animation-delay:1.5s;-o-animation-delay:1.5s;-ms-animation-delay:1.5s;-webkit-animation-delay:1.5s;-moz-animation-delay:1.5s}@keyframes f_fadeG{0%{background-color:#000}100%{background-color:#fff}}@-o-keyframes f_fadeG{0%{background-color:#000}100%{background-color:#fff}}@-ms-keyframes f_fadeG{0%{background-color:#000}100%{background-color:#fff}}@-webkit-keyframes f_fadeG{0%{background-color:#000}100%{background-color:#fff}}@-moz-keyframes f_fadeG{0%{background-color:#000}100%{background-color:#fff}}
#floatingCirclesG.loading{display: block;}
.resultscontainer .mlreport { float: left; color: #555555; width: 100%; margin: 25px 0 0 0; }
.resultscontainer .sucr { font-size: 16px; }
.resultscontainer .sucr img { vertical-align: middle; }

/* Single, Page template */
.entry-content p { font-size: 16px; line-height: 28px; color: #555555; margin-bottom: 25px; }
.entry-content .ft-img { margin: 0 0 25px 0; }
#page .psts { padding: 35px 22px; margin: 35px 0 40px 10px; background: white; box-shadow: 4px 4px 12px -4px rgba(150, 150, 150, 0.5); }
#page .psts .entry-meta { margin: 15px 0; color: #a0a0a0; font-size: 14px; line-height: 28px; font-style: italic; }
#page .psts h1 { color: #292929; font-size: 28px; line-height: 32px; }
#page .psts h2, #page .psts h3, #page .psts h4 { line-height: 28px; color: #292929; font-size: 22px; margin: 35px 0 25px; }
#page .entry-content blockquote, #page .entry-content q, #page .entry-content blockquote p, #page .entry-content q p { font-size: 22px; line-height: 29px; color: #9a9a9a; font-style: italic; }
#page .entry-content blockquote, #page .entry-content q { margin: 25px 25px 25px 25px; }
#page .entry-content blockquote p, #page .entry-content q p { margin-bottom: 10px; }
#page .entry-content img { max-width: 100%; height: auto; }
#page .entry-content ul, #page .entry-content ol { color: #555555; margin: 0 35px 30px; }
#page .entry-content ol ul, #page .entry-content ul ol, #page .entry-content ul ul, #page .entry-content ol ol { margin-top: 10px; margin-bottom: 10px; }
#page .entry-content ul li, #page .entry-content ol li { margin-bottom: 10px; line-height: 25px; }
#page .sidebar { float: left; width: 306px; margin: 35px 0 0 35px; padding-top: 12px; }
#page .sidebar h2 { font-size: 20px; margin-bottom: 20px; }
#page .sidebar h2:after { content: ''; display: block; width: 65px; height: 2px; border-top: 2px solid #a1d8e6; margin: 20px 0 0 4px; }
#page .sidebar .sp-widget { margin-bottom: 50px; }
.left-it { width: calc(100% - 360px); }
#page .topt .psts.section { margin-bottom: 40px; padding: 22px; }
#page .topt .psts.section h2 { font-size: 28px; margin: 15px 0 25px; }
.type-isitwp_theme a.btn, .type-isitwp_plugin a.btn { font-size: 20px; padding: 12px 5%; margin: 20px 12px 0 0; }
p.entcta { margin-top: 40px; }
#page .topt .psts.section ul li { width: 100%; margin-bottom: 18px; }
#page .topt .psts.section ul { margin-bottom: 0; }
a.cta-tp {color: #555555; text-decoration: underline;}

/* Blog archive items */
.pst-cont { text-align: center; }
.pst-cont .pst h2, .ais-hits--item h2 { padding: 20px 20px 0; text-align: left; height: 76px; margin-bottom: 0; }
.pst-cont .pst h2 a, .ais-hits--item h2 a { font-size: 18px; font-weight: normal; line-height: 28px; color: #292929; }
.pst-cont .pst .entry-meta, .ais-hits--item .entry-meta { text-align: left; padding: 20px; color: #555555; font-size: 12px; line-height: 28px; }
.pst-cont .pst, .ais-hits--item { margin: 0 2% 40px; vertical-align: top; display: inline-block; width: 330px; height: 300px; background: white; box-shadow: 1px 1px 6px -2px rgba(150, 150, 150, 0.5); }
.pst-cont .pst:hover, .ais-hits--item:hover { transition: box-shadow 0.2s linear, transform 0.2s linear; transform: translateY(-3px); box-shadow: 0 15px 35px rgba(50,50,93,0.1), 0 5px 15px rgba(0,0,0,0.07); }
.pst-cont .pst a.img, .ais-hits--item a.img { display: block; width: 330px; height: 160px; overflow: hidden; }
.pst-cont .pst a.img .blgimg, .ais-hits--item a.img .blgimg { max-width: 100%; }
.section.chrv { padding: 60px 0 80px; }
.archv { padding: 7% 0 0; }
.section.chrv h1 { font-size: 36px; font-weight: normal; }
.section.chrv .desc { color: #555555; font-size: 18px; line-height: 32px; margin: 24px 0 2px; }
.section.chrv .container { padding: 0 40px; }
body.search .section.chrv .container { padding: 0 18px; }
body.search div.section.optin { background: #fbfbfb; }
.pagin {  margin: 2.5% auto 0; text-align: center; }
.pagin .page-numbers, .ais-pagination--item a { transition: background 0.2s ease-in-out; cursor: pointer; padding: 10px; border-radius:2px; color: #999999; display: inline-block; border: 1px solid #e9e9e9; text-decoration: none; }
.pagin .page-numbers.current, .pagin .page-numbers:hover, .ais-pagination--item.ais-pagination--item__active a, .ais-pagination--item:hover a { background: white; }
.pagin.comment-pagin .page-numbers.current, .pagin.comment-pagin .page-numbers:hover { background: #e9e9e9; }
.pagin.comment-pagin { margin: 2.5% auto 5%; text-align: left; }
.wpb-load-more-comments { outline: none; cursor: pointer; border:1px solid #dfdfdf;background:#f0f0f0;padding:10px 20px;border-radius:3px;color:#999;font-size:14px;text-transform:uppercase;font-weight:700; }
.wpb-load-more-comments:hover { background: #53bad3; border:1px solid #53bad3; color: white; }
.wpb-loader-comment { display: none; margin: -2px 0 0 12px; vertical-align: middle; }
#chooser { margin: 0 auto 8%; position: relative; color: #6b6b6b; font-size: 20px; text-align: center; }
#chooser:hover .drpd { display: block; }
#chooser .drpd { display: none; left: 78px; top: 31px;position: absolute; width: 250px; text-align: left; height: 200px; overflow-y: scroll; background: white; border: 1px solid #e9e9e9; border-radius: 2px; z-index: 201; }
#chooser .drpd a { display: block; padding: 12px; color: #999999; }
#chooser .drpd a:hover { text-decoration: none; background: #fbfbfb; color: #53bad3; }
#chooser > a { text-decoration: none; padding: 4px 30px 8px 8px; margin-left: 4px;text-decoration: none; color: #6b6b6b; font-size: 20px; border: 1px solid #e8e8e8; border-radius: 2px; }
#chooser > a:after { content: '\f107'; font-family: 'Font Awesome 5 Pro'; margin: 3px 0 0 8px; position: absolute; }
#sidebar #chooser, #chooser a { font-size: 17px; }
#sidebar #chooser { text-align: left; }
#sidebar #chooser .drpd { left: 31px; top: 25px; }

/* Single Page - Host Template */
.imgps { float: left; margin: 6px 20px 0 0; }
.imgps img { width: 100px; height: 100px; border: 1px solid #eeeeee; }
.top-tpl .feats .entry-content { color: #555555; padding: 30px 25px 20px; background: white; }
.top-tpl .feats p > img { margin-top: 28px; }
.top-tpl .feats .hdr h2 { font-size: 18px; display: inline-block; margin-right: 8px; width: auto; }
.top-tpl .feats .entry-content h3.list { position: relative; font-weight: bold; margin: 26px 0 22px; padding-left: 16px; font-size: 16px; }
.top-tpl .feats .entry-content h2, .top-tpl .feats .entry-content h3 { font-weight: normal; font-size: 20px; margin: 32px 0; }
.top-tpl #cn-ur.feats .entry-content h3 { margin-top: 0; }
.top-tpl .feats h2 { width: calc(100% - 32px); font-size: 18px; display: inline-block; }
.top-tpl .feats i { margin-right: 12px; float: left; display: inline-block; vertical-align: top; }
.top-tpl .feats { box-shadow: 4px 4px 12px -4px rgba(150, 150, 150, 0.5); margin: 35px 0 0 10px; }
.top-tpl .feats.recap { margin: 35px 0 20% 10px; }
.top-tpl.psh .feats.recap { margin: 35px 0 0 10px; }
.top-tpl.psh #cn-ur { margin-bottom: 20%; }
.top-tpl .feats .rating-ttl { display: block; color: #292929; font-size: 25px; margin-bottom: 12px; }
.top-tpl .feats .entry-content h2.ovr-ttl { font-size: 16px; font-weight: bold; margin-top: 0; }
.top-tpl .feats .entry-content .rstars { margin-bottom: 32px; }
.top-tpl .feats .hdr { padding: 25px 17px; background-color: #292929; color: white; }
.top-tpl .feats .hdr.tabs { padding: 0 6px; }
.top-tpl .feats .hdr.tabs a { position: relative; display: inline-block; margin: 0 10px; padding: 16px 6px 20px; cursor: pointer; color: white; font-weight: bold; font-size: 18px; text-decoration: none; }
.top-tpl .feats .hdr.tabs a:after { transition: opacity 0.2s linear, visibility 0.2s linear; opacity: 0; visibility: hidden; content: ''; position: absolute; width: 100%; height: 6px; background-color: #53bad3; bottom: 0; left: 0; }
.top-tpl .feats .hdr.tabs a.selected:after { opacity: 1; visibility: visible; }
.top-tpl .feats .hdr.tabs a:hover:after { opacity: 1; visibility: visible; }
.top-tpl .feats .lst-con { border-top: 1px solid #eeeeee; margin-top: 45px; padding-top: 45px; }
.top-tpl .toc .hd { border-top: 2px solid #f3f3f3; border-bottom: 2px solid #f3f3f3; color: #292929; padding: 24px 28px; font-weight: bold; font-size: 19px; }
.top-tpl .toc .cont { padding: 36px 28px 10px; }
.type-isitwp_theme .top-tpl .toc .cont, .type-isitwp_plugin .top-tpl .toc .cont { padding: 0; }
.top-tpl .toc .itm { width: 32.3%; display: inline-block; vertical-align: top; margin: 0 0 36px; }
.top-tpl .toc .itm .rstars { margin-top: 13px; }
.top-tpl .toc .itm .spclo { color: #ff532b; text-decoration: none; display: inline-block; margin-top: 13px; font-weight: normal; }
.top-tpl .toc .itm .spclo:hover { text-decoration: underline; }
.top-tpl .toc .itm a.spclo:after { content: ''; display: none; }
.top-tpl .toc .itm .spclo i { margin-right: 6px; }
.top-tpl .toc .itm a { color: #555555; font-weight: bold; text-decoration: underline; position: relative; }
.top-tpl .toc .itm a:after { content: '\f138'; position: absolute; font-family: "Font Awesome 5 Pro"; right: -18px; top: 6px; font-size: 12px; }
.top-tpl .toc  { margin: 30px 0 0; }
.top-tpl .stat-content { background: #fbfbfb; padding: 25px 25px 20px; }
.top-tpl .stat-content .btn { float: right; }
.top-tpl .stat-content .dta { vertical-align: top; display: inline-block; color: #555555; }
.top-tpl .stat-content .dta:nth-child(1), .top-tpl .stat-content .dta:nth-child(2) { width: 20%; }
.top-tpl .stat-content .dta:nth-child(3) { width: 24%; }
.top-tpl .stat-content .dta span:nth-child(1) { margin-bottom: 8px; font-weight: bold; display: block; }
#page .top-tpl .entry-content ul { list-style: none; margin: 0 35px 30px 0; }
#page .topt.topc .entry-content ul li, #page .top-tpl .entry-content ul li, .snippets li { width: 49%; display: inline-block; vertical-align: top; position: relative; padding-left: 13px; }
#page .topt.topc .entry-content ul li:before, #page .top-tpl .entry-content ul li:before, .snippets li:before, .top-tpl .feats .entry-content h3.list:before { content: '+'; left: 0; position: absolute; }
#page .top-tpl .psts { margin: 35px 0 35px 10px; padding: 35px 0 0; }
#page .top-tpl .psts .entry-content, #page .top-tpl .psts .entry-title, #page .top-tpl .psts .entry-meta { padding: 0 22px; }
#page .top-tpl .psts.section .entry-content { padding: 0; }
.mnbk { padding: 20px 0 0 0; background: white; margin-top: -12px; border: 1px solid #eeecec; color: #292929; text-align:center; z-index: 100; }
.mnbk .urv { font-size: 14px; line-height: 24px; margin: 20px 0 10px; position: relative; }
.mnbk .urv .txt { background: white; width: 45%; margin: -14px auto 0; }
.mnbk .urv:before { margin: 0 auto; content: ''; display: block; width: 75%; height: 2px; background: #f3f3f3; }
.mnbk .rstars { margin: 0 0 33px; }
.mnbk .prc { font-size: 16px; margin: 0 0 20px; font-weight: bold; }
.mnbk .prcng { font-size: 28px; margin: 0 0 10px; font-weight: bold; }
.mnbk .prc-rg { font-size: 14px; line-height: 28px; margin: 0 0 15px; color: grey; }
.mnbk a.btn { display: block; width: 70%; margin: 0 auto 40px; }
.mnbk .mbg { position: relative; background: #53bad3; padding: 16px 145px 18px 18px; font-size: 14px; color: white; text-align: left; line-height: 18px; }
.mnbk .mbg img { position: absolute; right: 0; top: -20px; }
#mnbk-fx .mnbk { width: 306px; opacity: 0; animation: slidema 0.5s ease 0s forwards; -webkit-animation: slidema 0.5s ease 0s forwards; }
#mnbk-fx.shown .mnbk { position: fixed; top: 37px; animation: slidem 0.5s ease 0s forwards; -webkit-animation: slidem 0.5s ease 0s forwards; }
#cn-overall-hosts > .entry-content > .cn, #cn-overall-hosts > .stat-content > .st { display: none; }
#cn-overall-hosts > .entry-content > .cn.on, #cn-overall-hosts > .stat-content > .st.on { display: block; }
.anim { opacity: 0; transition: opacity .15s linear; }
.anim.animon { opacity: 1; }
@-webkit-keyframes slidem { from { opacity: 0; } to { opacity: 1; } }
@keyframes slidem { from { opacity: 0; } to { opacity: 1; } }
@-webkit-keyframes slidema { from { opacity: 1; } to { opacity: 0; } }
@keyframes slidema { from { opacity: 1; } to { opacity: 0; } }

/* Compare Page Template */
.lgnd { background-color: #fbfbfb; color: #555555; padding: 15px 22px; }
.lgnd a { color: #555555; text-decoration: underline; display: inline-block; margin-left: 12px; border-right: 1px solid #555555; padding-right: 15px; }
.lgnd a:nth-last-child(1) { border-right: 0; }
.lgnd a:hover, .lgnd a.selected { font-weight: bold; text-decoration: none; }
.cmpr .prodc { border: 1px solid #f8f8f8; width: 48%; }
.cmpr .mgi, .cmpr .cnt, .cmpr .lst { padding: 0 10px; }
.topt.topc .cmpr .mgi { padding: 0; }
.cmpr .cnt a.rdmrr { color: #555555; text-decoration: none; cursor: pointer; display: inline-block; border-bottom: 1px solid #555555; line-height: 16px; }
.cmpr .cnt a.rdmrr:hover { border-bottom: 0; }
.cmpr .cnt p { display: none; }
.cmpr .cnt p:nth-child(1) { display: block; }
.cmpr .lst { margin-top: 22px; }
.cmpr .mgi a.btn { display: block; margin: 40px 0 12px; text-align: center; }
.cmpr .feats .entry-content .prodc p { font-size: 14px; line-height: 24px; margin-bottom: 12px; }
#page .top-tpl.cmpr .entry-content ul li { width: 98%; line-height: 24px; font-size: 14px; }
#page .top-tpl.cmpr .entry-content ul { margin-bottom: 0; }
.top-tpl.cmpr .stat-content { padding: 15px 15px 10px; margin-top: 20px; }
.top-tpl.cmpr .stat-content .dta:nth-child(1), .top-tpl.cmpr .stat-content .dta:nth-child(2) { width: 27%; }
.top-tpl.cmpr .stat-content .dta:nth-child(3) { width: 42%; }
.top-tpl.cmpr .stat-content .dta span:nth-child(1) { font-size: 12px; margin-bottom: 8px; font-weight: normal; display: block; }
.top-tpl.cmpr .stat-content .dta span:nth-child(2) { font-size: 12px; margin-bottom: 8px; font-weight: bold; display: block; }
.top-tpl.cmpr .entry-content .imgps img { height: 90px !important; width: 90px !important; }
.top-tpl.cmpr .psts .feats { margin: 0; margin: 0 0 40px 0; box-shadow: none; }
.mgdat a { display: block; color: #555555; font-weight: bold; text-decoration: underline; margin-bottom: 11px; }
.mgdat { position: relative; padding-top: 18px; } .mgdat .rstars { margin-top: 11px; }
.prodc.wnr .mgdat:before, .versus .itm.wnr:before { position: absolute; content: '\f2eb'; font-family: "Font Awesome 5 Pro"; font-size: 9px; color: white; background: #53bad3; top: -1px; right: 43px; padding: 9px 6px 9px 10px; font-weight: bold; }
.prodc.wnr .mgdat:after, .versus .itm.wnr:after { position: absolute; content: 'WINNER'; font-size: 12px; color: white; background: #53bad3; top: -1px; right: -11px; padding: 7px 9px 8px 0px; font-weight: bold; }
.versus .itm.wnr:after { right: 0; top: 0; }
.versus .itm.wnr:before { right: 54px; top: 0; }

/* Top Themes, PLugins, host Template */
.top-items { box-shadow: 4px 4px 12px -4px rgba(150, 150, 150, 0.5); margin: 0 0 0 10px; }
.top-item { border-bottom: 12px solid #f1f3f4; }
.top-item .info { padding: 35px 22px 0; background: white; position: relative; }
.top-item .info .data { color: #555555; margin: 10px 0 0 20px; }
.top-item .info .data h2 { font-size: 24px; line-height: 24px; font-weight: normal; color: #292929; }
.top-item .info .data .rating { font-size: 16px; line-height: 24px; display: block; margin: 6px 0; }
.top-item .info .img { width: 100px; height: 100px; border: 1px solid #eeeeee; }
.top-item .info .img img { width: 100%; height: 100%; }
.top-item .desc { padding: 35px 22px 10px; background: white; }
.top-item .cta { background: #fbfbfb; padding: 22px; }
a.revlink { color: #555555; text-decoration: underline; margin: 14px 0; }
h2.top-title { border-bottom: 2px solid #f1f3f4; color: #292929; font-size: 20px; line-height: 24px; background: white; padding: 25px; font-weight: bold; }
h2.top-title i { color: #53bad3; vertical-align: middle; margin-right: 10px; }
#page .topt .psts { margin: 35px 0 35px 10px; }
#page .topt .psts:first-of-type{ margin-bottom: 0; }
#page .psts.end h2, #page .psts.end h3 { margin-top: 0; }
.topc .top-item { border-bottom: 12px solid #f1f3f4; }
.topc .top-item .info { padding-bottom: 22px; }
.atm { display: inline-block; width: 31%; margin: 0px auto 25px; line-height: 20px; }
.topc .left-it { margin-bottom: 10%; }
.topc .top-item .info .data { margin: 0; }
.top-items .top-item h2 a { color: #555555; font-size: 24px; text-decoration: none; transition: color 0.3s ease; }
.top-tpl .top-items .top-item h2 a:hover { color: #d55224; }
#page .psts .top-items .top-item h2 { margin-top: 10px; }
.toppt .top-items { box-shadow: unset; margin: 0; }
.toppt .top-items .top-item .desc { margin-top: 25px; padding: 35px 0 10px; }
.toppt .top-items .top-item .info { padding: 0; }
.toppt .top-items .top-item { border-top: 0; }
.topc h1.entry-title { margin-bottom: 20px; }

/* Snippets */
.snppts .filters li:before { font-family:"Font Awesome 5 Pro"; content: ''; margin-right: 10px; color: #5ebfd6; font-weight: 400; border: 1px solid #efefef; border-radius: 8px; padding: 3px 11px;}
.snppts .filters li.selected:before { content: "\f00c"; padding: 3px; }
#page .snppts .entry-content ul.filters { height: 200px; overflow-y: scroll; padding: 0 0 20px; list-style-type: none; margin: 0 0 20px; }
#page .snppts .entry-content .filters  li { transition: font-weight 0.2s linear; padding: 4px; width: 30.5%; margin-bottom: 10px; cursor: pointer; }
#page .snppts .entry-content .filters  li .far.fa-iwemp:before { content: ''; padding: 8px; }
#page .snppts .entry-content .filters  li:hover { font-weight: bold; color: grey; border-radius: 3px; }
#page .snppts .entry-content .snippets { margin: 0; }
#page .snppts .entry-content .snippets  li a { text-decoration: none; color: #555555; transition: color 0.2s linear; }
#page .snppts .entry-content .snippets  li a:hover { color: #d55224; }
#page .snppts .psts h1 { margin-bottom: 25px; }
.sep { border-bottom: 2px solid #f7f7f7; margin: 0 0 20px; }

/* Coupons */
.cpn-itm { border-top: 2px solid #f3f3f3; padding: 30px 0; }
.cpn-itm h3 { line-height: 25px; margin-bottom: 10px !important; margin-top: 0 !important; }
.cpn-itm .det { vertical-align: top; display: inline-block; width: calc(100% - 280px); }
.cpn-itm .det a { color: #292929; font-size: 18px; text-decoration: underline; font-weight: normal; }
.cpn-itm p { margin-bottom: 0; line-height: 22px; color: #555555; font-size: 14px; }
.cpn-itm a.btn { font-size: 18px; padding: 14px;vertical-align: top; float: right; width: 255px; text-align: center; }
.cpn-itm a.btn i { margin-right: 10px; }
.cpns-all .lgnd { margin: 0 -22px; }
.cpns-all .psts .entry-content { margin-top: 20px; }
.cpn-rect .img { width: 100px; height: 100px; margin: 9px 20px 0 0; }
.cpn-rect .img img { width: 100px; height: auto; border: 1px solid #eeeeee; }
.cpn-rect .dta { width: calc(100% - 130px); color: #555555; }
.cpn-rect .dta a { text-decoration: underline; }
.cpn-rect .dsc { margin-bottom: 12px; line-height: 22px; }
.cpn-rect { border-bottom: 1px solid #eeeeee; padding: 25px 0 33px; }
#page .psts .cpn-rect h2 { margin: 18px 0 12px 0; }
#page .psts .cpn-rect h2 a { color: #292929; transition:color 0.3s ease; text-decoration: none; }
#page .psts .cpn-rect h2 a:hover { color: #d55224; }
.ll-cpn .cpn-rect:nth-last-child(1) { border-bottom: 0; }
.cpns-all #page .psts { padding-bottom: 10px; }
.cpn-modal .cls{font-size: 20px;margin: 4px;cursor: pointer;display: block;float:right;}
.cpn-modal{display: none;z-index: 100000;position: fixed;background: white;width: 650px;top: 200px;margin-left: -325px;left: 50%;text-align: center;}
.cpn-modal .ttl{line-height: 30px;-webkit-font-smoothing: antialiased;color: black;margin:30px 30px 10px 30px;padding: 15px;font-size: 28px;font-weight: normal;}
.cpn-modal .code{background: white;color: black;text-transform: uppercase;margin: 35px 0 0 0;font-size: 20px;}
.cpn-modal .code span{display: inline-block;border: 1px dashed black;padding: 10px 20px;}
.cpn-modal .instr{color: #8c8c8c;font-size: 18px;-webkit-font-smoothing: antialiased;}
.cpn-modal .cta{margin:50px 0;}
.cpn-modal .cta a.btn{background: #E83511;color: white;border-radius: 4px;padding: 15px 50px;}
.cpn-vrly{display: none; position: fixed;z-index: 9999;top: -5000px;right: -5000px;bottom: -5000px;left: -5000px;display: none;background: rgba(43,46,56,.9);}
.single-coupon_store .entry-content .ll-cpn h2 { margin: 6px 0 12px; }
.single-coupon_store .entry-content .ll-cpn .cpn-rect .img { margin-top: 0; }
.single-coupon_store .feats.recap .entry-content { padding: 0 25px 0; }

/* Other COmparisons */
.versus { margin-bottom: 20px; }
.versus .inf { width: 46%; padding: 0 10px 32px 0; margin-right: 3%; }
.versus .inf a.ttl { font-size: 16px; font-weight: normal; color: #555555; text-decoration: underline; }
.versus .inf a.ttl:hover { font-weight: bold; }
.versus .inf a.mr { text-decoration: none; font-size: 14px; color: #555555; }
.versus .inf a.mr:hover { text-decoration: underline; }
.versus .inf p { font-size: 14px; margin: 15px 0; line-height: 20px; }
.versus .itm { width: 27%; margin: 0 2%; position: relative; }
.versus .itm > img { width: 200px !important; height: 100px !important; border-radius: 2px; border: 1px solid #f3f3f3; }
.versus .itm .rt-t { margin: 15px 0; }
#prc-table-cntn { width: 100%; overflow-x: auto; }
#page .topt.topc .entry-content ul { margin: 30px 0; }
#page .topt.topc .cmpr { border-top: 2px solid #fafafa; padding-top: 20px; }
#page .topt.topc .entry-content .mgdat, #page .topt.topc .entry-content ul li a { color: #555555; }

/* Sidebar */
a.tile { text-align: center; padding: 20px 8px 10px; width: 47.4%; height: 140px; }
a.tile:nth-of-type(2n+1) { margin: 0 2.45% 20px 0; }
a.tile:nth-of-type(2n+2) { margin: 0 0 20px 2.45%; }
a.tile i { color: #292929; }
a.tile .tit { font-size: 14.5px; padding-top: 18px; }
a.tile .desc { font-size: 11.5px; padding-top: 6px; }
.sidebar .social a { margin-right: 24px; }
.sidebar .social .fa-twitter { color: #55acee; }
.sidebar .social .fa-facebook { color: #3a589e; }
.sidebar .social .fa-linkedin { color: #0077b5; }
.sidebar .social .fa-rss { color: #f89839; }
.sidebar .social .fa-envelope { color: #8a8a8a; }

/*Table*/
.entry-content table { width: 100%; border-collapse:collapse; margin-bottom: 10px; color: #555555; }
.entry-content table thead tr { background: #53bad3; }
.entry-content table thead tr td { color: white; text-transform: uppercase; font-weight: bold; }
.entry-content table tbody tr:nth-child(2n) { background: #fbfbfb; }
.entry-content table tbody tr:nth-child(2n+1) { background: white; }
.entry-content table td { width: 22%; font-size: 16px; line-height: 24px; padding: 10px 20px 10px 15px; }
.entry-content table td:nth-child(1) { width: 34%; }
#awrd-table thead tr { background: #292929; }
#awrd-table td:nth-child(1), #awrd-table td:nth-child(2) { width: 24%; }
#awrd-table td:nth-child(3) { width: 27%; }
#awrd-table td:nth-child(4) { width: 25%; }
#awrd-table .rtng img { vertical-align: middle; width: 17px; margin-top: -3px; }
#awrd-table .rtng img:nth-last-child(1) { margin-right: 10px; }

/* 404 */
.f404 { text-align: center; padding: 6% 0; }
.f404 img { max-width: 100%; }

/* Comments */
#page ol.comment-list, #page ol.children { list-style: none; }
#page ol.comment-list { margin: 0 0 30px 0; }
#page ol.children { margin-right: 0; margin-left: 45px; }
ol.comment-list > li { margin-bottom: 40px !important; }
ol.comment-list > li .cw img { border-radius: 48px; float: left; margin-right: 10px; }
ol.comment-list > li .cw .cm { float: left; }
ol.comment-list > li .cw cite { display: block; font-style: normal; font-weight: bold; text-transform: uppercase; }
ol.comment-list > li .cw a { font-size: 14px; color: #999; text-decoration: none; }
ol.comment-list > li .ccon { padding: 10px 20px 15px; margin: 10px 0 25px; font-size: 15px; border: 1px solid #dfdfdf; border-radius: 3px; line-height: 1.5em !important; }
ol.comment-list > li .ccon .rep a { color: #ccc; text-decoration: none; }
ol.comment-list > li .ccon .rep a:hover { color: #d55224; }
.comment-respond input#submit { -moz-outline: none; outline: none; letter-spacing: 0px;background: #ff6200; text-transform: uppercase; border: 0px; cursor: pointer; color: #fff; font-size: 15px; padding: 12px 22px; display: inline-block; border-radius: 3px; font-weight: 700; letter-spacing: 1px; -webkit-appearance: none; -moz-appearance: none; appearance: none; }
#author, #email { background: #fff !important; width: 48%; color: #999; font-size: 15px; padding: 8px 10px; margin: 15px 5px 15px 0; border: 1px solid #dfdfdf; outline: none; }
#comment { background: #fff !important; width: 97%; height: 150px; color: #999; font-size: 15px; padding: 10px 10px; margin: 5px 0 5px 0; border: 1px solid #dfdfdf; outline: none; }
.entry-content .cc p { margin: 7.5px 0; }
.ccon .notice p { font-style: italic; color: #9a9a9a; }
#page .psts h2.comments-title { font-size: 24px; margin-bottom: 40px; }
#lv-rep { transition: border 0.2s ease-in-out; font-weight: normal; color: #8e8e8e; display: inline-block; padding: 12px 30px; background: #fbfbfb; border: 1px solid #edebeb; text-transform: uppercase; text-decoration: none; font-size: 14px; border-radius: 2px; float: right; }
#lv-rep:hover { border: 1px solid #8e8e8e; }

/* Url encode decode tool */
.tabber { width: 330px; margin: 0 auto 65px; border: 1px solid #d6d6d6; border-radius: 4px; }
.tabber:after { content: ''; display: block; clear: both; }
.tabber .tab { float: left; width: 50%; padding: 10px; cursor: pointer; }
.tabber .tab:hover { background-color: #f6f6f6; }
.tabber .tab.selected {background-color: #f6f6f6; font-weight: bold; }
.tabber .tab:nth-child(1) { border-right: 1px solid #d6d6d6; color: #555555; border-top-left-radius: 4px; border-bottom-left-radius: 4px; }
.tabber .tab:nth-child(2) { border-left: 1px solid #d6d6d6; margin-left: -1px; color: #555555; border-top-right-radius: 4px; border-bottom-right-radius: 4px; }
.section.tool.tool-urlen  .form { width: 70%; }
.res-box { color: #555555; width: 70%; margin: 40px auto 0; text-align: left; padding: 0 0 0 32px; }

/* Calculator down */
.downtime-tool .settings .slider { width: 46%; margin: 0 auto; }
.downtime-tool .helper { width: 50%; margin: 0 auto; text-align: left; padding: 0 0 10px 20px; color: grey; font-size: 18px; }
.downtime-tool .sub-helper { width: 50%; margin: 20px auto 10px; text-align: left; padding-left: 20px; color: #989898; }
.section.tool.downtime-tool .form { margin: 0 auto 35px; }
.section.tool.downtime-tool .form input[type="text"], .section.tool.downtime-tool .form input[type="number"] { width: calc(100% - 65px); margin-left: 0; }
.section.tool.downtime-tool .form:before { content: '$'; color: grey; font-weight: bold; margin: 0 4px 0 -6px; font-size: 19px; }
.downtime-tool .sub-helper:nth-of-type(1) { margin-top: 10px !important; }
.downtime-tool span.val { font-weight: bold; vertical-align: middle; color: #53bad3; }
.brev > div { display: inline-block; font-size: 70px; font-weight: bold; }
.nrev { color: grey; font-size: 22px; margin: 60px 0 20px; }
.brev { color: #53bad3; width: 325px; margin: 0 auto; padding: 10px; border: 1px solid #bdbdbd; border-radius: 12px; background-color: #f6f6f6; }

/* Nameboy Tool */
.res-con .divider { display: block; width: 100%; height: 1px; border-top: 1px solid #f1f1f1; margin: 10px 0 24px; }
.res-con .rs { position: relative; color: #676767; font-weight: 300; font-size: 15px; text-align: left; background-color: #f0ffdb; padding: 6px 8px; width: 282px; vertical-align: top; display: inline-block; margin: 0 2.5% 25px; }
.res-con .results { text-align: center; }
.res-con .rs > span { display: inline-block; }
.res-con .rs .fa-repeat { float: right; visibility: hidden; color: #a2a2a2; margin: 10px 6px 0 0; font-size: 12px; cursor: pointer; }
.res-con .rs:hover .fa-repeat { visibility: visible; }
.res-con .rs .fa-repeat:hover{ color: #636363; }
.res-con .results .divider:nth-of-type(1) { margin: 20px 0 27px 0; }
.nmby .options { width: 60%; margin: 12px auto 0; font-size: 14px; color: #757575; text-align: center; }
.nmby .options .fa-check-circle { cursor: pointer; }
.pagin-s { text-align: center; padding: 20px 0; }
.pagin-s span.next { cursor: pointer; }
.pagin-s span.next:hover {text-decoration: underline; }
.res-con .rs .cta { transition: border 0.6s ease; text-decoration: none; color: #676767; display: inline-block; border: 1px solid #e0e0e0; border-radius: 5px; padding: 8px 13px; font-size: 13px; float: right; }
.res-con .rs .cta:hover { border: 1px solid #a0a0a0; }
.page-template-page-generator .container .psts h3 { margin-top: 0; }
.res-con .rs > span:nth-child(1) { margin-top: 8px; }

/* Speed Test Tool Result */
.spdt-pgsug.rslt-cntn { padding: 25px; margin: 0 0 40px 0; }
.spdt-info.rslt-cntn { margin: 0 0 40px 0; padding-bottom: 0; }
.spdt-wtrf.rslt-cntn { padding: 0; } .spdt-wtrf.rslt-cntn.no-pad {padding: 0;}
.spdt-wtrf .rz{overflow-x: auto;}
.spdt-none { border: 1px solid #ffb9b9; padding: 20px; margin: 0 3px 28px 3px; background: #fff9f9; border-radius: 5px; line-height: 22px; font-size: 14px; }
#spdts { border: none; border-collapse: collapse; }
#spdts th { vertical-align: middle; padding: 5px 5px 5px 0; background: #eaeaea; text-align: left; font-size: 12px; text-transform: uppercase; text-shadow: 1px 1px 1px white; color: #b5b5b5; }
#spdts tr { display: table-row; }
#spdts tbody tr.infr:hover, #spdts tbody tr.infr.selected { background: #f9f9f9; }
#spdts tbody tr.infr { border-bottom: 1px solid #eaeaea; }
#spdts tfoot tr td { font-size: 12px; padding: 10px 0; }
#spdts tr.infr { cursor: pointer; }
#spdts tr.infr td:nth-child(1) {width: 30px; padding: 0 7px;}
#spdts tr.infr td:nth-child(2) {max-width: 330px; width: 330px; padding: 0 5px 0 0; overflow: hidden;}
#spdts tr.infr td:nth-child(3) { width: 115px; }
#spdts tr.infr td:nth-child(4) {width: 80px;}
#spdts tr.infr td:nth-child(5) {width: 505px; background: #fff url(../images/waterfall.svg) no-repeat 0 -126px; padding: 5px 0; position: relative;}
#spdts tbody tr.infr:hover td:nth-child(5), #spdts tbody tr.infr.selected td:nth-child(5) {background: #f9f9f9 url(../images/waterfall.svg) no-repeat 0 -126px;}
#spdts tr.reqhd td { width: 100%; padding: 30px 25px;}
#spdts td {vertical-align: middle; font-size: 14px; }
#spdts td a { color: #555555; text-decoration: underline; font-size: 14px; }
#spdts .reqhd { background: #f9f9f9; border-bottom: 1px solid #eaeaea; display: none; }
#spdts .reqhd.selected { display: table-row; }
#spdts .rsp h2, #spdts .rq h2 { margin: 0 0 15px 0; font-size: 20px; }
#spdts .rsp { margin: 0 0 20px 0; }
#spdts .hdr { padding: 8px 0; border-bottom: 1px solid #e8e8e8; }
#spdts .rsp .hdr:nth-child(2), #spdts .rq .hdr:nth-child(2) { border-top: 1px solid #e8e8e8; }
#spdts .hdr .itm { font-weight: bold; width: 25%; }
#spdts .hdr .val { width: 75%; }
#spdts .rsp h2 span { background: white; display: inline-block; border-radius: 50px; padding: 6px 13px; font-size: 15px; }
#spdts .rsp h2 span.s-200 { background: green; color: white; }
#spdts .bar { height: 25px; margin: 4px 0; position: relative; }
#spdts .bar .br {height: 25px; margin-left: 0; padding: 0; display: none;}
#spdts .bar .br.wait { background-color: #fde448; display: block; }
#spdts .bar .br.receive { background-color: #8ac730; display: block; min-width: 0.5px; }
#spdts .bar .hvr { padding: 15px; background: white; box-shadow: 2px 2px 6px rgba(49, 49, 49, 0.5); border-radius: 3px; z-index: 100; top: 32px; display: none; position: absolute; width: 180px; height: 95px; }
#spdts .bar .hvr:before { border-color: rgba(245, 194, 194, 0); border-bottom-color: #ff8f8f; border-width: 14px; margin-left: -14px; }
#spdts .bar .hvr:after { border-color: rgba(255, 255, 255, 0); border-bottom-color: #ffffff; border-width: 11px; margin-left: -11px; }
#spdts .bar .hvr:after, #spdts .bar .hvr:before { bottom: 100%; left: 50%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; }
#spdts .bar:hover .hvr { display: block; }
.imma-con { border: 1px solid #ececec; border-radius: 2px; overflow: hidden; }
.hvr.cnnct table tr td:nth-child(2) { text-align: right; }
.hvr.cnnct table tr td { padding: 0px 4px 8px 0 !important; width: 75px !important; }
.wtrfl-spn span { width: 42px; display: inline-block; }
.bxa { display: inline-block; width: 10px; height: 10px; margin-right: 6px; }
.bxa.total { background-color: white; }
.bxa.wait { background-color: #fde448; }
.bxa.receive { background-color: #8ac730; }
.zoomWindowContainer > div { border-radius: 10px; border-width: 0px !important; box-shadow: 2px 2px 4px rgba(0,0,0,0.5); }
.feats .gallery { margin-bottom: 25px !important; }
.stt { padding: 0 25px; text-align: center; display: inline-block; width: 30%; vertical-align: top; height: 150px; }
.stt h3 { border-radius: 2px; background: #53bad3; color: white; padding: 10px 0; margin: 0 0 10px 0; }
.stt:nth-child(3n+1) {margin: 0 1% 40px 0;}
.stt:nth-child(3n+2) {margin: 0 3% 40px;}
.stt:nth-child(3n+3) {margin: 0 0 40px 1%;}
.spdt-info .item-info {text-align: center;}
.stime, .ssize { font-weight: bold; font-size: 22px; line-height: 100px; }
.sgrade, .sreqs { font-weight: bold; font-size: 22px; line-height: 57px; } .sreqs.full { line-height: 100px; }
.sgrade.nos{line-height: 100px;}
.scrgrd { display: inline-block; color: white; line-height: 10px; font-size: 18px; padding: 8px 7px; border-radius: 4px; margin-right: 12px; }
.scrgrd.red { background: red; } .scrgrd.orange { background: orange; } .scrgrd.green { background: green; }
.stt .link{  color: grey; font-weight: normal; font-size: 15px; display: block; line-height: 18px; }
.stt .link .col { color: #d55224; font-weight: bold; }
.stt .link.nosug { cursor: none; text-decoration: none; }
.stt span:nth-child(2) { line-height: 22px;  margin-top: 20px; display: block; }
.spdt-pgsug h2.ttl { color: #5f5f5f; font-size: 20px; margin-bottom: 30px; }
h2.sbttl { cursor: pointer; padding: 20px 0 20px 5px; font-weight: normal; font-size: 18px; }
h2.sbttl.open { background: #f7f7f7; margin-bottom: 20px; }
h2.sbttl:hover{ background: #fafafa; }
h2.sbttl i { margin-right: 7px; }
i.fex { float: right; }
.ggtr { border-bottom: 2px solid #e0e0e0; padding-bottom: 3px; }
.loading-what { text-align: center; padding: 30px 0 0; font-size: 23px; font-weight: bold; color: #c1c1c1; }
.mlreport .rz { margin-bottom: 20px; }
.mlreport table { width: 100%; border-collapse:collapse; }
.mlreport th { font-size: 16px; text-align: left; padding: 18px 20px; width: 50%; background: #fbfbfb; font-weight: bold; }
.mlreport td { border-bottom: 1px solid #f8f8f8; font-size: 16px; text-align: left; padding: 20px 20px; width: 50%; }
.mlreport i { margin-right: 5px; }
.mlreport .fa-check-circle { color: #619600; }
.mlreport .fa-times-circle { color:red; }
.page-template-page-tool-security-tool .notwpbox .result-content { background: #a90000; }
.stt.half { width: 47.2%; }
.stt.half:nth-child(3n+1), .stt.half:nth-child(3n+2), .stt.half:nth-child(3n+3) { margin: 0; }
.stt.half:nth-child(2n+1) { margin: 0 2.5% 40px 0; }
.stt.half:nth-child(2n+2) { margin: 0 0 40px 2.5%; }
.stt.full:nth-child(2n+1), .stt.full:nth-child(2n+2), .stt.full:nth-child(3n+1), .stt.full:nth-child(3n+2), .stt.full:nth-child(3n+3) { margin: 0; }
.stt.full { width: 100%; margin-bottom: 40px !important; }
.hdl-res .stt { height: auto; }
.hdl-res .adv { color: #949494; text-align: left; line-height: 18px; margin-top: 5px; padding: 8px; font-size: 14px; }
.hdl-res .adv b { color: #717171; }
.hdl-res .wrdd { display: inline-block; margin: 0 4px 7px 0; background: #ececec; color: #616161; padding: 2px 8px; box-shadow: 1px 1px 1px #e0e0e0; }
.hdl-res .wrdd.hi { background: #5a5a5a; color: white; padding: 5px 10px; }
.hdl-res .count { font-size: 32px; padding: 10px; font-weight: bold; }
.hdl-res .red { color: #c55854;  }
.hdl-res .green { color: #7fc376; }
.hdl-res .orange { color: #f0cc55; }
.hdl-res .sent-img img { width: 20%; }
.hdl-res .ovr-scr {     background-color: orange; color: white; padding: 45px 0 0 0; border-radius: 65px; width: 130px; text-align: center; display: inline-block; font-size: 40px; font-weight: bold; height: 130px; margin: 20px 0 0 0; }
.hdl-res .sug-hd-lst { color: #909090; margin-bottom: 5px; }
.hdl-res .hdtype { font-size: 30px; margin: 35px 0 20px; }
.hdl-res .sentro { margin-top: 20px; }
.hdl-res .sug-adv-lst { margin-bottom: 10px; }
.hdl-res .srch-preview { width: 100%; height: 310px; background: url(/wp-content/plugins/isitwp/assets/img/srch-preview-new.png); background-size: cover; background-repeat: no-repeat; display: inline-block; overflow: hidden; position: relative; }
.hdl-res .serp-block { text-align: left; top: 235px; position: absolute; left: 195px; }
.hdl-res .serp-block > div { font-family: Arial,Helvetica,sans-serif !important; }
.hdl-res .serp-srch-box { font-size: 17px; line-height: 34px; position: absolute; position: absolute; left: 196px; top: 76px; color: black; }
.hdl-res .serp-title { font-size: 20px; line-height: 1.3; color: #1e0fbe; white-space: nowrap; text-overflow: ellipsis; width: 512px; display: block; overflow: hidden; text-transform: capitalize; }
.hdl-res .serp-url { line-height: 24px; font-size: 16px; padding-top: 1px; color: #006621; width: 510px; margin-top: -4px; }
.hdl-res .serp-desc { font-size: 14px; color: #545454; width: 510px; margin-top: -2px; line-height: 20px; }
.history-hd { padding: 0 50px; }
.history-hd h3 { margin-bottom: 20px; }
.hdls li span.copied-suc { display: none; margin: 2px 6px 0 0; float: right; font-size: 13px; color: white; background: #696969; padding: 5px 7px; border-radius: 4px; }
.hdls li span.copied-suc.shown { display: inline-block; }
.hdls li span.copy { display: none; cursor: pointer; float: right; }
.hdls li span.copy:before { content: '\f0c5'; font-family: "Font Awesome 5 Pro"; }
.hdls li { list-style: none; padding: 10px 8px 11px 10px; cursor: pointer; border-top: 1px solid #efefef; }
.hdls li:last-child {  border-bottom: 1px solid #efefef; }
.hdls li:hover { background-color: #e6e6e6; }
.hdls li:hover span.copy { display: inline-block; margin: 6px 2px 0 0; }
.hdls li:hover span.copy:hover { font-weight: bold; }
.hdls li span.scr { display: inline-block; padding: 9px 0 0 0; color: white; font-weight: bold; border-radius: 40px; font-size: 11px; margin-right: 10px; height: 28px; width: 28px; text-align: center; }
.hdls .red { background-color: #c55854;  }
.hdls .green { background-color: #7fc376; }
.hdls .orange { background-color: #f0cc55; }
.hdl-main { text-align: center; margin: 8px 12px 40px 12px; font-weight: bold; font-size: 32px; line-height: 42px; }
.email-preview { position: relative; }
.email-preview .email-bg { overflow: hidden; }
.email-preview .email-bg img { }
.email-preview .email-bg .mob { display: none; }
.email-preview .email-txt { position: absolute; top: 184px; left: 449px; }
.email-preview .email-tool { position: absolute; top: 25px; left: 210px; }
#spdt-pgsug .po { margin: 0 0 15px 0; }
.po .htm { display: none; }
.po .hra { padding: 10px 8px 10px 8px; border-top: 1px solid #f1f1f1; cursor: pointer; }
.po .hra:hover { background: #f9f9f9; }
.po .tot { font-size: 18px; font-weight: bold; margin: 20px 0 14px; background: #f8f8f8; padding: 10px; }
.hra .dsp { float: right; font-size: 14px; font-weight: bold; }
.hra .dsp.dsp-green { color: green; }
.hra .dsp.dsp-orange { color: orange; }
.hra .dsp.dsp-red { color: red; }
.hra .dsp.dsp-grey { color: grey; }
.hra .dsp:before{font-family: "Font Awesome 5 Pro"; content: "\f107"; position: absolute; right: -2px; color: #aeaeae;}
.hra.open .dsp:before{font-family: "Font Awesome 5 Pro"; content: "\f106"; position: absolute; right: -2px; color: #aeaeae;}
.hra .hdesc { margin: 11px 0 0 0; font-size: 14px; color: grey; line-height: 18px; }
.hra .hds { margin: 10px 0 0 0; }
.hra .htl { position: relative; padding: 0 20px 0 0; }
.hra .hdrow { font-size: 13px; margin-top: 6px; }
.hra .hdrow:first-child{ font-weight: bold; font-size: 14px; margin-top: 0; }
.hra .hdrow .td { padding-right: 5px; float: left; padding: 0 5px 0 0; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.hra .hdrow .td-1 { width: 100%; padding-right: 0; }
.hra .hdrow .td-2:nth-child(2n+1) { width: 75%; }
.hra .hdrow .td-2:nth-child(2n+2) { width: 25%; text-align: center; }
.hra .hdrow .td-3:nth-child(3n+1) { width: 60%; }
.hra .hdrow .td-3:nth-child(3n+2) { width: 20%; text-align: center; }
.hra .hdrow .td-3:nth-child(3n+3) { width: 20%; text-align: center; }
.hra .hdrow .td-4:nth-child(4n+1) { width: 46%; }
.hra .hdrow .td-4:nth-child(4n+2) { width: 18%; text-align: center; }
.hra .hdrow .td-4:nth-child(4n+3) { width: 18%; text-align: center; }
.hra .hdrow .td-4:nth-child(4n+4) { width: 18%; text-align: center; }

@media only screen and (max-width: 1100px) {
	.email-preview .email-bg .mob { display: block; }
	.email-preview .email-bg .main { display: none; }
	.email-preview .email-tool { position: absolute; top: 50px; left: 32px; }
	.email-preview .email-txt { position: absolute; top: 131px; left: 70px; width: 320px; text-align: left; }
}

/* pass */
.section.tool.pass-tool .form { width: 70%; }
.section.tool.pass-tool .strength {  width: 70%; text-align: left; margin: 25px auto; padding: 0 22px; }
.strength .text { color: #828282; font-size: 15px; line-height: 18px; }
.section.tool.pass-tool .settings {     color: #555555; width: 70%; text-align: left; margin: 48px auto 0; padding: 0 22px; }
.section.tool.pass-tool #slider { margin: 20px 0; }
.section.tool.pass-tool .set { display: inline-block; text-align: left; }
.section.tool.pass-tool .form #search-input { width: calc(100% - 80px); }
.section.tool.pass-tool .form #search-submit { height: 46px; width: 47px; padding: 14px; margin: 6px 0; outline: 0; cursor: pointer; border-radius: 30px; font-weight: bold; border: 0; background-color: #53bad3; color: white; font-size: 16px; text-transform: uppercase; letter-spacing: 0px; }
.section.tool.pass-tool .form button i:after { font-weight: normal; cursor: pointer; font-style: normal; font-family: 'Font Awesome 5 Pro'; content: '\f2f1'; position: absolute; top: 18px; right: 18px; color: white; font-size: 22px; cursor: pointer; }

/* table of contents */
#side-toc ul.toc_list > li > ul, #side-toc ul.toc_list > ul { display: none; }
#page .entry-content #toc_container ul li, #page .entry-content #toc_container ol li { margin-bottom: 0; }
#page .entry-content #toc_container ul, #page .entry-content #toc_container ol { margin: 0 35px 15px; }
.sp-widget .toc_list { list-style: none; }
.sp-widget .toc_list > li { margin: 0 0 18px 0; line-height: 20px; }
.sp-widget#side-toc p { font-size: 16px; line-height: 28px; color: #555555; margin: 0; padding: 0; text-align: center; margin-bottom: 15px; text-align: left; font-weight: bold; }
.sp-widget#side-toc { margin: 45px 0 0 0; }
.sp-widget#side-toc.fixed { position: fixed; top: 0; }


/* EA Share Count */
.ea-scl { padding: 10px 0 15px; }
.top-tpl .ea-scl { padding: 10px 22px; }
.ea-scl.borders { border-top: 1px solid #f3f3f3; border-bottom: 1px solid #f3f3f3; margin: 40px 0 50px; }
.ea-scl.borders .shared-counts-wrap.style-awesome { margin: 10px 0; }
.shared-counts-wrap.style-awesome { width: 100%; overflow: hidden; position: relative; padding-right: 76px; margin-bottom: 10px !important; }
.shared-counts-wrap.style-awesome.after_content { margin-bottom: 1.5em; border-top: 2px solid #f3f3f3; border-bottom: 2px solid #f3f3f3; padding: 18px 0; }
.shared-counts-wrap.style-awesome.after_content .shared-counts-button.style-awesome.included_total { top: 13px; }
.shared-counts-wrap.style-awesome .shared-counts-button { border-radius: 2px; cursor: pointer; float: left; height: 32px; margin: 0 1.5% 0 0; overflow: hidden; text-align: center; background: #ccc; width: 20%; -webkit-transition: all .2s linear; -moz-transition: all .2s linear; -ms-transition: all .2s linear; -o-transition: all .2s linear; transition: all .2s linear; }
.shared-counts-wrap.style-awesome .shared-counts-button .shared-counts-icon { width: 30px; font-size: 18px; display: block; float: left; height: 32px; line-height: 32px; overflow: hidden; text-align: center; margin-left: 5px; color: #fff; }
.shared-counts-wrap.style-awesome .shared-counts-button .shared-counts-label { display: block; float: left; font-size: 14px; font-weight: 400; height: 32px; margin: 0 0 0 6px; vertical-align: middle; line-height: 32px; color: #fff; -webkit-transition: all .2s linear; -moz-transition: all .2s linear; -ms-transition: all .2s linear; -o-transition: all .2s linear; transition: all .2s linear; width: 1px; overflow: hidden; opacity: 0; text-align: left; }
.shared-counts-wrap.style-awesome .shared-counts-button:hover .shared-counts-label { width: 80px; opacity: 1; }
.shared-counts-wrap.style-awesome .shared-counts-button .shared-counts-count { display: inline-block; line-height: 32px; color: #fff; font-size: 14px; }
.shared-counts-wrap.style-awesome .shared-counts-button.facebook { background: #3a589e; }
.shared-counts-wrap.style-awesome .shared-counts-button.twitter { background: #429cd6; }
.shared-counts-wrap.style-awesome .shared-counts-button.google { background: #df4b37; }
.shared-counts-wrap.style-awesome .shared-counts-button.linkedin { background: #0d77b7; }
.shared-counts-wrap.style-awesome .shared-counts-button.pinterest { background: #e50022; }
.shared-counts-wrap.style-awesome .shared-counts-button.included_total { position: absolute; top: 0; right: 0; width: 76px; margin: 0; background: 0 0; color: #474b4d; }
.shared-counts-wrap.style-awesome .shared-counts-button.included_total:hover { cursor: default; }
.shared-counts-wrap.style-awesome .shared-counts-button.included_total .shared-counts-icon { color: #474b4d; }
.shared-counts-wrap.style-awesome .shared-counts-button.included_total .shared-counts-count { color: #474b4d; line-height: normal; font-size: 16px; font-weight: 700; text-transform: uppercase; position: absolute; top: 2px; right: 0; width: 50px; border: none; }
.shared-counts-wrap.style-awesome .shared-counts-button.included_total .shared-counts-label { color: #474b4d; opacity: 1 !important; height: auto; font-size: 9px; text-transform: uppercase; line-height: normal; margin: 0; position: absolute; bottom: 0; right: 0; display: block; width: 50px !important; text-align: center; }
.shared-counts-icon svg { fill: white; height: 18px; margin-top: 7px; }
.included_total .shared-counts-icon svg { fill: #474b4d; }
@media only screen and (max-width: 700px) {
	/*.shared-counts-wrap.style-awesome .shared-counts-button { width: 23.5% !important; }*/
	.shared-counts-wrap.style-awesome .shared-counts-button .shared-counts-label { width: 1px !important; opacity: 0 !important; }
}

/* Snippets */
code[class*="language-"],pre[class*="language-"]{color:black;text-shadow:0 1px white;font-family:Consolas,Monaco,'Andale Mono','Ubuntu Mono',monospace;direction:ltr;text-align:left;white-space:pre;word-spacing:normal;word-break:normal;word-wrap:normal;line-height:1.2;-moz-tab-size:4;tab-size:4;-webkit-hyphens:none;-moz-hyphens:none;-ms-hyphens:none;hyphens:none}pre[class*="language-"]::-moz-selection,pre[class*="language-"]::-moz-selection,code[class*="language-"]::-moz-selection,code[class*="language-"]::-moz-selection{text-shadow:none;background:#b3d4fc}pre[class*="language-"]::selection,pre[class*="language-"]::selection,code[class*="language-"]::selection,code[class*="language-"]::selection{text-shadow:none;background:#b3d4fc}@media print{code[class*="language-"],pre[class*="language-"]{text-shadow:none}}pre[class*="language-"]{padding:1em;margin:.5em 0;overflow:auto;box-shadow:inset 0 0 3px rgba(0,0,0,0.2)}:not(pre)>code[class*="language-"],pre[class*="language-"]{background:#fdfdfd}:not(pre)>code[class*="language-"]{padding:.1em;border-radius:.3em;white-space:normal}.token.comment,.token.prolog,.token.doctype,.token.cdata{color:slategray}.token.punctuation{color:#999}.namespace{opacity:.7}.token.property,.token.tag,.token.boolean,.token.number,.token.constant,.token.symbol,.token.deleted{color:#905}.token.selector,.token.attr-name,.token.string,.token.char,.token.builtin,.token.inserted{color:#690}.token.operator,.token.entity,.token.url,.language-css .token.string,.style .token.string{color:#a67f59;background:rgba(255,255,255,0.5)}.token.atrule,.token.attr-value,.token.keyword{color:#07a}.token.function{color:#DD4A68}.token.regex,.token.important,.token.variable{color:#e90}.token.important,.token.bold{font-weight:bold}.token.italic{font-style:italic}.token.entity{cursor:help}

/* Responsive */
@media only screen and (max-width: 1199px) {
	.home .pluginbox-item { width: 46%; }
	body.blog .pst-cont .pst:nth-child(3n+1), body.blog .pst-cont .pst:nth-child(3n+2), body.blog .pst-cont .pst:nth-child(3n+3)  { margin: 0; }
	.ais-hits--item:nth-child(3n+1), .ais-hits--item:nth-child(3n+2), .ais-hits--item:nth-child(3n+3) { margin: 0; }
	body.blog .pst-cont .pst:nth-child(2n+1), body.blog .pst-cont .pst:nth-child(2n+2) { margin: 0 3% 40px; }
	.ais-hits--item:nth-child(2n+1), .ais-hits--item:nth-child(2n+1) { margin: 0 3% 40px; }
	body.blog #chooser, body.blog .pagin { text-align: center; }
}
@media only screen and (min-width: 950px) and (max-width: 1059px) {
	.stt.half, .stt { display: block; width: 100%; height: auto; margin: 0 0 20px !important; }
	.stime, .ssize { line-height: 30px; }
}
@media only screen and (max-width: 959px) {
	.left-it { width: 100%; float: none; }
	#page .sidebar { float: none; margin-left: 0; width: 100%; }
	footer#footer .abt { width: 100%; margin-bottom: 45px; }
	footer#footer .os, footer#footer .cmp, footer#footer .mnu { width: 32%; }
	.section.tool .form { width: 100%; }
	#page .psts { margin-left: 0 !important; }
	.top-items, .top-tpl .feats, .single-isitwp_domain #results { margin-left: 0 !important; }
	#mnbk-fx .mnbk { padding-top: 12px; color: #555555; margin-bottom: 0 !important; width: calc(100% - 38px); left: 19px; bottom: 0; top: auto !important; right: 19px; position: fixed; opacity: 1; animation: unset; z-index: 100; }
	#mnbk-fx .mnbk .mbg img { display: none; width: 90px; }
	#mnbk-fx .mnbk .mbg { padding: 8px 14px 6px; text-align: center; }
	#mnbk-fx .mnbk .urv { margin: 20px 0 10px; }
	#mnbk-fx .mnbk .urv:before { display: none; }
	#mnbk-fx .mnbk .col { width: 32%; display: inline-block; vertical-align: top; }
	#mnbk-fx .mnbk .col.a { width: 26%; } #mnbk-fx .mnbk .col.b { width: 38%; }
	#mnbk-fx .mnbk .prc, #mnbk-fx .mnbk .prcng { font-size: 14px; font-weight: normal; }
	#mnbk-fx .mnbk .prcng { font-weight: bold; margin: 0px 0 8px; font-size: 16px; }
	#mnbk-fx .mnbk .prc { margin: 0 0 8px; }
	#mnbk-fx .mnbk .prc-rg { margin: 0 0 10px; line-height: 18px; }
	#mnbk-fx .mnbk .rstars { margin: 0px 0 0px; }
	#mnbk-fx .mnbk a.btn { margin: 7px auto 0px; }
	#mnbk-fx .mnbk .urv .txt { width: 100%; line-height: 18px; }
	#sidebar > .sp-widget.mnbk { display: none; }
	.section.tool.tool-urlen .form, .downtime-tool .helper, .downtime-tool .sub-helper, .section.tool.pass-tool .form, .section.tool.pass-tool .strength, .section.tool.pass-tool .settings { width: 100%; }
	.downtime-tool .settings .slider { width: 93%; }
	#side-toc { display: none; }
}
@media only screen and (max-width: 949px) {
	div.menu-main { transition: opacity 0.2s ease-in; z-index: -1; opacity: 0; }
	div.menu-main.shown { z-index: 1; opacity: 1; transition: opacity 0.2s ease-out; }
	ul#menu-main-menu { padding: 0 0 15px 0; border-top: 1px solid #353535; }
	.menu-main { width: calc(100% + 50px); position: absolute; float: none; padding: 0; top: 92px; left: -25px; background: #292929; z-index: 111; }
	.menu-main ul > li { float: none; margin-right: 0; padding: 0; }
	.menu-main ul > li > a { border-bottom: 0; padding: 10px; transition: unset; }
	.menu-main ul > li > a:hover { background: #3e3e3e; }
	.menu-main ul.menu > li > a { transition: none; border-bottom: 1px solid #353535; }
	.menu-main ul.menu > li > a:hover { border-bottom: 1px solid #353535; color: white; }
	.menu-main ul > li.menu-item-has-children { padding-bottom: 0px; margin-right: 0; }
	.menu-main ul > li.menu-item-has-children > ul.sub-menu { padding-bottom: 0 !important; margin: 0; position: initial; visibility: visible; opacity: 1; transition: unset; }
	.menu-main ul > li.menu-item-has-children > ul.sub-menu > li { padding: 0; }
	.menu-main ul > li.menu-item-has-children > ul.sub-menu > li a { padding: 10px 0 10px 10px; font-size: 16px; border-bottom: 1px solid #353535; width: 100%; }
	.menu-main ul > li.menu-item-has-children:after { display: none; }
	header .search i:nth-child(2) { display: inline-block; }
	.section.result { padding: 50px 0; }
	.pluginbox-item { width: 46%; }
	#results { padding: 0; }
	.history-hd { padding: 0; }
}
@media only screen and (max-width: 799px) {
	.top-tpl .stat-content .dta:nth-child(1), .top-tpl .stat-content .dta:nth-child(2) { margin-bottom: 25px; width: 48% }
	.top-tpl .stat-content .dta:nth-child(3) { width: 48%; }
	.top-tpl .stat-content .btn { float: none; vertical-align: top; }
	.left-srch { width: 100%; float: none; }
	.srch-prod { float: none; margin-top: 8%; margin-left: 0; }
}
@media only screen and (max-width: 759px) {
	.stt { display: block; width: 100%; height: auto; margin: 0 0 20px !important; }
	.stt.half { width: 100%; height: auto; }
	.stime, .ssize { line-height: 30px; }
}
@media only screen and (max-width: 750px) {
	.section.optin .ptin { padding: 0 30px; }
	.section.optin .ptin h2 { margin-top:0; }
	.section.ftcon { padding: 15px 5px; }
}
@media only screen and (max-width: 699px) {
	footer#footer .os, footer#footer .cmp, footer#footer .mnu { width: 100%; margin-bottom: 45px; }
	.lgnd a { margin-bottom: 10px; }
	header.site-header .container { padding: 0; }
	header.site-header { padding: 0px 10px 0 5px; }
	.menu-main { left: -5px; width: 100%; width: calc(100% + 15px); }
	.cpn-modal{display: none;z-index: 100000;position: fixed;background: white;width: 90%;top: 200px;margin-left: -40%;left: 45%;text-align: center;}
	.top-tpl .toc .itm { width: 48%; }
	.cpn-itm .det { width: 100%; }
	.cpn-itm a.btn { float: none; width: 100%; margin-top: 20px; }
	.single-coupon_store .entry-content .ll-cpn h2 { margin: 0 0 12px; }
	.single-coupon_store .entry-content .ll-cpn .cpn-rect .img { width: 85px; height: 85px; margin: 0; }
	.single-coupon_store .entry-content .ll-cpn .cpn-rect .dta { width: calc(100% - 105px); }
}
@media only screen and (max-width: 670px) {
	.cmpr .prodc { width: 100%; }
	.prodc.fleft { float: none; }
	.prodc.fright { float: none; margin-top: 25px; }
	.versus .inf.fleft { float: none; width: 100%; margin-right: 0; padding-right: 0; }
	.versus .itm.fleft { width: 45%; margin: 30px 0 0; padding: 0; }
	.versus .itm.fleft:nth-child(2) { margin-right: 5%; }
}
@media only screen and (max-width: 600px) {
	#author, #email, #comment { width: 100%; }
	#page .snppts .entry-content .filters li { width: 43.5%; }
	.item-info.fleft { float: none; margin: 0; width: auto; }
	.item-image.fleft { float: none; margin: 0 auto; }
}
@media only screen and (max-width: 550px) {
	.section.optin .image { float: none; text-align: center; width: 100%; padding: 0; }
	.section.optin .ptin { width: 100%; margin-top: 40px; text-align: center; }
	.section.optin { padding: 40px 0; }
	.home .pluginbox-item, .single-isitwp_domain .pluginbox-item { width: 95%; }
	#results { padding: 0; }
	.top-tpl .toc .itm { width: 98%; }
	#mnbk-fx .mnbk .col.a { display: none; }
	#mnbk-fx .mnbk .col.c { width: 44%; }
	#mnbk-fx .mnbk .col.c a.btn { width: 86%; }
	#mnbk-fx .mnbk .col.b { width: 55%; text-align: left; padding-left: 15px; }
	.top-tpl .feats .hdr.tabs a { padding: 16px 6px 16px; }
}
@media only screen and (max-width: 499px) {
	.entry-content p { line-height: 26px; }
	.section.tool .form input[type="text"], .section.tool .form input[type="number"] { height: 50px; margin-bottom: 6px;text-align: center; margin-left: 0; width: 80%; border: 2px solid #f6f6f6; border-radius: 60px; }
	.section.tool .form input[type="submit"] { margin: 6px auto; width: 80%; }
	.top-tpl .stat-content .dta:nth-child(1), .top-tpl .stat-content .dta:nth-child(2) { margin-bottom: 25px; width: 98% }
	.top-tpl .stat-content .dta:nth-child(3) { margin-bottom: 25px; width: 98%; }
	.top-tpl .stat-content .btn { float: none; vertical-align: top; }
	#page .topt.topc .entry-content ul li, #page .top-tpl .entry-content ul li, .snippets li { width: 98%; }
	#page .snppts .entry-content .filters li { width: 92%; }
	.section.tool .form { transition: unset; border: 0; border-radius: 0; background-color: white; }
	#page .psts h1 { line-height: 30px; }
}
@media only screen and (max-width: 439px) {
	.top-tpl .toc .itm { width: 98%; }
	#mnbk-fx .mnbk .col.c { width: 80%; }
	#mnbk-fx .mnbk .col.c a.btn { width: 86%; padding: 6px 20px; margin: 2px auto 7px; }
	#mnbk-fx .mnbk .col.b { text-align: center; width: 95%; padding: 0 5px; }
	#mnbk-fx .mnbk .col.b .prc { display: inline-block; }
	#mnbk-fx .mnbk .col.b .prcng { display: inline-block; font-weight: normal; }
	#mnbk-fx .mnbk .col.b .prc-rg { display: none; }
	#mnbk-fx .mnbk .mbg { display: none; }
	.container { padding: 0 10px; }
	#page .psts:first-of-type { margin-top: 10px; padding-top: 25px; }
	.top-tpl .feats .entry-content { padding: 15px; }
	body.blog .archv { padding: 7% 0 0; }
	.cpn-rect .img img { width: 85px; }
	.cpn-rect .img { margin: 0; }
	#page .psts .cpn-rect h2 { margin-top: 0; }
	.cpn-rect .dta { width: calc(100% - 110px); }
}
@media only screen and (max-width: 399px) {
	.top-item .info .img { width: 80px; height: 80px; }
	.top-item .info .data {margin: 0 0 0 20px;}
	.top-item .info .data h2, .top-item .info .data h2 a {font-size: 18px;}
	.top-item .info .data h2 {line-height: 16px;}
	.srch-prod { width: 100%; }
	.srch-prod .prod-txt { width: calc(100% - 95px); }
}

@media only screen and (max-width: 350px) {
	.top-item .info .img { width: 65px; height: 65px; }
	.top-item .info .data {margin: 0 0 0 10px;}
	.top-item .info .data .rating {font-size: 14px; margin: 3px 0;}
}

@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px)  {
	#awrd-table table, #awrd-table thead, #awrd-table tbody, #awrd-table th, #awrd-table td, #awrd-table tr { display: block; }
	#awrd-table thead tr { position: absolute; top: -9999px; left: -9999px; }
	#awrd-table tr { border: 1px solid #ccc; }
	#awrd-table td { border: none; border-bottom: 1px solid #eee; position: relative; width: 100% !important; }
	#awrd-table td:before { display: inline-block; font-weight: bold; top: 6px; left: 6px; width: 22%; padding-right: 10px; white-space: nowrap; }
	#awrd-table td:nth-of-type(1):before { content: "Award"; }
	#awrd-table td:nth-of-type(2):before { content: "Hosting"; }
	#awrd-table td:nth-of-type(3):before { content: "Price"; }
	#awrd-table td:nth-of-type(4):before { content: "Rating"; }
}

/* Tool meter */
.meter { height: 10px; position: relative;margin: 3px auto 15px; background: #fff;-moz-border-radius: 25px;-webkit-border-radius: 25px;border-radius: 25px;-webkit-box-shadow: inset 0 -1px 1px rgba(255,255,255,0.3);-moz-box-shadow: inset 0 -1px 1px rgba(255,255,255,0.3); box-shadow: inset 0 -1px 1px rgba(255,255,255,0.3); width: 80%;}
.meter > span { display: block;height: 100%; -webkit-border-top-right-radius: 8px; -webkit-border-bottom-right-radius: 8px; -moz-border-radius-topright: 8px; -moz-border-radius-bottomright: 8px; border-top-right-radius: 8px; border-bottom-right-radius: 8px; -webkit-border-top-left-radius: 20px; -webkit-border-bottom-left-radius: 20px; -moz-border-radius-topleft: 20px; -moz-border-radius-bottomleft: 20px; border-top-left-radius: 20px; border-bottom-left-radius: 20px;
			background-color: rgb(43,194,83);
			background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0, rgb(43,194,83)), color-stop(1, rgb(84,240,84)) );
			background-image: -moz-linear-gradient( center bottom, rgb(43,194,83) 37%, rgb(84,240,84) 69% );
			-webkit-box-shadow: inset 0 2px 9px  rgba(255,255,255,0.3), inset 0 -2px 6px rgba(0,0,0,0.4);
			-moz-box-shadow:inset 0 2px 9px  rgba(255,255,255,0.3),inset 0 -2px 6px rgba(0,0,0,0.4);
			box-shadow: inset 0 2px 9px  rgba(255,255,255,0.3), inset 0 -2px 6px rgba(0,0,0,0.4);
			position: relative;
			overflow: hidden;
		}
.meter > span:after{
	content: "";
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;
	background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, rgba(255, 255, 255, .2)), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, rgba(255, 255, 255, .2)), color-stop(.75, rgba(255, 255, 255, .2)), color-stop(.75, transparent), to(transparent) );
	background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent);
	z-index: 1;
	-webkit-background-size: 50px 50px;-moz-background-size: 50px 50px;-webkit-animation: move 2s linear infinite;-webkit-border-top-right-radius: 8px;-webkit-border-bottom-right-radius: 8px;-moz-border-radius-topright: 8px;-moz-border-radius-bottomright: 8px;border-top-right-radius: 8px;border-bottom-right-radius: 8px;-webkit-border-top-left-radius: 20px;-webkit-border-bottom-left-radius: 20px;-moz-border-radius-topleft: 20px;-moz-border-radius-bottomleft: 20px;border-top-left-radius: 20px;border-bottom-left-radius: 20px;
	overflow: hidden;
}

@-webkit-keyframes move {
	0% {background-position: 0 0;}
	100% {background-position: 50px 50px;}
}

/* loader */
.loader,.loader:before,.loader:after{border-radius:50%;width:2.5em;height:2.5em;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation:load7 1.8s infinite ease-in-out;animation:load7 1.8s infinite ease-in-out}.loader{color:#53bad3;font-size:10px;margin: 15px auto 80px;position:relative;text-indent:-9999em;-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);-webkit-animation-delay:-0.16s;animation-delay:-0.16s}.loader:before,.loader:after{content:'';position:absolute;top:0}.loader:before{left:-3.5em;-webkit-animation-delay:-0.32s;animation-delay:-0.32s}.loader:after{left:3.5em}@-webkit-keyframes load7{0%,80%,100%{box-shadow:0 2.5em 0 -1.3em}40%{box-shadow:0 2.5em 0 0}}@keyframes load7{0%,80%,100%{box-shadow:0 2.5em 0 -1.3em}40%{box-shadow:0 2.5em 0 0}}
.loaderc,.loaderc:after{border-radius:50%;width:3em;height:3em}.loaderc{margin:55px auto 60px;font-size:10px;position:relative;text-indent:-9999em;border-top:0.3em solid rgba(195,195,195,0.2);border-right:0.3em solid rgba(195,195,195,0.2);border-bottom:0.3em solid rgba(195,195,195,0.2);border-left:0.3em solid #c3c3c3;-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);-webkit-animation:load8 1.1s infinite linear;animation:load8 1.1s infinite linear}@-webkit-keyframes load8{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes load8{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}

.slide-con { box-shadow: 1px 1px 5px 1px rgba(222, 222, 222, 0.2); background: white; padding: 20px 0 0 20px; }
.slider {  }
.slider .items li { font-size: 14px; vertical-align: top; line-height: 16px; list-style-type: none; margin: 0 5% 14px 0; }
.slider .items li a { color: #8d8d8d; } .slider .items li a:hover { color: #53bad3; }
#page .sidebar .slider .item h2:after { margin: 12px 0 0 0; }
.slider .item h2.title a { color: #292929; text-decoration: none; }
.slider .item.first { display: block; }
.slider .item { display: none; padding-bottom: 8px; }
.slider-controls { margin: 0 auto; width: 165px; padding: 5px 0 25px; }
.slider-controls .dot { cursor: pointer; display: inline-block; width: 12px; height: 12px; border: 1px solid #d8d8d8; background: #d8d8d8; border-radius: 14px; margin: 0 4px; }
.slider-controls .dot:hover, .slider-controls .dot.selected { background: white; }

/*!
 * Font Awesome Pro 5.0.6 by @fontawesome - http://fontawesome.com
 * License - http://fontawesome.com/license (Commercial License)
 */
.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{-webkit-animation:a 2s infinite linear;animation:a 2s infinite linear}.fa-pulse{-webkit-animation:a 1s infinite steps(8);animation:a 1s infinite steps(8)}@-webkit-keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scaleX(-1);transform:scaleX(-1)}.fa-flip-vertical{-webkit-transform:scaleY(-1);transform:scaleY(-1)}.fa-flip-horizontal.fa-flip-vertical,.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"}.fa-flip-horizontal.fa-flip-vertical{-webkit-transform:scale(-1);transform:scale(-1)}:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270{-webkit-filter:none;filter:none}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2em}.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-address-book:before{content:"\f2b9"}.fa-address-card:before{content:"\f2bb"}.fa-mail-bulk:before{content:"\f674"}.fa-adjust:before{content:"\f042"}.fa-adn:before{content:"\f170"}.fa-adversal:before{content:"\f36a"}.fa-affiliatetheme:before{content:"\f36b"}.fa-alarm-clock:before{content:"\f34e"}.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-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-angrycreative:before{content:"\f36e"}.fa-angular:before{content:"\f420"}.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-pay:before{content:"\f415"}.fa-archive:before{content:"\f187"}.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-alt-down:before{content:"\f354"}.fa-arrow-alt-from-bottom:before{content:"\f346"}.fa-arrow-alt-from-left:before{content:"\f347"}.fa-arrow-alt-from-right:before{content:"\f348"}.fa-arrow-alt-from-top:before{content:"\f349"}.fa-arrow-alt-left:before{content:"\f355"}.fa-arrow-alt-right:before{content:"\f356"}.fa-arrow-alt-square-down:before{content:"\f350"}.fa-arrow-alt-square-left:before{content:"\f351"}.fa-arrow-alt-square-right:before{content:"\f352"}.fa-arrow-alt-square-up:before{content:"\f353"}.fa-arrow-alt-to-bottom:before{content:"\f34a"}.fa-arrow-alt-to-left:before{content:"\f34b"}.fa-arrow-alt-to-right:before{content:"\f34c"}.fa-arrow-alt-to-top:before{content:"\f34d"}.fa-arrow-alt-up:before{content:"\f357"}.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-from-bottom:before{content:"\f342"}.fa-arrow-from-left:before{content:"\f343"}.fa-arrow-from-right:before{content:"\f344"}.fa-arrow-from-top:before{content:"\f345"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-square-down:before{content:"\f339"}.fa-arrow-square-left:before{content:"\f33a"}.fa-arrow-square-right:before{content:"\f33b"}.fa-arrow-square-up:before{content:"\f33c"}.fa-arrow-to-bottom:before{content:"\f33d"}.fa-arrow-to-left:before{content:"\f33e"}.fa-arrow-to-right:before{content:"\f340"}.fa-arrow-to-top:before{content:"\f341"}.fa-arrow-up:before{content:"\f062"}.fa-arrows:before{content:"\f047"}.fa-arrows-alt:before{content:"\f0b2"}.fa-arrows-alt-h:before{content:"\f337"}.fa-arrows-alt-v:before{content:"\f338"}.fa-arrows-h:before{content:"\f07e"}.fa-arrows-v:before{content:"\f07d"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asterisk:before{content:"\f069"}.fa-asymmetrik:before{content:"\f372"}.fa-at:before{content:"\f1fa"}.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-aws:before{content:"\f375"}.fa-backward:before{content:"\f04a"}.fa-badge:before{content:"\f335"}.fa-badge-check:before{content:"\f336"}.fa-balance-scale:before{content:"\f24e"}.fa-ban:before{content:"\f05e"}.fa-bandcamp:before{content:"\f2d5"}.fa-barcode:before{content:"\f02a"}.fa-bars:before{content:"\f0c9"}.fa-baseball:before{content:"\f432"}.fa-baseball-ball:before{content:"\f433"}.fa-basketball-ball:before{content:"\f434"}.fa-basketball-hoop:before{content:"\f435"}.fa-bath:before{content:"\f2cd"}.fa-battery-bolt:before{content:"\f376"}.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-slash:before{content:"\f377"}.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-bicycle:before{content:"\f206"}.fa-bimobject:before{content:"\f378"}.fa-binoculars:before{content:"\f1e5"}.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-blind:before{content:"\f29d"}.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-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-bowling-ball:before{content:"\f436"}.fa-bowling-pins:before{content:"\f437"}.fa-boxing-glove:before{content:"\f438"}.fa-braille:before{content:"\f2a1"}.fa-briefcase:before{content:"\f0b1"}.fa-browser:before{content:"\f37e"}.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-buromobelexperte:before{content:"\f37f"}.fa-bus:before{content:"\f207"}.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-edit:before{content:"\f333"}.fa-calendar-exclamation:before{content:"\f334"}.fa-calendar-minus:before{content:"\f272"}.fa-calendar-plus:before{content:"\f271"}.fa-calendar-times:before{content:"\f273"}.fa-camera:before{content:"\f030"}.fa-camera-alt:before{content:"\f332"}.fa-camera-retro:before{content:"\f083"}.fa-car:before{content:"\f1b9"}.fa-caret-circle-down:before{content:"\f32d"}.fa-caret-circle-left:before{content:"\f32e"}.fa-caret-circle-right:before{content:"\f330"}.fa-caret-circle-up:before{content:"\f331"}.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-cart-arrow-down:before{content:"\f218"}.fa-cart-plus:before{content:"\f217"}.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-certificate:before{content:"\f0a3"}.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-square:before{content:"\f14a"}.fa-chess:before{content:"\f439"}.fa-chess-bishop:before{content:"\f43a"}.fa-chess-bishop-alt:before{content:"\f43b"}.fa-chess-board:before{content:"\f43c"}.fa-chess-clock:before{content:"\f43d"}.fa-chess-clock-alt:before{content:"\f43e"}.fa-chess-king:before{content:"\f43f"}.fa-chess-king-alt:before{content:"\f440"}.fa-chess-knight:before{content:"\f441"}.fa-chess-knight-alt:before{content:"\f442"}.fa-chess-pawn:before{content:"\f443"}.fa-chess-pawn-alt:before{content:"\f444"}.fa-chess-queen:before{content:"\f445"}.fa-chess-queen-alt:before{content:"\f446"}.fa-chess-rook:before{content:"\f447"}.fa-chess-rook-alt:before{content:"\f448"}.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-double-down:before{content:"\f322"}.fa-chevron-double-left:before{content:"\f323"}.fa-chevron-double-right:before{content:"\f324"}.fa-chevron-double-up:before{content:"\f325"}.fa-chevron-down:before{content:"\f078"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-chevron-square-down:before{content:"\f329"}.fa-chevron-square-left:before{content:"\f32a"}.fa-chevron-square-right:before{content:"\f32b"}.fa-chevron-square-up:before{content:"\f32c"}.fa-chevron-up:before{content:"\f077"}.fa-child:before{content:"\f1ae"}.fa-chrome:before{content:"\f268"}.fa-circle:before{content:"\f111"}.fa-circle-notch:before{content:"\f1ce"}.fa-clipboard:before{content:"\f328"}.fa-clock:before{content:"\f017"}.fa-clone:before{content:"\f24d"}.fa-closed-captioning:before{content:"\f20a"}.fa-cloud:before{content:"\f0c2"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-download-alt:before{content:"\f381"}.fa-cloud-upload:before{content:"\f0ee"}.fa-cloud-upload-alt:before{content:"\f382"}.fa-cloudscale:before{content:"\f383"}.fa-cloudsmith:before{content:"\f384"}.fa-cloudversify:before{content:"\f385"}.fa-club:before{content:"\f327"}.fa-code:before{content:"\f121"}.fa-code-branch:before{content:"\f126"}.fa-code-commit:before{content:"\f386"}.fa-code-merge:before{content:"\f387"}.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-columns:before{content:"\f0db"}.fa-comment:before{content:"\f075"}.fa-comment-alt:before{content:"\f27a"}.fa-comments:before{content:"\f086"}.fa-compass:before{content:"\f14e"}.fa-compress:before{content:"\f066"}.fa-compress-alt:before{content:"\f422"}.fa-compress-wide:before{content:"\f326"}.fa-connectdevelop:before{content:"\f20e"}.fa-contao:before{content:"\f26d"}.fa-copy:before{content:"\f0c5"}.fa-copyright:before{content:"\f1f9"}.fa-cpanel:before{content:"\f388"}.fa-creative-commons:before{content:"\f25e"}.fa-credit-card:before{content:"\f09d"}.fa-credit-card-blank:before{content:"\f389"}.fa-credit-card-front:before{content:"\f38a"}.fa-cricket:before{content:"\f449"}.fa-crop:before{content:"\f125"}.fa-crosshairs:before{content:"\f05b"}.fa-css3:before{content:"\f13c"}.fa-css3-alt:before{content:"\f38b"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-curling:before{content:"\f44a"}.fa-cut:before{content:"\f0c4"}.fa-cuttlefish:before{content:"\f38c"}.fa-d-and-d:before{content:"\f38d"}.fa-dashcube:before{content:"\f210"}.fa-database:before{content:"\f1c0"}.fa-deaf:before{content:"\f2a4"}.fa-delicious:before{content:"\f1a5"}.fa-deploydog:before{content:"\f38e"}.fa-deskpro:before{content:"\f38f"}.fa-desktop:before{content:"\f108"}.fa-desktop-alt:before{content:"\f390"}.fa-deviantart:before{content:"\f1bd"}.fa-diamond:before{content:"\f219"}.fa-digg:before{content:"\f1a6"}.fa-digital-ocean:before{content:"\f391"}.fa-discord:before{content:"\f392"}.fa-discourse:before{content:"\f393"}.fa-dochub:before{content:"\f394"}.fa-docker:before{content:"\f395"}.fa-dollar-sign:before{content:"\f155"}.fa-dot-circle:before{content:"\f192"}.fa-download:before{content:"\f019"}.fa-draft2digital:before{content:"\f396"}.fa-dribbble:before{content:"\f17d"}.fa-dribbble-square:before{content:"\f397"}.fa-dropbox:before{content:"\f16b"}.fa-drupal:before{content:"\f1a9"}.fa-dumbbell:before{content:"\f44b"}.fa-dyalog:before{content:"\f399"}.fa-earlybirds:before{content:"\f39a"}.fa-edge:before{content:"\f282"}.fa-edit:before{content:"\f044"}.fa-eject:before{content:"\f052"}.fa-elementor:before{content:"\f430"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-h-alt:before{content:"\f39b"}.fa-ellipsis-v:before{content:"\f142"}.fa-ellipsis-v-alt:before{content:"\f39c"}.fa-ember:before{content:"\f423"}.fa-empire:before{content:"\f1d1"}.fa-envelope:before{content:"\f0e0"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-square:before{content:"\f199"}.fa-envira:before{content:"\f299"}.fa-eraser:before{content:"\f12d"}.fa-erlang:before{content:"\f39d"}.fa-ethereum:before{content:"\f42e"}.fa-etsy:before{content:"\f2d7"}.fa-euro-sign:before{content:"\f153"}.fa-exchange:before{content:"\f0ec"}.fa-exchange-alt:before{content:"\f362"}.fa-exclamation:before{content:"\f12a"}.fa-exclamation-circle:before{content:"\f06a"}.fa-exclamation-square:before{content:"\f321"}.fa-exclamation-triangle:before{content:"\f071"}.fa-expand:before{content:"\f065"}.fa-expand-alt:before{content:"\f424"}.fa-expand-arrows:before{content:"\f31d"}.fa-expand-arrows-alt:before{content:"\f31e"}.fa-expand-wide:before{content:"\f320"}.fa-expeditedssl:before{content:"\f23e"}.fa-external-link:before{content:"\f08e"}.fa-external-link-alt:before{content:"\f35d"}.fa-external-link-square:before{content:"\f14c"}.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-fast-backward:before{content:"\f049"}.fa-fast-forward:before{content:"\f050"}.fa-fax:before{content:"\f1ac"}.fa-female:before{content:"\f182"}.fa-field-hockey:before{content:"\f44c"}.fa-fighter-jet:before{content:"\f0fb"}.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-check:before{content:"\f316"}.fa-file-code:before{content:"\f1c9"}.fa-file-edit:before{content:"\f31c"}.fa-file-excel:before{content:"\f1c3"}.fa-file-exclamation:before{content:"\f31a"}.fa-file-image:before{content:"\f1c5"}.fa-file-minus:before{content:"\f318"}.fa-file-pdf:before{content:"\f1c1"}.fa-file-plus:before{content:"\f319"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-file-times:before{content:"\f317"}.fa-file-video:before{content:"\f1c8"}.fa-file-word:before{content:"\f1c2"}.fa-film:before{content:"\f008"}.fa-film-alt:before{content:"\f3a0"}.fa-filter:before{content:"\f0b0"}.fa-fire:before{content:"\f06d"}.fa-fire-extinguisher:before{content:"\f134"}.fa-firefox:before{content:"\f269"}.fa-first-order:before{content:"\f2b0"}.fa-firstdraft:before{content:"\f3a1"}.fa-flag:before{content:"\f024"}.fa-flag-checkered:before{content:"\f11e"}.fa-flask:before{content:"\f0c3"}.fa-flickr:before{content:"\f16e"}.fa-flipboard:before{content:"\f44d"}.fa-fly:before{content:"\f417"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.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-fonticons:before{content:"\f280"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-football-ball:before{content:"\f44e"}.fa-football-helmet:before{content:"\f44f"}.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-frown:before{content:"\f119"}.fa-futbol:before{content:"\f1e3"}.fa-gamepad:before{content:"\f11b"}.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-gift:before{content:"\f06b"}.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-martini:before{content:"\f000"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-globe:before{content:"\f0ac"}.fa-gofore:before{content:"\f3a7"}.fa-golf-ball:before{content:"\f450"}.fa-golf-club:before{content:"\f451"}.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-graduation-cap:before{content:"\f19d"}.fa-gratipay:before{content:"\f184"}.fa-grav:before{content:"\f2d6"}.fa-gripfire:before{content:"\f3ac"}.fa-grunt:before{content:"\f3ad"}.fa-gulp:before{content:"\f3ae"}.fa-h-square:before{content:"\f0fd"}.fa-h1:before{content:"\f313"}.fa-h2:before{content:"\f314"}.fa-h3:before{content:"\f315"}.fa-hacker-news:before{content:"\f1d4"}.fa-hacker-news-square:before{content:"\f3af"}.fa-hand-lizard:before{content:"\f258"}.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-handshake:before{content:"\f2b5"}.fa-hashtag:before{content:"\f292"}.fa-hdd:before{content:"\f0a0"}.fa-heading:before{content:"\f1dc"}.fa-headphones:before{content:"\f025"}.fa-heart:before{content:"\f004"}.fa-heartbeat:before{content:"\f21e"}.fa-hexagon:before{content:"\f312"}.fa-hips:before{content:"\f452"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-history:before{content:"\f1da"}.fa-hockey-puck:before{content:"\f453"}.fa-hockey-sticks:before{content:"\f454"}.fa-home:before{content:"\f015"}.fa-hooli:before{content:"\f427"}.fa-hospital:before{content:"\f0f8"}.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-houzz:before{content:"\f27c"}.fa-html5:before{content:"\f13b"}.fa-hubspot:before{content:"\f3b2"}.fa-i-cursor:before{content:"\f246"}.fa-id-badge:before{content:"\f2c1"}.fa-id-card:before{content:"\f2c2"}.fa-image:before{content:"\f03e"}.fa-images:before{content:"\f302"}.fa-imdb:before{content:"\f2d8"}.fa-inbox:before{content:"\f01c"}.fa-inbox-in:before{content:"\f310"}.fa-inbox-out:before{content:"\f311"}.fa-indent:before{content:"\f03c"}.fa-industry:before{content:"\f275"}.fa-industry-alt:before{content:"\f3b3"}.fa-info:before{content:"\f129"}.fa-info-circle:before{content:"\f05a"}.fa-info-square:before{content:"\f30f"}.fa-instagram:before{content:"\f16d"}.fa-internet-explorer:before{content:"\f26b"}.fa-ioxhost:before{content:"\f208"}.fa-italic:before{content:"\f033"}.fa-itunes:before{content:"\f3b4"}.fa-itunes-note:before{content:"\f3b5"}.fa-jack-o-lantern:before{content:"\f30e"}.fa-jenkins:before{content:"\f3b6"}.fa-joget:before{content:"\f3b7"}.fa-joomla:before{content:"\f1aa"}.fa-js:before{content:"\f3b8"}.fa-js-square:before{content:"\f3b9"}.fa-jsfiddle:before{content:"\f1cc"}.fa-key:before{content:"\f084"}.fa-keyboard:before{content:"\f11c"}.fa-keycdn:before{content:"\f3ba"}.fa-kickstarter:before{content:"\f3bb"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-korvue:before{content:"\f42f"}.fa-language:before{content:"\f1ab"}.fa-laptop:before{content:"\f109"}.fa-laravel:before{content:"\f3bd"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-leaf:before{content:"\f06c"}.fa-leanpub:before{content:"\f212"}.fa-lemon:before{content:"\f094"}.fa-less:before{content:"\f41d"}.fa-level-down:before{content:"\f149"}.fa-level-down-alt:before{content:"\f3be"}.fa-level-up:before{content:"\f148"}.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-alt:before{content:"\f30d"}.fa-lock-open:before{content:"\f3c1"}.fa-lock-open-alt:before{content:"\f3c2"}.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-long-arrow-down:before{content:"\f175"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-long-arrow-up:before{content:"\f176"}.fa-low-vision:before{content:"\f2a8"}.fa-luchador:before{content:"\f455"}.fa-lyft:before{content:"\f3c3"}.fa-magento:before{content:"\f3c4"}.fa-magic:before{content:"\f0d0"}.fa-magnet:before{content:"\f076"}.fa-male:before{content:"\f183"}.fa-map:before{content:"\f279"}.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-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-maxcdn:before{content:"\f136"}.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-meh:before{content:"\f11a"}.fa-mercury:before{content:"\f223"}.fa-microchip:before{content:"\f2db"}.fa-microphone:before{content:"\f130"}.fa-microphone-alt:before{content:"\f3c9"}.fa-microphone-slash:before{content:"\f131"}.fa-microsoft:before{content:"\f3ca"}.fa-minus:before{content:"\f068"}.fa-minus-circle:before{content:"\f056"}.fa-minus-hexagon:before{content:"\f307"}.fa-minus-octagon:before{content:"\f308"}.fa-minus-square:before{content:"\f146"}.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-mobile-android:before{content:"\f3ce"}.fa-mobile-android-alt:before{content:"\f3cf"}.fa-modx:before{content:"\f285"}.fa-monero:before{content:"\f3d0"}.fa-money-bill:before{content:"\f0d6"}.fa-money-bill-alt:before{content:"\f3d1"}.fa-moon:before{content:"\f186"}.fa-motorcycle:before{content:"\f21c"}.fa-mouse-pointer:before{content:"\f245"}.fa-music:before{content:"\f001"}.fa-napster:before{content:"\f3d2"}.fa-neuter:before{content:"\f22c"}.fa-newspaper:before{content:"\f1ea"}.fa-nintendo-switch:before{content:"\f418"}.fa-node:before{content:"\f419"}.fa-node-js:before{content:"\f3d3"}.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-octagon:before{content:"\f306"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.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-outdent:before{content:"\f03b"}.fa-page4:before{content:"\f3d7"}.fa-pagelines:before{content:"\f18c"}.fa-paint-brush:before{content:"\f1fc"}.fa-palfed:before{content:"\f3d8"}.fa-paper-plane:before{content:"\f1d8"}.fa-paperclip:before{content:"\f0c6"}.fa-paragraph:before{content:"\f1dd"}.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-pen:before{content:"\f304"}.fa-pen-alt:before{content:"\f305"}.fa-pen-square:before{content:"\f14b"}.fa-pencil:before{content:"\f040"}.fa-pencil-alt:before{content:"\f303"}.fa-pennant:before{content:"\f456"}.fa-percent:before{content:"\f295"}.fa-periscope:before{content:"\f3da"}.fa-phabricator:before{content:"\f3db"}.fa-phoenix-framework:before{content:"\f3dc"}.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-pp:before{content:"\f1a7"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-p:before{content:"\f231"}.fa-pinterest-square:before{content:"\f0d3"}.fa-plane:before{content:"\f072"}.fa-plane-alt:before{content:"\f3de"}.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-hexagon:before{content:"\f300"}.fa-plus-octagon:before{content:"\f301"}.fa-plus-square:before{content:"\f0fe"}.fa-podcast:before{content:"\f2ce"}.fa-poo:before{content:"\f2fe"}.fa-portrait:before{content:"\f3e0"}.fa-pound-sign:before{content:"\f154"}.fa-power-off:before{content:"\f011"}.fa-print:before{content:"\f02f"}.fa-product-hunt:before{content:"\f288"}.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-question-square:before{content:"\f2fd"}.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-racquet:before{content:"\f45a"}.fa-random:before{content:"\f074"}.fa-ravelry:before{content:"\f2d9"}.fa-react:before{content:"\f41b"}.fa-rebel:before{content:"\f1d0"}.fa-rectangle-landscape:before{content:"\f2fa"}.fa-rectangle-portrait:before{content:"\f2fb"}.fa-rectangle-wide:before{content:"\f2fc"}.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-redo:before{content:"\f01e"}.fa-redo-alt:before{content:"\f2f9"}.fa-registered:before{content:"\f25d"}.fa-rendact:before{content:"\f3e4"}.fa-renren:before{content:"\f18b"}.fa-repeat:before{content:"\f363"}.fa-repeat-1:before{content:"\f365"}.fa-repeat-1-alt:before{content:"\f366"}.fa-repeat-alt:before{content:"\f364"}.fa-reply:before{content:"\f3e5"}.fa-reply-all:before{content:"\f122"}.fa-replyd:before{content:"\f3e6"}.fa-resolving:before{content:"\f3e7"}.fa-retweet:before{content:"\f079"}.fa-retweet-alt:before{content:"\f361"}.fa-road:before{content:"\f018"}.fa-rocket:before{content:"\f135"}.fa-rocketchat:before{content:"\f3e8"}.fa-rockrms:before{content:"\f3e9"}.fa-rss:before{content:"\f09e"}.fa-rss-square:before{content:"\f143"}.fa-ruble-sign:before{content:"\f158"}.fa-rupee-sign:before{content:"\f156"}.fa-safari:before{content:"\f267"}.fa-sass:before{content:"\f41e"}.fa-save:before{content:"\f0c7"}.fa-schlix:before{content:"\f3ea"}.fa-scribd:before{content:"\f28a"}.fa-scrubber:before{content:"\f2f8"}.fa-search:before{content:"\f002"}.fa-search-minus:before{content:"\f010"}.fa-search-plus:before{content:"\f00e"}.fa-searchengin:before{content:"\f3eb"}.fa-sellcast:before{content:"\f2da"}.fa-sellsy:before{content:"\f213"}.fa-server:before{content:"\f233"}.fa-servicestack:before{content:"\f3ec"}.fa-share:before{content:"\f064"}.fa-share-all:before{content:"\f367"}.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:before{content:"\f132"}.fa-shield-alt:before{content:"\f3ed"}.fa-shield-check:before{content:"\f2f7"}.fa-ship:before{content:"\f21a"}.fa-shirtsinbulk:before{content:"\f214"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-shopping-cart:before{content:"\f07a"}.fa-shower:before{content:"\f2cc"}.fa-shuttlecock:before{content:"\f45b"}.fa-sign-in:before{content:"\f090"}.fa-sign-in-alt:before{content:"\f2f6"}.fa-sign-language:before{content:"\f2a7"}.fa-sign-out:before{content:"\f08b"}.fa-sign-out-alt:before{content:"\f2f5"}.fa-signal:before{content:"\f012"}.fa-simplybuilt:before{content:"\f215"}.fa-sistrix:before{content:"\f3ee"}.fa-sitemap:before{content:"\f0e8"}.fa-skyatlas:before{content:"\f216"}.fa-skype:before{content:"\f17e"}.fa-slack:before{content:"\f198"}.fa-slack-hash:before{content:"\f3ef"}.fa-sliders-h:before{content:"\f1de"}.fa-sliders-h-square:before{content:"\f3f0"}.fa-sliders-v:before{content:"\f3f1"}.fa-sliders-v-square:before{content:"\f3f2"}.fa-slideshare:before{content:"\f1e7"}.fa-smile:before{content:"\f118"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-snowflake:before{content:"\f2dc"}.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-space-shuttle:before{content:"\f197"}.fa-spade:before{content:"\f2f4"}.fa-speakap:before{content:"\f3f3"}.fa-spinner:before{content:"\f110"}.fa-spinner-third:before{content:"\f3f4"}.fa-spotify:before{content:"\f1bc"}.fa-square:before{content:"\f0c8"}.fa-square-full:before{content:"\f45c"}.fa-stack-exchange:before{content:"\f18d"}.fa-stack-overflow:before{content:"\f16c"}.fa-star:before{content:"\f005"}.fa-star-exclamation:before{content:"\f2f3"}.fa-star-half:before{content:"\f089"}.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-strava:before{content:"\f428"}.fa-street-view:before{content:"\f21d"}.fa-strikethrough:before{content:"\f0cc"}.fa-stripe:before{content:"\f429"}.fa-stripe-s:before{content:"\f42a"}.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-sun:before{content:"\f185"}.fa-superpowers:before{content:"\f2dd"}.fa-superscript:before{content:"\f12b"}.fa-supple:before{content:"\f3f9"}.fa-sync:before{content:"\f021"}.fa-sync-alt:before{content:"\f2f1"}.fa-table:before{content:"\f0ce"}.fa-table-tennis:before{content:"\f45d"}.fa-tablet:before{content:"\f10a"}.fa-tablet-alt:before{content:"\f3fa"}.fa-tablet-android:before{content:"\f3fb"}.fa-tablet-android-alt:before{content:"\f3fc"}.fa-tachometer:before{content:"\f0e4"}.fa-tachometer-alt:before{content:"\f3fd"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-tasks:before{content:"\f0ae"}.fa-taxi:before{content:"\f1ba"}.fa-telegram:before{content:"\f2c6"}.fa-telegram-plane:before{content:"\f3fe"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-tennis-ball:before{content:"\f45e"}.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-themeisle:before{content:"\f2b2"}.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-thumbs-down:before{content:"\f165"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbtack:before{content:"\f08d"}.fa-ticket:before{content:"\f145"}.fa-ticket-alt:before{content:"\f3ff"}.fa-times:before{content:"\f00d"}.fa-times-circle:before{content:"\f057"}.fa-times-hexagon:before{content:"\f2ee"}.fa-times-octagon:before{content:"\f2f0"}.fa-times-square:before{content:"\f2d3"}.fa-tint:before{content:"\f043"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-trademark:before{content:"\f25c"}.fa-train:before{content:"\f238"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-trash:before{content:"\f1f8"}.fa-trash-alt:before{content:"\f2ed"}.fa-tree:before{content:"\f1bb"}.fa-tree-alt:before{content:"\f400"}.fa-trello:before{content:"\f181"}.fa-triangle:before{content:"\f2ec"}.fa-tripadvisor:before{content:"\f262"}.fa-trophy:before{content:"\f091"}.fa-trophy-alt:before{content:"\f2eb"}.fa-truck:before{content:"\f0d1"}.fa-tty:before{content:"\f1e4"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-tv:before{content:"\f26c"}.fa-tv-retro:before{content:"\f401"}.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-uikit:before{content:"\f403"}.fa-umbrella:before{content:"\f0e9"}.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-usb:before{content:"\f287"}.fa-usd-circle:before{content:"\f2e8"}.fa-usd-square:before{content:"\f2e9"}.fa-user:before{content:"\f007"}.fa-user-alt:before{content:"\f406"}.fa-user-circle:before{content:"\f2bd"}.fa-user-md:before{content:"\f0f0"}.fa-user-plus:before{content:"\f234"}.fa-user-secret:before{content:"\f21b"}.fa-user-times:before{content:"\f235"}.fa-users:before{content:"\f0c0"}.fa-ussunnah:before{content:"\f407"}.fa-utensil-fork:before{content:"\f2e3"}.fa-utensil-knife:before{content:"\f2e4"}.fa-utensil-spoon:before{content:"\f2e5"}.fa-utensils:before{content:"\f2e7"}.fa-utensils-alt:before{content:"\f2e6"}.fa-vaadin:before{content:"\f408"}.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-viber:before{content:"\f409"}.fa-video:before{content:"\f03d"}.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:"\f2e2"}.fa-volume-off:before{content:"\f026"}.fa-volume-up:before{content:"\f028"}.fa-vuejs:before{content:"\f41f"}.fa-watch:before{content:"\f2e1"}.fa-weibo:before{content:"\f18a"}.fa-weixin:before{content:"\f1d7"}.fa-whatsapp:before{content:"\f232"}.fa-whatsapp-square:before{content:"\f40c"}.fa-wheelchair:before{content:"\f193"}.fa-whistle:before{content:"\f460"}.fa-whmcs:before{content:"\f40d"}.fa-wifi:before{content:"\f1eb"}.fa-wikipedia-w:before{content:"\f266"}.fa-window:before{content:"\f40e"}.fa-window-alt:before{content:"\f40f"}.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-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-wrench:before{content:"\f0ad"}.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-yelp:before{content:"\f1e9"}.fa-yen-sign:before{content:"\f157"}.fa-yoast:before{content:"\f2b1"}.fa-youtube:before{content:"\f167"}.fa-youtube-square:before{content:"\f431"}.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}@font-face{font-family:Font Awesome\ 5 Brands;font-style:normal;font-weight:400;font-display: swap;src:url(../webfonts/fa-brands-400.eot);src:url(../webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),url(../webfonts/fa-brands-400.woff2) format("woff2"),url(../webfonts/fa-brands-400.woff) format("woff"),url(../webfonts/fa-brands-400.ttf) format("truetype"),url(../webfonts/fa-brands-400.svg#fontawesome) format("svg")}.fab{font-family:Font Awesome\ 5 Brands}@font-face{font-family:Font Awesome\ 5 Pro;font-style:normal;font-weight:300;font-display: swap;src:url(../webfonts/fa-light-300.eot);src:url(../webfonts/fa-light-300.eot?#iefix) format("embedded-opentype"),url(../webfonts/fa-light-300.woff2) format("woff2"),url(../webfonts/fa-light-300.woff) format("woff"),url(../webfonts/fa-light-300.ttf) format("truetype"),url(../webfonts/fa-light-300.svg#fontawesome) format("svg")}.fal{font-weight:300}@font-face{font-family:Font Awesome\ 5 Pro;font-style:normal;font-weight:400;font-display: swap;src:url(../webfonts/fa-regular-400.eot);src:url(../webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"),url(../webfonts/fa-regular-400.woff2) format("woff2"),url(../webfonts/fa-regular-400.woff) format("woff"),url(../webfonts/fa-regular-400.ttf) format("truetype"),url(../webfonts/fa-regular-400.svg#fontawesome) format("svg")}.fal,.far{font-family:Font Awesome\ 5 Pro}.far{font-weight:400}@font-face{font-family:Font Awesome\ 5 Pro;font-style:normal;font-weight:900;font-display: swap;src:url(../webfonts/fa-solid-900.eot);src:url(../webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(../webfonts/fa-solid-900.woff2) format("woff2"),url(../webfonts/fa-solid-900.woff) format("woff"),url(../webfonts/fa-solid-900.ttf) format("truetype"),url(../webfonts/fa-solid-900.svg#fontawesome) format("svg")}.fa,.fas{font-family:Font Awesome\ 5 Pro;font-weight:900}
/* TOC+ */
#toc_container li,#toc_container ul{margin:0;padding:0}#toc_container.no_bullets li,#toc_container.no_bullets ul,#toc_container.no_bullets ul li,.toc_widget_list.no_bullets,.toc_widget_list.no_bullets li{background:0 0;list-style-type:none;list-style:none}#toc_container.have_bullets li{padding-left:12px}#toc_container ul ul{margin-left:1.5em}#toc_container{background:#f9f9f9;border:1px solid #aaa;padding:10px;margin-bottom:1em;width:auto;display:table;font-size:95%}#toc_container.toc_light_blue{background:#edf6ff}#toc_container.toc_white{background:#fff}#toc_container.toc_black{background:#000}#toc_container.toc_transparent{background:none transparent}#toc_container p.toc_title{text-align:center;font-weight:700;margin:0;padding:0}#toc_container.toc_black p.toc_title{color:#aaa}#toc_container span.toc_toggle{font-weight:400;font-size:90%}#toc_container p.toc_title+ul.toc_list{margin-top:1em}.toc_wrap_left{float:left;margin-right:10px}.toc_wrap_right{float:right;margin-left:10px}#toc_container a{text-decoration:none;text-shadow:none}#toc_container a:hover{text-decoration:underline}.toc_sitemap_posts_letter{font-size:1.5em;font-style:italic}
/* TablePress styles */
.tablepress-scroll-wrapper{overflow-x:auto;overflow-y:hidden}table.dataTable.dtr-inline.collapsed>tbody>tr>td.child,table.dataTable.dtr-inline.collapsed>tbody>tr>td.dataTables_empty,table.dataTable.dtr-inline.collapsed>tbody>tr>th.child{cursor:default!important}table.dataTable.dtr-inline.collapsed>tbody>tr>td.child:before,table.dataTable.dtr-inline.collapsed>tbody>tr>td.dataTables_empty:before,table.dataTable.dtr-inline.collapsed>tbody>tr>th.child:before{display:none!important}table.dataTable.dtr-inline.collapsed>tbody>tr>td:first-child,table.dataTable.dtr-inline.collapsed>tbody>tr>th:first-child{position:relative;padding-left:30px;cursor:pointer}table.dataTable.dtr-inline.collapsed>tbody>tr>td:first-child:before,table.dataTable.dtr-inline.collapsed>tbody>tr>th:first-child:before{top:8px;left:4px;height:16px;width:16px;display:block;position:absolute;color:#fff;border:2px solid #fff;-webkit-border-radius:16px;border-radius:16px;-webkit-box-shadow:0 0 3px #444;box-shadow:0 0 3px #444;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;text-align:center;font-family:'Courier New',Courier,monospace;line-height:16px;content:'+';background-color:#31b131}table.dataTable.dtr-inline.collapsed>tbody>tr.parent>td:first-child:before,table.dataTable.dtr-inline.collapsed>tbody>tr.parent>th:first-child:before{content:'-';background-color:#d33333}table.dataTable.dtr-inline.collapsed>tbody>tr.child td:before{display:none}table.dataTable.dtr-column>tbody>tr>td.control,table.dataTable.dtr-column>tbody>tr>th.control{position:relative;cursor:pointer}table.dataTable.dtr-column>tbody>tr>td.control:before,table.dataTable.dtr-column>tbody>tr>th.control:before{top:50%;left:50%;height:16px;width:16px;margin-top:-10px;margin-left:-10px;display:block;position:absolute;color:#fff;border:2px solid #fff;-webkit-border-radius:16px;border-radius:16px;-webkit-box-shadow:0 0 3px #444;box-shadow:0 0 3px #444;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;text-align:center;font-family:'Courier New',Courier,monospace;line-height:16px;content:'+';background-color:#31b131}table.dataTable.dtr-column>tbody>tr.parent td.control:before,table.dataTable.dtr-column>tbody>tr.parent th.control:before{content:'-';background-color:#d33333}table.dataTable>tbody>tr.child{padding:.5em 1em}table.dataTable>tbody>tr.child:hover{background:0 0!important}table.dataTable>tbody>tr.child ul.dtr-details{display:inline-block;list-style-type:none;margin:0;padding:0}table.dataTable>tbody>tr.child ul.dtr-details li{border-bottom:1px solid #efefef;padding:.5em 0}table.dataTable>tbody>tr.child ul.dtr-details li:first-child{padding-top:0}table.dataTable>tbody>tr.child ul.dtr-details li:last-child{border-bottom:none}table.dataTable>tbody>tr.child span.dtr-title{display:inline-block;min-width:75px;font-weight:700}
@font-face{font-family:TablePress;font-display: swap;src:url(/wp-content/plugins/tablepress/css/tablepress.eot);src:url(/wp-content/plugins/tablepress/css/tablepress.eot?#ie) format('embedded-opentype'),url(data:application/x-font-woff;base64,d09GRgABAAAAAAXYAAwAAAAACXwAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAABHAAAABwAAAAcZInHOk9TLzIAAAE4AAAAPgAAAGB7NXPDY21hcAAAAXgAAABMAAABUvD45QVnYXNwAAABxAAAAAgAAAAIAAAAEGdseWYAAAHMAAABKQAAAgjYVHFyaGVhZAAAAvgAAAAvAAAANv2jaBNoaGVhAAADKAAAAB0AAAAkCk0F6GhtdHgAAANIAAAAIAAAACgoAADqbG9jYQAAA2gAAAAWAAAAFgJWAbxtYXhwAAADgAAAAB0AAAAgAE4AH25hbWUAAAOgAAAB3AAAA43ZugaUcG9zdAAABXwAAABZAAAAgeNVfAkAAAABAAAAAMwXcmMAAAAAy1XFoAAAAADNHI82eJxjYGbexjiBgZWBhaWHxZiBgaENQjMVM0SB+ThBQWVRMYPDh+APd9gY/gP5bAyMykCKEUmJAgMjAC56Ct8AAHicY2BgYGaAYBkGRgYQ8AHyGMF8FgYDIM0BhEwMDB9CPtz6cOf/fyAr+MN1EIt/A78evy5UFxgwsjHAuYxAPSB9KICRYdgDAL67D8kAAQAB//8AD3icXU/NTsJAEJ5ZFggxxmCbkiwHAzLTowlu4ejeyxPwCOBR7r3rE/geeubuG3i3TyGts12MtT18ndnd7w8QsvpdX/Q/IAboI9s1rpY3mMTDkcAVDuaqPD0RqRfaU05UGSxJhj2p5wDNUplqyjsZQT6EQ/2mc9GcyBIPReQOObPrkccHMZhgonMS3R1tiLCsDNFm8bgQF3W06ekgqqnN5Aa//D9nlrOgDeg09Aq4lK3RTiX16n621BBVLrIe2PQK09s2c4THyPIvF4TrAndwO5uHvhPUwOa7MNw8FsCtZfZDJBKB66BQhW58cRwHW09OVMEtI+3aOhEHX+E63crM2dh6X+WazMFLvf6F57OvAqiPGvo+87Tb+LrT4X9/7lT6bKXs9vsByDlkyAAAAHicY2BkYGAA4mO9Sxji+W2+MnCzM4DAWZl+bwT9fyuLN+tpIJeDgQkkCgAbqgoOAHicY2BkYGBj+HeXgYGdAQRYvBkYGVABFwA+hgJEAAAAeJxjZ4AAdiBmaWAwBeJSFhAbiJkaGByAGMwGADa+AxEAAAAAAAAAAAAqAFgAdgCUALIA0AEEAAB4nGNgZGBg4GKQYWBiAAEQycgAEnMA8xkABjEAbgAAAHicjZJBaxNBFMf/u0mbJoig5KC3QcRblt2tFCm9lEp701iKIHiZJLPJ0mSnzE5S8h38BB79Nn4ab94E/zN9JVB7MCEzv/3Pm/f+720ADPEbCe4/qXCCAV4Kp+jhrXAHGb4Ld/Ecv4T38Cx5I7yPQfJBuIdPyR/hAzxJa+E+Buk3Zku6fal8xwn9dIRTPMVr4Q6+4kS4S/Wn8B5eJanwPobJO+EefiRfhA/wIv0o3Mcw3YRyV9CYYAmDMRzXll9c6cnSjJ1pyZcU51gzRDMAl2a+XmrCOSwa+Lg7RhgolJxKzv2Yv8cSqwfZ7iILHGHEdcT7OfdDJreNP7dublSZ5epY7QwpMUCxOBoVozIvDh/v4mEx/JsE+MwQx+A6dhO8hA7y2EvwUjLEuLa2jSqyPFcsV/7H0MbxUFMOYwkhVSykODAb10U8OePTDbY8qel0QV3FO1PSvaUqDnh3p5LBB8WxxozqKnZ4TU1T9THfhJ3vsjTcw9M02s1ocWl0a5QzlXHKW+UXRp3Zm62r5wuvWjP1oenKunhS8YUo7/TMrLS7Vtp7V0/WMaSxvp6aNoP8FYKzU9zGOpbOTHidzqvTW9PaFZ/e0+QmtnJBatjAlqLeGHWhm9kWfwGPR6C4eJxjYGIAg/9VDFEM2AAXEDMyMDEyMTIzsjCyMrIxsjNy8CRnpJYV5efF56SmlfDCOEWZ6RklXMmJRakl8Sn55XkcEGZpAVQMpJgbwgQrZSnOLyoBACnGHqgAAAA=) format('woff'),url(tablepress.ttf) format('truetype'),url(tablepress.svg#TablePress) format('svg');font-weight:400;font-style:normal}.tablepress-table-description{clear:both;display:block}.tablepress{border-collapse:collapse;border-spacing:0;width:100%;margin-bottom:1em;border:none}.tablepress td,.tablepress th{padding:8px;border:none;background:0 0;text-align:left;float:none!important}.tablepress tbody td{vertical-align:top}.tablepress tbody td,.tablepress tfoot th{border-top:1px solid #ddd}.tablepress tbody tr:first-child td{border-top:0}.tablepress thead th{border-bottom:1px solid #ddd}.tablepress tfoot th,.tablepress thead th{background-color:#d9edf7;font-weight:700;vertical-align:middle}.tablepress .odd td{background-color:#f9f9f9}.tablepress .even td{background-color:#fff}.tablepress .row-hover tr:hover td{background-color:#f3f3f3}.tablepress img{margin:0;padding:0;border:none;max-width:none}.dataTables_wrapper{clear:both;margin-bottom:1em}.dataTables_wrapper .tablepress{clear:both;margin:0!important}.dataTables_length{float:left;white-space:nowrap}.dataTables_filter{float:right;white-space:nowrap}.dataTables_wrapper .dataTables_filter input{margin-left:.5em}.dataTables_info{clear:both;float:left;margin:4px 0 0}.dataTables_paginate{float:right;margin:4px 0 0}.dataTables_paginate a{color:#111!important;display:inline-block;outline:0;position:relative;text-decoration:underline;margin:0 5px}.dataTables_paginate a:first-child{margin-left:0}.dataTables_paginate a:last-child{margin-right:0}.paginate_button:hover{cursor:pointer;text-decoration:none}.paginate_button.disabled{color:#999!important;text-decoration:none;cursor:default}.paginate_button.current{font-weight:700;text-decoration:none;cursor:default}.dataTables_paginate.paging_simple{padding:0 15px}.paging_simple .paginate_button.next:after,.paging_simple .paginate_button.previous:before{text-align:left;font-family:TablePress;font-size:14px;font-weight:700;-webkit-font-smoothing:antialiased;content:"\f053";text-shadow:.1em .1em #666;position:absolute;top:0;right:auto;bottom:0;left:-14px;margin:auto;height:14px;width:14px;line-height:1}.paging_simple .paginate_button.next:after{text-align:right;content:"\f054";left:auto}.paginate_button:after,.paginate_button:before{color:#d9edf7}.paginate_button:hover:after,.paginate_button:hover:before{color:#049cdb}.paginate_button.disabled:after,.paginate_button.disabled:before{color:#f9f9f9}.dataTables_processing{display:none}.dataTables_scroll{clear:both}.dataTables_scrollBody{-webkit-overflow-scrolling:touch}.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td>div.dataTables_sizing,.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th>div.dataTables_sizing{height:0;overflow:hidden;margin:0!important;padding:0!important}.tablepress .sorting,.tablepress .sorting_asc,.tablepress .sorting_desc{position:relative;padding-right:20px;cursor:pointer;outline:0}.tablepress .sorting:after,.tablepress .sorting_asc:after,.tablepress .sorting_desc:after{font-family:TablePress;font-weight:400;font-size:14px;-webkit-font-smoothing:antialiased;position:absolute;top:0;bottom:0;left:auto;right:6px;margin:auto;height:14px;line-height:1}.tablepress .sorting:after{content:"\f0dc"}.tablepress .sorting_asc:after{content:"\f0d8";padding:0 0 2px}.tablepress .sorting_desc:after{content:"\f0d7"}.tablepress .sorting:hover,.tablepress .sorting_asc,.tablepress .sorting_desc{background-color:#049cdb}.dataTables_scrollBody .tablepress thead th:after{content:""}.dataTables_wrapper:after{content:"";display:block;clear:both;visibility:hidden;line-height:0;height:0}.dataTables_wrapper label input,.dataTables_wrapper label select{display:inline;margin:2px;width:auto}
@media (max-width:767px){.tablepress-responsive-phone{display:block}.tablepress-responsive-phone thead{display:block;float:left}.tablepress-rtl.tablepress-responsive-phone thead{float:right}.tablepress-responsive-phone tfoot{display:none}.tablepress-responsive-phone tbody{display:block;width:auto;position:relative;overflow-x:auto;white-space:nowrap;-webkit-overflow-scrolling:touch}.tablepress-responsive-phone tbody td,.tablepress-responsive-phone thead th,.tablepress-responsive-phone thead tr{display:block;border:none}.tablepress-responsive-phone tbody td:empty:before{content:"\00a0"}.tablepress-responsive-phone tbody tr{display:inline-block;vertical-align:top}.tablepress-responsive-phone thead th{width:auto!important}.tablepress-responsive-phone thead tr th:not(:last-child){border-bottom:1px solid transparent}.tablepress-responsive-phone tbody tr td:not(:last-child){border-bottom:1px solid #ddd}.dataTables_wrapper .tablepress-responsive-phone .sorting:after{-webkit-transform:rotate(90deg);transform:rotate(90deg);padding:0}.dataTables_wrapper .tablepress-responsive-phone .sorting_asc:after{content:"\f0d9";padding:0 2px 0 0}.dataTables_wrapper .tablepress-responsive-phone .sorting_desc:after{content:"\f0dA";padding:0 1px 0 0}}@media (max-width:979px){.tablepress-responsive-tablet{display:block}.tablepress-responsive-tablet thead{display:block;float:left}.tablepress-rtl.tablepress-responsive-tablet thead{float:right}.tablepress-responsive-tablet tfoot{display:none}.tablepress-responsive-tablet tbody{display:block;width:auto;position:relative;overflow-x:auto;white-space:nowrap;-webkit-overflow-scrolling:touch}.tablepress-responsive-tablet tbody td,.tablepress-responsive-tablet thead th,.tablepress-responsive-tablet thead tr{display:block;border:none}.tablepress-responsive-tablet tbody tr{display:inline-block;vertical-align:top}.tablepress-responsive-tablet thead th{width:auto!important}.tablepress-responsive-tablet tbody td:empty:before{content:"\00a0"}.tablepress-responsive-tablet thead tr th:not(:last-child){border-bottom:1px solid transparent}.tablepress-responsive-tablet tbody tr td:not(:last-child){border-bottom:1px solid #ddd}.dataTables_wrapper .tablepress-responsive-tablet .sorting:after{-webkit-transform:rotate(90deg);transform:rotate(90deg);padding:0}.dataTables_wrapper .tablepress-responsive-tablet .sorting_asc:after{content:"\f0d9";padding:0 2px 0 0}.dataTables_wrapper .tablepress-responsive-tablet .sorting_desc:after{content:"\f0dA";padding:0 1px 0 0}}@media (max-width:1199px){.tablepress-responsive-desktop{display:block}.tablepress-responsive-desktop thead{display:block;float:left}.tablepress-rtl.tablepress-responsive-desktop thead{float:right}.tablepress-responsive-desktop tfoot{display:none}.tablepress-responsive-desktop tbody{display:block;width:auto;position:relative;overflow-x:auto;white-space:nowrap;-webkit-overflow-scrolling:touch}.tablepress-responsive-desktop tbody td,.tablepress-responsive-desktop thead th,.tablepress-responsive-desktop thead tr{display:block;border:none}.tablepress-responsive-desktop tbody td:empty:before{content:"\00a0"}.tablepress-responsive-desktop tbody tr{display:inline-block;vertical-align:top}.tablepress-responsive-desktop thead th{width:auto!important}.tablepress-responsive-desktop thead tr th:not(:last-child){border-bottom:1px solid transparent}.tablepress-responsive-desktop tbody tr td:not(:last-child){border-bottom:1px solid #ddd}.dataTables_wrapper .tablepress-responsive-desktop .sorting:after{-webkit-transform:rotate(90deg);transform:rotate(90deg);padding:0}.dataTables_wrapper .tablepress-responsive-desktop .sorting_asc:after{content:"\f0d9";padding:0 2px 0 0}.dataTables_wrapper .tablepress-responsive-desktop .sorting_desc:after{content:"\f0dA";padding:0 1px 0 0}}.tablepress-responsive-all{display:block}.tablepress-responsive-all thead{display:block;float:left}.tablepress-rtl.tablepress-responsive-all thead{float:right}.tablepress-responsive-all tfoot{display:none}.tablepress-responsive-all tbody{display:block;width:auto;position:relative;overflow-x:auto;white-space:nowrap;-webkit-overflow-scrolling:touch}.tablepress-responsive-all tbody td,.tablepress-responsive-all thead th,.tablepress-responsive-all thead tr{display:block;border:none}.tablepress-responsive-all tbody td:empty:before{content:"\00a0"}.tablepress-responsive-all tbody tr{display:inline-block;vertical-align:top}.tablepress-responsive-all thead th{width:auto!important}.tablepress-responsive-all thead tr th:not(:last-child){border-bottom:1px solid transparent}.tablepress-responsive-all tbody tr td:not(:last-child){border-bottom:1px solid #ddd}.dataTables_wrapper .tablepress-responsive-all .sorting:after{-webkit-transform:rotate(90deg);transform:rotate(90deg);padding:0}.dataTables_wrapper .tablepress-responsive-all .sorting_asc:after{content:"\f0d9";padding:0 2px 0 0}.dataTables_wrapper .tablepress-responsive-all .sorting_desc:after{content:"\f0dA";padding:0 1px 0 0}