body {
  background-color: #fff;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-attachment: fixed;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  overflow: hidden;
  color: rgba(126, 128, 130, 0.9);
  	/*&.page {
  		> .container {
  			> .loader {
  				display: none;
  			}
  		}
  	}
  
  	&.home {
  		> .container {
  			> .loader {
  				display: block;
  			}
  		}
  	}*/
}
body.scrollable, body.page-template-default {
  overflow-y: auto;
}
body.forcedesktop {
  width: 1500px !important;
  overflow: visible;
}
body .placeholder {
  color: rgba(207, 4, 60, 0.9);
}
body #primary.sticky {
  width: 100%;
  height: 100%;
  position: fixed;
}
body h1, body h2, body h3, body h4, body h5 {
  font-family: "Open Sans", sans-serif;
  text-transform: none;
  font-weight: 300;
}
body h1 {
  font-size: 55px;
}
body h2 {
  font-size: 40px;
}
body h3 {
  font-size: 30px;
  margin-top: 50px !important;
}
body h4 {
  font-size: 25px;
}
body h5 {
  font-size: 20px;
}
body h6 {
  font-size: 18px;
}
body input[type="text"], body input[type="email"], body input[type="date"] {
  border: 1px solid transparent;
  border-radius: 3px;
  font-size: 14px;
  height: auto;
  line-height: 1.5;
  margin-right: 2px;
  padding: 7px;
}
body code {
  padding: 0px;
}
body a.button {
  background-color: rgba(207, 4, 60, 0.9);
  border-color: transparent;
  border-radius: 3px;
  border-style: solid;
  border-width: 2px;
  color: #fff;
  line-height: 20px;
  padding: 7px 14px;
  text-transform: none;
  font-size: 14px;
}
body a.button:hover {
  border-color: transparent;
  background-color: #7e8082;
  color: #fff;
  transition: all 0.25s linear 0s;
}
body a.downloadLink {
  margin-top: 15px;
  position: relative;
  display: inline-block;
}
body .gform_wrapper {
  text-align: center;
  float: left;
  width: 50%;
}
body .gform_wrapper form {
  display: inline-block;
  width: 95%;
  margin-top: 30px;
  float: left;
}
body .gform_wrapper form input[type="text"].medium {
  width: 100%;
}
body .gform_wrapper .gform_body .gfield_label {
  display: none;
}
body .gform_wrapper .gform_body input[type="text"], body .gform_wrapper .gform_body textarea {
  border: 1px solid #e1e1e1;
  font-size: 14px;
  padding: 7px;
  margin: 5px;
  color: rgba(126, 128, 130, 0.9);
}
body .gform_wrapper input[type="submit"].gform_button {
  background-color: rgba(207, 4, 60, 0.9);
  color: #fff;
  border: 1px solid transparent;
  border-radius: 3px;
  font-family: Open Sans;
  font-size: 14px;
  font-weight: normal;
  padding: 5px 30px;
}
body .gform_wrapper input[type="submit"].gform_button:hover {
  background-color: #7e8082;
  color: #fff;
}
body #homepageSidebar p strong {
  font-weight: 600;
}
body #contactDetails {
  width: 50%;
  text-align: left;
  margin-top: 1em;
  float: left;
}
body #contactDetails p {
  margin-top: 30px;
  overflow: hidden;
}
body #contactDetails span.fa {
  width: 25px;
  text-align: center;
  color: rgba(201, 15, 62, 0.9);
}
body #contactDetails .fa-map-marker {
  float: left;
}
body #contactDetails #address {
  margin-top: auto;
  line-height: 21.4285507202148px;
  float: left;
  display: block;
}
body #contactDetails h6 {
  clear: both;
  margin-top: 30px;
}
body #contactDetails ul {
  padding-left: 0px;
}
body #contactDetails ul li {
  padding-left: 20px;
  list-style: none;
  background-image: url("/wp-content/themes/tkc/images/common/Bullet.png");
  background-repeat: no-repeat;
  background-position: left center;
}
body a {
  color: rgba(126, 128, 130, 0.9);
}
body a:hover {
  color: rgba(207, 4, 60, 0.9);
  text-decoration: none;
}

.container {
  width: 100%;
  padding: 0;
}

#header {
  background-color: rgba(255, 255, 255, 0.9);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  max-width: none;
  padding: 0;
  height: 70px;
  z-index: 110;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  -webkit-transition: background-color 0.25s linear;
  -moz-transition: background-color 0.25s linear;
  -ms-transition: background-color 0.25s linear;
  -o-transition: background-color 0.25s linear;
  transition: background-color 0.25s linear;
  z-index: 122;
  overflow: visible;
}
#header:hover {
  background-color: white;
}
#header #hamburger {
  padding: 0;
  font-size: 16px;
  float: left;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  background-color: transparent;
  color: #7e8082;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
  cursor: pointer;
  z-index: 130;
  position: relative;
}
#header #hamburger:hover {
  background-color: rgba(207, 4, 60, 0.9);
  color: #fff;
}
#header #hamburger span {
  padding: 28px;
  text-align: center;
  width: 72px;
}
#header .navbar-default {
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  float: left;
}
#header #logo {
  padding: 0;
  max-width: none;
  height: 70px;
  min-height: 0;
  min-width: 0;
  width: 170px;
  background-repeat: no-repeat;
  background-size: 130px auto;
  background-position: center center;
  z-index: 119;
}
#header #primary-nav {
  border: 0;
  padding: 0;
}
#header #primary-nav .navbar-default {
  margin: 0;
}
#header #primary-nav .navbar-default li {
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}
#header #primary-nav .navbar-default li:first-child {
  border-left: 1px solid rgba(0, 0, 0, 0.2);
}
#header #primary-nav .navbar-default li.viewRangeOn a {
  background-color: #7e8082;
  color: #fff;
}
#header #primary-nav .navbar-default li a {
  background-color: transparent;
  color: #7e8082;
  height: 70px;
  line-height: 70px;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  padding-top: 0;
  padding-bottom: 0;
  min-width: 105px;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
