/*
 * StyleName: common.css
 * Version: 3.0.8
 */



/*!
 * normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css
 */

button,
hr,
input {
   overflow: visible
}

progress,
sub,
sup {
   vertical-align: baseline
}

[type=checkbox],
[type=radio],
legend {
   box-sizing: border-box;
   padding: 0
}

html {
   line-height: 1.15;
   -webkit-text-size-adjust: 100%
}

body {
   margin: 0
}

h1 {
   font-size: 2em;
   margin: .67em 0
}

hr {
   box-sizing: content-box;
   height: 0
}

code,
kbd,
pre,
samp {
   font-family: monospace, monospace;
   font-size: 1em
}

a {
   background-color: transparent
}

abbr[title] {
   border-bottom: none;
   text-decoration: underline;
   text-decoration: underline dotted
}

b,
strong {
   font-weight: bolder
}

small {
   font-size: 80%
}

sub,
sup {
   font-size: 75%;
   line-height: 0;
   position: relative
}

sub {
   bottom: -.25em
}

sup {
   top: -.5em
}

img {
   border-style: none
}

button,
input,
optgroup,
select,
textarea {
   font-family: inherit;
   font-size: 100%;
   line-height: 1.15;
   margin: 0
}

button,
select {
   text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
   -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
   border-style: none;
   padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
   outline: ButtonText dotted 1px
}

fieldset {
   padding: .35em .75em .625em
}

legend {
   color: inherit;
   display: table;
   max-width: 100%;
   white-space: normal
}

textarea {
   overflow: auto
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
   height: auto
}

[type=search] {
   -webkit-appearance: textfield;
   outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
   -webkit-appearance: none
}

::-webkit-file-upload-button {
   -webkit-appearance: button;
   font: inherit
}

details {
   display: block
}

summary {
   display: list-item
}

[hidden],
template {
   display: none
}



/*=============================================
 * reset 
 *=============================================*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
main,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
   margin: 0;
   padding: 0;
   font-size: 100%;
   font: inherit;
   vertical-align: baseline;
   outline: none;
   border: 0;
}

img {
   border: 0;

   -moz-transform: translateZ(0);
   -webkit-transform: translateZ(0);
   transform: translateZ(0);
}

img,
input {
   vertical-align: middle;
}

html h1,
html h2,
html h3,
html h4,
html h5,
html h6,
html address {
   margin: 0;
   padding: 0;
   font-style: normal;
   font-weight: normal;
   border: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
   display: block;
}

ol,
ul {
   list-style: none;
}

blockquote,
q {
   quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
   content: "";
   content: none;
}

table {
   border-spacing: 0;
   border-collapse: collapse;
}

table,
caption,
th,
td {
   font-style: normal;
   font-weight: normal;
}

hr {
   margin: 0;
   padding: 0;
}

iframe {
   margin: 0;
   padding: 0;
   border: 0;
}

form,
fieldset,
input,
button,
select,
optgroup,
option,
textarea,
label,
legend {
   margin: 0;
   padding: 0;
   outline: none;
}

span,
em,
strong,
dfn,
code,
samp,
kbd,
var,
cite,
abbr,
acronym,
q,
br,
ins,
del,
a,
img,
object {
   margin: 0;
   padding: 0;
   font-style: normal;
   font-weight: inherit;
   border: 0;
}

/*=============================================
 * reset - custom
 *=============================================*/

:before,
:after {
   pointer-events: none;
}

* {
   /* fix font boosting on mobile Chrome */
   max-height: 1000000px;
}

*:first-child+html img,
* html img {
   vertical-align: top;
}

html,
body {
   line-height: 1;
   word-spacing: normal;
   min-height: 100%;
   text-size-adjust: 100%;
   -moz-text-size-adjust: 100%;
   -webkit-text-size-adjust: 100%;
   overflow-scrolling: touch;
   -moz-overflow-scrolling: touch;
   -webkit-overflow-scrolling: touch;
   /* -webkit-font-smoothing: antialiased; */
}

