@charset "UTF-8";
@font-face {
  font-family: "suisseo";
  src: url("../../fonts/suisseo.eot");
  src: url("../../fonts/suisseo.eot?#iefix") format("embedded-opentype"), url("../../fonts/suisseo.woff") format("woff"), url("../../fonts/suisseo.ttf") format("truetype"), url("../../fonts/suisseo.svg#suisseo") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
[data-icon]:before {
  font-family: "suisseo" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "suisseo" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-social-twitter:before {
  content: "t";
}
.icon-social-facebook:before {
  content: "f";
}
.icon-pin:before {
  content: "m";
}
.icon-social-google-plus:before {
  content: "g";
}
.icon-social-github:before {
  content: "h";
}
.icon-social-instagram:before {
  content: "i";
}
.icon-social-linkedin:before {
  content: "l";
}
.icon-rss:before {
  content: "r";
}
.icon-call-phone:before {
  content: "a";
}
html {
  -webkit-font-smoothing: antialiased;
}
body {
  font-size: 18px;
}
a, a:before, input {
  outline: none !important;
  transition: all 0.2s linear;
}
h1 {
  font-size: 42px;
  font-weight: 300;
}
h2 {
  font-size: 38px;
  font-weight: 300;
  text-align: center;
  margin-bottom: 100px;
  color: #242F33;
}
@media screen and (max-width: 767px) {
  h2 {
    margin-bottom: 50px;
  }
}
h3, h4 {
  font-size: 20px;
  text-transform: uppercase;
  color: #a5b901;
  text-align: center;
  margin: 50px 0;
}
h4 {
  text-align: left;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover {
  text-decoration: none;
}
.btn {
  font-size: 16px;
}
section {
  padding: 100px 0;
  border-top: 1px solid #F4F4F4;
}
@media screen and (max-width: 992px) {
  section .container {
    padding-right: 20%;
    padding-left: 20%;
  }
}
@media screen and (max-width: 767px) {
  section .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media screen and (max-width: 767px) {
  section {
    padding: 50px 0 70px 0;
  }
}
section.light {
  background-color: #F4F4F4;
}
section.green {
  border-top: 0;
  background-color: #a5b901;
  background: #d7e900;
  background: -moz-radial-gradient(bottom, ellipse cover, #d7e900 0%, #b5c600 30%);
  background: -webkit-gradient(radial, 50% bottom, 0px, 50% bottom, 30%, color-stop(0%, #d7e900), color-stop(30%, #b5c600));
  background: -webkit-radial-gradient(bottom, ellipse cover, #d7e900 0%, #b5c600 30%);
  background: -o-radial-gradient(bottom, ellipse cover, #d7e900 0%, #b5c600 30%);
  background: -ms-radial-gradient(bottom, ellipse cover, #d7e900 0%, #b5c600 30%);
  background: radial-gradient(ellipse at bottom, #d7e900 0%, #b5c600 30%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#d7e900', EndColorStr='#b5c600'),GradientType=3";
}
section.dark {
  border-top: 0;
  background-color: #242F33;
  background: #35444A;
  background: -moz-radial-gradient(bottom, ellipse cover, #35444A 0%, #273336 30%);
  background: -webkit-gradient(radial, 50% bottom, 0px, 50% bottom, 30%, color-stop(0%, #35444A), color-stop(30%, #273336));
  background: -webkit-radial-gradient(bottom, ellipse cover, #35444A 0%, #273336 30%);
  background: -o-radial-gradient(bottom, ellipse cover, #35444A 0%, #273336 30%);
  background: -ms-radial-gradient(bottom, ellipse cover, #35444A 0%, #273336 30%);
  background: radial-gradient(ellipse at bottom, #35444A 0%, #273336 30%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#35444A', EndColorStr='#273336'),GradientType=3";
  color: #FFF;
}
section.dark h2 {
  color: #FFF;
}
section.content h1, section.content h2, section.content h3, section.content p {
  text-align: left;
}
section figure.icon {
  margin: 0px auto;
  width: 80px;
}
section figure.icon img {
  width: 80px;
  height: auto;
}
section figure.icon.large, section figure.icon.large img {
  width: 160px;
}
section .panel {
  padding: 25px 25px;
}
section .cta {
  text-align: center;
  margin-top: 50px;
  clear: left;
}
section .cta a.btn {
  font-size: 16px;
  text-transform: uppercase;
}
section .btn-default:hover {
  color: #fff;
  background-color: #a5b901;
  border-color: #FFF;
}
section .meta {
  font-size: 12px;
  color: #999;
  text-transform: uppercase;
  padding-top: 15px;
}
section .meta a {
  color: #999;
}
section .centered {
  text-align: center;
}
section.contact {
  background-color: #d7e900;
  background: no-repeat url('../../img/cta-stats.svg') bottom left, -moz-radial-gradient(bottom, ellipse cover, #d7e900 0%, #b5c600 30%);
  background: no-repeat url('../../img/cta-stats.svg') bottom left, -webkit-gradient(radial, 50% bottom, 0px, 50% bottom, 30%, color-stop(0%, #d7e900), color-stop(30%, #b5c600));
  background: no-repeat url('../../img/cta-stats.svg') bottom left, -webkit-radial-gradient(bottom, ellipse cover, #d7e900 0%, #b5c600 30%);
  background: no-repeat url('../../img/cta-stats.svg') bottom left, -o-radial-gradient(bottom, ellipse cover, #d7e900 0%, #b5c600 30%);
  background: no-repeat url('../../img/cta-stats.svg') bottom left, -ms-radial-gradient(bottom, ellipse cover, #d7e900 0%, #b5c600 30%);
  background: no-repeat url('../../img/cta-stats.svg') bottom left, radial-gradient(ellipse at bottom, #d7e900 0%, #b5c600 30%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#d7e900', EndColorStr='#b5c600'),GradientType=3";
  padding-bottom: 50px;
  background-size: 100%;
}
@media screen and (max-width: 767px) {
  section.contact {
    background-color: #d7e900;
    background: no-repeat url('') bottom left, -moz-radial-gradient(bottom, ellipse cover, #d7e900 0%, #b5c600 30%);
    background: no-repeat url('') bottom left, -webkit-gradient(radial, 50% bottom, 0px, 50% bottom, 30%, color-stop(0%, #d7e900), color-stop(30%, #b5c600));
    background: no-repeat url('') bottom left, -webkit-radial-gradient(bottom, ellipse cover, #d7e900 0%, #b5c600 30%);
    background: no-repeat url('') bottom left, -o-radial-gradient(bottom, ellipse cover, #d7e900 0%, #b5c600 30%);
    background: no-repeat url('') bottom left, -ms-radial-gradient(bottom, ellipse cover, #d7e900 0%, #b5c600 30%);
    background: no-repeat url('') bottom left, radial-gradient(ellipse at bottom, #d7e900 0%, #b5c600 30%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#d7e900', EndColorStr='#b5c600'),GradientType=3";
  }
}
section.contact .pre-title {
  font-size: 24px;
  text-align: center;
  color: #242F33;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  section.contact .pre-title {
    margin-top: 15px;
  }
}
section.contact h2 {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  section.contact h2 {
    font-size: 28px;
    font-weight: 500;
  }
}
section.contact h2 a {
  color: #242F33;
}
section.contact h2 a:hover {
  color: #FFF;
}
section.contact h3 {
  margin-top: 22.5px;
  margin-bottom: 67px;
  font-weight: 400;
}
section.contact h3 a {
  color: #242F33;
}
section.contact h3 a:hover {
  color: #FFF;
}
section.contact .wpcf7 p {
  margin-bottom: 15px;
}
section.contact .wpcf7 input[type='text'], section.contact .wpcf7 input[type='email'] {
  width: 100%;
  height: 40px;
  border: 0px;
  margin-bottom: 12.5px;
  padding: 12.5px;
}
section.contact .wpcf7 textarea {
  width: 100%;
  border: 0px;
  padding: 12.5px;
}
section.contact .wpcf7 label {
  font-weight: normal;
  font-size: 18px;
  color: #242F33;
}
section.contact .wpcf7 p.submit {
  text-align: center;
  margin-top: 15px;
}
section.contact .wpcf7 input.btn {
  text-transform: uppercase;
  padding: 10px 20px;
  font-size: 16px;
}
section.contact .wpcf7 .wpcf7-validation-errors {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-color: #612029;
  color: #FFF;
  border: 1px solid #FFF;
  padding: 15px;
}
section.contact .wpcf7 .wpcf7-not-valid-tip {
  color: #612029;
}
section.contact .wpcf7 .wpcf7-not-valid {
  border: 1px solid #612029 !important;
}
@media screen and (max-width: 767px) {
  section.contact .wpcf7 .ajax-loader {
    display: block;
    margin: 0 auto;
  }
}
.blog.archives {
  padding-top: 50px;
}
@media screen and (max-width: 992px) {
  .blog.archives {
    padding-top: 25px;
    padding-bottom: 12.5px;
  }
}
@media screen and (max-width: 992px) {
  .blog.archives .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.blog.archives select#category_switcher {
  width: 100%;
  border: 1px solid #cdcdcd;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-color: #FFF;
  height: 40px;
  margin-bottom: 15px;
}
@media screen and (max-width: 992px) {
  .blog.archives select#category_switcher {
    margin-bottom: 0;
  }
}
.blog.archives article h2 {
  font-size: 26px;
  text-align: left;
  margin-bottom: 0;
  font-weight: 400;
}
@media screen and (max-width: 992px) {
  .blog.archives article figure img {
    width: 100%;
    height: auto !important;
  }
}
@media screen and (max-width: 992px) {
  .blog.archives a.icon-rss {
    display: none;
  }
}
.blog.archives a.icon-rss:before {
  margin: 0 5px 0 0;
  line-height: 10px;
  vertical-align: middle;
}
.blog.archives a.icon-rss:link, .blog.archives a.icon-rss:active, .blog.archives a.icon-rss:visited {
  color: #242F33;
  text-decoration: none;
}
.blog.archives a.icon-rss:hover {
  color: #a5b901;
  text-decoration: none;
}
.blog.archives div.author {
  margin-top: 15px;
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  .blog.archives div.author {
    margin-top: -25px;
  }
}
.blog.archives div.author img {
  width: 100px;
  height: 100px;
}
@media screen and (max-width: 767px) {
  .blog.archives div.author img {
    width: 80px;
    height: 80px;
  }
}
.blog.archives div.author .meta {
  width: auto;
  display: inline-block;
  vertical-align: top;
  padding-left: 5px;
  font-size: 15px;
  color: #666;
  text-transform: none;
  line-height: 17px;
  margin-top: 35px;
}
@media screen and (max-width: 767px) {
  .blog.archives div.author .meta {
    margin-top: 15px;
  }
}
.blog.archives div.author .meta a:link, .blog.archives div.author .meta a:active, .blog.archives div.author .meta a:visited {
  text-decoration: underline;
}
.blog.archives div.author .meta a:hover {
  color: #a5b901;
  text-decoration: none;
}
.blog.archives div.excerpt {
  clear: both;
  margin: 15px 0px;
}
.blog.archives div.meta.categories {
  padding: 12.5px 0 0 0;
  font-size: 14px;
  font-weight: 400;
}
.blog.archives .contain {
  margin-bottom: 0px;
  padding-bottom: 50px;
  border-bottom: 1px solid #F4F4F4;
  min-height: 700px !important;
}
@media screen and (max-width: 992px) {
  .blog.archives .contain {
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .blog.archives .contain {
    min-height: 100px !important;
  }
}
.blog.archives .pager {
  clear: both;
}
section#contact-page h2 {
  text-align: center !important;
}
section#contact-page .wpcf7 {
  padding: 0 20%;
}
@media screen and (max-width: 767px) {
  section#contact-page .wpcf7 {
    padding: 0;
  }
}
section#contact-page .wpcf7 p {
  margin-bottom: 15px;
}
section#contact-page .wpcf7 input[type='text'], section#contact-page .wpcf7 input[type='email'] {
  width: 100%;
  height: 40px;
  border: 1px solid #CDCDCD;
  margin-bottom: 12.5px;
  padding: 12.5px;
}
section#contact-page .wpcf7 textarea {
  width: 100%;
  border: 1px solid #CDCDCD;
  padding: 12.5px;
}
section#contact-page .wpcf7 label {
  font-weight: normal;
  font-size: 18px;
  color: #242F33;
}
section#contact-page .wpcf7 p.submit {
  text-align: center !important;
  margin-top: 15px;
}
section#contact-page .wpcf7 input.btn {
  text-transform: uppercase;
  padding: 10px 20px;
}
section#contact-page .wpcf7 .wpcf7-validation-errors {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-color: #612029;
  color: #FFF;
  border: 1px solid #FFF;
  padding: 15px;
}
section#contact-page .wpcf7 .wpcf7-not-valid-tip {
  color: #612029;
}
section#contact-page .wpcf7 .wpcf7-not-valid {
  border: 1px solid #612029 !important;
}
section.content {
  line-height: 30px;
  padding-top: 50px;
  border-top: 0;
}
@media screen and (max-width: 992px) {
  section.content .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}
section.content .container img {
  max-width: 100%;
  height: auto;
}
section.content .container figure {
  text-align: center;
}
section.content .container .img-circle {
  height: 150px;
  width: auto;
  margin: 0px auto 30px;
}
@media screen and (max-width: 992px) {
  section.content .container .img-circle {
    margin: 50px auto;
  }
}
@media screen and (max-width: 992px) {
  section.content {
    padding-top: 12.5px;
    padding-bottom: 50px;
  }
}
section.content h2 {
  margin-bottom: 25px;
}
section.content h3 {
  margin: 25px 0;
  color: #242f33;
}
section.content p {
  font-size: 18px;
}
section.content ul {
  margin-bottom: 25px;
}
section.content table {
  width: 100%;
  margin-bottom: 25px;
}
section.content table td, section.content table th {
  padding: 10px;
  border-bottom: 1px solid #F4F4F4;
}
section.content table thead th {
  background-color: #243034;
  color: #FFF;
  text-align: left;
}
section.content table tr:nth-child(even) td, section.content table tr:nth-child(even) th {
  background-color: #F4F4F4;
}
section.content blockquote {
  background: #F4F4F4 url('../../img/quote.svg') 15px 15px no-repeat;
  background-size: 50px 50px;
  padding: 25px 25px 25px 100px;
  color: #a5b901;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  section.content blockquote {
    background-size: 30px 30px;
    padding: 50px;
  }
}
section.content blockquote p {
  font-size: 26px;
  font-weight: 300;
}
section.content pre {
  font-size: 14px;
  border: none;
  background-color: #F4F4F4;
  padding: 25px;
  white-space: pre;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -o-pre-wrap;
  white-space: pre;
  word-break: normal;
  word-wrap: normal;
}
section.content .contact-data {
  margin-bottom: 30px;
}
section.content .contact-data p {
  text-align: center;
}
section.content .contact-data .phone {
  font-weight: bold;
}
@media screen and (max-width: 992px) {
  section.content .contact-data p#phone {
    display: block;
    background-color: #F4F4F4;
    padding: 25px 0;
    margin-bottom: 0px;
  }
  section.content .contact-data p#email {
    display: block;
    background-color: #F4F4F4;
    padding: 25px 0;
    margin-bottom: 0px;
  }
  section.content .contact-data a {
    font-size: 28px;
  }
}
section.content div.social {
  margin-top: 30px;
}
section.content ul#social {
  margin: 0px;
  padding: 0px;
}
@media screen and (max-width: 992px) {
  section.content ul#social {
    min-height: 120px;
  }
}
@media screen and (max-width: 767px) {
  section.content ul#social {
    min-height: 1px;
    margin: 0px auto -20px auto;
    width: 100%;
  }
  section.content ul#social:before, section.content ul#social:after {
    content: "";
    display: table;
  }
  section.content ul#social:after {
    clear: both;
  }
}
section.content ul#social li {
  list-style: none;
  display: list-item;
  margin: 0;
}
@media screen and (max-width: 767px) {
  section.content ul#social li {
    padding-left: 0px;
    margin-right: 5px;
    margin-bottom: 5px;
    display: inline-block;
    text-align: center;
  }
}
section.content ul#social li a, section.content ul#social li a:link, section.content ul#social li a:active, section.content ul#social li a:visited {
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  section.content ul#social li a, section.content ul#social li a:link, section.content ul#social li a:active, section.content ul#social li a:visited {
    display: inline-block;
    width: 60px;
    height: 60px;
  }
}
section.content ul#social li a:before {
  display: block;
  width: 40px;
  height: 40px;
  float: left;
  margin: 0 15px 0 0;
  background-color: #242f33;
  text-align: center;
  line-height: 40px;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  section.content ul#social li a:before {
    margin: 0 5px 5px 0;
    font-size: 24px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    float: none;
  }
}
section.content ul#social li a.icon-social-github:before {
  font-size: 24px;
}
section.content ul#social li a span {
  display: none;
}
section.content ul#social li a:hover {
  text-decoration: none;
}
section.content ul#social li a:hover:before {
  text-decoration: none;
  background-color: #242f33;
  color: #a5b901;
}
header {
  background-color: #242F33;
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: cover;
  color: #FFF;
  padding: 50px 0 75px 0;
}
@media screen and (max-width: 992px) {
  header {
    padding-top: 25px;
  }
}
@media screen and (max-width: 767px) {
  header {
    padding-top: 0;
    padding-bottom: 50px;
    text-align: center;
    background-position: center bottom;
    background-size: auto;
    background-image: none !important;
  }
}
@media screen and (max-width: 767px) {
  header h1 {
    text-align: center;
  }
}
header .subtitle {
  width: 75%;
  font-size: 20px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.85);
}
@media screen and (max-width: 767px) {
  header .subtitle {
    width: 100%;
    text-align: center;
    color: white;
  }
}
header a.btn {
  font-size: 16px;
  padding: 10px 20px;
  text-transform: uppercase;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  header nav.navbar {
    border: 0px !important;
    z-index: 999;
    width: 100%;
    background-color: #242f33;
    text-align: left;
  }
}
header nav.navbar .container {
  position: relative;
}
@media screen and (max-width: 767px) {
  header nav.navbar .container .navbar-header {
    background-color: #242F33;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
}
header nav.navbar .container .navbar-header .navbar-toggle {
  background-color: #a5b901;
  margin: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  width: 60px;
  height: 60px;
  text-align: center;
}
header nav.navbar .container .navbar-header .icon-bar {
  background-color: #FFF;
  width: 100% !important;
  height: 3px !important;
  margin-top: 3px !important;
  margin-bottom: 5px !important;
}
header nav.navbar .container ul.nav {
  float: right;
}
@media screen and (max-width: 992px) {
  header nav.navbar .container ul.nav {
    float: left;
  }
  header nav.navbar .container ul.nav:before, header nav.navbar .container ul.nav:after {
    content: "";
    display: table;
  }
  header nav.navbar .container ul.nav:after {
    clear: both;
  }
}
@media screen and (max-width: 767px) {
  header nav.navbar .container ul.nav {
    float: none;
  }
}
header nav.navbar .container ul.nav li {
  border-left: 1px solid #69747b;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 16px;
}
@media screen and (max-width: 992px) {
  header nav.navbar .container ul.nav li {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  header nav.navbar .container ul.nav li {
    font-size: 16px;
    border: 0;
    border-top: 1px solid #69747b;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
}
header nav.navbar .container ul.nav li:first-child {
  border: none;
}
@media screen and (max-width: 767px) {
  header nav.navbar .container ul.nav li:first-child {
    border-top: 1px solid #69747b;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
}
header nav.navbar .container ul.nav li:last-child a {
  padding-right: 0;
}
header nav.navbar .container ul.nav li a {
  text-transform: uppercase;
  color: #FFF;
  padding-top: 0;
  padding-bottom: 0;
}
header nav.navbar .container ul.nav li a:hover {
  color: #a5b901;
  background-color: transparent !important;
}
@media screen and (max-width: 767px) {
  header nav.navbar .container ul.nav li a {
    display: block;
    padding: 15px;
  }
}
header nav.navbar .container ul.nav li.current-page-ancestor a, header nav.navbar .container ul.nav li.current_page_item a, header nav.navbar .container ul.nav li.current-menu-item a {
  color: #a5b901 !important;
}
header nav.navbar .container .navbar-brand {
  padding-top: 0;
  margin-top: -10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  header nav.navbar .container .navbar-brand {
    padding-top: 22px;
    padding-left: 5px;
  }
}
header nav.navbar .container .navbar-brand #logo {
  display: block !important;
}
@media screen and (max-width: 767px) {
  header nav.navbar .container .navbar-brand #logo {
    display: none !important;
  }
}
header nav.navbar .container .navbar-brand #mobile-logo {
  display: none !important;
}
@media screen and (max-width: 767px) {
  header nav.navbar .container .navbar-brand #mobile-logo {
    display: block !important;
  }
}
header nav.navbar .container .navbar-brand img {
  width: 180px;
  height: 58px;
}
@media screen and (max-width: 767px) {
  header nav.navbar .container .navbar-brand img {
    height: 30px;
    width: auto;
    margin-top: 0px;
  }
}
header nav.navbar .container #navbar_top {
  position: absolute;
  top: -30px;
  right: 115px;
  font-size: 14px;
  margin-bottom: 12.5px;
  padding-right: 0;
}
@media screen and (max-width: 992px) {
  header nav.navbar .container #navbar_top {
    top: 0px;
  }
}
@media screen and (max-width: 767px) {
  header nav.navbar .container #navbar_top {
    top: 0;
    right: 75px;
    border: 0;
  }
  header nav.navbar .container #navbar_top ul {
    margin: 0;
    border: 0;
    padding: 0;
  }
  header nav.navbar .container #navbar_top ul li {
    margin: 0;
    border: 0;
    padding: 0;
  }
  header nav.navbar .container #navbar_top ul li a {
    margin: 0;
    border: 0;
    padding: 0;
    display: block;
    width: 60px;
    height: 60px;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    overflow: hidden;
    font-family: "suisseo" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  header nav.navbar .container #navbar_top ul li a:before {
    content: "a";
    font-size: 32px;
    display: inline-block;
    padding: 15px;
  }
}
@media screen and (max-width: 767px) {
  header nav.navbar .container #navbar_top.navbar-collapse {
    padding-left: 0px;
  }
}
header nav.navbar .container #navbar_lang {
  position: absolute;
  top: -30px;
  right: 15px;
  font-size: 14px;
  margin-bottom: 12.5px;
  padding-right: 0;
}
@media screen and (max-width: 992px) {
  header nav.navbar .container #navbar_lang {
    top: 0px;
  }
}
@media screen and (max-width: 767px) {
  header nav.navbar .container #navbar_lang {
    position: relative;
    top: 0;
    left: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    background-color: #242f33;
  }
}
@media screen and (max-width: 767px) {
  header nav.navbar .container #navbar_lang ul.nav {
    margin: 0;
    padding: 15px;
  }
}
header nav.navbar .container #navbar_lang ul.nav li {
  border: 0px;
}
@media screen and (max-width: 767px) {
  header nav.navbar .container #navbar_lang ul.nav li {
    display: inline;
  }
}
header nav.navbar .container #navbar_lang ul.nav li:first-child {
  border-left: 1px solid #69747b;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  padding-left: 10px;
}
@media screen and (max-width: 767px) {
  header nav.navbar .container #navbar_lang ul.nav li:first-child {
    padding-left: 0;
    border: 0;
  }
}
header nav.navbar .container #navbar_lang ul.nav li a {
  padding: 0px 5px;
}
header nav.navbar .container #navbar_lang ul.nav li a.active {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
@media screen and (max-width: 767px) {
  header nav.navbar .container #navbar_lang ul.nav li a {
    display: inline-block;
    padding: 10px;
    margin-right: 10px;
    background-color: #253034;
  }
}
header nav.navbar .container #navbar {
  padding-top: 15px;
  padding-right: 0;
  padding-bottom: 15px;
  border-bottom: 1px solid #69747b;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 50px;
}
@media screen and (max-width: 992px) {
  header nav.navbar .container #navbar {
    padding-left: 0;
    padding-top: 60px;
  }
  header nav.navbar .container #navbar:before, header nav.navbar .container #navbar:after {
    content: "";
    display: table;
  }
  header nav.navbar .container #navbar:after {
    clear: both;
  }
}
@media screen and (max-width: 767px) {
  header nav.navbar .container #navbar {
    padding: 0;
    border: 0;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  header nav.navbar .container #navbar ul.nav {
    margin: 0;
  }
  header nav.navbar .container #navbar ul.nav li:last-child, header nav.navbar .container #navbar ul.nav li.current-menu-item:last-child {
    background-color: #a5b901;
    color: #FFF !important;
  }
  header nav.navbar .container #navbar ul.nav li:last-child a, header nav.navbar .container #navbar ul.nav li.current-menu-item:last-child a {
    color: #FFF !important;
  }
  header nav.navbar .container #navbar ul.nav li:last-child a:hover, header nav.navbar .container #navbar ul.nav li.current-menu-item:last-child a:hover {
    color: #FFF !important;
  }
}
@media screen and (max-width: 767px) {
  body.page-template-page-contact header {
    padding-bottom: 0;
    background-position: top center;
  }
}
body.page-template-page-contact header .container h1 {
  text-align: center;
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 12.5px;
  padding: 0 10%;
}
@media screen and (max-width: 767px) {
  body.page-template-page-contact header .container h1 {
    padding: 50px 0 70px 0;
  }
}
body.page-template-page-contact header .container p#phone, body.page-template-page-contact header .container p#email {
  text-align: center;
  color: #a5b901;
  font-size: 48px;
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  body.page-template-page-contact header .container p#phone, body.page-template-page-contact header .container p#email {
    margin: 0 -15px;
  }
}
body.page-template-page-contact header .container p#phone a:hover, body.page-template-page-contact header .container p#email a:hover {
  color: #FFF;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  body.page-template-page-contact header .container p#phone a, body.page-template-page-contact header .container p#email a {
    display: block;
    background-color: #a5b901;
    font-size: 28px;
    padding: 25px 0;
    color: #FFF;
  }
}
body.page-template-page-contact header .container p#email {
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  body.page-template-page-contact header .container p#email a {
    background-color: #242F33;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
}
body.home header {
  min-height: 650px;
}
@media screen and (max-width: 767px) {
  body.home header {
    min-height: 500px;
    background-position: 65% top;
  }
}
body.page-template-page-contact header {
  min-height: 650px;
}
@media screen and (max-width: 767px) {
  body.page-template-page-contact header {
    min-height: 1px;
    background-position: 65% top;
  }
}
body.page-template-page-landing header, body.page-template-page-landing-white header, body.page-template-page-landing-black header {
  min-height: 800px;
  background-position: center 0px;
}
@media screen and (max-width: 767px) {
  body.page-template-page-landing header, body.page-template-page-landing-white header, body.page-template-page-landing-black header {
    min-height: 1px;
    background-position: 65% top;
  }
}
body.page-template-page-landing-black header h1, body.page-template-page-landing-black header .h1, body.page-template-page-landing-black header .subtitle {
  color: #242f33;
  font-weight: 400;
}
body.page-template-page-landing-black header .subtitle {
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  body.page-template-page-landing-black header h1, body.page-template-page-landing-black header .h1, body.page-template-page-landing-black header .subtitle {
    color: #fff;
  }
}
.breadcrumb {
  background-color: #FFF;
  font-size: 14px;
  padding: 15px 0;
  border-bottom: 1px solid #EEEEEE;
  margin: 0px auto;
  color: #b3b3b3;
  text-transform: uppercase;
}
section.pages .panel {
  background-color: transparent;
  min-height: 540px;
  box-shadow: none;
}
@media screen and (max-width: 992px) {
  section.pages .panel {
    min-height: 1px;
    padding: 15px;
  }
}
section.pages.dark .panel {
  border: 1px solid rgba(255, 255, 255, 0.25);
}
@media screen and (max-width: 992px) {
  .page-template-default aside, .page-template-page-no-subnav-php aside, .single-case_studies aside, .single-services aside {
    display: none;
  }
}
section.services .panel {
  background-color: transparent;
  min-height: 540px;
  box-shadow: none;
}
@media screen and (max-width: 992px) {
  section.services .panel {
    min-height: 1px;
    padding: 15px;
  }
}
section.services.dark .panel {
  border: 1px solid rgba(255, 255, 255, 0.25);
}
@media screen and (max-width: 992px) {
  aside {
    margin-top: 50px;
    padding-top: 50px;
    border-top: 1px solid #EEEEEE;
  }
}
aside h4 {
  margin: 15px 0;
  font-size: 16px;
}
aside ul {
  margin: 0 0 100px;
  padding: 0;
  list-style: none;
  border-top: 1px solid #EEEEEE;
}
@media screen and (max-width: 992px) {
  aside ul {
    margin-bottom: 25px;
  }
}
aside ul li {
  margin: 0;
  padding: 0;
  font-size: 16px;
}
aside ul li a, aside ul li a:link, aside ul li a:visited, aside ul li a:active, aside ul li a:focus {
  color: #666;
  display: block;
  padding: 12.5px 0;
  border-bottom: 1px solid #EEEEEE;
}
aside ul li a:hover {
  color: #a5b901;
  text-decoration: none;
}
aside ul li.current_page_item a {
  color: #AAA !important;
}
@media screen and (max-width: 992px) {
  .blog.single {
    padding-bottom: 50px;
  }
}
.blog.single figure.main img {
  width: 100%;
  height: auto;
}
.blog.single div.meta.categories {
  color: #242F33;
  font-size: 14px;
  font-weight: 400;
}
@media screen and (max-width: 992px) {
  .blog.single div.meta.categories {
    margin-left: 0px;
  }
}
.blog.single div.author {
  margin-top: -40px;
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  .blog.single div.author {
    margin-top: -40px;
    margin-left: 10px;
  }
}
.blog.single div.author figure {
  display: inline-block;
}
.blog.single div.author figure img {
  width: 100px;
  height: 100px;
}
@media screen and (max-width: 992px) {
  .blog.single div.author figure img {
    width: 100px;
    height: 100px;
  }
}
@media screen and (max-width: 767px) {
  .blog.single div.author figure img {
    width: 80px;
    height: 80px;
  }
}
.blog.single div.author .meta {
  width: auto;
  display: inline-block;
  vertical-align: top;
  padding-left: 5px;
  font-size: 15px;
  color: #666;
  text-transform: none;
  line-height: 17px;
  margin-top: 35px;
}
.blog.single div.author .meta a {
  font-size: 15px;
}
.blog.single div.author .meta a:link, .blog.single div.author .meta a:active, .blog.single div.author .meta a:visited {
  text-decoration: underline;
}
.blog.single div.author .meta a:hover {
  color: #a5b901;
  text-decoration: none;
}
.blog.single .content {
  margin-top: 15px;
}
@media screen and (max-width: 992px) {
  .single-collaborators .col-md-3 {
    padding: 0px;
  }
}
@media screen and (max-width: 992px) {
  .single-collaborators .container {
    width: 100%;
  }
}
section.collaborators h2 {
  margin-bottom: 10px;
}
section.collaborators .pre-title {
  font-size: 24px;
  text-align: center;
  color: #242F33;
  font-weight: 400;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  section.collaborators .pre-title {
    margin-top: 15px;
  }
}
section.collaborators .panel {
  background-color: transparent;
  text-align: center;
  border: 0px;
  padding: 0px;
  box-shadow: none;
}
section.collaborators .panel .panel-body {
  padding: 0px;
  min-height: 235px;
}
section.collaborators .panel figure {
  padding: 0;
}
section.collaborators .panel figure img {
  height: 125px;
  width: 125px;
}
section.collaborators .panel h3 {
  margin: 15px auto 5px auto;
}
@media screen and (max-width: 767px) {
  .blog-articles {
    text-align: center;
  }
}
.blog-articles h3 {
  text-align: left;
  font-size: 22px;
  text-transform: none;
  font-weight: 500;
  margin: 20px 0px 10px;
}
@media screen and (max-width: 767px) {
  .blog-articles h3 {
    text-align: center;
  }
}
@media screen and (max-width: 992px) {
  .blog-articles figure img {
    width: 100%;
    height: auto !important;
  }
}
.blog-articles .meta.categories {
  margin: 0px 0px 10px;
  padding: 0px;
}
@media screen and (max-width: 767px) {
  .blog-articles p, .blog-articles .meta {
    text-align: left;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .blog-articles p br, .blog-articles .meta br {
    display: none;
  }
}
.blog-articles div.author {
  margin-top: -40px;
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  .blog-articles div.author {
    margin-top: -25px;
  }
}
.blog-articles div.author img {
  width: 100px;
  height: 100px;
}
@media screen and (max-width: 767px) {
  .blog-articles div.author img {
    width: 80px;
    height: 80px;
  }
}
.blog-articles div.author .meta {
  width: auto;
  display: inline-block;
  vertical-align: top;
  padding-left: 5px;
  font-size: 15px;
  color: #666;
  text-transform: none;
  line-height: 17px;
  margin-top: 35px;
}
@media screen and (max-width: 767px) {
  .blog-articles div.author .meta {
    margin-top: 15px;
  }
}
.blog-articles div.author .meta a:link, .blog-articles div.author .meta a:active, .blog-articles div.author .meta a:visited {
  color: #666;
  text-decoration: underline;
}
.blog-articles div.author .meta a:hover {
  color: #a5b901;
  text-decoration: none;
}
.blog-articles p.cta {
  text-align: left;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .blog-articles p.cta {
    text-align: center;
  }
}
.single-case_studies {
  /*
      #breadcrumb
      {
          background-color: $anthracite;
          width:100%;

           .breadcrumb
          {
            background-color: $anthracite;
            color: #FFF;
          }         
      }
      */
}
.single-case_studies section.numbers {
  background-color: #242F33;
}
.single-case_studies section.numbers .number {
  color: #FFF;
}
.single-case_studies section.numbers p {
  color: #FFF;
}
@media screen and (max-width: 767px) {
  section.case-studies {
    padding-bottom: 12.5px;
  }
}
section.case-studies .panel {
  background-color: transparent;
  text-align: center;
  padding: 0;
}
@media screen and (max-width: 767px) {
  section.case-studies .panel {
    margin-bottom: 50px;
  }
}
section.case-studies .panel .panel-body {
  padding: 0;
}
section.case-studies .panel figure {
  background-color: #3E484B;
  padding: 25px 50px;
  display: inline-block;
}
section.case-studies .panel figure img {
  width: 150px;
  height: auto;
}
section.case-studies .panel h3 {
  margin: 15px auto;
}
section.case-studies .col-md-6 p {
  padding: 0 15%;
}
.testimonial {
  text-align: center;
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .testimonial {
    min-height: 685px;
    padding-bottom: 0px;
  }
}
.testimonial.multiple {
  padding-bottom: 200px;
}
@media screen and (max-width: 767px) {
  .testimonial.multiple {
    padding-bottom: 0px;
  }
}
@media screen and (max-width: 767px) {
  .testimonial {
    padding-bottom: 0px;
  }
}
.testimonial p {
  min-height: 110px;
}
.testimonial figure {
  text-align: center !important;
}
.testimonial figure img {
  width: 125px;
  height: 125px;
}
.testimonial h2 {
  margin-top: 15px;
  margin-bottom: 0;
}
.testimonial h3 {
  margin-top: 0;
}
.testimonial .carousel-indicators {
  bottom: -100px;
}
@media screen and (max-width: 767px) {
  .testimonial .carousel-indicators {
    bottom: -50px;
  }
}
section.call-to-action {
  background-color: #d7e900;
  background: no-repeat url('../../img/cta-stats.svg') bottom left, -moz-radial-gradient(bottom, ellipse cover, #d7e900 0%, #b5c600 30%);
  background: no-repeat url('../../img/cta-stats.svg') bottom left, -webkit-gradient(radial, 50% bottom, 0px, 50% bottom, 30%, color-stop(0%, #d7e900), color-stop(30%, #b5c600));
  background: no-repeat url('../../img/cta-stats.svg') bottom left, -webkit-radial-gradient(bottom, ellipse cover, #d7e900 0%, #b5c600 30%);
  background: no-repeat url('../../img/cta-stats.svg') bottom left, -o-radial-gradient(bottom, ellipse cover, #d7e900 0%, #b5c600 30%);
  background: no-repeat url('../../img/cta-stats.svg') bottom left, -ms-radial-gradient(bottom, ellipse cover, #d7e900 0%, #b5c600 30%);
  background: no-repeat url('../../img/cta-stats.svg') bottom left, radial-gradient(ellipse at bottom, #d7e900 0%, #b5c600 30%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#d7e900', EndColorStr='#b5c600'),GradientType=3";
  background-size: 100%;
}
@media screen and (max-width: 767px) {
  section.call-to-action {
    background-color: #d7e900;
    background: no-repeat url('') bottom left, -moz-radial-gradient(bottom, ellipse cover, #d7e900 0%, #b5c600 30%);
    background: no-repeat url('') bottom left, -webkit-gradient(radial, 50% bottom, 0px, 50% bottom, 30%, color-stop(0%, #d7e900), color-stop(30%, #b5c600));
    background: no-repeat url('') bottom left, -webkit-radial-gradient(bottom, ellipse cover, #d7e900 0%, #b5c600 30%);
    background: no-repeat url('') bottom left, -o-radial-gradient(bottom, ellipse cover, #d7e900 0%, #b5c600 30%);
    background: no-repeat url('') bottom left, -ms-radial-gradient(bottom, ellipse cover, #d7e900 0%, #b5c600 30%);
    background: no-repeat url('') bottom left, radial-gradient(ellipse at bottom, #d7e900 0%, #b5c600 30%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#d7e900', EndColorStr='#b5c600'),GradientType=3";
  }
}
section.call-to-action h2 {
  margin-bottom: 50px;
}
section.call-to-action p {
  font-size: 24px;
  font-weight: 300;
  color: #242F33;
  text-transform: none;
}
section.call-to-action a.btn {
  padding: 10px 20px;
}
section.call-to-action a.btn:hover {
  background-color: #FFF;
  color: #a4b801;
}
section.individual-logos .column {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
@media screen and (max-width: 992px) {
  section.individual-logos .column {
    border: 0;
    margin-bottom: 25px;
  }
}
section.individual-logos .column:nth-child(2) {
  border: 0px;
}
section.individual-logos .column figure {
  text-align: center;
}
section.individual-logos .column figure img {
  width: 250px;
  height: auto;
}
section.individual-logos .column figure figcaption {
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  section.individual-logos .column figure img {
    width: 250px;
    height: auto;
  }
}
@media screen and (max-width: 992px) {
  section.text-single-cta {
    text-align: center;
  }
}
section.text-single-cta h2 {
  margin-bottom: 50px;
}
@media screen and (max-width: 992px) {
  section.text-single-cta p {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
  }
  section.text-single-cta p.cta {
    width: 100%;
    text-align: center;
  }
}
section.text-multiple-cta {
  margin-bottom: 50px;
}
section.text-multiple-cta figure.icon {
  margin: 0px auto;
  width: 100%;
  height: auto;
  text-align: center;
}
section.text-multiple-cta figure.icon img {
  height: 80px;
  width: auto;
  max-width: 100%;
  max-height: 100%;
}
section.text-multiple-cta figure.icon.large, section.text-multiple-cta figure.icon.large img {
  width: 160px;
}
section.text-multiple-cta.light {
  margin-bottom: 0px;
  border-bottom: 50px solid #F4F4F4;
}
@media screen and (max-width: 992px) {
  section.text-multiple-cta.light {
    border-bottom: 0;
  }
}
section.text-multiple-cta .row {
  width: 100%;
}
@media screen and (max-width: 767px) {
  section.text-multiple-cta .row {
    margin: 0 auto;
  }
}
@media screen and (max-width: 992px) {
  section.text-multiple-cta .row article {
    margin-bottom: 50px;
    text-align: center;
    padding: 0px;
  }
}
@media screen and (max-width: 992px) {
  section.text-multiple-cta .row article .panel {
    padding: 15px;
  }
}
section.text-multiple-cta .row article .panel-body {
  min-height: 545px;
}
@media screen and (max-width: 992px) {
  section.text-multiple-cta .row article .panel-body {
    padding: 15px;
  }
}
@media screen and (max-width: 767px) {
  section.text-multiple-cta .row article .panel-body {
    min-height: 0px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 992px) {
  section.text-multiple-cta .row article p {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
  }
  section.text-multiple-cta .row article p.cta {
    width: 100%;
    text-align: center;
  }
}
section.text-multiple-cta .row article .content {
  min-height: 110px;
}
@media screen and (max-width: 992px) {
  section.text-multiple-cta .row article .content {
    min-height: 1px;
  }
}
@media screen and (max-width: 767px) {
  section.numbers article {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  section.numbers article p {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    text-align: justify;
  }
}
section.numbers article h3 {
  margin: 0px;
}
section.numbers article .number {
  margin-bottom: 15px;
  color: #242F33;
  font-size: 42px;
  font-weight: 300;
}
section.numbers article .number .progressbar-text {
  color: #242F33 !important;
  font-size: 28px;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  section.numbers article .number .progressbar-text {
    width: 100% !important;
    text-align: center;
  }
}
section.numbers article .number > svg {
  height: 100%;
  display: block;
}
.logos .column {
  margin-bottom: 30px;
  text-align: center;
}
.logos .column figure {
  background-color: #F4F4F4;
  padding: 15px;
  display: block;
  height: 255px;
  width: 100%;
  vertical-align: middle;
}
.logos .column figure img {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  max-width: 100%;
}
.logos.light .column figure {
  background-color: #ffffff;
}
.logos.dark .column figure {
  background-color: #242F33;
}
.newsletter {
  background-color: #3B4B50;
  background: #516971;
  background: -moz-radial-gradient(bottom, ellipse cover, #516971 0%, #3b4b50 30%);
  background: -webkit-gradient(radial, 50% bottom, 0px, 50% bottom, 30%, color-stop(0%, #516971), color-stop(30%, #3b4b50));
  background: -webkit-radial-gradient(bottom, ellipse cover, #516971 0%, #3b4b50 30%);
  background: -o-radial-gradient(bottom, ellipse cover, #516971 0%, #3b4b50 30%);
  background: -ms-radial-gradient(bottom, ellipse cover, #516971 0%, #3b4b50 30%);
  background: radial-gradient(ellipse at bottom, #516971 0%, #3b4b50 30%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#516971', EndColorStr='#3b4b50'),GradientType=3";
  color: #FFF;
  padding: 25px 0 15px 0;
  border-top: 0;
  font-size: 16px;
}
.newsletter h4 {
  font-size: 16px;
}
@media screen and (max-width: 992px) {
  .newsletter .container {
    width: 750px !important;
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media screen and (max-width: 767px) {
  .newsletter .container {
    width: 100% !important;
  }
}
@media screen and (max-width: 767px) {
  .newsletter {
    padding: 70px 0;
  }
}
@media screen and (max-width: 767px) {
  .newsletter {
    text-align: center;
  }
}
.newsletter h4 {
  margin: 0 0 12.5px 0;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .newsletter h4 {
    text-align: center;
    font-size: 24px;
    font-weight: 400;
  }
}
.newsletter input[type="email"] {
  border: 0;
  width: 60%;
  margin-right: 10px;
  padding: 10px;
  color: #242F33;
}
@media screen and (max-width: 767px) {
  .newsletter input[type="email"] {
    width: 100%;
    margin: 0 0 15px 0;
  }
}
.newsletter .btn {
  padding: 10px 20px;
  text-transform: uppercase;
}
.newsletter .mc4wp-success {
  margin-top: 10px;
  font-weight: bold;
  color: #a5b901;
}
footer {
  background-color: #242F33;
  background: #35444A;
  background: -moz-radial-gradient(bottom, ellipse cover, #35444A 0%, #273336 30%);
  background: -webkit-gradient(radial, 50% bottom, 0px, 50% bottom, 30%, color-stop(0%, #35444A), color-stop(30%, #273336));
  background: -webkit-radial-gradient(bottom, ellipse cover, #35444A 0%, #273336 30%);
  background: -o-radial-gradient(bottom, ellipse cover, #35444A 0%, #273336 30%);
  background: -ms-radial-gradient(bottom, ellipse cover, #35444A 0%, #273336 30%);
  background: radial-gradient(ellipse at bottom, #35444A 0%, #273336 30%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#35444A', EndColorStr='#273336'),GradientType=3";
  color: #FFF;
  padding: 50px 15px;
}
footer .container {
  padding: 0px 15px;
  margin: 0px auto;
}
@media screen and (max-width: 767px) {
  footer .container {
    padding: 0px 15px;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  footer {
    padding: 0 0 50px 0;
  }
}
footer h4 {
  font-weight: bold;
  clear: both;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  footer h4 {
    text-align: center;
    font-size: 18px;
  }
}
footer ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
footer ul li {
  margin: 0;
}
footer a:link, footer a:active, footer a:visited {
  color: #FFF;
  display: block;
}
@media screen and (max-width: 767px) {
  footer #address {
    text-align: center;
  }
}
footer #address p {
  margin-bottom: 25px;
}
footer #address p.icon-pin:before {
  color: #a5b901;
  margin-right: 4px;
  display: block;
  float: left;
  padding-top: 3px;
}
@media screen and (max-width: 767px) {
  footer #address p.icon-pin:before {
    display: none;
  }
}
footer #address a {
  display: inline-block;
}
footer #address a:link, footer #address a:active, footer #address a:visited {
  text-decoration: underline;
}
footer #address a:hover {
  text-decoration: none;
  color: #a5b901;
}
footer ul#certifications:before, footer ul#certifications:after {
  content: "";
  display: table;
}
footer ul#certifications:after {
  clear: both;
}
@media screen and (max-width: 767px) {
  footer ul#certifications {
    width: 100%;
    margin: 0 auto;
  }
}
footer ul#certifications li {
  float: left;
  margin-right: 15px;
}
footer ul#certifications li img {
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  footer ul#certifications li {
    clear: both;
    text-align: center;
    margin: 0 auto;
    width: 100%;
  }
  footer ul#certifications li:last-child {
    margin-top: 10px;
  }
}
@media screen and (max-width: 992px) {
  footer ul#social {
    min-height: 120px;
  }
}
@media screen and (max-width: 767px) {
  footer ul#social {
    min-height: 1px;
    margin: 0px auto -20px auto;
    width: 240px;
  }
  footer ul#social:before, footer ul#social:after {
    content: "";
    display: table;
  }
  footer ul#social:after {
    clear: both;
  }
}
@media screen and (max-width: 767px) {
  footer ul#social li {
    width: 80px;
    height: 80px;
    display: inline-block;
    text-align: center;
  }
}
footer ul#social li a:before {
  display: block;
  width: 40px;
  height: 40px;
  float: left;
  margin: 0 15px 5px 0;
  background-color: #242f33;
  text-align: center;
  line-height: 40px;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  footer ul#social li a:before {
    margin: 0 0 0 10px;
    font-size: 24px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    float: none;
  }
}
footer ul#social li a.icon-social-github:before {
  font-size: 24px;
}
footer ul#social li a span {
  display: none;
}
footer ul#social li a:hover {
  text-decoration: none;
}
footer ul#social li a:hover:before {
  text-decoration: none;
  background-color: #242f33;
  color: #a5b901;
}
footer #services {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 32px;
}
@media screen and (max-width: 767px) {
  footer #services {
    text-align: center;
    font-size: 18px;
    line-height: 45px;
  }
}
footer #services h4 {
  margin-bottom: 40px;
}
footer #services a:hover {
  text-decoration: none;
  color: #a5b901;
}
footer #about {
  font-size: 15px;
  text-transform: uppercase;
  line-height: 30px;
}
@media screen and (max-width: 767px) {
  footer #about {
    text-align: center;
    font-size: 18px;
    line-height: 45px;
  }
}
footer #about h4 {
  margin-bottom: 40px;
}
footer #about a:hover {
  text-decoration: none;
  color: #a5b901;
}
footer #copyright {
  border-top: 1px solid #242f33;
  margin: 50px 0px;
  padding: 25px 15px 0 15px;
}
@media screen and (max-width: 992px) {
  footer #copyright {
    margin: 15px auto;
    padding: 15px 15px 0 15px;
  }
}
@media screen and (max-width: 767px) {
  footer #copyright {
    margin: 15px auto;
    padding: 15px 0px;
    text-align: center;
    width: 90%;
  }
}
footer #copyright ul {
  display: inline;
}
footer #copyright ul li {
  display: inline;
}
footer #copyright ul li a:link, footer #copyright ul li a:active, footer #copyright ul li a:visited {
  font-size: 13px;
  text-transform: uppercase;
  display: block;
  margin-right: 15px;
  float: left;
}
footer #copyright ul li a:hover {
  text-decoration: none;
  color: #FFF;
}
footer #copyright .copyright {
  display: inline;
  font-size: 13px;
  text-transform: uppercase;
  margin-right: 15px;
  float: left;
}

@media (min-width: 992px) {
    .container {
        width: 1080px !important; 
        max-width: 100%;
    }
}
