@keyframes animatedBackground {
  0% {
    margin-top: 100vh;
  }
  100% {
    margin-top: 0px;
  }
}
@-moz-keyframes animatedBackground {
  0% {
    margin-top: 100vh;
  }
  100% {
    margin-top: 0px;
  }
}
@-webkit-keyframes animatedBackground {
  0% {
    margin-top: 100vh;
  }
  100% {
    margin-top: 0px;
  }
}
@-ms-keyframes animatedBackground {
  0% {
    margin-top: 100vh;
  }
  100% {
    margin-top: 0px;
  }
}
@-o-keyframes animatedBackground {
  0% {
    margin-top: 100vh;
  }
  100% {
    margin-top: 0px;
  }
}
@keyframes animatedBackgroundBack {
  100% {
    background-position: 0 0;
  }
}
@-moz-keyframes animatedBackgroundBack {
  100% {
    background-position: 0 0;
  }
}
@-webkit-keyframes animatedBackgroundBack {
  100% {
    background-position: 0 0;
  }
}
@-ms-keyframes animatedBackgroundBack {
  100% {
    background-position: 0 0;
  }
}
@-o-keyframes animatedBackgroundBack {
  100% {
    background-position: 0 0;
  }
}
@-webkit-keyframes lc-fadeInUp {
  0% {
    left: 0px;
    position: inherit;
    opacity: 0;
    -webkit-transform: translateY(100vh);
    transform: translateY(100vh);
  }
  100% {
    left: 0px;
    position: inherit;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes lc-fadeInUp {
  0% {
    left: 0px;
    position: inherit;
    opacity: 0;
    -webkit-transform: translateY(100vh);
    -ms-transform: translateY(100vh);
    transform: translateY(100vh);
  }
  100% {
    left: 0px;
    position: inherit;
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes lc-Fill {
  0% {
    height: 0vh;
  }
  100% {
    height: 100vh;
  }
}
@keyframes lc-Fill {
  0% {
    height: 0vh;
  }
  100% {
    height: 100vh;
  }
}
/* Main body */
/* 
* Bootstrap variables to use.
*/
.container-fluid {
  padding: 0px;
}

.row {
  margin: 0px;
}

.loading_content {
  bottom: 0px;
  height: 50%;
  position: fixed;
  width: 100%;
  z-index: 20;
}
.loading_content .circles {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 240px;
  height: 200px;
  margin-top: -120px;
}
.loading_content .circle {
  position: absolute;
  top: 0px;
  width: 140px;
  height: 140px;
}
.loading_content .c1 {
  left: 0px;
  animation: c1rotate 1s infinite;
}
.loading_content .c2 {
  right: 0px;
  animation: c2rotate 1s infinite;
}
.loading_content .small {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #99cc00;
  width: 40px;
  height: 40px;
  border-radius: 20px;
}
.loading_content .s1 {
  left: 0px;
}
.loading_content .s2 {
  right: 0px;
}
.loading_content .c2 .s1 {
  animation: c2s1 1s linear infinite;
}
.loading_content .c1 .s1 {
  animation: c1s1 1s linear infinite;
}
@keyframes c1rotate {
  0% {
    transform: rotate(0deg);
  }
  50%, 100% {
    transform: rotate(180deg);
  }
}
@keyframes c2rotate {
  0%, 50% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-180deg);
  }
}
@keyframes c2s1 {
  0%, 50% {
    opacity: 0;
  }
  50.01%, 100% {
    opacity: 1;
  }
}
@keyframes c1s1 {
  0%, 50% {
    opacity: 1;
  }
  50.01%, 100% {
    opacity: 0;
  }
}
.content_spacer {
  -webkit-transition: height 500ms ease-out;
  -moz-transition: height 500ms ease-out;
  -ms-transition: height 500ms ease-out;
  -o-transition: height 500ms ease-out;
  transition: height 500ms ease-out;
  height: 0px;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}

html {
  font-size: 65.5%;
}

body {
  background-color: #fff;
  color: #555;
  font-family: "Open Sans", verdana, sans-serif;
}

h3 {
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 700;
  margin: 0px 0px 2rem 0px;
  text-transform: uppercase;
}

h3.tweet {
  color: #555;
}

h3.underline {
  border-bottom: 1px solid #555555;
  display: inline-block;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}

h3.black {
  color: #555555;
}

h3.white {
  border-bottom: 1px solid #fff;
  color: #ffffff;
}

p.white {
  color: #ffffff;
}

#lc-header {
  z-index: 10;
}
@media (min-width: 768px) {
  #lc-header {
    background-color: transparent;
    border: 0px;
  }
}
#lc-header ul li {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}
#lc-header ul li a {
  color: #333333;
  font-size: 1.2rem;
  font-weight: 700;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 0.4rem;
  text-transform: uppercase;
}
#lc-header ul li.active a {
  background: none;
  border-bottom: 2px solid #bbb;
  color: #c2ff0a;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  #lc-header.slideDown {
    background-color: #ffffff;
    display: block;
  }
}