html.break-jump,
.break-jump body {
   /* fixed for screen jumping bug on iOS */
   margin: auto;
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   overflow: auto;
}

input,
button,
select,
optgroup,
option,
textarea,
label {
   box-sizing: border-box;
   -moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
}

select,
button,
input:button,
input:submit,
input:reset {
   cursor: pointer;
}

strong {
   font-weight: 600;
}

em {
   font-style: italic;
}

small {
   font-size: smaller;
}

del {
   text-decoration: line-through;
}

a {
   color: inherit;
   text-decoration: none;
}

a:hover {
   text-decoration: underline;
}

a:focus,
a:active {
   outline: none;
   -moz-outline-style: none;
   ie-dummy: expression(this.hideFocus=true);
}

a[x-apple-data-detectors] {
   color: inherit !important;
   text-decoration: none !important;
   font-size: inherit !important;
   font-family: inherit !important;
   font-weight: inherit !important;
   line-height: inherit !important;
}



/* -- -- */
code {
   border: 0 !important;
}

a {
   transition: all 0.3s;
}

a:hover {
   color: #e26c4a;
   text-decoration: none;
}

a[href^="tel:"] {
   pointer-events: none;
   cursor: text;
}

@media screen and (max-width: 767px) {
   a[href^="tel:"] {
      pointer-events: auto;
      cursor: pointer;
   }
}

.pc {
   display: block;
}

.ipd {
   display: none;
}

.sp {
   display: none;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
   .ipd {
      display: block;
   }
}

@media screen and (max-width: 767px) {
   .pc {
      display: none;
   }

   .sp {
      display: block;
   }
}

/*=============================================
 * lazyload
 *=============================================*/

img:not([src]) {
   visibility: hidden;
}

img[data-src],
img[data-srcset] {
   display: block;
   min-height: 1px;
}

.i-wrapper {
   width: 100%;
   height: 0;
   padding-bottom: 66.67%;
   /* You define this doing height / width * 100% */
   position: relative;
}

.i-wrapper img {
   width: 100%;
   /*height: auto;*/
   position: absolute;
}



/*=============================================
 * .clearfix
 *=============================================*/

.nav-fl,
.nav-fr,
.clearfix {
   zoom: 1 !important;
}

.nav-fl:after,
.nav-fr:after,
.clearfix:after {
   content: "." !important;
   clear: both !important;
   display: block !important;
   height: 0 !important;
   visibility: hidden !important;
}



/*=============================================
 * nav - float/inline
 *=============================================*/

.nav-fl>* {
   float: left;
}

.nav-fr>* {
   float: right;
}

.nav-inline>* {
   display: inline-block;
}



/*=============================================
 * fonts
 *=============================================*/

/*
[class^=fnt-] {
   font-size: initial;
   font-weight: normal;
   font-style: normal;
   line-height: initial;
   letter-spacing: initial;
}
*/
.fnt-garamond {
   font-family: Garamond, "游明朝", YuMincho, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}



/*=============================================
 * text vertical
 *=============================================*/

.txt-vertical {
   cursor: vertical-text;
   writing-mode: vertical-rl;
   -o-writing-mode: vertical-rl;
   -ms-writing-mode: vertical-rl;
   -ms-writing-mode: tb-rl;
   -moz-writing-mode: vertical-rl;
   -webkit-writing-mode: vertical-rl;
   text-orientation: upright;
   word-wrap: break-word;
}

.txt-vertical .int {
   writing-mode: lr-tb;
   -o-writing-mode: horizontal-tb;
   -ms-writing-mode: horizontal-tb;
   -ms-writing-mode: lr-tb;
   -moz-writing-mode: horizontal-tb;
   -webkit-writing-mode: horizontal-tb;
   display: inline-block;
   text-align: center;
   line-height: 1.5em;
}

.txt-normal .int {
   height: 1.1em;
}

