@font-face {
  font-family: 'GraphikLight';
  src: url('fonts/Graphik-Light-Web.eot');
  src: url('fonts/Graphik-Light-Web.eot#iefix') format('embedded-opentype'), url('fonts/Graphik-Light-Web.woff') format('woff'), url('fonts/Graphik-Light-Web.ttf') format('truetype'), url('fonts/Graphik-Light-Web.svg') format('svg');
  font-weight: 100;
  
  /* IE9 Compat Modes */
}
@font-face {
  font-family: 'GraphikLight';
  src: url('fonts/Graphik-LightItalic-Web.eot');
  src: url('fonts/Graphik-LightItalic-Web.eot#iefix') format('embedded-opentype'), url('fonts/Graphik-LightItalic-Web.woff') format('woff'), url('fonts/Graphik-LightItalic-Web.ttf') format('truetype'), url('fonts/Graphik-LightItalic-Web.svg') format('svg');
  font-weight: 100;
  font-style: italic;
  
  /* IE9 Compat Modes */
}
@font-face {
  font-family: 'GraphikRegular';
  src: url('fonts/Graphik-Regular-Web.eot');
  src: url('fonts/Graphik-Regular-Web.eot#iefix') format('embedded-opentype'), url('fonts/Graphik-Regular-Web.woff') format('woff'), url('fonts/Graphik-Regular-Web.ttf') format('truetype'), url('fonts/Graphik-Regular-Web.svg') format('svg');
  font-weight: 400;
  
  /* IE9 Compat Modes */
}
@font-face {
  font-family: 'GraphikRegular';
  src: url('fonts/Graphik-RegularItalic-Web.eot');
  src: url('fonts/Graphik-RegularItalic-Web.eot#iefix') format('embedded-opentype'), url('fonts/Graphik-RegularItalic-Web.woff') format('woff'), url('fonts/Graphik-RegularItalic-Web.ttf') format('truetype'), url('fonts/Graphik-RegularItalic-Web.svg') format('svg');
  font-weight: 400;
  font-style: italic;
  
  /* IE9 Compat Modes */
}
@font-face {
  font-family: 'GraphikMedium';
  src: url('fonts/Graphik-Medium.eot');
  src: url('fonts/Graphik-Medium.eot#iefix') format('embedded-opentype'), url('fonts/Graphik-Medium.woff') format('woff'), url('fonts/Graphik-Medium.ttf') format('truetype'), url('fonts/Graphik-Medium.svg') format('svg');
  font-weight: 400;
  
  /* IE9 Compat Modes */
}
header,
nav,
aside,
section,
article,
footer {
  display: block;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
input,
button,
header,
nav,
aside,
footer,
section,
article,
time,
mark,
figure,
figcaption,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1;
}
::-webkit-input-placeholder {
  color: #8c8d8a;
}
:-moz-placeholder {
  color: #8c8d8a;
}
::-moz-placeholder {
  color: #8c8d8a;
}
:-ms-input-placeholder {
  color: #8c8d8a;
}
#new_request *::-webkit-input-placeholder {
  color: #000000;
}
#new_request *:-moz-placeholder {
  color: #000000;
}
#new_request *::-moz-placeholder {
  color: #000000;
}
#new_request *:-ms-input-placeholder {
  color: #000000;
}
:focus::-webkit-input-placeholder {
  color: #ced1d1 !important;
}
:focus:-moz-placeholder {
  color: #ced1d1 !important;
}
:focus::-moz-placeholder {
  color: #ced1d1 !important;
}
:focus:-ms-input-placeholder {
  color: #ced1d1 !important;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  color: #000000;
  font: 400 16px/1.5em 'GraphikRegular', Arial, Helvetica, sans-serif;
  background: #fff;
}
strong {
  font-weight: 700;
}
em {
  font-style: italic;
}
a {
  -webkit-transition: color 0.15s cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: color 0.15s cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: color 0.15s cubic-bezier(0.42, 0, 0.58, 1);
  transition: color 0.15s cubic-bezier(0.42, 0, 0.58, 1);
  color: #000000;
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  color: #000000;
  text-decoration: none;
}
ul {
  list-style: none;
}
.centralize {
  width: 100%;
  margin: 0 auto;
  max-width: 1250px;
}
main > * {
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.btn,
button {
  padding: 10px 60px;
  cursor: pointer;
  background: #fff;
  border: 1px solid #b08a54;
  color: #b08a54;
  display: inline-block;
  text-transform: uppercase;
  -webkit-transition: all 0.15s cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 0.15s cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 0.15s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 0.15s cubic-bezier(0.42, 0, 0.58, 1);
}
.btn:hover,
button:hover {
  background: #b08a54;
  color: #fff;
}
.btn.gold,
button.gold {
  background: #b08a54;
  color: #fff;
}
.btn.gold:hover,
button.gold:hover {
  background: #967545;
}
/******************************************
Page
*******************************************/
header {
  background: rgba(0, 0, 0, 0.65);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 21px 20px;
  z-index: 109;
  -webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
header h1 {
  float: left;
  color: #fff;
  font-size: 18px;
  line-height: 36px;
  padding-left: 46px;
  position: relative;
  -webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
}
header h1 span.logo_light,
header h1 span.logo_dark {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  opacity: 0;
}
header h1 span.logo_light.logo_light,
header h1 span.logo_dark.logo_light {
  opacity: 1;
}
header h1 strong {
  font-weight: normal;
}
header h1 a {
  color: #fff !important;
  text-decoration: none;
  -webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
}
header a.login {
  float: right;
  display: inline;
  color: #b08a54;
  line-height: 36px;
  font-size: 14px;
  margin-right: 10px;
  -webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
}
header a.login:hover {
  color: #fff;
}
header a.login + a {
  margin-right: 20px;
}
header a.go_back {
  float: right;
  display: inline;
  color: #b08a54;
  line-height: 36px;
  font-size: 14px;
  margin-right: 10px;
  -webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
}
header a.go_back:hover {
  color: #fff;
}
header a {
  padding: 0 10px;
}
.white_menu header {
  background: rgba(255, 255, 255, 0.95);
}
.white_menu header h1 {
  color: #000000;
}
.white_menu header h1 a {
  color: #000000 !important;
}
.white_menu header h1 span.logo_light {
  opacity: 0;
}
.white_menu header h1 span.logo_dark {
  opacity: 1;
}
.white_menu header a.go_back {
  color: #000000;
}
.white_menu header a.go_back:hover {
  color: #b08a54;
}
#hero-search form,
#hero-img form {
  display: inline-block;
  position: relative;
  width: 100%;
  max-width: 340px;
}
#hero-search form:before,
#hero-img form:before {
  display: none;
}
#hero-search form input#query,
#hero-img form input#query {
  border: 0;
  border-bottom: 1px solid #949592;
  padding: 19px 70px 19px 20px;
  outline: none;
  width: 100%;
  font: 400 16px/1.5em 'GraphikRegular', Arial, Helvetica, sans-serif;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: none;
  /* for safari mac */
  height: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
