/* line 17, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
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,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/* line 1, ../sass/modal.scss */
.md-modal {
  position: absolute;
  z-index: 2000;
  visibility: hidden;
  /* -webkit-transform: translateX(-50%) translateY(-50%); */
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: auto;
  padding: 40px;
}

/* line 17, ../sass/modal.scss */
.md-show {
  visibility: visible;
}

/* line 21, ../sass/modal.scss */
.md-close {
  cursor: pointer;
  position: absolute;
  z-index: 3000;
  right: 10px;
  background: #21b1a7;
  border: none;
  top: 10px;
  color: white;
  width: 30px;
  height: 30px;
}

/* line 34, ../sass/modal.scss */
.md-overlay {
  position: fixed;
  right: 64px;
  visibility: hidden;
  top: 64px;
  left: 64px;
  z-index: 1000;
  opacity: 0;
  background: white;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  bottom: 64px;
}

/* line 49, ../sass/modal.scss */
.md-show ~ .md-overlay {
  opacity: 1;
  visibility: visible;
}

/* line 54, ../sass/modal.scss */
.md-content {
  left: 20px;
  top: 20px;
  bottom: 149px;
  right: 20px;
  position: absolute;
  overflow: auto;
  padding: 40px;
  text-align: justify;
}
/* line 64, ../sass/modal.scss */
.md-content .sidebar {
  position: fixed;
  width: 340px;
  line-height: 21px;
  font-size: 14px;
  padding-right: 40px;
}
/* line 71, ../sass/modal.scss */
.md-content .sidebar h2 {
  font-size: 22px;
  font-weight: bold;
  padding: 0px 0px 10px;
}
/* line 78, ../sass/modal.scss */
.md-content .images {
  position: absolute;
  left: 380px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  overflow: auto;
}
/* line 86, ../sass/modal.scss */
.md-content .images img {
  width: 100%;
  display: block;
  margin-bottom: 5px;
}
/* line 92, ../sass/modal.scss */
.md-content .images img.last-child {
  margin-bottom: 0;
}