.txt-vertical-x>* {
   writing-mode: rl-tb;
   -o-writing-mode: vertical-tb;
   -ms-writing-mode: vertical-tb;
   -ms-writing-mode: rl-tb;
   -moz-writing-mode: vertical-tb;
   -webkit-writing-mode: vertical-tb;
   transform: rotate(90deg);
   -o-transform: rotate(90deg);
   -ms-transform: rotate(90deg);
   -moz-transform: rotate(90deg);
   -webkit-transform: rotate(90deg);
   display: inline-block;
   white-space: nowrap;
   word-wrap: break-word;
   width: 1px;
   line-height: 1;
}

.txt-vertical .txt-latin {
   cursor: vertical-text;
   direction: rtl;
   writing-mode: vertical-rl;
   -o-writing-mode: vertical-rl;
   -ms-writing-mode: vertical-rl;
   -ms-writing-mode: tb-rl;
   -moz-writing-mode: vertical-rl;
   -webkit-writing-mode: vertical-rl;
   text-orientation: sideways-right;
   -o-text-orientation: sideways-right;
   -ms-text-orientation: upright;
   -ms-text-orientation: sideways-right;
   -moz-text-orientation: sideways-right;
   -webkit-text-orientation: sideways-right;
   letter-spacing: .25em;
}



/*=============================================
 * .bg-parallax
 *=============================================*/

.bg-parallax {
   background-size: cover;
   background-repeat: no-repeat;
   background-position: top center;
   background-attachment: fixed;
   width: 100%;
   min-height: 600px;
}



/*=============================================
 * rollover button
 *=============================================*/
/*=============================================
 * .slide-fade
 *=============================================*/

.slideParent {
   position: relative;
}

.slide-fade {
   position: relative;
}

.slide-fade>* {
   margin: auto;
   width: 100%;
   height: 100%;
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
}

.slide-btn {
   pointer-events: none;
   margin: auto;
   width: 100%;
   position: relative;
   z-index: 1;
}

.slide-btn .slide-next,
.slide-btn .slide-prev {
   pointer-events: visible;
   position: absolute;
   top: 50%;
   transform: translateY(-50%);
   -moz-transform: translateY(-50%);
   -webkit-transform: translateY(-50%);
}

.slide-btn .slide-next {
   right: 0;
}

.slide-btn .slide-prev {
   left: 0;
}

.slide-btn .slide-next img,
.slide-btn .slide-prev img {
   cursor: pointer;
   opacity: 1;
   transition: opacity .3s ease;
   -moz-transition: opacity .3s ease;
   -webkit-transition: opacity .3s ease;
}

.slide-btn .slide-next img:hover,
.slide-btn .slide-prev img:hover {
   opacity: .8;
}

.slide-page {
   margin: 0 auto;
   text-align: center;
}

.slide-page>* {
   cursor: pointer;
   display: inline-block;
   margin: 0 5px;
   background: #C0C0C0;
   width: 15px;
   height: 15px;
   -moz-border-radius: 100%;
   -webkit-border-radius: 100%;
   border-radius: 100%;
   transition: all .3s ease;
   -moz-transition: all .3s ease;
   -webkit-transition: all .3s ease;
}

.slide-page>*:hover,
.slide-page>*.active {
   background: #8D8D8D;
}



/*=============================================
 * .nav-animate
 *=============================================*/

.nav-animate {}



/*=============================================
 * .nav-fixed
 *=============================================*/

.nav-fixed {}

.nav-fixed.fixed {
   position: fixed;
   left: 0;
   right: 0;
   text-align: center;
}

.nav-target {}

.nav-pin {}

.nav-pin.fixed {}



/*=============================================
 * .wrap
 *=============================================*/

.wrap {
   width: 100%;
   max-width: 966px;
   margin: 0 auto;
   box-sizing: border-box;
   position: relative;
}

@media screen and (max-width: 991px) {
   .wrap {
      max-width: 720px;
   }
}

@media screen and (max-width: 767px) {
   .wrap {
      width: 100%;
      max-width: 100%;
      padding: 0 20px;
   }
}

.container {
   width: 100%;
   margin-right: auto;
   margin-left: auto;
}

@media (min-width: 576px) {
   .container {
      max-width: 540px;
   }
}

