#nav {
  display: none; }

#container {
  overflow: hidden; }

#homevideo {
  position: relative; }

#homevideo .field-item {
  padding-bottom: 46.25%;
  /* 56.25% */
  width: 100%;
  height: 0;
  overflow: hidden;
  position: relative; }

#homevideo .video-js {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute; }

#homevideo .video-js video {
  object-fit: cover; }

#homevideo .vjs-big-play-button {
  display: none; }

#homevideo .vjs-text-track-display {
  display: none; }

#homevideo .vjs-control-bar {
  display: none; }

#homevideo .box-wrapper {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: none; }

#homevideo .box {
  width: 40%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 50%;
  min-height: 230px;
  margin-top: -1.5%; }

#homevideo .title1,
#homevideo .title2 {
  position: relative;
  text-align: center;
  color: #fff;
  top: 47%;
  font-size: 36px;
  font-family: "Utopia", "Times New Roman", Times, sans-serif; }

#homevideo .title2 {
  margin-top: 10px;
  font-size: 40px;
  line-height: 40px;
  letter-spacing: 1px; }

#homevideo .btn-arrow-left {
  position: absolute;
  left: 0;
  vertical-align: middle; }

#homevideo .btn-arrow-right {
  position: absolute;
  right: 0;
  vertical-align: middle; }

#homevideo .video-title-wrapper {
  width: 100%;
  text-align: center;
  margin-top: 55px; }

#homevideo .video-title {
  background-color: rgba(0, 0, 0, 0.5);
  display: inline;
  color: #fff;
  padding: 10px 20px;
  font-weight: bold;
  font-size: 24px;
  font-family: "DinBold", "Helvetica Neue", Helvetica, Arial, sans-serif; }

#homevideo .btn-expand {
  margin-top: 10%;
  cursor: pointer;
  display: block;
  width: 76px;
  height: 76px;
  margin-left: auto;
  margin-right: auto;
  background-image: url(../images/btn-expand.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover; }

#homevideo .btn-expand:hover {
  background-position: left bottom; }

#homecontent {
  display: none; }

#testimonials {
  background-image: url(../images/background_testimonials.jpg);
  background-size: 100% 100%;
  /* border-top ? */ }

#testimonials .headline {
  background-color: #eff1f6;
  width: 100%;
  height: 140px;
  line-height: 160px;
  vertical-align: middle;
  text-align: center;
  padding-top: 20px; }

@media (min-width: 1280px) {
  #testimonials .color-box {
    position: relative;
    display: table;
    width: 100%;
    padding-bottom: 75px; }

  #testimonials .color-box .color-item {
    display: table-cell;
    background-color: #fff;
    /*width: 33%;*/
    vertical-align: top; }

  #testimonials .color-box .color-item:first-child {
    background-color: #eff1f6; }

  #testimonials .color-box .color-item:nth-child(2) {
    width: 412px; }

  #testimonials .color-box .color-item:last-child {
    background-color: inherit; }

  .quote-content {
    display: block;
    width: 412px;
    /* ==> max-width: 1240px; */
    min-height: 475px;
    position: relative;
    border-right: #eff1f6 1px solid; }

  #testimonials .color-box .color-item:first-child .quote-content {
    float: right; }

  #testimonials .color-box .color-item:last-child .quote-content {
    border-right: none; }

  .quote-content .company {
    margin-left: 30px;
    min-height: 110px;
    /* to align quote */
    width: 305px;
    font-family: "Utopia", "Times New Roman", Times, sans-serif;
    font-size: 38px; }

  .quote-content .quote {
    margin-left: 30px;
    color: #7c7c7c;
    line-height: 25px;
    width: 305px;
    min-height: 140px;
    /* to align people */
    font-family: "DinRegular", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 18px; }

  .color-item .people {
    margin-top: 20px;
    background-color: #2b2b2b;
    background-image: url(../images/symbol-quote.png);
    background-repeat: no-repeat;
    background-position: right 60px center;
    padding: 15px;
    padding-left: 30px; }

  .color-item .name {
    color: #fff;
    text-transform: uppercase;
    font-family: "Utopia", "Times New Roman", Times, sans-serif;
    font-size: 26px; }

  .color-item .position {
    color: #e20c0c;
    font-family: "DinLight", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px; }

  .quote-content .bar {
    width: 40px;
    height: 5px;
    margin-top: 90px;
    margin-bottom: 25px;
    margin-left: 30px;
    border-radius: 5px;
    background-color: #000; }

  #testimonials .color-box .color-item:last-child .quote-content .bar {
    background-color: #fff; }

  /* adjustment */
  #testimonials .color-box .color-item:nth-child(2) .quote-content .bar,
  #testimonials .color-box .color-item:nth-child(2) .quote-content .company,
  #testimonials .color-box .color-item:nth-child(2) .quote-content .quote,
  #testimonials .color-box .color-item:last-child .quote-content .bar,
  #testimonials .color-box .color-item:last-child .quote-content .company,
  #testimonials .color-box .color-item:last-child .quote-content .quote {
    margin-left: 60px; }

  #testimonials .color-box .color-item:last-child .company,
  #testimonials .color-box .color-item:last-child .quote {
    color: #fff; }

  #testimonials .color-box .color-item:nth-child(2) .quote-content .people,
  #testimonials .color-box .color-item:last-child .quote-content .people {
    padding-left: 60px; } }
