/* RESET */

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
  padding:0;
  line-height:100%;
  font-size:10px;
  color: #000;
  font-size:15px;
  line-height: 1.8em;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
  margin:0;
  padding:0;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
img {
  vertical-align: middle;
}

/* SLICK */

.slick-list,.slick-slider,.slick-track{position:relative;display:block}.slick-loading .slick-slide,.slick-loading .slick-track{visibility:hidden}.slick-slider{-moz-box-sizing:border-box;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{overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-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{top:0;left:0}.slick-track:after,.slick-track:before{display:table;content:''}.slick-track:after{clear:both}.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-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}

/* GENERAL */

.absolute-link{
  position: relative;
}
.absolute-link a{
  position: absolute;
  top:0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 7;
}
img{
  max-width: 100%;
  height: auto;
}
.offset-top {
  margin-top:5vw;
}
.offset-bottom {
  margin-bottom:2.5vw;
}
.p-top {
  padding-top:2.5vw;
}
.p-bottom {
  padding-bottom:2.5vw;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-weight: 500;
  font-family: 'Roboto', sans-serif;
}

h1{
  font-size: 50px;
  line-height: 1.2em;
  margin-bottom: 30px;
}
h2{
  font-size: 24px;
  line-height: 1.2em;
  margin-bottom: 30px;
}
h3{
  font-size: 20px;
  line-height: 1.2em;
  margin-bottom: 30px;
}
h4{
  font-size: 18px;
  line-height: 1.2em;
  margin-bottom: 30px;
}
h5{
  font-size: 16px;
  line-height: 1.2em;
  margin-bottom: 30px;
}
h6{
  font-size: 15px;
  line-height: 1.2em;
  margin-bottom: 30px;
}
.zoomIt{
  position: relative;
  overflow: hidden;
  display: block;
}
.zoomIt div, .zoomIt img{
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.zoomIt:hover > div, .zoomIt:hover > img{
  transform:scale(1.1); 
  -webkit-transform:scale(1.1); 
  -moz-transform:scale(1.1); 
  -o-transform:scale(1.1); 
}
.video-responsive,
.wp-block-embed__wrapper{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.video-responsive iframe,
.wp-block-embed__wrapper iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
*{
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.t-row{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-left: -15px;
  margin-right: -15px;
}
.lg100{display: block; width: 100%; position: relative;}
.lg20{flex: 0 0 20%;}
.lg25{flex: 0 0 25%;}
.lg75{flex: 0 0 75%;}
.lg33{flex: 0 0 33.333%;}
.lg66{flex: 0 0 66.666%;}
.lg30{flex: 0 0 30%;}
.lg40{flex: 0 0 40%;}
.lg50{flex: 0 0 50%;}
.lg60{flex: 0 0 60%;}
.lg70{flex: 0 0 70%;}
.lg80{flex: 0 0 80%;}
.lg10{flex: 0 0 10%;}
.lg90{flex: 0 0 90%;}
.padding-15{padding-left: 15px;padding-right: 15px;}
.coverimg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.coverimg img {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -o-object-fit: cover;
  object-fit: cover;
}
.popup-button{
  cursor: pointer;
}
.popup{
  display: none;
  position: fixed;
  top:0;
  left:0;
  width: 100%;
  height: 100%;
  z-index: 10001;
  background-color: rgba(255,255,255,0.5);
}
.popup .popup-content .closeMe{
  position: absolute;
  top: 25px;
  right:30px;
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: right;
  color: #000;
  cursor: pointer;
  font-size: 22px;
}
.popup .popup-content{
  display: block;
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  max-height: 80vh;
  overflow: auto;
  left:0;
  right: 0;
  margin:0 auto;
  width: 700px;
  max-width: 100%;
  padding: 30px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  color: #000;
  z-index: 1000;
  background-color: #fff;
  -webkit-box-shadow: 0 0 20px 2px rgba(0,0,0, 0.1);
  box-shadow: 0 0 20px 2px rgba(0,0,0, 0.1);
  -webkit-animation-name: forpopup;
  -webkit-animation-duration: 0.3s;
  animation-name: forpopup;
  animation-duration: 0.3s;
}
.popup .popup-content h3{
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
@-webkit-keyframes forpopup {
    0%   {opacity:0; top:-100px;}
    100% {opacity:1; top: 50%;}
}
@keyframes forpopup {
    0%   {opacity:0; top:-100px;}
    100% {opacity:1; top: 50%;}
}
.txt-content p{
  margin-bottom: 20px;
}
blockquote{
  display: block;
  padding: 30px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-size: 1.0em;
  line-height: 1.5em;
  margin:0;
  background-position: top left;
  background-repeat: no-repeat;
  background-image: url('../../images/v2/quote.png');
}



































































@media(max-width:1270px){
.md100{flex: 0 0 100%;}
.md20{flex: 0 0 20%;}
.md25{flex: 0 0 25%;}
.md75{flex: 0 0 75%;}
.md33{flex: 0 0 33.333%;}
.md66{flex: 0 0 66.666%;}
.md30{flex: 0 0 30%;}
.md40{flex: 0 0 40%;}
.md50{flex: 0 0 50%;}
.md60{flex: 0 0 60%;}
.md70{flex: 0 0 70%;}
.md80{flex: 0 0 80%;}
.md10{flex: 0 0 10%;}
.md90{flex: 0 0 90%;}
.hidden-md{
  display: none;
}
.md-offset-top{
  margin-top: 30px;
}
}
@media(max-width:992px){
.sm100{flex: 0 0 100%;}
.sm20{flex: 0 0 20%;}
.sm25{flex: 0 0 25%;}
.sm75{flex: 0 0 75%;}
.sm33{flex: 0 0 33.333%;}
.sm66{flex: 0 0 66.666%;}
.sm30{flex: 0 0 30%;}
.sm40{flex: 0 0 40%;}
.sm50{flex: 0 0 50%;}
.sm60{flex: 0 0 60%;}
.sm70{flex: 0 0 70%;}
.sm80{flex: 0 0 80%;}
.sm10{flex: 0 0 10%;}
.sm90{flex: 0 0 90%;}
.sm-offset-top{
  margin-top: 30px;
}
.hidden-sm{
  display: none;
}
.offset-top {
  margin-top:50px;
}
.offset-bottom {
  margin-bottom:50px;
}
.p-top {
  padding-top:50px;
}
.p-bottom {
  padding-bottom:50px;
}
}
@media(max-width:767px){
.xs100{flex: 0 0 100%;}
.xs20{flex: 0 0 20%;}
.xs25{flex: 0 0 25%;}
.xs75{flex: 0 0 75%;}
.xs33{flex: 0 0 33.333%;}
.xs66{flex: 0 0 66.666%;}
.xs30{flex: 0 0 30%;}
.xs40{flex: 0 0 40%;}
.xs50{flex: 0 0 50%;}
.xs60{flex: 0 0 60%;}
.xs70{flex: 0 0 70%;}
.xs80{flex: 0 0 80%;}
.xs10{flex: 0 0 10%;}
.xs90{flex: 0 0 90%;}
.hidden-xs{
  display: none;
}
.xs-offset-top{
  margin-top: 30px;
}
.offset-top {
  margin-top:30px;
}
.offset-bottom {
  margin-bottom:30px;
}
.p-top {
  padding-top:30px;
}
.p-bottom {
  padding-bottom:30px;
}


}












.zoomIn{
  opacity: 1;
  -webkit-animation-name: zoomin;
  -webkit-animation-duration: 1s;
  animation-name: zoomin;
  animation-duration: 1s;
}

@-webkit-keyframes zoomin {
    0%{
      opacity: 0;
      transform:scale(0.7); 
    -webkit-transform:scale(0.7); 
    -moz-transform:scale(0.7); 
    -o-transform:scale(0.7);
    }
    100% {
      opacity: 1;
      transform:scale(1); 
      -webkit-transform:scale(1); 
      -moz-transform:scale(1); 
      -o-transform:scale(1);
    }
}

@keyframes zoomin {
    0%{
      opacity: 0;
      transform:scale(0.7); 
    -webkit-transform:scale(0.7); 
    -moz-transform:scale(0.7); 
    -o-transform:scale(0.7);
    }
    100% {
      opacity: 1;
      transform:scale(1); 
      -webkit-transform:scale(1); 
      -moz-transform:scale(1); 
      -o-transform:scale(1);
    }
}