#header #primary-nav .navbar-default li a:hover {
  background-color: rgba(207, 4, 60, 0.9);
  color: #fff;
}
#header #primary-nav .navbar-default li.current-menu-item a, #header #primary-nav .navbar-default li.current_page_parent a {
  background-color: #7e8082;
  color: #FFF;
}
#header #primary-nav .navbar-default li.current-menu-item a:hover, #header #primary-nav .navbar-default li.current_page_parent a:hover {
  background-color: rgba(207, 4, 60, 0.9);
  color: #fff;
}
#header #primary-nav .navbar-default li.current-menu-item a.alterOn, #header #primary-nav .navbar-default li.current_page_parent a.alterOn {
  background-color: transparent;
  color: #7e8082;
}
#header #primary-nav .navbar-default li.highlight-alt a {
  background-color: #7e8082;
  color: #FFF;
}
#header #primary-nav .navbar-default li.highlight-alt a:hover {
  background-color: rgba(207, 4, 60, 0.9);
  color: #fff;
}
#header #primary-nav .navbar-default li.highlight a {
  background-color: rgba(207, 4, 60, 0.9);
  color: #fff;
}
#header #primary-nav .navbar-default li.highlight a:hover {
  background-color: #fff;
  color: rgba(207, 4, 60, 0.9);
}

.footer-container {
  background-color: rgba(255, 255, 255, 0.9);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  max-width: none;
  padding: 0;
  height: 70px;
  z-index: 110;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  -webkit-transition: background-color 0.25s linear;
  -moz-transition: background-color 0.25s linear;
  -ms-transition: background-color 0.25s linear;
  -o-transition: background-color 0.25s linear;
  transition: background-color 0.25s linear;
  z-index: 109;
  height: auto;
  background: transparent;
  top: auto;
  bottom: 0;
  width: 100% !important;
}
.footer-container:hover {
  background-color: white;
}
.footer-container .footer-visible {
  height: 60px;
  background: rgba(255, 255, 255, 0.9);
}
.footer-container .footer-visible #b2b {
  float: none;
  padding: 0px;
  border-right: 0;
}
.footer-container .footer-visible #b2b > a {
  float: left;
  margin-right: 1px;
}
.footer-container .footer-visible .popover {
  height: auto;
  float: none;
}
.footer-container .footer-visible > div {
  float: left;
  height: 100%;
  cursor: pointer;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}
.footer-container .footer-visible .log-in, .footer-container .footer-visible .register-here {
  background-color: rgba(207, 4, 60, 0.9);
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  padding: 14px 0;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 1rem;
  max-width: 200px;
  height: 100%;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
.footer-container .footer-visible .log-in:hover, .footer-container .footer-visible .register-here:hover {
  background-color: #fff;
  color: rgba(207, 4, 60, 0.9);
}
.footer-container .footer-visible .log-in span, .footer-container .footer-visible .register-here span {
  font-size: 1.54rem;
  padding: 0 17px;
  display: block;
  line-height: 1.2;
  font-weight: 300;
}
.footer-container .footer-visible .log-in:hover {
  background-color: #7e8082;
  color: #fff;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
.footer-container .footer-visible .register-here {
  display: none;
}
.footer-container .footer-visible #footer-menu-toggle {
  max-width: 70px;
  padding: 0;
  font-size: 16px;
  float: left;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  background-color: rgba(255, 255, 255, 0.9);
  color: #7e8082;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
  cursor: pointer;
}
.footer-container .footer-visible #footer-menu-toggle:hover {
  background-color: rgba(207, 4, 60, 0.9);
  color: #fff;
}
.footer-container .footer-visible #footer-menu-toggle span {
  padding: 27px 0;
  text-align: center;
  width: 100%;
}
.footer-container .footer {
  position: relative;
  overflow: hidden;
  background: #7e8082;
  color: #FFF;
  font-size: 11px;
}
.footer-container .footer a {
  color: #FFF;
  text-transform: none;
}
.footer-container .footer > div {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.footer-container .footer form {
  overflow: hidden;
  padding-top: 15px;
}
.footer-container .footer form h3 {
  color: #fff;
  margin-right: 20px;
  line-height: 40px;
  white-space: nowrap;
  font-size: 15px;
  margin-top: 0px !important;
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizespeed;
}
.footer-container .footer form input[type="text"],
.footer-container .footer form input[type="email"] {
  background-color: rgba(255, 255, 255, 0.9);
  color: #7e8082;
  max-width: 150px;
}
.footer-container .footer form button {
  background-color: rgba(207, 4, 60, 0.9);
  border-color: transparent;
  border-radius: 3px;
  border-style: solid;
  border-width: 2px;
  color: #fff;
  line-height: 20px;
  padding: 7px 14px;
  text-transform: none;
  font-size: 14px;
}
.footer-container .footer form button:hover {
  border-color: transparent;
  background-color: #fff;
  color: rgba(207, 4, 60, 0.9);
  transition: all 0.25s linear 0s;
}
.footer-container .footer #address {
  text-align: right;
}
.footer-container .footer #address div {
  padding-left: 0px;
  padding-right: 0px;
}
.footer-container .footer #address li {
  list-style: outside none none;
}
.footer-container .footer #address li p {
  font-size: 12px;
  font-weight: normal;
  line-height: 15px;
  text-align: right;
}
.footer-container .footer #address li p a {
  color: rgba(207, 4, 60, 0.9);
}
.footer-container .footer #address li p a:hover {
  color: #fff;
  text-decoration: none;
}
.footer-container .footer #address p {
  font-size: 10px;
  font-weight: normal;
  line-height: 15px;
  text-align: right;
}
.footer-container .footer #address span, .footer-container .footer #address strong {
  padding-left: 10px;
}
.footer-container .footer #address #callNow {
  display: none;
  background-color: rgba(207, 4, 60, 0.9);
  border-color: transparent;
  border-radius: 3px;
  border-style: solid;
  border-width: 2px;
  color: #fff;
  line-height: 20px;
  padding: 7px 14px;
  text-transform: none;
  font-size: 14px;
  text-align: center;
  margin-top: 10px;
  margin: 0;
}
.footer-container .footer #address #callNow a {
  width: 100%;
  display: block;
  text-decoration: none;
}
.footer-container .footer #address #callNow:hover {
  border-color: transparent;
  background-color: #fff;
  color: rgba(207, 4, 60, 0.9);
  transition: all 0.25s linear 0s;
}
.footer-container .footer #address #callNow:hover a {
  color: rgba(207, 4, 60, 0.9);
}
.footer-container .footer .links {
  font-size: 12px;
}
.footer-container .footer .links .panel {
  display: none;
  background: none repeat scroll 0 0 transparent;
  border: medium none;
  margin: 0;
  padding: 0;
}
.footer-container .footer .links .panel #headingOne {
  background: none repeat scroll 0 0 transparent;
  border: medium none;
  padding-bottom: 0;
  padding-left: 0;
}
.footer-container .footer .links .panel #headingOne a {
  text-decoration: none;
}
.footer-container .footer .links .panel #headingOne a:hover {
  color: rgba(201, 15, 62, 0.9);
}
.footer-container .footer .links #footer-nav {
  padding-left: 0px;
}
.footer-container .footer .links #footer-nav ul {
  min-width: 620px;
  min-height: 0px;
  margin: 0;
  margin-top: 20px;
}
.footer-container .footer .links #footer-nav ul .desktopVersion {
  display: none;
}
.footer-container .footer .links #footer-nav ul li {
  padding: 0 10px 0 0;
}
.footer-container .footer .links #footer-nav ul li a {
  padding: 0px;
}
.footer-container .footer .links #footer-nav ul li a:hover {
  color: rgba(207, 4, 60, 0.9);
  background-color: transparent;
}
.footer-container .footer .links #footer-nav ul li.hiddenAlways {
  display: none;
}

