html,
body {
  height: 100%;
}
html * {
  max-height: 999999px;
}
img {
  border: 0;
}
p:last-child {
  margin-bottom: 0;
}
.clear {
  clear: both;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both !important;
  height: 0;
}
* html .clearfix {
  position: relative;
  zoom: 1;
}
* + html .clearfix {
  position: relative;
  zoom: 1;
}
a {
  outline: 0;
  text-decoration: none;
  transition: all 0.3s;
  color: #ff8400;
}
a:hover {
  outline: 0;
  text-decoration: underline;
  color: #ff8400;
}
a:active,
a:focus {
  outline: 0;
  text-decoration: none;
}
.titillium {
  font-family: 'Titillium Web', sans-serif;
}
.nunito {
  font-family: 'Nunito', sans-serif;
  font-weight: 300;
}
.bodyfont {
  color: #333333;
  font-family: 'Titillium Web', sans-serif;
  font-weight: normal;
}
.form-group {
  margin-bottom: 10px;
}
.form-control {
  height: 45px;
  color: #333333;
  font-family: 'Titillium Web', sans-serif;
  font-weight: normal;
  padding: 0 10px;
  box-shadow: none;
  border-width: 2px;
  border-color: #bcc0c4;
  border-style: solid;
  background-color: #ffffff;
  /* Firefox 19+ */
  /* Firefox 18- */
}
.form-control .Rounded_Rectangle_1 {
  position: absolute;
  left: 415px;
  top: 633px;
  width: 1086px;
  height: 394px;
  z-index: 8;
}
.form-control::-webkit-input-placeholder {
  color: #666666;
  opacity: 1;
}
.form-control::-moz-placeholder {
  color: #666666;
  opacity: 1;
}
.form-control:-moz-placeholder {
  color: #666666;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #666666;
  opacity: 1;
}
.form-control:focus::-webkit-input-placeholder {
  color: transparent;
}
.form-control:focus::-moz-placeholder {
  color: transparent;
}
.form-control:focus:-moz-placeholder {
  color: transparent;
}
.form-control:focus:-ms-input-placeholder {
  color: transparent;
}
textarea.form-control {
  height: 150px;
}
.control-label {
  font-weight: normal;
  font-size: 18px;
  color: #333333;
}
.contact-form {
  margin-top: 70px;
  margin-bottom: 50px;
}
@media screen and (max-width:  767px) {
  .contact-form {
    margin-top: 30px;
  }
}
.pargraph1 {
  text-align: center;
}
.contact-form .buttons {
  text-align: right;
  margin-top: 30px;
}
@media screen and (max-width:  767px) {
  .contact-form .buttons {
    margin-top: 15px;
    text-align: center;
  }
}
.contact-form .buttons .btn {
  padding-left: 60px;
  padding-right: 60px;
}
.btn {
  font-weight: bold;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 1;
  font-size: 24px;
  border-radius: 8px;
  padding: 14px 15px;
}
.btn:hover {
  color: #ffffff;
}
.btn:active,
.btn:focus {
  color: #ffffff;
}
.btn-lg {
  font-size: 40px;
  padding: 24px 50px;
}
@media screen and (max-width:  767px) {
  .btn-lg {
    font-size: 20px;
    padding: 15px 20px;
  }
}
.btn-blue {
  background-color: #3277ea;
}
.btn-blue:hover {
  background-color: #165dd3;
}
.btn-orange {
  background-color: #ff8400;
}
.btn-orange:hover {
  background-color: #cc6a00;
}
.btn-submit{
  width: 100%;
}
body {
  margin: 0;
  padding: 0;
  color: #333333;
  font-family: 'Titillium Web', sans-serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.4;
  background-color: #ffffff;
  position: relative;
  min-width: 320px;
  height: 100%;
  -webkit-overflow-scrolling: touch;
}
p {
  margin-bottom: 1em;
}
p:last-child {
  margin-bottom: 0;
}
#wrapper {
  width: 100%;
  padding: 0;
  position: relative;
  z-index: 1;
  margin: 0 auto;
  overflow: hidden;
  min-height: 100%;
}
* html #wrapper {
  height: 100%;
}
#container {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 75px;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  #container {
    padding-bottom: 125px;
  }
}
.section {
  position: relative;
}
.section-container {
  position: relative;
  padding: 0 15px;
  text-align: center;
}
.section-content {
  position: relative;
  max-width: 1090px;
  margin: 0 auto;
  text-align: left;
  padding: 60px 0 70px 0;
}
@media screen and (max-width:  767px) {
  .section-content {
    padding: 40px 0;
  }
}
.section-title {
  font-size: 60px;
  color: #ff8400;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.2;
  margin-bottom: 20px;
}
@media screen and (max-width:  767px) {
  .section-title {
    font-size: 30px;
  }
}
.section-description {
  font-family: 'Nunito', sans-serif;
  font-weight: 300;
  font-size: 21px;
}
@media screen and (max-width:  767px) {
  .section-description {
    font-size: 18px;
  }
}
.section.buttons {
  text-align: center;
}
.section-home-intro {
  background: #2b2c2e url(../images/home-intro.jpg) 50% 100% no-repeat;
  background-size: cover;
  color: #d4d4d4;
  height: 100vh;
  display: table;
  width: 100%;
}
.section-home-intro .section-container {
  display: table-cell;
  vertical-align: middle;
}
.section-home-intro .section-content {
  padding: 100px 0;
  display: inline-block;
}
.section-home-intro .section-title {
  font-size: 80px;
  font-weight: 300;
  line-height: 0.9;
  margin-bottom: 50px;
  color: #d4d4d4;
}
@media screen and (max-width:  767px) {
  .section-home-intro .section-title {
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 30px;
  }
}
.section-home-intro .section-title span {
  font-size: 110px;
  color: #ff8400;
  font-weight: 900;
}
@media screen and (max-width:  767px) {
  .section-home-intro .section-title span {
    font-size: 30px;
    font-weight: bold;
  }
}
.section-home-intro .section-title div {
  font-weight: 900;
  color: #3277ea;
  font-size: 110px;
}
@media screen and (max-width:  767px) {
  .section-home-intro .section-title div {
    font-size: 30px;
    font-weight: bold;
  }
}
.section-home-intro .section-description {
  font-size: 28px;
}
@media screen and (max-width:  767px) {
  .section-home-intro .section-description {
    font-size: 21px;
  }
}
.section-going-digital .section-item {
  position: relative;
  clear: both;
  margin-bottom: 50px;
}
@media screen and (max-width:  767px) {
  .section-going-digital .section-item {
    margin-bottom: 30px;
  }
}
.section-going-digital .section-item:nth-child(1) {
  padding-left: 285px;
}
@media screen and (max-width:  767px) {
  .section-going-digital .section-item:nth-child(1) {
    padding-left: 0;
  }
}
.section-going-digital .section-item:nth-child(1):before {
  content: '';
  display: block;
  float: left;
  margin-left: -285px;
  background: url(../images/going-digital-1.png) 0 0 no-repeat;
  width: 236px;
  height: 192px;
}
@media screen and (max-width:  767px) {
  .section-going-digital .section-item:nth-child(1):before {
    width: 118px;
    height: 96px;
    background-size: 118px 96px;
    float: none;
    margin-left: 0;
    margin-bottom: 10px;
  }
}
.section-going-digital .section-item:nth-child(2) {
  padding-right: 280px;
}
@media screen and (max-width:  767px) {
  .section-going-digital .section-item:nth-child(2) {
    padding-right: 0;
  }
}
.section-going-digital .section-item:nth-child(2):before {
  content: '';
  display: block;
  float: right;
  margin-right: -280px;
  margin-top: -30px;
  background: url(../images/going-digital-2.png) 0 0 no-repeat;
  width: 228px;
  height: 228px;
}
@media screen and (max-width:  767px) {
  .section-going-digital .section-item:nth-child(2):before {
    width: 114px;
    height: 114px;
    background-size: 114px 114px;
    float: none;
    margin-top: 0;
    margin-bottom: 10px;
    margin-right: 0;
  }
}
.section-going-digital .section-item:nth-child(3) {
  padding-left: 285px;
}
@media screen and (max-width:  767px) {
  .section-going-digital .section-item:nth-child(3) {
    padding-left: 0;
  }
}
.section-going-digital .section-item:nth-child(3):before {
  content: '';
  display: block;
  float: left;
  margin-left: -285px;
  margin-top: -30px;
  background: url(../images/going-digital-3.png) 0 0 no-repeat;
  width: 216px;
  height: 196px;
}
@media screen and (max-width:  767px) {
  .section-going-digital .section-item:nth-child(3):before {
    width: 108px;
    height: 98px;
    background-size: 108px 98px;
    float: none;
    margin-bottom: 10px;
    margin-left: 0;
    margin-top: 0;
  }
}
.section-services-list {
  background-color: #2c2d2e;
  color: #d4d4d4;
}
.section-services-list .section-title {
  color: #d4d4d4;
  text-align: center;
  margin-bottom: 40px;
}
.services-list {
  margin: 0 -15px;
  padding: 0;
  list-style: none;
}
.services-list:before,
.services-list:after {
  content: " ";
  display: table;
}
.services-list:after {
  clear: both !important;
  height: 0;
}
* html .services-list {
  position: relative;
  zoom: 1;
}
* + html .services-list {
  position: relative;
  zoom: 1;
}
.services-list > li {
  float: left;
  width: 25%;
  padding: 0 15px;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .services-list > li {
    width: 50%;
    margin-bottom: 30px;
  }
}
@media screen and (max-width:  767px) {
  .services-list > li {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 991px) {
  .services-list > li:nth-child(2n+1) {
    clear: left;
  }
}
.services-list > li:nth-child(1) a:before {
  background-image: url(../images/service-list-1.png);
}
@media screen and (max-width:  767px) {
  .services-list > li:nth-child(1) a:before {
    background-size: 58px 51px;
  }
}
.services-list > li:nth-child(2) a:before {
  background-image: url(../images/service-list-2.png);
}
@media screen and (max-width:  767px) {
  .services-list > li:nth-child(2) a:before {
    background-size: 52px 52px;
  }
}
.services-list > li:nth-child(3) a:before {
  background-image: url(../images/service-list-3.png);
}
@media screen and (max-width:  767px) {
  .services-list > li:nth-child(3) a:before {
    background-size: 52px 51px;
  }
}
.services-list > li:nth-child(4) a:before {
  background-image: url(../images/service-list-4.png);
}
@media screen and (max-width:  767px) {
  .services-list > li:nth-child(4) a:before {
    background-size: 52px 52px;
  }
}
.services-list > li a {
  color: #d4d4d4;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 24px;
}
.services-list > li a:before {
  content: '';
  display: block;
  margin: 0 auto 15px auto;
  background-color: #ffffff;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: 200px;
  height: 200px;
  border-radius: 50%;
}
@media screen and (max-width:  767px) {
  .services-list > li a:before {
    width: 100px;
    height: 100px;
    margin-bottom: 5px;
  }
}
.section-wehelp .section-item {
  position: relative;
  clear: both;
  margin-bottom: 50px;
}
@media screen and (max-width:  767px) {
  .section-wehelp .section-item {
    margin-bottom: 30px;
  }
}
.section-wehelp .section-item:nth-child(1) {
  padding-left: 285px;
}
@media screen and (max-width:  767px) {
  .section-wehelp .section-item:nth-child(1) {
    padding-left: 0;
  }
}
.section-wehelp .section-item:nth-child(1):before {
  content: '';
  display: block;
  float: left;
  margin-left: -285px;
  margin-top: 60px;
  background: url(../images/wehelp-1.png) 0 0 no-repeat;
  width: 236px;
  height: 188px;
}
@media screen and (max-width:  767px) {
  .section-wehelp .section-item:nth-child(1):before {
    float: none;
    margin-top: 0;
    margin-left: 0;
    margin-bottom: 10px;
    width: 118px;
    height: 94px;
    background-size: 118px 94px;
  }
}
.section-wehelp .section-item:nth-child(2) {
  padding-right: 280px;
}
@media screen and (max-width:  767px) {
  .section-wehelp .section-item:nth-child(2) {
    padding-right: 0;
  }
}
.section-wehelp .section-item:nth-child(2):before {
  content: '';
  display: block;
  float: right;
  margin-right: -280px;
  margin-top: 20px;
  background: url(../images/wehelp-2.png) 0 0 no-repeat;
  width: 210px;
  height: 218px;
}
@media screen and (max-width:  767px) {
  .section-wehelp .section-item:nth-child(2):before {
    float: none;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 10px;
    width: 105px;
    height: 109px;
    background-size: 105px 109px;
  }
}
.section-letus {
  background-color: #2c2d2e;
  color: #d4d4d4;
}
.section-letus .section-content {
  text-align: center;
  padding-top: 75px;
}
@media screen and (max-width:  767px) {
  .section-letus .section-content {
    padding-top: 40px;
  }
}
.section-letus .section-title:before {
  content: '';
  display: block;
  margin: 0 auto 20px auto;
  background: url(../images/letus.png) 0 0 no-repeat;
  width: 202px;
  height: 202px;
}
@media screen and (max-width:  767px) {
  .section-letus .section-title:before {
    width: 101px;
    height: 101px;
    background-size: 101px 101px;
  }
}
.section-letus .section-description {
  margin-bottom: 50px;
}
.section-letus .section-buttons .btn {
  min-width: 424px;
}
@media screen and (max-width:  767px) {
  .section-letus .section-buttons .btn {
    min-width: 0;
  }
}
.section-page-title {
  background: #2b2c2e url(../images/home-intro.jpg) 50% 100% no-repeat;
  background-size: cover;
  padding: 0 15px;
}
.section-page-title .section-container {
  padding: 150px 0 70px 0;
}
@media screen and (max-width:  767px) {
  .section-page-title .section-container {
    padding-top: 120px;
  }
}
.section-page-title .section-content {
  display: table;
  width: 100%;
  max-width: 1090px;
  padding: 0;
}
@media screen and (max-width:  767px) {
  .section-page-title .section-content {
    display: block;
  }
}
.section-page-title .section-content > * {
  display: table-cell;
  vertical-align: middle;
}
@media screen and (max-width: 991px) {
  .section-page-title .section-content > * {
    display: block;
  }
}
.section-page-title .section-content .section-title {
  font-weight: 900;
  font-size: 80px;
  line-height: 1;
  color: #ff8400;
  width: 70%;
  padding-right: 30px;
}
@media screen and (max-width: 991px) {
  .section-page-title .section-content .section-title {
    padding-right: 0;
    width: auto;
    text-align: center;
  }
}
@media screen and (max-width:  767px) {
  .section-page-title .section-content .section-title {
    font-size: 40px;
  }
}
.section-page-title .section-content .section-buttons {
  width: 30%;
  text-align: right;
}
@media screen and (max-width: 991px) {
  .section-page-title .section-content .section-buttons {
    width: auto;
    text-align: center;
  }
}
.section-page-title .section-content .section-buttons .btn {
  width: 100%;
}
@media screen and (max-width: 991px) {
  .section-page-title .section-content .section-buttons .btn {
    max-width: 320px;
  }
}
.section-page-content .section-item {
  position: relative;
  clear: both;
  margin-bottom: 50px;
  padding-left: 285px;
}
@media screen and (max-width:  767px) {
  .section-page-content .section-item {
    margin-bottom: 30px;
    padding-left: 0;
  }
}
.section-page-content .section-item:before {
  content: '';
  display: block;
  margin-left: -285px;
  float: left;
}
@media screen and (max-width:  767px) {
  .section-page-content .section-item:before {
    margin-left: 0;
    float: none;
    margin-bottom: 10px;
  }
}
.section-page-content .section-item:nth-child(2n) {
  padding-left: 0;
  padding-right: 280px;
}
@media screen and (max-width:  767px) {
  .section-page-content .section-item:nth-child(2n) {
    padding-right: 0;
  }
}
.section-page-content .section-item:nth-child(2n):before {
  margin-left: 0;
  margin-right: -280px;
  float: right;
}
@media screen and (max-width:  767px) {
  .section-page-content .section-item:nth-child(2n):before {
    margin-right: 0;
    margin-bottom: 10px;
    float: none;
  }
}
.section-page-content .section-item:nth-child(2n) .section-description.fullwidth {
  margin-left: 0;
  margin-right: -280px;
}
@media screen and (max-width:  767px) {
  .section-page-content .section-item:nth-child(2n) .section-description.fullwidth {
    margin-right: 0;
  }
}
.section-page-content .section-item .section-description.fullwidth {
  margin-left: -285px;
}
@media screen and (max-width:  767px) {
  .section-page-content .section-item .section-description.fullwidth {
    margin-left: 0;
  }
}
.section-page-content .section-item .section-description + .section-description {
  margin-top: 1em;
}
.section-page-content .section-item .section-title {
  font-size: 42px;
}
@media screen and (max-width:  767px) {
  .section-page-content .section-item .section-title {
    font-size: 30px;
  }
}
.section-page-content .section-buttons {
  text-align: center;
  clear: both;
  margin-top: 70px;
}
@media screen and (max-width:  767px) {
  .section-page-content .section-buttons {
    margin-top: 30px;
  }
}
.create-crm .section-item:nth-child(1):before {
  background: url(../images/create-crm-1.png) 0 0 no-repeat;
  width: 232px;
  height: 194px;
  margin-top: 20px;
}
@media screen and (max-width:  767px) {
  .create-crm .section-item:nth-child(1):before {
    margin-top: 0;
    width: 116px;
    height: 97px;
    background-size: 116px 97px;
  }
}
.create-crm .section-item:nth-child(2):before {
  background: url(../images/create-crm-2.png) 0 0 no-repeat;
  width: 228px;
  height: 234px;
}
@media screen and (max-width:  767px) {
  .create-crm .section-item:nth-child(2):before {
    width: 114px;
    height: 117px;
    background-size: 114px 117px;
  }
}
.create-media .section-item:nth-child(1):before {
  background: url(../images/create-media-1.png) 0 0 no-repeat;
  width: 236px;
  height: 206px;
  margin-top: 20px;
}
@media screen and (max-width:  767px) {
  .create-media .section-item:nth-child(1):before {
    margin-top: 0;
    width: 118px;
    height: 103px;
    background-size: 118px 103px;
  }
}
.create-media .section-item:nth-child(2):before {
  background: url(../images/create-media-2.png) 0 0 no-repeat;
  width: 236px;
  height: 228px;
  margin-top: 45px;
}
@media screen and (max-width:  767px) {
  .create-media .section-item:nth-child(2):before {
    margin-top: 0;
    width: 118px;
    height: 114px;
    background-size: 118px 114px;
  }
}
.create-media .section-item:nth-child(3):before {
  background: url(../images/create-media-3.png) 0 0 no-repeat;
  width: 236px;
  height: 192px;
  margin-top: 10px;
}
@media screen and (max-width:  767px) {
  .create-media .section-item:nth-child(3):before {
    margin-top: 0;
    width: 118px;
    height: 96px;
    background-size: 118px 96px;
  }
}
.service-seo .section-item:nth-child(1):before {
  background: url(../images/seo-1.png) 0 0 no-repeat;
  width: 226px;
  height: 226px;
  margin-top: -20px;
}
@media screen and (max-width:  767px) {
  .service-seo .section-item:nth-child(1):before {
    margin-top: 0;
    width: 113px;
    height: 113px;
    background-size: 113px 113px;
  }
}
.service-seo .section-item:nth-child(2):before {
  background: url(../images/seo-2.png) 0 0 no-repeat;
  width: 214px;
  height: 234px;
}
@media screen and (max-width:  767px) {
  .service-seo .section-item:nth-child(2):before {
    width: 107px;
    height: 117px;
    background-size: 107px 117px;
  }
}
.service-seo .section-item:nth-child(3):before {
  background: url(../images/seo-3.png) 0 0 no-repeat;
  width: 204px;
  height: 230px;
  margin-top: 20px;
}
@media screen and (max-width:  767px) {
  .service-seo .section-item:nth-child(3):before {
    margin-top: 0;
    width: 102px;
    height: 115px;
    background-size: 102px 115px;
  }
}
.service-web .section-item:nth-child(1):before {
  background: url(../images/web-1.png) 0 0 no-repeat;
  width: 212px;
  height: 206px;
}
@media screen and (max-width:  767px) {
  .service-web .section-item:nth-child(1):before {
    width: 106px;
    height: 103px;
    background-size: 106px 103px;
  }
}
.service-web .section-item:nth-child(2):before {
  background: url(../images/web-2.png) 0 0 no-repeat;
  width: 214px;
  height: 214px;
}
@media screen and (max-width:  767px) {
  .service-web .section-item:nth-child(2):before {
    width: 107px;
    height: 107px;
    background-size: 107px 107px;
  }
}
.about-title {
  background: #5c5f61 url(../images/about-bg.jpg) 50% 0 no-repeat;
  background-size: cover;
}
.contact-title {
  background: #515153 url(../images/contact-bg.jpg) 50% 0 no-repeat;
  background-size: cover;
}
.about-us .section-item:nth-child(1):before {
  background: url(../images/about-1.png) 0 0 no-repeat;
  width: 210px;
  height: 226px;
  margin-top: -30px;
}
@media screen and (max-width:  767px) {
  .about-us .section-item:nth-child(1):before {
    margin-top: 0;
    width: 105px;
    height: 113px;
    background-size: 105px 113px;
  }
}
.about-us .section-item:nth-child(2):before {
  background: url(../images/about-2.png) 0 0 no-repeat;
  width: 218px;
  height: 222px;
  margin-top: 60px;
}
@media screen and (max-width:  767px) {
  .about-us .section-item:nth-child(2):before {
    margin-top: 0;
    width: 109px;
    height: 111px;
    background-size: 109px 111px;
  }
}
.about-us .section-item:nth-child(3):before {
  background: url(../images/about-3.png) 0 0 no-repeat;
  width: 192px;
  height: 236px;
  margin-top: 30px;
}
@media screen and (max-width:  767px) {
  .about-us .section-item:nth-child(3):before {
    margin-top: 0;
    width: 96px;
    height: 118px;
    background-size: 96px 118px;
  }
}
.contact-us .section-description p {
  margin: 0;
}
.contact-us .section-item:before {
  background: url(../images/contact-1.png) 0 0 no-repeat;
  width: 236px;
  height: 228px;
  margin-top: -30px;
}
@media screen and (max-width:  767px) {
  .contact-us .section-item:before {
    margin-top: 0;
    width: 118px;
    height: 114px;
    background-size: 118px 114px;
  }
}
}
.Company-Details {
  color: #444e62;
  font-size: 48px;
  font-family: 'Fira Sans Extra Condensed', sans-serif;
  font-weight: 500;
  margin-top: 50px;
  line-height: 1;
}
@media screen and (max-width:  767px) {
  .Company-Details {
    font-size: 30px;
    text-align: center;
  }
}
.Company-Details:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  background: url(../images/Company-Details.png) 0 0 no-repeat;
  width: 1180px;
  height: 93px;
  margin-right: 20px;
}
@media screen and (max-width:  767px) {
  .Company-Details:before {
    display: block;
    margin: 0 auto 10px auto;
    width: 60px;
    height: 45px;
    background-size: contain;
  }
}
.Company-Details span {
  font-weight: 900;
  color: #991d0d;
  white-space: nowrap;
}
#header {
  position: fixed;
  background-color: #ffffff;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  padding: 0 15px;
}
#header.fx {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
#header.fx .header-content {
  padding: 10px 0;
}
#header.fx .header-logo {
  width: 124px;
  height: 30px;
  background-size: contain;
}
#header .header-content {
  position: relative;
  max-width: 1090px;
  margin: 0 auto;
  padding: 30px 0;
  transition: all 0.3s;
}
#header .header-content:before,
#header .header-content:after {
  content: " ";
  display: table;
}
#header .header-content:after {
  clear: both !important;
  height: 0;
}
* html #header .header-content {
  position: relative;
  zoom: 1;
}
* + html #header .header-content {
  position: relative;
  zoom: 1;
}
@media screen and (max-width:  767px) {
  #header .header-content {
    height: 35px;
  }
}
#header .header-logo {
  position: absolute;
  left: 30px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  z-index: 2;
}
@media screen and (max-width: 991px) {
  #header .header-logo {
    left: 15px;
  }
}
.header-logo {
  display: block;
  background: url(../images/logo.png) 0 0 no-repeat;
  width: 210px;
  height: 51px;
  text-align: left;
  text-indent: -10000px;
}
@media screen and (max-width:  767px) {
  .header-logo {
    width: 124px;
    height: 30px;
    background-size: contain;
  }
}
.menu-trigger {
  display: none;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  color: #333333;
  font-size: 30px;
  line-height: 1;
}
@media screen and (max-width:  767px) {
  .menu-trigger {
    display: block;
  }
}
.header-nav {
  float: right;
  position: relative;
  z-index: 1;
}
@media screen and (max-width:  767px) {
  .header-nav {
    margin-left: 0;
    display: none;
    float: none;
    position: absolute;
    top: 100%;
    left: -15px;
    right: -15px;
    background-color: #fff;
    padding: 5px 15px;
  }
}
.header-nav > .nav {
  padding: 0;
  list-style: none;
  margin: 0 -12px;
}
.header-nav > .nav:before,
.header-nav > .nav:after {
  content: " ";
  display: table;
}
.header-nav > .nav:after {
  clear: both !important;
  height: 0;
}
* html .header-nav > .nav {
  position: relative;
  zoom: 1;
}
* + html .header-nav > .nav {
  position: relative;
  zoom: 1;
}
.header-nav > .nav > li {
  margin: 0 20px;
  float: left;
  padding: 0 0 4px 0;
  border-bottom: 2px solid transparent;
}
@media screen and (max-width:  767px) {
  .header-nav > .nav > li {
    float: none;
    padding: 5px;
    margin: 0;
    border: none;
    text-align: center;
  }
}
.header-nav > .nav > li.active {
  border-bottom: 2px solid #ff931f;
}
@media screen and (max-width:  767px) {
  .header-nav > .nav > li.active {
    border-bottom: none;
  }
}
@media screen and (max-width:  767px) {
  .header-nav > .nav > li.active a {
    border-bottom: 2px solid #ff931f;
  }
}
.header-nav > .nav > li > a {
  padding: 0;
  font-size: 18px;
  text-transform: uppercase;
  line-height: 1;
  color: #404040;
}
@media screen and (max-width:  767px) {
  .header-nav > .nav > li > a {
    display: inline-block;
    text-align: center;
    padding-bottom: 4px;
  }
}
.header-nav > .nav > li > a:active,
.header-nav > .nav > li > a:focus,
.header-nav > .nav > li > a:hover {
  background: none;
}
.header-nav > .nav > li .dropdown-menu {
  border-radius: 6px;
  background-color: #5f6870;
  box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.8);
  border: none;
}
@media screen and (max-width:  767px) {
  .header-nav > .nav > li .dropdown-menu {
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
.header-nav > .nav > li .dropdown-menu > li {
  padding: 3px 15px;
}
.header-nav > .nav > li .dropdown-menu > li > a {
  padding: 0;
  font-size: 18px;
  color: #d4d4d4;
  text-transform: uppercase;
}
.header-nav > .nav > li .dropdown-menu > li > a:hover {
  text-decoration: underline;
  background: none;
  color: #d4d4d4;
}
#footer {
  margin: -75px 0 0 0;
  height: 130px;
  text-align: center;
  position: relative;
  z-index: 2;
  min-width: 320px;
  padding: 0 15px;
  color: #999999;
  font-weight: 300;
  background-color: #2c2d2e;
}
@media screen and (max-width: 991px) {
  #footer {
    margin-top: -125px;
    height: 125px;
  }
}
#footer .footer-content {
  text-align: center;
  padding: 25px 0 10px 0;
  line-height: 1;
}
@media screen and (max-width: 991px) {
  #footer .footer-content {
    padding: 10px 0;
  }
}
#footer .footer-content > * {
  display: inline-block;
  vertical-align: middle;
  border-right: 1px solid #999999;
  padding-right: 20px;
  margin-right: 16px;
}
@media screen and (max-width: 991px) {
  #footer .footer-content > * {
    display: block;
    border-right: none;
    margin-bottom: 5px;
    padding-right: 0;
    margin-right: 0;
  }
}
#footer .footer-content > *:last-child {
  padding-right: 0;
  margin-right: 0;
  border-right: 0;
}