@media (min-width: 768px) {
   .container {
      max-width: 720px;
   }
}

@media (min-width: 992px) {
   .container {
      max-width: 960px;
   }
}

@media (min-width: 1200px) {
   .container {
      max-width: 1140px;
   }
}

.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
   width: 100%;
   padding-right: 15px;
   padding-left: 15px;
   margin-right: auto;
   margin-left: auto;
}

@media (min-width: 576px) {
   .container {
      max-width: 540px;
   }
}

@media (min-width: 768px) {
   .container {
      max-width: 720px;
   }
}

@media (min-width: 992px) {
   .container {
      max-width: 960px;
   }
}

@media (min-width: 1200px) {
   .container {
      max-width: 1140px;
   }
}

/*=============================================
 * .tabs-switch
 *=============================================*/

.tabs-switch {}

.tabs-switch .tab-link {}

.tabs-switch .tab-link>* {
   cursor: pointer;
   display: inline-block;
}

.tabs-switch .tab-link>* a {
   pointer-events: none;
}

.tabs-switch .tab-link.link-over>* {
   position: relative;
}

.tabs-switch .tab-link.link-over>*>img {}

.tabs-switch .tab-link.link-over>*>img+img {
   margin: auto;
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
}

.tabs-switch .tab-link.link-over>*>img+img,
.tabs-switch .tab-link.link-over>*:hover>img,
.tabs-switch .tab-link.link-over>*.active>img {
   opacity: 0;
}

.tabs-switch .tab-link.link-over>*:hover>img+img,
.tabs-switch .tab-link.link-over>*.active>img+img {
   opacity: 1;
}

.tabs-switch .tab-content {}

.tabs-switch[data=fade] .tab-content {
   min-height: 100px;
   position: relative;
}

.tabs-switch .tab-content>* {
   display: none;
}

.tabs-switch[data=fade] .tab-content>* {
   margin: auto;
   width: 100%;
   height: 100%;
   /*
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   */
}



/*=============================================
 * .toggle
 *=============================================*/

.toggle {}

.toggle .toggle-link {
   cursor: pointer;
   position: relative;
}

.toggle .toggle-main {
   display: none;
}

.toggle.active .toggle-main {
   display: block;
}



/*=============================================
 * .pagination
 *=============================================*/

.pagination {}

.pagination>.page-content {}

.pagination>.page-content>* {
   display: none;
}

.pagination>.page-content>*.active {
   display: block;
}

.pagination>.page-link {
   text-align: center;
}

.pagination>.page-link ul {}

.pagination>.page-link li {
   cursor: pointer;
   display: inline-block;
}

.pagination>.page-link .page-item {}

.pagination>.page-link .page-item.active {
   font-weight: 600;
}

.pagination>.page-link .page-ellipse {}

.pagination>.page-link .page-first {}

.pagination>.page-link .page-last {}

.pagination>.page-link .page-next {}

.pagination>.page-link .page-prev {}

.pagination>.page-link .page-ellipse,
.pagination>.page-link .page-first.disabled,
.pagination>.page-link .page-last.disabled,
.pagination>.page-link .page-next.disabled,
.pagination>.page-link .page-prev.disabled {
   cursor: not-allowed;
}



/*=============================================
 * .noanimated
 *=============================================*/

.noanimated {}

.noanimated .wow {
   visibility: visible !important;
   animation-duration: none !important;
   -moz-animation-duration: none !important;
   -webkit-animation-duration: none !important;
   animation-fill-mode: none !important;
   -moz-animation-fill-mode: none !important;
   -webkit-animation-fill-mode: none !important;
}



/*=============================================
 * .rss
 *=============================================*/

.rss {
   word-wrap: break-word;
   word-break: break-word;
}



/*=============================================
 * #pagetop
 *=============================================*/

#pagetop {
   transition:
      opacity .3s ease,
      visibility .3s ease;
   -moz-transition:
      opacity .3s ease,
      visibility .3s ease;
   -webkit-transition:
      opacity .3s ease,
      visibility .3s ease;
}