#homepage-content {
  position: absolute;
  bottom: 10%;
  right: 70px;
  background: rgba(255, 255, 255, 0.9);
  padding: 37px;
  color: rgba(126, 128, 130, 0.9);
  z-index: 10;
}
#homepage-content h1 {
  margin-top: 0;
  font-size: 35px;
}

#homepageSidebar {
  height: 100%;
  left: 70px;
  margin-top: 12%;
  position: absolute;
  top: 0;
  width: 242px;
}
#homepageSidebar > div {
  height: auto;
  padding: 10px;
  text-align: center;
  width: 100%;
}
#homepageSidebar > div li {
  list-style: none;
}
#homepageSidebar > div p:last-child {
  margin-top: 20px;
}
#homepageSidebar > div h4 {
  font-size: 25px;
}
#homepageSidebar > div .button {
  background-color: #7e8082;
  border-color: transparent;
  border-radius: 3px;
  border-style: solid;
  border-width: 2px;
  color: #fff;
  line-height: 20px;
  padding: 7px 14px;
  text-transform: none;
  font-size: 14px;
}
#homepageSidebar > div .button:hover {
  border-color: transparent;
  background-color: rgba(207, 4, 60, 0.9);
  color: #fff;
  transition: all 0.25s linear 0s;
}
#homepageSidebar #ourRange {
  background: rgba(255, 255, 255, 0.9);
}
#homepageSidebar #kbbEvent {
  background: #1fc2de;
  color: #fff;
  position: relative;
  padding: 6px 12px;
}
#homepageSidebar #kbbEvent h4 {
  font-weight: normal;
  font-size: 34px;
  margin: 10px 0px;
}
#homepageSidebar #kbbEvent h4 > .countdown {
  width: 42px;
  display: inline-block;
}
#homepageSidebar #kbbEvent h4 > .countdown span {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
}
#homepageSidebar #kbbEvent img {
  position: absolute;
  right: 15px;
  bottom: 15px;
  height: 70px;
  width: 70px;
}
#homepageSidebar #kbbEvent .divider {
  width: 16px;
  display: inline-block;
  vertical-align: top;
}
#homepageSidebar #kbbEvent .text-left {
  text-align: left;
  padding-top: 5px;
}
#homepageSidebar #kbbEvent .button {
  background-color: #fff;
  color: rgba(126, 128, 130, 0.9);
}
#homepageSidebar #kbbEvent .button:hover {
  background-color: #7e8082;
  color: #fff;
}
#homepageSidebar #supplyToTrade {
  background: rgba(207, 4, 60, 0.9);
  color: #fff;
}
#homepageSidebar #supplyToTrade .button {
  background-color: #fff;
  color: rgba(126, 128, 130, 0.9);
}
#homepageSidebar #supplyToTrade .button:hover {
  background-color: #7e8082;
  color: #fff;
}

#kbb_countdown h4 {
  font-weight: normal;
  font-size: 34px;
  margin-bottom: 0px;
  margin-top: 20px;
}
#kbb_countdown h4 > .countdown {
  width: 42px;
  display: inline-block;
}
#kbb_countdown h4 > .countdown span {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
}
#kbb_countdown .divider {
  width: 16px;
  display: inline-block;
  vertical-align: top;
}

body.mobile .footer-container .footer-visible .log-in {
  max-width: none;
}
body.mobile .footer-container .footer-visible #footer-menu-toggle {
  max-width: none;
}
body.mobile #homepage-content {
  bottom: auto;
  max-width: none;
  padding: 5%;
  position: relative;
  right: auto;
}

.loader {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: 150px auto;
  background-position: center center;
  background-image: url(../images/tkc.gif);
  opacity: 1;
}

.clear {
  clear: both;
}

#accordion {
  text-align: left;
}

