/*@import url(http://weloveiconfonts.com/api/?family=entypo);
/* entypo */
[class*="entypo-"]:before {
  font-family: 'entypo', sans-serif;
}


*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body,
html {
  font-size: 100%;
  padding: 0;
  margin: 0;
}

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

body {
  font-family: 'Lato', Calibri, Arial, sans-serif;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
}

.hidden {
  display: none !important;
}

/* Preloader Effect */

#preloader {
  background-color: #182327;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9999999;
}

/*#loading-animation {
    background-image: url("../images/logo-white.png");
    background-position: center 0px;
    background-repeat: no-repeat;
    background-size: 70%;
    height: 200px;
    left: 50%;
    margin: -103px 0 0 -85px;
    position: absolute;
    top: 40%;
    width: 170px;
    -webkit-animation:fadeinout 1.5s linear infinite;
    -moz-animation:fadeinout 1.5s linear infinite;
    animation:fadeinout 1.5s linear infinite;
}

@-webkit-keyframes fadeinout {
  0%   { opacity: 0; }
  50%   { opacity: 0.5; }
  100% { opacity: 0; }
}
@-moz-keyframes fadeinout {
  0%   { opacity: 0; }
  50%   { opacity: 0.5; }
  100% { opacity: 0; }
}
@-o-keyframes fadeinout {
  0%   { opacity: 0; }
  50%   { opacity: 0.5; }
  100% { opacity: 0; }
}
@keyframes fadeinout {
  0%   { opacity: 0; }
  50%   { opacity: 0.5; }
  100% { opacity: 0; }
} */

a {
  color: #f0f0f0;
  text-decoration: none;
}

a:hover {
  color: #000;
}

header a:hover {
  color: #9d967d;
  transition: 0.4s all linear;
}

header a {
  transition: 0.4s all linear;
}

.container>header {
  /*padding: 2.875em 1.875em 1.875em;*/
  padding: 2.875em 0em;
  position: absolute;
  z-index: 1000;
  top: 40%;
  width: 800px;
  height: 300px;
  left: 50%;
  margin-top: -150px;
  margin-left: -400px;
  text-align: center;
}

.container>header h4 {
  font-size: 2em;
  line-height: 2;
  font-style: italic;
  margin: 0;
  font-weight: 400;
  font-family: 'Quicksand', serif;
}

.container>header h1 {
  font-size: 3rem;
  text-transform: uppercase;
  line-height: 1.3;
  margin: 0;
  font-weight: 400;
  /*font-family: "lust-display",sans-serif;*/
  font-family: 'Quicksand', serif;
}

.container>header h2 {
  font-size: 1.8em;
  line-height: 1.8;
  margin: 40px 0px;
  font-weight: 400;
  font-family: 'Quicksand', serif;
}


.container>header span {
  display: block;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5em;
  padding: 0 0 0.6em 0.1em;
}

.container>header nav {
  float: right;
}

.container>header nav a {
  display: block;
  float: left;
  position: relative;
  width: 2.5em;
  height: 2.5em;
  background: #fff;
  border-radius: 50%;
  color: transparent;
  margin: 0 0.1em;
  border: 4px solid #fff;
  text-indent: -8000px;
}

.container>header nav a:after {
  content: attr(data-info);
  color: #fff;
  position: absolute;
  width: 600%;
  top: 120%;
  text-align: right;
  right: 0;
  opacity: 0;
  pointer-events: none;
}

.container>header nav a:hover:after {
  opacity: 1;
}

.container>header nav a:hover {
  background: #47a3da;
}

section>.box {
  position: relative;
  z-index: 1000;
  height: 700px;
  width: 300px;
  left: 50%;
  margin-left: -150px;
  overflow: hidden;
  text-align: center;
}

section>.text-wrapper {
  padding: 2.875em 1.875em 1.875em;
  position: absolute;
  z-index: 1000;
  top: 40%;
  height: 300px;
  margin-top: -150px;

  width: 80%;
  left: 10%;
  /*
  width: 800px;
  left: 50%;
  margin-left: -400px;
  */

  text-align: center;
}

