@charset 'UTF-8';
@charset "UTF-8";
@charset "UTF-8";
@charset "UTF-8";
.dp-google-map{ position:relative; }
.dp-google-map img{ max-width:none; }
.dp-map-centered{ margin:0 auto; }
.dp-light-border-map{ border:5px solid white; border-radius:1px; box-shadow:0 0 10px lightgrey; }


#tcd-google-maps-h2{
	background-color: #333;
	background-image: url(//bigank.com/wp-content/plugins/tcd-google-maps/img/icon1.png);
	background-position: 20px center;
	background-repeat: no-repeat;
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	padding: 10px 45px;
	margin: 20px 0;
}

.tcd-google-maps-settings{
	background: #fff;
	padding: 20px;
	margin: 0 0 15px;
	border: solid 1px #eee;
}

.tcd-google-maps-settings h3{
	background-image: url(//bigank.com/wp-content/plugins/tcd-google-maps/img/icon2.png);
	background-position: left top;
	background-repeat: no-repeat;
	padding: 0 0 20px 22px;
	height: 25px;
	font-size: 22px;
	margin: 0;
	display: table-cell;
	vertical-align: middle;
}
.tcd-google-maps-settings p{
	margin: 0 0 1em;
}
.tcd-google-maps-settings input{
	background: #F1F1F1;
	border: none;
}
.tcd-google-maps-check{
	margin: 0;
}
.tcd-google-maps-check li{
	margin-bottom: 1em;
	list-style: none;
}
.tcd-google-maps-check li:last-child{
	margin-bottom: 0;
}
.tcd-google-maps-themes-default{
	display: block;
}
.tcd-google-maps-themes{
	display: inline-block;
	margin: 1em 15px 0 0;
}


/* フロントエンドのスタイル */

/* Web ビーコン */
.st-am-impression-tracker
{
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    margin: -1px;
    padding: 0;
    width: 1px;
    height: 1px;
    border: 0;
    white-space: nowrap;
}

/* タグ編集 */
.st-am-edit-link-button
{
    margin: 0;
    padding: 0;
    border: 0;
    background: none;
    color: #4682b4;
    text-decoration: underline;
    font-size: 95%;
    -webkit-appearance: none;
}

.st-am-edit-link-button:hover
{
    color: #b22222;
}



.st-pvm,
.st-pvm::before,
.st-pvm::after {
    box-sizing: border-box;
}

.st-pvm *,
.st-pvm *::before,
.st-pvm *::after {
    box-sizing: inherit;
}

/* Navigation */
.st-pvm-nav {
    position: relative;
    top: 1.5px;
    z-index: 2;
}

.post .st-pvm-nav-list:not(.toc_list):not(.st_toc_list):not(.children),
.widget_text .st-pvm-nav-list,
.st-pvm-nav-list {
    display: flex;
    margin: 0;
    padding: 0;
}

.post .st-pvm .st-pvm-nav-item,
.widget_text .st-pvm-nav-item,
.widget_text .st-pvm-nav-item:last-child,
.st-pvm-nav-item {
    display: block;
    margin: 0;
    padding: 10px;
    width: 33.33333%;
    border: 1px solid #f3f3f3;
    background: #fff;
    text-align: center;
    flex-grow: 1;
    flex-shrink: 0;
}

#side .st-pvm-nav-item
{
    padding: 5px;
}

.post .st-pvm-nav-item + .st-pvm-nav-item,
.widget_text .st-pvm-nav-item + .st-pvm-nav-item,
.widget_text .st-pvm-nav-item + .st-pvm-nav-item:last-child,
.st-pvm-nav-item + .st-pvm-nav-item {
    margin: 0;
    border-left: 0;
}

@media only screen and (min-width: 600px) {
    .post .st-pvm .st-pvm-nav-item,
    .widget_text .st-pvm-nav-item + .st-pvm-nav-item,
    .widget_text .st-pvm-nav-item + .st-pvm-nav-item:last-child,
    .st-pvm-nav-item {
        max-width: 33.33333%;
        width: 8em;
        flex-grow: 0;
    }
}

.post .st-pvm-nav-item[data-st-pvm-is-active],
.widget_text .st-pvm-nav-item[data-st-pvm-is-active],
.widget_text .st-pvm-nav-item[data-st-pvm-is-active]:last-child,
.st-pvm-nav-item[data-st-pvm-is-active] {
    border-bottom: 1px solid #fff;
    font-weight: bold;
}

.st-pvm-nav-item:hover {
    cursor: pointer;
}

/* Rankings */
.st-pvm-rankings {
    position: relative;
    z-index: 1;
    background: #fff;
}

/* Ranking */
.st-pvm-ranking {
    display: none;
    padding: 20px;
    border: 1px solid #f3f3f3;
}

.st-pvm-ranking[data-st-pvm-is-active] {
    display: block;
}

.post .st-pvm-ranking-list,
.st-pvm-ranking-list {
    margin: 0;
    padding: 0;
    counter-reset: st-pvm-ranking-item;
}

/* Ranking Item */
.post .st-pvm .st-pvm-ranking-item,
.widget .st-pvm-ranking-item,
.st-pvm-ranking-item {
    display: flex;
    margin: 0 0 20px;
    padding: 0 0 20px;
    border: 0;
    border-bottom: 1px solid #f3f3f3;
    counter-increment: st-pvm-ranking-item;
    align-items: flex-start;
}

.post .st-pvm .st-pvm-ranking-item:last-child,
.st-pvm-ranking-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: 0;
}