#secondary {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.9);
}
#secondary > div {
  padding: 5% 0;
}
#secondary p {
  margin: 20px 0;
  line-height: 2;
}
#secondary h1 {
  font-size: 34px;
}
#secondary .jobSpec {
  float: left;
  padding: 5px;
}
#secondary .jobSpec .job-spec-info {
  min-height: 85px;
  margin-bottom: 10px;
}
#secondary .jobSpec a {
  position: relative;
  display: block;
}
#secondary #post-job-content {
  padding-top: 0px;
  position: relative;
  display: block;
  overflow: hidden;
  clear: both;
}
body.scrollable #secondary h1:before {
  font-family: FontAwesome;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  width: 20px;
  margin: auto;
  top: 41px;
  font-size: 22px;
  color: rgba(207, 4, 60, 0.9);
}
#secondary.left-justify-content p {
  font-family: 'Times New Roman';
  color: black;
  margin: 0px;
  line-height: auto;
  text-align: left;
}
#secondary.left-justify-content ul {
  list-style: none;
  padding-left: 0px;
}
#secondary.left-justify-content ul.terms-and-conditions, #secondary.left-justify-content ul.privacy-policy {
  text-align: left;
  font-family: 'Times New Roman';
  color: black;
  margin: 0px;
  line-height: auto;
  padding-left: 50px;
  /*font-size:11px;*/
}
#secondary.left-justify-content ul.terms-and-conditions ol, #secondary.left-justify-content ul.privacy-policy ol {
  list-style-type: lower-alpha !important;
  padding-left: 20px;
}
#secondary.left-justify-content ul.terms-and-conditions ol li, #secondary.left-justify-content ul.privacy-policy ol li {
  padding-left: 10px;
}
#secondary.left-justify-content ul.terms-and-conditions > li, #secondary.left-justify-content ul.privacy-policy > li {
  font-variant: small-caps !important;
  font-weight: bold;
  margin-bottom: 20px !important;
}
#secondary.left-justify-content ul.terms-and-conditions li, #secondary.left-justify-content ul.privacy-policy li {
  font-variant: normal;
  margin: 10px 0px;
}
#secondary.left-justify-content ul.terms-and-conditions li ul, #secondary.left-justify-content ul.privacy-policy li ul {
  font-variant: initial;
  font-weight: normal;
}
#secondary.left-justify-content ul.terms-and-conditions li p, #secondary.left-justify-content ul.privacy-policy li p {
  margin: 0px;
}
#secondary.left-justify-content ul.terms-and-conditions li > div, #secondary.left-justify-content ul.privacy-policy li > div {
  width: 50px;
  display: inline-block;
  float: left;
  margin-top: 5px;
  padding-right: 10px;
  margin-left: -50px;
}
#secondary.left-justify-content .TcTitle {
  text-decoration: underline;
  text-align: center;
}

div.tooltip {
  z-index: 1000;
}

.tooltip-inner {
  background: rgba(255, 255, 255, 0.9);
  color: rgba(126, 128, 130, 0.9);
  text-transform: uppercase;
  border-radius: 2px;
}

.tooltip.bottom .tooltip-arrow {
  border-bottom-color: rgba(255, 255, 255, 0.9) !important;
}

.tooltip.top .tooltip-arrow {
  border-top-color: rgba(255, 255, 255, 0.9) !important;
}

.tooltip.left .tooltip-arrow {
  border-left-color: rgba(255, 255, 255, 0.9) !important;
}

.tooltip.right .tooltip-arrow {
  border-right-color: rgba(255, 255, 255, 0.9) !important;
}

.popover {
  color: rgba(126, 128, 130, 0.9) !important;
}
.popover .popover-title {
  text-transform: uppercase;
  color: rgba(207, 4, 60, 0.9);
  font-size: 18px;
  margin-top: 0px !important;
}

.flip-book {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center center;
  /* MAP */
}
.flip-book .flip-chapter {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.flip-book .flip-chapter .flip-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: transparent;
  z-index: 10;
}
.flip-book .flip-chapter .flip-content {
  position: absolute;
  z-index: 20;
  height: 300px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  text-align: center;
}
.flip-book .flip-chapter .flip-content .flip-wrapper {
  max-width: 50%;
  margin: 0 auto;
  background: rgba(132, 128, 125, 0.3);
  padding: 20px;
}
.flip-book .flip-chapter .flip-content h1, .flip-book .flip-chapter .flip-content h2, .flip-book .flip-chapter .flip-content h3, .flip-book .flip-chapter .flip-content h4 {
  text-align: center;
  color: #fff;
  /*text-shadow: 0 0 30px #000,0 0 30px #000,0 0 30px #000,0 0 30px #000;*/
  font-size: 25px;
  margin-top: 25px !important;
}
.flip-book .flip-chapter .flip-content h2 {
  font-size: 50px;
  text-transform: uppercase;
  font-weight: 400;
}
.flip-book .flip-chapter .flip-page {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.flip-book #gmap {
  height: 400px;
  width: 100%;
  background: #EFEFEF;
}
.flip-book .gm-style-iw * {
  display: block;
  width: 100%;
}
.flip-book .gm-style-iw h4, .flip-book .gm-style-iw p {
  margin: 0;
  padding: 0;
}
.flip-book .gm-style-iw a {
  color: #4272db;
}

.gmnoprint:last-child {
  left: 91px;
  bottom: 0 !important;
  top: auto !important;
}

