@charset 'UTF-8';
.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 .hidden-fields-container {
display: none;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}div.yyi-rinker-contents {
margin: 2em 0;
padding: 0;
border: solid 1px #dbdbdb;
background-color: #fff;
box-shadow: 2px 3px 8px -5px rgba(0,0,0,.25);
position: relative;
overflow: visible;
}
div.yyi-rinker-contents a {
border: none;
}
div.yyi-rinker-contents div.yyi-rinker-box{
display: flex;
display: -ms-flexbox;
display: -webkit-box;
display: -webkit-flex;
box-sizing: border-box;
padding: 12px;
}
div.yyi-rinker-contents div.yyi-rinker-image {
padding: 0;
display: flex;
vertical-align: middle;
justify-content: center;
align-items: center;
}
.yyi-rinker-img-s .yyi-rinker-image {
width: 75px;
min-width: 75px;
}
.yyi-rinker-img-m .yyi-rinker-image {
width: 175px;
min-width: 175px;
}
.yyi-rinker-img-l div.yyi-rinker-image{
width: 200px;
min-width: 200px;
}
.yyi-rinker-images {
display: flex;
justify-content: center;
align-items: center;
position: relative;
margin: 5px;
}
div.yyi-rinker-image img.yyi-rinker-main-img.hidden {
display: none;
}
.yyi-rinker-images-arrow {
cursor: pointer;
position: absolute;
top: 50%;
display: block;
margin-top: -11px;
opacity: 0.6;
width: 22px;
}
.yyi-rinker-images-arrow-left{
left: -10px;
}
.yyi-rinker-images-arrow-right{
right: -10px;
}
.yyi-rinker-images-arrow-left.hidden {
display: none;
}
.yyi-rinker-images-arrow-right.hidden {
display: none;
} div.yyi-rinker-contents.yyi-rinker-img-s div.yyi-rinker-info{
width: calc(100% - 75px);
}
div.yyi-rinker-contents div.yyi-rinker-info{
width: calc(100% - 175px);
}
div.yyi-rinker-contents.yyi-rinker-img-l div.yyi-rinker-info{
width: calc(100% - 200px);
}
div.yyi-rinker-contents div.yyi-rinker-title a {
color: #333;
text-decoration: none;
}
div.yyi-rinker-contents div.yyi-rinker-title p{
margin: 5px;
}
div.yyi-rinker-contents div.yyi-rinker-detail {
font-size: 0.8em;
color: #999;
padding-left: 15px;
}
div.yyi-rinker-contents div.yyi-rinker-detail a {
text-decoration: underline;
}
div.yyi-rinker-contents div.yyi-rinker-detail .price-box {
color: #aaa;
}
div.yyi-rinker-contents div.yyi-rinker-detail .free-text {
color: #aaa;
}
div.yyi-rinker-contents ul.yyi-rinker-links {
border: none;
list-style-type: none;
display: inline-flex;
display: -ms-inline-flexbox;
display: -webkit-inline-flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin: 10px auto;
padding: 0;
width: 100%;
}
div.yyi-rinker-contents ul.yyi-rinker-links li {
content: '';
position: static;
margin: 2px 5px;
padding: 0;
border-radius: 2px;
border: none;
box-shadow: 0 6px 12px -5px rgba(0, 0, 0, .30);
-ms-flex: 0 0 auto;
}
div.yyi-rinker-contents ul.yyi-rinker-links li:before {
content: '';
position: static;
}
div.yyi-rinker-contents ul.yyi-rinker-links li:hover {
box-shadow: 0 5px 8px -5px rgba(0, 0, 0, .30);
}
div.yyi-rinker-contents ul.yyi-rinker-links li.amazonlink {
background: #f6a306;
}
div.yyi-rinker-contents ul.yyi-rinker-links li a {
position: relative;
display: block;
color: #fff;
font-weight: bold;
text-decoration: none;
font-size: 0.9em;
height: 30px;
line-height: 30px;
padding: 0 18px;
}
div.yyi-rinker-contents ul.yyi-rinker-links li a:hover {
border: none;
opacity: 0.7;
}
div.yyi-rinker-contents ul.yyi-rinker-links li a:before {
position: absolute;
margin: auto;
top: 0;
left: 0;
right: 0;
bottom: 0;
color: white;
text-align: center;
border: none;
}
div.yyi-rinker-contents ul.yyi-rinker-links li.amazonlink {
order: 20;
}
div.yyi-rinker-contents ul.yyi-rinker-links li.amazonlink a:before{
content: '';
}
div.yyi-rinker-contents ul.yyi-rinker-links li.amazonkindlelink {
background: #666;
order: 15;
}
div.yyi-rinker-contents ul.yyi-rinker-links li.amazonkindlelink a:before{
content: '';
}
div.yyi-rinker-contents ul.yyi-rinker-links li.rakutenlink {
background: #cf4944;
order: 30;
}
div.yyi-rinker-contents ul.yyi-rinker-links li.rakutenlink a:before{
content: '';
}
div.yyi-rinker-contents ul.yyi-rinker-links li.yahoolink {
background: #51a7e8;
order: 40;
}
div.yyi-rinker-contents ul.yyi-rinker-links li.yahoolink a:before{
content: '';
}
div.yyi-rinker-contents ul.yyi-rinker-links li.mercarilink {
background-color: #ff0211;
order: 50;
}
div.yyi-rinker-contents ul.yyi-rinker-links li.mercarilink a:before{
content: '';
}
div.yyi-rinker-contents ul.yyi-rinker-links li.freelink1 {
background: #4072B3;
order: 10;
}
div.yyi-rinker-contents ul.yyi-rinker-links li.freelink2 {
background: #4DC0B2;
order: 50;
}
div.yyi-rinker-contents ul.yyi-rinker-links li.freelink3 {
background: #6f63ad;
order: 15;
}
div.yyi-rinker-contents ul.yyi-rinker-links li.freelink4 {
background: #63ad87;
order: 55;
}
div.yyi-rinker-contents ul.yyi-rinker-links img,
div.yyi-rinker-contents div.yyi-rinker-title img,
div.yyi-rinker-contents div.yyi-rinker-image a + img{
display: none;
}
div.yyi-rinker-detail .credit-box {
font-size: 75%;
}
ul.yyi-rinker-links li::before {
background-color: transparent;
}
@media all and (max-width: 420px) {
.yyi-rinker-images {
margin: auto;
}
}
@media all and (max-width: 420px) and (min-width: 321px) {
body div.yyi-rinker-contents ul.yyi-rinker-links li a {
padding: 0 0 0 15px;
}
div.yyi-rinker-contents ul.yyi-rinker-links {
-webkit-flex-flow: column;
flex-direction: column;
}
.yyi-rinker-img-s .yyi-rinker-image {
width: 75px;
min-width: 75px;
}
.yyi-rinker-img-m .yyi-rinker-image {
width: 125px;
min-width: 125px;
}
.yyi-rinker-img-l div.yyi-rinker-image{
width: 150px;
min-width: 150px;
}
div.yyi-rinker-contents.yyi-rinker-img-s div.yyi-rinker-info{
width: calc(100% - 75px);
}
div.yyi-rinker-contents div.yyi-rinker-info {
width: calc(100% - 125px);
}
div.yyi-rinker-contents.yyi-rinker-img-l div.yyi-rinker-info{
width: calc(100% - 150px);
}
}
@media all and (max-width: 320px) {
div.yyi-rinker-contents ul.yyi-rinker-links li a {
padding: 0 0 0 7px;
}
div.yyi-rinker-contents ul.yyi-rinker-links {
-webkit-flex-flow: column;
flex-direction: column;
}
.yyi-rinker-img-s .yyi-rinker-image {
width: 75px;
min-width: 75px;
}
.yyi-rinker-img-m .yyi-rinker-image {
width: 100px;
min-width: 100px;
}
.yyi-rinker-img-l div.yyi-rinker-image{
width: 125px;
min-width: 125px;
}
div.yyi-rinker-contents.yyi-rinker-img-s div.yyi-rinker-info{
width: calc(100% - 75px);
}
div.yyi-rinker-contents div.yyi-rinker-info {
width: calc(100% - 100px);
}
div.yyi-rinker-contents.yyi-rinker-img-l div.yyi-rinker-info{
width: calc(100% - 125px);
}
}
body div.yyi-rinker-contents ul.yyi-rinker-links li {
list-style: none;
}
body div.yyi-rinker-contents ul.yyi-rinker-links li:before {
position: absolute;
}
div.yyi-rinker-contents p{
padding: 0;
}
div.yyi-rinker-contents img{
margin-bottom: 0;
} div.yyi_rinker-gutenberg input.rinkerg-richtext{
width: 300px;
}
input.rinkerg-richtext {
width: 70%;
} div.yyi-rinker-contents div.yyi-rinker-detail .free-text .count-in{
color: #333;
} .editor-styles-wrapper div.yyi-rinker-contents .count-top p {
margin-top: 0;
}
div.yyi-rinker-contents.yyi-rinker-design-tate  div.yyi-rinker-box{
flex-direction: column;
}
div.yyi-rinker-contents.yyi-rinker-design-slim div.yyi-rinker-box .yyi-rinker-links {
flex-direction: column;
}
div.yyi-rinker-contents.yyi-rinker-design-slim div.yyi-rinker-info {
width: 100%;
}
div.yyi-rinker-contents.yyi-rinker-design-slim .yyi-rinker-title {
text-align: center;
}
div.yyi-rinker-contents.yyi-rinker-design-slim .yyi-rinker-links {
text-align: center;
}
div.yyi-rinker-contents.yyi-rinker-design-slim .yyi-rinker-image {
margin: auto;
}
div.yyi-rinker-contents.yyi-rinker-design-slim div.yyi-rinker-info ul.yyi-rinker-links li {
align-self: stretch;
}
div.yyi-rinker-contents.yyi-rinker-design-slim div.yyi-rinker-box div.yyi-rinker-info {
padding: 0;
}
div.yyi-rinker-contents.yyi-rinker-design-slim div.yyi-rinker-box {
flex-direction: column;
padding: 14px 5px 0;
}
.yyi-rinker-design-slim div.yyi-rinker-box div.yyi-rinker-info {
text-align: center;
}
.yyi-rinker-design-slim div.price-box span.price {
display: block;
}
div.yyi-rinker-contents.yyi-rinker-design-slim div.yyi-rinker-info div.yyi-rinker-title a{
font-size:16px;
}
div.yyi-rinker-contents.yyi-rinker-design-slim ul.yyi-rinker-links li.amazonkindlelink:before,  div.yyi-rinker-contents.yyi-rinker-design-slim ul.yyi-rinker-links li.amazonlink:before,  div.yyi-rinker-contents.yyi-rinker-design-slim ul.yyi-rinker-links li.rakutenlink:before,  div.yyi-rinker-contents.yyi-rinker-design-slim ul.yyi-rinker-links li.yahoolink:before {
font-size:12px;
}
div.yyi-rinker-contents.yyi-rinker-design-slim ul.yyi-rinker-links li a {
font-size: 13px;
} .yyi-rinker-contents .yyi-rinker-info {
padding-left: 10px;
}
.yyi-rinker-img-s .yyi-rinker-image .yyi-rinker-images img{
max-height: 75px;
}
.yyi-rinker-img-m .yyi-rinker-image .yyi-rinker-images img{
max-height: 175px;
}
.yyi-rinker-img-l .yyi-rinker-image .yyi-rinker-images img{
max-height: 200px;
}
div.yyi-rinker-contents div.yyi-rinker-image {
flex-direction: column;
align-items: center;
}
div.yyi-rinker-contents ul.yyi-rinker-thumbnails {
display: flex;
flex-direction: row;
flex-wrap : wrap;
list-style: none;
border:none;
padding: 0;
margin: 5px 0;
}
div.yyi-rinker-contents ul.yyi-rinker-thumbnails li{
cursor: pointer;
height: 32px;
text-align: center;
vertical-align: middle;
width: 32px;
border:none;
padding: 0;
margin: 0;
box-sizing: content-box;
}
div.yyi-rinker-contents ul.yyi-rinker-thumbnails li img {
vertical-align: middle;
}
div.yyi-rinker-contents ul.yyi-rinker-thumbnails li {
border: 1px solid #fff;
}
div.yyi-rinker-contents ul.yyi-rinker-thumbnails li.thumb-active {
border: 1px solid #eee;
} div.yyi-rinker-contents.yyi-rinker-design-mini {
border: none;
box-shadow: none;
background-color: transparent;
} .yyi-rinker-design-mini div.yyi-rinker-info ul.yyi-rinker-links,
.yyi-rinker-design-mini div.yyi-rinker-info .brand,
.yyi-rinker-design-mini div.yyi-rinker-info .price-box {
display: none;
}
div.yyi-rinker-contents.yyi-rinker-design-mini .credit-box{
text-align: right;
}
div.yyi-rinker-contents.yyi-rinker-design-mini div.yyi-rinker-info {
width:100%;
}
.yyi-rinker-design-mini div.yyi-rinker-info div.yyi-rinker-title {
line-height: 1.2;
min-height: 2.4em;
margin-bottom: 0;
}
.yyi-rinker-design-mini div.yyi-rinker-info div.yyi-rinker-title a {
font-size: 12px;
text-decoration: none;
text-decoration: underline;
}
div.yyi-rinker-contents.yyi-rinker-design-mini {
position: relative;
max-width: 100%;
border: none;
border-radius: 12px;
box-shadow: 0 1px 6px rgb(0 0 0 / 12%);
background-color: #fff;
}
div.yyi-rinker-contents.yyi-rinker-design-mini div.yyi-rinker-box {
border: none;
}
.yyi-rinker-design-mini div.yyi-rinker-image {
width: 60px;
min-width: 60px;
}
.yyi-rinker-design-mini div.yyi-rinker-image img{
max-height: 3.6em;
}
.yyi-rinker-design-mini div.yyi-rinker-detail div.credit-box {
font-size: 10px;
}
.yyi-rinker-design-mini div.yyi-rinker-detail div.brand,
.yyi-rinker-design-mini div.yyi-rinker-detail div.price-box {
font-size: 10px;
}
.yyi-rinker-design-mini div.yyi-rinker-info div.yyi-rinker-detail {
padding: 0;
}
.yyi-rinker-design-mini div.yyi-rinker-detail div:not(:last-child) {
padding-bottom: 0;
}
.yyi-rinker-design-mini div.yyi-rinker-box div.yyi-rinker-image a {
margin-bottom: 16px;
}
@media (min-width: 768px){
div.yyi-rinker-contents.yyi-rinker-design-mini div.yyi-rinker-box {
padding: 12px;
}
.yyi-rinker-design-mini div.yyi-rinker-box div.yyi-rinker-info {
justify-content: center;
padding-left: 24px;
}
}
@media (max-width: 767px){
div.yyi-rinker-contents.yyi-rinker-design-mini {
max-width:100%;
}
div.yyi-rinker-contents.yyi-rinker-design-mini div.yyi-rinker-box {
flex-direction: row;
padding: 12px;
}
.yyi-rinker-design-mini div.yyi-rinker-box div.yyi-rinker-info {
justify-content: center;
margin-bottom: 16px;
padding-left: 16px;
text-align: left;
}
}
div.yyi-rinker-contents .yyi-rinker-attention {
display: inline;
line-height: 30px;
position: absolute;
top: -10px;
left: -9px;
min-width: 60px;
padding: 0;
height: 30px;
text-align: center;
font-weight: 600;
color: #ffffff;
background: #fea724;
z-index: 10;
}
div.yyi-rinker-contents .yyi-rinker-attention span{
padding: 0 15px;
}
.yyi-rinker-attention-before, .yyi-rinker-attention-after {
display: inline;
position: absolute;
content: '';
}
.yyi-rinker-attention-before {
bottom: -8px;
left: 0.1px;
width: 0;
height: 0;
border-top: 9px solid;
border-top-color: inherit;
border-left: 9px solid transparent;
z-index: 1;
}
.yyi-rinker-attention-after {
top: 0;
right: -14.5px;
width: 0;
height: 0;
border-top: 15px solid transparent;
border-bottom: 15px solid transparent;
border-left: 15px solid;
border-left-color: inherit;
}
div.yyi-rinker-contents .yyi-rinker-attention.attention_desing_circle{
display: flex;
position: absolute;
top: -20px;
left: -20px;
width: 60px;
height: 60px;
min-width: auto;
min-height: auto;
justify-content: center;
align-items: center;
border-radius: 50%;
color: #fff;
background: #fea724;
font-weight: 600;
font-size: 17px;
}
div.yyi-rinker-contents.yyi-rinker-design-mini .yyi-rinker-attention.attention_desing_circle{
top: -14px;
left: -14px;
width: 36px;
height: 36px;
font-size: 12px;
}
div.yyi-rinker-contents .yyi-rinker-attention.attention_desing_circle{
}
div.yyi-rinker-contents .yyi-rinker-attention.attention_desing_circle span {
padding: 0;
}
div.yyi-rinker-contents .yyi-rinker-attention.attention_desing_circle .yyi-rinker-attention-after,
div.yyi-rinker-contents .yyi-rinker-attention.attention_desing_circle .yyi-rinker-attention-before{
display: none;
}
div.yyi-rinker-contents .yyi-rinker-attention.attention_desing_right_ribbon {
width: 89px;
height: 91px;
position: absolute;
top: -1px;
right: -1px;
left: auto;
overflow: hidden;
}
div.yyi-rinker-contents .yyi-rinker-attention.attention_desing_right_ribbon span {
display: inline-block;
width: 146px;
position: absolute;
padding: 4px 0;
left: -13px;
top: 12px;
text-align: center;
font-size: 12px;
line-height: 24px;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}
div.yyi-rinker-contents .yyi-rinker-attention.attention_desing_right_ribbon {
background: none;
}
.yyi-rinker-attention.attention_desing_right_ribbon .yyi-rinker-attention-after,
.yyi-rinker-attention.attention_desing_right_ribbon .yyi-rinker-attention-before{
display:none;
}
div.yyi-rinker-use-right_ribbon div.yyi-rinker-title {
margin-right: 2rem;
}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type="button"],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}@font-face {
font-family: stsvg;
src:  url(//ktysoft.com/wp-content/themes/affinger/st_svg/fonts/stsvg.eot?plodre);
src:  url(//ktysoft.com/wp-content/themes/affinger/st_svg/fonts/stsvg.eot?plodre#iefix) format('embedded-opentype'),
url(//ktysoft.com/wp-content/themes/affinger/st_svg/fonts/stsvg.ttf?plodre) format('truetype'),
url(//ktysoft.com/wp-content/themes/affinger/st_svg/fonts/stsvg.woff?plodre) format('woff'),
url(//ktysoft.com/wp-content/themes/affinger/st_svg/fonts/stsvg.svg?plodre#stsvg) format('svg');
font-weight: normal;
font-style: normal;
font-display: block;
}
[class^="st-svg-"], [class*=" st-svg-"] {
font-family: stsvg;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
#search .st-fa {
font-family: stsvg;
}
.st-svg-caret-down:before {
content: "\e901";
}
.st-svg-bar:before {
content: "\e916";
}
.st-svg-circle-w:before {
content: "\e920";
}
.st-svg-triangle:before {
content: "\e92b";
}
.st-svg-font-q:before {
content: "\e906";
}
.st-svg-h-top:before {
content: "\e905";
}
.st-svg-instagram:before {
content: "\e903";
}
.st-svg-get-pocket:before {
content: "\f265";
}
.st-svg-pinterest-p:before {
content: "\f231";
}
.st-svg-youtube-play:before {
content: "\f16a";
}
.st-svg-hand-right:before {
content: "\e974";
}
.st-svg-thumbs-o-down:before {
content: "\f088";
}
.st-svg-thumbs-o-up:before {
content: "\f087";
}
.st-svg-thumbs-up:before {
content: "\f164";
}
.st-svg-vidicon:before {
content: "\e934";
}
.st-svg-hand-o-down:before {
content: "\f0a7";
}
.st-svg-hand-o-right:before {
content: "\f0a4";
}
.st-svg-headphone:before {
content: "\e938";
}
.st-svg-pencil-square:before {
content: "\f14b";
}
.st-svg-pencil-square-o:before {
content: "\f044";
}
.st-svg-thumbs-down:before {
content: "\f165";
}
.st-svg-bullhorn:before {
content: "\f0a1";
}
.st-svg-columns:before {
content: "\f0db";
}
.st-svg-refresh:before {
content: "\f021";
}
.st-svg-plus-circle:before {
content: "\f055";
}
.st-svg-qr-code:before {
content: "\e933";
}
.st-svg-angle-double-down:before {
content: "\f103";
}
.st-svg-angle-double-right:before {
content: "\f101";
}
.st-svg-angle-down:before {
content: "\f107";
}
.st-svg-angle-right:before {
content: "\f105";
}
.st-svg-angle-up:before {
content: "\f106";
}
.st-svg-arrow-right:before {
content: "\f061";
}
.st-svg-arrow-left:before {
content: "\f061";
transform:rotate(180deg);
}
.st-svg-bell:before {
content: "\f0f3";
}
.st-svg-bold:before {
content: "\f032";
}
.st-svg-book:before {
content: "\f02d";
}
.st-svg-bookmark:before {
content: "\f02e";
}
.st-svg-calendar:before {
content: "\f073";
}
.st-svg-camera:before {
content: "\f030";
}
.st-svg-caret-right:before {
content: "\f0da";
}
.st-svg-caret-square-o-right:before {
content: "\f152";
}
.st-svg-check-circle:before {
content: "\f058";
}
.st-svg-chevron-circle-right:before {
content: "\f138";
}
.st-svg-chevron-circle-right_:before {
content: "\e937";
}
.st-svg-chevron-down:before {
content: "\f078";
}
.st-svg-chevron-left:before {
content: "\f053";
}
.st-svg-chevron-right:before {
content: "\f054";
}
.st-svg-clipboard:before {
content: "\f0ea";
}
.st-svg-clock-o:before {
content: "\f017";
}
.st-svg-cloud-download:before {
content: "\f0ed";
}
.st-svg-code:before {
content: "\f121";
}
.st-svg-cog:before {
content: "\f013";
}
.st-svg-cogs:before {
content: "\f085";
}
.st-svg-copy:before {
content: "\f0c5";
}
.st-svg-credit-card-alt:before {
content: "\f283";
}
.st-svg-desktop:before {
content: "\f108";
}
.st-svg-double-up:before {
content: "\f102";
}
.st-svg-download:before {
content: "\f019";
}
.st-svg-envelope:before {
content: "\f0e0";
}
.st-svg-envelope-o:before {
content: "\f003";
}
.st-svg-eraser:before {
content: "\f12d";
}
.st-svg-exchange:before {
content: "\f0ec";
}
.st-svg-exclamation-circle:before {
content: "\f06a";
}
.st-svg-exclamation-triangle:before {
content: "\f071";
}
.st-svg-external-link:before {
content: "\f08e";
}
.st-svg-eye:before {
content: "\f06e";
}
.st-svg-eye-slash:before {
content: "\f070";
}
.st-svg-file-image-o:before {
content: "\f1c5";
}
.st-svg-files-o:before {
content: "\e918";
}
.st-svg-file-text:before {
content: "\f15c";
}
.st-svg-file-text-o:before {
content: "\f0f6";
}
.st-svg-file-zip-o:before {
content: "\f1c6";
}
.st-svg-flag:before {
content: "\f024";
}
.st-svg-folder:before {
content: "\f07b";
}
.st-svg-folder-open-o:before {
content: "\f115";
}
.st-svg-font:before {
content: "\f031";
}
.st-svg-font-tag:before {
content: "\e914";
}
.st-svg-gift:before {
content: "\f06b";
}
.st-svg-home:before {
content: "\f015";
}
.st-svg-inbox:before {
content: "\f01c";
}
.st-svg-info-circle:before {
content: "\f05a";
}
.st-svg-lightbulb:before {
content: "\e915";
}
.st-svg-lightbulb-o:before {
content: "\f0eb";
}
.st-svg-line-chart:before {
content: "\f201";
}
.st-svg-list:before {
content: "\f03a";
}
.st-svg-list-alt:before {
content: "\f022";
}
.st-svg-list-ol:before {
content: "\f0cb";
}
.st-svg-list-ul:before {
content: "\f0ca";
}
.st-svg-lock:before {
content: "\f023";
}
.st-svg-money:before {
content: "\f0d6";
}
.st-svg-newspaper-o:before {
content: "\f1ea";
}
.st-svg-pages:before {
content: "\e96d";
}
.st-svg-paper-plane:before {
content: "\f1d8";
}
.st-svg-pdf-o:before {
content: "\f1c1";
}
.st-svg-pencil:before {
content: "\f040";
}
.st-svg-pencil-square-b:before {
content: "\e973";
}
.st-svg-percent:before {
content: "\f295";
}
.st-svg-picture-o:before {
content: "\f03e";
}
.st-svg-print:before {
content: "\f02f";
}
.st-svg-product-hunt:before {
content: "\f288";
}
.st-svg-reply:before {
content: "\f112";
}
.st-svg-rss:before {
content: "\f09e";
}
.st-svg-rss-square:before {
content: "\f143";
}
.st-svg-share-alt:before {
content: "\f1e0";
}
.st-svg-share-square:before {
content: "\f14d";
}
.st-svg-share-square-o:before {
content: "\f045";
}
.st-svg-shopping-cart:before {
content: "\f217";
}
.st-svg-shortcode:before {
content: "\e99a";
}
.st-svg-sign-in:before {
content: "\f090";
}
.st-svg-sign-out:before {
content: "\f08b";
}
.st-svg-star:before {
content: "\f005";
}
.st-svg-star-half-o:before {
content: "\f123";
}
.st-svg-star-o:before {
content: "\f006";
}
.st-svg-sticky-note-o:before {
content: "\f24a";
}
.st-svg-tachometer:before {
content: "\f0e4";
}
.st-svg-terminal:before {
content: "\f120";
}
.st-svg-thumb-tack:before {
content: "\f08d";
}
.st-svg-toggle-on:before {
content: "\f205";
}
.st-svg-txt:before {
content: "\e98c";
}
.st-svg-unlock-alt:before {
content: "\f13e";
}
.st-svg-url-copy:before {
content: "\e913";
}
.st-svg-user:before {
content: "\f007";
}
.st-svg-user-circle:before {
content: "\f2bd";
}
.st-svg-menu_cut:before {
content: "\e90a";
}
.st-svg-search_s:before {
content: "\e91f";
}
.st-svg-search_thin_s:before {
content: "\e921";
}
.st-svg-close:before {
content: "\e90e";
}
.st-svg-close_thin:before {
content: "\e90c";
}
.st-svg-menu_thin:before {
content: "\e90b";
}
.st-svg-menu:before {
content: "\e909";
}
.st-svg-border:before {
content: "\e91d";
}
.st-svg-circle-s:before {
content: "\e91e";
}
.st-svg-camera-retro:before {
content: "\f080";
}
.st-svg-check:before {
content: "\f00c";
}
.st-svg-facebook-square:before {
content: "\f082";
}
.st-svg-oukan:before {
content: "\e908";
}
.st-svg-relation:before {
content: "\e917";
}
.st-svg-diamond:before {
content: "\f219";
}
.st-svg-trophy:before {
content: "\f091";
}
.st-svg-slide-show:before {
content: "\e92a";
}
.st-svg-quote-left:before {
content: "\f10d";
}
.st-svg-magic:before {
content: "\f0d0";
}
.st-svg-plus:before {
content: "\f067";
}
.st-svg-quote-right:before {
content: "\f10e";
}
.st-svg-th:before {
content: "\f00a";
}
.st-svg-link:before {
content: "\f0c1";
}
.st-svg-map-marker:before {
content: "\f041";
}
.st-svg-tag:before {
content: "\f02b";
}
.st-svg-tags:before {
content: "\f02c";
}
.st-svg-palette:before {
content: "\e925";
}
.st-svg-footer:before {
content: "\e924";
}
.st-svg-header:before {
content: "\f1dc";
}
.st-svg-h-gazou:before {
content: "\e926";
}
.st-svg-h-under:before {
content: "\e927";
}
.st-svg-main-area:before {
content: "\e928";
}
.st-svg-sidebar:before {
content: "\e929";
}
.st-svg-minus-thin:before {
content: "\e922";
}
.st-svg-plus-thin:before {
content: "\e923";
}
.st-svg-quora:before,
.st-svg-question-circle:before {
content: "\f059";
}
.st-svg-close_cut:before {
content: "\e90d";
}
.st-svg-toc:before {
content: "\e91c";
}
.st-svg-bolt:before {
content: "\f0e7";
}
.st-svg-th-large:before {
content: "\f009";
}
.st-svg-paperclip:before {
content: "\f0c6";
}
.st-svg-tablet:before {
content: "\f10a";
}
.st-svg-times:before {
content: "\f00d";
}
.st-svg-comments-o:before {
content: "\f0e6";
}
.st-svg-circle-o:before {
content: "\f10c";
}
.st-svg-heart:before {
content: "\f004";
}
.st-svg-twitter:before {
content: "\f099";
}
.st-svg-mobile:before {
content: "\f10b";
}
.st-svg-emotion-frown:before {
content: "\e919";
}
.st-svg-emotion-meh:before {
content: "\e91a";
}
.st-svg-emotion-smile:before {
content: "\e91b";
}
.st-svg-plug:before {
content: "\f1e6";
}
.st-svg-bars:before {
content: "\f0c9";
}
.st-svg-comment:before {
content: "\f075";
}
.st-svg-commenting:before {
content: "\f27a";
}
.st-svg-comments:before {
content: "\f086";
}
.st-svg-amazon:before {
content: "\f270";
}
.st-svg-arrow-circle-o-right:before {
content: "\f18e";
}
.st-svg-arrow-circle-right:before {
content: "\f0a9";
}
.st-svg-bigginer_l:before {
content: "\e910";
}
.st-svg-bigginer_r:before {
content: "\e90f";
}
.st-svg-check-thin:before {
content: "\e902";
}
.st-svg-check_bold:before {
content: "\e907";
}
.st-svg-check_bold_max:before {
content: "\e901";
}
.st-svg-check_square_radius:before {
content: "\e904";
}
.st-svg-circle:before {
content: "\f111";
}
.st-svg-facebook:before {
content: "\f09a";
}
.st-svg-google:before {
content: "\f1a0";
}
.st-svg-hateb:before {
content: "\e911";
}
.st-svg-line:before {
content: "\e912";
}
.st-svg-search:before {
content: "\f002";
}
.st-svg-search-minus:before {
content: "\f010";
}
.st-svg-search-plus:before {
content: "\f00e";
}
.st-svg-search_thin:before {
content: "\e948";
}
.st-svg-arrow:before {
content: "\e900";
}
.st-svg-wordpress:before {
content: "\f19a";
} .st-svg-checkbox {
position:relative;
}
.st-svg-checkbox:before {
content: "\e904";
color:#ccc;
z-index:2;
margin-right:10px;
}
.st-svg-checkbox:after {
content: "\e907";
color:#ff0000;
position:absolute;
z-index:1;
top:0;
left:0;
text-shadow: -1px -1px 0 rgba(255, 255, 255, 1),1px -1px 0 rgba(255, 255, 255, 1),-1px 1px 0 rgba(255, 255, 255, 1),1px 1px 0 rgba(255, 255, 255, 1);
}
.st-bigginer {
position:relative;
}
.st-svg-bigginer {
position:relative;
}
.st-svg-bigginer:before {
content: "\e910";
color:#FFEE58;
z-index:2;
}
.st-svg-bigginer:after {
content: "\e90f";
position:absolute;
color:#388E3C;
z-index:1;
top:0;
left:0;
}.slick-slider
{
position: relative;
display: block;
box-sizing: border-box;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-touch-callout: none;
-khtml-user-select: none;
-ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-tap-highlight-color: transparent;
}
.slick-list
{
position: relative;
display: block;
overflow: hidden;
margin: 0;
padding: 0;
}
.slick-list:focus
{
outline: none;
}
.slick-list.dragging
{
cursor: pointer;
cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list
{
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.slick-track
{
position: relative;
top: 0;
left: 0;
display: block;
margin-left: auto;
margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
display: table;
content: '';
}
.slick-track:after
{
clear: both;
}
.slick-loading .slick-track
{
visibility: hidden;
}
.slick-slide
{
display: none;
float: left;
height: 100%;
min-height: 1px;
}
[dir='rtl'] .slick-slide
{
float: right;
}
.slick-slide img
{
display: block;
}
.slick-slide.slick-loading img
{
display: none;
}
.slick-slide.dragging img
{
pointer-events: none;
}
.slick-initialized .slick-slide
{
display: block;
}
.slick-loading .slick-slide
{
visibility: hidden;
}
.slick-vertical .slick-slide
{
display: block;
height: auto;
border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
display: none;
}
 .slick-loading .slick-list
{
background: #fff url(https://ktysoft.com/wp-content/themes/affinger/vendor/slick/ajax-loader.gif) center center no-repeat;
} @font-face
{
font-family: 'slick';
font-weight: normal;
font-style: normal;
src: url(https://ktysoft.com/wp-content/themes/affinger/vendor/slick/fonts/slick.eot);
src: url(https://ktysoft.com/wp-content/themes/affinger/vendor/slick/fonts/slick.eot?#iefix) format('embedded-opentype'), url(https://ktysoft.com/wp-content/themes/affinger/vendor/slick/fonts/slick.woff) format('woff'), url(https://ktysoft.com/wp-content/themes/affinger/vendor/slick/fonts/slick.ttf) format('truetype'), url(https://ktysoft.com/wp-content/themes/affinger/vendor/slick/fonts/slick.svg#slick) format('svg');
} .slick-prev,
.slick-next
{
font-size: 0;
line-height: 0;
position: absolute;
top: 50%;
display: block;
width: 20px;
height: 20px;
padding: 0;
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
transform: translate(0, -50%);
cursor: pointer;
color: transparent;
border: none;
outline: none;
background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
color: transparent;
outline: none;
background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
opacity: .25;
}
.slick-prev:before,
.slick-next:before
{
font-family: 'slick';
font-size: 20px;
line-height: 1;
opacity: .75;
color: white;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.slick-prev
{
left: -25px;
}
[dir='rtl'] .slick-prev
{
right: -25px;
left: auto;
}
.slick-prev:before
{
content: '←';
}
[dir='rtl'] .slick-prev:before
{
content: '→';
}
.slick-next
{
right: -25px;
}
[dir='rtl'] .slick-next
{
right: auto;
left: -25px;
}
.slick-next:before
{
content: '→';
}
[dir='rtl'] .slick-next:before
{
content: '←';
} .slick-dotted.slick-slider
{
margin-bottom: 30px;
}
.slick-dots
{
position: absolute;
bottom: -25px;
display: block;
width: 100%;
padding: 0;
margin: 0;
list-style: none;
text-align: center;
}
.slick-dots li
{
position: relative;
display: inline-block;
width: 20px;
height: 20px;
margin: 0 5px;
padding: 0;
cursor: pointer;
}
.slick-dots li button
{
font-size: 0;
line-height: 0;
display: block;
width: 20px;
height: 20px;
padding: 5px;
cursor: pointer;
color: transparent;
border: 0;
outline: none;
background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
opacity: 1;
}
.slick-dots li button:before
{
font-family: 'slick';
font-size: 6px;
line-height: 20px;
position: absolute;
top: 0;
left: 0;
width: 20px;
height: 20px;
content: '•';
text-align: center;
opacity: .25;
color: black;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
opacity: .75;
color: black;
}