#clients {
  width: 100%;
  background-color: #fff;
  padding-bottom: 110px; }

#clients .headline {
  width: 100%;
  height: 65px;
  padding-top: 95px;
  text-align: center; }

#clients ul {
  max-width: 1240px;
  overflow: hidden;
  list-style: none;
  margin-left: auto;
  margin-right: auto; }

#clients ul li {
  float: left;
  margin-right: 1px;
  margin-bottom: 1px;
  border: #eff1f6 1px solid; }

#clients ul li div {
  width: 245px;
  height: 245px;
  display: table-cell;
  vertical-align: middle;
  text-align: center; }

.footer_container {
  display: none; }

#homevideo {
  height: 100%;
  font-size: 16px; }

#homevideo .field,
#homevideo .field-items,
#homevideo .field-item {
  height: 100%;
  padding: 0;
  margin: 0; }
#homevideo .box {
  top: 0;
  min-height: 0;
  margin-top: 0;
  height: 100%;
  width: 37em;
  max-width: 80%; }
#homevideo .box .btn-expand {
  position: absolute;
  bottom: 25%;
  left: 50%;
  margin: 0 auto -76px -35px; }
#homevideo .vjs-poster {
  background-size: cover; }
#homevideo #introduction {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  display: none; }
#homevideo #introduction .title1 {
  font-size: 2.25em; }
#homevideo #introduction .title2 {
  font-size: 2.5em; }
#homevideo #introduction .video-title {
  font-size: 1.5em; }

