/*
Theme Name: Flint Theme custom template
Theme URI: http://flint-group.com
Description: Flint custom theme.
Author: 
Author URI: http://flint-group.com
Version: 1.0
Tags: 

License:
License URI:

General comments (optional).
*/
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

hr {
  margin-bottom: 22px;
  border: 0;
  border-top: 3px solid #636466;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " ("attr(href) ")";
  }

  abbr[title]:after {
    content: " ("attr(title) ")";
  }

  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  select {
    background: #fff !important;
  }

  .navbar {
    display: none;
  }

  .table td,
  .table th {
    background-color: #fff !important;
  }

  .btn>.caret,
  .dropup>.btn>.caret {
    border-top-color: #000 !important;
  }

  .label {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.42857143;
  color: #404745;
  background-color: #fff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #428bca;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #2a6496;
  text-decoration: underline;
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 22px;
  margin-bottom: 22px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 22px;
  margin-bottom: 11px;
}

h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 11px;
  margin-bottom: 11px;
}

h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}

h1,
.h1 {
  font-size: 41px;
}

h2,
.h2 {
  font-size: 28px;
  color: #ae122a;
  text-transform: uppercase;
}

h3,
.h3 {
  font-size: 22px;
}

h4,
.h4 {
  font-size: 20px;
}

h5,
.h5 {
  font-size: 16px;
}

h6,
.h6 {
  font-size: 14px;
}

p {
  margin: 0 0 11px;
}

.lead {
  margin-bottom: 22px;
  font-size: 18px;
  font-weight: 200;
  line-height: 1.4;
}

hr {
  margin-bottom: 22px;
  border: 0;
  border-top: 3px solid #636466;
}

.series h2 {
  font-size: 19px;
  text-transform: uppercase;
  max-width: 1020px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #a71830;
  margin: 15px 0;
}

.series p {
  line-height: 24px;
}

p.range {
  font-style: oblique;
  margin-top: 5px;
}

@media (min-width: 768px) {
  .lead {
    font-size: 24px;
  }
}

small,
.small {
  font-size: 85%;
}

cite {
  font-style: normal;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

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

.text-justify {
  text-align: justify;
}

.page-header {
  padding-bottom: 10px;
  margin: 44px 0 22px;
  border-bottom: 1px solid #eeeeee;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 11px;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}

.list-inline>li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 22px;
}

dt,
dd {
  line-height: 1.42857143;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

blockquote {
  padding: 11px 22px;
  margin: 0 0 22px;
  font-size: 20px;
  border-left: 5px solid #eeeeee;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}

blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #999999;
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}

.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}

.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}

blockquote:before,
blockquote:after {
  content: "";
}

address {
  margin-bottom: 22px;
  font-style: normal;
  line-height: 1.42857143;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.flex-square span {
  color: #a71830;
}

img.lineup-btn {
  width: 100%;
  max-width: 480px;
  height: auto;
  margin: 0 auto;
}

img.series-img {
  height: auto;
  width: 100%;
  margin: 0 auto;
}

.agco-parts img {
  height: auto;
  width: 100%;
  margin: 0 auto;
  max-width: 500px;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }

  .flex-sqaure:first-child {
    margin-left: 0;
  }

  .flex-third:first-child {
    margin-left: 0;
  }

  .flex-square {
    width: 50%;
    margin: 20px;
  }

  .flex-third {
    width: 33.333%;
    margin: 20px;
  }

  .flex-square:last-child {
    margin-right: 0;
  }

  .flex-third:last-child {
    margin-right: 0;
  }

  .series {
    display: -ms-flex;
    display: flex;
    flex-wrap: nowrap;
    text-align: left;
  }


}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
  visibility: hidden !important;
}

.affix {
  position: fixed;
}

.container {
  position: relative;
  width: 100%;
  max-width: 1220px;
}

body * {
  margin-top: 0;
}

body,
html {
  overflow-x: hidden;
  text-align: center;
  font-size: 13px;
}

a.center {
  display: inline-block;
  margin: 30px auto 35px;
}

.center {
  text-align: center;
}

/*#header {
  border-top: 11px solid #FFF;
}*/

#header img {
  width: 100%;
  height: auto;
}

#main {
  padding-top: 60px;
  padding-bottom: 40px;
  color: #000000;
  text-align: center;
}

h1 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 5px;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
}

#main .no-margin {
  margin: 0;
}

#main p {
  margin-bottom: 30px;
  line-height: 1.8;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
}

#main .container:after {
  background-image: url(img/traingle_red.png);
  content: " ";
  background-repeat: no-repeat;
  background-position: 0.1px 0;
  margin: 5px auto 0;
  z-index: 2;
  position: relative;
  display: block;
  height: 40px;
  width: 40px;
}

.dark-btn {
  background-color: #231f20;
  display: inline-block;
  padding: 22px 40px 18px;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  font-size: 25px;
  font-family: "Arial Black", "Arial Bold", Gadget, sans-serif;
  margin-left: auto;
  margin-right: auto;
}

.dark-btn:hover {
  text-decoration: none;
  color: #fff;
  background-color: #000;
}

.dark-btn:after {
  content: ' ';
  display: inline-block;
  height: 11px;
  width: 10px;
  background: url(img/double-arrow.png) no-repeat 0 0 / cover;
  position: relative;
  top: -4px;
  left: 0;
  margin-left: 8px;
}

#form-map {
  background-color: #e7e5e5;
  padding: 10px 0 0;
  margin-bottom: 75px;
  position: relative;
}