/* line 100, ../sass/modal.scss */
.md-effect-12 .md-content {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

/* line 113, ../sass/modal.scss */
.md-effect-12 .md-content h3,
.md-effect-12 .md-content {
  background: transparent;
}

/* line 117, ../sass/modal.scss */
.md-show.md-effect-12 .md-content {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  background-color: #C7EBE8;
}

/* line 1, ../sass/thumbnail.scss */
.controls {
  display: block;
  margin-top: 50px;
  padding: 0 50px;
}

/* line 7, ../sass/thumbnail.scss */
.container {
  text-align: justify;
  font-size: 0.1px;
  -webkit-backface-visibility: hidden;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: auto;
  top: 0;
  padding: 0.3%;
}
/* line 19, ../sass/thumbnail.scss */
.container:after {
  content: '';
  display: inline-block;
  width: 100%;
}
/* line 25, ../sass/thumbnail.scss */
.container .mix, .container .gap {
  display: inline-block;
  width: 100%;
}
/* line 30, ../sass/thumbnail.scss */
.container .mix {
  text-align: left;
  background: #03899c;
  margin-bottom: 0;
  display: none;
  position: relative;
  cursor: pointer;
}
/* line 38, ../sass/thumbnail.scss */
.container .mix:after {
  color: white;
  font-size: 16px;
  display: inline-block;
  vertical-align: top;
  font-weight: 700;
}
/* line 46, ../sass/thumbnail.scss */
.container .mix:before {
  display: inline-block;
  padding-top: 60%;
}
/* line 51, ../sass/thumbnail.scss */
.container .mix img {
  width: 100%;
  display: block;
  filter: url(filters.svg#grayscale);
  filter: gray;
  -webkit-filter: grayscale(1);
}
/* line 58, ../sass/thumbnail.scss */
.container .mix .overlay {
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  position: absolute;
  z-index: 100;
  background-color: rgba(33, 35, 40, 0.85);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
  color: #fff;
  font-size: 15px;
  padding: 40px;
}
/* line 73, ../sass/thumbnail.scss */
.container .mix .overlay .text {
  height: 50px;
  right: 40px;
  left: 40px;
  border: 1px solid #424751;
  border-left: none;
  border-right: none;
  bottom: 50%;
  margin-bottom: -25px;
  position: absolute;
  text-align: center;
  line-height: 50px;
  font-size: 18px;
  font-weight: 100;
}
/* line 88, ../sass/thumbnail.scss */
.container .mix:hover .overlay {
  opacity: 1;
}

@media all and (min-width: 740px) {
  /* line 95, ../sass/thumbnail.scss */
  .container .mix, .container .gap {
    width: 49.76%;
    margin-bottom: 0.4%;
  }
}
@media all and (min-width: 960px) {
  /* line 102, ../sass/thumbnail.scss */
  .container .mix, .container .gap {
    width: 33%;
    margin-bottom: 0.5%;
  }
}
/* line 6, ../sass/main.scss */
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 12, ../sass/main.scss */
html, body {
  height: 100%;
  margin: 0;
  font-family: 'Open Sans', sans-serif;
  font-weight: 200;
  color: #6E7276;
}

/* line 20, ../sass/main.scss */
.page-content {
  width: 100%;
  text-align: center;
  position: relative;
}
/* line 25, ../sass/main.scss */
.page-content.margin-top {
  margin-top: -110px;
}
/* line 29, ../sass/main.scss */
.page-content.width-60 {
  width: 60%;
  margin-left: -30%;
  left: 50%;
}

/* line 37, ../sass/main.scss */
.wrapper {
  position: absolute;
  top: 60px;
  bottom: 60px;
  left: 60px;
  right: 60px;
  overflow: hidden;
  border: 4px solid #21B1A7;
}

/* line 45, ../sass/main.scss */
#section0 {
  background-image: url("../images/bg_pattern.png");
}
/* line 48, ../sass/main.scss */
#section0 h1 {
  text-align: center;
  font-weight: 200;
  font-size: 60px;
}
/* line 54, ../sass/main.scss */
#section0 .subheading {
  font-size: 20px;
  text-align: center;
  font-weight: 200;
}
/* line 60, ../sass/main.scss */
#section0 .arrow {
  text-decoration: none;
  border-radius: 50%;
  width: 65px;
  height: 65px;
  line-height: 74px;
  font-size: 30px;
  border: 2px solid #21b1a7;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  color: #21b1a7;
  text-align: center;
  display: block;
  margin: 30px auto 0;
}
/* line 75, ../sass/main.scss */
#section0 .arrow:hover {
  background-color: #21B1A7;
  color: white;
  -webkit-transition: background-color 300ms linear;
  -moz-transition: background-color 300ms linear;
  -o-transition: background-color 300ms linear;
  -ms-transition: background-color 300ms linear;
  transition: background-color 300ms linear;
}

/* line 90, ../sass/main.scss */
#section1 h1 {
  font-weight: 600;
  font-size: 29px;
  text-align: left;
  margin: 0 auto 10px;
  line-height: 36px;
}
/* line 99, ../sass/main.scss */
#section1 p {
  font-size: 16px;
  line-height: 25px;
  text-align: justify;
  margin-bottom: 10px;
}
/* line 106, ../sass/main.scss */
#section1 .border {
  border-top: 2px solid #21b1a7;
  padding: 5px 0px;
  border-bottom: 2px solid #21b1a7;
  font-style: italic;
  line-height: 21px;
  font-size: 15px;
  text-align: justify;
}

/* line 119, ../sass/main.scss */
#section2 .thumb-container {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 128px;
}

/* line 131, ../sass/main.scss */
#section3 h1 {
  font-size: 40px;
  text-align: center;
  margin: 0 auto 10px;
  line-height: 36px;
}
/* line 138, ../sass/main.scss */
#section3 .contact-icon {
  font-size: 50px;
  margin-top: 30px;
  color: #21b1a7;
  display: block;
  text-decoration: none;
}

/* line 148, ../sass/main.scss */
.green {
  color: #21B1A7;
}

@media only screen and (max-width: 940px), only screen and (max-device-width: 940px) {
  /* line 154, ../sass/main.scss */
  .thumbnail {
    width: 33.333333333%;
  }
}
@media only screen and (max-width: 720px), only screen and (max-device-width: 720px) {
  /* line 159, ../sass/main.scss */
  .thumbnail {
    width: 50%;
  }
}
@media only screen and (max-width: 530px), only screen and (max-device-width: 530px) {
  /* line 164, ../sass/main.scss */
  .thumbnail {
    width: 100%;
  }
}
