body {
  background: url(../img/bg_pattern.gif);
}
#wrapper {
  width: 100%;
  margin: 0 auto;
  height: auto;
  position: relative;
  overflow: hidden !important;
}
a {
  color: #e03835;
  outline: none;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
header {
  padding-top: 18px;
  min-height: 118px;
  width: 100%;
}
header h1 {
  margin-bottom: 25px;
}
header h1 a {
  padding: 7px 0 7px 67px;
  font-family: "AgencyFBBold", Arial, Verdana, sans-serif;
  font-size: 30px;
  color: #fff !important;
  text-transform: uppercase;
  white-space: nowrap;
  background: url(../img/logo_uncommon.png) no-repeat;
}
header h1 a:hover {
  color: #fff;
}
footer {
  height: 105px !important;
  padding: 33px 0 423px 0;
  background: #000 url(../img/bg_city_footer.jpg) no-repeat center bottom;
  border-top: 14px solid #e03835;
  background-size: 100% auto;
  box-sizing: content-box !important;
}
footer .arrow {
  width: 115px;
  height: 50px;
  background: url(../img/bg_triangle.png) no-repeat;
  text-align: center;
  position: absolute;
  top: -61px;
  left: 50%;
  margin-left: -57px;
  line-height: 75px;
}
footer .arrow span {
  padding: 2px 2px 2px 3px;
  background: #fff;
  border-radius: 50%;
  color: #e03835;
  font-size: 18px;
}
footer .container {
  box-sizing: content-box !important;
}
footer h3 {
  font-family: "AgencyFBBold", Arial, Verdana, sans-serif;
  font-size: 25px;
  color: #e03835;
  text-transform: uppercase;
  text-align: right;
  width: 120px;
  margin: 0;
  line-height: 30px;
  float: right;
}
.btn_mail {
  padding: 5px 10px 0 10px;
  margin: 0 0 0 17px;
  border-radius: 50%;
  background: #e03835;
  text-align: center;
  vertical-align: middle;
  color: #fff !important;
  font-size: 30px;
  line-height: 47px !important;
  float: right;
}
footer h6 {
  font-family: "klavika-web", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 11px;
  color: #4c4c4c;
  margin-top: 8px;
  clear: both;
  float: right;
}
.top_tweet {
  height: 19px;
  border: 1px solid #545454;
  padding: 10px 15px;
  line-height: 19px;
  vertical-align: middle;
  position: relative;
  z-index: 1;
  margin-bottom: 25px;
  box-sizing: content-box !important;
}
.top_tweet .arrow {
  height: 11px;
  width: 30px;
  position: absolute;
  bottom: -11px;
  left: 110px;
  z-index: 999;
}
.top_tweet [class^="icon-"] {
  color: #e03835;
  float: left;
  line-height: 19px;
  margin-right: 20px;
}
.top_tweet p {
  float: left;
  font-family: "klavika-web", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 14px;
  color: #fff;
  margin: 0 10px 0 0;
  width: 69%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.top_tweet span.gray {
  font-family: "klavika-web", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 10px;
  color: #999;
  text-transform: uppercase;
}
.top_tweet span.red {
  font-family: "klavika-web", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 10px;
  color: #e03835;
  text-transform: uppercase;
}
.top_social_container {
  height: 42px;
  float: right;
  text-align: right;
}
.top_social_container .btn_social {
  padding: 10px 10px 8px 10px;
  margin: 0 2px 6px 2px;
  border-radius: 2px;
  background: #1f1f1f;
  text-align: center;
  vertical-align: middle;
  color: #545454;
  line-height: 27px;
  font-size: 20px;
  display: inline-block;
}
.top_social_container .btn_social:hover {
  background: #e03835;
  color: #000;
}
.top_social_container .btn_social .fa {
  width: 24px;
}
.topnav {
  min-height: 35px;
  margin-top: 18px;
}
.topnav a {
  font-family: "klavika-web", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 13px;
  color: #999;
  text-transform: uppercase;
  line-height: 13px;
}
.topnav li {
  margin: 0 0 15px 27px;
  float: left;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  height: 30px;
}
.topnav .line {
  margin-top: 8px;
  width: 0;
  height: 0;
  border-bottom: 3px solid #e03835;
  border-right: 3px solid transparent;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
.topnav li:hover a {
  color: #fff;
}
.topnav li:hover .line {
  width: 100%;
  height: 3px;
  border: none;
  background: #e03835;
}
.topslider .inner {
  width: 100%;
  position: relative;
  max-height: 600px;
  margin: 0 0 100px 0;
}
.topslider .primary {
  margin: 0 auto;
  position: relative;
}
.topslider .primary li {
  position: relative;
}
.topslider .primary li img {
  width: 100%;
  height: auto;
}
.topslider .primary .bx-prev,
.topslider .primary .bx-next {
  position: absolute;
  top: 45%;
  border: 3px solid #717171;
  border-radius: 30px;
  color: #717171;
  font-size: 15px;
  line-height: 15px;
  padding: 5px 15px 4px 15px;
  z-index: 99;
}
.topslider .primary .bx-prev {
  left: -90px;
}
.topslider .primary .bx-next {
  right: -90px;
}
.topslider .primary .bx-prev:hover,
.topslider .primary .bx-next:hover {
  border: 3px solid #fff;
}
.topslider .primary .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  width: 32px;
  height: 32px;
  text-indent: -999999px;
  z-index: 9999;
}
.topslider .primary .bx-controls-direction a.disabled {
  display: none;
}
.topslider .primary li .captions {
  background: #e03835;
  width: 372px;
  height: 250px;
  overflow: hidden;
  position: absolute;
  bottom: 282px;
  right: 0;
  z-index: 9;
}
.topslider .primary li .captions .text {
  padding: 28px 26px;
}
.topslider .primary li .captions .text .line {
  width: 100%;
  height: 1px;
  border-top: 1px solid #d52d2a;
  border-bottom: 1px solid #ec4b48;
  margin: 15px 0;
}
.topslider .primary li .captions .text h3 {
  font-family: "AgencyFBBold", Arial, Helvetica, sans-serif;
  color: #fff;
  font-size: 40px;
  line-height: 43px;
  margin: 0;
}
.topslider .primary li .captions .text p {
  color: #fff;
  font-size: 14px;
  line-height: 17px;
  margin: 10px 0 25px 0;
  z-index: 9;
}
.topslider .primary li .captions .text a {
  border-radius: 50%;
  background: #fff;
  color: #e03835;
  padding: 5px 5px 4px 5px;
}
.topslider .primary .hp_slider_thumbs {
  height: 43px;
  width: 100%;
  position: absolute;
  bottom: -45px;
  left: 0;
  z-index: 99999;
  background: #030303;
  border-top: 7px solid #e03835;
}
.topslider .primary .hp_slider_thumbs li {
  position: relative;
  float: left;
  height: 100%;
  margin: 0;
  width: 25%;
  text-align: center;
}
.topslider .primary .hp_slider_thumbs li.ei-slider-element {
  top: 0px;
  left: 0px;
  position: absolute;
  height: 100%;
  z-index: 10;
  text-indent: -9000px;
}
.topslider .primary .hp_slider_thumbs li a {
  display: block;
  cursor: pointer;
  color: #999;
  font-family: "klavika-web", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 13px;
  text-transform: uppercase;
  line-height: 43px;
  -webkit-transition: background 0.2s ease;
  -moz-transition: background 0.2s ease;
  -o-transition: background 0.2s ease;
  -ms-transition: background 0.2s ease;
  transition: background 0.2s ease;
}
.topslider .primary .hp_slider_thumbs li a:hover,
.topslider .primary .hp_slider_thumbs li a.active {
  background-color: #e03835;
  height: 100%;
  color: #fff;
  font-family: "klavika-web", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-weight: bold;
  font-style: italic;
}
.topslider .primary .hp_slider_thumbs li img {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 96%;
  border: 6px solid #e03835;
  border-bottogitm: none;
  opacity: 0;
  z-index: 9;
  max-width: 100%;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.topslider .primary .hp_slider_thumbs li:hover img {
  opacity: 1;
  bottom: 49px;
}
.wordpress {
  width: 100%;
  margin-bottom: 50px;
}
.wordpress li {
  display: block;
  float: left;
  margin-bottom: 20px;
  width: 50%;
  padding-right: 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.wordpress li .text {
  display: contents;
}
.wordpress li .img {
  width: 164px;
  height: 164px;
  float: left;
  margin: 0 20px 20px 0;
  display: inline-block;
}
.wordpress li .img img {
  width: 100%;
  height: auto;
}
.wordpress li h3 {
  font-family: "klavika-web", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #fff;
  font-size: 18px;
  line-height: 18px;
  margin: 10px 0 0 0;
}
.wordpress li p.date {
  font-family: "klavika-web", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-style: italic;
  color: #666;
  font-size: 12px;
  margin: 0 0 5px 0;
}
.wordpress li p.summary {
  color: #999;
  font-size: 14px;
  line-height: 16px;
  margin: 0 0 15px 0;
}
.wordpress li p.summary a {
  color: #e03835;
}
#hp-tab-container .etabs {
  margin: 0;
  padding: 0;
}
#hp-tab-container .tab {
  display: inline-block;
  zoom: 1;
  *display: inline;
  background: rgba(0,0,0,0.27);
  float: left;
  width: 50%;
  text-align: center;
  height: 54px;
  margin: 6px 0 0 0;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
#hp-tab-container .tab a {
  font-family: "AgencyFBRegular", Arial, Helvetica, sans-serif;
  color: #999;
  font-size: 22px;
  text-transform: uppercase;
  display: block;
  padding: 0;
  outline: none;
  line-height: 54px;
}
#hp-tab-container .tab a:hover,
#hp-tab-container .tab a.active {
  color: #fff;
}
#hp-tab-container .tab:hover {
  background: rgba(0,0,0,0.76);
}
#hp-tab-container .tab.active {
  background: rgba(0,0,0,0.76);
  padding-top: 6px;
  position: relative;
  margin-top: 0;
}
#hp-tab-container.tab-container .panel-container {
  background: rgba(0,0,0,0.76);
  padding: 30px 0;
  margin-bottom: 50px;
}
#hp_twitter {
  padding: 0 10px;
}
.hp_tweets .tweet {
  padding: 0 0 15px 0;
  border-bottom: 1px solid #666;
  margin-bottom: 15px;
}
.hp_tweets .tweet:nth-child(3) {
  border-bottom: 0;
}
.hp_tweets .tweet img {
  float: left;
  margin-right: 10px;
}
.hp_tweets .tweet_text {
  display: block;
  float: left;
  width: 80%;
}
.hp_tweets .tweet_text .tweet_name {
  font-size: 18px;
  color: #fff;
  line-height: 23px;
  margin: 0;
  padding: 0;
}
.hp_tweets .tweet_text .tweet_name a {
  font-size: 15px;
  color: #e03835;
}
.hp_tweets .tweet_text p {
  font-family: "klavika-web", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 14px;
  color: #fff;
  line-height: 19px;
  margin: 15px 0;
}
.hp_tweets .tweet_text p a {
  font-family: "klavika-web", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #e03835;
}
.hp_tweets .tweet_text .tweet_timestamp {
  font-family: "klavika-web", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-style: italic;
  font-size: 14px;
  color: #8e908f;
  margin-top: 5px;
  line-height: 15px;
}
#hp_facebook,
#facebook {
  padding: 15px 3px 15px 10px;
}
#facebook2 {
  height: 400px;
  margin-bottom: 10px;
}
.client {
  background: #000;
  margin-bottom: 75px;
}
.hp_client {
  width: 12.3%;
  height: 124px;
  overflow: hidden;
  float: left;
  margin: 1px;
  position: relative;
  background-color: #ce2a2a;
  background-repeat: no-repeat;
  background-position: center;
  background-blend-mode: multiply;
  background-size: cover;
  cursor: pointer;
  text-decoration: none;
  outline: none;
  -webkit-transition: .2s;
  -moz-transition: .2s;
  transition: .2s;
}
.hp_client:nth-child(10) {
  margin-right: 50.1%;
}
.hp_client:hover {
  background-blend-mode: normal;
}
.client_title {
  width: 50%;
  height: 120px;
  text-align: center;
  position: absolute;
  top: 128px;
  left: 50%;
  margin-left: -25%;
}
.client_title h2 {
  font-family: "AgencyFBRegular", Arial, Helvetica, sans-serif;
  color: #fff;
  font-size: 60px;
  text-transform: uppercase;
  line-height: 60px;
  margin: 20px 0 0 0;
}
.client_title a {
  font-family: "klavika-web", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #e03835;
  font-size: 14px;
}
.client_title a:hover {
  color: #fff;
}
.zigzag_separator {
  height: 24px;
  width: 100%;
  background: url(../img/bg_zigzag.png) repeat-x;
}
.hp_thinkers {
  height: auto;
  width: 100%;
  background: #000 url(../img/bg_hp_scratch.jpg) no-repeat 25% bottom;
  background-size: 64.5% auto;
  padding-top: 50px;
}
.da-slider {
  width: 100%;
  height: 461px;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}