@media screen and (max-width: 770px) {
  .footer-container .footer form input[type="text"], .footer-container .footer form input[type="email"] {
    margin-bottom: 5px;
    max-width: none;
  }

  .footer-container .footer .links #footer-nav ul {
    margin-top: 0px;
  }

  .footer-container .footer .links #callNow {
    margin-top: 15px;
  }

  .ls-container .ls-inner div p {
    font-size: 15px !important;
  }

  #homepag {
    width: 242px;
  }

  #homepage-content {
    right: 0;
  }

  #secondary p {
    margin: 20px 10px;
  }

  body #contactDetails, body .gform_wrapper {
    width: 100% !important;
    float: none !important;
  }

  body #contactDetails h6, body #contactDetails > p {
    margin-left: 35px;
  }

  body #contactDetails ul {
    margin-left: 15px;
  }

  body .gform_wrapper form {
    width: 100% !important;
  }

  body #contactDetails p {
    overflow: visible;
  }

  .gform_wrapper .gform_footer {
    text-align: center;
  }

  #header .navbar.navbar-default {
    float: none;
  }
  #header .navbar.navbar-default #primary-nav li a {
    min-width: 0px;
  }

  .flip-book {
    background-size: 100%;
  }
  .flip-book .flip-chapter .flip-content .flip-wrapper {
    max-width: 80%;
    background-color: rgba(132, 128, 125, 0.5);
  }
  .flip-book .flip-chapter .flip-content .flip-wrapper h3.flip-title {
    font-size: 17px !important;
  }
  .flip-book .flip-chapter .flip-content .flip-wrapper h2.flip-title {
    font-size: 25px !important;
  }

  body #header #logo {
    width: auto;
    background-size: auto 100%;
    display: block;
    float: none !important;
  }

  #secondary .jobSpec {
    width: 100% !important;
    float: none;
    margin-bottom: 10px;
  }
  #secondary .jobSpec .job-spec-info {
    margin-bottom: 0px;
    min-height: 80px;
  }
}
@media screen and (min-width: 770px) and (max-width: 991px) {
  #homepage-content {
    width: 55%;
  }
}
@media screen and (max-width: 979px) {
  body #header #logo {
    float: left;
  }
  body #header #primary-nav .navbar-default li a {
    min-width: 0px;
    padding: 0 9.5px;
    font-size: 10px;
  }
  body #header .tkcarrow.up {
    position: absolute;
    right: 0;
    top: 0;
  }
  body h2.flip-title {
    font-size: 35px !important;
  }
  body h3.flip-title {
    font-size: 25px !important;
  }
  body #homepage-content {
    font-size: 12px;
    padding: 27px;
  }
  body #homepage-content h1 {
    font-size: 30px;
  }
  body #homepageSidebar {
    width: 190px;
  }
  body #homepageSidebar p {
    font-size: 10px;
  }
  body #homepageSidebar h4 {
    font-size: 20px;
  }
  body #homepageSidebar a.button {
    font-size: 10px;
  }
  body #homepageSidebar #kbbEvent .textwidget {
    width: 300px;
    position: relative;
    display: inline-block;
  }
}
@media screen and (min-width: 1199px) {
  body {
    font-size: 15px;
  }

  .footer-container .footer form {
    min-width: 640px;
  }

  .footer-container .footer form h3 {
    float: left;
  }

  #header .navbar.navbar-default #primary-nav li a {
    font-size: 12px;
  }
}
@media screen and (max-width: 1199px) {
  body .gform_wrapper form {
    width: 80%;
  }

  .flip-book .flip-chapter .flip-content h2 {
    font-size: 50px;
  }

  .flip-book .flip-chapter .flip-content h3 {
    font-size: 20px;
  }

  #primary-nav .navbar-default li a {
    font-size: 9px !important;
    min-width: 65px !important;
  }

  #homepageSidebar {
    margin-top: 13%;
  }
  #homepageSidebar > div {
    padding: 10px;
  }
  #homepageSidebar > div .button {
    font-size: 12px;
  }
  #homepageSidebar > div p {
    font-size: 12px;
  }
  #homepageSidebar > div h4 {
    font-size: 20px;
    margin: 5px 0;
  }
  #homepageSidebar #kbbEvent .countdown-desc .countdown {
    width: 42px;
  }

  #homepage-content {
    bottom: 13%;
  }
}
@media screen and (min-width: 1199px) and (max-width: 1300px) {
  #catalog-menu .brochure-cta {
    font-size: 23px !important;
  }

  #catalog-menu .brochure-cta div .button {
    font-size: 11px !important;
  }

  #homepageSidebar {
    margin-top: 6% !important;
  }
  #homepageSidebar > div {
    padding: 6px;
  }
  #homepageSidebar > div h4 {
    font-size: 20px;
  }
  #homepageSidebar > div p {
    font-size: 13px;
  }
  #homepageSidebar > div .button {
    font-size: 12px;
  }
}
@media screen and (max-width: 770px) {
  body #primary {
    padding-bottom: 70px;
    overflow: hidden;
  }
  body #secondary {
    padding-bottom: 70px;
  }
  body h3.flip-title {
    width: 90% !important;
    max-width: 90% !important;
  }

  body.scrollable #secondary h1:before {
    top: 0;
  }

  .ls-wp-fullwidth-container {
    padding-top: 80px;
  }
  .ls-wp-fullwidth-container .ls-container .ls-inner div p {
    font-size: 15px !important;
    line-height: 15px !important;
    padding-top: 5px !important;
    width: 50% !important;
  }
  .ls-wp-fullwidth-container .ls-container .ls-inner div .logo-small {
    width: 50px !important;
  }

  #homepageSidebar {
    height: auto;
    left: 0;
    margin-top: 0;
    position: relative;
    top: unset;
    width: 100% !important;
  }
  #homepageSidebar > div .button {
    font-size: 12px;
  }
  #homepageSidebar p {
    font-size: 12px;
  }

  .footer-container {
    height: 50px;
    position: relative;
    bottom: 0;
    top: auto;
    left: auto;
  }
  .footer-container .register-here {
    display: block;
  }
  .footer-container .footer-visible #footer-menu-toggle span {
    padding: 25px 0;
  }
  .footer-container .footer-visible #b2b {
    float: none;
  }
  .footer-container .footer-visible #b2b > a {
    float: none;
    margin: 0;
  }
  .footer-container #floatingFooter {
    background-color: rgba(255, 255, 255, 0.9);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    max-width: none;
    padding: 0;
    height: 70px;
    z-index: 110;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
    -webkit-transition: background-color 0.25s linear;
    -moz-transition: background-color 0.25s linear;
    -ms-transition: background-color 0.25s linear;
    -o-transition: background-color 0.25s linear;
    transition: background-color 0.25s linear;
    height: 50px;
    background: #fff;
    top: auto;
    bottom: 0;
    width: 100% !important;
    z-index: 107;
    display: block;
    overflow: hidden;
  }
  .footer-container #floatingFooter:hover {
    background-color: white;
  }
  .footer-container #floatingFooter a {
    padding: 0px;
    color: #fff;
    border-right: 3px solid transparent;
    height: 100%;
  }
  .footer-container #floatingFooter a div {
    background-color: rgba(207, 4, 60, 0.9);
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    padding: 10px 0;
    font-size: 1rem;
    height: 100%;
    background: none repeat scroll 0 0 rgba(201, 15, 62, 0.9);
    width: 100%;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -ms-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
  }
  .footer-container #floatingFooter a div:hover {
    background-color: #fff;
    color: rgba(207, 4, 60, 0.9);
  }
  .footer-container #floatingFooter a div span {
    font-size: 1.3rem;
    padding: 0px;
    display: block;
    line-height: 1.2;
    font-weight: 300;
  }
  .footer-container #floatingFooter a div span.fa-times {
    line-height: 30px;
  }
  .footer-container #floatingFooter a:last-child {
    border: none;
  }
}
body.slideshow {
  background: #999;
}