section>.text-wrapper h1 {
  font-size: 2.5rem;
  line-height: 1.3;
  margin: 0;
  font-weight: 400;
  padding-bottom: 30px;
}

section>.text-wrapper h2 {
  font-size: 1.5rem;
  line-height: 1.3;
  margin: 0;
  font-weight: 400;
  opacity: 0.8 !important;
}

section>.content-left {
  position: absolute;
  top: 10%;
  left: 15%;
  margin-left: -5%;
  max-width: 300px;
}

section>.content-right {
  position: absolute;
  top: 10%;
  right: 15%;
  margin-right: -5%;
  max-width: 300px;
}

.content-left img {
  width: 150px;
  height: auto;
}

.content-left a img {
  box-shadow: 0px 0px 1px 1px rgba(250, 250, 250, 0.3);
  border-radius: 10px;
  background-color: rgba(250, 250, 250, 0.2);
}

.content-left a img:hover {
  /*background-color: rgba(250,250,250,0.2);*/
  /*border: 1px solid rgba(250,250,250,0.5);*/
  /*box-shadow: 0px 5px 20px -10px rgba(250,250,250,0.5);
  margin-top: -5px;
  transition: ease-in-out 1s;*/
  background-color: transparent;
  ;
  box-shadow: 0px 0px 1px 1px rgba(250, 250, 250, 1);
  transition: ease-in-out 0.5s;
}

.content-right .heading {
  padding-top: 3rem;
  font-size: 3.0em;
  line-height: 1;
  margin: 0;
  font-weight: 400;
  font-family: "lust-display", sans-serif;
}

.content-right h2 {
  font-size: 1.025em;
  line-height: 1.3;
  color: #E8E8E8;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin: 0;
  font-weight: 400;
  font-family: "brandon-grotesque";
  padding-bottom: 10px;
}

.content-right p {
  font-size: 1.2em;
  line-height: 1.5;
  margin: 0;
  font-weight: 400;
  font-family: "ff-tisa-web-pro";
  float: left;
  width: 60%;
  max-width: 830px;
}


section>.content-left h2,
section>.content-right h2 {
  margin-top: 50px;
}

/*.team .member:hover .title{margin-top: 0px;}*/
.col-md-3 {
  width: 25%;
  float: left;
}

.col-md-6 {
  width: 50%;
  float: left;
}

.col-md-12 {
  width: 100%;
  float: left;
}

input,
textarea,
#contact button {
  padding: 1em;
  display: inline-block;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 3px #ddd;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 80%;
  margin: 10px;
  margin-left: 10%;
}

input,
textarea {
  border-radius: 4px;
}

#contact {
  /* min-height: 500px; */
  padding: 3rem;
  /* margin: -2rem 0px; */
  display: grid;
}

#contact h1,
#contact h2 {
  text-align: center;
  color: #fff;
}

#contact .content-right h2 {
  text-align: left;
}

.contact-link-button {
  margin-top: 5% !important;
  width: 200px;
  border: none;
  left: calc(50% - 100px);
  background-color: rgb(78, 27, 96) !important;
  transition: all .5s linear;
}
.contact-link-button a{
 color: white;
}
.contact-link-button:hover{
  margin-top: 25px;
  background-color: rgb(102, 43, 237) !important;
  box-shadow: #662bed 0 2px;
}

.icon-drop:before,
.icon-arrow-left:before {
  font-family: 'fontawesome';
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  speak: none;
  font-style: normal;
  font-weight: normal;
  line-height: 2;
  text-align: center;
  color: #47a3da;
  -webkit-font-smoothing: antialiased;
  text-indent: 8000px;
  padding-left: 8px;
}

.container>header nav a:hover:before {
  color: #fff;
}

.icon-drop:before {
  content: "\e000";
}

.icon-arrow-left:before {
  content: "\f060";
}