@media (max-width: 1279px) {
  #testimonials .color-box {
    overflow: hidden;
    padding: 0 3%;
    background: url(../images/bg-eff1f6.gif) repeat-y left top; }
  #testimonials .color-item {
    width: 33.2%;
    float: left;
    padding-right: 1px;
    background: #eff1f6; }
  #testimonials .color-item:nth-child(2) {
    background: #FFF; }
  #testimonials .color-item:last-child {
    padding-right: 0;
    background: none; }
  #testimonials .bar {
    width: 40px;
    height: 5px;
    margin: 90px 0 25px 40px;
    border-radius: 5px;
    background-color: #000; }
  #testimonials .quote-content .company,
  #testimonials .quote-content .quote,
  #testimonials .quote-content .people {
    padding: 0 40px 0 40px;
    overflow: hidden; }
  #testimonials .quote-content .company,
  #testimonials .quote-content .people {
    font-family: "Utopia", "Times New Roman", "Times", sans-serif; }
  #testimonials .quote-content .company {
    font-size: 2.3em;
    height: 110px; }
  #testimonials .quote-content .people {
    padding-top: 15px;
    padding-bottom: 15px;
    background: #2b2b2b;
    margin-top: 20px;
    margin-bottom: 100px; }
  #testimonials .quote-content .quote {
    height: 180px;
    font-family: "DinRegular", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #7c7c7c;
    font-size: 1.125em;
    line-height: 1.4em; }
  #testimonials .quote-content .quote b {
    color: #e20c0c; }
  #testimonials .quote-content .people .name {
    color: #FFF;
    text-transform: uppercase;
    font-size: 1.65em; }
  #testimonials .quote-content .people .position {
    font-family: "DinLight", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1em;
    color: #e20c0c; }
  #testimonials .color-item:last-child .bar {
    background-color: #FFF; }
  #testimonials .color-item:last-child .quote {
    color: #FFF; }
  #testimonials .color-item:last-child .company {
    color: #FFF; }

  #clients {
    clear: both; }

  #clients ul {
    width: 744px; } }
@media (max-width: 768px) {
  #homevideo {
    font-size: 15px; }

  #testimonials {
    background: none; }

  #testimonials .headline {
    height: 95px;
    line-height: 138px; }
  #testimonials .color-item {
    width: 100%;
    padding-right: 0; }
  #testimonials .bar {
    margin: 20px auto; }
  #testimonials .quote-content {
    text-align: center; }
  #testimonials .quote-content .company {
    height: auto;
    margin-bottom: 33px; }
  #testimonials .quote-content .quote {
    font-size: 1.2em;
    line-height: 1.6em;
    height: auto;
    padding-bottom: 11px; }
  #testimonials .quote-content .people {
    margin: 0 0 50px 0;
    padding: 19px 0 16px 0; }
  #testimonials .color-box {
    background: none;
    padding-bottom: 100px; }
  #testimonials .color-box .color-item {
    padding-top: 25px;
    margin-top: 10px; }
  #testimonials .color-box .color-item:last-child {
    padding-top: 50px;
    background: url(../images/background_testimonials.jpg); }
  #testimonials .color-box .color-item:last-child .bar {
    margin-bottom: 30px; }

  #clients ul {
    width: 438px; }
  #clients ul li div {
    width: 216px;
    height: 216px; }

  #homevideo #introduction {
    top: 35%; }

  body[data-facebook-browser="yes"] #homevideo .cta {
    bottom: 30%; } }
@media (max-width: 630px) {
  #homevideo {
    font-size: 12px; }

  #clients ul {
    width: 100%;
    padding: 0 3%; }
  #clients ul li div {
    width: 170px;
    height: 170px; }
  #clients ul li img {
    width: 80%; } }
@media (min-width: 1280px) {
  #animator {
    display: none !important; } }