#primary {
  opacity: 0;
}

.slideshow {
  position: relative;
  overflow: hidden;
}
.slideshow .suggestion-title {
  opacity: 0;
  bottom: 290px;
  color: #fff;
  font-size: 33px;
  font-weight: 300;
  left: 19px;
  position: absolute;
  margin-bottom: 30px;
  transform: rotate(90deg);
  z-index: 100;
  -webkit-transform-origin: left 60px 0;
  -moz-transform-origin: left 60px 0;
}
.slideshow .suggestion-title.right {
  transform: rotate(-90deg);
  -webkit-transform-origin: right 60px 0;
  -moz-transform-origin: right 60px 0;
  left: auto;
  right: 19px;
}
.slideshow.promotion .info {
  display: none;
}
.slideshow .info {
  position: absolute;
  z-index: 10;
  bottom: 0;
  padding-bottom: 60px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  color: #fff;
  -webkit-transition: color 0.25s linear;
  -moz-transition: color 0.25s linear;
  -ms-transition: color 0.25s linear;
  -o-transition: color 0.25s linear;
  transition: color 0.25s linear;
  background-color: rgba(133, 130, 138, 0.4);
}
.slideshow .info.dark {
  color: #333;
}
.slideshow .info.grey {
  color: #7e8082;
}
.slideshow .info p {
  max-width: 90%;
  margin: 0 auto;
}
.slideshow .info .padder {
  padding-bottom: 20px;
}
.slideshow .info #colourSwatches {
  padding-top: 25px;
  padding-bottom: 25px;
  margin-top: 25px;
}
.slideshow .info #colourSwatches p {
  display: inline-block;
  margin-bottom: 0px;
  margin-right: 22px;
  font-size: 24px;
  font-weight: 200;
}
.slideshow .info #colourSwatches .swatch {
  height: 47px;
  width: 47px;
  display: inline-block;
  margin-right: 10px;
  border: 1px solid white;
  border-radius: 5px;
  vertical-align: middle;
}
.slideshow .info .bespoke-icon {
  height: 74px;
}
.slideshow .banner.dark .info {
  color: #333;
}
.slideshow .banner.grey .info {
  color: #7e8082;
}
.slideshow .slide-wrapper {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.slideshow .slide-wrapper .banner {
  position: relative;
  float: left;
  height: 100%;
}
.slideshow .slide-wrapper .banner .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.slideshow .slide-wrapper .banner .bg.no-image {
  background-color: rgba(0, 0, 0, 0.3);
  display: table;
  text-align: center;
}
.slideshow .slide-wrapper .banner .bg.no-image span {
  display: table-cell;
  vertical-align: middle;
  font-size: 110px;
  color: #fff;
}
body.scrollable .slideshow .slide-wrapper {
  position: fixed;
}

.tkcarrow {
  width: 60px;
  height: 60px;
  color: #7e8082;
  text-indent: 0;
  text-align: center;
  text-transform: uppercase;
  font-size: 10px;
  z-index: 120;
  position: fixed;
  top: 50%;
  display: none;
  background-image: url(../images/icons/arrow-right.png);
  background-repeat: no-repeat;
  background-size: auto auto;
  background-position: center center;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
  background-color: rgba(255, 255, 255, 0.9);
  color: #7e8082;
}
.tkcarrow:hover {
  background-color: rgba(207, 4, 60, 0.9);
  color: #fff;
}
.tkcarrow.prev {
  background-image: url(../images/icons/arrow-left.png);
  content: "Prev";
  left: 0;
  display: none;
}
.tkcarrow.prev:hover {
  background-image: url(../images/icons/arrow-left-active.png);
}
.tkcarrow.next {
  content: "Next";
  right: 0;
}
.tkcarrow.next:hover {
  background-image: url(../images/icons/arrow-right-active.png);
}
.tkcarrow.down {
  background-image: url(../images/icons/arrow-down.png);
  background-color: none;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  float: right;
  position: relative;
  top: 0;
}
.tkcarrow.down:hover {
  background-image: url(../images/icons/arrow-down-active.png);
}
.tkcarrow.up {
  background-image: url(../images/icons/arrow-up.png);
  background-color: none;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  float: right;
  position: relative;
  top: 0;
  height: 100%;
}
.tkcarrow.up:hover {
  background-image: url(../images/icons/arrow-up-active.png);
}

#mobileColourSwatch {
  display: none;
}

body.mobile .tkcarrow {
  width: 30px;
  height: 40px;
  top: 35%;
}
body.mobile .tkcarrow.up, body.mobile .tkcarrow.down {
  display: none !important;
}
body.mobile > .container {
  margin-top: 70px !important;
}
body.mobile > .container .slideshow {
  height: 300px;
}
body.mobile > .container .slideshow .slide-wrapper {
  position: relative;
  height: 100% !important;
}
body.mobile .slideshow .suggestion-title {
  display: none !important;
}
body.mobile .slideshow h2 {
  font-size: 28px;
}
body.mobile .slideshow p {
  display: none;
}
body.mobile.single-product .slideshow p {
  display: block;
}
body.mobile.home .slideshow.product {
  display: none;
}

