@charset "utf-8";

/*------------------------------------------------------------------------------------
   HTML5 display definitions
------------------------------------------------------------------------------------*/
article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary { display: block; }
audio,canvas,video { display: inline-block; }
audio:not([controls]) { display: none; height: 0; }
[hidden],template { display: none; }

/*------------------------------------------------------------------------------------
   Base
------------------------------------------------------------------------------------*/
html { font-family: sans-serif; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; }
body { margin: 0; }
* { margin: 0; padding: 0; }

/*------------------------------------------------------------------------------------
   Links
------------------------------------------------------------------------------------*/
*:focus { outline: none; border: none;}
a { background: transparent; }
a:active,a:hover { outline: 0; }

/*------------------------------------------------------------------------------------
   Typography
------------------------------------------------------------------------------------*/
h1 { font-size: 2em; margin: 0.67em 0; }
abbr[title] { border-bottom: 1px dotted; }
b,strong,.strong { font-weight: bold; }
dfn,em,.em { font-style: italic; }
hr { -moz-box-sizing: content-box; box-sizing: content-box; height: 0; }
p { -webkit-hyphens: auto; -epub-hyphens: auto; -moz-hyphens: auto; hyphens: auto; }
pre { margin: 0; }
code,kbd,pre,samp { font-family: monospace, serif; font-size: 1em; }
pre { white-space: pre-wrap; }
q { quotes: "\201C" "\201D" "\2018" "\2019"; }
q:before,q:after { content: ''; content: none; }
small, .small { font-size: 75%; }
sub,sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

/*------------------------------------------------------------------------------------
   Lists
------------------------------------------------------------------------------------*/
dd { margin: 0; }
menu { padding: 0 0 0 40px; }
ol,ul { padding: 0; list-style-type: none; }
nav ul,nav ol { list-style: none; list-style-image: none; }

/*------------------------------------------------------------------------------------
   Embedded content
------------------------------------------------------------------------------------*/
img { border: 0; max-width:100%; height: auto; max-height: 100%; vertical-align: bottom; }
svg:not(:root) { overflow: hidden; }

/* ------------------------------------------------------------------------------------
   Figures
------------------------------------------------------------------------------------*/
figure { margin: 0; }