@media (max-width: 1279px) {
  .field-name-field-video-1 {
    display: none; }

  #homevideo #introduction,
  #homevideo .box-wrapper {
    display: block; }
  #homevideo .box-wrapper {
    background-color: #333;
    overflow: hidden; }
  #homevideo .btn-arrow-left,
  #homevideo .btn-arrow-right {
    width: 17px;
    height: 28px;
    background: no-repeat;
    background-size: 100%;
    overflow: hidden;
    text-indent: -9999px; }
  #homevideo .btn-arrow-left {
    background-image: url(../images/btn-arrow-left.png); }
  #homevideo .btn-arrow-right {
    background-image: url(../images/btn-arrow-right.png); }
  #homevideo .wrapper {
    width: 100%;
    height: 100%; }
  #homevideo .block {
    position: absolute;
    width: 50%;
    height: 100%;
    transition: 1s ease-in-out; }
  #homevideo .block .message {
    overflow: hidden;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    font-family: "Utopia", "Times New Roman", "Times", sans-serif;
    font-size: 2em;
    line-height: 1.2em;
    width: 0;
    padding-left: 0;
    color: #FFF;
    transition: 0.5s ease-in-out; }
  #homevideo .block .message .bar {
    width: 55px;
    height: 5px;
    margin-bottom: 35px;
    border-radius: 5px;
    background-color: #e20c0c; }
  #homevideo .block .message .text {
    width: 10em; }
  #homevideo #block1 {
    background: url(../images/background_overlay.png), url(../images/home-bg-1.jpg) center center;
    background-size: auto, auto 101%;
    transition: all 0.5s;
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
    /* Firefox 3.5+, IE10 */
    filter: gray;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
  #homevideo #block2 {
    right: 0;
    background: url(../images/background_overlay.png), url(../images/home-bg-2.jpg) center center;
    background-size: auto, auto 101%;
    transition: all 0.5s;
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
    /* Firefox 3.5+, IE10 */
    filter: gray;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
  #homevideo .opener {
    height: 100%;
    width: 0;
    background: #FFF;
    transition: 1s ease-in-out; }
  #homevideo #block1 .opener {
    float: left; }
  #homevideo #block2 .opener {
    float: right; }
  #homevideo #msg-1,
  #homevideo #end {
    overflow: hidden;
    opacity: 0;
    transition: 1s ease-in-out;
    width: 100%;
    height: 100%;
    position: absolute; }
  #homevideo #msg-1 .box {
    transition: 1s;
    overflow: hidden; }
  #homevideo #msg-1 .title2 {
    min-width: 10em; }
  #homevideo span.fx {
    background: url(../images/text-fx-bg.jpg) repeat-y top right;
    background-size: 100% auto;
    transition: 0.5s ease-in-out;
    transition-delay: 0.2s; }
  #homevideo .state-0 .opener {
    width: 100%; }
  #homevideo .state-0 #msg-1 .box {
    width: 0; }
  #homevideo .state-1 #msg-1 {
    opacity: 1; }
  #homevideo .state-1 #msg-1 .box {
    width: 37em; }
  #homevideo .state-1 #msg-1 span.fx {
    background-size: 0 auto; }
  #homevideo .state-2 #block1 {
    width: 70%;
    -webkit-filter: grayscale(0%);
    filter: none; }
  #homevideo .state-2 #block2 {
    width: 30%; }
  #homevideo .state-2 #block1 .message {
    width: 50%;
    padding-left: 30%; }
  #homevideo .state-2 #msg-1 span.fx {
    background-size: 0 auto; }
  #homevideo .state-2 #block1 span.fx {
    background-size: 0 auto; }
  #homevideo .state-3 #block1 {
    width: 30%; }
  #homevideo .state-3 #block2 {
    width: 70%;
    -webkit-filter: grayscale(0%);
    filter: none; }
  #homevideo .state-3 #block2 .message {
    width: 50%;
    padding-left: 30%; }
  #homevideo .state-3 #block1 span.fx {
    background-size: 0 auto; }
  #homevideo .state-3 #block2 span.fx {
    background-size: 0 auto; }
  #homevideo .state-4 #end {
    opacity: 1; }
  #homevideo .state-4 #block2 span.fx {
    background-size: 0 auto; }
  #homevideo .state-4 #introduction span.fx {
    background-size: 0 auto; } }
@media (max-width: 767px) {
  #homevideo #msg-1 .title2 {
    font-size: 24px; }
  #homevideo #introduction .title1 {
    font-size: 1.8em; }
  #homevideo .state-2 #block1 {
    width: 80%; }
  #homevideo .state-2 #block2 {
    width: 20%; }
  #homevideo .state-2 #block1 .message {
    width: 70%;
    padding-left: 15%; }
  #homevideo .state-3 #block1 {
    width: 20%; }
  #homevideo .state-3 #block2 {
    width: 80%; }
  #homevideo .state-3 #block2 .message {
    width: 70%;
    padding-left: 15%; } }

/*# sourceMappingURL=home.css.map */