@media screen and (max-width: 770px) {
  body.mobile > .container .slideshow .slide-wrapper {
    height: 460px !important;
    position: relative !important;
  }

  .slideshow {
    margin-top: 70px;
    overflow: visible;
    height: auto !important;
  }
  .slideshow .info {
    position: relative;
    bottom: auto;
    width: 90%;
    margin-bottom: 0px !important;
    color: rgba(126, 128, 130, 0.9) !important;
    background-color: transparent;
  }
  .slideshow .info p, .slideshow .info h2 {
    margin: 5%;
  }
  .slideshow #colourSwatches {
    display: none;
  }

  #mobileColourSwatch {
    text-align: center;
    display: inline-block;
    width: 100%;
  }
  #mobileColourSwatch p {
    margin-bottom: 15px;
    margin-right: 22px;
    font-size: 18px;
    font-weight: 200;
    margin-top: 10px;
  }
  #mobileColourSwatch #swatchWrapper {
    text-align: center;
    display: inline-block;
    margin-bottom: 24px;
  }
  #mobileColourSwatch #swatchWrapper .swatch {
    height: 30px;
    width: 30px;
    margin-right: 10px;
    border: 1px solid white;
    border-radius: 5px;
    vertical-align: middle;
    display: inline-block;
    margin-bottom: 10px;
  }
  #mobileColourSwatch #bespokeColoursMobile {
    clear: both;
    background-color: #7e8082;
    padding: 15px 0px;
  }
  #mobileColourSwatch #bespokeColoursMobile img {
    display: inline-block;
    vertical-align: bottom;
  }
  #mobileColourSwatch #bespokeColoursMobile p {
    color: #fff;
    display: inline-block;
    margin: 0px;
    padding: 0px;
    margin-left: 20px;
    text-align: left;
    font-size: 17px;
  }
}
@media screen and (max-width: 1199px) {
  .slideshow .info #colourSwatches {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .slideshow .info #colourSwatches p {
    font-size: 16px;
    margin: 0px;
    margin-right: 10px;
  }
  .slideshow .info #colourSwatches .swatch {
    width: 25px;
    height: 25px;
    margin-right: 5px;
  }
  .slideshow .info #colourSwatches img {
    max-width: 60px;
    height: auto;
  }
}
body .twitter-typeahead .tt-query,
body .twitter-typeahead .tt-hint {
  margin-bottom: 0;
}
body #fsWrapper {
  position: relative;
  overflow: hidden;
}
body .searchandfilter p {
  margin-top: 1em;
  display: inline-block;
}
body .searchandfilter ul {
  display: inline-block;
  padding-left: 0px;
}
body .searchandfilter li {
  list-style: none;
  display: inline-block;
  padding-right: 10px;
}
body .sendIt {
  position: absolute;
  top: 100px;
  right: 100px;
  z-index: 120;
}
body .sendIt i {
  margin-right: 10px;
}
body .sendIt button {
  background-color: #7e8082;
  color: #FFF;
}
body .sendIt button:hover, body .sendIt button:active, body .sendIt button:focus {
  background-color: rgba(207, 4, 60, 0.9);
  color: #fff;
}
body .sendItOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
  display: table;
  z-index: 150;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