.da-slide {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}
.da-slide-current {
  z-index: 1000;
}
.da-slider-fb .da-slide {
  left: 100%;
}
.da-slider-fb  .da-slide.da-slide-current {
  left: 0px;
}
.da-slide p,
.da-slide .da-img {
  position: absolute;
  opacity: 0;
  left: 110%;
}
.da-slider-fb .da-slide p,
.da-slider-fb .da-slide .da-img {
  left: 35%;
  opacity: 1;
}
.da-slide p {
  width: 60%;
  top: 100px;
  font-family: "klavika-web", sans-serif;
  font-weight: 400;
  font-size: 30px;
  line-height: 35px;
  color: #fff;
  font-style: italic;
  text-align: right;
}
.da-slide p span {
  color: #fff;
  font-size: 18px;
}
.da-slide .da-img {
  width: 62.9%;
  top: 0;
  height: 461px;
  left: 110%;
}
.da-slide .da-img img {
  width: 100%;
  height: auto;
}
.da-dots {
  display: none;
}
.da-arrows {
  -moz-user-select: none;
  -webkit-user-select: none;
}
.da-arrows span {
  position: absolute;
  top: 37%;
  border-radius: 50%;
  background: #eee;
  color: #050505;
  cursor: pointer;
  z-index: 2000;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
.da-arrows span.da-arrows-prev {
  left: 50%;
  margin-left: -520px;
  padding: 6px 5px 5px 5px;
}
.da-arrows span.da-arrows-next {
  right: 50%;
  margin-right: -520px;
  padding: 6px 5px 5px 5px;
}
.da-arrows span:hover {
  background: #ef403a;
}
.da-slide-current p {
  left: 35%;
  opacity: 1;
}
.da-slide-current .da-img {
  left: -10%;
  opacity: 1;
}
.da-slide-fromright .da-img {
  -webkit-animation: fromRightAnim2 0.4s ease-in-out 0.6s both;
  -moz-animation: fromRightAnim2 0.4s ease-in-out 0.6s both;
  -o-animation: fromRightAnim2 0.4s ease-in-out 0.6s both;
  -ms-animation: fromRightAnim2 0.4s ease-in-out 0.6s both;
  animation: fromRightAnim2 0.4s ease-in-out 0.6s both;
}
.da-slide-fromright p {
  -webkit-animation: fromRightAnim4 0.4s ease-in-out 0.6s both;
  -moz-animation: fromRightAnim4 0.4s ease-in-out 0.6s both;
  -o-animation: fromRightAnim4 0.4s ease-in-out 0.6s both;
  -ms-animation: fromRightAnim4 0.4s ease-in-out 0.6s both;
  animation: fromRightAnim4 0.4s ease-in-out 0.6s both;
}
@-webkit-keyframes fromRightAnim2 {
  0% {
    left: 110%;
    opacity: 0;
  }
  100% {
    left: -10%;
    opacity: 1;
  }
}
@-webkit-keyframes fromRightAnim4 {
  0% {
    left: 110%;
    opacity: 0;
  }
  100% {
    left: 35%;
    opacity: 1;
  }
}
@-moz-keyframes fromRightAnim2 {
  0% {
    left: 110%;
    opacity: 0;
  }
  100% {
    left: -10%;
    opacity: 1;
  }
}
@-moz-keyframes fromRightAnim4 {
  0% {
    left: 110%;
    opacity: 0;
  }
  100% {
    left: 35%;
    opacity: 1;
  }
}
@-o-keyframes fromRightAnim2 {
  0% {
    left: 110%;
    opacity: 0;
  }
  100% {
    left: -10%;
    opacity: 1;
  }
}
@-o-keyframes fromRightAnim4 {
  0% {
    left: 110%;
    opacity: 0;
  }
  100% {
    left: 35%;
    opacity: 1;
  }
}
@-ms-keyframes fromRightAnim2 {
  0% {
    left: 110%;
    opacity: 0;
  }
  100% {
    left: -10%;
    opacity: 1;
  }
}
@-ms-keyframes fromRightAnim4 {
  0% {
    left: 110%;
    opacity: 0;
  }
  100% {
    left: 35%;
    opacity: 1;
  }
}
@keyframes fromRightAnim2 {
  0% {
    left: 110%;
    opacity: 0;
  }
  100% {
    left: -10%;
    opacity: 1;
  }
}
@keyframes fromRightAnim4 {
  0% {
    left: 110%;
    opacity: 0;
  }
  100% {
    left: 35%;
    opacity: 1;
  }
}
.da-slide-fromleft .da-img {
  -webkit-animation: fromLeftAnim2 0.4s ease-in-out 0.4s both;
  -moz-animation: fromLeftAnim2 0.4s ease-in-out 0.4s both;
  -o-animation: fromLeftAnim2 0.4s ease-in-out 0.4s both;
  -ms-animation: fromLeftAnim2 0.4s ease-in-out 0.4s both;
  animation: fromLeftAnim2 0.4s ease-in-out 0.4s both;
}
.da-slide-fromleft p {
  -webkit-animation: fromLeftAnim4 0.4s ease-in-out 0.4s both;
  -moz-animation: fromLeftAnim4 0.4s ease-in-out 0.4s both;
  -o-animation: fromLeftAnim4 0.4s ease-in-out 0.4s both;
  -ms-animation: fromLeftAnim4 0.4s ease-in-out 0.4s both;
  animation: fromLeftAnim4 0.4s ease-in-out 0.4s both;
}
@-webkit-keyframes fromLeftAnim2 {
  0% {
    left: -110%;
    opacity: 0;
  }
  100% {
    left: -10%;
    opacity: 1;
  }
}
@-webkit-keyframes fromLeftAnim4 {
  0% {
    left: -110%;
    opacity: 0;
  }
  100% {
    left: 35%;
    opacity: 1;
  }
}
@-moz-keyframes fromLeftAnim2 {
  0% {
    left: -110%;
    opacity: 0;
  }
  100% {
    left: -10%;
    opacity: 1;
  }
}
@-moz-keyframes fromLeftAnim4 {
  0% {
    left: -110%;
    opacity: 0;
  }
  100% {
    left: 35%;
    opacity: 1;
  }
}
@-o-keyframes fromLeftAnim2 {
  0% {
    left: -110%;
    opacity: 0;
  }
  100% {
    left: -10%;
    opacity: 1;
  }
}
@-o-keyframes fromLeftAnim4 {
  0% {
    left: -110%;
    opacity: 0;
  }
  100% {
    left: 35%;
    opacity: 1;
  }
}
@-ms-keyframes fromLeftAnim2 {
  0% {
    left: -110%;
    opacity: 0;
  }
  100% {
    left: -10%;
    opacity: 1;
  }
}
@-ms-keyframes fromLeftAnim4 {
  0% {
    left: -110%;
    opacity: 0;
  }
  100% {
    left: 35%;
    opacity: 1;
  }
}
@keyframes fromLeftAnim2 {
  0% {
    left: -110%;
    opacity: 0;
  }
  100% {
    left: -10%;
    opacity: 1;
  }
}
@keyframes fromLeftAnim4 {
  0% {
    left: -110%;
    opacity: 0;
  }
  100% {
    left: 35%;
    opacity: 1;
  }
}
.da-slide-toright .da-img {
  -webkit-animation: toRightAnim2 0.4s ease-in-out 0.3s both;
  -moz-animation: toRightAnim2 0.4s ease-in-out 0.3s both;
  -o-animation: toRightAnim2 0.4s ease-in-out 0.3s both;
  -ms-animation: toRightAnim2 0.4s ease-in-out 0.3s both;
  animation: toRightAnim2 0.4s ease-in-out 0.3s both;
}
.da-slide-toright p {
  -webkit-animation: toRightAnim4 0.4s ease-in-out both;
  -moz-animation: toRightAnim4 0.4s ease-in-out both;
  -o-animation: toRightAnim4 0.4s ease-in-out both;
  -ms-animation: toRightAnim4 0.4s ease-in-out both;
  animation: toRightAnim4 0.4s ease-in-out both;
}
@-webkit-keyframes toRightAnim2 {
  0% {
    left: -10%;
    opacity: 1;
  }
  100% {
    left: 100%;
    opacity: 0;
  }
}
@-webkit-keyframes toRightAnim4 {
  0% {
    left: 35%;
    opacity: 1;
  }
  30% {
    left: 55%;
    opacity: 1;
  }
  100% {
    left: 100%;
    opacity: 0;
  }
}
@-moz-keyframes toRightAnim2 {
  0% {
    left: -10%;
    opacity: 1;
  }
  100% {
    left: 100%;
    opacity: 0;
  }
}
@-moz-keyframes toRightAnim4 {
  0% {
    left: 35%;
    opacity: 1;
  }
  30% {
    left: 55%;
    opacity: 1;
  }
  100% {
    left: 100%;
    opacity: 0;
  }
}
@-o-keyframes toRightAnim2 {
  0% {
    left: -10%;
    opacity: 1;
  }
  100% {
    left: 100%;
    opacity: 0;
  }
}
@-o-keyframes toRightAnim4 {
  0% {
    left: 35%;
    opacity: 1;
  }
  30% {
    left: 55%;
    opacity: 1;
  }
  100% {
    left: 100%;
    opacity: 0;
  }
}
@-ms-keyframes toRightAnim2 {
  0% {
    left: -10%;
    opacity: 1;
  }
  100% {
    left: 100%;
    opacity: 0;
  }
}
@-ms-keyframes toRightAnim4 {
  0% {
    left: 35%;
    opacity: 1;
  }
  30% {
    left: 55%;
    opacity: 1;
  }
  100% {
    left: 100%;
    opacity: 0;
  }
}
@keyframes toRightAnim2 {
  0% {
    left: -10%;
    opacity: 1;
  }
  100% {
    left: 100%;
    opacity: 0;
  }
}
@keyframes toRightAnim4 {
  0% {
    left: 35%;
    opacity: 1;
  }
  30% {
    left: 55%;
    opacity: 1;
  }
  100% {
    left: 100%;
    opacity: 0;
  }
}
.da-slide-toleft .da-img {
  -webkit-animation: toLeftAnim2 0.4s ease-in-out 0.3s both;
  -moz-animation: toLeftAnim2 0.4s ease-in-out 0.3s both;
  -o-animation: toLeftAnim2 0.4s ease-in-out 0.3s both;
  -ms-animation: toLeftAnim2 0.4s ease-in-out 0.3s both;
  animation: toLeftAnim2 0.4s ease-in-out 0.3s both;
}
.da-slide-toleft p {
  -webkit-animation: toLeftAnim4 0.4s ease-in-out 0.5s both;
  -moz-animation: toLeftAnim4 0.4s ease-in-out 0.5s both;
  -o-animation: toLeftAnim4 0.4s ease-in-out 0.5s both;
  -ms-animation: toLeftAnim4 0.4s ease-in-out 0.5s both;
  animation: toLeftAnim4 0.4s ease-in-out 0.5s both;
}
@-webkit-keyframes toLeftAnim2 {
  0% {
    left: -10%;
    opacity: 1;
  }
  30% {
    left: -5%;
    opacity: 1;
  }
  100% {
    left: -50%;
    opacity: 0;
  }
}
@-webkit-keyframes toLeftAnim4 {
  0% {
    left: 35%;
    opacity: 1;
  }
  70% {
    left: 30%;
    opacity: 0;
  }
  100% {
    left: -50%;
    opacity: 0;
  }
}
@-moz-keyframes toLeftAnim2 {
  0% {
    left: -10%;
    opacity: 1;
  }
  30% {
    left: -5%;
    opacity: 1;
  }
  100% {
    left: -50%;
    opacity: 0;
  }
}
@-moz-keyframes toLeftAnim4 {
  0% {
    left: 35%;
    opacity: 1;
  }
  70% {
    left: 30%;
    opacity: 0;
  }
  100% {
    left: -50%;
    opacity: 0;
  }
}
@-o-keyframes toLeftAnim2 {
  0% {
    left: -10%;
    opacity: 1;
  }
  30% {
    left: -5%;
    opacity: 1;
  }
  100% {
    left: -50%;
    opacity: 0;
  }
}
@-o-keyframes toLeftAnim4 {
  0% {
    left: 35%;
    opacity: 1;
  }
  70% {
    left: 30%;
    opacity: 0;
  }
  100% {
    left: -50%;
    opacity: 0;
  }
}
@-ms-keyframes toLeftAnim2 {
  0% {
    left: -10%;
    opacity: 1;
  }
  30% {
    left: -5%;
    opacity: 1;
  }
  100% {
    left: -50%;
    opacity: 0;
  }
}
@-ms-keyframes toLeftAnim4 {
  0% {
    left: 35%;
    opacity: 1;
  }
  70% {
    left: 30%;
    opacity: 0;
  }
  100% {
    left: -50%;
    opacity: 0;
  }
}
@keyframes toLeftAnim2 {
  0% {
    left: -10%;
    opacity: 1;
  }
  30% {
    left: -5%;
    opacity: 1;
  }
  100% {
    left: -50%;
    opacity: 0;
  }
}
@keyframes toLeftAnim4 {
  0% {
    left: 35%;
    opacity: 1;
  }
  70% {
    left: 30%;
    opacity: 0;
  }
  100% {
    left: -50%;
    opacity: 0;
  }
}
.connect {
  background: #090909;
  padding: 72px 0 117px 0;
}
.connect_container {
  height: 78px;
  float: left;
}
.connect_text {
  float: right;
}
.connect_container .btn_social {
  padding: 15px 15px 11px 15px;
  line-height: 45px;
  font-size: 27px;
  margin: 0 12px 0 0;
  display: inline-block;
  border-radius: 3px;
  text-align: center;
  vertical-align: middle;
  color: #323232;
  text-shadow: 1px 1px 3px rgba(0,0,0,0.85);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  background: #0f0f0f;
  background: -moz-linear-gradient(45deg,#0f0f0f 50%,#232323 100%);
  background: -webkit-gradient(linear,left bottom,right top,color-stop(50%,#0f0f0f),color-stop(98%,#232323));
  background: -webkit-linear-gradient(45deg,#0f0f0f 50%,#232323 98%);
  background: -o-linear-gradient(45deg,#0f0f0f 50%,#232323 98%);
  background: -ms-linear-gradient(45deg,#0f0f0f 50%,#232323 98%);
  background: linear-gradient(45deg,#0f0f0f 50%,#232323 98%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0f0f0f',endColorstr='#232323',GradientType=1);
}
.connect_container .btn_social:hover {
  color: #280a09;
  background: #972624;
  background: -moz-linear-gradient(45deg,#972624 0%,#3a1313 100%);
  background: -webkit-gradient(linear,left bottom,right top,color-stop(0%,#972624),color-stop(100%,#3a1313));
  background: -webkit-linear-gradient(45deg,#972624 0%,#3a1313 100%);
  background: -o-linear-gradient(45deg,#972624 0%,#3a1313 100%);
  background: -ms-linear-gradient(45deg,#972624 0%,#3a1313 100%);
  background: linear-gradient(45deg,#972624 0%,#3a1313 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#972624',endColorstr='#3a1313',GradientType=1);
}
.bottom_callout {
  border-bottom: 10px solid #e03835;
  height: 160px;
  text-align: right;
}
.bottom_callout .highlight {
  position: absolute;
  bottom: 0;
  left: -36px;
  z-index: 1;
}
.bottom_callout .img {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.bottom_callout p {
  color: #fff;
  font-size: 18px;
  margin: 0 0 35px 0;
  z-index: 9;
  position: relative;
  text-shadow: 2px 2px 3px #000000;
}
.bottom_callout p b {
  font-family: "klavika-web", sans-serif;
  font-weight: 600;
  font-style: normal;
  padding-right: 35px;
}
.bottom_callout .btn_more {
  color: #353535;
  font-weight: bold;
  text-transform: uppercase;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.75);
  z-index: 9;
  position: relative;
}
.bottom_callout .btn_more span {
  padding: 2px 1px 2px 3px;
  margin-right: 5px;
  border-radius: 50%;
  color: #fff;
  background: #353535;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.bottom_callout .btn_more:hover {
  color: #fff;
}
.bottom_callout .btn_more:hover span {
  background: #cc2f2f;
}
.title_container.one {
  height: 85px;
  line-height: 85px;
  border-left: 10px solid #e03835;
  padding: 0 37px 0 20px;
  margin-bottom: 28px;
  background: #030303;
}
.title_container.one h2 {
  font-family: "AgencyFBRegular", Arial, Helvetica, sans-serif;
  color: #fff;
  font-size: 30px;
  margin: 0 40px 0 0;
  line-height: 85px;
  text-transform: uppercase;
}
.title_container p {
  font-family: "klavika-web", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #fff;
  font-size: 18px;
  margin: 0;
  font-style: italic;
}
.title_container p span {
  font-family: "klavika-web", sans-serif;
  font-weight: 400;
}
.title_container a {
  color: #8f8f8f;
  font-size: 14px;
  font-weight: bold;
  font-style: italic;
}
.title_container a:hover {
  color: #fff;
}
.title_container.one a span,
.title_container.three a span {
  border-radius: 50%;
  background: #8f8f8f;
  padding: 5px 5px 4px 4px;
  margin-right: 10px;
  color: #030303;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.title_container.one a:hover span,
.title_container.three a:hover span {
  background: #fff;
}
.title_container.two {
  height: 45px;
  line-height: 45px;
  border-left: 10px solid #e03835;
  padding: 0 37px 0 20px;
  margin-bottom: 37px;
}
.title_container.two h2 {
  font-family: "AgencyFBRegular", Arial, Helvetica, sans-serif;
  color: #fff;
  font-size: 45px;
  margin: 0 40px 0 0;
  line-height: 45px;
  text-transform: uppercase;
}
.title_container.two a.pinterest span {
  border-radius: 50%;
  background: #393939;
  padding: 5px 3px 0 3px;
  margin-right: 10px;
  color: #fff;
  font-size: 30px;
  vertical-align: middle;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.title_container.two a:hover.pinterest span {
  background: #cd1f28;
}
.title_container.three {
  height: 45px;
  line-height: 45px;
  border-left: 10px solid #e03835;
  padding: 0 37px 0 20px;
  margin-bottom: 37px;
}
.title_container.three h2 {
  font-family: "AgencyFBRegular", Arial, Helvetica, sans-serif;
  color: #fff;
  font-size: 30px;
  margin: 0 40px 0 0;
  line-height: 45px;
  text-transform: uppercase;
}
.header {
  height: 359px;
  border-top: 3px solid #e03835;
  border-bottom: 3px solid #e03835;
  line-height: 359px;
  background-color: #000;
}
.header h1 {
  font-family: "AgencyFBRegular", Arial, Helvetica, sans-serif;
  color: #fff;
  font-size: 124px;
  text-transform: uppercase;
  line-height: 359px;
  text-align: right;
}
.pages {
  padding: 75px 0;
}
.pages_padding {
  padding: 45px 0;
}
.general p {
  font-size: 18px;
  color: #999;
}
.general p strong {
  color: #ccc;
}
.view-legacy {
  overflow: hidden;
  margin-bottom: 12px !important;
  cursor: pointer;
  height: 240px;
}
.view-legacy img {
  width: 100%;
  height: auto;
  display: block;
  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");
  filter: gray;
  -webkit-filter: grayscale(100%);
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
.view-legacy:hover img {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(0%);
}
.mask {
  padding: 5px 0 0 0;
  height: 65px;
  width: 100%;
  border-top: 7px solid #e03835;
  background: #e03835;
  position: absolute;
  overflow: hidden;
  bottom: 7px;
  left: 0;
}
.mask h3 {
  font-weight: bold;
  font-size: 18px;
  color: #fff;
  margin: 0;
  padding: 0 0 0 15px;
  line-height: 21px;
}
.mask p {
  font-family: "klavika-web", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 14px;
  color: #fff;
  margin: 10px 0;
  padding: 0 0 0 15px;
  line-height: 21px;
  font-weight: normal;
}
.mask span {
  color: #f74946;
  margin: 0 5px;
}
.mask a {
  color: #fff;
}
.view-legacy .mask {
  bottom: -70px;
  -webkit-transition: all 0.3s ease-out 0.0s;
  -moz-transition: all 0.3s ease-out 0.0s;
  -o-transition: all 0.3s ease-out 0.0s;
  -ms-transition: all 0.3s ease-out 0.0s;
  transition: all 0.3s ease-out 0.0s;
}
.view-legacy:hover .mask {
  bottom: 0px;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -ms-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-animation: bounceY 0.3s linear;
  -moz-animation: bounceY 0.3s linear;
  -ms-animation: bounceY 0.3s linear;
  animation: bounceY 0.3s linear;
}
.btn_more {
  color: #353535;
  font-weight: bold;
  text-transform: uppercase;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.75);
  font-size: 14px;
}
.btn_more span {
  padding: 2px 1px 2px 3px;
  margin-right: 5px;
  border-radius: 50%;
  color: #fff;
  background: #353535;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.btn_more:hover {
  color: #fff;
}
.btn_more:hover span {
  background: #cc2f2f;
}
.facebook_avatar {
  margin: 0 10px 0 0;
}
.fb-feed {
  width: 83%;
  margin: 0;
  display: block;
}
.feed {
  min-height: 53px;
  border-bottom: 1px solid #e03835;
  padding: 0 0 10px 0;
  margin-bottom: 10px;
}
.fb_logo {
  margin-right: 8px;
  width: 50px;
  height: 50px;
}
.fb-feed img {
  max-width: 315px;
  margin: 3px 10px 10px 0;
}
.fb-feed a {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #e03835;
}
.fb-feed p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #fff;
  padding: 0;
  line-height: 17px;
  margin: 0 0 5px 0;
}
p.fb_title {
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: #e03835;
  line-height: 18px;
  margin: 0 0 5px 0;
}
.fb-feed .date {
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 10px !important;
  color: #999;
  margin: 0;
  padding: 0;
  line-height: 13px !important;
}
.scroll {
  width: 100%;
  margin: 0;
}
.scroll .viewport {
  width: 90%;
  height: 400px;
  overflow: hidden;
  position: relative;
}
.scroll .overview {
  list-style: none;
  position: absolute;
  left: 0;
  top: 0;
  padding: 0;
  margin: 0;
}
.scroll .scrollbar {
  background: none;
  position: relative;
  float: right;
  width: 4%;
}
.scroll .track {
  background: none;
  height: 100%;
  width: 100%;
  position: relative;
  padding: 0;
}
.scroll .thumb {
  background: #e03835;
  height: 20px;
  width: 100%;
  cursor: pointer;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.scroll .thumb .end {
  background: #e03835;
  overflow: hidden;
  height: 5px;
  width: 100%;
}
.scroll .disable {
  display: none;
}
.tumblr_google {
  padding-top: 15px;
}
.tumblr_google .viewport {
  width: 92%;
  height: 506px;
  overflow: hidden;
  position: relative;
}
.tumblr_google .scroll .scrollbar {
  background: none;
  position: relative;
  float: right;
  width: 3%;
}
.tumblr_google .scroll .scrollbar,
#tumblr .scroll .track {
  background: rgba(0,0,0,0.3);
}
.thinking {
  background: url(../img/header_thinking.jpg) no-repeat top center;
  background-size: cover;
}
#overview p {
  font-family: "klavika-web", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #999;
  font-size: 30px;
  line-height: 35px;
  font-style: italic;
}
#overview p b,
#overview p strong {
  font-family: "klavika-web", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #fff;
  font-style: italic;
}
#overview p a {
  color: #fff;
  font-style: normal;
}
#overview p a:hover {
  color: #e03835;
}
#services {
  background: #000;
}
#services .one-third {
  height: 364px;
}
#services .icons {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: #000;
  line-height: 200px;
  border: 4px solid #e03835;
  vertical-align: middle;
  margin: 0 auto;
}
#services .icons img {
  width: 140px;
  height: 140px;
  line-height: 200px;
  vertical-align: middle;
}
#services h3 {
  color: #fff;
  font-size: 18px;
  line-height: 23px;
  margin: 30px 0 15px 0;
  font-weight: bold;
}
#services p {
  font-family: "klavika-web", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #999;
  font-size: 16px;
  line-height: 23px;
}
#services p.openings {
  font-family: "klavika-web", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #999;
  font-size: 30px;
  line-height: 35px;
  font-style: italic;
}
#services p a {
  color: #fff;
  font-style: normal;
}
.legacy_container {
  position: relative;
  min-height: 670px;
}
.loading {
  background: url(../img/loading.gif) no-repeat center;
  width: 100%;
  height: 500px;
}
.modal {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100% !important;
  padding-bottom: 25px;
  padding-top: 50px;
  min-height: 500px;
  z-index: 9999;
  color: #fff;
  background: url(../img/bg_pattern.gif);
}
.modal h3 {
  font-family: "klavika-web", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #fff;
  font-size: 30px;
  line-height: 30px;
  margin: 0;
}
.modal h4 {
  font-family: "klavika-web", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 18px;
  color: #999;
  line-height: 18px;
  margin: 10px 0 20px 0;
}
.modal p {
  font-weight: normal;
  font-size: 16px;
  color: #999;
  margin: 20px 0;
}
.modal .five ul {
  list-style: none;
  padding: 0;
  margin: 30px 0;
}
.modal .five li {
  font-weight: normal;
  font-size: 16px;
  color: #999;
  padding-left: 25px;
  text-indent: -25px;
}
.modal .five li:before {
  content: "• ";
  padding-right: 15px;
  color: #e03835;
}
.modal p a {
  color: #e03835;
}
.modal p a:hover {
  color: #fff;
}
.modal a.next,
.modal a.prev {
  position: absolute;
  top: 306px;
}
.modal a.next span,
.modal a.prev span {
  padding: 5px;
  background-color: #212121;
  cursor: pointer;
  border-radius: 50%;
  background: #eee;
  color: #050505;
  z-index: 2000;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
.modal a.next span:hover,
.modal a.prev span:hover {
  background: #ef403a;
}
.modal a.next {
  right: -96px;
}
.modal a.prev {
  left: -96px;
}
.modal span.close {
  background: #000 url(../img/icon_thumb.gif) no-repeat center;
  cursor: pointer;
  height: 42px;
  width: 42px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 10px;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
  opacity: 1;
}
.modal span.close:hover {
  background: #fff url(../img/icon_thumb_hover.gif) no-repeat center;
}
#modal .bx-wrapper {
  position: relative;
  margin-bottom: 75px;
}
#modal .bx-wrapper img {
  width: 100%;
  height: auto;
}
#modal .bx-wrapper .bx-pager {
  position: absolute;
  bottom: -36px;
  width: 100%;
  text-align: center;
  height: 41px;
}
#modal .bx-pager .bx-pager-item,
#modal .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
}
#modal .bx-pager.bx-default-pager .bx-pager-item {
  background: #000;
  display: block;
  width: 25%;
  height: 41px;
  margin: 0;
  outline: 0;
  float: left;
  line-height: 41px;
  overflow: hidden;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
#modal .bx-pager.bx-default-pager .bx-pager-item:hover,
#modal .bx-pager.bx-default-pager .bx-pager-item .active {
  background: #e03835;
}
#modal .bx-pager.bx-default-pager a {
  font-size: 14px;
  font-weight: bold;
  color: #999;
  padding: 11px 49%;
}
#modal .bx-pager.bx-default-pager a.active,
#modal .bx-pager.bx-default-pager .bx-pager-item:hover a {
  color: #fff;
}
.blog_header {
  height: 231px;
  border-top: 3px solid #e03835;
  border-bottom: 3px solid #e03835;
  line-height: 231px;
  background-color: #000;
}
.blog_header h1 {
  font-family: "AgencyFBBold", Arial, Helvetica, sans-serif;
  color: #fff;
  font-size: 78px;
  text-transform: uppercase;
  line-height: 78px;
  border-left: 10px solid #e03835;
  margin: 80px auto;
  width: 60%;
  white-space: nowrap;
  padding-left: 10px;
}
.work_header {
  height: 231px;
  border-top: 3px solid #e03835;
  border-bottom: 3px solid #e03835;
  line-height: 231px;
  background-color: #000;
}
.work_header h1 {
  font-family: "AgencyFBBold", Arial, Helvetica, sans-serif;
  color: #fff;
  font-size: 78px;
  text-transform: uppercase;
  line-height: 78px;
  border-left: 10px solid #e03835;
  margin: 80px auto;
  width: 80%;
  white-space: nowrap;
  padding-left: 10px;
}
.btns_back {
  font-family: "klavika-web", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #fff !important;
  font-size: 14px;
  text-transform: uppercase;
}
.btns_back span {
  border-radius: 50%;
  background: #eee;
  color: #050505;
  margin-right: 15px;
  font-size: 12px;
  padding: 5px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
.btns_back:hover span {
  background: #ef403a;
}
.showcase_text h2 {
  font-family: "AgencyFBBold", Arial, Helvetica, sans-serif;
  color: #fff;
  font-size: 36px;
  text-transform: uppercase;
  margin: 30px 0 0 0;
}
.showcase_text h3 {
  font-family: "klavika-web", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #fff;
  font-size: 18px;
  margin-bottom: 20px;
}
.showcase_text p {
  font-family: "klavika-web", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #999;
  font-size: 16px;
  margin: 20px 0;
}
.showcase_text ul {
  list-style-image: url(../img/bullet.png);
  padding: 0 0 0 20px;
  margin: 30px 0;
}
.showcase_text li {
  font-family: "klavika-web", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  font-size: 14px;
  margin-bottom: 5px;
}
.showcase_prev,
.showcase_next {
  position: relative;
  margin-top: 24px;
  float: left;
  border: 3px solid #717171;
  border-radius: 30px;
  font-size: 15px;
  line-height: 15px;
  padding: 5px 15px 4px 15px;
}
.showcase_prev:hover,
.showcase_next:hover {
  border: 3px solid #fff;
}
.showcase_prev span,
.showcase_next span {
  color: #717171;
  font-size: 20px;
}
.showcase_prev {
  margin-right: 10px;
}
.showcase_img {
  width: 100%;
  height: auto;
  margin-bottom: 25px;
}
.showcase_img img {
  border-bottom: 6px solid #e03835 !important;
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}
.uncommon {
  background: url(../img/header_uncommon.jpg) no-repeat top center;
  background-size: cover;
}
.openings li {
  height: 65px;
  padding: 0 27px;
  border: 2px solid #121212;
  margin-bottom: 16px;
  overflow: hidden;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
.openings li a {
  font-size: 24px;
  line-height: 65px;
  color: #727272;
  white-space: nowrap;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
.openings li span {
  font-size: 12px;
  color: #000;
  border-radius: 50%;
  background: #363636;
  padding: 5px 4px 5px 6px;
  margin-right: 20px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
.openings li:hover {
  padding-left: 47px;
  border: 2px solid #e03835;
}
.openings li:hover a {
  color: #fff;
}
.openings li:hover span {
  background: #fff;
}
.twitter_nav {
  position: absolute;
  top: 0;
  left: 50%;
  width: 270px;
  margin-left: -135px;
}
ul.tab_menu li {
  text-decoration: none;
  font-family: "klavika-web", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 18px;
  color: #fff;
  display: block;
  cursor: pointer;
  list-style: none;
  position: relative;
  text-align: center;
  height: 41px;
  line-height: 41px;
  width: 46%;
  margin: 22px 1%;
  border: 2px solid #e03835;
  background: none;
  float: left;
}
ul.tab_menu li.active,
ul.tab_menu li:hover {
  background: #e03835;
}
.twitter_content {
  margin: 0;
  margin-bottom: 33px;
  height: 190px;
}
.twitter_content.ut {
  display: block;
}
.twitter_content.partners {
  display: none;
}
.twitter_content .inner {
  width: 100%;
  position: relative;
  margin: 0;
}
.twitter_content .primary {
  margin: 0;
  position: relative;
}
.twitter_content .primary li {
  position: relative;
  background: rgba(0,0,0,0.38);
  height: 190px;
  width: 323px !important;
}
.twitter_content .primary li .tweet {
  padding: 17px 20px;
}
.twitter_content .primary li .tweet img {
  float: left;
  margin-right: 5%;
  width: 24%;
  height: auto;
  max-width: 73px;
}
.twitter_content .primary li .tweet_text {
  display: block;
  float: left;
  width: 71%;
}
.twitter_content .primary li .tweet_text .tweet_name {
  font-size: 18px;
  color: #fff;
  line-height: 23px;
  font-family: "klavika-web", sans-serif;
  font-weight: 600;
  font-style: normal;
  margin: 0;
  padding: 0;
}
.twitter_content .primary li .tweet_text .tweet_name a {
  font-size: 14px;
  color: #666;
}
.twitter_content .primary li .tweet_text p {
  font-family: "klavika-web", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 14px;
  color: #999;
  line-height: 19px;
  margin: 10px 0;
}
.twitter_content .primary li .tweet_text p a {
  font-family: "klavika-web", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #e03835;
}
.twitter_content .primary .bx-prev,
.twitter_content .primary .bx-next {
  position: absolute;
  top: 40%;
  border: 3px solid #717171;
  border-radius: 30px;
  color: #717171;
  font-size: 15px;
  line-height: 15px;
  padding: 5px 15px 4px 15px;
}
.twitter_content .primary .bx-prev {
  left: -90px;
}
.twitter_content .primary .bx-next {
  right: -90px;
}
.twitter_content .primary .bx-prev:hover,
.twitter_content .primary .bx-next:hover {
  border: 3px solid #fff;
  color: #fff;
}
#instagram {
  height: 430px;
  padding: 0px;
}
#instagram .inner {
  width: 82%;
  position: relative;
  margin: 0 auto;
  padding: 15px;
  margin-right: 15px;
}
#instagram .primary {
  margin: 0;
  position: relative;
}
#instagram .primary li {
  position: relative;
  background: rgba(0,0,0,0.38);
  height: 410px;
}
#instagram .primary .bx-prev,
#instagram .primary .bx-next {
  position: absolute;
  top: 45%;
  border-radius: 50px;
  color: #000;
  font-size: 15px;
  line-height: 15px;
  background: #eee;
}
#instagram .primary .bx-prev {
  left: -40px;
  padding: 5px 5px 4px 4px;
}
#instagram .primary .bx-next {
  right: -40px;
  padding: 5px 4px 4px 5px;
}
#instagram .primary .bx-prev:hover,
#instagram .primary .bx-next:hover {
  background: #ef403a;
}
.youtube_large iframe {
  width: 683px;
  height: 410px;
  margin-top: 10px;
  float: left;
}
#yt_thumbs {
  float: right;
  width: 297px;
  height: 410px;
}
#yt_thumbs img {
  margin: 0;
  width: auto;
  height: 100%;
  padding: 0 10px;
  float: left;
}
#yt_thumbs .thumbs {
  margin-bottom: 6px;
  background: rgba(21,21,21,0);
  float: left;
  height: 60px;
  padding: 10px 0;
  width: 100%;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