@media (min-width: 768px) {
  #lc-header.headroom--top {
    -webkit-transition: background 0.5s linear;
    -moz-transition: background 0.5s linear;
    -ms-transition: background 0.5s linear;
    -o-transition: background 0.5s linear;
    transition: background 0.5s linear;
    background-color: transparent;
  }
}

#lc-header.slideUp {
  background-color: #ffffff;
}

#lc-header.headroom--not-top.slideUp {
  background-color: transparent;
}

.lc-intro .text-center {
  background-color: #aaaaaa;
  height: 300px;
  background: -moz-radial-gradient(center, circle cover, #fff 0%, #aaaaaa 100%);
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #fff), color-stop(100%, #aaaaaa));
  background: -webkit-radial-gradient(center, circle cover, #fff 0%, #aaaaaa 100%);
  background: -o-radial-gradient(center, circle cover, #fff 0%, #aaaaaa 100%);
  background: -ms-radial-gradient(center, circle cover, #fff 0%, #aaaaaa 100%);
  background: radial-gradient(center, circle cover, #fff 0%, #aaaaaa 100%);
  background-color: #fff;
}
.lc-intro .text-center .lc {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  margin-top: -1.8rem;
  position: absolute;
  width: 100%;
}
.lc-intro .text-center .lc h1 {
  color: #000;
  font-family: 'Open Sans', verdana, sans-serif;
  font-size: 3.6rem;
  font-weight: 800;
  text-transform: uppercase;
}
.lc-intro .text-center .lc h2 {
  color: #333333;
  font-family: 'Open Sans', verdana, sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  margin: 0px;
  text-transform: uppercase;
}
.lc-intro .text-center #particle-slider {
  height: 100%;
  margin: 0 auto;
  width: 100%;
  z-index: 2;
}
.lc-intro .text-center #particle-slider canvas {
  margin: 0 auto;
}
.lc-intro .text-center #particle-slider div {
  display: none;
}

.lc-intro-start .text-center {
  height: 100vh;
}

.lc-content {
  animation: slideDown 700ms ease-out;
  -moz-animation: slideDown 700ms ease-out;
  -webkit-animation: slideDown 700ms ease-out;
  -ms-animation: slideDown 700ms ease-out;
  -o-animation: slideDown 700ms ease-out;
  -webkit-transition: opacity 300ms ease-out;
  -moz-transition: opacity 300ms ease-out;
  -ms-transition: opacity 300ms ease-out;
  -o-transition: opacity 300ms ease-out;
  transition: opacity 300ms ease-out;
}

.lc-main-content {
  animation: lc-fadeInUp 1300ms cubic-bezier(0.33, 0.32, 0, 0.99);
  -moz-animation: lc-fadeInUp 1300ms cubic-bezier(0.33, 0.32, 0, 0.99);
  -webkit-animation: lc-fadeInUp 1300ms cubic-bezier(0.33, 0.32, 0, 0.99);
  -ms-animation: lc-fadeInUp 1300ms cubic-bezier(0.33, 0.32, 0, 0.99);
  -o-animation: lc-fadeInUp 1300ms cubic-bezier(0.33, 0.32, 0, 0.99);
  animation-delay: 700ms;
  -webkit-animation-delay: 700ms;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  left: 100vw;
  position: relative;
}

.lc-main-content-ani-hide {
  display: none;
}

.lc-row-2col {
  height: calc(100vw / 2);
}
.lc-row-2col > div {
  height: inherit;
}
@media (max-width: 768px) {
  .lc-row-2col {
    height: 100vw;
  }
}

.lc-row-3col {
  height: calc(100vw / 3);
}
.lc-row-3col > div {
  height: inherit;
}
@media (max-width: 768px) {
  .lc-row-3col {
    height: 100vw;
  }
}

.lc-row-4col {
  height: calc(100vw / 4);
}
.lc-row-4col > div {
  height: inherit;
}
@media (max-width: 768px) {
  .lc-row-4col {
    height: 100vw;
  }
}

.lc-col-tpl-1 .row {
  background-color: #333333;
  height: inherit;
}
.lc-col-tpl-1 .row .row:nth-of-type(1) {
  height: 75%;
}
.lc-col-tpl-1 .row .row:nth-of-type(2) {
  height: 25%;
}
.lc-col-tpl-1 .row .col-xs-12 {
  height: 100%;
  padding: 0px;
}
.lc-col-tpl-1 .row .lc-text {
  padding: 30px;
}

.lc-col-tpl-2 .row {
  background-color: #333333;
  height: inherit;
}
.lc-col-tpl-2 .row .col-xs-12 {
  height: inherit;
  padding: 0px;
}
.lc-col-tpl-2 .row .lc-text {
  padding: 30px;
}
.lc-col-tpl-2 .row .lc-text p {
  color: #ffffff;
  font-family: 'Vollkorn', georgia, serif;
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 2.4rem;
}

.lc-col-tpl-3 .row {
  background-color: #CCFF33;
  height: inherit;
}
.lc-col-tpl-3 .row .col-xs-12 {
  height: inherit;
  padding: 0px;
}
.lc-col-tpl-3 .row .lc-text {
  padding: 30px;
}
.lc-col-tpl-3 .row .lc-text p {
  font-family: 'Vollkorn', georgia, serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.1rem;
}

.lc-col-tpl-4 .row {
  height: inherit;
}
.lc-col-tpl-4 .row .col-xs-12 {
  height: inherit;
  padding: 0px;
}
.lc-col-tpl-4 .row .lc-text {
  padding: 30px;
}
.lc-col-tpl-4 .row .lc-text p {
  font-family: 'Open Sans', verdana, sans-serif;
  font-size: 1.3rem;
}

.lc-col-tpl-5 {
  background-color: #fff;
  padding: 40px;
  text-align: center;
}
.lc-col-tpl-5 p {
  color: #ffffff;
  font-family: 'Vollkorn', georgia, serif;
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 2.4rem;
  color: #555555;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 2rem;
}

.lc-col-tpl-6 {
  height: 50vh;
}
.lc-col-tpl-6 .row {
  height: inherit;
}
.lc-col-tpl-6 .row .col-xs-12 {
  height: inherit;
  padding: 0px;
}
.lc-col-tpl-6 .row .lc-text {
  padding: 30px;
}
.lc-col-tpl-6 .row .lc-text p {
  font-family: 'Open Sans', verdana, sans-serif;
  font-size: 1.3rem;
  margin-top: 30%;
}

.lc-col-tpl-7 {
  height: 20vh;
  background-color: #000;
  padding: 40px;
  text-align: center;
}
.lc-col-tpl-7 p {
  color: #ffffff;
  font-family: 'Vollkorn', georgia, serif;
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 2.4rem;
  color: #555555;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 2rem;
}

.lc-col-image {
  padding: 0px;
}

.wow, .wow-disabled {
  height: inherit;
  overflow: hidden;
}

.crop {
  overflow: hidden;
}

.bg {
  background-position: 0 0;
  background-size: cover;
  -ms-behavior: url(/backgroundsize.min.htc);
  height: inherit;
  overflow: hidden;
  width: calc(100% + 100px);
  -webkit-transition: background-position 150ms ease-in-out;
  -moz-transition: background-position 150ms ease-in-out;
  -ms-transition: background-position 150ms ease-in-out;
  -o-transition: background-position 150ms ease-in-out;
  transition: background-position 150ms ease-in-out;
}

.bg:hover {
  -webkit-transition: background-position 300ms ease-out;
  -moz-transition: background-position 300ms ease-out;
  -ms-transition: background-position 300ms ease-out;
  -o-transition: background-position 300ms ease-out;
  transition: background-position 300ms ease-out;
  background-position: -50px 0px;
  cursor: pointer;
}

/*# sourceMappingURL=stylemain.css.map */