.shareicon2 {
  border: 4px double #4f5b60;
  color: #abab81;
  border-radius: 50%;
  display: inline-block;
  width: 48px;
  height: 48px;
  padding: 11px;
  position: relative;
  background: transparent;
  transition: all 0.2s ease;
  text-decoration: none;
  margin: 22px 8px;

}


.shareicon2:hover {
  border: 4px solid #abab81;
  background: #abab81;
  color: #FFF;
  top: -2px;
  transition: all 0.2s ease;

}

section .info {
  width: 50%;
  float: right;
  padding: 20px;
  height: 100%;
  min-height: 100%;
  position: relative;

}

section .info .text {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) translatez(0);
  -moz-transform: translateY(-50%) translatez(0);
  -ms-transform: translateY(-50%) translatez(0);
  -o-transform: translateY(-50%) translatez(0);
  transform: translateY(-50%) translatez(0);

}

section .info h1 {
  font-size: 3.725em;
  line-height: 1.6;
  margin: 0;
  font-weight: 400;
  font-family: "lust-display", sans-serif;
}

section .info h2 {
  font-size: 1.025em;
  line-height: 1.3;
  color: #ff6102;
  ;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin: 0;
  font-weight: 400;
  font-family: "brandon-grotesque";
}

section .info p,
.content-right h4 {
  font-size: 1.2em;
  line-height: 1.5;
  margin: 0;
  font-weight: 400;
  font-family: "ff-tisa-web-pro";
  float: left;
  max-width: 830px;
}

section .info p {
  width: 60%;
}

section hr {
  width: 80px;
  float: left;
  border: none;
  height: 1px;
  margin: 1.7em 0;
  /* Set the hr color */
  color: #E8E8E8;
  /* old IE */
  background-color: #E8E8E8;
  /* Modern Browsers */
}

.button {
  float: left;
  font-family: "brandon-grotesque";
  font-size: 0.9em;
  letter-spacing: 3px;
  min-width: 150px;
  max-width: 250px;
  display: block;
  padding: 0.8em 1.8em;
  border: none;
  clear: both;
  margin: 1.8em 0;
  background: none;
  color: inherit;
  vertical-align: middle;
  position: relative;
  z-index: 1;
  text-transform: uppercase;
  -webkit-backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}

.button:focus {
  outline: none;
}

.button>span {
  vertical-align: middle;
}


/* Sizes */
.button--size-s {
  font-size: 14px;
}

.button--size-m {
  font-size: 16px;
}

.button--size-l {
  font-size: 18px;
}

/* Typography and Roundedness */
.button--text-upper {
  letter-spacing: 2px;
  text-transform: uppercase;
}

.button--text-thin {
  font-weight: 300;
}

.button--text-medium {
  font-weight: 500;
}

.button--text-thick {
  font-weight: 600;
}

.button--round-s {
  border-radius: 5px;
}

.button--round-m {
  border-radius: 15px;
}

.button--round-l {
  border-radius: 40px;
}

/* Borders */
.button--border-thin {
  border: 1px solid;
}

.button--border-medium {
  border: 2px solid;
}

.button--border-thick {
  border: 3px solid;
}

/* Wapasha */
.button.button--wapasha {
  background: #37474f;
  color: #fff;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}

.button--wapasha.button--inverted,
.button--wapasha.button--inverted a {
  background: #fff;
  color: #676767;
}

.button--wapasha.button--inverted a {
  background-color: transparent;
}

.button--wapasha::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #3f51b5;
  z-index: -1;
  border-radius: inherit;
  opacity: 0;
  -webkit-transform: scale3d(0.6, 0.6, 1);
  transform: scale3d(0.6, 0.6, 1);
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}

.button--wapasha.button--inverted::before {
  border-color: #FFF;
}

.button--wapasha:hover {
  background: none;
  color: #3f51b5;
  cursor: pointer;
  cursor: hand;
}

.button--wapasha.button--inverted:hover,
.button--wapasha.button--inverted:hover a {
  background: none;
  color: #FFF;
}

.button--wapasha:hover::before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

#particles-js {
  height: 100%;
}