/*#form-map:before,
#form-map:after {
  content: ' ';
  display: block;
  height: 1px;
  width: 100%;
  background-color: #c41230;
  position: absolute;
  bottom: -50px;
  left: 0;
}*/
#form-map:after {
  bottom: -60px;
}

form {
  width: 100%;
  max-width: 400px;
  background-color: #f9f9f9;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  text-align: left;
  padding: 30px 15px;
  position: relative;
  margin: 0 auto 30px;
}

form:after {
  content: ' ';
  display: inline-block;
  height: 21px;
  width: 100%;
  background: url(img/form_shadow.png) no-repeat 50% 0 / contain;
  position: absolute;
  bottom: -21px;
  left: 0;
}

form h2 {
  font-size: 19px;
  color: #2d2d2d;
  font-weight: bold;
}

input[type="text"] {
  width: 100%;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  padding: 4px 6px;
}

input[type="text"].optional {
  border-color: #e6e6e6;
}

.g-recaptcha {
  margin-bottom: 10px;
}

ul.cta-nav {
  list-style: none;
  margin: 0 0 2em 0;
  padding: 0;
}

ul.cta-nav li {
  margin: 0.5em 0;
  padding: 0;
}

button, ul.cta-nav li a {
  display: inline-block;
  background: #c41230 url(img/btn-arrow.png) no-repeat calc(100% - 25px) 7px;
  font-weight: bold;
  color: #fff;
  border-width: 0;
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 2px;
  line-height: 1;
  padding: 13px 60px 8px 35px;
  border-radius: 5px;
}

ul.cta-nav li a {
  display: block;
  padding-top: 16px;
  padding-bottom: 13px;
  background-position: calc(100% - 25px) 13px;
}

button:hover, ul.cta-nav li a:hover{
  background-color: #000;
  background-image: url(img/btn-arrow-hover.png);
  text-decoration: none;
}

#map .contain-map {
  position: relative;
  width: 100%;
  padding-bottom: 54%;
  margin-bottom: 15px;
}

#map iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-width: 0;
}

#map p {
  font-size: 13px;
  color: #030305;
  text-align: left;
  margin-bottom: 20px;
}

#black-line {
  text-align: center;
  background-color: #000000;
  margin: 40px auto 20px;
}

#black-line h2 {
  font-family: Arial;
  font-size: 22px;
  font-weight: 800;
  line-height: 18px;
  text-transform: uppercase;
  color: #000000;
  letter-spacing: 1px;
  margin: auto;
  padding: 3px 15px;
  background-color: #fff;
  display: inline-block;
  margin: 0;
}

div#bottom {
  border-top: solid #ae122a 10px;
  padding-top: 20px;
}

#product-info h1 {
  font-family: Arial;
  font-size: 22px;
  font-weight: 800;
  line-height: 28px;
  text-transform: uppercase;
  color: #000000;
  letter-spacing: 1px;
  margin: auto;
  padding: 3px 15px;
  background-color: #fff;
  display: inline-block;
  margin: 0 auto 20px;
}

#footer-top h2 {
  font-family: Arial;
  font-size: 22px;
  font-weight: 800;
  line-height: 18px;
  text-transform: uppercase;
  color: #000000;
  margin: auto;
  padding: 3px 15px;
  letter-spacing: 1px;
  background-color: #fff;
  display: inline-block;
  margin: 10px auto 40px;
}

#footer {
  border-top: 4px solid #c41230;
  color: #979797;
  text-align: left;
  font-size: 10px;
  line-height: 1;
  min-height: 115px;
}

#footer .container {
  padding: 30px 15px 30px 180px;
}

#footer sup {
  font-size: 13px;
  top: 1px;
}

#footer-logo {
  position: absolute;
  top: 18px;
  left: 60px;
}

.footer-text {
  width: 60%;
  text-align: left;
  padding: 0 60px;
}

.footer-text p {
  font-size: 20px;
  line-height: 1.2;
  padding-bottom: 20px;
}

.footer-logo {
  width: calc(40% - 20px);
  margin-bottom: 0;
}

.footer-offer p {
  font-size: 22px;
  margin-bottom: 40px;
  color: #000;
  line-height: 34px;
  letter-spacing: 1px;
  font-weight: 700;
}

.footer-offer a {
  color: #000;
}

input[type="text"].error {
  border-color: #c41230;
}

@media screen and (min-width: 768px) {

  #main .container {
    /*padding: 0 0 0 50px;*/
  }
}

@media screen and (min-width: 992px) {
  #form-map {
    margin-bottom: 115px;
  }

  #form-map:before {
    bottom: -90px;
  }

  #form-map:after {
    bottom: -100px;
  }

  #form-map .container {
    display: -ms-flex;
    display: flex;
  }

  /*form, #sf-iframe{
    width: calc(40% - 20px);
    margin-right: 20px;
    margin-bottom: 0;
  }
  */
  #form {
    width: calc(40% - 20px);
    margin-right: 20px;
    margin-bottom: 0;
  }

  #form h2 {
    text-align: left;
    font-size: 30px;
  }

  #sf-iframe {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0;
  }

  #map {
    width: 60%;
    margin-top: 20px;
  }

  #map .contain-map {
    padding-bottom: 0;
    height: 520px;
  }
  ul.cta-nav{
    display: flex;
    gap: 15px;
    margin-bottom: 3em;
  }
  ul.cta-nav li{
    flex: 1 1 auto;
  }

}

@media screen and (min-width: 1200px) {
  #header .container {
    max-width: 100%;
    padding: 0;
  }
}