body .sendItOverlay.hidden {
  opacity: 0;
  z-index: -9999;
}
body .sendItOverlay .sendToFriend {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  background-color: transparent;
}
body .sendItOverlay .sendToFriend .innerWrapper {
  background-color: rgba(207, 4, 60, 0.9);
  margin: 0 auto;
  width: 50%;
  position: relative;
  padding: 20px;
  overflow: hidden;
}
body .sendItOverlay .sendToFriend .innerWrapper i {
  color: #fff;
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 20px;
}
body .sendItOverlay .sendToFriend .innerWrapper i:hover {
  color: rgba(126, 128, 130, 0.9);
}
body .sendItOverlay .sendToFriend .innerWrapper .gform_wrapper {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  display: inline-block;
  margin-bottom: 0px;
}
body .sendItOverlay .sendToFriend .innerWrapper .gform_wrapper form {
  width: 100%;
}
body .sendItOverlay .sendToFriend .innerWrapper .gform_wrapper form div.validation_error {
  color: #fff !important;
  text-align: center;
}
body .sendItOverlay .sendToFriend .innerWrapper .gform_wrapper form p {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  display: inline-block;
  text-align: center;
  margin-bottom: 20px !important;
  float: unset;
}
body .sendItOverlay .sendToFriend .innerWrapper .gform_wrapper form p.smallText {
  font-size: 13px;
  line-height: 20px !important;
  width: 100%;
}
body .sendItOverlay .sendToFriend .innerWrapper .gform_wrapper form li.gfield {
  width: 48%;
  clear: none;
  margin: 0px;
}
body .sendItOverlay .sendToFriend .innerWrapper .gform_wrapper form li.gfield.gfield_error.gfield_contains_required {
  margin-bottom: 0px !important;
  margin-left: 0px !important;
}
body .sendItOverlay .sendToFriend .innerWrapper .gform_wrapper form li.gfield.gfield_error.gfield_contains_required div {
  margin-top: 0px;
}
body .sendItOverlay .sendToFriend .innerWrapper .gform_wrapper form li.gfield_html {
  width: 100%;
  margin: 0px !important;
  padding: 0px !important;
  max-width: 100%;
}
body .sendItOverlay .sendToFriend .innerWrapper .gform_wrapper form li.leftInput {
  float: left;
}
body .sendItOverlay .sendToFriend .innerWrapper .gform_wrapper form li.rightInput {
  float: right;
}
body .sendItOverlay .sendToFriend .innerWrapper .gform_wrapper form li > div {
  margin-top: 0px;
}
body .sendItOverlay .sendToFriend .innerWrapper .gform_wrapper form li > div input {
  width: 100% !important;
  margin-right: 0px !important;
  margin-bottom: 15px;
}
body .sendItOverlay .sendToFriend .innerWrapper .gform_wrapper .gform_footer {
  text-align: center;
}
body .sendItOverlay .sendToFriend .innerWrapper .gform_wrapper .gform_footer input[type="submit"] {
  display: inline-block;
  margin: 0px;
  background-color: #fff;
  color: rgba(126, 128, 130, 0.9);
}
body .sendItOverlay .sendToFriend .innerWrapper .gform_wrapper .gform_footer input[type="submit"]:hover {
  background-color: #7e8082;
  color: #FFF;
}
body .sendItOverlay .sendToFriend .innerWrapper .gform_confirmation_message {
  color: #fff !important;
}
body .applyForTrade, body .sendToFriend {
  background-color: rgba(207, 4, 60, 0.9);
  padding: 15px;
  min-height: 140px;
  overflow: hidden;
}
body .applyForTrade p, body .sendToFriend p {
  color: #fff;
  width: 30%;
  float: left;
  font-size: 28px;
  line-height: 45px !important;
  font-weight: 300;
  text-align: left;
  margin: 0px !important;
}
body .applyForTrade form, body .sendToFriend form {
  margin-top: 30px;
}
body .applyForTrade form input, body .sendToFriend form input {
  width: 25%;
  margin-right: 12px !important;
}
body .applyForTrade form .button, body .sendToFriend form .button {
  background-color: #fff;
  color: rgba(126, 128, 130, 0.9);
  height: 37px;
  margin-top: -3px;
}
body .applyForTrade form .button:hover, body .sendToFriend form .button:hover {
  background-color: #7e8082;
  color: #FFF;
}
body .tt-hint {
  display: block;
  width: 100%;
  height: 38px;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #999;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
body .tt-dropdown-menu {
  min-width: 160px;
  margin-top: 2px;
  padding: 5px 0;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
body .tt-suggestion {
  display: block;
  padding: 3px 20px;
}
body .tt-suggestion.tt-is-under-cursor {
  color: #fff;
  background-color: #428bca;
}
body .tt-suggestion.tt-is-under-cursor a {
  color: #fff;
}
body .tt-suggestion p {
  margin: 0;
}
body input[type="checkbox"] {
  display: none;
}
body div.validation_error,
body .gform_confirmation_message {
  font-family: "Open Sans", sans-serif !important;
  text-transform: none;
  font-weight: 300 !important;
  font-size: 22px;
  color: rgba(207, 4, 60, 0.9) !important;
}
body .gform_wrapper input[type="text"], body .gform_wrapper textarea {
  background-repeat: no-repeat;
  background-position: right 10px center;
}
body .gform_wrapper .validation_message {
  display: none;
}
body .gform_wrapper .validation_error {
  border: none !important;
  margin-bottom: 0px !important;
  margin-left: 10px;
}
body .gform_wrapper .gfield_error input[type="text"], body .gform_wrapper .gfield_error textarea {
  background-image: url(../images/icons/form-incorrect.png) !important;
}
body .gform_wrapper.submitted input[type="text"], body .gform_wrapper.submitted textarea {
  background-image: url(../images/icons/form-correct.png);
}
body .gform_wrapper input[type="checkbox"] + label {
  background: url("images/icons/unchecked.png");
  background-repeat: no-repeat;
  background-size: 20px 20px;
  cursor: pointer;
  display: inline-block;
  margin-bottom: 5px;
  margin-left: 10px;
  max-width: 100%;
  padding-left: 25px;
  font-weight: normal;
}
body .gform_wrapper .gform_body li.gfield_error {
  border-top: none;
  background-color: transparent;
  border-bottom: none;
}
body .gform_wrapper .gform_body li.gfield_error input, body .gform_wrapper .gform_body li.gfield_error textarea {
  border-color: #e1e1e1;
}
body .gform_wrapper .gform_body li .ginput_container .textarea {
  width: 100% !important;
}
body .gform_wrapper .gform_body li .ginput_container .gfield_checkbox li input[type="checkbox"]:checked + label {
  background-image: url("images/icons/checked.png");
  background-repeat: no-repeat;
  background-size: 20px 20px;
  font-weight: normal;
}

#gmap {
  width: 100%;
  height: 400px;
}

@media screen and (max-width: 770px) {
  body .sendIt {
    top: 40px;
    right: 40px;
  }
  body .container .sendItOverlay .sendToFriend {
    vertical-align: top;
  }
  body .container .sendItOverlay .sendToFriend .innerWrapper {
    width: 100%;
  }
  body .container .sendItOverlay .sendToFriend .innerWrapper .gform_wrapper form {
    margin-top: 0px;
  }
  body .container .sendItOverlay .sendToFriend .innerWrapper .gform_wrapper form p {
    margin-bottom: 10px !important;
    font-size: 20px;
    line-height: 25px;
  }
  body .container .sendItOverlay .sendToFriend .innerWrapper .gform_wrapper form p.smallText {
    font-size: 12px !important;
  }
  body .container .sendItOverlay .sendToFriend .innerWrapper .gform_wrapper form li > div input {
    margin-bottom: 5px;
  }
  body .container .sendItOverlay .sendToFriend .innerWrapper p, body .container .sendItOverlay .sendToFriend .innerWrapper form#subForm {
    width: 100%;
  }
  body .container .sendItOverlay .sendToFriend .innerWrapper p {
    font-size: 25px;
    line-height: 30px !important;
    margin-bottom: 10px !important;
  }
  body .container .sendItOverlay .sendToFriend .innerWrapper p.smallText {
    font-size: 13px !important;
    line-height: 20px !important;
  }
  body .container .sendItOverlay .sendToFriend .innerWrapper input[type="submit"] {
    width: 100%;
  }
  body .applyForTrade p {
    text-align: center;
    float: none;
    width: 100%;
  }
  body .applyForTrade form {
    margin-top: 10px !important;
  }
}
@media screen and (min-width: 1692px) {
  body .applyForTrade p {
    margin-top: 30px !important;
  }
}