#pagetop.visible {}

#pagetop.in-scroll {
   cursor: not-allowed;
}

#pagetop>* {
   opacity: 1;
   transition: opacity .3s ease;
   -moz-transition: opacity .3s ease;
   -webkit-transition: opacity .3s ease;
}

#pagetop>*:hover {
   cursor: pointer;
   opacity: .8;
}



/*=============================================
 * <header>
 *=============================================*/

header {}

header>.wrap {}

header h1 {}



/*=============================================
 * <section>
 *=============================================*/

section {
   clear: both;
   margin: auto;
   width: 100%;
   position: relative;
}



/*=============================================
 * <footer>
 *=============================================*/

footer {
   position: relative;
}

footer a {
   color: inherit;
}

address {
   text-align: center;
}



/*=============================================
 * #socialbuttons
 *=============================================*/

#socialbuttons {
   font: unset;
   line-height: normal;
   text-align: center;
   display: -webkit-flex;
   display: -moz-flex;
   display: -ms-flex;
   display: -o-flex;
   display: flex;
   justify-content: center;
   align-items: center;
}

#socialbuttons>* {
   height: 20px;
   margin: 0 3px;
}


.social-google {
   display: none !important;
}

/*=============================================
 * debugger
 *=============================================*/

html.fc-debugger {}

#fc-console {
   opacity: 0;
   margin: auto;
   color: #F0F0F0;
   font-size: 14px;
   font-family: Consolas, "Source Code Pro", "Lucida Grande", monospace, sans-serif;
   background: rgba(60, 60, 60, .9);
   width: 90%;
   max-width: 1200px;
   border: 1px solid rgba(255, 255, 255, .05);
   position: fixed;
   top: 100%;
   left: 0;
   right: 0;
   bottom: 0;
   box-shadow: 5px 10px 10px rgba(0, 0, 0, .5);
   -moz-box-shadow: 5px 10px 10px rgba(0, 0, 0, .5);
   -webkit-box-shadow: 5px 10px 10px rgba(0, 0, 0, .5);
   transition: all .3s ease;
   -moz-transition: all .3s ease;
   -webkit-transition: all .3s ease;
   visibility: hidden;
   z-index: 9999999999999999999999999999999;
}

html.fc-debugger #fc-console {
   opacity: 1;
   visibility: visible;
}

#fc-console.active {
   top: initial;
}

#fc-console * {
   color: #EFEFEF;
   font-size: 14px;
   text-shadow: 1px 1px 1px rgba(0, 0, 0, .5);
   line-height: 20px;
}

#fc-console .console-title {
   cursor: pointer;
   margin: auto;
   padding: 10px 20px;
   color: #202020;
   font-size: 20px;
   font-weight: 600;
   font-variant: small-caps;
   text-shadow: none;
   line-height: 22px;
   background: rgba(215, 215, 215, .8);
   border: 1px solid rgba(255, 255, 255, .05);
   position: absolute;
   top: -45px;
   left: -1px;
   right: -1px;
   transition: all .3s ease;
   -moz-transition: all .3s ease;
   -webkit-transition: all .3s ease;
}

#fc-console .console-title[data-total]:before {
   content: attr(data-total);
   margin-left: -10px;
   margin-right: 10px;
   padding: 3px 10px;
   color: #FEFEFE;
   font-size: 12px;
   text-align: center;
   text-shadow: 1px 1px 1px rgba(0, 0, 0, .5);
   line-height: 15px;
   background: #D82323;
   height: 15px;
   border-radius: 10px;
   -moz-border-radius: 10px;
   -webkit-border-radius: 15px;
   position: relative;
   top: -3px;
}

#fc-console .console-title:hover {
   color: #303030;
   background: rgba(215, 215, 215, .9);
}

#fc-console .console-clear {
   cursor: pointer;
   margin: auto;
   padding: 5px 10px;
   font-size: 12px;
   line-height: 15px;
   background: #607D8B;
   border-radius: 3px;
   -moz-border-radius: 3px;
   -webkit-border-radius: 3px;
   position: absolute;
   top: -35px;
   right: 7px;
   transition: all .3s ease;
   -moz-transition: all .3s ease;
   -webkit-transition: all .3s ease;
}