/*------------------------------------------------------------------------------------
   Forms
------------------------------------------------------------------------------------*/
fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; }
legend { border: 0; padding: 0; }
button,input,select,textarea { font-family: inherit; font-size: 100%; margin: 0; }
button,input { line-height: normal; }
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; }
input[type="checkbox"],input[type="radio"] { box-sizing: border-box; padding: 0; }
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; }
button::-moz-focus-inner,input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; }
input[type="text"],input[type="email"],input[type="url"],textarea,select {
vertical-align: top;display: inline-block;height: 30px;padding: 3px 6px;margin:3px;font-size: 14px;line-height: 1.42857143;border-radius: 2px;-webkit-border-radius: 2px;-moz-border-radius: 2px;color: #333;background-color: #fff;background-image: none;border: 1px solid #ccc;border-radius: 3px;-webkit-box-shadow: none;box-shadow: none;-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;}
textarea {height: auto;}
select {vertical-align: top;display: inline-block;}
input[type="submit"] {vertical-align: top;display: inline-block;height: 30px;padding: 3px 18px;margin: 3px;font-size: 14px;font-weight: 700;line-height: 1.42857143;text-align: center;white-space: nowrap;-ms-touch-action: manipulation;touch-action: manipulation;cursor: pointer;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;background-image: none;border: 1px solid transparent;border-radius: 2px;-webkit-border-radius: 2px;-moz-border-radius: 2px;color: #fff;background-color: #222;}
input[type="submit"]:hover {background: #333;}

/*------------------------------------------------------------------------------------
   Tables
------------------------------------------------------------------------------------*/
table { border-collapse: collapse; border-spacing: 0; }
th { text-align: left; }
th, td { padding: .25em .5em; }

/*------------------------------------------------------------------------------------
   Clearfix
------------------------------------------------------------------------------------*/
.cf { zoom: 1; }
.cf:before, .cf:after { content: ""; display: table; }
.cf:after { clear: both; }

/*------------------------------------------------------------------------------------
   Clear
------------------------------------------------------------------------------------*/
.clear { clear: both; }

/*------------------------------------------------------------------------------------
   Fixed
------------------------------------------------------------------------------------*/
.fixed {
    position:fixed;
    top:0;
    left:0;
    width:100%;
}

/*------------------------------------------------------------------------------------
   Section
------------------------------------------------------------------------------------*/
.of-hidden {
  overflow: hidden;
}

.section-py {
  padding-top: 60px;
  padding-bottom: 60px; }
.section-pt {
  padding-top: 60px; }
.section-pb {
  padding-bottom: 60px; }

.section-my {
  margin-top: 60px;
  margin-bottom: 60px; }
.section-mt {
  margin-top: 60px; }
.section-mb {
  margin-bottom: 60px; }

.content-my {
  margin-top: 30px;
  margin-bottom: 30px; }
.content-mt {
  margin-top: 30px; }
.content-mb {
  margin-bottom: 30px; }

@media only screen and (min-width: 960px) {
  .section-py {
    padding-top: 80px;
    padding-bottom: 80px; }
  .section-pt {
    padding-top: 80px; }
  .section-pb {
    padding-bottom: 80px; }

  .section-my {
    margin-top: 80px;
    margin-bottom: 80px; }
  .section-mt {
    margin-top: 80px; }
  .section-mb {
    margin-bottom: 80px; }

  .content-my {
    margin-top: 40px;
    margin-bottom: 40px; }
  .content-mt {
    margin-top: 40px; }
  .content-mb {
    margin-bottom: 40px; }
}
@media only screen and (min-width: 1200px) {
  .section-py {
    padding-top: 100px;
    padding-bottom: 100px; }
  .section-pt {
    padding-top: 100px; }
  .section-pb {
    padding-bottom: 100px; }

  .section-my {
    margin-top: 100px;
    margin-bottom: 100px; }
  .section-mt {
    margin-top: 100px; }
  .section-mb {
    margin-bottom: 100px; }

  .content-my {
    margin-top: 50px;
    margin-bottom: 50px; }
  .content-mt {
    margin-top: 50px; }
  .content-mb {
    margin-bottom: 50px; }
}

/*------------------------------------------------------------------------------------
   Inner & Container
------------------------------------------------------------------------------------*/
.cont {
  position: relative; }
.container {
  position: relative; }
.inner,.inner-lower {
  width: 100%;
  margin: 0 auto;
  padding: 0 2.5vw 1.5em;
  position:relative; }

@media only screen and (min-width: 576px) { 
  .inner,.inner-lower {
    max-width: 540px; }
}
@media only screen and (min-width: 768px) { 
  .inner,.inner-lower {
    max-width: 720px; }
  #main .inner {
    padding: 0 0 2em; }
  #main .inner-lower {
    padding: 2em 0 0; }
}
@media only screen and (min-width: 960px) {
  .inner {
    max-width: 960px; }
  #main .inner {
    padding: 0 0 2.5em; } 
  #main .inner-lower {
    padding: 2.5em 0 0; } 
  .container {
    padding-right: 16px;
    padding-left: 16px; }
}
@media only screen and (min-width: 1200px) {
  .inner,.inner-lower {
    max-width: 1108px; }
  .container.container_S {
    max-width: 1032px; }
}
@media only screen and (min-width: 1366px) {
  .inner,.inner-lower {
    max-width: 1200px; }
  .container {
    max-width: 1248px;
    padding-right: 24px;
    padding-left: 24px; }
  .container.container_S {
    max-width: 1048px; }
}
/*------------------------------------------------------------------------------------
   Row
------------------------------------------------------------------------------------*/
.row:not(.no-gutters) {
  margin-right: -5px;
  margin-left: -5px; }
.row:not(.no-gutters) > .col,
.row:not(.no-gutters) > [class*=col-] {
  padding: 5px; }

@media only screen and (min-width: 768px) { 
  .row:not(.no-gutters) {
    margin-right: -10px;
    margin-left: -10px; }
  .row:not(.no-gutters) > .col,
  .row:not(.no-gutters) > [class*=col-] {
    padding: 10px; }
}
@media only screen and (min-width: 960px) {
  .row:not(.no-gutters) {
    margin-right: -16px;
    margin-left: -16px; }
  .row:not(.no-gutters) > .col,
  .row:not(.no-gutters) > [class*=col-] {
    padding: 16px; }
}
@media only screen and (min-width: 1366px) {
  .row:not(.no-gutters) {
    margin-right: -24px;
    margin-left: -24px; }
  .row:not(.no-gutters) > .col,
  .row:not(.no-gutters) > [class*=col-] {
    padding: 24px; }
}

/**************************************************************************************
GRID
**************************************************************************************/
* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