#hero-search form input[type=submit],
#hero-img form input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 100%;
  background: url(../../graphics/icons/search.svg) no-repeat 50% 50%;
  background-size: 15px auto;
  outline: none;
  cursor: pointer;
  padding: 0;
  border: 0;
  text-indent: -9999px;
  min-width: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
#hero-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  padding: 180px 20px 120px;
  text-align: center;
}
#hero-img h2 {
  color: #fff;
  font-size: 2em;
  font-family: 'GraphikLight';
  line-height: 1.2em;
  font-weight: 100;
}
#hero-img form {
  margin: 33px 0 0;
  max-width: 640px;
}
#hero-img form input#query {
  padding: 22px 80px 22px 20px;
}
#hero-img form input[type=submit] {
  width: 80px;
}
#hero-search {
  padding: 107px 20px 28px;
  background: #595a59;
}
#hero-search div.centralize {
  text-align: right;
}
footer {
  color: #5a5a5a;
  background: #1c1c1c;
  padding: 0 !important;
  font-size: 13px;
}
footer a {
  color: #5a5a5a;
}
footer a:hover {
  color: #b08a54;
}
footer .f1,
footer .f2 {
  padding: 20px;
}
footer .f2 {
  background: #000;
}
footer .lt {
  float: left;
}
footer .rt {
  float: right;
}
footer .f1 {
  padding: 50px 20px 70px;
}
footer .f1 p,
footer .f1 a {
  color: #bababa;
}
footer .f1 a:hover {
  color: #fa4949;
}
footer .f1 .lt p {
  color: #bababa;
  background: url(../../graphics/logo.svg) no-repeat 0 0;
  background-size: 65px auto;
  padding-left: 185px;
}
footer .f1 div.social a {
  padding: 2px 0 0 23px;
}
footer .f1 div.social a + a {
  margin-left: 20px;
}
footer .f1 div.social a.li {
  background: url(../../graphics/icons/li.png) no-repeat 0 50%;
  background-size: 15px auto;
}
footer .f1 div.social a.tw {
  background: url(../../graphics/icons/tw.png) no-repeat 0 50%;
  background-size: 15px auto;
}
footer .f1 div.social a.in {
  background: url(../../graphics/icons/in.png) no-repeat 0 50%;
  background-size: 15px auto;
}
#contact-us-section {
  padding: 20px;
  text-align: center;
  background: #eaeaea;
}
#contact-us-section p {
  color: #000000;
  padding: 15px 30px;
  display: inline-block;
  vertical-align: middle;
  font-size: 22px;
  line-height: 1.4em;
}
#contact-us-section a.btn {
  padding: 8px 30px;
  vertical-align: middle;
  font-size: 14px;
}
body.hasnt-contact-us footer #contact-us-section {
  display: none;
}
#contact-form {
  max-width: 840px;
  margin: 0 auto;
  padding: 120px 20px;
  position: relative;
}
#contact-form h3 {
  font-size: 2.5em;
  line-height: 1.1em;
  padding: 0 0 35px;
}
#contact-form h4 {
  position: absolute;
  top: 138px;
  right: 20px;
  font-size: 1.3em;
}
#contact-form input,
#contact-form textarea,
#contact-form select,
#contact-form a.nesty-input,
#contact-form .attachments_wrapper {
  border: 0;
  border-bottom: 1px solid #949592;
  padding: 19px 10px;
  outline: none;
  width: 100%;
  font: 400 16px/1.5em 'GraphikRegular', Arial, Helvetica, sans-serif;
}
#contact-form a.nesty-input {
  display: block !important;
  width: 100% !important;
  color: #000000;
  height: auto;
  position: relative;
  padding-right: 40px;
}
#contact-form a.nesty-input:after {
  display: block;
  content: ' ';
  position: absolute;
  width: 0;
  right: 0;
  top: 50%;
  margin-top: -2px;
  right: 20px;
  border-left: 4px solid transparent;
  border-top: 6px solid #8c8d8a;
  border-right: 4px solid transparent;
}
#contact-form a.nesty-input .placeholder {
  color: #000000;
}
#contact-form #attachments {
  margin-top: 52px;
}
#contact-form .attachments_wrapper {
  padding: 17px 40px 17px 10px !important;
  background: url(../../graphics/icons/attachment.svg) no-repeat 99% 50%;
  background-size: 22px auto;
  position: relative;
  cursor: pointer;
}
#contact-form .attachments_wrapper input {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.01;
  position: absolute;
  cursor: pointer;
  z-index: 1;
}
#contact-form .attachments_wrapper a.remove {
  position: absolute;
  right: 15px;
  top: 50%;
  width: 22px;
  height: 22px;
  margin-top: -11px;
  text-indent: -9999px;
  background: url(../../graphics/icons/remove.svg) no-repeat 50% 50%;
  background-size: contain;
  display: none;
  z-index: 105;
}
#contact-form .attachments_wrapper.hasFile {
  background: #f2f2f2;
  padding-left: 30px !important;
  padding-right: 50px !important;
  border-color: #fff;
  color: #8c8d8a;
}
#contact-form .attachments_wrapper.hasFile a.remove {
  display: block;
}
#contact-form textarea {
  height: 150px;
  display: block;
}
#contact-form div.form-field {
  padding: 7px 0;
}
#contact-form div.form-field label {
  display: none;
}
#contact-form div.form-field.request_description label {
  display: block;
  padding: 15px 10px 10px;
}
#contact-form div.form-field p {
  color: #787878;
  padding: 0 10px 5px;
}
#contact-form div.form-field.error input,
#contact-form div.form-field.error textarea,
#contact-form div.form-field.error select {
  border-color: #ff3111;
}
#contact-form div.form-field.error div.notification-error {
  color: #ff3111;
  font-size: 0.9em;
  padding: 10px 10px 0;
  display: block;
  background-color: #fff;
  border-radius: 0;
  border-left: none;
  border-bottom: none;
  border-right: none;
}
#contact-form div.form-field.error div.notification-error:before {
  display: none;
}
#contact-form div.form-field div.notification-error {
  color: #ff3111;
  font-size: 0.9em;
  padding: 10px 10px 0;
  display: block;
  border-top: 1px solid #ff3111;
  margin-top: -1px;
  position: relative;
}
#contact-form div.form-field.aright {
  text-align: right;
}
#contact-form div.form-field button {
  margin: 30px 0;
}
#contact-form p.info {
  padding: 30px 0 0;
  color: #8c8d8a;
}
#contact-form p.info a {
  color: #b79362;
  text-decoration: none;
}
#contact-form #upload-dropzone {
  margin-top: 60px;
  padding: 8px 10px;
}
#contact-form #upload-error {
  color: #ff3111;
  font-size: 0.9em;
  padding: 10px 10px 0;
  display: block;
  margin-top: 15px;
  background-color: #fff;
  border-radius: 0;
  border-left: none;
  border-bottom: none;
  border-right: none;
}
#contact-form #upload-error:before {
  display: none;
}
#contact-form #request-attachments-pool .upload-item {
  width: 100%;
  background: #f2f2f2;
  padding: 19px 10px;
  padding-left: 30px !important;
  border-color: #fff;
  color: #8c8d8a;
  font: 400 16px/1.5em 'GraphikRegular', Arial, Helvetica, sans-serif;
}
#contact-form #request-attachments-pool .upload-item .upload-link {
  color: #8c8d8a;
}
#contact-form #request-attachments-pool .upload-item .upload-link:before {
  display: none;
}
#contact-form #request-attachments-pool .upload-item .upload-remove {
  position: absolute;
  right: 15px;
  top: 50%;
  width: 22px;
  height: 22px;
  margin-top: -11px;
  text-indent: -9999px;
  background: url(../../graphics/icons/remove.svg) no-repeat 50% 50%;
  background-size: contain;
  z-index: 105;
}
#contact-form .suggestion-list {
  padding-left: 10px;
}
#contact-form .suggestion-list .searchbox-suggestions {
  margin-top: 5px;
}
#contact-form .suggestion-list .searchbox-suggestions ul li a {
  font-size: 14px;
  color: #b08a54;
}
/* notification after submit request */
body > .notification {
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  top: 450px;
  background: none;
  border: none;
}
body > .notification .notification-inner {
  max-width: 580px;
  padding: 10px 20px;
}
body > .notification .notification-inner .notification-text {
  font: 400 16px/1.5em 'GraphikRegular', Arial, Helvetica, sans-serif;
}
body > .notification.notification-notice .notification-inner {
  color: #fff;
  background-color: #b08a54;
  border-color: #b08a54;
}
body > .notification .notification-dismiss:before,
body > .notification .notification-icon:before {
  border-color: #fff;
  color: #fff;
}
body.account > .notification {
  top: 7px;
}
#breadcrumb {
  border-bottom: 1px solid #eaeaea;
  padding: 30px 20px;
}
#breadcrumb ol.breadcrumbs {
  font-size: 0;
  margin: 0;
  padding: 0;
}
#breadcrumb ol.breadcrumbs li {
  display: inline-block;
  padding: 0 37px 0 0;
  font-size: 14px;
  position: relative;
  vertical-align: middle;
}
#breadcrumb ol.breadcrumbs li a {
  color: #000000;
}
#breadcrumb ol.breadcrumbs li a:hover {
  color: #b08a54;
}
#breadcrumb ol.breadcrumbs li span {
  color: #b08a54;
}
#breadcrumb ol.breadcrumbs li:after {
  display: block;
  content: ' ';
  position: absolute;
  right: 13px;
  top: 50%;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #ced1d1;
  margin-top: -5px;
}
#breadcrumb ol.breadcrumbs li:before {
  display: none;
}
#breadcrumb ol.breadcrumbs li:last-child {
  color: #b08a54;
  padding: 0;
}
#breadcrumb ol.breadcrumbs li:last-child a {
  color: #b08a54;
}
#breadcrumb ol.breadcrumbs li:last-child:after {
  display: none;
}
#home {
  padding: 120px 20px 270px;
  overflow: hidden;
}
#home div.centralize {
  text-align: center;
  max-width: 1060px;
}
#home div.centralize h2 {
  font-size: 2.25em;
  line-height: 1.1em;
  padding: 0 0 90px;
  font-family: 'GraphikLight';
}
#home div.centralize > a {
  background: #f4f5f5;
  display: inline-block;
  vertical-align: top;
  padding: 175px 55px 55px;
  width: 48%;
  margin: 0.6%;
  position: relative;
  -webkit-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
}
#home div.centralize > a div {
  display: inline-block;
  text-align: left;
}
#home div.centralize > a img {
  position: absolute;
}
#home div.centralize > a.lt {
  text-align: right;
}
#home div.centralize > a.lt img {
  left: -40%;
  width: 102%;
  bottom: -120px;
}
#home div.centralize > a.rt {
  text-align: left;
}
#home div.centralize > a.rt img {
  width: 112%;
  right: -37%;
  bottom: -150px;
}
#home div.centralize > a h3 {
  font-size: 1.7em;
  line-height: 1.1em;
  color: #000;
  -webkit-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
}
#home div.centralize > a h4 {
  padding: 15px 0 0;
  color: #b08a54;
  -webkit-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
}
#home div.centralize > a:hover {
  background: #eaeaea;
}
#home div.centralize > a:hover h3 {
  color: #b08a54;
}
#home div.centralize > a:hover h4 {
  color: #8c8d8a;
}
#home div.centralize div.pp {
  background: #f4f5f5;
  display: inline-block;
  vertical-align: top;
  padding: 40px 20px 40px 60px;
  width: 100%;
  margin: 200px 0.6% 0.6% 0.6%;
  position: relative;
  -webkit-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
}
#home div.centralize div.pp > div {
  width: 420px;
  display: inline-block;
  text-align: left;
  padding-left: 70px;
  padding-top: 15px;
}
#home div.centralize div.pp > div a {
  color: #b08a54;
}
#home div.centralize div.pp > div a:hover {
  text-decoration: underline;
}
#home div.centralize div.pp > a {
  width: 350px;
  display: inline-block;
  margin-left: 50px;
  padding: 35px 50px 50px 50px;
  background-color: #fff;
  border: 1px solid #eaeaea;
  vertical-align: top;
}
#home div.centralize div.pp > a span {
  color: #b08a54;
}
#home div.centralize div.pp > a:hover {
  -webkit-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
  border: #b08a54 1px solid;
}
#home div.centralize div.pp > a:hover span {
  text-decoration: underline;
}
#home div.centralize div.pp img {
  position: absolute;
  left: 90px;
  top: 55px;
  width: 70px;
}
#home div.centralize div.pp h3 {
  font-size: 1.7em;
  line-height: 1.1em;
  color: #000;
  -webkit-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
}
#home div.centralize div.pp p {
  padding: 15px 0 0;
  color: #595a59;
}
#product {
  padding: 95px 20px 190px;
  overflow: hidden;
}
#product div.centralize {
  text-align: center;
  max-width: 1030px;
}
#product div.centralize h2 {
  font-size: 2.25em;
  line-height: 1.1em;
  padding: 0 0 60px;
  font-family: 'GraphikLight';
}
#product div.centralize h2 + p {
  margin: -45px 0 0;
  padding: 0 0 60px;
  color: #8c8d8a;
  font-size: 1.4em;
  line-height: 1.2em;
  font-family: 'GraphikLight';
}
#product div.centralize div.box {
  background: #f2f2f2;
  font-size: 0;
  padding: 0 0 0 40%;
  position: relative;
}
#product div.centralize div.box img {
  width: 60%;
  position: absolute;
  bottom: -70px;
  left: -15%;
}
#product div.centralize div.box a {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  padding: 45px 15px;
  background: #f2f2f2;
  -webkit-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
  text-align: center;
  font-size: 17px;
  position: relative;
  z-index: 1;
  line-height: 1.5em;
}
#product div.centralize div.box a:hover {
  background: #eaeaea;
  text-decoration: none;
}
#product div.centralize div.box a i.ico {
  width: 72px;
  height: 67px;
  display: block;
  margin: 10px auto 30px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
}
#product div.centralize div.box a i.ico.ico-getting_started,
#product div.centralize div.box a i.ico.ico-article-115000869028,
#product div.centralize div.box a i.ico.ico-article-115000869188 {
  background-image: url(../../graphics/icons/getting_started.svg);
}
#product div.centralize div.box a i.ico.ico-specifications,
#product div.centralize div.box a i.ico.ico-article-115000819967,
#product div.centralize div.box a i.ico.ico-article-115000869048 {
  background-image: url(../../graphics/icons/specification.svg);
}
#product div.centralize div.box a i.ico.ico-sdk,
#product div.centralize div.box a i.ico.ico-article-115000869068,
#product div.centralize div.box a i.ico.ico-article-115000820007 {
  background-image: url(../../graphics/icons/sdk.svg);
}
#product div.centralize div.box a i.ico.ico-videos,
#product div.centralize div.box a i.ico.ico-article-115000820067,
#product div.centralize div.box a i.ico.ico-article-115000869088 {
  background-image: url(../../graphics/icons/videos.svg);
}
#product.category-insightone div.centralize div.box img,
#product.category-115000154627 div.centralize div.box img {
  left: 3%;
}
#product1 {
  padding: 95px 20px 190px;
  overflow: hidden;
}
#product1 div.centralize {
  text-align: left;
  max-width: 1030px;
}
#product1 div.centralize h2 {
  font-size: 2.25em;
  line-height: 1.1em;
  padding: 0 0 60px 50%;
  font-family: 'GraphikLight';
}
#product1 div.centralize h2 + p {
  margin: -45px 0 0;
  padding: 0 0 60px 50%;
  color: #8c8d8a;
  font-size: 1.4em;
  line-height: 1.2em;
  font-family: 'GraphikLight';
}
#product1 div.centralize div.box {
  position: relative;
  padding: 0 0 0 50%;
  min-height: 400px;
}
#product1 div.centralize div.box img {
  width: 60%;
  position: absolute;
  bottom: -40px;
  left: -15%;
}
#product1 div.centralize div.box a {
  display: block;
  vertical-align: top;
  padding: 30px 65px;
  margin: 0 0 1px;
  background: #f2f2f2;
  -webkit-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
  text-align: left;
  font-size: 16px;
  position: relative;
  z-index: 1;
  line-height: 1.3em;
}
#product1 div.centralize div.box a:before {
  display: block;
  content: ' ';
  position: absolute;
  width: 5px;
  height: 5px;
  left: 32px;
  top: 50%;
  border-radius: 50%;
  background: #000000;
  margin-top: -3px;
  -webkit-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
}
#product1 div.centralize div.box a span {
  padding-left: 20px;
  color: #b7b7b7;
  font-size: 0.9em;
}
#product1 div.centralize div.box a:hover {
  background: #eaeaea;
  text-decoration: none;
  color: #b08a54;
}
#product1 div.centralize div.box a:hover:before {
  background: #b08a54;
}
#product1.category-insightone div.centralize div.box,
#product1.category-115000154627 div.centralize div.box {
  min-height: 400px;
}
#product1.category-insightone div.centralize div.box img,
#product1.category-115000154627 div.centralize div.box img {
  left: 3%;
}
#product1.category-115000982488 div.centralize div.box img {
  width: auto;
  top: -50px;
  left: 5%;
}
#search_results {
  padding: 65px 20px 100px;
}
#search_results div.centralize {
  max-width: 820px;
  margin: 0 auto;
  position: relative;
}
#search_results div.centralize h2 {
  font-size: 2.25em;
  line-height: 1.2em;
  padding: 0 0 35px;
  margin: 0 0 20px;
  border-bottom: 1px solid #949592;
}
#search_results div.centralize article {
  padding: 30px 0;
}
#search_results div.centralize article h3 {
  font-size: 1.35em;
  line-height: 1.3em;
  color: #000;
}
#search_results div.centralize article p {
  padding: 20px 0;
  color: #666;
}
#search_results div.centralize article a {
  color: #b08a54;
}
#search_results div.centralize article a:hover {
  color: #000000;
}
#search_results div.centralize article > a {
  font-size: 0.9em;
}
#search_results div.centralize .pagination_wrapper em {
  font-style: normal;
}
#search_results div.centralize .pagination_wrapper em,
#search_results div.centralize .pagination_wrapper a,
#search_results div.centralize .pagination_wrapper span {
  display: inline-block;
  padding: 3px 6px;
}
#search_results div.centralize .pagination_wrapper span.disabled {
  opacity: 0.5;
}
#search_results div.centralize .pagination_wrapper a:hover {
  color: #b08a54;
}
#faq,
#article {
  padding: 65px 20px 90px;
}
#faq article h2,
#article article h2 {
  font-size: 2.25em;
  line-height: 1.2em;
  padding: 57px 0 0;
}
#faq article h2:first-child,
#article article h2:first-child {
  padding: 0;
}
#faq article h3,
#article article h3 {
  font-size: 1.35em;
  line-height: 1.3em;
  color: #000;
  font-weight: 400;
  padding: 50px 0 20px;
}
#faq article h3 + p,
#article article h3 + p,
#faq article h3 + ul,
#article article h3 + ul,
#faq article h3 + ol,
#article article h3 + ol {
  padding-top: 0;
}
#faq article h4,
#article article h4 {
  font-size: 1.15em;
  line-height: 1.3em;
  color: #000;
  font-weight: 700;
  padding: 30px 0 10px;
}
#faq article h4 + p,
#article article h4 + p,
#faq article h4 + ul,
#article article h4 + ul,
#faq article h4 + ol,
#article article h4 + ol {
  padding-top: 0;
}
#faq article img,
#article article img {
  max-width: 100%;
}
#faq article p,
#article article p,
#faq article ul,
#article article ul,
#faq article ol,
#article article ol {
  padding: 19px 0 0;
  color: #666;
}
#faq article ul,
#article article ul,
#faq article ol,
#article article ol {
  padding-left: 20px;
}
#faq article ul,
#article article ul {
  list-style: disc;
}
#faq article p a,
#article article p a,
#faq article ul a,
#article article ul a {
  color: #b08a54;
  text-decoration: underline;
}
#faq article p a:hover,
#article article p a:hover,
#faq article ul a:hover,
#article article ul a:hover {
  color: #000000;
  text-decoration: underline;
}
#faq article table,
#article article table {
  margin: 5px 0 0;
  width: 100%;
  color: #666;
  border-spacing: 0;
  border-bottom: 1px solid #d1d4d4;
  font-size: 0.8em;
}
#faq article table td,
#article article table td,
#faq article table th,
#article article table th {
  text-align: left;
  border-top: 1px solid #d1d4d4;
  padding: 10px 30px 10px 0;
}
#faq article table thead,
#article article table thead {
  font-weight: bold;
}
#faq article div.cols,
#article article div.cols {
  margin: 0 -10px;
  font-size: 0;
}
#faq article div.cols > *,
#article article div.cols > * {
  font-size: 16px;
  display: inline-block;
  width: 50%;
  padding: 10px;
}
#faq article div.cols > * figure,
#article article div.cols > * figure {
  position: relative;
  margin: 0 0 5px;
  background: #000;
}
#faq article div.cols > * figure img,
#article article div.cols > * figure img {
  display: block;
  width: 100%;
  -webkit-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
}
#faq article div.cols > *.play,
#article article div.cols > *.play {
  color: #a9a9a9;
  font-size: 13px;
}
#faq article div.cols > *.play figure,
#article article div.cols > *.play figure {
  position: relative;
}
#faq article div.cols > *.play figure:after,
#article article div.cols > *.play figure:after {
  display: block;
  content: ' ';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin: -30px 0 0 -30px;
  background: #b08a54 url(../../graphics/icons/play.svg) no-repeat 53% 50%;
  background-size: 17px auto;
}
#faq article div.cols > *.play:hover figure img,
#article article div.cols > *.play:hover figure img {
  opacity: 0.6;
}
#faq article .article-votes-custom,
#article article .article-votes-custom {
  margin-top: 40px;
}
#faq article .article-votes-custom .article-votes-text-custom,
#article article .article-votes-custom .article-votes-text-custom {
  display: inline-block;
  width: 215px;
  vertical-align: top;
}
#faq article .article-votes-custom .article-votes-text-custom .article-votes-question-custom,
#article article .article-votes-custom .article-votes-text-custom .article-votes-question-custom {
  font: 400 16px/1em 'GraphikMedium', Arial, Helvetica, sans-serif;
  color: #000000;
}
#faq article .article-votes-custom .article-votes-text-custom .article-vote-label,
#article article .article-votes-custom .article-votes-text-custom .article-vote-label {
  font: 400 13px 'GraphikRegular', Arial, Helvetica, sans-serif;
  color: #ced1d1;
}
#faq article .article-votes-custom .article-votes-controls-custom,
#article article .article-votes-custom .article-votes-controls-custom {
  display: inline-block;
  width: 300px;
  vertical-align: top;
}
#faq article .article-votes-custom .article-votes-controls-custom .article-vote-custom,
#article article .article-votes-custom .article-votes-controls-custom .article-vote-custom {
  background: transparent;
  border: 1px solid #b08a54;
  padding: 6px 30px;
  width: 90px;
  display: inline-block;
  text-align: center;
}
#faq article .article-votes-custom .article-votes-controls-custom .article-vote-custom:after,
#article article .article-votes-custom .article-votes-controls-custom .article-vote-custom:after {
  content: attr(title);
  font: 13px Arial, Helvetica, sans-serif;
  color: #b08a54;
  text-transform: uppercase;
}
#faq article .article-votes-custom .article-votes-controls-custom .article-vote-custom.article-vote-up-custom,
#article article .article-votes-custom .article-votes-controls-custom .article-vote-custom.article-vote-up-custom {
  margin-right: 4px;
}
#faq article .article-votes-custom .article-votes-controls-custom .article-vote-custom:hover,
#article article .article-votes-custom .article-votes-controls-custom .article-vote-custom:hover {
  border: 1px solid#666666;
}
#faq article .article-votes-custom .article-votes-controls-custom .article-vote-custom:hover:after,
#article article .article-votes-custom .article-votes-controls-custom .article-vote-custom:hover:after {
  color: #666666;
}
#faq article .article-votes-custom .article-votes-controls-custom .article-vote-custom[aria-selected="true"],
#article article .article-votes-custom .article-votes-controls-custom .article-vote-custom[aria-selected="true"] {
  border: 1px solid#666666;
}
#faq article .article-votes-custom .article-votes-controls-custom .article-vote-custom[aria-selected="true"]:after,
#article article .article-votes-custom .article-votes-controls-custom .article-vote-custom[aria-selected="true"]:after {
  color: #666666;
}
#article div.centralize {
  position: relative;
  padding-left: 450px;
}
#article div#toc {
  position: absolute;
  top: 0;
  left: 0;
  width: 350px;
}
#article div#toc h4 {
  padding: 5px 0;
  margin: 0 0 5px;
  text-transform: uppercase;
  font-size: 0.8em;
  border-bottom: 1px solid #949592;
}
#article div#toc a {
  display: block;
  border-bottom: 1px solid #d1d4d4;
  padding: 10px 0;
  color: #000;
  font-size: 0.9em;
}
#article div#toc a:hover {
  color: #b08a54;
}
#article article h3 {
  font-family: 'GraphikMedium';
}
#article .related-articles h3 {
  font-size: 2.25em;
  line-height: 1.1em;
  padding: 40px 0 30px;
  margin: 50px 0 0;
  border-top: 1px solid #d1d4d4;
}
#article .related-articles ul li {
  padding: 2px 0;
}
#article .related-articles ul li a {
  color: #b08a54;
  font-size: 14px;
}
#article .related-articles ul li a:hover {
  color: #000000;
}
#faq {
  min-height: 400px;
}
#faq div.centralize {
  display: none;
  padding-right: 10%;
  position: relative;
}
#faq div.centralize h2 {
  font-size: 2.25em;
  line-height: 1.2em;
  padding: 0 0 50px 220px;
}
#faq div.centralize > img {
  position: absolute;
  left: 0;
  top: 100px;
  width: 200px;
}
#faq div.centralize div.faq_item {
  margin: 0 0 0 220px;
}
#faq div.centralize div.faq_item + div.faq_item {
  border-top: 1px solid #d1d4d4;
}
#faq div.centralize div.faq_item div.faq_header {
  padding: 25px 50px 25px 10px;
  position: relative;
  cursor: pointer;
}
#faq div.centralize div.faq_item div.faq_header:after {
  display: block;
  content: ' ';
  position: absolute;
  width: 0;
  right: 0;
  top: 50%;
  margin-top: -2px;
  right: 10px;
  border-left: 4px solid transparent;
  border-top: 6px solid #000000;
  border-right: 4px solid transparent;
}
#faq div.centralize div.faq_item div.faq_header:hover {
  color: #b08a54;
}
#faq div.centralize div.faq_item div.faq_header:hover:after {
  border-top-color: #b08a54;
}
#faq div.centralize div.faq_item div.faq_content {
  display: none;
}
#faq div.centralize div.faq_item div.faq_content article {
  padding: 70px 10px 90px;
  position: relative;
}
#faq div.centralize div.faq_item div.faq_content article > *:first-child {
  padding-top: 0;
}
#faq div.centralize div.faq_item div.faq_content a.close {
  position: absolute;
  font-size: 13px;
  color: #666;
  left: 10px;
  bottom: 30px;
}
.nesty-panel {
  border: 1px solid #ced1d1;
  position: absolute;
  z-index: 99;
  padding: 5px 0 !important;
  background: #fff;
  box-shadow: inset 1px 1px 0 #e8eaea;
  margin-top: 54px;
  height: auto !important;
  max-height: 200px;
}
.nesty-panel ul {
  position: relative;
}
.nesty-panel ul li {
  padding: 4px 20px !important;
  border: 0 !important;
  background: #fff !important;
  font: 400 16px/1.5em 'GraphikRegular', Arial, Helvetica, sans-serif !important;
}
.nesty-panel ul li:hover {
  color: #b08a54;
  background: #fff !important;
}
.nesty-panel ul li:first-child {
  display: none;
}
ul.selectBox-dropdown-menu {
  border: 1px solid #ced1d1;
  position: absolute;
  z-index: 99;
  padding: 5px 0 !important;
  background: #fff;
  box-shadow: inset 1px 1px 0 #e8eaea;
}
ul.selectBox-dropdown-menu li a {
  display: block;
  padding: 4px 20px;
}
ul.selectBox-dropdown-menu li a:hover {
  color: #b08a54;
}
zd-autocomplete {
  margin-top: -11px;
  border-radius: 0;
  padding-bottom: 15px;
}
zd-autocomplete-header {
  font-size: 13px;
  color: #ced1d1;
  margin-bottom: 15px;
}
zd-autocomplete-option {
  padding: 4px 20px;
  color: #8c8d8a;
}
zd-autocomplete-option em {
  color: #000000;
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-ms-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-o-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media all and (min-width: 700px) {
  html {
    height: 100%;
  }
  body {
    min-height: 100%;
    padding-bottom: 428px;
    position: relative;
  }
  body.hasnt-contact-us {
    padding-bottom: 328px;
  }
  footer {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
  }
}
@media all and (max-width: 1300px) {
  #article div.centralize {
    padding-left: 400px;
  }
  #article div#toc {
    width: 330px;
  }
}
@media all and (max-width: 1120px) {
  #home {
    padding: 90px 20px 180px;
  }
  #home div.centralize {
    max-width: 800px;
  }
  #home div.centralize > a {
    padding: 160px 45px 45px;
  }
  #home div.centralize > a.lt img {
    left: -50%;
    width: 102%;
    bottom: -70px;
  }
  #home div.centralize > a.rt img {
    width: 112%;
    right: -45%;
    bottom: -60px;
  }
  #home div.centralize > a h3 {
    font-size: 1.6em;
    line-height: 1.1em;
  }
  #home div.centralize > a h4 {
    padding: 10px 0 0;
  }
  #home div.centralize div.pp {
    margin-top: 150px;
  }
  #home div.centralize div.pp > div {
    width: auto;
    margin-left: auto;
    padding-left: 10%;
  }
  #home div.centralize div.pp > a {
    width: auto;
    margin-left: 0;
    display: block;
    margin-top: 20px;
  }
  #product {
    padding: 80px 20px 150px;
  }
  #product div.centralize {
    max-width: 800px;
  }
  #product div.centralize div.box a i.ico {
    width: 60px;
    height: 50px;
    margin: 5px auto 15px;
  }
  #product div.centralize div.box img {
    bottom: -50px;
  }
  #product.category-insightone div.centralize div.box img,
  #product.category-115000154627 div.centralize div.box img {
    left: 0;
    width: 65%;
  }
  #article div.centralize {
    padding-left: 350px;
  }
  #article div#toc {
    width: 300px;
  }
  .notification {
    width: 90%;
  }
}
@media all and (max-width: 1000px) {
  #article div.centralize {
    padding-left: 270px;
  }
  #article div#toc {
    width: 230px;
  }
  #faq div.centralize {
    padding-right: 0;
  }
  #faq div.centralize h2 {
    padding: 0 0 50px 0;
  }
  #faq div.centralize > img {
    width: 160px;
  }
  #faq div.centralize div.faq_item {
    margin-left: 180px;
  }
}
@media all and (max-width: 900px) {
  #home {
    padding: 90px 20px 180px;
    overflow: hidden;
  }
  #home div.centralize {
    max-width: 650px;
  }
  #home div.centralize > a {
    padding: 140px 30px 30px;
  }
  #home div.centralize > a.lt img {
    left: -55%;
    width: 110%;
    bottom: -60px;
  }
  #home div.centralize > a.rt img {
    width: 112%;
    right: -45%;
    bottom: -60px;
  }
  #home div.centralize > a h3 {
    font-size: 1.3em;
    line-height: 1.1em;
  }
  #home div.centralize > a h4 {
    padding: 8px 0 0;
  }
  #product {
    padding: 80px 20px 120px;
  }
  #product div.centralize {
    max-width: 650px;
  }
  #product div.centralize div.box a {
    font-size: 15px;
    padding: 37px 15px;
  }
  #product div.centralize div.box a i.ico {
    width: 60px;
    height: 50px;
    margin: 5px auto 15px;
  }
  #product div.centralize div.box img {
    bottom: -50px;
    width: 65%;
    left: -20%;
  }
  #product.category-insightone div.centralize div.box img,
  #product.category-115000154627 div.centralize div.box img {
    left: -5%;
    width: 70%;
    bottom: -40px;
  }
  #article div.centralize {
    padding-left: 0;
  }
  #article div#toc {
    padding: 0 0 40px;
    margin-top: -30px;
    width: auto;
    position: relative;
  }
  #product1 div.centralize div.box {
    min-height: 0 !important;
  }
}
@media all and (max-width: 780px) {
  body > .notification {
    top: 430px;
  }
  #home {
    padding: 60px 20px 120px;
  }
  #home div.centralize {
    max-width: 650px;
    padding: 0 10px;
  }
  #home div.centralize h2 {
    padding: 0 0 80px;
  }
  #home div.centralize > a {
    display: block;
    width: auto;
    margin: 15px auto;
    max-width: 500px;
    padding: 80px 60px 70px;
  }
  #home div.centralize > a h3 {
    font-size: 1.5em;
    line-height: 1.1em;
  }
  #home div.centralize > a + a {
    margin-top: 100px;
  }
  #home div.centralize > a.lt img {
    left: -100px;
    width: 320px;
    bottom: -30px;
  }
  #home div.centralize > a.rt img {
    width: 350px;
    right: -100px;
    bottom: -60px;
  }
  #home div.centralize div.pp > div {
    padding-left: 20%;
  }
  #product1 div.centralize h2 {
    padding: 0 0 60px 40%;
  }
  #product1 div.centralize h2 + p {
    padding: 0 0 60px 40%;
  }
  #product1 div.centralize div.box {
    position: relative;
    padding: 0 0 0 40%;
  }
  #product1 div.centralize div.box img {
    width: 70%;
    left: -25%;
  }
  #product1.category-insightone div.centralize div.box img,
  #product1.category-115000154627 div.centralize div.box img {
    left: -3%;
  }
  #product1.category-115000982488 div.centralize div.box img {
    left: 2%;
    width: 30%;
  }
}
@media all and (max-width: 700px) {
  #product {
    padding: 60px 20px 60px;
  }
  #product div.centralize div.box {
    background: none;
    padding: 0;
  }
  #product div.centralize div.box a {
    margin: 1%;
    width: 48%;
  }
  #product div.centralize div.box img {
    display: none;
  }
  #contact-us-section a.btn {
    margin: 15px 0;
  }
  #contact-form {
    max-width: 840px;
    margin: 0 auto;
    padding: 120px 20px;
    position: relative;
  }
  #contact-form h4 {
    position: static;
    top: 0;
    right: 0;
    font-size: 1.3em;
    padding: 0 0 35px;
    margin: -25px 0 0;
  }
  footer .f1 {
    padding: 50px 20px;
  }
  footer .f1 .lt {
    float: none;
  }
  footer .f1 .rt {
    padding: 40px 0 0;
    float: none;
  }
  #article .related-articles h3 {
    border-top: 0;
    padding-top: 10px;
  }
  #faq div.centralize {
    padding-right: 0;
  }
  #faq div.centralize h2 {
    padding: 0 0 50px 0;
    margin: -30px 0 0;
  }
  #faq div.centralize > img {
    position: relative;
    top: 0;
    width: 200px;
  }
  #faq div.centralize div.faq_item {
    margin-left: 0;
  }
}
@media all and (max-width: 600px) {
  #article article table td,
  #faq article table td,
  #article article table th,
  #faq article table th {
    padding: 10px 0;
  }
  #article article table td:first-child,
  #faq article table td:first-child,
  #article article table th:first-child,
  #faq article table th:first-child {
    padding-right: 20px;
  }
  #article article div.cols,
  #faq article div.cols {
    margin: 0;
  }
  #article article div.cols > *,
  #faq article div.cols > * {
    display: block;
    margin: 15px auto;
    padding: 0;
    width: auto;
  }
  #article article div.cols > * + *,
  #faq article div.cols > * + * {
    margin-top: 25px;
  }
  #product1 {
    padding: 55px 20px;
  }
  #product1 div.centralize h2 {
    padding: 0 0 60px 0;
  }
  #product1 div.centralize h2 + p {
    padding: 0 0 60px 0;
  }
  #product1 div.centralize div.box {
    position: relative;
    padding: 0 0 0 0;
  }
  #product1 div.centralize div.box img {
    display: none;
  }
  #home div.centralize div.pp > div {
    padding-left: 30%;
  }
}
@media all and (max-width: 500px) {
  #home {
    padding: 60px 20px 60px;
  }
  #home div.centralize {
    max-width: 650px;
    padding: 0 10px;
  }
  #home div.centralize h2 {
    padding: 0 0 50px;
  }
  #home div.centralize > a {
    display: block;
    width: auto;
    margin: 15px auto;
    max-width: 500px;
    padding: 80px 30px 70px;
    text-align: center !important;
  }
  #home div.centralize > a img {
    display: none;
  }
  #home div.centralize > a div {
    text-align: center;
  }
  #home div.centralize > a h3 {
    font-size: 1.5em;
    line-height: 1.1em;
  }
  #home div.centralize > a + a {
    margin-top: 15px;
  }
  #home div.centralize div.pp {
    padding: 80px 30px 70px;
    margin-top: auto;
  }
  #home div.centralize div.pp div {
    text-align: center;
  }
  #home div.centralize div.pp div:first-of-type {
    margin: auto;
    padding: 0;
  }
  #home div.centralize div.pp img {
    display: none;
  }
  #product div.centralize div.box {
    padding: 0 10px;
  }
  #product div.centralize div.box a {
    display: block;
    margin: 15px 0;
    width: auto;
  }
}
@media all and (max-width: 450px) {
  .hide-mobile {
    display: none;
  }
}
@media all and (max-width: 400px) {
  header a.go_back {
    display: none;
  }
  header .user-info .dropdown-toggle #user-avatar {
    margin-top: 7px;
  }
  footer .f1 {
    padding: 50px 20px;
  }
  footer .f1 .lt p {
    padding-left: 100px;
  }
  footer .f1 .rt div.social a + a {
    margin-left: 13px;
  }
}