#fc-console .console-clear:hover {
   background: #4C626D;
}

#fc-console .console-main {
   padding: 10px;
   max-height: 350px;
   max-height: 35vh;
   overflow: hidden;
   overflow-y: auto;
}

#fc-console .console-main a {
   color: #3A92C8;
   text-decoration: none;
}

#fc-console .console-main a:hover {
   text-decoration: underline;
}

#fc-console .console-block {
   padding: 10px;
   position: relative;
}

#fc-console .console-block[data-count]:before {
   content: attr(data-count);
   margin: auto;
   padding: 3px 10px;
   color: #FEFEFE;
   font-size: 12px;
   text-align: center;
   line-height: 15px;
   background: #D82323;
   height: 15px;
   border-radius: 10px;
   -moz-border-radius: 10px;
   -webkit-border-radius: 15px;
   position: absolute;
   top: 0;
   left: 0;
   bottom: 0;
}

#fc-console .console-block+.console-block {}

#fc-console .console-block+.console-block:after {
   content: "";
   margin: auto;
   background: rgba(0, 0, 0, .1);
   height: 1px;
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   box-shadow: 0 1px rgba(255, 255, 255, .05);
   -moz-box-shadow: 0 1px rgba(255, 255, 255, .05);
   -webkit-box-shadow: 0 1px rgba(255, 255, 255, .05);
}

#fc-console .console-block>* {
   margin: 5px 0;
}

#fc-console .console-message {
   padding-left: 20px;
   color: #F44336;
   font-style: italic;
   position: relative;
}

#fc-console .console-message:before {
   content: "#";
   color: #F44336;
   position: absolute;
   top: 0;
   left: 0;
   bottom: 0;
}

#fc-console .console-stacktrace {
   margin-left: 20px;
   padding-left: 20px;
   box-shadow: inset 2px 0 rgba(255, 255, 255, .1);
   -moz-box-shadow: inset 2px 0 rgba(255, 255, 255, .1);
   -webkit-box-shadow: inset 2px 0 rgba(255, 255, 255, .1);
}

#fc-console .console-stacktrace>* {
   font-size: 13px;
}

#fc-console .console-script {}

#fc-console .console-line {}

#fc-console .console-column {}

#fc-console .console-error {
   margin-left: 18px;
   padding-left: 22px;
   color: #CFCFCF;
   position: relative;
}

#fc-console .console-error:before {
   content: "$";
   position: absolute;
   top: 0;
   left: 0;
   bottom: 0;
}



/*=============================================
 * .copy - clipboard
 *=============================================*/

.copy {
   cursor: pointer;
   touch-action: manipulation;
   /* fixed for iOS */
   transition: all .3s ease;
   -moz-transition: all .3s ease;
   -webkit-transition: all .3s ease;
}

.copy:hover {
   opacity: .8;
}

.copy.copied {}



/*=============================================
 * customs
 *=============================================*/

.bxSlider,
.bxSlider * {
   transition: none;
   -moz-transition: none;
   -webkit-transition: none;
}

.bx-wrapper img {
   /* responsive */
   display: block;
   max-width: 100%;
   height: auto;
}

a.bx-next,
a.bx-next:active,
a.bx-next:focus,
a.bx-next:hover,
a.bx-next:hover img,
a.bx-prev,
a.bx-prev:active,
a.bx-prev:focus,
a.bx-prev:hover,
a.bx-prev:hover img,
a.bx-pager-link,
a.bx-pager-link:active,
a.bx-pager-link:focus,
a.bx-pager-link:hover,
a.bx-pager-link:hover img,
a[data-slide-index],
a[data-slide-index]:active,
a[data-slide-index]:focus,
a[data-slide-index]:hover,
a[data-slide-index]:hover img {
   pointer-events: visible !important;
   cursor: pointer !important;
}

