@font-face {
  font-family: 'Proxima Nova Light';
  src: url("../fonts/ProximaNova/ProximaNova-Light.eot");
  src: url("../fonts/ProximaNova/ProximaNova-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova/ProximaNova-Light.woff") format("woff"), url("../fonts/ProximaNova/ProximaNova-Light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Proxima Nova Semibold';
  src: url("../fonts/ProximaNova-Semibold.eot");
  src: url("../fonts/ProximaNova-Semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova-Semibold.woff") format("woff"), url("../fonts/ProximaNova-Semibold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Proxima Nova Regular';
  src: url("../fonts/ProximaNova/ProximaNova-Regular.eot");
  src: url("../fonts/ProximaNova/ProximaNova-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova/ProximaNova-Regular.woff") format("woff"), url("../fonts/ProximaNova/ProximaNova-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?bgdtmj");
  src: url("../fonts/icomoon.eot?bgdtmj#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?bgdtmj") format("truetype"), url("../fonts/icomoon.woff?bgdtmj") format("woff"), url("../fonts/icomoon.svg?bgdtmj#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-location:before {
  content: "\e900";
}

.icon-map:before {
  content: "\e900";
}

.icon-mail:before {
  content: "\e901";
}

.icon-email:before {
  content: "\e901";
}

.icon-letter:before {
  content: "\e901";
}

.icon-envelope:before {
  content: "\e901";
}

.icon-contact:before {
  content: "\e901";
}

.icon-smartphone:before {
  content: "\e902";
}

.icon-search:before {
  content: "\f002";
}

.icon-chevron-up:before {
  content: "\f077";
}

.icon-twitter:before {
  content: "\f099";
}

.icon-facebook:before {
  content: "\f09a";
}

.icon-facebook-f:before {
  content: "\f09a";
}

.icon-cart:before {
  content: "\e93a";
}

.icon-google-plus:before {
  content: "\ea8b";
}

.icon-twitter2:before {
  content: "\ea96";
}

body {
  font-family: "Proxima Nova Light";
  color: #000;
}

a {
  color: inherit;
}

a:hover {
  text-decoration: none;
}

.velox-header .velox-top-header {
  border-bottom: 1px solid #ededed;
}

.velox-header .velox-top-header .top-header-wrapper {
  line-height: 65px;
}

.velox-header .velox-top-header .top-header-wrapper .header-contacts {
  margin: 0 auto;
  float: left;
  font-weight: 700;
  font-size: 12px;
}

.velox-header .velox-top-header .top-header-wrapper .header-contacts .email::before {
  content: "\e901";
  font-family: "icomoon";
  font-weight: 900;
  vertical-align: middle;
  padding-right: 10px;
  font-size: 15px;
}

.velox-header .velox-top-header .top-header-wrapper .header-contacts .phone {
  padding-left: 45px;
}

.velox-header .velox-top-header .top-header-wrapper .header-contacts .phone::before {
  content: "\e902";
  font-family: "icomoon";
  vertical-align: middle;
  padding-right: 10px;
  font-size: 15px;
}

.velox-header .velox-top-header .top-header-wrapper .header-social {
  float: right;
}

.velox-header .velox-top-header .top-header-wrapper .header-social ul li {
  display: inline-block;
}

.velox-header .velox-top-header .top-header-wrapper .header-social ul li a {
  vertical-align: middle;
  font-size: 17px;
}

.velox-header .velox-top-header .top-header-wrapper .header-social ul li + li {
  padding-left: 15px;
}

.velox-header .velox-bottom-header {
  position: relative;
}

.velox-header .velox-bottom-header .bottom-header-wrapper {
  line-height: 120px;
}

.velox-header .velox-bottom-header .bottom-header-wrapper .logo {
  float: left;
}

.velox-header .velox-bottom-header .bottom-header-wrapper .logo img {
  vertical-align: middle;
}

.velox-header .velox-bottom-header .bottom-header-wrapper .menu {
  float: right;
}

.velox-header .velox-bottom-header .bottom-header-wrapper .menu ul {
  font-family: "Proxima Nova Regular";
  font-weight: bold;
  text-transform: uppercase;
  font-size: 12px;
}

.velox-header .velox-bottom-header .bottom-header-wrapper .menu ul li {
  display: inline-block;
}

.velox-header .velox-bottom-header .bottom-header-wrapper .menu ul li + li {
  padding-left: 40px;
}

.velox-header .velox-bottom-header .bottom-header-wrapper .menu ul li a {
  padding: 5px;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
  position: relative;
}

.velox-header .velox-bottom-header .bottom-header-wrapper .menu ul li a:hover {
  color: #fff;
  background-color: #262626;
  text-decoration: none;
}

.velox-header .velox-bottom-header .bottom-header-wrapper .menu ul li a::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: red;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: 0.7s all;
  -o-transition: 0.7s all;
  transition: 0.7s all;
  z-index: -1;
  background: transparent;
}

.velox-header .velox-bottom-header .bottom-header-wrapper .menu ul li a:hover::before {
  -webkit-transform: scale(1.5, 1.8);
      -ms-transform: scale(1.5, 1.8);
          transform: scale(1.5, 1.8);
  opacity: 0;
  background: black;
}

.velox-header .velox-bottom-header .bottom-header-wrapper .menu ul li:last-child {
  padding-left: 15px;
}

.velox-header .velox-bottom-header .bottom-header-wrapper .menu ul li:last-child a:hover {
  background-color: #fff;
  color: #000;
}

.velox-header .velox-bottom-header .bottom-header-wrapper .menu ul li:last-child a::before {
  content: "\f002";
  position: static;
}

.velox-header .velox-bottom-header .bottom-header-wrapper .menu ul li:last-child a:hover::before {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  opacity: 1;
  background: none;
}

.velox-header .velox-bottom-header .bottom-header-wrapper .menu ul li:nth-child(8) a::before {
  content: "\e93a";
  position: static;
}

.velox-header .velox-bottom-header .bottom-header-wrapper .menu ul li:nth-child(8) a:hover::before {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  opacity: 1;
  background: none;
}

.velox-header .velox-bottom-header .bottom-header-wrapper .menu ul li:nth-child(8) a:hover {
  background-color: #fff;
  color: #000;
}

.velox-header .container {
  position: relative;
}

.velox-header .container .hamburger {
  display: none;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  right: 7%;
  top: 55%;
}

.velox-header .container .hamburger .row {
  cursor: pointer;
}

.velox-header .container .hamburger .row span {
  background-color: #000;
  display: block;
  width: 30px;
  height: 4px;
  -webkit-border-radius: 50px;
          border-radius: 50px;
  margin-bottom: 5px;
}

.velox-content .bridge .photo {
  padding-bottom: 474px;
  background: url("../img/bg.jpg") center center no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
}

.velox-content .features .features-wrapper {
  margin-bottom: 93px;
}

.velox-content .features .features-wrapper .col-md-4 {
  text-align: center;
  margin-top: 75px;
}

.velox-content .features .features-wrapper .col-md-4 .img {
  margin: 0 auto;
  width: 65px;
  height: 63px;
  background: url("../img/velox-sprites.png") -97px -10px;
  margin-bottom: 19px;
}

.velox-content .features .features-wrapper .col-md-4:first-child .img {
  width: 67px;
  height: 65px;
  background: url("../img/velox-sprites.png") -10px -10px;
}

.velox-content .features .features-wrapper .col-md-4:last-child .img {
  width: 65px;
  height: 63px;
  background: url("../img/velox-sprites.png") -10px -95px;
}

.velox-content .features .features-wrapper .col-md-4 h3 {
  margin-bottom: 22px;
  font-size: 14px;
  font-family: "Proxima Nova Regular";
  text-transform: uppercase;
}

.velox-content .features .features-wrapper .col-md-4 p {
  max-width: 222px;
  margin: 0 auto;
  font-family: #light;
  font-size: 14px;
  line-height: 20px;
  color: #9d9d9d;
}

.velox-content .choose-us {
  background: url("../img/why-choose-us.jpg") center center no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  min-height: 579px;
  border-bottom: 1px solid #bdbdbd;
}

.velox-content .choose-us .choose-us-wrapper {
  text-align: center;
  padding: 0 15px;
}

.velox-content .choose-us .choose-us-wrapper h2 {
  padding-top: 65px;
  font-size: 24px;
  font-family: "Proxima Nova Light";
  margin-bottom: 30px;
}

.velox-content .choose-us .choose-us-wrapper p {
  max-width: 640px;
  margin: 0 auto;
  font-family: "Proxima Nova Light";
  color: #545454;
  font-size: 14px;
}

.velox-content .portfolio .portfolio-wrapper .title {
  text-align: center;
}

.velox-content .portfolio .portfolio-wrapper .title h2 {
  padding-top: 63px;
  font-size: 24px;
  padding-bottom: 20px;
  font-family: "Proxima Nova Light";
}

.velox-content .portfolio .portfolio-wrapper .title p {
  color: #74818a;
  font-size: 14px;
  font-family: "Proxima Nova Light";
  padding-bottom: 80px;
}

.velox-content .portfolio .portfolio-wrapper .col-md-4 {
  margin-bottom: 92px;
}

.velox-content .portfolio .portfolio-wrapper .col-md-4 .portfolio-card {
  margin: 0 auto;
  text-transform: uppercase;
  max-width: 320px;
  border-left: 1px solid #e9e9e9;
  border-right: 1px solid #e9e9e9;
  border-bottom: 2px solid #e9e9e9;
}

.velox-content .portfolio .portfolio-wrapper .col-md-4 .portfolio-card img {
  width: 100%;
}

.velox-content .portfolio .portfolio-wrapper .col-md-4 .portfolio-card .card-info {
  text-align: center;
}

.velox-content .portfolio .portfolio-wrapper .col-md-4 .portfolio-card .card-info h3 {
  font-size: 14px;
  padding-bottom: 8px;
  padding-top: 15px;
  font-weight: 900;
  font-family: "Proxima Nova Regular";
}

.velox-content .portfolio .portfolio-wrapper .col-md-4 .portfolio-card .card-info p {
  font-size: 12px;
  color: #c6c7c9;
  padding-bottom: 16px;
}

.velox-content .latest {
  background-color: #fafafa;
}

.velox-content .latest .latest-wrapper .title {
  text-align: center;
}

.velox-content .latest .latest-wrapper .title h2 {
  padding-top: 63px;
  font-size: 24px;
  padding-bottom: 20px;
  font-family: "Proxima Nova Light";
}

.velox-content .latest .latest-wrapper .title p {
  color: #74818a;
  font-size: 14px;
  font-family: "Proxima Nova Light";
  padding-bottom: 80px;
}

.velox-content .latest .latest-wrapper .news .col-md-4 .news-post {
  max-width: 320px;
  margin: 0 auto;
  padding-bottom: 68px;
}

.velox-content .latest .latest-wrapper .news .col-md-4 .news-post .info h3 {
  padding-top: 15px;
  padding-bottom: 24px;
  font-size: 14px;
  font-family: "Proxima Nova Regular";
  font-weight: 900;
  text-transform: uppercase;
}

.velox-content .latest .latest-wrapper .news .col-md-4 .news-post .info p {
  color: #9c9c9c;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 33px;
}

.velox-content .latest .latest-wrapper .news .col-md-4 .news-post .info a {
  padding: 8px 12px;
  background-color: #1275b9;
  color: #fff;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  font-size: 11px;
  font-family: "Proxima Nova Light";
}

.velox-content .latest .latest-wrapper .news .col-md-4:first-child .preview {
  background-color: #1275b9;
  color: #fff;
}

.velox-content .latest .latest-wrapper .news .col-md-4:first-child .preview .quote-wrapper {
  padding: 0 25px;
  margin: 0 auto;
}

.velox-content .latest .latest-wrapper .news .col-md-4:first-child .preview .quote-wrapper .quote {
  display: block;
  font-size: 72px;
  padding-top: 60px;
  line-height: 22px;
}

.velox-content .latest .latest-wrapper .news .col-md-4:first-child .preview .quote-wrapper p {
  font-size: 16px;
  font-family: "Proxima Nova Regular";
  line-height: 22px;
  padding-bottom: 78px;
}

.velox-content .latest .latest-wrapper .news .col-md-4:nth-child(2) .preview {
  position: relative;
}

.velox-content .latest .latest-wrapper .news .col-md-4:nth-child(2) .preview .prev,
.velox-content .latest .latest-wrapper .news .col-md-4:nth-child(2) .preview .next {
  position: absolute;
  bottom: 15px;
  color: #fff;
  cursor: pointer;
  width: 25px;
  height: 25px;
  text-align: middle;
  text-align: center;
  border: 2px solid #fff;
}

.velox-content .latest .latest-wrapper .news .col-md-4:nth-child(2) .preview .prev span,
.velox-content .latest .latest-wrapper .news .col-md-4:nth-child(2) .preview .next span {
  line-height: 21px;
}

.velox-content .latest .latest-wrapper .news .col-md-4:nth-child(2) .preview .prev {
  right: 45px;
}

.velox-content .latest .latest-wrapper .news .col-md-4:nth-child(2) .preview .next {
  right: 15px;
}

.velox-content .latest .latest-wrapper .news .col-md-4:last-child .preview {
  height: 226px;
  cursor: pointer;
}

.velox-content .latest .latest-wrapper .news .col-md-4:last-child .preview img {
  max-width: 100%;
}

.velox-content .sponsors {
  border-bottom: 1px solid #ededed;
}

.velox-content .sponsors .sponsors-photos {
  max-width: 1000px;
  margin: 0 auto;
}

.velox-content .sponsors .sponsors-photos .col-md-3 {
  text-align: center;
  line-height: 205px;
}

.velox-content .sponsors .sponsors-photos .col-md-3 img {
  vertical-align: middle;
}

.velox-content .call-out .call-out-wrapper {
  max-width: 790px;
  margin: 0 auto;
  padding-top: 35px;
  padding-bottom: 39px;
}

.velox-content .call-out .call-out-wrapper .text {
  max-width: 480px;
  float: left;
}

.velox-content .call-out .call-out-wrapper .text p {
  color: #666666;
  font-size: 18px;
  letter-spacing: 25;
  line-height: 24px;
  font-family: "Proxima Nova Light";
}

.velox-content .call-out .call-out-wrapper .btn {
  margin-top: 12px;
  float: right;
}

.velox-content .call-out .call-out-wrapper .btn a {
  padding: 15px 28px 17px 28px;
  background-color: #1275b9;
  color: #fff;
}

.velox-content .credits {
  background-color: #262626;
  padding-bottom: 45px;
}

.velox-content .credits .credits-wrapper .col-md-3 {
  padding-top: 50px;
  color: #a5a5a5;
}

.velox-content .credits .credits-wrapper .col-md-3 h3 {
  padding-top: 6px;
  color: #fff;
  font-size: 14px;
  font-family: "Proxima Nova Regular";
  font-weight: 400;
  padding-bottom: 40px;
}

.velox-content .credits .credits-wrapper .col-md-3 .company .logo-img {
  padding-bottom: 25px;
}

.velox-content .credits .credits-wrapper .col-md-3 .company .text {
  max-width: 230px;
}

.velox-content .credits .credits-wrapper .col-md-3 .company .text p {
  line-height: 24px;
  font-family: "Proxima Nova Light";
}

.velox-content .credits .credits-wrapper .col-md-3 .popular .feed .feed-title {
  font-family: "Proxima Nova Regular";
  line-height: 18px;
  padding-bottom: 8px;
}

.velox-content .credits .credits-wrapper .col-md-3 .popular .feed .date span {
  display: block;
  font-family: "Proxima Nova Light";
  font-size: 10px;
  color: #626262;
  margin-bottom: 15px;
}

.velox-content .credits .credits-wrapper .col-md-3 .twitter-column .twitter-feed .post {
  padding-left: 35px;
  position: relative;
  padding-bottom: 20px;
}

.velox-content .credits .credits-wrapper .col-md-3 .twitter-column .twitter-feed .post::before {
  content: "\f099";
  font-family: "icomoon";
  position: absolute;
  left: 0px;
  top: 2px;
}

.velox-content .credits .credits-wrapper .col-md-3 .twitter-column .twitter-feed .post .text {
  padding-bottom: 10px;
}

.velox-content .credits .credits-wrapper .col-md-3 .twitter-column .twitter-feed .post .text p {
  font-family: "Proxima Nova Regular";
}

.velox-content .credits .credits-wrapper .col-md-3 .twitter-column .twitter-feed .post .text p span {
  color: #7ac2f3;
  cursor: pointer;
}

.velox-content .credits .credits-wrapper .col-md-3 .twitter-column .twitter-feed .post .time-ago span {
  color: #353e49;
  font-family: "Proxima Nova Regular";
  font-size: 12px;
  letter-spacing: 25;
}

.velox-content .credits .credits-wrapper .col-md-3 .contacts .contacts-items ul {
  list-style: none;
  font-size: 12px;
}

.velox-content .credits .credits-wrapper .col-md-3 .contacts .contacts-items ul li {
  padding-left: 25px;
  position: relative;
  line-height: 24px;
  letter-spacing: 25;
  padding-bottom: 15px;
}

.velox-content .credits .credits-wrapper .col-md-3 .contacts .contacts-items ul li p {
  max-width: 135px;
}

.velox-content .credits .credits-wrapper .col-md-3 .contacts .contacts-items ul li::before {
  content: "\e902";
  position: absolute;
  font-family: "icomoon";
  left: 3px;
}

.velox-content .credits .credits-wrapper .col-md-3 .contacts .contacts-items ul li:first-child::before {
  content: "\e900";
}

.velox-content .credits .credits-wrapper .col-md-3 .contacts .contacts-items ul li:last-child::before {
  content: "\e901";
}

.velox-content .footer {
  background-color: #1e1e1e;
}

.velox-content .footer .footer-wrapper {
  color: #a5a5a5;
  font-family: "Proxima Nova Light";
  font-size: 13px;
  letter-spacing: 25;
  line-height: 56px;
}

.velox-content .footer .footer-wrapper .copyright {
  float: left;
}

.velox-content .footer .footer-wrapper .to-top-btn {
  float: right;
}

.velox-content .footer .footer-wrapper .to-top-btn a span {
  font-size: 15px;
  color: #fff;
  vertical-align: middle;
  font-weight: 900;
}

.velox-custom-menu {
  position: fixed;
  width: 100%;
  height: 100%;
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transform: rotate(270deg) scale(0);
      -ms-transform: rotate(270deg) scale(0);
          transform: rotate(270deg) scale(0);
  background-color: rgba(0, 0, 0, 0.98);
  z-index: 999;
  overflow: hidden;
  -webkit-transition: .9s;
  -o-transition: .9s;
  transition: .9s;
}

.velox-custom-menu .close-btn {
  position: absolute;
  top: 3%;
  right: 7%;
  color: #fff;
  font-size: 40px;
  cursor: pointer;
  -webkit-transition: .5s all;
  -o-transition: .5s all;
  transition: .5s all;
  font-family: "Proxima Nova Regular";
  font-weight: 900;
  padding: 15px;
}

.velox-custom-menu .close-btn:hover {
  color: red;
}

.velox-custom-menu .menu {
  color: #fff;
  position: relative;
  top: 15%;
}

.velox-custom-menu .menu ul {
  list-style: none;
  text-align: center;
}

.velox-custom-menu .menu ul li {
  text-transform: uppercase;
}

.velox-custom-menu .menu ul li a {
  display: block;
  padding: 20px;
  font-size: 15px;
  font-weight: 900;
  font-family: "Proxima Nova Regular";
}

.users li {
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.users li:hover {
  background-color: #000;
}

/*==========  Desktop First  ==========*/
/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {
  .latest .latest-wrapper .col-md-4:nth-child(2) .preview, .latest .latest-wrapper .col-md-4:last-child .preview {
    height: 248px !important;
  }
  .latest .latest-wrapper .col-md-4:nth-child(2) .preview img, .latest .latest-wrapper .col-md-4:last-child .preview img {
    height: 248px;
  }
  /**/
}

/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
  .velox-header .menu ul {
    display: none;
  }
  .velox-header .hamburger {
    display: block !important;
  }
  /**/
}

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
  .velox-content .call-out .call-out-wrapper .text {
    float: none;
    padding-bottom: 50px;
  }
  .velox-content .call-out .call-out-wrapper .btn {
    float: none;
    margin: 0 auto;
  }
  /**/
}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
  .credits .credits-wrapper .smallest-col {
    width: 100%;
    text-align: center;
  }
  .credits .credits-wrapper .contacts {
    text-align: left;
  }
  .credits .credits-wrapper .company .text {
    margin: 0 auto;
  }
  /**/
}

/* Custom, iPhone Retina */
@media only screen and (max-width: 320px) {
  /**/
}

/*==========  Mobile First  ==========*/
/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) {
  /**/
}

/* Extra Small Devices, Phones */
@media only screen and (min-width: 480px) {
  /**/
}

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {
  /**/
}

/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
  /**/
}

/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {
  /**/
}