#learnmore {
  position: absolute;
  bottom: 10px;
  display: block;
  margin: 0 auto;
}

/*.mobileinfo {
	display: none;
}*/
.mobileinfo h1 {
  padding-left: 20px;
}

@media screen and (device-width: 768px) and (device-height: 1024px) and (-webkit-device-pixel-ratio: 2) {

  #sassiholford,
  #specialized,
  #volcom,
  #rileyscycles {
    background-attachment: scroll !important;
  }

  .wow {
    visibility: visible !important;
    -webkit-animation: none !important;
    -moz-animation: none !important;
    -o-animation: none !important;
    -ms-animation: none !important;
    animation: none !important;
  }

}

@media only screen and (max-width: 1460px) {
  /* phones */

  section .info h1 {
    font-size: 3.0em;
  }

}

@media only screen and (min-width: 768px) {
  /* tablets and desktop */
}

@media only screen and (max-width: 767px) {
  /* phones */


  .wow {
    visibility: visible !important;
    -webkit-animation: none !important;
    -moz-animation: none !important;
    -o-animation: none !important;
    -ms-animation: none !important;
    animation: none !important;
  }

  .particles-js {
    display: none;
    visibility: hidden;
  }

  .mobileinfo {
    display: inline-block;
    width: 100%;
    position: relative;
    bottom: 0px;
    text-align: center;
    /*top: 58%;*/
  }

  .mobileinfo button {
    float: none;
    margin: 0 auto;
  }

  .mobileinfo h1 {
    font-size: 2.125em;
    line-height: 1.1;
    margin: 20px 0;
    font-weight: 400;
    color: #FFF;
    font-family: "lust-display", sans-serif;
  }

  #sassiholford {
    background-color: #c0c0c0 !important;

  }

  section .info h1 {
    font-size: 2.0em;
  }

  section .info hr {
    display: none;
  }

  section .info {
    width: 100%;
    background: rgba(24, 33, 38, 0.0) !important;
    padding: 40px;
    height: 200px;
    min-height: 200px;
    position: absolute;
    bottom: 0;

  }

  section .info p {
    display: none;
  }

  section .info .text {
    width: auto;
  }

  nav {
    display: none;
  }

  .button {
    margin: 1em 0;
  }

  .container>header {
    padding: 0;
    position: absolute;
    z-index: 1000;
    top: 35%;
    width: 300px;
    height: 200px;
    left: 50%;
    margin-top: -100px;
    margin-left: -150px;
    text-align: center;
  }
  .container>#front-box {
    top: 25% !important;
  }

  section>.text-wrapper {
    padding: 0;
    position: absolute;
    z-index: 1000;
    top: 20%;
    width: 90%;
    height: 200px;
    left: 50%;
    margin-top: -10px;
    margin-left: -45%;
    text-align: center;
  }

  .container>header h1 {
    font-size: 2.6em;
  }

}

@media only screen and (min-width: 992px) {
  .web-hidden {
    display: none;
  }
}