#yt_thumbs .thumbs .info {
  width: 50%;
  float: left;
}
#yt_thumbs .thumbs h3 {
  color: #a3a3a3;
  font-size: 14px;
  line-height: 17px;
  margin: 0;
  font-family: "proxima-nova-condensed", sans-serif;
  font-weight: 600;
  font-style: normal;
}
#yt_thumbs .thumbs p {
  color: #575757;
  font-size: 12px;
  line-height: 15px;
  margin: 0;
  font-family: "proxima-nova-condensed", sans-serif;
  font-weight: 600;
  font-style: normal;
}
#yt_thumbs .thumbs p strong {
  font-family: "proxima-nova-condensed", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #575757;
}
#yt_thumbs .thumbs span {
  color: #424242;
  font-size: 12px;
  font-family: "proxima-nova-condensed", sans-serif;
  font-weight: 600;
  font-style: normal;
}
#yt_thumbs .thumbs:hover {
  background: #151515;
}
#yt_thumbs .thumbs:hover h3,
#yt_thumbs .thumbs:hover span,
#yt_thumbs .thumbs:hover p,
#yt_thumbs .thumbs:hover p strong {
  color: #fff;
}
.tumblr_feed {
  width: 100%;
  margin: 0;
  display: block;
  padding-bottom: 30px;
}
.tumblr_feed p {
  font-family: "klavika-web", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #fff;
  font-size: 18px;
  line-height: 23px;
  margin: 0 0 20px 0;
}
.tumblr_feed p a {
  color: #e03835;
}
.tumblr_feed img {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}
.tumblr_feed hr {
  width: 100%;
  height: 0;
  border-top: 1px solid #252525;
  margin: 20px 0 !important;
}
.pinterest li {
  width: 18%;
  height: 175px;
  margin: 0 1.25% 24px 1.25%;
  float: left;
  background: #000;
}
.pinterest li div {
  width: 100%;
  height: 175px;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  -webkit-filter: grayscale(100%);
  opacity: .65;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
.pinterest li:hover div {
  -webkit-filter: grayscale(0%);
  opacity: 1;
}
.pinterest li:nth-child(5n+1) {
  margin-left: 0;
}
.pinterest li:nth-child(5n+5) {
  margin-right: 0;
}
.error_header {
  height: 231px;
  border-top: 3px solid #e03835;
  border-bottom: 3px solid #e03835;
  line-height: 231px;
  background-color: #000;
  text-align: center;
}
.error_header h2 {
  font-family: "AgencyFBBold", Arial, Helvetica, sans-serif;
  color: #fff;
  font-size: 50px;
  text-transform: uppercase;
  line-height: 78px;
  margin: 80px auto;
  white-space: nowrap;
}
.offset-by-half {
  padding-right: 30px;
}
hr {
  width: 100%;
  height: 0;
  border-top: 1px solid #252525;
  margin: 0 0 60px 0;
}
.blk {
  background: #030303;
}
.blk_opaque {
  background: rgba(0,0,0,0.76);
}
.float_left {
  float: left !important;
}
.float_right {
  float: right !important;
}
.clear {
  clear: both;
}
.center {
  text-align: center;
}
.relative {
  position: relative;
}
@media only screen and (min-width: 1001px) and (max-width: 1050px) {
  .da-arrows span {
    top: 37%;
  }
  .da-arrows span.da-arrows-prev {
    left: 1%;
    margin-left: 0;
  }
  .da-arrows span.da-arrows-next {
    right: 1%;
    margin-right: 0;
  }
  .hp_thinkers {
    background-size: 75% auto;
  }
  footer {
    background-size: 180% auto;
  }
  .twitter_content .primary .bx-prev,
  .twitter_content .primary .bx-next {
    top: -85px;
  }
  .twitter_content .primary .bx-prev {
    left: 25%;
  }
  .twitter_content .primary .bx-next {
    right: 25%;
  }
  a.next,
  a.prev {
    position: absolute;
    top: 15px;
  }
  a.next {
    right: 3%;
  }
  a.prev {
    left: 90%;
  }
  .modal a.next {
    right: 3%;
    top: 15px;
  }
  .modal a.prev {
    left: 90%;
    top: 15px;
  }
  #facebook2 {
    height: 410px;
    padding: 10px;
  }
}
@media only screen and (max-width: 1000px) {
  .wordpress {
    column-count: 1;
  }
  .top_tweet {
    height: 60px;
  }
  .top_social_container {
    height: 55px;
  }
  .top_tweet p {
    width: 90%;
  }
  .top_tweet span.gray {
    margin-left: 32px;
  }
  .inner {
    margin-bottom: 70px;
  }
  .topslider .primary .hp_slider_thumbs li a {
    font-size: 10px;
  }
  .topslider .primary .hp_slider_thumbs li img {
    width: 94%;
  }
  .topslider .primary .hp_slider_thumbs li:hover img {
    opacity: 1;
  }
  .topslider .primary li .captions {
    width: 300px;
    bottom: 18px;
  }
  .hp_tweets .tweet_text {
    width: 75%;
  }
  .hp_client {
    height: 100px;
    width: 12.22%;
  }
  .fb-feed {
    width: 75%;
  }
  .client_title {
    height: 100px;
    top: 100px;
  }
  .client_title h2 {
    font-size: 50px;
    margin-top: 10px;
  }
  .client_title a {
    font-size: 14px;
  }
  .da-slider {
    height: 348px;
  }
  .da-arrows span.da-arrows-prev {
    left: 1%;
    margin-left: 0;
  }
  .da-arrows span.da-arrows-next {
    right: 1%;
    margin-right: 0;
  }
  .da-slide p {
    top: 85px;
    font-size: 21px;
    line-height: 25px;
  }
  .connect_text {
    float: left;
    margin-bottom: 15px !important;
  }
  .connect_container .btn_social {
    padding: 10px 10px 7px 10px;
    line-height: 40px;
    font-size: 35px;
    margin: 0 6px 0 0;
  }
  footer {
    padding: 33px 0 323px 0;
    background-size: 180% auto;
  }
  .mask h3 {
    font-size: 16px;
  }
  .mask p {
    font-size: 12px;
  }
  #overview p {
    font-size: 24px;
    line-height: 30px;
  }
  .twitter_nav {
    width: 240px;
    margin-left: -120px;
  }
  .twitter_content .primary .bx-prev,
  .twitter_content .primary .bx-next {
    top: -85px;
  }
  .twitter_content .primary .bx-prev {
    left: 25%;
  }
  .twitter_content .primary .bx-next {
    right: 25%;
  }
  .youtube_large iframe {
    width: 100%;
    height: 430px;
    margin: 0 0 20px 0;
  }
  #yt_thumbs {
    float: left;
    width: 100%;
    height: 170px;
  }
  #yt_thumbs img {
    margin: 0;
    width: 88%;
    height: auto;
    padding: 10px;
  }
  #yt_thumbs .thumbs {
    float: left;
    width: 20%;
    padding: 0;
    height: 170px;
  }
  #yt_thumbs .thumbs .info {
    width: 90%;
    padding: 0 10px;
  }
  .pinterest li,
  .pinterest li div {
    height: 135px;
  }
  a.next,
  a.prev {
    position: absolute;
    top: 15px;
  }
  a.next {
    right: 3%;
  }
  a.prev {
    left: 90%;
  }
  .modal a.next {
    right: 2%;
    top: 15px;
  }
  .modal a.prev {
    left: 90%;
    top: 15px;
  }
  #instagram .inner img {
    height: 350px;
  }
  #instagram .inner {
    margin-right: 32px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
  .header {
    height: 300px;
    line-height: 300px;
  }
  .header h1 {
    font-size: 100px;
    line-height: 300px;
  }
  .work_header {
    height: 170px;
  }
  .work_header h1 {
    font-size: 55px;
    line-height: 55px;
    margin: 55px auto;
  }
  .pages {
    padding: 60px 0;
  }
  hr {
    margin: 0 0 40px 0 !important;
  }
  .view-legacy {
    height: 177px;
  }
  #instagram {
    height: 380px;
  }
  #instagram .primary li {
    height: 380px;
  }
}
@media only screen and (max-width: 767px) {
  header {
    margin-top: 45px;
  }
  .top_tweet {
    height: 40px;
  }
  .top_tweet p {
    width: 88%;
  }
  .top_tweet span.gray {
    margin-left: 32px;
  }
  .top_social_container {
    float: none;
    text-align: center;
  }
  .top_social_container .btn_social {
    float: none;
  }
  .inner {
    margin-bottom: 20px;
  }
  .topslider .primary .bx-viewport {
    height: 380px !important;
  }
  .topslider .primary li .captions {
    width: 100%;
    height: 150px;
    bottom: -145px;
  }
  .topslider .primary li .captions h3 {
    font-size: 20px !important;
    line-height: 20px !important;
  }
  .title_container h2 {
    font-size: 26px !important;
  }
  .title_container p {
    display: none;
  }
  .title_container.two {
    padding-right: 0;
  }
  .da-slider {
    height: 190px;
  }
  .da-slide p {
    top: 25px;
    font-size: 12px;
    line-height: 16px;
  }
  .da-slide p span {
    font-size: 12px;
  }
  .connect_text {
    float: right;
    margin-bottom: 0 !important;
    display: block !important;
  }
  .connect_container {
    height: 130px;
  }
  .connect_container .btn_social {
    padding: 10px 10px 7px 10px;
    line-height: 37px;
    font-size: 32px;
    margin: 0 5px 0 0;
  }
  footer h3 {
    float: right;
  }
  .btn_mail {
    float: right;
  }
  footer h6 {
    float: left;
    clear: none;
  }
  footer {
    padding: 33px 0 280px 0;
    background-size: 180% auto;
  }
  .pages {
    padding: 40px 0;
  }
  hr {
    margin: 0 0 20px 0 !important;
  }
  .twitter_content {
    margin-top: 50px;
  }
  .twitter_nav {
    top: 80px;
  }
  .twitter_content .primary .bx-prev,
  .twitter_content .primary .bx-next {
    top: -52px;
  }
  .twitter_content .primary .bx-prev {
    left: 0;
  }
  .twitter_content .primary .bx-next {
    right: 0;
  }
  .youtube_large iframe {
    height: 280px;
  }
  .offset-by-half {
    padding-right: 0;
    margin-bottom: 20px;
  }
  #yt_thumbs .thumbs {
    float: left;
    width: 33%;
    padding: 0;
    height: 170px;
  }
  #yt_thumbs .thumbs:nth-child(3),
  #yt_thumbs .thumbs:nth-child(4) {
    display: none;
  }
  #facebook,
  #instagram,
  #instagram .primary li,
  .scroll .viewport {
    height: 330px;
  }
  #facebook {
    margin-bottom: 20px;
  }
  .pinterest li,
  .pinterest li div {
    height: 75px;
  }
  .view-legacy {
    height: 300px;
  }
  .work_header {
    height: 140px;
  }
  .work_header h1 {
    font-size: 35px;
    line-height: 35px;
    margin: 50px auto;
  }
  .modal {
    padding-top: 25px;
  }
  .modal a.prev {
    left: 85%;
    top: 15px;
  }
  #instagram .inner img {
    height: 300px;
  }
  #instagram .inner {
    margin-right: 0px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .topslider .primary .hp_slider_thumbs {
    display: none;
  }
  .hp_client {
    width: 24.5%;
  }
  .hp_client:nth-child(9),
  .hp_client:nth-child(11) {
    margin-right: 50.1%;
  }
  .hp_client:nth-child(10) {
    margin-right: 1px;
  }
  .client_title {
    height: 200px;
    top: 200px;
    width: 50%;
    margin-left: -25%;
  }
  .client_title h2 {
    font-size: 35px;
    line-height: 39px;
    margin-top: 50px;
  }
  footer {
    padding: 33px 0 240px 0;
    background-size: 180% auto;
  }
  #services .container .one-third.column {
    width: 194px !important;
    height: 340px;
  }
  #services .container .one-third.column:nth-child(odd) {
    margin-left: 20px !important;
  }
  #services .icon {
    width: 160px;
    height: 160px;
    line-height: 160px;
  }
  #services .icon img {
    width: 113px;
    height: 113px;
    line-height: 160px;
  }
  .header {
    height: 190px;
    line-height: 190px;
  }
  .header h1 {
    font-size: 60px;
    line-height: 190px;
  }
  .title_container.two {
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
  }
  .title_container.two h2 {
    line-height: 30px;
    margin: 0;
  }
  .legacy_container {
    min-height: 1100px;
  }
  .view-legacy {
    height: 204px !important;
  }
  #legacy_text .nine {
    padding-top: 25px;
  }
  .modal h3 {
    margin: 20px 0 10px 0;
  }
  .modal h3,
  .modal h4,
  .modal p,
  .modal li {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 479px) {
  .title_container.one h2 {
    font-size: 25px;
    margin: 0;
  }
  .top_social_container .btn_social {
    margin: 0 1px;
    padding: 8px;
  }
  .top_tweet p {
    width: 80%;
  }
  .topslider .primary .bx-viewport {
    height: 320px !important;
  }
  .topslider .primary .hp_slider_thumbs {
    display: none;
  }
  .hp_client {
    width: 24.3%;
    height: 70px;
  }
  .hp_client:nth-child(9),
  .hp_client:nth-child(11) {
    margin-right: 50.1%;
  }
  .hp_client:nth-child(10) {
    margin-right: 1px;
  }
  .client_title {
    height: 140px;
    top: 140px;
    width: 50%;
    margin-left: -25%;
  }
  .client_title h2 {
    font-size: 30px;
    line-height: 39px;
    margin-top: 25px;
  }
  .title_container.two {
    padding-right: 0;
    padding-left: 10px;
    height: 35px;
    line-height: 35px;
    margin-bottom: 20px;
  }
  .title_container.two a.pinterest span {
    font-size: 20px;
    line-height: 35px;
  }
  .title_container.two h2 {
    font-size: 18px !important;
    margin: 0;
  }
  .da-slider {
    height: 135px;
  }
  .da-slide p {
    top: 0;
    font-size: 10px;
    line-height: 12px;
  }
  .da-slide p span {
    font-size: 10px;
  }
  .connect {
    padding-top: 25px;
  }
  .connect_text {
    float: left;
    margin-bottom: 20px !important;
    display: block !important;
    font-size: 14px !important;
  }
  .connect_container {
    height: 200px;
  }
  .connect_container .btn_social {
    padding: 12px 12px 9px 12px;
    line-height: 70px;
    font-size: 35px;
    margin: 0 5px 0 0;
  }
  footer {
    height: 145px;
    padding: 33px 0 160px 0;
    background-size: 180% auto;
  }
  footer h6 {
    float: right;
    clear: none;
  }
  .header {
    height: 130px;
    line-height: 130px;
  }
  .header h1 {
    font-size: 40px;
    line-height: 130px;
  }
  #overview p {
    font-size: 21px;
    line-height: 26px;
  }
  .twitter_nav {
    width: 180px;
    margin-left: -90px;
  }
  ul.tab_menu li {
    font-size: 14px;
    width: 44%;
  }
  #facebook,
  #instagram,
  #instagram .primary li,
  .scroll .viewport {
    height: 230px;
  }
  #yt_thumbs .thumbs {
    float: left;
    width: 50%;
    padding: 0;
    height: 170px;
  }
  #yt_thumbs .thumbs:nth-child(2) {
    display: none;
  }
  .wordpress li .img {
    margin: 0 auto 10px auto;
    float: none;
  }
  .wordpress li .text {
    width: 100%;
  }
  .fb-feed {
    width: 75%;
  }
  .pinterest li,
  .pinterest li div {
    height: 55px;
  }
  .legacy_container {
    min-height: 500px;
  }
  #legacy_text .nine {
    padding-top: 20px;
  }
  .modal h3 {
    margin: 10px 0;
  }
  .view-legacy .mask h3 {
    font-size: 12px;
  }
  .view-legacy .mask p {
    font-size: 9px;
    margin: 0;
  }
  .modal h3,
  .modal h4,
  .modal p,
  .modal li {
    padding: 0 10px;
  }
  .modal a.prev {
    left: 80%;
    top: 15px;
  }
  #legacy_list .view-legacy {
    width: 135px !important;
    margin-left: 10px;
    height: 135px !important;
    float: left;
  }
  .work_header {
    height: 100px;
  }
  .work_header h1 {
    font-size: 23px;
    line-height: 23px;
    margin: 35px auto;
  }
  #instagram .inner img {
    height: 200px;
  }
  #instagram .inner {
    margin-right: -11px;
  }
}