.st-pvm-ranking-item-image {
    position: relative;
    margin-right: 15px;
    width: 100px;
    flex-shrink: 0;
    flex-grow: 0;
}

.st-pvm-ranking-item-image::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 27px;
    height: 27px;
    background: #feb20a;
    color: #fff;
    content: counter(st-pvm-ranking-item, decimal);
    vertical-align: middle;
    text-align: center;
    font-weight: bold;
    font-size: .8rem;
    line-height: 27px;
}

.st-pvm-ranking-item-image img {
    vertical-align: bottom;
}

.st-pvm-ranking-item-body {
    flex-grow: 1;
}

.st-pvm-ranking-item-h {
    margin: 0;
    padding: 0;
    word-break: break-all;
    word-break: break-word;
    hyphens: auto;
}

.st-pvm-ranking-item.has-excerpt .st-pvm-ranking-item-h {
    margin: 0 0 5px;
}

.st-pvm-ranking-item-title {
    color: #000;
    text-decoration: none;
    font-weight: bold;
}

.st-pvm.has-pv .st-pvm-ranking-item-title {
    margin-right: .75em;
}

.st-pvm-ranking-item-pv {
    color: #f08;
    font-size: .85em;
}

.st-pvm-ranking-item-pv-number {
    margin-right: .15em;
}

.st-pvm-ranking-item-pv-unit {
    text-transform: lowercase;
}

.st-pvm-ranking-item-excerpt {
    word-break: break-all;
    word-break: break-word;
    hyphens: auto;
}

.st-pvm-ranking-item-excerpt * {
    margin: 0;
    padding: 0;
}

/* No result */
.st-pvm-ranking-no-result {
    margin: 0;
    padding: 0;
}

@media only screen and (min-width: 600px) {
	#side .st-pvm-ranking-item-image {
		max-width: 100px;
	}
}




/* フロントエンドのスタイル */

/* Web ビーコン */
.st-pvm-impression-tracker
{
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    margin: -1px;
    padding: 0;
    width: 1px;
    height: 1px;
    border: 0;
    white-space: nowrap;
}
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */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(//bigank.com/wp-content/themes/affinger/st_svg/fonts/stsvg.eot?plodre);
  src:  url(//bigank.com/wp-content/themes/affinger/st_svg/fonts/stsvg.eot?plodre#iefix) format('embedded-opentype'),
    url(//bigank.com/wp-content/themes/affinger/st_svg/fonts/stsvg.ttf?plodre) format('truetype'),
    url(//bigank.com/wp-content/themes/affinger/st_svg/fonts/stsvg.woff?plodre) format('woff'),
    url(//bigank.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-g-gallary:before {
  content: "\e931";
}
.st-svg-g-photo:before {
  content: "\e932";
}
.st-svg-g-quote:before {
  content: "\e935";
}
.st-svg-g-heading:before {
  content: "\e906";
}
.st-svg-g-classic:before {
  content: "\e916";
}
.st-svg-g-code:before {
  content: "\e920";
}
.st-svg-g-column:before {
  content: "\e92b";
}
.st-svg-g-embed-2:before {
  content: "\e92c";
}
.st-svg-g-group:before {
  content: "\e92d";
}
.st-svg-g-list:before {
  content: "\e92e";
}
.st-svg-g-paragraph:before {
  content: "\e92f";
}
.st-svg-g-table:before {
  content: "\e930";
}
.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-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-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;
}
/* Slider */
.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;
}


/* Slider */
.slick-loading .slick-list
{
    background: #fff url(https://bigank.com/wp-content/themes/affinger/vendor/slick/ajax-loader.gif) center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url(https://bigank.com/wp-content/themes/affinger/vendor/slick/fonts/slick.eot);
    src: url(https://bigank.com/wp-content/themes/affinger/vendor/slick/fonts/slick.eot?#iefix) format('embedded-opentype'), url(https://bigank.com/wp-content/themes/affinger/vendor/slick/fonts/slick.woff) format('woff'), url(https://bigank.com/wp-content/themes/affinger/vendor/slick/fonts/slick.ttf) format('truetype'), url(https://bigank.com/wp-content/themes/affinger/vendor/slick/fonts/slick.svg#slick) format('svg');
}
/* Arrows */
.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: '←';
}

/* Dots */
.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;
}