/*
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;
}
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;
}
.lineup-btn{
  background: #c41230 url(img/lineup-button.png) no-repeat;
  font-weight: bold;
  color: #fff;
  border-width: 0;
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 2px;
  line-height: 1;
  padding: 9px 168px;
  border-radius: 5px;
}
.lineup-btn:hover{
  background: #000 url(img/lineup-hover.png) no-repeat;
}
.offer-btn{
  background: #c41230 url(img/learn-more-btn.png) no-repeat;
  font-weight: bold;
  color: #fff;
  border-width: 0;
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 2px;
  line-height: 1;
  padding: 9px 168px;
  border-radius: 5px;
}
.offer-btn:hover{
  background: #000 url(img/learn-more-hover.png) no-repeat;
}
.product-bottom{
  margin: 50px auto;
}

.footer-text p{
  font-size: 20px;
  line-height: 1.7;
  padding-bottom: 20px;
}
.footer-logo a{
  color: #000000;
}
.footer-logo p{
  font-size: 22px;
  font-weight: 800;
  color: #000000;
}
img.footer-logo{
  margin: 0 auto 40px;
  width: 100%;
  height: auto;
  max-width: 425px;
}
img.footer-logo-two{
  margin: 0 auto 51px;
  width: 100%;
  height: auto;
  max-width: 255px;
}
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;
}
.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;
}
@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: #a71830;
  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-bottom: 22px;
  border: 0;
  border-top: 3px solid #636466;
}
.series h2 {
  font-size: 20px;
  text-transform: uppercase;
  max-width: 1020px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #a71830;
  margin: 20px 0 0;
}
.series p{
  line-height: 24px;
}
p.range {
  font-style: oblique;
  margin-top: 5px;
}
.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: 34px;
}
h3,
.h3 {
  font-size: 28px;
}
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;
}
.slick-prev, .slick-next{
  font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:before, .slick-next:before {
  font-family: 'slick';
  font-size: 30px;
  line-height: 1;
  opacity: .75;
  color: #a6a6a6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev{
  left: -35px;
}

@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;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
  .flex-square{
    width: 33.333%;
    margin: 20px;
  }
  .flex-square:last-child {
    margin-right: 0;
  }
  .series{
      display: -ms-flex;
      display: flex;
      flex-wrap: nowrap;
      text-align: left;
  }
#footer-top .container {
    display: -ms-flex;
    display: flex;
    margin-top: 2em;
    padding: 20px;
    }
.footer-text{
    width: 60%;
    text-align: left;
    margin-top: 4em;
    padding-right: 34px;   
}
.footer-logo{
  width: 50%;
}
}
@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-top{
  background-color: #e7e5e5;
  padding: 20px;
}
.header-top p{
  font-size: 22px;
  color: #000000;
  font-weight: 500;
  display: inline-block;
  padding-top: 20px;
}
.header-top a{
  color: #000000;
}
a.header-logo{
  float: left;
  margin-bottom: 20px;
}
a.logo-right{
  max-width: 255px;
  float: right;
}
img.offer{
  width: 100%;
  height: auto;
}
img.logo{
  width: 100%;
  height: auto;
  max-width: 400px;
}

#header {
  border-top: 11px solid #c41230;
}
#header img {
  width: 100%;
  height: auto;
}
#main {
  background-color: #c41230;
  padding-top: 150px;
  padding-bottom: 80px;
  margin-top: -90px;
  color: #fff;
  text-align: left;
}
h1 {
  font-size: 22px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
#main .no-margin {
  margin: 0;
}
#main p {
  line-height: 2.2;
  max-width: 1020px;
  margin: 20px 120px;
  text-align: center;
  font-size: 16px;
}
#main p a {
  color: #fff;
  text-decoration: underline;
}
#main h1{
  text-align: center;
}
.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: 25px 15px;
  position: relative;
  margin: -80px 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: 22px;
  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;
}
/*input[name="zip"] {
  margin-bottom: 30px;
}*/
.hidelabel label {
    display: none;
}
input[type="email"]{
  width: 100%;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  padding: 4px 6px;
}
select#preferredmethod{
  width: 100%;
  margin: 10px auto 20px;
  border: 1px solid #ccc;
  padding: 4px 6px;
}
select#state{
    width: 100%;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    padding: 4px 6px;
}
.g-recaptcha{
  margin-bottom: 10px;
}
button {
    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;
}
button:hover {
  background-color: #000;
  background-image: url(img/btn-arrow-hover.png);
}
#map .contain-map {
  position: relative;
  width: 100%;
  padding-bottom: 20px;
  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;
}
#product-info h1{
  font-family: Arial;
  font-size: 20px;
  font-weight: 800;
  line-height: 28px;
  text-transform: uppercase;
  color: #000000;
  letter-spacing: 1px;
  margin: auto;
  padding: 3px;
  background-color: #fff;
  display: inline-block;
  margin: 0 auto 20px;
}
#footer-top h2{
    font-family: Arial;
    font-size: 24px;
    font-weight: 800;
    line-height: 36px;
    color: #000000;
    letter-spacing: 1px;
    background-color: #fff;
  }
.footer-intro p{
  font-size: 22px;
  color: #000000;
  font-weight: 500;
}
#footer {
  background-color: #000;
  color: #979797;
  text-align: left;
  font-size: 10px;
  line-height: 1;
  min-height: 115px;
}
#footer .container {
  padding: 30px 15px 30px 125px;
}
#footer sup {
  font-size: 13px;
  top: 1px;
}
#footer-logo {
  position: absolute;
  top: 18px;
  left: 20px;
}
.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;
}
.social a{
  color: #c41230;
}
.social{
  font-size: 22px;
  color: #c41230;
  font-weight: 500;
}
img.fb-icon{
  padding: 40px;
}

input[type="text"].error {
  border-color: #c41230;
}
@media screen and (min-width: 768px) {
  #main {
    margin-top: -130px;
  }
  #main .container {
    padding: 0 0 0 50px;
  }
  a.header-logo{
    margin-bottom: 5px;
  }
  a.phone-btn {
    float: right;
    margin-top: 32px;
}
}
@media screen and (max-width: 992px){
  #product-info .series{
    padding: 0 30px;
    text-align: left;
}
.flex-square{
  margin-bottom: 50px;
}
#main p{
  margin: 20px 60px;
  text-align: center;
}
.footer-offer p{
  font-size: 18px;
}
img.footer-logo{
  margin: 20px auto;
}
}
@media screen and (min-width: 992px) {

  #form-map:before {
    bottom: -90px;
  }
  #form-map:after {
    bottom: -100px;
  }
  #form-map .container {
    display: -ms-flex;
    display: flex;
  }
  form {
    width: calc(30% - 20px);
    margin-bottom: 0;
  }
  #map {
    width: 70%;
    margin-top: 10em;
    padding-left: 30px;
  }
  #map .contain-map {
    padding-bottom: 0;
  }
  #footer-top .container{
    display: -ms-flex;
    display: flex;
    margin-top: 2em;
    padding: 20px;
  }
  .footer-image{
    width: calc(40% - 20px);
    margin-right: 30px;
    margin-bottom: 0;
  }
  .footer-offer{
    text-align: center;
    margin: 0 auto;
  }

}
@media screen and (min-width: 1200px) {
  #header .container {
    padding-bottom: 22px;
    background: url(img/shadow.png) no-repeat 50% 100% / contain;
  }
}