@media only screen and (max-width: 767px) {
.m1,.m2,.m3,.m4,.m5,.m6,.m7,.m8,.m9,.m10,.m11 { float:left; }
.m1,.m2,.m3,.m4,.m5,.m6,.m7,.m8,.m9,.m10,.m11,.m12 {  padding:1.125vw;  }

.m0 { display:none; }
.m1 { width: 8.3333333333%; }
.m2 { width: 16.666666666%; }
.m3 { width: 25%; }
.m4 { width: 33.3333333333%; }
.m5 { width: 41.6666666666%; }
.m6 { width: 50%; }
.m7 { width: 58.3333333333%; }
.m8 { width: 66.6666666666%; }
.m9 { width: 75%; }
.m10 { width: 83.3333333333%; }
.m11 { width: 91.6666666666%; }
.m12 { width: 100%; clear:both;}
}
    
@media only screen and (min-width: 768px) and (max-width: 959px) {
.t1,.t2,.t3,.t4,.t5,.t6,.t7,.t8,.t9,.t10,.t11 { float:left; }
.t1,.t2,.t3,.t4,.t5,.t6,.t7,.t8,.t9,.t10,.t11,.t12 { padding:10px; }

.t0 { display:none; }
.t1 { width: 8.3333333333%; }
.t2 { width: 16.666666666%; }
.t3 { width: 25%; }
.t4 { width: 33.3333333333%; }
.t5 { width: 41.6666666666%; }
.t6 { width: 50%; }
.t7 { width: 58.3333333333%; }
.t8 { width: 66.6666666666%; }
.t9 { width: 75%; }
.t10 { width: 83.3333333333%; }
.t11 { width: 91.6666666666%; }
.t12 { width: 100%; clear:both; }
}

@media only screen and (min-width: 960px) {
.d1,.d2,.d3,.d4,.d5,.d6,.d7,.d8,.d9,.d10,.d11 { float:left; }
.d1,.d2,.d3,.d4,.d5,.d6,.d7,.d8,.d9,.d10,.d11,.d12 { padding:16px; }

.d0 { display:none; }
.d1 { width: 8.3333333333%; }
.d2 { width: 16.666666666%; }
.d3 { width: 25%; }
.d4 { width: 33.3333333333%; }
.d4-half { width: 37.5%; }
.d5 { width: 41.6666666666%; }
.d6 { width: 50%; }
.d7 { width: 58.3333333333%; }
.d8 { width: 66.6666666666%; }
.d9 { width: 75%; }
.d10 { width: 83.3333333333%; }
.d11 { width: 91.6666666666%; }
.d12 { width: 100%; clear:both; }
}

@media only screen and (min-width: 1366px) {
.d1,.d2,.d3,.d4,.d5,.d6,.d7,.d8,.d9,.d10,.d11 { float:left; }
.d1,.d2,.d3,.d4,.d5,.d6,.d7,.d8,.d9,.d10,.d11,.d12 { padding:24px; }
}


/**************************************************************************************
MARGIN
**************************************************************************************/
.mt025em { margin-top: .25em; }
.mr025em { margin-right: .25em; }
.mb025em { margin-bottom: .25em; }
.ml025em { margin-left: .25em; }

.mt05em { margin-top: .5em; }
.mr05em { margin-right: .5em; }
.mb05em { margin-bottom: .5em; }
.ml05em { margin-left: .5em; }

.mt075em { margin-top: .75em; }
.mr075em { margin-right: .75em; }
.mb075em { margin-bottom: .75em; }
.ml075em { margin-left: .75em; }

.mt1em { margin-top: 1em; }
.mr1em { margin-right: 1em; }
.mb1em { margin-bottom: 1em; }
.ml1em { margin-left: 1em; }


/******************************************************************
PRINT STYLESHEET
******************************************************************/
@media print {
/*---------------------------------------------------------------*/
* {
  background: transparent !important;
  color: black !important;
  text-shadow: none !important;
  filter: none !important;
  -ms-filter: none !important; }

a, a:visited {
  color: #444 !important;
  text-decoration: underline; }

a:after, a:visited:after {
  content: " (" attr(href) ")"; }

a abbr[title]:after, a:visited abbr[title]:after {
  content: " (" attr(title) ")"; }

.ir a:after,
a[href^="javascript:"]:after,
a[href^="#"]:after {
  content: ""; }

pre, blockquote {
  border: 1px solid #999;
  page-break-inside: avoid; }

thead {
  display: table-header-group; }

tr, img {
  page-break-inside: avoid; }

img {
  max-width: 100% !important; }

@page {
  margin: 0.5cm; }

p, h2, h3 {
  orphans: 3;
  widows: 3; }

h2,
h3 {
  page-break-after: avoid; }

.sidebar,
.page-navigation,
.wp-prev-next,
.respond-form,
nav {
  display: none; }
/*---------------------------------------------------------------*/
}