@media only screen and (max-width: 991px) {
  .web-only {
    display: none !important;
  }

  .mobileinfo h1 {
    padding-left: 0px;
  }

  .col-md-6 {
    width: 100%;
    float: left;
  }

  .col-md-3 {
    width: 100%;
    float: left;
  }


  .container>#front-box {
    top: 20%;
    width: 75%;
    left: 15%;
    margin-left: 0;
  }
  .container>#front-box .logo {
    display: grid;
    align-items: center;
    gap: 20px;
  }

  .container>#front-box .logo .buildings{
    justify-content: center;
  }

  section {
    position: relative;
    background-attachment: scroll !important;
    background-size: 90% !important;
    background-position: center 20% !important;
  }

  section>.text-wrapper {
    padding: 2.875em 1.875em 1.875em;
    position: absolute;
    z-index: 1000;
    top: 35%;
    height: 300px;
    margin-top: -150px;
    width: 80%;
    text-align: center;
  }

  section .info {
    display: none;
  }

  .container>header {
    top: 20%;
  }

  .mobileinfo {
    display: inline-block;
    width: 100%;
    position: relative;
    bottom: 0px;
    text-align: center;
    /*top: 58%;*/
  }

  .view-more-adj {
    margin-top: 60%;
  }

  .button {
    float: none;
    display: inline;
  }

  section>.content-left,
  section>.content-right {
    position: relative;
    width: 100%;
    top: 5%;
    left: 0%;
    right: 0%;
    margin: 0;
    max-width: 991px;
  }

  .content-left img.download-img {
    width: 150px;
    height: 50px;
  }

  .mob-border img {
    width: 250px;
    border: 1px solid white;
    padding: 20px 10px;
    border-radius: 10px;
  }


  .contact-link-button {
    left: auto;
  }
  #about {
    min-height: 600px !important;
  }

  .downloads-l {
    float: left;
    padding-left: 30%;
  }

  .downloads-r {
    float: right;
    padding-right: 30%;
  }

  .team {
    height: 200px;
    width: 100%;
    margin-left: 0% !important;
  }

  /*#contact{ display: table;}*/
  #contact .content-right {
    margin-top: 3rem;
  }

  input,
  textarea,
  #contact button {
    width: 100%;
    margin-left: 0%;
  }

  .cbp-fbscroller section,
  #particles-js {
    position: relative;
    display: table;
    height: auto !important;
    width: 100%;
    min-height: 550px;
  }

  /*#section0{
    background-size: 100%!important;
  }*/
  #section0 {
    background-size: 150% 125% !important;
  }
}

@media only screen and (max-width: 767px) {
  .container>header {
    top: 25%;
  }

  section>.text-wrapper {
    padding: 2.875em 1.875em 1.875em;
    position: absolute;
    z-index: 1000;
    top: 30%;
    /*margin-top: 40%;*/
    height: 300px;
    /*margin-top: -150px;*/
    width: 100%;
    left: 46%;
    text-align: center;
  }

  section>.text-wrapper h1 {
    font-size: 2rem;
    line-height: 1.3;
    margin: 0;
    font-weight: 400;
    padding-bottom: 30px;
  }

  section>.text-wrapper h2 {
    font-size: 1.5rem;
    line-height: 1.3;
    margin: 0;
    font-weight: 400;
    opacity: 0.8 !important;
  }

  .downloads-l {
    float: left;
    padding-left: 10%;
  }

  .downloads-r {
    float: right;
    padding-right: 10%;
  }

  /*.team .member:hover .title{margin-top: 0px;}*/
  .view-more-adj {
    margin-top: 75%;
    top: 0px;
    padding-bottom: 5%;
  }

  #section0 {
    background-size: 225% 125% !important;
  }

  .cbp-fbscroller #section0,
  #particles-js {
    position: relative;
    display: table;
    height: auto !important;
    width: 100%;
    min-height: 600px;
  }

}

@media only screen and (max-width: 460px) {
  section>.text-wrapper h1 {
    font-size: 1.6rem;
  }

  section>.text-wrapper h2 {
    font-size: 1.3rem;
  }
  .container>#front-box {
    top: 20% !important;
  }

  .view-more-adj {
    margin-top: 65%;
    top: 0px;
    padding-bottom: 5%;
  }

  .cbp-fbscroller #section0,
  #particles-js {
    position: relative;
    display: table;
    height: auto !important;
    width: 100%;
    min-height: 600px;
  }
}

@media only screen and (max-width: 400px) {

  section>.text-wrapper h1 {
    font-size: 1.6rem;
  }

  section>.text-wrapper h2 {
    font-size: 1.3rem;
  }
  .downloads-l,
  .downloads-r {
    float: none;
    padding: 10px 0px;
  }

  .view-more-adj {
    margin-top: 350px;
    top: 0px;
    padding-bottom: 5%;
  }

  .cbp-fbscroller section,
  #particles-js {
    position: relative;
    display: table;
    height: auto !important;
    width: 100%;
    min-height: 550px;
  }
}
