/* FONTS */

body,
input,
select,
textarea,
button {
  font-family: 'pragmatica', sans-serif;
}

/* GLOBAL */

* {
  margin: 0;
  padding: 0;
  border: none;
  text-decoration: none;
  box-sizing: border-box;
}

body {
  font-size: 21px;
  color: #1A1A1A;
  background: #fff;
  line-height: 1.47em;
}


/* GLOBAL STRUCTURE */

.header,
.footer,
.content,
.row {
  float: left;
  width: 100%;
}

.container {
  margin: 0 auto;
  width: 1240px;
  padding: 0px;
}

.wrapper {
  margin: 0 auto;
  position: relative;
}


/* GLOBAL */
input[type="text"],
input[type="number"],
input[type="search"],
input[type="button"],
input[type="submit"],
button {
  -webkit-appearance: none;
  border-radius: 2px;
}

p {
  font-size: 21px;
  font-family: 'Times', serif;
  margin-bottom: 1em;
  line-height: 1.47em;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.label,
.header__top .h5 {
  font-family: 'pragmatica', sans-serif;
  margin-bottom: 0.3em;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  display: block;
}

.h1 {
  font-size: 65px;
  line-height: 1.1em;
  font-weight: 900;
  letter-spacing: -0.075rem;
  font-family: 'pragmatica-condensed', sans-serif;
}

.h2 {
  font-size: 50px;
  line-height: 1.1em;
  font-weight: 900;
  letter-spacing: -0.04rem;
  font-family: 'pragmatica-condensed', sans-serif;
}

.h3 {
  font-size: 24px;
  line-height: 1.4em;
  font-weight: 600;
}

.h4 {
  font-size: 18px;
  line-height: 1.15em;
  font-weight: 600;
}

.h5,
.h6,
.label,
.header__top p,
p.label {
  font-size: 14px;
  line-height: 1.15em;
  font-weight: 600;
  font-family: 'pragmatica', sans-serif;
}

.h5 {line-height: 1.35em}
.h6 {font-weight: 400;}

a {
  transition: all 0.3s ease;
  text-decoration: underline;
  color: #1A1A1A;
}

:focus {
  outline: none;
}

img {
  max-width: 100%;
}

.left {
  float: left;
}

.right {
  float: right;
}

.inline {
  display: inline-block;
}

.clear {
  float: left;
  clear: both;
  width: 100%;
}

.center {
  text-align: center;
}

.center--vertically {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
}

.uppercase {
  text-transform: uppercase;
}

.cover {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

/* COLOR */

.white {
  color: #ffffff;
}

/* BUTTONS */

.textlink {
  font-family: 'pragmatica', sans-serif;
  text-decoration: underline;
  line-height: 1.28;
  font-size: 14px;
  font-weight: 700;
	word-wrap: break-word;
}

.textlink:hover {
  opacity: 0.7;
}

.button {
  font-size: 14px;
  background: #04B5E1 url(/images/Light-Blue-Circle.svg) center center no-repeat;
	background-size: 0px;
  border: 2px solid #04B5E1;
  border-radius: 2px;
  display: inline-block;
  font-weight: 700;
  color: #1A1A1A;
  cursor: pointer;
  transition: all 0.3s ease;
  height: 55px;
  line-height: 55px;
  text-align: center;
  padding: 0 42px;
  transition: all 0.5s ease;
  text-decoration: none;
}

.button:hover,
.button.button--active {
  background-size:150%;
  border-color: #02cdff;
}

.button--white {
  background: #fff url(/images/Blue-Circle.svg) center center no-repeat;
	background-size: 0px;
  color: #1A1A1A;
  border: 2px solid #04B5E1;
}

.button--white:hover,
.button--white.button--active {
  background-size:150%;
  color: #1A1A1A;
  border-color: #04B5E1;
}

.button--disabled:hover,
.button--disabled,
.js-disabled:hover,
.js-disabled {
  background: #f2f2f2;
  opacity: 0.5;
  color: #666;
  cursor:default;
  border-color:#999;
}

.content__buttons {
  text-align: center;
  margin: 40px 0 0;
}


.content__buttons .button:nth-child(2),
.content__buttons .textlink:nth-child(2) {
  margin: 10px 0 0 20px;
}

.image {
  position: relative;
}

.image img {
  width: 100%;
  display: block;
}

/* icons */
.icon {
  display: inline-block;
  width: 20px;
  height: 18px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  vertical-align: middle;
}

a.icon:hover {
  opacity: 0.7;
}

.icon.random {
  background-image: url(/images/icon-random.svg);
}

.icon.file {
  background-image: url(/images/icon-download.svg);
}

.icon.plus {
  background-image: url(/images/icon-plus.svg);
  background-size:9px;
}

.icon.fb {
  background-image: url(/images/icon-fb-black.svg);
}

.icon.tw {
  background-image: url(/images/icon-tw-black.svg);
}

.icon.yt {
  background-image: url(/images/icon-yt-black.svg);
}

.icon.vi {
  background-image: url(/images/icon-vi-black.svg);
}

.icon.in {
  background-image: url(/images/icon-in-black.svg);
}

.icon.mail {
  background-image: url(/images/icon-mail-black.svg);
}

.icon.search {
  background-image: url(/images/icon-search-black.svg);
}

.icon.icon--arrow-down {
  background-image: url(/images/icon-arrow.svg);
}

.icon.external {
  width:13px;
  height: 13px;
  background-image: url(/images/icon-external.svg);
}

.js-textlink-active .icon.plus,
.icon.minus {
  background-image: url(/images/icon-minus.svg);
}

.textlink .textlink__icon,
.button .icon {
  vertical-align: middle;
  margin-right: 5px;
  width: 12px;
  height: 12px;
}

.icon--white.fb {
  background-image: url(/images/icon-fb-white.svg);
}

.icon--white.tw {
  background-image: url(/images/icon-tw-white.svg);
}

.icon--white.yt {
  background-image: url(/images/icon-yt-white.svg);
}

.icon--white.vi {
  background-image: url(/images/icon-vi-white.svg);
}

.icon--white.in {
  background-image: url(/images/icon-in-white.svg);
}

/* contents */
body:not(.js-hero--visible) .main {margin-top:170px;}

.content {
  padding: 60px 0;
  overflow: hidden;
}

.container > .h2 {padding: 0 125px;}

.page-title { margin-bottom: 50px;}

.content:nth-child(1) .container {
  border-top: 0;
}

.content__block--col40 {
  width: 40%;
}

.content__block--col60 {
  width: 60%;
}

.content--col40 {
  width: 50%;
}

.content--col50 {
  width: 50%;
}

.content__block {
  padding: 0 125px;
}

.content__block--col60 {
  border-right: 1px solid rgba(153,153,153,.3);
}

.content__block--col60 .h3 {
  margin-top: 1.5em;
}
.content__block--col60 .h3:nth-child(1) {
  margin-top:0
}

.content__intro {
  max-width: 580px;
  margin: 0 auto;
  text-align: center;
}

.container .image {
  margin: 0 auto 20px;
}

.content__nocolumns .image {
  margin-bottom:0;
}

.carousel__item.image.circular {
  border-radius: 50%;
}

.content__block__bio {
  width: 100%;
}

.content__block__bio .image {
  max-width: 200px;
}

.content__block__bio .textlink {
  display: block;
  margin-top:10px;
}


.image--heightauto {
  height: auto!important;
}

.carousel__item .image.cover,
.carousel__item .quote-wrapper {
  height: 665px;
}

.quote {
  padding: 40px 0;
  background: url(/images/Quotes-Black.svg) left top no-repeat;
  background-size: 26px;
}

.quote__author {
  margin-top: 25px;
}

.quote__author__photo {
  float: left;
  width: 90px;
  height: 90px;
  margin-right: 20px;
  border-radius: 50%;
}

.carousel__item.image .quote,
.carousel__item .quote {
  text-align: center;
  padding: 0 20px;
  background: transparent;
}

.image .quote .h4,
.image .quote .h5,
.carousel__item .quote .h4,
.carousel__item .quote .h5 {
  color: #fff;
  max-width: 365px;
  margin: 0 auto;
}

.image .quote .h4,
.carousel__item .quote .h4 {
  background: url(/images/Quotes-White.svg) center top no-repeat;
  background-size: 32px;
  padding-top: 60px;
}

.image .quote .h5 {
  margin-top: 25px;
}

.carousel__item .quote .h5 {
  margin: 0;
  text-align: left
}

/* columns gallery */

.gallery--columns {
  display: inline-flex;
  padding: 50px 0 0;
  width: calc(100% + 40px);
  margin-left: -20px;
}

.gallery__item {
  float: left;
  width: 100%;
  padding: 0 20px;
  text-align: center;
}

.gallery__item .image-wrap {
  padding-top:75%;
  position: relative;
  overflow: hidden;
  margin-bottom:20px;
}

.gallery__item .image-wrap .image {
  position: absolute;
  width:100%;
  height: 100%;
  top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.gallery__item .h4 {
  margin: 1em auto 0.5em;
}


/* slideshows used in carrousel and events */

.flickity-page-dots {
  text-align: left;
  max-width: 50%;
  display: none;
}

.flickity-page-dots .dot {
  opacity: 1;
  width: 4px;
  height: 4px;
  margin: 0 4px;
  vertical-align: middle
}

.flickity-page-dots .dot.is-selected {
  border: 2px solid #000;
  width: 8px;
  height: 8px;
}

/* scroll */
.disable-scroll {
    overflow: hidden;
}

.content__nocolumns .h5:nth-last-child(1),
.gallery__link {
  margin-bottom:0;
}

/* RESPONSIVE */

@media all and (max-width: 1440px) {
  .content__blocks {
    padding: 0 110px;
  }
}

@media all and (max-width: 1340px) {
  .container {
    width: calc(100% - 100px);
    margin: 0 50px;
  }
}

@media all and (max-width: 1200px) {
  body,
  p {
    font-size: 18px;
  }
  .h1 {
    font-size: 37px;
  }
  .h2 {
    font-size: 28px;
  }
  .h3 {
    font-size: 20px;
  }
  .h4 {
    font-size: 16px;
  }
  .h5,
  .h6,
  .label,
  .header__top p,
  p.label {
    font-size: 12px;
  }
  .h5.content__intro {
    font-size: 16px;
    max-width: 400px;
  }
  .content__block,
  .container > .h2 {
    padding: 0 50px;
  }
  .page-home .content {
    padding: 0 0 30px 0;
  }
  .page-home .content .container {
    padding-top: 30px;
  }
  .carousel__item .image.cover {
    height: 460px;
  }
  .quote__author__photo {
    width: 50px;
    height: 50px;
  }
}

@media all and (max-width: 1100px) {
  .gallery--columns {
    width: calc(100% + 20px);
    margin-left:-10px;
  }
  .gallery__item {
    padding: 0 10px;
  }
  .button {
    padding: 0 30px;
    height: 45px;
    line-height: 45px;
  }
  .disable-scroll {
      /* disable scroll for ios */
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
  }
}
@media all and (max-width: 1000px) {
  .content {
    padding: 50px 0;
  }
}

@media all and (max-width: 800px) {
  body:not(.js-hero--visible) .main {
    margin-top:90px;
  }
  .content {
    padding: 60px 0;
  }
  .gallery__link {
    text-align: left;
  }
  .textlink--padding-left {
    padding-left:30px;
  }
  .page-title { margin-bottom: 0px;}

  .page-home .content {
    padding-bottom: 50px;
  }
  .page-home .content .container {
    padding-top: 50px;
  }
  .content__block {
    padding: 0;
    margin-top: 30px;
  }
  .container > .h2 {
    padding:0;
  }
  .content__block.left {
    padding-right: 50px;
  }
  .content__block.right {
    padding-left: 50px;
  }
  .content__block .quote {
    padding: 0 0 0 45px;
  }
  /* gallery */
  .gallery--columns {
    padding: 30px 30px 0;
    width:100%;
    margin:0;
    display: block;
  }
  .gallery__item {
    padding: 0;
    position: relative;
    text-align: left;
    margin-bottom: 25px;
  }
  .gallery__item:nth-last-child(1) {
    margin-bottom:0;
  }
  .gallery__item .image-wrap {
    float: left;
    width: 30%;
    margin-bottom:0;
    padding-top:22.5%;
  }
  .gallery__item:not(.gallery__item--noimage) .h3,
  .gallery__item:not(.gallery__item--noimage) .h4,
  .gallery__item:not(.gallery__item--noimage) .h5 {
    float:right;
    width: 70%;
    padding-left:15px;
  }
  .gallery--3col .gallery__item .h3,
  .gallery--3col .gallery__item .h4,
  .gallery--3col .gallery__item .h5 {
    width: 100%;
    padding-left:0;
  }
  .gallery__item .h4 {
    margin-top: 0;
  }
  .content__nocolumns .image {
    margin-bottom:20px;
  }
  .content__buttons {
    margin-top:30px;
  }
  .quote__author {
    margin-top: 15px;
  }
}

@media all and (max-width: 600px) {
  .container {
    width: calc(100% - 40px);
    margin: 0 20px;
  }
  .content {
    padding: 45px 0;
  }
  .page-home .content {
    padding-bottom: 30px;
  }
  .page-home .content .container {
    padding-top: 30px;
  }
  .right.content__block--col60:not(.mobile--fullwidth),
  .right.content__block--col40:not(.mobile--fullwidth),
  .left.content__block--col60:not(.mobile--fullwidth),
  .left.content__block--col40:not(.mobile--fullwidth) {
    width: 100%;
    padding: 0;
    border: 0;
    height: auto!important;
  }
  .container:not(.content__nocolumns) .content__block--col60:nth-last-child(1),
  .container:not(.content__nocolumns) .content__block--col40:nth-last-child(1) {
    margin-top: 45px;
    padding-top: 45px;
    border-top: 1px solid rgba(153,153,153,.3);
    height: auto!important;
  }
  .content__block .content__block__bio {
    text-align: left;
  }
  .content__block .content__block__bio .image {
    float: left;
    width: 100px;
    margin-right: 20px;
    margin-bottom:0;
  }
  .content__buttons:not(.center) {
    text-align: left;
  }
  .content__buttons.center {
    margin-top:20px;
  }
  .content__buttons .button:nth-child(2) {
    margin-left:0;
  }
  /* gallery */
  .gallery--columns {
    padding: 30px 0 0;
  }
  .gallery__link {
    padding:0;
    margin:0;
  }
  .textlink--padding-left {
    padding-left:0;
  }
}

/* fix for hd monitors */

@media all and (max-height: 700px) {}

@media all and (max-width: 400px) {}