.fb-page {
   background: #FFF;
   width: 100%;
   height: inherit;
}

.fb-like.fb_iframe_widget>span {
   display: block;
   vertical-align: baseline !important;
}

/* https://stackoverflow.com/questions/29429296/responsive-width-facebook-page-plugin/31971705 */
.fb-page,
.fb-page span,
.fb-page span iframe[style] {
   max-width: 100% !important;
}



/*=============================================
 * horizontal & vertical align
 *=============================================*/

.x-full {
   margin: auto;
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
}

.x-center {
   text-align: center;
   position: relative;
   left: 50%;
   transform: translateX(-50%);
   -moz-transform: translateX(-50%);
   -webkit-transform: translateX(-50%);
}

.y-center {
   position: relative;
   top: 50%;
   transform: translateY(-50%);
   -moz-transform: translateY(-50%);
   -webkit-transform: translateY(-50%);
}

.z-center {
   margin-right: -50%;
   text-align: center;
   position: relative;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
   -moz-transform: translate(-50%, -50%);
   -webkit-transform: translate(-50%, -50%);
}



/*=============================================
 * .vh-fix
 *=============================================*/

.vh-fix {}



/*=============================================
 * .full-height - 100vh
 *
 * this bug not displaying 100vh correctly
 * fixed on iOS/Chrome
 *=============================================*/

.full-height {
   height: 100vh;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
   .full-height {
      height: 768px;
   }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
   .full-height {
      height: 1024px;
   }
}

@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2) {
   .full-height {
      height: 320px;
   }
}

@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 2) {
   .full-height {
      height: 568px;
   }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
   .full-height {
      height: 320px;
   }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
   .full-height {
      height: 480px;
   }
}



/*=============================================
 * customs commo
 *=============================================*/

.fl {
   float: left;
}

.fr {
   float: right;
}

.fn {
   float: none;
}



/*=============================================
 * WordPress
 *=============================================*/

body.wp {}



/*=============================================
 * RESPONSIVE
 *=============================================*/

img {
   width: auto;
   max-width: 100%;
   height: auto;
}


@media only screen and (max-width: 768px) {
   html.responsive #socialbuttons .social-line {
      width: 92px;
      overflow: hidden;
   }
}

@media only screen and (max-width: 640px) {}

@media only screen and (max-width: 480px) {}

@media only screen and (max-width: 320px) {
   html.responsive {
      min-width: 320px !important;
   }
}

@-moz-document url-prefix() {
   .txt-vertical .txt-latin {
      display: inline-block;
      vertical-align: middle;
      transform: rotate(180deg);
   }
}

/*=============================================
 * hamburger
 *=============================================*/
.hamburger {
   width: 55px;
   height: 55px;
   border: 2px solid #161616;
   color: #161616;
   box-sizing: border-box;
   border-radius: 50%;
   position: relative;
   z-index: 1;
   cursor: pointer;
}

.hamburger span {
   display: block;
   width: 22px;
   height: 2px;
   background: #161616;
   transition: all 0.3s ease;
   -webkit-transition: all 0.3s ease;
   -moz-transition: all 0.3s ease;
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
}

.hamburger span:before,
.hamburger span:after {
   content: "";
   position: absolute;
   left: 0;
   width: 100%;
   height: 2px;
   background: #161616;
   transition: all 0.3s ease;
   -webkit-transition: all 0.3s ease;
   -moz-transition: all 0.3s ease;
}

.hamburger span:before {
   top: -10px;
}

.hamburger span:after {
   top: 10px;
}

.hamburger.is-active span {
   background-color: transparent !important;
}

.hamburger.is-active span:before {
   top: 0;
   transform: rotate(45deg);
   -moz-transform: rotate(45deg);
   -webkit-transform: rotate(45deg);
}

.hamburger.is-active span:after {
   top: 0;
   transform: rotate(-45deg);
   -moz-transform: rotate(-45deg);
   -webkit-transform: rotate(-45deg);
}
@media screen and (max-width: 767px) {
   .hamburger {
      width: 50px;
      height: 50px;
   }
}