@import "../css/normalize.css";
.dfs {
  font-weight: 400;
  font-style: normal;
  font-family: 'Geogrotesque W01', Arial, Geneva, Verdana;
}
.border1 {
  border: solid;
  border-style: solid;
  border-width: 1px;
}
/*
Fonts.com font definitions

font-family:'UniversLTW01-53Extended';
font-family:'UniversLTW01-53ExObl';
font-family:'Univers W01 63 Bold Ex';
font-family:'UniversW01-63BoldExObl';
font-family:'Univers W01 73 Black Ex';
font-family:'UniversW01-73BlackExObl';
font-family:'UniversW01-93ExtraBlack';
font-family:'UniversW01-93ExtraBkExO';
font-family:'Univers LT W01 45 Light';
font-family:'Univers LT W10 45 Light';
font-family:'UniversLTW10-45LightObl';
font-family:'UniversLTW01-45LightObl';
font-family:'Univers LT W01 55 Roman';
font-family:'Univers LT W10 55 Roman';
font-family:'UniversLTW01-55Oblique';
font-family:'UniversLTW10-55Oblique';
font-family:'Univers LT W01 65 Bold';
font-family:'Univers LT W10 65 Bold';
font-family:'UniversLTW10-65BoldObli';
font-family:'UniversLTW01-65BoldObli';
font-family:'Univers LT W01 75 Black';
font-family:'Univers LT W10 75 Black';
font-family:'UniversLTW10-75BlackObl';
font-family:'UniversLTW01-75BlackObl';
font-family:'UniversLTW01-85ExtraBla';
font-family:'UniversLTW10-85ExtraBla';
font-family:'UniversLTW10-85ExtraBkO';
font-family:'UniversLTW01-85ExtraBkO';
font-family:'UniversLTW10-47LightCn';
font-family:'UniversLTW01-47LightCn';
font-family:'UniversLTW01-47LightCnO';
font-family:'UniversLTW10-47LightCnO';
font-family:'UniversLTW01-57Condense 723821';
font-family:'UniversLTW10-57Condense 726513';
font-family:'UniversLTW01-57Condense 723818';
font-family:'UniversLTW10-57Condense 726510';
font-family:'UniversLTW01-67BoldCn';
font-family:'UniversLTW10-67BoldCn';
font-family:'UniversLTW10-67BoldCnOb';
font-family:'UniversLTW01-67BoldCnOb';
font-family:'UniversLTW10-39ThinUltr';
font-family:'UniversLTW01-39ThinUltr';
font-family:'UniversLTW01-49LightUlt';
font-family:'UniversLTW10-49LightUlt';
font-family:'UniversLTW01-59UltraCn';
font-family:'UniversLTW10-59UltraCn';
*/
body {
  margin: 0px;
  padding: 0px;
  font-family: 'Univers LT W01 45 Light';
  font-size: 1em;
  font-style: normal;
  font-weight: normal;
  line-height: 1.65em;
  color: #6a747c;
}
body p {
  margin: 0px;
  padding: 0px;
  padding-bottom: 1em;
}
body p:last-child {
  padding-bottom: 0px;
}
body a {
  margin: 0px;
  padding: 0px;
  font-family: 'Univers LT W01 65 Bold';
  font-style: normal;
  font-weight: normal;
  color: #6a747c;
  overflow: hidden;
}
body a.button1 {
  display: inline-block;
  margin: 0px;
  padding: 8px;
  padding-left: 15px;
  padding-right: 15px;
  font-family: 'UniversLTW01-57Condense 723821';
  border: solid;
  border-style: solid;
  border-width: 1px;
  border-color: #d5e14d;
  text-transform: uppercase;
  text-decoration: none;
  background-color: rgba(213, 225, 77, 0.1);
  border-radius: 3px;
  box-sizing: border-box;
}
body a.button1:hover {
  border-color: #6a747c;
  background-color: #6a747c;
  color: #d5e14d;
}
body .header {
  margin: 0px;
  padding: 0px;
}
body .header .wrapper {
  margin-left: 20px;
  margin-right: 20px;
  padding-bottom: 20px;
}
body .header .wrapper .logo {
  margin: 0px;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 0px;
  text-align: center;
}
body .header .wrapper .logo img {
  width: 60%;
  height: auto;
}
body .header .wrapper .nav {
  text-align: center;
}
body .header .wrapper .nav ul.language {
  display: inline-block;
  margin: 0px;
  margin-bottom: 20px;
  padding: 0px;
  list-style: none;
  border: solid;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(213, 225, 77, 0.65);
  border-radius: 2px;
  box-sizing: border-box;
  background-color: rgba(213, 225, 77, 0.05);
}
body .header .wrapper .nav ul.language li {
  display: inline-block;
  margin: 0px;
  padding: 0px;
  padding-right: 6px;
  list-style-type: none;
  font-family: 'UniversLTW01-57Condense 723821';
  font-size: 0.75em;
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
}
body .header .wrapper .nav ul.language li:first-child {
  padding-left: 6px;
}
body .header .wrapper .nav ul.language li a {
  margin: 0px;
  padding: 0px;
  font-family: inherit;
  color: #d5e14d;
  text-transform: uppercase;
  text-decoration: none;
}
body .header .wrapper .nav ul.language li a.current {
  color: #6a747c;
}
body .header .wrapper .nav ul.mnav {
  display: inline-block;
  margin: 0px;
  padding: 0px;
  list-style: none;
  width: 100%;
}
body .header .wrapper .nav ul.mnav li {
  margin: 0px;
  padding: 0px;
  padding-top: 8px;
  font-family: 'UniversLTW01-57Condense 723821';
  font-size: 1.10em;
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
  color: inherit;
}
body .header .wrapper .nav ul.mnav li:hover {
  color: #d5e14d;
}
body .header .wrapper .nav ul.mnav li.current-menu-item,
body .header .wrapper .nav ul.mnav li.current-post-ancestor,
body .header .wrapper .nav ul.mnav li.current-menu-parent,
body .header .wrapper .nav ul.mnav li.current-post-parent {
  color: #d5e14d;
}
body .header .wrapper .nav ul.mnav li:last-child {
  margin-bottom: 8px;
}
body .header .wrapper .nav ul.mnav li a {
  margin: 0px;
  padding: 0px;
  font-family: inherit;
  color: inherit;
  text-decoration: none;
}
body .billboard {
  position: relative;
  margin: 0px;
  padding: 0px;
  width: 100%;
  height: 350px;
  border-bottom: solid;
  border-bottom-style: solid;
  border-bottom-width: 7px;
  border-bottom-color: #d5e14d;
  text-align: center;
  overflow: hidden;
  background-size: cover;
}
body .billboard img {
  position: absolute;
  top: 0px;
  width: 1600px;
  min-height: 450px;
  margin-left: -800px;
  height: auto;
}
body .billboard .table {
  display: table;
  width: 100%;
  height: 100%;
}
body .billboard .table .table-cell {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  padding-left: 20%;
  padding-right: 20%;
  color: #d5e14d;
  background-color: rgba(106, 116, 124, 0.5);
}
body .billboard .table .table-cell h2 {
  font-family: 'Univers LT W01 65 Bold';
  font-size: 4em;
  line-height: 1;
}
body .billboard .table .table-cell h3 {
  font-family: 'Univers LT W10 45 Light';
}
body .content {
  margin: 0px;
  padding: 20px;
  background-color: rgba(106, 116, 124, 0.05);
  box-sizing: border-box;
  text-align: center;
}
body .content h1 {
  display: block;
  margin: 0px;
  margin-bottom: 30px;
  padding: 0px;
  font-family: 'Univers LT W10 45 Light';
  font-size: 1.75em;
  font-style: normal;
  font-weight: normal;
  line-height: 1.30em;
  color: rgba(0, 0, 0, 0.9);
}
body .content h1 strong {
  font-family: 'Univers LT W01 65 Bold';
}
body .content h2 {
  margin-top: 0px;
  padding-top: 0px;
  font-family: 'Univers LT W01 65 Bold';
  font-size: 1.60em;
  font-style: normal;
  font-weight: normal;
  line-height: normal;
  text-align: center;
  color: rgba(0, 0, 0, 0.9);
}
@media only screen and (min-width: 62em) {
  body .content h2 {
    text-align: left;
  }
}
body .content h3 {
  margin: 0px;
  margin-bottom: 20px;
  padding: 0px;
  font-family: 'UniversLTW01-57Condense 723821';
  font-size: 1.20em;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  color: rgba(0, 0, 0, 0.9);
}
body .content h4 {
  margin: 0px;
  margin-bottom: 20px;
  padding: 0px;
  font-family: 'UniversLTW01-57Condense 723821';
  font-size: 1em;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  color: rgba(0, 0, 0, 0.5);
}
body .content input[type="text"],
body .content select,
body .content textarea {
  margin: 0px;
  padding: 7px;
  font-family: inherit;
  font-size: 16px;
  border: solid;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  width: 100%;
  max-height: 100px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-appearance: none;
}
body .content input[type="text"]:focus,
body .content select:focus,
body .content textarea:focus {
  outline: none;
}
body .content label {
  display: inline-block;
  margin-bottom: 5px;
}
body .content input[type="submit"] {
  margin: 0px;
  padding: 10px;
  font-family: 'UniversLTW01-57Condense 723821';
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
  color: inherit;
  border: none;
  background-color: #d5e14d;
  border-radius: 5px;
  width: 100%;
  box-sizing: border-box;
}
body .content .container {
  overflow: hidden;
}
body .content .container .col1 {
  margin: 0px;
  margin-bottom: 40px;
  padding: 0px;
  width: 100%;
}
body .content .container .col1.references .activity {
  display: inline-block;
  margin: 0px;
  margin-top: -15px;
  margin-bottom: 25px;
  padding: 0px;
  font-family: 'UniversLTW01-57Condense 723821';
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  color: #d5e14d;
}
body .content .container .col1.references .logo {
  display: inline-block;
  width: 100%;
  height: auto;
  margin: 0px;
  margin-bottom: 40px;
  padding: 5px;
  border: solid;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  box-sizing: border-box;
}
body .content .container .col1.contact h3 {
  font-family: 'Univers LT W01 65 Bold';
  font-style: normal;
  font-weight: normal;
}
body .content .container .col2 {
  margin: 0px;
  padding: 0px;
  float: right;
  width: 100%;
}
body .content .container .col2.contact h3 {
  margin-bottom: 10px;
}
body .content .container .col2.contact h3:first-child {
  margin-top: 30px;
}
body .content .container .col2.contact ul {
  margin: 0px;
  margin-top: 20px;
  padding: 0px;
  list-style: none;
}
body .content .container .col2.contact ul li {
  margin-bottom: 30px;
  text-align: center;
}
body .content .container .col2.contact ul li .circle {
  display: inline-block;
  margin-bottom: 30px;
  padding: 0px;
  text-align: center;
  width: 184px;
  height: 184px;
  border-radius: 250px;
  border: solid;
  border-style: solid;
  border-width: 5px;
  border-color: #d5e14d;
}
body .content .container .col2.contact ul li .circle .inner {
  margin: 0px;
  padding: 0px;
  width: 178px;
  height: 178px;
  border-radius: 250px;
  border: solid;
  border-style: solid;
  border-width: 3px;
  border-color: rgba(213, 225, 77, 0.25);
  text-align: center;
  overflow: hidden;
}
body .content .container .col2.contact ul li .circle img {
  margin: 0 auto;
  padding: 0px;
  width: auto;
  height: 100%;
  text-align: center;
  overflow: hidden;
}
@media only screen and (min-width: 62em) {
  body .content .container .col2.contact ul {
    margin: 0px;
    margin-top: 30px;
    padding: 0px;
    list-style: none;
    overflow: hidden;
  }
  body .content .container .col2.contact ul li {
    float: left;
    width: 45%;
    text-align: center;
    overflow: hidden;
  }
  body .content .container .col2.contact ul li h3 {
    text-align: center;
  }
  body .content .container .col2.contact ul li:last-child {
    float: right;
    width: 45%;
    overflow: hidden;
  }
}
body .content .container .col2.references .customer-quote {
  position: relative;
  margin: 0px;
  padding: 15px;
  background-color: rgba(213, 225, 77, 0.1);
  box-sizing: border-box;
  border-radius: 5px;
  border: solid;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(213, 225, 77, 0.5);
}
body .content .container .col2.references .customer-quote i {
  position: absolute;
  right: 15px;
  bottom: 15px;
  font-size: 50px;
  color: #d5e14d;
}
body .content .container .col2.references .customer-quote p {
  margin: 0px;
  margin-bottom: 7px;
  padding: 0px;
  font-size: 110%;
  line-height: 145%;
}
body .content .container .col2.references .customer-quote p:last-child {
  margin: 0px;
  padding: 0px;
  font-size: 80%;
}
body .content .container .col2.references .contact-name {
  font-style: italic;
  font-size: 80%;
}
body .content .container .col2.references .services {
  margin-top: 40px;
}
body .content .container .col2.references .services ul {
  margin: 0px;
  padding: 15px;
  list-style: none;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 3px;
  border: solid;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.1);
}
body .content .container .col2.references .services ul li {
  margin: 0px;
  padding: 0px;
  padding-top: 7px;
  padding-bottom: 7px;
  border-bottom: solid;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-color: rgba(0, 0, 0, 0.05);
}
body .content .container .col2.references .services ul li i {
  margin: 0px;
  margin-right: 10px;
  padding: 0px;
}
body .content .container .col2.references .services ul li:last-child {
  padding-bottom: 0px;
  border-bottom: none;
}
body .content .container .col2.references .services ul li:first-child {
  padding-top: 0px;
}
body .content .container .col2 li {
  text-align: left;
}
body .content .container .intro {
  margin: 0px;
  margin-bottom: 40px;
  padding: 0px;
  font-size: 1.15em;
  font-style: normal;
  font-weight: normal;
  line-height: 1.50em;
  color: #506167;
}
body .content .container ul.style1 {
  margin: 0px;
  margin-top: 40px;
  padding: 0px;
  list-style: none;
  text-align: left;
}
body .content .container ul.style1.products .content ul {
  margin: 0px;
  margin-top: 15px;
  padding: 15px;
  list-style: none;
  background-color: rgba(213, 225, 77, 0.15);
  border-radius: 3px;
  border: solid;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(213, 225, 77, 0.3);
}
body .content .container ul.style1.products .content ul li {
  margin: 0px;
  padding: 0px;
  padding-bottom: 15px;
  padding-top: 15px;
}
body .content .container ul.style1.products .content ul li:last-child {
  margin-bottom: 0px;
  padding-bottom: 0px;
}
body .content .container ul.style1.products .content ul li:first-child {
  margin-top: 0px;
  padding-top: 0px;
}
body .content .container ul.style1.products .content ul li h3 {
  margin: 0px;
  margin-bottom: 5px;
  padding: 0px;
  font-size: 115%;
}
body .content .container ul.style1.products .content ul li p {
  font-size: 90%;
  line-height: 145%;
}
body .content .container ul.style1 li {
  margin: 0px;
  margin-bottom: 40px;
  padding: 0px;
  padding-bottom: 40px;
  list-style-type: none;
  text-align: center;
  border-bottom: solid;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(106, 116, 124, 0.15);
}
body .content .container ul.style1 li:last-child {
  margin-bottom: 0px;
  border-bottom: none;
}
body .content .container ul.style1 li .circle {
  display: inline-block;
  margin-bottom: 20px;
  padding: 0px;
  text-align: center;
  width: 200px;
  height: 200px;
  border-radius: 250px;
  border: solid;
  border-style: solid;
  border-width: 5px;
  border-color: #d5e14d;
}
body .content .container ul.style1 li .circle .inner {
  margin: 0px;
  padding: 0px;
  width: 194px;
  height: 194px;
  border-radius: 250px;
  border: solid;
  border-style: solid;
  border-width: 3px;
  border-color: rgba(213, 225, 77, 0.25);
  overflow: hidden;
}
body .content .container ul.style1 li .circle img {
  margin: 0px;
  padding: 0px;
  height: 100%;
  width: auto;
  overflow: hidden;
}
body .content .container ul.style1 li .content {
  display: block;
  margin: 0px;
  padding: 0px;
  background: none;
}
body .content .container ul.style1 li .content .attention {
  margin: 0px;
  margin-top: 10px;
  padding: 15px;
  background-color: rgba(213, 225, 77, 0.1);
  box-sizing: border-box;
  border-radius: 5px;
  border: solid;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(213, 225, 77, 0.5);
}
body .content .container ul.style1 li .content .attention strong {
  font-family: 'Univers LT W01 65 Bold';
  font-style: normal;
  font-weight: normal;
}
body .content .container ul.references {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
body .content .container ul.references li {
  display: block;
  margin-bottom: 20px;
  padding: 15px;
  border: solid;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  background-color: #ffffff;
}
body .content .container ul.references li .featured-image {
  display: table-cell;
  margin-bottom: 20px;
  padding: 0px;
  padding-bottom: 20px;
  width: 100%;
  height: auto;
  border-bottom: solid;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0, 0, 0, 0.075);
  overflow: hidden;
}
body .content .container ul.references li .featured-image img {
  width: 100%;
  height: auto;
}
body .content .container ul.references li .services {
  margin-top: 15px;
  overflow: hidden;
  font-size: 14px;
  line-height: normal;
  color: #979ea3;
}
body .content .container ul.references li h3 {
  font-size: 135%;
  text-transform: uppercase;
  margin-bottom: 2px;
}
body .content .container ul.references li h4 {
  margin-top: 10px;
  color: #b8c546;
  line-height: normal;
}
body .content .container ul.references li .date {
  display: none;
  width: auto;
  opacity: 0.30;
}
body .content .container ul.references li .date:after {
  margin-left: 3px;
  margin-right: 3px;
  content: "-";
  opacity: 0.50;
}
body .content .container ul.references li .excerpt p {
  font-size: 85%;
  line-height: 150%;
}
body .content .container ul.references li .excerpt p:last-child {
  padding-bottom: 0px;
}
body .content .container ul.references li a.read-more {
  display: inline-block;
  margin-top: 8px;
}
body .partners {
  width: 100%;
}
body .partners .container {
  display: block;
  width: 100%;
  text-align: center;
}
body .partners .container .flexslider .flex-control-nav,
body .partners .container .flexslider .flex-direction-nav {
  display: none;
}
body .partners .container h3 {
  margin: 0px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 0px;
  font-family: 'UniversLTW01-57Condense 723821';
  font-size: 1.35em;
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
  text-align: center;
  color: rgba(106, 116, 124, 0.3);
  overflow: hidden;
}
body .partners .container ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
body .partners .container ul li {
  display: inline-block;
  margin: 0px;
  margin-bottom: 20px;
  padding: 0px;
  list-style-type: none;
  font-family: 'UniversLTW10-47LightCn';
  font-size: 0.85em;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  text-transform: uppercase;
  color: rgba(106, 116, 124, 0.65);
  box-sizing: border-box;
  width: 45%;
}
body .partners .container ul li img {
  margin: 0px;
  margin-bottom: 10px;
  padding: 0px;
  width: 85%;
  height: auto;
  text-align: center;
  opacity: 0.75;
}
body .partners .container ul li h4 {
  margin: 0px;
  padding: 0px;
}
body .footer {
  margin: 0px;
  padding: 20px;
  padding-bottom: 50px;
  background-color: rgba(106, 116, 124, 0.1);
}
body .footer .wrapper {
  text-align: center;
  overflow: hidden;
}
body .footer .wrapper ul.mnav {
  margin: 0px;
  padding: 0px;
  display: inline-block;
  list-style: none;
  width: 100%;
  overflow: hidden;
}
body .footer .wrapper ul.mnav li {
  margin: 0px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 0px;
  display: inline-block;
  font-family: 'UniversLTW01-57Condense 723821';
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
}
body .footer .wrapper ul.mnav li.current-menu-item a {
  font-family: 'UniversLTW01-67BoldCn';
  font-style: normal;
  font-weight: normal;
}
body .footer .wrapper ul.mnav li a {
  margin: 0px;
  padding: 0px;
  font-family: 'UniversLTW01-57Condense 723821';
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
}
body .footer .wrapper ul.social {
  display: inline-block;
  margin: 0px;
  margin-top: 10px;
  padding: 0px;
  list-style: none;
  overflow: hidden;
}
body .footer .wrapper ul.social li {
  display: inline-block;
  margin: 0px;
  padding: 10px;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  background-color: rgba(0, 0, 0, 0.3);
}
body .footer .wrapper ul.social li i {
  display: inline-block;
  font-size: 20px;
  color: #ffffff;
}
body .footer .wrapper .copyrights {
  display: block;
  margin-top: 10px;
  font-size: 70%;
  line-height: normal;
  opacity: 0.5;
}
body .footer .wrapper .copyrights a {
  font-family: inherit;
  text-decoration: none;
}
.float-nav {
  position: fixed;
  right: 25px;
  top: 50%;
  z-index: 10;
}
.float-nav ul {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}
.float-nav ul li {
  margin: 0;
  margin-bottom: 15px;
  padding: 0;
  list-style-type: none;
  width: 75px;
  height: 75px;
  background-color: #d5e14d;
  border-radius: 75px;
  text-align: center;
  vertical-align: middle;
  border: 5px solid #fff;
  overflow: hidden;
}
.float-nav ul li .table {
  display: table;
  width: 100%;
  height: 100%;
}
.float-nav ul li .table .table-cell {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
}
.float-nav ul li .table .table-cell i {
  font-size: 20px;
}
.float-nav ul li .table .table-cell label {
  display: block;
  margin: 0;
  margin-top: 3px;
  padding: 0;
  font-size: 11px;
  font-family: 'UniversLTW01-57Condense 723821';
  text-transform: uppercase;
  line-height: 1;
}
.float-nav ul li:last-of-type {
  margin-bottom: 0;
}
@media only screen and (min-width: 48em) {
  body .content .container .col1.references .logo {
    float: right;
    width: 40%;
    height: auto;
    margin-left: 30px;
    margin-bottom: 15px;
  }
  body .partners .container {
    margin: 0 auto;
    text-align: center;
  }
  body .partners .container ul {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    list-style: none;
    text-align: center;
  }
  body .partners .container ul li {
    float: left;
    margin-right: 50px;
    width: inherit;
  }
  body .partners .container ul li:last-child {
    margin-right: 0px;
  }
  body .partners .container ul li img {
    margin: 0px;
    margin-bottom: 10px;
    padding: 0px;
    height: 60px;
    width: auto;
    text-align: center;
  }
  body .partners .container ul li h4 {
    margin: 0px;
    padding: 0px;
  }
}
@media only screen and (min-width: 62em) {
  body .header {
    margin-top: 30px;
  }
  body .header .wrapper {
    margin: 0px auto;
    margin-bottom: 10px;
    padding: 0px;
    width: 960px;
    overflow: hidden;
  }
  body .header .wrapper .logo {
    margin-top: 0px;
    display: inline-block;
    float: left;
    height: 80px;
    overflow: hidden;
  }
  body .header .wrapper .logo img {
    margin: 0px;
    padding: 0px;
    height: inherit;
    width: auto;
  }
  body .header .wrapper .nav {
    display: inline-block;
    float: right;
    text-align: right;
    max-width: 750px;
    overflow: hidden;
  }
  body .header .wrapper .nav ul.language {
    display: inline-block;
    width: auto;
    margin: 0px;
    margin-bottom: 20px;
    padding: 0px;
    list-style: none;
    border: solid;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(213, 225, 77, 0.65);
    border-radius: 2px;
    box-sizing: border-box;
    background-color: rgba(213, 225, 77, 0.05);
  }
  body .header .wrapper .nav ul.language li {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    padding-right: 6px;
    list-style-type: none;
    font-family: 'UniversLTW01-57Condense 723821';
    font-size: 0.75em;
    font-style: normal;
    font-weight: normal;
    text-transform: uppercase;
  }
  body .header .wrapper .nav ul.language li:first-child {
    padding-left: 6px;
  }
  body .header .wrapper .nav ul.language li a {
    margin: 0px;
    padding: 0px;
    font-family: inherit;
    color: #d5e14d;
    text-transform: uppercase;
    text-decoration: none;
  }
  body .header .wrapper .nav ul.language li a.current {
    color: #6a747c;
  }
  body .header .wrapper .nav ul.mnav {
    display: inline-block;
  }
  body .header .wrapper .nav ul.mnav li {
    display: inline-block;
    margin: 0px;
    margin-right: 15px;
    padding: 0px;
    font-family: 'UniversLTW01-57Condense 723821';
    font-size: 1.10em;
    font-style: normal;
    font-weight: normal;
    text-transform: uppercase;
    color: inherit;
  }
  body .header .wrapper .nav ul.mnav li.current-menu-item,
  body .header .wrapper .nav ul.mnav li.current-post-ancestor,
  body .header .wrapper .nav ul.mnav li.current-menu-parent,
  body .header .wrapper .nav ul.mnav li.current-post-parent {
    padding-bottom: 0px;
    border-bottom: solid;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-bottom-color: #d5e14d;
    color: #d5e14d;
  }
  body .header .wrapper .nav ul.mnav li:hover {
    color: #d5e14d;
  }
  body .header .wrapper .nav ul.mnav li:last-child {
    margin-right: 0px;
  }
  body .header .wrapper .nav ul.mnav li a {
    margin: 0px;
    padding: 0px;
    font-family: inherit;
    color: inherit;
    text-decoration: none;
  }
  body .billboard {
    height: 450px;
  }
  body .billboard.contact {
    height: 300px;
  }
  body .billboard img {
    width: 1600px;
    height: 450px;
    margin-left: -800px;
  }
  body .content {
    margin: 0px;
    padding: 0px;
    padding-bottom: 30px;
    background-color: rgba(106, 116, 124, 0.05);
    box-sizing: border-box;
    text-align: center;
  }
  body .content h1 {
    font-size: 2em;
  }
  body .content h2 {
    font-size: 1.60em;
  }
  body .content h2.border {
    font-size: 1.6em;
  }
  body .content h3,
  body .content h4 {
    text-align: left;
  }
  body .content .container {
    margin: 0px auto;
    padding-top: 40px;
    width: 960px;
    text-align: left;
  }
  body .content .container ul.references li {
    margin-right: 30px;
    float: left;
    width: 300px;
    height: 425px;
    overflow: hidden;
  }
  body .content .container ul.references li .featured-image {
    margin: 0px;
    margin-bottom: 20px;
    padding: 0px;
    padding-bottom: 20px;
    display: table-cell;
    width: 270px;
    height: 270px;
    vertical-align: middle;
    text-align: center;
  }
  body .content .container ul.references li .featured-image img {
    width: 270px;
  }
  body .content .container ul.references li:nth-child(3n) {
    margin-right: 0px;
  }
  body .content .container .col1 {
    margin: 0px;
    padding: 0px;
    float: left;
    width: 45%;
    overflow: hidden;
  }
  body .content .container .col2 {
    margin: 0px;
    padding: 0px;
    float: right;
    width: 45%;
    overflow: hidden;
  }
  body .content .container ul.style1 li {
    margin: 0px;
    margin-top: 30px;
    padding: 0px;
    padding-bottom: 30px;
    text-align: left;
    overflow: hidden;
  }
  body .content .container ul.style1 li:nth-child(2n) .circle {
    float: right;
  }
  body .content .container ul.style1 li:nth-child(2n) .content {
    margin-left: 0px;
    margin-right: 250px;
  }
  body .content .container ul.style1 li .circle {
    margin: 0px;
    padding: 0px;
    float: left;
  }
  body .content .container ul.style1 li .content {
    margin-left: 250px;
    text-align: left;
  }
  body .content .container ul.style1 li .content h3 {
    margin-bottom: 15px;
    text-align: left;
  }
  body .partners {
    width: 100%;
  }
  body .partners .container {
    margin: 0 auto;
    display: block;
    width: 940px;
    text-align: center;
  }
  body .partners .container h3 {
    margin: 0px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 0px;
    font-family: 'UniversLTW01-57Condense 723821';
    font-size: 1.35em;
    font-style: normal;
    font-weight: normal;
    text-transform: uppercase;
    text-align: center;
    color: rgba(106, 116, 124, 0.3);
    overflow: hidden;
  }
  body .partners .container ul.slides {
    margin: 0px;
    padding: 0px;
    list-style: none;
  }
  body .partners .container ul.slides li {
    margin: 0px;
    margin-bottom: 20px;
    padding: 0px;
    list-style-type: none;
    font-family: 'UniversLTW10-47LightCn';
    font-size: 0.85em;
    font-style: normal;
    font-weight: normal;
    text-align: center;
    text-transform: uppercase;
    color: rgba(106, 116, 124, 0.65);
    box-sizing: border-box;
    width: 235px;
  }
  body .partners .container ul.slides li img {
    margin: 0px;
    margin-bottom: 10px;
    padding: 0px;
    height: 50px;
    width: auto;
    text-align: center;
    opacity: 0.75;
    vertical-align: middle;
  }
  body .partners .container ul.slides li h4 {
    margin: 0px;
    padding: 0px;
  }
  body .footer .wrapper {
    margin: 0 auto;
    width: 960px;
    text-align: center;
    overflow: hidden;
  }
  body .footer .wrapper ul.mnav {
    margin: 0px;
    padding: 0px;
    float: left;
    width: 90%;
    overflow: hidden;
    text-align: left;
  }
  body .footer .wrapper ul.social {
    float: right;
    overflow: hidden;
  }
  body .footer .wrapper .copyrights {
    margin: 0px;
    margin-left: 5px;
    padding: 0px;
    float: left;
    display: inline-block;
    font-size: 70%;
    line-height: normal;
    opacity: 0.5;
    text-align: left;
  }
}
.post-category {
  margin: 0px;
  padding: 0px;
}
.post-category .header {
  margin: 0px;
  margin-bottom: 40px;
  padding: 0px;
}
.post-category .post {
  display: block;
  margin-bottom: 20px;
  padding: 15px;
  border: solid;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  background-color: #ffffff;
}
.post-category .post img.featured-image {
  margin-bottom: 20px;
  padding: 0px;
  padding-bottom: 20px;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: auto;
  border-bottom: solid;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0, 0, 0, 0.075);
}
.post-category .post h3 {
  font-size: 135%;
  text-transform: uppercase;
  margin-bottom: 2px;
}
.post-category .post h4 {
  margin-top: 10px;
  color: #b8c546;
  line-height: normal;
}
.post-category .post .date {
  display: none;
  width: auto;
  opacity: 0.30;
}
.post-category .post .date:after {
  margin-left: 3px;
  margin-right: 3px;
  content: "-";
  opacity: 0.50;
}
.post-category .post .excerpt p {
  font-size: 85%;
  line-height: 150%;
}
.post-category .post .excerpt p:last-child {
  padding-bottom: 0px;
}
.post-category .post a.read-more {
  display: inline-block;
  margin-top: 8px;
}
.searchform {
  background-color: yellow;
}
.wc {
  overflow: hidden;
}
.wc h1 {
  text-align: center;
}
.wc .woocommerce-breadcrumb {
  display: block;
  margin-bottom: 20px;
}
.wc .woocommerce-result-count {
  text-align: center;
}
.wc .woocommerce-ordering {
  margin-bottom: 15px;
  text-align: center;
}
.wc ul.products {
  clear: both;
  list-style: none;
}
.wc ul.products li {
  margin: 0px;
  margin-bottom: 20px;
  padding: 5px;
  float: left;
  text-align: center;
  width: 48%;
  border: solid;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  box-sizing: border-box;
}
.wc ul.products li:nth-child(2n) {
  float: right;
}
.wc ul.products li a {
  display: block;
  text-decoration: none;
}
.wc ul.products li a img {
  height: auto;
  max-width: 100%;
}
.wc .product .images {
  padding: 5px;
  text-align: center;
  border: solid;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  box-sizing: border-box;
}
.wc .product .images a {
  display: inline-block;
}
.wc .product .images a img {
  width: 100%;
  height: auto;
}
.wc .product .images .thumbnails {
  display: none;
}
.wc .product .summary {
  margin-bottom: 30px;
}
.wc .product .summary div[itemprop="offers"] {
  margin-bottom: 20px;
  text-align: center;
  overflow: hidden;
}
.wc .product .summary div[itemprop="offers"] .price {
  display: inline-block;
  margin: 0px;
  padding: 7px;
  color: #e6411e;
  border: solid;
  border-style: solid;
  border-width: 1px;
  border-color: #e6411e;
  border-radius: 3px;
}
.wc .product .summary div[itemprop="description"] {
  display: block;
  margin-bottom: 20px;
  overflow: hidden;
}
.wc .product .summary .variations tbody tr td {
  padding-bottom: 0px;
}
.wc .product .summary .variations tbody tr td.label {
  min-width: 1%;
  max-width: 40%;
  vertical-align: middle;
}
.wc .product .summary .variations tbody tr td.label label {
  margin: 0px;
  padding: 0px;
}
.wc .product .summary .variations tbody tr td.value .reset_variations {
  padding-top: 10px;
  display: inline-block;
}
.wc .product .summary .variations tbody tr:last-child td {
  padding-bottom: 10px;
}
.wc .product .summary .variations tbody tr:last-child td.label {
  vertical-align: top;
}
.wc .product .summary .variations tbody tr:last-child td.label label {
  margin-top: 7px;
}
.wc .product .summary .single_variation_wrap {
  display: block;
  margin-top: 20px;
  overflow: hidden;
}
.wc .product .summary .single_variation_wrap .single_variation {
  margin-bottom: 15px;
  display: block;
}
.wc .product .summary .single_variation_wrap .single_variation .stock {
  margin: 0px;
  padding: 10px;
  border: solid;
  border-style: solid;
  border-width: 1px;
  color: #46b41e;
  border-color: rgba(70, 180, 30, 0.5);
  background-color: rgba(70, 180, 30, 0.075);
  border-radius: 3px;
  box-sizing: border-box;
}
.wc .product .summary .single_variation_wrap .single_variation .price {
  display: inline-block;
  margin: 0px;
  padding: 7px;
  color: #e6411e;
  border: solid;
  border-style: solid;
  border-width: 1px;
  border-color: #e6411e;
  border-radius: 3px;
}
.wc .product .summary .single_variation_wrap .variations_button {
  display: block;
}
.wc .product .summary .cart {
  text-align: center;
}
.wc .product .summary .cart .quantity {
  display: inline-block;
  width: 100%;
  margin-bottom: 15px;
}
.wc .product .summary .cart .quantity .minus {
  display: none;
  margin: 0px;
  padding: 7px;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 3px;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
}
.wc .product .summary .cart .quantity .input-text {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.wc .product .summary .cart .quantity .plus {
  display: none;
  margin: 0px;
  padding: 7px;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 3px;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
}
.wc .product .summary .product_meta {
  margin-top: 15px;
}
.wc .product .summary .product_meta .posted_in {
  display: block;
}
.wc .product .summary .product_meta .tagged_as {
  display: block;
}
.wc .product .woocommerce-tabs ul.tabs {
  display: inline-block;
  margin: 0px;
  padding: 0px;
  list-style: none;
  overflow: hidden;
}
.wc .product .woocommerce-tabs ul.tabs li {
  margin: 0px;
  margin-left: 10px;
  padding: 10px;
  float: left;
  border: solid;
  border-style: solid;
  border-width: 1px;
  border-color: #e5e5e5;
  box-sizing: border-box;
  -moz-border-radius-topleft: 3px;
  -webkit-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-border-radius-topright: 3px;
  -webkit-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
}
.wc .product .woocommerce-tabs ul.tabs li:first-child {
  margin-left: 20px;
}
.wc .product .woocommerce-tabs ul.tabs li a {
  text-decoration: none;
}
.wc .product .woocommerce-tabs ul.tabs li.active {
  border-bottom-color: #ffffff;
}
.wc .product .woocommerce-tabs ul.tabs li.active:hover {
  background: none;
}
.wc .product .woocommerce-tabs ul.tabs li:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.wc .product .woocommerce-tabs .panel {
  margin-top: -1px;
  padding: 20px;
  border: solid;
  border-style: solid;
  border-width: 1px;
  border-color: #e5e5e5;
  border-radius: 3px;
}
.wc .product .woocommerce-tabs .panel h2 {
  margin-top: 0px;
}
abbr {
  border: none;
  border-bottom: none !important;
}
abbr.required {
  color: #e6411e;
}
table.shop_table thead,
table.shop_table tbody,
table.shop_table tfoot {
  margin: 0px;
  padding: 0px;
}
table.shop_table thead tr th,
table.shop_table tbody tr th,
table.shop_table tfoot tr th {
  font-weight: 400;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.3);
  background-color: rgba(0, 0, 0, 0.1);
  border-bottom: solid;
  border-bottom-style: solid;
  border-bottom-color: rgba(0, 0, 0, 0.1);
  border-bottom-width: 1px;
}
table.shop_table thead tr th.product-name,
table.shop_table tbody tr th.product-name,
table.shop_table tfoot tr th.product-name {
  text-align: left;
}
table.shop_table thead tr th.product-price,
table.shop_table tbody tr th.product-price,
table.shop_table tfoot tr th.product-price {
  text-align: right;
}
table.shop_table thead tr th.product-quantity,
table.shop_table tbody tr th.product-quantity,
table.shop_table tfoot tr th.product-quantity {
  text-align: right;
  min-width: 1%;
  max-width: 20%;
  white-space: nowrap;
}
table.shop_table thead tr th.product-subtotal,
table.shop_table tbody tr th.product-subtotal,
table.shop_table tfoot tr th.product-subtotal {
  text-align: right;
}
table.shop_table thead tr td.product-thumbnail,
table.shop_table tbody tr td.product-thumbnail,
table.shop_table tfoot tr td.product-thumbnail {
  width: 20%;
}
table.shop_table thead tr td.product-thumbnail img,
table.shop_table tbody tr td.product-thumbnail img,
table.shop_table tfoot tr td.product-thumbnail img {
  padding: 5px;
  width: 100%;
  height: auto;
  border: solid;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.075);
  border-radius: 3px;
}
table.shop_table thead tr td.product-name,
table.shop_table tbody tr td.product-name,
table.shop_table tfoot tr td.product-name {
  text-align: left;
}
table.shop_table thead tr td.product-price,
table.shop_table tbody tr td.product-price,
table.shop_table tfoot tr td.product-price {
  text-align: right;
}
table.shop_table thead tr td.product-quantity,
table.shop_table tbody tr td.product-quantity,
table.shop_table tfoot tr td.product-quantity {
  text-align: right;
  min-width: 1%;
  max-width: 20%;
  white-space: nowrap;
}
table.shop_table thead tr td.product-quantity .quantity,
table.shop_table tbody tr td.product-quantity .quantity,
table.shop_table tfoot tr td.product-quantity .quantity {
  display: inline-block;
}
table.shop_table thead tr td.product-quantity .quantity input,
table.shop_table tbody tr td.product-quantity .quantity input,
table.shop_table tfoot tr td.product-quantity .quantity input {
  width: 50px;
  text-align: center;
}
table.shop_table thead tr td.product-quantity .quantity .minus,
table.shop_table tbody tr td.product-quantity .quantity .minus,
table.shop_table tfoot tr td.product-quantity .quantity .minus,
table.shop_table thead tr td.product-quantity .quantity .plus,
table.shop_table tbody tr td.product-quantity .quantity .plus,
table.shop_table tfoot tr td.product-quantity .quantity .plus {
  display: none;
}
table.shop_table thead tr td.product-subtotal,
table.shop_table tbody tr td.product-subtotal,
table.shop_table tfoot tr td.product-subtotal {
  text-align: right;
}
table.shop_table thead tr td.actions,
table.shop_table tbody tr td.actions,
table.shop_table tfoot tr td.actions {
  border-top: solid;
  border-top-style: solid;
  border-top-color: rgba(0, 0, 0, 0.05);
  border-top-width: 1px;
  background-color: rgba(0, 0, 0, 0.075);
}
table.shop_table thead tr td.actions .coupon,
table.shop_table tbody tr td.actions .coupon,
table.shop_table tfoot tr td.actions .coupon {
  margin-bottom: 20px;
}
table.shop_table thead tr td.actions .coupon input.input-text,
table.shop_table tbody tr td.actions .coupon input.input-text,
table.shop_table tfoot tr td.actions .coupon input.input-text {
  width: 100%;
  padding: 7px;
  text-align: center;
  border: solid;
  border-style: solid;
  border-width: 1px;
  border-radius: 3px;
  border-color: rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
table.shop_table thead tr td.actions .coupon input.input-text ::-webkit-input-placeholder,
table.shop_table tbody tr td.actions .coupon input.input-text ::-webkit-input-placeholder,
table.shop_table tfoot tr td.actions .coupon input.input-text ::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
}
table.shop_table thead tr td.actions .coupon input.input-text :-moz-placeholder,
table.shop_table tbody tr td.actions .coupon input.input-text :-moz-placeholder,
table.shop_table tfoot tr td.actions .coupon input.input-text :-moz-placeholder {
  /* Firefox 18- */
  color: rgba(0, 0, 0, 0.3);
}
table.shop_table thead tr td.actions .coupon input.input-text ::-moz-placeholder,
table.shop_table tbody tr td.actions .coupon input.input-text ::-moz-placeholder,
table.shop_table tfoot tr td.actions .coupon input.input-text ::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(0, 0, 0, 0.3);
}
table.shop_table thead tr td.actions .coupon input.input-text :-ms-input-placeholder,
table.shop_table tbody tr td.actions .coupon input.input-text :-ms-input-placeholder,
table.shop_table tfoot tr td.actions .coupon input.input-text :-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
}
table.shop_table thead tr td.actions .coupon input.input-text:hover,
table.shop_table tbody tr td.actions .coupon input.input-text:hover,
table.shop_table tfoot tr td.actions .coupon input.input-text:hover,
table.shop_table thead tr td.actions .coupon input.input-text:focus,
table.shop_table tbody tr td.actions .coupon input.input-text:focus,
table.shop_table tfoot tr td.actions .coupon input.input-text:focus {
  border-color: rgba(0, 0, 0, 0.2);
  outline: none;
}
table.shop_table thead tr td.actions .coupon input[type="submit"],
table.shop_table tbody tr td.actions .coupon input[type="submit"],
table.shop_table tfoot tr td.actions .coupon input[type="submit"] {
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: rgba(0, 0, 0, 0.3);
  border: none;
}
table.shop_table thead tr td.actions input[type="submit"].checkout-button,
table.shop_table tbody tr td.actions input[type="submit"].checkout-button,
table.shop_table tfoot tr td.actions input[type="submit"].checkout-button {
  margin-top: 10px;
}
table.shop_table thead tr td a,
table.shop_table tbody tr td a,
table.shop_table tfoot tr td a {
  display: block;
}
.cart-collaterals .cart_totals table tbody tr.cart-subtotal {
  background-color: rgba(0, 0, 0, 0.05);
}
.cart-collaterals .cart_totals table tbody tr.cart-subtotal strong {
  font-weight: normal;
  font-style: inherit;
}
.cart-collaterals .cart_totals table tbody tr.shipping th,
.cart-collaterals .cart_totals table tbody tr.shipping td {
  vertical-align: top;
  border-top: solid;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: rgba(0, 0, 0, 0.05);
  text-align: left;
}
.cart-collaterals .cart_totals table tbody tr.shipping ul#shipping_method {
  list-style: none;
  text-align: left;
}
.cart-collaterals .cart_totals table tbody tr.shipping ul#shipping_method li {
  margin: 0px;
  padding: 0px;
  text-align: left;
}
.cart-collaterals .cart_totals table tbody tr.shipping ul#shipping_method li label {
  display: inline;
}
.cart-collaterals .cart_totals table tbody tr.shipping ul#shipping_method li span {
  display: inline-block;
  float: right;
  text-align: right;
}
.cart-collaterals .cart_totals table tbody tr.total th,
.cart-collaterals .cart_totals table tbody tr.total td {
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0.05);
}
.cart-collaterals .cart_totals table tbody tr th {
  padding: 10px;
  padding-right: 20px;
  text-align: left;
  font-style: normal;
  font-weight: normal;
  width: 1%;
  white-space: nowrap;
}
.cart-collaterals .cart_totals table tbody tr td {
  padding: 10px;
  text-align: right;
  font-style: normal;
  font-weight: normal;
}
.cart-collaterals .shipping_calculator .shipping-calculator-form .form-row {
  margin: 0px;
  padding: 0px;
  margin-bottom: 10px;
}
.woocommerce-message {
  padding: 10px;
  margin-bottom: 20px;
  border: solid;
  border-style: solid;
  border-width: 1px;
  border-radius: 3px;
  border-color: rgba(70, 180, 30, 0.5);
  text-align: center;
  color: #46b41e;
  background-color: rgba(70, 180, 30, 0.075);
}
.woocommerce-message a.button {
  display: block;
  margin-bottom: 7px;
  padding: 10px;
  padding-left: 10px;
  padding-right: 10px;
  color: #ffffff;
  background-color: #46b41e;
  border-radius: 5px;
  text-decoration: none;
}
ul.woocommerce-error {
  padding: 10px;
  margin-bottom: 20px;
  list-style: none;
  border: solid;
  border-style: solid;
  border-width: 1px;
  border-radius: 3px;
  border-color: rgba(255, 0, 0, 0.5);
  text-align: center;
  color: #ff0000;
  background-color: rgba(255, 0, 0, 0.075);
}
ul.woocommerce-error li {
  margin: 0px;
  padding: 0px;
}
.checkout #order_review .shop_table thead tr th {
  border-radius: 0px !important;
  background-color: rgba(0, 0, 0, 0.05);
}
.checkout #order_review .shop_table thead tr th.product-total {
  text-align: right;
}
.checkout #order_review .shop_table tbody tr td.product-name strong.product-quantity {
  font-style: normal;
  font-weight: normal;
  color: #e6411e;
}
.checkout #order_review .shop_table tbody tr td.product-total {
  text-align: right;
}
.checkout #order_review .shop_table tfoot tr.cart-subtotal th,
.checkout #order_review .shop_table tfoot tr.cart-subtotal td {
  border-top-width: 3px;
}
.checkout #order_review .shop_table tfoot tr.shipping th {
  vertical-align: top;
}
.checkout #order_review .shop_table tfoot tr.shipping td {
  text-align: left;
}
.checkout #order_review .shop_table tfoot tr.shipping td ul#shipping_method {
  list-style: none;
}
.checkout #order_review .shop_table tfoot tr.shipping td ul#shipping_method li {
  margin: 0px;
  padding: 0px;
  text-align: left;
}
.checkout #order_review .shop_table tfoot tr.shipping td ul#shipping_method li label {
  display: inline;
}
.checkout #order_review .shop_table tfoot tr.shipping td ul#shipping_method li .amount {
  display: inline-block;
  float: right;
  text-align: right;
}
.checkout #order_review .shop_table tfoot tr.total {
  text-transform: uppercase;
}
.checkout #order_review .shop_table tfoot tr.total th,
.checkout #order_review .shop_table tfoot tr.total td {
  background-color: rgba(0, 0, 0, 0.05);
}
.checkout #order_review .shop_table tfoot tr th {
  color: inherit;
  background: none;
  border: none;
  border-top: solid;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: rgba(0, 0, 0, 0.1);
}
.checkout #order_review .shop_table tfoot tr td {
  text-align: right;
  border: none;
  border-top: solid;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: rgba(0, 0, 0, 0.1);
}
.checkout #order_review #payment ul.payment_methods {
  margin: 0px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 15px;
  list-style: none;
  border: solid;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.2);
}
.checkout #order_review #payment ul.payment_methods li {
  margin: 0px;
  margin-top: 10px;
  padding: 0px;
  padding-bottom: 10px;
  border-bottom: solid;
  border-bottom-style: solid;
  border-bottom-color: rgba(0, 0, 0, 0.05);
  border-bottom-width: 1px;
}
.checkout #order_review #payment ul.payment_methods li:last-child {
  padding-bottom: 0px;
  border-bottom: none;
}
.checkout #order_review #payment ul.payment_methods li:fist-child {
  margin-top: 0px;
}
.checkout #order_review #payment ul.payment_methods li input[type="radio"] {
  display: inline;
}
.checkout #order_review #payment ul.payment_methods li label {
  display: inline;
  color: inherit;
  font-style: normal;
  color: #e6411e;
}
.checkout #order_review #payment ul.payment_methods li label img {
  display: inline-block;
  float: right;
  text-align: right;
}
.checkout #order_review #payment ul.payment_methods li .payment_box {
  margin-top: 5px;
  margin-left: 22px;
}
.checkout #order_review #payment ul.payment_methods li .payment_box p {
  margin: 0px;
  padding: 0px;
  opacity: 0.5;
}
ul.order_details {
  margin: 0px;
  margin-bottom: 20px;
  padding: 10px;
  list-style: none;
  border: solid;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.05);
}
ul.order_details li {
  display: block;
  width: 100%;
  margin: 0px;
  padding: 0px;
}
ul.order_details li strong {
  display: inline-block;
}
.shop_table.order_details thead tr th {
  border-radius: 0px !important;
  background-color: rgba(0, 0, 0, 0.05);
}
.shop_table.order_details thead tr th.product-total {
  text-align: right;
}
.shop_table.order_details tbody tr td.product-name a {
  display: inline-block;
}
.shop_table.order_details tbody tr td.product-name a strong.product-quantity {
  font-style: normal;
  font-weight: normal;
  color: #e6411e;
}
.shop_table.order_details tbody tr td.product-name dl.variation {
  margin: 0px;
  padding: 0px;
  opacity: 0.5;
}
.shop_table.order_details tbody tr td.product-name dl.variation dt {
  margin: 0px;
  padding: 0px;
  display: block;
}
.shop_table.order_details tbody tr td.product-name dl.variation dd {
  margin: 0px;
  padding: 0px;
  display: inline-block;
}
.shop_table.order_details tbody tr td.product-total {
  text-align: right;
}
.shop_table.order_details tfoot tr:last-child th,
.shop_table.order_details tfoot tr:last-child td {
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0.05);
}
.shop_table.order_details tfoot tr:first-child th,
.shop_table.order_details tfoot tr:first-child td {
  border-top-width: 3px;
}
.shop_table.order_details tfoot tr th {
  color: inherit;
  background: none;
  border: none;
  border-top: solid;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: rgba(0, 0, 0, 0.1);
}
.shop_table.order_details tfoot tr td {
  text-align: right;
  border: none;
  border-top: solid;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: rgba(0, 0, 0, 0.1);
}
dl.customer_details {
  margin: 0px;
  padding: 0px;
  display: block;
}
dl.customer_details dt {
  margin: 0px;
  margin-right: 5px;
  padding: 0px;
  float: left;
}
dl.customer_details dd {
  margin: 0px;
  padding: 0px;
  font-style: normal;
  font-weight: 600;
}
address {
  margin: 0px;
  padding: 0px;
  font-style: normal;
}
address p {
  margin: 0px;
  padding: 0px;
  font-style: normal;
}
.addresses a {
  display: inline-block;
  float: right;
  margin-bottom: 8px;
  padding: 5px;
  padding-left: 10px;
  padding-right: 10px;
  border: solid;
  border-style: solid;
  border-width: 1px;
  border-color: #e6411e;
  border-radius: 5px;
  text-decoration: none;
}
.addresses a:hover {
  color: #ffffff;
  background-color: #e6411e;
}
/*
Plugin Gravity Forms
Support & documentation: http://www.gravityhelp.com/support/
*/
.gform_wrapper .gform_heading span.gform_description {
  display: block;
  padding-bottom: 30px;
}
.gform_wrapper .validation_error {
  margin-bottom: 20px;
  padding: 10px;
  border: solid;
  border-style: solid;
  border-width: 1px;
  border-color: red;
  border-radius: 3px;
  color: red;
}
.gform_wrapper .gform_body ul.gform_fields {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.gform_wrapper .gform_body ul.gform_fields li {
  margin: 0px;
  margin-bottom: 15px;
  padding: 0px;
}
.gform_wrapper .gform_body ul.gform_fields li.gfield label .gfield_required {
  margin-left: 3px;
  color: red;
}
.gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_complex {
  overflow: hidden;
}
.gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_complex label {
  display: block;
  margin-top: 5px;
  margin-bottom: 15px;
  font-size: 80%;
  line-height: 150%;
}
.gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_complex .ginput_left {
  float: left;
  width: 45%;
}
.gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_complex .ginput_right {
  display: inline;
  float: right;
  width: 45%;
}
.gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_container input,
.gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_container textarea {
  width: 100%;
}
.gform_wrapper .gform_body ul.gform_fields li.gfield .validation_message {
  display: inline-block;
  margin-top: 5px;
  font-size: 80%;
  color: red;
}
.gform_wrapper .gform_body ul.gform_fields li.gfield .gfield_description {
  margin-top: 7px;
  font-size: 80%;
  line-height: 150%;
}
